1if not modules then modules = { } end modules ['char-def'] = { 2 version = 1.001, 3 comment = "companion to char-ini.mkiv", 4 author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", 5 copyright = "PRAGMA ADE / ConTeXt Development Team", 6 license = "see context related readme files", 7 dataonly = true, 8} 9 10--[[ 11The first version of this table was generated from unicode tables but after that was 12mostly updated manual using data present in ConTeXt and elsewhere. I did my best to 13make this table as complete as needed for proper use in ConTeXt MkIV. All errors are 14mine. If you find an error or ommision, just let me know. This file is updated every 15now and then using mtx-unicode where we check against the latest unicode txt files 16(normally once per year around the tex live code freeze) and checked afterwards for 17differences. We could save some bytes by sharing variant tables but it's not worth 18the trouble. Some additional data is kept in other files. 19 20For a generic subset of the data here, run "context luatex-basics-prepare.tex" after 21adapting this file. 22 23Updated end 2021 as prelude to ar's remote talk at the meeting. Needs some indic 24checking (see comment field). 25 26Todo: get rid of specials = { "font", ... } in math ... we have already vectors. 27]]-- 28 29local variants_emoji={ 30 [0xFE0E]="text style", 31 [0xFE0F]="emoji style", 32} 33 34local variants_forms={ 35 [0xFE00]="corner-justified form", 36 [0xFE01]="centered form", 37} 38 39local variants_style={ 40 [0xFE00]="chancery style", 41 [0xFE01]="roundhand style", 42} 43 44local variants_dotted={ 45 [0xFE00]="dotted form", 46} 47 48local variants_90={ 49 [0xFE00]="rotated 90 degrees", 50} 51 52local variants_180={ 53 [0xFE01]="rotated 180 degrees", 54} 55 56local variants_270={ 57 [0xFE02]="rotated 270 degrees", 58} 59 60local variants_expanded={ 61 [0xFE00]="expanded", 62} 63 64local variants_90_180={ 65 [0xFE00]="rotated 90 degrees", 66 [0xFE01]="rotated 180 degrees", 67} 68 69local variants_90_180_270={ 70 [0xFE00]="rotated 90 degrees", 71 [0xFE01]="rotated 180 degrees", 72 [0xFE02]="rotated 270 degrees", 73} 74 75local variants_180_270={ 76 [0xFE01]="rotated 180 degrees", 77 [0xFE02]="rotated 270 degrees", 78} 79 80local variants_90_270={ 81 [0xFE00]="rotated 90 degrees", 82 [0xFE02]="rotated 270 degrees", 83} 84 85characters = characters or { } 86 87characters.data={ 88 [0x0]={ 89 category="cc", 90 description="NULL", 91 direction="bn", 92 linebreak="cm", 93 unicodeslot=0x0, 94 }, 95 { 96 adobename="controlSTX", 97 category="cc", 98 description="START OF HEADING", 99 direction="bn", 100 linebreak="cm", 101 unicodeslot=0x1, 102 }, 103 { 104 adobename="controlSOT", 105 category="cc", 106 description="START OF TEXT", 107 direction="bn", 108 linebreak="cm", 109 unicodeslot=0x2, 110 }, 111 { 112 adobename="controlETX", 113 category="cc", 114 description="END OF TEXT", 115 direction="bn", 116 linebreak="cm", 117 unicodeslot=0x3, 118 }, 119 { 120 adobename="controlEOT", 121 category="cc", 122 description="END OF TRANSMISSION", 123 direction="bn", 124 linebreak="cm", 125 unicodeslot=0x4, 126 }, 127 { 128 adobename="controlENQ", 129 category="cc", 130 description="ENQUIRY", 131 direction="bn", 132 linebreak="cm", 133 unicodeslot=0x5, 134 }, 135 { 136 adobename="controlACK", 137 category="cc", 138 description="ACKNOWLEDGE", 139 direction="bn", 140 linebreak="cm", 141 unicodeslot=0x6, 142 }, 143 { 144 adobename="controlBEL", 145 category="cc", 146 description="BELL", 147 direction="bn", 148 linebreak="cm", 149 unicodeslot=0x7, 150 }, 151 { 152 adobename="controlBS", 153 category="cc", 154 description="BACKSPACE", 155 direction="bn", 156 linebreak="cm", 157 unicodeslot=0x8, 158 }, 159 { 160 adobename="controlHT", 161 category="cc", 162 description="CHARACTER TABULATION", 163 direction="s", 164 linebreak="ba", 165 synonyms={ "horizontal tabulation", "ht", "tab" }, 166 unicodeslot=0x9, 167 }, 168 { 169 adobename="controlLF", 170 category="cc", 171 description="LINE FEED (LF)", 172 direction="b", 173 linebreak="lf", 174 synonyms={ "end of line", "eol", "lf", "new line", "nl" }, 175 unicodeslot=0xA, 176 }, 177 { 178 adobename="controlVT", 179 category="cc", 180 description="LINE TABULATION", 181 direction="s", 182 linebreak="bk", 183 synonyms={ "vertical tabulation", "vt" }, 184 unicodeslot=0xB, 185 }, 186 { 187 adobename="controlFF", 188 category="cc", 189 description="FORM FEED (FF)", 190 direction="ws", 191 linebreak="bk", 192 synonyms={ "ff" }, 193 unicodeslot=0xC, 194 }, 195 { 196 adobename="controlCR", 197 category="cc", 198 description="CARRIAGE RETURN (CR)", 199 direction="b", 200 linebreak="cr", 201 synonyms={ "cr" }, 202 unicodeslot=0xD, 203 }, 204 { 205 adobename="controlSO", 206 category="cc", 207 description="SHIFT OUT", 208 direction="bn", 209 linebreak="cm", 210 unicodeslot=0xE, 211 }, 212 { 213 adobename="controlSI", 214 category="cc", 215 description="SHIFT IN", 216 direction="bn", 217 linebreak="cm", 218 unicodeslot=0xF, 219 }, 220 { 221 adobename="controlDLE", 222 category="cc", 223 description="DATA LINK ESCAPE", 224 direction="bn", 225 linebreak="cm", 226 unicodeslot=0x10, 227 }, 228 { 229 adobename="controlDC1", 230 category="cc", 231 description="DEVICE CONTROL ONE", 232 direction="bn", 233 linebreak="cm", 234 unicodeslot=0x11, 235 }, 236 { 237 adobename="controlDC2", 238 category="cc", 239 description="DEVICE CONTROL TWO", 240 direction="bn", 241 linebreak="cm", 242 unicodeslot=0x12, 243 }, 244 { 245 adobename="controlDC3", 246 category="cc", 247 description="DEVICE CONTROL THREE", 248 direction="bn", 249 linebreak="cm", 250 unicodeslot=0x13, 251 }, 252 { 253 adobename="controlDC4", 254 category="cc", 255 description="DEVICE CONTROL FOUR", 256 direction="bn", 257 linebreak="cm", 258 unicodeslot=0x14, 259 }, 260 { 261 adobename="controlNAK", 262 category="cc", 263 description="NEGATIVE ACKNOWLEDGE", 264 direction="bn", 265 linebreak="cm", 266 unicodeslot=0x15, 267 }, 268 { 269 adobename="controlSYN", 270 category="cc", 271 description="SYNCHRONOUS IDLE", 272 direction="bn", 273 linebreak="cm", 274 unicodeslot=0x16, 275 }, 276 { 277 adobename="controlETB", 278 category="cc", 279 description="END OF TRANSMISSION BLOCK", 280 direction="bn", 281 linebreak="cm", 282 unicodeslot=0x17, 283 }, 284 { 285 adobename="controlCAN", 286 category="cc", 287 description="CANCEL", 288 direction="bn", 289 linebreak="cm", 290 unicodeslot=0x18, 291 }, 292 { 293 adobename="controlEM", 294 category="cc", 295 description="END OF MEDIUM", 296 direction="bn", 297 linebreak="cm", 298 unicodeslot=0x19, 299 }, 300 { 301 adobename="controlSUB", 302 category="cc", 303 description="SUBSTITUTE", 304 direction="bn", 305 linebreak="cm", 306 unicodeslot=0x1A, 307 }, 308 { 309 adobename="controlESC", 310 category="cc", 311 description="ESCAPE", 312 direction="bn", 313 linebreak="cm", 314 unicodeslot=0x1B, 315 }, 316 { 317 adobename="controlFS", 318 category="cc", 319 description="INFORMATION SEPARATOR FOUR", 320 direction="b", 321 linebreak="cm", 322 synonyms={ "file separator" }, 323 unicodeslot=0x1C, 324 }, 325 { 326 adobename="controlGS", 327 category="cc", 328 description="INFORMATION SEPARATOR THREE", 329 direction="b", 330 linebreak="cm", 331 synonyms={ "group separator" }, 332 unicodeslot=0x1D, 333 }, 334 { 335 adobename="controlRS", 336 category="cc", 337 description="INFORMATION SEPARATOR TWO", 338 direction="b", 339 linebreak="cm", 340 synonyms={ "record separator" }, 341 unicodeslot=0x1E, 342 }, 343 { 344 adobename="controlUS", 345 category="cc", 346 description="INFORMATION SEPARATOR ONE", 347 direction="s", 348 linebreak="cm", 349 synonyms={ "unit separator" }, 350 unicodeslot=0x1F, 351 }, 352 { 353 adobename="space", 354 category="zs", 355 cjkwd="na", 356 description="SPACE", 357 direction="ws", 358 linebreak="sp", 359 unicodeslot=0x20, 360 }, 361 { 362 adobename="exclam", 363 category="po", 364 cjkwd="na", 365 description="EXCLAMATION MARK", 366 direction="on", 367 linebreak="ex", 368 mathclass="factorial", 369 synonyms={ "bang", "factorial" }, 370 unicodeslot=0x21, 371 }, 372 { 373 adobename="quotedbl", 374 category="po", 375 cjkwd="na", 376 contextname="quotedbl", 377 description="QUOTATION MARK", 378 direction="on", 379 linebreak="qu", 380 mathclass="ordinary", 381 synonyms={ "neutral quotation mark" }, 382 unicodeslot=0x22, 383 }, 384 { 385 adobename="numbersign", 386 category="po", 387 cjkwd="na", 388 contextname="texthash", 389 description="NUMBER SIGN", 390 direction="et", 391 linebreak="al", 392 mathclass="binary", 393 mathname="mathhash", 394 synonyms={ "crosshatch", "hash", "octothorpe", "pound sign" }, 395 unicodeslot=0x23, 396 variants=variants_emoji, 397 }, 398 { 399 adobename="dollar", 400 category="sc", 401 cjkwd="na", 402 contextname="textdollar", 403 description="DOLLAR SIGN", 404 direction="et", 405 linebreak="pr", 406 mathclass="binary", 407 mathname="mathdollar", 408 synonyms={ "escudo", "milreis" }, 409 unicodeslot=0x24, 410 }, 411 { 412 adobename="percent", 413 category="po", 414 cjkwd="na", 415 contextname="textpercent", 416 description="PERCENT SIGN", 417 direction="et", 418 linebreak="po", 419 mathclass="binary", 420 mathname="mathpercent", 421 unicodeslot=0x25, 422 }, 423 { 424 adobename="ampersand", 425 category="po", 426 cjkwd="na", 427 contextname="textampersand", 428 description="AMPERSAND", 429 direction="on", 430 linebreak="al", 431 mathclass="binary", 432 mathname="mathampersand", 433 unicodeslot=0x26, 434 }, 435 { 436 adobename="quotesingle", 437 category="po", 438 cjkwd="na", 439 contextname="quotesingle", 440 description="APOSTROPHE", 441 direction="on", 442 linebreak="qu", 443 mathclass="ordinary", 444 synonyms={ "apl quote", "apostrophe-quote", "neutral single quotation mark" }, 445 unicodeslot=0x27, 446 }, 447 { 448 adobename="parenleft", 449 category="ps", 450 cjkwd="na", 451 description="LEFT PARENTHESIS", 452 direction="on", 453 linebreak="op", 454 mathclass="open", 455 mathname="lparent", 456 mirror=0x29, 457 synonyms={ "opening parenthesis" }, 458 textclass="open", 459 unicodeslot=0x28, 460 }, 461 { 462 adobename="parenright", 463 category="pe", 464 cjkwd="na", 465 description="RIGHT PARENTHESIS", 466 direction="on", 467 linebreak="cp", 468 mathclass="close", 469 mathname="rparent", 470 mirror=0x28, 471 synonyms={ "closing parenthesis" }, 472 textclass="close", 473 unicodeslot=0x29, 474 }, 475 { 476 adobename="asterisk", 477 category="po", 478 cjkwd="na", 479 description="ASTERISK", 480 direction="on", 481 linebreak="al", 482 mathclass="binary", 483 mathsymbol=0x2217, 484 synonyms={ "star" }, 485 unicodeslot=0x2A, 486 variants=variants_emoji, 487 }, 488 { 489 adobename="plus", 490 category="sm", 491 cjkwd="na", 492 description="PLUS SIGN", 493 direction="es", 494 linebreak="pr", 495 mathclass="binary", 496 mathgroup="nary arithmetic", 497 unicodeslot=0x2B, 498 }, 499 { 500 adobename="comma", 501 category="po", 502 cjkwd="na", 503 contextname="textcomma", 504 description="COMMA", 505 direction="cs", 506 linebreak="is", 507 mathclass="punctuation", 508 synonyms={ "decimal separator" }, 509 unicodeslot=0x2C, 510 }, 511 { 512 adobename="hyphen", 513 category="pd", 514 cjkwd="na", 515 contextname="texthyphen", 516 description="HYPHEN-MINUS", 517 direction="es", 518 linebreak="hy", 519 mathclass="ordinary", 520 mathextensible="h", 521 mathfiller="relfill", 522 mathgroup="binary arithmetic", 523 mathname="mathhyphen", 524 mathsymbol=0x2212, 525 synonyms={ "hyphen or minus sign", "hyphus" }, 526 unicodeslot=0x2D, 527 }, 528 { 529 adobename="period", 530 category="po", 531 cjkwd="na", 532 comment="class needed for autopunctuation", 533 contextname="textperiod", 534 description="FULL STOP", 535 direction="cs", 536 linebreak="is", 537 mathspec={ 538 { 539 class="binary", 540 name="ldot", 541 }, 542 { 543 class="punctuation", 544 name="ldotp", 545 }, 546 }, 547 synonyms={ "decimal point", "dot", "period" }, 548 unicodeslot=0x2E, 549 }, 550 { 551 adobename="slash", 552 category="po", 553 cjkwd="na", 554 contextname="textslash", 555 description="SOLIDUS", 556 direction="cs", 557 linebreak="sy", 558 mathclass="division", 559 mathspec={ 560 { 561 class="division", 562 name="slash", 563 }, 564 { 565 class="division", 566 name="solidus", 567 }, 568 }, 569 synonyms={ "slash", "virgule" }, 570 unicodeslot=0x2F, 571 }, 572 { 573 adobename="zero", 574 category="nd", 575 cjkwd="na", 576 description="DIGIT ZERO", 577 direction="en", 578 linebreak="nu", 579 mathclass="digit", 580 unicodeslot=0x30, 581 variants={ 582 [0xFE00]="short diagonal stroke form", 583 [0xFE0E]="text style", 584 [0xFE0F]="emoji style", 585 }, 586 }, 587 { 588 adobename="one", 589 category="nd", 590 cjkwd="na", 591 description="DIGIT ONE", 592 direction="en", 593 linebreak="nu", 594 mathclass="digit", 595 unicodeslot=0x31, 596 variants=variants_emoji, 597 }, 598 { 599 adobename="two", 600 category="nd", 601 cjkwd="na", 602 description="DIGIT TWO", 603 direction="en", 604 linebreak="nu", 605 mathclass="digit", 606 unicodeslot=0x32, 607 variants=variants_emoji, 608 }, 609 { 610 adobename="three", 611 category="nd", 612 cjkwd="na", 613 description="DIGIT THREE", 614 direction="en", 615 linebreak="nu", 616 mathclass="digit", 617 unicodeslot=0x33, 618 variants=variants_emoji, 619 }, 620 { 621 adobename="four", 622 category="nd", 623 cjkwd="na", 624 description="DIGIT FOUR", 625 direction="en", 626 linebreak="nu", 627 mathclass="digit", 628 unicodeslot=0x34, 629 variants=variants_emoji, 630 }, 631 { 632 adobename="five", 633 category="nd", 634 cjkwd="na", 635 description="DIGIT FIVE", 636 direction="en", 637 linebreak="nu", 638 mathclass="digit", 639 unicodeslot=0x35, 640 variants=variants_emoji, 641 }, 642 { 643 adobename="six", 644 category="nd", 645 cjkwd="na", 646 description="DIGIT SIX", 647 direction="en", 648 linebreak="nu", 649 mathclass="digit", 650 unicodeslot=0x36, 651 variants=variants_emoji, 652 }, 653 { 654 adobename="seven", 655 category="nd", 656 cjkwd="na", 657 description="DIGIT SEVEN", 658 direction="en", 659 linebreak="nu", 660 mathclass="digit", 661 unicodeslot=0x37, 662 variants=variants_emoji, 663 }, 664 { 665 adobename="eight", 666 category="nd", 667 cjkwd="na", 668 description="DIGIT EIGHT", 669 direction="en", 670 linebreak="nu", 671 mathclass="digit", 672 unicodeslot=0x38, 673 variants=variants_emoji, 674 }, 675 { 676 adobename="nine", 677 category="nd", 678 cjkwd="na", 679 description="DIGIT NINE", 680 direction="en", 681 linebreak="nu", 682 mathclass="digit", 683 unicodeslot=0x39, 684 variants=variants_emoji, 685 }, 686 { 687 adobename="colon", 688 category="po", 689 cjkwd="na", 690 comment="mathclass=punctuation,mathname=colon,mathsymbol=0x2236", 691 description="COLON", 692 direction="cs", 693 linebreak="is", 694 mathclass="relation", 695--mathsymbol=0x2236, 696 unicodeslot=0x3A, 697 }, 698 { 699 adobename="semicolon", 700 category="po", 701 cjkwd="na", 702 description="SEMICOLON", 703 direction="on", 704 linebreak="is", 705 mathclass="punctuation", 706 synonyms={ "greek question mark" }, 707 unicodeslot=0x3B, 708 }, 709 { 710 adobename="less", 711 category="sm", 712 cjkwd="na", 713 description="LESS-THAN SIGN", 714 direction="on", 715 linebreak="al", 716 mathclass="relation", 717 mathgroup="nary relation", 718 mathname="lt", 719 mirror=0x3E, 720 textclass="open", 721 unicodeslot=0x3C, 722 }, 723 { 724 adobename="equal", 725 category="sm", 726 cjkwd="na", 727 comment="mathclass=binary", 728 description="EQUALS SIGN", 729 direction="on", 730 linebreak="al", 731 mathextensible="h", 732 mathfiller="equalfill", 733 mathgroup="nary relation", 734 mathspec={ 735 { 736 class="relation", 737 name="eq", 738 }, 739 { 740 class="relation", 741 comment="useless", 742 name="Relbar", 743 }, 744 }, 745 unicodeslot=0x3D, 746 }, 747 { 748 adobename="greater", 749 category="sm", 750 cjkwd="na", 751 description="GREATER-THAN SIGN", 752 direction="on", 753 linebreak="al", 754 mathclass="relation", 755 mathgroup="nary relation", 756 mathname="gt", 757 mirror=0x3C, 758 textclass="close", 759 unicodeslot=0x3E, 760 }, 761 { 762 adobename="question", 763 category="po", 764 cjkwd="na", 765 description="QUESTION MARK", 766 direction="on", 767 linebreak="ex", 768 mathclass="close", 769 unicodeslot=0x3F, 770 }, 771 { 772 adobename="at", 773 category="po", 774 cjkwd="na", 775 contextname="textat", 776 description="COMMERCIAL AT", 777 direction="on", 778 linebreak="al", 779 synonyms={ "at sign" }, 780 unicodeslot=0x40, 781 }, 782 { 783 adobename="A", 784 category="lu", 785 cjkwd="na", 786 description="LATIN CAPITAL LETTER A", 787 direction="l", 788 lccode=0x61, 789 linebreak="al", 790 unicodeslot=0x41, 791 }, 792 { 793 adobename="B", 794 category="lu", 795 cjkwd="na", 796 description="LATIN CAPITAL LETTER B", 797 direction="l", 798 lccode=0x62, 799 linebreak="al", 800 unicodeslot=0x42, 801 }, 802 { 803 adobename="C", 804 category="lu", 805 cjkwd="na", 806 description="LATIN CAPITAL LETTER C", 807 direction="l", 808 lccode=0x63, 809 linebreak="al", 810 unicodeslot=0x43, 811 }, 812 { 813 adobename="D", 814 category="lu", 815 cjkwd="na", 816 description="LATIN CAPITAL LETTER D", 817 direction="l", 818 lccode=0x64, 819 linebreak="al", 820 unicodeslot=0x44, 821 }, 822 { 823 adobename="E", 824 category="lu", 825 cjkwd="na", 826 description="LATIN CAPITAL LETTER E", 827 direction="l", 828 lccode=0x65, 829 linebreak="al", 830 unicodeslot=0x45, 831 }, 832 { 833 adobename="F", 834 category="lu", 835 cjkwd="na", 836 description="LATIN CAPITAL LETTER F", 837 direction="l", 838 lccode=0x66, 839 linebreak="al", 840 unicodeslot=0x46, 841 }, 842 { 843 adobename="G", 844 category="lu", 845 cjkwd="na", 846 description="LATIN CAPITAL LETTER G", 847 direction="l", 848 lccode=0x67, 849 linebreak="al", 850 unicodeslot=0x47, 851 }, 852 { 853 adobename="H", 854 category="lu", 855 cjkwd="na", 856 description="LATIN CAPITAL LETTER H", 857 direction="l", 858 lccode=0x68, 859 linebreak="al", 860 unicodeslot=0x48, 861 }, 862 { 863 adobename="I", 864 category="lu", 865 cjkwd="na", 866 contextname="dotlessI", 867 description="LATIN CAPITAL LETTER I", 868 direction="l", 869 lccode=0x69, 870 linebreak="al", 871 unicodeslot=0x49, 872 }, 873 { 874 adobename="J", 875 category="lu", 876 cjkwd="na", 877 contextname="dotlessJ", 878 description="LATIN CAPITAL LETTER J", 879 direction="l", 880 lccode=0x6A, 881 linebreak="al", 882 unicodeslot=0x4A, 883 }, 884 { 885 adobename="K", 886 category="lu", 887 cjkwd="na", 888 description="LATIN CAPITAL LETTER K", 889 direction="l", 890 lccode=0x6B, 891 linebreak="al", 892 unicodeslot=0x4B, 893 }, 894 { 895 adobename="L", 896 category="lu", 897 cjkwd="na", 898 description="LATIN CAPITAL LETTER L", 899 direction="l", 900 lccode=0x6C, 901 linebreak="al", 902 unicodeslot=0x4C, 903 }, 904 { 905 adobename="M", 906 category="lu", 907 cjkwd="na", 908 description="LATIN CAPITAL LETTER M", 909 direction="l", 910 lccode=0x6D, 911 linebreak="al", 912 unicodeslot=0x4D, 913 }, 914 { 915 adobename="N", 916 category="lu", 917 cjkwd="na", 918 description="LATIN CAPITAL LETTER N", 919 direction="l", 920 lccode=0x6E, 921 linebreak="al", 922 unicodeslot=0x4E, 923 }, 924 { 925 adobename="O", 926 category="lu", 927 cjkwd="na", 928 description="LATIN CAPITAL LETTER O", 929 direction="l", 930 lccode=0x6F, 931 linebreak="al", 932 unicodeslot=0x4F, 933 }, 934 { 935 adobename="P", 936 category="lu", 937 cjkwd="na", 938 description="LATIN CAPITAL LETTER P", 939 direction="l", 940 lccode=0x70, 941 linebreak="al", 942 unicodeslot=0x50, 943 }, 944 { 945 adobename="Q", 946 category="lu", 947 cjkwd="na", 948 description="LATIN CAPITAL LETTER Q", 949 direction="l", 950 lccode=0x71, 951 linebreak="al", 952 unicodeslot=0x51, 953 }, 954 { 955 adobename="R", 956 category="lu", 957 cjkwd="na", 958 description="LATIN CAPITAL LETTER R", 959 direction="l", 960 lccode=0x72, 961 linebreak="al", 962 unicodeslot=0x52, 963 }, 964 { 965 adobename="S", 966 category="lu", 967 cjkwd="na", 968 description="LATIN CAPITAL LETTER S", 969 direction="l", 970 lccode=0x73, 971 linebreak="al", 972 unicodeslot=0x53, 973 }, 974 { 975 adobename="T", 976 category="lu", 977 cjkwd="na", 978 description="LATIN CAPITAL LETTER T", 979 direction="l", 980 lccode=0x74, 981 linebreak="al", 982 unicodeslot=0x54, 983 }, 984 { 985 adobename="U", 986 category="lu", 987 cjkwd="na", 988 description="LATIN CAPITAL LETTER U", 989 direction="l", 990 lccode=0x75, 991 linebreak="al", 992 unicodeslot=0x55, 993 }, 994 { 995 adobename="V", 996 category="lu", 997 cjkwd="na", 998 description="LATIN CAPITAL LETTER V", 999 direction="l", 1000 lccode=0x76, 1001 linebreak="al", 1002 unicodeslot=0x56, 1003 }, 1004 { 1005 adobename="W", 1006 category="lu", 1007 cjkwd="na", 1008 description="LATIN CAPITAL LETTER W", 1009 direction="l", 1010 lccode=0x77, 1011 linebreak="al", 1012 unicodeslot=0x57, 1013 }, 1014 { 1015 adobename="X", 1016 category="lu", 1017 cjkwd="na", 1018 description="LATIN CAPITAL LETTER X", 1019 direction="l", 1020 lccode=0x78, 1021 linebreak="al", 1022 unicodeslot=0x58, 1023 }, 1024 { 1025 adobename="Y", 1026 category="lu", 1027 cjkwd="na", 1028 description="LATIN CAPITAL LETTER Y", 1029 direction="l", 1030 lccode=0x79, 1031 linebreak="al", 1032 unicodeslot=0x59, 1033 }, 1034 { 1035 adobename="Z", 1036 category="lu", 1037 cjkwd="na", 1038 description="LATIN CAPITAL LETTER Z", 1039 direction="l", 1040 lccode=0x7A, 1041 linebreak="al", 1042 unicodeslot=0x5A, 1043 }, 1044 { 1045 adobename="bracketleft", 1046 category="ps", 1047 cjkwd="na", 1048 description="LEFT SQUARE BRACKET", 1049 direction="on", 1050 linebreak="op", 1051 mathclass="open", 1052 mathname="lbracket", 1053 mirror=0x5D, 1054 synonyms={ "opening square bracket" }, 1055 textclass="open", 1056 unicodeslot=0x5B, 1057 }, 1058 { 1059 adobename="backslash", 1060 category="po", 1061 cjkwd="na", 1062 contextname="textbackslash", 1063 description="REVERSE SOLIDUS", 1064 direction="on", 1065 linebreak="pr", 1066 mathclass="division", 1067 mathname="backslash", 1068 synonyms={ "backslash" }, 1069 unicodeslot=0x5C, 1070 }, 1071 { 1072 adobename="bracketright", 1073 category="pe", 1074 cjkwd="na", 1075 description="RIGHT SQUARE BRACKET", 1076 direction="on", 1077 linebreak="cp", 1078 mathclass="close", 1079 mathname="rbracket", 1080 mirror=0x5B, 1081 synonyms={ "closing square bracket" }, 1082 textclass="close", 1083 unicodeslot=0x5D, 1084 }, 1085 { 1086 adobename="asciicircum", 1087 category="sk", 1088 cjkwd="na", 1089 comment="the Hat looks rediculous in most fonts", 1090 contextname="textasciicircum", 1091 description="CIRCUMFLEX ACCENT", 1092 direction="on", 1093 linebreak="al", 1094--mathclass="topaccent", 1095--mathname="Hat", 1096 synonyms={ "spacing circumflex accent" }, 1097 unicodeslot=0x5E, 1098 }, 1099 { 1100 adobename="underscore", 1101 category="pc", 1102 cjkwd="na", 1103 contextname="textunderscore", 1104 description="LOW LINE", 1105 direction="on", 1106 linebreak="al", 1107 synonyms={ "spacing underscore" }, 1108 unicodeslot=0x5F, 1109 }, 1110 { 1111 adobename="grave", 1112 category="sk", 1113 cjkwd="na", 1114 contextname="textgrave", 1115 description="GRAVE ACCENT", 1116 direction="on", 1117 linebreak="al", 1118 mathspec={ 1119 { 1120 class="topaccent", 1121 name="grave", 1122 }, 1123 { 1124 class="topaccent", 1125 name="widegrave", 1126 stretch="h", 1127 }, 1128 }, 1129 synonyms={ "spacing grave accent" }, 1130 unicodeslot=0x60, 1131 }, 1132 { 1133 adobename="a", 1134 category="ll", 1135 cjkwd="na", 1136 description="LATIN SMALL LETTER A", 1137 direction="l", 1138 linebreak="al", 1139 uccode=0x41, 1140 unicodeslot=0x61, 1141 }, 1142 { 1143 adobename="b", 1144 category="ll", 1145 cjkwd="na", 1146 description="LATIN SMALL LETTER B", 1147 direction="l", 1148 linebreak="al", 1149 uccode=0x42, 1150 unicodeslot=0x62, 1151 }, 1152 { 1153 adobename="c", 1154 category="ll", 1155 cjkwd="na", 1156 description="LATIN SMALL LETTER C", 1157 direction="l", 1158 linebreak="al", 1159 uccode=0x43, 1160 unicodeslot=0x63, 1161 }, 1162 { 1163 adobename="d", 1164 category="ll", 1165 cjkwd="na", 1166 description="LATIN SMALL LETTER D", 1167 direction="l", 1168 linebreak="al", 1169 uccode=0x44, 1170 unicodeslot=0x64, 1171 }, 1172 { 1173 adobename="e", 1174 category="ll", 1175 cjkwd="na", 1176 description="LATIN SMALL LETTER E", 1177 direction="l", 1178 linebreak="al", 1179 uccode=0x45, 1180 unicodeslot=0x65, 1181 }, 1182 { 1183 adobename="f", 1184 category="ll", 1185 cjkwd="na", 1186 description="LATIN SMALL LETTER F", 1187 direction="l", 1188 linebreak="al", 1189 uccode=0x46, 1190 unicodeslot=0x66, 1191 }, 1192 { 1193 adobename="g", 1194 category="ll", 1195 cjkwd="na", 1196 description="LATIN SMALL LETTER G", 1197 direction="l", 1198 linebreak="al", 1199 uccode=0x47, 1200 unicodeslot=0x67, 1201 }, 1202 { 1203 adobename="h", 1204 category="ll", 1205 cjkwd="na", 1206 description="LATIN SMALL LETTER H", 1207 direction="l", 1208 linebreak="al", 1209 uccode=0x48, 1210 unicodeslot=0x68, 1211 }, 1212 { 1213 adobename="i", 1214 category="ll", 1215 cjkwd="na", 1216 contextname="idotaccent", 1217 description="LATIN SMALL LETTER I", 1218 direction="l", 1219 linebreak="al", 1220 uccode=0x49, 1221 unicodeslot=0x69, 1222 }, 1223 { 1224 adobename="j", 1225 category="ll", 1226 cjkwd="na", 1227 description="LATIN SMALL LETTER J", 1228 direction="l", 1229 linebreak="al", 1230 uccode=0x4A, 1231 unicodeslot=0x6A, 1232 }, 1233 { 1234 adobename="k", 1235 category="ll", 1236 cjkwd="na", 1237 description="LATIN SMALL LETTER K", 1238 direction="l", 1239 linebreak="al", 1240 uccode=0x4B, 1241 unicodeslot=0x6B, 1242 }, 1243 { 1244 adobename="l", 1245 category="ll", 1246 cjkwd="na", 1247 description="LATIN SMALL LETTER L", 1248 direction="l", 1249 linebreak="al", 1250 uccode=0x4C, 1251 unicodeslot=0x6C, 1252 }, 1253 { 1254 adobename="m", 1255 category="ll", 1256 cjkwd="na", 1257 description="LATIN SMALL LETTER M", 1258 direction="l", 1259 linebreak="al", 1260 uccode=0x4D, 1261 unicodeslot=0x6D, 1262 }, 1263 { 1264 adobename="n", 1265 category="ll", 1266 cjkwd="na", 1267 description="LATIN SMALL LETTER N", 1268 direction="l", 1269 linebreak="al", 1270 uccode=0x4E, 1271 unicodeslot=0x6E, 1272 }, 1273 { 1274 adobename="o", 1275 category="ll", 1276 cjkwd="na", 1277 description="LATIN SMALL LETTER O", 1278 direction="l", 1279 linebreak="al", 1280 uccode=0x4F, 1281 unicodeslot=0x6F, 1282 }, 1283 { 1284 adobename="p", 1285 category="ll", 1286 cjkwd="na", 1287 description="LATIN SMALL LETTER P", 1288 direction="l", 1289 linebreak="al", 1290 uccode=0x50, 1291 unicodeslot=0x70, 1292 }, 1293 { 1294 adobename="q", 1295 category="ll", 1296 cjkwd="na", 1297 description="LATIN SMALL LETTER Q", 1298 direction="l", 1299 linebreak="al", 1300 uccode=0x51, 1301 unicodeslot=0x71, 1302 }, 1303 { 1304 adobename="r", 1305 category="ll", 1306 cjkwd="na", 1307 description="LATIN SMALL LETTER R", 1308 direction="l", 1309 linebreak="al", 1310 uccode=0x52, 1311 unicodeslot=0x72, 1312 }, 1313 { 1314 adobename="s", 1315 category="ll", 1316 cjkwd="na", 1317 description="LATIN SMALL LETTER S", 1318 direction="l", 1319 linebreak="al", 1320 uccode=0x53, 1321 unicodeslot=0x73, 1322 }, 1323 { 1324 adobename="t", 1325 category="ll", 1326 cjkwd="na", 1327 description="LATIN SMALL LETTER T", 1328 direction="l", 1329 linebreak="al", 1330 uccode=0x54, 1331 unicodeslot=0x74, 1332 }, 1333 { 1334 adobename="u", 1335 category="ll", 1336 cjkwd="na", 1337 description="LATIN SMALL LETTER U", 1338 direction="l", 1339 linebreak="al", 1340 uccode=0x55, 1341 unicodeslot=0x75, 1342 }, 1343 { 1344 adobename="v", 1345 category="ll", 1346 cjkwd="na", 1347 description="LATIN SMALL LETTER V", 1348 direction="l", 1349 linebreak="al", 1350 uccode=0x56, 1351 unicodeslot=0x76, 1352 }, 1353 { 1354 adobename="w", 1355 category="ll", 1356 cjkwd="na", 1357 description="LATIN SMALL LETTER W", 1358 direction="l", 1359 linebreak="al", 1360 uccode=0x57, 1361 unicodeslot=0x77, 1362 }, 1363 { 1364 adobename="x", 1365 category="ll", 1366 cjkwd="na", 1367 description="LATIN SMALL LETTER X", 1368 direction="l", 1369 linebreak="al", 1370 uccode=0x58, 1371 unicodeslot=0x78, 1372 }, 1373 { 1374 adobename="y", 1375 category="ll", 1376 cjkwd="na", 1377 description="LATIN SMALL LETTER Y", 1378 direction="l", 1379 linebreak="al", 1380 uccode=0x59, 1381 unicodeslot=0x79, 1382 }, 1383 { 1384 adobename="z", 1385 category="ll", 1386 cjkwd="na", 1387 description="LATIN SMALL LETTER Z", 1388 direction="l", 1389 linebreak="al", 1390 uccode=0x5A, 1391 unicodeslot=0x7A, 1392 }, 1393 { 1394 adobename="braceleft", 1395 category="ps", 1396 cjkwd="na", 1397 contextname="textbraceleft", 1398 description="LEFT CURLY BRACKET", 1399 direction="on", 1400 linebreak="op", 1401 mathclass="open", 1402 mathname="lbrace", 1403 mirror=0x7D, 1404 synonyms={ "opening brace", "opening curly bracket" }, 1405 textclass="open", 1406 unicodeslot=0x7B, 1407 }, 1408 { 1409 adobename="verticalbar", 1410 category="sm", 1411 cjkwd="na", 1412 comment="mathclass=binary,mathname=bar", 1413 contextname="textbar", 1414 description="VERTICAL LINE", 1415 direction="on", 1416 linebreak="ba", 1417 mathclass="ordinary", 1418 mathspec={ 1419-- { 1420-- class="ordinary", 1421-- name="arrowvert", 1422-- }, 1423 { 1424 class="delimiter", 1425 name="vert", 1426 }, 1427 { 1428 class="open", 1429 name="lvert", 1430 }, 1431 { 1432 class="middle", 1433 name="mvert", 1434 }, 1435 { 1436 class="close", 1437 name="rvert", 1438 }, 1439 { 1440 class="delimiter", 1441 name="singleverticalbar", 1442 }, 1443 }, 1444 synonyms={ "absolute value", "vertical bar" }, 1445 unicodeslot=0x7C, 1446 }, 1447 { 1448 adobename="braceright", 1449 category="pe", 1450 cjkwd="na", 1451 contextname="textbraceright", 1452 description="RIGHT CURLY BRACKET", 1453 direction="on", 1454 linebreak="cl", 1455 mathclass="close", 1456 mathname="rbrace", 1457 mirror=0x7B, 1458 synonyms={ "closing brace", "closing curly bracket" }, 1459 textclass="close", 1460 unicodeslot=0x7D, 1461 }, 1462 { 1463 adobename="asciitilde", 1464 category="sm", 1465 cjkwd="na", 1466 contextname="textasciitilde", 1467 description="TILDE", 1468 direction="on", 1469 linebreak="al", 1470 mathclass="relation", 1471 synonyms={ "spacing tilde" }, 1472 unicodeslot=0x7E, 1473 }, 1474 { 1475 adobename="controlDEL", 1476 category="cc", 1477 description="DELETE", 1478 direction="bn", 1479 linebreak="cm", 1480 unicodeslot=0x7F, 1481 }, 1482 { 1483 category="cc", 1484 description="NONE", 1485 direction="bn", 1486 linebreak="cm", 1487 unicodeslot=0x80, 1488 }, 1489 { 1490 category="cc", 1491 description="NONE", 1492 direction="bn", 1493 linebreak="cm", 1494 unicodeslot=0x81, 1495 }, 1496 { 1497 category="cc", 1498 description="BREAK PERMITTED HERE", 1499 direction="bn", 1500 linebreak="cm", 1501 unicodeslot=0x82, 1502 }, 1503 { 1504 category="cc", 1505 description="NO BREAK HERE", 1506 direction="bn", 1507 linebreak="cm", 1508 unicodeslot=0x83, 1509 }, 1510 { 1511 category="cc", 1512 description="NONE", 1513 direction="bn", 1514 linebreak="cm", 1515 unicodeslot=0x84, 1516 }, 1517 { 1518 category="cc", 1519 description="NEXT LINE (NEL)", 1520 direction="b", 1521 linebreak="nl", 1522 synonyms={ "nel" }, 1523 unicodeslot=0x85, 1524 }, 1525 { 1526 category="cc", 1527 description="START OF SELECTED AREA", 1528 direction="bn", 1529 linebreak="cm", 1530 unicodeslot=0x86, 1531 }, 1532 { 1533 category="cc", 1534 description="END OF SELECTED AREA", 1535 direction="bn", 1536 linebreak="cm", 1537 unicodeslot=0x87, 1538 }, 1539 { 1540 category="cc", 1541 description="CHARACTER TABULATION SET", 1542 direction="bn", 1543 linebreak="cm", 1544 unicodeslot=0x88, 1545 }, 1546 { 1547 category="cc", 1548 description="CHARACTER TABULATION WITH JUSTIFICATION", 1549 direction="bn", 1550 linebreak="cm", 1551 unicodeslot=0x89, 1552 }, 1553 { 1554 category="cc", 1555 description="LINE TABULATION SET", 1556 direction="bn", 1557 linebreak="cm", 1558 unicodeslot=0x8A, 1559 }, 1560 { 1561 category="cc", 1562 description="PARTIAL LINE FORWARD", 1563 direction="bn", 1564 linebreak="cm", 1565 unicodeslot=0x8B, 1566 }, 1567 { 1568 category="cc", 1569 description="PARTIAL LINE BACKWARD", 1570 direction="bn", 1571 linebreak="cm", 1572 unicodeslot=0x8C, 1573 }, 1574 { 1575 category="cc", 1576 description="REVERSE LINE FEED", 1577 direction="bn", 1578 linebreak="cm", 1579 unicodeslot=0x8D, 1580 }, 1581 { 1582 category="cc", 1583 description="SINGLE SHIFT TWO", 1584 direction="bn", 1585 linebreak="cm", 1586 unicodeslot=0x8E, 1587 }, 1588 { 1589 category="cc", 1590 description="SINGLE SHIFT THREE", 1591 direction="bn", 1592 linebreak="cm", 1593 unicodeslot=0x8F, 1594 }, 1595 { 1596 category="cc", 1597 description="DEVICE CONTROL STRING", 1598 direction="bn", 1599 linebreak="cm", 1600 unicodeslot=0x90, 1601 }, 1602 { 1603 category="cc", 1604 description="PRIVATE USE ONE", 1605 direction="bn", 1606 linebreak="cm", 1607 unicodeslot=0x91, 1608 }, 1609 { 1610 category="cc", 1611 description="PRIVATE USE TWO", 1612 direction="bn", 1613 linebreak="cm", 1614 unicodeslot=0x92, 1615 }, 1616 { 1617 category="cc", 1618 description="SET TRANSMIT STATE", 1619 direction="bn", 1620 linebreak="cm", 1621 unicodeslot=0x93, 1622 }, 1623 { 1624 category="cc", 1625 description="CANCEL CHARACTER", 1626 direction="bn", 1627 linebreak="cm", 1628 unicodeslot=0x94, 1629 }, 1630 { 1631 category="cc", 1632 description="MESSAGE WAITING", 1633 direction="bn", 1634 linebreak="cm", 1635 unicodeslot=0x95, 1636 }, 1637 { 1638 category="cc", 1639 description="START OF GUARDED AREA", 1640 direction="bn", 1641 linebreak="cm", 1642 unicodeslot=0x96, 1643 }, 1644 { 1645 category="cc", 1646 description="END OF GUARDED AREA", 1647 direction="bn", 1648 linebreak="cm", 1649 unicodeslot=0x97, 1650 }, 1651 { 1652 category="cc", 1653 description="START OF STRING", 1654 direction="bn", 1655 linebreak="cm", 1656 unicodeslot=0x98, 1657 }, 1658 { 1659 category="cc", 1660 description="NONE", 1661 direction="bn", 1662 linebreak="cm", 1663 unicodeslot=0x99, 1664 }, 1665 { 1666 category="cc", 1667 description="SINGLE CHARACTER INTRODUCER", 1668 direction="bn", 1669 linebreak="cm", 1670 unicodeslot=0x9A, 1671 }, 1672 { 1673 category="cc", 1674 description="CONTROL SEQUENCE INTRODUCER", 1675 direction="bn", 1676 linebreak="cm", 1677 unicodeslot=0x9B, 1678 }, 1679 { 1680 category="cc", 1681 description="STRING TERMINATOR", 1682 direction="bn", 1683 linebreak="cm", 1684 unicodeslot=0x9C, 1685 }, 1686 { 1687 category="cc", 1688 description="OPERATING SYSTEM COMMAND", 1689 direction="bn", 1690 linebreak="cm", 1691 unicodeslot=0x9D, 1692 }, 1693 { 1694 category="cc", 1695 description="PRIVACY MESSAGE", 1696 direction="bn", 1697 linebreak="cm", 1698 unicodeslot=0x9E, 1699 }, 1700 { 1701 category="cc", 1702 description="APPLICATION PROGRAM COMMAND", 1703 direction="bn", 1704 linebreak="cm", 1705 unicodeslot=0x9F, 1706 }, 1707 { 1708 adobename="nonbreakingspace", 1709 category="zs", 1710 contextname="nobreakspace", 1711 description="NO-BREAK SPACE", 1712 direction="cs", 1713 linebreak="gl", 1714 mongolian="nj", 1715 specials={ "nobreak", 0x20 }, 1716 synonyms={ "nbsp", "non-breaking space" }, 1717 unicodeslot=0xA0, 1718 }, 1719 { 1720 adobename="exclamdown", 1721 category="po", 1722 cjkwd="a", 1723 contextname="exclamdown", 1724 description="INVERTED EXCLAMATION MARK", 1725 direction="on", 1726 linebreak="op", 1727 unicodeslot=0xA1, 1728 }, 1729 { 1730 adobename="cent", 1731 category="sc", 1732 cjkwd="na", 1733 contextname="textcent", 1734 description="CENT SIGN", 1735 direction="et", 1736 linebreak="po", 1737 unicodeslot=0xA2, 1738 }, 1739 { 1740 adobename="sterling", 1741 category="sc", 1742 cjkwd="na", 1743 contextname="textsterling", 1744 description="POUND SIGN", 1745 direction="et", 1746 linebreak="pr", 1747 synonyms={ "irish punt", "italian lira", "pound sterling" }, 1748 unicodeslot=0xA3, 1749 }, 1750 { 1751 adobename="currency", 1752 category="sc", 1753 cjkwd="a", 1754 contextname="textcurrency", 1755 description="CURRENCY SIGN", 1756 direction="et", 1757 linebreak="pr", 1758 unicodeslot=0xA4, 1759 }, 1760 { 1761 adobename="yen", 1762 category="sc", 1763 cjkwd="na", 1764 contextname="textyen", 1765 description="YEN SIGN", 1766 direction="et", 1767 linebreak="pr", 1768 mathclass="ordinary", 1769 mathname="yen", 1770 synonyms={ "yuan sign" }, 1771 unicodeslot=0xA5, 1772 }, 1773 { 1774 adobename="brokenbar", 1775 category="so", 1776 cjkwd="na", 1777 contextname="textbrokenbar", 1778 description="BROKEN BAR", 1779 direction="on", 1780 linebreak="al", 1781 synonyms={ "broken vertical bar", "parted rule" }, 1782 unicodeslot=0xA6, 1783 }, 1784 { 1785 adobename="section", 1786 category="so", 1787 cjkwd="a", 1788 contextname="sectionmark", 1789 description="SECTION SIGN", 1790 direction="on", 1791 linebreak="ai", 1792 mathclass="ordinary", 1793 mathname="S", 1794 synonyms={ "european paragraph sign" }, 1795 unicodeslot=0xA7, 1796 }, 1797 { 1798 adobename="dieresis", 1799 category="sk", 1800 cjkwd="a", 1801 contextname="textdiaeresis", 1802 description="DIAERESIS", 1803 direction="on", 1804 linebreak="ai", 1805 mathspec={ 1806 { 1807 class="topaccent", 1808 name="ddot", 1809 }, 1810 { 1811 class="topaccent", 1812 name="wideddot", 1813 stretch="h", 1814 }, 1815 }, 1816 specials={ "compat", 0x20, 0x308 }, 1817 synonyms={ "spacing diaeresis" }, 1818 unicodeslot=0xA8, 1819 }, 1820 { 1821 adobename="copyright", 1822 category="so", 1823 contextname="copyright", 1824 description="COPYRIGHT SIGN", 1825 direction="on", 1826 linebreak="al", 1827 unicodeslot=0xA9, 1828 variants=variants_emoji, 1829 }, 1830 { 1831 adobename="ordfeminine", 1832 category="ll", 1833 cjkwd="a", 1834 contextname="ordfeminine", 1835 description="FEMININE ORDINAL INDICATOR", 1836 direction="l", 1837 linebreak="ai", 1838 specials={ "super", 0x61 }, 1839 unicodeslot=0xAA, 1840 }, 1841 { 1842 adobename="guillemotleft", 1843 category="pi", 1844 contextname="leftguillemot", 1845 description="LEFT-POINTING DOUBLE ANGLE QUOTATION MARK", 1846 direction="on", 1847 linebreak="qu", 1848 mirror=0xBB, 1849 synonyms={ "chevrons", "left pointing guillemet" }, 1850 textclass="open", 1851 unicodeslot=0xAB, 1852 }, 1853 { 1854 adobename="logicalnot", 1855 category="sm", 1856 cjkwd="na", 1857 contextname="textlognot", 1858 description="NOT SIGN", 1859 direction="on", 1860 linebreak="al", 1861 mathspec={ 1862 { 1863 class="ordinary", 1864 name="lnot", 1865 }, 1866 { 1867 class="ordinary", 1868 name="neg", 1869 }, 1870 }, 1871 synonyms={ "angled dash" }, 1872 unicodeslot=0xAC, 1873 }, 1874 { 1875 adobename="softhyphen", 1876 category="cf", 1877 cjkwd="a", 1878 contextname="softhyphen", 1879 description="SOFT HYPHEN", 1880 direction="bn", 1881 linebreak="ba", 1882 synonyms={ "discretionary hyphen", "shy" }, 1883 unicodeslot=0xAD, 1884 }, 1885 { 1886 adobename="registered", 1887 category="so", 1888 cjkwd="a", 1889 contextname="registered", 1890 description="REGISTERED SIGN", 1891 direction="on", 1892 linebreak="al", 1893 synonyms={ "registered trade mark sign" }, 1894 unicodeslot=0xAE, 1895 variants=variants_emoji, 1896 }, 1897 { 1898 adobename="macron", 1899 category="sk", 1900 cjkwd="na", 1901 contextname="textmacron", 1902 description="MACRON", 1903 direction="on", 1904 linebreak="al", 1905--mathclass="topaccent", 1906--mathfiller="barfill", 1907--mathmleq=0x203E, 1908 mathspec={ 1909 { 1910 class="topaccent", 1911 name="bar", 1912 }, 1913 { 1914 class="topaccent", 1915 name="widebar", 1916 stretch="h", 1917 }, 1918 }, 1919 specials={ "compat", 0x20, 0x304 }, 1920 synonyms={ "apl overbar", "overline", "spacing macron" }, 1921 unicodeslot=0xAF, 1922 }, 1923 { 1924 adobename="degree", 1925 category="so", 1926 cjkwd="a", 1927 contextname="textdegree", 1928 description="DEGREE SIGN", 1929 direction="et", 1930 linebreak="po", 1931 unicodeslot=0xB0, 1932 }, 1933 { 1934 adobename="plusminus", 1935 category="sm", 1936 cjkwd="a", 1937 contextname="textpm", 1938 description="PLUS-MINUS SIGN", 1939 direction="et", 1940 linebreak="pr", 1941 mathclass="binary", 1942 mathname="pm", 1943 unicodeslot=0xB1, 1944 }, 1945 { 1946 adobename="twosuperior", 1947 category="no", 1948 cjkwd="a", 1949 contextname="twosuperior", 1950 description="SUPERSCRIPT TWO", 1951 direction="en", 1952 linebreak="ai", 1953 specials={ "super", 0x32 }, 1954 synonyms={ "squared" }, 1955 unicodeslot=0xB2, 1956 }, 1957 { 1958 adobename="threesuperior", 1959 category="no", 1960 cjkwd="a", 1961 contextname="threesuperior", 1962 description="SUPERSCRIPT THREE", 1963 direction="en", 1964 linebreak="ai", 1965 specials={ "super", 0x33 }, 1966 synonyms={ "cubed" }, 1967 unicodeslot=0xB3, 1968 }, 1969 { 1970 adobename="acute", 1971 category="sk", 1972 cjkwd="a", 1973 contextname="textacute", 1974 description="ACUTE ACCENT", 1975 direction="on", 1976 linebreak="bb", 1977 mathspec={ 1978 { 1979 class="topaccent", 1980 name="acute", 1981 }, 1982 { 1983 class="topaccent", 1984 name="wideacute", 1985 stretch="h", 1986 }, 1987 }, 1988 specials={ "compat", 0x20, 0x301 }, 1989 synonyms={ "spacing acute accent" }, 1990 unicodeslot=0xB4, 1991 }, 1992 { 1993 adobename="mu1", 1994 category="ll", 1995 contextname="textmu", 1996 description="MICRO SIGN", 1997 direction="l", 1998 linebreak="al", 1999 specials={ "compat", 0x3BC }, 2000 uccode=0x3BC, 2001 unicodeslot=0xB5, 2002 }, 2003 { 2004 adobename="paragraph", 2005 category="so", 2006 cjkwd="a", 2007 contextname="paragraphmark", 2008 description="PILCROW SIGN", 2009 direction="on", 2010 linebreak="ai", 2011 mathclass="ordinary", 2012 mathname="P", 2013 synonyms={ "european section sign", "paragraph sign" }, 2014 unicodeslot=0xB6, 2015 }, 2016 { 2017 adobename="periodcentered", 2018 category="po", 2019 cjkwd="a", 2020 contextname="periodcentered", 2021 description="MIDDLE DOT", 2022 direction="on", 2023 linebreak="ai", 2024 mathclass="binary", 2025 mathname="centerdot", 2026 synonyms={ "georgian comma", "greek ano teleia", "greek middle dot", "midpoint" }, 2027 unicodeslot=0xB7, 2028 }, 2029 { 2030 adobename="cedilla", 2031 category="sk", 2032 cjkwd="a", 2033 contextname="textcedilla", 2034 description="CEDILLA", 2035 direction="on", 2036 linebreak="ai", 2037 specials={ "compat", 0x20, 0x327 }, 2038 synonyms={ "spacing cedilla" }, 2039 unicodeslot=0xB8, 2040 }, 2041 { 2042 adobename="onesuperior", 2043 category="no", 2044 cjkwd="a", 2045 contextname="onesuperior", 2046 description="SUPERSCRIPT ONE", 2047 direction="en", 2048 linebreak="ai", 2049 specials={ "super", 0x31 }, 2050 unicodeslot=0xB9, 2051 }, 2052 { 2053 adobename="ordmasculine", 2054 category="ll", 2055 cjkwd="a", 2056 contextname="ordmasculine", 2057 description="MASCULINE ORDINAL INDICATOR", 2058 direction="l", 2059 linebreak="ai", 2060 specials={ "super", 0x6F }, 2061 unicodeslot=0xBA, 2062 }, 2063 { 2064 adobename="guillemotright", 2065 category="pf", 2066 contextname="rightguillemot", 2067 description="RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK", 2068 direction="on", 2069 linebreak="qu", 2070 mirror=0xAB, 2071 synonyms={ "right pointing guillemet" }, 2072 textclass="close", 2073 unicodeslot=0xBB, 2074 }, 2075 { 2076 adobename="onequarter", 2077 category="no", 2078 cjkwd="a", 2079 contextname="onequarter", 2080 description="VULGAR FRACTION ONE QUARTER", 2081 direction="on", 2082 linebreak="ai", 2083 specials={ "fraction", 0x31, 0x2044, 0x34 }, 2084 unicodeslot=0xBC, 2085 }, 2086 { 2087 adobename="onehalf", 2088 category="no", 2089 cjkwd="a", 2090 contextname="onehalf", 2091 description="VULGAR FRACTION ONE HALF", 2092 direction="on", 2093 linebreak="ai", 2094 specials={ "fraction", 0x31, 0x2044, 0x32 }, 2095 unicodeslot=0xBD, 2096 }, 2097 { 2098 adobename="threequarters", 2099 category="no", 2100 cjkwd="a", 2101 contextname="threequarter", 2102 description="VULGAR FRACTION THREE QUARTERS", 2103 direction="on", 2104 linebreak="ai", 2105 specials={ "fraction", 0x33, 0x2044, 0x34 }, 2106 unicodeslot=0xBE, 2107 }, 2108 { 2109 adobename="questiondown", 2110 category="po", 2111 cjkwd="a", 2112 contextname="questiondown", 2113 description="INVERTED QUESTION MARK", 2114 direction="on", 2115 linebreak="op", 2116 synonyms={ "turned question mark" }, 2117 unicodeslot=0xBF, 2118 }, 2119 { 2120 adobename="Agrave", 2121 category="lu", 2122 contextname="Agrave", 2123 description="LATIN CAPITAL LETTER A WITH GRAVE", 2124 direction="l", 2125 lccode=0xE0, 2126 linebreak="al", 2127 shcode=0x41, 2128 specials={ "char", 0x41, 0x300 }, 2129 unicodeslot=0xC0, 2130 }, 2131 { 2132 adobename="Aacute", 2133 category="lu", 2134 contextname="Aacute", 2135 description="LATIN CAPITAL LETTER A WITH ACUTE", 2136 direction="l", 2137 lccode=0xE1, 2138 linebreak="al", 2139 shcode=0x41, 2140 specials={ "char", 0x41, 0x301 }, 2141 unicodeslot=0xC1, 2142 }, 2143 { 2144 adobename="Acircumflex", 2145 category="lu", 2146 contextname="Acircumflex", 2147 description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX", 2148 direction="l", 2149 lccode=0xE2, 2150 linebreak="al", 2151 shcode=0x41, 2152 specials={ "char", 0x41, 0x302 }, 2153 unicodeslot=0xC2, 2154 }, 2155 { 2156 adobename="Atilde", 2157 category="lu", 2158 contextname="Atilde", 2159 description="LATIN CAPITAL LETTER A WITH TILDE", 2160 direction="l", 2161 lccode=0xE3, 2162 linebreak="al", 2163 shcode=0x41, 2164 specials={ "char", 0x41, 0x303 }, 2165 unicodeslot=0xC3, 2166 }, 2167 { 2168 adobename="Adieresis", 2169 category="lu", 2170 contextname="Adiaeresis", 2171 description="LATIN CAPITAL LETTER A WITH DIAERESIS", 2172 direction="l", 2173 lccode=0xE4, 2174 linebreak="al", 2175 shcode=0x41, 2176 specials={ "char", 0x41, 0x308 }, 2177 unicodeslot=0xC4, 2178 }, 2179 { 2180 adobename="Aring", 2181 category="lu", 2182 contextname="Aring", 2183 description="LATIN CAPITAL LETTER A WITH RING ABOVE", 2184 direction="l", 2185 lccode=0xE5, 2186 linebreak="al", 2187 shcode=0x41, 2188 specials={ "char", 0x41, 0x30A }, 2189 unicodeslot=0xC5, 2190 }, 2191 { 2192 adobename="AE", 2193 category="lu", 2194 cjkwd="a", 2195 contextname="AEligature", 2196 description="LATIN CAPITAL LETTER AE", 2197 direction="l", 2198 lccode=0xE6, 2199 linebreak="al", 2200 shcode={ 0x41, 0x45 }, 2201 synonyms={ "latin capital ligature ae" }, 2202 unicodeslot=0xC6, 2203 }, 2204 { 2205 adobename="Ccedilla", 2206 category="lu", 2207 contextname="Ccedilla", 2208 description="LATIN CAPITAL LETTER C WITH CEDILLA", 2209 direction="l", 2210 lccode=0xE7, 2211 linebreak="al", 2212 shcode=0x43, 2213 specials={ "char", 0x43, 0x327 }, 2214 unicodeslot=0xC7, 2215 }, 2216 { 2217 adobename="Egrave", 2218 category="lu", 2219 contextname="Egrave", 2220 description="LATIN CAPITAL LETTER E WITH GRAVE", 2221 direction="l", 2222 lccode=0xE8, 2223 linebreak="al", 2224 shcode=0x45, 2225 specials={ "char", 0x45, 0x300 }, 2226 unicodeslot=0xC8, 2227 }, 2228 { 2229 adobename="Eacute", 2230 category="lu", 2231 contextname="Eacute", 2232 description="LATIN CAPITAL LETTER E WITH ACUTE", 2233 direction="l", 2234 lccode=0xE9, 2235 linebreak="al", 2236 shcode=0x45, 2237 specials={ "char", 0x45, 0x301 }, 2238 unicodeslot=0xC9, 2239 }, 2240 { 2241 adobename="Ecircumflex", 2242 category="lu", 2243 contextname="Ecircumflex", 2244 description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX", 2245 direction="l", 2246 lccode=0xEA, 2247 linebreak="al", 2248 shcode=0x45, 2249 specials={ "char", 0x45, 0x302 }, 2250 unicodeslot=0xCA, 2251 }, 2252 { 2253 adobename="Edieresis", 2254 category="lu", 2255 contextname="Ediaeresis", 2256 description="LATIN CAPITAL LETTER E WITH DIAERESIS", 2257 direction="l", 2258 lccode=0xEB, 2259 linebreak="al", 2260 shcode=0x45, 2261 specials={ "char", 0x45, 0x308 }, 2262 unicodeslot=0xCB, 2263 }, 2264 { 2265 adobename="Igrave", 2266 category="lu", 2267 contextname="Igrave", 2268 description="LATIN CAPITAL LETTER I WITH GRAVE", 2269 direction="l", 2270 lccode=0xEC, 2271 linebreak="al", 2272 shcode=0x49, 2273 specials={ "char", 0x49, 0x300 }, 2274 unicodeslot=0xCC, 2275 }, 2276 { 2277 adobename="Iacute", 2278 category="lu", 2279 contextname="Iacute", 2280 description="LATIN CAPITAL LETTER I WITH ACUTE", 2281 direction="l", 2282 lccode=0xED, 2283 linebreak="al", 2284 shcode=0x49, 2285 specials={ "char", 0x49, 0x301 }, 2286 unicodeslot=0xCD, 2287 }, 2288 { 2289 adobename="Icircumflex", 2290 category="lu", 2291 contextname="Icircumflex", 2292 description="LATIN CAPITAL LETTER I WITH CIRCUMFLEX", 2293 direction="l", 2294 lccode=0xEE, 2295 linebreak="al", 2296 shcode=0x49, 2297 specials={ "char", 0x49, 0x302 }, 2298 unicodeslot=0xCE, 2299 }, 2300 { 2301 adobename="Idieresis", 2302 category="lu", 2303 contextname="Idiaeresis", 2304 description="LATIN CAPITAL LETTER I WITH DIAERESIS", 2305 direction="l", 2306 lccode=0xEF, 2307 linebreak="al", 2308 shcode=0x49, 2309 specials={ "char", 0x49, 0x308 }, 2310 unicodeslot=0xCF, 2311 }, 2312 { 2313 adobename="Eth", 2314 category="lu", 2315 cjkwd="a", 2316 contextname="Eth", 2317 description="LATIN CAPITAL LETTER ETH", 2318 direction="l", 2319 lccode=0xF0, 2320 linebreak="al", 2321 unicodeslot=0xD0, 2322 }, 2323 { 2324 adobename="Ntilde", 2325 category="lu", 2326 contextname="Ntilde", 2327 description="LATIN CAPITAL LETTER N WITH TILDE", 2328 direction="l", 2329 lccode=0xF1, 2330 linebreak="al", 2331 shcode=0x4E, 2332 specials={ "char", 0x4E, 0x303 }, 2333 unicodeslot=0xD1, 2334 }, 2335 { 2336 adobename="Ograve", 2337 category="lu", 2338 contextname="Ograve", 2339 description="LATIN CAPITAL LETTER O WITH GRAVE", 2340 direction="l", 2341 lccode=0xF2, 2342 linebreak="al", 2343 shcode=0x4F, 2344 specials={ "char", 0x4F, 0x300 }, 2345 unicodeslot=0xD2, 2346 }, 2347 { 2348 adobename="Oacute", 2349 category="lu", 2350 contextname="Oacute", 2351 description="LATIN CAPITAL LETTER O WITH ACUTE", 2352 direction="l", 2353 lccode=0xF3, 2354 linebreak="al", 2355 shcode=0x4F, 2356 specials={ "char", 0x4F, 0x301 }, 2357 unicodeslot=0xD3, 2358 }, 2359 { 2360 adobename="Ocircumflex", 2361 category="lu", 2362 contextname="Ocircumflex", 2363 description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX", 2364 direction="l", 2365 lccode=0xF4, 2366 linebreak="al", 2367 shcode=0x4F, 2368 specials={ "char", 0x4F, 0x302 }, 2369 unicodeslot=0xD4, 2370 }, 2371 { 2372 adobename="Otilde", 2373 category="lu", 2374 contextname="Otilde", 2375 description="LATIN CAPITAL LETTER O WITH TILDE", 2376 direction="l", 2377 lccode=0xF5, 2378 linebreak="al", 2379 shcode=0x4F, 2380 specials={ "char", 0x4F, 0x303 }, 2381 unicodeslot=0xD5, 2382 }, 2383 { 2384 adobename="Odieresis", 2385 category="lu", 2386 contextname="Odiaeresis", 2387 description="LATIN CAPITAL LETTER O WITH DIAERESIS", 2388 direction="l", 2389 lccode=0xF6, 2390 linebreak="al", 2391 shcode=0x4F, 2392 specials={ "char", 0x4F, 0x308 }, 2393 unicodeslot=0xD6, 2394 }, 2395 { 2396 adobename="multiply", 2397 category="sm", 2398 cjkwd="a", 2399 contextname="textmultiply", 2400 description="MULTIPLICATION SIGN", 2401 direction="on", 2402 linebreak="ai", 2403 mathclass="binary", 2404 mathgroup="nary arithmetic", 2405 mathname="times", 2406 synonyms={ "cartesian product" }, 2407 unicodeslot=0xD7, 2408 }, 2409 { 2410 adobename="Oslash", 2411 category="lu", 2412 cjkwd="a", 2413 contextname="Ostroke", 2414 description="LATIN CAPITAL LETTER O WITH STROKE", 2415 direction="l", 2416 lccode=0xF8, 2417 linebreak="al", 2418 shcode=0x4F, 2419 specials={ "with", 0x4F, 0x2F }, 2420 synonyms={ "latin capital letter o slash" }, 2421 unicodeslot=0xD8, 2422 }, 2423 { 2424 adobename="Ugrave", 2425 category="lu", 2426 contextname="Ugrave", 2427 description="LATIN CAPITAL LETTER U WITH GRAVE", 2428 direction="l", 2429 lccode=0xF9, 2430 linebreak="al", 2431 shcode=0x55, 2432 specials={ "char", 0x55, 0x300 }, 2433 unicodeslot=0xD9, 2434 }, 2435 { 2436 adobename="Uacute", 2437 category="lu", 2438 contextname="Uacute", 2439 description="LATIN CAPITAL LETTER U WITH ACUTE", 2440 direction="l", 2441 lccode=0xFA, 2442 linebreak="al", 2443 shcode=0x55, 2444 specials={ "char", 0x55, 0x301 }, 2445 unicodeslot=0xDA, 2446 }, 2447 { 2448 adobename="Ucircumflex", 2449 category="lu", 2450 contextname="Ucircumflex", 2451 description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX", 2452 direction="l", 2453 lccode=0xFB, 2454 linebreak="al", 2455 shcode=0x55, 2456 specials={ "char", 0x55, 0x302 }, 2457 unicodeslot=0xDB, 2458 }, 2459 { 2460 adobename="Udieresis", 2461 category="lu", 2462 contextname="Udiaeresis", 2463 description="LATIN CAPITAL LETTER U WITH DIAERESIS", 2464 direction="l", 2465 lccode=0xFC, 2466 linebreak="al", 2467 shcode=0x55, 2468 specials={ "char", 0x55, 0x308 }, 2469 unicodeslot=0xDC, 2470 }, 2471 { 2472 adobename="Yacute", 2473 category="lu", 2474 contextname="Yacute", 2475 description="LATIN CAPITAL LETTER Y WITH ACUTE", 2476 direction="l", 2477 lccode=0xFD, 2478 linebreak="al", 2479 shcode=0x59, 2480 specials={ "char", 0x59, 0x301 }, 2481 unicodeslot=0xDD, 2482 }, 2483 { 2484 adobename="Thorn", 2485 category="lu", 2486 cjkwd="a", 2487 contextname="Thorn", 2488 description="LATIN CAPITAL LETTER THORN", 2489 direction="l", 2490 lccode=0xFE, 2491 linebreak="al", 2492 unicodeslot=0xDE, 2493 }, 2494 { 2495 adobename="germandbls", 2496 category="ll", 2497 cjkwd="a", 2498 comment="uppercase can be 0x1E9E", 2499 contextname="ssharp", 2500 description="LATIN SMALL LETTER SHARP S", 2501 direction="l", 2502 linebreak="al", 2503 shcode={ 0x73, 0x73 }, 2504 synonyms={ "eszett" }, 2505 uccode={ 0x53, 0x53 }, 2506 unicodeslot=0xDF, 2507 }, 2508 { 2509 adobename="agrave", 2510 category="ll", 2511 cjkwd="a", 2512 contextname="agrave", 2513 description="LATIN SMALL LETTER A WITH GRAVE", 2514 direction="l", 2515 linebreak="al", 2516 shcode=0x61, 2517 specials={ "char", 0x61, 0x300 }, 2518 uccode=0xC0, 2519 unicodeslot=0xE0, 2520 }, 2521 { 2522 adobename="aacute", 2523 category="ll", 2524 cjkwd="a", 2525 contextname="aacute", 2526 description="LATIN SMALL LETTER A WITH ACUTE", 2527 direction="l", 2528 linebreak="al", 2529 shcode=0x61, 2530 specials={ "char", 0x61, 0x301 }, 2531 uccode=0xC1, 2532 unicodeslot=0xE1, 2533 }, 2534 { 2535 adobename="acircumflex", 2536 category="ll", 2537 contextname="acircumflex", 2538 description="LATIN SMALL LETTER A WITH CIRCUMFLEX", 2539 direction="l", 2540 linebreak="al", 2541 shcode=0x61, 2542 specials={ "char", 0x61, 0x302 }, 2543 uccode=0xC2, 2544 unicodeslot=0xE2, 2545 }, 2546 { 2547 adobename="atilde", 2548 category="ll", 2549 contextname="atilde", 2550 description="LATIN SMALL LETTER A WITH TILDE", 2551 direction="l", 2552 linebreak="al", 2553 shcode=0x61, 2554 specials={ "char", 0x61, 0x303 }, 2555 uccode=0xC3, 2556 unicodeslot=0xE3, 2557 }, 2558 { 2559 adobename="adieresis", 2560 category="ll", 2561 contextname="adiaeresis", 2562 description="LATIN SMALL LETTER A WITH DIAERESIS", 2563 direction="l", 2564 linebreak="al", 2565 shcode=0x61, 2566 specials={ "char", 0x61, 0x308 }, 2567 uccode=0xC4, 2568 unicodeslot=0xE4, 2569 }, 2570 { 2571 adobename="aring", 2572 category="ll", 2573 contextname="aring", 2574 description="LATIN SMALL LETTER A WITH RING ABOVE", 2575 direction="l", 2576 linebreak="al", 2577 shcode=0x61, 2578 specials={ "char", 0x61, 0x30A }, 2579 uccode=0xC5, 2580 unicodeslot=0xE5, 2581 }, 2582 { 2583 adobename="ae", 2584 category="ll", 2585 cjkwd="a", 2586 contextname="aeligature", 2587 description="LATIN SMALL LETTER AE", 2588 direction="l", 2589 linebreak="al", 2590 shcode={ 0x61, 0x65 }, 2591 synonyms={ "ash", "latin small ligature ae" }, 2592 uccode=0xC6, 2593 unicodeslot=0xE6, 2594 }, 2595 { 2596 adobename="ccedilla", 2597 category="ll", 2598 contextname="ccedilla", 2599 description="LATIN SMALL LETTER C WITH CEDILLA", 2600 direction="l", 2601 linebreak="al", 2602 shcode=0x63, 2603 specials={ "char", 0x63, 0x327 }, 2604 uccode=0xC7, 2605 unicodeslot=0xE7, 2606 }, 2607 { 2608 adobename="egrave", 2609 category="ll", 2610 cjkwd="a", 2611 contextname="egrave", 2612 description="LATIN SMALL LETTER E WITH GRAVE", 2613 direction="l", 2614 linebreak="al", 2615 shcode=0x65, 2616 specials={ "char", 0x65, 0x300 }, 2617 uccode=0xC8, 2618 unicodeslot=0xE8, 2619 }, 2620 { 2621 adobename="eacute", 2622 category="ll", 2623 cjkwd="a", 2624 contextname="eacute", 2625 description="LATIN SMALL LETTER E WITH ACUTE", 2626 direction="l", 2627 linebreak="al", 2628 shcode=0x65, 2629 specials={ "char", 0x65, 0x301 }, 2630 uccode=0xC9, 2631 unicodeslot=0xE9, 2632 }, 2633 { 2634 adobename="ecircumflex", 2635 category="ll", 2636 cjkwd="a", 2637 contextname="ecircumflex", 2638 description="LATIN SMALL LETTER E WITH CIRCUMFLEX", 2639 direction="l", 2640 linebreak="al", 2641 shcode=0x65, 2642 specials={ "char", 0x65, 0x302 }, 2643 uccode=0xCA, 2644 unicodeslot=0xEA, 2645 }, 2646 { 2647 adobename="edieresis", 2648 category="ll", 2649 contextname="ediaeresis", 2650 description="LATIN SMALL LETTER E WITH DIAERESIS", 2651 direction="l", 2652 linebreak="al", 2653 shcode=0x65, 2654 specials={ "char", 0x65, 0x308 }, 2655 uccode=0xCB, 2656 unicodeslot=0xEB, 2657 }, 2658 { 2659 adobename="igrave", 2660 category="ll", 2661 cjkwd="a", 2662 contextname="igrave", 2663 description="LATIN SMALL LETTER I WITH GRAVE", 2664 direction="l", 2665 linebreak="al", 2666 shcode=0x69, 2667 specials={ "char", 0x69, 0x300 }, 2668 uccode=0xCC, 2669 unicodeslot=0xEC, 2670 }, 2671 { 2672 adobename="iacute", 2673 category="ll", 2674 cjkwd="a", 2675 contextname="iacute", 2676 description="LATIN SMALL LETTER I WITH ACUTE", 2677 direction="l", 2678 linebreak="al", 2679 shcode=0x69, 2680 specials={ "char", 0x69, 0x301 }, 2681 uccode=0xCD, 2682 unicodeslot=0xED, 2683 }, 2684 { 2685 adobename="icircumflex", 2686 category="ll", 2687 contextname="icircumflex", 2688 description="LATIN SMALL LETTER I WITH CIRCUMFLEX", 2689 direction="l", 2690 linebreak="al", 2691 shcode=0x69, 2692 specials={ "char", 0x69, 0x302 }, 2693 uccode=0xCE, 2694 unicodeslot=0xEE, 2695 }, 2696 { 2697 adobename="idieresis", 2698 category="ll", 2699 contextname="idiaeresis", 2700 description="LATIN SMALL LETTER I WITH DIAERESIS", 2701 direction="l", 2702 linebreak="al", 2703 shcode=0x69, 2704 specials={ "char", 0x69, 0x308 }, 2705 uccode=0xCF, 2706 unicodeslot=0xEF, 2707 }, 2708 { 2709 adobename="eth", 2710 category="ll", 2711 cjkwd="a", 2712 comment="contextname=eth", 2713 description="LATIN SMALL LETTER ETH", 2714 direction="l", 2715 linebreak="al", 2716 mathclass="ordinary", 2717 mathname="eth", 2718 uccode=0xD0, 2719 unicodeslot=0xF0, 2720 }, 2721 { 2722 adobename="ntilde", 2723 category="ll", 2724 contextname="ntilde", 2725 description="LATIN SMALL LETTER N WITH TILDE", 2726 direction="l", 2727 linebreak="al", 2728 shcode=0x6E, 2729 specials={ "char", 0x6E, 0x303 }, 2730 uccode=0xD1, 2731 unicodeslot=0xF1, 2732 }, 2733 { 2734 adobename="ograve", 2735 category="ll", 2736 cjkwd="a", 2737 contextname="ograve", 2738 description="LATIN SMALL LETTER O WITH GRAVE", 2739 direction="l", 2740 linebreak="al", 2741 shcode=0x6F, 2742 specials={ "char", 0x6F, 0x300 }, 2743 uccode=0xD2, 2744 unicodeslot=0xF2, 2745 }, 2746 { 2747 adobename="oacute", 2748 category="ll", 2749 cjkwd="a", 2750 contextname="oacute", 2751 description="LATIN SMALL LETTER O WITH ACUTE", 2752 direction="l", 2753 linebreak="al", 2754 shcode=0x6F, 2755 specials={ "char", 0x6F, 0x301 }, 2756 uccode=0xD3, 2757 unicodeslot=0xF3, 2758 }, 2759 { 2760 adobename="ocircumflex", 2761 category="ll", 2762 contextname="ocircumflex", 2763 description="LATIN SMALL LETTER O WITH CIRCUMFLEX", 2764 direction="l", 2765 linebreak="al", 2766 shcode=0x6F, 2767 specials={ "char", 0x6F, 0x302 }, 2768 uccode=0xD4, 2769 unicodeslot=0xF4, 2770 }, 2771 { 2772 adobename="otilde", 2773 category="ll", 2774 contextname="otilde", 2775 description="LATIN SMALL LETTER O WITH TILDE", 2776 direction="l", 2777 linebreak="al", 2778 shcode=0x6F, 2779 specials={ "char", 0x6F, 0x303 }, 2780 uccode=0xD5, 2781 unicodeslot=0xF5, 2782 }, 2783 { 2784 adobename="odieresis", 2785 category="ll", 2786 contextname="odiaeresis", 2787 description="LATIN SMALL LETTER O WITH DIAERESIS", 2788 direction="l", 2789 linebreak="al", 2790 shcode=0x6F, 2791 specials={ "char", 0x6F, 0x308 }, 2792 uccode=0xD6, 2793 unicodeslot=0xF6, 2794 }, 2795 { 2796 adobename="divide", 2797 category="sm", 2798 cjkwd="a", 2799 contextname="textdiv", 2800 description="DIVISION SIGN", 2801 direction="on", 2802 linebreak="ai", 2803 mathclass="binary", 2804 mathgroup="binary arithmetic", 2805 mathname="div", 2806 synonyms={ "obelus" }, 2807 unicodeslot=0xF7, 2808 }, 2809 { 2810 adobename="oslash", 2811 category="ll", 2812 cjkwd="a", 2813 contextname="ostroke", 2814 description="LATIN SMALL LETTER O WITH STROKE", 2815 direction="l", 2816 linebreak="al", 2817 shcode=0x6F, 2818 specials={ "with", 0x6F, 0x2F }, 2819 synonyms={ "latin small letter o slash" }, 2820 uccode=0xD8, 2821 unicodeslot=0xF8, 2822 }, 2823 { 2824 adobename="ugrave", 2825 category="ll", 2826 cjkwd="a", 2827 contextname="ugrave", 2828 description="LATIN SMALL LETTER U WITH GRAVE", 2829 direction="l", 2830 linebreak="al", 2831 shcode=0x75, 2832 specials={ "char", 0x75, 0x300 }, 2833 uccode=0xD9, 2834 unicodeslot=0xF9, 2835 }, 2836 { 2837 adobename="uacute", 2838 category="ll", 2839 cjkwd="a", 2840 contextname="uacute", 2841 description="LATIN SMALL LETTER U WITH ACUTE", 2842 direction="l", 2843 linebreak="al", 2844 shcode=0x75, 2845 specials={ "char", 0x75, 0x301 }, 2846 uccode=0xDA, 2847 unicodeslot=0xFA, 2848 }, 2849 { 2850 adobename="ucircumflex", 2851 category="ll", 2852 contextname="ucircumflex", 2853 description="LATIN SMALL LETTER U WITH CIRCUMFLEX", 2854 direction="l", 2855 linebreak="al", 2856 shcode=0x75, 2857 specials={ "char", 0x75, 0x302 }, 2858 uccode=0xDB, 2859 unicodeslot=0xFB, 2860 }, 2861 { 2862 adobename="udieresis", 2863 category="ll", 2864 cjkwd="a", 2865 contextname="udiaeresis", 2866 description="LATIN SMALL LETTER U WITH DIAERESIS", 2867 direction="l", 2868 linebreak="al", 2869 shcode=0x75, 2870 specials={ "char", 0x75, 0x308 }, 2871 uccode=0xDC, 2872 unicodeslot=0xFC, 2873 }, 2874 { 2875 adobename="yacute", 2876 category="ll", 2877 contextname="yacute", 2878 description="LATIN SMALL LETTER Y WITH ACUTE", 2879 direction="l", 2880 linebreak="al", 2881 shcode=0x79, 2882 specials={ "char", 0x79, 0x301 }, 2883 uccode=0xDD, 2884 unicodeslot=0xFD, 2885 }, 2886 { 2887 adobename="thorn", 2888 category="ll", 2889 cjkwd="a", 2890 contextname="thorn", 2891 description="LATIN SMALL LETTER THORN", 2892 direction="l", 2893 linebreak="al", 2894 uccode=0xDE, 2895 unicodeslot=0xFE, 2896 }, 2897 { 2898 adobename="ydieresis", 2899 category="ll", 2900 contextname="ydiaeresis", 2901 description="LATIN SMALL LETTER Y WITH DIAERESIS", 2902 direction="l", 2903 linebreak="al", 2904 shcode=0x79, 2905 specials={ "char", 0x79, 0x308 }, 2906 uccode=0x178, 2907 unicodeslot=0xFF, 2908 }, 2909 { 2910 adobename="Amacron", 2911 category="lu", 2912 contextname="Amacron", 2913 description="LATIN CAPITAL LETTER A WITH MACRON", 2914 direction="l", 2915 lccode=0x101, 2916 linebreak="al", 2917 shcode=0x41, 2918 specials={ "char", 0x41, 0x304 }, 2919 unicodeslot=0x100, 2920 }, 2921 { 2922 adobename="amacron", 2923 category="ll", 2924 cjkwd="a", 2925 contextname="amacron", 2926 description="LATIN SMALL LETTER A WITH MACRON", 2927 direction="l", 2928 linebreak="al", 2929 shcode=0x61, 2930 specials={ "char", 0x61, 0x304 }, 2931 uccode=0x100, 2932 unicodeslot=0x101, 2933 }, 2934 { 2935 adobename="Abreve", 2936 category="lu", 2937 contextname="Abreve", 2938 description="LATIN CAPITAL LETTER A WITH BREVE", 2939 direction="l", 2940 lccode=0x103, 2941 linebreak="al", 2942 shcode=0x41, 2943 specials={ "char", 0x41, 0x306 }, 2944 unicodeslot=0x102, 2945 }, 2946 { 2947 adobename="abreve", 2948 category="ll", 2949 contextname="abreve", 2950 description="LATIN SMALL LETTER A WITH BREVE", 2951 direction="l", 2952 linebreak="al", 2953 shcode=0x61, 2954 specials={ "char", 0x61, 0x306 }, 2955 uccode=0x102, 2956 unicodeslot=0x103, 2957 }, 2958 { 2959 adobename="Aogonek", 2960 category="lu", 2961 contextname="Aogonek", 2962 description="LATIN CAPITAL LETTER A WITH OGONEK", 2963 direction="l", 2964 lccode=0x105, 2965 linebreak="al", 2966 shcode=0x41, 2967 specials={ "char", 0x41, 0x328 }, 2968 unicodeslot=0x104, 2969 }, 2970 { 2971 adobename="aogonek", 2972 category="ll", 2973 contextname="aogonek", 2974 description="LATIN SMALL LETTER A WITH OGONEK", 2975 direction="l", 2976 linebreak="al", 2977 shcode=0x61, 2978 specials={ "char", 0x61, 0x328 }, 2979 uccode=0x104, 2980 unicodeslot=0x105, 2981 }, 2982 { 2983 adobename="Cacute", 2984 category="lu", 2985 contextname="Cacute", 2986 description="LATIN CAPITAL LETTER C WITH ACUTE", 2987 direction="l", 2988 lccode=0x107, 2989 linebreak="al", 2990 shcode=0x43, 2991 specials={ "char", 0x43, 0x301 }, 2992 unicodeslot=0x106, 2993 }, 2994 { 2995 adobename="cacute", 2996 category="ll", 2997 contextname="cacute", 2998 description="LATIN SMALL LETTER C WITH ACUTE", 2999 direction="l", 3000 linebreak="al", 3001 shcode=0x63, 3002 specials={ "char", 0x63, 0x301 }, 3003 uccode=0x106, 3004 unicodeslot=0x107, 3005 }, 3006 { 3007 adobename="Ccircumflex", 3008 category="lu", 3009 contextname="Ccircumflex", 3010 description="LATIN CAPITAL LETTER C WITH CIRCUMFLEX", 3011 direction="l", 3012 lccode=0x109, 3013 linebreak="al", 3014 shcode=0x43, 3015 specials={ "char", 0x43, 0x302 }, 3016 unicodeslot=0x108, 3017 }, 3018 { 3019 adobename="ccircumflex", 3020 category="ll", 3021 contextname="ccircumflex", 3022 description="LATIN SMALL LETTER C WITH CIRCUMFLEX", 3023 direction="l", 3024 linebreak="al", 3025 shcode=0x63, 3026 specials={ "char", 0x63, 0x302 }, 3027 uccode=0x108, 3028 unicodeslot=0x109, 3029 }, 3030 { 3031 adobename="Cdotaccent", 3032 category="lu", 3033 contextname="Cdotaccent", 3034 description="LATIN CAPITAL LETTER C WITH DOT ABOVE", 3035 direction="l", 3036 lccode=0x10B, 3037 linebreak="al", 3038 shcode=0x43, 3039 specials={ "char", 0x43, 0x307 }, 3040 unicodeslot=0x10A, 3041 }, 3042 { 3043 adobename="cdotaccent", 3044 category="ll", 3045 contextname="cdotaccent", 3046 description="LATIN SMALL LETTER C WITH DOT ABOVE", 3047 direction="l", 3048 linebreak="al", 3049 shcode=0x63, 3050 specials={ "char", 0x63, 0x307 }, 3051 uccode=0x10A, 3052 unicodeslot=0x10B, 3053 }, 3054 { 3055 adobename="Ccaron", 3056 category="lu", 3057 contextname="Ccaron", 3058 description="LATIN CAPITAL LETTER C WITH CARON", 3059 direction="l", 3060 lccode=0x10D, 3061 linebreak="al", 3062 shcode=0x43, 3063 specials={ "char", 0x43, 0x30C }, 3064 unicodeslot=0x10C, 3065 }, 3066 { 3067 adobename="ccaron", 3068 category="ll", 3069 contextname="ccaron", 3070 description="LATIN SMALL LETTER C WITH CARON", 3071 direction="l", 3072 linebreak="al", 3073 shcode=0x63, 3074 specials={ "char", 0x63, 0x30C }, 3075 uccode=0x10C, 3076 unicodeslot=0x10D, 3077 }, 3078 { 3079 adobename="Dcaron", 3080 category="lu", 3081 contextname="Dcaron", 3082 description="LATIN CAPITAL LETTER D WITH CARON", 3083 direction="l", 3084 lccode=0x10F, 3085 linebreak="al", 3086 shcode=0x44, 3087 specials={ "char", 0x44, 0x30C }, 3088 unicodeslot=0x10E, 3089 }, 3090 { 3091 adobename="dcaron", 3092 category="ll", 3093 contextname="dcaron", 3094 description="LATIN SMALL LETTER D WITH CARON", 3095 direction="l", 3096 linebreak="al", 3097 shcode=0x64, 3098 specials={ "char", 0x64, 0x30C }, 3099 uccode=0x10E, 3100 unicodeslot=0x10F, 3101 }, 3102 { 3103 adobename="Dslash", 3104 category="lu", 3105 contextname="Dstroke", 3106 description="LATIN CAPITAL LETTER D WITH STROKE", 3107 direction="l", 3108 lccode=0x111, 3109 linebreak="al", 3110 shcode=0x44, 3111 specials={ "with", 0x44, 0x2F }, 3112 unicodeslot=0x110, 3113 }, 3114 { 3115 adobename="dmacron", 3116 category="ll", 3117 cjkwd="a", 3118 contextname="dstroke", 3119 description="LATIN SMALL LETTER D WITH STROKE", 3120 direction="l", 3121 linebreak="al", 3122 shcode=0x64, 3123 specials={ "with", 0x64, 0x2F }, 3124 uccode=0x110, 3125 unicodeslot=0x111, 3126 }, 3127 { 3128 adobename="Emacron", 3129 category="lu", 3130 contextname="Emacron", 3131 description="LATIN CAPITAL LETTER E WITH MACRON", 3132 direction="l", 3133 lccode=0x113, 3134 linebreak="al", 3135 shcode=0x45, 3136 specials={ "char", 0x45, 0x304 }, 3137 unicodeslot=0x112, 3138 }, 3139 { 3140 adobename="emacron", 3141 category="ll", 3142 cjkwd="a", 3143 contextname="emacron", 3144 description="LATIN SMALL LETTER E WITH MACRON", 3145 direction="l", 3146 linebreak="al", 3147 shcode=0x65, 3148 specials={ "char", 0x65, 0x304 }, 3149 uccode=0x112, 3150 unicodeslot=0x113, 3151 }, 3152 { 3153 adobename="Ebreve", 3154 category="lu", 3155 contextname="Ebreve", 3156 description="LATIN CAPITAL LETTER E WITH BREVE", 3157 direction="l", 3158 lccode=0x115, 3159 linebreak="al", 3160 shcode=0x45, 3161 specials={ "char", 0x45, 0x306 }, 3162 unicodeslot=0x114, 3163 }, 3164 { 3165 adobename="ebreve", 3166 category="ll", 3167 contextname="ebreve", 3168 description="LATIN SMALL LETTER E WITH BREVE", 3169 direction="l", 3170 linebreak="al", 3171 shcode=0x65, 3172 specials={ "char", 0x65, 0x306 }, 3173 uccode=0x114, 3174 unicodeslot=0x115, 3175 }, 3176 { 3177 adobename="Edotaccent", 3178 category="lu", 3179 contextname="Edotaccent", 3180 description="LATIN CAPITAL LETTER E WITH DOT ABOVE", 3181 direction="l", 3182 lccode=0x117, 3183 linebreak="al", 3184 shcode=0x45, 3185 specials={ "char", 0x45, 0x307 }, 3186 unicodeslot=0x116, 3187 }, 3188 { 3189 adobename="edotaccent", 3190 category="ll", 3191 contextname="edotaccent", 3192 description="LATIN SMALL LETTER E WITH DOT ABOVE", 3193 direction="l", 3194 linebreak="al", 3195 shcode=0x65, 3196 specials={ "char", 0x65, 0x307 }, 3197 uccode=0x116, 3198 unicodeslot=0x117, 3199 }, 3200 { 3201 adobename="Eogonek", 3202 category="lu", 3203 contextname="Eogonek", 3204 description="LATIN CAPITAL LETTER E WITH OGONEK", 3205 direction="l", 3206 lccode=0x119, 3207 linebreak="al", 3208 shcode=0x45, 3209 specials={ "char", 0x45, 0x328 }, 3210 unicodeslot=0x118, 3211 }, 3212 { 3213 adobename="eogonek", 3214 category="ll", 3215 contextname="eogonek", 3216 description="LATIN SMALL LETTER E WITH OGONEK", 3217 direction="l", 3218 linebreak="al", 3219 shcode=0x65, 3220 specials={ "char", 0x65, 0x328 }, 3221 uccode=0x118, 3222 unicodeslot=0x119, 3223 }, 3224 { 3225 adobename="Ecaron", 3226 category="lu", 3227 contextname="Ecaron", 3228 description="LATIN CAPITAL LETTER E WITH CARON", 3229 direction="l", 3230 lccode=0x11B, 3231 linebreak="al", 3232 shcode=0x45, 3233 specials={ "char", 0x45, 0x30C }, 3234 unicodeslot=0x11A, 3235 }, 3236 { 3237 adobename="ecaron", 3238 category="ll", 3239 cjkwd="a", 3240 contextname="ecaron", 3241 description="LATIN SMALL LETTER E WITH CARON", 3242 direction="l", 3243 linebreak="al", 3244 shcode=0x65, 3245 specials={ "char", 0x65, 0x30C }, 3246 uccode=0x11A, 3247 unicodeslot=0x11B, 3248 }, 3249 { 3250 adobename="Gcircumflex", 3251 category="lu", 3252 contextname="Gcircumflex", 3253 description="LATIN CAPITAL LETTER G WITH CIRCUMFLEX", 3254 direction="l", 3255 lccode=0x11D, 3256 linebreak="al", 3257 shcode=0x47, 3258 specials={ "char", 0x47, 0x302 }, 3259 unicodeslot=0x11C, 3260 }, 3261 { 3262 adobename="gcircumflex", 3263 category="ll", 3264 contextname="gcircumflex", 3265 description="LATIN SMALL LETTER G WITH CIRCUMFLEX", 3266 direction="l", 3267 linebreak="al", 3268 shcode=0x67, 3269 specials={ "char", 0x67, 0x302 }, 3270 uccode=0x11C, 3271 unicodeslot=0x11D, 3272 }, 3273 { 3274 adobename="Gbreve", 3275 category="lu", 3276 contextname="Gbreve", 3277 description="LATIN CAPITAL LETTER G WITH BREVE", 3278 direction="l", 3279 lccode=0x11F, 3280 linebreak="al", 3281 shcode=0x47, 3282 specials={ "char", 0x47, 0x306 }, 3283 unicodeslot=0x11E, 3284 }, 3285 { 3286 adobename="gbreve", 3287 category="ll", 3288 contextname="gbreve", 3289 description="LATIN SMALL LETTER G WITH BREVE", 3290 direction="l", 3291 linebreak="al", 3292 shcode=0x67, 3293 specials={ "char", 0x67, 0x306 }, 3294 uccode=0x11E, 3295 unicodeslot=0x11F, 3296 }, 3297 { 3298 adobename="Gdotaccent", 3299 category="lu", 3300 contextname="Gdotaccent", 3301 description="LATIN CAPITAL LETTER G WITH DOT ABOVE", 3302 direction="l", 3303 lccode=0x121, 3304 linebreak="al", 3305 shcode=0x47, 3306 specials={ "char", 0x47, 0x307 }, 3307 unicodeslot=0x120, 3308 }, 3309 { 3310 adobename="gdotaccent", 3311 category="ll", 3312 contextname="gdotaccent", 3313 description="LATIN SMALL LETTER G WITH DOT ABOVE", 3314 direction="l", 3315 linebreak="al", 3316 shcode=0x67, 3317 specials={ "char", 0x67, 0x307 }, 3318 uccode=0x120, 3319 unicodeslot=0x121, 3320 }, 3321 { 3322 adobename="Gcommaaccent", 3323 category="lu", 3324 contextname="Gcommaaccent", 3325 description="LATIN CAPITAL LETTER G WITH CEDILLA", 3326 direction="l", 3327 lccode=0x123, 3328 linebreak="al", 3329 shcode=0x47, 3330 specials={ "char", 0x47, 0x327 }, 3331 unicodeslot=0x122, 3332 }, 3333 { 3334 adobename="gcommaaccent", 3335 category="ll", 3336 contextname="gcommaaccent", 3337 description="LATIN SMALL LETTER G WITH CEDILLA", 3338 direction="l", 3339 linebreak="al", 3340 shcode=0x67, 3341 specials={ "char", 0x67, 0x327 }, 3342 uccode=0x122, 3343 unicodeslot=0x123, 3344 }, 3345 { 3346 adobename="Hcircumflex", 3347 category="lu", 3348 contextname="Hcircumflex", 3349 description="LATIN CAPITAL LETTER H WITH CIRCUMFLEX", 3350 direction="l", 3351 lccode=0x125, 3352 linebreak="al", 3353 shcode=0x48, 3354 specials={ "char", 0x48, 0x302 }, 3355 unicodeslot=0x124, 3356 }, 3357 { 3358 adobename="hcircumflex", 3359 category="ll", 3360 contextname="hcircumflex", 3361 description="LATIN SMALL LETTER H WITH CIRCUMFLEX", 3362 direction="l", 3363 linebreak="al", 3364 shcode=0x68, 3365 specials={ "char", 0x68, 0x302 }, 3366 uccode=0x124, 3367 unicodeslot=0x125, 3368 }, 3369 { 3370 adobename="Hbar", 3371 category="lu", 3372 cjkwd="a", 3373 contextname="Hstroke", 3374 description="LATIN CAPITAL LETTER H WITH STROKE", 3375 direction="l", 3376 lccode=0x127, 3377 linebreak="al", 3378 shcode=0x48, 3379 specials={ "with", 0x48, 0x2F }, 3380 unicodeslot=0x126, 3381 }, 3382 { 3383 adobename="hbar", 3384 category="ll", 3385 cjkwd="a", 3386 contextname="hstroke", 3387 description="LATIN SMALL LETTER H WITH STROKE", 3388 direction="l", 3389 linebreak="al", 3390 shcode=0x68, 3391 specials={ "with", 0x68, 0x2F }, 3392 uccode=0x126, 3393 unicodeslot=0x127, 3394 }, 3395 { 3396 adobename="Itilde", 3397 category="lu", 3398 contextname="Itilde", 3399 description="LATIN CAPITAL LETTER I WITH TILDE", 3400 direction="l", 3401 lccode=0x129, 3402 linebreak="al", 3403 shcode=0x49, 3404 specials={ "char", 0x49, 0x303 }, 3405 unicodeslot=0x128, 3406 }, 3407 { 3408 adobename="itilde", 3409 category="ll", 3410 contextname="itilde", 3411 description="LATIN SMALL LETTER I WITH TILDE", 3412 direction="l", 3413 linebreak="al", 3414 shcode=0x69, 3415 specials={ "char", 0x69, 0x303 }, 3416 uccode=0x128, 3417 unicodeslot=0x129, 3418 }, 3419 { 3420 adobename="Imacron", 3421 category="lu", 3422 contextname="Imacron", 3423 description="LATIN CAPITAL LETTER I WITH MACRON", 3424 direction="l", 3425 lccode=0x12B, 3426 linebreak="al", 3427 shcode=0x49, 3428 specials={ "char", 0x49, 0x304 }, 3429 unicodeslot=0x12A, 3430 }, 3431 { 3432 adobename="imacron", 3433 category="ll", 3434 cjkwd="a", 3435 contextname="imacron", 3436 description="LATIN SMALL LETTER I WITH MACRON", 3437 direction="l", 3438 linebreak="al", 3439 shcode=0x69, 3440 specials={ "char", 0x69, 0x304 }, 3441 uccode=0x12A, 3442 unicodeslot=0x12B, 3443 }, 3444 { 3445 adobename="Ibreve", 3446 category="lu", 3447 contextname="Ibreve", 3448 description="LATIN CAPITAL LETTER I WITH BREVE", 3449 direction="l", 3450 lccode=0x12D, 3451 linebreak="al", 3452 shcode=0x49, 3453 specials={ "char", 0x49, 0x306 }, 3454 unicodeslot=0x12C, 3455 }, 3456 { 3457 adobename="ibreve", 3458 category="ll", 3459 contextname="ibreve", 3460 description="LATIN SMALL LETTER I WITH BREVE", 3461 direction="l", 3462 linebreak="al", 3463 shcode=0x69, 3464 specials={ "char", 0x69, 0x306 }, 3465 uccode=0x12C, 3466 unicodeslot=0x12D, 3467 }, 3468 { 3469 adobename="Iogonek", 3470 category="lu", 3471 contextname="Iogonek", 3472 description="LATIN CAPITAL LETTER I WITH OGONEK", 3473 direction="l", 3474 lccode=0x12F, 3475 linebreak="al", 3476 shcode=0x49, 3477 specials={ "char", 0x49, 0x328 }, 3478 unicodeslot=0x12E, 3479 }, 3480 { 3481 adobename="iogonek", 3482 category="ll", 3483 contextname="iogonek", 3484 description="LATIN SMALL LETTER I WITH OGONEK", 3485 direction="l", 3486 linebreak="al", 3487 shcode=0x69, 3488 specials={ "char", 0x69, 0x328 }, 3489 uccode=0x12E, 3490 unicodeslot=0x12F, 3491 }, 3492 { 3493 adobename="Idotaccent", 3494 category="lu", 3495 contextname="Idotaccent", 3496 description="LATIN CAPITAL LETTER I WITH DOT ABOVE", 3497 direction="l", 3498 lccode=0x69, 3499 linebreak="al", 3500 shcode=0x49, 3501 specials={ "char", 0x49, 0x307 }, 3502 synonyms={ "latin capital letter i dot" }, 3503 unicodeslot=0x130, 3504 }, 3505 { 3506 adobename="dotlessi", 3507 category="ll", 3508 cjkwd="a", 3509 contextname="dotlessi", 3510 description="LATIN SMALL LETTER DOTLESS I", 3511 direction="l", 3512 linebreak="al", 3513 uccode=0x49, 3514 unicodeslot=0x131, 3515 }, 3516 { 3517 adobename="IJ", 3518 category="lu", 3519 cjkwd="a", 3520 contextname="IJligature", 3521 description="LATIN CAPITAL LIGATURE IJ", 3522 direction="l", 3523 lccode=0x133, 3524 linebreak="al", 3525 shcode={ 0x49, 0x4A }, 3526 specials={ "compat", 0x49, 0x4A }, 3527 unicodeslot=0x132, 3528 }, 3529 { 3530 adobename="ij", 3531 category="ll", 3532 cjkwd="a", 3533 contextname="ijligature", 3534 description="LATIN SMALL LIGATURE IJ", 3535 direction="l", 3536 linebreak="al", 3537 shcode={ 0x69, 0x6A }, 3538 specials={ "compat", 0x69, 0x6A }, 3539 uccode=0x132, 3540 unicodeslot=0x133, 3541 }, 3542 { 3543 adobename="Jcircumflex", 3544 category="lu", 3545 contextname="Jcircumflex", 3546 description="LATIN CAPITAL LETTER J WITH CIRCUMFLEX", 3547 direction="l", 3548 lccode=0x135, 3549 linebreak="al", 3550 shcode=0x4A, 3551 specials={ "char", 0x4A, 0x302 }, 3552 unicodeslot=0x134, 3553 }, 3554 { 3555 adobename="jcircumflex", 3556 category="ll", 3557 contextname="jcircumflex", 3558 description="LATIN SMALL LETTER J WITH CIRCUMFLEX", 3559 direction="l", 3560 linebreak="al", 3561 shcode=0x6A, 3562 specials={ "char", 0x6A, 0x302 }, 3563 uccode=0x134, 3564 unicodeslot=0x135, 3565 }, 3566 { 3567 adobename="Kcommaaccent", 3568 category="lu", 3569 contextname="Kcommaaccent", 3570 description="LATIN CAPITAL LETTER K WITH CEDILLA", 3571 direction="l", 3572 lccode=0x137, 3573 linebreak="al", 3574 shcode=0x4B, 3575 specials={ "char", 0x4B, 0x327 }, 3576 unicodeslot=0x136, 3577 }, 3578 { 3579 adobename="kcommaaccent", 3580 category="ll", 3581 contextname="kcommaaccent", 3582 description="LATIN SMALL LETTER K WITH CEDILLA", 3583 direction="l", 3584 linebreak="al", 3585 shcode=0x6B, 3586 specials={ "char", 0x6B, 0x327 }, 3587 uccode=0x136, 3588 unicodeslot=0x137, 3589 }, 3590 { 3591 adobename="kgreenlandic", 3592 category="ll", 3593 cjkwd="a", 3594 contextname="kkra", 3595 description="LATIN SMALL LETTER KRA", 3596 direction="l", 3597 linebreak="al", 3598 unicodeslot=0x138, 3599 }, 3600 { 3601 adobename="Lacute", 3602 category="lu", 3603 contextname="Lacute", 3604 description="LATIN CAPITAL LETTER L WITH ACUTE", 3605 direction="l", 3606 lccode=0x13A, 3607 linebreak="al", 3608 shcode=0x4C, 3609 specials={ "char", 0x4C, 0x301 }, 3610 unicodeslot=0x139, 3611 }, 3612 { 3613 adobename="lacute", 3614 category="ll", 3615 contextname="lacute", 3616 description="LATIN SMALL LETTER L WITH ACUTE", 3617 direction="l", 3618 linebreak="al", 3619 shcode=0x6C, 3620 specials={ "char", 0x6C, 0x301 }, 3621 uccode=0x139, 3622 unicodeslot=0x13A, 3623 }, 3624 { 3625 adobename="Lcommaaccent", 3626 category="lu", 3627 contextname="Lcommaaccent", 3628 description="LATIN CAPITAL LETTER L WITH CEDILLA", 3629 direction="l", 3630 lccode=0x13C, 3631 linebreak="al", 3632 shcode=0x4C, 3633 specials={ "char", 0x4C, 0x327 }, 3634 unicodeslot=0x13B, 3635 }, 3636 { 3637 adobename="lcommaaccent", 3638 category="ll", 3639 contextname="lcommaaccent", 3640 description="LATIN SMALL LETTER L WITH CEDILLA", 3641 direction="l", 3642 linebreak="al", 3643 shcode=0x6C, 3644 specials={ "char", 0x6C, 0x327 }, 3645 uccode=0x13B, 3646 unicodeslot=0x13C, 3647 }, 3648 { 3649 adobename="Lcaron", 3650 category="lu", 3651 contextname="Lcaron", 3652 description="LATIN CAPITAL LETTER L WITH CARON", 3653 direction="l", 3654 lccode=0x13E, 3655 linebreak="al", 3656 shcode=0x4C, 3657 specials={ "char", 0x4C, 0x30C }, 3658 unicodeslot=0x13D, 3659 }, 3660 { 3661 adobename="lcaron", 3662 category="ll", 3663 contextname="lcaron", 3664 description="LATIN SMALL LETTER L WITH CARON", 3665 direction="l", 3666 linebreak="al", 3667 shcode=0x6C, 3668 specials={ "char", 0x6C, 0x30C }, 3669 uccode=0x13D, 3670 unicodeslot=0x13E, 3671 }, 3672 { 3673 adobename="Ldotaccent", 3674 category="lu", 3675 cjkwd="a", 3676 contextname="Ldotmiddle", 3677 description="LATIN CAPITAL LETTER L WITH MIDDLE DOT", 3678 direction="l", 3679 lccode=0x140, 3680 linebreak="al", 3681 shcode=0x4C, 3682 specials={ "compat", 0x4C, 0xB7 }, 3683 unicodeslot=0x13F, 3684 }, 3685 { 3686 adobename="ldotaccent", 3687 category="ll", 3688 cjkwd="a", 3689 contextname="ldotmiddle", 3690 description="LATIN SMALL LETTER L WITH MIDDLE DOT", 3691 direction="l", 3692 linebreak="al", 3693 shcode=0x6C, 3694 specials={ "compat", 0x6C, 0xB7 }, 3695 uccode=0x13F, 3696 unicodeslot=0x140, 3697 }, 3698 { 3699 adobename="Lslash", 3700 category="lu", 3701 cjkwd="a", 3702 contextname="Lstroke", 3703 description="LATIN CAPITAL LETTER L WITH STROKE", 3704 direction="l", 3705 lccode=0x142, 3706 linebreak="al", 3707 shcode=0x4C, 3708 specials={ "with", 0x4C, 0x2F }, 3709 unicodeslot=0x141, 3710 }, 3711 { 3712 adobename="lslash", 3713 category="ll", 3714 cjkwd="a", 3715 contextname="lstroke", 3716 description="LATIN SMALL LETTER L WITH STROKE", 3717 direction="l", 3718 linebreak="al", 3719 shcode=0x6C, 3720 specials={ "with", 0x6C, 0x2F }, 3721 uccode=0x141, 3722 unicodeslot=0x142, 3723 }, 3724 { 3725 adobename="Nacute", 3726 category="lu", 3727 contextname="Nacute", 3728 description="LATIN CAPITAL LETTER N WITH ACUTE", 3729 direction="l", 3730 lccode=0x144, 3731 linebreak="al", 3732 shcode=0x4E, 3733 specials={ "char", 0x4E, 0x301 }, 3734 unicodeslot=0x143, 3735 }, 3736 { 3737 adobename="nacute", 3738 category="ll", 3739 cjkwd="a", 3740 contextname="nacute", 3741 description="LATIN SMALL LETTER N WITH ACUTE", 3742 direction="l", 3743 linebreak="al", 3744 shcode=0x6E, 3745 specials={ "char", 0x6E, 0x301 }, 3746 uccode=0x143, 3747 unicodeslot=0x144, 3748 }, 3749 { 3750 adobename="Ncommaaccent", 3751 category="lu", 3752 contextname="Ncommaaccent", 3753 description="LATIN CAPITAL LETTER N WITH CEDILLA", 3754 direction="l", 3755 lccode=0x146, 3756 linebreak="al", 3757 shcode=0x4E, 3758 specials={ "char", 0x4E, 0x327 }, 3759 unicodeslot=0x145, 3760 }, 3761 { 3762 adobename="ncommaaccent", 3763 category="ll", 3764 contextname="ncommaaccent", 3765 description="LATIN SMALL LETTER N WITH CEDILLA", 3766 direction="l", 3767 linebreak="al", 3768 shcode=0x6E, 3769 specials={ "char", 0x6E, 0x327 }, 3770 uccode=0x145, 3771 unicodeslot=0x146, 3772 }, 3773 { 3774 adobename="Ncaron", 3775 category="lu", 3776 contextname="Ncaron", 3777 description="LATIN CAPITAL LETTER N WITH CARON", 3778 direction="l", 3779 lccode=0x148, 3780 linebreak="al", 3781 shcode=0x4E, 3782 specials={ "char", 0x4E, 0x30C }, 3783 unicodeslot=0x147, 3784 }, 3785 { 3786 adobename="ncaron", 3787 category="ll", 3788 cjkwd="a", 3789 contextname="ncaron", 3790 description="LATIN SMALL LETTER N WITH CARON", 3791 direction="l", 3792 linebreak="al", 3793 shcode=0x6E, 3794 specials={ "char", 0x6E, 0x30C }, 3795 uccode=0x147, 3796 unicodeslot=0x148, 3797 }, 3798 { 3799 adobename="quoterightn", 3800 category="ll", 3801 cjkwd="a", 3802 contextname="napostrophe", 3803 description="LATIN SMALL LETTER N PRECEDED BY APOSTROPHE", 3804 direction="l", 3805 linebreak="al", 3806 specials={ "compat", 0x2BC, 0x6E }, 3807 uccode={ 0x2BC, 0x6E }, 3808 unicodeslot=0x149, 3809 }, 3810 { 3811 adobename="Eng", 3812 category="lu", 3813 cjkwd="a", 3814 contextname="Neng", 3815 description="LATIN CAPITAL LETTER ENG", 3816 direction="l", 3817 lccode=0x14B, 3818 linebreak="al", 3819 unicodeslot=0x14A, 3820 }, 3821 { 3822 adobename="eng", 3823 category="ll", 3824 cjkwd="a", 3825 contextname="neng", 3826 description="LATIN SMALL LETTER ENG", 3827 direction="l", 3828 linebreak="al", 3829 uccode=0x14A, 3830 unicodeslot=0x14B, 3831 }, 3832 { 3833 adobename="Omacron", 3834 category="lu", 3835 contextname="Omacron", 3836 description="LATIN CAPITAL LETTER O WITH MACRON", 3837 direction="l", 3838 lccode=0x14D, 3839 linebreak="al", 3840 shcode=0x4F, 3841 specials={ "char", 0x4F, 0x304 }, 3842 unicodeslot=0x14C, 3843 }, 3844 { 3845 adobename="omacron", 3846 category="ll", 3847 cjkwd="a", 3848 contextname="omacron", 3849 description="LATIN SMALL LETTER O WITH MACRON", 3850 direction="l", 3851 linebreak="al", 3852 shcode=0x6F, 3853 specials={ "char", 0x6F, 0x304 }, 3854 uccode=0x14C, 3855 unicodeslot=0x14D, 3856 }, 3857 { 3858 adobename="Obreve", 3859 category="lu", 3860 contextname="Obreve", 3861 description="LATIN CAPITAL LETTER O WITH BREVE", 3862 direction="l", 3863 lccode=0x14F, 3864 linebreak="al", 3865 shcode=0x4F, 3866 specials={ "char", 0x4F, 0x306 }, 3867 unicodeslot=0x14E, 3868 }, 3869 { 3870 adobename="obreve", 3871 category="ll", 3872 contextname="obreve", 3873 description="LATIN SMALL LETTER O WITH BREVE", 3874 direction="l", 3875 linebreak="al", 3876 shcode=0x6F, 3877 specials={ "char", 0x6F, 0x306 }, 3878 uccode=0x14E, 3879 unicodeslot=0x14F, 3880 }, 3881 { 3882 adobename="Ohungarumlaut", 3883 category="lu", 3884 contextname="Ohungarumlaut", 3885 description="LATIN CAPITAL LETTER O WITH DOUBLE ACUTE", 3886 direction="l", 3887 lccode=0x151, 3888 linebreak="al", 3889 shcode=0x4F, 3890 specials={ "char", 0x4F, 0x30B }, 3891 unicodeslot=0x150, 3892 }, 3893 { 3894 adobename="ohungarumlaut", 3895 category="ll", 3896 contextname="ohungarumlaut", 3897 description="LATIN SMALL LETTER O WITH DOUBLE ACUTE", 3898 direction="l", 3899 linebreak="al", 3900 shcode=0x6F, 3901 specials={ "char", 0x6F, 0x30B }, 3902 uccode=0x150, 3903 unicodeslot=0x151, 3904 }, 3905 { 3906 adobename="OE", 3907 category="lu", 3908 cjkwd="a", 3909 contextname="OEligature", 3910 description="LATIN CAPITAL LIGATURE OE", 3911 direction="l", 3912 lccode=0x153, 3913 linebreak="al", 3914 shcode={ 0x4F, 0x45 }, 3915 unicodeslot=0x152, 3916 }, 3917 { 3918 adobename="oe", 3919 category="ll", 3920 cjkwd="a", 3921 contextname="oeligature", 3922 description="LATIN SMALL LIGATURE OE", 3923 direction="l", 3924 linebreak="al", 3925 shcode={ 0x6F, 0x65 }, 3926 synonyms={ "ethel", "latin small letter o e" }, 3927 uccode=0x152, 3928 unicodeslot=0x153, 3929 }, 3930 { 3931 adobename="Racute", 3932 category="lu", 3933 contextname="Racute", 3934 description="LATIN CAPITAL LETTER R WITH ACUTE", 3935 direction="l", 3936 lccode=0x155, 3937 linebreak="al", 3938 shcode=0x52, 3939 specials={ "char", 0x52, 0x301 }, 3940 unicodeslot=0x154, 3941 }, 3942 { 3943 adobename="racute", 3944 category="ll", 3945 contextname="racute", 3946 description="LATIN SMALL LETTER R WITH ACUTE", 3947 direction="l", 3948 linebreak="al", 3949 shcode=0x72, 3950 specials={ "char", 0x72, 0x301 }, 3951 uccode=0x154, 3952 unicodeslot=0x155, 3953 }, 3954 { 3955 adobename="Rcommaaccent", 3956 category="lu", 3957 contextname="Rcommaaccent", 3958 description="LATIN CAPITAL LETTER R WITH CEDILLA", 3959 direction="l", 3960 lccode=0x157, 3961 linebreak="al", 3962 shcode=0x52, 3963 specials={ "char", 0x52, 0x327 }, 3964 unicodeslot=0x156, 3965 }, 3966 { 3967 adobename="rcommaaccent", 3968 category="ll", 3969 contextname="rcommaaccent", 3970 description="LATIN SMALL LETTER R WITH CEDILLA", 3971 direction="l", 3972 linebreak="al", 3973 shcode=0x72, 3974 specials={ "char", 0x72, 0x327 }, 3975 uccode=0x156, 3976 unicodeslot=0x157, 3977 }, 3978 { 3979 adobename="Rcaron", 3980 category="lu", 3981 contextname="Rcaron", 3982 description="LATIN CAPITAL LETTER R WITH CARON", 3983 direction="l", 3984 lccode=0x159, 3985 linebreak="al", 3986 shcode=0x52, 3987 specials={ "char", 0x52, 0x30C }, 3988 unicodeslot=0x158, 3989 }, 3990 { 3991 adobename="rcaron", 3992 category="ll", 3993 contextname="rcaron", 3994 description="LATIN SMALL LETTER R WITH CARON", 3995 direction="l", 3996 linebreak="al", 3997 shcode=0x72, 3998 specials={ "char", 0x72, 0x30C }, 3999 uccode=0x158, 4000 unicodeslot=0x159, 4001 }, 4002 { 4003 adobename="Sacute", 4004 category="lu", 4005 contextname="Sacute", 4006 description="LATIN CAPITAL LETTER S WITH ACUTE", 4007 direction="l", 4008 lccode=0x15B, 4009 linebreak="al", 4010 shcode=0x53, 4011 specials={ "char", 0x53, 0x301 }, 4012 unicodeslot=0x15A, 4013 }, 4014 { 4015 adobename="sacute", 4016 category="ll", 4017 contextname="sacute", 4018 description="LATIN SMALL LETTER S WITH ACUTE", 4019 direction="l", 4020 linebreak="al", 4021 shcode=0x73, 4022 specials={ "char", 0x73, 0x301 }, 4023 uccode=0x15A, 4024 unicodeslot=0x15B, 4025 }, 4026 { 4027 adobename="Scircumflex", 4028 category="lu", 4029 contextname="Scircumflex", 4030 description="LATIN CAPITAL LETTER S WITH CIRCUMFLEX", 4031 direction="l", 4032 lccode=0x15D, 4033 linebreak="al", 4034 shcode=0x53, 4035 specials={ "char", 0x53, 0x302 }, 4036 unicodeslot=0x15C, 4037 }, 4038 { 4039 adobename="scircumflex", 4040 category="ll", 4041 contextname="scircumflex", 4042 description="LATIN SMALL LETTER S WITH CIRCUMFLEX", 4043 direction="l", 4044 linebreak="al", 4045 shcode=0x73, 4046 specials={ "char", 0x73, 0x302 }, 4047 uccode=0x15C, 4048 unicodeslot=0x15D, 4049 }, 4050 { 4051 adobename="Scedilla", 4052 category="lu", 4053 contextname="Scedilla", 4054 description="LATIN CAPITAL LETTER S WITH CEDILLA", 4055 direction="l", 4056 lccode=0x15F, 4057 linebreak="al", 4058 shcode=0x53, 4059 specials={ "char", 0x53, 0x327 }, 4060 unicodeslot=0x15E, 4061 }, 4062 { 4063 adobename="scedilla", 4064 category="ll", 4065 contextname="scedilla", 4066 description="LATIN SMALL LETTER S WITH CEDILLA", 4067 direction="l", 4068 linebreak="al", 4069 shcode=0x73, 4070 specials={ "char", 0x73, 0x327 }, 4071 uccode=0x15E, 4072 unicodeslot=0x15F, 4073 }, 4074 { 4075 adobename="Scaron", 4076 category="lu", 4077 contextname="Scaron", 4078 description="LATIN CAPITAL LETTER S WITH CARON", 4079 direction="l", 4080 lccode=0x161, 4081 linebreak="al", 4082 shcode=0x53, 4083 specials={ "char", 0x53, 0x30C }, 4084 unicodeslot=0x160, 4085 }, 4086 { 4087 adobename="scaron", 4088 category="ll", 4089 contextname="scaron", 4090 description="LATIN SMALL LETTER S WITH CARON", 4091 direction="l", 4092 linebreak="al", 4093 shcode=0x73, 4094 specials={ "char", 0x73, 0x30C }, 4095 uccode=0x160, 4096 unicodeslot=0x161, 4097 }, 4098 { 4099 adobename="Tcommaaccent", 4100 category="lu", 4101 contextname="Tcedilla", 4102 description="LATIN CAPITAL LETTER T WITH CEDILLA", 4103 direction="l", 4104 lccode=0x163, 4105 linebreak="al", 4106 shcode=0x54, 4107 specials={ "char", 0x54, 0x327 }, 4108 unicodeslot=0x162, 4109 }, 4110 { 4111 adobename="tcommaaccent", 4112 category="ll", 4113 contextname="tcedilla", 4114 description="LATIN SMALL LETTER T WITH CEDILLA", 4115 direction="l", 4116 linebreak="al", 4117 shcode=0x74, 4118 specials={ "char", 0x74, 0x327 }, 4119 uccode=0x162, 4120 unicodeslot=0x163, 4121 }, 4122 { 4123 adobename="Tcaron", 4124 category="lu", 4125 contextname="Tcaron", 4126 description="LATIN CAPITAL LETTER T WITH CARON", 4127 direction="l", 4128 lccode=0x165, 4129 linebreak="al", 4130 shcode=0x54, 4131 specials={ "char", 0x54, 0x30C }, 4132 unicodeslot=0x164, 4133 }, 4134 { 4135 adobename="tcaron", 4136 category="ll", 4137 contextname="tcaron", 4138 description="LATIN SMALL LETTER T WITH CARON", 4139 direction="l", 4140 linebreak="al", 4141 shcode=0x74, 4142 specials={ "char", 0x74, 0x30C }, 4143 uccode=0x164, 4144 unicodeslot=0x165, 4145 }, 4146 { 4147 adobename="Tbar", 4148 category="lu", 4149 cjkwd="a", 4150 contextname="Tstroke", 4151 description="LATIN CAPITAL LETTER T WITH STROKE", 4152 direction="l", 4153 lccode=0x167, 4154 linebreak="al", 4155 shcode=0x54, 4156 specials={ "with", 0x54, 0x2F }, 4157 unicodeslot=0x166, 4158 }, 4159 { 4160 adobename="tbar", 4161 category="ll", 4162 cjkwd="a", 4163 contextname="tstroke", 4164 description="LATIN SMALL LETTER T WITH STROKE", 4165 direction="l", 4166 linebreak="al", 4167 shcode=0x74, 4168 specials={ "with", 0x74, 0x2F }, 4169 uccode=0x166, 4170 unicodeslot=0x167, 4171 }, 4172 { 4173 adobename="Utilde", 4174 category="lu", 4175 contextname="Utilde", 4176 description="LATIN CAPITAL LETTER U WITH TILDE", 4177 direction="l", 4178 lccode=0x169, 4179 linebreak="al", 4180 shcode=0x55, 4181 specials={ "char", 0x55, 0x303 }, 4182 unicodeslot=0x168, 4183 }, 4184 { 4185 adobename="utilde", 4186 category="ll", 4187 contextname="utilde", 4188 description="LATIN SMALL LETTER U WITH TILDE", 4189 direction="l", 4190 linebreak="al", 4191 shcode=0x75, 4192 specials={ "char", 0x75, 0x303 }, 4193 uccode=0x168, 4194 unicodeslot=0x169, 4195 }, 4196 { 4197 adobename="Umacron", 4198 category="lu", 4199 contextname="Umacron", 4200 description="LATIN CAPITAL LETTER U WITH MACRON", 4201 direction="l", 4202 lccode=0x16B, 4203 linebreak="al", 4204 shcode=0x55, 4205 specials={ "char", 0x55, 0x304 }, 4206 unicodeslot=0x16A, 4207 }, 4208 { 4209 adobename="umacron", 4210 category="ll", 4211 cjkwd="a", 4212 contextname="umacron", 4213 description="LATIN SMALL LETTER U WITH MACRON", 4214 direction="l", 4215 linebreak="al", 4216 shcode=0x75, 4217 specials={ "char", 0x75, 0x304 }, 4218 uccode=0x16A, 4219 unicodeslot=0x16B, 4220 }, 4221 { 4222 adobename="Ubreve", 4223 category="lu", 4224 contextname="Ubreve", 4225 description="LATIN CAPITAL LETTER U WITH BREVE", 4226 direction="l", 4227 lccode=0x16D, 4228 linebreak="al", 4229 shcode=0x55, 4230 specials={ "char", 0x55, 0x306 }, 4231 unicodeslot=0x16C, 4232 }, 4233 { 4234 adobename="ubreve", 4235 category="ll", 4236 contextname="ubreve", 4237 description="LATIN SMALL LETTER U WITH BREVE", 4238 direction="l", 4239 linebreak="al", 4240 shcode=0x75, 4241 specials={ "char", 0x75, 0x306 }, 4242 uccode=0x16C, 4243 unicodeslot=0x16D, 4244 }, 4245 { 4246 adobename="Uring", 4247 category="lu", 4248 contextname="Uring", 4249 description="LATIN CAPITAL LETTER U WITH RING ABOVE", 4250 direction="l", 4251 lccode=0x16F, 4252 linebreak="al", 4253 shcode=0x55, 4254 specials={ "char", 0x55, 0x30A }, 4255 unicodeslot=0x16E, 4256 }, 4257 { 4258 adobename="uring", 4259 category="ll", 4260 contextname="uring", 4261 description="LATIN SMALL LETTER U WITH RING ABOVE", 4262 direction="l", 4263 linebreak="al", 4264 shcode=0x75, 4265 specials={ "char", 0x75, 0x30A }, 4266 uccode=0x16E, 4267 unicodeslot=0x16F, 4268 }, 4269 { 4270 adobename="Uhungarumlaut", 4271 category="lu", 4272 contextname="Uhungarumlaut", 4273 description="LATIN CAPITAL LETTER U WITH DOUBLE ACUTE", 4274 direction="l", 4275 lccode=0x171, 4276 linebreak="al", 4277 shcode=0x55, 4278 specials={ "char", 0x55, 0x30B }, 4279 unicodeslot=0x170, 4280 }, 4281 { 4282 adobename="uhungarumlaut", 4283 category="ll", 4284 contextname="uhungarumlaut", 4285 description="LATIN SMALL LETTER U WITH DOUBLE ACUTE", 4286 direction="l", 4287 linebreak="al", 4288 shcode=0x75, 4289 specials={ "char", 0x75, 0x30B }, 4290 uccode=0x170, 4291 unicodeslot=0x171, 4292 }, 4293 { 4294 adobename="Uogonek", 4295 category="lu", 4296 contextname="Uogonek", 4297 description="LATIN CAPITAL LETTER U WITH OGONEK", 4298 direction="l", 4299 lccode=0x173, 4300 linebreak="al", 4301 shcode=0x55, 4302 specials={ "char", 0x55, 0x328 }, 4303 unicodeslot=0x172, 4304 }, 4305 { 4306 adobename="uogonek", 4307 category="ll", 4308 contextname="uogonek", 4309 description="LATIN SMALL LETTER U WITH OGONEK", 4310 direction="l", 4311 linebreak="al", 4312 shcode=0x75, 4313 specials={ "char", 0x75, 0x328 }, 4314 uccode=0x172, 4315 unicodeslot=0x173, 4316 }, 4317 { 4318 adobename="Wcircumflex", 4319 category="lu", 4320 contextname="Wcircumflex", 4321 description="LATIN CAPITAL LETTER W WITH CIRCUMFLEX", 4322 direction="l", 4323 lccode=0x175, 4324 linebreak="al", 4325 shcode=0x57, 4326 specials={ "char", 0x57, 0x302 }, 4327 unicodeslot=0x174, 4328 }, 4329 { 4330 adobename="wcircumflex", 4331 category="ll", 4332 contextname="wcircumflex", 4333 description="LATIN SMALL LETTER W WITH CIRCUMFLEX", 4334 direction="l", 4335 linebreak="al", 4336 shcode=0x77, 4337 specials={ "char", 0x77, 0x302 }, 4338 uccode=0x174, 4339 unicodeslot=0x175, 4340 }, 4341 { 4342 adobename="Ycircumflex", 4343 category="lu", 4344 contextname="Ycircumflex", 4345 description="LATIN CAPITAL LETTER Y WITH CIRCUMFLEX", 4346 direction="l", 4347 lccode=0x177, 4348 linebreak="al", 4349 shcode=0x59, 4350 specials={ "char", 0x59, 0x302 }, 4351 unicodeslot=0x176, 4352 }, 4353 { 4354 adobename="ycircumflex", 4355 category="ll", 4356 contextname="ycircumflex", 4357 description="LATIN SMALL LETTER Y WITH CIRCUMFLEX", 4358 direction="l", 4359 linebreak="al", 4360 shcode=0x79, 4361 specials={ "char", 0x79, 0x302 }, 4362 uccode=0x176, 4363 unicodeslot=0x177, 4364 }, 4365 { 4366 adobename="Ydieresis", 4367 category="lu", 4368 contextname="Ydiaeresis", 4369 description="LATIN CAPITAL LETTER Y WITH DIAERESIS", 4370 direction="l", 4371 lccode=0xFF, 4372 linebreak="al", 4373 shcode=0x59, 4374 specials={ "char", 0x59, 0x308 }, 4375 unicodeslot=0x178, 4376 }, 4377 { 4378 adobename="Zacute", 4379 category="lu", 4380 contextname="Zacute", 4381 description="LATIN CAPITAL LETTER Z WITH ACUTE", 4382 direction="l", 4383 lccode=0x17A, 4384 linebreak="al", 4385 shcode=0x5A, 4386 specials={ "char", 0x5A, 0x301 }, 4387 unicodeslot=0x179, 4388 }, 4389 { 4390 adobename="zacute", 4391 category="ll", 4392 contextname="zacute", 4393 description="LATIN SMALL LETTER Z WITH ACUTE", 4394 direction="l", 4395 linebreak="al", 4396 shcode=0x7A, 4397 specials={ "char", 0x7A, 0x301 }, 4398 uccode=0x179, 4399 unicodeslot=0x17A, 4400 }, 4401 { 4402 adobename="Zdotaccent", 4403 category="lu", 4404 contextname="Zdotaccent", 4405 description="LATIN CAPITAL LETTER Z WITH DOT ABOVE", 4406 direction="l", 4407 lccode=0x17C, 4408 linebreak="al", 4409 shcode=0x5A, 4410 specials={ "char", 0x5A, 0x307 }, 4411 unicodeslot=0x17B, 4412 }, 4413 { 4414 adobename="zdotaccent", 4415 category="ll", 4416 contextname="zdotaccent", 4417 description="LATIN SMALL LETTER Z WITH DOT ABOVE", 4418 direction="l", 4419 linebreak="al", 4420 shcode=0x7A, 4421 specials={ "char", 0x7A, 0x307 }, 4422 uccode=0x17B, 4423 unicodeslot=0x17C, 4424 }, 4425 { 4426 adobename="Zcaron", 4427 category="lu", 4428 contextname="Zcaron", 4429 description="LATIN CAPITAL LETTER Z WITH CARON", 4430 direction="l", 4431 lccode=0x17E, 4432 linebreak="al", 4433 shcode=0x5A, 4434 specials={ "char", 0x5A, 0x30C }, 4435 unicodeslot=0x17D, 4436 }, 4437 { 4438 adobename="zcaron", 4439 category="ll", 4440 contextname="zcaron", 4441 description="LATIN SMALL LETTER Z WITH CARON", 4442 direction="l", 4443 linebreak="al", 4444 shcode=0x7A, 4445 specials={ "char", 0x7A, 0x30C }, 4446 uccode=0x17D, 4447 unicodeslot=0x17E, 4448 }, 4449 { 4450 adobename="slong", 4451 category="ll", 4452 contextname="slong", 4453 description="LATIN SMALL LETTER LONG S", 4454 direction="l", 4455 linebreak="al", 4456 specials={ "compat", 0x73 }, 4457 uccode=0x73, 4458 unicodeslot=0x17F, 4459 }, 4460 { 4461 adobename="bstroke", 4462 category="ll", 4463 contextname="bstroke", 4464 description="LATIN SMALL LETTER B WITH STROKE", 4465 direction="l", 4466 linebreak="al", 4467 shcode=0x62, 4468 specials={ "with", 0x62, 0x2F }, 4469 uccode=0x243, 4470 unicodeslot=0x180, 4471 }, 4472 { 4473 adobename="Bhook", 4474 category="lu", 4475 contextname="Bhook", 4476 description="LATIN CAPITAL LETTER B WITH HOOK", 4477 direction="l", 4478 lccode=0x253, 4479 linebreak="al", 4480 shcode=0x42, 4481 specials={ "with", 0x42, 0x1FA9D }, 4482 unicodeslot=0x181, 4483 }, 4484 { 4485 adobename="Btopbar", 4486 category="lu", 4487 description="LATIN CAPITAL LETTER B WITH TOPBAR", 4488 direction="l", 4489 lccode=0x183, 4490 linebreak="al", 4491 shcode=0x42, 4492 unicodeslot=0x182, 4493 }, 4494 { 4495 adobename="btopbar", 4496 category="ll", 4497 description="LATIN SMALL LETTER B WITH TOPBAR", 4498 direction="l", 4499 linebreak="al", 4500 shcode=0x62, 4501 uccode=0x182, 4502 unicodeslot=0x183, 4503 }, 4504 { 4505 adobename="Tonesix", 4506 category="lu", 4507 description="LATIN CAPITAL LETTER TONE SIX", 4508 direction="l", 4509 lccode=0x185, 4510 linebreak="al", 4511 unicodeslot=0x184, 4512 }, 4513 { 4514 adobename="tonesix", 4515 category="ll", 4516 description="LATIN SMALL LETTER TONE SIX", 4517 direction="l", 4518 linebreak="al", 4519 uccode=0x184, 4520 unicodeslot=0x185, 4521 }, 4522 { 4523 adobename="Oopen", 4524 category="lu", 4525 description="LATIN CAPITAL LETTER OPEN O", 4526 direction="l", 4527 lccode=0x254, 4528 linebreak="al", 4529 unicodeslot=0x186, 4530 }, 4531 { 4532 adobename="Chook", 4533 category="lu", 4534 contextname="Chook", 4535 description="LATIN CAPITAL LETTER C WITH HOOK", 4536 direction="l", 4537 lccode=0x188, 4538 linebreak="al", 4539 shcode=0x43, 4540 specials={ "with", 0x43, 0x1FA9D }, 4541 unicodeslot=0x187, 4542 }, 4543 { 4544 adobename="chook", 4545 category="ll", 4546 contextname="chook", 4547 description="LATIN SMALL LETTER C WITH HOOK", 4548 direction="l", 4549 linebreak="al", 4550 shcode=0x63, 4551 specials={ "with", 0x63, 0x1FA9D }, 4552 uccode=0x187, 4553 unicodeslot=0x188, 4554 }, 4555 { 4556 adobename="Dafrican", 4557 category="lu", 4558 contextname="Dafrican", 4559 description="LATIN CAPITAL LETTER AFRICAN D", 4560 direction="l", 4561 lccode=0x256, 4562 linebreak="al", 4563 unicodeslot=0x189, 4564 }, 4565 { 4566 adobename="Dhook", 4567 category="lu", 4568 contextname="Dhook", 4569 description="LATIN CAPITAL LETTER D WITH HOOK", 4570 direction="l", 4571 lccode=0x257, 4572 linebreak="al", 4573 shcode=0x44, 4574 specials={ "with", 0x44, 0x1FA9D }, 4575 unicodeslot=0x18A, 4576 }, 4577 { 4578 adobename="Dtopbar", 4579 category="lu", 4580 description="LATIN CAPITAL LETTER D WITH TOPBAR", 4581 direction="l", 4582 lccode=0x18C, 4583 linebreak="al", 4584 shcode=0x44, 4585 unicodeslot=0x18B, 4586 }, 4587 { 4588 adobename="dtopbar", 4589 category="ll", 4590 description="LATIN SMALL LETTER D WITH TOPBAR", 4591 direction="l", 4592 linebreak="al", 4593 shcode=0x64, 4594 uccode=0x18B, 4595 unicodeslot=0x18C, 4596 }, 4597 { 4598 adobename="deltaturned", 4599 category="ll", 4600 description="LATIN SMALL LETTER TURNED DELTA", 4601 direction="l", 4602 linebreak="al", 4603 unicodeslot=0x18D, 4604 }, 4605 { 4606 adobename="Ereversed", 4607 category="lu", 4608 description="LATIN CAPITAL LETTER REVERSED E", 4609 direction="l", 4610 lccode=0x1DD, 4611 linebreak="al", 4612 synonyms={ "latin capital letter turned e" }, 4613 unicodeslot=0x18E, 4614 }, 4615 { 4616 adobename="Schwa", 4617 category="lu", 4618 contextname="Schwa", 4619 description="LATIN CAPITAL LETTER SCHWA", 4620 direction="l", 4621 lccode=0x259, 4622 linebreak="al", 4623 unicodeslot=0x18F, 4624 }, 4625 { 4626 adobename="Eopen", 4627 category="lu", 4628 description="LATIN CAPITAL LETTER OPEN E", 4629 direction="l", 4630 lccode=0x25B, 4631 linebreak="al", 4632 synonyms={ "latin capital letter epsilon" }, 4633 unicodeslot=0x190, 4634 }, 4635 { 4636 adobename="Fhook", 4637 category="lu", 4638 contextname="Fhook", 4639 description="LATIN CAPITAL LETTER F WITH HOOK", 4640 direction="l", 4641 lccode=0x192, 4642 linebreak="al", 4643 shcode=0x46, 4644 specials={ "with", 0x46, 0x1FA9D }, 4645 unicodeslot=0x191, 4646 }, 4647 { 4648 adobename="florin", 4649 category="ll", 4650 contextname="fhook", 4651 description="LATIN SMALL LETTER F WITH HOOK", 4652 direction="l", 4653 linebreak="al", 4654 shcode=0x66, 4655 specials={ "with", 0x66, 0x1FA9D }, 4656 synonyms={ "florin currency symbol", "folder", "function symbol", "latin small letter script f" }, 4657 uccode=0x191, 4658 unicodeslot=0x192, 4659 }, 4660 { 4661 adobename="Ghook", 4662 category="lu", 4663 contextname="Ghook", 4664 description="LATIN CAPITAL LETTER G WITH HOOK", 4665 direction="l", 4666 lccode=0x260, 4667 linebreak="al", 4668 shcode=0x47, 4669 specials={ "with", 0x47, 0x1FA9D }, 4670 unicodeslot=0x193, 4671 }, 4672 { 4673 adobename="Gammaafrican", 4674 category="lu", 4675 description="LATIN CAPITAL LETTER GAMMA", 4676 direction="l", 4677 lccode=0x263, 4678 linebreak="al", 4679 unicodeslot=0x194, 4680 }, 4681 { 4682 adobename="hv", 4683 category="ll", 4684 description="LATIN SMALL LETTER HV", 4685 direction="l", 4686 linebreak="al", 4687 uccode=0x1F6, 4688 unicodeslot=0x195, 4689 }, 4690 { 4691 adobename="Iotaafrican", 4692 category="lu", 4693 description="LATIN CAPITAL LETTER IOTA", 4694 direction="l", 4695 lccode=0x269, 4696 linebreak="al", 4697 unicodeslot=0x196, 4698 }, 4699 { 4700 adobename="Istroke", 4701 category="lu", 4702 contextname="Istroke", 4703 description="LATIN CAPITAL LETTER I WITH STROKE", 4704 direction="l", 4705 lccode=0x268, 4706 linebreak="al", 4707 shcode=0x49, 4708 specials={ "with", 0x49, 0x2F }, 4709 synonyms={ "latin capital letter i bar" }, 4710 unicodeslot=0x197, 4711 }, 4712 { 4713 adobename="Khook", 4714 category="lu", 4715 contextname="Khook", 4716 description="LATIN CAPITAL LETTER K WITH HOOK", 4717 direction="l", 4718 lccode=0x199, 4719 linebreak="al", 4720 shcode=0x4B, 4721 specials={ "with", 0x4B, 0x1FA9D }, 4722 unicodeslot=0x198, 4723 }, 4724 { 4725 adobename="khook", 4726 category="ll", 4727 contextname="khook", 4728 description="LATIN SMALL LETTER K WITH HOOK", 4729 direction="l", 4730 linebreak="al", 4731 shcode=0x6B, 4732 specials={ "with", 0x6B, 0x1FA9D }, 4733 uccode=0x198, 4734 unicodeslot=0x199, 4735 }, 4736 { 4737 adobename="lbar", 4738 category="ll", 4739 contextname="lbar", 4740 description="LATIN SMALL LETTER L WITH BAR", 4741 direction="l", 4742 linebreak="al", 4743 shcode=0x6C, 4744 uccode=0x23D, 4745 unicodeslot=0x19A, 4746 }, 4747 { 4748 adobename="lambdastroke", 4749 category="ll", 4750 description="LATIN SMALL LETTER LAMBDA WITH STROKE", 4751 direction="l", 4752 linebreak="al", 4753 mathname="lambdabar", 4754 synonyms={ "latin letter lambda bar" }, 4755 unicodeslot=0x19B, 4756 }, 4757 { 4758 adobename="Mturned", 4759 category="lu", 4760 description="LATIN CAPITAL LETTER TURNED M", 4761 direction="l", 4762 lccode=0x26F, 4763 linebreak="al", 4764 unicodeslot=0x19C, 4765 }, 4766 { 4767 adobename="Nhookleft", 4768 category="lu", 4769 description="LATIN CAPITAL LETTER N WITH LEFT HOOK", 4770 direction="l", 4771 lccode=0x272, 4772 linebreak="al", 4773 shcode=0x4E, 4774 unicodeslot=0x19D, 4775 }, 4776 { 4777 adobename="nlegrightlong", 4778 category="ll", 4779 description="LATIN SMALL LETTER N WITH LONG RIGHT LEG", 4780 direction="l", 4781 linebreak="al", 4782 shcode=0x6E, 4783 uccode=0x220, 4784 unicodeslot=0x19E, 4785 }, 4786 { 4787 adobename="Ocenteredtilde", 4788 category="lu", 4789 description="LATIN CAPITAL LETTER O WITH MIDDLE TILDE", 4790 direction="l", 4791 lccode=0x275, 4792 linebreak="al", 4793 shcode=0x4F, 4794 synonyms={ "latin capital letter barred o", "latin capital letter o bar" }, 4795 unicodeslot=0x19F, 4796 }, 4797 { 4798 adobename="Ohorn", 4799 category="lu", 4800 contextname="Ohorn", 4801 description="LATIN CAPITAL LETTER O WITH HORN", 4802 direction="l", 4803 lccode=0x1A1, 4804 linebreak="al", 4805 shcode=0x4F, 4806 specials={ "char", 0x4F, 0x31B }, 4807 unicodeslot=0x1A0, 4808 }, 4809 { 4810 adobename="ohorn", 4811 category="ll", 4812 contextname="ohorn", 4813 description="LATIN SMALL LETTER O WITH HORN", 4814 direction="l", 4815 linebreak="al", 4816 shcode=0x6F, 4817 specials={ "char", 0x6F, 0x31B }, 4818 uccode=0x1A0, 4819 unicodeslot=0x1A1, 4820 }, 4821 { 4822 adobename="Oi", 4823 category="lu", 4824 description="LATIN CAPITAL LETTER OI", 4825 direction="l", 4826 lccode=0x1A3, 4827 linebreak="al", 4828 unicodeslot=0x1A2, 4829 }, 4830 { 4831 adobename="oi", 4832 category="ll", 4833 description="LATIN SMALL LETTER OI", 4834 direction="l", 4835 linebreak="al", 4836 uccode=0x1A2, 4837 unicodeslot=0x1A3, 4838 }, 4839 { 4840 adobename="Phook", 4841 category="lu", 4842 contextname="Phook", 4843 description="LATIN CAPITAL LETTER P WITH HOOK", 4844 direction="l", 4845 lccode=0x1A5, 4846 linebreak="al", 4847 shcode=0x50, 4848 specials={ "with", 0x50, 0x1FA9D }, 4849 unicodeslot=0x1A4, 4850 }, 4851 { 4852 adobename="phook", 4853 category="ll", 4854 contextname="phook", 4855 description="LATIN SMALL LETTER P WITH HOOK", 4856 direction="l", 4857 linebreak="al", 4858 shcode=0x70, 4859 specials={ "with", 0x70, 0x1FA9D }, 4860 uccode=0x1A4, 4861 unicodeslot=0x1A5, 4862 }, 4863 { 4864 adobename="yr", 4865 category="lu", 4866 description="LATIN LETTER YR", 4867 direction="l", 4868 lccode=0x280, 4869 linebreak="al", 4870 unicodeslot=0x1A6, 4871 }, 4872 { 4873 adobename="Tonetwo", 4874 category="lu", 4875 description="LATIN CAPITAL LETTER TONE TWO", 4876 direction="l", 4877 lccode=0x1A8, 4878 linebreak="al", 4879 unicodeslot=0x1A7, 4880 }, 4881 { 4882 adobename="tonetwo", 4883 category="ll", 4884 description="LATIN SMALL LETTER TONE TWO", 4885 direction="l", 4886 linebreak="al", 4887 uccode=0x1A7, 4888 unicodeslot=0x1A8, 4889 }, 4890 { 4891 adobename="Esh", 4892 category="lu", 4893 description="LATIN CAPITAL LETTER ESH", 4894 direction="l", 4895 lccode=0x283, 4896 linebreak="al", 4897 unicodeslot=0x1A9, 4898 }, 4899 { 4900 adobename="eshreversedloop", 4901 category="ll", 4902 description="LATIN LETTER REVERSED ESH LOOP", 4903 direction="l", 4904 linebreak="al", 4905 unicodeslot=0x1AA, 4906 }, 4907 { 4908 adobename="tpalatalhook", 4909 category="ll", 4910 description="LATIN SMALL LETTER T WITH PALATAL HOOK", 4911 direction="l", 4912 linebreak="al", 4913 shcode=0x74, 4914 unicodeslot=0x1AB, 4915 }, 4916 { 4917 adobename="Thook", 4918 category="lu", 4919 contextname="Thook", 4920 description="LATIN CAPITAL LETTER T WITH HOOK", 4921 direction="l", 4922 lccode=0x1AD, 4923 linebreak="al", 4924 shcode=0x54, 4925 specials={ "with", 0x54, 0x1FA9D }, 4926 unicodeslot=0x1AC, 4927 }, 4928 { 4929 adobename="thook", 4930 category="ll", 4931 contextname="thook", 4932 description="LATIN SMALL LETTER T WITH HOOK", 4933 direction="l", 4934 linebreak="al", 4935 shcode=0x74, 4936 specials={ "with", 0x74, 0x1FA9D }, 4937 uccode=0x1AC, 4938 unicodeslot=0x1AD, 4939 }, 4940 { 4941 adobename="Tretroflexhook", 4942 category="lu", 4943 description="LATIN CAPITAL LETTER T WITH RETROFLEX HOOK", 4944 direction="l", 4945 lccode=0x288, 4946 linebreak="al", 4947 shcode=0x54, 4948 unicodeslot=0x1AE, 4949 }, 4950 { 4951 adobename="Uhorn", 4952 category="lu", 4953 contextname="Uhorn", 4954 description="LATIN CAPITAL LETTER U WITH HORN", 4955 direction="l", 4956 lccode=0x1B0, 4957 linebreak="al", 4958 shcode=0x55, 4959 specials={ "char", 0x55, 0x31B }, 4960 unicodeslot=0x1AF, 4961 }, 4962 { 4963 adobename="uhorn", 4964 category="ll", 4965 contextname="uhorn", 4966 description="LATIN SMALL LETTER U WITH HORN", 4967 direction="l", 4968 linebreak="al", 4969 shcode=0x75, 4970 specials={ "char", 0x75, 0x31B }, 4971 uccode=0x1AF, 4972 unicodeslot=0x1B0, 4973 }, 4974 { 4975 adobename="Upsilonafrican", 4976 category="lu", 4977 description="LATIN CAPITAL LETTER UPSILON", 4978 direction="l", 4979 lccode=0x28A, 4980 linebreak="al", 4981 unicodeslot=0x1B1, 4982 }, 4983 { 4984 adobename="Vhook", 4985 category="lu", 4986 contextname="Vhook", 4987 description="LATIN CAPITAL LETTER V WITH HOOK", 4988 direction="l", 4989 lccode=0x28B, 4990 linebreak="al", 4991 shcode=0x56, 4992 specials={ "with", 0x56, 0x1FA9D }, 4993 synonyms={ "latin capital letter script v" }, 4994 unicodeslot=0x1B2, 4995 }, 4996 { 4997 adobename="Yhook", 4998 category="lu", 4999 contextname="Yhook", 5000 description="LATIN CAPITAL LETTER Y WITH HOOK", 5001 direction="l", 5002 lccode=0x1B4, 5003 linebreak="al", 5004 shcode=0x59, 5005 specials={ "with", 0x59, 0x1FA9D }, 5006 unicodeslot=0x1B3, 5007 }, 5008 { 5009 adobename="yhook", 5010 category="ll", 5011 contextname="yhook", 5012 description="LATIN SMALL LETTER Y WITH HOOK", 5013 direction="l", 5014 linebreak="al", 5015 shcode=0x79, 5016 specials={ "with", 0x79, 0x1FA9D }, 5017 uccode=0x1B3, 5018 unicodeslot=0x1B4, 5019 }, 5020 { 5021 adobename="Zstroke", 5022 category="lu", 5023 contextname="Zstroke", 5024 description="LATIN CAPITAL LETTER Z WITH STROKE", 5025 direction="l", 5026 lccode=0x1B6, 5027 linebreak="al", 5028 shcode=0x5A, 5029 specials={ "with", 0x5A, 0x2F }, 5030 unicodeslot=0x1B5, 5031 }, 5032 { 5033 adobename="zstroke", 5034 category="ll", 5035 contextname="zstroke", 5036 description="LATIN SMALL LETTER Z WITH STROKE", 5037 direction="l", 5038 linebreak="al", 5039 shcode=0x7A, 5040 specials={ "with", 0x7A, 0x2F }, 5041 synonyms={ "latin small letter z bar" }, 5042 uccode=0x1B5, 5043 unicodeslot=0x1B6, 5044 }, 5045 { 5046 adobename="Ezh", 5047 category="lu", 5048 description="LATIN CAPITAL LETTER EZH", 5049 direction="l", 5050 lccode=0x292, 5051 linebreak="al", 5052 unicodeslot=0x1B7, 5053 }, 5054 { 5055 adobename="Ezhreversed", 5056 category="lu", 5057 description="LATIN CAPITAL LETTER EZH REVERSED", 5058 direction="l", 5059 lccode=0x1B9, 5060 linebreak="al", 5061 unicodeslot=0x1B8, 5062 }, 5063 { 5064 adobename="ezhreversed", 5065 category="ll", 5066 description="LATIN SMALL LETTER EZH REVERSED", 5067 direction="l", 5068 linebreak="al", 5069 uccode=0x1B8, 5070 unicodeslot=0x1B9, 5071 }, 5072 { 5073 adobename="ezhtail", 5074 category="ll", 5075 description="LATIN SMALL LETTER EZH WITH TAIL", 5076 direction="l", 5077 linebreak="al", 5078 shcode=0x292, 5079 unicodeslot=0x1BA, 5080 }, 5081 { 5082 adobename="twostroke", 5083 category="lo", 5084 description="LATIN LETTER TWO WITH STROKE", 5085 direction="l", 5086 linebreak="al", 5087 unicodeslot=0x1BB, 5088 }, 5089 { 5090 adobename="Tonefive", 5091 category="lu", 5092 description="LATIN CAPITAL LETTER TONE FIVE", 5093 direction="l", 5094 lccode=0x1BD, 5095 linebreak="al", 5096 unicodeslot=0x1BC, 5097 }, 5098 { 5099 adobename="tonefive", 5100 category="ll", 5101 description="LATIN SMALL LETTER TONE FIVE", 5102 direction="l", 5103 linebreak="al", 5104 uccode=0x1BC, 5105 unicodeslot=0x1BD, 5106 }, 5107 { 5108 adobename="glottalinvertedstroke", 5109 category="ll", 5110 description="LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE", 5111 direction="l", 5112 linebreak="al", 5113 specials={ "with", 0x296, 0x2F }, 5114 unicodeslot=0x1BE, 5115 }, 5116 { 5117 adobename="wynn", 5118 category="ll", 5119 description="LATIN LETTER WYNN", 5120 direction="l", 5121 linebreak="al", 5122 uccode=0x1F7, 5123 unicodeslot=0x1BF, 5124 }, 5125 { 5126 adobename="clickdental", 5127 category="lo", 5128 description="LATIN LETTER DENTAL CLICK", 5129 direction="l", 5130 linebreak="al", 5131 synonyms={ "pipe" }, 5132 unicodeslot=0x1C0, 5133 }, 5134 { 5135 adobename="clicklateral", 5136 category="lo", 5137 description="LATIN LETTER LATERAL CLICK", 5138 direction="l", 5139 linebreak="al", 5140 synonyms={ "double pipe" }, 5141 unicodeslot=0x1C1, 5142 }, 5143 { 5144 adobename="clickalveolar", 5145 category="lo", 5146 description="LATIN LETTER ALVEOLAR CLICK", 5147 direction="l", 5148 linebreak="al", 5149 synonyms={ "double-barred pipe" }, 5150 unicodeslot=0x1C2, 5151 }, 5152 { 5153 adobename="clickretroflex", 5154 category="lo", 5155 description="LATIN LETTER RETROFLEX CLICK", 5156 direction="l", 5157 linebreak="al", 5158 synonyms={ "latin letter exclamation mark" }, 5159 unicodeslot=0x1C3, 5160 }, 5161 { 5162 adobename="DZcaron", 5163 category="lu", 5164 contextname="DZcaronligature", 5165 description="LATIN CAPITAL LETTER DZ WITH CARON", 5166 direction="l", 5167 lccode=0x1C6, 5168 linebreak="al", 5169 shcode=0x1F1, 5170 specials={ "compat", 0x44, 0x17D }, 5171 uccode=0x1C5, 5172 unicodeslot=0x1C4, 5173 }, 5174 { 5175 adobename="Dzcaron", 5176 category="lt", 5177 contextname="Dzcaronligature", 5178 description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON", 5179 direction="l", 5180 lccode=0x1C6, 5181 linebreak="al", 5182 shcode=0x1F2, 5183 specials={ "compat", 0x44, 0x17E }, 5184 uccode=0x1C4, 5185 unicodeslot=0x1C5, 5186 }, 5187 { 5188 adobename="dzcaron", 5189 category="ll", 5190 contextname="dzcaronligature", 5191 description="LATIN SMALL LETTER DZ WITH CARON", 5192 direction="l", 5193 linebreak="al", 5194 shcode=0x1F3, 5195 specials={ "compat", 0x64, 0x17E }, 5196 uccode=0x1C4, 5197 unicodeslot=0x1C6, 5198 }, 5199 { 5200 adobename="LJ", 5201 category="lu", 5202 contextname="LJligature", 5203 description="LATIN CAPITAL LETTER LJ", 5204 direction="l", 5205 lccode=0x1C9, 5206 linebreak="al", 5207 shcode={ 0x4C, 0x4A }, 5208 specials={ "compat", 0x4C, 0x4A }, 5209 uccode=0x1C8, 5210 unicodeslot=0x1C7, 5211 }, 5212 { 5213 adobename="Lj", 5214 category="lt", 5215 contextname="Ljligature", 5216 description="LATIN CAPITAL LETTER L WITH SMALL LETTER J", 5217 direction="l", 5218 lccode=0x1C9, 5219 linebreak="al", 5220 shcode={ 0x4C, 0x6A }, 5221 specials={ "compat", 0x4C, 0x6A }, 5222 uccode=0x1C7, 5223 unicodeslot=0x1C8, 5224 }, 5225 { 5226 adobename="lj", 5227 category="ll", 5228 contextname="ljligature", 5229 description="LATIN SMALL LETTER LJ", 5230 direction="l", 5231 linebreak="al", 5232 shcode={ 0x6C, 0x6A }, 5233 specials={ "compat", 0x6C, 0x6A }, 5234 uccode=0x1C7, 5235 unicodeslot=0x1C9, 5236 }, 5237 { 5238 adobename="NJ", 5239 category="lu", 5240 contextname="NJligature", 5241 description="LATIN CAPITAL LETTER NJ", 5242 direction="l", 5243 lccode=0x1CC, 5244 linebreak="al", 5245 shcode={ 0x4E, 0x4A }, 5246 specials={ "compat", 0x4E, 0x4A }, 5247 uccode=0x1CB, 5248 unicodeslot=0x1CA, 5249 }, 5250 { 5251 adobename="Nj", 5252 category="lt", 5253 contextname="Njligature", 5254 description="LATIN CAPITAL LETTER N WITH SMALL LETTER J", 5255 direction="l", 5256 lccode=0x1CC, 5257 linebreak="al", 5258 shcode=0x4E, 5259 specials={ "compat", 0x4E, 0x6A }, 5260 uccode=0x1CA, 5261 unicodeslot=0x1CB, 5262 }, 5263 { 5264 adobename="nj", 5265 category="ll", 5266 contextname="njligature", 5267 description="LATIN SMALL LETTER NJ", 5268 direction="l", 5269 linebreak="al", 5270 shcode={ 0x6E, 0x6A }, 5271 specials={ "compat", 0x6E, 0x6A }, 5272 uccode=0x1CA, 5273 unicodeslot=0x1CC, 5274 }, 5275 { 5276 adobename="Acaron", 5277 category="lu", 5278 contextname="Acaron", 5279 description="LATIN CAPITAL LETTER A WITH CARON", 5280 direction="l", 5281 lccode=0x1CE, 5282 linebreak="al", 5283 shcode=0x41, 5284 specials={ "char", 0x41, 0x30C }, 5285 unicodeslot=0x1CD, 5286 }, 5287 { 5288 adobename="acaron", 5289 category="ll", 5290 cjkwd="a", 5291 contextname="acaron", 5292 description="LATIN SMALL LETTER A WITH CARON", 5293 direction="l", 5294 linebreak="al", 5295 shcode=0x61, 5296 specials={ "char", 0x61, 0x30C }, 5297 uccode=0x1CD, 5298 unicodeslot=0x1CE, 5299 }, 5300 { 5301 adobename="Icaron", 5302 category="lu", 5303 contextname="Icaron", 5304 description="LATIN CAPITAL LETTER I WITH CARON", 5305 direction="l", 5306 lccode=0x1D0, 5307 linebreak="al", 5308 shcode=0x49, 5309 specials={ "char", 0x49, 0x30C }, 5310 unicodeslot=0x1CF, 5311 }, 5312 { 5313 adobename="icaron", 5314 category="ll", 5315 cjkwd="a", 5316 contextname="icaron", 5317 description="LATIN SMALL LETTER I WITH CARON", 5318 direction="l", 5319 linebreak="al", 5320 shcode=0x69, 5321 specials={ "char", 0x69, 0x30C }, 5322 uccode=0x1CF, 5323 unicodeslot=0x1D0, 5324 }, 5325 { 5326 adobename="Ocaron", 5327 category="lu", 5328 contextname="Ocaron", 5329 description="LATIN CAPITAL LETTER O WITH CARON", 5330 direction="l", 5331 lccode=0x1D2, 5332 linebreak="al", 5333 shcode=0x4F, 5334 specials={ "char", 0x4F, 0x30C }, 5335 unicodeslot=0x1D1, 5336 }, 5337 { 5338 adobename="ocaron", 5339 category="ll", 5340 cjkwd="a", 5341 contextname="ocaron", 5342 description="LATIN SMALL LETTER O WITH CARON", 5343 direction="l", 5344 linebreak="al", 5345 shcode=0x6F, 5346 specials={ "char", 0x6F, 0x30C }, 5347 uccode=0x1D1, 5348 unicodeslot=0x1D2, 5349 }, 5350 { 5351 adobename="Ucaron", 5352 category="lu", 5353 contextname="Ucaron", 5354 description="LATIN CAPITAL LETTER U WITH CARON", 5355 direction="l", 5356 lccode=0x1D4, 5357 linebreak="al", 5358 shcode=0x55, 5359 specials={ "char", 0x55, 0x30C }, 5360 unicodeslot=0x1D3, 5361 }, 5362 { 5363 adobename="ucaron", 5364 category="ll", 5365 cjkwd="a", 5366 contextname="ucaron", 5367 description="LATIN SMALL LETTER U WITH CARON", 5368 direction="l", 5369 linebreak="al", 5370 shcode=0x75, 5371 specials={ "char", 0x75, 0x30C }, 5372 uccode=0x1D3, 5373 unicodeslot=0x1D4, 5374 }, 5375 { 5376 adobename="Udieresismacron", 5377 category="lu", 5378 contextname="Udiaeresismacron", 5379 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON", 5380 direction="l", 5381 lccode=0x1D6, 5382 linebreak="al", 5383 shcode=0x55, 5384 specials={ "char", 0xDC, 0x304 }, 5385 unicodeslot=0x1D5, 5386 }, 5387 { 5388 adobename="udieresismacron", 5389 category="ll", 5390 cjkwd="a", 5391 contextname="udiaeresismacron", 5392 description="LATIN SMALL LETTER U WITH DIAERESIS AND MACRON", 5393 direction="l", 5394 linebreak="al", 5395 shcode=0x75, 5396 specials={ "char", 0xFC, 0x304 }, 5397 uccode=0x1D5, 5398 unicodeslot=0x1D6, 5399 }, 5400 { 5401 adobename="Udieresisacute", 5402 category="lu", 5403 contextname="Udiaeresisacute", 5404 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE", 5405 direction="l", 5406 lccode=0x1D8, 5407 linebreak="al", 5408 shcode=0x55, 5409 specials={ "char", 0xDC, 0x301 }, 5410 unicodeslot=0x1D7, 5411 }, 5412 { 5413 adobename="udieresisacute", 5414 category="ll", 5415 cjkwd="a", 5416 contextname="udiaeresisacute", 5417 description="LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE", 5418 direction="l", 5419 linebreak="al", 5420 shcode=0x75, 5421 specials={ "char", 0xFC, 0x301 }, 5422 uccode=0x1D7, 5423 unicodeslot=0x1D8, 5424 }, 5425 { 5426 adobename="Udieresiscaron", 5427 category="lu", 5428 contextname="Udiaeresiscaron", 5429 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON", 5430 direction="l", 5431 lccode=0x1DA, 5432 linebreak="al", 5433 shcode=0x55, 5434 specials={ "char", 0xDC, 0x30C }, 5435 unicodeslot=0x1D9, 5436 }, 5437 { 5438 adobename="udieresiscaron", 5439 category="ll", 5440 cjkwd="a", 5441 contextname="udiaeresiscaron", 5442 description="LATIN SMALL LETTER U WITH DIAERESIS AND CARON", 5443 direction="l", 5444 linebreak="al", 5445 shcode=0x75, 5446 specials={ "char", 0xFC, 0x30C }, 5447 uccode=0x1D9, 5448 unicodeslot=0x1DA, 5449 }, 5450 { 5451 adobename="Udieresisgrave", 5452 category="lu", 5453 contextname="Udiaeresisgrave", 5454 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE", 5455 direction="l", 5456 lccode=0x1DC, 5457 linebreak="al", 5458 shcode=0x55, 5459 specials={ "char", 0xDC, 0x300 }, 5460 unicodeslot=0x1DB, 5461 }, 5462 { 5463 adobename="udieresisgrave", 5464 category="ll", 5465 cjkwd="a", 5466 contextname="udiaeresisgrave", 5467 description="LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE", 5468 direction="l", 5469 linebreak="al", 5470 shcode=0x75, 5471 specials={ "char", 0xFC, 0x300 }, 5472 uccode=0x1DB, 5473 unicodeslot=0x1DC, 5474 }, 5475 { 5476 adobename="eturned", 5477 category="ll", 5478 description="LATIN SMALL LETTER TURNED E", 5479 direction="l", 5480 linebreak="al", 5481 uccode=0x18E, 5482 unicodeslot=0x1DD, 5483 }, 5484 { 5485 adobename="Adieresismacron", 5486 category="lu", 5487 contextname="Adiaeresismacron", 5488 description="LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON", 5489 direction="l", 5490 lccode=0x1DF, 5491 linebreak="al", 5492 shcode=0x41, 5493 specials={ "char", 0xC4, 0x304 }, 5494 unicodeslot=0x1DE, 5495 }, 5496 { 5497 adobename="adieresismacron", 5498 category="ll", 5499 contextname="adiaeresismacron", 5500 description="LATIN SMALL LETTER A WITH DIAERESIS AND MACRON", 5501 direction="l", 5502 linebreak="al", 5503 shcode=0x61, 5504 specials={ "char", 0xE4, 0x304 }, 5505 uccode=0x1DE, 5506 unicodeslot=0x1DF, 5507 }, 5508 { 5509 adobename="Adotmacron", 5510 category="lu", 5511 contextname="Adotaccentmacron", 5512 description="LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON", 5513 direction="l", 5514 lccode=0x1E1, 5515 linebreak="al", 5516 shcode=0x41, 5517 specials={ "char", 0x226, 0x304 }, 5518 unicodeslot=0x1E0, 5519 }, 5520 { 5521 adobename="adotmacron", 5522 category="ll", 5523 contextname="adotaccentmacron", 5524 description="LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON", 5525 direction="l", 5526 linebreak="al", 5527 shcode=0x61, 5528 specials={ "char", 0x227, 0x304 }, 5529 uccode=0x1E0, 5530 unicodeslot=0x1E1, 5531 }, 5532 { 5533 adobename="AEmacron", 5534 category="lu", 5535 contextname="AEmacron", 5536 description="LATIN CAPITAL LETTER AE WITH MACRON", 5537 direction="l", 5538 lccode=0x1E3, 5539 linebreak="al", 5540 shcode=0xC6, 5541 specials={ "char", 0xC6, 0x304 }, 5542 unicodeslot=0x1E2, 5543 }, 5544 { 5545 adobename="aemacron", 5546 category="ll", 5547 contextname="aemacron", 5548 description="LATIN SMALL LETTER AE WITH MACRON", 5549 direction="l", 5550 linebreak="al", 5551 shcode=0xE6, 5552 specials={ "char", 0xE6, 0x304 }, 5553 uccode=0x1E2, 5554 unicodeslot=0x1E3, 5555 }, 5556 { 5557 adobename="Gstroke", 5558 category="lu", 5559 contextname="Gstroke", 5560 description="LATIN CAPITAL LETTER G WITH STROKE", 5561 direction="l", 5562 lccode=0x1E5, 5563 linebreak="al", 5564 shcode=0x47, 5565 specials={ "with", 0x47, 0x2F }, 5566 unicodeslot=0x1E4, 5567 }, 5568 { 5569 adobename="gstroke", 5570 category="ll", 5571 contextname="gstroke", 5572 description="LATIN SMALL LETTER G WITH STROKE", 5573 direction="l", 5574 linebreak="al", 5575 shcode=0x67, 5576 specials={ "with", 0x67, 0x2F }, 5577 uccode=0x1E4, 5578 unicodeslot=0x1E5, 5579 }, 5580 { 5581 adobename="Gcaron", 5582 category="lu", 5583 contextname="Gcaron", 5584 description="LATIN CAPITAL LETTER G WITH CARON", 5585 direction="l", 5586 lccode=0x1E7, 5587 linebreak="al", 5588 shcode=0x47, 5589 specials={ "char", 0x47, 0x30C }, 5590 unicodeslot=0x1E6, 5591 }, 5592 { 5593 adobename="gcaron", 5594 category="ll", 5595 contextname="gcaron", 5596 description="LATIN SMALL LETTER G WITH CARON", 5597 direction="l", 5598 linebreak="al", 5599 shcode=0x67, 5600 specials={ "char", 0x67, 0x30C }, 5601 uccode=0x1E6, 5602 unicodeslot=0x1E7, 5603 }, 5604 { 5605 adobename="Kcaron", 5606 category="lu", 5607 contextname="Kcaron", 5608 description="LATIN CAPITAL LETTER K WITH CARON", 5609 direction="l", 5610 lccode=0x1E9, 5611 linebreak="al", 5612 shcode=0x4B, 5613 specials={ "char", 0x4B, 0x30C }, 5614 unicodeslot=0x1E8, 5615 }, 5616 { 5617 adobename="kcaron", 5618 category="ll", 5619 contextname="kcaron", 5620 description="LATIN SMALL LETTER K WITH CARON", 5621 direction="l", 5622 linebreak="al", 5623 shcode=0x6B, 5624 specials={ "char", 0x6B, 0x30C }, 5625 uccode=0x1E8, 5626 unicodeslot=0x1E9, 5627 }, 5628 { 5629 adobename="Oogonek", 5630 category="lu", 5631 contextname="Oogonek", 5632 description="LATIN CAPITAL LETTER O WITH OGONEK", 5633 direction="l", 5634 lccode=0x1EB, 5635 linebreak="al", 5636 shcode=0x4F, 5637 specials={ "char", 0x4F, 0x328 }, 5638 unicodeslot=0x1EA, 5639 }, 5640 { 5641 adobename="oogonek", 5642 category="ll", 5643 contextname="oogonek", 5644 description="LATIN SMALL LETTER O WITH OGONEK", 5645 direction="l", 5646 linebreak="al", 5647 shcode=0x6F, 5648 specials={ "char", 0x6F, 0x328 }, 5649 uccode=0x1EA, 5650 unicodeslot=0x1EB, 5651 }, 5652 { 5653 adobename="Oogonekmacron", 5654 category="lu", 5655 contextname="Oogonekmacron", 5656 description="LATIN CAPITAL LETTER O WITH OGONEK AND MACRON", 5657 direction="l", 5658 lccode=0x1ED, 5659 linebreak="al", 5660 shcode=0x4F, 5661 specials={ "char", 0x1EA, 0x304 }, 5662 unicodeslot=0x1EC, 5663 }, 5664 { 5665 adobename="oogonekmacron", 5666 category="ll", 5667 contextname="oogonekmacron", 5668 description="LATIN SMALL LETTER O WITH OGONEK AND MACRON", 5669 direction="l", 5670 linebreak="al", 5671 shcode=0x6F, 5672 specials={ "char", 0x1EB, 0x304 }, 5673 uccode=0x1EC, 5674 unicodeslot=0x1ED, 5675 }, 5676 { 5677 adobename="Ezhcaron", 5678 category="lu", 5679 description="LATIN CAPITAL LETTER EZH WITH CARON", 5680 direction="l", 5681 lccode=0x1EF, 5682 linebreak="al", 5683 shcode=0x1B7, 5684 specials={ "char", 0x1B7, 0x30C }, 5685 unicodeslot=0x1EE, 5686 }, 5687 { 5688 adobename="ezhcaron", 5689 category="ll", 5690 description="LATIN SMALL LETTER EZH WITH CARON", 5691 direction="l", 5692 linebreak="al", 5693 shcode=0x292, 5694 specials={ "char", 0x292, 0x30C }, 5695 uccode=0x1EE, 5696 unicodeslot=0x1EF, 5697 }, 5698 { 5699 adobename="jcaron", 5700 category="ll", 5701 contextname="jcaron", 5702 description="LATIN SMALL LETTER J WITH CARON", 5703 direction="l", 5704 linebreak="al", 5705 shcode=0x6A, 5706 specials={ "char", 0x6A, 0x30C }, 5707 uccode={ 0x6A, 0x30C }, 5708 unicodeslot=0x1F0, 5709 }, 5710 { 5711 adobename="DZ", 5712 category="lu", 5713 contextname="DZligature", 5714 description="LATIN CAPITAL LETTER DZ", 5715 direction="l", 5716 lccode=0x1F3, 5717 linebreak="al", 5718 specials={ "compat", 0x44, 0x5A }, 5719 uccode=0x1F2, 5720 unicodeslot=0x1F1, 5721 }, 5722 { 5723 adobename="Dz", 5724 category="lt", 5725 contextname="Dzligature", 5726 description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z", 5727 direction="l", 5728 lccode=0x1F3, 5729 linebreak="al", 5730 shcode=0x44, 5731 specials={ "compat", 0x44, 0x7A }, 5732 uccode=0x1F1, 5733 unicodeslot=0x1F2, 5734 }, 5735 { 5736 adobename="dz", 5737 category="ll", 5738 contextname="dzligature", 5739 description="LATIN SMALL LETTER DZ", 5740 direction="l", 5741 linebreak="al", 5742 specials={ "compat", 0x64, 0x7A }, 5743 uccode=0x1F1, 5744 unicodeslot=0x1F3, 5745 }, 5746 { 5747 adobename="Gacute", 5748 category="lu", 5749 contextname="Gacute", 5750 description="LATIN CAPITAL LETTER G WITH ACUTE", 5751 direction="l", 5752 lccode=0x1F5, 5753 linebreak="al", 5754 shcode=0x47, 5755 specials={ "char", 0x47, 0x301 }, 5756 unicodeslot=0x1F4, 5757 }, 5758 { 5759 adobename="gacute", 5760 category="ll", 5761 contextname="gacute", 5762 description="LATIN SMALL LETTER G WITH ACUTE", 5763 direction="l", 5764 linebreak="al", 5765 shcode=0x67, 5766 specials={ "char", 0x67, 0x301 }, 5767 uccode=0x1F4, 5768 unicodeslot=0x1F5, 5769 }, 5770 { 5771 category="lu", 5772 description="LATIN CAPITAL LETTER HWAIR", 5773 direction="l", 5774 lccode=0x195, 5775 linebreak="al", 5776 unicodeslot=0x1F6, 5777 }, 5778 { 5779 category="lu", 5780 description="LATIN CAPITAL LETTER WYNN", 5781 direction="l", 5782 lccode=0x1BF, 5783 linebreak="al", 5784 unicodeslot=0x1F7, 5785 }, 5786 { 5787 category="lu", 5788 contextname="Ngrave", 5789 description="LATIN CAPITAL LETTER N WITH GRAVE", 5790 direction="l", 5791 lccode=0x1F9, 5792 linebreak="al", 5793 shcode=0x4E, 5794 specials={ "char", 0x4E, 0x300 }, 5795 unicodeslot=0x1F8, 5796 }, 5797 { 5798 category="ll", 5799 contextname="ngrave", 5800 description="LATIN SMALL LETTER N WITH GRAVE", 5801 direction="l", 5802 linebreak="al", 5803 shcode=0x6E, 5804 specials={ "char", 0x6E, 0x300 }, 5805 uccode=0x1F8, 5806 unicodeslot=0x1F9, 5807 }, 5808 { 5809 adobename="Aringacute", 5810 category="lu", 5811 contextname="Aringacute", 5812 description="LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE", 5813 direction="l", 5814 lccode=0x1FB, 5815 linebreak="al", 5816 shcode=0x41, 5817 specials={ "char", 0xC5, 0x301 }, 5818 unicodeslot=0x1FA, 5819 }, 5820 { 5821 adobename="aringacute", 5822 category="ll", 5823 contextname="aringacute", 5824 description="LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE", 5825 direction="l", 5826 linebreak="al", 5827 shcode=0x61, 5828 specials={ "char", 0xE5, 0x301 }, 5829 uccode=0x1FA, 5830 unicodeslot=0x1FB, 5831 }, 5832 { 5833 adobename="AEacute", 5834 category="lu", 5835 contextname="AEacute", 5836 description="LATIN CAPITAL LETTER AE WITH ACUTE", 5837 direction="l", 5838 lccode=0x1FD, 5839 linebreak="al", 5840 shcode=0xC6, 5841 specials={ "char", 0xC6, 0x301 }, 5842 unicodeslot=0x1FC, 5843 }, 5844 { 5845 adobename="aeacute", 5846 category="ll", 5847 contextname="aeacute", 5848 description="LATIN SMALL LETTER AE WITH ACUTE", 5849 direction="l", 5850 linebreak="al", 5851 shcode=0xE6, 5852 specials={ "char", 0xE6, 0x301 }, 5853 uccode=0x1FC, 5854 unicodeslot=0x1FD, 5855 }, 5856 { 5857 adobename="Ostrokeacute", 5858 category="lu", 5859 contextname="Ostrokeacute", 5860 description="LATIN CAPITAL LETTER O WITH STROKE AND ACUTE", 5861 direction="l", 5862 lccode=0x1FF, 5863 linebreak="al", 5864 shcode=0x4F, 5865 specials={ "char", 0xD8, 0x301 }, 5866 unicodeslot=0x1FE, 5867 }, 5868 { 5869 adobename="ostrokeacute", 5870 category="ll", 5871 contextname="ostrokeacute", 5872 description="LATIN SMALL LETTER O WITH STROKE AND ACUTE", 5873 direction="l", 5874 linebreak="al", 5875 shcode=0x6F, 5876 specials={ "char", 0xF8, 0x301 }, 5877 uccode=0x1FE, 5878 unicodeslot=0x1FF, 5879 }, 5880 { 5881 adobename="Adblgrave", 5882 category="lu", 5883 contextname="Adoublegrave", 5884 description="LATIN CAPITAL LETTER A WITH DOUBLE GRAVE", 5885 direction="l", 5886 lccode=0x201, 5887 linebreak="al", 5888 shcode=0x41, 5889 specials={ "char", 0x41, 0x30F }, 5890 unicodeslot=0x200, 5891 }, 5892 { 5893 adobename="adblgrave", 5894 category="ll", 5895 contextname="adoublegrave", 5896 description="LATIN SMALL LETTER A WITH DOUBLE GRAVE", 5897 direction="l", 5898 linebreak="al", 5899 shcode=0x61, 5900 specials={ "char", 0x61, 0x30F }, 5901 uccode=0x200, 5902 unicodeslot=0x201, 5903 }, 5904 { 5905 adobename="Ainvertedbreve", 5906 category="lu", 5907 contextname="Ainvertedbreve", 5908 description="LATIN CAPITAL LETTER A WITH INVERTED BREVE", 5909 direction="l", 5910 lccode=0x203, 5911 linebreak="al", 5912 shcode=0x41, 5913 specials={ "char", 0x41, 0x311 }, 5914 unicodeslot=0x202, 5915 }, 5916 { 5917 adobename="ainvertedbreve", 5918 category="ll", 5919 contextname="ainvertedbreve", 5920 description="LATIN SMALL LETTER A WITH INVERTED BREVE", 5921 direction="l", 5922 linebreak="al", 5923 shcode=0x61, 5924 specials={ "char", 0x61, 0x311 }, 5925 uccode=0x202, 5926 unicodeslot=0x203, 5927 }, 5928 { 5929 adobename="Edblgrave", 5930 category="lu", 5931 contextname="Edoublegrave", 5932 description="LATIN CAPITAL LETTER E WITH DOUBLE GRAVE", 5933 direction="l", 5934 lccode=0x205, 5935 linebreak="al", 5936 shcode=0x45, 5937 specials={ "char", 0x45, 0x30F }, 5938 unicodeslot=0x204, 5939 }, 5940 { 5941 adobename="edblgrave", 5942 category="ll", 5943 contextname="edoublegrave", 5944 description="LATIN SMALL LETTER E WITH DOUBLE GRAVE", 5945 direction="l", 5946 linebreak="al", 5947 shcode=0x65, 5948 specials={ "char", 0x65, 0x30F }, 5949 uccode=0x204, 5950 unicodeslot=0x205, 5951 }, 5952 { 5953 adobename="Einvertedbreve", 5954 category="lu", 5955 contextname="Einvertedbreve", 5956 description="LATIN CAPITAL LETTER E WITH INVERTED BREVE", 5957 direction="l", 5958 lccode=0x207, 5959 linebreak="al", 5960 shcode=0x45, 5961 specials={ "char", 0x45, 0x311 }, 5962 unicodeslot=0x206, 5963 }, 5964 { 5965 adobename="einvertedbreve", 5966 category="ll", 5967 contextname="einvertedbreve", 5968 description="LATIN SMALL LETTER E WITH INVERTED BREVE", 5969 direction="l", 5970 linebreak="al", 5971 shcode=0x65, 5972 specials={ "char", 0x65, 0x311 }, 5973 uccode=0x206, 5974 unicodeslot=0x207, 5975 }, 5976 { 5977 adobename="Idblgrave", 5978 category="lu", 5979 contextname="Idoublegrave", 5980 description="LATIN CAPITAL LETTER I WITH DOUBLE GRAVE", 5981 direction="l", 5982 lccode=0x209, 5983 linebreak="al", 5984 shcode=0x49, 5985 specials={ "char", 0x49, 0x30F }, 5986 unicodeslot=0x208, 5987 }, 5988 { 5989 adobename="idblgrave", 5990 category="ll", 5991 contextname="idoublegrave", 5992 description="LATIN SMALL LETTER I WITH DOUBLE GRAVE", 5993 direction="l", 5994 linebreak="al", 5995 shcode=0x69, 5996 specials={ "char", 0x69, 0x30F }, 5997 uccode=0x208, 5998 unicodeslot=0x209, 5999 }, 6000 { 6001 adobename="Iinvertedbreve", 6002 category="lu", 6003 contextname="Iinvertedbreve", 6004 description="LATIN CAPITAL LETTER I WITH INVERTED BREVE", 6005 direction="l", 6006 lccode=0x20B, 6007 linebreak="al", 6008 shcode=0x49, 6009 specials={ "char", 0x49, 0x311 }, 6010 unicodeslot=0x20A, 6011 }, 6012 { 6013 adobename="iinvertedbreve", 6014 category="ll", 6015 contextname="iinvertedbreve", 6016 description="LATIN SMALL LETTER I WITH INVERTED BREVE", 6017 direction="l", 6018 linebreak="al", 6019 shcode=0x69, 6020 specials={ "char", 0x69, 0x311 }, 6021 uccode=0x20A, 6022 unicodeslot=0x20B, 6023 }, 6024 { 6025 adobename="Odblgrave", 6026 category="lu", 6027 contextname="Odoublegrave", 6028 description="LATIN CAPITAL LETTER O WITH DOUBLE GRAVE", 6029 direction="l", 6030 lccode=0x20D, 6031 linebreak="al", 6032 shcode=0x4F, 6033 specials={ "char", 0x4F, 0x30F }, 6034 unicodeslot=0x20C, 6035 }, 6036 { 6037 adobename="odblgrave", 6038 category="ll", 6039 contextname="odoublegrave", 6040 description="LATIN SMALL LETTER O WITH DOUBLE GRAVE", 6041 direction="l", 6042 linebreak="al", 6043 shcode=0x6F, 6044 specials={ "char", 0x6F, 0x30F }, 6045 uccode=0x20C, 6046 unicodeslot=0x20D, 6047 }, 6048 { 6049 adobename="Oinvertedbreve", 6050 category="lu", 6051 contextname="Oinvertedbreve", 6052 description="LATIN CAPITAL LETTER O WITH INVERTED BREVE", 6053 direction="l", 6054 lccode=0x20F, 6055 linebreak="al", 6056 shcode=0x4F, 6057 specials={ "char", 0x4F, 0x311 }, 6058 unicodeslot=0x20E, 6059 }, 6060 { 6061 adobename="oinvertedbreve", 6062 category="ll", 6063 contextname="oinvertedbreve", 6064 description="LATIN SMALL LETTER O WITH INVERTED BREVE", 6065 direction="l", 6066 linebreak="al", 6067 shcode=0x6F, 6068 specials={ "char", 0x6F, 0x311 }, 6069 uccode=0x20E, 6070 unicodeslot=0x20F, 6071 }, 6072 { 6073 adobename="Rdblgrave", 6074 category="lu", 6075 contextname="Rdoublegrave", 6076 description="LATIN CAPITAL LETTER R WITH DOUBLE GRAVE", 6077 direction="l", 6078 lccode=0x211, 6079 linebreak="al", 6080 shcode=0x52, 6081 specials={ "char", 0x52, 0x30F }, 6082 unicodeslot=0x210, 6083 }, 6084 { 6085 adobename="rdblgrave", 6086 category="ll", 6087 contextname="rdoublegrave", 6088 description="LATIN SMALL LETTER R WITH DOUBLE GRAVE", 6089 direction="l", 6090 linebreak="al", 6091 shcode=0x72, 6092 specials={ "char", 0x72, 0x30F }, 6093 uccode=0x210, 6094 unicodeslot=0x211, 6095 }, 6096 { 6097 adobename="Rinvertedbreve", 6098 category="lu", 6099 contextname="Rinvertedbreve", 6100 description="LATIN CAPITAL LETTER R WITH INVERTED BREVE", 6101 direction="l", 6102 lccode=0x213, 6103 linebreak="al", 6104 shcode=0x52, 6105 specials={ "char", 0x52, 0x311 }, 6106 unicodeslot=0x212, 6107 }, 6108 { 6109 adobename="rinvertedbreve", 6110 category="ll", 6111 contextname="rinvertedbreve", 6112 description="LATIN SMALL LETTER R WITH INVERTED BREVE", 6113 direction="l", 6114 linebreak="al", 6115 shcode=0x72, 6116 specials={ "char", 0x72, 0x311 }, 6117 uccode=0x212, 6118 unicodeslot=0x213, 6119 }, 6120 { 6121 adobename="Udblgrave", 6122 category="lu", 6123 contextname="Udoublegrave", 6124 description="LATIN CAPITAL LETTER U WITH DOUBLE GRAVE", 6125 direction="l", 6126 lccode=0x215, 6127 linebreak="al", 6128 shcode=0x55, 6129 specials={ "char", 0x55, 0x30F }, 6130 unicodeslot=0x214, 6131 }, 6132 { 6133 adobename="udblgrave", 6134 category="ll", 6135 contextname="udoublegrave", 6136 description="LATIN SMALL LETTER U WITH DOUBLE GRAVE", 6137 direction="l", 6138 linebreak="al", 6139 shcode=0x75, 6140 specials={ "char", 0x75, 0x30F }, 6141 uccode=0x214, 6142 unicodeslot=0x215, 6143 }, 6144 { 6145 adobename="Uinvertedbreve", 6146 category="lu", 6147 contextname="Uinvertedbreve", 6148 description="LATIN CAPITAL LETTER U WITH INVERTED BREVE", 6149 direction="l", 6150 lccode=0x217, 6151 linebreak="al", 6152 shcode=0x55, 6153 specials={ "char", 0x55, 0x311 }, 6154 unicodeslot=0x216, 6155 }, 6156 { 6157 adobename="uinvertedbreve", 6158 category="ll", 6159 contextname="uinvertedbreve", 6160 description="LATIN SMALL LETTER U WITH INVERTED BREVE", 6161 direction="l", 6162 linebreak="al", 6163 shcode=0x75, 6164 specials={ "char", 0x75, 0x311 }, 6165 uccode=0x216, 6166 unicodeslot=0x217, 6167 }, 6168 { 6169 adobename="Scommaaccent", 6170 category="lu", 6171 contextname="Scommaaccent", 6172 description="LATIN CAPITAL LETTER S WITH COMMA BELOW", 6173 direction="l", 6174 lccode=0x219, 6175 linebreak="al", 6176 shcode=0x53, 6177 specials={ "char", 0x53, 0x326 }, 6178 unicodeslot=0x218, 6179 }, 6180 { 6181 adobename="scommaaccent", 6182 category="ll", 6183 contextname="scommaaccent", 6184 description="LATIN SMALL LETTER S WITH COMMA BELOW", 6185 direction="l", 6186 linebreak="al", 6187 shcode=0x73, 6188 specials={ "char", 0x73, 0x326 }, 6189 uccode=0x218, 6190 unicodeslot=0x219, 6191 }, 6192 { 6193 category="lu", 6194 contextname="Tcommaaccent", 6195 description="LATIN CAPITAL LETTER T WITH COMMA BELOW", 6196 direction="l", 6197 lccode=0x21B, 6198 linebreak="al", 6199 shcode=0x54, 6200 specials={ "char", 0x54, 0x326 }, 6201 unicodeslot=0x21A, 6202 }, 6203 { 6204 category="ll", 6205 contextname="tcommaaccent", 6206 description="LATIN SMALL LETTER T WITH COMMA BELOW", 6207 direction="l", 6208 linebreak="al", 6209 shcode=0x74, 6210 specials={ "char", 0x74, 0x326 }, 6211 uccode=0x21A, 6212 unicodeslot=0x21B, 6213 }, 6214 { 6215 category="lu", 6216 description="LATIN CAPITAL LETTER YOGH", 6217 direction="l", 6218 lccode=0x21D, 6219 linebreak="al", 6220 unicodeslot=0x21C, 6221 }, 6222 { 6223 category="ll", 6224 description="LATIN SMALL LETTER YOGH", 6225 direction="l", 6226 linebreak="al", 6227 uccode=0x21C, 6228 unicodeslot=0x21D, 6229 }, 6230 { 6231 category="lu", 6232 contextname="Hcaron", 6233 description="LATIN CAPITAL LETTER H WITH CARON", 6234 direction="l", 6235 lccode=0x21F, 6236 linebreak="al", 6237 shcode=0x48, 6238 specials={ "char", 0x48, 0x30C }, 6239 unicodeslot=0x21E, 6240 }, 6241 { 6242 category="ll", 6243 contextname="hcaron", 6244 description="LATIN SMALL LETTER H WITH CARON", 6245 direction="l", 6246 linebreak="al", 6247 shcode=0x68, 6248 specials={ "char", 0x68, 0x30C }, 6249 uccode=0x21E, 6250 unicodeslot=0x21F, 6251 }, 6252 { 6253 category="lu", 6254 description="LATIN CAPITAL LETTER N WITH LONG RIGHT LEG", 6255 direction="l", 6256 lccode=0x19E, 6257 linebreak="al", 6258 shcode=0x4E, 6259 unicodeslot=0x220, 6260 }, 6261 { 6262 category="ll", 6263 contextname="dcurl", 6264 description="LATIN SMALL LETTER D WITH CURL", 6265 direction="l", 6266 linebreak="al", 6267 shcode=0x64, 6268 unicodeslot=0x221, 6269 }, 6270 { 6271 category="lu", 6272 description="LATIN CAPITAL LETTER OU", 6273 direction="l", 6274 lccode=0x223, 6275 linebreak="al", 6276 unicodeslot=0x222, 6277 }, 6278 { 6279 category="ll", 6280 description="LATIN SMALL LETTER OU", 6281 direction="l", 6282 linebreak="al", 6283 uccode=0x222, 6284 unicodeslot=0x223, 6285 }, 6286 { 6287 category="lu", 6288 contextname="Zhook", 6289 description="LATIN CAPITAL LETTER Z WITH HOOK", 6290 direction="l", 6291 lccode=0x225, 6292 linebreak="al", 6293 shcode=0x5A, 6294 specials={ "with", 0x5A, 0x1FA9D }, 6295 unicodeslot=0x224, 6296 }, 6297 { 6298 category="ll", 6299 contextname="zhook", 6300 description="LATIN SMALL LETTER Z WITH HOOK", 6301 direction="l", 6302 linebreak="al", 6303 shcode=0x7A, 6304 specials={ "with", 0x7A, 0x1FA9D }, 6305 uccode=0x224, 6306 unicodeslot=0x225, 6307 }, 6308 { 6309 category="lu", 6310 contextname="Adotaccent", 6311 description="LATIN CAPITAL LETTER A WITH DOT ABOVE", 6312 direction="l", 6313 lccode=0x227, 6314 linebreak="al", 6315 shcode=0x41, 6316 specials={ "char", 0x41, 0x307 }, 6317 unicodeslot=0x226, 6318 }, 6319 { 6320 category="ll", 6321 contextname="adotaccent", 6322 description="LATIN SMALL LETTER A WITH DOT ABOVE", 6323 direction="l", 6324 linebreak="al", 6325 shcode=0x61, 6326 specials={ "char", 0x61, 0x307 }, 6327 uccode=0x226, 6328 unicodeslot=0x227, 6329 }, 6330 { 6331 category="lu", 6332 contextname="Ecedilla", 6333 description="LATIN CAPITAL LETTER E WITH CEDILLA", 6334 direction="l", 6335 lccode=0x229, 6336 linebreak="al", 6337 shcode=0x45, 6338 specials={ "char", 0x45, 0x327 }, 6339 unicodeslot=0x228, 6340 }, 6341 { 6342 category="ll", 6343 contextname="ecedilla", 6344 description="LATIN SMALL LETTER E WITH CEDILLA", 6345 direction="l", 6346 linebreak="al", 6347 shcode=0x65, 6348 specials={ "char", 0x65, 0x327 }, 6349 uccode=0x228, 6350 unicodeslot=0x229, 6351 }, 6352 { 6353 category="lu", 6354 contextname="Odiaeresismacron", 6355 description="LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON", 6356 direction="l", 6357 lccode=0x22B, 6358 linebreak="al", 6359 shcode=0x4F, 6360 specials={ "char", 0xD6, 0x304 }, 6361 unicodeslot=0x22A, 6362 }, 6363 { 6364 category="ll", 6365 contextname="odiaeresismacron", 6366 description="LATIN SMALL LETTER O WITH DIAERESIS AND MACRON", 6367 direction="l", 6368 linebreak="al", 6369 shcode=0x6F, 6370 specials={ "char", 0xF6, 0x304 }, 6371 uccode=0x22A, 6372 unicodeslot=0x22B, 6373 }, 6374 { 6375 category="lu", 6376 contextname="Otildemacron", 6377 description="LATIN CAPITAL LETTER O WITH TILDE AND MACRON", 6378 direction="l", 6379 lccode=0x22D, 6380 linebreak="al", 6381 shcode=0x4F, 6382 specials={ "char", 0xD5, 0x304 }, 6383 unicodeslot=0x22C, 6384 }, 6385 { 6386 category="ll", 6387 contextname="otildemacron", 6388 description="LATIN SMALL LETTER O WITH TILDE AND MACRON", 6389 direction="l", 6390 linebreak="al", 6391 shcode=0x6F, 6392 specials={ "char", 0xF5, 0x304 }, 6393 uccode=0x22C, 6394 unicodeslot=0x22D, 6395 }, 6396 { 6397 category="lu", 6398 contextname="Odotaccent", 6399 description="LATIN CAPITAL LETTER O WITH DOT ABOVE", 6400 direction="l", 6401 lccode=0x22F, 6402 linebreak="al", 6403 shcode=0x4F, 6404 specials={ "char", 0x4F, 0x307 }, 6405 unicodeslot=0x22E, 6406 }, 6407 { 6408 category="ll", 6409 contextname="odotaccent", 6410 description="LATIN SMALL LETTER O WITH DOT ABOVE", 6411 direction="l", 6412 linebreak="al", 6413 shcode=0x6F, 6414 specials={ "char", 0x6F, 0x307 }, 6415 uccode=0x22E, 6416 unicodeslot=0x22F, 6417 }, 6418 { 6419 category="lu", 6420 contextname="Odotaccentmacron", 6421 description="LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON", 6422 direction="l", 6423 lccode=0x231, 6424 linebreak="al", 6425 shcode=0x4F, 6426 specials={ "char", 0x22E, 0x304 }, 6427 unicodeslot=0x230, 6428 }, 6429 { 6430 category="ll", 6431 contextname="odotaccentmacron", 6432 description="LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON", 6433 direction="l", 6434 linebreak="al", 6435 shcode=0x6F, 6436 specials={ "char", 0x22F, 0x304 }, 6437 uccode=0x230, 6438 unicodeslot=0x231, 6439 }, 6440 { 6441 category="lu", 6442 contextname="Ymacron", 6443 description="LATIN CAPITAL LETTER Y WITH MACRON", 6444 direction="l", 6445 lccode=0x233, 6446 linebreak="al", 6447 shcode=0x59, 6448 specials={ "char", 0x59, 0x304 }, 6449 unicodeslot=0x232, 6450 }, 6451 { 6452 category="ll", 6453 contextname="ymacron", 6454 description="LATIN SMALL LETTER Y WITH MACRON", 6455 direction="l", 6456 linebreak="al", 6457 shcode=0x79, 6458 specials={ "char", 0x79, 0x304 }, 6459 uccode=0x232, 6460 unicodeslot=0x233, 6461 }, 6462 { 6463 category="ll", 6464 contextname="lcurl", 6465 description="LATIN SMALL LETTER L WITH CURL", 6466 direction="l", 6467 linebreak="al", 6468 shcode=0x6C, 6469 unicodeslot=0x234, 6470 }, 6471 { 6472 category="ll", 6473 contextname="ncurl", 6474 description="LATIN SMALL LETTER N WITH CURL", 6475 direction="l", 6476 linebreak="al", 6477 shcode=0x6E, 6478 unicodeslot=0x235, 6479 }, 6480 { 6481 category="ll", 6482 contextname="tcurl", 6483 description="LATIN SMALL LETTER T WITH CURL", 6484 direction="l", 6485 linebreak="al", 6486 shcode=0x74, 6487 unicodeslot=0x236, 6488 }, 6489 { 6490 category="ll", 6491 contextname="dotlessj", 6492 description="LATIN SMALL LETTER DOTLESS J", 6493 direction="l", 6494 linebreak="al", 6495 unicodeslot=0x237, 6496 }, 6497 { 6498 category="ll", 6499 description="LATIN SMALL LETTER DB DIGRAPH", 6500 direction="l", 6501 linebreak="al", 6502 unicodeslot=0x238, 6503 }, 6504 { 6505 category="ll", 6506 description="LATIN SMALL LETTER QP DIGRAPH", 6507 direction="l", 6508 linebreak="al", 6509 unicodeslot=0x239, 6510 }, 6511 { 6512 category="lu", 6513 contextname="Astroke", 6514 description="LATIN CAPITAL LETTER A WITH STROKE", 6515 direction="l", 6516 lccode=0x2C65, 6517 linebreak="al", 6518 shcode=0x41, 6519 specials={ "with", 0x41, 0x2F }, 6520 unicodeslot=0x23A, 6521 }, 6522 { 6523 category="lu", 6524 contextname="Cstroke", 6525 description="LATIN CAPITAL LETTER C WITH STROKE", 6526 direction="l", 6527 lccode=0x23C, 6528 linebreak="al", 6529 shcode=0x43, 6530 specials={ "with", 0x43, 0x2F }, 6531 unicodeslot=0x23B, 6532 }, 6533 { 6534 category="ll", 6535 contextname="cstroke", 6536 description="LATIN SMALL LETTER C WITH STROKE", 6537 direction="l", 6538 linebreak="al", 6539 shcode=0x63, 6540 specials={ "with", 0x63, 0x2F }, 6541 uccode=0x23B, 6542 unicodeslot=0x23C, 6543 }, 6544 { 6545 category="lu", 6546 contextname="Lbar", 6547 description="LATIN CAPITAL LETTER L WITH BAR", 6548 direction="l", 6549 lccode=0x19A, 6550 linebreak="al", 6551 shcode=0x4C, 6552 unicodeslot=0x23D, 6553 }, 6554 { 6555 category="lu", 6556 description="LATIN CAPITAL LETTER T WITH DIAGONAL STROKE", 6557 direction="l", 6558 lccode=0x2C66, 6559 linebreak="al", 6560 shcode=0x54, 6561 unicodeslot=0x23E, 6562 }, 6563 { 6564 category="ll", 6565 description="LATIN SMALL LETTER S WITH SWASH TAIL", 6566 direction="l", 6567 linebreak="al", 6568 shcode=0x73, 6569 unicodeslot=0x23F, 6570 }, 6571 { 6572 category="ll", 6573 description="LATIN SMALL LETTER Z WITH SWASH TAIL", 6574 direction="l", 6575 linebreak="al", 6576 shcode=0x7A, 6577 unicodeslot=0x240, 6578 }, 6579 { 6580 category="lu", 6581 description="LATIN CAPITAL LETTER GLOTTAL STOP", 6582 direction="l", 6583 lccode=0x242, 6584 linebreak="al", 6585 unicodeslot=0x241, 6586 }, 6587 { 6588 category="ll", 6589 description="LATIN SMALL LETTER GLOTTAL STOP", 6590 direction="l", 6591 linebreak="al", 6592 uccode=0x241, 6593 unicodeslot=0x242, 6594 }, 6595 { 6596 category="lu", 6597 description="LATIN CAPITAL LETTER B WITH STROKE", 6598 direction="l", 6599 lccode=0x180, 6600 linebreak="al", 6601 shcode=0x42, 6602 specials={ "with", 0x42, 0x2F }, 6603 unicodeslot=0x243, 6604 }, 6605 { 6606 category="lu", 6607 description="LATIN CAPITAL LETTER U BAR", 6608 direction="l", 6609 lccode=0x289, 6610 linebreak="al", 6611 unicodeslot=0x244, 6612 }, 6613 { 6614 category="lu", 6615 description="LATIN CAPITAL LETTER TURNED V", 6616 direction="l", 6617 lccode=0x28C, 6618 linebreak="al", 6619 unicodeslot=0x245, 6620 }, 6621 { 6622 category="lu", 6623 description="LATIN CAPITAL LETTER E WITH STROKE", 6624 direction="l", 6625 lccode=0x247, 6626 linebreak="al", 6627 shcode=0x45, 6628 specials={ "with", 0x45, 0x2F }, 6629 unicodeslot=0x246, 6630 }, 6631 { 6632 category="ll", 6633 description="LATIN SMALL LETTER E WITH STROKE", 6634 direction="l", 6635 linebreak="al", 6636 shcode=0x65, 6637 specials={ "with", 0x65, 0x2F }, 6638 uccode=0x246, 6639 unicodeslot=0x247, 6640 }, 6641 { 6642 category="lu", 6643 description="LATIN CAPITAL LETTER J WITH STROKE", 6644 direction="l", 6645 lccode=0x249, 6646 linebreak="al", 6647 shcode=0x4A, 6648 specials={ "with", 0x4A, 0x2F }, 6649 unicodeslot=0x248, 6650 }, 6651 { 6652 category="ll", 6653 description="LATIN SMALL LETTER J WITH STROKE", 6654 direction="l", 6655 linebreak="al", 6656 shcode=0x6A, 6657 specials={ "with", 0x6A, 0x2F }, 6658 uccode=0x248, 6659 unicodeslot=0x249, 6660 }, 6661 { 6662 category="lu", 6663 description="LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL", 6664 direction="l", 6665 lccode=0x24B, 6666 linebreak="al", 6667 unicodeslot=0x24A, 6668 }, 6669 { 6670 category="ll", 6671 description="LATIN SMALL LETTER Q WITH HOOK TAIL", 6672 direction="l", 6673 linebreak="al", 6674 shcode=0x71, 6675 uccode=0x24A, 6676 unicodeslot=0x24B, 6677 }, 6678 { 6679 category="lu", 6680 description="LATIN CAPITAL LETTER R WITH STROKE", 6681 direction="l", 6682 lccode=0x24D, 6683 linebreak="al", 6684 shcode=0x52, 6685 specials={ "with", 0x52, 0x2F }, 6686 unicodeslot=0x24C, 6687 }, 6688 { 6689 category="ll", 6690 description="LATIN SMALL LETTER R WITH STROKE", 6691 direction="l", 6692 linebreak="al", 6693 shcode=0x72, 6694 specials={ "with", 0x72, 0x2F }, 6695 uccode=0x24C, 6696 unicodeslot=0x24D, 6697 }, 6698 { 6699 category="lu", 6700 description="LATIN CAPITAL LETTER Y WITH STROKE", 6701 direction="l", 6702 lccode=0x24F, 6703 linebreak="al", 6704 shcode=0x59, 6705 specials={ "with", 0x59, 0x2F }, 6706 unicodeslot=0x24E, 6707 }, 6708 { 6709 category="ll", 6710 description="LATIN SMALL LETTER Y WITH STROKE", 6711 direction="l", 6712 linebreak="al", 6713 shcode=0x79, 6714 specials={ "with", 0x79, 0x2F }, 6715 uccode=0x24E, 6716 unicodeslot=0x24F, 6717 }, 6718 { 6719 adobename="aturned", 6720 category="ll", 6721 description="LATIN SMALL LETTER TURNED A", 6722 direction="l", 6723 linebreak="al", 6724 unicodeslot=0x250, 6725 }, 6726 { 6727 adobename="ascript", 6728 category="ll", 6729 cjkwd="a", 6730 description="LATIN SMALL LETTER ALPHA", 6731 direction="l", 6732 linebreak="al", 6733 synonyms={ "latin small letter script a" }, 6734 unicodeslot=0x251, 6735 }, 6736 { 6737 adobename="ascriptturned", 6738 category="ll", 6739 description="LATIN SMALL LETTER TURNED ALPHA", 6740 direction="l", 6741 linebreak="al", 6742 unicodeslot=0x252, 6743 }, 6744 { 6745 adobename="bhook", 6746 category="ll", 6747 contextname="bhook", 6748 description="LATIN SMALL LETTER B WITH HOOK", 6749 direction="l", 6750 linebreak="al", 6751 shcode=0x62, 6752 specials={ "with", 0x62, 0x1FA9D }, 6753 uccode=0x181, 6754 unicodeslot=0x253, 6755 }, 6756 { 6757 adobename="oopen", 6758 category="ll", 6759 description="LATIN SMALL LETTER OPEN O", 6760 direction="l", 6761 linebreak="al", 6762 uccode=0x186, 6763 unicodeslot=0x254, 6764 }, 6765 { 6766 adobename="ccurl", 6767 category="ll", 6768 contextname="ccurl", 6769 description="LATIN SMALL LETTER C WITH CURL", 6770 direction="l", 6771 linebreak="al", 6772 shcode=0x63, 6773 unicodeslot=0x255, 6774 }, 6775 { 6776 adobename="dtail", 6777 category="ll", 6778 contextname="dtail", 6779 description="LATIN SMALL LETTER D WITH TAIL", 6780 direction="l", 6781 linebreak="al", 6782 shcode=0x64, 6783 synonyms={ "latin small letter d retroflex hook" }, 6784 uccode=0x189, 6785 unicodeslot=0x256, 6786 }, 6787 { 6788 adobename="dhook", 6789 category="ll", 6790 contextname="dhook", 6791 description="LATIN SMALL LETTER D WITH HOOK", 6792 direction="l", 6793 linebreak="al", 6794 shcode=0x64, 6795 specials={ "with", 0x64, 0x1FA9D }, 6796 uccode=0x18A, 6797 unicodeslot=0x257, 6798 }, 6799 { 6800 adobename="ereversed", 6801 category="ll", 6802 description="LATIN SMALL LETTER REVERSED E", 6803 direction="l", 6804 linebreak="al", 6805 unicodeslot=0x258, 6806 }, 6807 { 6808 adobename="schwa", 6809 category="ll", 6810 contextname="schwa", 6811 description="LATIN SMALL LETTER SCHWA", 6812 direction="l", 6813 linebreak="al", 6814 uccode=0x18F, 6815 unicodeslot=0x259, 6816 }, 6817 { 6818 adobename="schwahook", 6819 category="ll", 6820 contextname="schwahook", 6821 description="LATIN SMALL LETTER SCHWA WITH HOOK", 6822 direction="l", 6823 linebreak="al", 6824 shcode=0x259, 6825 specials={ "with", 0x259, 0x1FA9D }, 6826 unicodeslot=0x25A, 6827 }, 6828 { 6829 adobename="eopen", 6830 category="ll", 6831 description="LATIN SMALL LETTER OPEN E", 6832 direction="l", 6833 linebreak="al", 6834 synonyms={ "latin small letter epsilon" }, 6835 uccode=0x190, 6836 unicodeslot=0x25B, 6837 }, 6838 { 6839 adobename="eopenreversed", 6840 category="ll", 6841 description="LATIN SMALL LETTER REVERSED OPEN E", 6842 direction="l", 6843 linebreak="al", 6844 unicodeslot=0x25C, 6845 }, 6846 { 6847 adobename="eopenreversedhook", 6848 category="ll", 6849 description="LATIN SMALL LETTER REVERSED OPEN E WITH HOOK", 6850 direction="l", 6851 linebreak="al", 6852 specials={ "with", 0x25C, 0x1FA9D }, 6853 unicodeslot=0x25D, 6854 }, 6855 { 6856 adobename="eopenreversedclosed", 6857 category="ll", 6858 description="LATIN SMALL LETTER CLOSED REVERSED OPEN E", 6859 direction="l", 6860 linebreak="al", 6861 synonyms={ "latin small letter closed reversed epsilon" }, 6862 unicodeslot=0x25E, 6863 }, 6864 { 6865 adobename="jdotlessstroke", 6866 category="ll", 6867 contextname="dotlessjstroke", 6868 description="LATIN SMALL LETTER DOTLESS J WITH STROKE", 6869 direction="l", 6870 linebreak="al", 6871 specials={ "with", 0x237, 0x2F }, 6872 unicodeslot=0x25F, 6873 }, 6874 { 6875 adobename="ghook", 6876 category="ll", 6877 description="LATIN SMALL LETTER G WITH HOOK", 6878 direction="l", 6879 linebreak="al", 6880 shcode=0x67, 6881 specials={ "with", 0x67, 0x1FA9D }, 6882 uccode=0x193, 6883 unicodeslot=0x260, 6884 }, 6885 { 6886 adobename="gscript", 6887 category="ll", 6888 cjkwd="a", 6889 description="LATIN SMALL LETTER SCRIPT G", 6890 direction="l", 6891 linebreak="al", 6892 unicodeslot=0x261, 6893 }, 6894 { 6895 category="ll", 6896 description="LATIN LETTER SMALL CAPITAL G", 6897 direction="l", 6898 linebreak="al", 6899 unicodeslot=0x262, 6900 }, 6901 { 6902 adobename="gammalatinsmall", 6903 category="ll", 6904 description="LATIN SMALL LETTER GAMMA", 6905 direction="l", 6906 linebreak="al", 6907 uccode=0x194, 6908 unicodeslot=0x263, 6909 }, 6910 { 6911 adobename="ramshorn", 6912 category="ll", 6913 description="LATIN SMALL LETTER RAMS HORN", 6914 direction="l", 6915 linebreak="al", 6916 synonyms={ "latin small letter baby gamma" }, 6917 unicodeslot=0x264, 6918 }, 6919 { 6920 adobename="hturned", 6921 category="ll", 6922 description="LATIN SMALL LETTER TURNED H", 6923 direction="l", 6924 linebreak="al", 6925 unicodeslot=0x265, 6926 }, 6927 { 6928 adobename="hhook", 6929 category="ll", 6930 description="LATIN SMALL LETTER H WITH HOOK", 6931 direction="l", 6932 linebreak="al", 6933 shcode=0x68, 6934 specials={ "with", 0x68, 0x1FA9D }, 6935 unicodeslot=0x266, 6936 }, 6937 { 6938 adobename="henghook", 6939 category="ll", 6940 description="LATIN SMALL LETTER HENG WITH HOOK", 6941 direction="l", 6942 linebreak="al", 6943 specials={ "with", 0xA727, 0x1FA9D }, 6944 unicodeslot=0x267, 6945 }, 6946 { 6947 adobename="istroke", 6948 category="ll", 6949 description="LATIN SMALL LETTER I WITH STROKE", 6950 direction="l", 6951 linebreak="al", 6952 shcode=0x69, 6953 specials={ "with", 0x69, 0x2F }, 6954 uccode=0x197, 6955 unicodeslot=0x268, 6956 }, 6957 { 6958 adobename="iotalatin", 6959 category="ll", 6960 description="LATIN SMALL LETTER IOTA", 6961 direction="l", 6962 linebreak="al", 6963 uccode=0x196, 6964 unicodeslot=0x269, 6965 }, 6966 { 6967 category="ll", 6968 description="LATIN LETTER SMALL CAPITAL I", 6969 direction="l", 6970 linebreak="al", 6971 unicodeslot=0x26A, 6972 }, 6973 { 6974 adobename="lmiddletilde", 6975 category="ll", 6976 description="LATIN SMALL LETTER L WITH MIDDLE TILDE", 6977 direction="l", 6978 linebreak="al", 6979 shcode=0x6C, 6980 uccode=0x2C62, 6981 unicodeslot=0x26B, 6982 }, 6983 { 6984 adobename="lbelt", 6985 category="ll", 6986 description="LATIN SMALL LETTER L WITH BELT", 6987 direction="l", 6988 linebreak="al", 6989 shcode=0x6C, 6990 unicodeslot=0x26C, 6991 }, 6992 { 6993 adobename="lhookretroflex", 6994 category="ll", 6995 description="LATIN SMALL LETTER L WITH RETROFLEX HOOK", 6996 direction="l", 6997 linebreak="al", 6998 shcode=0x6C, 6999 unicodeslot=0x26D, 7000 }, 7001 { 7002 adobename="lezh", 7003 category="ll", 7004 description="LATIN SMALL LETTER LEZH", 7005 direction="l", 7006 linebreak="al", 7007 unicodeslot=0x26E, 7008 }, 7009 { 7010 adobename="mturned", 7011 category="ll", 7012 description="LATIN SMALL LETTER TURNED M", 7013 direction="l", 7014 linebreak="al", 7015 uccode=0x19C, 7016 unicodeslot=0x26F, 7017 }, 7018 { 7019 adobename="mlonglegturned", 7020 category="ll", 7021 description="LATIN SMALL LETTER TURNED M WITH LONG LEG", 7022 direction="l", 7023 linebreak="al", 7024 unicodeslot=0x270, 7025 }, 7026 { 7027 adobename="mhook", 7028 category="ll", 7029 description="LATIN SMALL LETTER M WITH HOOK", 7030 direction="l", 7031 linebreak="al", 7032 shcode=0x6D, 7033 specials={ "with", 0x6D, 0x1FA9D }, 7034 unicodeslot=0x271, 7035 }, 7036 { 7037 adobename="nhookleft", 7038 category="ll", 7039 description="LATIN SMALL LETTER N WITH LEFT HOOK", 7040 direction="l", 7041 linebreak="al", 7042 shcode=0x6E, 7043 uccode=0x19D, 7044 unicodeslot=0x272, 7045 }, 7046 { 7047 adobename="nhookretroflex", 7048 category="ll", 7049 description="LATIN SMALL LETTER N WITH RETROFLEX HOOK", 7050 direction="l", 7051 linebreak="al", 7052 shcode=0x6E, 7053 unicodeslot=0x273, 7054 }, 7055 { 7056 category="ll", 7057 description="LATIN LETTER SMALL CAPITAL N", 7058 direction="l", 7059 linebreak="al", 7060 unicodeslot=0x274, 7061 }, 7062 { 7063 adobename="obarred", 7064 category="ll", 7065 description="LATIN SMALL LETTER BARRED O", 7066 direction="l", 7067 linebreak="al", 7068 synonyms={ "latin small letter o bar" }, 7069 uccode=0x19F, 7070 unicodeslot=0x275, 7071 }, 7072 { 7073 category="ll", 7074 description="LATIN LETTER SMALL CAPITAL OE", 7075 direction="l", 7076 linebreak="al", 7077 unicodeslot=0x276, 7078 }, 7079 { 7080 adobename="omegalatinclosed", 7081 category="ll", 7082 description="LATIN SMALL LETTER CLOSED OMEGA", 7083 direction="l", 7084 linebreak="al", 7085 unicodeslot=0x277, 7086 }, 7087 { 7088 adobename="philatin", 7089 category="ll", 7090 description="LATIN SMALL LETTER PHI", 7091 direction="l", 7092 linebreak="al", 7093 unicodeslot=0x278, 7094 }, 7095 { 7096 adobename="rturned", 7097 category="ll", 7098 description="LATIN SMALL LETTER TURNED R", 7099 direction="l", 7100 linebreak="al", 7101 unicodeslot=0x279, 7102 }, 7103 { 7104 adobename="rlonglegturned", 7105 category="ll", 7106 description="LATIN SMALL LETTER TURNED R WITH LONG LEG", 7107 direction="l", 7108 linebreak="al", 7109 unicodeslot=0x27A, 7110 }, 7111 { 7112 adobename="rhookturned", 7113 category="ll", 7114 description="LATIN SMALL LETTER TURNED R WITH HOOK", 7115 direction="l", 7116 linebreak="al", 7117 specials={ "with", 0x279, 0x1FA9D }, 7118 unicodeslot=0x27B, 7119 }, 7120 { 7121 adobename="rlongleg", 7122 category="ll", 7123 description="LATIN SMALL LETTER R WITH LONG LEG", 7124 direction="l", 7125 linebreak="al", 7126 shcode=0x72, 7127 unicodeslot=0x27C, 7128 }, 7129 { 7130 adobename="rhook", 7131 category="ll", 7132 description="LATIN SMALL LETTER R WITH TAIL", 7133 direction="l", 7134 linebreak="al", 7135 shcode=0x72, 7136 uccode=0x2C64, 7137 unicodeslot=0x27D, 7138 }, 7139 { 7140 adobename="rfishhook", 7141 category="ll", 7142 description="LATIN SMALL LETTER R WITH FISHHOOK", 7143 direction="l", 7144 linebreak="al", 7145 shcode=0x72, 7146 unicodeslot=0x27E, 7147 }, 7148 { 7149 adobename="rfishhookreversed", 7150 category="ll", 7151 description="LATIN SMALL LETTER REVERSED R WITH FISHHOOK", 7152 direction="l", 7153 linebreak="al", 7154 unicodeslot=0x27F, 7155 }, 7156 { 7157 category="ll", 7158 description="LATIN LETTER SMALL CAPITAL R", 7159 direction="l", 7160 linebreak="al", 7161 uccode=0x1A6, 7162 unicodeslot=0x280, 7163 }, 7164 { 7165 adobename="Rsmallinverted", 7166 category="ll", 7167 description="LATIN LETTER SMALL CAPITAL INVERTED R", 7168 direction="l", 7169 linebreak="al", 7170 unicodeslot=0x281, 7171 }, 7172 { 7173 adobename="shook", 7174 category="ll", 7175 description="LATIN SMALL LETTER S WITH HOOK", 7176 direction="l", 7177 linebreak="al", 7178 shcode=0x73, 7179 specials={ "with", 0x73, 0x1FA9D }, 7180 unicodeslot=0x282, 7181 }, 7182 { 7183 adobename="esh", 7184 category="ll", 7185 description="LATIN SMALL LETTER ESH", 7186 direction="l", 7187 linebreak="al", 7188 uccode=0x1A9, 7189 unicodeslot=0x283, 7190 }, 7191 { 7192 adobename="dotlessjstrokehook", 7193 category="ll", 7194 description="LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK", 7195 direction="l", 7196 linebreak="al", 7197 unicodeslot=0x284, 7198 }, 7199 { 7200 adobename="eshsquatreversed", 7201 category="ll", 7202 description="LATIN SMALL LETTER SQUAT REVERSED ESH", 7203 direction="l", 7204 linebreak="al", 7205 unicodeslot=0x285, 7206 }, 7207 { 7208 adobename="eshcurl", 7209 category="ll", 7210 description="LATIN SMALL LETTER ESH WITH CURL", 7211 direction="l", 7212 linebreak="al", 7213 shcode=0x283, 7214 unicodeslot=0x286, 7215 }, 7216 { 7217 adobename="tturned", 7218 category="ll", 7219 description="LATIN SMALL LETTER TURNED T", 7220 direction="l", 7221 linebreak="al", 7222 unicodeslot=0x287, 7223 }, 7224 { 7225 adobename="tretroflexhook", 7226 category="ll", 7227 description="LATIN SMALL LETTER T WITH RETROFLEX HOOK", 7228 direction="l", 7229 linebreak="al", 7230 shcode=0x74, 7231 uccode=0x1AE, 7232 unicodeslot=0x288, 7233 }, 7234 { 7235 adobename="ubar", 7236 category="ll", 7237 description="LATIN SMALL LETTER U BAR", 7238 direction="l", 7239 linebreak="al", 7240 uccode=0x244, 7241 unicodeslot=0x289, 7242 }, 7243 { 7244 adobename="upsilonlatin", 7245 category="ll", 7246 description="LATIN SMALL LETTER UPSILON", 7247 direction="l", 7248 linebreak="al", 7249 uccode=0x1B1, 7250 unicodeslot=0x28A, 7251 }, 7252 { 7253 adobename="vhook", 7254 category="ll", 7255 description="LATIN SMALL LETTER V WITH HOOK", 7256 direction="l", 7257 linebreak="al", 7258 shcode=0x76, 7259 specials={ "with", 0x76, 0x1FA9D }, 7260 synonyms={ "latin small letter script v" }, 7261 uccode=0x1B2, 7262 unicodeslot=0x28B, 7263 }, 7264 { 7265 adobename="vturned", 7266 category="ll", 7267 description="LATIN SMALL LETTER TURNED V", 7268 direction="l", 7269 linebreak="al", 7270 synonyms={ "caret" }, 7271 uccode=0x245, 7272 unicodeslot=0x28C, 7273 }, 7274 { 7275 adobename="wturned", 7276 category="ll", 7277 description="LATIN SMALL LETTER TURNED W", 7278 direction="l", 7279 linebreak="al", 7280 unicodeslot=0x28D, 7281 }, 7282 { 7283 adobename="yturned", 7284 category="ll", 7285 description="LATIN SMALL LETTER TURNED Y", 7286 direction="l", 7287 linebreak="al", 7288 unicodeslot=0x28E, 7289 }, 7290 { 7291 category="ll", 7292 description="LATIN LETTER SMALL CAPITAL Y", 7293 direction="l", 7294 linebreak="al", 7295 unicodeslot=0x28F, 7296 }, 7297 { 7298 adobename="zretroflexhook", 7299 category="ll", 7300 description="LATIN SMALL LETTER Z WITH RETROFLEX HOOK", 7301 direction="l", 7302 linebreak="al", 7303 shcode=0x7A, 7304 unicodeslot=0x290, 7305 }, 7306 { 7307 adobename="zcurl", 7308 category="ll", 7309 description="LATIN SMALL LETTER Z WITH CURL", 7310 direction="l", 7311 linebreak="al", 7312 shcode=0x7A, 7313 unicodeslot=0x291, 7314 }, 7315 { 7316 adobename="ezh", 7317 category="ll", 7318 description="LATIN SMALL LETTER EZH", 7319 direction="l", 7320 linebreak="al", 7321 synonyms={ "dram" }, 7322 uccode=0x1B7, 7323 unicodeslot=0x292, 7324 }, 7325 { 7326 adobename="ezhcurl", 7327 category="ll", 7328 description="LATIN SMALL LETTER EZH WITH CURL", 7329 direction="l", 7330 linebreak="al", 7331 shcode=0x292, 7332 unicodeslot=0x293, 7333 }, 7334 { 7335 adobename="glottalstop", 7336 category="lo", 7337 description="LATIN LETTER GLOTTAL STOP", 7338 direction="l", 7339 linebreak="al", 7340 unicodeslot=0x294, 7341 }, 7342 { 7343 adobename="glottalstopreversed", 7344 category="ll", 7345 description="LATIN LETTER PHARYNGEAL VOICED FRICATIVE", 7346 direction="l", 7347 linebreak="al", 7348 synonyms={ "latin letter reversed glottal stop" }, 7349 unicodeslot=0x295, 7350 }, 7351 { 7352 adobename="glottalstopinverted", 7353 category="ll", 7354 description="LATIN LETTER INVERTED GLOTTAL STOP", 7355 direction="l", 7356 linebreak="al", 7357 unicodeslot=0x296, 7358 }, 7359 { 7360 adobename="cstretched", 7361 category="ll", 7362 description="LATIN LETTER STRETCHED C", 7363 direction="l", 7364 linebreak="al", 7365 unicodeslot=0x297, 7366 }, 7367 { 7368 adobename="bilabialclick", 7369 category="ll", 7370 description="LATIN LETTER BILABIAL CLICK", 7371 direction="l", 7372 linebreak="al", 7373 synonyms={ "latin letter bullseye" }, 7374 unicodeslot=0x298, 7375 }, 7376 { 7377 category="ll", 7378 description="LATIN LETTER SMALL CAPITAL B", 7379 direction="l", 7380 linebreak="al", 7381 unicodeslot=0x299, 7382 }, 7383 { 7384 adobename="eopenclosed", 7385 category="ll", 7386 description="LATIN SMALL LETTER CLOSED OPEN E", 7387 direction="l", 7388 linebreak="al", 7389 synonyms={ "latin small letter closed epsilon" }, 7390 unicodeslot=0x29A, 7391 }, 7392 { 7393 adobename="Gsmallhook", 7394 category="ll", 7395 description="LATIN LETTER SMALL CAPITAL G WITH HOOK", 7396 direction="l", 7397 linebreak="al", 7398 specials={ "with", 0x262, 0x1FA9D }, 7399 unicodeslot=0x29B, 7400 }, 7401 { 7402 category="ll", 7403 description="LATIN LETTER SMALL CAPITAL H", 7404 direction="l", 7405 linebreak="al", 7406 unicodeslot=0x29C, 7407 }, 7408 { 7409 adobename="jcrossedtail", 7410 category="ll", 7411 description="LATIN SMALL LETTER J WITH CROSSED-TAIL", 7412 direction="l", 7413 linebreak="al", 7414 shcode=0x6A, 7415 unicodeslot=0x29D, 7416 }, 7417 { 7418 adobename="kturned", 7419 category="ll", 7420 description="LATIN SMALL LETTER TURNED K", 7421 direction="l", 7422 linebreak="al", 7423 unicodeslot=0x29E, 7424 }, 7425 { 7426 category="ll", 7427 description="LATIN LETTER SMALL CAPITAL L", 7428 direction="l", 7429 linebreak="al", 7430 unicodeslot=0x29F, 7431 }, 7432 { 7433 adobename="qhook", 7434 category="ll", 7435 description="LATIN SMALL LETTER Q WITH HOOK", 7436 direction="l", 7437 linebreak="al", 7438 shcode=0x71, 7439 specials={ "with", 0x71, 0x1FA9D }, 7440 unicodeslot=0x2A0, 7441 }, 7442 { 7443 adobename="glottalstopstroke", 7444 category="ll", 7445 description="LATIN LETTER GLOTTAL STOP WITH STROKE", 7446 direction="l", 7447 linebreak="al", 7448 specials={ "with", 0x294, 0x2F }, 7449 unicodeslot=0x2A1, 7450 }, 7451 { 7452 adobename="glottalstopstrokereversed", 7453 category="ll", 7454 description="LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE", 7455 direction="l", 7456 linebreak="al", 7457 unicodeslot=0x2A2, 7458 }, 7459 { 7460 adobename="dzaltone", 7461 category="ll", 7462 description="LATIN SMALL LETTER DZ DIGRAPH", 7463 direction="l", 7464 linebreak="al", 7465 unicodeslot=0x2A3, 7466 }, 7467 { 7468 adobename="dezh", 7469 category="ll", 7470 description="LATIN SMALL LETTER DEZH DIGRAPH", 7471 direction="l", 7472 linebreak="al", 7473 unicodeslot=0x2A4, 7474 }, 7475 { 7476 adobename="dzcurl", 7477 category="ll", 7478 description="LATIN SMALL LETTER DZ DIGRAPH WITH CURL", 7479 direction="l", 7480 linebreak="al", 7481 unicodeslot=0x2A5, 7482 }, 7483 { 7484 adobename="ts", 7485 category="ll", 7486 description="LATIN SMALL LETTER TS DIGRAPH", 7487 direction="l", 7488 linebreak="al", 7489 unicodeslot=0x2A6, 7490 }, 7491 { 7492 adobename="tesh", 7493 category="ll", 7494 description="LATIN SMALL LETTER TESH DIGRAPH", 7495 direction="l", 7496 linebreak="al", 7497 unicodeslot=0x2A7, 7498 }, 7499 { 7500 adobename="tccurl", 7501 category="ll", 7502 description="LATIN SMALL LETTER TC DIGRAPH WITH CURL", 7503 direction="l", 7504 linebreak="al", 7505 unicodeslot=0x2A8, 7506 }, 7507 { 7508 category="ll", 7509 description="LATIN SMALL LETTER FENG DIGRAPH", 7510 direction="l", 7511 linebreak="al", 7512 unicodeslot=0x2A9, 7513 }, 7514 { 7515 category="ll", 7516 description="LATIN SMALL LETTER LS DIGRAPH", 7517 direction="l", 7518 linebreak="al", 7519 unicodeslot=0x2AA, 7520 }, 7521 { 7522 category="ll", 7523 description="LATIN SMALL LETTER LZ DIGRAPH", 7524 direction="l", 7525 linebreak="al", 7526 unicodeslot=0x2AB, 7527 }, 7528 { 7529 category="ll", 7530 description="LATIN LETTER BILABIAL PERCUSSIVE", 7531 direction="l", 7532 linebreak="al", 7533 unicodeslot=0x2AC, 7534 }, 7535 { 7536 category="ll", 7537 description="LATIN LETTER BIDENTAL PERCUSSIVE", 7538 direction="l", 7539 linebreak="al", 7540 unicodeslot=0x2AD, 7541 }, 7542 { 7543 category="ll", 7544 description="LATIN SMALL LETTER TURNED H WITH FISHHOOK", 7545 direction="l", 7546 linebreak="al", 7547 unicodeslot=0x2AE, 7548 }, 7549 { 7550 category="ll", 7551 description="LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL", 7552 direction="l", 7553 linebreak="al", 7554 unicodeslot=0x2AF, 7555 }, 7556 { 7557 adobename="hsuperior", 7558 category="lm", 7559 description="MODIFIER LETTER SMALL H", 7560 direction="l", 7561 linebreak="al", 7562 specials={ "super", 0x68 }, 7563 unicodeslot=0x2B0, 7564 }, 7565 { 7566 adobename="hhooksuperior", 7567 category="lm", 7568 description="MODIFIER LETTER SMALL H WITH HOOK", 7569 direction="l", 7570 linebreak="al", 7571 specials={ "super", 0x266 }, 7572 unicodeslot=0x2B1, 7573 }, 7574 { 7575 adobename="jsuperior", 7576 category="lm", 7577 description="MODIFIER LETTER SMALL J", 7578 direction="l", 7579 linebreak="al", 7580 specials={ "super", 0x6A }, 7581 unicodeslot=0x2B2, 7582 }, 7583 { 7584 category="lm", 7585 description="MODIFIER LETTER SMALL R", 7586 direction="l", 7587 linebreak="al", 7588 specials={ "super", 0x72 }, 7589 unicodeslot=0x2B3, 7590 }, 7591 { 7592 adobename="rturnedsuperior", 7593 category="lm", 7594 description="MODIFIER LETTER SMALL TURNED R", 7595 direction="l", 7596 linebreak="al", 7597 specials={ "super", 0x279 }, 7598 unicodeslot=0x2B4, 7599 }, 7600 { 7601 adobename="rhookturnedsuperior", 7602 category="lm", 7603 description="MODIFIER LETTER SMALL TURNED R WITH HOOK", 7604 direction="l", 7605 linebreak="al", 7606 specials={ "super", 0x27B }, 7607 unicodeslot=0x2B5, 7608 }, 7609 { 7610 adobename="Rsmallinvertedsuperior", 7611 category="lm", 7612 description="MODIFIER LETTER SMALL CAPITAL INVERTED R", 7613 direction="l", 7614 linebreak="al", 7615 specials={ "super", 0x281 }, 7616 unicodeslot=0x2B6, 7617 }, 7618 { 7619 adobename="wsuperior", 7620 category="lm", 7621 description="MODIFIER LETTER SMALL W", 7622 direction="l", 7623 linebreak="al", 7624 specials={ "super", 0x77 }, 7625 unicodeslot=0x2B7, 7626 }, 7627 { 7628 adobename="ysuperior", 7629 category="lm", 7630 description="MODIFIER LETTER SMALL Y", 7631 direction="l", 7632 linebreak="al", 7633 specials={ "super", 0x79 }, 7634 unicodeslot=0x2B8, 7635 }, 7636 { 7637 adobename="primemod", 7638 category="lm", 7639 description="MODIFIER LETTER PRIME", 7640 direction="on", 7641 linebreak="al", 7642 unicodeslot=0x2B9, 7643 }, 7644 { 7645 adobename="dblprimemod", 7646 category="lm", 7647 description="MODIFIER LETTER DOUBLE PRIME", 7648 direction="on", 7649 linebreak="al", 7650 unicodeslot=0x2BA, 7651 }, 7652 { 7653 adobename="commaturnedmod", 7654 category="lm", 7655 description="MODIFIER LETTER TURNED COMMA", 7656 direction="l", 7657 linebreak="al", 7658 unicodeslot=0x2BB, 7659 }, 7660 { 7661 adobename="apostrophemod", 7662 category="lm", 7663 description="MODIFIER LETTER APOSTROPHE", 7664 direction="l", 7665 linebreak="al", 7666 synonyms={ "glottal stop", "neutral apostrophe" }, 7667 unicodeslot=0x2BC, 7668 }, 7669 { 7670 adobename="commareversedmod", 7671 category="lm", 7672 description="MODIFIER LETTER REVERSED COMMA", 7673 direction="l", 7674 linebreak="al", 7675 unicodeslot=0x2BD, 7676 }, 7677 { 7678 adobename="ringhalfright", 7679 category="lm", 7680 description="MODIFIER LETTER RIGHT HALF RING", 7681 direction="l", 7682 linebreak="al", 7683 unicodeslot=0x2BE, 7684 }, 7685 { 7686 adobename="ringhalfleft", 7687 category="lm", 7688 description="MODIFIER LETTER LEFT HALF RING", 7689 direction="l", 7690 linebreak="al", 7691 unicodeslot=0x2BF, 7692 }, 7693 { 7694 adobename="glottalstopmod", 7695 category="lm", 7696 description="MODIFIER LETTER GLOTTAL STOP", 7697 direction="l", 7698 linebreak="al", 7699 unicodeslot=0x2C0, 7700 }, 7701 { 7702 adobename="glottalstopreversedmod", 7703 category="lm", 7704 description="MODIFIER LETTER REVERSED GLOTTAL STOP", 7705 direction="l", 7706 linebreak="al", 7707 unicodeslot=0x2C1, 7708 }, 7709 { 7710 adobename="arrowheadleftmod", 7711 category="sk", 7712 description="MODIFIER LETTER LEFT ARROWHEAD", 7713 direction="on", 7714 linebreak="al", 7715 unicodeslot=0x2C2, 7716 }, 7717 { 7718 adobename="arrowheadrightmod", 7719 category="sk", 7720 description="MODIFIER LETTER RIGHT ARROWHEAD", 7721 direction="on", 7722 linebreak="al", 7723 unicodeslot=0x2C3, 7724 }, 7725 { 7726 adobename="arrowheadupmod", 7727 category="sk", 7728 cjkwd="a", 7729 description="MODIFIER LETTER UP ARROWHEAD", 7730 direction="on", 7731 linebreak="al", 7732 unicodeslot=0x2C4, 7733 }, 7734 { 7735 adobename="arrowheaddownmod", 7736 category="sk", 7737 description="MODIFIER LETTER DOWN ARROWHEAD", 7738 direction="on", 7739 linebreak="al", 7740 unicodeslot=0x2C5, 7741 }, 7742 { 7743 adobename="circumflex", 7744 category="lm", 7745 comment="check special", 7746 contextname="textcircumflex", 7747 description="MODIFIER LETTER CIRCUMFLEX ACCENT", 7748 direction="on", 7749 linebreak="al", 7750 mathspec={ 7751 { 7752 class="topaccent", 7753 name="hat", 7754 }, 7755 { 7756 class="topaccent", 7757 name="widehat", 7758 stretch="h", 7759 }, 7760 }, 7761 specials={ "compat", 0x20, 0x302 }, 7762 unicodeslot=0x2C6, 7763 }, 7764 { 7765 adobename="caron", 7766 category="lm", 7767 cjkwd="a", 7768 comment="check special", 7769 contextname="textcaron", 7770 description="CARON", 7771 direction="on", 7772 linebreak="ai", 7773 mathspec={ 7774 { 7775 class="topaccent", 7776 name="check", 7777 }, 7778 { 7779 class="topaccent", 7780 name="widecheck", 7781 stretch="h", 7782 }, 7783 }, 7784 specials={ "compat", 0x20, 0x30C }, 7785 synonyms={ "mandarin chinese third tone", "modifier letter hacek" }, 7786 unicodeslot=0x2C7, 7787 }, 7788 { 7789 adobename="verticallinemod", 7790 category="lm", 7791 description="MODIFIER LETTER VERTICAL LINE", 7792 direction="on", 7793 linebreak="bb", 7794 unicodeslot=0x2C8, 7795 }, 7796 { 7797 adobename="firsttonechinese", 7798 category="lm", 7799 cjkwd="a", 7800 description="MODIFIER LETTER MACRON", 7801 direction="on", 7802 linebreak="ai", 7803 synonyms={ "mandarin chinese first tone" }, 7804 unicodeslot=0x2C9, 7805 }, 7806 { 7807 adobename="secondtonechinese", 7808 category="lm", 7809 cjkwd="a", 7810 description="MODIFIER LETTER ACUTE ACCENT", 7811 direction="on", 7812 linebreak="ai", 7813 synonyms={ "mandarin chinese second tone" }, 7814 unicodeslot=0x2CA, 7815 }, 7816 { 7817 adobename="fourthtonechinese", 7818 category="lm", 7819 cjkwd="a", 7820 description="MODIFIER LETTER GRAVE ACCENT", 7821 direction="on", 7822 linebreak="ai", 7823 synonyms={ "mandarin chinese fourth tone" }, 7824 unicodeslot=0x2CB, 7825 }, 7826 { 7827 adobename="verticallinelowmod", 7828 category="lm", 7829 description="MODIFIER LETTER LOW VERTICAL LINE", 7830 direction="on", 7831 linebreak="bb", 7832 unicodeslot=0x2CC, 7833 }, 7834 { 7835 adobename="macronlowmod", 7836 category="lm", 7837 cjkwd="a", 7838 description="MODIFIER LETTER LOW MACRON", 7839 direction="on", 7840 linebreak="ai", 7841 unicodeslot=0x2CD, 7842 }, 7843 { 7844 adobename="gravelowmod", 7845 category="lm", 7846 description="MODIFIER LETTER LOW GRAVE ACCENT", 7847 direction="on", 7848 linebreak="al", 7849 unicodeslot=0x2CE, 7850 }, 7851 { 7852 adobename="acutelowmod", 7853 category="lm", 7854 description="MODIFIER LETTER LOW ACUTE ACCENT", 7855 direction="on", 7856 linebreak="al", 7857 unicodeslot=0x2CF, 7858 }, 7859 { 7860 adobename="colontriangularmod", 7861 category="lm", 7862 cjkwd="a", 7863 description="MODIFIER LETTER TRIANGULAR COLON", 7864 direction="l", 7865 linebreak="ai", 7866 unicodeslot=0x2D0, 7867 }, 7868 { 7869 adobename="colontriangularhalfmod", 7870 category="lm", 7871 description="MODIFIER LETTER HALF TRIANGULAR COLON", 7872 direction="l", 7873 linebreak="al", 7874 unicodeslot=0x2D1, 7875 }, 7876 { 7877 adobename="ringhalfrightcentered", 7878 category="sk", 7879 description="MODIFIER LETTER CENTRED RIGHT HALF RING", 7880 direction="on", 7881 linebreak="al", 7882 unicodeslot=0x2D2, 7883 }, 7884 { 7885 adobename="ringhalfleftcentered", 7886 category="sk", 7887 description="MODIFIER LETTER CENTRED LEFT HALF RING", 7888 direction="on", 7889 linebreak="al", 7890 unicodeslot=0x2D3, 7891 }, 7892 { 7893 adobename="uptackmod", 7894 category="sk", 7895 description="MODIFIER LETTER UP TACK", 7896 direction="on", 7897 linebreak="al", 7898 unicodeslot=0x2D4, 7899 }, 7900 { 7901 adobename="downtackmod", 7902 category="sk", 7903 description="MODIFIER LETTER DOWN TACK", 7904 direction="on", 7905 linebreak="al", 7906 unicodeslot=0x2D5, 7907 }, 7908 { 7909 adobename="plusmod", 7910 category="sk", 7911 description="MODIFIER LETTER PLUS SIGN", 7912 direction="on", 7913 linebreak="al", 7914 unicodeslot=0x2D6, 7915 }, 7916 { 7917 adobename="minusmod", 7918 category="sk", 7919 description="MODIFIER LETTER MINUS SIGN", 7920 direction="on", 7921 linebreak="al", 7922 unicodeslot=0x2D7, 7923 }, 7924 { 7925 adobename="breve", 7926 category="sk", 7927 cjkwd="a", 7928 contextname="textbreve", 7929 description="BREVE", 7930 direction="on", 7931 linebreak="ai", 7932 mathspec={ 7933 { 7934 class="topaccent", 7935 name="breve", 7936 }, 7937 { 7938 class="topaccent", 7939 name="widebreve", 7940 stretch="h", 7941 }, 7942 }, 7943 specials={ "compat", 0x20, 0x306 }, 7944 unicodeslot=0x2D8, 7945 }, 7946 { 7947 adobename="dotaccent", 7948 category="sk", 7949 cjkwd="a", 7950 contextname="textdotaccent", 7951 description="DOT ABOVE", 7952 direction="on", 7953 linebreak="ai", 7954 mathspec={ 7955 { 7956 class="topaccent", 7957 name="dot", 7958 }, 7959 { 7960 class="topaccent", 7961 name="widedot", 7962 stretch="h", 7963 }, 7964 }, 7965 specials={ "compat", 0x20, 0x307 }, 7966 synonyms={ "mandarin chinese fifth or neutral tone" }, 7967 unicodeslot=0x2D9, 7968 }, 7969 { 7970 adobename="ring", 7971 category="sk", 7972 cjkwd="a", 7973 contextname="textring", 7974 description="RING ABOVE", 7975 direction="on", 7976 linebreak="ai", 7977 mathspec={ 7978 { 7979 class="topaccent", 7980 name="ring", 7981 }, 7982 { 7983 class="topaccent", 7984 name="widering", 7985 stretch="h", 7986 }, 7987 }, 7988 specials={ "compat", 0x20, 0x30A }, 7989 unicodeslot=0x2DA, 7990 }, 7991 { 7992 adobename="ogonek", 7993 category="sk", 7994 cjkwd="a", 7995 contextname="textogonek", 7996 description="OGONEK", 7997 direction="on", 7998 linebreak="ai", 7999 specials={ "compat", 0x20, 0x328 }, 8000 unicodeslot=0x2DB, 8001 }, 8002 { 8003 adobename="tilde", 8004 category="sk", 8005 contextname="texttilde", 8006 description="SMALL TILDE", 8007 direction="on", 8008 linebreak="al", 8009 mathspec={ 8010 { 8011 class="topaccent", 8012 name="tilde", 8013 }, 8014 { 8015 class="topaccent", 8016 name="widetilde", 8017 stretch="h", 8018 }, 8019 }, 8020 specials={ "compat", 0x20, 0x303 }, 8021 unicodeslot=0x2DC, 8022 }, 8023 { 8024 adobename="hungarumlaut", 8025 category="sk", 8026 cjkwd="a", 8027 contextname="texthungarumlaut", 8028 description="DOUBLE ACUTE ACCENT", 8029 direction="on", 8030 linebreak="ai", 8031 specials={ "compat", 0x20, 0x30B }, 8032 unicodeslot=0x2DD, 8033 }, 8034 { 8035 adobename="rhotichookmod", 8036 category="sk", 8037 description="MODIFIER LETTER RHOTIC HOOK", 8038 direction="on", 8039 linebreak="al", 8040 unicodeslot=0x2DE, 8041 }, 8042 { 8043 category="sk", 8044 cjkwd="a", 8045 description="MODIFIER LETTER CROSS ACCENT", 8046 direction="on", 8047 linebreak="bb", 8048 synonyms={ "swedish grave accent" }, 8049 unicodeslot=0x2DF, 8050 }, 8051 { 8052 adobename="gammasuperior", 8053 category="lm", 8054 description="MODIFIER LETTER SMALL GAMMA", 8055 direction="l", 8056 linebreak="al", 8057 specials={ "super", 0x263 }, 8058 unicodeslot=0x2E0, 8059 }, 8060 { 8061 category="lm", 8062 description="MODIFIER LETTER SMALL L", 8063 direction="l", 8064 linebreak="al", 8065 specials={ "super", 0x6C }, 8066 unicodeslot=0x2E1, 8067 }, 8068 { 8069 category="lm", 8070 description="MODIFIER LETTER SMALL S", 8071 direction="l", 8072 linebreak="al", 8073 specials={ "super", 0x73 }, 8074 unicodeslot=0x2E2, 8075 }, 8076 { 8077 adobename="xsuperior", 8078 category="lm", 8079 description="MODIFIER LETTER SMALL X", 8080 direction="l", 8081 linebreak="al", 8082 specials={ "super", 0x78 }, 8083 unicodeslot=0x2E3, 8084 }, 8085 { 8086 adobename="glottalstopreversedsuperior", 8087 category="lm", 8088 description="MODIFIER LETTER SMALL REVERSED GLOTTAL STOP", 8089 direction="l", 8090 linebreak="al", 8091 specials={ "super", 0x295 }, 8092 unicodeslot=0x2E4, 8093 }, 8094 { 8095 adobename="tonebarextrahighmod", 8096 category="sk", 8097 description="MODIFIER LETTER EXTRA-HIGH TONE BAR", 8098 direction="on", 8099 linebreak="al", 8100 unicodeslot=0x2E5, 8101 }, 8102 { 8103 adobename="tonebarhighmod", 8104 category="sk", 8105 description="MODIFIER LETTER HIGH TONE BAR", 8106 direction="on", 8107 linebreak="al", 8108 unicodeslot=0x2E6, 8109 }, 8110 { 8111 adobename="tonebarmidmod", 8112 category="sk", 8113 description="MODIFIER LETTER MID TONE BAR", 8114 direction="on", 8115 linebreak="al", 8116 unicodeslot=0x2E7, 8117 }, 8118 { 8119 adobename="tonebarlowmod", 8120 category="sk", 8121 description="MODIFIER LETTER LOW TONE BAR", 8122 direction="on", 8123 linebreak="al", 8124 unicodeslot=0x2E8, 8125 }, 8126 { 8127 adobename="tonebarextralowmod", 8128 category="sk", 8129 description="MODIFIER LETTER EXTRA-LOW TONE BAR", 8130 direction="on", 8131 linebreak="al", 8132 unicodeslot=0x2E9, 8133 }, 8134 { 8135 category="sk", 8136 description="MODIFIER LETTER YIN DEPARTING TONE MARK", 8137 direction="on", 8138 linebreak="al", 8139 unicodeslot=0x2EA, 8140 }, 8141 { 8142 category="sk", 8143 description="MODIFIER LETTER YANG DEPARTING TONE MARK", 8144 direction="on", 8145 linebreak="al", 8146 unicodeslot=0x2EB, 8147 }, 8148 { 8149 category="sk", 8150 description="MODIFIER LETTER VOICING", 8151 direction="on", 8152 linebreak="al", 8153 unicodeslot=0x2EC, 8154 }, 8155 { 8156 category="sk", 8157 description="MODIFIER LETTER UNASPIRATED", 8158 direction="on", 8159 linebreak="al", 8160 unicodeslot=0x2ED, 8161 }, 8162 { 8163 category="lm", 8164 description="MODIFIER LETTER DOUBLE APOSTROPHE", 8165 direction="l", 8166 linebreak="al", 8167 unicodeslot=0x2EE, 8168 }, 8169 { 8170 category="sk", 8171 description="MODIFIER LETTER LOW DOWN ARROWHEAD", 8172 direction="on", 8173 linebreak="al", 8174 unicodeslot=0x2EF, 8175 }, 8176 { 8177 category="sk", 8178 description="MODIFIER LETTER LOW UP ARROWHEAD", 8179 direction="on", 8180 linebreak="al", 8181 unicodeslot=0x2F0, 8182 }, 8183 { 8184 category="sk", 8185 description="MODIFIER LETTER LOW LEFT ARROWHEAD", 8186 direction="on", 8187 linebreak="al", 8188 unicodeslot=0x2F1, 8189 }, 8190 { 8191 category="sk", 8192 description="MODIFIER LETTER LOW RIGHT ARROWHEAD", 8193 direction="on", 8194 linebreak="al", 8195 unicodeslot=0x2F2, 8196 }, 8197 { 8198 category="sk", 8199 description="MODIFIER LETTER LOW RING", 8200 direction="on", 8201 linebreak="al", 8202 unicodeslot=0x2F3, 8203 }, 8204 { 8205 category="sk", 8206 description="MODIFIER LETTER MIDDLE GRAVE ACCENT", 8207 direction="on", 8208 linebreak="al", 8209 unicodeslot=0x2F4, 8210 }, 8211 { 8212 category="sk", 8213 description="MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT", 8214 direction="on", 8215 linebreak="al", 8216 unicodeslot=0x2F5, 8217 }, 8218 { 8219 category="sk", 8220 description="MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT", 8221 direction="on", 8222 linebreak="al", 8223 unicodeslot=0x2F6, 8224 }, 8225 { 8226 category="sk", 8227 description="MODIFIER LETTER LOW TILDE", 8228 direction="on", 8229 linebreak="al", 8230 unicodeslot=0x2F7, 8231 }, 8232 { 8233 category="sk", 8234 description="MODIFIER LETTER RAISED COLON", 8235 direction="on", 8236 linebreak="al", 8237 unicodeslot=0x2F8, 8238 }, 8239 { 8240 category="sk", 8241 description="MODIFIER LETTER BEGIN HIGH TONE", 8242 direction="on", 8243 linebreak="al", 8244 unicodeslot=0x2F9, 8245 }, 8246 { 8247 category="sk", 8248 description="MODIFIER LETTER END HIGH TONE", 8249 direction="on", 8250 linebreak="al", 8251 unicodeslot=0x2FA, 8252 }, 8253 { 8254 category="sk", 8255 description="MODIFIER LETTER BEGIN LOW TONE", 8256 direction="on", 8257 linebreak="al", 8258 unicodeslot=0x2FB, 8259 }, 8260 { 8261 category="sk", 8262 description="MODIFIER LETTER END LOW TONE", 8263 direction="on", 8264 linebreak="al", 8265 unicodeslot=0x2FC, 8266 }, 8267 { 8268 category="sk", 8269 description="MODIFIER LETTER SHELF", 8270 direction="on", 8271 linebreak="al", 8272 unicodeslot=0x2FD, 8273 }, 8274 { 8275 category="sk", 8276 description="MODIFIER LETTER OPEN SHELF", 8277 direction="on", 8278 linebreak="al", 8279 unicodeslot=0x2FE, 8280 }, 8281 { 8282 category="sk", 8283 description="MODIFIER LETTER LOW LEFT ARROW", 8284 direction="on", 8285 linebreak="al", 8286 unicodeslot=0x2FF, 8287 }, 8288 { 8289 adobename="gravecomb", 8290 category="mn", 8291 cjkwd="a", 8292 combining=0xE6, 8293 description="COMBINING GRAVE ACCENT", 8294 direction="nsm", 8295 linebreak="cm", 8296 synonyms={ "greek varia" }, 8297 unicodeslot=0x300, 8298 }, 8299 { 8300 adobename="acutecomb", 8301 category="mn", 8302 cjkwd="a", 8303 combining=0xE6, 8304 description="COMBINING ACUTE ACCENT", 8305 direction="nsm", 8306 linebreak="cm", 8307 synonyms={ "greek oxia", "greek tonos", "stress mark" }, 8308 unicodeslot=0x301, 8309 }, 8310 { 8311 adobename="circumflexcmb", 8312 category="mn", 8313 cjkwd="a", 8314 combining=0xE6, 8315 description="COMBINING CIRCUMFLEX ACCENT", 8316 direction="nsm", 8317 linebreak="cm", 8318 unicodeslot=0x302, 8319 }, 8320 { 8321 adobename="tildecomb", 8322 category="mn", 8323 cjkwd="a", 8324 combining=0xE6, 8325 description="COMBINING TILDE", 8326 direction="nsm", 8327 linebreak="cm", 8328 unicodeslot=0x303, 8329 }, 8330 { 8331 adobename="macroncmb", 8332 category="mn", 8333 cjkwd="a", 8334 combining=0xE6, 8335 description="COMBINING MACRON", 8336 direction="nsm", 8337 linebreak="cm", 8338 synonyms={ "long" }, 8339 unicodeslot=0x304, 8340 }, 8341 { 8342 adobename="overlinecmb", 8343 category="mn", 8344 cjkwd="a", 8345 combining=0xE6, 8346 description="COMBINING OVERLINE", 8347 direction="nsm", 8348 linebreak="cm", 8349 synonyms={ "overscore", "vinculum" }, 8350 unicodeslot=0x305, 8351 }, 8352 { 8353 adobename="brevecmb", 8354 category="mn", 8355 cjkwd="a", 8356 combining=0xE6, 8357 description="COMBINING BREVE", 8358 direction="nsm", 8359 linebreak="cm", 8360 synonyms={ "greek vrachy", "short" }, 8361 unicodeslot=0x306, 8362 }, 8363 { 8364 adobename="dotaccentcmb", 8365 category="mn", 8366 cjkwd="a", 8367 combining=0xE6, 8368 description="COMBINING DOT ABOVE", 8369 direction="nsm", 8370 linebreak="cm", 8371 synonyms={ "derivative" }, 8372 unicodeslot=0x307, 8373 }, 8374 { 8375 adobename="dieresiscmb", 8376 category="mn", 8377 cjkwd="a", 8378 combining=0xE6, 8379 description="COMBINING DIAERESIS", 8380 direction="nsm", 8381 linebreak="cm", 8382 synonyms={ "double derivative", "double dot above", "greek dialytika", "umlaut" }, 8383 unicodeslot=0x308, 8384 }, 8385 { 8386 adobename="hookcmb", 8387 category="mn", 8388 cjkwd="a", 8389 combining=0xE6, 8390 description="COMBINING HOOK ABOVE", 8391 direction="nsm", 8392 linebreak="cm", 8393 unicodeslot=0x309, 8394 }, 8395 { 8396 adobename="ringcmb", 8397 category="mn", 8398 cjkwd="a", 8399 combining=0xE6, 8400 description="COMBINING RING ABOVE", 8401 direction="nsm", 8402 linebreak="cm", 8403 unicodeslot=0x30A, 8404 }, 8405 { 8406 adobename="hungarumlautcmb", 8407 category="mn", 8408 cjkwd="a", 8409 combining=0xE6, 8410 description="COMBINING DOUBLE ACUTE ACCENT", 8411 direction="nsm", 8412 linebreak="cm", 8413 unicodeslot=0x30B, 8414 }, 8415 { 8416 adobename="caroncmb", 8417 category="mn", 8418 cjkwd="a", 8419 combining=0xE6, 8420 description="COMBINING CARON", 8421 direction="nsm", 8422 linebreak="cm", 8423 synonyms={ "combining hacek", "v above" }, 8424 unicodeslot=0x30C, 8425 }, 8426 { 8427 adobename="verticallineabovecmb", 8428 category="mn", 8429 cjkwd="a", 8430 combining=0xE6, 8431 description="COMBINING VERTICAL LINE ABOVE", 8432 direction="nsm", 8433 linebreak="cm", 8434 unicodeslot=0x30D, 8435 }, 8436 { 8437 adobename="dblverticallineabovecmb", 8438 category="mn", 8439 cjkwd="a", 8440 combining=0xE6, 8441 description="COMBINING DOUBLE VERTICAL LINE ABOVE", 8442 direction="nsm", 8443 linebreak="cm", 8444 unicodeslot=0x30E, 8445 }, 8446 { 8447 adobename="dblgravecmb", 8448 category="mn", 8449 cjkwd="a", 8450 combining=0xE6, 8451 description="COMBINING DOUBLE GRAVE ACCENT", 8452 direction="nsm", 8453 linebreak="cm", 8454 unicodeslot=0x30F, 8455 }, 8456 { 8457 adobename="candrabinducmb", 8458 category="mn", 8459 cjkwd="a", 8460 combining=0xE6, 8461 description="COMBINING CANDRABINDU", 8462 direction="nsm", 8463 linebreak="cm", 8464 unicodeslot=0x310, 8465 }, 8466 { 8467 adobename="breveinvertedcmb", 8468 category="mn", 8469 cjkwd="a", 8470 combining=0xE6, 8471 description="COMBINING INVERTED BREVE", 8472 direction="nsm", 8473 linebreak="cm", 8474 unicodeslot=0x311, 8475 }, 8476 { 8477 adobename="commaturnedabovecmb", 8478 category="mn", 8479 cjkwd="a", 8480 combining=0xE6, 8481 description="COMBINING TURNED COMMA ABOVE", 8482 direction="nsm", 8483 linebreak="cm", 8484 synonyms={ "cedilla above" }, 8485 unicodeslot=0x312, 8486 }, 8487 { 8488 adobename="commaabovecmb", 8489 category="mn", 8490 cjkwd="a", 8491 combining=0xE6, 8492 description="COMBINING COMMA ABOVE", 8493 direction="nsm", 8494 linebreak="cm", 8495 synonyms={ "greek psili", "greek smooth breathing mark" }, 8496 unicodeslot=0x313, 8497 }, 8498 { 8499 adobename="commareversedabovecmb", 8500 category="mn", 8501 cjkwd="a", 8502 combining=0xE6, 8503 description="COMBINING REVERSED COMMA ABOVE", 8504 direction="nsm", 8505 linebreak="cm", 8506 synonyms={ "greek dasia", "greek rough breathing mark" }, 8507 unicodeslot=0x314, 8508 }, 8509 { 8510 adobename="commaaboverightcmb", 8511 category="mn", 8512 cjkwd="a", 8513 combining=0xE8, 8514 description="COMBINING COMMA ABOVE RIGHT", 8515 direction="nsm", 8516 linebreak="cm", 8517 unicodeslot=0x315, 8518 }, 8519 { 8520 adobename="gravebelowcmb", 8521 category="mn", 8522 cjkwd="a", 8523 combining=0xDC, 8524 description="COMBINING GRAVE ACCENT BELOW", 8525 direction="nsm", 8526 linebreak="cm", 8527 unicodeslot=0x316, 8528 }, 8529 { 8530 adobename="acutebelowcmb", 8531 category="mn", 8532 cjkwd="a", 8533 combining=0xDC, 8534 description="COMBINING ACUTE ACCENT BELOW", 8535 direction="nsm", 8536 linebreak="cm", 8537 unicodeslot=0x317, 8538 }, 8539 { 8540 adobename="lefttackbelowcmb", 8541 category="mn", 8542 cjkwd="a", 8543 combining=0xDC, 8544 description="COMBINING LEFT TACK BELOW", 8545 direction="nsm", 8546 linebreak="cm", 8547 unicodeslot=0x318, 8548 }, 8549 { 8550 adobename="righttackbelowcmb", 8551 category="mn", 8552 cjkwd="a", 8553 combining=0xDC, 8554 description="COMBINING RIGHT TACK BELOW", 8555 direction="nsm", 8556 linebreak="cm", 8557 unicodeslot=0x319, 8558 }, 8559 { 8560 adobename="leftangleabovecmb", 8561 category="mn", 8562 cjkwd="a", 8563 combining=0xE8, 8564 description="COMBINING LEFT ANGLE ABOVE", 8565 direction="nsm", 8566 linebreak="cm", 8567 unicodeslot=0x31A, 8568 }, 8569 { 8570 adobename="horncmb", 8571 category="mn", 8572 cjkwd="a", 8573 combining=0xD8, 8574 description="COMBINING HORN", 8575 direction="nsm", 8576 linebreak="cm", 8577 unicodeslot=0x31B, 8578 }, 8579 { 8580 adobename="ringhalfleftbelowcmb", 8581 category="mn", 8582 cjkwd="a", 8583 combining=0xDC, 8584 description="COMBINING LEFT HALF RING BELOW", 8585 direction="nsm", 8586 linebreak="cm", 8587 unicodeslot=0x31C, 8588 }, 8589 { 8590 adobename="uptackbelowcmb", 8591 category="mn", 8592 cjkwd="a", 8593 combining=0xDC, 8594 description="COMBINING UP TACK BELOW", 8595 direction="nsm", 8596 linebreak="cm", 8597 unicodeslot=0x31D, 8598 }, 8599 { 8600 adobename="downtackbelowcmb", 8601 category="mn", 8602 cjkwd="a", 8603 combining=0xDC, 8604 description="COMBINING DOWN TACK BELOW", 8605 direction="nsm", 8606 linebreak="cm", 8607 unicodeslot=0x31E, 8608 }, 8609 { 8610 adobename="plusbelowcmb", 8611 category="mn", 8612 cjkwd="a", 8613 combining=0xDC, 8614 description="COMBINING PLUS SIGN BELOW", 8615 direction="nsm", 8616 linebreak="cm", 8617 unicodeslot=0x31F, 8618 }, 8619 { 8620 adobename="minusbelowcmb", 8621 category="mn", 8622 cjkwd="a", 8623 combining=0xDC, 8624 description="COMBINING MINUS SIGN BELOW", 8625 direction="nsm", 8626 linebreak="cm", 8627 unicodeslot=0x320, 8628 }, 8629 { 8630 adobename="hookpalatalizedbelowcmb", 8631 category="mn", 8632 cjkwd="a", 8633 combining=0xCA, 8634 description="COMBINING PALATALIZED HOOK BELOW", 8635 direction="nsm", 8636 linebreak="cm", 8637 unicodeslot=0x321, 8638 }, 8639 { 8640 adobename="hookretroflexbelowcmb", 8641 category="mn", 8642 cjkwd="a", 8643 combining=0xCA, 8644 description="COMBINING RETROFLEX HOOK BELOW", 8645 direction="nsm", 8646 linebreak="cm", 8647 unicodeslot=0x322, 8648 }, 8649 { 8650 adobename="dotbelowcomb", 8651 category="mn", 8652 cjkwd="a", 8653 combining=0xDC, 8654 contextname="textbottomdot", 8655 description="COMBINING DOT BELOW", 8656 direction="nsm", 8657 linebreak="cm", 8658 unicodeslot=0x323, 8659 }, 8660 { 8661 adobename="dieresisbelowcmb", 8662 category="mn", 8663 cjkwd="a", 8664 combining=0xDC, 8665 description="COMBINING DIAERESIS BELOW", 8666 direction="nsm", 8667 linebreak="cm", 8668 unicodeslot=0x324, 8669 }, 8670 { 8671 adobename="ringbelowcmb", 8672 category="mn", 8673 cjkwd="a", 8674 combining=0xDC, 8675 description="COMBINING RING BELOW", 8676 direction="nsm", 8677 linebreak="cm", 8678 unicodeslot=0x325, 8679 }, 8680 { 8681 category="mn", 8682 cjkwd="a", 8683 combining=0xDC, 8684 contextname="textbottomcomma", 8685 description="COMBINING COMMA BELOW", 8686 direction="nsm", 8687 linebreak="cm", 8688 unicodeslot=0x326, 8689 }, 8690 { 8691 adobename="cedillacmb", 8692 category="mn", 8693 cjkwd="a", 8694 combining=0xCA, 8695 description="COMBINING CEDILLA", 8696 direction="nsm", 8697 linebreak="cm", 8698 unicodeslot=0x327, 8699 }, 8700 { 8701 adobename="ogonekcmb", 8702 category="mn", 8703 cjkwd="a", 8704 combining=0xCA, 8705 description="COMBINING OGONEK", 8706 direction="nsm", 8707 linebreak="cm", 8708 synonyms={ "nasal hook" }, 8709 unicodeslot=0x328, 8710 }, 8711 { 8712 adobename="verticallinebelowcmb", 8713 category="mn", 8714 cjkwd="a", 8715 combining=0xDC, 8716 description="COMBINING VERTICAL LINE BELOW", 8717 direction="nsm", 8718 linebreak="cm", 8719 unicodeslot=0x329, 8720 }, 8721 { 8722 adobename="bridgebelowcmb", 8723 category="mn", 8724 cjkwd="a", 8725 combining=0xDC, 8726 description="COMBINING BRIDGE BELOW", 8727 direction="nsm", 8728 linebreak="cm", 8729 unicodeslot=0x32A, 8730 }, 8731 { 8732 adobename="dblarchinvertedbelowcmb", 8733 category="mn", 8734 cjkwd="a", 8735 combining=0xDC, 8736 description="COMBINING INVERTED DOUBLE ARCH BELOW", 8737 direction="nsm", 8738 linebreak="cm", 8739 unicodeslot=0x32B, 8740 }, 8741 { 8742 adobename="caronbelowcmb", 8743 category="mn", 8744 cjkwd="a", 8745 combining=0xDC, 8746 description="COMBINING CARON BELOW", 8747 direction="nsm", 8748 linebreak="cm", 8749 unicodeslot=0x32C, 8750 }, 8751 { 8752 adobename="circumflexbelowcmb", 8753 category="mn", 8754 cjkwd="a", 8755 combining=0xDC, 8756 description="COMBINING CIRCUMFLEX ACCENT BELOW", 8757 direction="nsm", 8758 linebreak="cm", 8759 unicodeslot=0x32D, 8760 }, 8761 { 8762 adobename="brevebelowcmb", 8763 category="mn", 8764 cjkwd="a", 8765 combining=0xDC, 8766 description="COMBINING BREVE BELOW", 8767 direction="nsm", 8768 linebreak="cm", 8769 unicodeslot=0x32E, 8770 }, 8771 { 8772 adobename="breveinvertedbelowcmb", 8773 category="mn", 8774 cjkwd="a", 8775 combining=0xDC, 8776 description="COMBINING INVERTED BREVE BELOW", 8777 direction="nsm", 8778 linebreak="cm", 8779 unicodeslot=0x32F, 8780 }, 8781 { 8782 adobename="tildebelowcmb", 8783 category="mn", 8784 cjkwd="a", 8785 combining=0xDC, 8786 description="COMBINING TILDE BELOW", 8787 direction="nsm", 8788 linebreak="cm", 8789 unicodeslot=0x330, 8790 }, 8791 { 8792 adobename="macronbelowcmb", 8793 category="mn", 8794 cjkwd="a", 8795 combining=0xDC, 8796 description="COMBINING MACRON BELOW", 8797 direction="nsm", 8798 linebreak="cm", 8799 unicodeslot=0x331, 8800 }, 8801 { 8802 adobename="lowlinecmb", 8803 category="mn", 8804 cjkwd="a", 8805 combining=0xDC, 8806 description="COMBINING LOW LINE", 8807 direction="nsm", 8808 linebreak="cm", 8809 mathextensible="l", 8810 synonyms={ "underline", "underscore" }, 8811 unicodeslot=0x332, 8812 }, 8813 { 8814 adobename="dbllowlinecmb", 8815 category="mn", 8816 cjkwd="a", 8817 combining=0xDC, 8818 description="COMBINING DOUBLE LOW LINE", 8819 direction="nsm", 8820 linebreak="cm", 8821 synonyms={ "double underline", "double underscore" }, 8822 unicodeslot=0x333, 8823 }, 8824 { 8825 adobename="tildeoverlaycmb", 8826 category="mn", 8827 cjkwd="a", 8828 combining=0x1, 8829 description="COMBINING TILDE OVERLAY", 8830 direction="nsm", 8831 linebreak="cm", 8832 unicodeslot=0x334, 8833 }, 8834 { 8835 adobename="strokeshortoverlaycmb", 8836 category="mn", 8837 cjkwd="a", 8838 combining=0x1, 8839 description="COMBINING SHORT STROKE OVERLAY", 8840 direction="nsm", 8841 linebreak="cm", 8842 unicodeslot=0x335, 8843 }, 8844 { 8845 adobename="strokelongoverlaycmb", 8846 category="mn", 8847 cjkwd="a", 8848 combining=0x1, 8849 description="COMBINING LONG STROKE OVERLAY", 8850 direction="nsm", 8851 linebreak="cm", 8852 unicodeslot=0x336, 8853 }, 8854 { 8855 adobename="solidusshortoverlaycmb", 8856 category="mn", 8857 cjkwd="a", 8858 combining=0x1, 8859 description="COMBINING SHORT SOLIDUS OVERLAY", 8860 direction="nsm", 8861 linebreak="cm", 8862 synonyms={ "short slash overlay" }, 8863 unicodeslot=0x337, 8864 }, 8865 { 8866 adobename="soliduslongoverlaycmb", 8867 category="mn", 8868 cjkwd="a", 8869 combining=0x1, 8870 description="COMBINING LONG SOLIDUS OVERLAY", 8871 direction="nsm", 8872 linebreak="cm", 8873 mathclass="relation", 8874 mathname="not", 8875 synonyms={ "long slash overlay" }, 8876 unicodeslot=0x338, 8877 }, 8878 { 8879 adobename="ringhalfrightbelowcmb", 8880 category="mn", 8881 cjkwd="a", 8882 combining=0xDC, 8883 description="COMBINING RIGHT HALF RING BELOW", 8884 direction="nsm", 8885 linebreak="cm", 8886 unicodeslot=0x339, 8887 }, 8888 { 8889 adobename="bridgeinvertedbelowcmb", 8890 category="mn", 8891 cjkwd="a", 8892 combining=0xDC, 8893 description="COMBINING INVERTED BRIDGE BELOW", 8894 direction="nsm", 8895 linebreak="cm", 8896 unicodeslot=0x33A, 8897 }, 8898 { 8899 adobename="squarebelowcmb", 8900 category="mn", 8901 cjkwd="a", 8902 combining=0xDC, 8903 description="COMBINING SQUARE BELOW", 8904 direction="nsm", 8905 linebreak="cm", 8906 unicodeslot=0x33B, 8907 }, 8908 { 8909 adobename="seagullbelowcmb", 8910 category="mn", 8911 cjkwd="a", 8912 combining=0xDC, 8913 description="COMBINING SEAGULL BELOW", 8914 direction="nsm", 8915 linebreak="cm", 8916 unicodeslot=0x33C, 8917 }, 8918 { 8919 adobename="xabovecmb", 8920 category="mn", 8921 cjkwd="a", 8922 combining=0xE6, 8923 description="COMBINING X ABOVE", 8924 direction="nsm", 8925 linebreak="cm", 8926 unicodeslot=0x33D, 8927 }, 8928 { 8929 adobename="tildeverticalcmb", 8930 category="mn", 8931 cjkwd="a", 8932 combining=0xE6, 8933 description="COMBINING VERTICAL TILDE", 8934 direction="nsm", 8935 linebreak="cm", 8936 unicodeslot=0x33E, 8937 }, 8938 { 8939 adobename="dbloverlinecmb", 8940 category="mn", 8941 cjkwd="a", 8942 combining=0xE6, 8943 description="COMBINING DOUBLE OVERLINE", 8944 direction="nsm", 8945 linebreak="cm", 8946 unicodeslot=0x33F, 8947 }, 8948 { 8949 adobename="gravetonecmb", 8950 category="mn", 8951 cjkwd="a", 8952 combining=0xE6, 8953 description="COMBINING GRAVE TONE MARK", 8954 direction="nsm", 8955 linebreak="cm", 8956 specials={ "char", 0x300 }, 8957 unicodeslot=0x340, 8958 }, 8959 { 8960 adobename="acutetonecmb", 8961 category="mn", 8962 cjkwd="a", 8963 combining=0xE6, 8964 description="COMBINING ACUTE TONE MARK", 8965 direction="nsm", 8966 linebreak="cm", 8967 specials={ "char", 0x301 }, 8968 unicodeslot=0x341, 8969 }, 8970 { 8971 adobename="perispomenigreekcmb", 8972 category="mn", 8973 cjkwd="a", 8974 combining=0xE6, 8975 description="COMBINING GREEK PERISPOMENI", 8976 direction="nsm", 8977 linebreak="cm", 8978 unicodeslot=0x342, 8979 }, 8980 { 8981 adobename="koroniscmb", 8982 category="mn", 8983 cjkwd="a", 8984 combining=0xE6, 8985 description="COMBINING GREEK KORONIS", 8986 direction="nsm", 8987 linebreak="cm", 8988 specials={ "char", 0x313 }, 8989 unicodeslot=0x343, 8990 }, 8991 { 8992 adobename="dialytikatonoscmb", 8993 category="mn", 8994 cjkwd="a", 8995 combining=0xE6, 8996 description="COMBINING GREEK DIALYTIKA TONOS", 8997 direction="nsm", 8998 linebreak="cm", 8999 specials={ "char", 0x308, 0x301 }, 9000 unicodeslot=0x344, 9001 }, 9002 { 9003 adobename="ypogegrammenigreekcmb", 9004 category="mn", 9005 cjkwd="a", 9006 combining=0xF0, 9007 description="COMBINING GREEK YPOGEGRAMMENI", 9008 direction="nsm", 9009 linebreak="cm", 9010 synonyms={ "greek iota subscript", "greek non-spacing iota below" }, 9011 uccode=0x399, 9012 unicodeslot=0x345, 9013 }, 9014 { 9015 category="mn", 9016 cjkwd="a", 9017 combining=0xE6, 9018 description="COMBINING BRIDGE ABOVE", 9019 direction="nsm", 9020 linebreak="cm", 9021 unicodeslot=0x346, 9022 }, 9023 { 9024 category="mn", 9025 cjkwd="a", 9026 combining=0xDC, 9027 description="COMBINING EQUALS SIGN BELOW", 9028 direction="nsm", 9029 linebreak="cm", 9030 unicodeslot=0x347, 9031 }, 9032 { 9033 category="mn", 9034 cjkwd="a", 9035 combining=0xDC, 9036 description="COMBINING DOUBLE VERTICAL LINE BELOW", 9037 direction="nsm", 9038 linebreak="cm", 9039 unicodeslot=0x348, 9040 }, 9041 { 9042 category="mn", 9043 cjkwd="a", 9044 combining=0xDC, 9045 description="COMBINING LEFT ANGLE BELOW", 9046 direction="nsm", 9047 linebreak="cm", 9048 unicodeslot=0x349, 9049 }, 9050 { 9051 category="mn", 9052 cjkwd="a", 9053 combining=0xE6, 9054 description="COMBINING NOT TILDE ABOVE", 9055 direction="nsm", 9056 linebreak="cm", 9057 unicodeslot=0x34A, 9058 }, 9059 { 9060 category="mn", 9061 cjkwd="a", 9062 combining=0xE6, 9063 description="COMBINING HOMOTHETIC ABOVE", 9064 direction="nsm", 9065 linebreak="cm", 9066 unicodeslot=0x34B, 9067 }, 9068 { 9069 category="mn", 9070 cjkwd="a", 9071 combining=0xE6, 9072 description="COMBINING ALMOST EQUAL TO ABOVE", 9073 direction="nsm", 9074 linebreak="cm", 9075 unicodeslot=0x34C, 9076 }, 9077 { 9078 category="mn", 9079 cjkwd="a", 9080 combining=0xDC, 9081 description="COMBINING LEFT RIGHT ARROW BELOW", 9082 direction="nsm", 9083 linebreak="cm", 9084 unicodeslot=0x34D, 9085 }, 9086 { 9087 category="mn", 9088 cjkwd="a", 9089 combining=0xDC, 9090 description="COMBINING UPWARDS ARROW BELOW", 9091 direction="nsm", 9092 linebreak="cm", 9093 unicodeslot=0x34E, 9094 }, 9095 { 9096 category="mn", 9097 cjkwd="a", 9098 description="COMBINING GRAPHEME JOINER", 9099 direction="nsm", 9100 linebreak="gl", 9101 synonyms={ "cgj" }, 9102 unicodeslot=0x34F, 9103 }, 9104 { 9105 category="mn", 9106 cjkwd="a", 9107 combining=0xE6, 9108 description="COMBINING RIGHT ARROWHEAD ABOVE", 9109 direction="nsm", 9110 linebreak="cm", 9111 unicodeslot=0x350, 9112 }, 9113 { 9114 category="mn", 9115 cjkwd="a", 9116 combining=0xE6, 9117 description="COMBINING LEFT HALF RING ABOVE", 9118 direction="nsm", 9119 linebreak="cm", 9120 unicodeslot=0x351, 9121 }, 9122 { 9123 category="mn", 9124 cjkwd="a", 9125 combining=0xE6, 9126 description="COMBINING FERMATA", 9127 direction="nsm", 9128 linebreak="cm", 9129 unicodeslot=0x352, 9130 }, 9131 { 9132 category="mn", 9133 cjkwd="a", 9134 combining=0xDC, 9135 description="COMBINING X BELOW", 9136 direction="nsm", 9137 linebreak="cm", 9138 unicodeslot=0x353, 9139 }, 9140 { 9141 category="mn", 9142 cjkwd="a", 9143 combining=0xDC, 9144 description="COMBINING LEFT ARROWHEAD BELOW", 9145 direction="nsm", 9146 linebreak="cm", 9147 unicodeslot=0x354, 9148 }, 9149 { 9150 category="mn", 9151 cjkwd="a", 9152 combining=0xDC, 9153 description="COMBINING RIGHT ARROWHEAD BELOW", 9154 direction="nsm", 9155 linebreak="cm", 9156 unicodeslot=0x355, 9157 }, 9158 { 9159 category="mn", 9160 cjkwd="a", 9161 combining=0xDC, 9162 description="COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW", 9163 direction="nsm", 9164 linebreak="cm", 9165 unicodeslot=0x356, 9166 }, 9167 { 9168 category="mn", 9169 cjkwd="a", 9170 combining=0xE6, 9171 description="COMBINING RIGHT HALF RING ABOVE", 9172 direction="nsm", 9173 linebreak="cm", 9174 unicodeslot=0x357, 9175 }, 9176 { 9177 category="mn", 9178 cjkwd="a", 9179 combining=0xE8, 9180 description="COMBINING DOT ABOVE RIGHT", 9181 direction="nsm", 9182 linebreak="cm", 9183 unicodeslot=0x358, 9184 }, 9185 { 9186 category="mn", 9187 cjkwd="a", 9188 combining=0xDC, 9189 description="COMBINING ASTERISK BELOW", 9190 direction="nsm", 9191 linebreak="cm", 9192 unicodeslot=0x359, 9193 }, 9194 { 9195 category="mn", 9196 cjkwd="a", 9197 combining=0xDC, 9198 description="COMBINING DOUBLE RING BELOW", 9199 direction="nsm", 9200 linebreak="cm", 9201 unicodeslot=0x35A, 9202 }, 9203 { 9204 category="mn", 9205 cjkwd="a", 9206 combining=0xE6, 9207 description="COMBINING ZIGZAG ABOVE", 9208 direction="nsm", 9209 linebreak="cm", 9210 unicodeslot=0x35B, 9211 }, 9212 { 9213 category="mn", 9214 cjkwd="a", 9215 combining=0xE9, 9216 description="COMBINING DOUBLE BREVE BELOW", 9217 direction="nsm", 9218 linebreak="gl", 9219 synonyms={ "ligature tie below", "papyrological hyphen" }, 9220 unicodeslot=0x35C, 9221 }, 9222 { 9223 category="mn", 9224 cjkwd="a", 9225 combining=0xEA, 9226 description="COMBINING DOUBLE BREVE", 9227 direction="nsm", 9228 linebreak="gl", 9229 unicodeslot=0x35D, 9230 }, 9231 { 9232 category="mn", 9233 cjkwd="a", 9234 combining=0xEA, 9235 description="COMBINING DOUBLE MACRON", 9236 direction="nsm", 9237 linebreak="gl", 9238 unicodeslot=0x35E, 9239 }, 9240 { 9241 category="mn", 9242 cjkwd="a", 9243 combining=0xE9, 9244 description="COMBINING DOUBLE MACRON BELOW", 9245 direction="nsm", 9246 linebreak="gl", 9247 unicodeslot=0x35F, 9248 }, 9249 { 9250 adobename="tildedoublecmb", 9251 category="mn", 9252 cjkwd="a", 9253 combining=0xEA, 9254 description="COMBINING DOUBLE TILDE", 9255 direction="nsm", 9256 linebreak="gl", 9257 unicodeslot=0x360, 9258 }, 9259 { 9260 adobename="breveinverteddoublecmb", 9261 category="mn", 9262 cjkwd="a", 9263 combining=0xEA, 9264 description="COMBINING DOUBLE INVERTED BREVE", 9265 direction="nsm", 9266 linebreak="gl", 9267 synonyms={ "ligature tie" }, 9268 unicodeslot=0x361, 9269 }, 9270 { 9271 category="mn", 9272 cjkwd="a", 9273 combining=0xE9, 9274 description="COMBINING DOUBLE RIGHTWARDS ARROW BELOW", 9275 direction="nsm", 9276 linebreak="gl", 9277 unicodeslot=0x362, 9278 }, 9279 { 9280 category="mn", 9281 cjkwd="a", 9282 combining=0xE6, 9283 description="COMBINING LATIN SMALL LETTER A", 9284 direction="nsm", 9285 linebreak="cm", 9286 unicodeslot=0x363, 9287 }, 9288 { 9289 category="mn", 9290 cjkwd="a", 9291 combining=0xE6, 9292 description="COMBINING LATIN SMALL LETTER E", 9293 direction="nsm", 9294 linebreak="cm", 9295 unicodeslot=0x364, 9296 }, 9297 { 9298 category="mn", 9299 cjkwd="a", 9300 combining=0xE6, 9301 description="COMBINING LATIN SMALL LETTER I", 9302 direction="nsm", 9303 linebreak="cm", 9304 unicodeslot=0x365, 9305 }, 9306 { 9307 category="mn", 9308 cjkwd="a", 9309 combining=0xE6, 9310 description="COMBINING LATIN SMALL LETTER O", 9311 direction="nsm", 9312 linebreak="cm", 9313 unicodeslot=0x366, 9314 }, 9315 { 9316 category="mn", 9317 cjkwd="a", 9318 combining=0xE6, 9319 description="COMBINING LATIN SMALL LETTER U", 9320 direction="nsm", 9321 linebreak="cm", 9322 unicodeslot=0x367, 9323 }, 9324 { 9325 category="mn", 9326 cjkwd="a", 9327 combining=0xE6, 9328 description="COMBINING LATIN SMALL LETTER C", 9329 direction="nsm", 9330 linebreak="cm", 9331 unicodeslot=0x368, 9332 }, 9333 { 9334 category="mn", 9335 cjkwd="a", 9336 combining=0xE6, 9337 description="COMBINING LATIN SMALL LETTER D", 9338 direction="nsm", 9339 linebreak="cm", 9340 unicodeslot=0x369, 9341 }, 9342 { 9343 category="mn", 9344 cjkwd="a", 9345 combining=0xE6, 9346 description="COMBINING LATIN SMALL LETTER H", 9347 direction="nsm", 9348 linebreak="cm", 9349 unicodeslot=0x36A, 9350 }, 9351 { 9352 category="mn", 9353 cjkwd="a", 9354 combining=0xE6, 9355 description="COMBINING LATIN SMALL LETTER M", 9356 direction="nsm", 9357 linebreak="cm", 9358 unicodeslot=0x36B, 9359 }, 9360 { 9361 category="mn", 9362 cjkwd="a", 9363 combining=0xE6, 9364 description="COMBINING LATIN SMALL LETTER R", 9365 direction="nsm", 9366 linebreak="cm", 9367 unicodeslot=0x36C, 9368 }, 9369 { 9370 category="mn", 9371 cjkwd="a", 9372 combining=0xE6, 9373 description="COMBINING LATIN SMALL LETTER T", 9374 direction="nsm", 9375 linebreak="cm", 9376 unicodeslot=0x36D, 9377 }, 9378 { 9379 category="mn", 9380 cjkwd="a", 9381 combining=0xE6, 9382 description="COMBINING LATIN SMALL LETTER V", 9383 direction="nsm", 9384 linebreak="cm", 9385 unicodeslot=0x36E, 9386 }, 9387 { 9388 category="mn", 9389 cjkwd="a", 9390 combining=0xE6, 9391 description="COMBINING LATIN SMALL LETTER X", 9392 direction="nsm", 9393 linebreak="cm", 9394 unicodeslot=0x36F, 9395 }, 9396 { 9397 category="lu", 9398 description="GREEK CAPITAL LETTER HETA", 9399 direction="l", 9400 lccode=0x371, 9401 linebreak="al", 9402 unicodeslot=0x370, 9403 }, 9404 { 9405 category="ll", 9406 description="GREEK SMALL LETTER HETA", 9407 direction="l", 9408 linebreak="al", 9409 unicodeslot=0x371, 9410 }, 9411 { 9412 category="lu", 9413 description="GREEK CAPITAL LETTER ARCHAIC SAMPI", 9414 direction="l", 9415 lccode=0x373, 9416 linebreak="al", 9417 unicodeslot=0x372, 9418 }, 9419 { 9420 category="ll", 9421 description="GREEK SMALL LETTER ARCHAIC SAMPI", 9422 direction="l", 9423 linebreak="al", 9424 unicodeslot=0x373, 9425 }, 9426 { 9427 adobename="numeralsigngreek", 9428 category="sk", 9429 description="GREEK NUMERAL SIGN", 9430 direction="on", 9431 linebreak="al", 9432 specials={ "char", 0x2B9 }, 9433 unicodeslot=0x374, 9434 }, 9435 { 9436 adobename="numeralsignlowergreek", 9437 category="sk", 9438 description="GREEK LOWER NUMERAL SIGN", 9439 direction="on", 9440 linebreak="al", 9441 unicodeslot=0x375, 9442 }, 9443 { 9444 category="lu", 9445 description="GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA", 9446 direction="l", 9447 lccode=0x377, 9448 linebreak="al", 9449 unicodeslot=0x376, 9450 }, 9451 { 9452 category="ll", 9453 description="GREEK SMALL LETTER PAMPHYLIAN DIGAMMA", 9454 direction="l", 9455 linebreak="al", 9456 unicodeslot=0x377, 9457 }, 9458 [0x37A]={ 9459 adobename="ypogegrammeni", 9460 category="lm", 9461 description="GREEK YPOGEGRAMMENI", 9462 direction="l", 9463 linebreak="al", 9464 specials={ "compat", 0x20, 0x345 }, 9465 unicodeslot=0x37A, 9466 }, 9467 [0x37B]={ 9468 category="ll", 9469 description="GREEK SMALL REVERSED LUNATE SIGMA SYMBOL", 9470 direction="l", 9471 linebreak="al", 9472 uccode=0x3FD, 9473 unicodeslot=0x37B, 9474 }, 9475 [0x37C]={ 9476 category="ll", 9477 description="GREEK SMALL DOTTED LUNATE SIGMA SYMBOL", 9478 direction="l", 9479 linebreak="al", 9480 uccode=0x3FE, 9481 unicodeslot=0x37C, 9482 }, 9483 [0x37D]={ 9484 category="ll", 9485 description="GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL", 9486 direction="l", 9487 linebreak="al", 9488 uccode=0x3FF, 9489 unicodeslot=0x37D, 9490 }, 9491 [0x37E]={ 9492 adobename="questiongreek", 9493 category="po", 9494 description="GREEK QUESTION MARK", 9495 direction="on", 9496 linebreak="is", 9497 specials={ "char", 0x3B }, 9498 unicodeslot=0x37E, 9499 }, 9500 [0x37F]={ 9501 category="lu", 9502 description="GREEK CAPITAL LETTER YOT", 9503 direction="l", 9504 lccode=0x3F3, 9505 linebreak="al", 9506 unicodeslot=0x37F, 9507 }, 9508 [0x384]={ 9509 adobename="tonos", 9510 category="sk", 9511 contextname="greektonos", 9512 description="GREEK TONOS", 9513 direction="on", 9514 linebreak="al", 9515 specials={ "compat", 0x20, 0x301 }, 9516 unicodeslot=0x384, 9517 }, 9518 [0x385]={ 9519 adobename="dieresistonos", 9520 category="sk", 9521 contextname="greekdialytikatonos", 9522 description="GREEK DIALYTIKA TONOS", 9523 direction="on", 9524 linebreak="al", 9525 specials={ "char", 0xA8, 0x301 }, 9526 unicodeslot=0x385, 9527 }, 9528 [0x386]={ 9529 adobename="Alphatonos", 9530 category="lu", 9531 contextname="greekAlphatonos", 9532 description="GREEK CAPITAL LETTER ALPHA WITH TONOS", 9533 direction="l", 9534 lccode=0x3AC, 9535 linebreak="al", 9536 shcode=0x391, 9537 specials={ "char", 0x391, 0x301 }, 9538 unicodeslot=0x386, 9539 }, 9540 [0x387]={ 9541 adobename="anoteleia", 9542 category="po", 9543 description="GREEK ANO TELEIA", 9544 direction="on", 9545 linebreak="al", 9546 specials={ "char", 0xB7 }, 9547 unicodeslot=0x387, 9548 }, 9549 [0x388]={ 9550 adobename="Epsilontonos", 9551 category="lu", 9552 contextname="greekEpsilontonos", 9553 description="GREEK CAPITAL LETTER EPSILON WITH TONOS", 9554 direction="l", 9555 lccode=0x3AD, 9556 linebreak="al", 9557 shcode=0x395, 9558 specials={ "char", 0x395, 0x301 }, 9559 unicodeslot=0x388, 9560 }, 9561 [0x389]={ 9562 adobename="Etatonos", 9563 category="lu", 9564 contextname="greekEtatonos", 9565 description="GREEK CAPITAL LETTER ETA WITH TONOS", 9566 direction="l", 9567 lccode=0x3AE, 9568 linebreak="al", 9569 shcode=0x397, 9570 specials={ "char", 0x397, 0x301 }, 9571 unicodeslot=0x389, 9572 }, 9573 [0x38A]={ 9574 adobename="Iotatonos", 9575 category="lu", 9576 contextname="greekIotatonos", 9577 description="GREEK CAPITAL LETTER IOTA WITH TONOS", 9578 direction="l", 9579 lccode=0x3AF, 9580 linebreak="al", 9581 shcode=0x399, 9582 specials={ "char", 0x399, 0x301 }, 9583 unicodeslot=0x38A, 9584 }, 9585 [0x38C]={ 9586 adobename="Omicrontonos", 9587 category="lu", 9588 contextname="greekOmicrontonos", 9589 description="GREEK CAPITAL LETTER OMICRON WITH TONOS", 9590 direction="l", 9591 lccode=0x3CC, 9592 linebreak="al", 9593 shcode=0x39F, 9594 specials={ "char", 0x39F, 0x301 }, 9595 unicodeslot=0x38C, 9596 }, 9597 [0x38E]={ 9598 adobename="Upsilontonos", 9599 category="lu", 9600 contextname="greekUpsilontonos", 9601 description="GREEK CAPITAL LETTER UPSILON WITH TONOS", 9602 direction="l", 9603 lccode=0x3CD, 9604 linebreak="al", 9605 shcode=0x3A5, 9606 specials={ "char", 0x3A5, 0x301 }, 9607 unicodeslot=0x38E, 9608 }, 9609 [0x38F]={ 9610 adobename="Omegatonos", 9611 category="lu", 9612 contextname="greekOmegatonos", 9613 description="GREEK CAPITAL LETTER OMEGA WITH TONOS", 9614 direction="l", 9615 lccode=0x3CE, 9616 linebreak="al", 9617 shcode=0x3A9, 9618 specials={ "char", 0x3A9, 0x301 }, 9619 unicodeslot=0x38F, 9620 }, 9621 [0x390]={ 9622 adobename="iotadieresistonos", 9623 category="ll", 9624 contextname="greekiotadialytikatonos", 9625 description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS", 9626 direction="l", 9627 linebreak="al", 9628 shcode=0x3B9, 9629 specials={ "char", 0x3CA, 0x301 }, 9630 uccode={ 0x3B9, 0x308, 0x301 }, 9631 unicodeslot=0x390, 9632 }, 9633 [0x391]={ 9634 adobename="Alpha", 9635 category="lu", 9636 cjkwd="a", 9637 contextname="greekAlpha", 9638 description="GREEK CAPITAL LETTER ALPHA", 9639 direction="l", 9640 lccode=0x3B1, 9641 linebreak="al", 9642 mathname="Alpha", 9643 unicodeslot=0x391, 9644 }, 9645 [0x392]={ 9646 adobename="Beta", 9647 category="lu", 9648 cjkwd="a", 9649 contextname="greekBeta", 9650 description="GREEK CAPITAL LETTER BETA", 9651 direction="l", 9652 lccode=0x3B2, 9653 linebreak="al", 9654 mathname="Beta", 9655 unicodeslot=0x392, 9656 }, 9657 [0x393]={ 9658 adobename="Gamma", 9659 category="lu", 9660 cjkwd="a", 9661 contextname="greekGamma", 9662 description="GREEK CAPITAL LETTER GAMMA", 9663 direction="l", 9664 lccode=0x3B3, 9665 linebreak="al", 9666 mathname="Gamma", 9667 synonyms={ "gamma function" }, 9668 unicodeslot=0x393, 9669 }, 9670 [0x394]={ 9671 adobename="Deltagreek", 9672 category="lu", 9673 cjkwd="a", 9674 contextname="greekDelta", 9675 description="GREEK CAPITAL LETTER DELTA", 9676 direction="l", 9677 lccode=0x3B4, 9678 linebreak="al", 9679 mathname="Delta", 9680 unicodeslot=0x394, 9681 }, 9682 [0x395]={ 9683 adobename="Epsilon", 9684 category="lu", 9685 cjkwd="a", 9686 contextname="greekEpsilon", 9687 description="GREEK CAPITAL LETTER EPSILON", 9688 direction="l", 9689 lccode=0x3B5, 9690 linebreak="al", 9691 mathname="Epsilon", 9692 unicodeslot=0x395, 9693 }, 9694 [0x396]={ 9695 adobename="Zeta", 9696 category="lu", 9697 cjkwd="a", 9698 contextname="greekZeta", 9699 description="GREEK CAPITAL LETTER ZETA", 9700 direction="l", 9701 lccode=0x3B6, 9702 linebreak="al", 9703 mathname="Zeta", 9704 unicodeslot=0x396, 9705 }, 9706 [0x397]={ 9707 adobename="Eta", 9708 category="lu", 9709 cjkwd="a", 9710 contextname="greekEta", 9711 description="GREEK CAPITAL LETTER ETA", 9712 direction="l", 9713 lccode=0x3B7, 9714 linebreak="al", 9715 mathname="Eta", 9716 unicodeslot=0x397, 9717 }, 9718 [0x398]={ 9719 adobename="Theta", 9720 category="lu", 9721 cjkwd="a", 9722 contextname="greekTheta", 9723 description="GREEK CAPITAL LETTER THETA", 9724 direction="l", 9725 lccode=0x3B8, 9726 linebreak="al", 9727 mathname="Theta", 9728 unicodeslot=0x398, 9729 }, 9730 [0x399]={ 9731 adobename="Iota", 9732 category="lu", 9733 cjkwd="a", 9734 contextname="greekIota", 9735 description="GREEK CAPITAL LETTER IOTA", 9736 direction="l", 9737 lccode=0x3B9, 9738 linebreak="al", 9739 mathname="Iota", 9740 unicodeslot=0x399, 9741 }, 9742 [0x39A]={ 9743 adobename="Kappa", 9744 category="lu", 9745 cjkwd="a", 9746 contextname="greekKappa", 9747 description="GREEK CAPITAL LETTER KAPPA", 9748 direction="l", 9749 lccode=0x3BA, 9750 linebreak="al", 9751 mathname="Kappa", 9752 unicodeslot=0x39A, 9753 }, 9754 [0x39B]={ 9755 adobename="Lambda", 9756 category="lu", 9757 cjkwd="a", 9758 contextname="greekLambda", 9759 description="GREEK CAPITAL LETTER LAMDA", 9760 direction="l", 9761 lccode=0x3BB, 9762 linebreak="al", 9763 mathname="Lambda", 9764 unicodeslot=0x39B, 9765 }, 9766 [0x39C]={ 9767 adobename="Mu", 9768 category="lu", 9769 cjkwd="a", 9770 contextname="greekMu", 9771 description="GREEK CAPITAL LETTER MU", 9772 direction="l", 9773 lccode=0x3BC, 9774 linebreak="al", 9775 mathname="Mu", 9776 unicodeslot=0x39C, 9777 }, 9778 [0x39D]={ 9779 adobename="Nu", 9780 category="lu", 9781 cjkwd="a", 9782 contextname="greekNu", 9783 description="GREEK CAPITAL LETTER NU", 9784 direction="l", 9785 lccode=0x3BD, 9786 linebreak="al", 9787 mathname="Nu", 9788 unicodeslot=0x39D, 9789 }, 9790 [0x39E]={ 9791 adobename="Xi", 9792 category="lu", 9793 cjkwd="a", 9794 contextname="greekXi", 9795 description="GREEK CAPITAL LETTER XI", 9796 direction="l", 9797 lccode=0x3BE, 9798 linebreak="al", 9799 mathname="Xi", 9800 unicodeslot=0x39E, 9801 }, 9802 [0x39F]={ 9803 adobename="Omicron", 9804 category="lu", 9805 cjkwd="a", 9806 contextname="greekOmicron", 9807 description="GREEK CAPITAL LETTER OMICRON", 9808 direction="l", 9809 lccode=0x3BF, 9810 linebreak="al", 9811 mathname="Omicron", 9812 unicodeslot=0x39F, 9813 }, 9814 [0x3A0]={ 9815 adobename="Pi", 9816 category="lu", 9817 cjkwd="a", 9818 contextname="greekPi", 9819 description="GREEK CAPITAL LETTER PI", 9820 direction="l", 9821 lccode=0x3C0, 9822 linebreak="al", 9823 mathname="Pi", 9824 unicodeslot=0x3A0, 9825 }, 9826 [0x3A1]={ 9827 adobename="Rho", 9828 category="lu", 9829 cjkwd="a", 9830 contextname="greekRho", 9831 description="GREEK CAPITAL LETTER RHO", 9832 direction="l", 9833 lccode=0x3C1, 9834 linebreak="al", 9835 mathname="Rho", 9836 unicodeslot=0x3A1, 9837 }, 9838 [0x3A3]={ 9839 adobename="Sigma", 9840 category="lu", 9841 cjkwd="a", 9842 contextname="greekSigma", 9843 description="GREEK CAPITAL LETTER SIGMA", 9844 direction="l", 9845 lccode=0x3C3, 9846 linebreak="al", 9847 mathname="Sigma", 9848 unicodeslot=0x3A3, 9849 }, 9850 [0x3A4]={ 9851 adobename="Tau", 9852 category="lu", 9853 cjkwd="a", 9854 contextname="greekTau", 9855 description="GREEK CAPITAL LETTER TAU", 9856 direction="l", 9857 lccode=0x3C4, 9858 linebreak="al", 9859 mathname="Tau", 9860 unicodeslot=0x3A4, 9861 }, 9862 [0x3A5]={ 9863 adobename="Upsilon", 9864 category="lu", 9865 cjkwd="a", 9866 contextname="greekUpsilon", 9867 description="GREEK CAPITAL LETTER UPSILON", 9868 direction="l", 9869 lccode=0x3C5, 9870 linebreak="al", 9871 mathname="Upsilon", 9872 unicodeslot=0x3A5, 9873 }, 9874 [0x3A6]={ 9875 adobename="Phi", 9876 category="lu", 9877 cjkwd="a", 9878 contextname="greekPhi", 9879 description="GREEK CAPITAL LETTER PHI", 9880 direction="l", 9881 lccode=0x3C6, 9882 linebreak="al", 9883 mathname="Phi", 9884 unicodeslot=0x3A6, 9885 }, 9886 [0x3A7]={ 9887 adobename="Chi", 9888 category="lu", 9889 cjkwd="a", 9890 contextname="greekChi", 9891 description="GREEK CAPITAL LETTER CHI", 9892 direction="l", 9893 lccode=0x3C7, 9894 linebreak="al", 9895 mathname="Chi", 9896 unicodeslot=0x3A7, 9897 }, 9898 [0x3A8]={ 9899 adobename="Psi", 9900 category="lu", 9901 cjkwd="a", 9902 contextname="greekPsi", 9903 description="GREEK CAPITAL LETTER PSI", 9904 direction="l", 9905 lccode=0x3C8, 9906 linebreak="al", 9907 mathname="Psi", 9908 unicodeslot=0x3A8, 9909 }, 9910 [0x3A9]={ 9911 adobename="Omegagreek", 9912 category="lu", 9913 cjkwd="a", 9914 contextname="greekOmega", 9915 description="GREEK CAPITAL LETTER OMEGA", 9916 direction="l", 9917 lccode=0x3C9, 9918 linebreak="al", 9919 mathname="Omega", 9920 unicodeslot=0x3A9, 9921 }, 9922 [0x3AA]={ 9923 adobename="Iotadieresis", 9924 category="lu", 9925 contextname="greekIotadialytika", 9926 description="GREEK CAPITAL LETTER IOTA WITH DIALYTIKA", 9927 direction="l", 9928 lccode=0x3CA, 9929 linebreak="al", 9930 shcode=0x399, 9931 specials={ "char", 0x399, 0x308 }, 9932 unicodeslot=0x3AA, 9933 }, 9934 [0x3AB]={ 9935 adobename="Upsilondieresis", 9936 category="lu", 9937 contextname="greekUpsilondialytika", 9938 description="GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA", 9939 direction="l", 9940 lccode=0x3CB, 9941 linebreak="al", 9942 shcode=0x3A5, 9943 specials={ "char", 0x3A5, 0x308 }, 9944 unicodeslot=0x3AB, 9945 }, 9946 [0x3AC]={ 9947 adobename="alphatonos", 9948 category="ll", 9949 contextname="greekalphatonos", 9950 description="GREEK SMALL LETTER ALPHA WITH TONOS", 9951 direction="l", 9952 linebreak="al", 9953 shcode=0x3B1, 9954 specials={ "char", 0x3B1, 0x301 }, 9955 uccode=0x386, 9956 unicodeslot=0x3AC, 9957 }, 9958 [0x3AD]={ 9959 adobename="epsilontonos", 9960 category="ll", 9961 contextname="greekepsilontonos", 9962 description="GREEK SMALL LETTER EPSILON WITH TONOS", 9963 direction="l", 9964 linebreak="al", 9965 shcode=0x3B5, 9966 specials={ "char", 0x3B5, 0x301 }, 9967 uccode=0x388, 9968 unicodeslot=0x3AD, 9969 }, 9970 [0x3AE]={ 9971 adobename="etatonos", 9972 category="ll", 9973 contextname="greeketatonos", 9974 description="GREEK SMALL LETTER ETA WITH TONOS", 9975 direction="l", 9976 linebreak="al", 9977 shcode=0x3B7, 9978 specials={ "char", 0x3B7, 0x301 }, 9979 uccode=0x389, 9980 unicodeslot=0x3AE, 9981 }, 9982 [0x3AF]={ 9983 adobename="iotatonos", 9984 category="ll", 9985 contextname="greekiotatonos", 9986 description="GREEK SMALL LETTER IOTA WITH TONOS", 9987 direction="l", 9988 linebreak="al", 9989 shcode=0x3B9, 9990 specials={ "char", 0x3B9, 0x301 }, 9991 uccode=0x38A, 9992 unicodeslot=0x3AF, 9993 }, 9994 [0x3B0]={ 9995 adobename="upsilondieresistonos", 9996 category="ll", 9997 contextname="greekupsilondialytikatonos", 9998 description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS", 9999 direction="l", 10000 linebreak="al", 10001 shcode=0x3C5, 10002 specials={ "char", 0x3CB, 0x301 }, 10003 uccode={ 0x3C5, 0x308, 0x301 }, 10004 unicodeslot=0x3B0, 10005 }, 10006 [0x3B1]={ 10007 adobename="alpha", 10008 category="ll", 10009 cjkwd="a", 10010 contextname="greekalpha", 10011 description="GREEK SMALL LETTER ALPHA", 10012 direction="l", 10013 linebreak="al", 10014 mathname="alpha", 10015 uccode=0x391, 10016 unicodeslot=0x3B1, 10017 }, 10018 [0x3B2]={ 10019 adobename="beta", 10020 category="ll", 10021 cjkwd="a", 10022 contextname="greekbeta", 10023 description="GREEK SMALL LETTER BETA", 10024 direction="l", 10025 linebreak="al", 10026 mathname="beta", 10027 uccode=0x392, 10028 unicodeslot=0x3B2, 10029 }, 10030 [0x3B3]={ 10031 adobename="gamma", 10032 category="ll", 10033 cjkwd="a", 10034 contextname="greekgamma", 10035 description="GREEK SMALL LETTER GAMMA", 10036 direction="l", 10037 linebreak="al", 10038 mathname="gamma", 10039 uccode=0x393, 10040 unicodeslot=0x3B3, 10041 }, 10042 [0x3B4]={ 10043 adobename="delta", 10044 category="ll", 10045 cjkwd="a", 10046 contextname="greekdelta", 10047 description="GREEK SMALL LETTER DELTA", 10048 direction="l", 10049 linebreak="al", 10050 mathname="delta", 10051 uccode=0x394, 10052 unicodeslot=0x3B4, 10053 }, 10054 [0x3B5]={ 10055 adobename="epsilon", 10056 category="ll", 10057 cjkwd="a", 10058 contextname="greekepsilon", 10059 description="GREEK SMALL LETTER EPSILON", 10060 direction="l", 10061 linebreak="al", 10062 mathname="varepsilon", 10063 uccode=0x395, 10064 unicodeslot=0x3B5, 10065 }, 10066 [0x3B6]={ 10067 adobename="zeta", 10068 category="ll", 10069 cjkwd="a", 10070 contextname="greekzeta", 10071 description="GREEK SMALL LETTER ZETA", 10072 direction="l", 10073 linebreak="al", 10074 mathname="zeta", 10075 uccode=0x396, 10076 unicodeslot=0x3B6, 10077 }, 10078 [0x3B7]={ 10079 adobename="eta", 10080 category="ll", 10081 cjkwd="a", 10082 contextname="greeketa", 10083 description="GREEK SMALL LETTER ETA", 10084 direction="l", 10085 linebreak="al", 10086 mathname="eta", 10087 uccode=0x397, 10088 unicodeslot=0x3B7, 10089 }, 10090 [0x3B8]={ 10091 adobename="theta", 10092 category="ll", 10093 cjkwd="a", 10094 contextname="greektheta", 10095 description="GREEK SMALL LETTER THETA", 10096 direction="l", 10097 linebreak="al", 10098 mathname="theta", 10099 uccode=0x398, 10100 unicodeslot=0x3B8, 10101 }, 10102 [0x3B9]={ 10103 adobename="iota", 10104 category="ll", 10105 cjkwd="a", 10106 contextname="greekiota", 10107 description="GREEK SMALL LETTER IOTA", 10108 direction="l", 10109 linebreak="al", 10110 mathname="iota", 10111 uccode=0x399, 10112 unicodeslot=0x3B9, 10113 }, 10114 [0x3BA]={ 10115 adobename="kappa", 10116 category="ll", 10117 cjkwd="a", 10118 contextname="greekkappa", 10119 description="GREEK SMALL LETTER KAPPA", 10120 direction="l", 10121 linebreak="al", 10122 mathname="kappa", 10123 uccode=0x39A, 10124 unicodeslot=0x3BA, 10125 }, 10126 [0x3BB]={ 10127 adobename="lambda", 10128 category="ll", 10129 cjkwd="a", 10130 contextname="greeklambda", 10131 description="GREEK SMALL LETTER LAMDA", 10132 direction="l", 10133 linebreak="al", 10134 mathname="lambda", 10135 uccode=0x39B, 10136 unicodeslot=0x3BB, 10137 }, 10138 [0x3BC]={ 10139 adobename="mugreek", 10140 category="ll", 10141 cjkwd="a", 10142 contextname="greekmu", 10143 description="GREEK SMALL LETTER MU", 10144 direction="l", 10145 linebreak="al", 10146 mathname="mu", 10147 uccode=0x39C, 10148 unicodeslot=0x3BC, 10149 }, 10150 [0x3BD]={ 10151 adobename="nu", 10152 category="ll", 10153 cjkwd="a", 10154 contextname="greeknu", 10155 description="GREEK SMALL LETTER NU", 10156 direction="l", 10157 linebreak="al", 10158 mathname="nu", 10159 uccode=0x39D, 10160 unicodeslot=0x3BD, 10161 }, 10162 [0x3BE]={ 10163 adobename="xi", 10164 category="ll", 10165 cjkwd="a", 10166 contextname="greekxi", 10167 description="GREEK SMALL LETTER XI", 10168 direction="l", 10169 linebreak="al", 10170 mathname="xi", 10171 uccode=0x39E, 10172 unicodeslot=0x3BE, 10173 }, 10174 [0x3BF]={ 10175 adobename="omicron", 10176 category="ll", 10177 cjkwd="a", 10178 contextname="greekomicron", 10179 description="GREEK SMALL LETTER OMICRON", 10180 direction="l", 10181 linebreak="al", 10182 mathname="omicron", 10183 uccode=0x39F, 10184 unicodeslot=0x3BF, 10185 }, 10186 [0x3C0]={ 10187 adobename="pi", 10188 category="ll", 10189 cjkwd="a", 10190 contextname="greekpi", 10191 description="GREEK SMALL LETTER PI", 10192 direction="l", 10193 linebreak="al", 10194 mathname="pi", 10195 synonyms={ "mathematical constant 3.141592... pi", "mathematical constant pi" }, 10196 uccode=0x3A0, 10197 unicodeslot=0x3C0, 10198 }, 10199 [0x3C1]={ 10200 adobename="rho", 10201 category="ll", 10202 cjkwd="a", 10203 contextname="greekrho", 10204 description="GREEK SMALL LETTER RHO", 10205 direction="l", 10206 linebreak="al", 10207 mathname="rho", 10208 uccode=0x3A1, 10209 unicodeslot=0x3C1, 10210 }, 10211 [0x3C2]={ 10212 adobename="sigmafinal", 10213 category="ll", 10214 contextname="greekfinalsigma", 10215 description="GREEK SMALL LETTER FINAL SIGMA", 10216 direction="l", 10217 linebreak="al", 10218 mathname="varsigma", 10219 uccode=0x3C3, 10220 unicodeslot=0x3C2, 10221 }, 10222 [0x3C3]={ 10223 adobename="sigma", 10224 category="ll", 10225 cjkwd="a", 10226 contextname="greeksigma", 10227 description="GREEK SMALL LETTER SIGMA", 10228 direction="l", 10229 linebreak="al", 10230 mathname="sigma", 10231 uccode=0x3A3, 10232 unicodeslot=0x3C3, 10233 }, 10234 [0x3C4]={ 10235 adobename="tau", 10236 category="ll", 10237 cjkwd="a", 10238 contextname="greektau", 10239 description="GREEK SMALL LETTER TAU", 10240 direction="l", 10241 linebreak="al", 10242 mathname="tau", 10243 uccode=0x3A4, 10244 unicodeslot=0x3C4, 10245 }, 10246 [0x3C5]={ 10247 adobename="upsilon", 10248 category="ll", 10249 cjkwd="a", 10250 contextname="greekupsilon", 10251 description="GREEK SMALL LETTER UPSILON", 10252 direction="l", 10253 linebreak="al", 10254 mathname="upsilon", 10255 uccode=0x3A5, 10256 unicodeslot=0x3C5, 10257 }, 10258 [0x3C6]={ 10259 adobename="phi", 10260 category="ll", 10261 cjkwd="a", 10262 contextname="greekphi", 10263 description="GREEK SMALL LETTER PHI", 10264 direction="l", 10265 linebreak="al", 10266 mathname="varphi", 10267 uccode=0x3A6, 10268 unicodeslot=0x3C6, 10269 }, 10270 [0x3C7]={ 10271 adobename="chi", 10272 category="ll", 10273 cjkwd="a", 10274 contextname="greekchi", 10275 description="GREEK SMALL LETTER CHI", 10276 direction="l", 10277 linebreak="al", 10278 mathname="chi", 10279 uccode=0x3A7, 10280 unicodeslot=0x3C7, 10281 }, 10282 [0x3C8]={ 10283 adobename="psi", 10284 category="ll", 10285 cjkwd="a", 10286 contextname="greekpsi", 10287 description="GREEK SMALL LETTER PSI", 10288 direction="l", 10289 linebreak="al", 10290 mathname="psi", 10291 uccode=0x3A8, 10292 unicodeslot=0x3C8, 10293 }, 10294 [0x3C9]={ 10295 adobename="omega", 10296 category="ll", 10297 cjkwd="a", 10298 contextname="greekomega", 10299 description="GREEK SMALL LETTER OMEGA", 10300 direction="l", 10301 linebreak="al", 10302 mathname="omega", 10303 uccode=0x3A9, 10304 unicodeslot=0x3C9, 10305 }, 10306 [0x3CA]={ 10307 adobename="iotadieresis", 10308 category="ll", 10309 contextname="greekiotadialytika", 10310 description="GREEK SMALL LETTER IOTA WITH DIALYTIKA", 10311 direction="l", 10312 linebreak="al", 10313 shcode=0x3B9, 10314 specials={ "char", 0x3B9, 0x308 }, 10315 uccode=0x3AA, 10316 unicodeslot=0x3CA, 10317 }, 10318 [0x3CB]={ 10319 adobename="upsilondieresis", 10320 category="ll", 10321 contextname="greekupsilondiaeresis", 10322 description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA", 10323 direction="l", 10324 linebreak="al", 10325 shcode=0x3C5, 10326 specials={ "char", 0x3C5, 0x308 }, 10327 uccode=0x3AB, 10328 unicodeslot=0x3CB, 10329 }, 10330 [0x3CC]={ 10331 adobename="omicrontonos", 10332 category="ll", 10333 contextname="greekomicrontonos", 10334 description="GREEK SMALL LETTER OMICRON WITH TONOS", 10335 direction="l", 10336 linebreak="al", 10337 shcode=0x3BF, 10338 specials={ "char", 0x3BF, 0x301 }, 10339 uccode=0x38C, 10340 unicodeslot=0x3CC, 10341 }, 10342 [0x3CD]={ 10343 adobename="upsilontonos", 10344 category="ll", 10345 contextname="greekupsilontonos", 10346 description="GREEK SMALL LETTER UPSILON WITH TONOS", 10347 direction="l", 10348 linebreak="al", 10349 shcode=0x3C5, 10350 specials={ "char", 0x3C5, 0x301 }, 10351 uccode=0x38E, 10352 unicodeslot=0x3CD, 10353 }, 10354 [0x3CE]={ 10355 adobename="omegatonos", 10356 category="ll", 10357 contextname="greekomegatonos", 10358 description="GREEK SMALL LETTER OMEGA WITH TONOS", 10359 direction="l", 10360 linebreak="al", 10361 shcode=0x3C9, 10362 specials={ "char", 0x3C9, 0x301 }, 10363 uccode=0x38F, 10364 unicodeslot=0x3CE, 10365 }, 10366 [0x3CF]={ 10367 category="lu", 10368 description="GREEK CAPITAL KAI SYMBOL", 10369 direction="l", 10370 lccode=0x3D7, 10371 linebreak="al", 10372 unicodeslot=0x3CF, 10373 }, 10374 [0x3D0]={ 10375 adobename="betasymbolgreek", 10376 category="ll", 10377 contextname="greekbetaalt", 10378 description="GREEK BETA SYMBOL", 10379 direction="l", 10380 linebreak="al", 10381 specials={ "compat", 0x3B2 }, 10382 synonyms={ "curled beta" }, 10383 uccode=0x3B2, 10384 unicodeslot=0x3D0, 10385 }, 10386 [0x3D1]={ 10387 adobename="thetasymbolgreek", 10388 category="ll", 10389 contextname="greekthetaalt", 10390 description="GREEK THETA SYMBOL", 10391 direction="l", 10392 linebreak="al", 10393 mathname="varTheta", 10394 specials={ "compat", 0x3B8 }, 10395 synonyms={ "script theta" }, 10396 uccode=0x3B8, 10397 unicodeslot=0x3D1, 10398 }, 10399 [0x3D2]={ 10400 adobename="Upsilonhooksymbol", 10401 category="lu", 10402 description="GREEK UPSILON WITH HOOK SYMBOL", 10403 direction="l", 10404 linebreak="al", 10405 specials={ "compat", 0x3A5 }, 10406 unicodeslot=0x3D2, 10407 }, 10408 [0x3D3]={ 10409 adobename="Upsilonacutehooksymbolgreek", 10410 category="lu", 10411 description="GREEK UPSILON WITH ACUTE AND HOOK SYMBOL", 10412 direction="l", 10413 linebreak="al", 10414 specials={ "char", 0x3D2, 0x301 }, 10415 unicodeslot=0x3D3, 10416 }, 10417 [0x3D4]={ 10418 adobename="Upsilondieresishooksymbolgreek", 10419 category="lu", 10420 description="GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL", 10421 direction="l", 10422 linebreak="al", 10423 specials={ "char", 0x3D2, 0x308 }, 10424 unicodeslot=0x3D4, 10425 }, 10426 [0x3D5]={ 10427 adobename="phisymbolgreek", 10428 category="ll", 10429 contextname="greekphialt", 10430 description="GREEK PHI SYMBOL", 10431 direction="l", 10432 linebreak="al", 10433 mathname="phi", 10434 specials={ "compat", 0x3C6 }, 10435 uccode=0x3C6, 10436 unicodeslot=0x3D5, 10437 }, 10438 [0x3D6]={ 10439 adobename="pisymbolgreek", 10440 category="ll", 10441 contextname="greekpialt", 10442 description="GREEK PI SYMBOL", 10443 direction="l", 10444 linebreak="al", 10445 mathname="varpi", 10446 specials={ "compat", 0x3C0 }, 10447 synonyms={ "omega pi" }, 10448 uccode=0x3C0, 10449 unicodeslot=0x3D6, 10450 }, 10451 [0x3D7]={ 10452 category="ll", 10453 description="GREEK KAI SYMBOL", 10454 direction="l", 10455 linebreak="al", 10456 unicodeslot=0x3D7, 10457 }, 10458 [0x3D8]={ 10459 category="lu", 10460 description="GREEK LETTER ARCHAIC KOPPA", 10461 direction="l", 10462 lccode=0x3D9, 10463 linebreak="al", 10464 unicodeslot=0x3D8, 10465 }, 10466 [0x3D9]={ 10467 category="ll", 10468 contextname="greekkoppa", 10469 description="GREEK SMALL LETTER ARCHAIC KOPPA", 10470 direction="l", 10471 linebreak="al", 10472 uccode=0x3D8, 10473 unicodeslot=0x3D9, 10474 }, 10475 [0x3DA]={ 10476 adobename="Stigmagreek", 10477 category="lu", 10478 description="GREEK LETTER STIGMA", 10479 direction="l", 10480 lccode=0x3DB, 10481 linebreak="al", 10482 unicodeslot=0x3DA, 10483 }, 10484 [0x3DB]={ 10485 category="ll", 10486 contextname="greekstigma", 10487 description="GREEK SMALL LETTER STIGMA", 10488 direction="l", 10489 linebreak="al", 10490 uccode=0x3DA, 10491 unicodeslot=0x3DB, 10492 }, 10493 [0x3DC]={ 10494 adobename="Digammagreek", 10495 category="lu", 10496 description="GREEK LETTER DIGAMMA", 10497 direction="l", 10498 lccode=0x3DD, 10499 linebreak="al", 10500 mathname="digamma", 10501 unicodeslot=0x3DC, 10502 }, 10503 [0x3DD]={ 10504 category="ll", 10505 contextname="greekdigamma", 10506 description="GREEK SMALL LETTER DIGAMMA", 10507 direction="l", 10508 linebreak="al", 10509 uccode=0x3DC, 10510 unicodeslot=0x3DD, 10511 }, 10512 [0x3DE]={ 10513 adobename="Koppagreek", 10514 category="lu", 10515 description="GREEK LETTER KOPPA", 10516 direction="l", 10517 lccode=0x3DF, 10518 linebreak="al", 10519 unicodeslot=0x3DE, 10520 }, 10521 [0x3DF]={ 10522 category="ll", 10523 contextname="greeknumkoppa", 10524 description="GREEK SMALL LETTER KOPPA", 10525 direction="l", 10526 linebreak="al", 10527 uccode=0x3DE, 10528 unicodeslot=0x3DF, 10529 }, 10530 [0x3E0]={ 10531 adobename="Sampigreek", 10532 category="lu", 10533 description="GREEK LETTER SAMPI", 10534 direction="l", 10535 lccode=0x3E1, 10536 linebreak="al", 10537 unicodeslot=0x3E0, 10538 }, 10539 [0x3E1]={ 10540 category="ll", 10541 contextname="greeksampi", 10542 description="GREEK SMALL LETTER SAMPI", 10543 direction="l", 10544 linebreak="al", 10545 uccode=0x3E0, 10546 unicodeslot=0x3E1, 10547 }, 10548 [0x3E2]={ 10549 adobename="Sheicoptic", 10550 category="lu", 10551 description="COPTIC CAPITAL LETTER SHEI", 10552 direction="l", 10553 lccode=0x3E3, 10554 linebreak="al", 10555 unicodeslot=0x3E2, 10556 }, 10557 [0x3E3]={ 10558 adobename="sheicoptic", 10559 category="ll", 10560 description="COPTIC SMALL LETTER SHEI", 10561 direction="l", 10562 linebreak="al", 10563 uccode=0x3E2, 10564 unicodeslot=0x3E3, 10565 }, 10566 [0x3E4]={ 10567 adobename="Feicoptic", 10568 category="lu", 10569 description="COPTIC CAPITAL LETTER FEI", 10570 direction="l", 10571 lccode=0x3E5, 10572 linebreak="al", 10573 unicodeslot=0x3E4, 10574 }, 10575 [0x3E5]={ 10576 adobename="feicoptic", 10577 category="ll", 10578 description="COPTIC SMALL LETTER FEI", 10579 direction="l", 10580 linebreak="al", 10581 uccode=0x3E4, 10582 unicodeslot=0x3E5, 10583 }, 10584 [0x3E6]={ 10585 adobename="Kheicoptic", 10586 category="lu", 10587 description="COPTIC CAPITAL LETTER KHEI", 10588 direction="l", 10589 lccode=0x3E7, 10590 linebreak="al", 10591 unicodeslot=0x3E6, 10592 }, 10593 [0x3E7]={ 10594 adobename="kheicoptic", 10595 category="ll", 10596 description="COPTIC SMALL LETTER KHEI", 10597 direction="l", 10598 linebreak="al", 10599 uccode=0x3E6, 10600 unicodeslot=0x3E7, 10601 }, 10602 [0x3E8]={ 10603 adobename="Horicoptic", 10604 category="lu", 10605 description="COPTIC CAPITAL LETTER HORI", 10606 direction="l", 10607 lccode=0x3E9, 10608 linebreak="al", 10609 unicodeslot=0x3E8, 10610 }, 10611 [0x3E9]={ 10612 adobename="horicoptic", 10613 category="ll", 10614 description="COPTIC SMALL LETTER HORI", 10615 direction="l", 10616 linebreak="al", 10617 uccode=0x3E8, 10618 unicodeslot=0x3E9, 10619 }, 10620 [0x3EA]={ 10621 adobename="Gangiacoptic", 10622 category="lu", 10623 description="COPTIC CAPITAL LETTER GANGIA", 10624 direction="l", 10625 lccode=0x3EB, 10626 linebreak="al", 10627 unicodeslot=0x3EA, 10628 }, 10629 [0x3EB]={ 10630 adobename="gangiacoptic", 10631 category="ll", 10632 description="COPTIC SMALL LETTER GANGIA", 10633 direction="l", 10634 linebreak="al", 10635 uccode=0x3EA, 10636 unicodeslot=0x3EB, 10637 }, 10638 [0x3EC]={ 10639 adobename="Shimacoptic", 10640 category="lu", 10641 description="COPTIC CAPITAL LETTER SHIMA", 10642 direction="l", 10643 lccode=0x3ED, 10644 linebreak="al", 10645 unicodeslot=0x3EC, 10646 }, 10647 [0x3ED]={ 10648 adobename="shimacoptic", 10649 category="ll", 10650 description="COPTIC SMALL LETTER SHIMA", 10651 direction="l", 10652 linebreak="al", 10653 uccode=0x3EC, 10654 unicodeslot=0x3ED, 10655 }, 10656 [0x3EE]={ 10657 adobename="Deicoptic", 10658 category="lu", 10659 description="COPTIC CAPITAL LETTER DEI", 10660 direction="l", 10661 lccode=0x3EF, 10662 linebreak="al", 10663 unicodeslot=0x3EE, 10664 }, 10665 [0x3EF]={ 10666 adobename="deicoptic", 10667 category="ll", 10668 description="COPTIC SMALL LETTER DEI", 10669 direction="l", 10670 linebreak="al", 10671 uccode=0x3EE, 10672 unicodeslot=0x3EF, 10673 }, 10674 [0x3F0]={ 10675 adobename="kappasymbolgreek", 10676 category="ll", 10677 description="GREEK KAPPA SYMBOL", 10678 direction="l", 10679 linebreak="al", 10680 mathclass="ordinary", 10681 specials={ "compat", 0x3BA }, 10682 uccode=0x3BA, 10683 unicodeslot=0x3F0, 10684 }, 10685 [0x3F1]={ 10686 adobename="rhosymbolgreek", 10687 category="ll", 10688 contextname="greekrhoalt", 10689 description="GREEK RHO SYMBOL", 10690 direction="l", 10691 linebreak="al", 10692 specials={ "compat", 0x3C1 }, 10693 uccode=0x3C1, 10694 unicodeslot=0x3F1, 10695 }, 10696 [0x3F2]={ 10697 adobename="sigmalunatesymbolgreek", 10698 category="ll", 10699 contextname="greeksigmalunate", 10700 description="GREEK LUNATE SIGMA SYMBOL", 10701 direction="l", 10702 linebreak="al", 10703 specials={ "compat", 0x3C2 }, 10704 synonyms={ "greek small letter lunate sigma" }, 10705 uccode=0x3F9, 10706 unicodeslot=0x3F2, 10707 }, 10708 [0x3F3]={ 10709 adobename="yotgreek", 10710 category="ll", 10711 description="GREEK LETTER YOT", 10712 direction="l", 10713 linebreak="al", 10714 unicodeslot=0x3F3, 10715 }, 10716 [0x3F4]={ 10717 category="lu", 10718 description="GREEK CAPITAL THETA SYMBOL", 10719 direction="l", 10720 lccode=0x3B8, 10721 linebreak="al", 10722 specials={ "compat", 0x398 }, 10723 unicodeslot=0x3F4, 10724 }, 10725 [0x3F5]={ 10726 category="ll", 10727 contextname="greekepsilonalt", 10728 description="GREEK LUNATE EPSILON SYMBOL", 10729 direction="l", 10730 linebreak="al", 10731 mathname="epsilon", 10732 specials={ "compat", 0x3B5 }, 10733 synonyms={ "straight epsilon" }, 10734 uccode=0x3B5, 10735 unicodeslot=0x3F5, 10736 }, 10737 [0x3F6]={ 10738 category="sm", 10739 description="GREEK REVERSED LUNATE EPSILON SYMBOL", 10740 direction="on", 10741 linebreak="al", 10742 mathname="backepsilon", 10743 synonyms={ "reversed straight epsilon" }, 10744 unicodeslot=0x3F6, 10745 }, 10746 [0x3F7]={ 10747 category="lu", 10748 description="GREEK CAPITAL LETTER SHO", 10749 direction="l", 10750 lccode=0x3F8, 10751 linebreak="al", 10752 unicodeslot=0x3F7, 10753 }, 10754 [0x3F8]={ 10755 category="ll", 10756 description="GREEK SMALL LETTER SHO", 10757 direction="l", 10758 linebreak="al", 10759 uccode=0x3F7, 10760 unicodeslot=0x3F8, 10761 }, 10762 [0x3F9]={ 10763 category="lu", 10764 contextname="greekSigmalunate", 10765 description="GREEK CAPITAL LUNATE SIGMA SYMBOL", 10766 direction="l", 10767 lccode=0x3F2, 10768 linebreak="al", 10769 specials={ "compat", 0x3A3 }, 10770 unicodeslot=0x3F9, 10771 }, 10772 [0x3FA]={ 10773 category="lu", 10774 description="GREEK CAPITAL LETTER SAN", 10775 direction="l", 10776 lccode=0x3FB, 10777 linebreak="al", 10778 unicodeslot=0x3FA, 10779 }, 10780 [0x3FB]={ 10781 category="ll", 10782 description="GREEK SMALL LETTER SAN", 10783 direction="l", 10784 linebreak="al", 10785 uccode=0x3FA, 10786 unicodeslot=0x3FB, 10787 }, 10788 [0x3FC]={ 10789 category="ll", 10790 description="GREEK RHO WITH STROKE SYMBOL", 10791 direction="l", 10792 linebreak="al", 10793 unicodeslot=0x3FC, 10794 }, 10795 [0x3FD]={ 10796 category="lu", 10797 description="GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL", 10798 direction="l", 10799 lccode=0x37B, 10800 linebreak="al", 10801 unicodeslot=0x3FD, 10802 }, 10803 [0x3FE]={ 10804 category="lu", 10805 description="GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL", 10806 direction="l", 10807 lccode=0x37C, 10808 linebreak="al", 10809 unicodeslot=0x3FE, 10810 }, 10811 [0x3FF]={ 10812 category="lu", 10813 description="GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL", 10814 direction="l", 10815 lccode=0x37D, 10816 linebreak="al", 10817 unicodeslot=0x3FF, 10818 }, 10819 [0x400]={ 10820 category="lu", 10821 contextname="cyrillicEgrave", 10822 description="CYRILLIC CAPITAL LETTER IE WITH GRAVE", 10823 direction="l", 10824 lccode=0x450, 10825 linebreak="al", 10826 shcode=0x415, 10827 specials={ "char", 0x415, 0x300 }, 10828 unicodeslot=0x400, 10829 }, 10830 [0x401]={ 10831 adobename="afii10023", 10832 category="lu", 10833 cjkwd="a", 10834 contextname="cyrillicYO", 10835 description="CYRILLIC CAPITAL LETTER IO", 10836 direction="l", 10837 lccode=0x451, 10838 linebreak="al", 10839 specials={ "char", 0x415, 0x308 }, 10840 unicodeslot=0x401, 10841 }, 10842 [0x402]={ 10843 adobename="afii10051", 10844 category="lu", 10845 contextname="cyrillicDJE", 10846 description="CYRILLIC CAPITAL LETTER DJE", 10847 direction="l", 10848 lccode=0x452, 10849 linebreak="al", 10850 unicodeslot=0x402, 10851 }, 10852 [0x403]={ 10853 adobename="afii10052", 10854 category="lu", 10855 contextname="cyrillicGJE", 10856 description="CYRILLIC CAPITAL LETTER GJE", 10857 direction="l", 10858 lccode=0x453, 10859 linebreak="al", 10860 specials={ "char", 0x413, 0x301 }, 10861 unicodeslot=0x403, 10862 }, 10863 [0x404]={ 10864 adobename="afii10053", 10865 category="lu", 10866 contextname="cyrillicIE", 10867 description="CYRILLIC CAPITAL LETTER UKRAINIAN IE", 10868 direction="l", 10869 lccode=0x454, 10870 linebreak="al", 10871 unicodeslot=0x404, 10872 }, 10873 [0x405]={ 10874 adobename="afii10054", 10875 category="lu", 10876 contextname="cyrillicDZE", 10877 description="CYRILLIC CAPITAL LETTER DZE", 10878 direction="l", 10879 lccode=0x455, 10880 linebreak="al", 10881 unicodeslot=0x405, 10882 }, 10883 [0x406]={ 10884 adobename="afii10055", 10885 category="lu", 10886 contextname="cyrillicII", 10887 description="CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I", 10888 direction="l", 10889 lccode=0x456, 10890 linebreak="al", 10891 unicodeslot=0x406, 10892 }, 10893 [0x407]={ 10894 adobename="afii10056", 10895 category="lu", 10896 contextname="cyrillicYI", 10897 description="CYRILLIC CAPITAL LETTER YI", 10898 direction="l", 10899 lccode=0x457, 10900 linebreak="al", 10901 specials={ "char", 0x406, 0x308 }, 10902 unicodeslot=0x407, 10903 }, 10904 [0x408]={ 10905 adobename="afii10057", 10906 category="lu", 10907 contextname="cyrillicJE", 10908 description="CYRILLIC CAPITAL LETTER JE", 10909 direction="l", 10910 lccode=0x458, 10911 linebreak="al", 10912 unicodeslot=0x408, 10913 }, 10914 [0x409]={ 10915 adobename="afii10058", 10916 category="lu", 10917 contextname="cyrillicLJE", 10918 description="CYRILLIC CAPITAL LETTER LJE", 10919 direction="l", 10920 lccode=0x459, 10921 linebreak="al", 10922 unicodeslot=0x409, 10923 }, 10924 [0x40A]={ 10925 adobename="afii10059", 10926 category="lu", 10927 contextname="cyrillicNJE", 10928 description="CYRILLIC CAPITAL LETTER NJE", 10929 direction="l", 10930 lccode=0x45A, 10931 linebreak="al", 10932 unicodeslot=0x40A, 10933 }, 10934 [0x40B]={ 10935 adobename="afii10060", 10936 category="lu", 10937 contextname="cyrillicTSHE", 10938 description="CYRILLIC CAPITAL LETTER TSHE", 10939 direction="l", 10940 lccode=0x45B, 10941 linebreak="al", 10942 unicodeslot=0x40B, 10943 }, 10944 [0x40C]={ 10945 adobename="afii10061", 10946 category="lu", 10947 contextname="cyrillicKJE", 10948 description="CYRILLIC CAPITAL LETTER KJE", 10949 direction="l", 10950 lccode=0x45C, 10951 linebreak="al", 10952 specials={ "char", 0x41A, 0x301 }, 10953 unicodeslot=0x40C, 10954 }, 10955 [0x40D]={ 10956 category="lu", 10957 contextname="cyrillicIgrave", 10958 description="CYRILLIC CAPITAL LETTER I WITH GRAVE", 10959 direction="l", 10960 lccode=0x45D, 10961 linebreak="al", 10962 shcode=0x418, 10963 specials={ "char", 0x418, 0x300 }, 10964 unicodeslot=0x40D, 10965 }, 10966 [0x40E]={ 10967 adobename="afii10062", 10968 category="lu", 10969 contextname="cyrillicUSHRT", 10970 description="CYRILLIC CAPITAL LETTER SHORT U", 10971 direction="l", 10972 lccode=0x45E, 10973 linebreak="al", 10974 specials={ "char", 0x423, 0x306 }, 10975 unicodeslot=0x40E, 10976 }, 10977 [0x40F]={ 10978 adobename="afii10145", 10979 category="lu", 10980 contextname="cyrillicDZHE", 10981 description="CYRILLIC CAPITAL LETTER DZHE", 10982 direction="l", 10983 lccode=0x45F, 10984 linebreak="al", 10985 unicodeslot=0x40F, 10986 }, 10987 [0x410]={ 10988 adobename="afii10017", 10989 category="lu", 10990 cjkwd="a", 10991 contextname="cyrillicA", 10992 description="CYRILLIC CAPITAL LETTER A", 10993 direction="l", 10994 lccode=0x430, 10995 linebreak="al", 10996 unicodeslot=0x410, 10997 }, 10998 [0x411]={ 10999 adobename="afii10018", 11000 category="lu", 11001 cjkwd="a", 11002 contextname="cyrillicB", 11003 description="CYRILLIC CAPITAL LETTER BE", 11004 direction="l", 11005 lccode=0x431, 11006 linebreak="al", 11007 unicodeslot=0x411, 11008 }, 11009 [0x412]={ 11010 adobename="afii10019", 11011 category="lu", 11012 cjkwd="a", 11013 contextname="cyrillicV", 11014 description="CYRILLIC CAPITAL LETTER VE", 11015 direction="l", 11016 lccode=0x432, 11017 linebreak="al", 11018 unicodeslot=0x412, 11019 }, 11020 [0x413]={ 11021 adobename="afii10020", 11022 category="lu", 11023 cjkwd="a", 11024 contextname="cyrillicG", 11025 description="CYRILLIC CAPITAL LETTER GHE", 11026 direction="l", 11027 lccode=0x433, 11028 linebreak="al", 11029 unicodeslot=0x413, 11030 }, 11031 [0x414]={ 11032 adobename="afii10021", 11033 category="lu", 11034 cjkwd="a", 11035 contextname="cyrillicD", 11036 description="CYRILLIC CAPITAL LETTER DE", 11037 direction="l", 11038 lccode=0x434, 11039 linebreak="al", 11040 unicodeslot=0x414, 11041 }, 11042 [0x415]={ 11043 adobename="afii10022", 11044 category="lu", 11045 cjkwd="a", 11046 contextname="cyrillicE", 11047 description="CYRILLIC CAPITAL LETTER IE", 11048 direction="l", 11049 lccode=0x435, 11050 linebreak="al", 11051 unicodeslot=0x415, 11052 }, 11053 [0x416]={ 11054 adobename="afii10024", 11055 category="lu", 11056 cjkwd="a", 11057 contextname="cyrillicZH", 11058 description="CYRILLIC CAPITAL LETTER ZHE", 11059 direction="l", 11060 lccode=0x436, 11061 linebreak="al", 11062 unicodeslot=0x416, 11063 }, 11064 [0x417]={ 11065 adobename="afii10025", 11066 category="lu", 11067 cjkwd="a", 11068 contextname="cyrillicZ", 11069 description="CYRILLIC CAPITAL LETTER ZE", 11070 direction="l", 11071 lccode=0x437, 11072 linebreak="al", 11073 unicodeslot=0x417, 11074 }, 11075 [0x418]={ 11076 adobename="afii10026", 11077 category="lu", 11078 cjkwd="a", 11079 contextname="cyrillicI", 11080 description="CYRILLIC CAPITAL LETTER I", 11081 direction="l", 11082 lccode=0x438, 11083 linebreak="al", 11084 unicodeslot=0x418, 11085 }, 11086 [0x419]={ 11087 adobename="afii10027", 11088 category="lu", 11089 cjkwd="a", 11090 contextname="cyrillicISHRT", 11091 description="CYRILLIC CAPITAL LETTER SHORT I", 11092 direction="l", 11093 lccode=0x439, 11094 linebreak="al", 11095 specials={ "char", 0x418, 0x306 }, 11096 unicodeslot=0x419, 11097 }, 11098 [0x41A]={ 11099 adobename="afii10028", 11100 category="lu", 11101 cjkwd="a", 11102 contextname="cyrillicK", 11103 description="CYRILLIC CAPITAL LETTER KA", 11104 direction="l", 11105 lccode=0x43A, 11106 linebreak="al", 11107 unicodeslot=0x41A, 11108 }, 11109 [0x41B]={ 11110 adobename="afii10029", 11111 category="lu", 11112 cjkwd="a", 11113 contextname="cyrillicL", 11114 description="CYRILLIC CAPITAL LETTER EL", 11115 direction="l", 11116 lccode=0x43B, 11117 linebreak="al", 11118 unicodeslot=0x41B, 11119 }, 11120 [0x41C]={ 11121 adobename="afii10030", 11122 category="lu", 11123 cjkwd="a", 11124 contextname="cyrillicM", 11125 description="CYRILLIC CAPITAL LETTER EM", 11126 direction="l", 11127 lccode=0x43C, 11128 linebreak="al", 11129 unicodeslot=0x41C, 11130 }, 11131 [0x41D]={ 11132 adobename="afii10031", 11133 category="lu", 11134 cjkwd="a", 11135 contextname="cyrillicN", 11136 description="CYRILLIC CAPITAL LETTER EN", 11137 direction="l", 11138 lccode=0x43D, 11139 linebreak="al", 11140 unicodeslot=0x41D, 11141 }, 11142 [0x41E]={ 11143 adobename="afii10032", 11144 category="lu", 11145 cjkwd="a", 11146 contextname="cyrillicO", 11147 description="CYRILLIC CAPITAL LETTER O", 11148 direction="l", 11149 lccode=0x43E, 11150 linebreak="al", 11151 unicodeslot=0x41E, 11152 }, 11153 [0x41F]={ 11154 adobename="afii10033", 11155 category="lu", 11156 cjkwd="a", 11157 contextname="cyrillicP", 11158 description="CYRILLIC CAPITAL LETTER PE", 11159 direction="l", 11160 lccode=0x43F, 11161 linebreak="al", 11162 unicodeslot=0x41F, 11163 }, 11164 [0x420]={ 11165 adobename="afii10034", 11166 category="lu", 11167 cjkwd="a", 11168 contextname="cyrillicR", 11169 description="CYRILLIC CAPITAL LETTER ER", 11170 direction="l", 11171 lccode=0x440, 11172 linebreak="al", 11173 unicodeslot=0x420, 11174 }, 11175 [0x421]={ 11176 adobename="afii10035", 11177 category="lu", 11178 cjkwd="a", 11179 contextname="cyrillicS", 11180 description="CYRILLIC CAPITAL LETTER ES", 11181 direction="l", 11182 lccode=0x441, 11183 linebreak="al", 11184 unicodeslot=0x421, 11185 }, 11186 [0x422]={ 11187 adobename="afii10036", 11188 category="lu", 11189 cjkwd="a", 11190 contextname="cyrillicT", 11191 description="CYRILLIC CAPITAL LETTER TE", 11192 direction="l", 11193 lccode=0x442, 11194 linebreak="al", 11195 unicodeslot=0x422, 11196 }, 11197 [0x423]={ 11198 adobename="afii10037", 11199 category="lu", 11200 cjkwd="a", 11201 contextname="cyrillicU", 11202 description="CYRILLIC CAPITAL LETTER U", 11203 direction="l", 11204 lccode=0x443, 11205 linebreak="al", 11206 unicodeslot=0x423, 11207 }, 11208 [0x424]={ 11209 adobename="afii10038", 11210 category="lu", 11211 cjkwd="a", 11212 contextname="cyrillicF", 11213 description="CYRILLIC CAPITAL LETTER EF", 11214 direction="l", 11215 lccode=0x444, 11216 linebreak="al", 11217 unicodeslot=0x424, 11218 }, 11219 [0x425]={ 11220 adobename="afii10039", 11221 category="lu", 11222 cjkwd="a", 11223 contextname="cyrillicH", 11224 description="CYRILLIC CAPITAL LETTER HA", 11225 direction="l", 11226 lccode=0x445, 11227 linebreak="al", 11228 unicodeslot=0x425, 11229 }, 11230 [0x426]={ 11231 adobename="afii10040", 11232 category="lu", 11233 cjkwd="a", 11234 contextname="cyrillicC", 11235 description="CYRILLIC CAPITAL LETTER TSE", 11236 direction="l", 11237 lccode=0x446, 11238 linebreak="al", 11239 unicodeslot=0x426, 11240 }, 11241 [0x427]={ 11242 adobename="afii10041", 11243 category="lu", 11244 cjkwd="a", 11245 contextname="cyrillicCH", 11246 description="CYRILLIC CAPITAL LETTER CHE", 11247 direction="l", 11248 lccode=0x447, 11249 linebreak="al", 11250 unicodeslot=0x427, 11251 }, 11252 [0x428]={ 11253 adobename="afii10042", 11254 category="lu", 11255 cjkwd="a", 11256 contextname="cyrillicSH", 11257 description="CYRILLIC CAPITAL LETTER SHA", 11258 direction="l", 11259 lccode=0x448, 11260 linebreak="al", 11261 unicodeslot=0x428, 11262 }, 11263 [0x429]={ 11264 adobename="afii10043", 11265 category="lu", 11266 cjkwd="a", 11267 contextname="cyrillicSHCH", 11268 description="CYRILLIC CAPITAL LETTER SHCHA", 11269 direction="l", 11270 lccode=0x449, 11271 linebreak="al", 11272 unicodeslot=0x429, 11273 }, 11274 [0x42A]={ 11275 adobename="afii10044", 11276 category="lu", 11277 cjkwd="a", 11278 contextname="cyrillicHRDSN", 11279 description="CYRILLIC CAPITAL LETTER HARD SIGN", 11280 direction="l", 11281 lccode=0x44A, 11282 linebreak="al", 11283 unicodeslot=0x42A, 11284 }, 11285 [0x42B]={ 11286 adobename="afii10045", 11287 category="lu", 11288 cjkwd="a", 11289 contextname="cyrillicERY", 11290 description="CYRILLIC CAPITAL LETTER YERU", 11291 direction="l", 11292 lccode=0x44B, 11293 linebreak="al", 11294 unicodeslot=0x42B, 11295 }, 11296 [0x42C]={ 11297 adobename="afii10046", 11298 category="lu", 11299 cjkwd="a", 11300 contextname="cyrillicSFTSN", 11301 description="CYRILLIC CAPITAL LETTER SOFT SIGN", 11302 direction="l", 11303 lccode=0x44C, 11304 linebreak="al", 11305 unicodeslot=0x42C, 11306 }, 11307 [0x42D]={ 11308 adobename="afii10047", 11309 category="lu", 11310 cjkwd="a", 11311 contextname="cyrillicEREV", 11312 description="CYRILLIC CAPITAL LETTER E", 11313 direction="l", 11314 lccode=0x44D, 11315 linebreak="al", 11316 unicodeslot=0x42D, 11317 }, 11318 [0x42E]={ 11319 adobename="afii10048", 11320 category="lu", 11321 cjkwd="a", 11322 contextname="cyrillicYU", 11323 description="CYRILLIC CAPITAL LETTER YU", 11324 direction="l", 11325 lccode=0x44E, 11326 linebreak="al", 11327 unicodeslot=0x42E, 11328 }, 11329 [0x42F]={ 11330 adobename="afii10049", 11331 category="lu", 11332 cjkwd="a", 11333 contextname="cyrillicYA", 11334 description="CYRILLIC CAPITAL LETTER YA", 11335 direction="l", 11336 lccode=0x44F, 11337 linebreak="al", 11338 unicodeslot=0x42F, 11339 }, 11340 [0x430]={ 11341 adobename="afii10065", 11342 category="ll", 11343 cjkwd="a", 11344 contextname="cyrillica", 11345 description="CYRILLIC SMALL LETTER A", 11346 direction="l", 11347 linebreak="al", 11348 uccode=0x410, 11349 unicodeslot=0x430, 11350 }, 11351 [0x431]={ 11352 adobename="becyrillic", 11353 category="ll", 11354 cjkwd="a", 11355 contextname="cyrillicb", 11356 description="CYRILLIC SMALL LETTER BE", 11357 direction="l", 11358 linebreak="al", 11359 uccode=0x411, 11360 unicodeslot=0x431, 11361 }, 11362 [0x432]={ 11363 adobename="vecyrillic", 11364 category="ll", 11365 cjkwd="a", 11366 contextname="cyrillicv", 11367 description="CYRILLIC SMALL LETTER VE", 11368 direction="l", 11369 linebreak="al", 11370 uccode=0x412, 11371 unicodeslot=0x432, 11372 }, 11373 [0x433]={ 11374 adobename="gecyrillic", 11375 category="ll", 11376 cjkwd="a", 11377 contextname="cyrillicg", 11378 description="CYRILLIC SMALL LETTER GHE", 11379 direction="l", 11380 linebreak="al", 11381 uccode=0x413, 11382 unicodeslot=0x433, 11383 }, 11384 [0x434]={ 11385 adobename="decyrillic", 11386 category="ll", 11387 cjkwd="a", 11388 contextname="cyrillicd", 11389 description="CYRILLIC SMALL LETTER DE", 11390 direction="l", 11391 linebreak="al", 11392 uccode=0x414, 11393 unicodeslot=0x434, 11394 }, 11395 [0x435]={ 11396 adobename="iecyrillic", 11397 category="ll", 11398 cjkwd="a", 11399 contextname="cyrillice", 11400 description="CYRILLIC SMALL LETTER IE", 11401 direction="l", 11402 linebreak="al", 11403 uccode=0x415, 11404 unicodeslot=0x435, 11405 }, 11406 [0x436]={ 11407 adobename="zhecyrillic", 11408 category="ll", 11409 cjkwd="a", 11410 contextname="cyrilliczh", 11411 description="CYRILLIC SMALL LETTER ZHE", 11412 direction="l", 11413 linebreak="al", 11414 uccode=0x416, 11415 unicodeslot=0x436, 11416 }, 11417 [0x437]={ 11418 adobename="zecyrillic", 11419 category="ll", 11420 cjkwd="a", 11421 contextname="cyrillicz", 11422 description="CYRILLIC SMALL LETTER ZE", 11423 direction="l", 11424 linebreak="al", 11425 uccode=0x417, 11426 unicodeslot=0x437, 11427 }, 11428 [0x438]={ 11429 adobename="iicyrillic", 11430 category="ll", 11431 cjkwd="a", 11432 contextname="cyrillici", 11433 description="CYRILLIC SMALL LETTER I", 11434 direction="l", 11435 linebreak="al", 11436 uccode=0x418, 11437 unicodeslot=0x438, 11438 }, 11439 [0x439]={ 11440 adobename="iishortcyrillic", 11441 category="ll", 11442 cjkwd="a", 11443 contextname="cyrillicishrt", 11444 description="CYRILLIC SMALL LETTER SHORT I", 11445 direction="l", 11446 linebreak="al", 11447 specials={ "char", 0x438, 0x306 }, 11448 uccode=0x419, 11449 unicodeslot=0x439, 11450 }, 11451 [0x43A]={ 11452 adobename="kacyrillic", 11453 category="ll", 11454 cjkwd="a", 11455 contextname="cyrillick", 11456 description="CYRILLIC SMALL LETTER KA", 11457 direction="l", 11458 linebreak="al", 11459 uccode=0x41A, 11460 unicodeslot=0x43A, 11461 }, 11462 [0x43B]={ 11463 adobename="elcyrillic", 11464 category="ll", 11465 cjkwd="a", 11466 contextname="cyrillicl", 11467 description="CYRILLIC SMALL LETTER EL", 11468 direction="l", 11469 linebreak="al", 11470 uccode=0x41B, 11471 unicodeslot=0x43B, 11472 }, 11473 [0x43C]={ 11474 adobename="emcyrillic", 11475 category="ll", 11476 cjkwd="a", 11477 contextname="cyrillicm", 11478 description="CYRILLIC SMALL LETTER EM", 11479 direction="l", 11480 linebreak="al", 11481 uccode=0x41C, 11482 unicodeslot=0x43C, 11483 }, 11484 [0x43D]={ 11485 adobename="encyrillic", 11486 category="ll", 11487 cjkwd="a", 11488 contextname="cyrillicn", 11489 description="CYRILLIC SMALL LETTER EN", 11490 direction="l", 11491 linebreak="al", 11492 uccode=0x41D, 11493 unicodeslot=0x43D, 11494 }, 11495 [0x43E]={ 11496 adobename="ocyrillic", 11497 category="ll", 11498 cjkwd="a", 11499 contextname="cyrillico", 11500 description="CYRILLIC SMALL LETTER O", 11501 direction="l", 11502 linebreak="al", 11503 uccode=0x41E, 11504 unicodeslot=0x43E, 11505 }, 11506 [0x43F]={ 11507 adobename="pecyrillic", 11508 category="ll", 11509 cjkwd="a", 11510 contextname="cyrillicp", 11511 description="CYRILLIC SMALL LETTER PE", 11512 direction="l", 11513 linebreak="al", 11514 uccode=0x41F, 11515 unicodeslot=0x43F, 11516 }, 11517 [0x440]={ 11518 adobename="ercyrillic", 11519 category="ll", 11520 cjkwd="a", 11521 contextname="cyrillicr", 11522 description="CYRILLIC SMALL LETTER ER", 11523 direction="l", 11524 linebreak="al", 11525 uccode=0x420, 11526 unicodeslot=0x440, 11527 }, 11528 [0x441]={ 11529 adobename="escyrillic", 11530 category="ll", 11531 cjkwd="a", 11532 contextname="cyrillics", 11533 description="CYRILLIC SMALL LETTER ES", 11534 direction="l", 11535 linebreak="al", 11536 uccode=0x421, 11537 unicodeslot=0x441, 11538 }, 11539 [0x442]={ 11540 adobename="tecyrillic", 11541 category="ll", 11542 cjkwd="a", 11543 contextname="cyrillict", 11544 description="CYRILLIC SMALL LETTER TE", 11545 direction="l", 11546 linebreak="al", 11547 uccode=0x422, 11548 unicodeslot=0x442, 11549 }, 11550 [0x443]={ 11551 adobename="ucyrillic", 11552 category="ll", 11553 cjkwd="a", 11554 contextname="cyrillicu", 11555 description="CYRILLIC SMALL LETTER U", 11556 direction="l", 11557 linebreak="al", 11558 uccode=0x423, 11559 unicodeslot=0x443, 11560 }, 11561 [0x444]={ 11562 adobename="efcyrillic", 11563 category="ll", 11564 cjkwd="a", 11565 contextname="cyrillicf", 11566 description="CYRILLIC SMALL LETTER EF", 11567 direction="l", 11568 linebreak="al", 11569 uccode=0x424, 11570 unicodeslot=0x444, 11571 }, 11572 [0x445]={ 11573 adobename="khacyrillic", 11574 category="ll", 11575 cjkwd="a", 11576 contextname="cyrillich", 11577 description="CYRILLIC SMALL LETTER HA", 11578 direction="l", 11579 linebreak="al", 11580 uccode=0x425, 11581 unicodeslot=0x445, 11582 }, 11583 [0x446]={ 11584 adobename="tsecyrillic", 11585 category="ll", 11586 cjkwd="a", 11587 contextname="cyrillicc", 11588 description="CYRILLIC SMALL LETTER TSE", 11589 direction="l", 11590 linebreak="al", 11591 uccode=0x426, 11592 unicodeslot=0x446, 11593 }, 11594 [0x447]={ 11595 adobename="checyrillic", 11596 category="ll", 11597 cjkwd="a", 11598 contextname="cyrillicch", 11599 description="CYRILLIC SMALL LETTER CHE", 11600 direction="l", 11601 linebreak="al", 11602 uccode=0x427, 11603 unicodeslot=0x447, 11604 }, 11605 [0x448]={ 11606 adobename="shacyrillic", 11607 category="ll", 11608 cjkwd="a", 11609 contextname="cyrillicsh", 11610 description="CYRILLIC SMALL LETTER SHA", 11611 direction="l", 11612 linebreak="al", 11613 uccode=0x428, 11614 unicodeslot=0x448, 11615 }, 11616 [0x449]={ 11617 adobename="shchacyrillic", 11618 category="ll", 11619 cjkwd="a", 11620 contextname="cyrillicshch", 11621 description="CYRILLIC SMALL LETTER SHCHA", 11622 direction="l", 11623 linebreak="al", 11624 uccode=0x429, 11625 unicodeslot=0x449, 11626 }, 11627 [0x44A]={ 11628 adobename="hardsigncyrillic", 11629 category="ll", 11630 cjkwd="a", 11631 contextname="cyrillichrdsn", 11632 description="CYRILLIC SMALL LETTER HARD SIGN", 11633 direction="l", 11634 linebreak="al", 11635 uccode=0x42A, 11636 unicodeslot=0x44A, 11637 }, 11638 [0x44B]={ 11639 adobename="yericyrillic", 11640 category="ll", 11641 cjkwd="a", 11642 contextname="cyrillicery", 11643 description="CYRILLIC SMALL LETTER YERU", 11644 direction="l", 11645 linebreak="al", 11646 uccode=0x42B, 11647 unicodeslot=0x44B, 11648 }, 11649 [0x44C]={ 11650 adobename="softsigncyrillic", 11651 category="ll", 11652 cjkwd="a", 11653 contextname="cyrillicsftsn", 11654 description="CYRILLIC SMALL LETTER SOFT SIGN", 11655 direction="l", 11656 linebreak="al", 11657 uccode=0x42C, 11658 unicodeslot=0x44C, 11659 }, 11660 [0x44D]={ 11661 adobename="ereversedcyrillic", 11662 category="ll", 11663 cjkwd="a", 11664 contextname="cyrillicerev", 11665 description="CYRILLIC SMALL LETTER E", 11666 direction="l", 11667 linebreak="al", 11668 uccode=0x42D, 11669 unicodeslot=0x44D, 11670 }, 11671 [0x44E]={ 11672 adobename="iucyrillic", 11673 category="ll", 11674 cjkwd="a", 11675 contextname="cyrillicyu", 11676 description="CYRILLIC SMALL LETTER YU", 11677 direction="l", 11678 linebreak="al", 11679 uccode=0x42E, 11680 unicodeslot=0x44E, 11681 }, 11682 [0x44F]={ 11683 adobename="iacyrillic", 11684 category="ll", 11685 cjkwd="a", 11686 contextname="cyrillicya", 11687 description="CYRILLIC SMALL LETTER YA", 11688 direction="l", 11689 linebreak="al", 11690 uccode=0x42F, 11691 unicodeslot=0x44F, 11692 }, 11693 [0x450]={ 11694 category="ll", 11695 contextname="cyrillicegrave", 11696 description="CYRILLIC SMALL LETTER IE WITH GRAVE", 11697 direction="l", 11698 linebreak="al", 11699 shcode=0x435, 11700 specials={ "char", 0x435, 0x300 }, 11701 uccode=0x400, 11702 unicodeslot=0x450, 11703 }, 11704 [0x451]={ 11705 adobename="iocyrillic", 11706 category="ll", 11707 cjkwd="a", 11708 contextname="cyrillicyo", 11709 description="CYRILLIC SMALL LETTER IO", 11710 direction="l", 11711 linebreak="al", 11712 specials={ "char", 0x435, 0x308 }, 11713 uccode=0x401, 11714 unicodeslot=0x451, 11715 }, 11716 [0x452]={ 11717 adobename="djecyrillic", 11718 category="ll", 11719 contextname="cyrillicdje", 11720 description="CYRILLIC SMALL LETTER DJE", 11721 direction="l", 11722 linebreak="al", 11723 uccode=0x402, 11724 unicodeslot=0x452, 11725 }, 11726 [0x453]={ 11727 adobename="gjecyrillic", 11728 category="ll", 11729 contextname="cyrillicgje", 11730 description="CYRILLIC SMALL LETTER GJE", 11731 direction="l", 11732 linebreak="al", 11733 specials={ "char", 0x433, 0x301 }, 11734 uccode=0x403, 11735 unicodeslot=0x453, 11736 }, 11737 [0x454]={ 11738 adobename="ecyrillic", 11739 category="ll", 11740 contextname="cyrillicie", 11741 description="CYRILLIC SMALL LETTER UKRAINIAN IE", 11742 direction="l", 11743 linebreak="al", 11744 uccode=0x404, 11745 unicodeslot=0x454, 11746 }, 11747 [0x455]={ 11748 adobename="dzecyrillic", 11749 category="ll", 11750 contextname="cyrillicdze", 11751 description="CYRILLIC SMALL LETTER DZE", 11752 direction="l", 11753 linebreak="al", 11754 uccode=0x405, 11755 unicodeslot=0x455, 11756 }, 11757 [0x456]={ 11758 adobename="icyrillic", 11759 category="ll", 11760 contextname="cyrillicii", 11761 description="CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I", 11762 direction="l", 11763 linebreak="al", 11764 uccode=0x406, 11765 unicodeslot=0x456, 11766 }, 11767 [0x457]={ 11768 adobename="yicyrillic", 11769 category="ll", 11770 contextname="cyrillicyi", 11771 description="CYRILLIC SMALL LETTER YI", 11772 direction="l", 11773 linebreak="al", 11774 specials={ "char", 0x456, 0x308 }, 11775 uccode=0x407, 11776 unicodeslot=0x457, 11777 }, 11778 [0x458]={ 11779 adobename="jecyrillic", 11780 category="ll", 11781 contextname="cyrillicje", 11782 description="CYRILLIC SMALL LETTER JE", 11783 direction="l", 11784 linebreak="al", 11785 uccode=0x408, 11786 unicodeslot=0x458, 11787 }, 11788 [0x459]={ 11789 adobename="ljecyrillic", 11790 category="ll", 11791 contextname="cyrilliclje", 11792 description="CYRILLIC SMALL LETTER LJE", 11793 direction="l", 11794 linebreak="al", 11795 uccode=0x409, 11796 unicodeslot=0x459, 11797 }, 11798 [0x45A]={ 11799 adobename="njecyrillic", 11800 category="ll", 11801 contextname="cyrillicnje", 11802 description="CYRILLIC SMALL LETTER NJE", 11803 direction="l", 11804 linebreak="al", 11805 uccode=0x40A, 11806 unicodeslot=0x45A, 11807 }, 11808 [0x45B]={ 11809 adobename="tshecyrillic", 11810 category="ll", 11811 contextname="cyrillictshe", 11812 description="CYRILLIC SMALL LETTER TSHE", 11813 direction="l", 11814 linebreak="al", 11815 uccode=0x40B, 11816 unicodeslot=0x45B, 11817 }, 11818 [0x45C]={ 11819 adobename="kjecyrillic", 11820 category="ll", 11821 contextname="cyrillickje", 11822 description="CYRILLIC SMALL LETTER KJE", 11823 direction="l", 11824 linebreak="al", 11825 specials={ "char", 0x43A, 0x301 }, 11826 uccode=0x40C, 11827 unicodeslot=0x45C, 11828 }, 11829 [0x45D]={ 11830 category="ll", 11831 contextname="cyrillicigrave", 11832 description="CYRILLIC SMALL LETTER I WITH GRAVE", 11833 direction="l", 11834 linebreak="al", 11835 shcode=0x438, 11836 specials={ "char", 0x438, 0x300 }, 11837 uccode=0x40D, 11838 unicodeslot=0x45D, 11839 }, 11840 [0x45E]={ 11841 adobename="ushortcyrillic", 11842 category="ll", 11843 contextname="cyrillicushrt", 11844 description="CYRILLIC SMALL LETTER SHORT U", 11845 direction="l", 11846 linebreak="al", 11847 specials={ "char", 0x443, 0x306 }, 11848 uccode=0x40E, 11849 unicodeslot=0x45E, 11850 }, 11851 [0x45F]={ 11852 adobename="dzhecyrillic", 11853 category="ll", 11854 contextname="cyrillicdzhe", 11855 description="CYRILLIC SMALL LETTER DZHE", 11856 direction="l", 11857 linebreak="al", 11858 uccode=0x40F, 11859 unicodeslot=0x45F, 11860 }, 11861 [0x460]={ 11862 adobename="Omegacyrillic", 11863 category="lu", 11864 contextname="cyrillicOMEGA", 11865 description="CYRILLIC CAPITAL LETTER OMEGA", 11866 direction="l", 11867 lccode=0x461, 11868 linebreak="al", 11869 unicodeslot=0x460, 11870 }, 11871 [0x461]={ 11872 adobename="omegacyrillic", 11873 category="ll", 11874 contextname="cyrillicomega", 11875 description="CYRILLIC SMALL LETTER OMEGA", 11876 direction="l", 11877 linebreak="al", 11878 uccode=0x460, 11879 unicodeslot=0x461, 11880 }, 11881 [0x462]={ 11882 adobename="afii10146", 11883 category="lu", 11884 contextname="cyrillicYAT", 11885 description="CYRILLIC CAPITAL LETTER YAT", 11886 direction="l", 11887 lccode=0x463, 11888 linebreak="al", 11889 unicodeslot=0x462, 11890 }, 11891 [0x463]={ 11892 adobename="yatcyrillic", 11893 category="ll", 11894 contextname="cyrillicyat", 11895 description="CYRILLIC SMALL LETTER YAT", 11896 direction="l", 11897 linebreak="al", 11898 uccode=0x462, 11899 unicodeslot=0x463, 11900 }, 11901 [0x464]={ 11902 adobename="Eiotifiedcyrillic", 11903 category="lu", 11904 contextname="cyrillicEiotified", 11905 description="CYRILLIC CAPITAL LETTER IOTIFIED E", 11906 direction="l", 11907 lccode=0x465, 11908 linebreak="al", 11909 unicodeslot=0x464, 11910 }, 11911 [0x465]={ 11912 adobename="eiotifiedcyrillic", 11913 category="ll", 11914 contextname="cyrilliceiotified", 11915 description="CYRILLIC SMALL LETTER IOTIFIED E", 11916 direction="l", 11917 linebreak="al", 11918 uccode=0x464, 11919 unicodeslot=0x465, 11920 }, 11921 [0x466]={ 11922 adobename="Yuslittlecyrillic", 11923 category="lu", 11924 contextname="cyrillicLITTLEYUS", 11925 description="CYRILLIC CAPITAL LETTER LITTLE YUS", 11926 direction="l", 11927 lccode=0x467, 11928 linebreak="al", 11929 unicodeslot=0x466, 11930 }, 11931 [0x467]={ 11932 adobename="yuslittlecyrillic", 11933 category="ll", 11934 contextname="cyrilliclittleyus", 11935 description="CYRILLIC SMALL LETTER LITTLE YUS", 11936 direction="l", 11937 linebreak="al", 11938 uccode=0x466, 11939 unicodeslot=0x467, 11940 }, 11941 [0x468]={ 11942 adobename="Yuslittleiotifiedcyrillic", 11943 category="lu", 11944 contextname="cyrillicLITTLEYUSiotified", 11945 description="CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS", 11946 direction="l", 11947 lccode=0x469, 11948 linebreak="al", 11949 unicodeslot=0x468, 11950 }, 11951 [0x469]={ 11952 adobename="yuslittleiotifiedcyrillic", 11953 category="ll", 11954 contextname="cyrilliclittleyusiotified", 11955 description="CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS", 11956 direction="l", 11957 linebreak="al", 11958 uccode=0x468, 11959 unicodeslot=0x469, 11960 }, 11961 [0x46A]={ 11962 adobename="Yusbigcyrillic", 11963 category="lu", 11964 contextname="cyrillicBIGYUS", 11965 description="CYRILLIC CAPITAL LETTER BIG YUS", 11966 direction="l", 11967 lccode=0x46B, 11968 linebreak="al", 11969 unicodeslot=0x46A, 11970 }, 11971 [0x46B]={ 11972 adobename="yusbigcyrillic", 11973 category="ll", 11974 contextname="cyrillicbigyus", 11975 description="CYRILLIC SMALL LETTER BIG YUS", 11976 direction="l", 11977 linebreak="al", 11978 uccode=0x46A, 11979 unicodeslot=0x46B, 11980 }, 11981 [0x46C]={ 11982 adobename="Yusbigiotifiedcyrillic", 11983 category="lu", 11984 contextname="cyrillicBIGYUSiotified", 11985 description="CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS", 11986 direction="l", 11987 lccode=0x46D, 11988 linebreak="al", 11989 unicodeslot=0x46C, 11990 }, 11991 [0x46D]={ 11992 adobename="yusbigiotifiedcyrillic", 11993 category="ll", 11994 contextname="cyrillicbigyusiotified", 11995 description="CYRILLIC SMALL LETTER IOTIFIED BIG YUS", 11996 direction="l", 11997 linebreak="al", 11998 uccode=0x46C, 11999 unicodeslot=0x46D, 12000 }, 12001 [0x46E]={ 12002 adobename="Ksicyrillic", 12003 category="lu", 12004 contextname="cyrillicKSI", 12005 description="CYRILLIC CAPITAL LETTER KSI", 12006 direction="l", 12007 lccode=0x46F, 12008 linebreak="al", 12009 unicodeslot=0x46E, 12010 }, 12011 [0x46F]={ 12012 adobename="ksicyrillic", 12013 category="ll", 12014 contextname="cyrillicksi", 12015 description="CYRILLIC SMALL LETTER KSI", 12016 direction="l", 12017 linebreak="al", 12018 uccode=0x46E, 12019 unicodeslot=0x46F, 12020 }, 12021 [0x470]={ 12022 adobename="Psicyrillic", 12023 category="lu", 12024 contextname="cyrillicPSI", 12025 description="CYRILLIC CAPITAL LETTER PSI", 12026 direction="l", 12027 lccode=0x471, 12028 linebreak="al", 12029 unicodeslot=0x470, 12030 }, 12031 [0x471]={ 12032 adobename="psicyrillic", 12033 category="ll", 12034 contextname="cyrillicpsi", 12035 description="CYRILLIC SMALL LETTER PSI", 12036 direction="l", 12037 linebreak="al", 12038 uccode=0x470, 12039 unicodeslot=0x471, 12040 }, 12041 [0x472]={ 12042 adobename="afii10147", 12043 category="lu", 12044 contextname="cyrillicFITA", 12045 description="CYRILLIC CAPITAL LETTER FITA", 12046 direction="l", 12047 lccode=0x473, 12048 linebreak="al", 12049 unicodeslot=0x472, 12050 }, 12051 [0x473]={ 12052 adobename="fitacyrillic", 12053 category="ll", 12054 contextname="cyrillicfita", 12055 description="CYRILLIC SMALL LETTER FITA", 12056 direction="l", 12057 linebreak="al", 12058 uccode=0x472, 12059 unicodeslot=0x473, 12060 }, 12061 [0x474]={ 12062 adobename="afii10148", 12063 category="lu", 12064 contextname="cyrillicIZHITSA", 12065 description="CYRILLIC CAPITAL LETTER IZHITSA", 12066 direction="l", 12067 lccode=0x475, 12068 linebreak="al", 12069 unicodeslot=0x474, 12070 }, 12071 [0x475]={ 12072 adobename="izhitsacyrillic", 12073 category="ll", 12074 contextname="cyrillicizhitsa", 12075 description="CYRILLIC SMALL LETTER IZHITSA", 12076 direction="l", 12077 linebreak="al", 12078 uccode=0x474, 12079 unicodeslot=0x475, 12080 }, 12081 [0x476]={ 12082 adobename="Izhitsadblgravecyrillic", 12083 category="lu", 12084 contextname="cyrillicIZHITSAdoublegrave", 12085 description="CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT", 12086 direction="l", 12087 lccode=0x477, 12088 linebreak="al", 12089 shcode=0x474, 12090 specials={ "char", 0x474, 0x30F }, 12091 unicodeslot=0x476, 12092 }, 12093 [0x477]={ 12094 adobename="izhitsadblgravecyrillic", 12095 category="ll", 12096 contextname="cyrillicizhitsadoublegrave", 12097 description="CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT", 12098 direction="l", 12099 linebreak="al", 12100 shcode=0x475, 12101 specials={ "char", 0x475, 0x30F }, 12102 uccode=0x476, 12103 unicodeslot=0x477, 12104 }, 12105 [0x478]={ 12106 adobename="Ukcyrillic", 12107 category="lu", 12108 contextname="cyrillicUK", 12109 description="CYRILLIC CAPITAL LETTER UK", 12110 direction="l", 12111 lccode=0x479, 12112 linebreak="al", 12113 unicodeslot=0x478, 12114 }, 12115 [0x479]={ 12116 adobename="ukcyrillic", 12117 category="ll", 12118 contextname="cyrillicuk", 12119 description="CYRILLIC SMALL LETTER UK", 12120 direction="l", 12121 linebreak="al", 12122 uccode=0x478, 12123 unicodeslot=0x479, 12124 }, 12125 [0x47A]={ 12126 adobename="Omegaroundcyrillic", 12127 category="lu", 12128 contextname="cyrillicOMEGAround", 12129 description="CYRILLIC CAPITAL LETTER ROUND OMEGA", 12130 direction="l", 12131 lccode=0x47B, 12132 linebreak="al", 12133 unicodeslot=0x47A, 12134 }, 12135 [0x47B]={ 12136 adobename="omegaroundcyrillic", 12137 category="ll", 12138 contextname="cyrillicomegaround", 12139 description="CYRILLIC SMALL LETTER ROUND OMEGA", 12140 direction="l", 12141 linebreak="al", 12142 uccode=0x47A, 12143 unicodeslot=0x47B, 12144 }, 12145 [0x47C]={ 12146 adobename="Omegatitlocyrillic", 12147 category="lu", 12148 contextname="cyrillicOMEGAtitlo", 12149 description="CYRILLIC CAPITAL LETTER OMEGA WITH TITLO", 12150 direction="l", 12151 lccode=0x47D, 12152 linebreak="al", 12153 shcode=0x460, 12154 unicodeslot=0x47C, 12155 }, 12156 [0x47D]={ 12157 adobename="omegatitlocyrillic", 12158 category="ll", 12159 contextname="cyrillicomegatitlo", 12160 description="CYRILLIC SMALL LETTER OMEGA WITH TITLO", 12161 direction="l", 12162 linebreak="al", 12163 shcode=0x461, 12164 uccode=0x47C, 12165 unicodeslot=0x47D, 12166 }, 12167 [0x47E]={ 12168 adobename="Otcyrillic", 12169 category="lu", 12170 contextname="cyrillicOT", 12171 description="CYRILLIC CAPITAL LETTER OT", 12172 direction="l", 12173 lccode=0x47F, 12174 linebreak="al", 12175 unicodeslot=0x47E, 12176 }, 12177 [0x47F]={ 12178 adobename="otcyrillic", 12179 category="ll", 12180 contextname="cyrillicot", 12181 description="CYRILLIC SMALL LETTER OT", 12182 direction="l", 12183 linebreak="al", 12184 uccode=0x47E, 12185 unicodeslot=0x47F, 12186 }, 12187 [0x480]={ 12188 adobename="Koppacyrillic", 12189 category="lu", 12190 contextname="cyrillicKOPPA", 12191 description="CYRILLIC CAPITAL LETTER KOPPA", 12192 direction="l", 12193 lccode=0x481, 12194 linebreak="al", 12195 unicodeslot=0x480, 12196 }, 12197 [0x481]={ 12198 adobename="koppacyrillic", 12199 category="ll", 12200 contextname="cyrillickoppa", 12201 description="CYRILLIC SMALL LETTER KOPPA", 12202 direction="l", 12203 linebreak="al", 12204 uccode=0x480, 12205 unicodeslot=0x481, 12206 }, 12207 [0x482]={ 12208 adobename="thousandcyrillic", 12209 category="so", 12210 description="CYRILLIC THOUSANDS SIGN", 12211 direction="l", 12212 linebreak="al", 12213 unicodeslot=0x482, 12214 }, 12215 [0x483]={ 12216 adobename="titlocyrilliccmb", 12217 category="mn", 12218 combining=0xE6, 12219 contextname="cyrillicTITLO", 12220 description="COMBINING CYRILLIC TITLO", 12221 direction="nsm", 12222 linebreak="cm", 12223 unicodeslot=0x483, 12224 }, 12225 [0x484]={ 12226 adobename="palatalizationcyrilliccmb", 12227 category="mn", 12228 combining=0xE6, 12229 contextname="cyrillicPALATALIZATION", 12230 description="COMBINING CYRILLIC PALATALIZATION", 12231 direction="nsm", 12232 linebreak="cm", 12233 unicodeslot=0x484, 12234 }, 12235 [0x485]={ 12236 adobename="dasiapneumatacyrilliccmb", 12237 category="mn", 12238 combining=0xE6, 12239 contextname="cyrillicDASIAPNEUMATA", 12240 description="COMBINING CYRILLIC DASIA PNEUMATA", 12241 direction="nsm", 12242 linebreak="cm", 12243 unicodeslot=0x485, 12244 }, 12245 [0x486]={ 12246 adobename="psilipneumatacyrilliccmb", 12247 category="mn", 12248 combining=0xE6, 12249 contextname="cyrillicPSILIPNEUMATA", 12250 description="COMBINING CYRILLIC PSILI PNEUMATA", 12251 direction="nsm", 12252 linebreak="cm", 12253 unicodeslot=0x486, 12254 }, 12255 [0x487]={ 12256 category="mn", 12257 combining=0xE6, 12258 description="COMBINING CYRILLIC POKRYTIE", 12259 direction="nsm", 12260 linebreak="cm", 12261 unicodeslot=0x487, 12262 }, 12263 [0x488]={ 12264 category="me", 12265 description="COMBINING CYRILLIC HUNDRED THOUSANDS SIGN", 12266 direction="nsm", 12267 linebreak="cm", 12268 unicodeslot=0x488, 12269 }, 12270 [0x489]={ 12271 category="me", 12272 description="COMBINING CYRILLIC MILLIONS SIGN", 12273 direction="nsm", 12274 linebreak="cm", 12275 unicodeslot=0x489, 12276 }, 12277 [0x48A]={ 12278 category="lu", 12279 contextname="cyrillicISHRTtail", 12280 description="CYRILLIC CAPITAL LETTER SHORT I WITH TAIL", 12281 direction="l", 12282 lccode=0x48B, 12283 linebreak="al", 12284 unicodeslot=0x48A, 12285 }, 12286 [0x48B]={ 12287 category="ll", 12288 contextname="cyrillicishrttail", 12289 description="CYRILLIC SMALL LETTER SHORT I WITH TAIL", 12290 direction="l", 12291 linebreak="al", 12292 uccode=0x48A, 12293 unicodeslot=0x48B, 12294 }, 12295 [0x48C]={ 12296 category="lu", 12297 contextname="cyrillicSEMISOFT", 12298 description="CYRILLIC CAPITAL LETTER SEMISOFT SIGN", 12299 direction="l", 12300 lccode=0x48D, 12301 linebreak="al", 12302 unicodeslot=0x48C, 12303 }, 12304 [0x48D]={ 12305 category="ll", 12306 contextname="cyrillicsemisoft", 12307 description="CYRILLIC SMALL LETTER SEMISOFT SIGN", 12308 direction="l", 12309 linebreak="al", 12310 uccode=0x48C, 12311 unicodeslot=0x48D, 12312 }, 12313 [0x48E]={ 12314 category="lu", 12315 contextname="cyrillicERtick", 12316 description="CYRILLIC CAPITAL LETTER ER WITH TICK", 12317 direction="l", 12318 lccode=0x48F, 12319 linebreak="al", 12320 shcode=0x420, 12321 unicodeslot=0x48E, 12322 }, 12323 [0x48F]={ 12324 category="ll", 12325 contextname="cyrillicertick", 12326 description="CYRILLIC SMALL LETTER ER WITH TICK", 12327 direction="l", 12328 linebreak="al", 12329 shcode=0x440, 12330 uccode=0x48E, 12331 unicodeslot=0x48F, 12332 }, 12333 [0x490]={ 12334 adobename="afii10050", 12335 category="lu", 12336 contextname="cyrillicGHEupturn", 12337 description="CYRILLIC CAPITAL LETTER GHE WITH UPTURN", 12338 direction="l", 12339 lccode=0x491, 12340 linebreak="al", 12341 shcode=0x413, 12342 unicodeslot=0x490, 12343 }, 12344 [0x491]={ 12345 adobename="gheupturncyrillic", 12346 category="ll", 12347 contextname="cyrillicgheupturn", 12348 description="CYRILLIC SMALL LETTER GHE WITH UPTURN", 12349 direction="l", 12350 linebreak="al", 12351 shcode=0x433, 12352 uccode=0x490, 12353 unicodeslot=0x491, 12354 }, 12355 [0x492]={ 12356 adobename="Ghestrokecyrillic", 12357 category="lu", 12358 contextname="cyrillicGHEstroke", 12359 description="CYRILLIC CAPITAL LETTER GHE WITH STROKE", 12360 direction="l", 12361 lccode=0x493, 12362 linebreak="al", 12363 shcode=0x413, 12364 specials={ "with", 0x413, 0x2F }, 12365 unicodeslot=0x492, 12366 }, 12367 [0x493]={ 12368 adobename="ghestrokecyrillic", 12369 category="ll", 12370 contextname="cyrillicghestroke", 12371 description="CYRILLIC SMALL LETTER GHE WITH STROKE", 12372 direction="l", 12373 linebreak="al", 12374 shcode=0x433, 12375 specials={ "with", 0x433, 0x2F }, 12376 uccode=0x492, 12377 unicodeslot=0x493, 12378 }, 12379 [0x494]={ 12380 adobename="Ghemiddlehookcyrillic", 12381 category="lu", 12382 contextname="cyrillicGHEmidhook", 12383 description="CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK", 12384 direction="l", 12385 lccode=0x495, 12386 linebreak="al", 12387 shcode=0x413, 12388 unicodeslot=0x494, 12389 }, 12390 [0x495]={ 12391 adobename="ghemiddlehookcyrillic", 12392 category="ll", 12393 contextname="cyrillicghemidhook", 12394 description="CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK", 12395 direction="l", 12396 linebreak="al", 12397 shcode=0x433, 12398 uccode=0x494, 12399 unicodeslot=0x495, 12400 }, 12401 [0x496]={ 12402 adobename="Zhedescendercyrillic", 12403 category="lu", 12404 contextname="cyrillicZHEdescender", 12405 description="CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER", 12406 direction="l", 12407 lccode=0x497, 12408 linebreak="al", 12409 shcode=0x416, 12410 unicodeslot=0x496, 12411 }, 12412 [0x497]={ 12413 adobename="zhedescendercyrillic", 12414 category="ll", 12415 contextname="cyrilliczhedescender", 12416 description="CYRILLIC SMALL LETTER ZHE WITH DESCENDER", 12417 direction="l", 12418 linebreak="al", 12419 shcode=0x436, 12420 uccode=0x496, 12421 unicodeslot=0x497, 12422 }, 12423 [0x498]={ 12424 adobename="Zedescendercyrillic", 12425 category="lu", 12426 contextname="cyrillicZDSC", 12427 description="CYRILLIC CAPITAL LETTER ZE WITH DESCENDER", 12428 direction="l", 12429 lccode=0x499, 12430 linebreak="al", 12431 shcode=0x417, 12432 unicodeslot=0x498, 12433 }, 12434 [0x499]={ 12435 adobename="zedescendercyrillic", 12436 category="ll", 12437 contextname="cyrilliczdsc", 12438 description="CYRILLIC SMALL LETTER ZE WITH DESCENDER", 12439 direction="l", 12440 linebreak="al", 12441 shcode=0x437, 12442 uccode=0x498, 12443 unicodeslot=0x499, 12444 }, 12445 [0x49A]={ 12446 adobename="Kadescendercyrillic", 12447 category="lu", 12448 contextname="cyrillicKADC", 12449 description="CYRILLIC CAPITAL LETTER KA WITH DESCENDER", 12450 direction="l", 12451 lccode=0x49B, 12452 linebreak="al", 12453 shcode=0x41A, 12454 unicodeslot=0x49A, 12455 }, 12456 [0x49B]={ 12457 adobename="kadescendercyrillic", 12458 category="ll", 12459 contextname="cyrillickadc", 12460 description="CYRILLIC SMALL LETTER KA WITH DESCENDER", 12461 direction="l", 12462 linebreak="al", 12463 shcode=0x43A, 12464 uccode=0x49A, 12465 unicodeslot=0x49B, 12466 }, 12467 [0x49C]={ 12468 adobename="Kaverticalstrokecyrillic", 12469 category="lu", 12470 contextname="cyrillicKAvertstroke", 12471 description="CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE", 12472 direction="l", 12473 lccode=0x49D, 12474 linebreak="al", 12475 shcode=0x41A, 12476 unicodeslot=0x49C, 12477 }, 12478 [0x49D]={ 12479 adobename="kaverticalstrokecyrillic", 12480 category="ll", 12481 contextname="cyrillickavertstroke", 12482 description="CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE", 12483 direction="l", 12484 linebreak="al", 12485 shcode=0x43A, 12486 uccode=0x49C, 12487 unicodeslot=0x49D, 12488 }, 12489 [0x49E]={ 12490 adobename="Kastrokecyrillic", 12491 category="lu", 12492 contextname="cyrillicKAstroke", 12493 description="CYRILLIC CAPITAL LETTER KA WITH STROKE", 12494 direction="l", 12495 lccode=0x49F, 12496 linebreak="al", 12497 shcode=0x41A, 12498 specials={ "with", 0x41A, 0x2F }, 12499 unicodeslot=0x49E, 12500 }, 12501 [0x49F]={ 12502 adobename="kastrokecyrillic", 12503 category="ll", 12504 contextname="cyrillickastroke", 12505 description="CYRILLIC SMALL LETTER KA WITH STROKE", 12506 direction="l", 12507 linebreak="al", 12508 shcode=0x43A, 12509 specials={ "with", 0x43A, 0x2F }, 12510 uccode=0x49E, 12511 unicodeslot=0x49F, 12512 }, 12513 [0x4A0]={ 12514 adobename="Kabashkircyrillic", 12515 category="lu", 12516 contextname="cyrillicKAbashkir", 12517 description="CYRILLIC CAPITAL LETTER BASHKIR KA", 12518 direction="l", 12519 lccode=0x4A1, 12520 linebreak="al", 12521 unicodeslot=0x4A0, 12522 }, 12523 [0x4A1]={ 12524 adobename="kabashkircyrillic", 12525 category="ll", 12526 contextname="cyrillickabashkir", 12527 description="CYRILLIC SMALL LETTER BASHKIR KA", 12528 direction="l", 12529 linebreak="al", 12530 uccode=0x4A0, 12531 unicodeslot=0x4A1, 12532 }, 12533 [0x4A2]={ 12534 adobename="Endescendercyrillic", 12535 category="lu", 12536 contextname="cyrillicENDC", 12537 description="CYRILLIC CAPITAL LETTER EN WITH DESCENDER", 12538 direction="l", 12539 lccode=0x4A3, 12540 linebreak="al", 12541 shcode=0x41D, 12542 unicodeslot=0x4A2, 12543 }, 12544 [0x4A3]={ 12545 adobename="endescendercyrillic", 12546 category="ll", 12547 contextname="cyrillicendc", 12548 description="CYRILLIC SMALL LETTER EN WITH DESCENDER", 12549 direction="l", 12550 linebreak="al", 12551 shcode=0x43D, 12552 uccode=0x4A2, 12553 unicodeslot=0x4A3, 12554 }, 12555 [0x4A4]={ 12556 adobename="Enghecyrillic", 12557 category="lu", 12558 contextname="cyrillicENGHE", 12559 description="CYRILLIC CAPITAL LIGATURE EN GHE", 12560 direction="l", 12561 lccode=0x4A5, 12562 linebreak="al", 12563 unicodeslot=0x4A4, 12564 }, 12565 [0x4A5]={ 12566 adobename="enghecyrillic", 12567 category="ll", 12568 contextname="cyrillicenghe", 12569 description="CYRILLIC SMALL LIGATURE EN GHE", 12570 direction="l", 12571 linebreak="al", 12572 uccode=0x4A4, 12573 unicodeslot=0x4A5, 12574 }, 12575 [0x4A6]={ 12576 adobename="Pemiddlehookcyrillic", 12577 category="lu", 12578 contextname="cyrillicPEmidhook", 12579 description="CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK", 12580 direction="l", 12581 lccode=0x4A7, 12582 linebreak="al", 12583 shcode=0x41F, 12584 unicodeslot=0x4A6, 12585 }, 12586 [0x4A7]={ 12587 adobename="pemiddlehookcyrillic", 12588 category="ll", 12589 contextname="cyrillicpemidhook", 12590 description="CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK", 12591 direction="l", 12592 linebreak="al", 12593 shcode=0x43F, 12594 uccode=0x4A6, 12595 unicodeslot=0x4A7, 12596 }, 12597 [0x4A8]={ 12598 adobename="Haabkhasiancyrillic", 12599 category="lu", 12600 contextname="cyrillicHA", 12601 description="CYRILLIC CAPITAL LETTER ABKHASIAN HA", 12602 direction="l", 12603 lccode=0x4A9, 12604 linebreak="al", 12605 unicodeslot=0x4A8, 12606 }, 12607 [0x4A9]={ 12608 adobename="haabkhasiancyrillic", 12609 category="ll", 12610 contextname="cyrillicha", 12611 description="CYRILLIC SMALL LETTER ABKHASIAN HA", 12612 direction="l", 12613 linebreak="al", 12614 uccode=0x4A8, 12615 unicodeslot=0x4A9, 12616 }, 12617 [0x4AA]={ 12618 adobename="Esdescendercyrillic", 12619 category="lu", 12620 contextname="cyrillicSDSC", 12621 description="CYRILLIC CAPITAL LETTER ES WITH DESCENDER", 12622 direction="l", 12623 lccode=0x4AB, 12624 linebreak="al", 12625 shcode=0x421, 12626 unicodeslot=0x4AA, 12627 }, 12628 [0x4AB]={ 12629 adobename="esdescendercyrillic", 12630 category="ll", 12631 contextname="cyrillicsdsc", 12632 description="CYRILLIC SMALL LETTER ES WITH DESCENDER", 12633 direction="l", 12634 linebreak="al", 12635 shcode=0x441, 12636 uccode=0x4AA, 12637 unicodeslot=0x4AB, 12638 }, 12639 [0x4AC]={ 12640 adobename="Tedescendercyrillic", 12641 category="lu", 12642 contextname="cyrillicTEDC", 12643 description="CYRILLIC CAPITAL LETTER TE WITH DESCENDER", 12644 direction="l", 12645 lccode=0x4AD, 12646 linebreak="al", 12647 shcode=0x422, 12648 unicodeslot=0x4AC, 12649 }, 12650 [0x4AD]={ 12651 adobename="tedescendercyrillic", 12652 category="ll", 12653 contextname="cyrillictedc", 12654 description="CYRILLIC SMALL LETTER TE WITH DESCENDER", 12655 direction="l", 12656 linebreak="al", 12657 shcode=0x442, 12658 uccode=0x4AC, 12659 unicodeslot=0x4AD, 12660 }, 12661 [0x4AE]={ 12662 adobename="Ustraightcyrillic", 12663 category="lu", 12664 contextname="cyrillicYstr", 12665 description="CYRILLIC CAPITAL LETTER STRAIGHT U", 12666 direction="l", 12667 lccode=0x4AF, 12668 linebreak="al", 12669 unicodeslot=0x4AE, 12670 }, 12671 [0x4AF]={ 12672 adobename="ustraightcyrillic", 12673 category="ll", 12674 contextname="cyrillicystr", 12675 description="CYRILLIC SMALL LETTER STRAIGHT U", 12676 direction="l", 12677 linebreak="al", 12678 uccode=0x4AE, 12679 unicodeslot=0x4AF, 12680 }, 12681 [0x4B0]={ 12682 adobename="Ustraightstrokecyrillic", 12683 category="lu", 12684 contextname="cyrillicYstrstroke", 12685 description="CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE", 12686 direction="l", 12687 lccode=0x4B1, 12688 linebreak="al", 12689 specials={ "with", 0x4AE, 0x2F }, 12690 unicodeslot=0x4B0, 12691 }, 12692 [0x4B1]={ 12693 adobename="ustraightstrokecyrillic", 12694 category="ll", 12695 contextname="cyrillicystrstroke", 12696 description="CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE", 12697 direction="l", 12698 linebreak="al", 12699 specials={ "with", 0x4AF, 0x2F }, 12700 uccode=0x4B0, 12701 unicodeslot=0x4B1, 12702 }, 12703 [0x4B2]={ 12704 adobename="Hadescendercyrillic", 12705 category="lu", 12706 contextname="cyrillicHADC", 12707 description="CYRILLIC CAPITAL LETTER HA WITH DESCENDER", 12708 direction="l", 12709 lccode=0x4B3, 12710 linebreak="al", 12711 shcode=0x425, 12712 unicodeslot=0x4B2, 12713 }, 12714 [0x4B3]={ 12715 adobename="hadescendercyrillic", 12716 category="ll", 12717 contextname="cyrillichadc", 12718 description="CYRILLIC SMALL LETTER HA WITH DESCENDER", 12719 direction="l", 12720 linebreak="al", 12721 shcode=0x445, 12722 uccode=0x4B2, 12723 unicodeslot=0x4B3, 12724 }, 12725 [0x4B4]={ 12726 adobename="Tetsecyrillic", 12727 category="lu", 12728 contextname="cyrillicTETSE", 12729 description="CYRILLIC CAPITAL LIGATURE TE TSE", 12730 direction="l", 12731 lccode=0x4B5, 12732 linebreak="al", 12733 unicodeslot=0x4B4, 12734 }, 12735 [0x4B5]={ 12736 adobename="tetsecyrillic", 12737 category="ll", 12738 contextname="cyrillictetse", 12739 description="CYRILLIC SMALL LIGATURE TE TSE", 12740 direction="l", 12741 linebreak="al", 12742 uccode=0x4B4, 12743 unicodeslot=0x4B5, 12744 }, 12745 [0x4B6]={ 12746 adobename="Chedescendercyrillic", 12747 category="lu", 12748 contextname="cyrillicCHEDC", 12749 description="CYRILLIC CAPITAL LETTER CHE WITH DESCENDER", 12750 direction="l", 12751 lccode=0x4B7, 12752 linebreak="al", 12753 shcode=0x427, 12754 unicodeslot=0x4B6, 12755 }, 12756 [0x4B7]={ 12757 adobename="chedescendercyrillic", 12758 category="ll", 12759 contextname="cyrillicchedc", 12760 description="CYRILLIC SMALL LETTER CHE WITH DESCENDER", 12761 direction="l", 12762 linebreak="al", 12763 shcode=0x447, 12764 uccode=0x4B6, 12765 unicodeslot=0x4B7, 12766 }, 12767 [0x4B8]={ 12768 adobename="Cheverticalstrokecyrillic", 12769 category="lu", 12770 contextname="cyrillicCHEvertstroke", 12771 description="CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE", 12772 direction="l", 12773 lccode=0x4B9, 12774 linebreak="al", 12775 shcode=0x427, 12776 unicodeslot=0x4B8, 12777 }, 12778 [0x4B9]={ 12779 adobename="cheverticalstrokecyrillic", 12780 category="ll", 12781 contextname="cyrillicchevertstroke", 12782 description="CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE", 12783 direction="l", 12784 linebreak="al", 12785 shcode=0x447, 12786 uccode=0x4B8, 12787 unicodeslot=0x4B9, 12788 }, 12789 [0x4BA]={ 12790 adobename="Shhacyrillic", 12791 category="lu", 12792 contextname="cyrillicSHHA", 12793 description="CYRILLIC CAPITAL LETTER SHHA", 12794 direction="l", 12795 lccode=0x4BB, 12796 linebreak="al", 12797 unicodeslot=0x4BA, 12798 }, 12799 [0x4BB]={ 12800 adobename="shhacyrillic", 12801 category="ll", 12802 contextname="cyrillicshha", 12803 description="CYRILLIC SMALL LETTER SHHA", 12804 direction="l", 12805 linebreak="al", 12806 uccode=0x4BA, 12807 unicodeslot=0x4BB, 12808 }, 12809 [0x4BC]={ 12810 adobename="Cheabkhasiancyrillic", 12811 category="lu", 12812 contextname="cyrillicCHEabkhasian", 12813 description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE", 12814 direction="l", 12815 lccode=0x4BD, 12816 linebreak="al", 12817 unicodeslot=0x4BC, 12818 }, 12819 [0x4BD]={ 12820 adobename="cheabkhasiancyrillic", 12821 category="ll", 12822 contextname="cyrilliccheabkhasian", 12823 description="CYRILLIC SMALL LETTER ABKHASIAN CHE", 12824 direction="l", 12825 linebreak="al", 12826 uccode=0x4BC, 12827 unicodeslot=0x4BD, 12828 }, 12829 [0x4BE]={ 12830 adobename="Chedescenderabkhasiancyrillic", 12831 category="lu", 12832 contextname="cyrillicCHEDCabkhasian", 12833 description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER", 12834 direction="l", 12835 lccode=0x4BF, 12836 linebreak="al", 12837 unicodeslot=0x4BE, 12838 }, 12839 [0x4BF]={ 12840 adobename="chedescenderabkhasiancyrillic", 12841 category="ll", 12842 contextname="cyrillicchedcabkhasian", 12843 description="CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER", 12844 direction="l", 12845 linebreak="al", 12846 uccode=0x4BE, 12847 unicodeslot=0x4BF, 12848 }, 12849 [0x4C0]={ 12850 adobename="palochkacyrillic", 12851 category="lu", 12852 contextname="cyrillicPALOCHKA", 12853 description="CYRILLIC LETTER PALOCHKA", 12854 direction="l", 12855 lccode=0x4CF, 12856 linebreak="al", 12857 unicodeslot=0x4C0, 12858 }, 12859 [0x4C1]={ 12860 adobename="Zhebrevecyrillic", 12861 category="lu", 12862 contextname="cyrillicZHEbreve", 12863 description="CYRILLIC CAPITAL LETTER ZHE WITH BREVE", 12864 direction="l", 12865 lccode=0x4C2, 12866 linebreak="al", 12867 shcode=0x416, 12868 specials={ "char", 0x416, 0x306 }, 12869 unicodeslot=0x4C1, 12870 }, 12871 [0x4C2]={ 12872 adobename="zhebrevecyrillic", 12873 category="ll", 12874 contextname="cyrilliczhebreve", 12875 description="CYRILLIC SMALL LETTER ZHE WITH BREVE", 12876 direction="l", 12877 linebreak="al", 12878 shcode=0x436, 12879 specials={ "char", 0x436, 0x306 }, 12880 uccode=0x4C1, 12881 unicodeslot=0x4C2, 12882 }, 12883 [0x4C3]={ 12884 adobename="Kahookcyrillic", 12885 category="lu", 12886 contextname="cyrillicKAhook", 12887 description="CYRILLIC CAPITAL LETTER KA WITH HOOK", 12888 direction="l", 12889 lccode=0x4C4, 12890 linebreak="al", 12891 shcode=0x41A, 12892 specials={ "with", 0x41A, 0x1FA9D }, 12893 unicodeslot=0x4C3, 12894 }, 12895 [0x4C4]={ 12896 adobename="kahookcyrillic", 12897 category="ll", 12898 contextname="cyrillickahook", 12899 description="CYRILLIC SMALL LETTER KA WITH HOOK", 12900 direction="l", 12901 linebreak="al", 12902 shcode=0x43A, 12903 specials={ "with", 0x43A, 0x1FA9D }, 12904 uccode=0x4C3, 12905 unicodeslot=0x4C4, 12906 }, 12907 [0x4C5]={ 12908 category="lu", 12909 contextname="cyrillicELtail", 12910 description="CYRILLIC CAPITAL LETTER EL WITH TAIL", 12911 direction="l", 12912 lccode=0x4C6, 12913 linebreak="al", 12914 shcode=0x41B, 12915 unicodeslot=0x4C5, 12916 }, 12917 [0x4C6]={ 12918 category="ll", 12919 contextname="cyrilliceltail", 12920 description="CYRILLIC SMALL LETTER EL WITH TAIL", 12921 direction="l", 12922 linebreak="al", 12923 shcode=0x43B, 12924 uccode=0x4C5, 12925 unicodeslot=0x4C6, 12926 }, 12927 [0x4C7]={ 12928 adobename="Enhookcyrillic", 12929 category="lu", 12930 contextname="cyrillicENhook", 12931 description="CYRILLIC CAPITAL LETTER EN WITH HOOK", 12932 direction="l", 12933 lccode=0x4C8, 12934 linebreak="al", 12935 shcode=0x41D, 12936 specials={ "with", 0x41D, 0x1FA9D }, 12937 unicodeslot=0x4C7, 12938 }, 12939 [0x4C8]={ 12940 adobename="enhookcyrillic", 12941 category="ll", 12942 contextname="cyrillicenhook", 12943 description="CYRILLIC SMALL LETTER EN WITH HOOK", 12944 direction="l", 12945 linebreak="al", 12946 shcode=0x43D, 12947 specials={ "with", 0x43D, 0x1FA9D }, 12948 uccode=0x4C7, 12949 unicodeslot=0x4C8, 12950 }, 12951 [0x4C9]={ 12952 category="lu", 12953 contextname="cyrillicENtail", 12954 description="CYRILLIC CAPITAL LETTER EN WITH TAIL", 12955 direction="l", 12956 lccode=0x4CA, 12957 linebreak="al", 12958 shcode=0x41D, 12959 unicodeslot=0x4C9, 12960 }, 12961 [0x4CA]={ 12962 category="ll", 12963 contextname="cyrillicentail", 12964 description="CYRILLIC SMALL LETTER EN WITH TAIL", 12965 direction="l", 12966 linebreak="al", 12967 shcode=0x43D, 12968 uccode=0x4C9, 12969 unicodeslot=0x4CA, 12970 }, 12971 [0x4CB]={ 12972 adobename="Chekhakassiancyrillic", 12973 category="lu", 12974 contextname="cyrillicCHEkhakassian", 12975 description="CYRILLIC CAPITAL LETTER KHAKASSIAN CHE", 12976 direction="l", 12977 lccode=0x4CC, 12978 linebreak="al", 12979 unicodeslot=0x4CB, 12980 }, 12981 [0x4CC]={ 12982 adobename="chekhakassiancyrillic", 12983 category="ll", 12984 contextname="cyrillicchekhakassian", 12985 description="CYRILLIC SMALL LETTER KHAKASSIAN CHE", 12986 direction="l", 12987 linebreak="al", 12988 uccode=0x4CB, 12989 unicodeslot=0x4CC, 12990 }, 12991 [0x4CD]={ 12992 category="lu", 12993 contextname="cyrillicEMtail", 12994 description="CYRILLIC CAPITAL LETTER EM WITH TAIL", 12995 direction="l", 12996 lccode=0x4CE, 12997 linebreak="al", 12998 shcode=0x41C, 12999 unicodeslot=0x4CD, 13000 }, 13001 [0x4CE]={ 13002 category="ll", 13003 contextname="cyrillicemtail", 13004 description="CYRILLIC SMALL LETTER EM WITH TAIL", 13005 direction="l", 13006 linebreak="al", 13007 shcode=0x43C, 13008 uccode=0x4CD, 13009 unicodeslot=0x4CE, 13010 }, 13011 [0x4CF]={ 13012 category="ll", 13013 description="CYRILLIC SMALL LETTER PALOCHKA", 13014 direction="l", 13015 linebreak="al", 13016 uccode=0x4C0, 13017 unicodeslot=0x4CF, 13018 }, 13019 [0x4D0]={ 13020 adobename="Abrevecyrillic", 13021 category="lu", 13022 contextname="cyrillicAbreve", 13023 description="CYRILLIC CAPITAL LETTER A WITH BREVE", 13024 direction="l", 13025 lccode=0x4D1, 13026 linebreak="al", 13027 shcode=0x410, 13028 specials={ "char", 0x410, 0x306 }, 13029 unicodeslot=0x4D0, 13030 }, 13031 [0x4D1]={ 13032 adobename="abrevecyrillic", 13033 category="ll", 13034 contextname="cyrillicabreve", 13035 description="CYRILLIC SMALL LETTER A WITH BREVE", 13036 direction="l", 13037 linebreak="al", 13038 shcode=0x430, 13039 specials={ "char", 0x430, 0x306 }, 13040 uccode=0x4D0, 13041 unicodeslot=0x4D1, 13042 }, 13043 [0x4D2]={ 13044 adobename="Adieresiscyrillic", 13045 category="lu", 13046 contextname="cyrillicAdiaeresis", 13047 description="CYRILLIC CAPITAL LETTER A WITH DIAERESIS", 13048 direction="l", 13049 lccode=0x4D3, 13050 linebreak="al", 13051 shcode=0x410, 13052 specials={ "char", 0x410, 0x308 }, 13053 unicodeslot=0x4D2, 13054 }, 13055 [0x4D3]={ 13056 adobename="adieresiscyrillic", 13057 category="ll", 13058 contextname="cyrillicadiaeresis", 13059 description="CYRILLIC SMALL LETTER A WITH DIAERESIS", 13060 direction="l", 13061 linebreak="al", 13062 shcode=0x430, 13063 specials={ "char", 0x430, 0x308 }, 13064 uccode=0x4D2, 13065 unicodeslot=0x4D3, 13066 }, 13067 [0x4D4]={ 13068 adobename="Aiecyrillic", 13069 category="lu", 13070 contextname="cyrillicAE", 13071 description="CYRILLIC CAPITAL LIGATURE A IE", 13072 direction="l", 13073 lccode=0x4D5, 13074 linebreak="al", 13075 unicodeslot=0x4D4, 13076 }, 13077 [0x4D5]={ 13078 adobename="aiecyrillic", 13079 category="ll", 13080 contextname="cyrillicae", 13081 description="CYRILLIC SMALL LIGATURE A IE", 13082 direction="l", 13083 linebreak="al", 13084 uccode=0x4D4, 13085 unicodeslot=0x4D5, 13086 }, 13087 [0x4D6]={ 13088 adobename="Iebrevecyrillic", 13089 category="lu", 13090 contextname="cyrillicEbreve", 13091 description="CYRILLIC CAPITAL LETTER IE WITH BREVE", 13092 direction="l", 13093 lccode=0x4D7, 13094 linebreak="al", 13095 shcode=0x415, 13096 specials={ "char", 0x415, 0x306 }, 13097 unicodeslot=0x4D6, 13098 }, 13099 [0x4D7]={ 13100 adobename="iebrevecyrillic", 13101 category="ll", 13102 contextname="cyrillicebreve", 13103 description="CYRILLIC SMALL LETTER IE WITH BREVE", 13104 direction="l", 13105 linebreak="al", 13106 shcode=0x435, 13107 specials={ "char", 0x435, 0x306 }, 13108 uccode=0x4D6, 13109 unicodeslot=0x4D7, 13110 }, 13111 [0x4D8]={ 13112 adobename="Schwacyrillic", 13113 category="lu", 13114 contextname="cyrillicSCHWA", 13115 description="CYRILLIC CAPITAL LETTER SCHWA", 13116 direction="l", 13117 lccode=0x4D9, 13118 linebreak="al", 13119 unicodeslot=0x4D8, 13120 }, 13121 [0x4D9]={ 13122 adobename="schwacyrillic", 13123 category="ll", 13124 contextname="cyrillicschwa", 13125 description="CYRILLIC SMALL LETTER SCHWA", 13126 direction="l", 13127 linebreak="al", 13128 uccode=0x4D8, 13129 unicodeslot=0x4D9, 13130 }, 13131 [0x4DA]={ 13132 adobename="Schwadieresiscyrillic", 13133 category="lu", 13134 contextname="cyrillicSCHWAdiaeresis", 13135 description="CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS", 13136 direction="l", 13137 lccode=0x4DB, 13138 linebreak="al", 13139 shcode=0x4D8, 13140 specials={ "char", 0x4D8, 0x308 }, 13141 unicodeslot=0x4DA, 13142 }, 13143 [0x4DB]={ 13144 adobename="schwadieresiscyrillic", 13145 category="ll", 13146 contextname="cyrillicschwadiaeresis", 13147 description="CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS", 13148 direction="l", 13149 linebreak="al", 13150 shcode=0x4D9, 13151 specials={ "char", 0x4D9, 0x308 }, 13152 uccode=0x4DA, 13153 unicodeslot=0x4DB, 13154 }, 13155 [0x4DC]={ 13156 adobename="Zhedieresiscyrillic", 13157 category="lu", 13158 contextname="cyrillicZHEdiaeresis", 13159 description="CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS", 13160 direction="l", 13161 lccode=0x4DD, 13162 linebreak="al", 13163 shcode=0x416, 13164 specials={ "char", 0x416, 0x308 }, 13165 unicodeslot=0x4DC, 13166 }, 13167 [0x4DD]={ 13168 adobename="zhedieresiscyrillic", 13169 category="ll", 13170 contextname="cyrilliczhediaeresis", 13171 description="CYRILLIC SMALL LETTER ZHE WITH DIAERESIS", 13172 direction="l", 13173 linebreak="al", 13174 shcode=0x436, 13175 specials={ "char", 0x436, 0x308 }, 13176 uccode=0x4DC, 13177 unicodeslot=0x4DD, 13178 }, 13179 [0x4DE]={ 13180 adobename="Zedieresiscyrillic", 13181 category="lu", 13182 contextname="cyrillicZEdiaeresis", 13183 description="CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS", 13184 direction="l", 13185 lccode=0x4DF, 13186 linebreak="al", 13187 shcode=0x417, 13188 specials={ "char", 0x417, 0x308 }, 13189 unicodeslot=0x4DE, 13190 }, 13191 [0x4DF]={ 13192 adobename="zedieresiscyrillic", 13193 category="ll", 13194 contextname="cyrilliczediaeresis", 13195 description="CYRILLIC SMALL LETTER ZE WITH DIAERESIS", 13196 direction="l", 13197 linebreak="al", 13198 shcode=0x437, 13199 specials={ "char", 0x437, 0x308 }, 13200 uccode=0x4DE, 13201 unicodeslot=0x4DF, 13202 }, 13203 [0x4E0]={ 13204 adobename="Dzeabkhasiancyrillic", 13205 category="lu", 13206 contextname="cyrillicDZEabkhasian", 13207 description="CYRILLIC CAPITAL LETTER ABKHASIAN DZE", 13208 direction="l", 13209 lccode=0x4E1, 13210 linebreak="al", 13211 unicodeslot=0x4E0, 13212 }, 13213 [0x4E1]={ 13214 adobename="dzeabkhasiancyrillic", 13215 category="ll", 13216 contextname="cyrillicdzeabkhasian", 13217 description="CYRILLIC SMALL LETTER ABKHASIAN DZE", 13218 direction="l", 13219 linebreak="al", 13220 uccode=0x4E0, 13221 unicodeslot=0x4E1, 13222 }, 13223 [0x4E2]={ 13224 adobename="Imacroncyrillic", 13225 category="lu", 13226 contextname="cyrillicImacron", 13227 description="CYRILLIC CAPITAL LETTER I WITH MACRON", 13228 direction="l", 13229 lccode=0x4E3, 13230 linebreak="al", 13231 shcode=0x418, 13232 specials={ "char", 0x418, 0x304 }, 13233 unicodeslot=0x4E2, 13234 }, 13235 [0x4E3]={ 13236 adobename="imacroncyrillic", 13237 category="ll", 13238 contextname="cyrillicimacron", 13239 description="CYRILLIC SMALL LETTER I WITH MACRON", 13240 direction="l", 13241 linebreak="al", 13242 shcode=0x438, 13243 specials={ "char", 0x438, 0x304 }, 13244 uccode=0x4E2, 13245 unicodeslot=0x4E3, 13246 }, 13247 [0x4E4]={ 13248 adobename="Idieresiscyrillic", 13249 category="lu", 13250 contextname="cyrillicIdiaeresis", 13251 description="CYRILLIC CAPITAL LETTER I WITH DIAERESIS", 13252 direction="l", 13253 lccode=0x4E5, 13254 linebreak="al", 13255 shcode=0x418, 13256 specials={ "char", 0x418, 0x308 }, 13257 unicodeslot=0x4E4, 13258 }, 13259 [0x4E5]={ 13260 adobename="idieresiscyrillic", 13261 category="ll", 13262 contextname="cyrillicidiaeresis", 13263 description="CYRILLIC SMALL LETTER I WITH DIAERESIS", 13264 direction="l", 13265 linebreak="al", 13266 shcode=0x438, 13267 specials={ "char", 0x438, 0x308 }, 13268 uccode=0x4E4, 13269 unicodeslot=0x4E5, 13270 }, 13271 [0x4E6]={ 13272 adobename="Odieresiscyrillic", 13273 category="lu", 13274 contextname="cyrillicOdiaeresis", 13275 description="CYRILLIC CAPITAL LETTER O WITH DIAERESIS", 13276 direction="l", 13277 lccode=0x4E7, 13278 linebreak="al", 13279 shcode=0x41E, 13280 specials={ "char", 0x41E, 0x308 }, 13281 unicodeslot=0x4E6, 13282 }, 13283 [0x4E7]={ 13284 adobename="odieresiscyrillic", 13285 category="ll", 13286 contextname="cyrillicodiaeresis", 13287 description="CYRILLIC SMALL LETTER O WITH DIAERESIS", 13288 direction="l", 13289 linebreak="al", 13290 shcode=0x43E, 13291 specials={ "char", 0x43E, 0x308 }, 13292 uccode=0x4E6, 13293 unicodeslot=0x4E7, 13294 }, 13295 [0x4E8]={ 13296 adobename="Obarredcyrillic", 13297 category="lu", 13298 contextname="cyrillicObarred", 13299 description="CYRILLIC CAPITAL LETTER BARRED O", 13300 direction="l", 13301 lccode=0x4E9, 13302 linebreak="al", 13303 unicodeslot=0x4E8, 13304 }, 13305 [0x4E9]={ 13306 adobename="obarredcyrillic", 13307 category="ll", 13308 contextname="cyrillicobarred", 13309 description="CYRILLIC SMALL LETTER BARRED O", 13310 direction="l", 13311 linebreak="al", 13312 uccode=0x4E8, 13313 unicodeslot=0x4E9, 13314 }, 13315 [0x4EA]={ 13316 adobename="Obarreddieresiscyrillic", 13317 category="lu", 13318 contextname="cyrillicObarreddiaeresis", 13319 description="CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS", 13320 direction="l", 13321 lccode=0x4EB, 13322 linebreak="al", 13323 specials={ "char", 0x4E8, 0x308 }, 13324 unicodeslot=0x4EA, 13325 }, 13326 [0x4EB]={ 13327 adobename="obarreddieresiscyrillic", 13328 category="ll", 13329 contextname="cyrillicobarreddiaeresis", 13330 description="CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS", 13331 direction="l", 13332 linebreak="al", 13333 specials={ "char", 0x4E9, 0x308 }, 13334 uccode=0x4EA, 13335 unicodeslot=0x4EB, 13336 }, 13337 [0x4EC]={ 13338 category="lu", 13339 contextname="cyrillicEdiaeresis", 13340 description="CYRILLIC CAPITAL LETTER E WITH DIAERESIS", 13341 direction="l", 13342 lccode=0x4ED, 13343 linebreak="al", 13344 shcode=0x42D, 13345 specials={ "char", 0x42D, 0x308 }, 13346 unicodeslot=0x4EC, 13347 }, 13348 [0x4ED]={ 13349 category="ll", 13350 contextname="cyrillicediaeresis", 13351 description="CYRILLIC SMALL LETTER E WITH DIAERESIS", 13352 direction="l", 13353 linebreak="al", 13354 shcode=0x44D, 13355 specials={ "char", 0x44D, 0x308 }, 13356 uccode=0x4EC, 13357 unicodeslot=0x4ED, 13358 }, 13359 [0x4EE]={ 13360 adobename="Umacroncyrillic", 13361 category="lu", 13362 contextname="cyrillicUmacron", 13363 description="CYRILLIC CAPITAL LETTER U WITH MACRON", 13364 direction="l", 13365 lccode=0x4EF, 13366 linebreak="al", 13367 shcode=0x423, 13368 specials={ "char", 0x423, 0x304 }, 13369 unicodeslot=0x4EE, 13370 }, 13371 [0x4EF]={ 13372 adobename="umacroncyrillic", 13373 category="ll", 13374 contextname="cyrillicumacron", 13375 description="CYRILLIC SMALL LETTER U WITH MACRON", 13376 direction="l", 13377 linebreak="al", 13378 shcode=0x443, 13379 specials={ "char", 0x443, 0x304 }, 13380 uccode=0x4EE, 13381 unicodeslot=0x4EF, 13382 }, 13383 [0x4F0]={ 13384 adobename="Udieresiscyrillic", 13385 category="lu", 13386 contextname="cyrillicUdiaeresis", 13387 description="CYRILLIC CAPITAL LETTER U WITH DIAERESIS", 13388 direction="l", 13389 lccode=0x4F1, 13390 linebreak="al", 13391 shcode=0x423, 13392 specials={ "char", 0x423, 0x308 }, 13393 unicodeslot=0x4F0, 13394 }, 13395 [0x4F1]={ 13396 adobename="udieresiscyrillic", 13397 category="ll", 13398 contextname="cyrillicudiaeresis", 13399 description="CYRILLIC SMALL LETTER U WITH DIAERESIS", 13400 direction="l", 13401 linebreak="al", 13402 shcode=0x443, 13403 specials={ "char", 0x443, 0x308 }, 13404 uccode=0x4F0, 13405 unicodeslot=0x4F1, 13406 }, 13407 [0x4F2]={ 13408 adobename="Uhungarumlautcyrillic", 13409 category="lu", 13410 contextname="cyrillicUdoubleacute", 13411 description="CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE", 13412 direction="l", 13413 lccode=0x4F3, 13414 linebreak="al", 13415 shcode=0x423, 13416 specials={ "char", 0x423, 0x30B }, 13417 unicodeslot=0x4F2, 13418 }, 13419 [0x4F3]={ 13420 adobename="uhungarumlautcyrillic", 13421 category="ll", 13422 contextname="cyrillicudoubleacute", 13423 description="CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE", 13424 direction="l", 13425 linebreak="al", 13426 shcode=0x443, 13427 specials={ "char", 0x443, 0x30B }, 13428 uccode=0x4F2, 13429 unicodeslot=0x4F3, 13430 }, 13431 [0x4F4]={ 13432 adobename="Chedieresiscyrillic", 13433 category="lu", 13434 contextname="cyrillicCHEdiaeresis", 13435 description="CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS", 13436 direction="l", 13437 lccode=0x4F5, 13438 linebreak="al", 13439 shcode=0x427, 13440 specials={ "char", 0x427, 0x308 }, 13441 unicodeslot=0x4F4, 13442 }, 13443 [0x4F5]={ 13444 adobename="chedieresiscyrillic", 13445 category="ll", 13446 contextname="cyrillicchediaeresis", 13447 description="CYRILLIC SMALL LETTER CHE WITH DIAERESIS", 13448 direction="l", 13449 linebreak="al", 13450 shcode=0x447, 13451 specials={ "char", 0x447, 0x308 }, 13452 uccode=0x4F4, 13453 unicodeslot=0x4F5, 13454 }, 13455 [0x4F6]={ 13456 category="lu", 13457 description="CYRILLIC CAPITAL LETTER GHE WITH DESCENDER", 13458 direction="l", 13459 lccode=0x4F7, 13460 linebreak="al", 13461 shcode=0x413, 13462 unicodeslot=0x4F6, 13463 }, 13464 [0x4F7]={ 13465 category="ll", 13466 description="CYRILLIC SMALL LETTER GHE WITH DESCENDER", 13467 direction="l", 13468 linebreak="al", 13469 shcode=0x433, 13470 uccode=0x4F6, 13471 unicodeslot=0x4F7, 13472 }, 13473 [0x4F8]={ 13474 adobename="Yerudieresiscyrillic", 13475 category="lu", 13476 contextname="cyrillicYERUdiaeresis", 13477 description="CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS", 13478 direction="l", 13479 lccode=0x4F9, 13480 linebreak="al", 13481 shcode=0x42B, 13482 specials={ "char", 0x42B, 0x308 }, 13483 unicodeslot=0x4F8, 13484 }, 13485 [0x4F9]={ 13486 adobename="yerudieresiscyrillic", 13487 category="ll", 13488 contextname="cyrillicyerudiaeresis", 13489 description="CYRILLIC SMALL LETTER YERU WITH DIAERESIS", 13490 direction="l", 13491 linebreak="al", 13492 shcode=0x44B, 13493 specials={ "char", 0x44B, 0x308 }, 13494 uccode=0x4F8, 13495 unicodeslot=0x4F9, 13496 }, 13497 [0x4FA]={ 13498 category="lu", 13499 description="CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK", 13500 direction="l", 13501 lccode=0x4FB, 13502 linebreak="al", 13503 shcode=0x413, 13504 unicodeslot=0x4FA, 13505 }, 13506 [0x4FB]={ 13507 category="ll", 13508 description="CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK", 13509 direction="l", 13510 linebreak="al", 13511 shcode=0x433, 13512 uccode=0x4FA, 13513 unicodeslot=0x4FB, 13514 }, 13515 [0x4FC]={ 13516 category="lu", 13517 description="CYRILLIC CAPITAL LETTER HA WITH HOOK", 13518 direction="l", 13519 lccode=0x4FD, 13520 linebreak="al", 13521 shcode=0x425, 13522 specials={ "with", 0x425, 0x1FA9D }, 13523 unicodeslot=0x4FC, 13524 }, 13525 [0x4FD]={ 13526 category="ll", 13527 description="CYRILLIC SMALL LETTER HA WITH HOOK", 13528 direction="l", 13529 linebreak="al", 13530 shcode=0x445, 13531 specials={ "with", 0x445, 0x1FA9D }, 13532 uccode=0x4FC, 13533 unicodeslot=0x4FD, 13534 }, 13535 [0x4FE]={ 13536 category="lu", 13537 description="CYRILLIC CAPITAL LETTER HA WITH STROKE", 13538 direction="l", 13539 lccode=0x4FF, 13540 linebreak="al", 13541 shcode=0x425, 13542 specials={ "with", 0x425, 0x2F }, 13543 unicodeslot=0x4FE, 13544 }, 13545 [0x4FF]={ 13546 category="ll", 13547 description="CYRILLIC SMALL LETTER HA WITH STROKE", 13548 direction="l", 13549 linebreak="al", 13550 shcode=0x445, 13551 specials={ "with", 0x445, 0x2F }, 13552 uccode=0x4FE, 13553 unicodeslot=0x4FF, 13554 }, 13555 [0x500]={ 13556 category="lu", 13557 description="CYRILLIC CAPITAL LETTER KOMI DE", 13558 direction="l", 13559 lccode=0x501, 13560 linebreak="al", 13561 unicodeslot=0x500, 13562 }, 13563 [0x501]={ 13564 category="ll", 13565 description="CYRILLIC SMALL LETTER KOMI DE", 13566 direction="l", 13567 linebreak="al", 13568 uccode=0x500, 13569 unicodeslot=0x501, 13570 }, 13571 [0x502]={ 13572 category="lu", 13573 description="CYRILLIC CAPITAL LETTER KOMI DJE", 13574 direction="l", 13575 lccode=0x503, 13576 linebreak="al", 13577 unicodeslot=0x502, 13578 }, 13579 [0x503]={ 13580 category="ll", 13581 description="CYRILLIC SMALL LETTER KOMI DJE", 13582 direction="l", 13583 linebreak="al", 13584 uccode=0x502, 13585 unicodeslot=0x503, 13586 }, 13587 [0x504]={ 13588 category="lu", 13589 description="CYRILLIC CAPITAL LETTER KOMI ZJE", 13590 direction="l", 13591 lccode=0x505, 13592 linebreak="al", 13593 unicodeslot=0x504, 13594 }, 13595 [0x505]={ 13596 category="ll", 13597 description="CYRILLIC SMALL LETTER KOMI ZJE", 13598 direction="l", 13599 linebreak="al", 13600 uccode=0x504, 13601 unicodeslot=0x505, 13602 }, 13603 [0x506]={ 13604 category="lu", 13605 description="CYRILLIC CAPITAL LETTER KOMI DZJE", 13606 direction="l", 13607 lccode=0x507, 13608 linebreak="al", 13609 unicodeslot=0x506, 13610 }, 13611 [0x507]={ 13612 category="ll", 13613 description="CYRILLIC SMALL LETTER KOMI DZJE", 13614 direction="l", 13615 linebreak="al", 13616 uccode=0x506, 13617 unicodeslot=0x507, 13618 }, 13619 [0x508]={ 13620 category="lu", 13621 description="CYRILLIC CAPITAL LETTER KOMI LJE", 13622 direction="l", 13623 lccode=0x509, 13624 linebreak="al", 13625 unicodeslot=0x508, 13626 }, 13627 [0x509]={ 13628 category="ll", 13629 description="CYRILLIC SMALL LETTER KOMI LJE", 13630 direction="l", 13631 linebreak="al", 13632 uccode=0x508, 13633 unicodeslot=0x509, 13634 }, 13635 [0x50A]={ 13636 category="lu", 13637 description="CYRILLIC CAPITAL LETTER KOMI NJE", 13638 direction="l", 13639 lccode=0x50B, 13640 linebreak="al", 13641 unicodeslot=0x50A, 13642 }, 13643 [0x50B]={ 13644 category="ll", 13645 description="CYRILLIC SMALL LETTER KOMI NJE", 13646 direction="l", 13647 linebreak="al", 13648 uccode=0x50A, 13649 unicodeslot=0x50B, 13650 }, 13651 [0x50C]={ 13652 category="lu", 13653 description="CYRILLIC CAPITAL LETTER KOMI SJE", 13654 direction="l", 13655 lccode=0x50D, 13656 linebreak="al", 13657 unicodeslot=0x50C, 13658 }, 13659 [0x50D]={ 13660 category="ll", 13661 description="CYRILLIC SMALL LETTER KOMI SJE", 13662 direction="l", 13663 linebreak="al", 13664 uccode=0x50C, 13665 unicodeslot=0x50D, 13666 }, 13667 [0x50E]={ 13668 category="lu", 13669 description="CYRILLIC CAPITAL LETTER KOMI TJE", 13670 direction="l", 13671 lccode=0x50F, 13672 linebreak="al", 13673 unicodeslot=0x50E, 13674 }, 13675 [0x50F]={ 13676 category="ll", 13677 description="CYRILLIC SMALL LETTER KOMI TJE", 13678 direction="l", 13679 linebreak="al", 13680 uccode=0x50E, 13681 unicodeslot=0x50F, 13682 }, 13683 [0x510]={ 13684 category="lu", 13685 description="CYRILLIC CAPITAL LETTER REVERSED ZE", 13686 direction="l", 13687 lccode=0x511, 13688 linebreak="al", 13689 unicodeslot=0x510, 13690 }, 13691 [0x511]={ 13692 category="ll", 13693 description="CYRILLIC SMALL LETTER REVERSED ZE", 13694 direction="l", 13695 linebreak="al", 13696 uccode=0x510, 13697 unicodeslot=0x511, 13698 }, 13699 [0x512]={ 13700 category="lu", 13701 description="CYRILLIC CAPITAL LETTER EL WITH HOOK", 13702 direction="l", 13703 lccode=0x513, 13704 linebreak="al", 13705 shcode=0x41B, 13706 specials={ "with", 0x41B, 0x1FA9D }, 13707 unicodeslot=0x512, 13708 }, 13709 [0x513]={ 13710 category="ll", 13711 description="CYRILLIC SMALL LETTER EL WITH HOOK", 13712 direction="l", 13713 linebreak="al", 13714 shcode=0x43B, 13715 specials={ "with", 0x43B, 0x1FA9D }, 13716 uccode=0x512, 13717 unicodeslot=0x513, 13718 }, 13719 [0x514]={ 13720 category="lu", 13721 description="CYRILLIC CAPITAL LETTER LHA", 13722 direction="l", 13723 lccode=0x515, 13724 linebreak="al", 13725 unicodeslot=0x514, 13726 }, 13727 [0x515]={ 13728 category="ll", 13729 description="CYRILLIC SMALL LETTER LHA", 13730 direction="l", 13731 linebreak="al", 13732 unicodeslot=0x515, 13733 }, 13734 [0x516]={ 13735 category="lu", 13736 description="CYRILLIC CAPITAL LETTER RHA", 13737 direction="l", 13738 lccode=0x517, 13739 linebreak="al", 13740 unicodeslot=0x516, 13741 }, 13742 [0x517]={ 13743 category="ll", 13744 description="CYRILLIC SMALL LETTER RHA", 13745 direction="l", 13746 linebreak="al", 13747 unicodeslot=0x517, 13748 }, 13749 [0x518]={ 13750 category="lu", 13751 description="CYRILLIC CAPITAL LETTER YAE", 13752 direction="l", 13753 lccode=0x519, 13754 linebreak="al", 13755 unicodeslot=0x518, 13756 }, 13757 [0x519]={ 13758 category="ll", 13759 description="CYRILLIC SMALL LETTER YAE", 13760 direction="l", 13761 linebreak="al", 13762 unicodeslot=0x519, 13763 }, 13764 [0x51A]={ 13765 category="lu", 13766 description="CYRILLIC CAPITAL LETTER QA", 13767 direction="l", 13768 lccode=0x51B, 13769 linebreak="al", 13770 unicodeslot=0x51A, 13771 }, 13772 [0x51B]={ 13773 category="ll", 13774 description="CYRILLIC SMALL LETTER QA", 13775 direction="l", 13776 linebreak="al", 13777 unicodeslot=0x51B, 13778 }, 13779 [0x51C]={ 13780 category="lu", 13781 description="CYRILLIC CAPITAL LETTER WE", 13782 direction="l", 13783 lccode=0x51D, 13784 linebreak="al", 13785 unicodeslot=0x51C, 13786 }, 13787 [0x51D]={ 13788 category="ll", 13789 description="CYRILLIC SMALL LETTER WE", 13790 direction="l", 13791 linebreak="al", 13792 unicodeslot=0x51D, 13793 }, 13794 [0x51E]={ 13795 category="lu", 13796 description="CYRILLIC CAPITAL LETTER ALEUT KA", 13797 direction="l", 13798 lccode=0x51F, 13799 linebreak="al", 13800 unicodeslot=0x51E, 13801 }, 13802 [0x51F]={ 13803 category="ll", 13804 description="CYRILLIC SMALL LETTER ALEUT KA", 13805 direction="l", 13806 linebreak="al", 13807 unicodeslot=0x51F, 13808 }, 13809 [0x520]={ 13810 category="lu", 13811 description="CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK", 13812 direction="l", 13813 lccode=0x521, 13814 linebreak="al", 13815 unicodeslot=0x520, 13816 }, 13817 [0x521]={ 13818 category="ll", 13819 description="CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK", 13820 direction="l", 13821 linebreak="al", 13822 unicodeslot=0x521, 13823 }, 13824 [0x522]={ 13825 category="lu", 13826 description="CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK", 13827 direction="l", 13828 lccode=0x523, 13829 linebreak="al", 13830 unicodeslot=0x522, 13831 }, 13832 [0x523]={ 13833 category="ll", 13834 description="CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK", 13835 direction="l", 13836 linebreak="al", 13837 unicodeslot=0x523, 13838 }, 13839 [0x524]={ 13840 category="lu", 13841 description="CYRILLIC CAPITAL LETTER PE WITH DESCENDER", 13842 direction="l", 13843 lccode=0x525, 13844 linebreak="al", 13845 unicodeslot=0x524, 13846 }, 13847 [0x525]={ 13848 category="ll", 13849 description="CYRILLIC SMALL LETTER PE WITH DESCENDER", 13850 direction="l", 13851 linebreak="al", 13852 unicodeslot=0x525, 13853 }, 13854 [0x526]={ 13855 category="lu", 13856 description="CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER", 13857 direction="l", 13858 lccode=0x527, 13859 linebreak="al", 13860 unicodeslot=0x526, 13861 }, 13862 [0x527]={ 13863 category="ll", 13864 description="CYRILLIC SMALL LETTER SHHA WITH DESCENDER", 13865 direction="l", 13866 linebreak="al", 13867 unicodeslot=0x527, 13868 }, 13869 [0x528]={ 13870 category="lu", 13871 description="CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK", 13872 direction="l", 13873 lccode=0x529, 13874 linebreak="al", 13875 unicodeslot=0x528, 13876 }, 13877 [0x529]={ 13878 category="ll", 13879 description="CYRILLIC SMALL LETTER EN WITH LEFT HOOK", 13880 direction="l", 13881 linebreak="al", 13882 unicodeslot=0x529, 13883 }, 13884 [0x52A]={ 13885 category="lu", 13886 description="CYRILLIC CAPITAL LETTER DZZHE", 13887 direction="l", 13888 lccode=0x52B, 13889 linebreak="al", 13890 unicodeslot=0x52A, 13891 }, 13892 [0x52B]={ 13893 category="ll", 13894 description="CYRILLIC SMALL LETTER DZZHE", 13895 direction="l", 13896 linebreak="al", 13897 unicodeslot=0x52B, 13898 }, 13899 [0x52C]={ 13900 category="lu", 13901 description="CYRILLIC CAPITAL LETTER DCHE", 13902 direction="l", 13903 lccode=0x52D, 13904 linebreak="al", 13905 unicodeslot=0x52C, 13906 }, 13907 [0x52D]={ 13908 category="ll", 13909 description="CYRILLIC SMALL LETTER DCHE", 13910 direction="l", 13911 linebreak="al", 13912 unicodeslot=0x52D, 13913 }, 13914 [0x52E]={ 13915 category="lu", 13916 description="CYRILLIC CAPITAL LETTER EL WITH DESCENDER", 13917 direction="l", 13918 lccode=0x52F, 13919 linebreak="al", 13920 unicodeslot=0x52E, 13921 }, 13922 [0x52F]={ 13923 category="ll", 13924 description="CYRILLIC SMALL LETTER EL WITH DESCENDER", 13925 direction="l", 13926 linebreak="al", 13927 unicodeslot=0x52F, 13928 }, 13929 [0x531]={ 13930 adobename="Aybarmenian", 13931 category="lu", 13932 description="ARMENIAN CAPITAL LETTER AYB", 13933 direction="l", 13934 lccode=0x561, 13935 linebreak="al", 13936 unicodeslot=0x531, 13937 }, 13938 [0x532]={ 13939 adobename="Benarmenian", 13940 category="lu", 13941 description="ARMENIAN CAPITAL LETTER BEN", 13942 direction="l", 13943 lccode=0x562, 13944 linebreak="al", 13945 unicodeslot=0x532, 13946 }, 13947 [0x533]={ 13948 adobename="Gimarmenian", 13949 category="lu", 13950 description="ARMENIAN CAPITAL LETTER GIM", 13951 direction="l", 13952 lccode=0x563, 13953 linebreak="al", 13954 unicodeslot=0x533, 13955 }, 13956 [0x534]={ 13957 adobename="Daarmenian", 13958 category="lu", 13959 description="ARMENIAN CAPITAL LETTER DA", 13960 direction="l", 13961 lccode=0x564, 13962 linebreak="al", 13963 unicodeslot=0x534, 13964 }, 13965 [0x535]={ 13966 adobename="Echarmenian", 13967 category="lu", 13968 description="ARMENIAN CAPITAL LETTER ECH", 13969 direction="l", 13970 lccode=0x565, 13971 linebreak="al", 13972 unicodeslot=0x535, 13973 }, 13974 [0x536]={ 13975 adobename="Zaarmenian", 13976 category="lu", 13977 description="ARMENIAN CAPITAL LETTER ZA", 13978 direction="l", 13979 lccode=0x566, 13980 linebreak="al", 13981 unicodeslot=0x536, 13982 }, 13983 [0x537]={ 13984 adobename="Eharmenian", 13985 category="lu", 13986 description="ARMENIAN CAPITAL LETTER EH", 13987 direction="l", 13988 lccode=0x567, 13989 linebreak="al", 13990 unicodeslot=0x537, 13991 }, 13992 [0x538]={ 13993 adobename="Etarmenian", 13994 category="lu", 13995 description="ARMENIAN CAPITAL LETTER ET", 13996 direction="l", 13997 lccode=0x568, 13998 linebreak="al", 13999 unicodeslot=0x538, 14000 }, 14001 [0x539]={ 14002 adobename="Toarmenian", 14003 category="lu", 14004 description="ARMENIAN CAPITAL LETTER TO", 14005 direction="l", 14006 lccode=0x569, 14007 linebreak="al", 14008 unicodeslot=0x539, 14009 }, 14010 [0x53A]={ 14011 adobename="Zhearmenian", 14012 category="lu", 14013 description="ARMENIAN CAPITAL LETTER ZHE", 14014 direction="l", 14015 lccode=0x56A, 14016 linebreak="al", 14017 unicodeslot=0x53A, 14018 }, 14019 [0x53B]={ 14020 adobename="Iniarmenian", 14021 category="lu", 14022 description="ARMENIAN CAPITAL LETTER INI", 14023 direction="l", 14024 lccode=0x56B, 14025 linebreak="al", 14026 unicodeslot=0x53B, 14027 }, 14028 [0x53C]={ 14029 adobename="Liwnarmenian", 14030 category="lu", 14031 description="ARMENIAN CAPITAL LETTER LIWN", 14032 direction="l", 14033 lccode=0x56C, 14034 linebreak="al", 14035 unicodeslot=0x53C, 14036 }, 14037 [0x53D]={ 14038 adobename="Xeharmenian", 14039 category="lu", 14040 description="ARMENIAN CAPITAL LETTER XEH", 14041 direction="l", 14042 lccode=0x56D, 14043 linebreak="al", 14044 unicodeslot=0x53D, 14045 }, 14046 [0x53E]={ 14047 adobename="Caarmenian", 14048 category="lu", 14049 description="ARMENIAN CAPITAL LETTER CA", 14050 direction="l", 14051 lccode=0x56E, 14052 linebreak="al", 14053 unicodeslot=0x53E, 14054 }, 14055 [0x53F]={ 14056 adobename="Kenarmenian", 14057 category="lu", 14058 description="ARMENIAN CAPITAL LETTER KEN", 14059 direction="l", 14060 lccode=0x56F, 14061 linebreak="al", 14062 unicodeslot=0x53F, 14063 }, 14064 [0x540]={ 14065 adobename="Hoarmenian", 14066 category="lu", 14067 description="ARMENIAN CAPITAL LETTER HO", 14068 direction="l", 14069 lccode=0x570, 14070 linebreak="al", 14071 unicodeslot=0x540, 14072 }, 14073 [0x541]={ 14074 adobename="Jaarmenian", 14075 category="lu", 14076 description="ARMENIAN CAPITAL LETTER JA", 14077 direction="l", 14078 lccode=0x571, 14079 linebreak="al", 14080 unicodeslot=0x541, 14081 }, 14082 [0x542]={ 14083 adobename="Ghadarmenian", 14084 category="lu", 14085 description="ARMENIAN CAPITAL LETTER GHAD", 14086 direction="l", 14087 lccode=0x572, 14088 linebreak="al", 14089 unicodeslot=0x542, 14090 }, 14091 [0x543]={ 14092 adobename="Cheharmenian", 14093 category="lu", 14094 description="ARMENIAN CAPITAL LETTER CHEH", 14095 direction="l", 14096 lccode=0x573, 14097 linebreak="al", 14098 unicodeslot=0x543, 14099 }, 14100 [0x544]={ 14101 adobename="Menarmenian", 14102 category="lu", 14103 description="ARMENIAN CAPITAL LETTER MEN", 14104 direction="l", 14105 lccode=0x574, 14106 linebreak="al", 14107 unicodeslot=0x544, 14108 }, 14109 [0x545]={ 14110 adobename="Yiarmenian", 14111 category="lu", 14112 description="ARMENIAN CAPITAL LETTER YI", 14113 direction="l", 14114 lccode=0x575, 14115 linebreak="al", 14116 unicodeslot=0x545, 14117 }, 14118 [0x546]={ 14119 adobename="Nowarmenian", 14120 category="lu", 14121 description="ARMENIAN CAPITAL LETTER NOW", 14122 direction="l", 14123 lccode=0x576, 14124 linebreak="al", 14125 unicodeslot=0x546, 14126 }, 14127 [0x547]={ 14128 adobename="Shaarmenian", 14129 category="lu", 14130 description="ARMENIAN CAPITAL LETTER SHA", 14131 direction="l", 14132 lccode=0x577, 14133 linebreak="al", 14134 unicodeslot=0x547, 14135 }, 14136 [0x548]={ 14137 adobename="Voarmenian", 14138 category="lu", 14139 description="ARMENIAN CAPITAL LETTER VO", 14140 direction="l", 14141 lccode=0x578, 14142 linebreak="al", 14143 unicodeslot=0x548, 14144 }, 14145 [0x549]={ 14146 adobename="Chaarmenian", 14147 category="lu", 14148 description="ARMENIAN CAPITAL LETTER CHA", 14149 direction="l", 14150 lccode=0x579, 14151 linebreak="al", 14152 unicodeslot=0x549, 14153 }, 14154 [0x54A]={ 14155 adobename="Peharmenian", 14156 category="lu", 14157 description="ARMENIAN CAPITAL LETTER PEH", 14158 direction="l", 14159 lccode=0x57A, 14160 linebreak="al", 14161 unicodeslot=0x54A, 14162 }, 14163 [0x54B]={ 14164 adobename="Jheharmenian", 14165 category="lu", 14166 description="ARMENIAN CAPITAL LETTER JHEH", 14167 direction="l", 14168 lccode=0x57B, 14169 linebreak="al", 14170 unicodeslot=0x54B, 14171 }, 14172 [0x54C]={ 14173 adobename="Raarmenian", 14174 category="lu", 14175 description="ARMENIAN CAPITAL LETTER RA", 14176 direction="l", 14177 lccode=0x57C, 14178 linebreak="al", 14179 unicodeslot=0x54C, 14180 }, 14181 [0x54D]={ 14182 adobename="Seharmenian", 14183 category="lu", 14184 description="ARMENIAN CAPITAL LETTER SEH", 14185 direction="l", 14186 lccode=0x57D, 14187 linebreak="al", 14188 unicodeslot=0x54D, 14189 }, 14190 [0x54E]={ 14191 adobename="Vewarmenian", 14192 category="lu", 14193 description="ARMENIAN CAPITAL LETTER VEW", 14194 direction="l", 14195 lccode=0x57E, 14196 linebreak="al", 14197 unicodeslot=0x54E, 14198 }, 14199 [0x54F]={ 14200 adobename="Tiwnarmenian", 14201 category="lu", 14202 description="ARMENIAN CAPITAL LETTER TIWN", 14203 direction="l", 14204 lccode=0x57F, 14205 linebreak="al", 14206 unicodeslot=0x54F, 14207 }, 14208 [0x550]={ 14209 adobename="Reharmenian", 14210 category="lu", 14211 description="ARMENIAN CAPITAL LETTER REH", 14212 direction="l", 14213 lccode=0x580, 14214 linebreak="al", 14215 unicodeslot=0x550, 14216 }, 14217 [0x551]={ 14218 adobename="Coarmenian", 14219 category="lu", 14220 description="ARMENIAN CAPITAL LETTER CO", 14221 direction="l", 14222 lccode=0x581, 14223 linebreak="al", 14224 unicodeslot=0x551, 14225 }, 14226 [0x552]={ 14227 adobename="Yiwnarmenian", 14228 category="lu", 14229 description="ARMENIAN CAPITAL LETTER YIWN", 14230 direction="l", 14231 lccode=0x582, 14232 linebreak="al", 14233 unicodeslot=0x552, 14234 }, 14235 [0x553]={ 14236 adobename="Piwrarmenian", 14237 category="lu", 14238 description="ARMENIAN CAPITAL LETTER PIWR", 14239 direction="l", 14240 lccode=0x583, 14241 linebreak="al", 14242 unicodeslot=0x553, 14243 }, 14244 [0x554]={ 14245 adobename="Keharmenian", 14246 category="lu", 14247 description="ARMENIAN CAPITAL LETTER KEH", 14248 direction="l", 14249 lccode=0x584, 14250 linebreak="al", 14251 unicodeslot=0x554, 14252 }, 14253 [0x555]={ 14254 adobename="Oharmenian", 14255 category="lu", 14256 description="ARMENIAN CAPITAL LETTER OH", 14257 direction="l", 14258 lccode=0x585, 14259 linebreak="al", 14260 unicodeslot=0x555, 14261 }, 14262 [0x556]={ 14263 adobename="Feharmenian", 14264 category="lu", 14265 description="ARMENIAN CAPITAL LETTER FEH", 14266 direction="l", 14267 lccode=0x586, 14268 linebreak="al", 14269 unicodeslot=0x556, 14270 }, 14271 [0x559]={ 14272 adobename="ringhalfleftarmenian", 14273 category="lm", 14274 description="ARMENIAN MODIFIER LETTER LEFT HALF RING", 14275 direction="l", 14276 linebreak="al", 14277 unicodeslot=0x559, 14278 }, 14279 [0x55A]={ 14280 adobename="apostrophearmenian", 14281 category="po", 14282 description="ARMENIAN APOSTROPHE", 14283 direction="l", 14284 linebreak="al", 14285 synonyms={ "armenian modifier letter right half ring" }, 14286 unicodeslot=0x55A, 14287 }, 14288 [0x55B]={ 14289 adobename="emphasismarkarmenian", 14290 category="po", 14291 description="ARMENIAN EMPHASIS MARK", 14292 direction="l", 14293 linebreak="al", 14294 synonyms={ "armenian shesht" }, 14295 unicodeslot=0x55B, 14296 }, 14297 [0x55C]={ 14298 adobename="exclamarmenian", 14299 category="po", 14300 description="ARMENIAN EXCLAMATION MARK", 14301 direction="l", 14302 linebreak="al", 14303 synonyms={ "armenian batsaganchakan nshan" }, 14304 unicodeslot=0x55C, 14305 }, 14306 [0x55D]={ 14307 adobename="commaarmenian", 14308 category="po", 14309 description="ARMENIAN COMMA", 14310 direction="l", 14311 linebreak="al", 14312 synonyms={ "armenian bowt" }, 14313 unicodeslot=0x55D, 14314 }, 14315 [0x55E]={ 14316 adobename="questionarmenian", 14317 category="po", 14318 description="ARMENIAN QUESTION MARK", 14319 direction="l", 14320 linebreak="al", 14321 synonyms={ "armenian hartsakan nshan" }, 14322 unicodeslot=0x55E, 14323 }, 14324 [0x55F]={ 14325 adobename="abbreviationmarkarmenian", 14326 category="po", 14327 description="ARMENIAN ABBREVIATION MARK", 14328 direction="l", 14329 linebreak="al", 14330 synonyms={ "armenian patiw" }, 14331 unicodeslot=0x55F, 14332 }, 14333 [0x560]={ 14334 category="ll", 14335 description="ARMENIAN SMALL LETTER TURNED AYB", 14336 direction="l", 14337 linebreak="al", 14338 unicodeslot=0x560, 14339 }, 14340 [0x561]={ 14341 adobename="aybarmenian", 14342 category="ll", 14343 description="ARMENIAN SMALL LETTER AYB", 14344 direction="l", 14345 linebreak="al", 14346 uccode=0x531, 14347 unicodeslot=0x561, 14348 }, 14349 [0x562]={ 14350 adobename="benarmenian", 14351 category="ll", 14352 description="ARMENIAN SMALL LETTER BEN", 14353 direction="l", 14354 linebreak="al", 14355 uccode=0x532, 14356 unicodeslot=0x562, 14357 }, 14358 [0x563]={ 14359 adobename="gimarmenian", 14360 category="ll", 14361 description="ARMENIAN SMALL LETTER GIM", 14362 direction="l", 14363 linebreak="al", 14364 uccode=0x533, 14365 unicodeslot=0x563, 14366 }, 14367 [0x564]={ 14368 adobename="daarmenian", 14369 category="ll", 14370 description="ARMENIAN SMALL LETTER DA", 14371 direction="l", 14372 linebreak="al", 14373 uccode=0x534, 14374 unicodeslot=0x564, 14375 }, 14376 [0x565]={ 14377 adobename="echarmenian", 14378 category="ll", 14379 description="ARMENIAN SMALL LETTER ECH", 14380 direction="l", 14381 linebreak="al", 14382 uccode=0x535, 14383 unicodeslot=0x565, 14384 }, 14385 [0x566]={ 14386 adobename="zaarmenian", 14387 category="ll", 14388 description="ARMENIAN SMALL LETTER ZA", 14389 direction="l", 14390 linebreak="al", 14391 uccode=0x536, 14392 unicodeslot=0x566, 14393 }, 14394 [0x567]={ 14395 adobename="eharmenian", 14396 category="ll", 14397 description="ARMENIAN SMALL LETTER EH", 14398 direction="l", 14399 linebreak="al", 14400 uccode=0x537, 14401 unicodeslot=0x567, 14402 }, 14403 [0x568]={ 14404 adobename="etarmenian", 14405 category="ll", 14406 description="ARMENIAN SMALL LETTER ET", 14407 direction="l", 14408 linebreak="al", 14409 uccode=0x538, 14410 unicodeslot=0x568, 14411 }, 14412 [0x569]={ 14413 adobename="toarmenian", 14414 category="ll", 14415 description="ARMENIAN SMALL LETTER TO", 14416 direction="l", 14417 linebreak="al", 14418 uccode=0x539, 14419 unicodeslot=0x569, 14420 }, 14421 [0x56A]={ 14422 adobename="zhearmenian", 14423 category="ll", 14424 description="ARMENIAN SMALL LETTER ZHE", 14425 direction="l", 14426 linebreak="al", 14427 uccode=0x53A, 14428 unicodeslot=0x56A, 14429 }, 14430 [0x56B]={ 14431 adobename="iniarmenian", 14432 category="ll", 14433 description="ARMENIAN SMALL LETTER INI", 14434 direction="l", 14435 linebreak="al", 14436 uccode=0x53B, 14437 unicodeslot=0x56B, 14438 }, 14439 [0x56C]={ 14440 adobename="liwnarmenian", 14441 category="ll", 14442 description="ARMENIAN SMALL LETTER LIWN", 14443 direction="l", 14444 linebreak="al", 14445 uccode=0x53C, 14446 unicodeslot=0x56C, 14447 }, 14448 [0x56D]={ 14449 adobename="xeharmenian", 14450 category="ll", 14451 description="ARMENIAN SMALL LETTER XEH", 14452 direction="l", 14453 linebreak="al", 14454 uccode=0x53D, 14455 unicodeslot=0x56D, 14456 }, 14457 [0x56E]={ 14458 adobename="caarmenian", 14459 category="ll", 14460 description="ARMENIAN SMALL LETTER CA", 14461 direction="l", 14462 linebreak="al", 14463 uccode=0x53E, 14464 unicodeslot=0x56E, 14465 }, 14466 [0x56F]={ 14467 adobename="kenarmenian", 14468 category="ll", 14469 description="ARMENIAN SMALL LETTER KEN", 14470 direction="l", 14471 linebreak="al", 14472 uccode=0x53F, 14473 unicodeslot=0x56F, 14474 }, 14475 [0x570]={ 14476 adobename="hoarmenian", 14477 category="ll", 14478 description="ARMENIAN SMALL LETTER HO", 14479 direction="l", 14480 linebreak="al", 14481 uccode=0x540, 14482 unicodeslot=0x570, 14483 }, 14484 [0x571]={ 14485 adobename="jaarmenian", 14486 category="ll", 14487 description="ARMENIAN SMALL LETTER JA", 14488 direction="l", 14489 linebreak="al", 14490 uccode=0x541, 14491 unicodeslot=0x571, 14492 }, 14493 [0x572]={ 14494 adobename="ghadarmenian", 14495 category="ll", 14496 description="ARMENIAN SMALL LETTER GHAD", 14497 direction="l", 14498 linebreak="al", 14499 uccode=0x542, 14500 unicodeslot=0x572, 14501 }, 14502 [0x573]={ 14503 adobename="cheharmenian", 14504 category="ll", 14505 description="ARMENIAN SMALL LETTER CHEH", 14506 direction="l", 14507 linebreak="al", 14508 uccode=0x543, 14509 unicodeslot=0x573, 14510 }, 14511 [0x574]={ 14512 adobename="menarmenian", 14513 category="ll", 14514 description="ARMENIAN SMALL LETTER MEN", 14515 direction="l", 14516 linebreak="al", 14517 uccode=0x544, 14518 unicodeslot=0x574, 14519 }, 14520 [0x575]={ 14521 adobename="yiarmenian", 14522 category="ll", 14523 description="ARMENIAN SMALL LETTER YI", 14524 direction="l", 14525 linebreak="al", 14526 uccode=0x545, 14527 unicodeslot=0x575, 14528 }, 14529 [0x576]={ 14530 adobename="nowarmenian", 14531 category="ll", 14532 description="ARMENIAN SMALL LETTER NOW", 14533 direction="l", 14534 linebreak="al", 14535 uccode=0x546, 14536 unicodeslot=0x576, 14537 }, 14538 [0x577]={ 14539 adobename="shaarmenian", 14540 category="ll", 14541 description="ARMENIAN SMALL LETTER SHA", 14542 direction="l", 14543 linebreak="al", 14544 uccode=0x547, 14545 unicodeslot=0x577, 14546 }, 14547 [0x578]={ 14548 adobename="voarmenian", 14549 category="ll", 14550 description="ARMENIAN SMALL LETTER VO", 14551 direction="l", 14552 linebreak="al", 14553 uccode=0x548, 14554 unicodeslot=0x578, 14555 }, 14556 [0x579]={ 14557 adobename="chaarmenian", 14558 category="ll", 14559 description="ARMENIAN SMALL LETTER CHA", 14560 direction="l", 14561 linebreak="al", 14562 uccode=0x549, 14563 unicodeslot=0x579, 14564 }, 14565 [0x57A]={ 14566 adobename="peharmenian", 14567 category="ll", 14568 description="ARMENIAN SMALL LETTER PEH", 14569 direction="l", 14570 linebreak="al", 14571 uccode=0x54A, 14572 unicodeslot=0x57A, 14573 }, 14574 [0x57B]={ 14575 adobename="jheharmenian", 14576 category="ll", 14577 description="ARMENIAN SMALL LETTER JHEH", 14578 direction="l", 14579 linebreak="al", 14580 uccode=0x54B, 14581 unicodeslot=0x57B, 14582 }, 14583 [0x57C]={ 14584 adobename="raarmenian", 14585 category="ll", 14586 description="ARMENIAN SMALL LETTER RA", 14587 direction="l", 14588 linebreak="al", 14589 uccode=0x54C, 14590 unicodeslot=0x57C, 14591 }, 14592 [0x57D]={ 14593 adobename="seharmenian", 14594 category="ll", 14595 description="ARMENIAN SMALL LETTER SEH", 14596 direction="l", 14597 linebreak="al", 14598 uccode=0x54D, 14599 unicodeslot=0x57D, 14600 }, 14601 [0x57E]={ 14602 adobename="vewarmenian", 14603 category="ll", 14604 description="ARMENIAN SMALL LETTER VEW", 14605 direction="l", 14606 linebreak="al", 14607 uccode=0x54E, 14608 unicodeslot=0x57E, 14609 }, 14610 [0x57F]={ 14611 adobename="tiwnarmenian", 14612 category="ll", 14613 description="ARMENIAN SMALL LETTER TIWN", 14614 direction="l", 14615 linebreak="al", 14616 uccode=0x54F, 14617 unicodeslot=0x57F, 14618 }, 14619 [0x580]={ 14620 adobename="reharmenian", 14621 category="ll", 14622 description="ARMENIAN SMALL LETTER REH", 14623 direction="l", 14624 linebreak="al", 14625 uccode=0x550, 14626 unicodeslot=0x580, 14627 }, 14628 [0x581]={ 14629 adobename="coarmenian", 14630 category="ll", 14631 description="ARMENIAN SMALL LETTER CO", 14632 direction="l", 14633 linebreak="al", 14634 uccode=0x551, 14635 unicodeslot=0x581, 14636 }, 14637 [0x582]={ 14638 adobename="yiwnarmenian", 14639 category="ll", 14640 description="ARMENIAN SMALL LETTER YIWN", 14641 direction="l", 14642 linebreak="al", 14643 uccode=0x552, 14644 unicodeslot=0x582, 14645 }, 14646 [0x583]={ 14647 adobename="piwrarmenian", 14648 category="ll", 14649 description="ARMENIAN SMALL LETTER PIWR", 14650 direction="l", 14651 linebreak="al", 14652 uccode=0x553, 14653 unicodeslot=0x583, 14654 }, 14655 [0x584]={ 14656 adobename="keharmenian", 14657 category="ll", 14658 description="ARMENIAN SMALL LETTER KEH", 14659 direction="l", 14660 linebreak="al", 14661 uccode=0x554, 14662 unicodeslot=0x584, 14663 }, 14664 [0x585]={ 14665 adobename="oharmenian", 14666 category="ll", 14667 description="ARMENIAN SMALL LETTER OH", 14668 direction="l", 14669 linebreak="al", 14670 uccode=0x555, 14671 unicodeslot=0x585, 14672 }, 14673 [0x586]={ 14674 adobename="feharmenian", 14675 category="ll", 14676 description="ARMENIAN SMALL LETTER FEH", 14677 direction="l", 14678 linebreak="al", 14679 uccode=0x556, 14680 unicodeslot=0x586, 14681 }, 14682 [0x587]={ 14683 adobename="echyiwnarmenian", 14684 category="ll", 14685 description="ARMENIAN SMALL LIGATURE ECH YIWN", 14686 direction="l", 14687 linebreak="al", 14688 specials={ "compat", 0x565, 0x582 }, 14689 uccode={ 0x565, 0x582 }, 14690 unicodeslot=0x587, 14691 }, 14692 [0x588]={ 14693 category="ll", 14694 description="ARMENIAN SMALL LETTER YI WITH STROKE", 14695 direction="l", 14696 linebreak="al", 14697 unicodeslot=0x588, 14698 }, 14699 [0x589]={ 14700 adobename="periodarmenian", 14701 category="po", 14702 description="ARMENIAN FULL STOP", 14703 direction="l", 14704 linebreak="is", 14705 synonyms={ "armenian vertsaket", "georgian full stop" }, 14706 unicodeslot=0x589, 14707 }, 14708 [0x58A]={ 14709 category="pd", 14710 description="ARMENIAN HYPHEN", 14711 direction="on", 14712 linebreak="ba", 14713 synonyms={ "armenian yentamna" }, 14714 unicodeslot=0x58A, 14715 }, 14716 [0x58D]={ 14717 category="so", 14718 description="RIGHT-FACING ARMENIAN ETERNITY SIGN", 14719 direction="on", 14720 linebreak="al", 14721 unicodeslot=0x58D, 14722 }, 14723 [0x58E]={ 14724 category="so", 14725 description="LEFT-FACING ARMENIAN ETERNITY SIGN", 14726 direction="on", 14727 linebreak="al", 14728 unicodeslot=0x58E, 14729 }, 14730 [0x58F]={ 14731 category="sc", 14732 description="ARMENIAN DRAM SIGN", 14733 direction="et", 14734 linebreak="pr", 14735 synonyms={ "armenian currency" }, 14736 unicodeslot=0x58F, 14737 }, 14738 [0x591]={ 14739 adobename="etnahtalefthebrew", 14740 category="mn", 14741 combining=0xDC, 14742 description="HEBREW ACCENT ETNAHTA", 14743 direction="nsm", 14744 linebreak="cm", 14745 unicodeslot=0x591, 14746 }, 14747 [0x592]={ 14748 adobename="segoltahebrew", 14749 category="mn", 14750 combining=0xE6, 14751 description="HEBREW ACCENT SEGOL", 14752 direction="nsm", 14753 linebreak="cm", 14754 unicodeslot=0x592, 14755 }, 14756 [0x593]={ 14757 adobename="shalshelethebrew", 14758 category="mn", 14759 combining=0xE6, 14760 description="HEBREW ACCENT SHALSHELET", 14761 direction="nsm", 14762 linebreak="cm", 14763 unicodeslot=0x593, 14764 }, 14765 [0x594]={ 14766 adobename="zaqefqatanhebrew", 14767 category="mn", 14768 combining=0xE6, 14769 description="HEBREW ACCENT ZAQEF QATAN", 14770 direction="nsm", 14771 linebreak="cm", 14772 unicodeslot=0x594, 14773 }, 14774 [0x595]={ 14775 adobename="zaqefgadolhebrew", 14776 category="mn", 14777 combining=0xE6, 14778 description="HEBREW ACCENT ZAQEF GADOL", 14779 direction="nsm", 14780 linebreak="cm", 14781 unicodeslot=0x595, 14782 }, 14783 [0x596]={ 14784 adobename="tipehalefthebrew", 14785 category="mn", 14786 combining=0xDC, 14787 description="HEBREW ACCENT TIPEHA", 14788 direction="nsm", 14789 linebreak="cm", 14790 unicodeslot=0x596, 14791 }, 14792 [0x597]={ 14793 adobename="reviamugrashhebrew", 14794 category="mn", 14795 combining=0xE6, 14796 description="HEBREW ACCENT REVIA", 14797 direction="nsm", 14798 linebreak="cm", 14799 unicodeslot=0x597, 14800 }, 14801 [0x598]={ 14802 adobename="zarqahebrew", 14803 category="mn", 14804 combining=0xE6, 14805 description="HEBREW ACCENT ZARQA", 14806 direction="nsm", 14807 linebreak="cm", 14808 unicodeslot=0x598, 14809 }, 14810 [0x599]={ 14811 adobename="pashtahebrew", 14812 category="mn", 14813 combining=0xE6, 14814 description="HEBREW ACCENT PASHTA", 14815 direction="nsm", 14816 linebreak="cm", 14817 unicodeslot=0x599, 14818 }, 14819 [0x59A]={ 14820 adobename="yetivhebrew", 14821 category="mn", 14822 combining=0xDE, 14823 description="HEBREW ACCENT YETIV", 14824 direction="nsm", 14825 linebreak="cm", 14826 unicodeslot=0x59A, 14827 }, 14828 [0x59B]={ 14829 adobename="tevirlefthebrew", 14830 category="mn", 14831 combining=0xDC, 14832 description="HEBREW ACCENT TEVIR", 14833 direction="nsm", 14834 linebreak="cm", 14835 unicodeslot=0x59B, 14836 }, 14837 [0x59C]={ 14838 adobename="gereshaccenthebrew", 14839 category="mn", 14840 combining=0xE6, 14841 description="HEBREW ACCENT GERESH", 14842 direction="nsm", 14843 linebreak="cm", 14844 unicodeslot=0x59C, 14845 }, 14846 [0x59D]={ 14847 adobename="gereshmuqdamhebrew", 14848 category="mn", 14849 combining=0xE6, 14850 description="HEBREW ACCENT GERESH MUQDAM", 14851 direction="nsm", 14852 linebreak="cm", 14853 unicodeslot=0x59D, 14854 }, 14855 [0x59E]={ 14856 adobename="gershayimaccenthebrew", 14857 category="mn", 14858 combining=0xE6, 14859 description="HEBREW ACCENT GERSHAYIM", 14860 direction="nsm", 14861 linebreak="cm", 14862 unicodeslot=0x59E, 14863 }, 14864 [0x59F]={ 14865 adobename="qarneyparahebrew", 14866 category="mn", 14867 combining=0xE6, 14868 description="HEBREW ACCENT QARNEY PARA", 14869 direction="nsm", 14870 linebreak="cm", 14871 unicodeslot=0x59F, 14872 }, 14873 [0x5A0]={ 14874 adobename="telishagedolahebrew", 14875 category="mn", 14876 combining=0xE6, 14877 description="HEBREW ACCENT TELISHA GEDOLA", 14878 direction="nsm", 14879 linebreak="cm", 14880 unicodeslot=0x5A0, 14881 }, 14882 [0x5A1]={ 14883 adobename="pazerhebrew", 14884 category="mn", 14885 combining=0xE6, 14886 description="HEBREW ACCENT PAZER", 14887 direction="nsm", 14888 linebreak="cm", 14889 unicodeslot=0x5A1, 14890 }, 14891 [0x5A2]={ 14892 category="mn", 14893 combining=0xDC, 14894 description="HEBREW ACCENT ATNAH HAFUKH", 14895 direction="nsm", 14896 linebreak="cm", 14897 unicodeslot=0x5A2, 14898 }, 14899 [0x5A3]={ 14900 adobename="munahlefthebrew", 14901 category="mn", 14902 combining=0xDC, 14903 description="HEBREW ACCENT MUNAH", 14904 direction="nsm", 14905 linebreak="cm", 14906 unicodeslot=0x5A3, 14907 }, 14908 [0x5A4]={ 14909 adobename="mahapakhlefthebrew", 14910 category="mn", 14911 combining=0xDC, 14912 description="HEBREW ACCENT MAHAPAKH", 14913 direction="nsm", 14914 linebreak="cm", 14915 unicodeslot=0x5A4, 14916 }, 14917 [0x5A5]={ 14918 adobename="merkhalefthebrew", 14919 category="mn", 14920 combining=0xDC, 14921 description="HEBREW ACCENT MERKHA", 14922 direction="nsm", 14923 linebreak="cm", 14924 unicodeslot=0x5A5, 14925 }, 14926 [0x5A6]={ 14927 adobename="merkhakefulalefthebrew", 14928 category="mn", 14929 combining=0xDC, 14930 description="HEBREW ACCENT MERKHA KEFULA", 14931 direction="nsm", 14932 linebreak="cm", 14933 unicodeslot=0x5A6, 14934 }, 14935 [0x5A7]={ 14936 adobename="dargalefthebrew", 14937 category="mn", 14938 combining=0xDC, 14939 description="HEBREW ACCENT DARGA", 14940 direction="nsm", 14941 linebreak="cm", 14942 unicodeslot=0x5A7, 14943 }, 14944 [0x5A8]={ 14945 adobename="qadmahebrew", 14946 category="mn", 14947 combining=0xE6, 14948 description="HEBREW ACCENT QADMA", 14949 direction="nsm", 14950 linebreak="cm", 14951 unicodeslot=0x5A8, 14952 }, 14953 [0x5A9]={ 14954 adobename="telishaqetanahebrew", 14955 category="mn", 14956 combining=0xE6, 14957 description="HEBREW ACCENT TELISHA QETANA", 14958 direction="nsm", 14959 linebreak="cm", 14960 unicodeslot=0x5A9, 14961 }, 14962 [0x5AA]={ 14963 adobename="yerahbenyomolefthebrew", 14964 category="mn", 14965 combining=0xDC, 14966 description="HEBREW ACCENT YERAH BEN YOMO", 14967 direction="nsm", 14968 linebreak="cm", 14969 unicodeslot=0x5AA, 14970 }, 14971 [0x5AB]={ 14972 adobename="olehebrew", 14973 category="mn", 14974 combining=0xE6, 14975 description="HEBREW ACCENT OLE", 14976 direction="nsm", 14977 linebreak="cm", 14978 unicodeslot=0x5AB, 14979 }, 14980 [0x5AC]={ 14981 adobename="iluyhebrew", 14982 category="mn", 14983 combining=0xE6, 14984 description="HEBREW ACCENT ILUY", 14985 direction="nsm", 14986 linebreak="cm", 14987 unicodeslot=0x5AC, 14988 }, 14989 [0x5AD]={ 14990 adobename="dehihebrew", 14991 category="mn", 14992 combining=0xDE, 14993 description="HEBREW ACCENT DEHI", 14994 direction="nsm", 14995 linebreak="cm", 14996 unicodeslot=0x5AD, 14997 }, 14998 [0x5AE]={ 14999 adobename="zinorhebrew", 15000 category="mn", 15001 combining=0xE4, 15002 description="HEBREW ACCENT ZINOR", 15003 direction="nsm", 15004 linebreak="cm", 15005 unicodeslot=0x5AE, 15006 }, 15007 [0x5AF]={ 15008 adobename="masoracirclehebrew", 15009 category="mn", 15010 combining=0xE6, 15011 description="HEBREW MARK MASORA CIRCLE", 15012 direction="nsm", 15013 linebreak="cm", 15014 unicodeslot=0x5AF, 15015 }, 15016 [0x5B0]={ 15017 adobename="shevawidehebrew", 15018 category="mn", 15019 combining=0xA, 15020 description="HEBREW POINT SHEVA", 15021 direction="nsm", 15022 linebreak="cm", 15023 unicodeslot=0x5B0, 15024 }, 15025 [0x5B1]={ 15026 adobename="hatafsegolwidehebrew", 15027 category="mn", 15028 combining=0xB, 15029 description="HEBREW POINT HATAF SEGOL", 15030 direction="nsm", 15031 linebreak="cm", 15032 unicodeslot=0x5B1, 15033 }, 15034 [0x5B2]={ 15035 adobename="hatafpatahwidehebrew", 15036 category="mn", 15037 combining=0xC, 15038 description="HEBREW POINT HATAF PATAH", 15039 direction="nsm", 15040 linebreak="cm", 15041 unicodeslot=0x5B2, 15042 }, 15043 [0x5B3]={ 15044 adobename="hatafqamatswidehebrew", 15045 category="mn", 15046 combining=0xD, 15047 description="HEBREW POINT HATAF QAMATS", 15048 direction="nsm", 15049 linebreak="cm", 15050 unicodeslot=0x5B3, 15051 }, 15052 [0x5B4]={ 15053 adobename="hiriqwidehebrew", 15054 category="mn", 15055 combining=0xE, 15056 description="HEBREW POINT HIRIQ", 15057 direction="nsm", 15058 linebreak="cm", 15059 unicodeslot=0x5B4, 15060 }, 15061 [0x5B5]={ 15062 adobename="tserewidehebrew", 15063 category="mn", 15064 combining=0xF, 15065 description="HEBREW POINT TSERE", 15066 direction="nsm", 15067 linebreak="cm", 15068 unicodeslot=0x5B5, 15069 }, 15070 [0x5B6]={ 15071 adobename="segolwidehebrew", 15072 category="mn", 15073 combining=0x10, 15074 description="HEBREW POINT SEGOL", 15075 direction="nsm", 15076 linebreak="cm", 15077 unicodeslot=0x5B6, 15078 }, 15079 [0x5B7]={ 15080 adobename="patahwidehebrew", 15081 category="mn", 15082 combining=0x11, 15083 description="HEBREW POINT PATAH", 15084 direction="nsm", 15085 linebreak="cm", 15086 unicodeslot=0x5B7, 15087 }, 15088 [0x5B8]={ 15089 adobename="qamatswidehebrew", 15090 category="mn", 15091 combining=0x12, 15092 description="HEBREW POINT QAMATS", 15093 direction="nsm", 15094 linebreak="cm", 15095 unicodeslot=0x5B8, 15096 }, 15097 [0x5B9]={ 15098 adobename="holamwidehebrew", 15099 category="mn", 15100 combining=0x13, 15101 description="HEBREW POINT HOLAM", 15102 direction="nsm", 15103 linebreak="cm", 15104 unicodeslot=0x5B9, 15105 }, 15106 [0x5BA]={ 15107 category="mn", 15108 combining=0x13, 15109 description="HEBREW POINT HOLAM HASER FOR VAV", 15110 direction="nsm", 15111 linebreak="cm", 15112 unicodeslot=0x5BA, 15113 }, 15114 [0x5BB]={ 15115 adobename="qubutswidehebrew", 15116 category="mn", 15117 combining=0x14, 15118 description="HEBREW POINT QUBUTS", 15119 direction="nsm", 15120 linebreak="cm", 15121 unicodeslot=0x5BB, 15122 }, 15123 [0x5BC]={ 15124 adobename="dageshhebrew", 15125 category="mn", 15126 combining=0x15, 15127 description="HEBREW POINT DAGESH OR MAPIQ", 15128 direction="nsm", 15129 linebreak="cm", 15130 unicodeslot=0x5BC, 15131 }, 15132 [0x5BD]={ 15133 adobename="siluqlefthebrew", 15134 category="mn", 15135 combining=0x16, 15136 description="HEBREW POINT METEG", 15137 direction="nsm", 15138 linebreak="cm", 15139 unicodeslot=0x5BD, 15140 }, 15141 [0x5BE]={ 15142 adobename="maqafhebrew", 15143 category="po", 15144 description="HEBREW PUNCTUATION MAQAF", 15145 direction="r", 15146 linebreak="ba", 15147 unicodeslot=0x5BE, 15148 }, 15149 [0x5BF]={ 15150 adobename="rafehebrew", 15151 category="mn", 15152 combining=0x17, 15153 description="HEBREW POINT RAFE", 15154 direction="nsm", 15155 linebreak="cm", 15156 unicodeslot=0x5BF, 15157 }, 15158 [0x5C