github.com/unidoc/unidoc@v2.2.0+incompatible/pdf/model/textencoding/glyphs_glyphlist.go (about)

     1  /*
     2   * This file is subject to the terms and conditions defined in
     3   * file 'LICENSE.md', which is part of this source code package.
     4   */
     5  /*
     6   * The embedded glyph to unicode mappings specified in this file are distributed under the terms listed in
     7   * ./glyphlist/glyphlist.txt.
     8   */
     9  
    10  package textencoding
    11  
    12  var glyphlistGlyphToRuneMap = map[string]rune{
    13  	"A":                             '\u0041',
    14  	"AE":                            '\u00c6',
    15  	"AEacute":                       '\u01fc',
    16  	"AEmacron":                      '\u01e2',
    17  	"AEsmall":                       '\uf7e6',
    18  	"Aacute":                        '\u00c1',
    19  	"Aacutesmall":                   '\uf7e1',
    20  	"Abreve":                        '\u0102',
    21  	"Abreveacute":                   '\u1eae',
    22  	"Abrevecyrillic":                '\u04d0',
    23  	"Abrevedotbelow":                '\u1eb6',
    24  	"Abrevegrave":                   '\u1eb0',
    25  	"Abrevehookabove":               '\u1eb2',
    26  	"Abrevetilde":                   '\u1eb4',
    27  	"Acaron":                        '\u01cd',
    28  	"Acircle":                       '\u24b6',
    29  	"Acircumflex":                   '\u00c2',
    30  	"Acircumflexacute":              '\u1ea4',
    31  	"Acircumflexdotbelow":           '\u1eac',
    32  	"Acircumflexgrave":              '\u1ea6',
    33  	"Acircumflexhookabove":          '\u1ea8',
    34  	"Acircumflexsmall":              '\uf7e2',
    35  	"Acircumflextilde":              '\u1eaa',
    36  	"Acute":                         '\uf6c9',
    37  	"Acutesmall":                    '\uf7b4',
    38  	"Acyrillic":                     '\u0410',
    39  	"Adblgrave":                     '\u0200',
    40  	"Adieresis":                     '\u00c4',
    41  	"Adieresiscyrillic":             '\u04d2',
    42  	"Adieresismacron":               '\u01de',
    43  	"Adieresissmall":                '\uf7e4',
    44  	"Adotbelow":                     '\u1ea0',
    45  	"Adotmacron":                    '\u01e0',
    46  	"Agrave":                        '\u00c0',
    47  	"Agravesmall":                   '\uf7e0',
    48  	"Ahookabove":                    '\u1ea2',
    49  	"Aiecyrillic":                   '\u04d4',
    50  	"Ainvertedbreve":                '\u0202',
    51  	"Alpha":                         '\u0391',
    52  	"Alphatonos":                    '\u0386',
    53  	"Amacron":                       '\u0100',
    54  	"Amonospace":                    '\uff21',
    55  	"Aogonek":                       '\u0104',
    56  	"Aring":                         '\u00c5',
    57  	"Aringacute":                    '\u01fa',
    58  	"Aringbelow":                    '\u1e00',
    59  	"Aringsmall":                    '\uf7e5',
    60  	"Asmall":                        '\uf761',
    61  	"Atilde":                        '\u00c3',
    62  	"Atildesmall":                   '\uf7e3',
    63  	"Aybarmenian":                   '\u0531',
    64  	"B":                             '\u0042',
    65  	"Bcircle":                       '\u24b7',
    66  	"Bdotaccent":                    '\u1e02',
    67  	"Bdotbelow":                     '\u1e04',
    68  	"Becyrillic":                    '\u0411',
    69  	"Benarmenian":                   '\u0532',
    70  	"Beta":                          '\u0392',
    71  	"Bhook":                         '\u0181',
    72  	"Blinebelow":                    '\u1e06',
    73  	"Bmonospace":                    '\uff22',
    74  	"Brevesmall":                    '\uf6f4',
    75  	"Bsmall":                        '\uf762',
    76  	"Btopbar":                       '\u0182',
    77  	"C":                             '\u0043',
    78  	"Caarmenian":                    '\u053e',
    79  	"Cacute":                        '\u0106',
    80  	"Caron":                         '\uf6ca',
    81  	"Caronsmall":                    '\uf6f5',
    82  	"Ccaron":                        '\u010c',
    83  	"Ccedilla":                      '\u00c7',
    84  	"Ccedillaacute":                 '\u1e08',
    85  	"Ccedillasmall":                 '\uf7e7',
    86  	"Ccircle":                       '\u24b8',
    87  	"Ccircumflex":                   '\u0108',
    88  	"Cdot":                          '\u010a',
    89  	"Cdotaccent":                    '\u010a',
    90  	"Cedillasmall":                  '\uf7b8',
    91  	"Chaarmenian":                   '\u0549',
    92  	"Cheabkhasiancyrillic":          '\u04bc',
    93  	"Checyrillic":                   '\u0427',
    94  	"Chedescenderabkhasiancyrillic": '\u04be',
    95  	"Chedescendercyrillic":          '\u04b6',
    96  	"Chedieresiscyrillic":           '\u04f4',
    97  	"Cheharmenian":                  '\u0543',
    98  	"Chekhakassiancyrillic":         '\u04cb',
    99  	"Cheverticalstrokecyrillic":     '\u04b8',
   100  	"Chi":                  '\u03a7',
   101  	"Chook":                '\u0187',
   102  	"Circumflexsmall":      '\uf6f6',
   103  	"Cmonospace":           '\uff23',
   104  	"Coarmenian":           '\u0551',
   105  	"Csmall":               '\uf763',
   106  	"D":                    '\u0044',
   107  	"DZ":                   '\u01f1',
   108  	"DZcaron":              '\u01c4',
   109  	"Daarmenian":           '\u0534',
   110  	"Dafrican":             '\u0189',
   111  	"Dcaron":               '\u010e',
   112  	"Dcedilla":             '\u1e10',
   113  	"Dcircle":              '\u24b9',
   114  	"Dcircumflexbelow":     '\u1e12',
   115  	"Dcroat":               '\u0110',
   116  	"Ddotaccent":           '\u1e0a',
   117  	"Ddotbelow":            '\u1e0c',
   118  	"Decyrillic":           '\u0414',
   119  	"Deicoptic":            '\u03ee',
   120  	"Delta":                '\u2206',
   121  	"Deltagreek":           '\u0394',
   122  	"Dhook":                '\u018a',
   123  	"Dieresis":             '\uf6cb',
   124  	"DieresisAcute":        '\uf6cc',
   125  	"DieresisGrave":        '\uf6cd',
   126  	"Dieresissmall":        '\uf7a8',
   127  	"Digammagreek":         '\u03dc',
   128  	"Djecyrillic":          '\u0402',
   129  	"Dlinebelow":           '\u1e0e',
   130  	"Dmonospace":           '\uff24',
   131  	"Dotaccentsmall":       '\uf6f7',
   132  	"Dslash":               '\u0110',
   133  	"Dsmall":               '\uf764',
   134  	"Dtopbar":              '\u018b',
   135  	"Dz":                   '\u01f2',
   136  	"Dzcaron":              '\u01c5',
   137  	"Dzeabkhasiancyrillic": '\u04e0',
   138  	"Dzecyrillic":          '\u0405',
   139  	"Dzhecyrillic":         '\u040f',
   140  	"E":                    '\u0045',
   141  	"Eacute":               '\u00c9',
   142  	"Eacutesmall":          '\uf7e9',
   143  	"Ebreve":               '\u0114',
   144  	"Ecaron":               '\u011a',
   145  	"Ecedillabreve":        '\u1e1c',
   146  	"Echarmenian":          '\u0535',
   147  	"Ecircle":              '\u24ba',
   148  	"Ecircumflex":          '\u00ca',
   149  	"Ecircumflexacute":     '\u1ebe',
   150  	"Ecircumflexbelow":     '\u1e18',
   151  	"Ecircumflexdotbelow":  '\u1ec6',
   152  	"Ecircumflexgrave":     '\u1ec0',
   153  	"Ecircumflexhookabove": '\u1ec2',
   154  	"Ecircumflexsmall":     '\uf7ea',
   155  	"Ecircumflextilde":     '\u1ec4',
   156  	"Ecyrillic":            '\u0404',
   157  	"Edblgrave":            '\u0204',
   158  	"Edieresis":            '\u00cb',
   159  	"Edieresissmall":       '\uf7eb',
   160  	"Edot":                 '\u0116',
   161  	"Edotaccent":           '\u0116',
   162  	"Edotbelow":            '\u1eb8',
   163  	"Efcyrillic":           '\u0424',
   164  	"Egrave":               '\u00c8',
   165  	"Egravesmall":          '\uf7e8',
   166  	"Eharmenian":           '\u0537',
   167  	"Ehookabove":           '\u1eba',
   168  	"Eightroman":           '\u2167',
   169  	"Einvertedbreve":       '\u0206',
   170  	"Eiotifiedcyrillic":    '\u0464',
   171  	"Elcyrillic":           '\u041b',
   172  	"Elevenroman":          '\u216a',
   173  	"Emacron":              '\u0112',
   174  	"Emacronacute":         '\u1e16',
   175  	"Emacrongrave":         '\u1e14',
   176  	"Emcyrillic":           '\u041c',
   177  	"Emonospace":           '\uff25',
   178  	"Encyrillic":           '\u041d',
   179  	"Endescendercyrillic":  '\u04a2',
   180  	"Eng":                 '\u014a',
   181  	"Enghecyrillic":       '\u04a4',
   182  	"Enhookcyrillic":      '\u04c7',
   183  	"Eogonek":             '\u0118',
   184  	"Eopen":               '\u0190',
   185  	"Epsilon":             '\u0395',
   186  	"Epsilontonos":        '\u0388',
   187  	"Ercyrillic":          '\u0420',
   188  	"Ereversed":           '\u018e',
   189  	"Ereversedcyrillic":   '\u042d',
   190  	"Escyrillic":          '\u0421',
   191  	"Esdescendercyrillic": '\u04aa',
   192  	"Esh":                     '\u01a9',
   193  	"Esmall":                  '\uf765',
   194  	"Eta":                     '\u0397',
   195  	"Etarmenian":              '\u0538',
   196  	"Etatonos":                '\u0389',
   197  	"Eth":                     '\u00d0',
   198  	"Ethsmall":                '\uf7f0',
   199  	"Etilde":                  '\u1ebc',
   200  	"Etildebelow":             '\u1e1a',
   201  	"Euro":                    '\u20ac',
   202  	"Ezh":                     '\u01b7',
   203  	"Ezhcaron":                '\u01ee',
   204  	"Ezhreversed":             '\u01b8',
   205  	"F":                       '\u0046',
   206  	"Fcircle":                 '\u24bb',
   207  	"Fdotaccent":              '\u1e1e',
   208  	"Feharmenian":             '\u0556',
   209  	"Feicoptic":               '\u03e4',
   210  	"Fhook":                   '\u0191',
   211  	"Fitacyrillic":            '\u0472',
   212  	"Fiveroman":               '\u2164',
   213  	"Fmonospace":              '\uff26',
   214  	"Fourroman":               '\u2163',
   215  	"Fsmall":                  '\uf766',
   216  	"G":                       '\u0047',
   217  	"GBsquare":                '\u3387',
   218  	"Gacute":                  '\u01f4',
   219  	"Gamma":                   '\u0393',
   220  	"Gammaafrican":            '\u0194',
   221  	"Gangiacoptic":            '\u03ea',
   222  	"Gbreve":                  '\u011e',
   223  	"Gcaron":                  '\u01e6',
   224  	"Gcedilla":                '\u0122',
   225  	"Gcircle":                 '\u24bc',
   226  	"Gcircumflex":             '\u011c',
   227  	"Gcommaaccent":            '\u0122',
   228  	"Gdot":                    '\u0120',
   229  	"Gdotaccent":              '\u0120',
   230  	"Gecyrillic":              '\u0413',
   231  	"Ghadarmenian":            '\u0542',
   232  	"Ghemiddlehookcyrillic":   '\u0494',
   233  	"Ghestrokecyrillic":       '\u0492',
   234  	"Gheupturncyrillic":       '\u0490',
   235  	"Ghook":                   '\u0193',
   236  	"Gimarmenian":             '\u0533',
   237  	"Gjecyrillic":             '\u0403',
   238  	"Gmacron":                 '\u1e20',
   239  	"Gmonospace":              '\uff27',
   240  	"Grave":                   '\uf6ce',
   241  	"Gravesmall":              '\uf760',
   242  	"Gsmall":                  '\uf767',
   243  	"Gsmallhook":              '\u029b',
   244  	"Gstroke":                 '\u01e4',
   245  	"H":                       '\u0048',
   246  	"H18533":                  '\u25cf',
   247  	"H18543":                  '\u25aa',
   248  	"H18551":                  '\u25ab',
   249  	"H22073":                  '\u25a1',
   250  	"HPsquare":                '\u33cb',
   251  	"Haabkhasiancyrillic":     '\u04a8',
   252  	"Hadescendercyrillic":     '\u04b2',
   253  	"Hardsigncyrillic":        '\u042a',
   254  	"Hbar":                    '\u0126',
   255  	"Hbrevebelow":             '\u1e2a',
   256  	"Hcedilla":                '\u1e28',
   257  	"Hcircle":                 '\u24bd',
   258  	"Hcircumflex":             '\u0124',
   259  	"Hdieresis":               '\u1e26',
   260  	"Hdotaccent":              '\u1e22',
   261  	"Hdotbelow":               '\u1e24',
   262  	"Hmonospace":              '\uff28',
   263  	"Hoarmenian":              '\u0540',
   264  	"Horicoptic":              '\u03e8',
   265  	"Hsmall":                  '\uf768',
   266  	"Hungarumlaut":            '\uf6cf',
   267  	"Hungarumlautsmall":       '\uf6f8',
   268  	"Hzsquare":                '\u3390',
   269  	"I":                       '\u0049',
   270  	"IAcyrillic":              '\u042f',
   271  	"IJ":                      '\u0132',
   272  	"IUcyrillic":              '\u042e',
   273  	"Iacute":                  '\u00cd',
   274  	"Iacutesmall":             '\uf7ed',
   275  	"Ibreve":                  '\u012c',
   276  	"Icaron":                  '\u01cf',
   277  	"Icircle":                 '\u24be',
   278  	"Icircumflex":             '\u00ce',
   279  	"Icircumflexsmall":        '\uf7ee',
   280  	"Icyrillic":               '\u0406',
   281  	"Idblgrave":               '\u0208',
   282  	"Idieresis":               '\u00cf',
   283  	"Idieresisacute":          '\u1e2e',
   284  	"Idieresiscyrillic":       '\u04e4',
   285  	"Idieresissmall":          '\uf7ef',
   286  	"Idot":                    '\u0130',
   287  	"Idotaccent":              '\u0130',
   288  	"Idotbelow":               '\u1eca',
   289  	"Iebrevecyrillic":         '\u04d6',
   290  	"Iecyrillic":              '\u0415',
   291  	"Ifraktur":                '\u2111',
   292  	"Igrave":                  '\u00cc',
   293  	"Igravesmall":             '\uf7ec',
   294  	"Ihookabove":              '\u1ec8',
   295  	"Iicyrillic":              '\u0418',
   296  	"Iinvertedbreve":          '\u020a',
   297  	"Iishortcyrillic":         '\u0419',
   298  	"Imacron":                 '\u012a',
   299  	"Imacroncyrillic":         '\u04e2',
   300  	"Imonospace":              '\uff29',
   301  	"Iniarmenian":             '\u053b',
   302  	"Iocyrillic":              '\u0401',
   303  	"Iogonek":                 '\u012e',
   304  	"Iota":                    '\u0399',
   305  	"Iotaafrican":             '\u0196',
   306  	"Iotadieresis":            '\u03aa',
   307  	"Iotatonos":               '\u038a',
   308  	"Ismall":                  '\uf769',
   309  	"Istroke":                 '\u0197',
   310  	"Itilde":                  '\u0128',
   311  	"Itildebelow":             '\u1e2c',
   312  	"Izhitsacyrillic":         '\u0474',
   313  	"Izhitsadblgravecyrillic": '\u0476',
   314  	"J":                        '\u004a',
   315  	"Jaarmenian":               '\u0541',
   316  	"Jcircle":                  '\u24bf',
   317  	"Jcircumflex":              '\u0134',
   318  	"Jecyrillic":               '\u0408',
   319  	"Jheharmenian":             '\u054b',
   320  	"Jmonospace":               '\uff2a',
   321  	"Jsmall":                   '\uf76a',
   322  	"K":                        '\u004b',
   323  	"KBsquare":                 '\u3385',
   324  	"KKsquare":                 '\u33cd',
   325  	"Kabashkircyrillic":        '\u04a0',
   326  	"Kacute":                   '\u1e30',
   327  	"Kacyrillic":               '\u041a',
   328  	"Kadescendercyrillic":      '\u049a',
   329  	"Kahookcyrillic":           '\u04c3',
   330  	"Kappa":                    '\u039a',
   331  	"Kastrokecyrillic":         '\u049e',
   332  	"Kaverticalstrokecyrillic": '\u049c',
   333  	"Kcaron":                   '\u01e8',
   334  	"Kcedilla":                 '\u0136',
   335  	"Kcircle":                  '\u24c0',
   336  	"Kcommaaccent":             '\u0136',
   337  	"Kdotbelow":                '\u1e32',
   338  	"Keharmenian":              '\u0554',
   339  	"Kenarmenian":              '\u053f',
   340  	"Khacyrillic":              '\u0425',
   341  	"Kheicoptic":               '\u03e6',
   342  	"Khook":                    '\u0198',
   343  	"Kjecyrillic":              '\u040c',
   344  	"Klinebelow":               '\u1e34',
   345  	"Kmonospace":               '\uff2b',
   346  	"Koppacyrillic":            '\u0480',
   347  	"Koppagreek":               '\u03de',
   348  	"Ksicyrillic":              '\u046e',
   349  	"Ksmall":                   '\uf76b',
   350  	"L":                        '\u004c',
   351  	"LJ":                       '\u01c7',
   352  	"LL":                       '\uf6bf',
   353  	"Lacute":                   '\u0139',
   354  	"Lambda":                   '\u039b',
   355  	"Lcaron":                   '\u013d',
   356  	"Lcedilla":                 '\u013b',
   357  	"Lcircle":                  '\u24c1',
   358  	"Lcircumflexbelow":         '\u1e3c',
   359  	"Lcommaaccent":             '\u013b',
   360  	"Ldot":                     '\u013f',
   361  	"Ldotaccent":               '\u013f',
   362  	"Ldotbelow":                '\u1e36',
   363  	"Ldotbelowmacron":          '\u1e38',
   364  	"Liwnarmenian":             '\u053c',
   365  	"Lj":                       '\u01c8',
   366  	"Ljecyrillic":              '\u0409',
   367  	"Llinebelow":               '\u1e3a',
   368  	"Lmonospace":               '\uff2c',
   369  	"Lslash":                   '\u0141',
   370  	"Lslashsmall":              '\uf6f9',
   371  	"Lsmall":                   '\uf76c',
   372  	"M":                        '\u004d',
   373  	"MBsquare":                 '\u3386',
   374  	"Macron":                   '\uf6d0',
   375  	"Macronsmall":              '\uf7af',
   376  	"Macute":                   '\u1e3e',
   377  	"Mcircle":                  '\u24c2',
   378  	"Mdotaccent":               '\u1e40',
   379  	"Mdotbelow":                '\u1e42',
   380  	"Menarmenian":              '\u0544',
   381  	"Mmonospace":               '\uff2d',
   382  	"Msmall":                   '\uf76d',
   383  	"Mturned":                  '\u019c',
   384  	"Mu":                       '\u039c',
   385  	"N":                        '\u004e',
   386  	"NJ":                       '\u01ca',
   387  	"Nacute":                   '\u0143',
   388  	"Ncaron":                   '\u0147',
   389  	"Ncedilla":                 '\u0145',
   390  	"Ncircle":                  '\u24c3',
   391  	"Ncircumflexbelow":         '\u1e4a',
   392  	"Ncommaaccent":             '\u0145',
   393  	"Ndotaccent":               '\u1e44',
   394  	"Ndotbelow":                '\u1e46',
   395  	"Nhookleft":                '\u019d',
   396  	"Nineroman":                '\u2168',
   397  	"Nj":                       '\u01cb',
   398  	"Njecyrillic":              '\u040a',
   399  	"Nlinebelow":               '\u1e48',
   400  	"Nmonospace":               '\uff2e',
   401  	"Nowarmenian":              '\u0546',
   402  	"Nsmall":                   '\uf76e',
   403  	"Ntilde":                   '\u00d1',
   404  	"Ntildesmall":              '\uf7f1',
   405  	"Nu":                       '\u039d',
   406  	"O":                        '\u004f',
   407  	"OE":                       '\u0152',
   408  	"OEsmall":                  '\uf6fa',
   409  	"Oacute":                   '\u00d3',
   410  	"Oacutesmall":              '\uf7f3',
   411  	"Obarredcyrillic":          '\u04e8',
   412  	"Obarreddieresiscyrillic":  '\u04ea',
   413  	"Obreve":                   '\u014e',
   414  	"Ocaron":                   '\u01d1',
   415  	"Ocenteredtilde":           '\u019f',
   416  	"Ocircle":                  '\u24c4',
   417  	"Ocircumflex":              '\u00d4',
   418  	"Ocircumflexacute":         '\u1ed0',
   419  	"Ocircumflexdotbelow":      '\u1ed8',
   420  	"Ocircumflexgrave":         '\u1ed2',
   421  	"Ocircumflexhookabove":     '\u1ed4',
   422  	"Ocircumflexsmall":         '\uf7f4',
   423  	"Ocircumflextilde":         '\u1ed6',
   424  	"Ocyrillic":                '\u041e',
   425  	"Odblacute":                '\u0150',
   426  	"Odblgrave":                '\u020c',
   427  	"Odieresis":                '\u00d6',
   428  	"Odieresiscyrillic":        '\u04e6',
   429  	"Odieresissmall":           '\uf7f6',
   430  	"Odotbelow":                '\u1ecc',
   431  	"Ogoneksmall":              '\uf6fb',
   432  	"Ograve":                   '\u00d2',
   433  	"Ogravesmall":              '\uf7f2',
   434  	"Oharmenian":               '\u0555',
   435  	"Ohm":                      '\u2126',
   436  	"Ohookabove":               '\u1ece',
   437  	"Ohorn":                    '\u01a0',
   438  	"Ohornacute":               '\u1eda',
   439  	"Ohorndotbelow":            '\u1ee2',
   440  	"Ohorngrave":               '\u1edc',
   441  	"Ohornhookabove":           '\u1ede',
   442  	"Ohorntilde":               '\u1ee0',
   443  	"Ohungarumlaut":            '\u0150',
   444  	"Oi":                       '\u01a2',
   445  	"Oinvertedbreve":           '\u020e',
   446  	"Omacron":                  '\u014c',
   447  	"Omacronacute":             '\u1e52',
   448  	"Omacrongrave":             '\u1e50',
   449  	"Omega":                    '\u2126',
   450  	"Omegacyrillic":            '\u0460',
   451  	"Omegagreek":               '\u03a9',
   452  	"Omegaroundcyrillic":       '\u047a',
   453  	"Omegatitlocyrillic":       '\u047c',
   454  	"Omegatonos":               '\u038f',
   455  	"Omicron":                  '\u039f',
   456  	"Omicrontonos":             '\u038c',
   457  	"Omonospace":               '\uff2f',
   458  	"Oneroman":                 '\u2160',
   459  	"Oogonek":                  '\u01ea',
   460  	"Oogonekmacron":            '\u01ec',
   461  	"Oopen":                    '\u0186',
   462  	"Oslash":                   '\u00d8',
   463  	"Oslashacute":              '\u01fe',
   464  	"Oslashsmall":              '\uf7f8',
   465  	"Osmall":                   '\uf76f',
   466  	"Ostrokeacute":             '\u01fe',
   467  	"Otcyrillic":               '\u047e',
   468  	"Otilde":                   '\u00d5',
   469  	"Otildeacute":              '\u1e4c',
   470  	"Otildedieresis":           '\u1e4e',
   471  	"Otildesmall":              '\uf7f5',
   472  	"P":                        '\u0050',
   473  	"Pacute":                   '\u1e54',
   474  	"Pcircle":                  '\u24c5',
   475  	"Pdotaccent":               '\u1e56',
   476  	"Pecyrillic":               '\u041f',
   477  	"Peharmenian":              '\u054a',
   478  	"Pemiddlehookcyrillic":     '\u04a6',
   479  	"Phi":                    '\u03a6',
   480  	"Phook":                  '\u01a4',
   481  	"Pi":                     '\u03a0',
   482  	"Piwrarmenian":           '\u0553',
   483  	"Pmonospace":             '\uff30',
   484  	"Psi":                    '\u03a8',
   485  	"Psicyrillic":            '\u0470',
   486  	"Psmall":                 '\uf770',
   487  	"Q":                      '\u0051',
   488  	"Qcircle":                '\u24c6',
   489  	"Qmonospace":             '\uff31',
   490  	"Qsmall":                 '\uf771',
   491  	"R":                      '\u0052',
   492  	"Raarmenian":             '\u054c',
   493  	"Racute":                 '\u0154',
   494  	"Rcaron":                 '\u0158',
   495  	"Rcedilla":               '\u0156',
   496  	"Rcircle":                '\u24c7',
   497  	"Rcommaaccent":           '\u0156',
   498  	"Rdblgrave":              '\u0210',
   499  	"Rdotaccent":             '\u1e58',
   500  	"Rdotbelow":              '\u1e5a',
   501  	"Rdotbelowmacron":        '\u1e5c',
   502  	"Reharmenian":            '\u0550',
   503  	"Rfraktur":               '\u211c',
   504  	"Rho":                    '\u03a1',
   505  	"Ringsmall":              '\uf6fc',
   506  	"Rinvertedbreve":         '\u0212',
   507  	"Rlinebelow":             '\u1e5e',
   508  	"Rmonospace":             '\uff32',
   509  	"Rsmall":                 '\uf772',
   510  	"Rsmallinverted":         '\u0281',
   511  	"Rsmallinvertedsuperior": '\u02b6',
   512  	"S":                              '\u0053',
   513  	"SF010000":                       '\u250c',
   514  	"SF020000":                       '\u2514',
   515  	"SF030000":                       '\u2510',
   516  	"SF040000":                       '\u2518',
   517  	"SF050000":                       '\u253c',
   518  	"SF060000":                       '\u252c',
   519  	"SF070000":                       '\u2534',
   520  	"SF080000":                       '\u251c',
   521  	"SF090000":                       '\u2524',
   522  	"SF100000":                       '\u2500',
   523  	"SF110000":                       '\u2502',
   524  	"SF190000":                       '\u2561',
   525  	"SF200000":                       '\u2562',
   526  	"SF210000":                       '\u2556',
   527  	"SF220000":                       '\u2555',
   528  	"SF230000":                       '\u2563',
   529  	"SF240000":                       '\u2551',
   530  	"SF250000":                       '\u2557',
   531  	"SF260000":                       '\u255d',
   532  	"SF270000":                       '\u255c',
   533  	"SF280000":                       '\u255b',
   534  	"SF360000":                       '\u255e',
   535  	"SF370000":                       '\u255f',
   536  	"SF380000":                       '\u255a',
   537  	"SF390000":                       '\u2554',
   538  	"SF400000":                       '\u2569',
   539  	"SF410000":                       '\u2566',
   540  	"SF420000":                       '\u2560',
   541  	"SF430000":                       '\u2550',
   542  	"SF440000":                       '\u256c',
   543  	"SF450000":                       '\u2567',
   544  	"SF460000":                       '\u2568',
   545  	"SF470000":                       '\u2564',
   546  	"SF480000":                       '\u2565',
   547  	"SF490000":                       '\u2559',
   548  	"SF500000":                       '\u2558',
   549  	"SF510000":                       '\u2552',
   550  	"SF520000":                       '\u2553',
   551  	"SF530000":                       '\u256b',
   552  	"SF540000":                       '\u256a',
   553  	"Sacute":                         '\u015a',
   554  	"Sacutedotaccent":                '\u1e64',
   555  	"Sampigreek":                     '\u03e0',
   556  	"Scaron":                         '\u0160',
   557  	"Scarondotaccent":                '\u1e66',
   558  	"Scaronsmall":                    '\uf6fd',
   559  	"Scedilla":                       '\u015e',
   560  	"Schwa":                          '\u018f',
   561  	"Schwacyrillic":                  '\u04d8',
   562  	"Schwadieresiscyrillic":          '\u04da',
   563  	"Scircle":                        '\u24c8',
   564  	"Scircumflex":                    '\u015c',
   565  	"Scommaaccent":                   '\u0218',
   566  	"Sdotaccent":                     '\u1e60',
   567  	"Sdotbelow":                      '\u1e62',
   568  	"Sdotbelowdotaccent":             '\u1e68',
   569  	"Seharmenian":                    '\u054d',
   570  	"Sevenroman":                     '\u2166',
   571  	"Shaarmenian":                    '\u0547',
   572  	"Shacyrillic":                    '\u0428',
   573  	"Shchacyrillic":                  '\u0429',
   574  	"Sheicoptic":                     '\u03e2',
   575  	"Shhacyrillic":                   '\u04ba',
   576  	"Shimacoptic":                    '\u03ec',
   577  	"Sigma":                          '\u03a3',
   578  	"Sixroman":                       '\u2165',
   579  	"Smonospace":                     '\uff33',
   580  	"Softsigncyrillic":               '\u042c',
   581  	"Ssmall":                         '\uf773',
   582  	"Stigmagreek":                    '\u03da',
   583  	"T":                              '\u0054',
   584  	"Tau":                            '\u03a4',
   585  	"Tbar":                           '\u0166',
   586  	"Tcaron":                         '\u0164',
   587  	"Tcedilla":                       '\u0162',
   588  	"Tcircle":                        '\u24c9',
   589  	"Tcircumflexbelow":               '\u1e70',
   590  	"Tcommaaccent":                   '\u0162',
   591  	"Tdotaccent":                     '\u1e6a',
   592  	"Tdotbelow":                      '\u1e6c',
   593  	"Tecyrillic":                     '\u0422',
   594  	"Tedescendercyrillic":            '\u04ac',
   595  	"Tenroman":                       '\u2169',
   596  	"Tetsecyrillic":                  '\u04b4',
   597  	"Theta":                          '\u0398',
   598  	"Thook":                          '\u01ac',
   599  	"Thorn":                          '\u00de',
   600  	"Thornsmall":                     '\uf7fe',
   601  	"Threeroman":                     '\u2162',
   602  	"Tildesmall":                     '\uf6fe',
   603  	"Tiwnarmenian":                   '\u054f',
   604  	"Tlinebelow":                     '\u1e6e',
   605  	"Tmonospace":                     '\uff34',
   606  	"Toarmenian":                     '\u0539',
   607  	"Tonefive":                       '\u01bc',
   608  	"Tonesix":                        '\u0184',
   609  	"Tonetwo":                        '\u01a7',
   610  	"Tretroflexhook":                 '\u01ae',
   611  	"Tsecyrillic":                    '\u0426',
   612  	"Tshecyrillic":                   '\u040b',
   613  	"Tsmall":                         '\uf774',
   614  	"Twelveroman":                    '\u216b',
   615  	"Tworoman":                       '\u2161',
   616  	"U":                              '\u0055',
   617  	"Uacute":                         '\u00da',
   618  	"Uacutesmall":                    '\uf7fa',
   619  	"Ubreve":                         '\u016c',
   620  	"Ucaron":                         '\u01d3',
   621  	"Ucircle":                        '\u24ca',
   622  	"Ucircumflex":                    '\u00db',
   623  	"Ucircumflexbelow":               '\u1e76',
   624  	"Ucircumflexsmall":               '\uf7fb',
   625  	"Ucyrillic":                      '\u0423',
   626  	"Udblacute":                      '\u0170',
   627  	"Udblgrave":                      '\u0214',
   628  	"Udieresis":                      '\u00dc',
   629  	"Udieresisacute":                 '\u01d7',
   630  	"Udieresisbelow":                 '\u1e72',
   631  	"Udieresiscaron":                 '\u01d9',
   632  	"Udieresiscyrillic":              '\u04f0',
   633  	"Udieresisgrave":                 '\u01db',
   634  	"Udieresismacron":                '\u01d5',
   635  	"Udieresissmall":                 '\uf7fc',
   636  	"Udotbelow":                      '\u1ee4',
   637  	"Ugrave":                         '\u00d9',
   638  	"Ugravesmall":                    '\uf7f9',
   639  	"Uhookabove":                     '\u1ee6',
   640  	"Uhorn":                          '\u01af',
   641  	"Uhornacute":                     '\u1ee8',
   642  	"Uhorndotbelow":                  '\u1ef0',
   643  	"Uhorngrave":                     '\u1eea',
   644  	"Uhornhookabove":                 '\u1eec',
   645  	"Uhorntilde":                     '\u1eee',
   646  	"Uhungarumlaut":                  '\u0170',
   647  	"Uhungarumlautcyrillic":          '\u04f2',
   648  	"Uinvertedbreve":                 '\u0216',
   649  	"Ukcyrillic":                     '\u0478',
   650  	"Umacron":                        '\u016a',
   651  	"Umacroncyrillic":                '\u04ee',
   652  	"Umacrondieresis":                '\u1e7a',
   653  	"Umonospace":                     '\uff35',
   654  	"Uogonek":                        '\u0172',
   655  	"Upsilon":                        '\u03a5',
   656  	"Upsilon1":                       '\u03d2',
   657  	"Upsilonacutehooksymbolgreek":    '\u03d3',
   658  	"Upsilonafrican":                 '\u01b1',
   659  	"Upsilondieresis":                '\u03ab',
   660  	"Upsilondieresishooksymbolgreek": '\u03d4',
   661  	"Upsilonhooksymbol":              '\u03d2',
   662  	"Upsilontonos":                   '\u038e',
   663  	"Uring":                          '\u016e',
   664  	"Ushortcyrillic":                 '\u040e',
   665  	"Usmall":                         '\uf775',
   666  	"Ustraightcyrillic":              '\u04ae',
   667  	"Ustraightstrokecyrillic":        '\u04b0',
   668  	"Utilde":                         '\u0168',
   669  	"Utildeacute":                    '\u1e78',
   670  	"Utildebelow":                    '\u1e74',
   671  	"V":                              '\u0056',
   672  	"Vcircle":                        '\u24cb',
   673  	"Vdotbelow":                      '\u1e7e',
   674  	"Vecyrillic":                     '\u0412',
   675  	"Vewarmenian":                    '\u054e',
   676  	"Vhook":                          '\u01b2',
   677  	"Vmonospace":                     '\uff36',
   678  	"Voarmenian":                     '\u0548',
   679  	"Vsmall":                         '\uf776',
   680  	"Vtilde":                         '\u1e7c',
   681  	"W":                              '\u0057',
   682  	"Wacute":                         '\u1e82',
   683  	"Wcircle":                        '\u24cc',
   684  	"Wcircumflex":                    '\u0174',
   685  	"Wdieresis":                      '\u1e84',
   686  	"Wdotaccent":                     '\u1e86',
   687  	"Wdotbelow":                      '\u1e88',
   688  	"Wgrave":                         '\u1e80',
   689  	"Wmonospace":                     '\uff37',
   690  	"Wsmall":                         '\uf777',
   691  	"X":                              '\u0058',
   692  	"Xcircle":                        '\u24cd',
   693  	"Xdieresis":                      '\u1e8c',
   694  	"Xdotaccent":                     '\u1e8a',
   695  	"Xeharmenian":                    '\u053d',
   696  	"Xi":                             '\u039e',
   697  	"Xmonospace":                     '\uff38',
   698  	"Xsmall":                         '\uf778',
   699  	"Y":                              '\u0059',
   700  	"Yacute":                         '\u00dd',
   701  	"Yacutesmall":                    '\uf7fd',
   702  	"Yatcyrillic":                    '\u0462',
   703  	"Ycircle":                        '\u24ce',
   704  	"Ycircumflex":                    '\u0176',
   705  	"Ydieresis":                      '\u0178',
   706  	"Ydieresissmall":                 '\uf7ff',
   707  	"Ydotaccent":                     '\u1e8e',
   708  	"Ydotbelow":                      '\u1ef4',
   709  	"Yericyrillic":                   '\u042b',
   710  	"Yerudieresiscyrillic":           '\u04f8',
   711  	"Ygrave":                         '\u1ef2',
   712  	"Yhook":                          '\u01b3',
   713  	"Yhookabove":                     '\u1ef6',
   714  	"Yiarmenian":                     '\u0545',
   715  	"Yicyrillic":                     '\u0407',
   716  	"Yiwnarmenian":                   '\u0552',
   717  	"Ymonospace":                     '\uff39',
   718  	"Ysmall":                         '\uf779',
   719  	"Ytilde":                         '\u1ef8',
   720  	"Yusbigcyrillic":                 '\u046a',
   721  	"Yusbigiotifiedcyrillic":         '\u046c',
   722  	"Yuslittlecyrillic":              '\u0466',
   723  	"Yuslittleiotifiedcyrillic":      '\u0468',
   724  	"Z":                         '\u005a',
   725  	"Zaarmenian":                '\u0536',
   726  	"Zacute":                    '\u0179',
   727  	"Zcaron":                    '\u017d',
   728  	"Zcaronsmall":               '\uf6ff',
   729  	"Zcircle":                   '\u24cf',
   730  	"Zcircumflex":               '\u1e90',
   731  	"Zdot":                      '\u017b',
   732  	"Zdotaccent":                '\u017b',
   733  	"Zdotbelow":                 '\u1e92',
   734  	"Zecyrillic":                '\u0417',
   735  	"Zedescendercyrillic":       '\u0498',
   736  	"Zedieresiscyrillic":        '\u04de',
   737  	"Zeta":                      '\u0396',
   738  	"Zhearmenian":               '\u053a',
   739  	"Zhebrevecyrillic":          '\u04c1',
   740  	"Zhecyrillic":               '\u0416',
   741  	"Zhedescendercyrillic":      '\u0496',
   742  	"Zhedieresiscyrillic":       '\u04dc',
   743  	"Zlinebelow":                '\u1e94',
   744  	"Zmonospace":                '\uff3a',
   745  	"Zsmall":                    '\uf77a',
   746  	"Zstroke":                   '\u01b5',
   747  	"a":                         '\u0061',
   748  	"aabengali":                 '\u0986',
   749  	"aacute":                    '\u00e1',
   750  	"aadeva":                    '\u0906',
   751  	"aagujarati":                '\u0a86',
   752  	"aagurmukhi":                '\u0a06',
   753  	"aamatragurmukhi":           '\u0a3e',
   754  	"aarusquare":                '\u3303',
   755  	"aavowelsignbengali":        '\u09be',
   756  	"aavowelsigndeva":           '\u093e',
   757  	"aavowelsigngujarati":       '\u0abe',
   758  	"abbreviationmarkarmenian":  '\u055f',
   759  	"abbreviationsigndeva":      '\u0970',
   760  	"abengali":                  '\u0985',
   761  	"abopomofo":                 '\u311a',
   762  	"abreve":                    '\u0103',
   763  	"abreveacute":               '\u1eaf',
   764  	"abrevecyrillic":            '\u04d1',
   765  	"abrevedotbelow":            '\u1eb7',
   766  	"abrevegrave":               '\u1eb1',
   767  	"abrevehookabove":           '\u1eb3',
   768  	"abrevetilde":               '\u1eb5',
   769  	"acaron":                    '\u01ce',
   770  	"acircle":                   '\u24d0',
   771  	"acircumflex":               '\u00e2',
   772  	"acircumflexacute":          '\u1ea5',
   773  	"acircumflexdotbelow":       '\u1ead',
   774  	"acircumflexgrave":          '\u1ea7',
   775  	"acircumflexhookabove":      '\u1ea9',
   776  	"acircumflextilde":          '\u1eab',
   777  	"acute":                     '\u00b4',
   778  	"acutebelowcmb":             '\u0317',
   779  	"acutecmb":                  '\u0301',
   780  	"acutecomb":                 '\u0301',
   781  	"acutedeva":                 '\u0954',
   782  	"acutelowmod":               '\u02cf',
   783  	"acutetonecmb":              '\u0341',
   784  	"acyrillic":                 '\u0430',
   785  	"adblgrave":                 '\u0201',
   786  	"addakgurmukhi":             '\u0a71',
   787  	"adeva":                     '\u0905',
   788  	"adieresis":                 '\u00e4',
   789  	"adieresiscyrillic":         '\u04d3',
   790  	"adieresismacron":           '\u01df',
   791  	"adotbelow":                 '\u1ea1',
   792  	"adotmacron":                '\u01e1',
   793  	"ae":                        '\u00e6',
   794  	"aeacute":                   '\u01fd',
   795  	"aekorean":                  '\u3150',
   796  	"aemacron":                  '\u01e3',
   797  	"afii00208":                 '\u2015',
   798  	"afii08941":                 '\u20a4',
   799  	"afii10017":                 '\u0410',
   800  	"afii10018":                 '\u0411',
   801  	"afii10019":                 '\u0412',
   802  	"afii10020":                 '\u0413',
   803  	"afii10021":                 '\u0414',
   804  	"afii10022":                 '\u0415',
   805  	"afii10023":                 '\u0401',
   806  	"afii10024":                 '\u0416',
   807  	"afii10025":                 '\u0417',
   808  	"afii10026":                 '\u0418',
   809  	"afii10027":                 '\u0419',
   810  	"afii10028":                 '\u041a',
   811  	"afii10029":                 '\u041b',
   812  	"afii10030":                 '\u041c',
   813  	"afii10031":                 '\u041d',
   814  	"afii10032":                 '\u041e',
   815  	"afii10033":                 '\u041f',
   816  	"afii10034":                 '\u0420',
   817  	"afii10035":                 '\u0421',
   818  	"afii10036":                 '\u0422',
   819  	"afii10037":                 '\u0423',
   820  	"afii10038":                 '\u0424',
   821  	"afii10039":                 '\u0425',
   822  	"afii10040":                 '\u0426',
   823  	"afii10041":                 '\u0427',
   824  	"afii10042":                 '\u0428',
   825  	"afii10043":                 '\u0429',
   826  	"afii10044":                 '\u042a',
   827  	"afii10045":                 '\u042b',
   828  	"afii10046":                 '\u042c',
   829  	"afii10047":                 '\u042d',
   830  	"afii10048":                 '\u042e',
   831  	"afii10049":                 '\u042f',
   832  	"afii10050":                 '\u0490',
   833  	"afii10051":                 '\u0402',
   834  	"afii10052":                 '\u0403',
   835  	"afii10053":                 '\u0404',
   836  	"afii10054":                 '\u0405',
   837  	"afii10055":                 '\u0406',
   838  	"afii10056":                 '\u0407',
   839  	"afii10057":                 '\u0408',
   840  	"afii10058":                 '\u0409',
   841  	"afii10059":                 '\u040a',
   842  	"afii10060":                 '\u040b',
   843  	"afii10061":                 '\u040c',
   844  	"afii10062":                 '\u040e',
   845  	"afii10063":                 '\uf6c4',
   846  	"afii10064":                 '\uf6c5',
   847  	"afii10065":                 '\u0430',
   848  	"afii10066":                 '\u0431',
   849  	"afii10067":                 '\u0432',
   850  	"afii10068":                 '\u0433',
   851  	"afii10069":                 '\u0434',
   852  	"afii10070":                 '\u0435',
   853  	"afii10071":                 '\u0451',
   854  	"afii10072":                 '\u0436',
   855  	"afii10073":                 '\u0437',
   856  	"afii10074":                 '\u0438',
   857  	"afii10075":                 '\u0439',
   858  	"afii10076":                 '\u043a',
   859  	"afii10077":                 '\u043b',
   860  	"afii10078":                 '\u043c',
   861  	"afii10079":                 '\u043d',
   862  	"afii10080":                 '\u043e',
   863  	"afii10081":                 '\u043f',
   864  	"afii10082":                 '\u0440',
   865  	"afii10083":                 '\u0441',
   866  	"afii10084":                 '\u0442',
   867  	"afii10085":                 '\u0443',
   868  	"afii10086":                 '\u0444',
   869  	"afii10087":                 '\u0445',
   870  	"afii10088":                 '\u0446',
   871  	"afii10089":                 '\u0447',
   872  	"afii10090":                 '\u0448',
   873  	"afii10091":                 '\u0449',
   874  	"afii10092":                 '\u044a',
   875  	"afii10093":                 '\u044b',
   876  	"afii10094":                 '\u044c',
   877  	"afii10095":                 '\u044d',
   878  	"afii10096":                 '\u044e',
   879  	"afii10097":                 '\u044f',
   880  	"afii10098":                 '\u0491',
   881  	"afii10099":                 '\u0452',
   882  	"afii10100":                 '\u0453',
   883  	"afii10101":                 '\u0454',
   884  	"afii10102":                 '\u0455',
   885  	"afii10103":                 '\u0456',
   886  	"afii10104":                 '\u0457',
   887  	"afii10105":                 '\u0458',
   888  	"afii10106":                 '\u0459',
   889  	"afii10107":                 '\u045a',
   890  	"afii10108":                 '\u045b',
   891  	"afii10109":                 '\u045c',
   892  	"afii10110":                 '\u045e',
   893  	"afii10145":                 '\u040f',
   894  	"afii10146":                 '\u0462',
   895  	"afii10147":                 '\u0472',
   896  	"afii10148":                 '\u0474',
   897  	"afii10192":                 '\uf6c6',
   898  	"afii10193":                 '\u045f',
   899  	"afii10194":                 '\u0463',
   900  	"afii10195":                 '\u0473',
   901  	"afii10196":                 '\u0475',
   902  	"afii10831":                 '\uf6c7',
   903  	"afii10832":                 '\uf6c8',
   904  	"afii10846":                 '\u04d9',
   905  	"afii299":                   '\u200e',
   906  	"afii300":                   '\u200f',
   907  	"afii301":                   '\u200d',
   908  	"afii57381":                 '\u066a',
   909  	"afii57388":                 '\u060c',
   910  	"afii57392":                 '\u0660',
   911  	"afii57393":                 '\u0661',
   912  	"afii57394":                 '\u0662',
   913  	"afii57395":                 '\u0663',
   914  	"afii57396":                 '\u0664',
   915  	"afii57397":                 '\u0665',
   916  	"afii57398":                 '\u0666',
   917  	"afii57399":                 '\u0667',
   918  	"afii57400":                 '\u0668',
   919  	"afii57401":                 '\u0669',
   920  	"afii57403":                 '\u061b',
   921  	"afii57407":                 '\u061f',
   922  	"afii57409":                 '\u0621',
   923  	"afii57410":                 '\u0622',
   924  	"afii57411":                 '\u0623',
   925  	"afii57412":                 '\u0624',
   926  	"afii57413":                 '\u0625',
   927  	"afii57414":                 '\u0626',
   928  	"afii57415":                 '\u0627',
   929  	"afii57416":                 '\u0628',
   930  	"afii57417":                 '\u0629',
   931  	"afii57418":                 '\u062a',
   932  	"afii57419":                 '\u062b',
   933  	"afii57420":                 '\u062c',
   934  	"afii57421":                 '\u062d',
   935  	"afii57422":                 '\u062e',
   936  	"afii57423":                 '\u062f',
   937  	"afii57424":                 '\u0630',
   938  	"afii57425":                 '\u0631',
   939  	"afii57426":                 '\u0632',
   940  	"afii57427":                 '\u0633',
   941  	"afii57428":                 '\u0634',
   942  	"afii57429":                 '\u0635',
   943  	"afii57430":                 '\u0636',
   944  	"afii57431":                 '\u0637',
   945  	"afii57432":                 '\u0638',
   946  	"afii57433":                 '\u0639',
   947  	"afii57434":                 '\u063a',
   948  	"afii57440":                 '\u0640',
   949  	"afii57441":                 '\u0641',
   950  	"afii57442":                 '\u0642',
   951  	"afii57443":                 '\u0643',
   952  	"afii57444":                 '\u0644',
   953  	"afii57445":                 '\u0645',
   954  	"afii57446":                 '\u0646',
   955  	"afii57448":                 '\u0648',
   956  	"afii57449":                 '\u0649',
   957  	"afii57450":                 '\u064a',
   958  	"afii57451":                 '\u064b',
   959  	"afii57452":                 '\u064c',
   960  	"afii57453":                 '\u064d',
   961  	"afii57454":                 '\u064e',
   962  	"afii57455":                 '\u064f',
   963  	"afii57456":                 '\u0650',
   964  	"afii57457":                 '\u0651',
   965  	"afii57458":                 '\u0652',
   966  	"afii57470":                 '\u0647',
   967  	"afii57505":                 '\u06a4',
   968  	"afii57506":                 '\u067e',
   969  	"afii57507":                 '\u0686',
   970  	"afii57508":                 '\u0698',
   971  	"afii57509":                 '\u06af',
   972  	"afii57511":                 '\u0679',
   973  	"afii57512":                 '\u0688',
   974  	"afii57513":                 '\u0691',
   975  	"afii57514":                 '\u06ba',
   976  	"afii57519":                 '\u06d2',
   977  	"afii57534":                 '\u06d5',
   978  	"afii57636":                 '\u20aa',
   979  	"afii57645":                 '\u05be',
   980  	"afii57658":                 '\u05c3',
   981  	"afii57664":                 '\u05d0',
   982  	"afii57665":                 '\u05d1',
   983  	"afii57666":                 '\u05d2',
   984  	"afii57667":                 '\u05d3',
   985  	"afii57668":                 '\u05d4',
   986  	"afii57669":                 '\u05d5',
   987  	"afii57670":                 '\u05d6',
   988  	"afii57671":                 '\u05d7',
   989  	"afii57672":                 '\u05d8',
   990  	"afii57673":                 '\u05d9',
   991  	"afii57674":                 '\u05da',
   992  	"afii57675":                 '\u05db',
   993  	"afii57676":                 '\u05dc',
   994  	"afii57677":                 '\u05dd',
   995  	"afii57678":                 '\u05de',
   996  	"afii57679":                 '\u05df',
   997  	"afii57680":                 '\u05e0',
   998  	"afii57681":                 '\u05e1',
   999  	"afii57682":                 '\u05e2',
  1000  	"afii57683":                 '\u05e3',
  1001  	"afii57684":                 '\u05e4',
  1002  	"afii57685":                 '\u05e5',
  1003  	"afii57686":                 '\u05e6',
  1004  	"afii57687":                 '\u05e7',
  1005  	"afii57688":                 '\u05e8',
  1006  	"afii57689":                 '\u05e9',
  1007  	"afii57690":                 '\u05ea',
  1008  	"afii57694":                 '\ufb2a',
  1009  	"afii57695":                 '\ufb2b',
  1010  	"afii57700":                 '\ufb4b',
  1011  	"afii57705":                 '\ufb1f',
  1012  	"afii57716":                 '\u05f0',
  1013  	"afii57717":                 '\u05f1',
  1014  	"afii57718":                 '\u05f2',
  1015  	"afii57723":                 '\ufb35',
  1016  	"afii57793":                 '\u05b4',
  1017  	"afii57794":                 '\u05b5',
  1018  	"afii57795":                 '\u05b6',
  1019  	"afii57796":                 '\u05bb',
  1020  	"afii57797":                 '\u05b8',
  1021  	"afii57798":                 '\u05b7',
  1022  	"afii57799":                 '\u05b0',
  1023  	"afii57800":                 '\u05b2',
  1024  	"afii57801":                 '\u05b1',
  1025  	"afii57802":                 '\u05b3',
  1026  	"afii57803":                 '\u05c2',
  1027  	"afii57804":                 '\u05c1',
  1028  	"afii57806":                 '\u05b9',
  1029  	"afii57807":                 '\u05bc',
  1030  	"afii57839":                 '\u05bd',
  1031  	"afii57841":                 '\u05bf',
  1032  	"afii57842":                 '\u05c0',
  1033  	"afii57929":                 '\u02bc',
  1034  	"afii61248":                 '\u2105',
  1035  	"afii61289":                 '\u2113',
  1036  	"afii61352":                 '\u2116',
  1037  	"afii61573":                 '\u202c',
  1038  	"afii61574":                 '\u202d',
  1039  	"afii61575":                 '\u202e',
  1040  	"afii61664":                 '\u200c',
  1041  	"afii63167":                 '\u066d',
  1042  	"afii64937":                 '\u02bd',
  1043  	"agrave":                    '\u00e0',
  1044  	"agujarati":                 '\u0a85',
  1045  	"agurmukhi":                 '\u0a05',
  1046  	"ahiragana":                 '\u3042',
  1047  	"ahookabove":                '\u1ea3',
  1048  	"aibengali":                 '\u0990',
  1049  	"aibopomofo":                '\u311e',
  1050  	"aideva":                    '\u0910',
  1051  	"aiecyrillic":               '\u04d5',
  1052  	"aigujarati":                '\u0a90',
  1053  	"aigurmukhi":                '\u0a10',
  1054  	"aimatragurmukhi":           '\u0a48',
  1055  	"ainarabic":                 '\u0639',
  1056  	"ainfinalarabic":            '\ufeca',
  1057  	"aininitialarabic":          '\ufecb',
  1058  	"ainmedialarabic":           '\ufecc',
  1059  	"ainvertedbreve":            '\u0203',
  1060  	"aivowelsignbengali":        '\u09c8',
  1061  	"aivowelsigndeva":           '\u0948',
  1062  	"aivowelsigngujarati":       '\u0ac8',
  1063  	"akatakana":                 '\u30a2',
  1064  	"akatakanahalfwidth":        '\uff71',
  1065  	"akorean":                   '\u314f',
  1066  	"alef":                      '\u05d0',
  1067  	"alefarabic":                '\u0627',
  1068  	"alefdageshhebrew":          '\ufb30',
  1069  	"aleffinalarabic":           '\ufe8e',
  1070  	"alefhamzaabovearabic":      '\u0623',
  1071  	"alefhamzaabovefinalarabic": '\ufe84',
  1072  	"alefhamzabelowarabic":      '\u0625',
  1073  	"alefhamzabelowfinalarabic": '\ufe88',
  1074  	"alefhebrew":                '\u05d0',
  1075  	"aleflamedhebrew":           '\ufb4f',
  1076  	"alefmaddaabovearabic":      '\u0622',
  1077  	"alefmaddaabovefinalarabic": '\ufe82',
  1078  	"alefmaksuraarabic":         '\u0649',
  1079  	"alefmaksurafinalarabic":    '\ufef0',
  1080  	"alefmaksurainitialarabic":  '\ufef3',
  1081  	"alefmaksuramedialarabic":   '\ufef4',
  1082  	"alefpatahhebrew":           '\ufb2e',
  1083  	"alefqamatshebrew":          '\ufb2f',
  1084  	"aleph":                     '\u2135',
  1085  	"allequal":                  '\u224c',
  1086  	"alpha":                     '\u03b1',
  1087  	"alphatonos":                '\u03ac',
  1088  	"amacron":                   '\u0101',
  1089  	"amonospace":                '\uff41',
  1090  	"ampersand":                 '\u0026',
  1091  	"ampersandmonospace":        '\uff06',
  1092  	"ampersandsmall":            '\uf726',
  1093  	"amsquare":                  '\u33c2',
  1094  	"anbopomofo":                '\u3122',
  1095  	"angbopomofo":               '\u3124',
  1096  	"angkhankhuthai":            '\u0e5a',
  1097  	"angle":                     '\u2220',
  1098  	"anglebracketleft":          '\u3008',
  1099  	"anglebracketleftvertical":  '\ufe3f',
  1100  	"anglebracketright":         '\u3009',
  1101  	"anglebracketrightvertical": '\ufe40',
  1102  	"angleleft":                 '\u2329',
  1103  	"angleright":                '\u232a',
  1104  	"angstrom":                  '\u212b',
  1105  	"anoteleia":                 '\u0387',
  1106  	"anudattadeva":              '\u0952',
  1107  	"anusvarabengali":           '\u0982',
  1108  	"anusvaradeva":              '\u0902',
  1109  	"anusvaragujarati":          '\u0a82',
  1110  	"aogonek":                   '\u0105',
  1111  	"apaatosquare":              '\u3300',
  1112  	"aparen":                    '\u249c',
  1113  	"apostrophearmenian":        '\u055a',
  1114  	"apostrophemod":             '\u02bc',
  1115  	"apple":                     '\uf8ff',
  1116  	"approaches":                '\u2250',
  1117  	"approxequal":               '\u2248',
  1118  	"approxequalorimage":        '\u2252',
  1119  	"approximatelyequal":        '\u2245',
  1120  	"araeaekorean":              '\u318e',
  1121  	"araeakorean":               '\u318d',
  1122  	"arc":                       '\u2312',
  1123  	"arighthalfring":            '\u1e9a',
  1124  	"aring":                     '\u00e5',
  1125  	"aringacute":                '\u01fb',
  1126  	"aringbelow":                '\u1e01',
  1127  	"arrowboth":                 '\u2194',
  1128  	"arrowdashdown":             '\u21e3',
  1129  	"arrowdashleft":             '\u21e0',
  1130  	"arrowdashright":            '\u21e2',
  1131  	"arrowdashup":               '\u21e1',
  1132  	"arrowdblboth":              '\u21d4',
  1133  	"arrowdbldown":              '\u21d3',
  1134  	"arrowdblleft":              '\u21d0',
  1135  	"arrowdblright":             '\u21d2',
  1136  	"arrowdblup":                '\u21d1',
  1137  	"arrowdown":                 '\u2193',
  1138  	"arrowdownleft":             '\u2199',
  1139  	"arrowdownright":            '\u2198',
  1140  	"arrowdownwhite":            '\u21e9',
  1141  	"arrowheaddownmod":          '\u02c5',
  1142  	"arrowheadleftmod":          '\u02c2',
  1143  	"arrowheadrightmod":         '\u02c3',
  1144  	"arrowheadupmod":            '\u02c4',
  1145  	"arrowhorizex":              '\uf8e7',
  1146  	"arrowleft":                 '\u2190',
  1147  	"arrowleftdbl":              '\u21d0',
  1148  	"arrowleftdblstroke":        '\u21cd',
  1149  	"arrowleftoverright":        '\u21c6',
  1150  	"arrowleftwhite":            '\u21e6',
  1151  	"arrowright":                '\u2192',
  1152  	"arrowrightdblstroke":       '\u21cf',
  1153  	"arrowrightheavy":           '\u279e',
  1154  	"arrowrightoverleft":        '\u21c4',
  1155  	"arrowrightwhite":           '\u21e8',
  1156  	"arrowtableft":              '\u21e4',
  1157  	"arrowtabright":             '\u21e5',
  1158  	"arrowup":                   '\u2191',
  1159  	"arrowupdn":                 '\u2195',
  1160  	"arrowupdnbse":              '\u21a8',
  1161  	"arrowupdownbase":           '\u21a8',
  1162  	"arrowupleft":               '\u2196',
  1163  	"arrowupleftofdown":         '\u21c5',
  1164  	"arrowupright":              '\u2197',
  1165  	"arrowupwhite":              '\u21e7',
  1166  	"arrowvertex":               '\uf8e6',
  1167  	"asciicircum":               '\u005e',
  1168  	"asciicircummonospace":      '\uff3e',
  1169  	"asciitilde":                '\u007e',
  1170  	"asciitildemonospace":       '\uff5e',
  1171  	"ascript":                   '\u0251',
  1172  	"ascriptturned":             '\u0252',
  1173  	"asmallhiragana":            '\u3041',
  1174  	"asmallkatakana":            '\u30a1',
  1175  	"asmallkatakanahalfwidth":   '\uff67',
  1176  	"asterisk":                  '\u002a',
  1177  	"asteriskaltonearabic":      '\u066d',
  1178  	"asteriskarabic":            '\u066d',
  1179  	"asteriskmath":              '\u2217',
  1180  	"asteriskmonospace":         '\uff0a',
  1181  	"asterisksmall":             '\ufe61',
  1182  	"asterism":                  '\u2042',
  1183  	"asuperior":                 '\uf6e9',
  1184  	"asymptoticallyequal":       '\u2243',
  1185  	"at":                                  '\u0040',
  1186  	"atilde":                              '\u00e3',
  1187  	"atmonospace":                         '\uff20',
  1188  	"atsmall":                             '\ufe6b',
  1189  	"aturned":                             '\u0250',
  1190  	"aubengali":                           '\u0994',
  1191  	"aubopomofo":                          '\u3120',
  1192  	"audeva":                              '\u0914',
  1193  	"augujarati":                          '\u0a94',
  1194  	"augurmukhi":                          '\u0a14',
  1195  	"aulengthmarkbengali":                 '\u09d7',
  1196  	"aumatragurmukhi":                     '\u0a4c',
  1197  	"auvowelsignbengali":                  '\u09cc',
  1198  	"auvowelsigndeva":                     '\u094c',
  1199  	"auvowelsigngujarati":                 '\u0acc',
  1200  	"avagrahadeva":                        '\u093d',
  1201  	"aybarmenian":                         '\u0561',
  1202  	"ayin":                                '\u05e2',
  1203  	"ayinaltonehebrew":                    '\ufb20',
  1204  	"ayinhebrew":                          '\u05e2',
  1205  	"b":                                   '\u0062',
  1206  	"babengali":                           '\u09ac',
  1207  	"backslash":                           '\u005c',
  1208  	"backslashmonospace":                  '\uff3c',
  1209  	"badeva":                              '\u092c',
  1210  	"bagujarati":                          '\u0aac',
  1211  	"bagurmukhi":                          '\u0a2c',
  1212  	"bahiragana":                          '\u3070',
  1213  	"bahtthai":                            '\u0e3f',
  1214  	"bakatakana":                          '\u30d0',
  1215  	"bar":                                 '\u007c',
  1216  	"barmonospace":                        '\uff5c',
  1217  	"bbopomofo":                           '\u3105',
  1218  	"bcircle":                             '\u24d1',
  1219  	"bdotaccent":                          '\u1e03',
  1220  	"bdotbelow":                           '\u1e05',
  1221  	"beamedsixteenthnotes":                '\u266c',
  1222  	"because":                             '\u2235',
  1223  	"becyrillic":                          '\u0431',
  1224  	"beharabic":                           '\u0628',
  1225  	"behfinalarabic":                      '\ufe90',
  1226  	"behinitialarabic":                    '\ufe91',
  1227  	"behiragana":                          '\u3079',
  1228  	"behmedialarabic":                     '\ufe92',
  1229  	"behmeeminitialarabic":                '\ufc9f',
  1230  	"behmeemisolatedarabic":               '\ufc08',
  1231  	"behnoonfinalarabic":                  '\ufc6d',
  1232  	"bekatakana":                          '\u30d9',
  1233  	"benarmenian":                         '\u0562',
  1234  	"bet":                                 '\u05d1',
  1235  	"beta":                                '\u03b2',
  1236  	"betasymbolgreek":                     '\u03d0',
  1237  	"betdagesh":                           '\ufb31',
  1238  	"betdageshhebrew":                     '\ufb31',
  1239  	"bethebrew":                           '\u05d1',
  1240  	"betrafehebrew":                       '\ufb4c',
  1241  	"bhabengali":                          '\u09ad',
  1242  	"bhadeva":                             '\u092d',
  1243  	"bhagujarati":                         '\u0aad',
  1244  	"bhagurmukhi":                         '\u0a2d',
  1245  	"bhook":                               '\u0253',
  1246  	"bihiragana":                          '\u3073',
  1247  	"bikatakana":                          '\u30d3',
  1248  	"bilabialclick":                       '\u0298',
  1249  	"bindigurmukhi":                       '\u0a02',
  1250  	"birusquare":                          '\u3331',
  1251  	"blackcircle":                         '\u25cf',
  1252  	"blackdiamond":                        '\u25c6',
  1253  	"blackdownpointingtriangle":           '\u25bc',
  1254  	"blackleftpointingpointer":            '\u25c4',
  1255  	"blackleftpointingtriangle":           '\u25c0',
  1256  	"blacklenticularbracketleft":          '\u3010',
  1257  	"blacklenticularbracketleftvertical":  '\ufe3b',
  1258  	"blacklenticularbracketright":         '\u3011',
  1259  	"blacklenticularbracketrightvertical": '\ufe3c',
  1260  	"blacklowerlefttriangle":              '\u25e3',
  1261  	"blacklowerrighttriangle":             '\u25e2',
  1262  	"blackrectangle":                      '\u25ac',
  1263  	"blackrightpointingpointer":           '\u25ba',
  1264  	"blackrightpointingtriangle":          '\u25b6',
  1265  	"blacksmallsquare":                    '\u25aa',
  1266  	"blacksmilingface":                    '\u263b',
  1267  	"blacksquare":                         '\u25a0',
  1268  	"blackstar":                           '\u2605',
  1269  	"blackupperlefttriangle":              '\u25e4',
  1270  	"blackupperrighttriangle":             '\u25e5',
  1271  	"blackuppointingsmalltriangle":        '\u25b4',
  1272  	"blackuppointingtriangle":             '\u25b2',
  1273  	"blank":                               '\u2423',
  1274  	"blinebelow":                          '\u1e07',
  1275  	"block":                               '\u2588',
  1276  	"bmonospace":                          '\uff42',
  1277  	"bobaimaithai":                        '\u0e1a',
  1278  	"bohiragana":                          '\u307c',
  1279  	"bokatakana":                          '\u30dc',
  1280  	"bparen":                              '\u249d',
  1281  	"bqsquare":                            '\u33c3',
  1282  	"braceex":                             '\uf8f4',
  1283  	"braceleft":                           '\u007b',
  1284  	"braceleftbt":                         '\uf8f3',
  1285  	"braceleftmid":                        '\uf8f2',
  1286  	"braceleftmonospace":                  '\uff5b',
  1287  	"braceleftsmall":                      '\ufe5b',
  1288  	"bracelefttp":                         '\uf8f1',
  1289  	"braceleftvertical":                   '\ufe37',
  1290  	"braceright":                          '\u007d',
  1291  	"bracerightbt":                        '\uf8fe',
  1292  	"bracerightmid":                       '\uf8fd',
  1293  	"bracerightmonospace":                 '\uff5d',
  1294  	"bracerightsmall":                     '\ufe5c',
  1295  	"bracerighttp":                        '\uf8fc',
  1296  	"bracerightvertical":                  '\ufe38',
  1297  	"bracketleft":                         '\u005b',
  1298  	"bracketleftbt":                       '\uf8f0',
  1299  	"bracketleftex":                       '\uf8ef',
  1300  	"bracketleftmonospace":                '\uff3b',
  1301  	"bracketlefttp":                       '\uf8ee',
  1302  	"bracketright":                        '\u005d',
  1303  	"bracketrightbt":                      '\uf8fb',
  1304  	"bracketrightex":                      '\uf8fa',
  1305  	"bracketrightmonospace":               '\uff3d',
  1306  	"bracketrighttp":                      '\uf8f9',
  1307  	"breve":                               '\u02d8',
  1308  	"brevebelowcmb":                       '\u032e',
  1309  	"brevecmb":                            '\u0306',
  1310  	"breveinvertedbelowcmb":               '\u032f',
  1311  	"breveinvertedcmb":                    '\u0311',
  1312  	"breveinverteddoublecmb":              '\u0361',
  1313  	"bridgebelowcmb":                      '\u032a',
  1314  	"bridgeinvertedbelowcmb":              '\u033a',
  1315  	"brokenbar":                           '\u00a6',
  1316  	"bstroke":                             '\u0180',
  1317  	"bsuperior":                           '\uf6ea',
  1318  	"btopbar":                             '\u0183',
  1319  	"buhiragana":                          '\u3076',
  1320  	"bukatakana":                          '\u30d6',
  1321  	"bullet":                              '\u2022',
  1322  	"bulletinverse":                       '\u25d8',
  1323  	"bulletoperator":                      '\u2219',
  1324  	"bullseye":                            '\u25ce',
  1325  	"c":                                   '\u0063',
  1326  	"caarmenian":                          '\u056e',
  1327  	"cabengali":                           '\u099a',
  1328  	"cacute":                              '\u0107',
  1329  	"cadeva":                              '\u091a',
  1330  	"cagujarati":                          '\u0a9a',
  1331  	"cagurmukhi":                          '\u0a1a',
  1332  	"calsquare":                           '\u3388',
  1333  	"candrabindubengali":                  '\u0981',
  1334  	"candrabinducmb":                      '\u0310',
  1335  	"candrabindudeva":                     '\u0901',
  1336  	"candrabindugujarati":                 '\u0a81',
  1337  	"capslock":                            '\u21ea',
  1338  	"careof":                              '\u2105',
  1339  	"caron":                               '\u02c7',
  1340  	"caronbelowcmb":                       '\u032c',
  1341  	"caroncmb":                            '\u030c',
  1342  	"carriagereturn":                      '\u21b5',
  1343  	"cbopomofo":                           '\u3118',
  1344  	"ccaron":                              '\u010d',
  1345  	"ccedilla":                            '\u00e7',
  1346  	"ccedillaacute":                       '\u1e09',
  1347  	"ccircle":                             '\u24d2',
  1348  	"ccircumflex":                         '\u0109',
  1349  	"ccurl":                               '\u0255',
  1350  	"cdot":                                '\u010b',
  1351  	"cdotaccent":                          '\u010b',
  1352  	"cdsquare":                            '\u33c5',
  1353  	"cedilla":                             '\u00b8',
  1354  	"cedillacmb":                          '\u0327',
  1355  	"cent":                                '\u00a2',
  1356  	"centigrade":                          '\u2103',
  1357  	"centinferior":                        '\uf6df',
  1358  	"centmonospace":                       '\uffe0',
  1359  	"centoldstyle":                        '\uf7a2',
  1360  	"centsuperior":                        '\uf6e0',
  1361  	"chaarmenian":                         '\u0579',
  1362  	"chabengali":                          '\u099b',
  1363  	"chadeva":                             '\u091b',
  1364  	"chagujarati":                         '\u0a9b',
  1365  	"chagurmukhi":                         '\u0a1b',
  1366  	"chbopomofo":                          '\u3114',
  1367  	"cheabkhasiancyrillic":                '\u04bd',
  1368  	"checkmark":                           '\u2713',
  1369  	"checyrillic":                         '\u0447',
  1370  	"chedescenderabkhasiancyrillic":       '\u04bf',
  1371  	"chedescendercyrillic":                '\u04b7',
  1372  	"chedieresiscyrillic":                 '\u04f5',
  1373  	"cheharmenian":                        '\u0573',
  1374  	"chekhakassiancyrillic":               '\u04cc',
  1375  	"cheverticalstrokecyrillic":           '\u04b9',
  1376  	"chi": '\u03c7',
  1377  	"chieuchacirclekorean":                '\u3277',
  1378  	"chieuchaparenkorean":                 '\u3217',
  1379  	"chieuchcirclekorean":                 '\u3269',
  1380  	"chieuchkorean":                       '\u314a',
  1381  	"chieuchparenkorean":                  '\u3209',
  1382  	"chochangthai":                        '\u0e0a',
  1383  	"chochanthai":                         '\u0e08',
  1384  	"chochingthai":                        '\u0e09',
  1385  	"chochoethai":                         '\u0e0c',
  1386  	"chook":                               '\u0188',
  1387  	"cieucacirclekorean":                  '\u3276',
  1388  	"cieucaparenkorean":                   '\u3216',
  1389  	"cieuccirclekorean":                   '\u3268',
  1390  	"cieuckorean":                         '\u3148',
  1391  	"cieucparenkorean":                    '\u3208',
  1392  	"cieucuparenkorean":                   '\u321c',
  1393  	"circle":                              '\u25cb',
  1394  	"circlemultiply":                      '\u2297',
  1395  	"circleot":                            '\u2299',
  1396  	"circleplus":                          '\u2295',
  1397  	"circlepostalmark":                    '\u3036',
  1398  	"circlewithlefthalfblack":             '\u25d0',
  1399  	"circlewithrighthalfblack":            '\u25d1',
  1400  	"circumflex":                          '\u02c6',
  1401  	"circumflexbelowcmb":                  '\u032d',
  1402  	"circumflexcmb":                       '\u0302',
  1403  	"clear":                               '\u2327',
  1404  	"clickalveolar":                       '\u01c2',
  1405  	"clickdental":                         '\u01c0',
  1406  	"clicklateral":                        '\u01c1',
  1407  	"clickretroflex":                      '\u01c3',
  1408  	"club":                                '\u2663',
  1409  	"clubsuitblack":                       '\u2663',
  1410  	"clubsuitwhite":                       '\u2667',
  1411  	"cmcubedsquare":                       '\u33a4',
  1412  	"cmonospace":                          '\uff43',
  1413  	"cmsquaredsquare":                     '\u33a0',
  1414  	"coarmenian":                          '\u0581',
  1415  	"colon":                               '\u003a',
  1416  	"colonmonetary":                       '\u20a1',
  1417  	"colonmonospace":                      '\uff1a',
  1418  	"colonsign":                           '\u20a1',
  1419  	"colonsmall":                          '\ufe55',
  1420  	"colontriangularhalfmod":              '\u02d1',
  1421  	"colontriangularmod":                  '\u02d0',
  1422  	"comma":                               '\u002c',
  1423  	"commaabovecmb":                       '\u0313',
  1424  	"commaaboverightcmb":                  '\u0315',
  1425  	"commaaccent":                         '\uf6c3',
  1426  	"commaarabic":                         '\u060c',
  1427  	"commaarmenian":                       '\u055d',
  1428  	"commainferior":                       '\uf6e1',
  1429  	"commamonospace":                      '\uff0c',
  1430  	"commareversedabovecmb":               '\u0314',
  1431  	"commareversedmod":                    '\u02bd',
  1432  	"commasmall":                          '\ufe50',
  1433  	"commasuperior":                       '\uf6e2',
  1434  	"commaturnedabovecmb":                 '\u0312',
  1435  	"commaturnedmod":                      '\u02bb',
  1436  	"compass":                             '\u263c',
  1437  	"congruent":                           '\u2245',
  1438  	"contourintegral":                     '\u222e',
  1439  	"control":                             '\u2303',
  1440  	"controlACK":                          '\u0006',
  1441  	"controlBEL":                          '\u0007',
  1442  	"controlBS":                           '\u0008',
  1443  	"controlCAN":                          '\u0018',
  1444  	"controlCR":                           '\u000d',
  1445  	"controlDC1":                          '\u0011',
  1446  	"controlDC2":                          '\u0012',
  1447  	"controlDC3":                          '\u0013',
  1448  	"controlDC4":                          '\u0014',
  1449  	"controlDEL":                          '\u007f',
  1450  	"controlDLE":                          '\u0010',
  1451  	"controlEM":                           '\u0019',
  1452  	"controlENQ":                          '\u0005',
  1453  	"controlEOT":                          '\u0004',
  1454  	"controlESC":                          '\u001b',
  1455  	"controlETB":                          '\u0017',
  1456  	"controlETX":                          '\u0003',
  1457  	"controlFF":                           '\u000c',
  1458  	"controlFS":                           '\u001c',
  1459  	"controlGS":                           '\u001d',
  1460  	"controlHT":                           '\u0009',
  1461  	"controlLF":                           '\u000a',
  1462  	"controlNAK":                          '\u0015',
  1463  	"controlRS":                           '\u001e',
  1464  	"controlSI":                           '\u000f',
  1465  	"controlSO":                           '\u000e',
  1466  	"controlSOT":                          '\u0002',
  1467  	"controlSTX":                          '\u0001',
  1468  	"controlSUB":                          '\u001a',
  1469  	"controlSYN":                          '\u0016',
  1470  	"controlUS":                           '\u001f',
  1471  	"controlVT":                           '\u000b',
  1472  	"copyright":                           '\u00a9',
  1473  	"copyrightsans":                       '\uf8e9',
  1474  	"copyrightserif":                      '\uf6d9',
  1475  	"cornerbracketleft":                   '\u300c',
  1476  	"cornerbracketlefthalfwidth":          '\uff62',
  1477  	"cornerbracketleftvertical":           '\ufe41',
  1478  	"cornerbracketright":                  '\u300d',
  1479  	"cornerbracketrighthalfwidth":         '\uff63',
  1480  	"cornerbracketrightvertical":          '\ufe42',
  1481  	"corporationsquare":                   '\u337f',
  1482  	"cosquare":                            '\u33c7',
  1483  	"coverkgsquare":                       '\u33c6',
  1484  	"cparen":                              '\u249e',
  1485  	"cruzeiro":                            '\u20a2',
  1486  	"cstretched":                          '\u0297',
  1487  	"curlyand":                            '\u22cf',
  1488  	"curlyor":                             '\u22ce',
  1489  	"currency":                            '\u00a4',
  1490  	"cyrBreve":                            '\uf6d1',
  1491  	"cyrFlex":                             '\uf6d2',
  1492  	"cyrbreve":                            '\uf6d4',
  1493  	"cyrflex":                             '\uf6d5',
  1494  	"d":                                   '\u0064',
  1495  	"daarmenian":                          '\u0564',
  1496  	"dabengali":                           '\u09a6',
  1497  	"dadarabic":                           '\u0636',
  1498  	"dadeva":                              '\u0926',
  1499  	"dadfinalarabic":                      '\ufebe',
  1500  	"dadinitialarabic":                    '\ufebf',
  1501  	"dadmedialarabic":                     '\ufec0',
  1502  	"dagesh":                              '\u05bc',
  1503  	"dageshhebrew":                        '\u05bc',
  1504  	"dagger":                              '\u2020',
  1505  	"daggerdbl":                           '\u2021',
  1506  	"dagujarati":                          '\u0aa6',
  1507  	"dagurmukhi":                          '\u0a26',
  1508  	"dahiragana":                          '\u3060',
  1509  	"dakatakana":                          '\u30c0',
  1510  	"dalarabic":                           '\u062f',
  1511  	"dalet":                               '\u05d3',
  1512  	"daletdagesh":                         '\ufb33',
  1513  	"daletdageshhebrew":                   '\ufb33',
  1514  	"dalethatafpatah":                     '\u05b2',
  1515  	"dalethatafpatahhebrew":               '\u05b2',
  1516  	"dalethatafsegol":                     '\u05b1',
  1517  	"dalethatafsegolhebrew":               '\u05b1',
  1518  	"dalethebrew":                         '\u05d3',
  1519  	"dalethiriq":                          '\u05b4',
  1520  	"dalethiriqhebrew":                    '\u05b4',
  1521  	"daletholam":                          '\u05b9',
  1522  	"daletholamhebrew":                    '\u05b9',
  1523  	"daletpatah":                          '\u05b7',
  1524  	"daletpatahhebrew":                    '\u05b7',
  1525  	"daletqamats":                         '\u05b8',
  1526  	"daletqamatshebrew":                   '\u05b8',
  1527  	"daletqubuts":                         '\u05bb',
  1528  	"daletqubutshebrew":                   '\u05bb',
  1529  	"daletsegol":                          '\u05b6',
  1530  	"daletsegolhebrew":                    '\u05b6',
  1531  	"daletsheva":                          '\u05b0',
  1532  	"daletshevahebrew":                    '\u05b0',
  1533  	"dalettsere":                          '\u05b5',
  1534  	"dalettserehebrew":                    '\u05b5',
  1535  	"dalfinalarabic":                      '\ufeaa',
  1536  	"dammaarabic":                         '\u064f',
  1537  	"dammalowarabic":                      '\u064f',
  1538  	"dammatanaltonearabic":                '\u064c',
  1539  	"dammatanarabic":                      '\u064c',
  1540  	"danda":                               '\u0964',
  1541  	"dargahebrew":                         '\u05a7',
  1542  	"dargalefthebrew":                     '\u05a7',
  1543  	"dasiapneumatacyrilliccmb":            '\u0485',
  1544  	"dblGrave":                            '\uf6d3',
  1545  	"dblanglebracketleft":                 '\u300a',
  1546  	"dblanglebracketleftvertical":         '\ufe3d',
  1547  	"dblanglebracketright":                '\u300b',
  1548  	"dblanglebracketrightvertical":        '\ufe3e',
  1549  	"dblarchinvertedbelowcmb":             '\u032b',
  1550  	"dblarrowleft":                        '\u21d4',
  1551  	"dblarrowright":                       '\u21d2',
  1552  	"dbldanda":                            '\u0965',
  1553  	"dblgrave":                            '\uf6d6',
  1554  	"dblgravecmb":                         '\u030f',
  1555  	"dblintegral":                         '\u222c',
  1556  	"dbllowline":                          '\u2017',
  1557  	"dbllowlinecmb":                       '\u0333',
  1558  	"dbloverlinecmb":                      '\u033f',
  1559  	"dblprimemod":                         '\u02ba',
  1560  	"dblverticalbar":                      '\u2016',
  1561  	"dblverticallineabovecmb":             '\u030e',
  1562  	"dbopomofo":                           '\u3109',
  1563  	"dbsquare":                            '\u33c8',
  1564  	"dcaron":                              '\u010f',
  1565  	"dcedilla":                            '\u1e11',
  1566  	"dcircle":                             '\u24d3',
  1567  	"dcircumflexbelow":                    '\u1e13',
  1568  	"dcroat":                              '\u0111',
  1569  	"ddabengali":                          '\u09a1',
  1570  	"ddadeva":                             '\u0921',
  1571  	"ddagujarati":                         '\u0aa1',
  1572  	"ddagurmukhi":                         '\u0a21',
  1573  	"ddalarabic":                          '\u0688',
  1574  	"ddalfinalarabic":                     '\ufb89',
  1575  	"dddhadeva":                           '\u095c',
  1576  	"ddhabengali":                         '\u09a2',
  1577  	"ddhadeva":                            '\u0922',
  1578  	"ddhagujarati":                        '\u0aa2',
  1579  	"ddhagurmukhi":                        '\u0a22',
  1580  	"ddotaccent":                          '\u1e0b',
  1581  	"ddotbelow":                           '\u1e0d',
  1582  	"decimalseparatorarabic":              '\u066b',
  1583  	"decimalseparatorpersian":             '\u066b',
  1584  	"decyrillic":                          '\u0434',
  1585  	"degree":                              '\u00b0',
  1586  	"dehihebrew":                          '\u05ad',
  1587  	"dehiragana":                          '\u3067',
  1588  	"deicoptic":                           '\u03ef',
  1589  	"dekatakana":                          '\u30c7',
  1590  	"deleteleft":                          '\u232b',
  1591  	"deleteright":                         '\u2326',
  1592  	"delta":                               '\u03b4',
  1593  	"deltaturned":                         '\u018d',
  1594  	"denominatorminusonenumeratorbengali": '\u09f8',
  1595  	"dezh":                        '\u02a4',
  1596  	"dhabengali":                  '\u09a7',
  1597  	"dhadeva":                     '\u0927',
  1598  	"dhagujarati":                 '\u0aa7',
  1599  	"dhagurmukhi":                 '\u0a27',
  1600  	"dhook":                       '\u0257',
  1601  	"dialytikatonos":              '\u0385',
  1602  	"dialytikatonoscmb":           '\u0344',
  1603  	"diamond":                     '\u2666',
  1604  	"diamondsuitwhite":            '\u2662',
  1605  	"dieresis":                    '\u00a8',
  1606  	"dieresisacute":               '\uf6d7',
  1607  	"dieresisbelowcmb":            '\u0324',
  1608  	"dieresiscmb":                 '\u0308',
  1609  	"dieresisgrave":               '\uf6d8',
  1610  	"dieresistonos":               '\u0385',
  1611  	"dihiragana":                  '\u3062',
  1612  	"dikatakana":                  '\u30c2',
  1613  	"dittomark":                   '\u3003',
  1614  	"divide":                      '\u00f7',
  1615  	"divides":                     '\u2223',
  1616  	"divisionslash":               '\u2215',
  1617  	"djecyrillic":                 '\u0452',
  1618  	"dkshade":                     '\u2593',
  1619  	"dlinebelow":                  '\u1e0f',
  1620  	"dlsquare":                    '\u3397',
  1621  	"dmacron":                     '\u0111',
  1622  	"dmonospace":                  '\uff44',
  1623  	"dnblock":                     '\u2584',
  1624  	"dochadathai":                 '\u0e0e',
  1625  	"dodekthai":                   '\u0e14',
  1626  	"dohiragana":                  '\u3069',
  1627  	"dokatakana":                  '\u30c9',
  1628  	"dollar":                      '\u0024',
  1629  	"dollarinferior":              '\uf6e3',
  1630  	"dollarmonospace":             '\uff04',
  1631  	"dollaroldstyle":              '\uf724',
  1632  	"dollarsmall":                 '\ufe69',
  1633  	"dollarsuperior":              '\uf6e4',
  1634  	"dong":                        '\u20ab',
  1635  	"dorusquare":                  '\u3326',
  1636  	"dotaccent":                   '\u02d9',
  1637  	"dotaccentcmb":                '\u0307',
  1638  	"dotbelowcmb":                 '\u0323',
  1639  	"dotbelowcomb":                '\u0323',
  1640  	"dotkatakana":                 '\u30fb',
  1641  	"dotlessi":                    '\u0131',
  1642  	"dotlessj":                    '\uf6be',
  1643  	"dotlessjstrokehook":          '\u0284',
  1644  	"dotmath":                     '\u22c5',
  1645  	"dottedcircle":                '\u25cc',
  1646  	"doubleyodpatah":              '\ufb1f',
  1647  	"doubleyodpatahhebrew":        '\ufb1f',
  1648  	"downtackbelowcmb":            '\u031e',
  1649  	"downtackmod":                 '\u02d5',
  1650  	"dparen":                      '\u249f',
  1651  	"dsuperior":                   '\uf6eb',
  1652  	"dtail":                       '\u0256',
  1653  	"dtopbar":                     '\u018c',
  1654  	"duhiragana":                  '\u3065',
  1655  	"dukatakana":                  '\u30c5',
  1656  	"dz":                          '\u01f3',
  1657  	"dzaltone":                    '\u02a3',
  1658  	"dzcaron":                     '\u01c6',
  1659  	"dzcurl":                      '\u02a5',
  1660  	"dzeabkhasiancyrillic":        '\u04e1',
  1661  	"dzecyrillic":                 '\u0455',
  1662  	"dzhecyrillic":                '\u045f',
  1663  	"e":                           '\u0065',
  1664  	"eacute":                      '\u00e9',
  1665  	"earth":                       '\u2641',
  1666  	"ebengali":                    '\u098f',
  1667  	"ebopomofo":                   '\u311c',
  1668  	"ebreve":                      '\u0115',
  1669  	"ecandradeva":                 '\u090d',
  1670  	"ecandragujarati":             '\u0a8d',
  1671  	"ecandravowelsigndeva":        '\u0945',
  1672  	"ecandravowelsigngujarati":    '\u0ac5',
  1673  	"ecaron":                      '\u011b',
  1674  	"ecedillabreve":               '\u1e1d',
  1675  	"echarmenian":                 '\u0565',
  1676  	"echyiwnarmenian":             '\u0587',
  1677  	"ecircle":                     '\u24d4',
  1678  	"ecircumflex":                 '\u00ea',
  1679  	"ecircumflexacute":            '\u1ebf',
  1680  	"ecircumflexbelow":            '\u1e19',
  1681  	"ecircumflexdotbelow":         '\u1ec7',
  1682  	"ecircumflexgrave":            '\u1ec1',
  1683  	"ecircumflexhookabove":        '\u1ec3',
  1684  	"ecircumflextilde":            '\u1ec5',
  1685  	"ecyrillic":                   '\u0454',
  1686  	"edblgrave":                   '\u0205',
  1687  	"edeva":                       '\u090f',
  1688  	"edieresis":                   '\u00eb',
  1689  	"edot":                        '\u0117',
  1690  	"edotaccent":                  '\u0117',
  1691  	"edotbelow":                   '\u1eb9',
  1692  	"eegurmukhi":                  '\u0a0f',
  1693  	"eematragurmukhi":             '\u0a47',
  1694  	"efcyrillic":                  '\u0444',
  1695  	"egrave":                      '\u00e8',
  1696  	"egujarati":                   '\u0a8f',
  1697  	"eharmenian":                  '\u0567',
  1698  	"ehbopomofo":                  '\u311d',
  1699  	"ehiragana":                   '\u3048',
  1700  	"ehookabove":                  '\u1ebb',
  1701  	"eibopomofo":                  '\u311f',
  1702  	"eight":                       '\u0038',
  1703  	"eightarabic":                 '\u0668',
  1704  	"eightbengali":                '\u09ee',
  1705  	"eightcircle":                 '\u2467',
  1706  	"eightcircleinversesansserif": '\u2791',
  1707  	"eightdeva":                   '\u096e',
  1708  	"eighteencircle":              '\u2471',
  1709  	"eighteenparen":               '\u2485',
  1710  	"eighteenperiod":              '\u2499',
  1711  	"eightgujarati":               '\u0aee',
  1712  	"eightgurmukhi":               '\u0a6e',
  1713  	"eighthackarabic":             '\u0668',
  1714  	"eighthangzhou":               '\u3028',
  1715  	"eighthnotebeamed":            '\u266b',
  1716  	"eightideographicparen":       '\u3227',
  1717  	"eightinferior":               '\u2088',
  1718  	"eightmonospace":              '\uff18',
  1719  	"eightoldstyle":               '\uf738',
  1720  	"eightparen":                  '\u247b',
  1721  	"eightperiod":                 '\u248f',
  1722  	"eightpersian":                '\u06f8',
  1723  	"eightroman":                  '\u2177',
  1724  	"eightsuperior":               '\u2078',
  1725  	"eightthai":                   '\u0e58',
  1726  	"einvertedbreve":              '\u0207',
  1727  	"eiotifiedcyrillic":           '\u0465',
  1728  	"ekatakana":                   '\u30a8',
  1729  	"ekatakanahalfwidth":          '\uff74',
  1730  	"ekonkargurmukhi":             '\u0a74',
  1731  	"ekorean":                     '\u3154',
  1732  	"elcyrillic":                  '\u043b',
  1733  	"element":                     '\u2208',
  1734  	"elevencircle":                '\u246a',
  1735  	"elevenparen":                 '\u247e',
  1736  	"elevenperiod":                '\u2492',
  1737  	"elevenroman":                 '\u217a',
  1738  	"ellipsis":                    '\u2026',
  1739  	"ellipsisvertical":            '\u22ee',
  1740  	"emacron":                     '\u0113',
  1741  	"emacronacute":                '\u1e17',
  1742  	"emacrongrave":                '\u1e15',
  1743  	"emcyrillic":                  '\u043c',
  1744  	"emdash":                      '\u2014',
  1745  	"emdashvertical":              '\ufe31',
  1746  	"emonospace":                  '\uff45',
  1747  	"emphasismarkarmenian":        '\u055b',
  1748  	"emptyset":                    '\u2205',
  1749  	"enbopomofo":                  '\u3123',
  1750  	"encyrillic":                  '\u043d',
  1751  	"endash":                      '\u2013',
  1752  	"endashvertical":              '\ufe32',
  1753  	"endescendercyrillic":         '\u04a3',
  1754  	"eng":                 '\u014b',
  1755  	"engbopomofo":         '\u3125',
  1756  	"enghecyrillic":       '\u04a5',
  1757  	"enhookcyrillic":      '\u04c8',
  1758  	"enspace":             '\u2002',
  1759  	"eogonek":             '\u0119',
  1760  	"eokorean":            '\u3153',
  1761  	"eopen":               '\u025b',
  1762  	"eopenclosed":         '\u029a',
  1763  	"eopenreversed":       '\u025c',
  1764  	"eopenreversedclosed": '\u025e',
  1765  	"eopenreversedhook":   '\u025d',
  1766  	"eparen":              '\u24a0',
  1767  	"epsilon":             '\u03b5',
  1768  	"epsilontonos":        '\u03ad',
  1769  	"equal":               '\u003d',
  1770  	"equalmonospace":      '\uff1d',
  1771  	"equalsmall":          '\ufe66',
  1772  	"equalsuperior":       '\u207c',
  1773  	"equivalence":         '\u2261',
  1774  	"erbopomofo":          '\u3126',
  1775  	"ercyrillic":          '\u0440',
  1776  	"ereversed":           '\u0258',
  1777  	"ereversedcyrillic":   '\u044d',
  1778  	"escyrillic":          '\u0441',
  1779  	"esdescendercyrillic": '\u04ab',
  1780  	"esh":                         '\u0283',
  1781  	"eshcurl":                     '\u0286',
  1782  	"eshortdeva":                  '\u090e',
  1783  	"eshortvowelsigndeva":         '\u0946',
  1784  	"eshreversedloop":             '\u01aa',
  1785  	"eshsquatreversed":            '\u0285',
  1786  	"esmallhiragana":              '\u3047',
  1787  	"esmallkatakana":              '\u30a7',
  1788  	"esmallkatakanahalfwidth":     '\uff6a',
  1789  	"estimated":                   '\u212e',
  1790  	"esuperior":                   '\uf6ec',
  1791  	"eta":                         '\u03b7',
  1792  	"etarmenian":                  '\u0568',
  1793  	"etatonos":                    '\u03ae',
  1794  	"eth":                         '\u00f0',
  1795  	"etilde":                      '\u1ebd',
  1796  	"etildebelow":                 '\u1e1b',
  1797  	"etnahtafoukhhebrew":          '\u0591',
  1798  	"etnahtafoukhlefthebrew":      '\u0591',
  1799  	"etnahtahebrew":               '\u0591',
  1800  	"etnahtalefthebrew":           '\u0591',
  1801  	"eturned":                     '\u01dd',
  1802  	"eukorean":                    '\u3161',
  1803  	"euro":                        '\u20ac',
  1804  	"evowelsignbengali":           '\u09c7',
  1805  	"evowelsigndeva":              '\u0947',
  1806  	"evowelsigngujarati":          '\u0ac7',
  1807  	"exclam":                      '\u0021',
  1808  	"exclamarmenian":              '\u055c',
  1809  	"exclamdbl":                   '\u203c',
  1810  	"exclamdown":                  '\u00a1',
  1811  	"exclamdownsmall":             '\uf7a1',
  1812  	"exclammonospace":             '\uff01',
  1813  	"exclamsmall":                 '\uf721',
  1814  	"existential":                 '\u2203',
  1815  	"ezh":                         '\u0292',
  1816  	"ezhcaron":                    '\u01ef',
  1817  	"ezhcurl":                     '\u0293',
  1818  	"ezhreversed":                 '\u01b9',
  1819  	"ezhtail":                     '\u01ba',
  1820  	"f":                           '\u0066',
  1821  	"fadeva":                      '\u095e',
  1822  	"fagurmukhi":                  '\u0a5e',
  1823  	"fahrenheit":                  '\u2109',
  1824  	"fathaarabic":                 '\u064e',
  1825  	"fathalowarabic":              '\u064e',
  1826  	"fathatanarabic":              '\u064b',
  1827  	"fbopomofo":                   '\u3108',
  1828  	"fcircle":                     '\u24d5',
  1829  	"fdotaccent":                  '\u1e1f',
  1830  	"feharabic":                   '\u0641',
  1831  	"feharmenian":                 '\u0586',
  1832  	"fehfinalarabic":              '\ufed2',
  1833  	"fehinitialarabic":            '\ufed3',
  1834  	"fehmedialarabic":             '\ufed4',
  1835  	"feicoptic":                   '\u03e5',
  1836  	"female":                      '\u2640',
  1837  	"ff":                          '\ufb00',
  1838  	"ffi":                         '\ufb03',
  1839  	"ffl":                         '\ufb04',
  1840  	"fi":                          '\ufb01',
  1841  	"fifteencircle":               '\u246e',
  1842  	"fifteenparen":                '\u2482',
  1843  	"fifteenperiod":               '\u2496',
  1844  	"figuredash":                  '\u2012',
  1845  	"filledbox":                   '\u25a0',
  1846  	"filledrect":                  '\u25ac',
  1847  	"finalkaf":                    '\u05da',
  1848  	"finalkafdagesh":              '\ufb3a',
  1849  	"finalkafdageshhebrew":        '\ufb3a',
  1850  	"finalkafhebrew":              '\u05da',
  1851  	"finalkafqamats":              '\u05b8',
  1852  	"finalkafqamatshebrew":        '\u05b8',
  1853  	"finalkafsheva":               '\u05b0',
  1854  	"finalkafshevahebrew":         '\u05b0',
  1855  	"finalmem":                    '\u05dd',
  1856  	"finalmemhebrew":              '\u05dd',
  1857  	"finalnun":                    '\u05df',
  1858  	"finalnunhebrew":              '\u05df',
  1859  	"finalpe":                     '\u05e3',
  1860  	"finalpehebrew":               '\u05e3',
  1861  	"finaltsadi":                  '\u05e5',
  1862  	"finaltsadihebrew":            '\u05e5',
  1863  	"firsttonechinese":            '\u02c9',
  1864  	"fisheye":                     '\u25c9',
  1865  	"fitacyrillic":                '\u0473',
  1866  	"five":                        '\u0035',
  1867  	"fivearabic":                  '\u0665',
  1868  	"fivebengali":                 '\u09eb',
  1869  	"fivecircle":                  '\u2464',
  1870  	"fivecircleinversesansserif":  '\u278e',
  1871  	"fivedeva":                    '\u096b',
  1872  	"fiveeighths":                 '\u215d',
  1873  	"fivegujarati":                '\u0aeb',
  1874  	"fivegurmukhi":                '\u0a6b',
  1875  	"fivehackarabic":              '\u0665',
  1876  	"fivehangzhou":                '\u3025',
  1877  	"fiveideographicparen":        '\u3224',
  1878  	"fiveinferior":                '\u2085',
  1879  	"fivemonospace":               '\uff15',
  1880  	"fiveoldstyle":                '\uf735',
  1881  	"fiveparen":                   '\u2478',
  1882  	"fiveperiod":                  '\u248c',
  1883  	"fivepersian":                 '\u06f5',
  1884  	"fiveroman":                   '\u2174',
  1885  	"fivesuperior":                '\u2075',
  1886  	"fivethai":                    '\u0e55',
  1887  	"fl":                          '\ufb02',
  1888  	"florin":                      '\u0192',
  1889  	"fmonospace":                  '\uff46',
  1890  	"fmsquare":                    '\u3399',
  1891  	"fofanthai":                   '\u0e1f',
  1892  	"fofathai":                    '\u0e1d',
  1893  	"fongmanthai":                 '\u0e4f',
  1894  	"forall":                      '\u2200',
  1895  	"four":                        '\u0034',
  1896  	"fourarabic":                  '\u0664',
  1897  	"fourbengali":                 '\u09ea',
  1898  	"fourcircle":                  '\u2463',
  1899  	"fourcircleinversesansserif":  '\u278d',
  1900  	"fourdeva":                    '\u096a',
  1901  	"fourgujarati":                '\u0aea',
  1902  	"fourgurmukhi":                '\u0a6a',
  1903  	"fourhackarabic":              '\u0664',
  1904  	"fourhangzhou":                '\u3024',
  1905  	"fourideographicparen":        '\u3223',
  1906  	"fourinferior":                '\u2084',
  1907  	"fourmonospace":               '\uff14',
  1908  	"fournumeratorbengali":        '\u09f7',
  1909  	"fouroldstyle":                '\uf734',
  1910  	"fourparen":                   '\u2477',
  1911  	"fourperiod":                  '\u248b',
  1912  	"fourpersian":                 '\u06f4',
  1913  	"fourroman":                   '\u2173',
  1914  	"foursuperior":                '\u2074',
  1915  	"fourteencircle":              '\u246d',
  1916  	"fourteenparen":               '\u2481',
  1917  	"fourteenperiod":              '\u2495',
  1918  	"fourthai":                    '\u0e54',
  1919  	"fourthtonechinese":           '\u02cb',
  1920  	"fparen":                      '\u24a1',
  1921  	"fraction":                    '\u2044',
  1922  	"franc":                       '\u20a3',
  1923  	"g":                           '\u0067',
  1924  	"gabengali":                   '\u0997',
  1925  	"gacute":                      '\u01f5',
  1926  	"gadeva":                      '\u0917',
  1927  	"gafarabic":                   '\u06af',
  1928  	"gaffinalarabic":              '\ufb93',
  1929  	"gafinitialarabic":            '\ufb94',
  1930  	"gafmedialarabic":             '\ufb95',
  1931  	"gagujarati":                  '\u0a97',
  1932  	"gagurmukhi":                  '\u0a17',
  1933  	"gahiragana":                  '\u304c',
  1934  	"gakatakana":                  '\u30ac',
  1935  	"gamma":                       '\u03b3',
  1936  	"gammalatinsmall":             '\u0263',
  1937  	"gammasuperior":               '\u02e0',
  1938  	"gangiacoptic":                '\u03eb',
  1939  	"gbopomofo":                   '\u310d',
  1940  	"gbreve":                      '\u011f',
  1941  	"gcaron":                      '\u01e7',
  1942  	"gcedilla":                    '\u0123',
  1943  	"gcircle":                     '\u24d6',
  1944  	"gcircumflex":                 '\u011d',
  1945  	"gcommaaccent":                '\u0123',
  1946  	"gdot":                        '\u0121',
  1947  	"gdotaccent":                  '\u0121',
  1948  	"gecyrillic":                  '\u0433',
  1949  	"gehiragana":                  '\u3052',
  1950  	"gekatakana":                  '\u30b2',
  1951  	"geometricallyequal":          '\u2251',
  1952  	"gereshaccenthebrew":          '\u059c',
  1953  	"gereshhebrew":                '\u05f3',
  1954  	"gereshmuqdamhebrew":          '\u059d',
  1955  	"germandbls":                  '\u00df',
  1956  	"gershayimaccenthebrew":       '\u059e',
  1957  	"gershayimhebrew":             '\u05f4',
  1958  	"getamark":                    '\u3013',
  1959  	"ghabengali":                  '\u0998',
  1960  	"ghadarmenian":                '\u0572',
  1961  	"ghadeva":                     '\u0918',
  1962  	"ghagujarati":                 '\u0a98',
  1963  	"ghagurmukhi":                 '\u0a18',
  1964  	"ghainarabic":                 '\u063a',
  1965  	"ghainfinalarabic":            '\ufece',
  1966  	"ghaininitialarabic":          '\ufecf',
  1967  	"ghainmedialarabic":           '\ufed0',
  1968  	"ghemiddlehookcyrillic":       '\u0495',
  1969  	"ghestrokecyrillic":           '\u0493',
  1970  	"gheupturncyrillic":           '\u0491',
  1971  	"ghhadeva":                    '\u095a',
  1972  	"ghhagurmukhi":                '\u0a5a',
  1973  	"ghook":                       '\u0260',
  1974  	"ghzsquare":                   '\u3393',
  1975  	"gihiragana":                  '\u304e',
  1976  	"gikatakana":                  '\u30ae',
  1977  	"gimarmenian":                 '\u0563',
  1978  	"gimel":                       '\u05d2',
  1979  	"gimeldagesh":                 '\ufb32',
  1980  	"gimeldageshhebrew":           '\ufb32',
  1981  	"gimelhebrew":                 '\u05d2',
  1982  	"gjecyrillic":                 '\u0453',
  1983  	"glottalinvertedstroke":       '\u01be',
  1984  	"glottalstop":                 '\u0294',
  1985  	"glottalstopinverted":         '\u0296',
  1986  	"glottalstopmod":              '\u02c0',
  1987  	"glottalstopreversed":         '\u0295',
  1988  	"glottalstopreversedmod":      '\u02c1',
  1989  	"glottalstopreversedsuperior": '\u02e4',
  1990  	"glottalstopstroke":           '\u02a1',
  1991  	"glottalstopstrokereversed":   '\u02a2',
  1992  	"gmacron":                     '\u1e21',
  1993  	"gmonospace":                  '\uff47',
  1994  	"gohiragana":                  '\u3054',
  1995  	"gokatakana":                  '\u30b4',
  1996  	"gparen":                      '\u24a2',
  1997  	"gpasquare":                   '\u33ac',
  1998  	"gradient":                    '\u2207',
  1999  	"grave":                       '\u0060',
  2000  	"gravebelowcmb":               '\u0316',
  2001  	"gravecmb":                    '\u0300',
  2002  	"gravecomb":                   '\u0300',
  2003  	"gravedeva":                   '\u0953',
  2004  	"gravelowmod":                 '\u02ce',
  2005  	"gravemonospace":              '\uff40',
  2006  	"gravetonecmb":                '\u0340',
  2007  	"greater":                     '\u003e',
  2008  	"greaterequal":                '\u2265',
  2009  	"greaterequalorless":          '\u22db',
  2010  	"greatermonospace":            '\uff1e',
  2011  	"greaterorequivalent":         '\u2273',
  2012  	"greaterorless":               '\u2277',
  2013  	"greateroverequal":            '\u2267',
  2014  	"greatersmall":                '\ufe65',
  2015  	"gscript":                     '\u0261',
  2016  	"gstroke":                     '\u01e5',
  2017  	"guhiragana":                  '\u3050',
  2018  	"guillemotleft":               '\u00ab',
  2019  	"guillemotright":              '\u00bb',
  2020  	"guilsinglleft":               '\u2039',
  2021  	"guilsinglright":              '\u203a',
  2022  	"gukatakana":                  '\u30b0',
  2023  	"guramusquare":                '\u3318',
  2024  	"gysquare":                    '\u33c9',
  2025  	"h":                           '\u0068',
  2026  	"haabkhasiancyrillic":            '\u04a9',
  2027  	"haaltonearabic":                 '\u06c1',
  2028  	"habengali":                      '\u09b9',
  2029  	"hadescendercyrillic":            '\u04b3',
  2030  	"hadeva":                         '\u0939',
  2031  	"hagujarati":                     '\u0ab9',
  2032  	"hagurmukhi":                     '\u0a39',
  2033  	"haharabic":                      '\u062d',
  2034  	"hahfinalarabic":                 '\ufea2',
  2035  	"hahinitialarabic":               '\ufea3',
  2036  	"hahiragana":                     '\u306f',
  2037  	"hahmedialarabic":                '\ufea4',
  2038  	"haitusquare":                    '\u332a',
  2039  	"hakatakana":                     '\u30cf',
  2040  	"hakatakanahalfwidth":            '\uff8a',
  2041  	"halantgurmukhi":                 '\u0a4d',
  2042  	"hamzaarabic":                    '\u0621',
  2043  	"hamzadammaarabic":               '\u064f',
  2044  	"hamzadammatanarabic":            '\u064c',
  2045  	"hamzafathaarabic":               '\u064e',
  2046  	"hamzafathatanarabic":            '\u064b',
  2047  	"hamzalowarabic":                 '\u0621',
  2048  	"hamzalowkasraarabic":            '\u0650',
  2049  	"hamzalowkasratanarabic":         '\u064d',
  2050  	"hamzasukunarabic":               '\u0652',
  2051  	"hangulfiller":                   '\u3164',
  2052  	"hardsigncyrillic":               '\u044a',
  2053  	"harpoonleftbarbup":              '\u21bc',
  2054  	"harpoonrightbarbup":             '\u21c0',
  2055  	"hasquare":                       '\u33ca',
  2056  	"hatafpatah":                     '\u05b2',
  2057  	"hatafpatah16":                   '\u05b2',
  2058  	"hatafpatah23":                   '\u05b2',
  2059  	"hatafpatah2f":                   '\u05b2',
  2060  	"hatafpatahhebrew":               '\u05b2',
  2061  	"hatafpatahnarrowhebrew":         '\u05b2',
  2062  	"hatafpatahquarterhebrew":        '\u05b2',
  2063  	"hatafpatahwidehebrew":           '\u05b2',
  2064  	"hatafqamats":                    '\u05b3',
  2065  	"hatafqamats1b":                  '\u05b3',
  2066  	"hatafqamats28":                  '\u05b3',
  2067  	"hatafqamats34":                  '\u05b3',
  2068  	"hatafqamatshebrew":              '\u05b3',
  2069  	"hatafqamatsnarrowhebrew":        '\u05b3',
  2070  	"hatafqamatsquarterhebrew":       '\u05b3',
  2071  	"hatafqamatswidehebrew":          '\u05b3',
  2072  	"hatafsegol":                     '\u05b1',
  2073  	"hatafsegol17":                   '\u05b1',
  2074  	"hatafsegol24":                   '\u05b1',
  2075  	"hatafsegol30":                   '\u05b1',
  2076  	"hatafsegolhebrew":               '\u05b1',
  2077  	"hatafsegolnarrowhebrew":         '\u05b1',
  2078  	"hatafsegolquarterhebrew":        '\u05b1',
  2079  	"hatafsegolwidehebrew":           '\u05b1',
  2080  	"hbar":                           '\u0127',
  2081  	"hbopomofo":                      '\u310f',
  2082  	"hbrevebelow":                    '\u1e2b',
  2083  	"hcedilla":                       '\u1e29',
  2084  	"hcircle":                        '\u24d7',
  2085  	"hcircumflex":                    '\u0125',
  2086  	"hdieresis":                      '\u1e27',
  2087  	"hdotaccent":                     '\u1e23',
  2088  	"hdotbelow":                      '\u1e25',
  2089  	"he":                             '\u05d4',
  2090  	"heart":                          '\u2665',
  2091  	"heartsuitblack":                 '\u2665',
  2092  	"heartsuitwhite":                 '\u2661',
  2093  	"hedagesh":                       '\ufb34',
  2094  	"hedageshhebrew":                 '\ufb34',
  2095  	"hehaltonearabic":                '\u06c1',
  2096  	"heharabic":                      '\u0647',
  2097  	"hehebrew":                       '\u05d4',
  2098  	"hehfinalaltonearabic":           '\ufba7',
  2099  	"hehfinalalttwoarabic":           '\ufeea',
  2100  	"hehfinalarabic":                 '\ufeea',
  2101  	"hehhamzaabovefinalarabic":       '\ufba5',
  2102  	"hehhamzaaboveisolatedarabic":    '\ufba4',
  2103  	"hehinitialaltonearabic":         '\ufba8',
  2104  	"hehinitialarabic":               '\ufeeb',
  2105  	"hehiragana":                     '\u3078',
  2106  	"hehmedialaltonearabic":          '\ufba9',
  2107  	"hehmedialarabic":                '\ufeec',
  2108  	"heiseierasquare":                '\u337b',
  2109  	"hekatakana":                     '\u30d8',
  2110  	"hekatakanahalfwidth":            '\uff8d',
  2111  	"hekutaarusquare":                '\u3336',
  2112  	"henghook":                       '\u0267',
  2113  	"herutusquare":                   '\u3339',
  2114  	"het":                            '\u05d7',
  2115  	"hethebrew":                      '\u05d7',
  2116  	"hhook":                          '\u0266',
  2117  	"hhooksuperior":                  '\u02b1',
  2118  	"hieuhacirclekorean":             '\u327b',
  2119  	"hieuhaparenkorean":              '\u321b',
  2120  	"hieuhcirclekorean":              '\u326d',
  2121  	"hieuhkorean":                    '\u314e',
  2122  	"hieuhparenkorean":               '\u320d',
  2123  	"hihiragana":                     '\u3072',
  2124  	"hikatakana":                     '\u30d2',
  2125  	"hikatakanahalfwidth":            '\uff8b',
  2126  	"hiriq":                          '\u05b4',
  2127  	"hiriq14":                        '\u05b4',
  2128  	"hiriq21":                        '\u05b4',
  2129  	"hiriq2d":                        '\u05b4',
  2130  	"hiriqhebrew":                    '\u05b4',
  2131  	"hiriqnarrowhebrew":              '\u05b4',
  2132  	"hiriqquarterhebrew":             '\u05b4',
  2133  	"hiriqwidehebrew":                '\u05b4',
  2134  	"hlinebelow":                     '\u1e96',
  2135  	"hmonospace":                     '\uff48',
  2136  	"hoarmenian":                     '\u0570',
  2137  	"hohipthai":                      '\u0e2b',
  2138  	"hohiragana":                     '\u307b',
  2139  	"hokatakana":                     '\u30db',
  2140  	"hokatakanahalfwidth":            '\uff8e',
  2141  	"holam":                          '\u05b9',
  2142  	"holam19":                        '\u05b9',
  2143  	"holam26":                        '\u05b9',
  2144  	"holam32":                        '\u05b9',
  2145  	"holamhebrew":                    '\u05b9',
  2146  	"holamnarrowhebrew":              '\u05b9',
  2147  	"holamquarterhebrew":             '\u05b9',
  2148  	"holamwidehebrew":                '\u05b9',
  2149  	"honokhukthai":                   '\u0e2e',
  2150  	"hookabovecomb":                  '\u0309',
  2151  	"hookcmb":                        '\u0309',
  2152  	"hookpalatalizedbelowcmb":        '\u0321',
  2153  	"hookretroflexbelowcmb":          '\u0322',
  2154  	"hoonsquare":                     '\u3342',
  2155  	"horicoptic":                     '\u03e9',
  2156  	"horizontalbar":                  '\u2015',
  2157  	"horncmb":                        '\u031b',
  2158  	"hotsprings":                     '\u2668',
  2159  	"house":                          '\u2302',
  2160  	"hparen":                         '\u24a3',
  2161  	"hsuperior":                      '\u02b0',
  2162  	"hturned":                        '\u0265',
  2163  	"huhiragana":                     '\u3075',
  2164  	"huiitosquare":                   '\u3333',
  2165  	"hukatakana":                     '\u30d5',
  2166  	"hukatakanahalfwidth":            '\uff8c',
  2167  	"hungarumlaut":                   '\u02dd',
  2168  	"hungarumlautcmb":                '\u030b',
  2169  	"hv":                             '\u0195',
  2170  	"hyphen":                         '\u002d',
  2171  	"hypheninferior":                 '\uf6e5',
  2172  	"hyphenmonospace":                '\uff0d',
  2173  	"hyphensmall":                    '\ufe63',
  2174  	"hyphensuperior":                 '\uf6e6',
  2175  	"hyphentwo":                      '\u2010',
  2176  	"i":                              '\u0069',
  2177  	"iacute":                         '\u00ed',
  2178  	"iacyrillic":                     '\u044f',
  2179  	"ibengali":                       '\u0987',
  2180  	"ibopomofo":                      '\u3127',
  2181  	"ibreve":                         '\u012d',
  2182  	"icaron":                         '\u01d0',
  2183  	"icircle":                        '\u24d8',
  2184  	"icircumflex":                    '\u00ee',
  2185  	"icyrillic":                      '\u0456',
  2186  	"idblgrave":                      '\u0209',
  2187  	"ideographearthcircle":           '\u328f',
  2188  	"ideographfirecircle":            '\u328b',
  2189  	"ideographicallianceparen":       '\u323f',
  2190  	"ideographiccallparen":           '\u323a',
  2191  	"ideographiccentrecircle":        '\u32a5',
  2192  	"ideographicclose":               '\u3006',
  2193  	"ideographiccomma":               '\u3001',
  2194  	"ideographiccommaleft":           '\uff64',
  2195  	"ideographiccongratulationparen": '\u3237',
  2196  	"ideographiccorrectcircle":       '\u32a3',
  2197  	"ideographicearthparen":          '\u322f',
  2198  	"ideographicenterpriseparen":     '\u323d',
  2199  	"ideographicexcellentcircle":     '\u329d',
  2200  	"ideographicfestivalparen":       '\u3240',
  2201  	"ideographicfinancialcircle":     '\u3296',
  2202  	"ideographicfinancialparen":      '\u3236',
  2203  	"ideographicfireparen":           '\u322b',
  2204  	"ideographichaveparen":           '\u3232',
  2205  	"ideographichighcircle":          '\u32a4',
  2206  	"ideographiciterationmark":       '\u3005',
  2207  	"ideographiclaborcircle":         '\u3298',
  2208  	"ideographiclaborparen":          '\u3238',
  2209  	"ideographicleftcircle":          '\u32a7',
  2210  	"ideographiclowcircle":           '\u32a6',
  2211  	"ideographicmedicinecircle":      '\u32a9',
  2212  	"ideographicmetalparen":          '\u322e',
  2213  	"ideographicmoonparen":           '\u322a',
  2214  	"ideographicnameparen":           '\u3234',
  2215  	"ideographicperiod":              '\u3002',
  2216  	"ideographicprintcircle":         '\u329e',
  2217  	"ideographicreachparen":          '\u3243',
  2218  	"ideographicrepresentparen":      '\u3239',
  2219  	"ideographicresourceparen":       '\u323e',
  2220  	"ideographicrightcircle":         '\u32a8',
  2221  	"ideographicsecretcircle":        '\u3299',
  2222  	"ideographicselfparen":           '\u3242',
  2223  	"ideographicsocietyparen":        '\u3233',
  2224  	"ideographicspace":               '\u3000',
  2225  	"ideographicspecialparen":        '\u3235',
  2226  	"ideographicstockparen":          '\u3231',
  2227  	"ideographicstudyparen":          '\u323b',
  2228  	"ideographicsunparen":            '\u3230',
  2229  	"ideographicsuperviseparen":      '\u323c',
  2230  	"ideographicwaterparen":          '\u322c',
  2231  	"ideographicwoodparen":           '\u322d',
  2232  	"ideographiczero":                '\u3007',
  2233  	"ideographmetalcircle":           '\u328e',
  2234  	"ideographmooncircle":            '\u328a',
  2235  	"ideographnamecircle":            '\u3294',
  2236  	"ideographsuncircle":             '\u3290',
  2237  	"ideographwatercircle":           '\u328c',
  2238  	"ideographwoodcircle":            '\u328d',
  2239  	"ideva":                          '\u0907',
  2240  	"idieresis":                      '\u00ef',
  2241  	"idieresisacute":                 '\u1e2f',
  2242  	"idieresiscyrillic":              '\u04e5',
  2243  	"idotbelow":                      '\u1ecb',
  2244  	"iebrevecyrillic":                '\u04d7',
  2245  	"iecyrillic":                     '\u0435',
  2246  	"ieungacirclekorean":             '\u3275',
  2247  	"ieungaparenkorean":              '\u3215',
  2248  	"ieungcirclekorean":              '\u3267',
  2249  	"ieungkorean":                    '\u3147',
  2250  	"ieungparenkorean":               '\u3207',
  2251  	"igrave":                         '\u00ec',
  2252  	"igujarati":                      '\u0a87',
  2253  	"igurmukhi":                      '\u0a07',
  2254  	"ihiragana":                      '\u3044',
  2255  	"ihookabove":                     '\u1ec9',
  2256  	"iibengali":                      '\u0988',
  2257  	"iicyrillic":                     '\u0438',
  2258  	"iideva":                         '\u0908',
  2259  	"iigujarati":                     '\u0a88',
  2260  	"iigurmukhi":                     '\u0a08',
  2261  	"iimatragurmukhi":                '\u0a40',
  2262  	"iinvertedbreve":                 '\u020b',
  2263  	"iishortcyrillic":                '\u0439',
  2264  	"iivowelsignbengali":             '\u09c0',
  2265  	"iivowelsigndeva":                '\u0940',
  2266  	"iivowelsigngujarati":            '\u0ac0',
  2267  	"ij":                        '\u0133',
  2268  	"ikatakana":                 '\u30a4',
  2269  	"ikatakanahalfwidth":        '\uff72',
  2270  	"ikorean":                   '\u3163',
  2271  	"ilde":                      '\u02dc',
  2272  	"iluyhebrew":                '\u05ac',
  2273  	"imacron":                   '\u012b',
  2274  	"imacroncyrillic":           '\u04e3',
  2275  	"imageorapproximatelyequal": '\u2253',
  2276  	"imatragurmukhi":            '\u0a3f',
  2277  	"imonospace":                '\uff49',
  2278  	"increment":                 '\u2206',
  2279  	"infinity":                  '\u221e',
  2280  	"iniarmenian":               '\u056b',
  2281  	"integral":                  '\u222b',
  2282  	"integralbottom":            '\u2321',
  2283  	"integralbt":                '\u2321',
  2284  	"integralex":                '\uf8f5',
  2285  	"integraltop":               '\u2320',
  2286  	"integraltp":                '\u2320',
  2287  	"intersection":              '\u2229',
  2288  	"intisquare":                '\u3305',
  2289  	"invbullet":                 '\u25d8',
  2290  	"invcircle":                 '\u25d9',
  2291  	"invsmileface":              '\u263b',
  2292  	"iocyrillic":                '\u0451',
  2293  	"iogonek":                   '\u012f',
  2294  	"iota":                      '\u03b9',
  2295  	"iotadieresis":              '\u03ca',
  2296  	"iotadieresistonos":         '\u0390',
  2297  	"iotalatin":                 '\u0269',
  2298  	"iotatonos":                 '\u03af',
  2299  	"iparen":                    '\u24a4',
  2300  	"irigurmukhi":               '\u0a72',
  2301  	"ismallhiragana":            '\u3043',
  2302  	"ismallkatakana":            '\u30a3',
  2303  	"ismallkatakanahalfwidth":   '\uff68',
  2304  	"issharbengali":             '\u09fa',
  2305  	"istroke":                   '\u0268',
  2306  	"isuperior":                 '\uf6ed',
  2307  	"iterationhiragana":         '\u309d',
  2308  	"iterationkatakana":         '\u30fd',
  2309  	"itilde":                    '\u0129',
  2310  	"itildebelow":               '\u1e2d',
  2311  	"iubopomofo":                '\u3129',
  2312  	"iucyrillic":                '\u044e',
  2313  	"ivowelsignbengali":         '\u09bf',
  2314  	"ivowelsigndeva":            '\u093f',
  2315  	"ivowelsigngujarati":        '\u0abf',
  2316  	"izhitsacyrillic":           '\u0475',
  2317  	"izhitsadblgravecyrillic":   '\u0477',
  2318  	"j":                               '\u006a',
  2319  	"jaarmenian":                      '\u0571',
  2320  	"jabengali":                       '\u099c',
  2321  	"jadeva":                          '\u091c',
  2322  	"jagujarati":                      '\u0a9c',
  2323  	"jagurmukhi":                      '\u0a1c',
  2324  	"jbopomofo":                       '\u3110',
  2325  	"jcaron":                          '\u01f0',
  2326  	"jcircle":                         '\u24d9',
  2327  	"jcircumflex":                     '\u0135',
  2328  	"jcrossedtail":                    '\u029d',
  2329  	"jdotlessstroke":                  '\u025f',
  2330  	"jecyrillic":                      '\u0458',
  2331  	"jeemarabic":                      '\u062c',
  2332  	"jeemfinalarabic":                 '\ufe9e',
  2333  	"jeeminitialarabic":               '\ufe9f',
  2334  	"jeemmedialarabic":                '\ufea0',
  2335  	"jeharabic":                       '\u0698',
  2336  	"jehfinalarabic":                  '\ufb8b',
  2337  	"jhabengali":                      '\u099d',
  2338  	"jhadeva":                         '\u091d',
  2339  	"jhagujarati":                     '\u0a9d',
  2340  	"jhagurmukhi":                     '\u0a1d',
  2341  	"jheharmenian":                    '\u057b',
  2342  	"jis":                             '\u3004',
  2343  	"jmonospace":                      '\uff4a',
  2344  	"jparen":                          '\u24a5',
  2345  	"jsuperior":                       '\u02b2',
  2346  	"k":                               '\u006b',
  2347  	"kabashkircyrillic":               '\u04a1',
  2348  	"kabengali":                       '\u0995',
  2349  	"kacute":                          '\u1e31',
  2350  	"kacyrillic":                      '\u043a',
  2351  	"kadescendercyrillic":             '\u049b',
  2352  	"kadeva":                          '\u0915',
  2353  	"kaf":                             '\u05db',
  2354  	"kafarabic":                       '\u0643',
  2355  	"kafdagesh":                       '\ufb3b',
  2356  	"kafdageshhebrew":                 '\ufb3b',
  2357  	"kaffinalarabic":                  '\ufeda',
  2358  	"kafhebrew":                       '\u05db',
  2359  	"kafinitialarabic":                '\ufedb',
  2360  	"kafmedialarabic":                 '\ufedc',
  2361  	"kafrafehebrew":                   '\ufb4d',
  2362  	"kagujarati":                      '\u0a95',
  2363  	"kagurmukhi":                      '\u0a15',
  2364  	"kahiragana":                      '\u304b',
  2365  	"kahookcyrillic":                  '\u04c4',
  2366  	"kakatakana":                      '\u30ab',
  2367  	"kakatakanahalfwidth":             '\uff76',
  2368  	"kappa":                           '\u03ba',
  2369  	"kappasymbolgreek":                '\u03f0',
  2370  	"kapyeounmieumkorean":             '\u3171',
  2371  	"kapyeounphieuphkorean":           '\u3184',
  2372  	"kapyeounpieupkorean":             '\u3178',
  2373  	"kapyeounssangpieupkorean":        '\u3179',
  2374  	"karoriisquare":                   '\u330d',
  2375  	"kashidaautoarabic":               '\u0640',
  2376  	"kashidaautonosidebearingarabic":  '\u0640',
  2377  	"kasmallkatakana":                 '\u30f5',
  2378  	"kasquare":                        '\u3384',
  2379  	"kasraarabic":                     '\u0650',
  2380  	"kasratanarabic":                  '\u064d',
  2381  	"kastrokecyrillic":                '\u049f',
  2382  	"katahiraprolongmarkhalfwidth":    '\uff70',
  2383  	"kaverticalstrokecyrillic":        '\u049d',
  2384  	"kbopomofo":                       '\u310e',
  2385  	"kcalsquare":                      '\u3389',
  2386  	"kcaron":                          '\u01e9',
  2387  	"kcedilla":                        '\u0137',
  2388  	"kcircle":                         '\u24da',
  2389  	"kcommaaccent":                    '\u0137',
  2390  	"kdotbelow":                       '\u1e33',
  2391  	"keharmenian":                     '\u0584',
  2392  	"kehiragana":                      '\u3051',
  2393  	"kekatakana":                      '\u30b1',
  2394  	"kekatakanahalfwidth":             '\uff79',
  2395  	"kenarmenian":                     '\u056f',
  2396  	"kesmallkatakana":                 '\u30f6',
  2397  	"kgreenlandic":                    '\u0138',
  2398  	"khabengali":                      '\u0996',
  2399  	"khacyrillic":                     '\u0445',
  2400  	"khadeva":                         '\u0916',
  2401  	"khagujarati":                     '\u0a96',
  2402  	"khagurmukhi":                     '\u0a16',
  2403  	"khaharabic":                      '\u062e',
  2404  	"khahfinalarabic":                 '\ufea6',
  2405  	"khahinitialarabic":               '\ufea7',
  2406  	"khahmedialarabic":                '\ufea8',
  2407  	"kheicoptic":                      '\u03e7',
  2408  	"khhadeva":                        '\u0959',
  2409  	"khhagurmukhi":                    '\u0a59',
  2410  	"khieukhacirclekorean":            '\u3278',
  2411  	"khieukhaparenkorean":             '\u3218',
  2412  	"khieukhcirclekorean":             '\u326a',
  2413  	"khieukhkorean":                   '\u314b',
  2414  	"khieukhparenkorean":              '\u320a',
  2415  	"khokhaithai":                     '\u0e02',
  2416  	"khokhonthai":                     '\u0e05',
  2417  	"khokhuatthai":                    '\u0e03',
  2418  	"khokhwaithai":                    '\u0e04',
  2419  	"khomutthai":                      '\u0e5b',
  2420  	"khook":                           '\u0199',
  2421  	"khorakhangthai":                  '\u0e06',
  2422  	"khzsquare":                       '\u3391',
  2423  	"kihiragana":                      '\u304d',
  2424  	"kikatakana":                      '\u30ad',
  2425  	"kikatakanahalfwidth":             '\uff77',
  2426  	"kiroguramusquare":                '\u3315',
  2427  	"kiromeetorusquare":               '\u3316',
  2428  	"kirosquare":                      '\u3314',
  2429  	"kiyeokacirclekorean":             '\u326e',
  2430  	"kiyeokaparenkorean":              '\u320e',
  2431  	"kiyeokcirclekorean":              '\u3260',
  2432  	"kiyeokkorean":                    '\u3131',
  2433  	"kiyeokparenkorean":               '\u3200',
  2434  	"kiyeoksioskorean":                '\u3133',
  2435  	"kjecyrillic":                     '\u045c',
  2436  	"klinebelow":                      '\u1e35',
  2437  	"klsquare":                        '\u3398',
  2438  	"kmcubedsquare":                   '\u33a6',
  2439  	"kmonospace":                      '\uff4b',
  2440  	"kmsquaredsquare":                 '\u33a2',
  2441  	"kohiragana":                      '\u3053',
  2442  	"kohmsquare":                      '\u33c0',
  2443  	"kokaithai":                       '\u0e01',
  2444  	"kokatakana":                      '\u30b3',
  2445  	"kokatakanahalfwidth":             '\uff7a',
  2446  	"kooposquare":                     '\u331e',
  2447  	"koppacyrillic":                   '\u0481',
  2448  	"koreanstandardsymbol":            '\u327f',
  2449  	"koroniscmb":                      '\u0343',
  2450  	"kparen":                          '\u24a6',
  2451  	"kpasquare":                       '\u33aa',
  2452  	"ksicyrillic":                     '\u046f',
  2453  	"ktsquare":                        '\u33cf',
  2454  	"kturned":                         '\u029e',
  2455  	"kuhiragana":                      '\u304f',
  2456  	"kukatakana":                      '\u30af',
  2457  	"kukatakanahalfwidth":             '\uff78',
  2458  	"kvsquare":                        '\u33b8',
  2459  	"kwsquare":                        '\u33be',
  2460  	"l":                               '\u006c',
  2461  	"labengali":                       '\u09b2',
  2462  	"lacute":                          '\u013a',
  2463  	"ladeva":                          '\u0932',
  2464  	"lagujarati":                      '\u0ab2',
  2465  	"lagurmukhi":                      '\u0a32',
  2466  	"lakkhangyaothai":                 '\u0e45',
  2467  	"lamaleffinalarabic":              '\ufefc',
  2468  	"lamalefhamzaabovefinalarabic":    '\ufef8',
  2469  	"lamalefhamzaaboveisolatedarabic": '\ufef7',
  2470  	"lamalefhamzabelowfinalarabic":    '\ufefa',
  2471  	"lamalefhamzabelowisolatedarabic": '\ufef9',
  2472  	"lamalefisolatedarabic":           '\ufefb',
  2473  	"lamalefmaddaabovefinalarabic":    '\ufef6',
  2474  	"lamalefmaddaaboveisolatedarabic": '\ufef5',
  2475  	"lamarabic":                       '\u0644',
  2476  	"lambda":                          '\u03bb',
  2477  	"lambdastroke":                    '\u019b',
  2478  	"lamed":                           '\u05dc',
  2479  	"lameddagesh":                     '\ufb3c',
  2480  	"lameddageshhebrew":               '\ufb3c',
  2481  	"lamedhebrew":                     '\u05dc',
  2482  	"lamedholam":                      '\u05b9',
  2483  	"lamedholamdagesh":                '\u05bc',
  2484  	"lamedholamdageshhebrew":          '\u05bc',
  2485  	"lamedholamhebrew":                '\u05b9',
  2486  	"lamfinalarabic":                  '\ufede',
  2487  	"lamhahinitialarabic":             '\ufcca',
  2488  	"laminitialarabic":                '\ufedf',
  2489  	"lamjeeminitialarabic":            '\ufcc9',
  2490  	"lamkhahinitialarabic":            '\ufccb',
  2491  	"lamlamhehisolatedarabic":         '\ufdf2',
  2492  	"lammedialarabic":                 '\ufee0',
  2493  	"lammeemhahinitialarabic":         '\ufd88',
  2494  	"lammeeminitialarabic":            '\ufccc',
  2495  	"lammeemjeeminitialarabic":        '\ufea0',
  2496  	"lammeemkhahinitialarabic":        '\ufea8',
  2497  	"largecircle":                     '\u25ef',
  2498  	"lbar":                            '\u019a',
  2499  	"lbelt":                           '\u026c',
  2500  	"lbopomofo":                       '\u310c',
  2501  	"lcaron":                          '\u013e',
  2502  	"lcedilla":                        '\u013c',
  2503  	"lcircle":                         '\u24db',
  2504  	"lcircumflexbelow":                '\u1e3d',
  2505  	"lcommaaccent":                    '\u013c',
  2506  	"ldot":                            '\u0140',
  2507  	"ldotaccent":                      '\u0140',
  2508  	"ldotbelow":                       '\u1e37',
  2509  	"ldotbelowmacron":                 '\u1e39',
  2510  	"leftangleabovecmb":               '\u031a',
  2511  	"lefttackbelowcmb":                '\u0318',
  2512  	"less":                            '\u003c',
  2513  	"lessequal":                       '\u2264',
  2514  	"lessequalorgreater":              '\u22da',
  2515  	"lessmonospace":                   '\uff1c',
  2516  	"lessorequivalent":                '\u2272',
  2517  	"lessorgreater":                   '\u2276',
  2518  	"lessoverequal":                   '\u2266',
  2519  	"lesssmall":                       '\ufe64',
  2520  	"lezh":                            '\u026e',
  2521  	"lfblock":                         '\u258c',
  2522  	"lhookretroflex":                  '\u026d',
  2523  	"lira":                            '\u20a4',
  2524  	"liwnarmenian":                    '\u056c',
  2525  	"lj":                              '\u01c9',
  2526  	"ljecyrillic":                     '\u0459',
  2527  	"ll":                              '\uf6c0',
  2528  	"lladeva":                         '\u0933',
  2529  	"llagujarati":                     '\u0ab3',
  2530  	"llinebelow":                      '\u1e3b',
  2531  	"llladeva":                        '\u0934',
  2532  	"llvocalicbengali":                '\u09e1',
  2533  	"llvocalicdeva":                   '\u0961',
  2534  	"llvocalicvowelsignbengali":       '\u09e3',
  2535  	"llvocalicvowelsigndeva":          '\u0963',
  2536  	"lmiddletilde":                    '\u026b',
  2537  	"lmonospace":                      '\uff4c',
  2538  	"lmsquare":                        '\u33d0',
  2539  	"lochulathai":                     '\u0e2c',
  2540  	"logicaland":                      '\u2227',
  2541  	"logicalnot":                      '\u00ac',
  2542  	"logicalnotreversed":              '\u2310',
  2543  	"logicalor":                       '\u2228',
  2544  	"lolingthai":                      '\u0e25',
  2545  	"longs":                           '\u017f',
  2546  	"lowlinecenterline":               '\ufe4e',
  2547  	"lowlinecmb":                      '\u0332',
  2548  	"lowlinedashed":                   '\ufe4d',
  2549  	"lozenge":                         '\u25ca',
  2550  	"lparen":                          '\u24a7',
  2551  	"lslash":                          '\u0142',
  2552  	"lsquare":                         '\u2113',
  2553  	"lsuperior":                       '\uf6ee',
  2554  	"ltshade":                         '\u2591',
  2555  	"luthai":                          '\u0e26',
  2556  	"lvocalicbengali":                 '\u098c',
  2557  	"lvocalicdeva":                    '\u090c',
  2558  	"lvocalicvowelsignbengali":        '\u09e2',
  2559  	"lvocalicvowelsigndeva":           '\u0962',
  2560  	"lxsquare":                        '\u33d3',
  2561  	"m":                               '\u006d',
  2562  	"mabengali":                       '\u09ae',
  2563  	"macron":                          '\u00af',
  2564  	"macronbelowcmb":                  '\u0331',
  2565  	"macroncmb":                       '\u0304',
  2566  	"macronlowmod":                    '\u02cd',
  2567  	"macronmonospace":                 '\uffe3',
  2568  	"macute":                          '\u1e3f',
  2569  	"madeva":                          '\u092e',
  2570  	"magujarati":                      '\u0aae',
  2571  	"magurmukhi":                      '\u0a2e',
  2572  	"mahapakhhebrew":                  '\u05a4',
  2573  	"mahapakhlefthebrew":              '\u05a4',
  2574  	"mahiragana":                      '\u307e',
  2575  	"maichattawalowleftthai":          '\uf895',
  2576  	"maichattawalowrightthai":         '\uf894',
  2577  	"maichattawathai":                 '\u0e4b',
  2578  	"maichattawaupperleftthai":        '\uf893',
  2579  	"maieklowleftthai":                '\uf88c',
  2580  	"maieklowrightthai":               '\uf88b',
  2581  	"maiekthai":                       '\u0e48',
  2582  	"maiekupperleftthai":              '\uf88a',
  2583  	"maihanakatleftthai":              '\uf884',
  2584  	"maihanakatthai":                  '\u0e31',
  2585  	"maitaikhuleftthai":               '\uf889',
  2586  	"maitaikhuthai":                   '\u0e47',
  2587  	"maitholowleftthai":               '\uf88f',
  2588  	"maitholowrightthai":              '\uf88e',
  2589  	"maithothai":                      '\u0e49',
  2590  	"maithoupperleftthai":             '\uf88d',
  2591  	"maitrilowleftthai":               '\uf892',
  2592  	"maitrilowrightthai":              '\uf891',
  2593  	"maitrithai":                      '\u0e4a',
  2594  	"maitriupperleftthai":             '\uf890',
  2595  	"maiyamokthai":                    '\u0e46',
  2596  	"makatakana":                      '\u30de',
  2597  	"makatakanahalfwidth":             '\uff8f',
  2598  	"male":                            '\u2642',
  2599  	"mansyonsquare":                   '\u3347',
  2600  	"maqafhebrew":                     '\u05be',
  2601  	"mars":                            '\u2642',
  2602  	"masoracirclehebrew":              '\u05af',
  2603  	"masquare":                        '\u3383',
  2604  	"mbopomofo":                       '\u3107',
  2605  	"mbsquare":                        '\u33d4',
  2606  	"mcircle":                         '\u24dc',
  2607  	"mcubedsquare":                    '\u33a5',
  2608  	"mdotaccent":                      '\u1e41',
  2609  	"mdotbelow":                       '\u1e43',
  2610  	"meemarabic":                      '\u0645',
  2611  	"meemfinalarabic":                 '\ufee2',
  2612  	"meeminitialarabic":               '\ufee3',
  2613  	"meemmedialarabic":                '\ufee4',
  2614  	"meemmeeminitialarabic":           '\ufcd1',
  2615  	"meemmeemisolatedarabic":          '\ufc48',
  2616  	"meetorusquare":                   '\u334d',
  2617  	"mehiragana":                      '\u3081',
  2618  	"meizierasquare":                  '\u337e',
  2619  	"mekatakana":                      '\u30e1',
  2620  	"mekatakanahalfwidth":             '\uff92',
  2621  	"mem":                        '\u05de',
  2622  	"memdagesh":                  '\ufb3e',
  2623  	"memdageshhebrew":            '\ufb3e',
  2624  	"memhebrew":                  '\u05de',
  2625  	"menarmenian":                '\u0574',
  2626  	"merkhahebrew":               '\u05a5',
  2627  	"merkhakefulahebrew":         '\u05a6',
  2628  	"merkhakefulalefthebrew":     '\u05a6',
  2629  	"merkhalefthebrew":           '\u05a5',
  2630  	"mhook":                      '\u0271',
  2631  	"mhzsquare":                  '\u3392',
  2632  	"middledotkatakanahalfwidth": '\uff65',
  2633  	"middot":                     '\u00b7',
  2634  	"mieumacirclekorean":         '\u3272',
  2635  	"mieumaparenkorean":          '\u3212',
  2636  	"mieumcirclekorean":          '\u3264',
  2637  	"mieumkorean":                '\u3141',
  2638  	"mieumpansioskorean":         '\u3170',
  2639  	"mieumparenkorean":           '\u3204',
  2640  	"mieumpieupkorean":           '\u316e',
  2641  	"mieumsioskorean":            '\u316f',
  2642  	"mihiragana":                 '\u307f',
  2643  	"mikatakana":                 '\u30df',
  2644  	"mikatakanahalfwidth":        '\uff90',
  2645  	"minus":                      '\u2212',
  2646  	"minusbelowcmb":              '\u0320',
  2647  	"minuscircle":                '\u2296',
  2648  	"minusmod":                   '\u02d7',
  2649  	"minusplus":                  '\u2213',
  2650  	"minute":                     '\u2032',
  2651  	"miribaarusquare":            '\u334a',
  2652  	"mirisquare":                 '\u3349',
  2653  	"mlonglegturned":             '\u0270',
  2654  	"mlsquare":                   '\u3396',
  2655  	"mmcubedsquare":              '\u33a3',
  2656  	"mmonospace":                 '\uff4d',
  2657  	"mmsquaredsquare":            '\u339f',
  2658  	"mohiragana":                 '\u3082',
  2659  	"mohmsquare":                 '\u33c1',
  2660  	"mokatakana":                 '\u30e2',
  2661  	"mokatakanahalfwidth":        '\uff93',
  2662  	"molsquare":                  '\u33d6',
  2663  	"momathai":                   '\u0e21',
  2664  	"moverssquare":               '\u33a7',
  2665  	"moverssquaredsquare":        '\u33a8',
  2666  	"mparen":                     '\u24a8',
  2667  	"mpasquare":                  '\u33ab',
  2668  	"mssquare":                   '\u33b3',
  2669  	"msuperior":                  '\uf6ef',
  2670  	"mturned":                    '\u026f',
  2671  	"mu":                         '\u00b5',
  2672  	"mu1":                        '\u00b5',
  2673  	"muasquare":                  '\u3382',
  2674  	"muchgreater":                '\u226b',
  2675  	"muchless":                   '\u226a',
  2676  	"mufsquare":                  '\u338c',
  2677  	"mugreek":                    '\u03bc',
  2678  	"mugsquare":                  '\u338d',
  2679  	"muhiragana":                 '\u3080',
  2680  	"mukatakana":                 '\u30e0',
  2681  	"mukatakanahalfwidth":        '\uff91',
  2682  	"mulsquare":                  '\u3395',
  2683  	"multiply":                   '\u00d7',
  2684  	"mumsquare":                  '\u339b',
  2685  	"munahhebrew":                '\u05a3',
  2686  	"munahlefthebrew":            '\u05a3',
  2687  	"musicalnote":                '\u266a',
  2688  	"musicalnotedbl":             '\u266b',
  2689  	"musicflatsign":              '\u266d',
  2690  	"musicsharpsign":             '\u266f',
  2691  	"mussquare":                  '\u33b2',
  2692  	"muvsquare":                  '\u33b6',
  2693  	"muwsquare":                  '\u33bc',
  2694  	"mvmegasquare":               '\u33b9',
  2695  	"mvsquare":                   '\u33b7',
  2696  	"mwmegasquare":               '\u33bf',
  2697  	"mwsquare":                   '\u33bd',
  2698  	"n":                          '\u006e',
  2699  	"nabengali":                  '\u09a8',
  2700  	"nabla":                      '\u2207',
  2701  	"nacute":                     '\u0144',
  2702  	"nadeva":                     '\u0928',
  2703  	"nagujarati":                 '\u0aa8',
  2704  	"nagurmukhi":                 '\u0a28',
  2705  	"nahiragana":                 '\u306a',
  2706  	"nakatakana":                 '\u30ca',
  2707  	"nakatakanahalfwidth":        '\uff85',
  2708  	"napostrophe":                '\u0149',
  2709  	"nasquare":                   '\u3381',
  2710  	"nbopomofo":                  '\u310b',
  2711  	"nbspace":                    '\u00a0',
  2712  	"ncaron":                     '\u0148',
  2713  	"ncedilla":                   '\u0146',
  2714  	"ncircle":                    '\u24dd',
  2715  	"ncircumflexbelow":           '\u1e4b',
  2716  	"ncommaaccent":               '\u0146',
  2717  	"ndotaccent":                 '\u1e45',
  2718  	"ndotbelow":                  '\u1e47',
  2719  	"nehiragana":                 '\u306d',
  2720  	"nekatakana":                 '\u30cd',
  2721  	"nekatakanahalfwidth":        '\uff88',
  2722  	"newsheqelsign":              '\u20aa',
  2723  	"nfsquare":                   '\u338b',
  2724  	"ngabengali":                 '\u0999',
  2725  	"ngadeva":                    '\u0919',
  2726  	"ngagujarati":                '\u0a99',
  2727  	"ngagurmukhi":                '\u0a19',
  2728  	"ngonguthai":                 '\u0e07',
  2729  	"nhiragana":                  '\u3093',
  2730  	"nhookleft":                  '\u0272',
  2731  	"nhookretroflex":             '\u0273',
  2732  	"nieunacirclekorean":         '\u326f',
  2733  	"nieunaparenkorean":          '\u320f',
  2734  	"nieuncieuckorean":           '\u3135',
  2735  	"nieuncirclekorean":          '\u3261',
  2736  	"nieunhieuhkorean":           '\u3136',
  2737  	"nieunkorean":                '\u3134',
  2738  	"nieunpansioskorean":         '\u3168',
  2739  	"nieunparenkorean":           '\u3201',
  2740  	"nieunsioskorean":            '\u3167',
  2741  	"nieuntikeutkorean":          '\u3166',
  2742  	"nihiragana":                 '\u306b',
  2743  	"nikatakana":                 '\u30cb',
  2744  	"nikatakanahalfwidth":        '\uff86',
  2745  	"nikhahitleftthai":           '\uf899',
  2746  	"nikhahitthai":               '\u0e4d',
  2747  	"nine":                       '\u0039',
  2748  	"ninearabic":                 '\u0669',
  2749  	"ninebengali":                '\u09ef',
  2750  	"ninecircle":                 '\u2468',
  2751  	"ninecircleinversesansserif": '\u2792',
  2752  	"ninedeva":                   '\u096f',
  2753  	"ninegujarati":               '\u0aef',
  2754  	"ninegurmukhi":               '\u0a6f',
  2755  	"ninehackarabic":             '\u0669',
  2756  	"ninehangzhou":               '\u3029',
  2757  	"nineideographicparen":       '\u3228',
  2758  	"nineinferior":               '\u2089',
  2759  	"ninemonospace":              '\uff19',
  2760  	"nineoldstyle":               '\uf739',
  2761  	"nineparen":                  '\u247c',
  2762  	"nineperiod":                 '\u2490',
  2763  	"ninepersian":                '\u06f9',
  2764  	"nineroman":                  '\u2178',
  2765  	"ninesuperior":               '\u2079',
  2766  	"nineteencircle":             '\u2472',
  2767  	"nineteenparen":              '\u2486',
  2768  	"nineteenperiod":             '\u249a',
  2769  	"ninethai":                   '\u0e59',
  2770  	"nj":                         '\u01cc',
  2771  	"njecyrillic":                '\u045a',
  2772  	"nkatakana":                  '\u30f3',
  2773  	"nkatakanahalfwidth":         '\uff9d',
  2774  	"nlegrightlong":              '\u019e',
  2775  	"nlinebelow":                 '\u1e49',
  2776  	"nmonospace":                 '\uff4e',
  2777  	"nmsquare":                   '\u339a',
  2778  	"nnabengali":                 '\u09a3',
  2779  	"nnadeva":                    '\u0923',
  2780  	"nnagujarati":                '\u0aa3',
  2781  	"nnagurmukhi":                '\u0a23',
  2782  	"nnnadeva":                   '\u0929',
  2783  	"nohiragana":                 '\u306e',
  2784  	"nokatakana":                 '\u30ce',
  2785  	"nokatakanahalfwidth":        '\uff89',
  2786  	"nonbreakingspace":           '\u00a0',
  2787  	"nonenthai":                  '\u0e13',
  2788  	"nonuthai":                   '\u0e19',
  2789  	"noonarabic":                 '\u0646',
  2790  	"noonfinalarabic":            '\ufee6',
  2791  	"noonghunnaarabic":           '\u06ba',
  2792  	"noonghunnafinalarabic":      '\ufb9f',
  2793  	"noonhehinitialarabic":       '\ufeec',
  2794  	"nooninitialarabic":          '\ufee7',
  2795  	"noonjeeminitialarabic":      '\ufcd2',
  2796  	"noonjeemisolatedarabic":     '\ufc4b',
  2797  	"noonmedialarabic":           '\ufee8',
  2798  	"noonmeeminitialarabic":      '\ufcd5',
  2799  	"noonmeemisolatedarabic":     '\ufc4e',
  2800  	"noonnoonfinalarabic":        '\ufc8d',
  2801  	"notcontains":                '\u220c',
  2802  	"notelement":                 '\u2209',
  2803  	"notelementof":               '\u2209',
  2804  	"notequal":                   '\u2260',
  2805  	"notgreater":                 '\u226f',
  2806  	"notgreaternorequal":         '\u2271',
  2807  	"notgreaternorless":          '\u2279',
  2808  	"notidentical":               '\u2262',
  2809  	"notless":                    '\u226e',
  2810  	"notlessnorequal":            '\u2270',
  2811  	"notparallel":                '\u2226',
  2812  	"notprecedes":                '\u2280',
  2813  	"notsubset":                  '\u2284',
  2814  	"notsucceeds":                '\u2281',
  2815  	"notsuperset":                '\u2285',
  2816  	"nowarmenian":                '\u0576',
  2817  	"nparen":                     '\u24a9',
  2818  	"nssquare":                   '\u33b1',
  2819  	"nsuperior":                  '\u207f',
  2820  	"ntilde":                     '\u00f1',
  2821  	"nu":                         '\u03bd',
  2822  	"nuhiragana":                 '\u306c',
  2823  	"nukatakana":                 '\u30cc',
  2824  	"nukatakanahalfwidth":        '\uff87',
  2825  	"nuktabengali":               '\u09bc',
  2826  	"nuktadeva":                  '\u093c',
  2827  	"nuktagujarati":              '\u0abc',
  2828  	"nuktagurmukhi":              '\u0a3c',
  2829  	"numbersign":                 '\u0023',
  2830  	"numbersignmonospace":        '\uff03',
  2831  	"numbersignsmall":            '\ufe5f',
  2832  	"numeralsigngreek":           '\u0374',
  2833  	"numeralsignlowergreek":      '\u0375',
  2834  	"numero":                     '\u2116',
  2835  	"nun":                        '\u05e0',
  2836  	"nundagesh":                  '\ufb40',
  2837  	"nundageshhebrew":            '\ufb40',
  2838  	"nunhebrew":                  '\u05e0',
  2839  	"nvsquare":                   '\u33b5',
  2840  	"nwsquare":                   '\u33bb',
  2841  	"nyabengali":                 '\u099e',
  2842  	"nyadeva":                    '\u091e',
  2843  	"nyagujarati":                '\u0a9e',
  2844  	"nyagurmukhi":                '\u0a1e',
  2845  	"o":                          '\u006f',
  2846  	"oacute":                     '\u00f3',
  2847  	"oangthai":                   '\u0e2d',
  2848  	"obarred":                    '\u0275',
  2849  	"obarredcyrillic":            '\u04e9',
  2850  	"obarreddieresiscyrillic":    '\u04eb',
  2851  	"obengali":                   '\u0993',
  2852  	"obopomofo":                  '\u311b',
  2853  	"obreve":                     '\u014f',
  2854  	"ocandradeva":                '\u0911',
  2855  	"ocandragujarati":            '\u0a91',
  2856  	"ocandravowelsigndeva":       '\u0949',
  2857  	"ocandravowelsigngujarati":   '\u0ac9',
  2858  	"ocaron":                     '\u01d2',
  2859  	"ocircle":                    '\u24de',
  2860  	"ocircumflex":                '\u00f4',
  2861  	"ocircumflexacute":           '\u1ed1',
  2862  	"ocircumflexdotbelow":        '\u1ed9',
  2863  	"ocircumflexgrave":           '\u1ed3',
  2864  	"ocircumflexhookabove":       '\u1ed5',
  2865  	"ocircumflextilde":           '\u1ed7',
  2866  	"ocyrillic":                  '\u043e',
  2867  	"odblacute":                  '\u0151',
  2868  	"odblgrave":                  '\u020d',
  2869  	"odeva":                      '\u0913',
  2870  	"odieresis":                  '\u00f6',
  2871  	"odieresiscyrillic":          '\u04e7',
  2872  	"odotbelow":                  '\u1ecd',
  2873  	"oe":                         '\u0153',
  2874  	"oekorean":                   '\u315a',
  2875  	"ogonek":                     '\u02db',
  2876  	"ogonekcmb":                  '\u0328',
  2877  	"ograve":                     '\u00f2',
  2878  	"ogujarati":                  '\u0a93',
  2879  	"oharmenian":                 '\u0585',
  2880  	"ohiragana":                  '\u304a',
  2881  	"ohookabove":                 '\u1ecf',
  2882  	"ohorn":                      '\u01a1',
  2883  	"ohornacute":                 '\u1edb',
  2884  	"ohorndotbelow":              '\u1ee3',
  2885  	"ohorngrave":                 '\u1edd',
  2886  	"ohornhookabove":             '\u1edf',
  2887  	"ohorntilde":                 '\u1ee1',
  2888  	"ohungarumlaut":              '\u0151',
  2889  	"oi":                         '\u01a3',
  2890  	"oinvertedbreve":             '\u020f',
  2891  	"okatakana":                  '\u30aa',
  2892  	"okatakanahalfwidth":         '\uff75',
  2893  	"okorean":                    '\u3157',
  2894  	"olehebrew":                  '\u05ab',
  2895  	"omacron":                    '\u014d',
  2896  	"omacronacute":               '\u1e53',
  2897  	"omacrongrave":               '\u1e51',
  2898  	"omdeva":                     '\u0950',
  2899  	"omega":                      '\u03c9',
  2900  	"omega1":                     '\u03d6',
  2901  	"omegacyrillic":              '\u0461',
  2902  	"omegalatinclosed":           '\u0277',
  2903  	"omegaroundcyrillic":         '\u047b',
  2904  	"omegatitlocyrillic":         '\u047d',
  2905  	"omegatonos":                 '\u03ce',
  2906  	"omgujarati":                 '\u0ad0',
  2907  	"omicron":                    '\u03bf',
  2908  	"omicrontonos":               '\u03cc',
  2909  	"omonospace":                 '\uff4f',
  2910  	"one":                        '\u0031',
  2911  	"onearabic":                  '\u0661',
  2912  	"onebengali":                 '\u09e7',
  2913  	"onecircle":                  '\u2460',
  2914  	"onecircleinversesansserif":  '\u278a',
  2915  	"onedeva":                    '\u0967',
  2916  	"onedotenleader":             '\u2024',
  2917  	"oneeighth":                  '\u215b',
  2918  	"onefitted":                  '\uf6dc',
  2919  	"onegujarati":                '\u0ae7',
  2920  	"onegurmukhi":                '\u0a67',
  2921  	"onehackarabic":              '\u0661',
  2922  	"onehalf":                    '\u00bd',
  2923  	"onehangzhou":                '\u3021',
  2924  	"oneideographicparen":        '\u3220',
  2925  	"oneinferior":                '\u2081',
  2926  	"onemonospace":               '\uff11',
  2927  	"onenumeratorbengali":        '\u09f4',
  2928  	"oneoldstyle":                '\uf731',
  2929  	"oneparen":                   '\u2474',
  2930  	"oneperiod":                  '\u2488',
  2931  	"onepersian":                 '\u06f1',
  2932  	"onequarter":                 '\u00bc',
  2933  	"oneroman":                   '\u2170',
  2934  	"onesuperior":                '\u00b9',
  2935  	"onethai":                    '\u0e51',
  2936  	"onethird":                   '\u2153',
  2937  	"oogonek":                    '\u01eb',
  2938  	"oogonekmacron":              '\u01ed',
  2939  	"oogurmukhi":                 '\u0a13',
  2940  	"oomatragurmukhi":            '\u0a4b',
  2941  	"oopen":                      '\u0254',
  2942  	"oparen":                     '\u24aa',
  2943  	"openbullet":                 '\u25e6',
  2944  	"option":                     '\u2325',
  2945  	"ordfeminine":                '\u00aa',
  2946  	"ordmasculine":               '\u00ba',
  2947  	"orthogonal":                 '\u221f',
  2948  	"oshortdeva":                 '\u0912',
  2949  	"oshortvowelsigndeva":        '\u094a',
  2950  	"oslash":                     '\u00f8',
  2951  	"oslashacute":                '\u01ff',
  2952  	"osmallhiragana":             '\u3049',
  2953  	"osmallkatakana":             '\u30a9',
  2954  	"osmallkatakanahalfwidth":    '\uff6b',
  2955  	"ostrokeacute":               '\u01ff',
  2956  	"osuperior":                  '\uf6f0',
  2957  	"otcyrillic":                 '\u047f',
  2958  	"otilde":                     '\u00f5',
  2959  	"otildeacute":                '\u1e4d',
  2960  	"otildedieresis":             '\u1e4f',
  2961  	"oubopomofo":                 '\u3121',
  2962  	"overline":                   '\u203e',
  2963  	"overlinecenterline":         '\ufe4a',
  2964  	"overlinecmb":                '\u0305',
  2965  	"overlinedashed":             '\ufe49',
  2966  	"overlinedblwavy":            '\ufe4c',
  2967  	"overlinewavy":               '\ufe4b',
  2968  	"overscore":                  '\u00af',
  2969  	"ovowelsignbengali":          '\u09cb',
  2970  	"ovowelsigndeva":             '\u094b',
  2971  	"ovowelsigngujarati":         '\u0acb',
  2972  	"p":                          '\u0070',
  2973  	"paampssquare":               '\u3380',
  2974  	"paasentosquare":             '\u332b',
  2975  	"pabengali":                  '\u09aa',
  2976  	"pacute":                     '\u1e55',
  2977  	"padeva":                     '\u092a',
  2978  	"pagedown":                   '\u21df',
  2979  	"pageup":                     '\u21de',
  2980  	"pagujarati":                 '\u0aaa',
  2981  	"pagurmukhi":                 '\u0a2a',
  2982  	"pahiragana":                 '\u3071',
  2983  	"paiyannoithai":              '\u0e2f',
  2984  	"pakatakana":                 '\u30d1',
  2985  	"palatalizationcyrilliccmb":  '\u0484',
  2986  	"palochkacyrillic":           '\u04c0',
  2987  	"pansioskorean":              '\u317f',
  2988  	"paragraph":                  '\u00b6',
  2989  	"parallel":                   '\u2225',
  2990  	"parenleft":                  '\u0028',
  2991  	"parenleftaltonearabic":      '\ufd3e',
  2992  	"parenleftbt":                '\uf8ed',
  2993  	"parenleftex":                '\uf8ec',
  2994  	"parenleftinferior":          '\u208d',
  2995  	"parenleftmonospace":         '\uff08',
  2996  	"parenleftsmall":             '\ufe59',
  2997  	"parenleftsuperior":          '\u207d',
  2998  	"parenlefttp":                '\uf8eb',
  2999  	"parenleftvertical":          '\ufe35',
  3000  	"parenright":                 '\u0029',
  3001  	"parenrightaltonearabic":     '\ufd3f',
  3002  	"parenrightbt":               '\uf8f8',
  3003  	"parenrightex":               '\uf8f7',
  3004  	"parenrightinferior":         '\u208e',
  3005  	"parenrightmonospace":        '\uff09',
  3006  	"parenrightsmall":            '\ufe5a',
  3007  	"parenrightsuperior":         '\u207e',
  3008  	"parenrighttp":               '\uf8f6',
  3009  	"parenrightvertical":         '\ufe36',
  3010  	"partialdiff":                '\u2202',
  3011  	"paseqhebrew":                '\u05c0',
  3012  	"pashtahebrew":               '\u0599',
  3013  	"pasquare":                   '\u33a9',
  3014  	"patah":                      '\u05b7',
  3015  	"patah11":                    '\u05b7',
  3016  	"patah1d":                    '\u05b7',
  3017  	"patah2a":                    '\u05b7',
  3018  	"patahhebrew":                '\u05b7',
  3019  	"patahnarrowhebrew":          '\u05b7',
  3020  	"patahquarterhebrew":         '\u05b7',
  3021  	"patahwidehebrew":            '\u05b7',
  3022  	"pazerhebrew":                '\u05a1',
  3023  	"pbopomofo":                  '\u3106',
  3024  	"pcircle":                    '\u24df',
  3025  	"pdotaccent":                 '\u1e57',
  3026  	"pe":                         '\u05e4',
  3027  	"pecyrillic":                 '\u043f',
  3028  	"pedagesh":                   '\ufb44',
  3029  	"pedageshhebrew":             '\ufb44',
  3030  	"peezisquare":                '\u333b',
  3031  	"pefinaldageshhebrew":        '\ufb43',
  3032  	"peharabic":                  '\u067e',
  3033  	"peharmenian":                '\u057a',
  3034  	"pehebrew":                   '\u05e4',
  3035  	"pehfinalarabic":             '\ufb57',
  3036  	"pehinitialarabic":           '\ufb58',
  3037  	"pehiragana":                 '\u307a',
  3038  	"pehmedialarabic":            '\ufb59',
  3039  	"pekatakana":                 '\u30da',
  3040  	"pemiddlehookcyrillic":       '\u04a7',
  3041  	"perafehebrew":               '\ufb4e',
  3042  	"percent":                    '\u0025',
  3043  	"percentarabic":              '\u066a',
  3044  	"percentmonospace":           '\uff05',
  3045  	"percentsmall":               '\ufe6a',
  3046  	"period":                     '\u002e',
  3047  	"periodarmenian":             '\u0589',
  3048  	"periodcentered":             '\u00b7',
  3049  	"periodhalfwidth":            '\uff61',
  3050  	"periodinferior":             '\uf6e7',
  3051  	"periodmonospace":            '\uff0e',
  3052  	"periodsmall":                '\ufe52',
  3053  	"periodsuperior":             '\uf6e8',
  3054  	"perispomenigreekcmb":        '\u0342',
  3055  	"perpendicular":              '\u22a5',
  3056  	"perthousand":                '\u2030',
  3057  	"peseta":                     '\u20a7',
  3058  	"pfsquare":                   '\u338a',
  3059  	"phabengali":                 '\u09ab',
  3060  	"phadeva":                    '\u092b',
  3061  	"phagujarati":                '\u0aab',
  3062  	"phagurmukhi":                '\u0a2b',
  3063  	"phi":                        '\u03c6',
  3064  	"phi1":                       '\u03d5',
  3065  	"phieuphacirclekorean":       '\u327a',
  3066  	"phieuphaparenkorean":        '\u321a',
  3067  	"phieuphcirclekorean":        '\u326c',
  3068  	"phieuphkorean":              '\u314d',
  3069  	"phieuphparenkorean":         '\u320c',
  3070  	"philatin":                   '\u0278',
  3071  	"phinthuthai":                '\u0e3a',
  3072  	"phisymbolgreek":             '\u03d5',
  3073  	"phook":                      '\u01a5',
  3074  	"phophanthai":                '\u0e1e',
  3075  	"phophungthai":               '\u0e1c',
  3076  	"phosamphaothai":             '\u0e20',
  3077  	"pi":                         '\u03c0',
  3078  	"pieupacirclekorean":         '\u3273',
  3079  	"pieupaparenkorean":          '\u3213',
  3080  	"pieupcieuckorean":           '\u3176',
  3081  	"pieupcirclekorean":          '\u3265',
  3082  	"pieupkiyeokkorean":          '\u3172',
  3083  	"pieupkorean":                '\u3142',
  3084  	"pieupparenkorean":           '\u3205',
  3085  	"pieupsioskiyeokkorean":      '\u3174',
  3086  	"pieupsioskorean":            '\u3144',
  3087  	"pieupsiostikeutkorean":      '\u3175',
  3088  	"pieupthieuthkorean":         '\u3177',
  3089  	"pieuptikeutkorean":          '\u3173',
  3090  	"pihiragana":                 '\u3074',
  3091  	"pikatakana":                 '\u30d4',
  3092  	"pisymbolgreek":              '\u03d6',
  3093  	"piwrarmenian":               '\u0583',
  3094  	"plus":                       '\u002b',
  3095  	"plusbelowcmb":               '\u031f',
  3096  	"pluscircle":                 '\u2295',
  3097  	"plusminus":                  '\u00b1',
  3098  	"plusmod":                    '\u02d6',
  3099  	"plusmonospace":              '\uff0b',
  3100  	"plussmall":                  '\ufe62',
  3101  	"plussuperior":               '\u207a',
  3102  	"pmonospace":                 '\uff50',
  3103  	"pmsquare":                   '\u33d8',
  3104  	"pohiragana":                 '\u307d',
  3105  	"pointingindexdownwhite":     '\u261f',
  3106  	"pointingindexleftwhite":     '\u261c',
  3107  	"pointingindexrightwhite":    '\u261e',
  3108  	"pointingindexupwhite":       '\u261d',
  3109  	"pokatakana":                 '\u30dd',
  3110  	"poplathai":                  '\u0e1b',
  3111  	"postalmark":                 '\u3012',
  3112  	"postalmarkface":             '\u3020',
  3113  	"pparen":                     '\u24ab',
  3114  	"precedes":                   '\u227a',
  3115  	"prescription":               '\u211e',
  3116  	"primemod":                   '\u02b9',
  3117  	"primereversed":              '\u2035',
  3118  	"product":                    '\u220f',
  3119  	"projective":                 '\u2305',
  3120  	"prolongedkana":              '\u30fc',
  3121  	"propellor":                  '\u2318',
  3122  	"propersubset":               '\u2282',
  3123  	"propersuperset":             '\u2283',
  3124  	"proportion":                 '\u2237',
  3125  	"proportional":               '\u221d',
  3126  	"psi":                        '\u03c8',
  3127  	"psicyrillic":                '\u0471',
  3128  	"psilipneumatacyrilliccmb":   '\u0486',
  3129  	"pssquare":                   '\u33b0',
  3130  	"puhiragana":                 '\u3077',
  3131  	"pukatakana":                 '\u30d7',
  3132  	"pvsquare":                   '\u33b4',
  3133  	"pwsquare":                   '\u33ba',
  3134  	"q":                          '\u0071',
  3135  	"qadeva":                     '\u0958',
  3136  	"qadmahebrew":                '\u05a8',
  3137  	"qafarabic":                  '\u0642',
  3138  	"qaffinalarabic":             '\ufed6',
  3139  	"qafinitialarabic":           '\ufed7',
  3140  	"qafmedialarabic":            '\ufed8',
  3141  	"qamats":                     '\u05b8',
  3142  	"qamats10":                   '\u05b8',
  3143  	"qamats1a":                   '\u05b8',
  3144  	"qamats1c":                   '\u05b8',
  3145  	"qamats27":                   '\u05b8',
  3146  	"qamats29":                   '\u05b8',
  3147  	"qamats33":                   '\u05b8',
  3148  	"qamatsde":                   '\u05b8',
  3149  	"qamatshebrew":               '\u05b8',
  3150  	"qamatsnarrowhebrew":         '\u05b8',
  3151  	"qamatsqatanhebrew":          '\u05b8',
  3152  	"qamatsqatannarrowhebrew":    '\u05b8',
  3153  	"qamatsqatanquarterhebrew":   '\u05b8',
  3154  	"qamatsqatanwidehebrew":      '\u05b8',
  3155  	"qamatsquarterhebrew":        '\u05b8',
  3156  	"qamatswidehebrew":           '\u05b8',
  3157  	"qarneyparahebrew":           '\u059f',
  3158  	"qbopomofo":                  '\u3111',
  3159  	"qcircle":                    '\u24e0',
  3160  	"qhook":                      '\u02a0',
  3161  	"qmonospace":                 '\uff51',
  3162  	"qof":                        '\u05e7',
  3163  	"qofdagesh":                  '\ufb47',
  3164  	"qofdageshhebrew":            '\ufb47',
  3165  	"qofhatafpatah":              '\u05b2',
  3166  	"qofhatafpatahhebrew":        '\u05b2',
  3167  	"qofhatafsegol":              '\u05b1',
  3168  	"qofhatafsegolhebrew":        '\u05b1',
  3169  	"qofhebrew":                  '\u05e7',
  3170  	"qofhiriq":                   '\u05b4',
  3171  	"qofhiriqhebrew":             '\u05b4',
  3172  	"qofholam":                   '\u05b9',
  3173  	"qofholamhebrew":             '\u05b9',
  3174  	"qofpatah":                   '\u05b7',
  3175  	"qofpatahhebrew":             '\u05b7',
  3176  	"qofqamats":                  '\u05b8',
  3177  	"qofqamatshebrew":            '\u05b8',
  3178  	"qofqubuts":                  '\u05bb',
  3179  	"qofqubutshebrew":            '\u05bb',
  3180  	"qofsegol":                   '\u05b6',
  3181  	"qofsegolhebrew":             '\u05b6',
  3182  	"qofsheva":                   '\u05b0',
  3183  	"qofshevahebrew":             '\u05b0',
  3184  	"qoftsere":                   '\u05b5',
  3185  	"qoftserehebrew":             '\u05b5',
  3186  	"qparen":                     '\u24ac',
  3187  	"quarternote":                '\u2669',
  3188  	"qubuts":                     '\u05bb',
  3189  	"qubuts18":                   '\u05bb',
  3190  	"qubuts25":                   '\u05bb',
  3191  	"qubuts31":                   '\u05bb',
  3192  	"qubutshebrew":               '\u05bb',
  3193  	"qubutsnarrowhebrew":         '\u05bb',
  3194  	"qubutsquarterhebrew":        '\u05bb',
  3195  	"qubutswidehebrew":           '\u05bb',
  3196  	"question":                   '\u003f',
  3197  	"questionarabic":             '\u061f',
  3198  	"questionarmenian":           '\u055e',
  3199  	"questiondown":               '\u00bf',
  3200  	"questiondownsmall":          '\uf7bf',
  3201  	"questiongreek":              '\u037e',
  3202  	"questionmonospace":          '\uff1f',
  3203  	"questionsmall":              '\uf73f',
  3204  	"quotedbl":                   '\u0022',
  3205  	"quotedblbase":               '\u201e',
  3206  	"quotedblleft":               '\u201c',
  3207  	"quotedblmonospace":          '\uff02',
  3208  	"quotedblprime":              '\u301e',
  3209  	"quotedblprimereversed":      '\u301d',
  3210  	"quotedblright":              '\u201d',
  3211  	"quoteleft":                  '\u2018',
  3212  	"quoteleftreversed":          '\u201b',
  3213  	"quotereversed":              '\u201b',
  3214  	"quoteright":                 '\u2019',
  3215  	"quoterightn":                '\u0149',
  3216  	"quotesinglbase":             '\u201a',
  3217  	"quotesingle":                '\u0027',
  3218  	"quotesinglemonospace":       '\uff07',
  3219  	"r":                          '\u0072',
  3220  	"raarmenian":                 '\u057c',
  3221  	"rabengali":                  '\u09b0',
  3222  	"racute":                     '\u0155',
  3223  	"radeva":                     '\u0930',
  3224  	"radical":                    '\u221a',
  3225  	"radicalex":                  '\uf8e5',
  3226  	"radoverssquare":             '\u33ae',
  3227  	"radoverssquaredsquare":      '\u33af',
  3228  	"radsquare":                  '\u33ad',
  3229  	"rafe":                       '\u05bf',
  3230  	"rafehebrew":                 '\u05bf',
  3231  	"ragujarati":                 '\u0ab0',
  3232  	"ragurmukhi":                 '\u0a30',
  3233  	"rahiragana":                 '\u3089',
  3234  	"rakatakana":                 '\u30e9',
  3235  	"rakatakanahalfwidth":        '\uff97',
  3236  	"ralowerdiagonalbengali":     '\u09f1',
  3237  	"ramiddlediagonalbengali":    '\u09f0',
  3238  	"ramshorn":                   '\u0264',
  3239  	"ratio":                      '\u2236',
  3240  	"rbopomofo":                  '\u3116',
  3241  	"rcaron":                     '\u0159',
  3242  	"rcedilla":                   '\u0157',
  3243  	"rcircle":                    '\u24e1',
  3244  	"rcommaaccent":               '\u0157',
  3245  	"rdblgrave":                  '\u0211',
  3246  	"rdotaccent":                 '\u1e59',
  3247  	"rdotbelow":                  '\u1e5b',
  3248  	"rdotbelowmacron":            '\u1e5d',
  3249  	"referencemark":              '\u203b',
  3250  	"reflexsubset":               '\u2286',
  3251  	"reflexsuperset":             '\u2287',
  3252  	"registered":                 '\u00ae',
  3253  	"registersans":               '\uf8e8',
  3254  	"registerserif":              '\uf6da',
  3255  	"reharabic":                  '\u0631',
  3256  	"reharmenian":                '\u0580',
  3257  	"rehfinalarabic":             '\ufeae',
  3258  	"rehiragana":                 '\u308c',
  3259  	"rehyehaleflamarabic":        '\u0644',
  3260  	"rekatakana":                 '\u30ec',
  3261  	"rekatakanahalfwidth":        '\uff9a',
  3262  	"resh":                       '\u05e8',
  3263  	"reshdageshhebrew":           '\ufb48',
  3264  	"reshhatafpatah":             '\u05b2',
  3265  	"reshhatafpatahhebrew":       '\u05b2',
  3266  	"reshhatafsegol":             '\u05b1',
  3267  	"reshhatafsegolhebrew":       '\u05b1',
  3268  	"reshhebrew":                 '\u05e8',
  3269  	"reshhiriq":                  '\u05b4',
  3270  	"reshhiriqhebrew":            '\u05b4',
  3271  	"reshholam":                  '\u05b9',
  3272  	"reshholamhebrew":            '\u05b9',
  3273  	"reshpatah":                  '\u05b7',
  3274  	"reshpatahhebrew":            '\u05b7',
  3275  	"reshqamats":                 '\u05b8',
  3276  	"reshqamatshebrew":           '\u05b8',
  3277  	"reshqubuts":                 '\u05bb',
  3278  	"reshqubutshebrew":           '\u05bb',
  3279  	"reshsegol":                  '\u05b6',
  3280  	"reshsegolhebrew":            '\u05b6',
  3281  	"reshsheva":                  '\u05b0',
  3282  	"reshshevahebrew":            '\u05b0',
  3283  	"reshtsere":                  '\u05b5',
  3284  	"reshtserehebrew":            '\u05b5',
  3285  	"reversedtilde":              '\u223d',
  3286  	"reviahebrew":                '\u0597',
  3287  	"reviamugrashhebrew":         '\u0597',
  3288  	"revlogicalnot":              '\u2310',
  3289  	"rfishhook":                  '\u027e',
  3290  	"rfishhookreversed":          '\u027f',
  3291  	"rhabengali":                 '\u09dd',
  3292  	"rhadeva":                    '\u095d',
  3293  	"rho":                        '\u03c1',
  3294  	"rhook":                      '\u027d',
  3295  	"rhookturned":                '\u027b',
  3296  	"rhookturnedsuperior":        '\u02b5',
  3297  	"rhosymbolgreek":             '\u03f1',
  3298  	"rhotichookmod":              '\u02de',
  3299  	"rieulacirclekorean":         '\u3271',
  3300  	"rieulaparenkorean":          '\u3211',
  3301  	"rieulcirclekorean":          '\u3263',
  3302  	"rieulhieuhkorean":           '\u3140',
  3303  	"rieulkiyeokkorean":          '\u313a',
  3304  	"rieulkiyeoksioskorean":      '\u3169',
  3305  	"rieulkorean":                '\u3139',
  3306  	"rieulmieumkorean":           '\u313b',
  3307  	"rieulpansioskorean":         '\u316c',
  3308  	"rieulparenkorean":           '\u3203',
  3309  	"rieulphieuphkorean":         '\u313f',
  3310  	"rieulpieupkorean":           '\u313c',
  3311  	"rieulpieupsioskorean":       '\u316b',
  3312  	"rieulsioskorean":            '\u313d',
  3313  	"rieulthieuthkorean":         '\u313e',
  3314  	"rieultikeutkorean":          '\u316a',
  3315  	"rieulyeorinhieuhkorean":     '\u316d',
  3316  	"rightangle":                 '\u221f',
  3317  	"righttackbelowcmb":          '\u0319',
  3318  	"righttriangle":              '\u22bf',
  3319  	"rihiragana":                 '\u308a',
  3320  	"rikatakana":                 '\u30ea',
  3321  	"rikatakanahalfwidth":        '\uff98',
  3322  	"ring":                       '\u02da',
  3323  	"ringbelowcmb":               '\u0325',
  3324  	"ringcmb":                    '\u030a',
  3325  	"ringhalfleft":               '\u02bf',
  3326  	"ringhalfleftarmenian":       '\u0559',
  3327  	"ringhalfleftbelowcmb":       '\u031c',
  3328  	"ringhalfleftcentered":       '\u02d3',
  3329  	"ringhalfright":              '\u02be',
  3330  	"ringhalfrightbelowcmb":      '\u0339',
  3331  	"ringhalfrightcentered":      '\u02d2',
  3332  	"rinvertedbreve":             '\u0213',
  3333  	"rittorusquare":              '\u3351',
  3334  	"rlinebelow":                 '\u1e5f',
  3335  	"rlongleg":                   '\u027c',
  3336  	"rlonglegturned":             '\u027a',
  3337  	"rmonospace":                 '\uff52',
  3338  	"rohiragana":                 '\u308d',
  3339  	"rokatakana":                 '\u30ed',
  3340  	"rokatakanahalfwidth":        '\uff9b',
  3341  	"roruathai":                  '\u0e23',
  3342  	"rparen":                     '\u24ad',
  3343  	"rrabengali":                 '\u09dc',
  3344  	"rradeva":                    '\u0931',
  3345  	"rragurmukhi":                '\u0a5c',
  3346  	"rreharabic":                 '\u0691',
  3347  	"rrehfinalarabic":            '\ufb8d',
  3348  	"rrvocalicbengali":           '\u09e0',
  3349  	"rrvocalicdeva":              '\u0960',
  3350  	"rrvocalicgujarati":          '\u0ae0',
  3351  	"rrvocalicvowelsignbengali":  '\u09c4',
  3352  	"rrvocalicvowelsigndeva":     '\u0944',
  3353  	"rrvocalicvowelsigngujarati": '\u0ac4',
  3354  	"rsuperior":                  '\uf6f1',
  3355  	"rtblock":                    '\u2590',
  3356  	"rturned":                    '\u0279',
  3357  	"rturnedsuperior":            '\u02b4',
  3358  	"ruhiragana":                 '\u308b',
  3359  	"rukatakana":                 '\u30eb',
  3360  	"rukatakanahalfwidth":        '\uff99',
  3361  	"rupeemarkbengali":           '\u09f2',
  3362  	"rupeesignbengali":           '\u09f3',
  3363  	"rupiah":                     '\uf6dd',
  3364  	"ruthai":                     '\u0e24',
  3365  	"rvocalicbengali":            '\u098b',
  3366  	"rvocalicdeva":               '\u090b',
  3367  	"rvocalicgujarati":           '\u0a8b',
  3368  	"rvocalicvowelsignbengali":   '\u09c3',
  3369  	"rvocalicvowelsigndeva":      '\u0943',
  3370  	"rvocalicvowelsigngujarati":  '\u0ac3',
  3371  	"s":                               '\u0073',
  3372  	"sabengali":                       '\u09b8',
  3373  	"sacute":                          '\u015b',
  3374  	"sacutedotaccent":                 '\u1e65',
  3375  	"sadarabic":                       '\u0635',
  3376  	"sadeva":                          '\u0938',
  3377  	"sadfinalarabic":                  '\ufeba',
  3378  	"sadinitialarabic":                '\ufebb',
  3379  	"sadmedialarabic":                 '\ufebc',
  3380  	"sagujarati":                      '\u0ab8',
  3381  	"sagurmukhi":                      '\u0a38',
  3382  	"sahiragana":                      '\u3055',
  3383  	"sakatakana":                      '\u30b5',
  3384  	"sakatakanahalfwidth":             '\uff7b',
  3385  	"sallallahoualayhewasallamarabic": '\ufdfa',
  3386  	"samekh":                                  '\u05e1',
  3387  	"samekhdagesh":                            '\ufb41',
  3388  	"samekhdageshhebrew":                      '\ufb41',
  3389  	"samekhhebrew":                            '\u05e1',
  3390  	"saraaathai":                              '\u0e32',
  3391  	"saraaethai":                              '\u0e41',
  3392  	"saraaimaimalaithai":                      '\u0e44',
  3393  	"saraaimaimuanthai":                       '\u0e43',
  3394  	"saraamthai":                              '\u0e33',
  3395  	"saraathai":                               '\u0e30',
  3396  	"saraethai":                               '\u0e40',
  3397  	"saraiileftthai":                          '\uf886',
  3398  	"saraiithai":                              '\u0e35',
  3399  	"saraileftthai":                           '\uf885',
  3400  	"saraithai":                               '\u0e34',
  3401  	"saraothai":                               '\u0e42',
  3402  	"saraueeleftthai":                         '\uf888',
  3403  	"saraueethai":                             '\u0e37',
  3404  	"saraueleftthai":                          '\uf887',
  3405  	"sarauethai":                              '\u0e36',
  3406  	"sarauthai":                               '\u0e38',
  3407  	"sarauuthai":                              '\u0e39',
  3408  	"sbopomofo":                               '\u3119',
  3409  	"scaron":                                  '\u0161',
  3410  	"scarondotaccent":                         '\u1e67',
  3411  	"scedilla":                                '\u015f',
  3412  	"schwa":                                   '\u0259',
  3413  	"schwacyrillic":                           '\u04d9',
  3414  	"schwadieresiscyrillic":                   '\u04db',
  3415  	"schwahook":                               '\u025a',
  3416  	"scircle":                                 '\u24e2',
  3417  	"scircumflex":                             '\u015d',
  3418  	"scommaaccent":                            '\u0219',
  3419  	"sdotaccent":                              '\u1e61',
  3420  	"sdotbelow":                               '\u1e63',
  3421  	"sdotbelowdotaccent":                      '\u1e69',
  3422  	"seagullbelowcmb":                         '\u033c',
  3423  	"second":                                  '\u2033',
  3424  	"secondtonechinese":                       '\u02ca',
  3425  	"section":                                 '\u00a7',
  3426  	"seenarabic":                              '\u0633',
  3427  	"seenfinalarabic":                         '\ufeb2',
  3428  	"seeninitialarabic":                       '\ufeb3',
  3429  	"seenmedialarabic":                        '\ufeb4',
  3430  	"segol":                                   '\u05b6',
  3431  	"segol13":                                 '\u05b6',
  3432  	"segol1f":                                 '\u05b6',
  3433  	"segol2c":                                 '\u05b6',
  3434  	"segolhebrew":                             '\u05b6',
  3435  	"segolnarrowhebrew":                       '\u05b6',
  3436  	"segolquarterhebrew":                      '\u05b6',
  3437  	"segoltahebrew":                           '\u0592',
  3438  	"segolwidehebrew":                         '\u05b6',
  3439  	"seharmenian":                             '\u057d',
  3440  	"sehiragana":                              '\u305b',
  3441  	"sekatakana":                              '\u30bb',
  3442  	"sekatakanahalfwidth":                     '\uff7e',
  3443  	"semicolon":                               '\u003b',
  3444  	"semicolonarabic":                         '\u061b',
  3445  	"semicolonmonospace":                      '\uff1b',
  3446  	"semicolonsmall":                          '\ufe54',
  3447  	"semivoicedmarkkana":                      '\u309c',
  3448  	"semivoicedmarkkanahalfwidth":             '\uff9f',
  3449  	"sentisquare":                             '\u3322',
  3450  	"sentosquare":                             '\u3323',
  3451  	"seven":                                   '\u0037',
  3452  	"sevenarabic":                             '\u0667',
  3453  	"sevenbengali":                            '\u09ed',
  3454  	"sevencircle":                             '\u2466',
  3455  	"sevencircleinversesansserif":             '\u2790',
  3456  	"sevendeva":                               '\u096d',
  3457  	"seveneighths":                            '\u215e',
  3458  	"sevengujarati":                           '\u0aed',
  3459  	"sevengurmukhi":                           '\u0a6d',
  3460  	"sevenhackarabic":                         '\u0667',
  3461  	"sevenhangzhou":                           '\u3027',
  3462  	"sevenideographicparen":                   '\u3226',
  3463  	"seveninferior":                           '\u2087',
  3464  	"sevenmonospace":                          '\uff17',
  3465  	"sevenoldstyle":                           '\uf737',
  3466  	"sevenparen":                              '\u247a',
  3467  	"sevenperiod":                             '\u248e',
  3468  	"sevenpersian":                            '\u06f7',
  3469  	"sevenroman":                              '\u2176',
  3470  	"sevensuperior":                           '\u2077',
  3471  	"seventeencircle":                         '\u2470',
  3472  	"seventeenparen":                          '\u2484',
  3473  	"seventeenperiod":                         '\u2498',
  3474  	"seventhai":                               '\u0e57',
  3475  	"sfthyphen":                               '\u00ad',
  3476  	"shaarmenian":                             '\u0577',
  3477  	"shabengali":                              '\u09b6',
  3478  	"shacyrillic":                             '\u0448',
  3479  	"shaddaarabic":                            '\u0651',
  3480  	"shaddadammaarabic":                       '\ufc61',
  3481  	"shaddadammatanarabic":                    '\ufc5e',
  3482  	"shaddafathaarabic":                       '\ufc60',
  3483  	"shaddafathatanarabic":                    '\u064b',
  3484  	"shaddakasraarabic":                       '\ufc62',
  3485  	"shaddakasratanarabic":                    '\ufc5f',
  3486  	"shade":                                   '\u2592',
  3487  	"shadedark":                               '\u2593',
  3488  	"shadelight":                              '\u2591',
  3489  	"shademedium":                             '\u2592',
  3490  	"shadeva":                                 '\u0936',
  3491  	"shagujarati":                             '\u0ab6',
  3492  	"shagurmukhi":                             '\u0a36',
  3493  	"shalshelethebrew":                        '\u0593',
  3494  	"shbopomofo":                              '\u3115',
  3495  	"shchacyrillic":                           '\u0449',
  3496  	"sheenarabic":                             '\u0634',
  3497  	"sheenfinalarabic":                        '\ufeb6',
  3498  	"sheeninitialarabic":                      '\ufeb7',
  3499  	"sheenmedialarabic":                       '\ufeb8',
  3500  	"sheicoptic":                              '\u03e3',
  3501  	"sheqel":                                  '\u20aa',
  3502  	"sheqelhebrew":                            '\u20aa',
  3503  	"sheva":                                   '\u05b0',
  3504  	"sheva115":                                '\u05b0',
  3505  	"sheva15":                                 '\u05b0',
  3506  	"sheva22":                                 '\u05b0',
  3507  	"sheva2e":                                 '\u05b0',
  3508  	"shevahebrew":                             '\u05b0',
  3509  	"shevanarrowhebrew":                       '\u05b0',
  3510  	"shevaquarterhebrew":                      '\u05b0',
  3511  	"shevawidehebrew":                         '\u05b0',
  3512  	"shhacyrillic":                            '\u04bb',
  3513  	"shimacoptic":                             '\u03ed',
  3514  	"shin":                                    '\u05e9',
  3515  	"shindagesh":                              '\ufb49',
  3516  	"shindageshhebrew":                        '\ufb49',
  3517  	"shindageshshindot":                       '\ufb2c',
  3518  	"shindageshshindothebrew":                 '\ufb2c',
  3519  	"shindageshsindot":                        '\ufb2d',
  3520  	"shindageshsindothebrew":                  '\ufb2d',
  3521  	"shindothebrew":                           '\u05c1',
  3522  	"shinhebrew":                              '\u05e9',
  3523  	"shinshindot":                             '\ufb2a',
  3524  	"shinshindothebrew":                       '\ufb2a',
  3525  	"shinsindot":                              '\ufb2b',
  3526  	"shinsindothebrew":                        '\ufb2b',
  3527  	"shook":                                   '\u0282',
  3528  	"sigma":                                   '\u03c3',
  3529  	"sigma1":                                  '\u03c2',
  3530  	"sigmafinal":                              '\u03c2',
  3531  	"sigmalunatesymbolgreek":                  '\u03f2',
  3532  	"sihiragana":                              '\u3057',
  3533  	"sikatakana":                              '\u30b7',
  3534  	"sikatakanahalfwidth":                     '\uff7c',
  3535  	"siluqhebrew":                             '\u05bd',
  3536  	"siluqlefthebrew":                         '\u05bd',
  3537  	"similar":                                 '\u223c',
  3538  	"sindothebrew":                            '\u05c2',
  3539  	"siosacirclekorean":                       '\u3274',
  3540  	"siosaparenkorean":                        '\u3214',
  3541  	"sioscieuckorean":                         '\u317e',
  3542  	"sioscirclekorean":                        '\u3266',
  3543  	"sioskiyeokkorean":                        '\u317a',
  3544  	"sioskorean":                              '\u3145',
  3545  	"siosnieunkorean":                         '\u317b',
  3546  	"siosparenkorean":                         '\u3206',
  3547  	"siospieupkorean":                         '\u317d',
  3548  	"siostikeutkorean":                        '\u317c',
  3549  	"six":                                     '\u0036',
  3550  	"sixarabic":                               '\u0666',
  3551  	"sixbengali":                              '\u09ec',
  3552  	"sixcircle":                               '\u2465',
  3553  	"sixcircleinversesansserif":               '\u278f',
  3554  	"sixdeva":                                 '\u096c',
  3555  	"sixgujarati":                             '\u0aec',
  3556  	"sixgurmukhi":                             '\u0a6c',
  3557  	"sixhackarabic":                           '\u0666',
  3558  	"sixhangzhou":                             '\u3026',
  3559  	"sixideographicparen":                     '\u3225',
  3560  	"sixinferior":                             '\u2086',
  3561  	"sixmonospace":                            '\uff16',
  3562  	"sixoldstyle":                             '\uf736',
  3563  	"sixparen":                                '\u2479',
  3564  	"sixperiod":                               '\u248d',
  3565  	"sixpersian":                              '\u06f6',
  3566  	"sixroman":                                '\u2175',
  3567  	"sixsuperior":                             '\u2076',
  3568  	"sixteencircle":                           '\u246f',
  3569  	"sixteencurrencydenominatorbengali":       '\u09f9',
  3570  	"sixteenparen":                            '\u2483',
  3571  	"sixteenperiod":                           '\u2497',
  3572  	"sixthai":                                 '\u0e56',
  3573  	"slash":                                   '\u002f',
  3574  	"slashmonospace":                          '\uff0f',
  3575  	"slong":                                   '\u017f',
  3576  	"slongdotaccent":                          '\u1e9b',
  3577  	"smileface":                               '\u263a',
  3578  	"smonospace":                              '\uff53',
  3579  	"sofpasuqhebrew":                          '\u05c3',
  3580  	"softhyphen":                              '\u00ad',
  3581  	"softsigncyrillic":                        '\u044c',
  3582  	"sohiragana":                              '\u305d',
  3583  	"sokatakana":                              '\u30bd',
  3584  	"sokatakanahalfwidth":                     '\uff7f',
  3585  	"soliduslongoverlaycmb":                   '\u0338',
  3586  	"solidusshortoverlaycmb":                  '\u0337',
  3587  	"sorusithai":                              '\u0e29',
  3588  	"sosalathai":                              '\u0e28',
  3589  	"sosothai":                                '\u0e0b',
  3590  	"sosuathai":                               '\u0e2a',
  3591  	"space":                                   '\u0020',
  3592  	"spacehackarabic":                         '\u0020',
  3593  	"spade":                                   '\u2660',
  3594  	"spadesuitblack":                          '\u2660',
  3595  	"spadesuitwhite":                          '\u2664',
  3596  	"sparen":                                  '\u24ae',
  3597  	"squarebelowcmb":                          '\u033b',
  3598  	"squarecc":                                '\u33c4',
  3599  	"squarecm":                                '\u339d',
  3600  	"squarediagonalcrosshatchfill":            '\u25a9',
  3601  	"squarehorizontalfill":                    '\u25a4',
  3602  	"squarekg":                                '\u338f',
  3603  	"squarekm":                                '\u339e',
  3604  	"squarekmcapital":                         '\u33ce',
  3605  	"squareln":                                '\u33d1',
  3606  	"squarelog":                               '\u33d2',
  3607  	"squaremg":                                '\u338e',
  3608  	"squaremil":                               '\u33d5',
  3609  	"squaremm":                                '\u339c',
  3610  	"squaremsquared":                          '\u33a1',
  3611  	"squareorthogonalcrosshatchfill":          '\u25a6',
  3612  	"squareupperlefttolowerrightfill":         '\u25a7',
  3613  	"squareupperrighttolowerleftfill":         '\u25a8',
  3614  	"squareverticalfill":                      '\u25a5',
  3615  	"squarewhitewithsmallblack":               '\u25a3',
  3616  	"srsquare":                                '\u33db',
  3617  	"ssabengali":                              '\u09b7',
  3618  	"ssadeva":                                 '\u0937',
  3619  	"ssagujarati":                             '\u0ab7',
  3620  	"ssangcieuckorean":                        '\u3149',
  3621  	"ssanghieuhkorean":                        '\u3185',
  3622  	"ssangieungkorean":                        '\u3180',
  3623  	"ssangkiyeokkorean":                       '\u3132',
  3624  	"ssangnieunkorean":                        '\u3165',
  3625  	"ssangpieupkorean":                        '\u3143',
  3626  	"ssangsioskorean":                         '\u3146',
  3627  	"ssangtikeutkorean":                       '\u3138',
  3628  	"ssuperior":                               '\uf6f2',
  3629  	"sterling":                                '\u00a3',
  3630  	"sterlingmonospace":                       '\uffe1',
  3631  	"strokelongoverlaycmb":                    '\u0336',
  3632  	"strokeshortoverlaycmb":                   '\u0335',
  3633  	"subset":                                  '\u2282',
  3634  	"subsetnotequal":                          '\u228a',
  3635  	"subsetorequal":                           '\u2286',
  3636  	"succeeds":                                '\u227b',
  3637  	"suchthat":                                '\u220b',
  3638  	"suhiragana":                              '\u3059',
  3639  	"sukatakana":                              '\u30b9',
  3640  	"sukatakanahalfwidth":                     '\uff7d',
  3641  	"sukunarabic":                             '\u0652',
  3642  	"summation":                               '\u2211',
  3643  	"sun":                                     '\u263c',
  3644  	"superset":                                '\u2283',
  3645  	"supersetnotequal":                        '\u228b',
  3646  	"supersetorequal":                         '\u2287',
  3647  	"svsquare":                                '\u33dc',
  3648  	"syouwaerasquare":                         '\u337c',
  3649  	"t":                                       '\u0074',
  3650  	"tabengali":                               '\u09a4',
  3651  	"tackdown":                                '\u22a4',
  3652  	"tackleft":                                '\u22a3',
  3653  	"tadeva":                                  '\u0924',
  3654  	"tagujarati":                              '\u0aa4',
  3655  	"tagurmukhi":                              '\u0a24',
  3656  	"taharabic":                               '\u0637',
  3657  	"tahfinalarabic":                          '\ufec2',
  3658  	"tahinitialarabic":                        '\ufec3',
  3659  	"tahiragana":                              '\u305f',
  3660  	"tahmedialarabic":                         '\ufec4',
  3661  	"taisyouerasquare":                        '\u337d',
  3662  	"takatakana":                              '\u30bf',
  3663  	"takatakanahalfwidth":                     '\uff80',
  3664  	"tatweelarabic":                           '\u0640',
  3665  	"tau":                                     '\u03c4',
  3666  	"tav":                                     '\u05ea',
  3667  	"tavdages":                                '\ufb4a',
  3668  	"tavdagesh":                               '\ufb4a',
  3669  	"tavdageshhebrew":                         '\ufb4a',
  3670  	"tavhebrew":                               '\u05ea',
  3671  	"tbar":                                    '\u0167',
  3672  	"tbopomofo":                               '\u310a',
  3673  	"tcaron":                                  '\u0165',
  3674  	"tccurl":                                  '\u02a8',
  3675  	"tcedilla":                                '\u0163',
  3676  	"tcheharabic":                             '\u0686',
  3677  	"tchehfinalarabic":                        '\ufb7b',
  3678  	"tchehinitialarabic":                      '\ufb7c',
  3679  	"tchehmedialarabic":                       '\ufb7d',
  3680  	"tchehmeeminitialarabic":                  '\ufee4',
  3681  	"tcircle":                                 '\u24e3',
  3682  	"tcircumflexbelow":                        '\u1e71',
  3683  	"tcommaaccent":                            '\u0163',
  3684  	"tdieresis":                               '\u1e97',
  3685  	"tdotaccent":                              '\u1e6b',
  3686  	"tdotbelow":                               '\u1e6d',
  3687  	"tecyrillic":                              '\u0442',
  3688  	"tedescendercyrillic":                     '\u04ad',
  3689  	"teharabic":                               '\u062a',
  3690  	"tehfinalarabic":                          '\ufe96',
  3691  	"tehhahinitialarabic":                     '\ufca2',
  3692  	"tehhahisolatedarabic":                    '\ufc0c',
  3693  	"tehinitialarabic":                        '\ufe97',
  3694  	"tehiragana":                              '\u3066',
  3695  	"tehjeeminitialarabic":                    '\ufca1',
  3696  	"tehjeemisolatedarabic":                   '\ufc0b',
  3697  	"tehmarbutaarabic":                        '\u0629',
  3698  	"tehmarbutafinalarabic":                   '\ufe94',
  3699  	"tehmedialarabic":                         '\ufe98',
  3700  	"tehmeeminitialarabic":                    '\ufca4',
  3701  	"tehmeemisolatedarabic":                   '\ufc0e',
  3702  	"tehnoonfinalarabic":                      '\ufc73',
  3703  	"tekatakana":                              '\u30c6',
  3704  	"tekatakanahalfwidth":                     '\uff83',
  3705  	"telephone":                               '\u2121',
  3706  	"telephoneblack":                          '\u260e',
  3707  	"telishagedolahebrew":                     '\u05a0',
  3708  	"telishaqetanahebrew":                     '\u05a9',
  3709  	"tencircle":                               '\u2469',
  3710  	"tenideographicparen":                     '\u3229',
  3711  	"tenparen":                                '\u247d',
  3712  	"tenperiod":                               '\u2491',
  3713  	"tenroman":                                '\u2179',
  3714  	"tesh":                                    '\u02a7',
  3715  	"tet":                                     '\u05d8',
  3716  	"tetdagesh":                               '\ufb38',
  3717  	"tetdageshhebrew":                         '\ufb38',
  3718  	"tethebrew":                               '\u05d8',
  3719  	"tetsecyrillic":                           '\u04b5',
  3720  	"tevirhebrew":                             '\u059b',
  3721  	"tevirlefthebrew":                         '\u059b',
  3722  	"thabengali":                              '\u09a5',
  3723  	"thadeva":                                 '\u0925',
  3724  	"thagujarati":                             '\u0aa5',
  3725  	"thagurmukhi":                             '\u0a25',
  3726  	"thalarabic":                              '\u0630',
  3727  	"thalfinalarabic":                         '\ufeac',
  3728  	"thanthakhatlowleftthai":                  '\uf898',
  3729  	"thanthakhatlowrightthai":                 '\uf897',
  3730  	"thanthakhatthai":                         '\u0e4c',
  3731  	"thanthakhatupperleftthai":                '\uf896',
  3732  	"theharabic":                              '\u062b',
  3733  	"thehfinalarabic":                         '\ufe9a',
  3734  	"thehinitialarabic":                       '\ufe9b',
  3735  	"thehmedialarabic":                        '\ufe9c',
  3736  	"thereexists":                             '\u2203',
  3737  	"therefore":                               '\u2234',
  3738  	"theta":                                   '\u03b8',
  3739  	"theta1":                                  '\u03d1',
  3740  	"thetasymbolgreek":                        '\u03d1',
  3741  	"thieuthacirclekorean":                    '\u3279',
  3742  	"thieuthaparenkorean":                     '\u3219',
  3743  	"thieuthcirclekorean":                     '\u326b',
  3744  	"thieuthkorean":                           '\u314c',
  3745  	"thieuthparenkorean":                      '\u320b',
  3746  	"thirteencircle":                          '\u246c',
  3747  	"thirteenparen":                           '\u2480',
  3748  	"thirteenperiod":                          '\u2494',
  3749  	"thonangmonthothai":                       '\u0e11',
  3750  	"thook":                                   '\u01ad',
  3751  	"thophuthaothai":                          '\u0e12',
  3752  	"thorn":                                   '\u00fe',
  3753  	"thothahanthai":                           '\u0e17',
  3754  	"thothanthai":                             '\u0e10',
  3755  	"thothongthai":                            '\u0e18',
  3756  	"thothungthai":                            '\u0e16',
  3757  	"thousandcyrillic":                        '\u0482',
  3758  	"thousandsseparatorarabic":                '\u066c',
  3759  	"thousandsseparatorpersian":               '\u066c',
  3760  	"three":                                   '\u0033',
  3761  	"threearabic":                             '\u0663',
  3762  	"threebengali":                            '\u09e9',
  3763  	"threecircle":                             '\u2462',
  3764  	"threecircleinversesansserif":             '\u278c',
  3765  	"threedeva":                               '\u0969',
  3766  	"threeeighths":                            '\u215c',
  3767  	"threegujarati":                           '\u0ae9',
  3768  	"threegurmukhi":                           '\u0a69',
  3769  	"threehackarabic":                         '\u0663',
  3770  	"threehangzhou":                           '\u3023',
  3771  	"threeideographicparen":                   '\u3222',
  3772  	"threeinferior":                           '\u2083',
  3773  	"threemonospace":                          '\uff13',
  3774  	"threenumeratorbengali":                   '\u09f6',
  3775  	"threeoldstyle":                           '\uf733',
  3776  	"threeparen":                              '\u2476',
  3777  	"threeperiod":                             '\u248a',
  3778  	"threepersian":                            '\u06f3',
  3779  	"threequarters":                           '\u00be',
  3780  	"threequartersemdash":                     '\uf6de',
  3781  	"threeroman":                              '\u2172',
  3782  	"threesuperior":                           '\u00b3',
  3783  	"threethai":                               '\u0e53',
  3784  	"thzsquare":                               '\u3394',
  3785  	"tihiragana":                              '\u3061',
  3786  	"tikatakana":                              '\u30c1',
  3787  	"tikatakanahalfwidth":                     '\uff81',
  3788  	"tikeutacirclekorean":                     '\u3270',
  3789  	"tikeutaparenkorean":                      '\u3210',
  3790  	"tikeutcirclekorean":                      '\u3262',
  3791  	"tikeutkorean":                            '\u3137',
  3792  	"tikeutparenkorean":                       '\u3202',
  3793  	"tilde":                                   '\u02dc',
  3794  	"tildebelowcmb":                           '\u0330',
  3795  	"tildecmb":                                '\u0303',
  3796  	"tildecomb":                               '\u0303',
  3797  	"tildedoublecmb":                          '\u0360',
  3798  	"tildeoperator":                           '\u223c',
  3799  	"tildeoverlaycmb":                         '\u0334',
  3800  	"tildeverticalcmb":                        '\u033e',
  3801  	"timescircle":                             '\u2297',
  3802  	"tipehahebrew":                            '\u0596',
  3803  	"tipehalefthebrew":                        '\u0596',
  3804  	"tippigurmukhi":                           '\u0a70',
  3805  	"titlocyrilliccmb":                        '\u0483',
  3806  	"tiwnarmenian":                            '\u057f',
  3807  	"tlinebelow":                              '\u1e6f',
  3808  	"tmonospace":                              '\uff54',
  3809  	"toarmenian":                              '\u0569',
  3810  	"tohiragana":                              '\u3068',
  3811  	"tokatakana":                              '\u30c8',
  3812  	"tokatakanahalfwidth":                     '\uff84',
  3813  	"tonebarextrahighmod":                     '\u02e5',
  3814  	"tonebarextralowmod":                      '\u02e9',
  3815  	"tonebarhighmod":                          '\u02e6',
  3816  	"tonebarlowmod":                           '\u02e8',
  3817  	"tonebarmidmod":                           '\u02e7',
  3818  	"tonefive":                                '\u01bd',
  3819  	"tonesix":                                 '\u0185',
  3820  	"tonetwo":                                 '\u01a8',
  3821  	"tonos":                                   '\u0384',
  3822  	"tonsquare":                               '\u3327',
  3823  	"topatakthai":                             '\u0e0f',
  3824  	"tortoiseshellbracketleft":                '\u3014',
  3825  	"tortoiseshellbracketleftsmall":           '\ufe5d',
  3826  	"tortoiseshellbracketleftvertical":        '\ufe39',
  3827  	"tortoiseshellbracketright":               '\u3015',
  3828  	"tortoiseshellbracketrightsmall":          '\ufe5e',
  3829  	"tortoiseshellbracketrightvertical":       '\ufe3a',
  3830  	"totaothai":                               '\u0e15',
  3831  	"tpalatalhook":                            '\u01ab',
  3832  	"tparen":                                  '\u24af',
  3833  	"trademark":                               '\u2122',
  3834  	"trademarksans":                           '\uf8ea',
  3835  	"trademarkserif":                          '\uf6db',
  3836  	"tretroflexhook":                          '\u0288',
  3837  	"triagdn":                                 '\u25bc',
  3838  	"triaglf":                                 '\u25c4',
  3839  	"triagrt":                                 '\u25ba',
  3840  	"triagup":                                 '\u25b2',
  3841  	"ts":                                      '\u02a6',
  3842  	"tsadi":                                   '\u05e6',
  3843  	"tsadidagesh":                             '\ufb46',
  3844  	"tsadidageshhebrew":                       '\ufb46',
  3845  	"tsadihebrew":                             '\u05e6',
  3846  	"tsecyrillic":                             '\u0446',
  3847  	"tsere":                                   '\u05b5',
  3848  	"tsere12":                                 '\u05b5',
  3849  	"tsere1e":                                 '\u05b5',
  3850  	"tsere2b":                                 '\u05b5',
  3851  	"tserehebrew":                             '\u05b5',
  3852  	"tserenarrowhebrew":                       '\u05b5',
  3853  	"tserequarterhebrew":                      '\u05b5',
  3854  	"tserewidehebrew":                         '\u05b5',
  3855  	"tshecyrillic":                            '\u045b',
  3856  	"tsuperior":                               '\uf6f3',
  3857  	"ttabengali":                              '\u099f',
  3858  	"ttadeva":                                 '\u091f',
  3859  	"ttagujarati":                             '\u0a9f',
  3860  	"ttagurmukhi":                             '\u0a1f',
  3861  	"tteharabic":                              '\u0679',
  3862  	"ttehfinalarabic":                         '\ufb67',
  3863  	"ttehinitialarabic":                       '\ufb68',
  3864  	"ttehmedialarabic":                        '\ufb69',
  3865  	"tthabengali":                             '\u09a0',
  3866  	"tthadeva":                                '\u0920',
  3867  	"tthagujarati":                            '\u0aa0',
  3868  	"tthagurmukhi":                            '\u0a20',
  3869  	"tturned":                                 '\u0287',
  3870  	"tuhiragana":                              '\u3064',
  3871  	"tukatakana":                              '\u30c4',
  3872  	"tukatakanahalfwidth":                     '\uff82',
  3873  	"tusmallhiragana":                         '\u3063',
  3874  	"tusmallkatakana":                         '\u30c3',
  3875  	"tusmallkatakanahalfwidth":                '\uff6f',
  3876  	"twelvecircle":                            '\u246b',
  3877  	"twelveparen":                             '\u247f',
  3878  	"twelveperiod":                            '\u2493',
  3879  	"twelveroman":                             '\u217b',
  3880  	"twentycircle":                            '\u2473',
  3881  	"twentyhangzhou":                          '\u5344',
  3882  	"twentyparen":                             '\u2487',
  3883  	"twentyperiod":                            '\u249b',
  3884  	"two":                                     '\u0032',
  3885  	"twoarabic":                               '\u0662',
  3886  	"twobengali":                              '\u09e8',
  3887  	"twocircle":                               '\u2461',
  3888  	"twocircleinversesansserif":               '\u278b',
  3889  	"twodeva":                                 '\u0968',
  3890  	"twodotenleader":                          '\u2025',
  3891  	"twodotleader":                            '\u2025',
  3892  	"twodotleadervertical":                    '\ufe30',
  3893  	"twogujarati":                             '\u0ae8',
  3894  	"twogurmukhi":                             '\u0a68',
  3895  	"twohackarabic":                           '\u0662',
  3896  	"twohangzhou":                             '\u3022',
  3897  	"twoideographicparen":                     '\u3221',
  3898  	"twoinferior":                             '\u2082',
  3899  	"twomonospace":                            '\uff12',
  3900  	"twonumeratorbengali":                     '\u09f5',
  3901  	"twooldstyle":                             '\uf732',
  3902  	"twoparen":                                '\u2475',
  3903  	"twoperiod":                               '\u2489',
  3904  	"twopersian":                              '\u06f2',
  3905  	"tworoman":                                '\u2171',
  3906  	"twostroke":                               '\u01bb',
  3907  	"twosuperior":                             '\u00b2',
  3908  	"twothai":                                 '\u0e52',
  3909  	"twothirds":                               '\u2154',
  3910  	"u":                                       '\u0075',
  3911  	"uacute":                                  '\u00fa',
  3912  	"ubar":                                    '\u0289',
  3913  	"ubengali":                                '\u0989',
  3914  	"ubopomofo":                               '\u3128',
  3915  	"ubreve":                                  '\u016d',
  3916  	"ucaron":                                  '\u01d4',
  3917  	"ucircle":                                 '\u24e4',
  3918  	"ucircumflex":                             '\u00fb',
  3919  	"ucircumflexbelow":                        '\u1e77',
  3920  	"ucyrillic":                               '\u0443',
  3921  	"udattadeva":                              '\u0951',
  3922  	"udblacute":                               '\u0171',
  3923  	"udblgrave":                               '\u0215',
  3924  	"udeva":                                   '\u0909',
  3925  	"udieresis":                               '\u00fc',
  3926  	"udieresisacute":                          '\u01d8',
  3927  	"udieresisbelow":                          '\u1e73',
  3928  	"udieresiscaron":                          '\u01da',
  3929  	"udieresiscyrillic":                       '\u04f1',
  3930  	"udieresisgrave":                          '\u01dc',
  3931  	"udieresismacron":                         '\u01d6',
  3932  	"udotbelow":                               '\u1ee5',
  3933  	"ugrave":                                  '\u00f9',
  3934  	"ugujarati":                               '\u0a89',
  3935  	"ugurmukhi":                               '\u0a09',
  3936  	"uhiragana":                               '\u3046',
  3937  	"uhookabove":                              '\u1ee7',
  3938  	"uhorn":                                   '\u01b0',
  3939  	"uhornacute":                              '\u1ee9',
  3940  	"uhorndotbelow":                           '\u1ef1',
  3941  	"uhorngrave":                              '\u1eeb',
  3942  	"uhornhookabove":                          '\u1eed',
  3943  	"uhorntilde":                              '\u1eef',
  3944  	"uhungarumlaut":                           '\u0171',
  3945  	"uhungarumlautcyrillic":                   '\u04f3',
  3946  	"uinvertedbreve":                          '\u0217',
  3947  	"ukatakana":                               '\u30a6',
  3948  	"ukatakanahalfwidth":                      '\uff73',
  3949  	"ukcyrillic":                              '\u0479',
  3950  	"ukorean":                                 '\u315c',
  3951  	"umacron":                                 '\u016b',
  3952  	"umacroncyrillic":                         '\u04ef',
  3953  	"umacrondieresis":                         '\u1e7b',
  3954  	"umatragurmukhi":                          '\u0a41',
  3955  	"umonospace":                              '\uff55',
  3956  	"underscore":                              '\u005f',
  3957  	"underscoredbl":                           '\u2017',
  3958  	"underscoremonospace":                     '\uff3f',
  3959  	"underscorevertical":                      '\ufe33',
  3960  	"underscorewavy":                          '\ufe4f',
  3961  	"union":                                   '\u222a',
  3962  	"universal":                               '\u2200',
  3963  	"uogonek":                                 '\u0173',
  3964  	"uparen":                                  '\u24b0',
  3965  	"upblock":                                 '\u2580',
  3966  	"upperdothebrew":                          '\u05c4',
  3967  	"upsilon":                                 '\u03c5',
  3968  	"upsilondieresis":                         '\u03cb',
  3969  	"upsilondieresistonos":                    '\u03b0',
  3970  	"upsilonlatin":                            '\u028a',
  3971  	"upsilontonos":                            '\u03cd',
  3972  	"uptackbelowcmb":                          '\u031d',
  3973  	"uptackmod":                               '\u02d4',
  3974  	"uragurmukhi":                             '\u0a73',
  3975  	"uring":                                   '\u016f',
  3976  	"ushortcyrillic":                          '\u045e',
  3977  	"usmallhiragana":                          '\u3045',
  3978  	"usmallkatakana":                          '\u30a5',
  3979  	"usmallkatakanahalfwidth":                 '\uff69',
  3980  	"ustraightcyrillic":                       '\u04af',
  3981  	"ustraightstrokecyrillic":                 '\u04b1',
  3982  	"utilde":                                  '\u0169',
  3983  	"utildeacute":                             '\u1e79',
  3984  	"utildebelow":                             '\u1e75',
  3985  	"uubengali":                               '\u098a',
  3986  	"uudeva":                                  '\u090a',
  3987  	"uugujarati":                              '\u0a8a',
  3988  	"uugurmukhi":                              '\u0a0a',
  3989  	"uumatragurmukhi":                         '\u0a42',
  3990  	"uuvowelsignbengali":                      '\u09c2',
  3991  	"uuvowelsigndeva":                         '\u0942',
  3992  	"uuvowelsigngujarati":                     '\u0ac2',
  3993  	"uvowelsignbengali":                       '\u09c1',
  3994  	"uvowelsigndeva":                          '\u0941',
  3995  	"uvowelsigngujarati":                      '\u0ac1',
  3996  	"v":                                       '\u0076',
  3997  	"vadeva":                                  '\u0935',
  3998  	"vagujarati":                              '\u0ab5',
  3999  	"vagurmukhi":                              '\u0a35',
  4000  	"vakatakana":                              '\u30f7',
  4001  	"vav":                                     '\u05d5',
  4002  	"vavdagesh":                               '\ufb35',
  4003  	"vavdagesh65":                             '\ufb35',
  4004  	"vavdageshhebrew":                         '\ufb35',
  4005  	"vavhebrew":                               '\u05d5',
  4006  	"vavholam":                                '\ufb4b',
  4007  	"vavholamhebrew":                          '\ufb4b',
  4008  	"vavvavhebrew":                            '\u05f0',
  4009  	"vavyodhebrew":                            '\u05f1',
  4010  	"vcircle":                                 '\u24e5',
  4011  	"vdotbelow":                               '\u1e7f',
  4012  	"vecyrillic":                              '\u0432',
  4013  	"veharabic":                               '\u06a4',
  4014  	"vehfinalarabic":                          '\ufb6b',
  4015  	"vehinitialarabic":                        '\ufb6c',
  4016  	"vehmedialarabic":                         '\ufb6d',
  4017  	"vekatakana":                              '\u30f9',
  4018  	"venus":                                   '\u2640',
  4019  	"verticalbar":                             '\u007c',
  4020  	"verticallineabovecmb":                    '\u030d',
  4021  	"verticallinebelowcmb":                    '\u0329',
  4022  	"verticallinelowmod":                      '\u02cc',
  4023  	"verticallinemod":                         '\u02c8',
  4024  	"vewarmenian":                             '\u057e',
  4025  	"vhook":                                   '\u028b',
  4026  	"vikatakana":                              '\u30f8',
  4027  	"viramabengali":                           '\u09cd',
  4028  	"viramadeva":                              '\u094d',
  4029  	"viramagujarati":                          '\u0acd',
  4030  	"visargabengali":                          '\u0983',
  4031  	"visargadeva":                             '\u0903',
  4032  	"visargagujarati":                         '\u0a83',
  4033  	"vmonospace":                              '\uff56',
  4034  	"voarmenian":                              '\u0578',
  4035  	"voicediterationhiragana":                 '\u309e',
  4036  	"voicediterationkatakana":                 '\u30fe',
  4037  	"voicedmarkkana":                          '\u309b',
  4038  	"voicedmarkkanahalfwidth":                 '\uff9e',
  4039  	"vokatakana":                              '\u30fa',
  4040  	"vparen":                                  '\u24b1',
  4041  	"vtilde":                                  '\u1e7d',
  4042  	"vturned":                                 '\u028c',
  4043  	"vuhiragana":                              '\u3094',
  4044  	"vukatakana":                              '\u30f4',
  4045  	"w":                                       '\u0077',
  4046  	"wacute":                                  '\u1e83',
  4047  	"waekorean":                               '\u3159',
  4048  	"wahiragana":                              '\u308f',
  4049  	"wakatakana":                              '\u30ef',
  4050  	"wakatakanahalfwidth":                     '\uff9c',
  4051  	"wakorean":                                '\u3158',
  4052  	"wasmallhiragana":                         '\u308e',
  4053  	"wasmallkatakana":                         '\u30ee',
  4054  	"wattosquare":                             '\u3357',
  4055  	"wavedash":                                '\u301c',
  4056  	"wavyunderscorevertical":                  '\ufe34',
  4057  	"wawarabic":                               '\u0648',
  4058  	"wawfinalarabic":                          '\ufeee',
  4059  	"wawhamzaabovearabic":                     '\u0624',
  4060  	"wawhamzaabovefinalarabic":                '\ufe86',
  4061  	"wbsquare":                                '\u33dd',
  4062  	"wcircle":                                 '\u24e6',
  4063  	"wcircumflex":                             '\u0175',
  4064  	"wdieresis":                               '\u1e85',
  4065  	"wdotaccent":                              '\u1e87',
  4066  	"wdotbelow":                               '\u1e89',
  4067  	"wehiragana":                              '\u3091',
  4068  	"weierstrass":                             '\u2118',
  4069  	"wekatakana":                              '\u30f1',
  4070  	"wekorean":                                '\u315e',
  4071  	"weokorean":                               '\u315d',
  4072  	"wgrave":                                  '\u1e81',
  4073  	"whitebullet":                             '\u25e6',
  4074  	"whitecircle":                             '\u25cb',
  4075  	"whitecircleinverse":                      '\u25d9',
  4076  	"whitecornerbracketleft":                  '\u300e',
  4077  	"whitecornerbracketleftvertical":          '\ufe43',
  4078  	"whitecornerbracketright":                 '\u300f',
  4079  	"whitecornerbracketrightvertical":         '\ufe44',
  4080  	"whitediamond":                            '\u25c7',
  4081  	"whitediamondcontainingblacksmalldiamond": '\u25c8',
  4082  	"whitedownpointingsmalltriangle":          '\u25bf',
  4083  	"whitedownpointingtriangle":               '\u25bd',
  4084  	"whiteleftpointingsmalltriangle":          '\u25c3',
  4085  	"whiteleftpointingtriangle":               '\u25c1',
  4086  	"whitelenticularbracketleft":              '\u3016',
  4087  	"whitelenticularbracketright":             '\u3017',
  4088  	"whiterightpointingsmalltriangle":         '\u25b9',
  4089  	"whiterightpointingtriangle":              '\u25b7',
  4090  	"whitesmallsquare":                        '\u25ab',
  4091  	"whitesmilingface":                        '\u263a',
  4092  	"whitesquare":                             '\u25a1',
  4093  	"whitestar":                               '\u2606',
  4094  	"whitetelephone":                          '\u260f',
  4095  	"whitetortoiseshellbracketleft":           '\u3018',
  4096  	"whitetortoiseshellbracketright":          '\u3019',
  4097  	"whiteuppointingsmalltriangle":            '\u25b5',
  4098  	"whiteuppointingtriangle":                 '\u25b3',
  4099  	"wihiragana":                              '\u3090',
  4100  	"wikatakana":                              '\u30f0',
  4101  	"wikorean":                                '\u315f',
  4102  	"wmonospace":                              '\uff57',
  4103  	"wohiragana":                              '\u3092',
  4104  	"wokatakana":                              '\u30f2',
  4105  	"wokatakanahalfwidth":                     '\uff66',
  4106  	"won":                        '\u20a9',
  4107  	"wonmonospace":               '\uffe6',
  4108  	"wowaenthai":                 '\u0e27',
  4109  	"wparen":                     '\u24b2',
  4110  	"wring":                      '\u1e98',
  4111  	"wsuperior":                  '\u02b7',
  4112  	"wturned":                    '\u028d',
  4113  	"wynn":                       '\u01bf',
  4114  	"x":                          '\u0078',
  4115  	"xabovecmb":                  '\u033d',
  4116  	"xbopomofo":                  '\u3112',
  4117  	"xcircle":                    '\u24e7',
  4118  	"xdieresis":                  '\u1e8d',
  4119  	"xdotaccent":                 '\u1e8b',
  4120  	"xeharmenian":                '\u056d',
  4121  	"xi":                         '\u03be',
  4122  	"xmonospace":                 '\uff58',
  4123  	"xparen":                     '\u24b3',
  4124  	"xsuperior":                  '\u02e3',
  4125  	"y":                          '\u0079',
  4126  	"yaadosquare":                '\u334e',
  4127  	"yabengali":                  '\u09af',
  4128  	"yacute":                     '\u00fd',
  4129  	"yadeva":                     '\u092f',
  4130  	"yaekorean":                  '\u3152',
  4131  	"yagujarati":                 '\u0aaf',
  4132  	"yagurmukhi":                 '\u0a2f',
  4133  	"yahiragana":                 '\u3084',
  4134  	"yakatakana":                 '\u30e4',
  4135  	"yakatakanahalfwidth":        '\uff94',
  4136  	"yakorean":                   '\u3151',
  4137  	"yamakkanthai":               '\u0e4e',
  4138  	"yasmallhiragana":            '\u3083',
  4139  	"yasmallkatakana":            '\u30e3',
  4140  	"yasmallkatakanahalfwidth":   '\uff6c',
  4141  	"yatcyrillic":                '\u0463',
  4142  	"ycircle":                    '\u24e8',
  4143  	"ycircumflex":                '\u0177',
  4144  	"ydieresis":                  '\u00ff',
  4145  	"ydotaccent":                 '\u1e8f',
  4146  	"ydotbelow":                  '\u1ef5',
  4147  	"yeharabic":                  '\u064a',
  4148  	"yehbarreearabic":            '\u06d2',
  4149  	"yehbarreefinalarabic":       '\ufbaf',
  4150  	"yehfinalarabic":             '\ufef2',
  4151  	"yehhamzaabovearabic":        '\u0626',
  4152  	"yehhamzaabovefinalarabic":   '\ufe8a',
  4153  	"yehhamzaaboveinitialarabic": '\ufe8b',
  4154  	"yehhamzaabovemedialarabic":  '\ufe8c',
  4155  	"yehinitialarabic":           '\ufef3',
  4156  	"yehmedialarabic":            '\ufef4',
  4157  	"yehmeeminitialarabic":       '\ufcdd',
  4158  	"yehmeemisolatedarabic":      '\ufc58',
  4159  	"yehnoonfinalarabic":         '\ufc94',
  4160  	"yehthreedotsbelowarabic":    '\u06d1',
  4161  	"yekorean":                   '\u3156',
  4162  	"yen":                        '\u00a5',
  4163  	"yenmonospace":               '\uffe5',
  4164  	"yeokorean":                  '\u3155',
  4165  	"yeorinhieuhkorean":          '\u3186',
  4166  	"yerahbenyomohebrew":         '\u05aa',
  4167  	"yerahbenyomolefthebrew":     '\u05aa',
  4168  	"yericyrillic":               '\u044b',
  4169  	"yerudieresiscyrillic":       '\u04f9',
  4170  	"yesieungkorean":             '\u3181',
  4171  	"yesieungpansioskorean":      '\u3183',
  4172  	"yesieungsioskorean":         '\u3182',
  4173  	"yetivhebrew":                '\u059a',
  4174  	"ygrave":                     '\u1ef3',
  4175  	"yhook":                      '\u01b4',
  4176  	"yhookabove":                 '\u1ef7',
  4177  	"yiarmenian":                 '\u0575',
  4178  	"yicyrillic":                 '\u0457',
  4179  	"yikorean":                   '\u3162',
  4180  	"yinyang":                    '\u262f',
  4181  	"yiwnarmenian":               '\u0582',
  4182  	"ymonospace":                 '\uff59',
  4183  	"yod":                        '\u05d9',
  4184  	"yoddagesh":                  '\ufb39',
  4185  	"yoddageshhebrew":            '\ufb39',
  4186  	"yodhebrew":                  '\u05d9',
  4187  	"yodyodhebrew":               '\u05f2',
  4188  	"yodyodpatahhebrew":          '\ufb1f',
  4189  	"yohiragana":                 '\u3088',
  4190  	"yoikorean":                  '\u3189',
  4191  	"yokatakana":                 '\u30e8',
  4192  	"yokatakanahalfwidth":        '\uff96',
  4193  	"yokorean":                   '\u315b',
  4194  	"yosmallhiragana":            '\u3087',
  4195  	"yosmallkatakana":            '\u30e7',
  4196  	"yosmallkatakanahalfwidth":   '\uff6e',
  4197  	"yotgreek":                   '\u03f3',
  4198  	"yoyaekorean":                '\u3188',
  4199  	"yoyakorean":                 '\u3187',
  4200  	"yoyakthai":                  '\u0e22',
  4201  	"yoyingthai":                 '\u0e0d',
  4202  	"yparen":                     '\u24b4',
  4203  	"ypogegrammeni":              '\u037a',
  4204  	"ypogegrammenigreekcmb":      '\u0345',
  4205  	"yr":                        '\u01a6',
  4206  	"yring":                     '\u1e99',
  4207  	"ysuperior":                 '\u02b8',
  4208  	"ytilde":                    '\u1ef9',
  4209  	"yturned":                   '\u028e',
  4210  	"yuhiragana":                '\u3086',
  4211  	"yuikorean":                 '\u318c',
  4212  	"yukatakana":                '\u30e6',
  4213  	"yukatakanahalfwidth":       '\uff95',
  4214  	"yukorean":                  '\u3160',
  4215  	"yusbigcyrillic":            '\u046b',
  4216  	"yusbigiotifiedcyrillic":    '\u046d',
  4217  	"yuslittlecyrillic":         '\u0467',
  4218  	"yuslittleiotifiedcyrillic": '\u0469',
  4219  	"yusmallhiragana":           '\u3085',
  4220  	"yusmallkatakana":           '\u30e5',
  4221  	"yusmallkatakanahalfwidth":  '\uff6d',
  4222  	"yuyekorean":                '\u318b',
  4223  	"yuyeokorean":               '\u318a',
  4224  	"yyabengali":                '\u09df',
  4225  	"yyadeva":                   '\u095f',
  4226  	"z":                         '\u007a',
  4227  	"zaarmenian":                '\u0566',
  4228  	"zacute":                    '\u017a',
  4229  	"zadeva":                    '\u095b',
  4230  	"zagurmukhi":                '\u0a5b',
  4231  	"zaharabic":                 '\u0638',
  4232  	"zahfinalarabic":            '\ufec6',
  4233  	"zahinitialarabic":          '\ufec7',
  4234  	"zahiragana":                '\u3056',
  4235  	"zahmedialarabic":           '\ufec8',
  4236  	"zainarabic":                '\u0632',
  4237  	"zainfinalarabic":           '\ufeb0',
  4238  	"zakatakana":                '\u30b6',
  4239  	"zaqefgadolhebrew":          '\u0595',
  4240  	"zaqefqatanhebrew":          '\u0594',
  4241  	"zarqahebrew":               '\u0598',
  4242  	"zayin":                     '\u05d6',
  4243  	"zayindagesh":               '\ufb36',
  4244  	"zayindageshhebrew":         '\ufb36',
  4245  	"zayinhebrew":               '\u05d6',
  4246  	"zbopomofo":                 '\u3117',
  4247  	"zcaron":                    '\u017e',
  4248  	"zcircle":                   '\u24e9',
  4249  	"zcircumflex":               '\u1e91',
  4250  	"zcurl":                     '\u0291',
  4251  	"zdot":                      '\u017c',
  4252  	"zdotaccent":                '\u017c',
  4253  	"zdotbelow":                 '\u1e93',
  4254  	"zecyrillic":                '\u0437',
  4255  	"zedescendercyrillic":       '\u0499',
  4256  	"zedieresiscyrillic":        '\u04df',
  4257  	"zehiragana":                '\u305c',
  4258  	"zekatakana":                '\u30bc',
  4259  	"zero":                      '\u0030',
  4260  	"zeroarabic":                '\u0660',
  4261  	"zerobengali":               '\u09e6',
  4262  	"zerodeva":                  '\u0966',
  4263  	"zerogujarati":              '\u0ae6',
  4264  	"zerogurmukhi":              '\u0a66',
  4265  	"zerohackarabic":            '\u0660',
  4266  	"zeroinferior":              '\u2080',
  4267  	"zeromonospace":             '\uff10',
  4268  	"zerooldstyle":              '\uf730',
  4269  	"zeropersian":               '\u06f0',
  4270  	"zerosuperior":              '\u2070',
  4271  	"zerothai":                  '\u0e50',
  4272  	"zerowidthjoiner":           '\ufeff',
  4273  	"zerowidthnonjoiner":        '\u200c',
  4274  	"zerowidthspace":            '\u200b',
  4275  	"zeta":                      '\u03b6',
  4276  	"zhbopomofo":                '\u3113',
  4277  	"zhearmenian":               '\u056a',
  4278  	"zhebrevecyrillic":          '\u04c2',
  4279  	"zhecyrillic":               '\u0436',
  4280  	"zhedescendercyrillic":      '\u0497',
  4281  	"zhedieresiscyrillic":       '\u04dd',
  4282  	"zihiragana":                '\u3058',
  4283  	"zikatakana":                '\u30b8',
  4284  	"zinorhebrew":               '\u05ae',
  4285  	"zlinebelow":                '\u1e95',
  4286  	"zmonospace":                '\uff5a',
  4287  	"zohiragana":                '\u305e',
  4288  	"zokatakana":                '\u30be',
  4289  	"zparen":                    '\u24b5',
  4290  	"zretroflexhook":            '\u0290',
  4291  	"zstroke":                   '\u01b6',
  4292  	"zuhiragana":                '\u305a',
  4293  	"zukatakana":                '\u30ba',
  4294  }
  4295  
  4296  var glyphlistRuneToGlyphMap = map[rune]string{
  4297  	'\u0041': "A",
  4298  	'\u00c6': "AE",
  4299  	'\u01fc': "AEacute",
  4300  	'\u01e2': "AEmacron",
  4301  	'\uf7e6': "AEsmall",
  4302  	'\u00c1': "Aacute",
  4303  	'\uf7e1': "Aacutesmall",
  4304  	'\u0102': "Abreve",
  4305  	'\u1eae': "Abreveacute",
  4306  	'\u04d0': "Abrevecyrillic",
  4307  	'\u1eb6': "Abrevedotbelow",
  4308  	'\u1eb0': "Abrevegrave",
  4309  	'\u1eb2': "Abrevehookabove",
  4310  	'\u1eb4': "Abrevetilde",
  4311  	'\u01cd': "Acaron",
  4312  	'\u24b6': "Acircle",
  4313  	'\u00c2': "Acircumflex",
  4314  	'\u1ea4': "Acircumflexacute",
  4315  	'\u1eac': "Acircumflexdotbelow",
  4316  	'\u1ea6': "Acircumflexgrave",
  4317  	'\u1ea8': "Acircumflexhookabove",
  4318  	'\uf7e2': "Acircumflexsmall",
  4319  	'\u1eaa': "Acircumflextilde",
  4320  	'\uf6c9': "Acute",
  4321  	'\uf7b4': "Acutesmall",
  4322  	'\u0410': "Acyrillic",
  4323  	'\u0200': "Adblgrave",
  4324  	'\u00c4': "Adieresis",
  4325  	'\u04d2': "Adieresiscyrillic",
  4326  	'\u01de': "Adieresismacron",
  4327  	'\uf7e4': "Adieresissmall",
  4328  	'\u1ea0': "Adotbelow",
  4329  	'\u01e0': "Adotmacron",
  4330  	'\u00c0': "Agrave",
  4331  	'\uf7e0': "Agravesmall",
  4332  	'\u1ea2': "Ahookabove",
  4333  	'\u04d4': "Aiecyrillic",
  4334  	'\u0202': "Ainvertedbreve",
  4335  	'\u0391': "Alpha",
  4336  	'\u0386': "Alphatonos",
  4337  	'\u0100': "Amacron",
  4338  	'\uff21': "Amonospace",
  4339  	'\u0104': "Aogonek",
  4340  	'\u00c5': "Aring",
  4341  	'\u01fa': "Aringacute",
  4342  	'\u1e00': "Aringbelow",
  4343  	'\uf7e5': "Aringsmall",
  4344  	'\uf761': "Asmall",
  4345  	'\u00c3': "Atilde",
  4346  	'\uf7e3': "Atildesmall",
  4347  	'\u0531': "Aybarmenian",
  4348  	'\u0042': "B",
  4349  	'\u24b7': "Bcircle",
  4350  	'\u1e02': "Bdotaccent",
  4351  	'\u1e04': "Bdotbelow",
  4352  	'\u0411': "Becyrillic",
  4353  	'\u0532': "Benarmenian",
  4354  	'\u0392': "Beta",
  4355  	'\u0181': "Bhook",
  4356  	'\u1e06': "Blinebelow",
  4357  	'\uff22': "Bmonospace",
  4358  	'\uf6f4': "Brevesmall",
  4359  	'\uf762': "Bsmall",
  4360  	'\u0182': "Btopbar",
  4361  	'\u0043': "C",
  4362  	'\u053e': "Caarmenian",
  4363  	'\u0106': "Cacute",
  4364  	'\uf6ca': "Caron",
  4365  	'\uf6f5': "Caronsmall",
  4366  	'\u010c': "Ccaron",
  4367  	'\u00c7': "Ccedilla",
  4368  	'\u1e08': "Ccedillaacute",
  4369  	'\uf7e7': "Ccedillasmall",
  4370  	'\u24b8': "Ccircle",
  4371  	'\u0108': "Ccircumflex",
  4372  	'\u010a': "Cdot",
  4373  	//	'\u010a':	"Cdotaccent", // duplicate
  4374  	'\uf7b8': "Cedillasmall",
  4375  	'\u0549': "Chaarmenian",
  4376  	'\u04bc': "Cheabkhasiancyrillic",
  4377  	'\u0427': "Checyrillic",
  4378  	'\u04be': "Chedescenderabkhasiancyrillic",
  4379  	'\u04b6': "Chedescendercyrillic",
  4380  	'\u04f4': "Chedieresiscyrillic",
  4381  	'\u0543': "Cheharmenian",
  4382  	'\u04cb': "Chekhakassiancyrillic",
  4383  	'\u04b8': "Cheverticalstrokecyrillic",
  4384  	'\u03a7': "Chi",
  4385  	'\u0187': "Chook",
  4386  	'\uf6f6': "Circumflexsmall",
  4387  	'\uff23': "Cmonospace",
  4388  	'\u0551': "Coarmenian",
  4389  	'\uf763': "Csmall",
  4390  	'\u0044': "D",
  4391  	'\u01f1': "DZ",
  4392  	'\u01c4': "DZcaron",
  4393  	'\u0534': "Daarmenian",
  4394  	'\u0189': "Dafrican",
  4395  	'\u010e': "Dcaron",
  4396  	'\u1e10': "Dcedilla",
  4397  	'\u24b9': "Dcircle",
  4398  	'\u1e12': "Dcircumflexbelow",
  4399  	'\u0110': "Dcroat",
  4400  	'\u1e0a': "Ddotaccent",
  4401  	'\u1e0c': "Ddotbelow",
  4402  	'\u0414': "Decyrillic",
  4403  	'\u03ee': "Deicoptic",
  4404  	'\u2206': "Delta",
  4405  	'\u0394': "Deltagreek",
  4406  	'\u018a': "Dhook",
  4407  	'\uf6cb': "Dieresis",
  4408  	'\uf6cc': "DieresisAcute",
  4409  	'\uf6cd': "DieresisGrave",
  4410  	'\uf7a8': "Dieresissmall",
  4411  	'\u03dc': "Digammagreek",
  4412  	'\u0402': "Djecyrillic",
  4413  	'\u1e0e': "Dlinebelow",
  4414  	'\uff24': "Dmonospace",
  4415  	'\uf6f7': "Dotaccentsmall",
  4416  	//	'\u0110':	"Dslash", // duplicate
  4417  	'\uf764': "Dsmall",
  4418  	'\u018b': "Dtopbar",
  4419  	'\u01f2': "Dz",
  4420  	'\u01c5': "Dzcaron",
  4421  	'\u04e0': "Dzeabkhasiancyrillic",
  4422  	'\u0405': "Dzecyrillic",
  4423  	'\u040f': "Dzhecyrillic",
  4424  	'\u0045': "E",
  4425  	'\u00c9': "Eacute",
  4426  	'\uf7e9': "Eacutesmall",
  4427  	'\u0114': "Ebreve",
  4428  	'\u011a': "Ecaron",
  4429  	'\u1e1c': "Ecedillabreve",
  4430  	'\u0535': "Echarmenian",
  4431  	'\u24ba': "Ecircle",
  4432  	'\u00ca': "Ecircumflex",
  4433  	'\u1ebe': "Ecircumflexacute",
  4434  	'\u1e18': "Ecircumflexbelow",
  4435  	'\u1ec6': "Ecircumflexdotbelow",
  4436  	'\u1ec0': "Ecircumflexgrave",
  4437  	'\u1ec2': "Ecircumflexhookabove",
  4438  	'\uf7ea': "Ecircumflexsmall",
  4439  	'\u1ec4': "Ecircumflextilde",
  4440  	'\u0404': "Ecyrillic",
  4441  	'\u0204': "Edblgrave",
  4442  	'\u00cb': "Edieresis",
  4443  	'\uf7eb': "Edieresissmall",
  4444  	'\u0116': "Edot",
  4445  	//	'\u0116':	"Edotaccent", // duplicate
  4446  	'\u1eb8': "Edotbelow",
  4447  	'\u0424': "Efcyrillic",
  4448  	'\u00c8': "Egrave",
  4449  	'\uf7e8': "Egravesmall",
  4450  	'\u0537': "Eharmenian",
  4451  	'\u1eba': "Ehookabove",
  4452  	'\u2167': "Eightroman",
  4453  	'\u0206': "Einvertedbreve",
  4454  	'\u0464': "Eiotifiedcyrillic",
  4455  	'\u041b': "Elcyrillic",
  4456  	'\u216a': "Elevenroman",
  4457  	'\u0112': "Emacron",
  4458  	'\u1e16': "Emacronacute",
  4459  	'\u1e14': "Emacrongrave",
  4460  	'\u041c': "Emcyrillic",
  4461  	'\uff25': "Emonospace",
  4462  	'\u041d': "Encyrillic",
  4463  	'\u04a2': "Endescendercyrillic",
  4464  	'\u014a': "Eng",
  4465  	'\u04a4': "Enghecyrillic",
  4466  	'\u04c7': "Enhookcyrillic",
  4467  	'\u0118': "Eogonek",
  4468  	'\u0190': "Eopen",
  4469  	'\u0395': "Epsilon",
  4470  	'\u0388': "Epsilontonos",
  4471  	'\u0420': "Ercyrillic",
  4472  	'\u018e': "Ereversed",
  4473  	'\u042d': "Ereversedcyrillic",
  4474  	'\u0421': "Escyrillic",
  4475  	'\u04aa': "Esdescendercyrillic",
  4476  	'\u01a9': "Esh",
  4477  	'\uf765': "Esmall",
  4478  	'\u0397': "Eta",
  4479  	'\u0538': "Etarmenian",
  4480  	'\u0389': "Etatonos",
  4481  	'\u00d0': "Eth",
  4482  	'\uf7f0': "Ethsmall",
  4483  	'\u1ebc': "Etilde",
  4484  	'\u1e1a': "Etildebelow",
  4485  	'\u20ac': "Euro",
  4486  	'\u01b7': "Ezh",
  4487  	'\u01ee': "Ezhcaron",
  4488  	'\u01b8': "Ezhreversed",
  4489  	'\u0046': "F",
  4490  	'\u24bb': "Fcircle",
  4491  	'\u1e1e': "Fdotaccent",
  4492  	'\u0556': "Feharmenian",
  4493  	'\u03e4': "Feicoptic",
  4494  	'\u0191': "Fhook",
  4495  	'\u0472': "Fitacyrillic",
  4496  	'\u2164': "Fiveroman",
  4497  	'\uff26': "Fmonospace",
  4498  	'\u2163': "Fourroman",
  4499  	'\uf766': "Fsmall",
  4500  	'\u0047': "G",
  4501  	'\u3387': "GBsquare",
  4502  	'\u01f4': "Gacute",
  4503  	'\u0393': "Gamma",
  4504  	'\u0194': "Gammaafrican",
  4505  	'\u03ea': "Gangiacoptic",
  4506  	'\u011e': "Gbreve",
  4507  	'\u01e6': "Gcaron",
  4508  	'\u0122': "Gcedilla",
  4509  	'\u24bc': "Gcircle",
  4510  	'\u011c': "Gcircumflex",
  4511  	//	'\u0122':	"Gcommaaccent", // duplicate
  4512  	'\u0120': "Gdot",
  4513  	//	'\u0120':	"Gdotaccent", // duplicate
  4514  	'\u0413': "Gecyrillic",
  4515  	'\u0542': "Ghadarmenian",
  4516  	'\u0494': "Ghemiddlehookcyrillic",
  4517  	'\u0492': "Ghestrokecyrillic",
  4518  	'\u0490': "Gheupturncyrillic",
  4519  	'\u0193': "Ghook",
  4520  	'\u0533': "Gimarmenian",
  4521  	'\u0403': "Gjecyrillic",
  4522  	'\u1e20': "Gmacron",
  4523  	'\uff27': "Gmonospace",
  4524  	'\uf6ce': "Grave",
  4525  	'\uf760': "Gravesmall",
  4526  	'\uf767': "Gsmall",
  4527  	'\u029b': "Gsmallhook",
  4528  	'\u01e4': "Gstroke",
  4529  	'\u0048': "H",
  4530  	'\u25cf': "H18533",
  4531  	'\u25aa': "H18543",
  4532  	'\u25ab': "H18551",
  4533  	'\u25a1': "H22073",
  4534  	'\u33cb': "HPsquare",
  4535  	'\u04a8': "Haabkhasiancyrillic",
  4536  	'\u04b2': "Hadescendercyrillic",
  4537  	'\u042a': "Hardsigncyrillic",
  4538  	'\u0126': "Hbar",
  4539  	'\u1e2a': "Hbrevebelow",
  4540  	'\u1e28': "Hcedilla",
  4541  	'\u24bd': "Hcircle",
  4542  	'\u0124': "Hcircumflex",
  4543  	'\u1e26': "Hdieresis",
  4544  	'\u1e22': "Hdotaccent",
  4545  	'\u1e24': "Hdotbelow",
  4546  	'\uff28': "Hmonospace",
  4547  	'\u0540': "Hoarmenian",
  4548  	'\u03e8': "Horicoptic",
  4549  	'\uf768': "Hsmall",
  4550  	'\uf6cf': "Hungarumlaut",
  4551  	'\uf6f8': "Hungarumlautsmall",
  4552  	'\u3390': "Hzsquare",
  4553  	'\u0049': "I",
  4554  	'\u042f': "IAcyrillic",
  4555  	'\u0132': "IJ",
  4556  	'\u042e': "IUcyrillic",
  4557  	'\u00cd': "Iacute",
  4558  	'\uf7ed': "Iacutesmall",
  4559  	'\u012c': "Ibreve",
  4560  	'\u01cf': "Icaron",
  4561  	'\u24be': "Icircle",
  4562  	'\u00ce': "Icircumflex",
  4563  	'\uf7ee': "Icircumflexsmall",
  4564  	'\u0406': "Icyrillic",
  4565  	'\u0208': "Idblgrave",
  4566  	'\u00cf': "Idieresis",
  4567  	'\u1e2e': "Idieresisacute",
  4568  	'\u04e4': "Idieresiscyrillic",
  4569  	'\uf7ef': "Idieresissmall",
  4570  	'\u0130': "Idot",
  4571  	//	'\u0130':	"Idotaccent", // duplicate
  4572  	'\u1eca': "Idotbelow",
  4573  	'\u04d6': "Iebrevecyrillic",
  4574  	'\u0415': "Iecyrillic",
  4575  	'\u2111': "Ifraktur",
  4576  	'\u00cc': "Igrave",
  4577  	'\uf7ec': "Igravesmall",
  4578  	'\u1ec8': "Ihookabove",
  4579  	'\u0418': "Iicyrillic",
  4580  	'\u020a': "Iinvertedbreve",
  4581  	'\u0419': "Iishortcyrillic",
  4582  	'\u012a': "Imacron",
  4583  	'\u04e2': "Imacroncyrillic",
  4584  	'\uff29': "Imonospace",
  4585  	'\u053b': "Iniarmenian",
  4586  	'\u0401': "Iocyrillic",
  4587  	'\u012e': "Iogonek",
  4588  	'\u0399': "Iota",
  4589  	'\u0196': "Iotaafrican",
  4590  	'\u03aa': "Iotadieresis",
  4591  	'\u038a': "Iotatonos",
  4592  	'\uf769': "Ismall",
  4593  	'\u0197': "Istroke",
  4594  	'\u0128': "Itilde",
  4595  	'\u1e2c': "Itildebelow",
  4596  	'\u0474': "Izhitsacyrillic",
  4597  	'\u0476': "Izhitsadblgravecyrillic",
  4598  	'\u004a': "J",
  4599  	'\u0541': "Jaarmenian",
  4600  	'\u24bf': "Jcircle",
  4601  	'\u0134': "Jcircumflex",
  4602  	'\u0408': "Jecyrillic",
  4603  	'\u054b': "Jheharmenian",
  4604  	'\uff2a': "Jmonospace",
  4605  	'\uf76a': "Jsmall",
  4606  	'\u004b': "K",
  4607  	'\u3385': "KBsquare",
  4608  	'\u33cd': "KKsquare",
  4609  	'\u04a0': "Kabashkircyrillic",
  4610  	'\u1e30': "Kacute",
  4611  	'\u041a': "Kacyrillic",
  4612  	'\u049a': "Kadescendercyrillic",
  4613  	'\u04c3': "Kahookcyrillic",
  4614  	'\u039a': "Kappa",
  4615  	'\u049e': "Kastrokecyrillic",
  4616  	'\u049c': "Kaverticalstrokecyrillic",
  4617  	'\u01e8': "Kcaron",
  4618  	'\u0136': "Kcedilla",
  4619  	'\u24c0': "Kcircle",
  4620  	//	'\u0136':	"Kcommaaccent", // duplicate
  4621  	'\u1e32': "Kdotbelow",
  4622  	'\u0554': "Keharmenian",
  4623  	'\u053f': "Kenarmenian",
  4624  	'\u0425': "Khacyrillic",
  4625  	'\u03e6': "Kheicoptic",
  4626  	'\u0198': "Khook",
  4627  	'\u040c': "Kjecyrillic",
  4628  	'\u1e34': "Klinebelow",
  4629  	'\uff2b': "Kmonospace",
  4630  	'\u0480': "Koppacyrillic",
  4631  	'\u03de': "Koppagreek",
  4632  	'\u046e': "Ksicyrillic",
  4633  	'\uf76b': "Ksmall",
  4634  	'\u004c': "L",
  4635  	'\u01c7': "LJ",
  4636  	'\uf6bf': "LL",
  4637  	'\u0139': "Lacute",
  4638  	'\u039b': "Lambda",
  4639  	'\u013d': "Lcaron",
  4640  	'\u013b': "Lcedilla",
  4641  	'\u24c1': "Lcircle",
  4642  	'\u1e3c': "Lcircumflexbelow",
  4643  	//	'\u013b':	"Lcommaaccent", // duplicate
  4644  	'\u013f': "Ldot",
  4645  	//	'\u013f':	"Ldotaccent", // duplicate
  4646  	'\u1e36': "Ldotbelow",
  4647  	'\u1e38': "Ldotbelowmacron",
  4648  	'\u053c': "Liwnarmenian",
  4649  	'\u01c8': "Lj",
  4650  	'\u0409': "Ljecyrillic",
  4651  	'\u1e3a': "Llinebelow",
  4652  	'\uff2c': "Lmonospace",
  4653  	'\u0141': "Lslash",
  4654  	'\uf6f9': "Lslashsmall",
  4655  	'\uf76c': "Lsmall",
  4656  	'\u004d': "M",
  4657  	'\u3386': "MBsquare",
  4658  	'\uf6d0': "Macron",
  4659  	'\uf7af': "Macronsmall",
  4660  	'\u1e3e': "Macute",
  4661  	'\u24c2': "Mcircle",
  4662  	'\u1e40': "Mdotaccent",
  4663  	'\u1e42': "Mdotbelow",
  4664  	'\u0544': "Menarmenian",
  4665  	'\uff2d': "Mmonospace",
  4666  	'\uf76d': "Msmall",
  4667  	'\u019c': "Mturned",
  4668  	'\u039c': "Mu",
  4669  	'\u004e': "N",
  4670  	'\u01ca': "NJ",
  4671  	'\u0143': "Nacute",
  4672  	'\u0147': "Ncaron",
  4673  	'\u0145': "Ncedilla",
  4674  	'\u24c3': "Ncircle",
  4675  	'\u1e4a': "Ncircumflexbelow",
  4676  	//	'\u0145':	"Ncommaaccent", // duplicate
  4677  	'\u1e44': "Ndotaccent",
  4678  	'\u1e46': "Ndotbelow",
  4679  	'\u019d': "Nhookleft",
  4680  	'\u2168': "Nineroman",
  4681  	'\u01cb': "Nj",
  4682  	'\u040a': "Njecyrillic",
  4683  	'\u1e48': "Nlinebelow",
  4684  	'\uff2e': "Nmonospace",
  4685  	'\u0546': "Nowarmenian",
  4686  	'\uf76e': "Nsmall",
  4687  	'\u00d1': "Ntilde",
  4688  	'\uf7f1': "Ntildesmall",
  4689  	'\u039d': "Nu",
  4690  	'\u004f': "O",
  4691  	'\u0152': "OE",
  4692  	'\uf6fa': "OEsmall",
  4693  	'\u00d3': "Oacute",
  4694  	'\uf7f3': "Oacutesmall",
  4695  	'\u04e8': "Obarredcyrillic",
  4696  	'\u04ea': "Obarreddieresiscyrillic",
  4697  	'\u014e': "Obreve",
  4698  	'\u01d1': "Ocaron",
  4699  	'\u019f': "Ocenteredtilde",
  4700  	'\u24c4': "Ocircle",
  4701  	'\u00d4': "Ocircumflex",
  4702  	'\u1ed0': "Ocircumflexacute",
  4703  	'\u1ed8': "Ocircumflexdotbelow",
  4704  	'\u1ed2': "Ocircumflexgrave",
  4705  	'\u1ed4': "Ocircumflexhookabove",
  4706  	'\uf7f4': "Ocircumflexsmall",
  4707  	'\u1ed6': "Ocircumflextilde",
  4708  	'\u041e': "Ocyrillic",
  4709  	'\u0150': "Odblacute",
  4710  	'\u020c': "Odblgrave",
  4711  	'\u00d6': "Odieresis",
  4712  	'\u04e6': "Odieresiscyrillic",
  4713  	'\uf7f6': "Odieresissmall",
  4714  	'\u1ecc': "Odotbelow",
  4715  	'\uf6fb': "Ogoneksmall",
  4716  	'\u00d2': "Ograve",
  4717  	'\uf7f2': "Ogravesmall",
  4718  	'\u0555': "Oharmenian",
  4719  	'\u2126': "Ohm",
  4720  	'\u1ece': "Ohookabove",
  4721  	'\u01a0': "Ohorn",
  4722  	'\u1eda': "Ohornacute",
  4723  	'\u1ee2': "Ohorndotbelow",
  4724  	'\u1edc': "Ohorngrave",
  4725  	'\u1ede': "Ohornhookabove",
  4726  	'\u1ee0': "Ohorntilde",
  4727  	//	'\u0150':	"Ohungarumlaut", // duplicate
  4728  	'\u01a2': "Oi",
  4729  	'\u020e': "Oinvertedbreve",
  4730  	'\u014c': "Omacron",
  4731  	'\u1e52': "Omacronacute",
  4732  	'\u1e50': "Omacrongrave",
  4733  	//	'\u2126':	"Omega", // duplicate
  4734  	'\u0460': "Omegacyrillic",
  4735  	'\u03a9': "Omegagreek",
  4736  	'\u047a': "Omegaroundcyrillic",
  4737  	'\u047c': "Omegatitlocyrillic",
  4738  	'\u038f': "Omegatonos",
  4739  	'\u039f': "Omicron",
  4740  	'\u038c': "Omicrontonos",
  4741  	'\uff2f': "Omonospace",
  4742  	'\u2160': "Oneroman",
  4743  	'\u01ea': "Oogonek",
  4744  	'\u01ec': "Oogonekmacron",
  4745  	'\u0186': "Oopen",
  4746  	'\u00d8': "Oslash",
  4747  	'\u01fe': "Oslashacute",
  4748  	'\uf7f8': "Oslashsmall",
  4749  	'\uf76f': "Osmall",
  4750  	//	'\u01fe':	"Ostrokeacute", // duplicate
  4751  	'\u047e': "Otcyrillic",
  4752  	'\u00d5': "Otilde",
  4753  	'\u1e4c': "Otildeacute",
  4754  	'\u1e4e': "Otildedieresis",
  4755  	'\uf7f5': "Otildesmall",
  4756  	'\u0050': "P",
  4757  	'\u1e54': "Pacute",
  4758  	'\u24c5': "Pcircle",
  4759  	'\u1e56': "Pdotaccent",
  4760  	'\u041f': "Pecyrillic",
  4761  	'\u054a': "Peharmenian",
  4762  	'\u04a6': "Pemiddlehookcyrillic",
  4763  	'\u03a6': "Phi",
  4764  	'\u01a4': "Phook",
  4765  	'\u03a0': "Pi",
  4766  	'\u0553': "Piwrarmenian",
  4767  	'\uff30': "Pmonospace",
  4768  	'\u03a8': "Psi",
  4769  	'\u0470': "Psicyrillic",
  4770  	'\uf770': "Psmall",
  4771  	'\u0051': "Q",
  4772  	'\u24c6': "Qcircle",
  4773  	'\uff31': "Qmonospace",
  4774  	'\uf771': "Qsmall",
  4775  	'\u0052': "R",
  4776  	'\u054c': "Raarmenian",
  4777  	'\u0154': "Racute",
  4778  	'\u0158': "Rcaron",
  4779  	'\u0156': "Rcedilla",
  4780  	'\u24c7': "Rcircle",
  4781  	//	'\u0156':	"Rcommaaccent", // duplicate
  4782  	'\u0210': "Rdblgrave",
  4783  	'\u1e58': "Rdotaccent",
  4784  	'\u1e5a': "Rdotbelow",
  4785  	'\u1e5c': "Rdotbelowmacron",
  4786  	'\u0550': "Reharmenian",
  4787  	'\u211c': "Rfraktur",
  4788  	'\u03a1': "Rho",
  4789  	'\uf6fc': "Ringsmall",
  4790  	'\u0212': "Rinvertedbreve",
  4791  	'\u1e5e': "Rlinebelow",
  4792  	'\uff32': "Rmonospace",
  4793  	'\uf772': "Rsmall",
  4794  	'\u0281': "Rsmallinverted",
  4795  	'\u02b6': "Rsmallinvertedsuperior",
  4796  	'\u0053': "S",
  4797  	'\u250c': "SF010000",
  4798  	'\u2514': "SF020000",
  4799  	'\u2510': "SF030000",
  4800  	'\u2518': "SF040000",
  4801  	'\u253c': "SF050000",
  4802  	'\u252c': "SF060000",
  4803  	'\u2534': "SF070000",
  4804  	'\u251c': "SF080000",
  4805  	'\u2524': "SF090000",
  4806  	'\u2500': "SF100000",
  4807  	'\u2502': "SF110000",
  4808  	'\u2561': "SF190000",
  4809  	'\u2562': "SF200000",
  4810  	'\u2556': "SF210000",
  4811  	'\u2555': "SF220000",
  4812  	'\u2563': "SF230000",
  4813  	'\u2551': "SF240000",
  4814  	'\u2557': "SF250000",
  4815  	'\u255d': "SF260000",
  4816  	'\u255c': "SF270000",
  4817  	'\u255b': "SF280000",
  4818  	'\u255e': "SF360000",
  4819  	'\u255f': "SF370000",
  4820  	'\u255a': "SF380000",
  4821  	'\u2554': "SF390000",
  4822  	'\u2569': "SF400000",
  4823  	'\u2566': "SF410000",
  4824  	'\u2560': "SF420000",
  4825  	'\u2550': "SF430000",
  4826  	'\u256c': "SF440000",
  4827  	'\u2567': "SF450000",
  4828  	'\u2568': "SF460000",
  4829  	'\u2564': "SF470000",
  4830  	'\u2565': "SF480000",
  4831  	'\u2559': "SF490000",
  4832  	'\u2558': "SF500000",
  4833  	'\u2552': "SF510000",
  4834  	'\u2553': "SF520000",
  4835  	'\u256b': "SF530000",
  4836  	'\u256a': "SF540000",
  4837  	'\u015a': "Sacute",
  4838  	'\u1e64': "Sacutedotaccent",
  4839  	'\u03e0': "Sampigreek",
  4840  	'\u0160': "Scaron",
  4841  	'\u1e66': "Scarondotaccent",
  4842  	'\uf6fd': "Scaronsmall",
  4843  	'\u015e': "Scedilla",
  4844  	'\u018f': "Schwa",
  4845  	'\u04d8': "Schwacyrillic",
  4846  	'\u04da': "Schwadieresiscyrillic",
  4847  	'\u24c8': "Scircle",
  4848  	'\u015c': "Scircumflex",
  4849  	'\u0218': "Scommaaccent",
  4850  	'\u1e60': "Sdotaccent",
  4851  	'\u1e62': "Sdotbelow",
  4852  	'\u1e68': "Sdotbelowdotaccent",
  4853  	'\u054d': "Seharmenian",
  4854  	'\u2166': "Sevenroman",
  4855  	'\u0547': "Shaarmenian",
  4856  	'\u0428': "Shacyrillic",
  4857  	'\u0429': "Shchacyrillic",
  4858  	'\u03e2': "Sheicoptic",
  4859  	'\u04ba': "Shhacyrillic",
  4860  	'\u03ec': "Shimacoptic",
  4861  	'\u03a3': "Sigma",
  4862  	'\u2165': "Sixroman",
  4863  	'\uff33': "Smonospace",
  4864  	'\u042c': "Softsigncyrillic",
  4865  	'\uf773': "Ssmall",
  4866  	'\u03da': "Stigmagreek",
  4867  	'\u0054': "T",
  4868  	'\u03a4': "Tau",
  4869  	'\u0166': "Tbar",
  4870  	'\u0164': "Tcaron",
  4871  	'\u0162': "Tcedilla",
  4872  	'\u24c9': "Tcircle",
  4873  	'\u1e70': "Tcircumflexbelow",
  4874  	//	'\u0162':	"Tcommaaccent", // duplicate
  4875  	'\u1e6a': "Tdotaccent",
  4876  	'\u1e6c': "Tdotbelow",
  4877  	'\u0422': "Tecyrillic",
  4878  	'\u04ac': "Tedescendercyrillic",
  4879  	'\u2169': "Tenroman",
  4880  	'\u04b4': "Tetsecyrillic",
  4881  	'\u0398': "Theta",
  4882  	'\u01ac': "Thook",
  4883  	'\u00de': "Thorn",
  4884  	'\uf7fe': "Thornsmall",
  4885  	'\u2162': "Threeroman",
  4886  	'\uf6fe': "Tildesmall",
  4887  	'\u054f': "Tiwnarmenian",
  4888  	'\u1e6e': "Tlinebelow",
  4889  	'\uff34': "Tmonospace",
  4890  	'\u0539': "Toarmenian",
  4891  	'\u01bc': "Tonefive",
  4892  	'\u0184': "Tonesix",
  4893  	'\u01a7': "Tonetwo",
  4894  	'\u01ae': "Tretroflexhook",
  4895  	'\u0426': "Tsecyrillic",
  4896  	'\u040b': "Tshecyrillic",
  4897  	'\uf774': "Tsmall",
  4898  	'\u216b': "Twelveroman",
  4899  	'\u2161': "Tworoman",
  4900  	'\u0055': "U",
  4901  	'\u00da': "Uacute",
  4902  	'\uf7fa': "Uacutesmall",
  4903  	'\u016c': "Ubreve",
  4904  	'\u01d3': "Ucaron",
  4905  	'\u24ca': "Ucircle",
  4906  	'\u00db': "Ucircumflex",
  4907  	'\u1e76': "Ucircumflexbelow",
  4908  	'\uf7fb': "Ucircumflexsmall",
  4909  	'\u0423': "Ucyrillic",
  4910  	'\u0170': "Udblacute",
  4911  	'\u0214': "Udblgrave",
  4912  	'\u00dc': "Udieresis",
  4913  	'\u01d7': "Udieresisacute",
  4914  	'\u1e72': "Udieresisbelow",
  4915  	'\u01d9': "Udieresiscaron",
  4916  	'\u04f0': "Udieresiscyrillic",
  4917  	'\u01db': "Udieresisgrave",
  4918  	'\u01d5': "Udieresismacron",
  4919  	'\uf7fc': "Udieresissmall",
  4920  	'\u1ee4': "Udotbelow",
  4921  	'\u00d9': "Ugrave",
  4922  	'\uf7f9': "Ugravesmall",
  4923  	'\u1ee6': "Uhookabove",
  4924  	'\u01af': "Uhorn",
  4925  	'\u1ee8': "Uhornacute",
  4926  	'\u1ef0': "Uhorndotbelow",
  4927  	'\u1eea': "Uhorngrave",
  4928  	'\u1eec': "Uhornhookabove",
  4929  	'\u1eee': "Uhorntilde",
  4930  	//	'\u0170':	"Uhungarumlaut", // duplicate
  4931  	'\u04f2': "Uhungarumlautcyrillic",
  4932  	'\u0216': "Uinvertedbreve",
  4933  	'\u0478': "Ukcyrillic",
  4934  	'\u016a': "Umacron",
  4935  	'\u04ee': "Umacroncyrillic",
  4936  	'\u1e7a': "Umacrondieresis",
  4937  	'\uff35': "Umonospace",
  4938  	'\u0172': "Uogonek",
  4939  	'\u03a5': "Upsilon",
  4940  	'\u03d2': "Upsilon1",
  4941  	'\u03d3': "Upsilonacutehooksymbolgreek",
  4942  	'\u01b1': "Upsilonafrican",
  4943  	'\u03ab': "Upsilondieresis",
  4944  	'\u03d4': "Upsilondieresishooksymbolgreek",
  4945  	//	'\u03d2':	"Upsilonhooksymbol", // duplicate
  4946  	'\u038e': "Upsilontonos",
  4947  	'\u016e': "Uring",
  4948  	'\u040e': "Ushortcyrillic",
  4949  	'\uf775': "Usmall",
  4950  	'\u04ae': "Ustraightcyrillic",
  4951  	'\u04b0': "Ustraightstrokecyrillic",
  4952  	'\u0168': "Utilde",
  4953  	'\u1e78': "Utildeacute",
  4954  	'\u1e74': "Utildebelow",
  4955  	'\u0056': "V",
  4956  	'\u24cb': "Vcircle",
  4957  	'\u1e7e': "Vdotbelow",
  4958  	'\u0412': "Vecyrillic",
  4959  	'\u054e': "Vewarmenian",
  4960  	'\u01b2': "Vhook",
  4961  	'\uff36': "Vmonospace",
  4962  	'\u0548': "Voarmenian",
  4963  	'\uf776': "Vsmall",
  4964  	'\u1e7c': "Vtilde",
  4965  	'\u0057': "W",
  4966  	'\u1e82': "Wacute",
  4967  	'\u24cc': "Wcircle",
  4968  	'\u0174': "Wcircumflex",
  4969  	'\u1e84': "Wdieresis",
  4970  	'\u1e86': "Wdotaccent",
  4971  	'\u1e88': "Wdotbelow",
  4972  	'\u1e80': "Wgrave",
  4973  	'\uff37': "Wmonospace",
  4974  	'\uf777': "Wsmall",
  4975  	'\u0058': "X",
  4976  	'\u24cd': "Xcircle",
  4977  	'\u1e8c': "Xdieresis",
  4978  	'\u1e8a': "Xdotaccent",
  4979  	'\u053d': "Xeharmenian",
  4980  	'\u039e': "Xi",
  4981  	'\uff38': "Xmonospace",
  4982  	'\uf778': "Xsmall",
  4983  	'\u0059': "Y",
  4984  	'\u00dd': "Yacute",
  4985  	'\uf7fd': "Yacutesmall",
  4986  	'\u0462': "Yatcyrillic",
  4987  	'\u24ce': "Ycircle",
  4988  	'\u0176': "Ycircumflex",
  4989  	'\u0178': "Ydieresis",
  4990  	'\uf7ff': "Ydieresissmall",
  4991  	'\u1e8e': "Ydotaccent",
  4992  	'\u1ef4': "Ydotbelow",
  4993  	'\u042b': "Yericyrillic",
  4994  	'\u04f8': "Yerudieresiscyrillic",
  4995  	'\u1ef2': "Ygrave",
  4996  	'\u01b3': "Yhook",
  4997  	'\u1ef6': "Yhookabove",
  4998  	'\u0545': "Yiarmenian",
  4999  	'\u0407': "Yicyrillic",
  5000  	'\u0552': "Yiwnarmenian",
  5001  	'\uff39': "Ymonospace",
  5002  	'\uf779': "Ysmall",
  5003  	'\u1ef8': "Ytilde",
  5004  	'\u046a': "Yusbigcyrillic",
  5005  	'\u046c': "Yusbigiotifiedcyrillic",
  5006  	'\u0466': "Yuslittlecyrillic",
  5007  	'\u0468': "Yuslittleiotifiedcyrillic",
  5008  	'\u005a': "Z",
  5009  	'\u0536': "Zaarmenian",
  5010  	'\u0179': "Zacute",
  5011  	'\u017d': "Zcaron",
  5012  	'\uf6ff': "Zcaronsmall",
  5013  	'\u24cf': "Zcircle",
  5014  	'\u1e90': "Zcircumflex",
  5015  	'\u017b': "Zdot",
  5016  	//	'\u017b':	"Zdotaccent", // duplicate
  5017  	'\u1e92': "Zdotbelow",
  5018  	'\u0417': "Zecyrillic",
  5019  	'\u0498': "Zedescendercyrillic",
  5020  	'\u04de': "Zedieresiscyrillic",
  5021  	'\u0396': "Zeta",
  5022  	'\u053a': "Zhearmenian",
  5023  	'\u04c1': "Zhebrevecyrillic",
  5024  	'\u0416': "Zhecyrillic",
  5025  	'\u0496': "Zhedescendercyrillic",
  5026  	'\u04dc': "Zhedieresiscyrillic",
  5027  	'\u1e94': "Zlinebelow",
  5028  	'\uff3a': "Zmonospace",
  5029  	'\uf77a': "Zsmall",
  5030  	'\u01b5': "Zstroke",
  5031  	'\u0061': "a",
  5032  	'\u0986': "aabengali",
  5033  	'\u00e1': "aacute",
  5034  	'\u0906': "aadeva",
  5035  	'\u0a86': "aagujarati",
  5036  	'\u0a06': "aagurmukhi",
  5037  	'\u0a3e': "aamatragurmukhi",
  5038  	'\u3303': "aarusquare",
  5039  	'\u09be': "aavowelsignbengali",
  5040  	'\u093e': "aavowelsigndeva",
  5041  	'\u0abe': "aavowelsigngujarati",
  5042  	'\u055f': "abbreviationmarkarmenian",
  5043  	'\u0970': "abbreviationsigndeva",
  5044  	'\u0985': "abengali",
  5045  	'\u311a': "abopomofo",
  5046  	'\u0103': "abreve",
  5047  	'\u1eaf': "abreveacute",
  5048  	'\u04d1': "abrevecyrillic",
  5049  	'\u1eb7': "abrevedotbelow",
  5050  	'\u1eb1': "abrevegrave",
  5051  	'\u1eb3': "abrevehookabove",
  5052  	'\u1eb5': "abrevetilde",
  5053  	'\u01ce': "acaron",
  5054  	'\u24d0': "acircle",
  5055  	'\u00e2': "acircumflex",
  5056  	'\u1ea5': "acircumflexacute",
  5057  	'\u1ead': "acircumflexdotbelow",
  5058  	'\u1ea7': "acircumflexgrave",
  5059  	'\u1ea9': "acircumflexhookabove",
  5060  	'\u1eab': "acircumflextilde",
  5061  	'\u00b4': "acute",
  5062  	'\u0317': "acutebelowcmb",
  5063  	'\u0301': "acutecmb",
  5064  	//	'\u0301':	"acutecomb", // duplicate
  5065  	'\u0954': "acutedeva",
  5066  	'\u02cf': "acutelowmod",
  5067  	'\u0341': "acutetonecmb",
  5068  	'\u0430': "acyrillic",
  5069  	'\u0201': "adblgrave",
  5070  	'\u0a71': "addakgurmukhi",
  5071  	'\u0905': "adeva",
  5072  	'\u00e4': "adieresis",
  5073  	'\u04d3': "adieresiscyrillic",
  5074  	'\u01df': "adieresismacron",
  5075  	'\u1ea1': "adotbelow",
  5076  	'\u01e1': "adotmacron",
  5077  	'\u00e6': "ae",
  5078  	'\u01fd': "aeacute",
  5079  	'\u3150': "aekorean",
  5080  	'\u01e3': "aemacron",
  5081  	'\u2015': "afii00208",
  5082  	'\u20a4': "afii08941",
  5083  	//	'\u0410':	"afii10017", // duplicate
  5084  	//	'\u0411':	"afii10018", // duplicate
  5085  	//	'\u0412':	"afii10019", // duplicate
  5086  	//	'\u0413':	"afii10020", // duplicate
  5087  	//	'\u0414':	"afii10021", // duplicate
  5088  	//	'\u0415':	"afii10022", // duplicate
  5089  	//	'\u0401':	"afii10023", // duplicate
  5090  	//	'\u0416':	"afii10024", // duplicate
  5091  	//	'\u0417':	"afii10025", // duplicate
  5092  	//	'\u0418':	"afii10026", // duplicate
  5093  	//	'\u0419':	"afii10027", // duplicate
  5094  	//	'\u041a':	"afii10028", // duplicate
  5095  	//	'\u041b':	"afii10029", // duplicate
  5096  	//	'\u041c':	"afii10030", // duplicate
  5097  	//	'\u041d':	"afii10031", // duplicate
  5098  	//	'\u041e':	"afii10032", // duplicate
  5099  	//	'\u041f':	"afii10033", // duplicate
  5100  	//	'\u0420':	"afii10034", // duplicate
  5101  	//	'\u0421':	"afii10035", // duplicate
  5102  	//	'\u0422':	"afii10036", // duplicate
  5103  	//	'\u0423':	"afii10037", // duplicate
  5104  	//	'\u0424':	"afii10038", // duplicate
  5105  	//	'\u0425':	"afii10039", // duplicate
  5106  	//	'\u0426':	"afii10040", // duplicate
  5107  	//	'\u0427':	"afii10041", // duplicate
  5108  	//	'\u0428':	"afii10042", // duplicate
  5109  	//	'\u0429':	"afii10043", // duplicate
  5110  	//	'\u042a':	"afii10044", // duplicate
  5111  	//	'\u042b':	"afii10045", // duplicate
  5112  	//	'\u042c':	"afii10046", // duplicate
  5113  	//	'\u042d':	"afii10047", // duplicate
  5114  	//	'\u042e':	"afii10048", // duplicate
  5115  	//	'\u042f':	"afii10049", // duplicate
  5116  	//	'\u0490':	"afii10050", // duplicate
  5117  	//	'\u0402':	"afii10051", // duplicate
  5118  	//	'\u0403':	"afii10052", // duplicate
  5119  	//	'\u0404':	"afii10053", // duplicate
  5120  	//	'\u0405':	"afii10054", // duplicate
  5121  	//	'\u0406':	"afii10055", // duplicate
  5122  	//	'\u0407':	"afii10056", // duplicate
  5123  	//	'\u0408':	"afii10057", // duplicate
  5124  	//	'\u0409':	"afii10058", // duplicate
  5125  	//	'\u040a':	"afii10059", // duplicate
  5126  	//	'\u040b':	"afii10060", // duplicate
  5127  	//	'\u040c':	"afii10061", // duplicate
  5128  	//	'\u040e':	"afii10062", // duplicate
  5129  	'\uf6c4': "afii10063",
  5130  	'\uf6c5': "afii10064",
  5131  	//	'\u0430':	"afii10065", // duplicate
  5132  	'\u0431': "afii10066",
  5133  	'\u0432': "afii10067",
  5134  	'\u0433': "afii10068",
  5135  	'\u0434': "afii10069",
  5136  	'\u0435': "afii10070",
  5137  	'\u0451': "afii10071",
  5138  	'\u0436': "afii10072",
  5139  	'\u0437': "afii10073",
  5140  	'\u0438': "afii10074",
  5141  	'\u0439': "afii10075",
  5142  	'\u043a': "afii10076",
  5143  	'\u043b': "afii10077",
  5144  	'\u043c': "afii10078",
  5145  	'\u043d': "afii10079",
  5146  	'\u043e': "afii10080",
  5147  	'\u043f': "afii10081",
  5148  	'\u0440': "afii10082",
  5149  	'\u0441': "afii10083",
  5150  	'\u0442': "afii10084",
  5151  	'\u0443': "afii10085",
  5152  	'\u0444': "afii10086",
  5153  	'\u0445': "afii10087",
  5154  	'\u0446': "afii10088",
  5155  	'\u0447': "afii10089",
  5156  	'\u0448': "afii10090",
  5157  	'\u0449': "afii10091",
  5158  	'\u044a': "afii10092",
  5159  	'\u044b': "afii10093",
  5160  	'\u044c': "afii10094",
  5161  	'\u044d': "afii10095",
  5162  	'\u044e': "afii10096",
  5163  	'\u044f': "afii10097",
  5164  	'\u0491': "afii10098",
  5165  	'\u0452': "afii10099",
  5166  	'\u0453': "afii10100",
  5167  	'\u0454': "afii10101",
  5168  	'\u0455': "afii10102",
  5169  	'\u0456': "afii10103",
  5170  	'\u0457': "afii10104",
  5171  	'\u0458': "afii10105",
  5172  	'\u0459': "afii10106",
  5173  	'\u045a': "afii10107",
  5174  	'\u045b': "afii10108",
  5175  	'\u045c': "afii10109",
  5176  	'\u045e': "afii10110",
  5177  	//	'\u040f':	"afii10145", // duplicate
  5178  	//	'\u0462':	"afii10146", // duplicate
  5179  	//	'\u0472':	"afii10147", // duplicate
  5180  	//	'\u0474':	"afii10148", // duplicate
  5181  	'\uf6c6': "afii10192",
  5182  	'\u045f': "afii10193",
  5183  	'\u0463': "afii10194",
  5184  	'\u0473': "afii10195",
  5185  	'\u0475': "afii10196",
  5186  	'\uf6c7': "afii10831",
  5187  	'\uf6c8': "afii10832",
  5188  	'\u04d9': "afii10846",
  5189  	'\u200e': "afii299",
  5190  	'\u200f': "afii300",
  5191  	'\u200d': "afii301",
  5192  	'\u066a': "afii57381",
  5193  	'\u060c': "afii57388",
  5194  	'\u0660': "afii57392",
  5195  	'\u0661': "afii57393",
  5196  	'\u0662': "afii57394",
  5197  	'\u0663': "afii57395",
  5198  	'\u0664': "afii57396",
  5199  	'\u0665': "afii57397",
  5200  	'\u0666': "afii57398",
  5201  	'\u0667': "afii57399",
  5202  	'\u0668': "afii57400",
  5203  	'\u0669': "afii57401",
  5204  	'\u061b': "afii57403",
  5205  	'\u061f': "afii57407",
  5206  	'\u0621': "afii57409",
  5207  	'\u0622': "afii57410",
  5208  	'\u0623': "afii57411",
  5209  	'\u0624': "afii57412",
  5210  	'\u0625': "afii57413",
  5211  	'\u0626': "afii57414",
  5212  	'\u0627': "afii57415",
  5213  	'\u0628': "afii57416",
  5214  	'\u0629': "afii57417",
  5215  	'\u062a': "afii57418",
  5216  	'\u062b': "afii57419",
  5217  	'\u062c': "afii57420",
  5218  	'\u062d': "afii57421",
  5219  	'\u062e': "afii57422",
  5220  	'\u062f': "afii57423",
  5221  	'\u0630': "afii57424",
  5222  	'\u0631': "afii57425",
  5223  	'\u0632': "afii57426",
  5224  	'\u0633': "afii57427",
  5225  	'\u0634': "afii57428",
  5226  	'\u0635': "afii57429",
  5227  	'\u0636': "afii57430",
  5228  	'\u0637': "afii57431",
  5229  	'\u0638': "afii57432",
  5230  	'\u0639': "afii57433",
  5231  	'\u063a': "afii57434",
  5232  	'\u0640': "afii57440",
  5233  	'\u0641': "afii57441",
  5234  	'\u0642': "afii57442",
  5235  	'\u0643': "afii57443",
  5236  	'\u0644': "afii57444",
  5237  	'\u0645': "afii57445",
  5238  	'\u0646': "afii57446",
  5239  	'\u0648': "afii57448",
  5240  	'\u0649': "afii57449",
  5241  	'\u064a': "afii57450",
  5242  	'\u064b': "afii57451",
  5243  	'\u064c': "afii57452",
  5244  	'\u064d': "afii57453",
  5245  	'\u064e': "afii57454",
  5246  	'\u064f': "afii57455",
  5247  	'\u0650': "afii57456",
  5248  	'\u0651': "afii57457",
  5249  	'\u0652': "afii57458",
  5250  	'\u0647': "afii57470",
  5251  	'\u06a4': "afii57505",
  5252  	'\u067e': "afii57506",
  5253  	'\u0686': "afii57507",
  5254  	'\u0698': "afii57508",
  5255  	'\u06af': "afii57509",
  5256  	'\u0679': "afii57511",
  5257  	'\u0688': "afii57512",
  5258  	'\u0691': "afii57513",
  5259  	'\u06ba': "afii57514",
  5260  	'\u06d2': "afii57519",
  5261  	'\u06d5': "afii57534",
  5262  	'\u20aa': "afii57636",
  5263  	'\u05be': "afii57645",
  5264  	'\u05c3': "afii57658",
  5265  	'\u05d0': "afii57664",
  5266  	'\u05d1': "afii57665",
  5267  	'\u05d2': "afii57666",
  5268  	'\u05d3': "afii57667",
  5269  	'\u05d4': "afii57668",
  5270  	'\u05d5': "afii57669",
  5271  	'\u05d6': "afii57670",
  5272  	'\u05d7': "afii57671",
  5273  	'\u05d8': "afii57672",
  5274  	'\u05d9': "afii57673",
  5275  	'\u05da': "afii57674",
  5276  	'\u05db': "afii57675",
  5277  	'\u05dc': "afii57676",
  5278  	'\u05dd': "afii57677",
  5279  	'\u05de': "afii57678",
  5280  	'\u05df': "afii57679",
  5281  	'\u05e0': "afii57680",
  5282  	'\u05e1': "afii57681",
  5283  	'\u05e2': "afii57682",
  5284  	'\u05e3': "afii57683",
  5285  	'\u05e4': "afii57684",
  5286  	'\u05e5': "afii57685",
  5287  	'\u05e6': "afii57686",
  5288  	'\u05e7': "afii57687",
  5289  	'\u05e8': "afii57688",
  5290  	'\u05e9': "afii57689",
  5291  	'\u05ea': "afii57690",
  5292  	'\ufb2a': "afii57694",
  5293  	'\ufb2b': "afii57695",
  5294  	'\ufb4b': "afii57700",
  5295  	'\ufb1f': "afii57705",
  5296  	'\u05f0': "afii57716",
  5297  	'\u05f1': "afii57717",
  5298  	'\u05f2': "afii57718",
  5299  	'\ufb35': "afii57723",
  5300  	'\u05b4': "afii57793",
  5301  	'\u05b5': "afii57794",
  5302  	'\u05b6': "afii57795",
  5303  	'\u05bb': "afii57796",
  5304  	'\u05b8': "afii57797",
  5305  	'\u05b7': "afii57798",
  5306  	'\u05b0': "afii57799",
  5307  	'\u05b2': "afii57800",
  5308  	'\u05b1': "afii57801",
  5309  	'\u05b3': "afii57802",
  5310  	'\u05c2': "afii57803",
  5311  	'\u05c1': "afii57804",
  5312  	'\u05b9': "afii57806",
  5313  	'\u05bc': "afii57807",
  5314  	'\u05bd': "afii57839",
  5315  	'\u05bf': "afii57841",
  5316  	'\u05c0': "afii57842",
  5317  	'\u02bc': "afii57929",
  5318  	'\u2105': "afii61248",
  5319  	'\u2113': "afii61289",
  5320  	'\u2116': "afii61352",
  5321  	'\u202c': "afii61573",
  5322  	'\u202d': "afii61574",
  5323  	'\u202e': "afii61575",
  5324  	'\u200c': "afii61664",
  5325  	'\u066d': "afii63167",
  5326  	'\u02bd': "afii64937",
  5327  	'\u00e0': "agrave",
  5328  	'\u0a85': "agujarati",
  5329  	'\u0a05': "agurmukhi",
  5330  	'\u3042': "ahiragana",
  5331  	'\u1ea3': "ahookabove",
  5332  	'\u0990': "aibengali",
  5333  	'\u311e': "aibopomofo",
  5334  	'\u0910': "aideva",
  5335  	'\u04d5': "aiecyrillic",
  5336  	'\u0a90': "aigujarati",
  5337  	'\u0a10': "aigurmukhi",
  5338  	'\u0a48': "aimatragurmukhi",
  5339  	//	'\u0639':	"ainarabic", // duplicate
  5340  	'\ufeca': "ainfinalarabic",
  5341  	'\ufecb': "aininitialarabic",
  5342  	'\ufecc': "ainmedialarabic",
  5343  	'\u0203': "ainvertedbreve",
  5344  	'\u09c8': "aivowelsignbengali",
  5345  	'\u0948': "aivowelsigndeva",
  5346  	'\u0ac8': "aivowelsigngujarati",
  5347  	'\u30a2': "akatakana",
  5348  	'\uff71': "akatakanahalfwidth",
  5349  	'\u314f': "akorean",
  5350  	//	'\u05d0':	"alef", // duplicate
  5351  	//	'\u0627':	"alefarabic", // duplicate
  5352  	'\ufb30': "alefdageshhebrew",
  5353  	'\ufe8e': "aleffinalarabic",
  5354  	//	'\u0623':	"alefhamzaabovearabic", // duplicate
  5355  	'\ufe84': "alefhamzaabovefinalarabic",
  5356  	//	'\u0625':	"alefhamzabelowarabic", // duplicate
  5357  	'\ufe88': "alefhamzabelowfinalarabic",
  5358  	//	'\u05d0':	"alefhebrew", // duplicate
  5359  	'\ufb4f': "aleflamedhebrew",
  5360  	//	'\u0622':	"alefmaddaabovearabic", // duplicate
  5361  	'\ufe82': "alefmaddaabovefinalarabic",
  5362  	//	'\u0649':	"alefmaksuraarabic", // duplicate
  5363  	'\ufef0': "alefmaksurafinalarabic",
  5364  	'\ufef3': "alefmaksurainitialarabic",
  5365  	'\ufef4': "alefmaksuramedialarabic",
  5366  	'\ufb2e': "alefpatahhebrew",
  5367  	'\ufb2f': "alefqamatshebrew",
  5368  	'\u2135': "aleph",
  5369  	'\u224c': "allequal",
  5370  	'\u03b1': "alpha",
  5371  	'\u03ac': "alphatonos",
  5372  	'\u0101': "amacron",
  5373  	'\uff41': "amonospace",
  5374  	'\u0026': "ampersand",
  5375  	'\uff06': "ampersandmonospace",
  5376  	'\uf726': "ampersandsmall",
  5377  	'\u33c2': "amsquare",
  5378  	'\u3122': "anbopomofo",
  5379  	'\u3124': "angbopomofo",
  5380  	'\u0e5a': "angkhankhuthai",
  5381  	'\u2220': "angle",
  5382  	'\u3008': "anglebracketleft",
  5383  	'\ufe3f': "anglebracketleftvertical",
  5384  	'\u3009': "anglebracketright",
  5385  	'\ufe40': "anglebracketrightvertical",
  5386  	'\u2329': "angleleft",
  5387  	'\u232a': "angleright",
  5388  	'\u212b': "angstrom",
  5389  	'\u0387': "anoteleia",
  5390  	'\u0952': "anudattadeva",
  5391  	'\u0982': "anusvarabengali",
  5392  	'\u0902': "anusvaradeva",
  5393  	'\u0a82': "anusvaragujarati",
  5394  	'\u0105': "aogonek",
  5395  	'\u3300': "apaatosquare",
  5396  	'\u249c': "aparen",
  5397  	'\u055a': "apostrophearmenian",
  5398  	//	'\u02bc':	"apostrophemod", // duplicate
  5399  	'\uf8ff': "apple",
  5400  	'\u2250': "approaches",
  5401  	'\u2248': "approxequal",
  5402  	'\u2252': "approxequalorimage",
  5403  	'\u2245': "approximatelyequal",
  5404  	'\u318e': "araeaekorean",
  5405  	'\u318d': "araeakorean",
  5406  	'\u2312': "arc",
  5407  	'\u1e9a': "arighthalfring",
  5408  	'\u00e5': "aring",
  5409  	'\u01fb': "aringacute",
  5410  	'\u1e01': "aringbelow",
  5411  	'\u2194': "arrowboth",
  5412  	'\u21e3': "arrowdashdown",
  5413  	'\u21e0': "arrowdashleft",
  5414  	'\u21e2': "arrowdashright",
  5415  	'\u21e1': "arrowdashup",
  5416  	'\u21d4': "arrowdblboth",
  5417  	'\u21d3': "arrowdbldown",
  5418  	'\u21d0': "arrowdblleft",
  5419  	'\u21d2': "arrowdblright",
  5420  	'\u21d1': "arrowdblup",
  5421  	'\u2193': "arrowdown",
  5422  	'\u2199': "arrowdownleft",
  5423  	'\u2198': "arrowdownright",
  5424  	'\u21e9': "arrowdownwhite",
  5425  	'\u02c5': "arrowheaddownmod",
  5426  	'\u02c2': "arrowheadleftmod",
  5427  	'\u02c3': "arrowheadrightmod",
  5428  	'\u02c4': "arrowheadupmod",
  5429  	'\uf8e7': "arrowhorizex",
  5430  	'\u2190': "arrowleft",
  5431  	//	'\u21d0':	"arrowleftdbl", // duplicate
  5432  	'\u21cd': "arrowleftdblstroke",
  5433  	'\u21c6': "arrowleftoverright",
  5434  	'\u21e6': "arrowleftwhite",
  5435  	'\u2192': "arrowright",
  5436  	'\u21cf': "arrowrightdblstroke",
  5437  	'\u279e': "arrowrightheavy",
  5438  	'\u21c4': "arrowrightoverleft",
  5439  	'\u21e8': "arrowrightwhite",
  5440  	'\u21e4': "arrowtableft",
  5441  	'\u21e5': "arrowtabright",
  5442  	'\u2191': "arrowup",
  5443  	'\u2195': "arrowupdn",
  5444  	'\u21a8': "arrowupdnbse",
  5445  	//	'\u21a8':	"arrowupdownbase", // duplicate
  5446  	'\u2196': "arrowupleft",
  5447  	'\u21c5': "arrowupleftofdown",
  5448  	'\u2197': "arrowupright",
  5449  	'\u21e7': "arrowupwhite",
  5450  	'\uf8e6': "arrowvertex",
  5451  	'\u005e': "asciicircum",
  5452  	'\uff3e': "asciicircummonospace",
  5453  	'\u007e': "asciitilde",
  5454  	'\uff5e': "asciitildemonospace",
  5455  	'\u0251': "ascript",
  5456  	'\u0252': "ascriptturned",
  5457  	'\u3041': "asmallhiragana",
  5458  	'\u30a1': "asmallkatakana",
  5459  	'\uff67': "asmallkatakanahalfwidth",
  5460  	'\u002a': "asterisk",
  5461  	//	'\u066d':	"asteriskaltonearabic", // duplicate
  5462  	//	'\u066d':	"asteriskarabic", // duplicate
  5463  	'\u2217': "asteriskmath",
  5464  	'\uff0a': "asteriskmonospace",
  5465  	'\ufe61': "asterisksmall",
  5466  	'\u2042': "asterism",
  5467  	'\uf6e9': "asuperior",
  5468  	'\u2243': "asymptoticallyequal",
  5469  	'\u0040': "at",
  5470  	'\u00e3': "atilde",
  5471  	'\uff20': "atmonospace",
  5472  	'\ufe6b': "atsmall",
  5473  	'\u0250': "aturned",
  5474  	'\u0994': "aubengali",
  5475  	'\u3120': "aubopomofo",
  5476  	'\u0914': "audeva",
  5477  	'\u0a94': "augujarati",
  5478  	'\u0a14': "augurmukhi",
  5479  	'\u09d7': "aulengthmarkbengali",
  5480  	'\u0a4c': "aumatragurmukhi",
  5481  	'\u09cc': "auvowelsignbengali",
  5482  	'\u094c': "auvowelsigndeva",
  5483  	'\u0acc': "auvowelsigngujarati",
  5484  	'\u093d': "avagrahadeva",
  5485  	'\u0561': "aybarmenian",
  5486  	//	'\u05e2':	"ayin", // duplicate
  5487  	'\ufb20': "ayinaltonehebrew",
  5488  	//	'\u05e2':	"ayinhebrew", // duplicate
  5489  	'\u0062': "b",
  5490  	'\u09ac': "babengali",
  5491  	'\u005c': "backslash",
  5492  	'\uff3c': "backslashmonospace",
  5493  	'\u092c': "badeva",
  5494  	'\u0aac': "bagujarati",
  5495  	'\u0a2c': "bagurmukhi",
  5496  	'\u3070': "bahiragana",
  5497  	'\u0e3f': "bahtthai",
  5498  	'\u30d0': "bakatakana",
  5499  	'\u007c': "bar",
  5500  	'\uff5c': "barmonospace",
  5501  	'\u3105': "bbopomofo",
  5502  	'\u24d1': "bcircle",
  5503  	'\u1e03': "bdotaccent",
  5504  	'\u1e05': "bdotbelow",
  5505  	'\u266c': "beamedsixteenthnotes",
  5506  	'\u2235': "because",
  5507  	//	'\u0431':	"becyrillic", // duplicate
  5508  	//	'\u0628':	"beharabic", // duplicate
  5509  	'\ufe90': "behfinalarabic",
  5510  	'\ufe91': "behinitialarabic",
  5511  	'\u3079': "behiragana",
  5512  	'\ufe92': "behmedialarabic",
  5513  	'\ufc9f': "behmeeminitialarabic",
  5514  	'\ufc08': "behmeemisolatedarabic",
  5515  	'\ufc6d': "behnoonfinalarabic",
  5516  	'\u30d9': "bekatakana",
  5517  	'\u0562': "benarmenian",
  5518  	//	'\u05d1':	"bet", // duplicate
  5519  	'\u03b2': "beta",
  5520  	'\u03d0': "betasymbolgreek",
  5521  	'\ufb31': "betdagesh",
  5522  	//	'\ufb31':	"betdageshhebrew", // duplicate
  5523  	//	'\u05d1':	"bethebrew", // duplicate
  5524  	'\ufb4c': "betrafehebrew",
  5525  	'\u09ad': "bhabengali",
  5526  	'\u092d': "bhadeva",
  5527  	'\u0aad': "bhagujarati",
  5528  	'\u0a2d': "bhagurmukhi",
  5529  	'\u0253': "bhook",
  5530  	'\u3073': "bihiragana",
  5531  	'\u30d3': "bikatakana",
  5532  	'\u0298': "bilabialclick",
  5533  	'\u0a02': "bindigurmukhi",
  5534  	'\u3331': "birusquare",
  5535  	//	'\u25cf':	"blackcircle", // duplicate
  5536  	'\u25c6': "blackdiamond",
  5537  	'\u25bc': "blackdownpointingtriangle",
  5538  	'\u25c4': "blackleftpointingpointer",
  5539  	'\u25c0': "blackleftpointingtriangle",
  5540  	'\u3010': "blacklenticularbracketleft",
  5541  	'\ufe3b': "blacklenticularbracketleftvertical",
  5542  	'\u3011': "blacklenticularbracketright",
  5543  	'\ufe3c': "blacklenticularbracketrightvertical",
  5544  	'\u25e3': "blacklowerlefttriangle",
  5545  	'\u25e2': "blacklowerrighttriangle",
  5546  	'\u25ac': "blackrectangle",
  5547  	'\u25ba': "blackrightpointingpointer",
  5548  	'\u25b6': "blackrightpointingtriangle",
  5549  	//	'\u25aa':	"blacksmallsquare", // duplicate
  5550  	'\u263b': "blacksmilingface",
  5551  	'\u25a0': "blacksquare",
  5552  	'\u2605': "blackstar",
  5553  	'\u25e4': "blackupperlefttriangle",
  5554  	'\u25e5': "blackupperrighttriangle",
  5555  	'\u25b4': "blackuppointingsmalltriangle",
  5556  	'\u25b2': "blackuppointingtriangle",
  5557  	'\u2423': "blank",
  5558  	'\u1e07': "blinebelow",
  5559  	'\u2588': "block",
  5560  	'\uff42': "bmonospace",
  5561  	'\u0e1a': "bobaimaithai",
  5562  	'\u307c': "bohiragana",
  5563  	'\u30dc': "bokatakana",
  5564  	'\u249d': "bparen",
  5565  	'\u33c3': "bqsquare",
  5566  	'\uf8f4': "braceex",
  5567  	'\u007b': "braceleft",
  5568  	'\uf8f3': "braceleftbt",
  5569  	'\uf8f2': "braceleftmid",
  5570  	'\uff5b': "braceleftmonospace",
  5571  	'\ufe5b': "braceleftsmall",
  5572  	'\uf8f1': "bracelefttp",
  5573  	'\ufe37': "braceleftvertical",
  5574  	'\u007d': "braceright",
  5575  	'\uf8fe': "bracerightbt",
  5576  	'\uf8fd': "bracerightmid",
  5577  	'\uff5d': "bracerightmonospace",
  5578  	'\ufe5c': "bracerightsmall",
  5579  	'\uf8fc': "bracerighttp",
  5580  	'\ufe38': "bracerightvertical",
  5581  	'\u005b': "bracketleft",
  5582  	'\uf8f0': "bracketleftbt",
  5583  	'\uf8ef': "bracketleftex",
  5584  	'\uff3b': "bracketleftmonospace",
  5585  	'\uf8ee': "bracketlefttp",
  5586  	'\u005d': "bracketright",
  5587  	'\uf8fb': "bracketrightbt",
  5588  	'\uf8fa': "bracketrightex",
  5589  	'\uff3d': "bracketrightmonospace",
  5590  	'\uf8f9': "bracketrighttp",
  5591  	'\u02d8': "breve",
  5592  	'\u032e': "brevebelowcmb",
  5593  	'\u0306': "brevecmb",
  5594  	'\u032f': "breveinvertedbelowcmb",
  5595  	'\u0311': "breveinvertedcmb",
  5596  	'\u0361': "breveinverteddoublecmb",
  5597  	'\u032a': "bridgebelowcmb",
  5598  	'\u033a': "bridgeinvertedbelowcmb",
  5599  	'\u00a6': "brokenbar",
  5600  	'\u0180': "bstroke",
  5601  	'\uf6ea': "bsuperior",
  5602  	'\u0183': "btopbar",
  5603  	'\u3076': "buhiragana",
  5604  	'\u30d6': "bukatakana",
  5605  	'\u2022': "bullet",
  5606  	'\u25d8': "bulletinverse",
  5607  	'\u2219': "bulletoperator",
  5608  	'\u25ce': "bullseye",
  5609  	'\u0063': "c",
  5610  	'\u056e': "caarmenian",
  5611  	'\u099a': "cabengali",
  5612  	'\u0107': "cacute",
  5613  	'\u091a': "cadeva",
  5614  	'\u0a9a': "cagujarati",
  5615  	'\u0a1a': "cagurmukhi",
  5616  	'\u3388': "calsquare",
  5617  	'\u0981': "candrabindubengali",
  5618  	'\u0310': "candrabinducmb",
  5619  	'\u0901': "candrabindudeva",
  5620  	'\u0a81': "candrabindugujarati",
  5621  	'\u21ea': "capslock",
  5622  	//	'\u2105':	"careof", // duplicate
  5623  	'\u02c7': "caron",
  5624  	'\u032c': "caronbelowcmb",
  5625  	'\u030c': "caroncmb",
  5626  	'\u21b5': "carriagereturn",
  5627  	'\u3118': "cbopomofo",
  5628  	'\u010d': "ccaron",
  5629  	'\u00e7': "ccedilla",
  5630  	'\u1e09': "ccedillaacute",
  5631  	'\u24d2': "ccircle",
  5632  	'\u0109': "ccircumflex",
  5633  	'\u0255': "ccurl",
  5634  	'\u010b': "cdot",
  5635  	//	'\u010b':	"cdotaccent", // duplicate
  5636  	'\u33c5': "cdsquare",
  5637  	'\u00b8': "cedilla",
  5638  	'\u0327': "cedillacmb",
  5639  	'\u00a2': "cent",
  5640  	'\u2103': "centigrade",
  5641  	'\uf6df': "centinferior",
  5642  	'\uffe0': "centmonospace",
  5643  	'\uf7a2': "centoldstyle",
  5644  	'\uf6e0': "centsuperior",
  5645  	'\u0579': "chaarmenian",
  5646  	'\u099b': "chabengali",
  5647  	'\u091b': "chadeva",
  5648  	'\u0a9b': "chagujarati",
  5649  	'\u0a1b': "chagurmukhi",
  5650  	'\u3114': "chbopomofo",
  5651  	'\u04bd': "cheabkhasiancyrillic",
  5652  	'\u2713': "checkmark",
  5653  	//	'\u0447':	"checyrillic", // duplicate
  5654  	'\u04bf': "chedescenderabkhasiancyrillic",
  5655  	'\u04b7': "chedescendercyrillic",
  5656  	'\u04f5': "chedieresiscyrillic",
  5657  	'\u0573': "cheharmenian",
  5658  	'\u04cc': "chekhakassiancyrillic",
  5659  	'\u04b9': "cheverticalstrokecyrillic",
  5660  	'\u03c7': "chi",
  5661  	'\u3277': "chieuchacirclekorean",
  5662  	'\u3217': "chieuchaparenkorean",
  5663  	'\u3269': "chieuchcirclekorean",
  5664  	'\u314a': "chieuchkorean",
  5665  	'\u3209': "chieuchparenkorean",
  5666  	'\u0e0a': "chochangthai",
  5667  	'\u0e08': "chochanthai",
  5668  	'\u0e09': "chochingthai",
  5669  	'\u0e0c': "chochoethai",
  5670  	'\u0188': "chook",
  5671  	'\u3276': "cieucacirclekorean",
  5672  	'\u3216': "cieucaparenkorean",
  5673  	'\u3268': "cieuccirclekorean",
  5674  	'\u3148': "cieuckorean",
  5675  	'\u3208': "cieucparenkorean",
  5676  	'\u321c': "cieucuparenkorean",
  5677  	'\u25cb': "circle",
  5678  	'\u2297': "circlemultiply",
  5679  	'\u2299': "circleot",
  5680  	'\u2295': "circleplus",
  5681  	'\u3036': "circlepostalmark",
  5682  	'\u25d0': "circlewithlefthalfblack",
  5683  	'\u25d1': "circlewithrighthalfblack",
  5684  	'\u02c6': "circumflex",
  5685  	'\u032d': "circumflexbelowcmb",
  5686  	'\u0302': "circumflexcmb",
  5687  	'\u2327': "clear",
  5688  	'\u01c2': "clickalveolar",
  5689  	'\u01c0': "clickdental",
  5690  	'\u01c1': "clicklateral",
  5691  	'\u01c3': "clickretroflex",
  5692  	'\u2663': "club",
  5693  	//	'\u2663':	"clubsuitblack", // duplicate
  5694  	'\u2667': "clubsuitwhite",
  5695  	'\u33a4': "cmcubedsquare",
  5696  	'\uff43': "cmonospace",
  5697  	'\u33a0': "cmsquaredsquare",
  5698  	'\u0581': "coarmenian",
  5699  	'\u003a': "colon",
  5700  	'\u20a1': "colonmonetary",
  5701  	'\uff1a': "colonmonospace",
  5702  	//	'\u20a1':	"colonsign", // duplicate
  5703  	'\ufe55': "colonsmall",
  5704  	'\u02d1': "colontriangularhalfmod",
  5705  	'\u02d0': "colontriangularmod",
  5706  	'\u002c': "comma",
  5707  	'\u0313': "commaabovecmb",
  5708  	'\u0315': "commaaboverightcmb",
  5709  	'\uf6c3': "commaaccent",
  5710  	//	'\u060c':	"commaarabic", // duplicate
  5711  	'\u055d': "commaarmenian",
  5712  	'\uf6e1': "commainferior",
  5713  	'\uff0c': "commamonospace",
  5714  	'\u0314': "commareversedabovecmb",
  5715  	//	'\u02bd':	"commareversedmod", // duplicate
  5716  	'\ufe50': "commasmall",
  5717  	'\uf6e2': "commasuperior",
  5718  	'\u0312': "commaturnedabovecmb",
  5719  	'\u02bb': "commaturnedmod",
  5720  	'\u263c': "compass",
  5721  	//	'\u2245':	"congruent", // duplicate
  5722  	'\u222e': "contourintegral",
  5723  	'\u2303': "control",
  5724  	'\u0006': "controlACK",
  5725  	'\u0007': "controlBEL",
  5726  	'\u0008': "controlBS",
  5727  	'\u0018': "controlCAN",
  5728  	'\u000d': "controlCR",
  5729  	'\u0011': "controlDC1",
  5730  	'\u0012': "controlDC2",
  5731  	'\u0013': "controlDC3",
  5732  	'\u0014': "controlDC4",
  5733  	'\u007f': "controlDEL",
  5734  	'\u0010': "controlDLE",
  5735  	'\u0019': "controlEM",
  5736  	'\u0005': "controlENQ",
  5737  	'\u0004': "controlEOT",
  5738  	'\u001b': "controlESC",
  5739  	'\u0017': "controlETB",
  5740  	'\u0003': "controlETX",
  5741  	'\u000c': "controlFF",
  5742  	'\u001c': "controlFS",
  5743  	'\u001d': "controlGS",
  5744  	'\u0009': "controlHT",
  5745  	'\u000a': "controlLF",
  5746  	'\u0015': "controlNAK",
  5747  	'\u001e': "controlRS",
  5748  	'\u000f': "controlSI",
  5749  	'\u000e': "controlSO",
  5750  	'\u0002': "controlSOT",
  5751  	'\u0001': "controlSTX",
  5752  	'\u001a': "controlSUB",
  5753  	'\u0016': "controlSYN",
  5754  	'\u001f': "controlUS",
  5755  	'\u000b': "controlVT",
  5756  	'\u00a9': "copyright",
  5757  	'\uf8e9': "copyrightsans",
  5758  	'\uf6d9': "copyrightserif",
  5759  	'\u300c': "cornerbracketleft",
  5760  	'\uff62': "cornerbracketlefthalfwidth",
  5761  	'\ufe41': "cornerbracketleftvertical",
  5762  	'\u300d': "cornerbracketright",
  5763  	'\uff63': "cornerbracketrighthalfwidth",
  5764  	'\ufe42': "cornerbracketrightvertical",
  5765  	'\u337f': "corporationsquare",
  5766  	'\u33c7': "cosquare",
  5767  	'\u33c6': "coverkgsquare",
  5768  	'\u249e': "cparen",
  5769  	'\u20a2': "cruzeiro",
  5770  	'\u0297': "cstretched",
  5771  	'\u22cf': "curlyand",
  5772  	'\u22ce': "curlyor",
  5773  	'\u00a4': "currency",
  5774  	'\uf6d1': "cyrBreve",
  5775  	'\uf6d2': "cyrFlex",
  5776  	'\uf6d4': "cyrbreve",
  5777  	'\uf6d5': "cyrflex",
  5778  	'\u0064': "d",
  5779  	'\u0564': "daarmenian",
  5780  	'\u09a6': "dabengali",
  5781  	//	'\u0636':	"dadarabic", // duplicate
  5782  	'\u0926': "dadeva",
  5783  	'\ufebe': "dadfinalarabic",
  5784  	'\ufebf': "dadinitialarabic",
  5785  	'\ufec0': "dadmedialarabic",
  5786  	//	'\u05bc':	"dagesh", // duplicate
  5787  	//	'\u05bc':	"dageshhebrew", // duplicate
  5788  	'\u2020': "dagger",
  5789  	'\u2021': "daggerdbl",
  5790  	'\u0aa6': "dagujarati",
  5791  	'\u0a26': "dagurmukhi",
  5792  	'\u3060': "dahiragana",
  5793  	'\u30c0': "dakatakana",
  5794  	//	'\u062f':	"dalarabic", // duplicate
  5795  	//	'\u05d3':	"dalet", // duplicate
  5796  	'\ufb33': "daletdagesh",
  5797  	//	'\ufb33':	"daletdageshhebrew", // duplicate
  5798  	//	'\u05b2':	"dalethatafpatah", // duplicate
  5799  	//	'\u05b2':	"dalethatafpatahhebrew", // duplicate
  5800  	//	'\u05b1':	"dalethatafsegol", // duplicate
  5801  	//	'\u05b1':	"dalethatafsegolhebrew", // duplicate
  5802  	//	'\u05d3':	"dalethebrew", // duplicate
  5803  	//	'\u05b4':	"dalethiriq", // duplicate
  5804  	//	'\u05b4':	"dalethiriqhebrew", // duplicate
  5805  	//	'\u05b9':	"daletholam", // duplicate
  5806  	//	'\u05b9':	"daletholamhebrew", // duplicate
  5807  	//	'\u05b7':	"daletpatah", // duplicate
  5808  	//	'\u05b7':	"daletpatahhebrew", // duplicate
  5809  	//	'\u05b8':	"daletqamats", // duplicate
  5810  	//	'\u05b8':	"daletqamatshebrew", // duplicate
  5811  	//	'\u05bb':	"daletqubuts", // duplicate
  5812  	//	'\u05bb':	"daletqubutshebrew", // duplicate
  5813  	//	'\u05b6':	"daletsegol", // duplicate
  5814  	//	'\u05b6':	"daletsegolhebrew", // duplicate
  5815  	//	'\u05b0':	"daletsheva", // duplicate
  5816  	//	'\u05b0':	"daletshevahebrew", // duplicate
  5817  	//	'\u05b5':	"dalettsere", // duplicate
  5818  	//	'\u05b5':	"dalettserehebrew", // duplicate
  5819  	'\ufeaa': "dalfinalarabic",
  5820  	//	'\u064f':	"dammaarabic", // duplicate
  5821  	//	'\u064f':	"dammalowarabic", // duplicate
  5822  	//	'\u064c':	"dammatanaltonearabic", // duplicate
  5823  	//	'\u064c':	"dammatanarabic", // duplicate
  5824  	'\u0964': "danda",
  5825  	'\u05a7': "dargahebrew",
  5826  	//	'\u05a7':	"dargalefthebrew", // duplicate
  5827  	'\u0485': "dasiapneumatacyrilliccmb",
  5828  	'\uf6d3': "dblGrave",
  5829  	'\u300a': "dblanglebracketleft",
  5830  	'\ufe3d': "dblanglebracketleftvertical",
  5831  	'\u300b': "dblanglebracketright",
  5832  	'\ufe3e': "dblanglebracketrightvertical",
  5833  	'\u032b': "dblarchinvertedbelowcmb",
  5834  	//	'\u21d4':	"dblarrowleft", // duplicate
  5835  	//	'\u21d2':	"dblarrowright", // duplicate
  5836  	'\u0965': "dbldanda",
  5837  	'\uf6d6': "dblgrave",
  5838  	'\u030f': "dblgravecmb",
  5839  	'\u222c': "dblintegral",
  5840  	'\u2017': "dbllowline",
  5841  	'\u0333': "dbllowlinecmb",
  5842  	'\u033f': "dbloverlinecmb",
  5843  	'\u02ba': "dblprimemod",
  5844  	'\u2016': "dblverticalbar",
  5845  	'\u030e': "dblverticallineabovecmb",
  5846  	'\u3109': "dbopomofo",
  5847  	'\u33c8': "dbsquare",
  5848  	'\u010f': "dcaron",
  5849  	'\u1e11': "dcedilla",
  5850  	'\u24d3': "dcircle",
  5851  	'\u1e13': "dcircumflexbelow",
  5852  	'\u0111': "dcroat",
  5853  	'\u09a1': "ddabengali",
  5854  	'\u0921': "ddadeva",
  5855  	'\u0aa1': "ddagujarati",
  5856  	'\u0a21': "ddagurmukhi",
  5857  	//	'\u0688':	"ddalarabic", // duplicate
  5858  	'\ufb89': "ddalfinalarabic",
  5859  	'\u095c': "dddhadeva",
  5860  	'\u09a2': "ddhabengali",
  5861  	'\u0922': "ddhadeva",
  5862  	'\u0aa2': "ddhagujarati",
  5863  	'\u0a22': "ddhagurmukhi",
  5864  	'\u1e0b': "ddotaccent",
  5865  	'\u1e0d': "ddotbelow",
  5866  	'\u066b': "decimalseparatorarabic",
  5867  	//	'\u066b':	"decimalseparatorpersian", // duplicate
  5868  	//	'\u0434':	"decyrillic", // duplicate
  5869  	'\u00b0': "degree",
  5870  	'\u05ad': "dehihebrew",
  5871  	'\u3067': "dehiragana",
  5872  	'\u03ef': "deicoptic",
  5873  	'\u30c7': "dekatakana",
  5874  	'\u232b': "deleteleft",
  5875  	'\u2326': "deleteright",
  5876  	'\u03b4': "delta",
  5877  	'\u018d': "deltaturned",
  5878  	'\u09f8': "denominatorminusonenumeratorbengali",
  5879  	'\u02a4': "dezh",
  5880  	'\u09a7': "dhabengali",
  5881  	'\u0927': "dhadeva",
  5882  	'\u0aa7': "dhagujarati",
  5883  	'\u0a27': "dhagurmukhi",
  5884  	'\u0257': "dhook",
  5885  	'\u0385': "dialytikatonos",
  5886  	'\u0344': "dialytikatonoscmb",
  5887  	'\u2666': "diamond",
  5888  	'\u2662': "diamondsuitwhite",
  5889  	'\u00a8': "dieresis",
  5890  	'\uf6d7': "dieresisacute",
  5891  	'\u0324': "dieresisbelowcmb",
  5892  	'\u0308': "dieresiscmb",
  5893  	'\uf6d8': "dieresisgrave",
  5894  	//	'\u0385':	"dieresistonos", // duplicate
  5895  	'\u3062': "dihiragana",
  5896  	'\u30c2': "dikatakana",
  5897  	'\u3003': "dittomark",
  5898  	'\u00f7': "divide",
  5899  	'\u2223': "divides",
  5900  	'\u2215': "divisionslash",
  5901  	//	'\u0452':	"djecyrillic", // duplicate
  5902  	'\u2593': "dkshade",
  5903  	'\u1e0f': "dlinebelow",
  5904  	'\u3397': "dlsquare",
  5905  	//	'\u0111':	"dmacron", // duplicate
  5906  	'\uff44': "dmonospace",
  5907  	'\u2584': "dnblock",
  5908  	'\u0e0e': "dochadathai",
  5909  	'\u0e14': "dodekthai",
  5910  	'\u3069': "dohiragana",
  5911  	'\u30c9': "dokatakana",
  5912  	'\u0024': "dollar",
  5913  	'\uf6e3': "dollarinferior",
  5914  	'\uff04': "dollarmonospace",
  5915  	'\uf724': "dollaroldstyle",
  5916  	'\ufe69': "dollarsmall",
  5917  	'\uf6e4': "dollarsuperior",
  5918  	'\u20ab': "dong",
  5919  	'\u3326': "dorusquare",
  5920  	'\u02d9': "dotaccent",
  5921  	'\u0307': "dotaccentcmb",
  5922  	'\u0323': "dotbelowcmb",
  5923  	//	'\u0323':	"dotbelowcomb", // duplicate
  5924  	'\u30fb': "dotkatakana",
  5925  	'\u0131': "dotlessi",
  5926  	'\uf6be': "dotlessj",
  5927  	'\u0284': "dotlessjstrokehook",
  5928  	'\u22c5': "dotmath",
  5929  	'\u25cc': "dottedcircle",
  5930  	//	'\ufb1f':	"doubleyodpatah", // duplicate
  5931  	//	'\ufb1f':	"doubleyodpatahhebrew", // duplicate
  5932  	'\u031e': "downtackbelowcmb",
  5933  	'\u02d5': "downtackmod",
  5934  	'\u249f': "dparen",
  5935  	'\uf6eb': "dsuperior",
  5936  	'\u0256': "dtail",
  5937  	'\u018c': "dtopbar",
  5938  	'\u3065': "duhiragana",
  5939  	'\u30c5': "dukatakana",
  5940  	'\u01f3': "dz",
  5941  	'\u02a3': "dzaltone",
  5942  	'\u01c6': "dzcaron",
  5943  	'\u02a5': "dzcurl",
  5944  	'\u04e1': "dzeabkhasiancyrillic",
  5945  	//	'\u0455':	"dzecyrillic", // duplicate
  5946  	//	'\u045f':	"dzhecyrillic", // duplicate
  5947  	'\u0065': "e",
  5948  	'\u00e9': "eacute",
  5949  	'\u2641': "earth",
  5950  	'\u098f': "ebengali",
  5951  	'\u311c': "ebopomofo",
  5952  	'\u0115': "ebreve",
  5953  	'\u090d': "ecandradeva",
  5954  	'\u0a8d': "ecandragujarati",
  5955  	'\u0945': "ecandravowelsigndeva",
  5956  	'\u0ac5': "ecandravowelsigngujarati",
  5957  	'\u011b': "ecaron",
  5958  	'\u1e1d': "ecedillabreve",
  5959  	'\u0565': "echarmenian",
  5960  	'\u0587': "echyiwnarmenian",
  5961  	'\u24d4': "ecircle",
  5962  	'\u00ea': "ecircumflex",
  5963  	'\u1ebf': "ecircumflexacute",
  5964  	'\u1e19': "ecircumflexbelow",
  5965  	'\u1ec7': "ecircumflexdotbelow",
  5966  	'\u1ec1': "ecircumflexgrave",
  5967  	'\u1ec3': "ecircumflexhookabove",
  5968  	'\u1ec5': "ecircumflextilde",
  5969  	//	'\u0454':	"ecyrillic", // duplicate
  5970  	'\u0205': "edblgrave",
  5971  	'\u090f': "edeva",
  5972  	'\u00eb': "edieresis",
  5973  	'\u0117': "edot",
  5974  	//	'\u0117':	"edotaccent", // duplicate
  5975  	'\u1eb9': "edotbelow",
  5976  	'\u0a0f': "eegurmukhi",
  5977  	'\u0a47': "eematragurmukhi",
  5978  	//	'\u0444':	"efcyrillic", // duplicate
  5979  	'\u00e8': "egrave",
  5980  	'\u0a8f': "egujarati",
  5981  	'\u0567': "eharmenian",
  5982  	'\u311d': "ehbopomofo",
  5983  	'\u3048': "ehiragana",
  5984  	'\u1ebb': "ehookabove",
  5985  	'\u311f': "eibopomofo",
  5986  	'\u0038': "eight",
  5987  	//	'\u0668':	"eightarabic", // duplicate
  5988  	'\u09ee': "eightbengali",
  5989  	'\u2467': "eightcircle",
  5990  	'\u2791': "eightcircleinversesansserif",
  5991  	'\u096e': "eightdeva",
  5992  	'\u2471': "eighteencircle",
  5993  	'\u2485': "eighteenparen",
  5994  	'\u2499': "eighteenperiod",
  5995  	'\u0aee': "eightgujarati",
  5996  	'\u0a6e': "eightgurmukhi",
  5997  	//	'\u0668':	"eighthackarabic", // duplicate
  5998  	'\u3028': "eighthangzhou",
  5999  	'\u266b': "eighthnotebeamed",
  6000  	'\u3227': "eightideographicparen",
  6001  	'\u2088': "eightinferior",
  6002  	'\uff18': "eightmonospace",
  6003  	'\uf738': "eightoldstyle",
  6004  	'\u247b': "eightparen",
  6005  	'\u248f': "eightperiod",
  6006  	'\u06f8': "eightpersian",
  6007  	'\u2177': "eightroman",
  6008  	'\u2078': "eightsuperior",
  6009  	'\u0e58': "eightthai",
  6010  	'\u0207': "einvertedbreve",
  6011  	'\u0465': "eiotifiedcyrillic",
  6012  	'\u30a8': "ekatakana",
  6013  	'\uff74': "ekatakanahalfwidth",
  6014  	'\u0a74': "ekonkargurmukhi",
  6015  	'\u3154': "ekorean",
  6016  	//	'\u043b':	"elcyrillic", // duplicate
  6017  	'\u2208': "element",
  6018  	'\u246a': "elevencircle",
  6019  	'\u247e': "elevenparen",
  6020  	'\u2492': "elevenperiod",
  6021  	'\u217a': "elevenroman",
  6022  	'\u2026': "ellipsis",
  6023  	'\u22ee': "ellipsisvertical",
  6024  	'\u0113': "emacron",
  6025  	'\u1e17': "emacronacute",
  6026  	'\u1e15': "emacrongrave",
  6027  	//	'\u043c':	"emcyrillic", // duplicate
  6028  	'\u2014': "emdash",
  6029  	'\ufe31': "emdashvertical",
  6030  	'\uff45': "emonospace",
  6031  	'\u055b': "emphasismarkarmenian",
  6032  	'\u2205': "emptyset",
  6033  	'\u3123': "enbopomofo",
  6034  	//	'\u043d':	"encyrillic", // duplicate
  6035  	'\u2013': "endash",
  6036  	'\ufe32': "endashvertical",
  6037  	'\u04a3': "endescendercyrillic",
  6038  	'\u014b': "eng",
  6039  	'\u3125': "engbopomofo",
  6040  	'\u04a5': "enghecyrillic",
  6041  	'\u04c8': "enhookcyrillic",
  6042  	'\u2002': "enspace",
  6043  	'\u0119': "eogonek",
  6044  	'\u3153': "eokorean",
  6045  	'\u025b': "eopen",
  6046  	'\u029a': "eopenclosed",
  6047  	'\u025c': "eopenreversed",
  6048  	'\u025e': "eopenreversedclosed",
  6049  	'\u025d': "eopenreversedhook",
  6050  	'\u24a0': "eparen",
  6051  	'\u03b5': "epsilon",
  6052  	'\u03ad': "epsilontonos",
  6053  	'\u003d': "equal",
  6054  	'\uff1d': "equalmonospace",
  6055  	'\ufe66': "equalsmall",
  6056  	'\u207c': "equalsuperior",
  6057  	'\u2261': "equivalence",
  6058  	'\u3126': "erbopomofo",
  6059  	//	'\u0440':	"ercyrillic", // duplicate
  6060  	'\u0258': "ereversed",
  6061  	//	'\u044d':	"ereversedcyrillic", // duplicate
  6062  	//	'\u0441':	"escyrillic", // duplicate
  6063  	'\u04ab': "esdescendercyrillic",
  6064  	'\u0283': "esh",
  6065  	'\u0286': "eshcurl",
  6066  	'\u090e': "eshortdeva",
  6067  	'\u0946': "eshortvowelsigndeva",
  6068  	'\u01aa': "eshreversedloop",
  6069  	'\u0285': "eshsquatreversed",
  6070  	'\u3047': "esmallhiragana",
  6071  	'\u30a7': "esmallkatakana",
  6072  	'\uff6a': "esmallkatakanahalfwidth",
  6073  	'\u212e': "estimated",
  6074  	'\uf6ec': "esuperior",
  6075  	'\u03b7': "eta",
  6076  	'\u0568': "etarmenian",
  6077  	'\u03ae': "etatonos",
  6078  	'\u00f0': "eth",
  6079  	'\u1ebd': "etilde",
  6080  	'\u1e1b': "etildebelow",
  6081  	'\u0591': "etnahtafoukhhebrew",
  6082  	//	'\u0591':	"etnahtafoukhlefthebrew", // duplicate
  6083  	//	'\u0591':	"etnahtahebrew", // duplicate
  6084  	//	'\u0591':	"etnahtalefthebrew", // duplicate
  6085  	'\u01dd': "eturned",
  6086  	'\u3161': "eukorean",
  6087  	//	'\u20ac':	"euro", // duplicate
  6088  	'\u09c7': "evowelsignbengali",
  6089  	'\u0947': "evowelsigndeva",
  6090  	'\u0ac7': "evowelsigngujarati",
  6091  	'\u0021': "exclam",
  6092  	'\u055c': "exclamarmenian",
  6093  	'\u203c': "exclamdbl",
  6094  	'\u00a1': "exclamdown",
  6095  	'\uf7a1': "exclamdownsmall",
  6096  	'\uff01': "exclammonospace",
  6097  	'\uf721': "exclamsmall",
  6098  	'\u2203': "existential",
  6099  	'\u0292': "ezh",
  6100  	'\u01ef': "ezhcaron",
  6101  	'\u0293': "ezhcurl",
  6102  	'\u01b9': "ezhreversed",
  6103  	'\u01ba': "ezhtail",
  6104  	'\u0066': "f",
  6105  	'\u095e': "fadeva",
  6106  	'\u0a5e': "fagurmukhi",
  6107  	'\u2109': "fahrenheit",
  6108  	//	'\u064e':	"fathaarabic", // duplicate
  6109  	//	'\u064e':	"fathalowarabic", // duplicate
  6110  	//	'\u064b':	"fathatanarabic", // duplicate
  6111  	'\u3108': "fbopomofo",
  6112  	'\u24d5': "fcircle",
  6113  	'\u1e1f': "fdotaccent",
  6114  	//	'\u0641':	"feharabic", // duplicate
  6115  	'\u0586': "feharmenian",
  6116  	'\ufed2': "fehfinalarabic",
  6117  	'\ufed3': "fehinitialarabic",
  6118  	'\ufed4': "fehmedialarabic",
  6119  	'\u03e5': "feicoptic",
  6120  	'\u2640': "female",
  6121  	'\ufb00': "ff",
  6122  	'\ufb03': "ffi",
  6123  	'\ufb04': "ffl",
  6124  	'\ufb01': "fi",
  6125  	'\u246e': "fifteencircle",
  6126  	'\u2482': "fifteenparen",
  6127  	'\u2496': "fifteenperiod",
  6128  	'\u2012': "figuredash",
  6129  	//	'\u25a0':	"filledbox", // duplicate
  6130  	//	'\u25ac':	"filledrect", // duplicate
  6131  	//	'\u05da':	"finalkaf", // duplicate
  6132  	'\ufb3a': "finalkafdagesh",
  6133  	//	'\ufb3a':	"finalkafdageshhebrew", // duplicate
  6134  	//	'\u05da':	"finalkafhebrew", // duplicate
  6135  	//	'\u05b8':	"finalkafqamats", // duplicate
  6136  	//	'\u05b8':	"finalkafqamatshebrew", // duplicate
  6137  	//	'\u05b0':	"finalkafsheva", // duplicate
  6138  	//	'\u05b0':	"finalkafshevahebrew", // duplicate
  6139  	//	'\u05dd':	"finalmem", // duplicate
  6140  	//	'\u05dd':	"finalmemhebrew", // duplicate
  6141  	//	'\u05df':	"finalnun", // duplicate
  6142  	//	'\u05df':	"finalnunhebrew", // duplicate
  6143  	//	'\u05e3':	"finalpe", // duplicate
  6144  	//	'\u05e3':	"finalpehebrew", // duplicate
  6145  	//	'\u05e5':	"finaltsadi", // duplicate
  6146  	//	'\u05e5':	"finaltsadihebrew", // duplicate
  6147  	'\u02c9': "firsttonechinese",
  6148  	'\u25c9': "fisheye",
  6149  	//	'\u0473':	"fitacyrillic", // duplicate
  6150  	'\u0035': "five",
  6151  	//	'\u0665':	"fivearabic", // duplicate
  6152  	'\u09eb': "fivebengali",
  6153  	'\u2464': "fivecircle",
  6154  	'\u278e': "fivecircleinversesansserif",
  6155  	'\u096b': "fivedeva",
  6156  	'\u215d': "fiveeighths",
  6157  	'\u0aeb': "fivegujarati",
  6158  	'\u0a6b': "fivegurmukhi",
  6159  	//	'\u0665':	"fivehackarabic", // duplicate
  6160  	'\u3025': "fivehangzhou",
  6161  	'\u3224': "fiveideographicparen",
  6162  	'\u2085': "fiveinferior",
  6163  	'\uff15': "fivemonospace",
  6164  	'\uf735': "fiveoldstyle",
  6165  	'\u2478': "fiveparen",
  6166  	'\u248c': "fiveperiod",
  6167  	'\u06f5': "fivepersian",
  6168  	'\u2174': "fiveroman",
  6169  	'\u2075': "fivesuperior",
  6170  	'\u0e55': "fivethai",
  6171  	'\ufb02': "fl",
  6172  	'\u0192': "florin",
  6173  	'\uff46': "fmonospace",
  6174  	'\u3399': "fmsquare",
  6175  	'\u0e1f': "fofanthai",
  6176  	'\u0e1d': "fofathai",
  6177  	'\u0e4f': "fongmanthai",
  6178  	'\u2200': "forall",
  6179  	'\u0034': "four",
  6180  	//	'\u0664':	"fourarabic", // duplicate
  6181  	'\u09ea': "fourbengali",
  6182  	'\u2463': "fourcircle",
  6183  	'\u278d': "fourcircleinversesansserif",
  6184  	'\u096a': "fourdeva",
  6185  	'\u0aea': "fourgujarati",
  6186  	'\u0a6a': "fourgurmukhi",
  6187  	//	'\u0664':	"fourhackarabic", // duplicate
  6188  	'\u3024': "fourhangzhou",
  6189  	'\u3223': "fourideographicparen",
  6190  	'\u2084': "fourinferior",
  6191  	'\uff14': "fourmonospace",
  6192  	'\u09f7': "fournumeratorbengali",
  6193  	'\uf734': "fouroldstyle",
  6194  	'\u2477': "fourparen",
  6195  	'\u248b': "fourperiod",
  6196  	'\u06f4': "fourpersian",
  6197  	'\u2173': "fourroman",
  6198  	'\u2074': "foursuperior",
  6199  	'\u246d': "fourteencircle",
  6200  	'\u2481': "fourteenparen",
  6201  	'\u2495': "fourteenperiod",
  6202  	'\u0e54': "fourthai",
  6203  	'\u02cb': "fourthtonechinese",
  6204  	'\u24a1': "fparen",
  6205  	'\u2044': "fraction",
  6206  	'\u20a3': "franc",
  6207  	'\u0067': "g",
  6208  	'\u0997': "gabengali",
  6209  	'\u01f5': "gacute",
  6210  	'\u0917': "gadeva",
  6211  	//	'\u06af':	"gafarabic", // duplicate
  6212  	'\ufb93': "gaffinalarabic",
  6213  	'\ufb94': "gafinitialarabic",
  6214  	'\ufb95': "gafmedialarabic",
  6215  	'\u0a97': "gagujarati",
  6216  	'\u0a17': "gagurmukhi",
  6217  	'\u304c': "gahiragana",
  6218  	'\u30ac': "gakatakana",
  6219  	'\u03b3': "gamma",
  6220  	'\u0263': "gammalatinsmall",
  6221  	'\u02e0': "gammasuperior",
  6222  	'\u03eb': "gangiacoptic",
  6223  	'\u310d': "gbopomofo",
  6224  	'\u011f': "gbreve",
  6225  	'\u01e7': "gcaron",
  6226  	'\u0123': "gcedilla",
  6227  	'\u24d6': "gcircle",
  6228  	'\u011d': "gcircumflex",
  6229  	//	'\u0123':	"gcommaaccent", // duplicate
  6230  	'\u0121': "gdot",
  6231  	//	'\u0121':	"gdotaccent", // duplicate
  6232  	//	'\u0433':	"gecyrillic", // duplicate
  6233  	'\u3052': "gehiragana",
  6234  	'\u30b2': "gekatakana",
  6235  	'\u2251': "geometricallyequal",
  6236  	'\u059c': "gereshaccenthebrew",
  6237  	'\u05f3': "gereshhebrew",
  6238  	'\u059d': "gereshmuqdamhebrew",
  6239  	'\u00df': "germandbls",
  6240  	'\u059e': "gershayimaccenthebrew",
  6241  	'\u05f4': "gershayimhebrew",
  6242  	'\u3013': "getamark",
  6243  	'\u0998': "ghabengali",
  6244  	'\u0572': "ghadarmenian",
  6245  	'\u0918': "ghadeva",
  6246  	'\u0a98': "ghagujarati",
  6247  	'\u0a18': "ghagurmukhi",
  6248  	//	'\u063a':	"ghainarabic", // duplicate
  6249  	'\ufece': "ghainfinalarabic",
  6250  	'\ufecf': "ghaininitialarabic",
  6251  	'\ufed0': "ghainmedialarabic",
  6252  	'\u0495': "ghemiddlehookcyrillic",
  6253  	'\u0493': "ghestrokecyrillic",
  6254  	//	'\u0491':	"gheupturncyrillic", // duplicate
  6255  	'\u095a': "ghhadeva",
  6256  	'\u0a5a': "ghhagurmukhi",
  6257  	'\u0260': "ghook",
  6258  	'\u3393': "ghzsquare",
  6259  	'\u304e': "gihiragana",
  6260  	'\u30ae': "gikatakana",
  6261  	'\u0563': "gimarmenian",
  6262  	//	'\u05d2':	"gimel", // duplicate
  6263  	'\ufb32': "gimeldagesh",
  6264  	//	'\ufb32':	"gimeldageshhebrew", // duplicate
  6265  	//	'\u05d2':	"gimelhebrew", // duplicate
  6266  	//	'\u0453':	"gjecyrillic", // duplicate
  6267  	'\u01be': "glottalinvertedstroke",
  6268  	'\u0294': "glottalstop",
  6269  	'\u0296': "glottalstopinverted",
  6270  	'\u02c0': "glottalstopmod",
  6271  	'\u0295': "glottalstopreversed",
  6272  	'\u02c1': "glottalstopreversedmod",
  6273  	'\u02e4': "glottalstopreversedsuperior",
  6274  	'\u02a1': "glottalstopstroke",
  6275  	'\u02a2': "glottalstopstrokereversed",
  6276  	'\u1e21': "gmacron",
  6277  	'\uff47': "gmonospace",
  6278  	'\u3054': "gohiragana",
  6279  	'\u30b4': "gokatakana",
  6280  	'\u24a2': "gparen",
  6281  	'\u33ac': "gpasquare",
  6282  	'\u2207': "gradient",
  6283  	'\u0060': "grave",
  6284  	'\u0316': "gravebelowcmb",
  6285  	'\u0300': "gravecmb",
  6286  	//	'\u0300':	"gravecomb", // duplicate
  6287  	'\u0953': "gravedeva",
  6288  	'\u02ce': "gravelowmod",
  6289  	'\uff40': "gravemonospace",
  6290  	'\u0340': "gravetonecmb",
  6291  	'\u003e': "greater",
  6292  	'\u2265': "greaterequal",
  6293  	'\u22db': "greaterequalorless",
  6294  	'\uff1e': "greatermonospace",
  6295  	'\u2273': "greaterorequivalent",
  6296  	'\u2277': "greaterorless",
  6297  	'\u2267': "greateroverequal",
  6298  	'\ufe65': "greatersmall",
  6299  	'\u0261': "gscript",
  6300  	'\u01e5': "gstroke",
  6301  	'\u3050': "guhiragana",
  6302  	'\u00ab': "guillemotleft",
  6303  	'\u00bb': "guillemotright",
  6304  	'\u2039': "guilsinglleft",
  6305  	'\u203a': "guilsinglright",
  6306  	'\u30b0': "gukatakana",
  6307  	'\u3318': "guramusquare",
  6308  	'\u33c9': "gysquare",
  6309  	'\u0068': "h",
  6310  	'\u04a9': "haabkhasiancyrillic",
  6311  	'\u06c1': "haaltonearabic",
  6312  	'\u09b9': "habengali",
  6313  	'\u04b3': "hadescendercyrillic",
  6314  	'\u0939': "hadeva",
  6315  	'\u0ab9': "hagujarati",
  6316  	'\u0a39': "hagurmukhi",
  6317  	//	'\u062d':	"haharabic", // duplicate
  6318  	'\ufea2': "hahfinalarabic",
  6319  	'\ufea3': "hahinitialarabic",
  6320  	'\u306f': "hahiragana",
  6321  	'\ufea4': "hahmedialarabic",
  6322  	'\u332a': "haitusquare",
  6323  	'\u30cf': "hakatakana",
  6324  	'\uff8a': "hakatakanahalfwidth",
  6325  	'\u0a4d': "halantgurmukhi",
  6326  	//	'\u0621':	"hamzaarabic", // duplicate
  6327  	//	'\u064f':	"hamzadammaarabic", // duplicate
  6328  	//	'\u064c':	"hamzadammatanarabic", // duplicate
  6329  	//	'\u064e':	"hamzafathaarabic", // duplicate
  6330  	//	'\u064b':	"hamzafathatanarabic", // duplicate
  6331  	//	'\u0621':	"hamzalowarabic", // duplicate
  6332  	//	'\u0650':	"hamzalowkasraarabic", // duplicate
  6333  	//	'\u064d':	"hamzalowkasratanarabic", // duplicate
  6334  	//	'\u0652':	"hamzasukunarabic", // duplicate
  6335  	'\u3164': "hangulfiller",
  6336  	//	'\u044a':	"hardsigncyrillic", // duplicate
  6337  	'\u21bc': "harpoonleftbarbup",
  6338  	'\u21c0': "harpoonrightbarbup",
  6339  	'\u33ca': "hasquare",
  6340  	//	'\u05b2':	"hatafpatah", // duplicate
  6341  	//	'\u05b2':	"hatafpatah16", // duplicate
  6342  	//	'\u05b2':	"hatafpatah23", // duplicate
  6343  	//	'\u05b2':	"hatafpatah2f", // duplicate
  6344  	//	'\u05b2':	"hatafpatahhebrew", // duplicate
  6345  	//	'\u05b2':	"hatafpatahnarrowhebrew", // duplicate
  6346  	//	'\u05b2':	"hatafpatahquarterhebrew", // duplicate
  6347  	//	'\u05b2':	"hatafpatahwidehebrew", // duplicate
  6348  	//	'\u05b3':	"hatafqamats", // duplicate
  6349  	//	'\u05b3':	"hatafqamats1b", // duplicate
  6350  	//	'\u05b3':	"hatafqamats28", // duplicate
  6351  	//	'\u05b3':	"hatafqamats34", // duplicate
  6352  	//	'\u05b3':	"hatafqamatshebrew", // duplicate
  6353  	//	'\u05b3':	"hatafqamatsnarrowhebrew", // duplicate
  6354  	//	'\u05b3':	"hatafqamatsquarterhebrew", // duplicate
  6355  	//	'\u05b3':	"hatafqamatswidehebrew", // duplicate
  6356  	//	'\u05b1':	"hatafsegol", // duplicate
  6357  	//	'\u05b1':	"hatafsegol17", // duplicate
  6358  	//	'\u05b1':	"hatafsegol24", // duplicate
  6359  	//	'\u05b1':	"hatafsegol30", // duplicate
  6360  	//	'\u05b1':	"hatafsegolhebrew", // duplicate
  6361  	//	'\u05b1':	"hatafsegolnarrowhebrew", // duplicate
  6362  	//	'\u05b1':	"hatafsegolquarterhebrew", // duplicate
  6363  	//	'\u05b1':	"hatafsegolwidehebrew", // duplicate
  6364  	'\u0127': "hbar",
  6365  	'\u310f': "hbopomofo",
  6366  	'\u1e2b': "hbrevebelow",
  6367  	'\u1e29': "hcedilla",
  6368  	'\u24d7': "hcircle",
  6369  	'\u0125': "hcircumflex",
  6370  	'\u1e27': "hdieresis",
  6371  	'\u1e23': "hdotaccent",
  6372  	'\u1e25': "hdotbelow",
  6373  	//	'\u05d4':	"he", // duplicate
  6374  	'\u2665': "heart",
  6375  	//	'\u2665':	"heartsuitblack", // duplicate
  6376  	'\u2661': "heartsuitwhite",
  6377  	'\ufb34': "hedagesh",
  6378  	//	'\ufb34':	"hedageshhebrew", // duplicate
  6379  	//	'\u06c1':	"hehaltonearabic", // duplicate
  6380  	//	'\u0647':	"heharabic", // duplicate
  6381  	//	'\u05d4':	"hehebrew", // duplicate
  6382  	'\ufba7': "hehfinalaltonearabic",
  6383  	'\ufeea': "hehfinalalttwoarabic",
  6384  	//	'\ufeea':	"hehfinalarabic", // duplicate
  6385  	'\ufba5': "hehhamzaabovefinalarabic",
  6386  	'\ufba4': "hehhamzaaboveisolatedarabic",
  6387  	'\ufba8': "hehinitialaltonearabic",
  6388  	'\ufeeb': "hehinitialarabic",
  6389  	'\u3078': "hehiragana",
  6390  	'\ufba9': "hehmedialaltonearabic",
  6391  	'\ufeec': "hehmedialarabic",
  6392  	'\u337b': "heiseierasquare",
  6393  	'\u30d8': "hekatakana",
  6394  	'\uff8d': "hekatakanahalfwidth",
  6395  	'\u3336': "hekutaarusquare",
  6396  	'\u0267': "henghook",
  6397  	'\u3339': "herutusquare",
  6398  	//	'\u05d7':	"het", // duplicate
  6399  	//	'\u05d7':	"hethebrew", // duplicate
  6400  	'\u0266': "hhook",
  6401  	'\u02b1': "hhooksuperior",
  6402  	'\u327b': "hieuhacirclekorean",
  6403  	'\u321b': "hieuhaparenkorean",
  6404  	'\u326d': "hieuhcirclekorean",
  6405  	'\u314e': "hieuhkorean",
  6406  	'\u320d': "hieuhparenkorean",
  6407  	'\u3072': "hihiragana",
  6408  	'\u30d2': "hikatakana",
  6409  	'\uff8b': "hikatakanahalfwidth",
  6410  	//	'\u05b4':	"hiriq", // duplicate
  6411  	//	'\u05b4':	"hiriq14", // duplicate
  6412  	//	'\u05b4':	"hiriq21", // duplicate
  6413  	//	'\u05b4':	"hiriq2d", // duplicate
  6414  	//	'\u05b4':	"hiriqhebrew", // duplicate
  6415  	//	'\u05b4':	"hiriqnarrowhebrew", // duplicate
  6416  	//	'\u05b4':	"hiriqquarterhebrew", // duplicate
  6417  	//	'\u05b4':	"hiriqwidehebrew", // duplicate
  6418  	'\u1e96': "hlinebelow",
  6419  	'\uff48': "hmonospace",
  6420  	'\u0570': "hoarmenian",
  6421  	'\u0e2b': "hohipthai",
  6422  	'\u307b': "hohiragana",
  6423  	'\u30db': "hokatakana",
  6424  	'\uff8e': "hokatakanahalfwidth",
  6425  	//	'\u05b9':	"holam", // duplicate
  6426  	//	'\u05b9':	"holam19", // duplicate
  6427  	//	'\u05b9':	"holam26", // duplicate
  6428  	//	'\u05b9':	"holam32", // duplicate
  6429  	//	'\u05b9':	"holamhebrew", // duplicate
  6430  	//	'\u05b9':	"holamnarrowhebrew", // duplicate
  6431  	//	'\u05b9':	"holamquarterhebrew", // duplicate
  6432  	//	'\u05b9':	"holamwidehebrew", // duplicate
  6433  	'\u0e2e': "honokhukthai",
  6434  	'\u0309': "hookabovecomb",
  6435  	//	'\u0309':	"hookcmb", // duplicate
  6436  	'\u0321': "hookpalatalizedbelowcmb",
  6437  	'\u0322': "hookretroflexbelowcmb",
  6438  	'\u3342': "hoonsquare",
  6439  	'\u03e9': "horicoptic",
  6440  	//	'\u2015':	"horizontalbar", // duplicate
  6441  	'\u031b': "horncmb",
  6442  	'\u2668': "hotsprings",
  6443  	'\u2302': "house",
  6444  	'\u24a3': "hparen",
  6445  	'\u02b0': "hsuperior",
  6446  	'\u0265': "hturned",
  6447  	'\u3075': "huhiragana",
  6448  	'\u3333': "huiitosquare",
  6449  	'\u30d5': "hukatakana",
  6450  	'\uff8c': "hukatakanahalfwidth",
  6451  	'\u02dd': "hungarumlaut",
  6452  	'\u030b': "hungarumlautcmb",
  6453  	'\u0195': "hv",
  6454  	'\u002d': "hyphen",
  6455  	'\uf6e5': "hypheninferior",
  6456  	'\uff0d': "hyphenmonospace",
  6457  	'\ufe63': "hyphensmall",
  6458  	'\uf6e6': "hyphensuperior",
  6459  	'\u2010': "hyphentwo",
  6460  	'\u0069': "i",
  6461  	'\u00ed': "iacute",
  6462  	//	'\u044f':	"iacyrillic", // duplicate
  6463  	'\u0987': "ibengali",
  6464  	'\u3127': "ibopomofo",
  6465  	'\u012d': "ibreve",
  6466  	'\u01d0': "icaron",
  6467  	'\u24d8': "icircle",
  6468  	'\u00ee': "icircumflex",
  6469  	//	'\u0456':	"icyrillic", // duplicate
  6470  	'\u0209': "idblgrave",
  6471  	'\u328f': "ideographearthcircle",
  6472  	'\u328b': "ideographfirecircle",
  6473  	'\u323f': "ideographicallianceparen",
  6474  	'\u323a': "ideographiccallparen",
  6475  	'\u32a5': "ideographiccentrecircle",
  6476  	'\u3006': "ideographicclose",
  6477  	'\u3001': "ideographiccomma",
  6478  	'\uff64': "ideographiccommaleft",
  6479  	'\u3237': "ideographiccongratulationparen",
  6480  	'\u32a3': "ideographiccorrectcircle",
  6481  	'\u322f': "ideographicearthparen",
  6482  	'\u323d': "ideographicenterpriseparen",
  6483  	'\u329d': "ideographicexcellentcircle",
  6484  	'\u3240': "ideographicfestivalparen",
  6485  	'\u3296': "ideographicfinancialcircle",
  6486  	'\u3236': "ideographicfinancialparen",
  6487  	'\u322b': "ideographicfireparen",
  6488  	'\u3232': "ideographichaveparen",
  6489  	'\u32a4': "ideographichighcircle",
  6490  	'\u3005': "ideographiciterationmark",
  6491  	'\u3298': "ideographiclaborcircle",
  6492  	'\u3238': "ideographiclaborparen",
  6493  	'\u32a7': "ideographicleftcircle",
  6494  	'\u32a6': "ideographiclowcircle",
  6495  	'\u32a9': "ideographicmedicinecircle",
  6496  	'\u322e': "ideographicmetalparen",
  6497  	'\u322a': "ideographicmoonparen",
  6498  	'\u3234': "ideographicnameparen",
  6499  	'\u3002': "ideographicperiod",
  6500  	'\u329e': "ideographicprintcircle",
  6501  	'\u3243': "ideographicreachparen",
  6502  	'\u3239': "ideographicrepresentparen",
  6503  	'\u323e': "ideographicresourceparen",
  6504  	'\u32a8': "ideographicrightcircle",
  6505  	'\u3299': "ideographicsecretcircle",
  6506  	'\u3242': "ideographicselfparen",
  6507  	'\u3233': "ideographicsocietyparen",
  6508  	'\u3000': "ideographicspace",
  6509  	'\u3235': "ideographicspecialparen",
  6510  	'\u3231': "ideographicstockparen",
  6511  	'\u323b': "ideographicstudyparen",
  6512  	'\u3230': "ideographicsunparen",
  6513  	'\u323c': "ideographicsuperviseparen",
  6514  	'\u322c': "ideographicwaterparen",
  6515  	'\u322d': "ideographicwoodparen",
  6516  	'\u3007': "ideographiczero",
  6517  	'\u328e': "ideographmetalcircle",
  6518  	'\u328a': "ideographmooncircle",
  6519  	'\u3294': "ideographnamecircle",
  6520  	'\u3290': "ideographsuncircle",
  6521  	'\u328c': "ideographwatercircle",
  6522  	'\u328d': "ideographwoodcircle",
  6523  	'\u0907': "ideva",
  6524  	'\u00ef': "idieresis",
  6525  	'\u1e2f': "idieresisacute",
  6526  	'\u04e5': "idieresiscyrillic",
  6527  	'\u1ecb': "idotbelow",
  6528  	'\u04d7': "iebrevecyrillic",
  6529  	//	'\u0435':	"iecyrillic", // duplicate
  6530  	'\u3275': "ieungacirclekorean",
  6531  	'\u3215': "ieungaparenkorean",
  6532  	'\u3267': "ieungcirclekorean",
  6533  	'\u3147': "ieungkorean",
  6534  	'\u3207': "ieungparenkorean",
  6535  	'\u00ec': "igrave",
  6536  	'\u0a87': "igujarati",
  6537  	'\u0a07': "igurmukhi",
  6538  	'\u3044': "ihiragana",
  6539  	'\u1ec9': "ihookabove",
  6540  	'\u0988': "iibengali",
  6541  	//	'\u0438':	"iicyrillic", // duplicate
  6542  	'\u0908': "iideva",
  6543  	'\u0a88': "iigujarati",
  6544  	'\u0a08': "iigurmukhi",
  6545  	'\u0a40': "iimatragurmukhi",
  6546  	'\u020b': "iinvertedbreve",
  6547  	//	'\u0439':	"iishortcyrillic", // duplicate
  6548  	'\u09c0': "iivowelsignbengali",
  6549  	'\u0940': "iivowelsigndeva",
  6550  	'\u0ac0': "iivowelsigngujarati",
  6551  	'\u0133': "ij",
  6552  	'\u30a4': "ikatakana",
  6553  	'\uff72': "ikatakanahalfwidth",
  6554  	'\u3163': "ikorean",
  6555  	'\u02dc': "ilde",
  6556  	'\u05ac': "iluyhebrew",
  6557  	'\u012b': "imacron",
  6558  	'\u04e3': "imacroncyrillic",
  6559  	'\u2253': "imageorapproximatelyequal",
  6560  	'\u0a3f': "imatragurmukhi",
  6561  	'\uff49': "imonospace",
  6562  	//	'\u2206':	"increment", // duplicate
  6563  	'\u221e': "infinity",
  6564  	'\u056b': "iniarmenian",
  6565  	'\u222b': "integral",
  6566  	'\u2321': "integralbottom",
  6567  	//	'\u2321':	"integralbt", // duplicate
  6568  	'\uf8f5': "integralex",
  6569  	'\u2320': "integraltop",
  6570  	//	'\u2320':	"integraltp", // duplicate
  6571  	'\u2229': "intersection",
  6572  	'\u3305': "intisquare",
  6573  	//	'\u25d8':	"invbullet", // duplicate
  6574  	'\u25d9': "invcircle",
  6575  	//	'\u263b':	"invsmileface", // duplicate
  6576  	//	'\u0451':	"iocyrillic", // duplicate
  6577  	'\u012f': "iogonek",
  6578  	'\u03b9': "iota",
  6579  	'\u03ca': "iotadieresis",
  6580  	'\u0390': "iotadieresistonos",
  6581  	'\u0269': "iotalatin",
  6582  	'\u03af': "iotatonos",
  6583  	'\u24a4': "iparen",
  6584  	'\u0a72': "irigurmukhi",
  6585  	'\u3043': "ismallhiragana",
  6586  	'\u30a3': "ismallkatakana",
  6587  	'\uff68': "ismallkatakanahalfwidth",
  6588  	'\u09fa': "issharbengali",
  6589  	'\u0268': "istroke",
  6590  	'\uf6ed': "isuperior",
  6591  	'\u309d': "iterationhiragana",
  6592  	'\u30fd': "iterationkatakana",
  6593  	'\u0129': "itilde",
  6594  	'\u1e2d': "itildebelow",
  6595  	'\u3129': "iubopomofo",
  6596  	//	'\u044e':	"iucyrillic", // duplicate
  6597  	'\u09bf': "ivowelsignbengali",
  6598  	'\u093f': "ivowelsigndeva",
  6599  	'\u0abf': "ivowelsigngujarati",
  6600  	//	'\u0475':	"izhitsacyrillic", // duplicate
  6601  	'\u0477': "izhitsadblgravecyrillic",
  6602  	'\u006a': "j",
  6603  	'\u0571': "jaarmenian",
  6604  	'\u099c': "jabengali",
  6605  	'\u091c': "jadeva",
  6606  	'\u0a9c': "jagujarati",
  6607  	'\u0a1c': "jagurmukhi",
  6608  	'\u3110': "jbopomofo",
  6609  	'\u01f0': "jcaron",
  6610  	'\u24d9': "jcircle",
  6611  	'\u0135': "jcircumflex",
  6612  	'\u029d': "jcrossedtail",
  6613  	'\u025f': "jdotlessstroke",
  6614  	//	'\u0458':	"jecyrillic", // duplicate
  6615  	//	'\u062c':	"jeemarabic", // duplicate
  6616  	'\ufe9e': "jeemfinalarabic",
  6617  	'\ufe9f': "jeeminitialarabic",
  6618  	'\ufea0': "jeemmedialarabic",
  6619  	//	'\u0698':	"jeharabic", // duplicate
  6620  	'\ufb8b': "jehfinalarabic",
  6621  	'\u099d': "jhabengali",
  6622  	'\u091d': "jhadeva",
  6623  	'\u0a9d': "jhagujarati",
  6624  	'\u0a1d': "jhagurmukhi",
  6625  	'\u057b': "jheharmenian",
  6626  	'\u3004': "jis",
  6627  	'\uff4a': "jmonospace",
  6628  	'\u24a5': "jparen",
  6629  	'\u02b2': "jsuperior",
  6630  	'\u006b': "k",
  6631  	'\u04a1': "kabashkircyrillic",
  6632  	'\u0995': "kabengali",
  6633  	'\u1e31': "kacute",
  6634  	//	'\u043a':	"kacyrillic", // duplicate
  6635  	'\u049b': "kadescendercyrillic",
  6636  	'\u0915': "kadeva",
  6637  	//	'\u05db':	"kaf", // duplicate
  6638  	//	'\u0643':	"kafarabic", // duplicate
  6639  	'\ufb3b': "kafdagesh",
  6640  	//	'\ufb3b':	"kafdageshhebrew", // duplicate
  6641  	'\ufeda': "kaffinalarabic",
  6642  	//	'\u05db':	"kafhebrew", // duplicate
  6643  	'\ufedb': "kafinitialarabic",
  6644  	'\ufedc': "kafmedialarabic",
  6645  	'\ufb4d': "kafrafehebrew",
  6646  	'\u0a95': "kagujarati",
  6647  	'\u0a15': "kagurmukhi",
  6648  	'\u304b': "kahiragana",
  6649  	'\u04c4': "kahookcyrillic",
  6650  	'\u30ab': "kakatakana",
  6651  	'\uff76': "kakatakanahalfwidth",
  6652  	'\u03ba': "kappa",
  6653  	'\u03f0': "kappasymbolgreek",
  6654  	'\u3171': "kapyeounmieumkorean",
  6655  	'\u3184': "kapyeounphieuphkorean",
  6656  	'\u3178': "kapyeounpieupkorean",
  6657  	'\u3179': "kapyeounssangpieupkorean",
  6658  	'\u330d': "karoriisquare",
  6659  	//	'\u0640':	"kashidaautoarabic", // duplicate
  6660  	//	'\u0640':	"kashidaautonosidebearingarabic", // duplicate
  6661  	'\u30f5': "kasmallkatakana",
  6662  	'\u3384': "kasquare",
  6663  	//	'\u0650':	"kasraarabic", // duplicate
  6664  	//	'\u064d':	"kasratanarabic", // duplicate
  6665  	'\u049f': "kastrokecyrillic",
  6666  	'\uff70': "katahiraprolongmarkhalfwidth",
  6667  	'\u049d': "kaverticalstrokecyrillic",
  6668  	'\u310e': "kbopomofo",
  6669  	'\u3389': "kcalsquare",
  6670  	'\u01e9': "kcaron",
  6671  	'\u0137': "kcedilla",
  6672  	'\u24da': "kcircle",
  6673  	//	'\u0137':	"kcommaaccent", // duplicate
  6674  	'\u1e33': "kdotbelow",
  6675  	'\u0584': "keharmenian",
  6676  	'\u3051': "kehiragana",
  6677  	'\u30b1': "kekatakana",
  6678  	'\uff79': "kekatakanahalfwidth",
  6679  	'\u056f': "kenarmenian",
  6680  	'\u30f6': "kesmallkatakana",
  6681  	'\u0138': "kgreenlandic",
  6682  	'\u0996': "khabengali",
  6683  	//	'\u0445':	"khacyrillic", // duplicate
  6684  	'\u0916': "khadeva",
  6685  	'\u0a96': "khagujarati",
  6686  	'\u0a16': "khagurmukhi",
  6687  	//	'\u062e':	"khaharabic", // duplicate
  6688  	'\ufea6': "khahfinalarabic",
  6689  	'\ufea7': "khahinitialarabic",
  6690  	'\ufea8': "khahmedialarabic",
  6691  	'\u03e7': "kheicoptic",
  6692  	'\u0959': "khhadeva",
  6693  	'\u0a59': "khhagurmukhi",
  6694  	'\u3278': "khieukhacirclekorean",
  6695  	'\u3218': "khieukhaparenkorean",
  6696  	'\u326a': "khieukhcirclekorean",
  6697  	'\u314b': "khieukhkorean",
  6698  	'\u320a': "khieukhparenkorean",
  6699  	'\u0e02': "khokhaithai",
  6700  	'\u0e05': "khokhonthai",
  6701  	'\u0e03': "khokhuatthai",
  6702  	'\u0e04': "khokhwaithai",
  6703  	'\u0e5b': "khomutthai",
  6704  	'\u0199': "khook",
  6705  	'\u0e06': "khorakhangthai",
  6706  	'\u3391': "khzsquare",
  6707  	'\u304d': "kihiragana",
  6708  	'\u30ad': "kikatakana",
  6709  	'\uff77': "kikatakanahalfwidth",
  6710  	'\u3315': "kiroguramusquare",
  6711  	'\u3316': "kiromeetorusquare",
  6712  	'\u3314': "kirosquare",
  6713  	'\u326e': "kiyeokacirclekorean",
  6714  	'\u320e': "kiyeokaparenkorean",
  6715  	'\u3260': "kiyeokcirclekorean",
  6716  	'\u3131': "kiyeokkorean",
  6717  	'\u3200': "kiyeokparenkorean",
  6718  	'\u3133': "kiyeoksioskorean",
  6719  	//	'\u045c':	"kjecyrillic", // duplicate
  6720  	'\u1e35': "klinebelow",
  6721  	'\u3398': "klsquare",
  6722  	'\u33a6': "kmcubedsquare",
  6723  	'\uff4b': "kmonospace",
  6724  	'\u33a2': "kmsquaredsquare",
  6725  	'\u3053': "kohiragana",
  6726  	'\u33c0': "kohmsquare",
  6727  	'\u0e01': "kokaithai",
  6728  	'\u30b3': "kokatakana",
  6729  	'\uff7a': "kokatakanahalfwidth",
  6730  	'\u331e': "kooposquare",
  6731  	'\u0481': "koppacyrillic",
  6732  	'\u327f': "koreanstandardsymbol",
  6733  	'\u0343': "koroniscmb",
  6734  	'\u24a6': "kparen",
  6735  	'\u33aa': "kpasquare",
  6736  	'\u046f': "ksicyrillic",
  6737  	'\u33cf': "ktsquare",
  6738  	'\u029e': "kturned",
  6739  	'\u304f': "kuhiragana",
  6740  	'\u30af': "kukatakana",
  6741  	'\uff78': "kukatakanahalfwidth",
  6742  	'\u33b8': "kvsquare",
  6743  	'\u33be': "kwsquare",
  6744  	'\u006c': "l",
  6745  	'\u09b2': "labengali",
  6746  	'\u013a': "lacute",
  6747  	'\u0932': "ladeva",
  6748  	'\u0ab2': "lagujarati",
  6749  	'\u0a32': "lagurmukhi",
  6750  	'\u0e45': "lakkhangyaothai",
  6751  	'\ufefc': "lamaleffinalarabic",
  6752  	'\ufef8': "lamalefhamzaabovefinalarabic",
  6753  	'\ufef7': "lamalefhamzaaboveisolatedarabic",
  6754  	'\ufefa': "lamalefhamzabelowfinalarabic",
  6755  	'\ufef9': "lamalefhamzabelowisolatedarabic",
  6756  	'\ufefb': "lamalefisolatedarabic",
  6757  	'\ufef6': "lamalefmaddaabovefinalarabic",
  6758  	'\ufef5': "lamalefmaddaaboveisolatedarabic",
  6759  	//	'\u0644':	"lamarabic", // duplicate
  6760  	'\u03bb': "lambda",
  6761  	'\u019b': "lambdastroke",
  6762  	//	'\u05dc':	"lamed", // duplicate
  6763  	'\ufb3c': "lameddagesh",
  6764  	//	'\ufb3c':	"lameddageshhebrew", // duplicate
  6765  	//	'\u05dc':	"lamedhebrew", // duplicate
  6766  	//	'\u05b9':	"lamedholam", // duplicate
  6767  	//	'\u05bc':	"lamedholamdagesh", // duplicate
  6768  	//	'\u05bc':	"lamedholamdageshhebrew", // duplicate
  6769  	//	'\u05b9':	"lamedholamhebrew", // duplicate
  6770  	'\ufede': "lamfinalarabic",
  6771  	'\ufcca': "lamhahinitialarabic",
  6772  	'\ufedf': "laminitialarabic",
  6773  	'\ufcc9': "lamjeeminitialarabic",
  6774  	'\ufccb': "lamkhahinitialarabic",
  6775  	'\ufdf2': "lamlamhehisolatedarabic",
  6776  	'\ufee0': "lammedialarabic",
  6777  	'\ufd88': "lammeemhahinitialarabic",
  6778  	'\ufccc': "lammeeminitialarabic",
  6779  	//	'\ufea0':	"lammeemjeeminitialarabic", // duplicate
  6780  	//	'\ufea8':	"lammeemkhahinitialarabic", // duplicate
  6781  	'\u25ef': "largecircle",
  6782  	'\u019a': "lbar",
  6783  	'\u026c': "lbelt",
  6784  	'\u310c': "lbopomofo",
  6785  	'\u013e': "lcaron",
  6786  	'\u013c': "lcedilla",
  6787  	'\u24db': "lcircle",
  6788  	'\u1e3d': "lcircumflexbelow",
  6789  	//	'\u013c':	"lcommaaccent", // duplicate
  6790  	'\u0140': "ldot",
  6791  	//	'\u0140':	"ldotaccent", // duplicate
  6792  	'\u1e37': "ldotbelow",
  6793  	'\u1e39': "ldotbelowmacron",
  6794  	'\u031a': "leftangleabovecmb",
  6795  	'\u0318': "lefttackbelowcmb",
  6796  	'\u003c': "less",
  6797  	'\u2264': "lessequal",
  6798  	'\u22da': "lessequalorgreater",
  6799  	'\uff1c': "lessmonospace",
  6800  	'\u2272': "lessorequivalent",
  6801  	'\u2276': "lessorgreater",
  6802  	'\u2266': "lessoverequal",
  6803  	'\ufe64': "lesssmall",
  6804  	'\u026e': "lezh",
  6805  	'\u258c': "lfblock",
  6806  	'\u026d': "lhookretroflex",
  6807  	//	'\u20a4':	"lira", // duplicate
  6808  	'\u056c': "liwnarmenian",
  6809  	'\u01c9': "lj",
  6810  	//	'\u0459':	"ljecyrillic", // duplicate
  6811  	'\uf6c0': "ll",
  6812  	'\u0933': "lladeva",
  6813  	'\u0ab3': "llagujarati",
  6814  	'\u1e3b': "llinebelow",
  6815  	'\u0934': "llladeva",
  6816  	'\u09e1': "llvocalicbengali",
  6817  	'\u0961': "llvocalicdeva",
  6818  	'\u09e3': "llvocalicvowelsignbengali",
  6819  	'\u0963': "llvocalicvowelsigndeva",
  6820  	'\u026b': "lmiddletilde",
  6821  	'\uff4c': "lmonospace",
  6822  	'\u33d0': "lmsquare",
  6823  	'\u0e2c': "lochulathai",
  6824  	'\u2227': "logicaland",
  6825  	'\u00ac': "logicalnot",
  6826  	'\u2310': "logicalnotreversed",
  6827  	'\u2228': "logicalor",
  6828  	'\u0e25': "lolingthai",
  6829  	'\u017f': "longs",
  6830  	'\ufe4e': "lowlinecenterline",
  6831  	'\u0332': "lowlinecmb",
  6832  	'\ufe4d': "lowlinedashed",
  6833  	'\u25ca': "lozenge",
  6834  	'\u24a7': "lparen",
  6835  	'\u0142': "lslash",
  6836  	//	'\u2113':	"lsquare", // duplicate
  6837  	'\uf6ee': "lsuperior",
  6838  	'\u2591': "ltshade",
  6839  	'\u0e26': "luthai",
  6840  	'\u098c': "lvocalicbengali",
  6841  	'\u090c': "lvocalicdeva",
  6842  	'\u09e2': "lvocalicvowelsignbengali",
  6843  	'\u0962': "lvocalicvowelsigndeva",
  6844  	'\u33d3': "lxsquare",
  6845  	'\u006d': "m",
  6846  	'\u09ae': "mabengali",
  6847  	'\u00af': "macron",
  6848  	'\u0331': "macronbelowcmb",
  6849  	'\u0304': "macroncmb",
  6850  	'\u02cd': "macronlowmod",
  6851  	'\uffe3': "macronmonospace",
  6852  	'\u1e3f': "macute",
  6853  	'\u092e': "madeva",
  6854  	'\u0aae': "magujarati",
  6855  	'\u0a2e': "magurmukhi",
  6856  	'\u05a4': "mahapakhhebrew",
  6857  	//	'\u05a4':	"mahapakhlefthebrew", // duplicate
  6858  	'\u307e': "mahiragana",
  6859  	'\uf895': "maichattawalowleftthai",
  6860  	'\uf894': "maichattawalowrightthai",
  6861  	'\u0e4b': "maichattawathai",
  6862  	'\uf893': "maichattawaupperleftthai",
  6863  	'\uf88c': "maieklowleftthai",
  6864  	'\uf88b': "maieklowrightthai",
  6865  	'\u0e48': "maiekthai",
  6866  	'\uf88a': "maiekupperleftthai",
  6867  	'\uf884': "maihanakatleftthai",
  6868  	'\u0e31': "maihanakatthai",
  6869  	'\uf889': "maitaikhuleftthai",
  6870  	'\u0e47': "maitaikhuthai",
  6871  	'\uf88f': "maitholowleftthai",
  6872  	'\uf88e': "maitholowrightthai",
  6873  	'\u0e49': "maithothai",
  6874  	'\uf88d': "maithoupperleftthai",
  6875  	'\uf892': "maitrilowleftthai",
  6876  	'\uf891': "maitrilowrightthai",
  6877  	'\u0e4a': "maitrithai",
  6878  	'\uf890': "maitriupperleftthai",
  6879  	'\u0e46': "maiyamokthai",
  6880  	'\u30de': "makatakana",
  6881  	'\uff8f': "makatakanahalfwidth",
  6882  	'\u2642': "male",
  6883  	'\u3347': "mansyonsquare",
  6884  	//	'\u05be':	"maqafhebrew", // duplicate
  6885  	//	'\u2642':	"mars", // duplicate
  6886  	'\u05af': "masoracirclehebrew",
  6887  	'\u3383': "masquare",
  6888  	'\u3107': "mbopomofo",
  6889  	'\u33d4': "mbsquare",
  6890  	'\u24dc': "mcircle",
  6891  	'\u33a5': "mcubedsquare",
  6892  	'\u1e41': "mdotaccent",
  6893  	'\u1e43': "mdotbelow",
  6894  	//	'\u0645':	"meemarabic", // duplicate
  6895  	'\ufee2': "meemfinalarabic",
  6896  	'\ufee3': "meeminitialarabic",
  6897  	'\ufee4': "meemmedialarabic",
  6898  	'\ufcd1': "meemmeeminitialarabic",
  6899  	'\ufc48': "meemmeemisolatedarabic",
  6900  	'\u334d': "meetorusquare",
  6901  	'\u3081': "mehiragana",
  6902  	'\u337e': "meizierasquare",
  6903  	'\u30e1': "mekatakana",
  6904  	'\uff92': "mekatakanahalfwidth",
  6905  	//	'\u05de':	"mem", // duplicate
  6906  	'\ufb3e': "memdagesh",
  6907  	//	'\ufb3e':	"memdageshhebrew", // duplicate
  6908  	//	'\u05de':	"memhebrew", // duplicate
  6909  	'\u0574': "menarmenian",
  6910  	'\u05a5': "merkhahebrew",
  6911  	'\u05a6': "merkhakefulahebrew",
  6912  	//	'\u05a6':	"merkhakefulalefthebrew", // duplicate
  6913  	//	'\u05a5':	"merkhalefthebrew", // duplicate
  6914  	'\u0271': "mhook",
  6915  	'\u3392': "mhzsquare",
  6916  	'\uff65': "middledotkatakanahalfwidth",
  6917  	'\u00b7': "middot",
  6918  	'\u3272': "mieumacirclekorean",
  6919  	'\u3212': "mieumaparenkorean",
  6920  	'\u3264': "mieumcirclekorean",
  6921  	'\u3141': "mieumkorean",
  6922  	'\u3170': "mieumpansioskorean",
  6923  	'\u3204': "mieumparenkorean",
  6924  	'\u316e': "mieumpieupkorean",
  6925  	'\u316f': "mieumsioskorean",
  6926  	'\u307f': "mihiragana",
  6927  	'\u30df': "mikatakana",
  6928  	'\uff90': "mikatakanahalfwidth",
  6929  	'\u2212': "minus",
  6930  	'\u0320': "minusbelowcmb",
  6931  	'\u2296': "minuscircle",
  6932  	'\u02d7': "minusmod",
  6933  	'\u2213': "minusplus",
  6934  	'\u2032': "minute",
  6935  	'\u334a': "miribaarusquare",
  6936  	'\u3349': "mirisquare",
  6937  	'\u0270': "mlonglegturned",
  6938  	'\u3396': "mlsquare",
  6939  	'\u33a3': "mmcubedsquare",
  6940  	'\uff4d': "mmonospace",
  6941  	'\u339f': "mmsquaredsquare",
  6942  	'\u3082': "mohiragana",
  6943  	'\u33c1': "mohmsquare",
  6944  	'\u30e2': "mokatakana",
  6945  	'\uff93': "mokatakanahalfwidth",
  6946  	'\u33d6': "molsquare",
  6947  	'\u0e21': "momathai",
  6948  	'\u33a7': "moverssquare",
  6949  	'\u33a8': "moverssquaredsquare",
  6950  	'\u24a8': "mparen",
  6951  	'\u33ab': "mpasquare",
  6952  	'\u33b3': "mssquare",
  6953  	'\uf6ef': "msuperior",
  6954  	'\u026f': "mturned",
  6955  	'\u00b5': "mu",
  6956  	//	'\u00b5':	"mu1", // duplicate
  6957  	'\u3382': "muasquare",
  6958  	'\u226b': "muchgreater",
  6959  	'\u226a': "muchless",
  6960  	'\u338c': "mufsquare",
  6961  	'\u03bc': "mugreek",
  6962  	'\u338d': "mugsquare",
  6963  	'\u3080': "muhiragana",
  6964  	'\u30e0': "mukatakana",
  6965  	'\uff91': "mukatakanahalfwidth",
  6966  	'\u3395': "mulsquare",
  6967  	'\u00d7': "multiply",
  6968  	'\u339b': "mumsquare",
  6969  	'\u05a3': "munahhebrew",
  6970  	//	'\u05a3':	"munahlefthebrew", // duplicate
  6971  	'\u266a': "musicalnote",
  6972  	//	'\u266b':	"musicalnotedbl", // duplicate
  6973  	'\u266d': "musicflatsign",
  6974  	'\u266f': "musicsharpsign",
  6975  	'\u33b2': "mussquare",
  6976  	'\u33b6': "muvsquare",
  6977  	'\u33bc': "muwsquare",
  6978  	'\u33b9': "mvmegasquare",
  6979  	'\u33b7': "mvsquare",
  6980  	'\u33bf': "mwmegasquare",
  6981  	'\u33bd': "mwsquare",
  6982  	'\u006e': "n",
  6983  	'\u09a8': "nabengali",
  6984  	//	'\u2207':	"nabla", // duplicate
  6985  	'\u0144': "nacute",
  6986  	'\u0928': "nadeva",
  6987  	'\u0aa8': "nagujarati",
  6988  	'\u0a28': "nagurmukhi",
  6989  	'\u306a': "nahiragana",
  6990  	'\u30ca': "nakatakana",
  6991  	'\uff85': "nakatakanahalfwidth",
  6992  	'\u0149': "napostrophe",
  6993  	'\u3381': "nasquare",
  6994  	'\u310b': "nbopomofo",
  6995  	'\u00a0': "nbspace",
  6996  	'\u0148': "ncaron",
  6997  	'\u0146': "ncedilla",
  6998  	'\u24dd': "ncircle",
  6999  	'\u1e4b': "ncircumflexbelow",
  7000  	//	'\u0146':	"ncommaaccent", // duplicate
  7001  	'\u1e45': "ndotaccent",
  7002  	'\u1e47': "ndotbelow",
  7003  	'\u306d': "nehiragana",
  7004  	'\u30cd': "nekatakana",
  7005  	'\uff88': "nekatakanahalfwidth",
  7006  	//	'\u20aa':	"newsheqelsign", // duplicate
  7007  	'\u338b': "nfsquare",
  7008  	'\u0999': "ngabengali",
  7009  	'\u0919': "ngadeva",
  7010  	'\u0a99': "ngagujarati",
  7011  	'\u0a19': "ngagurmukhi",
  7012  	'\u0e07': "ngonguthai",
  7013  	'\u3093': "nhiragana",
  7014  	'\u0272': "nhookleft",
  7015  	'\u0273': "nhookretroflex",
  7016  	'\u326f': "nieunacirclekorean",
  7017  	'\u320f': "nieunaparenkorean",
  7018  	'\u3135': "nieuncieuckorean",
  7019  	'\u3261': "nieuncirclekorean",
  7020  	'\u3136': "nieunhieuhkorean",
  7021  	'\u3134': "nieunkorean",
  7022  	'\u3168': "nieunpansioskorean",
  7023  	'\u3201': "nieunparenkorean",
  7024  	'\u3167': "nieunsioskorean",
  7025  	'\u3166': "nieuntikeutkorean",
  7026  	'\u306b': "nihiragana",
  7027  	'\u30cb': "nikatakana",
  7028  	'\uff86': "nikatakanahalfwidth",
  7029  	'\uf899': "nikhahitleftthai",
  7030  	'\u0e4d': "nikhahitthai",
  7031  	'\u0039': "nine",
  7032  	//	'\u0669':	"ninearabic", // duplicate
  7033  	'\u09ef': "ninebengali",
  7034  	'\u2468': "ninecircle",
  7035  	'\u2792': "ninecircleinversesansserif",
  7036  	'\u096f': "ninedeva",
  7037  	'\u0aef': "ninegujarati",
  7038  	'\u0a6f': "ninegurmukhi",
  7039  	//	'\u0669':	"ninehackarabic", // duplicate
  7040  	'\u3029': "ninehangzhou",
  7041  	'\u3228': "nineideographicparen",
  7042  	'\u2089': "nineinferior",
  7043  	'\uff19': "ninemonospace",
  7044  	'\uf739': "nineoldstyle",
  7045  	'\u247c': "nineparen",
  7046  	'\u2490': "nineperiod",
  7047  	'\u06f9': "ninepersian",
  7048  	'\u2178': "nineroman",
  7049  	'\u2079': "ninesuperior",
  7050  	'\u2472': "nineteencircle",
  7051  	'\u2486': "nineteenparen",
  7052  	'\u249a': "nineteenperiod",
  7053  	'\u0e59': "ninethai",
  7054  	'\u01cc': "nj",
  7055  	//	'\u045a':	"njecyrillic", // duplicate
  7056  	'\u30f3': "nkatakana",
  7057  	'\uff9d': "nkatakanahalfwidth",
  7058  	'\u019e': "nlegrightlong",
  7059  	'\u1e49': "nlinebelow",
  7060  	'\uff4e': "nmonospace",
  7061  	'\u339a': "nmsquare",
  7062  	'\u09a3': "nnabengali",
  7063  	'\u0923': "nnadeva",
  7064  	'\u0aa3': "nnagujarati",
  7065  	'\u0a23': "nnagurmukhi",
  7066  	'\u0929': "nnnadeva",
  7067  	'\u306e': "nohiragana",
  7068  	'\u30ce': "nokatakana",
  7069  	'\uff89': "nokatakanahalfwidth",
  7070  	//	'\u00a0':	"nonbreakingspace", // duplicate
  7071  	'\u0e13': "nonenthai",
  7072  	'\u0e19': "nonuthai",
  7073  	//	'\u0646':	"noonarabic", // duplicate
  7074  	'\ufee6': "noonfinalarabic",
  7075  	//	'\u06ba':	"noonghunnaarabic", // duplicate
  7076  	'\ufb9f': "noonghunnafinalarabic",
  7077  	//	'\ufeec':	"noonhehinitialarabic", // duplicate
  7078  	'\ufee7': "nooninitialarabic",
  7079  	'\ufcd2': "noonjeeminitialarabic",
  7080  	'\ufc4b': "noonjeemisolatedarabic",
  7081  	'\ufee8': "noonmedialarabic",
  7082  	'\ufcd5': "noonmeeminitialarabic",
  7083  	'\ufc4e': "noonmeemisolatedarabic",
  7084  	'\ufc8d': "noonnoonfinalarabic",
  7085  	'\u220c': "notcontains",
  7086  	'\u2209': "notelement",
  7087  	//	'\u2209':	"notelementof", // duplicate
  7088  	'\u2260': "notequal",
  7089  	'\u226f': "notgreater",
  7090  	'\u2271': "notgreaternorequal",
  7091  	'\u2279': "notgreaternorless",
  7092  	'\u2262': "notidentical",
  7093  	'\u226e': "notless",
  7094  	'\u2270': "notlessnorequal",
  7095  	'\u2226': "notparallel",
  7096  	'\u2280': "notprecedes",
  7097  	'\u2284': "notsubset",
  7098  	'\u2281': "notsucceeds",
  7099  	'\u2285': "notsuperset",
  7100  	'\u0576': "nowarmenian",
  7101  	'\u24a9': "nparen",
  7102  	'\u33b1': "nssquare",
  7103  	'\u207f': "nsuperior",
  7104  	'\u00f1': "ntilde",
  7105  	'\u03bd': "nu",
  7106  	'\u306c': "nuhiragana",
  7107  	'\u30cc': "nukatakana",
  7108  	'\uff87': "nukatakanahalfwidth",
  7109  	'\u09bc': "nuktabengali",
  7110  	'\u093c': "nuktadeva",
  7111  	'\u0abc': "nuktagujarati",
  7112  	'\u0a3c': "nuktagurmukhi",
  7113  	'\u0023': "numbersign",
  7114  	'\uff03': "numbersignmonospace",
  7115  	'\ufe5f': "numbersignsmall",
  7116  	'\u0374': "numeralsigngreek",
  7117  	'\u0375': "numeralsignlowergreek",
  7118  	//	'\u2116':	"numero", // duplicate
  7119  	//	'\u05e0':	"nun", // duplicate
  7120  	'\ufb40': "nundagesh",
  7121  	//	'\ufb40':	"nundageshhebrew", // duplicate
  7122  	//	'\u05e0':	"nunhebrew", // duplicate
  7123  	'\u33b5': "nvsquare",
  7124  	'\u33bb': "nwsquare",
  7125  	'\u099e': "nyabengali",
  7126  	'\u091e': "nyadeva",
  7127  	'\u0a9e': "nyagujarati",
  7128  	'\u0a1e': "nyagurmukhi",
  7129  	'\u006f': "o",
  7130  	'\u00f3': "oacute",
  7131  	'\u0e2d': "oangthai",
  7132  	'\u0275': "obarred",
  7133  	'\u04e9': "obarredcyrillic",
  7134  	'\u04eb': "obarreddieresiscyrillic",
  7135  	'\u0993': "obengali",
  7136  	'\u311b': "obopomofo",
  7137  	'\u014f': "obreve",
  7138  	'\u0911': "ocandradeva",
  7139  	'\u0a91': "ocandragujarati",
  7140  	'\u0949': "ocandravowelsigndeva",
  7141  	'\u0ac9': "ocandravowelsigngujarati",
  7142  	'\u01d2': "ocaron",
  7143  	'\u24de': "ocircle",
  7144  	'\u00f4': "ocircumflex",
  7145  	'\u1ed1': "ocircumflexacute",
  7146  	'\u1ed9': "ocircumflexdotbelow",
  7147  	'\u1ed3': "ocircumflexgrave",
  7148  	'\u1ed5': "ocircumflexhookabove",
  7149  	'\u1ed7': "ocircumflextilde",
  7150  	//	'\u043e':	"ocyrillic", // duplicate
  7151  	'\u0151': "odblacute",
  7152  	'\u020d': "odblgrave",
  7153  	'\u0913': "odeva",
  7154  	'\u00f6': "odieresis",
  7155  	'\u04e7': "odieresiscyrillic",
  7156  	'\u1ecd': "odotbelow",
  7157  	'\u0153': "oe",
  7158  	'\u315a': "oekorean",
  7159  	'\u02db': "ogonek",
  7160  	'\u0328': "ogonekcmb",
  7161  	'\u00f2': "ograve",
  7162  	'\u0a93': "ogujarati",
  7163  	'\u0585': "oharmenian",
  7164  	'\u304a': "ohiragana",
  7165  	'\u1ecf': "ohookabove",
  7166  	'\u01a1': "ohorn",
  7167  	'\u1edb': "ohornacute",
  7168  	'\u1ee3': "ohorndotbelow",
  7169  	'\u1edd': "ohorngrave",
  7170  	'\u1edf': "ohornhookabove",
  7171  	'\u1ee1': "ohorntilde",
  7172  	//	'\u0151':	"ohungarumlaut", // duplicate
  7173  	'\u01a3': "oi",
  7174  	'\u020f': "oinvertedbreve",
  7175  	'\u30aa': "okatakana",
  7176  	'\uff75': "okatakanahalfwidth",
  7177  	'\u3157': "okorean",
  7178  	'\u05ab': "olehebrew",
  7179  	'\u014d': "omacron",
  7180  	'\u1e53': "omacronacute",
  7181  	'\u1e51': "omacrongrave",
  7182  	'\u0950': "omdeva",
  7183  	'\u03c9': "omega",
  7184  	'\u03d6': "omega1",
  7185  	'\u0461': "omegacyrillic",
  7186  	'\u0277': "omegalatinclosed",
  7187  	'\u047b': "omegaroundcyrillic",
  7188  	'\u047d': "omegatitlocyrillic",
  7189  	'\u03ce': "omegatonos",
  7190  	'\u0ad0': "omgujarati",
  7191  	'\u03bf': "omicron",
  7192  	'\u03cc': "omicrontonos",
  7193  	'\uff4f': "omonospace",
  7194  	'\u0031': "one",
  7195  	//	'\u0661':	"onearabic", // duplicate
  7196  	'\u09e7': "onebengali",
  7197  	'\u2460': "onecircle",
  7198  	'\u278a': "onecircleinversesansserif",
  7199  	'\u0967': "onedeva",
  7200  	'\u2024': "onedotenleader",
  7201  	'\u215b': "oneeighth",
  7202  	'\uf6dc': "onefitted",
  7203  	'\u0ae7': "onegujarati",
  7204  	'\u0a67': "onegurmukhi",
  7205  	//	'\u0661':	"onehackarabic", // duplicate
  7206  	'\u00bd': "onehalf",
  7207  	'\u3021': "onehangzhou",
  7208  	'\u3220': "oneideographicparen",
  7209  	'\u2081': "oneinferior",
  7210  	'\uff11': "onemonospace",
  7211  	'\u09f4': "onenumeratorbengali",
  7212  	'\uf731': "oneoldstyle",
  7213  	'\u2474': "oneparen",
  7214  	'\u2488': "oneperiod",
  7215  	'\u06f1': "onepersian",
  7216  	'\u00bc': "onequarter",
  7217  	'\u2170': "oneroman",
  7218  	'\u00b9': "onesuperior",
  7219  	'\u0e51': "onethai",
  7220  	'\u2153': "onethird",
  7221  	'\u01eb': "oogonek",
  7222  	'\u01ed': "oogonekmacron",
  7223  	'\u0a13': "oogurmukhi",
  7224  	'\u0a4b': "oomatragurmukhi",
  7225  	'\u0254': "oopen",
  7226  	'\u24aa': "oparen",
  7227  	'\u25e6': "openbullet",
  7228  	'\u2325': "option",
  7229  	'\u00aa': "ordfeminine",
  7230  	'\u00ba': "ordmasculine",
  7231  	'\u221f': "orthogonal",
  7232  	'\u0912': "oshortdeva",
  7233  	'\u094a': "oshortvowelsigndeva",
  7234  	'\u00f8': "oslash",
  7235  	'\u01ff': "oslashacute",
  7236  	'\u3049': "osmallhiragana",
  7237  	'\u30a9': "osmallkatakana",
  7238  	'\uff6b': "osmallkatakanahalfwidth",
  7239  	//	'\u01ff':	"ostrokeacute", // duplicate
  7240  	'\uf6f0': "osuperior",
  7241  	'\u047f': "otcyrillic",
  7242  	'\u00f5': "otilde",
  7243  	'\u1e4d': "otildeacute",
  7244  	'\u1e4f': "otildedieresis",
  7245  	'\u3121': "oubopomofo",
  7246  	'\u203e': "overline",
  7247  	'\ufe4a': "overlinecenterline",
  7248  	'\u0305': "overlinecmb",
  7249  	'\ufe49': "overlinedashed",
  7250  	'\ufe4c': "overlinedblwavy",
  7251  	'\ufe4b': "overlinewavy",
  7252  	//	'\u00af':	"overscore", // duplicate
  7253  	'\u09cb': "ovowelsignbengali",
  7254  	'\u094b': "ovowelsigndeva",
  7255  	'\u0acb': "ovowelsigngujarati",
  7256  	'\u0070': "p",
  7257  	'\u3380': "paampssquare",
  7258  	'\u332b': "paasentosquare",
  7259  	'\u09aa': "pabengali",
  7260  	'\u1e55': "pacute",
  7261  	'\u092a': "padeva",
  7262  	'\u21df': "pagedown",
  7263  	'\u21de': "pageup",
  7264  	'\u0aaa': "pagujarati",
  7265  	'\u0a2a': "pagurmukhi",
  7266  	'\u3071': "pahiragana",
  7267  	'\u0e2f': "paiyannoithai",
  7268  	'\u30d1': "pakatakana",
  7269  	'\u0484': "palatalizationcyrilliccmb",
  7270  	'\u04c0': "palochkacyrillic",
  7271  	'\u317f': "pansioskorean",
  7272  	'\u00b6': "paragraph",
  7273  	'\u2225': "parallel",
  7274  	'\u0028': "parenleft",
  7275  	'\ufd3e': "parenleftaltonearabic",
  7276  	'\uf8ed': "parenleftbt",
  7277  	'\uf8ec': "parenleftex",
  7278  	'\u208d': "parenleftinferior",
  7279  	'\uff08': "parenleftmonospace",
  7280  	'\ufe59': "parenleftsmall",
  7281  	'\u207d': "parenleftsuperior",
  7282  	'\uf8eb': "parenlefttp",
  7283  	'\ufe35': "parenleftvertical",
  7284  	'\u0029': "parenright",
  7285  	'\ufd3f': "parenrightaltonearabic",
  7286  	'\uf8f8': "parenrightbt",
  7287  	'\uf8f7': "parenrightex",
  7288  	'\u208e': "parenrightinferior",
  7289  	'\uff09': "parenrightmonospace",
  7290  	'\ufe5a': "parenrightsmall",
  7291  	'\u207e': "parenrightsuperior",
  7292  	'\uf8f6': "parenrighttp",
  7293  	'\ufe36': "parenrightvertical",
  7294  	'\u2202': "partialdiff",
  7295  	//	'\u05c0':	"paseqhebrew", // duplicate
  7296  	'\u0599': "pashtahebrew",
  7297  	'\u33a9': "pasquare",
  7298  	//	'\u05b7':	"patah", // duplicate
  7299  	//	'\u05b7':	"patah11", // duplicate
  7300  	//	'\u05b7':	"patah1d", // duplicate
  7301  	//	'\u05b7':	"patah2a", // duplicate
  7302  	//	'\u05b7':	"patahhebrew", // duplicate
  7303  	//	'\u05b7':	"patahnarrowhebrew", // duplicate
  7304  	//	'\u05b7':	"patahquarterhebrew", // duplicate
  7305  	//	'\u05b7':	"patahwidehebrew", // duplicate
  7306  	'\u05a1': "pazerhebrew",
  7307  	'\u3106': "pbopomofo",
  7308  	'\u24df': "pcircle",
  7309  	'\u1e57': "pdotaccent",
  7310  	//	'\u05e4':	"pe", // duplicate
  7311  	//	'\u043f':	"pecyrillic", // duplicate
  7312  	'\ufb44': "pedagesh",
  7313  	//	'\ufb44':	"pedageshhebrew", // duplicate
  7314  	'\u333b': "peezisquare",
  7315  	'\ufb43': "pefinaldageshhebrew",
  7316  	//	'\u067e':	"peharabic", // duplicate
  7317  	'\u057a': "peharmenian",
  7318  	//	'\u05e4':	"pehebrew", // duplicate
  7319  	'\ufb57': "pehfinalarabic",
  7320  	'\ufb58': "pehinitialarabic",
  7321  	'\u307a': "pehiragana",
  7322  	'\ufb59': "pehmedialarabic",
  7323  	'\u30da': "pekatakana",
  7324  	'\u04a7': "pemiddlehookcyrillic",
  7325  	'\ufb4e': "perafehebrew",
  7326  	'\u0025': "percent",
  7327  	//	'\u066a':	"percentarabic", // duplicate
  7328  	'\uff05': "percentmonospace",
  7329  	'\ufe6a': "percentsmall",
  7330  	'\u002e': "period",
  7331  	'\u0589': "periodarmenian",
  7332  	//	'\u00b7':	"periodcentered", // duplicate
  7333  	'\uff61': "periodhalfwidth",
  7334  	'\uf6e7': "periodinferior",
  7335  	'\uff0e': "periodmonospace",
  7336  	'\ufe52': "periodsmall",
  7337  	'\uf6e8': "periodsuperior",
  7338  	'\u0342': "perispomenigreekcmb",
  7339  	'\u22a5': "perpendicular",
  7340  	'\u2030': "perthousand",
  7341  	'\u20a7': "peseta",
  7342  	'\u338a': "pfsquare",
  7343  	'\u09ab': "phabengali",
  7344  	'\u092b': "phadeva",
  7345  	'\u0aab': "phagujarati",
  7346  	'\u0a2b': "phagurmukhi",
  7347  	'\u03c6': "phi",
  7348  	'\u03d5': "phi1",
  7349  	'\u327a': "phieuphacirclekorean",
  7350  	'\u321a': "phieuphaparenkorean",
  7351  	'\u326c': "phieuphcirclekorean",
  7352  	'\u314d': "phieuphkorean",
  7353  	'\u320c': "phieuphparenkorean",
  7354  	'\u0278': "philatin",
  7355  	'\u0e3a': "phinthuthai",
  7356  	//	'\u03d5':	"phisymbolgreek", // duplicate
  7357  	'\u01a5': "phook",
  7358  	'\u0e1e': "phophanthai",
  7359  	'\u0e1c': "phophungthai",
  7360  	'\u0e20': "phosamphaothai",
  7361  	'\u03c0': "pi",
  7362  	'\u3273': "pieupacirclekorean",
  7363  	'\u3213': "pieupaparenkorean",
  7364  	'\u3176': "pieupcieuckorean",
  7365  	'\u3265': "pieupcirclekorean",
  7366  	'\u3172': "pieupkiyeokkorean",
  7367  	'\u3142': "pieupkorean",
  7368  	'\u3205': "pieupparenkorean",
  7369  	'\u3174': "pieupsioskiyeokkorean",
  7370  	'\u3144': "pieupsioskorean",
  7371  	'\u3175': "pieupsiostikeutkorean",
  7372  	'\u3177': "pieupthieuthkorean",
  7373  	'\u3173': "pieuptikeutkorean",
  7374  	'\u3074': "pihiragana",
  7375  	'\u30d4': "pikatakana",
  7376  	//	'\u03d6':	"pisymbolgreek", // duplicate
  7377  	'\u0583': "piwrarmenian",
  7378  	'\u002b': "plus",
  7379  	'\u031f': "plusbelowcmb",
  7380  	//	'\u2295':	"pluscircle", // duplicate
  7381  	'\u00b1': "plusminus",
  7382  	'\u02d6': "plusmod",
  7383  	'\uff0b': "plusmonospace",
  7384  	'\ufe62': "plussmall",
  7385  	'\u207a': "plussuperior",
  7386  	'\uff50': "pmonospace",
  7387  	'\u33d8': "pmsquare",
  7388  	'\u307d': "pohiragana",
  7389  	'\u261f': "pointingindexdownwhite",
  7390  	'\u261c': "pointingindexleftwhite",
  7391  	'\u261e': "pointingindexrightwhite",
  7392  	'\u261d': "pointingindexupwhite",
  7393  	'\u30dd': "pokatakana",
  7394  	'\u0e1b': "poplathai",
  7395  	'\u3012': "postalmark",
  7396  	'\u3020': "postalmarkface",
  7397  	'\u24ab': "pparen",
  7398  	'\u227a': "precedes",
  7399  	'\u211e': "prescription",
  7400  	'\u02b9': "primemod",
  7401  	'\u2035': "primereversed",
  7402  	'\u220f': "product",
  7403  	'\u2305': "projective",
  7404  	'\u30fc': "prolongedkana",
  7405  	'\u2318': "propellor",
  7406  	'\u2282': "propersubset",
  7407  	'\u2283': "propersuperset",
  7408  	'\u2237': "proportion",
  7409  	'\u221d': "proportional",
  7410  	'\u03c8': "psi",
  7411  	'\u0471': "psicyrillic",
  7412  	'\u0486': "psilipneumatacyrilliccmb",
  7413  	'\u33b0': "pssquare",
  7414  	'\u3077': "puhiragana",
  7415  	'\u30d7': "pukatakana",
  7416  	'\u33b4': "pvsquare",
  7417  	'\u33ba': "pwsquare",
  7418  	'\u0071': "q",
  7419  	'\u0958': "qadeva",
  7420  	'\u05a8': "qadmahebrew",
  7421  	//	'\u0642':	"qafarabic", // duplicate
  7422  	'\ufed6': "qaffinalarabic",
  7423  	'\ufed7': "qafinitialarabic",
  7424  	'\ufed8': "qafmedialarabic",
  7425  	//	'\u05b8':	"qamats", // duplicate
  7426  	//	'\u05b8':	"qamats10", // duplicate
  7427  	//	'\u05b8':	"qamats1a", // duplicate
  7428  	//	'\u05b8':	"qamats1c", // duplicate
  7429  	//	'\u05b8':	"qamats27", // duplicate
  7430  	//	'\u05b8':	"qamats29", // duplicate
  7431  	//	'\u05b8':	"qamats33", // duplicate
  7432  	//	'\u05b8':	"qamatsde", // duplicate
  7433  	//	'\u05b8':	"qamatshebrew", // duplicate
  7434  	//	'\u05b8':	"qamatsnarrowhebrew", // duplicate
  7435  	//	'\u05b8':	"qamatsqatanhebrew", // duplicate
  7436  	//	'\u05b8':	"qamatsqatannarrowhebrew", // duplicate
  7437  	//	'\u05b8':	"qamatsqatanquarterhebrew", // duplicate
  7438  	//	'\u05b8':	"qamatsqatanwidehebrew", // duplicate
  7439  	//	'\u05b8':	"qamatsquarterhebrew", // duplicate
  7440  	//	'\u05b8':	"qamatswidehebrew", // duplicate
  7441  	'\u059f': "qarneyparahebrew",
  7442  	'\u3111': "qbopomofo",
  7443  	'\u24e0': "qcircle",
  7444  	'\u02a0': "qhook",
  7445  	'\uff51': "qmonospace",
  7446  	//	'\u05e7':	"qof", // duplicate
  7447  	'\ufb47': "qofdagesh",
  7448  	//	'\ufb47':	"qofdageshhebrew", // duplicate
  7449  	//	'\u05b2':	"qofhatafpatah", // duplicate
  7450  	//	'\u05b2':	"qofhatafpatahhebrew", // duplicate
  7451  	//	'\u05b1':	"qofhatafsegol", // duplicate
  7452  	//	'\u05b1':	"qofhatafsegolhebrew", // duplicate
  7453  	//	'\u05e7':	"qofhebrew", // duplicate
  7454  	//	'\u05b4':	"qofhiriq", // duplicate
  7455  	//	'\u05b4':	"qofhiriqhebrew", // duplicate
  7456  	//	'\u05b9':	"qofholam", // duplicate
  7457  	//	'\u05b9':	"qofholamhebrew", // duplicate
  7458  	//	'\u05b7':	"qofpatah", // duplicate
  7459  	//	'\u05b7':	"qofpatahhebrew", // duplicate
  7460  	//	'\u05b8':	"qofqamats", // duplicate
  7461  	//	'\u05b8':	"qofqamatshebrew", // duplicate
  7462  	//	'\u05bb':	"qofqubuts", // duplicate
  7463  	//	'\u05bb':	"qofqubutshebrew", // duplicate
  7464  	//	'\u05b6':	"qofsegol", // duplicate
  7465  	//	'\u05b6':	"qofsegolhebrew", // duplicate
  7466  	//	'\u05b0':	"qofsheva", // duplicate
  7467  	//	'\u05b0':	"qofshevahebrew", // duplicate
  7468  	//	'\u05b5':	"qoftsere", // duplicate
  7469  	//	'\u05b5':	"qoftserehebrew", // duplicate
  7470  	'\u24ac': "qparen",
  7471  	'\u2669': "quarternote",
  7472  	//	'\u05bb':	"qubuts", // duplicate
  7473  	//	'\u05bb':	"qubuts18", // duplicate
  7474  	//	'\u05bb':	"qubuts25", // duplicate
  7475  	//	'\u05bb':	"qubuts31", // duplicate
  7476  	//	'\u05bb':	"qubutshebrew", // duplicate
  7477  	//	'\u05bb':	"qubutsnarrowhebrew", // duplicate
  7478  	//	'\u05bb':	"qubutsquarterhebrew", // duplicate
  7479  	//	'\u05bb':	"qubutswidehebrew", // duplicate
  7480  	'\u003f': "question",
  7481  	//	'\u061f':	"questionarabic", // duplicate
  7482  	'\u055e': "questionarmenian",
  7483  	'\u00bf': "questiondown",
  7484  	'\uf7bf': "questiondownsmall",
  7485  	'\u037e': "questiongreek",
  7486  	'\uff1f': "questionmonospace",
  7487  	'\uf73f': "questionsmall",
  7488  	'\u0022': "quotedbl",
  7489  	'\u201e': "quotedblbase",
  7490  	'\u201c': "quotedblleft",
  7491  	'\uff02': "quotedblmonospace",
  7492  	'\u301e': "quotedblprime",
  7493  	'\u301d': "quotedblprimereversed",
  7494  	'\u201d': "quotedblright",
  7495  	'\u2018': "quoteleft",
  7496  	'\u201b': "quoteleftreversed",
  7497  	//	'\u201b':	"quotereversed", // duplicate
  7498  	'\u2019': "quoteright",
  7499  	//	'\u0149':	"quoterightn", // duplicate
  7500  	'\u201a': "quotesinglbase",
  7501  	'\u0027': "quotesingle",
  7502  	'\uff07': "quotesinglemonospace",
  7503  	'\u0072': "r",
  7504  	'\u057c': "raarmenian",
  7505  	'\u09b0': "rabengali",
  7506  	'\u0155': "racute",
  7507  	'\u0930': "radeva",
  7508  	'\u221a': "radical",
  7509  	'\uf8e5': "radicalex",
  7510  	'\u33ae': "radoverssquare",
  7511  	'\u33af': "radoverssquaredsquare",
  7512  	'\u33ad': "radsquare",
  7513  	//	'\u05bf':	"rafe", // duplicate
  7514  	//	'\u05bf':	"rafehebrew", // duplicate
  7515  	'\u0ab0': "ragujarati",
  7516  	'\u0a30': "ragurmukhi",
  7517  	'\u3089': "rahiragana",
  7518  	'\u30e9': "rakatakana",
  7519  	'\uff97': "rakatakanahalfwidth",
  7520  	'\u09f1': "ralowerdiagonalbengali",
  7521  	'\u09f0': "ramiddlediagonalbengali",
  7522  	'\u0264': "ramshorn",
  7523  	'\u2236': "ratio",
  7524  	'\u3116': "rbopomofo",
  7525  	'\u0159': "rcaron",
  7526  	'\u0157': "rcedilla",
  7527  	'\u24e1': "rcircle",
  7528  	//	'\u0157':	"rcommaaccent", // duplicate
  7529  	'\u0211': "rdblgrave",
  7530  	'\u1e59': "rdotaccent",
  7531  	'\u1e5b': "rdotbelow",
  7532  	'\u1e5d': "rdotbelowmacron",
  7533  	'\u203b': "referencemark",
  7534  	'\u2286': "reflexsubset",
  7535  	'\u2287': "reflexsuperset",
  7536  	'\u00ae': "registered",
  7537  	'\uf8e8': "registersans",
  7538  	'\uf6da': "registerserif",
  7539  	//	'\u0631':	"reharabic", // duplicate
  7540  	'\u0580': "reharmenian",
  7541  	'\ufeae': "rehfinalarabic",
  7542  	'\u308c': "rehiragana",
  7543  	//	'\u0644':	"rehyehaleflamarabic", // duplicate
  7544  	'\u30ec': "rekatakana",
  7545  	'\uff9a': "rekatakanahalfwidth",
  7546  	//	'\u05e8':	"resh", // duplicate
  7547  	'\ufb48': "reshdageshhebrew",
  7548  	//	'\u05b2':	"reshhatafpatah", // duplicate
  7549  	//	'\u05b2':	"reshhatafpatahhebrew", // duplicate
  7550  	//	'\u05b1':	"reshhatafsegol", // duplicate
  7551  	//	'\u05b1':	"reshhatafsegolhebrew", // duplicate
  7552  	//	'\u05e8':	"reshhebrew", // duplicate
  7553  	//	'\u05b4':	"reshhiriq", // duplicate
  7554  	//	'\u05b4':	"reshhiriqhebrew", // duplicate
  7555  	//	'\u05b9':	"reshholam", // duplicate
  7556  	//	'\u05b9':	"reshholamhebrew", // duplicate
  7557  	//	'\u05b7':	"reshpatah", // duplicate
  7558  	//	'\u05b7':	"reshpatahhebrew", // duplicate
  7559  	//	'\u05b8':	"reshqamats", // duplicate
  7560  	//	'\u05b8':	"reshqamatshebrew", // duplicate
  7561  	//	'\u05bb':	"reshqubuts", // duplicate
  7562  	//	'\u05bb':	"reshqubutshebrew", // duplicate
  7563  	//	'\u05b6':	"reshsegol", // duplicate
  7564  	//	'\u05b6':	"reshsegolhebrew", // duplicate
  7565  	//	'\u05b0':	"reshsheva", // duplicate
  7566  	//	'\u05b0':	"reshshevahebrew", // duplicate
  7567  	//	'\u05b5':	"reshtsere", // duplicate
  7568  	//	'\u05b5':	"reshtserehebrew", // duplicate
  7569  	'\u223d': "reversedtilde",
  7570  	'\u0597': "reviahebrew",
  7571  	//	'\u0597':	"reviamugrashhebrew", // duplicate
  7572  	//	'\u2310':	"revlogicalnot", // duplicate
  7573  	'\u027e': "rfishhook",
  7574  	'\u027f': "rfishhookreversed",
  7575  	'\u09dd': "rhabengali",
  7576  	'\u095d': "rhadeva",
  7577  	'\u03c1': "rho",
  7578  	'\u027d': "rhook",
  7579  	'\u027b': "rhookturned",
  7580  	'\u02b5': "rhookturnedsuperior",
  7581  	'\u03f1': "rhosymbolgreek",
  7582  	'\u02de': "rhotichookmod",
  7583  	'\u3271': "rieulacirclekorean",
  7584  	'\u3211': "rieulaparenkorean",
  7585  	'\u3263': "rieulcirclekorean",
  7586  	'\u3140': "rieulhieuhkorean",
  7587  	'\u313a': "rieulkiyeokkorean",
  7588  	'\u3169': "rieulkiyeoksioskorean",
  7589  	'\u3139': "rieulkorean",
  7590  	'\u313b': "rieulmieumkorean",
  7591  	'\u316c': "rieulpansioskorean",
  7592  	'\u3203': "rieulparenkorean",
  7593  	'\u313f': "rieulphieuphkorean",
  7594  	'\u313c': "rieulpieupkorean",
  7595  	'\u316b': "rieulpieupsioskorean",
  7596  	'\u313d': "rieulsioskorean",
  7597  	'\u313e': "rieulthieuthkorean",
  7598  	'\u316a': "rieultikeutkorean",
  7599  	'\u316d': "rieulyeorinhieuhkorean",
  7600  	//	'\u221f':	"rightangle", // duplicate
  7601  	'\u0319': "righttackbelowcmb",
  7602  	'\u22bf': "righttriangle",
  7603  	'\u308a': "rihiragana",
  7604  	'\u30ea': "rikatakana",
  7605  	'\uff98': "rikatakanahalfwidth",
  7606  	'\u02da': "ring",
  7607  	'\u0325': "ringbelowcmb",
  7608  	'\u030a': "ringcmb",
  7609  	'\u02bf': "ringhalfleft",
  7610  	'\u0559': "ringhalfleftarmenian",
  7611  	'\u031c': "ringhalfleftbelowcmb",
  7612  	'\u02d3': "ringhalfleftcentered",
  7613  	'\u02be': "ringhalfright",
  7614  	'\u0339': "ringhalfrightbelowcmb",
  7615  	'\u02d2': "ringhalfrightcentered",
  7616  	'\u0213': "rinvertedbreve",
  7617  	'\u3351': "rittorusquare",
  7618  	'\u1e5f': "rlinebelow",
  7619  	'\u027c': "rlongleg",
  7620  	'\u027a': "rlonglegturned",
  7621  	'\uff52': "rmonospace",
  7622  	'\u308d': "rohiragana",
  7623  	'\u30ed': "rokatakana",
  7624  	'\uff9b': "rokatakanahalfwidth",
  7625  	'\u0e23': "roruathai",
  7626  	'\u24ad': "rparen",
  7627  	'\u09dc': "rrabengali",
  7628  	'\u0931': "rradeva",
  7629  	'\u0a5c': "rragurmukhi",
  7630  	//	'\u0691':	"rreharabic", // duplicate
  7631  	'\ufb8d': "rrehfinalarabic",
  7632  	'\u09e0': "rrvocalicbengali",
  7633  	'\u0960': "rrvocalicdeva",
  7634  	'\u0ae0': "rrvocalicgujarati",
  7635  	'\u09c4': "rrvocalicvowelsignbengali",
  7636  	'\u0944': "rrvocalicvowelsigndeva",
  7637  	'\u0ac4': "rrvocalicvowelsigngujarati",
  7638  	'\uf6f1': "rsuperior",
  7639  	'\u2590': "rtblock",
  7640  	'\u0279': "rturned",
  7641  	'\u02b4': "rturnedsuperior",
  7642  	'\u308b': "ruhiragana",
  7643  	'\u30eb': "rukatakana",
  7644  	'\uff99': "rukatakanahalfwidth",
  7645  	'\u09f2': "rupeemarkbengali",
  7646  	'\u09f3': "rupeesignbengali",
  7647  	'\uf6dd': "rupiah",
  7648  	'\u0e24': "ruthai",
  7649  	'\u098b': "rvocalicbengali",
  7650  	'\u090b': "rvocalicdeva",
  7651  	'\u0a8b': "rvocalicgujarati",
  7652  	'\u09c3': "rvocalicvowelsignbengali",
  7653  	'\u0943': "rvocalicvowelsigndeva",
  7654  	'\u0ac3': "rvocalicvowelsigngujarati",
  7655  	'\u0073': "s",
  7656  	'\u09b8': "sabengali",
  7657  	'\u015b': "sacute",
  7658  	'\u1e65': "sacutedotaccent",
  7659  	//	'\u0635':	"sadarabic", // duplicate
  7660  	'\u0938': "sadeva",
  7661  	'\ufeba': "sadfinalarabic",
  7662  	'\ufebb': "sadinitialarabic",
  7663  	'\ufebc': "sadmedialarabic",
  7664  	'\u0ab8': "sagujarati",
  7665  	'\u0a38': "sagurmukhi",
  7666  	'\u3055': "sahiragana",
  7667  	'\u30b5': "sakatakana",
  7668  	'\uff7b': "sakatakanahalfwidth",
  7669  	'\ufdfa': "sallallahoualayhewasallamarabic",
  7670  	//	'\u05e1':	"samekh", // duplicate
  7671  	'\ufb41': "samekhdagesh",
  7672  	//	'\ufb41':	"samekhdageshhebrew", // duplicate
  7673  	//	'\u05e1':	"samekhhebrew", // duplicate
  7674  	'\u0e32': "saraaathai",
  7675  	'\u0e41': "saraaethai",
  7676  	'\u0e44': "saraaimaimalaithai",
  7677  	'\u0e43': "saraaimaimuanthai",
  7678  	'\u0e33': "saraamthai",
  7679  	'\u0e30': "saraathai",
  7680  	'\u0e40': "saraethai",
  7681  	'\uf886': "saraiileftthai",
  7682  	'\u0e35': "saraiithai",
  7683  	'\uf885': "saraileftthai",
  7684  	'\u0e34': "saraithai",
  7685  	'\u0e42': "saraothai",
  7686  	'\uf888': "saraueeleftthai",
  7687  	'\u0e37': "saraueethai",
  7688  	'\uf887': "saraueleftthai",
  7689  	'\u0e36': "sarauethai",
  7690  	'\u0e38': "sarauthai",
  7691  	'\u0e39': "sarauuthai",
  7692  	'\u3119': "sbopomofo",
  7693  	'\u0161': "scaron",
  7694  	'\u1e67': "scarondotaccent",
  7695  	'\u015f': "scedilla",
  7696  	'\u0259': "schwa",
  7697  	//	'\u04d9':	"schwacyrillic", // duplicate
  7698  	'\u04db': "schwadieresiscyrillic",
  7699  	'\u025a': "schwahook",
  7700  	'\u24e2': "scircle",
  7701  	'\u015d': "scircumflex",
  7702  	'\u0219': "scommaaccent",
  7703  	'\u1e61': "sdotaccent",
  7704  	'\u1e63': "sdotbelow",
  7705  	'\u1e69': "sdotbelowdotaccent",
  7706  	'\u033c': "seagullbelowcmb",
  7707  	'\u2033': "second",
  7708  	'\u02ca': "secondtonechinese",
  7709  	'\u00a7': "section",
  7710  	//	'\u0633':	"seenarabic", // duplicate
  7711  	'\ufeb2': "seenfinalarabic",
  7712  	'\ufeb3': "seeninitialarabic",
  7713  	'\ufeb4': "seenmedialarabic",
  7714  	//	'\u05b6':	"segol", // duplicate
  7715  	//	'\u05b6':	"segol13", // duplicate
  7716  	//	'\u05b6':	"segol1f", // duplicate
  7717  	//	'\u05b6':	"segol2c", // duplicate
  7718  	//	'\u05b6':	"segolhebrew", // duplicate
  7719  	//	'\u05b6':	"segolnarrowhebrew", // duplicate
  7720  	//	'\u05b6':	"segolquarterhebrew", // duplicate
  7721  	'\u0592': "segoltahebrew",
  7722  	//	'\u05b6':	"segolwidehebrew", // duplicate
  7723  	'\u057d': "seharmenian",
  7724  	'\u305b': "sehiragana",
  7725  	'\u30bb': "sekatakana",
  7726  	'\uff7e': "sekatakanahalfwidth",
  7727  	'\u003b': "semicolon",
  7728  	//	'\u061b':	"semicolonarabic", // duplicate
  7729  	'\uff1b': "semicolonmonospace",
  7730  	'\ufe54': "semicolonsmall",
  7731  	'\u309c': "semivoicedmarkkana",
  7732  	'\uff9f': "semivoicedmarkkanahalfwidth",
  7733  	'\u3322': "sentisquare",
  7734  	'\u3323': "sentosquare",
  7735  	'\u0037': "seven",
  7736  	//	'\u0667':	"sevenarabic", // duplicate
  7737  	'\u09ed': "sevenbengali",
  7738  	'\u2466': "sevencircle",
  7739  	'\u2790': "sevencircleinversesansserif",
  7740  	'\u096d': "sevendeva",
  7741  	'\u215e': "seveneighths",
  7742  	'\u0aed': "sevengujarati",
  7743  	'\u0a6d': "sevengurmukhi",
  7744  	//	'\u0667':	"sevenhackarabic", // duplicate
  7745  	'\u3027': "sevenhangzhou",
  7746  	'\u3226': "sevenideographicparen",
  7747  	'\u2087': "seveninferior",
  7748  	'\uff17': "sevenmonospace",
  7749  	'\uf737': "sevenoldstyle",
  7750  	'\u247a': "sevenparen",
  7751  	'\u248e': "sevenperiod",
  7752  	'\u06f7': "sevenpersian",
  7753  	'\u2176': "sevenroman",
  7754  	'\u2077': "sevensuperior",
  7755  	'\u2470': "seventeencircle",
  7756  	'\u2484': "seventeenparen",
  7757  	'\u2498': "seventeenperiod",
  7758  	'\u0e57': "seventhai",
  7759  	'\u00ad': "sfthyphen",
  7760  	'\u0577': "shaarmenian",
  7761  	'\u09b6': "shabengali",
  7762  	//	'\u0448':	"shacyrillic", // duplicate
  7763  	//	'\u0651':	"shaddaarabic", // duplicate
  7764  	'\ufc61': "shaddadammaarabic",
  7765  	'\ufc5e': "shaddadammatanarabic",
  7766  	'\ufc60': "shaddafathaarabic",
  7767  	//	'\u064b':	"shaddafathatanarabic", // duplicate
  7768  	'\ufc62': "shaddakasraarabic",
  7769  	'\ufc5f': "shaddakasratanarabic",
  7770  	'\u2592': "shade",
  7771  	//	'\u2593':	"shadedark", // duplicate
  7772  	//	'\u2591':	"shadelight", // duplicate
  7773  	//	'\u2592':	"shademedium", // duplicate
  7774  	'\u0936': "shadeva",
  7775  	'\u0ab6': "shagujarati",
  7776  	'\u0a36': "shagurmukhi",
  7777  	'\u0593': "shalshelethebrew",
  7778  	'\u3115': "shbopomofo",
  7779  	//	'\u0449':	"shchacyrillic", // duplicate
  7780  	//	'\u0634':	"sheenarabic", // duplicate
  7781  	'\ufeb6': "sheenfinalarabic",
  7782  	'\ufeb7': "sheeninitialarabic",
  7783  	'\ufeb8': "sheenmedialarabic",
  7784  	'\u03e3': "sheicoptic",
  7785  	//	'\u20aa':	"sheqel", // duplicate
  7786  	//	'\u20aa':	"sheqelhebrew", // duplicate
  7787  	//	'\u05b0':	"sheva", // duplicate
  7788  	//	'\u05b0':	"sheva115", // duplicate
  7789  	//	'\u05b0':	"sheva15", // duplicate
  7790  	//	'\u05b0':	"sheva22", // duplicate
  7791  	//	'\u05b0':	"sheva2e", // duplicate
  7792  	//	'\u05b0':	"shevahebrew", // duplicate
  7793  	//	'\u05b0':	"shevanarrowhebrew", // duplicate
  7794  	//	'\u05b0':	"shevaquarterhebrew", // duplicate
  7795  	//	'\u05b0':	"shevawidehebrew", // duplicate
  7796  	'\u04bb': "shhacyrillic",
  7797  	'\u03ed': "shimacoptic",
  7798  	//	'\u05e9':	"shin", // duplicate
  7799  	'\ufb49': "shindagesh",
  7800  	//	'\ufb49':	"shindageshhebrew", // duplicate
  7801  	'\ufb2c': "shindageshshindot",
  7802  	//	'\ufb2c':	"shindageshshindothebrew", // duplicate
  7803  	'\ufb2d': "shindageshsindot",
  7804  	//	'\ufb2d':	"shindageshsindothebrew", // duplicate
  7805  	//	'\u05c1':	"shindothebrew", // duplicate
  7806  	//	'\u05e9':	"shinhebrew", // duplicate
  7807  	//	'\ufb2a':	"shinshindot", // duplicate
  7808  	//	'\ufb2a':	"shinshindothebrew", // duplicate
  7809  	//	'\ufb2b':	"shinsindot", // duplicate
  7810  	//	'\ufb2b':	"shinsindothebrew", // duplicate
  7811  	'\u0282': "shook",
  7812  	'\u03c3': "sigma",
  7813  	'\u03c2': "sigma1",
  7814  	//	'\u03c2':	"sigmafinal", // duplicate
  7815  	'\u03f2': "sigmalunatesymbolgreek",
  7816  	'\u3057': "sihiragana",
  7817  	'\u30b7': "sikatakana",
  7818  	'\uff7c': "sikatakanahalfwidth",
  7819  	//	'\u05bd':	"siluqhebrew", // duplicate
  7820  	//	'\u05bd':	"siluqlefthebrew", // duplicate
  7821  	'\u223c': "similar",
  7822  	//	'\u05c2':	"sindothebrew", // duplicate
  7823  	'\u3274': "siosacirclekorean",
  7824  	'\u3214': "siosaparenkorean",
  7825  	'\u317e': "sioscieuckorean",
  7826  	'\u3266': "sioscirclekorean",
  7827  	'\u317a': "sioskiyeokkorean",
  7828  	'\u3145': "sioskorean",
  7829  	'\u317b': "siosnieunkorean",
  7830  	'\u3206': "siosparenkorean",
  7831  	'\u317d': "siospieupkorean",
  7832  	'\u317c': "siostikeutkorean",
  7833  	'\u0036': "six",
  7834  	//	'\u0666':	"sixarabic", // duplicate
  7835  	'\u09ec': "sixbengali",
  7836  	'\u2465': "sixcircle",
  7837  	'\u278f': "sixcircleinversesansserif",
  7838  	'\u096c': "sixdeva",
  7839  	'\u0aec': "sixgujarati",
  7840  	'\u0a6c': "sixgurmukhi",
  7841  	//	'\u0666':	"sixhackarabic", // duplicate
  7842  	'\u3026': "sixhangzhou",
  7843  	'\u3225': "sixideographicparen",
  7844  	'\u2086': "sixinferior",
  7845  	'\uff16': "sixmonospace",
  7846  	'\uf736': "sixoldstyle",
  7847  	'\u2479': "sixparen",
  7848  	'\u248d': "sixperiod",
  7849  	'\u06f6': "sixpersian",
  7850  	'\u2175': "sixroman",
  7851  	'\u2076': "sixsuperior",
  7852  	'\u246f': "sixteencircle",
  7853  	'\u09f9': "sixteencurrencydenominatorbengali",
  7854  	'\u2483': "sixteenparen",
  7855  	'\u2497': "sixteenperiod",
  7856  	'\u0e56': "sixthai",
  7857  	'\u002f': "slash",
  7858  	'\uff0f': "slashmonospace",
  7859  	//	'\u017f':	"slong", // duplicate
  7860  	'\u1e9b': "slongdotaccent",
  7861  	'\u263a': "smileface",
  7862  	'\uff53': "smonospace",
  7863  	//	'\u05c3':	"sofpasuqhebrew", // duplicate
  7864  	//	'\u00ad':	"softhyphen", // duplicate
  7865  	//	'\u044c':	"softsigncyrillic", // duplicate
  7866  	'\u305d': "sohiragana",
  7867  	'\u30bd': "sokatakana",
  7868  	'\uff7f': "sokatakanahalfwidth",
  7869  	'\u0338': "soliduslongoverlaycmb",
  7870  	'\u0337': "solidusshortoverlaycmb",
  7871  	'\u0e29': "sorusithai",
  7872  	'\u0e28': "sosalathai",
  7873  	'\u0e0b': "sosothai",
  7874  	'\u0e2a': "sosuathai",
  7875  	'\u0020': "space",
  7876  	//	'\u0020':	"spacehackarabic", // duplicate
  7877  	'\u2660': "spade",
  7878  	//	'\u2660':	"spadesuitblack", // duplicate
  7879  	'\u2664': "spadesuitwhite",
  7880  	'\u24ae': "sparen",
  7881  	'\u033b': "squarebelowcmb",
  7882  	'\u33c4': "squarecc",
  7883  	'\u339d': "squarecm",
  7884  	'\u25a9': "squarediagonalcrosshatchfill",
  7885  	'\u25a4': "squarehorizontalfill",
  7886  	'\u338f': "squarekg",
  7887  	'\u339e': "squarekm",
  7888  	'\u33ce': "squarekmcapital",
  7889  	'\u33d1': "squareln",
  7890  	'\u33d2': "squarelog",
  7891  	'\u338e': "squaremg",
  7892  	'\u33d5': "squaremil",
  7893  	'\u339c': "squaremm",
  7894  	'\u33a1': "squaremsquared",
  7895  	'\u25a6': "squareorthogonalcrosshatchfill",
  7896  	'\u25a7': "squareupperlefttolowerrightfill",
  7897  	'\u25a8': "squareupperrighttolowerleftfill",
  7898  	'\u25a5': "squareverticalfill",
  7899  	'\u25a3': "squarewhitewithsmallblack",
  7900  	'\u33db': "srsquare",
  7901  	'\u09b7': "ssabengali",
  7902  	'\u0937': "ssadeva",
  7903  	'\u0ab7': "ssagujarati",
  7904  	'\u3149': "ssangcieuckorean",
  7905  	'\u3185': "ssanghieuhkorean",
  7906  	'\u3180': "ssangieungkorean",
  7907  	'\u3132': "ssangkiyeokkorean",
  7908  	'\u3165': "ssangnieunkorean",
  7909  	'\u3143': "ssangpieupkorean",
  7910  	'\u3146': "ssangsioskorean",
  7911  	'\u3138': "ssangtikeutkorean",
  7912  	'\uf6f2': "ssuperior",
  7913  	'\u00a3': "sterling",
  7914  	'\uffe1': "sterlingmonospace",
  7915  	'\u0336': "strokelongoverlaycmb",
  7916  	'\u0335': "strokeshortoverlaycmb",
  7917  	//	'\u2282':	"subset", // duplicate
  7918  	'\u228a': "subsetnotequal",
  7919  	//	'\u2286':	"subsetorequal", // duplicate
  7920  	'\u227b': "succeeds",
  7921  	'\u220b': "suchthat",
  7922  	'\u3059': "suhiragana",
  7923  	'\u30b9': "sukatakana",
  7924  	'\uff7d': "sukatakanahalfwidth",
  7925  	//	'\u0652':	"sukunarabic", // duplicate
  7926  	'\u2211': "summation",
  7927  	//	'\u263c':	"sun", // duplicate
  7928  	//	'\u2283':	"superset", // duplicate
  7929  	'\u228b': "supersetnotequal",
  7930  	//	'\u2287':	"supersetorequal", // duplicate
  7931  	'\u33dc': "svsquare",
  7932  	'\u337c': "syouwaerasquare",
  7933  	'\u0074': "t",
  7934  	'\u09a4': "tabengali",
  7935  	'\u22a4': "tackdown",
  7936  	'\u22a3': "tackleft",
  7937  	'\u0924': "tadeva",
  7938  	'\u0aa4': "tagujarati",
  7939  	'\u0a24': "tagurmukhi",
  7940  	//	'\u0637':	"taharabic", // duplicate
  7941  	'\ufec2': "tahfinalarabic",
  7942  	'\ufec3': "tahinitialarabic",
  7943  	'\u305f': "tahiragana",
  7944  	'\ufec4': "tahmedialarabic",
  7945  	'\u337d': "taisyouerasquare",
  7946  	'\u30bf': "takatakana",
  7947  	'\uff80': "takatakanahalfwidth",
  7948  	//	'\u0640':	"tatweelarabic", // duplicate
  7949  	'\u03c4': "tau",
  7950  	//	'\u05ea':	"tav", // duplicate
  7951  	'\ufb4a': "tavdages",
  7952  	//	'\ufb4a':	"tavdagesh", // duplicate
  7953  	//	'\ufb4a':	"tavdageshhebrew", // duplicate
  7954  	//	'\u05ea':	"tavhebrew", // duplicate
  7955  	'\u0167': "tbar",
  7956  	'\u310a': "tbopomofo",
  7957  	'\u0165': "tcaron",
  7958  	'\u02a8': "tccurl",
  7959  	'\u0163': "tcedilla",
  7960  	//	'\u0686':	"tcheharabic", // duplicate
  7961  	'\ufb7b': "tchehfinalarabic",
  7962  	'\ufb7c': "tchehinitialarabic",
  7963  	'\ufb7d': "tchehmedialarabic",
  7964  	//	'\ufee4':	"tchehmeeminitialarabic", // duplicate
  7965  	'\u24e3': "tcircle",
  7966  	'\u1e71': "tcircumflexbelow",
  7967  	//	'\u0163':	"tcommaaccent", // duplicate
  7968  	'\u1e97': "tdieresis",
  7969  	'\u1e6b': "tdotaccent",
  7970  	'\u1e6d': "tdotbelow",
  7971  	//	'\u0442':	"tecyrillic", // duplicate
  7972  	'\u04ad': "tedescendercyrillic",
  7973  	//	'\u062a':	"teharabic", // duplicate
  7974  	'\ufe96': "tehfinalarabic",
  7975  	'\ufca2': "tehhahinitialarabic",
  7976  	'\ufc0c': "tehhahisolatedarabic",
  7977  	'\ufe97': "tehinitialarabic",
  7978  	'\u3066': "tehiragana",
  7979  	'\ufca1': "tehjeeminitialarabic",
  7980  	'\ufc0b': "tehjeemisolatedarabic",
  7981  	//	'\u0629':	"tehmarbutaarabic", // duplicate
  7982  	'\ufe94': "tehmarbutafinalarabic",
  7983  	'\ufe98': "tehmedialarabic",
  7984  	'\ufca4': "tehmeeminitialarabic",
  7985  	'\ufc0e': "tehmeemisolatedarabic",
  7986  	'\ufc73': "tehnoonfinalarabic",
  7987  	'\u30c6': "tekatakana",
  7988  	'\uff83': "tekatakanahalfwidth",
  7989  	'\u2121': "telephone",
  7990  	'\u260e': "telephoneblack",
  7991  	'\u05a0': "telishagedolahebrew",
  7992  	'\u05a9': "telishaqetanahebrew",
  7993  	'\u2469': "tencircle",
  7994  	'\u3229': "tenideographicparen",
  7995  	'\u247d': "tenparen",
  7996  	'\u2491': "tenperiod",
  7997  	'\u2179': "tenroman",
  7998  	'\u02a7': "tesh",
  7999  	//	'\u05d8':	"tet", // duplicate
  8000  	'\ufb38': "tetdagesh",
  8001  	//	'\ufb38':	"tetdageshhebrew", // duplicate
  8002  	//	'\u05d8':	"tethebrew", // duplicate
  8003  	'\u04b5': "tetsecyrillic",
  8004  	'\u059b': "tevirhebrew",
  8005  	//	'\u059b':	"tevirlefthebrew", // duplicate
  8006  	'\u09a5': "thabengali",
  8007  	'\u0925': "thadeva",
  8008  	'\u0aa5': "thagujarati",
  8009  	'\u0a25': "thagurmukhi",
  8010  	//	'\u0630':	"thalarabic", // duplicate
  8011  	'\ufeac': "thalfinalarabic",
  8012  	'\uf898': "thanthakhatlowleftthai",
  8013  	'\uf897': "thanthakhatlowrightthai",
  8014  	'\u0e4c': "thanthakhatthai",
  8015  	'\uf896': "thanthakhatupperleftthai",
  8016  	//	'\u062b':	"theharabic", // duplicate
  8017  	'\ufe9a': "thehfinalarabic",
  8018  	'\ufe9b': "thehinitialarabic",
  8019  	'\ufe9c': "thehmedialarabic",
  8020  	//	'\u2203':	"thereexists", // duplicate
  8021  	'\u2234': "therefore",
  8022  	'\u03b8': "theta",
  8023  	'\u03d1': "theta1",
  8024  	//	'\u03d1':	"thetasymbolgreek", // duplicate
  8025  	'\u3279': "thieuthacirclekorean",
  8026  	'\u3219': "thieuthaparenkorean",
  8027  	'\u326b': "thieuthcirclekorean",
  8028  	'\u314c': "thieuthkorean",
  8029  	'\u320b': "thieuthparenkorean",
  8030  	'\u246c': "thirteencircle",
  8031  	'\u2480': "thirteenparen",
  8032  	'\u2494': "thirteenperiod",
  8033  	'\u0e11': "thonangmonthothai",
  8034  	'\u01ad': "thook",
  8035  	'\u0e12': "thophuthaothai",
  8036  	'\u00fe': "thorn",
  8037  	'\u0e17': "thothahanthai",
  8038  	'\u0e10': "thothanthai",
  8039  	'\u0e18': "thothongthai",
  8040  	'\u0e16': "thothungthai",
  8041  	'\u0482': "thousandcyrillic",
  8042  	'\u066c': "thousandsseparatorarabic",
  8043  	//	'\u066c':	"thousandsseparatorpersian", // duplicate
  8044  	'\u0033': "three",
  8045  	//	'\u0663':	"threearabic", // duplicate
  8046  	'\u09e9': "threebengali",
  8047  	'\u2462': "threecircle",
  8048  	'\u278c': "threecircleinversesansserif",
  8049  	'\u0969': "threedeva",
  8050  	'\u215c': "threeeighths",
  8051  	'\u0ae9': "threegujarati",
  8052  	'\u0a69': "threegurmukhi",
  8053  	//	'\u0663':	"threehackarabic", // duplicate
  8054  	'\u3023': "threehangzhou",
  8055  	'\u3222': "threeideographicparen",
  8056  	'\u2083': "threeinferior",
  8057  	'\uff13': "threemonospace",
  8058  	'\u09f6': "threenumeratorbengali",
  8059  	'\uf733': "threeoldstyle",
  8060  	'\u2476': "threeparen",
  8061  	'\u248a': "threeperiod",
  8062  	'\u06f3': "threepersian",
  8063  	'\u00be': "threequarters",
  8064  	'\uf6de': "threequartersemdash",
  8065  	'\u2172': "threeroman",
  8066  	'\u00b3': "threesuperior",
  8067  	'\u0e53': "threethai",
  8068  	'\u3394': "thzsquare",
  8069  	'\u3061': "tihiragana",
  8070  	'\u30c1': "tikatakana",
  8071  	'\uff81': "tikatakanahalfwidth",
  8072  	'\u3270': "tikeutacirclekorean",
  8073  	'\u3210': "tikeutaparenkorean",
  8074  	'\u3262': "tikeutcirclekorean",
  8075  	'\u3137': "tikeutkorean",
  8076  	'\u3202': "tikeutparenkorean",
  8077  	//	'\u02dc':	"tilde", // duplicate
  8078  	'\u0330': "tildebelowcmb",
  8079  	'\u0303': "tildecmb",
  8080  	//	'\u0303':	"tildecomb", // duplicate
  8081  	'\u0360': "tildedoublecmb",
  8082  	//	'\u223c':	"tildeoperator", // duplicate
  8083  	'\u0334': "tildeoverlaycmb",
  8084  	'\u033e': "tildeverticalcmb",
  8085  	//	'\u2297':	"timescircle", // duplicate
  8086  	'\u0596': "tipehahebrew",
  8087  	//	'\u0596':	"tipehalefthebrew", // duplicate
  8088  	'\u0a70': "tippigurmukhi",
  8089  	'\u0483': "titlocyrilliccmb",
  8090  	'\u057f': "tiwnarmenian",
  8091  	'\u1e6f': "tlinebelow",
  8092  	'\uff54': "tmonospace",
  8093  	'\u0569': "toarmenian",
  8094  	'\u3068': "tohiragana",
  8095  	'\u30c8': "tokatakana",
  8096  	'\uff84': "tokatakanahalfwidth",
  8097  	'\u02e5': "tonebarextrahighmod",
  8098  	'\u02e9': "tonebarextralowmod",
  8099  	'\u02e6': "tonebarhighmod",
  8100  	'\u02e8': "tonebarlowmod",
  8101  	'\u02e7': "tonebarmidmod",
  8102  	'\u01bd': "tonefive",
  8103  	'\u0185': "tonesix",
  8104  	'\u01a8': "tonetwo",
  8105  	'\u0384': "tonos",
  8106  	'\u3327': "tonsquare",
  8107  	'\u0e0f': "topatakthai",
  8108  	'\u3014': "tortoiseshellbracketleft",
  8109  	'\ufe5d': "tortoiseshellbracketleftsmall",
  8110  	'\ufe39': "tortoiseshellbracketleftvertical",
  8111  	'\u3015': "tortoiseshellbracketright",
  8112  	'\ufe5e': "tortoiseshellbracketrightsmall",
  8113  	'\ufe3a': "tortoiseshellbracketrightvertical",
  8114  	'\u0e15': "totaothai",
  8115  	'\u01ab': "tpalatalhook",
  8116  	'\u24af': "tparen",
  8117  	'\u2122': "trademark",
  8118  	'\uf8ea': "trademarksans",
  8119  	'\uf6db': "trademarkserif",
  8120  	'\u0288': "tretroflexhook",
  8121  	//	'\u25bc':	"triagdn", // duplicate
  8122  	//	'\u25c4':	"triaglf", // duplicate
  8123  	//	'\u25ba':	"triagrt", // duplicate
  8124  	//	'\u25b2':	"triagup", // duplicate
  8125  	'\u02a6': "ts",
  8126  	//	'\u05e6':	"tsadi", // duplicate
  8127  	'\ufb46': "tsadidagesh",
  8128  	//	'\ufb46':	"tsadidageshhebrew", // duplicate
  8129  	//	'\u05e6':	"tsadihebrew", // duplicate
  8130  	//	'\u0446':	"tsecyrillic", // duplicate
  8131  	//	'\u05b5':	"tsere", // duplicate
  8132  	//	'\u05b5':	"tsere12", // duplicate
  8133  	//	'\u05b5':	"tsere1e", // duplicate
  8134  	//	'\u05b5':	"tsere2b", // duplicate
  8135  	//	'\u05b5':	"tserehebrew", // duplicate
  8136  	//	'\u05b5':	"tserenarrowhebrew", // duplicate
  8137  	//	'\u05b5':	"tserequarterhebrew", // duplicate
  8138  	//	'\u05b5':	"tserewidehebrew", // duplicate
  8139  	//	'\u045b':	"tshecyrillic", // duplicate
  8140  	'\uf6f3': "tsuperior",
  8141  	'\u099f': "ttabengali",
  8142  	'\u091f': "ttadeva",
  8143  	'\u0a9f': "ttagujarati",
  8144  	'\u0a1f': "ttagurmukhi",
  8145  	//	'\u0679':	"tteharabic", // duplicate
  8146  	'\ufb67': "ttehfinalarabic",
  8147  	'\ufb68': "ttehinitialarabic",
  8148  	'\ufb69': "ttehmedialarabic",
  8149  	'\u09a0': "tthabengali",
  8150  	'\u0920': "tthadeva",
  8151  	'\u0aa0': "tthagujarati",
  8152  	'\u0a20': "tthagurmukhi",
  8153  	'\u0287': "tturned",
  8154  	'\u3064': "tuhiragana",
  8155  	'\u30c4': "tukatakana",
  8156  	'\uff82': "tukatakanahalfwidth",
  8157  	'\u3063': "tusmallhiragana",
  8158  	'\u30c3': "tusmallkatakana",
  8159  	'\uff6f': "tusmallkatakanahalfwidth",
  8160  	'\u246b': "twelvecircle",
  8161  	'\u247f': "twelveparen",
  8162  	'\u2493': "twelveperiod",
  8163  	'\u217b': "twelveroman",
  8164  	'\u2473': "twentycircle",
  8165  	'\u5344': "twentyhangzhou",
  8166  	'\u2487': "twentyparen",
  8167  	'\u249b': "twentyperiod",
  8168  	'\u0032': "two",
  8169  	//	'\u0662':	"twoarabic", // duplicate
  8170  	'\u09e8': "twobengali",
  8171  	'\u2461': "twocircle",
  8172  	'\u278b': "twocircleinversesansserif",
  8173  	'\u0968': "twodeva",
  8174  	'\u2025': "twodotenleader",
  8175  	//	'\u2025':	"twodotleader", // duplicate
  8176  	'\ufe30': "twodotleadervertical",
  8177  	'\u0ae8': "twogujarati",
  8178  	'\u0a68': "twogurmukhi",
  8179  	//	'\u0662':	"twohackarabic", // duplicate
  8180  	'\u3022': "twohangzhou",
  8181  	'\u3221': "twoideographicparen",
  8182  	'\u2082': "twoinferior",
  8183  	'\uff12': "twomonospace",
  8184  	'\u09f5': "twonumeratorbengali",
  8185  	'\uf732': "twooldstyle",
  8186  	'\u2475': "twoparen",
  8187  	'\u2489': "twoperiod",
  8188  	'\u06f2': "twopersian",
  8189  	'\u2171': "tworoman",
  8190  	'\u01bb': "twostroke",
  8191  	'\u00b2': "twosuperior",
  8192  	'\u0e52': "twothai",
  8193  	'\u2154': "twothirds",
  8194  	'\u0075': "u",
  8195  	'\u00fa': "uacute",
  8196  	'\u0289': "ubar",
  8197  	'\u0989': "ubengali",
  8198  	'\u3128': "ubopomofo",
  8199  	'\u016d': "ubreve",
  8200  	'\u01d4': "ucaron",
  8201  	'\u24e4': "ucircle",
  8202  	'\u00fb': "ucircumflex",
  8203  	'\u1e77': "ucircumflexbelow",
  8204  	//	'\u0443':	"ucyrillic", // duplicate
  8205  	'\u0951': "udattadeva",
  8206  	'\u0171': "udblacute",
  8207  	'\u0215': "udblgrave",
  8208  	'\u0909': "udeva",
  8209  	'\u00fc': "udieresis",
  8210  	'\u01d8': "udieresisacute",
  8211  	'\u1e73': "udieresisbelow",
  8212  	'\u01da': "udieresiscaron",
  8213  	'\u04f1': "udieresiscyrillic",
  8214  	'\u01dc': "udieresisgrave",
  8215  	'\u01d6': "udieresismacron",
  8216  	'\u1ee5': "udotbelow",
  8217  	'\u00f9': "ugrave",
  8218  	'\u0a89': "ugujarati",
  8219  	'\u0a09': "ugurmukhi",
  8220  	'\u3046': "uhiragana",
  8221  	'\u1ee7': "uhookabove",
  8222  	'\u01b0': "uhorn",
  8223  	'\u1ee9': "uhornacute",
  8224  	'\u1ef1': "uhorndotbelow",
  8225  	'\u1eeb': "uhorngrave",
  8226  	'\u1eed': "uhornhookabove",
  8227  	'\u1eef': "uhorntilde",
  8228  	//	'\u0171':	"uhungarumlaut", // duplicate
  8229  	'\u04f3': "uhungarumlautcyrillic",
  8230  	'\u0217': "uinvertedbreve",
  8231  	'\u30a6': "ukatakana",
  8232  	'\uff73': "ukatakanahalfwidth",
  8233  	'\u0479': "ukcyrillic",
  8234  	'\u315c': "ukorean",
  8235  	'\u016b': "umacron",
  8236  	'\u04ef': "umacroncyrillic",
  8237  	'\u1e7b': "umacrondieresis",
  8238  	'\u0a41': "umatragurmukhi",
  8239  	'\uff55': "umonospace",
  8240  	'\u005f': "underscore",
  8241  	//	'\u2017':	"underscoredbl", // duplicate
  8242  	'\uff3f': "underscoremonospace",
  8243  	'\ufe33': "underscorevertical",
  8244  	'\ufe4f': "underscorewavy",
  8245  	'\u222a': "union",
  8246  	//	'\u2200':	"universal", // duplicate
  8247  	'\u0173': "uogonek",
  8248  	'\u24b0': "uparen",
  8249  	'\u2580': "upblock",
  8250  	'\u05c4': "upperdothebrew",
  8251  	'\u03c5': "upsilon",
  8252  	'\u03cb': "upsilondieresis",
  8253  	'\u03b0': "upsilondieresistonos",
  8254  	'\u028a': "upsilonlatin",
  8255  	'\u03cd': "upsilontonos",
  8256  	'\u031d': "uptackbelowcmb",
  8257  	'\u02d4': "uptackmod",
  8258  	'\u0a73': "uragurmukhi",
  8259  	'\u016f': "uring",
  8260  	//	'\u045e':	"ushortcyrillic", // duplicate
  8261  	'\u3045': "usmallhiragana",
  8262  	'\u30a5': "usmallkatakana",
  8263  	'\uff69': "usmallkatakanahalfwidth",
  8264  	'\u04af': "ustraightcyrillic",
  8265  	'\u04b1': "ustraightstrokecyrillic",
  8266  	'\u0169': "utilde",
  8267  	'\u1e79': "utildeacute",
  8268  	'\u1e75': "utildebelow",
  8269  	'\u098a': "uubengali",
  8270  	'\u090a': "uudeva",
  8271  	'\u0a8a': "uugujarati",
  8272  	'\u0a0a': "uugurmukhi",
  8273  	'\u0a42': "uumatragurmukhi",
  8274  	'\u09c2': "uuvowelsignbengali",
  8275  	'\u0942': "uuvowelsigndeva",
  8276  	'\u0ac2': "uuvowelsigngujarati",
  8277  	'\u09c1': "uvowelsignbengali",
  8278  	'\u0941': "uvowelsigndeva",
  8279  	'\u0ac1': "uvowelsigngujarati",
  8280  	'\u0076': "v",
  8281  	'\u0935': "vadeva",
  8282  	'\u0ab5': "vagujarati",
  8283  	'\u0a35': "vagurmukhi",
  8284  	'\u30f7': "vakatakana",
  8285  	//	'\u05d5':	"vav", // duplicate
  8286  	//	'\ufb35':	"vavdagesh", // duplicate
  8287  	//	'\ufb35':	"vavdagesh65", // duplicate
  8288  	//	'\ufb35':	"vavdageshhebrew", // duplicate
  8289  	//	'\u05d5':	"vavhebrew", // duplicate
  8290  	//	'\ufb4b':	"vavholam", // duplicate
  8291  	//	'\ufb4b':	"vavholamhebrew", // duplicate
  8292  	//	'\u05f0':	"vavvavhebrew", // duplicate
  8293  	//	'\u05f1':	"vavyodhebrew", // duplicate
  8294  	'\u24e5': "vcircle",
  8295  	'\u1e7f': "vdotbelow",
  8296  	//	'\u0432':	"vecyrillic", // duplicate
  8297  	//	'\u06a4':	"veharabic", // duplicate
  8298  	'\ufb6b': "vehfinalarabic",
  8299  	'\ufb6c': "vehinitialarabic",
  8300  	'\ufb6d': "vehmedialarabic",
  8301  	'\u30f9': "vekatakana",
  8302  	//	'\u2640':	"venus", // duplicate
  8303  	//	'\u007c':	"verticalbar", // duplicate
  8304  	'\u030d': "verticallineabovecmb",
  8305  	'\u0329': "verticallinebelowcmb",
  8306  	'\u02cc': "verticallinelowmod",
  8307  	'\u02c8': "verticallinemod",
  8308  	'\u057e': "vewarmenian",
  8309  	'\u028b': "vhook",
  8310  	'\u30f8': "vikatakana",
  8311  	'\u09cd': "viramabengali",
  8312  	'\u094d': "viramadeva",
  8313  	'\u0acd': "viramagujarati",
  8314  	'\u0983': "visargabengali",
  8315  	'\u0903': "visargadeva",
  8316  	'\u0a83': "visargagujarati",
  8317  	'\uff56': "vmonospace",
  8318  	'\u0578': "voarmenian",
  8319  	'\u309e': "voicediterationhiragana",
  8320  	'\u30fe': "voicediterationkatakana",
  8321  	'\u309b': "voicedmarkkana",
  8322  	'\uff9e': "voicedmarkkanahalfwidth",
  8323  	'\u30fa': "vokatakana",
  8324  	'\u24b1': "vparen",
  8325  	'\u1e7d': "vtilde",
  8326  	'\u028c': "vturned",
  8327  	'\u3094': "vuhiragana",
  8328  	'\u30f4': "vukatakana",
  8329  	'\u0077': "w",
  8330  	'\u1e83': "wacute",
  8331  	'\u3159': "waekorean",
  8332  	'\u308f': "wahiragana",
  8333  	'\u30ef': "wakatakana",
  8334  	'\uff9c': "wakatakanahalfwidth",
  8335  	'\u3158': "wakorean",
  8336  	'\u308e': "wasmallhiragana",
  8337  	'\u30ee': "wasmallkatakana",
  8338  	'\u3357': "wattosquare",
  8339  	'\u301c': "wavedash",
  8340  	'\ufe34': "wavyunderscorevertical",
  8341  	//	'\u0648':	"wawarabic", // duplicate
  8342  	'\ufeee': "wawfinalarabic",
  8343  	//	'\u0624':	"wawhamzaabovearabic", // duplicate
  8344  	'\ufe86': "wawhamzaabovefinalarabic",
  8345  	'\u33dd': "wbsquare",
  8346  	'\u24e6': "wcircle",
  8347  	'\u0175': "wcircumflex",
  8348  	'\u1e85': "wdieresis",
  8349  	'\u1e87': "wdotaccent",
  8350  	'\u1e89': "wdotbelow",
  8351  	'\u3091': "wehiragana",
  8352  	'\u2118': "weierstrass",
  8353  	'\u30f1': "wekatakana",
  8354  	'\u315e': "wekorean",
  8355  	'\u315d': "weokorean",
  8356  	'\u1e81': "wgrave",
  8357  	//	'\u25e6':	"whitebullet", // duplicate
  8358  	//	'\u25cb':	"whitecircle", // duplicate
  8359  	//	'\u25d9':	"whitecircleinverse", // duplicate
  8360  	'\u300e': "whitecornerbracketleft",
  8361  	'\ufe43': "whitecornerbracketleftvertical",
  8362  	'\u300f': "whitecornerbracketright",
  8363  	'\ufe44': "whitecornerbracketrightvertical",
  8364  	'\u25c7': "whitediamond",
  8365  	'\u25c8': "whitediamondcontainingblacksmalldiamond",
  8366  	'\u25bf': "whitedownpointingsmalltriangle",
  8367  	'\u25bd': "whitedownpointingtriangle",
  8368  	'\u25c3': "whiteleftpointingsmalltriangle",
  8369  	'\u25c1': "whiteleftpointingtriangle",
  8370  	'\u3016': "whitelenticularbracketleft",
  8371  	'\u3017': "whitelenticularbracketright",
  8372  	'\u25b9': "whiterightpointingsmalltriangle",
  8373  	'\u25b7': "whiterightpointingtriangle",
  8374  	//	'\u25ab':	"whitesmallsquare", // duplicate
  8375  	//	'\u263a':	"whitesmilingface", // duplicate
  8376  	//	'\u25a1':	"whitesquare", // duplicate
  8377  	'\u2606': "whitestar",
  8378  	'\u260f': "whitetelephone",
  8379  	'\u3018': "whitetortoiseshellbracketleft",
  8380  	'\u3019': "whitetortoiseshellbracketright",
  8381  	'\u25b5': "whiteuppointingsmalltriangle",
  8382  	'\u25b3': "whiteuppointingtriangle",
  8383  	'\u3090': "wihiragana",
  8384  	'\u30f0': "wikatakana",
  8385  	'\u315f': "wikorean",
  8386  	'\uff57': "wmonospace",
  8387  	'\u3092': "wohiragana",
  8388  	'\u30f2': "wokatakana",
  8389  	'\uff66': "wokatakanahalfwidth",
  8390  	'\u20a9': "won",
  8391  	'\uffe6': "wonmonospace",
  8392  	'\u0e27': "wowaenthai",
  8393  	'\u24b2': "wparen",
  8394  	'\u1e98': "wring",
  8395  	'\u02b7': "wsuperior",
  8396  	'\u028d': "wturned",
  8397  	'\u01bf': "wynn",
  8398  	'\u0078': "x",
  8399  	'\u033d': "xabovecmb",
  8400  	'\u3112': "xbopomofo",
  8401  	'\u24e7': "xcircle",
  8402  	'\u1e8d': "xdieresis",
  8403  	'\u1e8b': "xdotaccent",
  8404  	'\u056d': "xeharmenian",
  8405  	'\u03be': "xi",
  8406  	'\uff58': "xmonospace",
  8407  	'\u24b3': "xparen",
  8408  	'\u02e3': "xsuperior",
  8409  	'\u0079': "y",
  8410  	'\u334e': "yaadosquare",
  8411  	'\u09af': "yabengali",
  8412  	'\u00fd': "yacute",
  8413  	'\u092f': "yadeva",
  8414  	'\u3152': "yaekorean",
  8415  	'\u0aaf': "yagujarati",
  8416  	'\u0a2f': "yagurmukhi",
  8417  	'\u3084': "yahiragana",
  8418  	'\u30e4': "yakatakana",
  8419  	'\uff94': "yakatakanahalfwidth",
  8420  	'\u3151': "yakorean",
  8421  	'\u0e4e': "yamakkanthai",
  8422  	'\u3083': "yasmallhiragana",
  8423  	'\u30e3': "yasmallkatakana",
  8424  	'\uff6c': "yasmallkatakanahalfwidth",
  8425  	//	'\u0463':	"yatcyrillic", // duplicate
  8426  	'\u24e8': "ycircle",
  8427  	'\u0177': "ycircumflex",
  8428  	'\u00ff': "ydieresis",
  8429  	'\u1e8f': "ydotaccent",
  8430  	'\u1ef5': "ydotbelow",
  8431  	//	'\u064a':	"yeharabic", // duplicate
  8432  	//	'\u06d2':	"yehbarreearabic", // duplicate
  8433  	'\ufbaf': "yehbarreefinalarabic",
  8434  	'\ufef2': "yehfinalarabic",
  8435  	//	'\u0626':	"yehhamzaabovearabic", // duplicate
  8436  	'\ufe8a': "yehhamzaabovefinalarabic",
  8437  	'\ufe8b': "yehhamzaaboveinitialarabic",
  8438  	'\ufe8c': "yehhamzaabovemedialarabic",
  8439  	//	'\ufef3':	"yehinitialarabic", // duplicate
  8440  	//	'\ufef4':	"yehmedialarabic", // duplicate
  8441  	'\ufcdd': "yehmeeminitialarabic",
  8442  	'\ufc58': "yehmeemisolatedarabic",
  8443  	'\ufc94': "yehnoonfinalarabic",
  8444  	'\u06d1': "yehthreedotsbelowarabic",
  8445  	'\u3156': "yekorean",
  8446  	'\u00a5': "yen",
  8447  	'\uffe5': "yenmonospace",
  8448  	'\u3155': "yeokorean",
  8449  	'\u3186': "yeorinhieuhkorean",
  8450  	'\u05aa': "yerahbenyomohebrew",
  8451  	//	'\u05aa':	"yerahbenyomolefthebrew", // duplicate
  8452  	//	'\u044b':	"yericyrillic", // duplicate
  8453  	'\u04f9': "yerudieresiscyrillic",
  8454  	'\u3181': "yesieungkorean",
  8455  	'\u3183': "yesieungpansioskorean",
  8456  	'\u3182': "yesieungsioskorean",
  8457  	'\u059a': "yetivhebrew",
  8458  	'\u1ef3': "ygrave",
  8459  	'\u01b4': "yhook",
  8460  	'\u1ef7': "yhookabove",
  8461  	'\u0575': "yiarmenian",
  8462  	//	'\u0457':	"yicyrillic", // duplicate
  8463  	'\u3162': "yikorean",
  8464  	'\u262f': "yinyang",
  8465  	'\u0582': "yiwnarmenian",
  8466  	'\uff59': "ymonospace",
  8467  	//	'\u05d9':	"yod", // duplicate
  8468  	'\ufb39': "yoddagesh",
  8469  	//	'\ufb39':	"yoddageshhebrew", // duplicate
  8470  	//	'\u05d9':	"yodhebrew", // duplicate
  8471  	//	'\u05f2':	"yodyodhebrew", // duplicate
  8472  	//	'\ufb1f':	"yodyodpatahhebrew", // duplicate
  8473  	'\u3088': "yohiragana",
  8474  	'\u3189': "yoikorean",
  8475  	'\u30e8': "yokatakana",
  8476  	'\uff96': "yokatakanahalfwidth",
  8477  	'\u315b': "yokorean",
  8478  	'\u3087': "yosmallhiragana",
  8479  	'\u30e7': "yosmallkatakana",
  8480  	'\uff6e': "yosmallkatakanahalfwidth",
  8481  	'\u03f3': "yotgreek",
  8482  	'\u3188': "yoyaekorean",
  8483  	'\u3187': "yoyakorean",
  8484  	'\u0e22': "yoyakthai",
  8485  	'\u0e0d': "yoyingthai",
  8486  	'\u24b4': "yparen",
  8487  	'\u037a': "ypogegrammeni",
  8488  	'\u0345': "ypogegrammenigreekcmb",
  8489  	'\u01a6': "yr",
  8490  	'\u1e99': "yring",
  8491  	'\u02b8': "ysuperior",
  8492  	'\u1ef9': "ytilde",
  8493  	'\u028e': "yturned",
  8494  	'\u3086': "yuhiragana",
  8495  	'\u318c': "yuikorean",
  8496  	'\u30e6': "yukatakana",
  8497  	'\uff95': "yukatakanahalfwidth",
  8498  	'\u3160': "yukorean",
  8499  	'\u046b': "yusbigcyrillic",
  8500  	'\u046d': "yusbigiotifiedcyrillic",
  8501  	'\u0467': "yuslittlecyrillic",
  8502  	'\u0469': "yuslittleiotifiedcyrillic",
  8503  	'\u3085': "yusmallhiragana",
  8504  	'\u30e5': "yusmallkatakana",
  8505  	'\uff6d': "yusmallkatakanahalfwidth",
  8506  	'\u318b': "yuyekorean",
  8507  	'\u318a': "yuyeokorean",
  8508  	'\u09df': "yyabengali",
  8509  	'\u095f': "yyadeva",
  8510  	'\u007a': "z",
  8511  	'\u0566': "zaarmenian",
  8512  	'\u017a': "zacute",
  8513  	'\u095b': "zadeva",
  8514  	'\u0a5b': "zagurmukhi",
  8515  	//	'\u0638':	"zaharabic", // duplicate
  8516  	'\ufec6': "zahfinalarabic",
  8517  	'\ufec7': "zahinitialarabic",
  8518  	'\u3056': "zahiragana",
  8519  	'\ufec8': "zahmedialarabic",
  8520  	//	'\u0632':	"zainarabic", // duplicate
  8521  	'\ufeb0': "zainfinalarabic",
  8522  	'\u30b6': "zakatakana",
  8523  	'\u0595': "zaqefgadolhebrew",
  8524  	'\u0594': "zaqefqatanhebrew",
  8525  	'\u0598': "zarqahebrew",
  8526  	//	'\u05d6':	"zayin", // duplicate
  8527  	'\ufb36': "zayindagesh",
  8528  	//	'\ufb36':	"zayindageshhebrew", // duplicate
  8529  	//	'\u05d6':	"zayinhebrew", // duplicate
  8530  	'\u3117': "zbopomofo",
  8531  	'\u017e': "zcaron",
  8532  	'\u24e9': "zcircle",
  8533  	'\u1e91': "zcircumflex",
  8534  	'\u0291': "zcurl",
  8535  	'\u017c': "zdot",
  8536  	//	'\u017c':	"zdotaccent", // duplicate
  8537  	'\u1e93': "zdotbelow",
  8538  	//	'\u0437':	"zecyrillic", // duplicate
  8539  	'\u0499': "zedescendercyrillic",
  8540  	'\u04df': "zedieresiscyrillic",
  8541  	'\u305c': "zehiragana",
  8542  	'\u30bc': "zekatakana",
  8543  	'\u0030': "zero",
  8544  	//	'\u0660':	"zeroarabic", // duplicate
  8545  	'\u09e6': "zerobengali",
  8546  	'\u0966': "zerodeva",
  8547  	'\u0ae6': "zerogujarati",
  8548  	'\u0a66': "zerogurmukhi",
  8549  	//	'\u0660':	"zerohackarabic", // duplicate
  8550  	'\u2080': "zeroinferior",
  8551  	'\uff10': "zeromonospace",
  8552  	'\uf730': "zerooldstyle",
  8553  	'\u06f0': "zeropersian",
  8554  	'\u2070': "zerosuperior",
  8555  	'\u0e50': "zerothai",
  8556  	'\ufeff': "zerowidthjoiner",
  8557  	//	'\u200c':	"zerowidthnonjoiner", // duplicate
  8558  	'\u200b': "zerowidthspace",
  8559  	'\u03b6': "zeta",
  8560  	'\u3113': "zhbopomofo",
  8561  	'\u056a': "zhearmenian",
  8562  	'\u04c2': "zhebrevecyrillic",
  8563  	//	'\u0436':	"zhecyrillic", // duplicate
  8564  	'\u0497': "zhedescendercyrillic",
  8565  	'\u04dd': "zhedieresiscyrillic",
  8566  	'\u3058': "zihiragana",
  8567  	'\u30b8': "zikatakana",
  8568  	'\u05ae': "zinorhebrew",
  8569  	'\u1e95': "zlinebelow",
  8570  	'\uff5a': "zmonospace",
  8571  	'\u305e': "zohiragana",
  8572  	'\u30be': "zokatakana",
  8573  	'\u24b5': "zparen",
  8574  	'\u0290': "zretroflexhook",
  8575  	'\u01b6': "zstroke",
  8576  	'\u305a': "zuhiragana",
  8577  	'\u30ba': "zukatakana",
  8578  }