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]]-- 26 27local variants_emoji={ 28 [0xFE0E]="text style", 29 [0xFE0F]="emoji style", 30} 31 32local variants_forms={ 33 [0xFE00]="corner-justified form", 34 [0xFE01]="centered form", 35} 36 37local variants_style={ 38 [0xFE00]="chancery style", 39 [0xFE01]="roundhand style", 40} 41 42local variants_dotted={ 43 [0xFE00]="dotted form", 44} 45 46characters = characters or { } 47 48characters.data={ 49 [0x0]={ 50 category="cc", 51 description="NULL", 52 direction="bn", 53 linebreak="cm", 54 unicodeslot=0x0, 55 }, 56 { 57 adobename="controlSTX", 58 category="cc", 59 description="START OF HEADING", 60 direction="bn", 61 linebreak="cm", 62 unicodeslot=0x1, 63 }, 64 { 65 adobename="controlSOT", 66 category="cc", 67 description="START OF TEXT", 68 direction="bn", 69 linebreak="cm", 70 unicodeslot=0x2, 71 }, 72 { 73 adobename="controlETX", 74 category="cc", 75 description="END OF TEXT", 76 direction="bn", 77 linebreak="cm", 78 unicodeslot=0x3, 79 }, 80 { 81 adobename="controlEOT", 82 category="cc", 83 description="END OF TRANSMISSION", 84 direction="bn", 85 linebreak="cm", 86 unicodeslot=0x4, 87 }, 88 { 89 adobename="controlENQ", 90 category="cc", 91 description="ENQUIRY", 92 direction="bn", 93 linebreak="cm", 94 unicodeslot=0x5, 95 }, 96 { 97 adobename="controlACK", 98 category="cc", 99 description="ACKNOWLEDGE", 100 direction="bn", 101 linebreak="cm", 102 unicodeslot=0x6, 103 }, 104 { 105 adobename="controlBEL", 106 category="cc", 107 description="BELL", 108 direction="bn", 109 linebreak="cm", 110 unicodeslot=0x7, 111 }, 112 { 113 adobename="controlBS", 114 category="cc", 115 description="BACKSPACE", 116 direction="bn", 117 linebreak="cm", 118 unicodeslot=0x8, 119 }, 120 { 121 adobename="controlHT", 122 category="cc", 123 description="CHARACTER TABULATION", 124 direction="s", 125 linebreak="ba", 126 synonyms={ "horizontal tabulation", "ht", "tab" }, 127 unicodeslot=0x9, 128 }, 129 { 130 adobename="controlLF", 131 category="cc", 132 description="LINE FEED (LF)", 133 direction="b", 134 linebreak="lf", 135 synonyms={ "end of line", "eol", "lf", "new line", "nl" }, 136 unicodeslot=0xA, 137 }, 138 { 139 adobename="controlVT", 140 category="cc", 141 description="LINE TABULATION", 142 direction="s", 143 linebreak="bk", 144 synonyms={ "vertical tabulation", "vt" }, 145 unicodeslot=0xB, 146 }, 147 { 148 adobename="controlFF", 149 category="cc", 150 description="FORM FEED (FF)", 151 direction="ws", 152 linebreak="bk", 153 synonyms={ "ff" }, 154 unicodeslot=0xC, 155 }, 156 { 157 adobename="controlCR", 158 category="cc", 159 description="CARRIAGE RETURN (CR)", 160 direction="b", 161 linebreak="cr", 162 synonyms={ "cr" }, 163 unicodeslot=0xD, 164 }, 165 { 166 adobename="controlSO", 167 category="cc", 168 description="SHIFT OUT", 169 direction="bn", 170 linebreak="cm", 171 unicodeslot=0xE, 172 }, 173 { 174 adobename="controlSI", 175 category="cc", 176 description="SHIFT IN", 177 direction="bn", 178 linebreak="cm", 179 unicodeslot=0xF, 180 }, 181 { 182 adobename="controlDLE", 183 category="cc", 184 description="DATA LINK ESCAPE", 185 direction="bn", 186 linebreak="cm", 187 unicodeslot=0x10, 188 }, 189 { 190 adobename="controlDC1", 191 category="cc", 192 description="DEVICE CONTROL ONE", 193 direction="bn", 194 linebreak="cm", 195 unicodeslot=0x11, 196 }, 197 { 198 adobename="controlDC2", 199 category="cc", 200 description="DEVICE CONTROL TWO", 201 direction="bn", 202 linebreak="cm", 203 unicodeslot=0x12, 204 }, 205 { 206 adobename="controlDC3", 207 category="cc", 208 description="DEVICE CONTROL THREE", 209 direction="bn", 210 linebreak="cm", 211 unicodeslot=0x13, 212 }, 213 { 214 adobename="controlDC4", 215 category="cc", 216 description="DEVICE CONTROL FOUR", 217 direction="bn", 218 linebreak="cm", 219 unicodeslot=0x14, 220 }, 221 { 222 adobename="controlNAK", 223 category="cc", 224 description="NEGATIVE ACKNOWLEDGE", 225 direction="bn", 226 linebreak="cm", 227 unicodeslot=0x15, 228 }, 229 { 230 adobename="controlSYN", 231 category="cc", 232 description="SYNCHRONOUS IDLE", 233 direction="bn", 234 linebreak="cm", 235 unicodeslot=0x16, 236 }, 237 { 238 adobename="controlETB", 239 category="cc", 240 description="END OF TRANSMISSION BLOCK", 241 direction="bn", 242 linebreak="cm", 243 unicodeslot=0x17, 244 }, 245 { 246 adobename="controlCAN", 247 category="cc", 248 description="CANCEL", 249 direction="bn", 250 linebreak="cm", 251 unicodeslot=0x18, 252 }, 253 { 254 adobename="controlEM", 255 category="cc", 256 description="END OF MEDIUM", 257 direction="bn", 258 linebreak="cm", 259 unicodeslot=0x19, 260 }, 261 { 262 adobename="controlSUB", 263 category="cc", 264 description="SUBSTITUTE", 265 direction="bn", 266 linebreak="cm", 267 unicodeslot=0x1A, 268 }, 269 { 270 adobename="controlESC", 271 category="cc", 272 description="ESCAPE", 273 direction="bn", 274 linebreak="cm", 275 unicodeslot=0x1B, 276 }, 277 { 278 adobename="controlFS", 279 category="cc", 280 description="INFORMATION SEPARATOR FOUR", 281 direction="b", 282 linebreak="cm", 283 synonyms={ "file separator" }, 284 unicodeslot=0x1C, 285 }, 286 { 287 adobename="controlGS", 288 category="cc", 289 description="INFORMATION SEPARATOR THREE", 290 direction="b", 291 linebreak="cm", 292 synonyms={ "group separator" }, 293 unicodeslot=0x1D, 294 }, 295 { 296 adobename="controlRS", 297 category="cc", 298 description="INFORMATION SEPARATOR TWO", 299 direction="b", 300 linebreak="cm", 301 synonyms={ "record separator" }, 302 unicodeslot=0x1E, 303 }, 304 { 305 adobename="controlUS", 306 category="cc", 307 description="INFORMATION SEPARATOR ONE", 308 direction="s", 309 linebreak="cm", 310 synonyms={ "unit separator" }, 311 unicodeslot=0x1F, 312 }, 313 { 314 adobename="space", 315 category="zs", 316 cjkwd="na", 317 description="SPACE", 318 direction="ws", 319 linebreak="sp", 320 unicodeslot=0x20, 321 }, 322 { 323 adobename="exclam", 324 category="po", 325 cjkwd="na", 326 description="EXCLAMATION MARK", 327 direction="on", 328 linebreak="ex", 329 mathclass="close", 330 synonyms={ "bang", "factorial" }, 331 unicodeslot=0x21, 332 }, 333 { 334 adobename="quotedbl", 335 category="po", 336 cjkwd="na", 337 contextname="quotedbl", 338 description="QUOTATION MARK", 339 direction="on", 340 linebreak="qu", 341 mathclass="default", 342 synonyms={ "neutral quotation mark" }, 343 unicodeslot=0x22, 344 }, 345 { 346 adobename="numbersign", 347 category="po", 348 cjkwd="na", 349 contextname="texthash", 350 description="NUMBER SIGN", 351 direction="et", 352 linebreak="al", 353 mathclass="binary", 354 mathname="mathhash", 355 synonyms={ "crosshatch", "hash", "octothorpe", "pound sign" }, 356 unicodeslot=0x23, 357 variants=variants_emoji, 358 }, 359 { 360 adobename="dollar", 361 category="sc", 362 cjkwd="na", 363 contextname="textdollar", 364 description="DOLLAR SIGN", 365 direction="et", 366 linebreak="pr", 367 mathclass="binary", 368 mathname="mathdollar", 369 synonyms={ "escudo", "milreis" }, 370 unicodeslot=0x24, 371 }, 372 { 373 adobename="percent", 374 category="po", 375 cjkwd="na", 376 contextname="textpercent", 377 description="PERCENT SIGN", 378 direction="et", 379 linebreak="po", 380 mathclass="binary", 381 mathname="mathpercent", 382 unicodeslot=0x25, 383 }, 384 { 385 adobename="ampersand", 386 category="po", 387 cjkwd="na", 388 contextname="textampersand", 389 description="AMPERSAND", 390 direction="on", 391 linebreak="al", 392 mathclass="binary", 393 mathname="mathampersand", 394 unicodeslot=0x26, 395 }, 396 { 397 adobename="quotesingle", 398 category="po", 399 cjkwd="na", 400 contextname="quotesingle", 401 description="APOSTROPHE", 402 direction="on", 403 linebreak="qu", 404 mathclass="default", 405 synonyms={ "apl quote", "apostrophe-quote", "neutral single quotation mark" }, 406 unicodeslot=0x27, 407 }, 408 { 409 adobename="parenleft", 410 category="ps", 411 cjkwd="na", 412 description="LEFT PARENTHESIS", 413 direction="on", 414 linebreak="op", 415 mathclass="open", 416 mathname="lparent", 417 mirror=0x29, 418 synonyms={ "opening parenthesis" }, 419 textclass="open", 420 unicodeslot=0x28, 421 }, 422 { 423 adobename="parenright", 424 category="pe", 425 cjkwd="na", 426 description="RIGHT PARENTHESIS", 427 direction="on", 428 linebreak="cp", 429 mathclass="close", 430 mathname="rparent", 431 mirror=0x28, 432 synonyms={ "closing parenthesis" }, 433 textclass="close", 434 unicodeslot=0x29, 435 }, 436 { 437 adobename="asterisk", 438 category="po", 439 cjkwd="na", 440 description="ASTERISK", 441 direction="on", 442 linebreak="al", 443 mathclass="binary", 444 mathsymbol=0x2217, 445 synonyms={ "star" }, 446 unicodeslot=0x2A, 447 variants=variants_emoji, 448 }, 449 { 450 adobename="plus", 451 category="sm", 452 cjkwd="na", 453 description="PLUS SIGN", 454 direction="es", 455 linebreak="pr", 456 mathclass="binary", 457 unicodeslot=0x2B, 458 }, 459 { 460 adobename="comma", 461 category="po", 462 cjkwd="na", 463 contextname="textcomma", 464 description="COMMA", 465 direction="cs", 466 linebreak="is", 467 mathclass="punctuation", 468 synonyms={ "decimal separator" }, 469 unicodeslot=0x2C, 470 }, 471 { 472 adobename="hyphen", 473 category="pd", 474 cjkwd="na", 475 contextname="texthyphen", 476 description="HYPHEN-MINUS", 477 direction="es", 478 linebreak="hy", 479 mathclass="nothing", 480 mathextensible="h", 481 mathfiller="relfill", 482 mathname="mathhyphen", 483 mathsymbol=0x2212, 484 synonyms={ "hyphen or minus sign", "hyphus" }, 485 unicodeslot=0x2D, 486 }, 487 { 488 adobename="period", 489 category="po", 490 cjkwd="na", 491 comment="class needed for autopunctuation", 492 contextname="textperiod", 493 description="FULL STOP", 494 direction="cs", 495 linebreak="is", 496 mathclass="punctuation", 497 mathname="ldotp", 498 synonyms={ "decimal point", "dot", "period" }, 499 unicodeslot=0x2E, 500 }, 501 { 502 adobename="slash", 503 category="po", 504 cjkwd="na", 505 contextname="textslash", 506 description="SOLIDUS", 507 direction="cs", 508 linebreak="sy", 509 mathclass="middle", 510 synonyms={ "slash", "virgule" }, 511 unicodeslot=0x2F, 512 }, 513 { 514 adobename="zero", 515 category="nd", 516 cjkwd="na", 517 description="DIGIT ZERO", 518 direction="en", 519 linebreak="nu", 520 mathclass="number", 521 unicodeslot=0x30, 522 variants={ 523 [0xFE00]="short diagonal stroke form", 524 [0xFE0E]="text style", 525 [0xFE0F]="emoji style", 526 }, 527 }, 528 { 529 adobename="one", 530 category="nd", 531 cjkwd="na", 532 description="DIGIT ONE", 533 direction="en", 534 linebreak="nu", 535 mathclass="number", 536 unicodeslot=0x31, 537 variants=variants_emoji, 538 }, 539 { 540 adobename="two", 541 category="nd", 542 cjkwd="na", 543 description="DIGIT TWO", 544 direction="en", 545 linebreak="nu", 546 mathclass="number", 547 unicodeslot=0x32, 548 variants=variants_emoji, 549 }, 550 { 551 adobename="three", 552 category="nd", 553 cjkwd="na", 554 description="DIGIT THREE", 555 direction="en", 556 linebreak="nu", 557 mathclass="number", 558 unicodeslot=0x33, 559 variants=variants_emoji, 560 }, 561 { 562 adobename="four", 563 category="nd", 564 cjkwd="na", 565 description="DIGIT FOUR", 566 direction="en", 567 linebreak="nu", 568 mathclass="number", 569 unicodeslot=0x34, 570 variants=variants_emoji, 571 }, 572 { 573 adobename="five", 574 category="nd", 575 cjkwd="na", 576 description="DIGIT FIVE", 577 direction="en", 578 linebreak="nu", 579 mathclass="number", 580 unicodeslot=0x35, 581 variants=variants_emoji, 582 }, 583 { 584 adobename="six", 585 category="nd", 586 cjkwd="na", 587 description="DIGIT SIX", 588 direction="en", 589 linebreak="nu", 590 mathclass="number", 591 unicodeslot=0x36, 592 variants=variants_emoji, 593 }, 594 { 595 adobename="seven", 596 category="nd", 597 cjkwd="na", 598 description="DIGIT SEVEN", 599 direction="en", 600 linebreak="nu", 601 mathclass="number", 602 unicodeslot=0x37, 603 variants=variants_emoji, 604 }, 605 { 606 adobename="eight", 607 category="nd", 608 cjkwd="na", 609 description="DIGIT EIGHT", 610 direction="en", 611 linebreak="nu", 612 mathclass="number", 613 unicodeslot=0x38, 614 variants=variants_emoji, 615 }, 616 { 617 adobename="nine", 618 category="nd", 619 cjkwd="na", 620 description="DIGIT NINE", 621 direction="en", 622 linebreak="nu", 623 mathclass="number", 624 unicodeslot=0x39, 625 variants=variants_emoji, 626 }, 627 { 628 adobename="colon", 629 category="po", 630 cjkwd="na", 631 comment="mathclass=punctuation,mathname=colon,mathsymbol=0x2236", 632 description="COLON", 633 direction="cs", 634 linebreak="is", 635 mathclass="relation", 636 unicodeslot=0x3A, 637 }, 638 { 639 adobename="semicolon", 640 category="po", 641 cjkwd="na", 642 description="SEMICOLON", 643 direction="on", 644 linebreak="is", 645 mathclass="punctuation", 646 synonyms={ "greek question mark" }, 647 unicodeslot=0x3B, 648 }, 649 { 650 adobename="less", 651 category="sm", 652 cjkwd="na", 653 description="LESS-THAN SIGN", 654 direction="on", 655 linebreak="al", 656 mathclass="relation", 657 mathname="lt", 658 mirror=0x3E, 659 textclass="open", 660 unicodeslot=0x3C, 661 }, 662 { 663 adobename="equal", 664 category="sm", 665 cjkwd="na", 666 comment="mathclass=binary", 667 description="EQUALS SIGN", 668 direction="on", 669 linebreak="al", 670 mathextensible="h", 671 mathfiller="equalfill", 672 mathspec={ 673 { 674 class="relation", 675 name="eq", 676 }, 677 { 678 class="relation", 679 name="Relbar", 680 }, 681 }, 682 unicodeslot=0x3D, 683 }, 684 { 685 adobename="greater", 686 category="sm", 687 cjkwd="na", 688 description="GREATER-THAN SIGN", 689 direction="on", 690 linebreak="al", 691 mathclass="relation", 692 mathname="gt", 693 mirror=0x3C, 694 textclass="close", 695 unicodeslot=0x3E, 696 }, 697 { 698 adobename="question", 699 category="po", 700 cjkwd="na", 701 description="QUESTION MARK", 702 direction="on", 703 linebreak="ex", 704 mathclass="close", 705 unicodeslot=0x3F, 706 }, 707 { 708 adobename="at", 709 category="po", 710 cjkwd="na", 711 contextname="textat", 712 description="COMMERCIAL AT", 713 direction="on", 714 linebreak="al", 715 synonyms={ "at sign" }, 716 unicodeslot=0x40, 717 }, 718 { 719 adobename="A", 720 category="lu", 721 cjkwd="na", 722 description="LATIN CAPITAL LETTER A", 723 direction="l", 724 lccode=0x61, 725 linebreak="al", 726 mathclass="variable", 727 unicodeslot=0x41, 728 }, 729 { 730 adobename="B", 731 category="lu", 732 cjkwd="na", 733 description="LATIN CAPITAL LETTER B", 734 direction="l", 735 lccode=0x62, 736 linebreak="al", 737 mathclass="variable", 738 unicodeslot=0x42, 739 }, 740 { 741 adobename="C", 742 category="lu", 743 cjkwd="na", 744 description="LATIN CAPITAL LETTER C", 745 direction="l", 746 lccode=0x63, 747 linebreak="al", 748 mathclass="variable", 749 unicodeslot=0x43, 750 }, 751 { 752 adobename="D", 753 category="lu", 754 cjkwd="na", 755 description="LATIN CAPITAL LETTER D", 756 direction="l", 757 lccode=0x64, 758 linebreak="al", 759 mathclass="variable", 760 unicodeslot=0x44, 761 }, 762 { 763 adobename="E", 764 category="lu", 765 cjkwd="na", 766 description="LATIN CAPITAL LETTER E", 767 direction="l", 768 lccode=0x65, 769 linebreak="al", 770 mathclass="variable", 771 unicodeslot=0x45, 772 }, 773 { 774 adobename="F", 775 category="lu", 776 cjkwd="na", 777 description="LATIN CAPITAL LETTER F", 778 direction="l", 779 lccode=0x66, 780 linebreak="al", 781 mathclass="variable", 782 unicodeslot=0x46, 783 }, 784 { 785 adobename="G", 786 category="lu", 787 cjkwd="na", 788 description="LATIN CAPITAL LETTER G", 789 direction="l", 790 lccode=0x67, 791 linebreak="al", 792 mathclass="variable", 793 unicodeslot=0x47, 794 }, 795 { 796 adobename="H", 797 category="lu", 798 cjkwd="na", 799 description="LATIN CAPITAL LETTER H", 800 direction="l", 801 lccode=0x68, 802 linebreak="al", 803 mathclass="variable", 804 unicodeslot=0x48, 805 }, 806 { 807 adobename="I", 808 category="lu", 809 cjkwd="na", 810 contextname="dotlessI", 811 description="LATIN CAPITAL LETTER I", 812 direction="l", 813 lccode=0x69, 814 linebreak="al", 815 mathclass="variable", 816 unicodeslot=0x49, 817 }, 818 { 819 adobename="J", 820 category="lu", 821 cjkwd="na", 822 contextname="dotlessJ", 823 description="LATIN CAPITAL LETTER J", 824 direction="l", 825 lccode=0x6A, 826 linebreak="al", 827 mathclass="variable", 828 unicodeslot=0x4A, 829 }, 830 { 831 adobename="K", 832 category="lu", 833 cjkwd="na", 834 description="LATIN CAPITAL LETTER K", 835 direction="l", 836 lccode=0x6B, 837 linebreak="al", 838 mathclass="variable", 839 unicodeslot=0x4B, 840 }, 841 { 842 adobename="L", 843 category="lu", 844 cjkwd="na", 845 description="LATIN CAPITAL LETTER L", 846 direction="l", 847 lccode=0x6C, 848 linebreak="al", 849 mathclass="variable", 850 unicodeslot=0x4C, 851 }, 852 { 853 adobename="M", 854 category="lu", 855 cjkwd="na", 856 description="LATIN CAPITAL LETTER M", 857 direction="l", 858 lccode=0x6D, 859 linebreak="al", 860 mathclass="variable", 861 unicodeslot=0x4D, 862 }, 863 { 864 adobename="N", 865 category="lu", 866 cjkwd="na", 867 description="LATIN CAPITAL LETTER N", 868 direction="l", 869 lccode=0x6E, 870 linebreak="al", 871 mathclass="variable", 872 unicodeslot=0x4E, 873 }, 874 { 875 adobename="O", 876 category="lu", 877 cjkwd="na", 878 description="LATIN CAPITAL LETTER O", 879 direction="l", 880 lccode=0x6F, 881 linebreak="al", 882 mathclass="variable", 883 unicodeslot=0x4F, 884 }, 885 { 886 adobename="P", 887 category="lu", 888 cjkwd="na", 889 description="LATIN CAPITAL LETTER P", 890 direction="l", 891 lccode=0x70, 892 linebreak="al", 893 mathclass="variable", 894 unicodeslot=0x50, 895 }, 896 { 897 adobename="Q", 898 category="lu", 899 cjkwd="na", 900 description="LATIN CAPITAL LETTER Q", 901 direction="l", 902 lccode=0x71, 903 linebreak="al", 904 mathclass="variable", 905 unicodeslot=0x51, 906 }, 907 { 908 adobename="R", 909 category="lu", 910 cjkwd="na", 911 description="LATIN CAPITAL LETTER R", 912 direction="l", 913 lccode=0x72, 914 linebreak="al", 915 mathclass="variable", 916 unicodeslot=0x52, 917 }, 918 { 919 adobename="S", 920 category="lu", 921 cjkwd="na", 922 description="LATIN CAPITAL LETTER S", 923 direction="l", 924 lccode=0x73, 925 linebreak="al", 926 mathclass="variable", 927 unicodeslot=0x53, 928 }, 929 { 930 adobename="T", 931 category="lu", 932 cjkwd="na", 933 description="LATIN CAPITAL LETTER T", 934 direction="l", 935 lccode=0x74, 936 linebreak="al", 937 mathclass="variable", 938 unicodeslot=0x54, 939 }, 940 { 941 adobename="U", 942 category="lu", 943 cjkwd="na", 944 description="LATIN CAPITAL LETTER U", 945 direction="l", 946 lccode=0x75, 947 linebreak="al", 948 mathclass="variable", 949 unicodeslot=0x55, 950 }, 951 { 952 adobename="V", 953 category="lu", 954 cjkwd="na", 955 description="LATIN CAPITAL LETTER V", 956 direction="l", 957 lccode=0x76, 958 linebreak="al", 959 mathclass="variable", 960 unicodeslot=0x56, 961 }, 962 { 963 adobename="W", 964 category="lu", 965 cjkwd="na", 966 description="LATIN CAPITAL LETTER W", 967 direction="l", 968 lccode=0x77, 969 linebreak="al", 970 mathclass="variable", 971 unicodeslot=0x57, 972 }, 973 { 974 adobename="X", 975 category="lu", 976 cjkwd="na", 977 description="LATIN CAPITAL LETTER X", 978 direction="l", 979 lccode=0x78, 980 linebreak="al", 981 mathclass="variable", 982 unicodeslot=0x58, 983 }, 984 { 985 adobename="Y", 986 category="lu", 987 cjkwd="na", 988 description="LATIN CAPITAL LETTER Y", 989 direction="l", 990 lccode=0x79, 991 linebreak="al", 992 mathclass="variable", 993 unicodeslot=0x59, 994 }, 995 { 996 adobename="Z", 997 category="lu", 998 cjkwd="na", 999 description="LATIN CAPITAL LETTER Z", 1000 direction="l", 1001 lccode=0x7A, 1002 linebreak="al", 1003 mathclass="variable", 1004 unicodeslot=0x5A, 1005 }, 1006 { 1007 adobename="bracketleft", 1008 category="ps", 1009 cjkwd="na", 1010 description="LEFT SQUARE BRACKET", 1011 direction="on", 1012 linebreak="op", 1013 mathclass="open", 1014 mathname="lbracket", 1015 mirror=0x5D, 1016 synonyms={ "opening square bracket" }, 1017 textclass="open", 1018 unicodeslot=0x5B, 1019 }, 1020 { 1021 adobename="backslash", 1022 category="po", 1023 cjkwd="na", 1024 contextname="textbackslash", 1025 description="REVERSE SOLIDUS", 1026 direction="on", 1027 linebreak="pr", 1028 mathclass="nothing", 1029 mathname="backslash", 1030 synonyms={ "backslash" }, 1031 unicodeslot=0x5C, 1032 }, 1033 { 1034 adobename="bracketright", 1035 category="pe", 1036 cjkwd="na", 1037 description="RIGHT SQUARE BRACKET", 1038 direction="on", 1039 linebreak="cp", 1040 mathclass="close", 1041 mathname="rbracket", 1042 mirror=0x5B, 1043 synonyms={ "closing square bracket" }, 1044 textclass="close", 1045 unicodeslot=0x5D, 1046 }, 1047 { 1048 adobename="asciicircum", 1049 category="sk", 1050 cjkwd="na", 1051 contextname="textasciicircum", 1052 description="CIRCUMFLEX ACCENT", 1053 direction="on", 1054 linebreak="al", 1055 mathclass="topaccent", 1056 mathname="Hat", 1057 synonyms={ "spacing circumflex accent" }, 1058 unicodeslot=0x5E, 1059 }, 1060 { 1061 adobename="underscore", 1062 category="pc", 1063 cjkwd="na", 1064 contextname="textunderscore", 1065 description="LOW LINE", 1066 direction="on", 1067 linebreak="al", 1068 synonyms={ "spacing underscore" }, 1069 unicodeslot=0x5F, 1070 }, 1071 { 1072 adobename="grave", 1073 category="sk", 1074 cjkwd="na", 1075 contextname="textgrave", 1076 description="GRAVE ACCENT", 1077 direction="on", 1078 linebreak="al", 1079 mathclass="topaccent", 1080 mathname="grave", 1081 synonyms={ "spacing grave accent" }, 1082 unicodeslot=0x60, 1083 }, 1084 { 1085 adobename="a", 1086 category="ll", 1087 cjkwd="na", 1088 description="LATIN SMALL LETTER A", 1089 direction="l", 1090 linebreak="al", 1091 mathclass="variable", 1092 uccode=0x41, 1093 unicodeslot=0x61, 1094 }, 1095 { 1096 adobename="b", 1097 category="ll", 1098 cjkwd="na", 1099 description="LATIN SMALL LETTER B", 1100 direction="l", 1101 linebreak="al", 1102 mathclass="variable", 1103 uccode=0x42, 1104 unicodeslot=0x62, 1105 }, 1106 { 1107 adobename="c", 1108 category="ll", 1109 cjkwd="na", 1110 description="LATIN SMALL LETTER C", 1111 direction="l", 1112 linebreak="al", 1113 mathclass="variable", 1114 uccode=0x43, 1115 unicodeslot=0x63, 1116 }, 1117 { 1118 adobename="d", 1119 category="ll", 1120 cjkwd="na", 1121 description="LATIN SMALL LETTER D", 1122 direction="l", 1123 linebreak="al", 1124 mathclass="variable", 1125 uccode=0x44, 1126 unicodeslot=0x64, 1127 }, 1128 { 1129 adobename="e", 1130 category="ll", 1131 cjkwd="na", 1132 description="LATIN SMALL LETTER E", 1133 direction="l", 1134 linebreak="al", 1135 mathclass="variable", 1136 uccode=0x45, 1137 unicodeslot=0x65, 1138 }, 1139 { 1140 adobename="f", 1141 category="ll", 1142 cjkwd="na", 1143 description="LATIN SMALL LETTER F", 1144 direction="l", 1145 linebreak="al", 1146 mathclass="variable", 1147 uccode=0x46, 1148 unicodeslot=0x66, 1149 }, 1150 { 1151 adobename="g", 1152 category="ll", 1153 cjkwd="na", 1154 description="LATIN SMALL LETTER G", 1155 direction="l", 1156 linebreak="al", 1157 mathclass="variable", 1158 uccode=0x47, 1159 unicodeslot=0x67, 1160 }, 1161 { 1162 adobename="h", 1163 category="ll", 1164 cjkwd="na", 1165 description="LATIN SMALL LETTER H", 1166 direction="l", 1167 linebreak="al", 1168 mathclass="variable", 1169 uccode=0x48, 1170 unicodeslot=0x68, 1171 }, 1172 { 1173 adobename="i", 1174 category="ll", 1175 cjkwd="na", 1176 contextname="idotaccent", 1177 description="LATIN SMALL LETTER I", 1178 direction="l", 1179 linebreak="al", 1180 mathclass="variable", 1181 uccode=0x49, 1182 unicodeslot=0x69, 1183 }, 1184 { 1185 adobename="j", 1186 category="ll", 1187 cjkwd="na", 1188 description="LATIN SMALL LETTER J", 1189 direction="l", 1190 linebreak="al", 1191 mathclass="variable", 1192 uccode=0x4A, 1193 unicodeslot=0x6A, 1194 }, 1195 { 1196 adobename="k", 1197 category="ll", 1198 cjkwd="na", 1199 description="LATIN SMALL LETTER K", 1200 direction="l", 1201 linebreak="al", 1202 mathclass="variable", 1203 uccode=0x4B, 1204 unicodeslot=0x6B, 1205 }, 1206 { 1207 adobename="l", 1208 category="ll", 1209 cjkwd="na", 1210 description="LATIN SMALL LETTER L", 1211 direction="l", 1212 linebreak="al", 1213 mathclass="variable", 1214 uccode=0x4C, 1215 unicodeslot=0x6C, 1216 }, 1217 { 1218 adobename="m", 1219 category="ll", 1220 cjkwd="na", 1221 description="LATIN SMALL LETTER M", 1222 direction="l", 1223 linebreak="al", 1224 mathclass="variable", 1225 uccode=0x4D, 1226 unicodeslot=0x6D, 1227 }, 1228 { 1229 adobename="n", 1230 category="ll", 1231 cjkwd="na", 1232 description="LATIN SMALL LETTER N", 1233 direction="l", 1234 linebreak="al", 1235 mathclass="variable", 1236 uccode=0x4E, 1237 unicodeslot=0x6E, 1238 }, 1239 { 1240 adobename="o", 1241 category="ll", 1242 cjkwd="na", 1243 description="LATIN SMALL LETTER O", 1244 direction="l", 1245 linebreak="al", 1246 mathclass="variable", 1247 uccode=0x4F, 1248 unicodeslot=0x6F, 1249 }, 1250 { 1251 adobename="p", 1252 category="ll", 1253 cjkwd="na", 1254 description="LATIN SMALL LETTER P", 1255 direction="l", 1256 linebreak="al", 1257 mathclass="variable", 1258 uccode=0x50, 1259 unicodeslot=0x70, 1260 }, 1261 { 1262 adobename="q", 1263 category="ll", 1264 cjkwd="na", 1265 description="LATIN SMALL LETTER Q", 1266 direction="l", 1267 linebreak="al", 1268 mathclass="variable", 1269 uccode=0x51, 1270 unicodeslot=0x71, 1271 }, 1272 { 1273 adobename="r", 1274 category="ll", 1275 cjkwd="na", 1276 description="LATIN SMALL LETTER R", 1277 direction="l", 1278 linebreak="al", 1279 mathclass="variable", 1280 uccode=0x52, 1281 unicodeslot=0x72, 1282 }, 1283 { 1284 adobename="s", 1285 category="ll", 1286 cjkwd="na", 1287 description="LATIN SMALL LETTER S", 1288 direction="l", 1289 linebreak="al", 1290 mathclass="variable", 1291 uccode=0x53, 1292 unicodeslot=0x73, 1293 }, 1294 { 1295 adobename="t", 1296 category="ll", 1297 cjkwd="na", 1298 description="LATIN SMALL LETTER T", 1299 direction="l", 1300 linebreak="al", 1301 mathclass="variable", 1302 uccode=0x54, 1303 unicodeslot=0x74, 1304 }, 1305 { 1306 adobename="u", 1307 category="ll", 1308 cjkwd="na", 1309 description="LATIN SMALL LETTER U", 1310 direction="l", 1311 linebreak="al", 1312 mathclass="variable", 1313 uccode=0x55, 1314 unicodeslot=0x75, 1315 }, 1316 { 1317 adobename="v", 1318 category="ll", 1319 cjkwd="na", 1320 description="LATIN SMALL LETTER V", 1321 direction="l", 1322 linebreak="al", 1323 mathclass="variable", 1324 uccode=0x56, 1325 unicodeslot=0x76, 1326 }, 1327 { 1328 adobename="w", 1329 category="ll", 1330 cjkwd="na", 1331 description="LATIN SMALL LETTER W", 1332 direction="l", 1333 linebreak="al", 1334 mathclass="variable", 1335 uccode=0x57, 1336 unicodeslot=0x77, 1337 }, 1338 { 1339 adobename="x", 1340 category="ll", 1341 cjkwd="na", 1342 description="LATIN SMALL LETTER X", 1343 direction="l", 1344 linebreak="al", 1345 mathclass="variable", 1346 uccode=0x58, 1347 unicodeslot=0x78, 1348 }, 1349 { 1350 adobename="y", 1351 category="ll", 1352 cjkwd="na", 1353 description="LATIN SMALL LETTER Y", 1354 direction="l", 1355 linebreak="al", 1356 mathclass="variable", 1357 uccode=0x59, 1358 unicodeslot=0x79, 1359 }, 1360 { 1361 adobename="z", 1362 category="ll", 1363 cjkwd="na", 1364 description="LATIN SMALL LETTER Z", 1365 direction="l", 1366 linebreak="al", 1367 mathclass="variable", 1368 uccode=0x5A, 1369 unicodeslot=0x7A, 1370 }, 1371 { 1372 adobename="braceleft", 1373 category="ps", 1374 cjkwd="na", 1375 contextname="textbraceleft", 1376 description="LEFT CURLY BRACKET", 1377 direction="on", 1378 linebreak="op", 1379 mathclass="open", 1380 mathname="lbrace", 1381 mirror=0x7D, 1382 synonyms={ "opening brace", "opening curly bracket" }, 1383 textclass="open", 1384 unicodeslot=0x7B, 1385 }, 1386 { 1387 adobename="verticalbar", 1388 category="sm", 1389 cjkwd="na", 1390 comment="mathclass=binary,mathname=bar", 1391 contextname="textbar", 1392 description="VERTICAL LINE", 1393 direction="on", 1394 linebreak="ba", 1395 mathspec={ 1396 { 1397 class="nothing", 1398 name="arrowvert", 1399 }, 1400 { 1401 class="delimiter", 1402 name="vert", 1403 }, 1404 { 1405 class="open", 1406 name="lvert", 1407 }, 1408 { 1409 class="close", 1410 name="rvert", 1411 }, 1412 { 1413 class="relation", 1414 name="mid", 1415 }, 1416 { 1417 class="delimiter", 1418 name="singleverticalbar", 1419 }, 1420 }, 1421 synonyms={ "absolute value", "vertical bar" }, 1422 unicodeslot=0x7C, 1423 }, 1424 { 1425 adobename="braceright", 1426 category="pe", 1427 cjkwd="na", 1428 contextname="textbraceright", 1429 description="RIGHT CURLY BRACKET", 1430 direction="on", 1431 linebreak="cl", 1432 mathclass="close", 1433 mathname="rbrace", 1434 mirror=0x7B, 1435 synonyms={ "closing brace", "closing curly bracket" }, 1436 textclass="close", 1437 unicodeslot=0x7D, 1438 }, 1439 { 1440 adobename="asciitilde", 1441 category="sm", 1442 cjkwd="na", 1443 contextname="textasciitilde", 1444 description="TILDE", 1445 direction="on", 1446 linebreak="al", 1447 synonyms={ "spacing tilde" }, 1448 unicodeslot=0x7E, 1449 }, 1450 { 1451 adobename="controlDEL", 1452 category="cc", 1453 description="DELETE", 1454 direction="bn", 1455 linebreak="cm", 1456 unicodeslot=0x7F, 1457 }, 1458 { 1459 category="cc", 1460 description="NONE", 1461 direction="bn", 1462 linebreak="cm", 1463 unicodeslot=0x80, 1464 }, 1465 { 1466 category="cc", 1467 description="NONE", 1468 direction="bn", 1469 linebreak="cm", 1470 unicodeslot=0x81, 1471 }, 1472 { 1473 category="cc", 1474 description="BREAK PERMITTED HERE", 1475 direction="bn", 1476 linebreak="cm", 1477 unicodeslot=0x82, 1478 }, 1479 { 1480 category="cc", 1481 description="NO BREAK HERE", 1482 direction="bn", 1483 linebreak="cm", 1484 unicodeslot=0x83, 1485 }, 1486 { 1487 category="cc", 1488 description="NONE", 1489 direction="bn", 1490 linebreak="cm", 1491 unicodeslot=0x84, 1492 }, 1493 { 1494 category="cc", 1495 description="NEXT LINE (NEL)", 1496 direction="b", 1497 linebreak="nl", 1498 synonyms={ "nel" }, 1499 unicodeslot=0x85, 1500 }, 1501 { 1502 category="cc", 1503 description="START OF SELECTED AREA", 1504 direction="bn", 1505 linebreak="cm", 1506 unicodeslot=0x86, 1507 }, 1508 { 1509 category="cc", 1510 description="END OF SELECTED AREA", 1511 direction="bn", 1512 linebreak="cm", 1513 unicodeslot=0x87, 1514 }, 1515 { 1516 category="cc", 1517 description="CHARACTER TABULATION SET", 1518 direction="bn", 1519 linebreak="cm", 1520 unicodeslot=0x88, 1521 }, 1522 { 1523 category="cc", 1524 description="CHARACTER TABULATION WITH JUSTIFICATION", 1525 direction="bn", 1526 linebreak="cm", 1527 unicodeslot=0x89, 1528 }, 1529 { 1530 category="cc", 1531 description="LINE TABULATION SET", 1532 direction="bn", 1533 linebreak="cm", 1534 unicodeslot=0x8A, 1535 }, 1536 { 1537 category="cc", 1538 description="PARTIAL LINE FORWARD", 1539 direction="bn", 1540 linebreak="cm", 1541 unicodeslot=0x8B, 1542 }, 1543 { 1544 category="cc", 1545 description="PARTIAL LINE BACKWARD", 1546 direction="bn", 1547 linebreak="cm", 1548 unicodeslot=0x8C, 1549 }, 1550 { 1551 category="cc", 1552 description="REVERSE LINE FEED", 1553 direction="bn", 1554 linebreak="cm", 1555 unicodeslot=0x8D, 1556 }, 1557 { 1558 category="cc", 1559 description="SINGLE SHIFT TWO", 1560 direction="bn", 1561 linebreak="cm", 1562 unicodeslot=0x8E, 1563 }, 1564 { 1565 category="cc", 1566 description="SINGLE SHIFT THREE", 1567 direction="bn", 1568 linebreak="cm", 1569 unicodeslot=0x8F, 1570 }, 1571 { 1572 category="cc", 1573 description="DEVICE CONTROL STRING", 1574 direction="bn", 1575 linebreak="cm", 1576 unicodeslot=0x90, 1577 }, 1578 { 1579 category="cc", 1580 description="PRIVATE USE ONE", 1581 direction="bn", 1582 linebreak="cm", 1583 unicodeslot=0x91, 1584 }, 1585 { 1586 category="cc", 1587 description="PRIVATE USE TWO", 1588 direction="bn", 1589 linebreak="cm", 1590 unicodeslot=0x92, 1591 }, 1592 { 1593 category="cc", 1594 description="SET TRANSMIT STATE", 1595 direction="bn", 1596 linebreak="cm", 1597 unicodeslot=0x93, 1598 }, 1599 { 1600 category="cc", 1601 description="CANCEL CHARACTER", 1602 direction="bn", 1603 linebreak="cm", 1604 unicodeslot=0x94, 1605 }, 1606 { 1607 category="cc", 1608 description="MESSAGE WAITING", 1609 direction="bn", 1610 linebreak="cm", 1611 unicodeslot=0x95, 1612 }, 1613 { 1614 category="cc", 1615 description="START OF GUARDED AREA", 1616 direction="bn", 1617 linebreak="cm", 1618 unicodeslot=0x96, 1619 }, 1620 { 1621 category="cc", 1622 description="END OF GUARDED AREA", 1623 direction="bn", 1624 linebreak="cm", 1625 unicodeslot=0x97, 1626 }, 1627 { 1628 category="cc", 1629 description="START OF STRING", 1630 direction="bn", 1631 linebreak="cm", 1632 unicodeslot=0x98, 1633 }, 1634 { 1635 category="cc", 1636 description="NONE", 1637 direction="bn", 1638 linebreak="cm", 1639 unicodeslot=0x99, 1640 }, 1641 { 1642 category="cc", 1643 description="SINGLE CHARACTER INTRODUCER", 1644 direction="bn", 1645 linebreak="cm", 1646 unicodeslot=0x9A, 1647 }, 1648 { 1649 category="cc", 1650 description="CONTROL SEQUENCE INTRODUCER", 1651 direction="bn", 1652 linebreak="cm", 1653 unicodeslot=0x9B, 1654 }, 1655 { 1656 category="cc", 1657 description="STRING TERMINATOR", 1658 direction="bn", 1659 linebreak="cm", 1660 unicodeslot=0x9C, 1661 }, 1662 { 1663 category="cc", 1664 description="OPERATING SYSTEM COMMAND", 1665 direction="bn", 1666 linebreak="cm", 1667 unicodeslot=0x9D, 1668 }, 1669 { 1670 category="cc", 1671 description="PRIVACY MESSAGE", 1672 direction="bn", 1673 linebreak="cm", 1674 unicodeslot=0x9E, 1675 }, 1676 { 1677 category="cc", 1678 description="APPLICATION PROGRAM COMMAND", 1679 direction="bn", 1680 linebreak="cm", 1681 unicodeslot=0x9F, 1682 }, 1683 { 1684 adobename="nonbreakingspace", 1685 category="zs", 1686 contextname="nobreakspace", 1687 description="NO-BREAK SPACE", 1688 direction="cs", 1689 linebreak="gl", 1690 mongolian="nj", 1691 specials={ "nobreak", 0x20 }, 1692 synonyms={ "nbsp", "non-breaking space" }, 1693 unicodeslot=0xA0, 1694 }, 1695 { 1696 adobename="exclamdown", 1697 category="po", 1698 cjkwd="a", 1699 contextname="exclamdown", 1700 description="INVERTED EXCLAMATION MARK", 1701 direction="on", 1702 linebreak="op", 1703 unicodeslot=0xA1, 1704 }, 1705 { 1706 adobename="cent", 1707 category="sc", 1708 cjkwd="na", 1709 contextname="textcent", 1710 description="CENT SIGN", 1711 direction="et", 1712 linebreak="po", 1713 unicodeslot=0xA2, 1714 }, 1715 { 1716 adobename="sterling", 1717 category="sc", 1718 cjkwd="na", 1719 contextname="textsterling", 1720 description="POUND SIGN", 1721 direction="et", 1722 linebreak="pr", 1723 synonyms={ "irish punt", "italian lira", "pound sterling" }, 1724 unicodeslot=0xA3, 1725 }, 1726 { 1727 adobename="currency", 1728 category="sc", 1729 cjkwd="a", 1730 contextname="textcurrency", 1731 description="CURRENCY SIGN", 1732 direction="et", 1733 linebreak="pr", 1734 unicodeslot=0xA4, 1735 }, 1736 { 1737 adobename="yen", 1738 category="sc", 1739 cjkwd="na", 1740 contextname="textyen", 1741 description="YEN SIGN", 1742 direction="et", 1743 linebreak="pr", 1744 mathclass="nothing", 1745 mathname="yen", 1746 synonyms={ "yuan sign" }, 1747 unicodeslot=0xA5, 1748 }, 1749 { 1750 adobename="brokenbar", 1751 category="so", 1752 cjkwd="na", 1753 contextname="textbrokenbar", 1754 description="BROKEN BAR", 1755 direction="on", 1756 linebreak="al", 1757 synonyms={ "broken vertical bar", "parted rule" }, 1758 unicodeslot=0xA6, 1759 }, 1760 { 1761 adobename="section", 1762 category="so", 1763 cjkwd="a", 1764 contextname="sectionmark", 1765 description="SECTION SIGN", 1766 direction="on", 1767 linebreak="ai", 1768 mathclass="box", 1769 mathname="S", 1770 synonyms={ "european paragraph sign" }, 1771 unicodeslot=0xA7, 1772 }, 1773 { 1774 adobename="dieresis", 1775 category="sk", 1776 cjkwd="a", 1777 contextname="textdiaeresis", 1778 description="DIAERESIS", 1779 direction="on", 1780 linebreak="ai", 1781 mathclass="topaccent", 1782 mathname="ddot", 1783 specials={ "compat", 0x20, 0x308 }, 1784 synonyms={ "spacing diaeresis" }, 1785 unicodeslot=0xA8, 1786 }, 1787 { 1788 adobename="copyright", 1789 category="so", 1790 contextname="copyright", 1791 description="COPYRIGHT SIGN", 1792 direction="on", 1793 linebreak="al", 1794 unicodeslot=0xA9, 1795 variants=variants_emoji, 1796 }, 1797 { 1798 adobename="ordfeminine", 1799 category="ll", 1800 cjkwd="a", 1801 contextname="ordfeminine", 1802 description="FEMININE ORDINAL INDICATOR", 1803 direction="l", 1804 linebreak="ai", 1805 specials={ "super", 0x61 }, 1806 unicodeslot=0xAA, 1807 }, 1808 { 1809 adobename="guillemotleft", 1810 category="pi", 1811 contextname="leftguillemot", 1812 description="LEFT-POINTING DOUBLE ANGLE QUOTATION MARK", 1813 direction="on", 1814 linebreak="qu", 1815 mirror=0xBB, 1816 synonyms={ "chevrons", "left pointing guillemet" }, 1817 textclass="open", 1818 unicodeslot=0xAB, 1819 }, 1820 { 1821 adobename="logicalnot", 1822 category="sm", 1823 cjkwd="na", 1824 contextname="textlognot", 1825 description="NOT SIGN", 1826 direction="on", 1827 linebreak="al", 1828 mathspec={ 1829 { 1830 class="ordinary", 1831 name="lnot", 1832 }, 1833 { 1834 class="ordinary", 1835 name="neg", 1836 }, 1837 }, 1838 synonyms={ "angled dash" }, 1839 unicodeslot=0xAC, 1840 }, 1841 { 1842 adobename="softhyphen", 1843 category="cf", 1844 cjkwd="a", 1845 contextname="softhyphen", 1846 description="SOFT HYPHEN", 1847 direction="bn", 1848 linebreak="ba", 1849 synonyms={ "discretionary hyphen", "shy" }, 1850 unicodeslot=0xAD, 1851 }, 1852 { 1853 adobename="registered", 1854 category="so", 1855 cjkwd="a", 1856 contextname="registered", 1857 description="REGISTERED SIGN", 1858 direction="on", 1859 linebreak="al", 1860 synonyms={ "registered trade mark sign" }, 1861 unicodeslot=0xAE, 1862 variants=variants_emoji, 1863 }, 1864 { 1865 adobename="macron", 1866 category="sk", 1867 cjkwd="na", 1868 contextname="textmacron", 1869 description="MACRON", 1870 direction="on", 1871 linebreak="al", 1872 mathclass="topaccent", 1873 mathfiller="barfill", 1874 mathmleq=0x203E, 1875 mathname="bar", 1876 specials={ "compat", 0x20, 0x304 }, 1877 synonyms={ "apl overbar", "overline", "spacing macron" }, 1878 unicodeslot=0xAF, 1879 }, 1880 { 1881 adobename="degree", 1882 category="so", 1883 cjkwd="a", 1884 contextname="textdegree", 1885 description="DEGREE SIGN", 1886 direction="et", 1887 linebreak="po", 1888 unicodeslot=0xB0, 1889 }, 1890 { 1891 adobename="plusminus", 1892 category="sm", 1893 cjkwd="a", 1894 contextname="textpm", 1895 description="PLUS-MINUS SIGN", 1896 direction="et", 1897 linebreak="pr", 1898 mathclass="binary", 1899 mathname="pm", 1900 unicodeslot=0xB1, 1901 }, 1902 { 1903 adobename="twosuperior", 1904 category="no", 1905 cjkwd="a", 1906 contextname="twosuperior", 1907 description="SUPERSCRIPT TWO", 1908 direction="en", 1909 linebreak="ai", 1910 specials={ "super", 0x32 }, 1911 synonyms={ "squared" }, 1912 unicodeslot=0xB2, 1913 }, 1914 { 1915 adobename="threesuperior", 1916 category="no", 1917 cjkwd="a", 1918 contextname="threesuperior", 1919 description="SUPERSCRIPT THREE", 1920 direction="en", 1921 linebreak="ai", 1922 specials={ "super", 0x33 }, 1923 synonyms={ "cubed" }, 1924 unicodeslot=0xB3, 1925 }, 1926 { 1927 adobename="acute", 1928 category="sk", 1929 cjkwd="a", 1930 contextname="textacute", 1931 description="ACUTE ACCENT", 1932 direction="on", 1933 linebreak="bb", 1934 mathclass="topaccent", 1935 mathname="acute", 1936 specials={ "compat", 0x20, 0x301 }, 1937 synonyms={ "spacing acute accent" }, 1938 unicodeslot=0xB4, 1939 }, 1940 { 1941 adobename="mu1", 1942 category="ll", 1943 contextname="textmu", 1944 description="MICRO SIGN", 1945 direction="l", 1946 linebreak="al", 1947 specials={ "compat", 0x3BC }, 1948 uccode=0x3BC, 1949 unicodeslot=0xB5, 1950 }, 1951 { 1952 adobename="paragraph", 1953 category="so", 1954 cjkwd="a", 1955 contextname="paragraphmark", 1956 description="PILCROW SIGN", 1957 direction="on", 1958 linebreak="ai", 1959 mathclass="box", 1960 mathname="P", 1961 synonyms={ "european section sign", "paragraph sign" }, 1962 unicodeslot=0xB6, 1963 }, 1964 { 1965 adobename="periodcentered", 1966 category="po", 1967 cjkwd="a", 1968 contextname="periodcentered", 1969 description="MIDDLE DOT", 1970 direction="on", 1971 linebreak="ai", 1972 mathclass="binary", 1973 mathname="centerdot", 1974 synonyms={ "georgian comma", "greek ano teleia", "greek middle dot", "midpoint" }, 1975 unicodeslot=0xB7, 1976 }, 1977 { 1978 adobename="cedilla", 1979 category="sk", 1980 cjkwd="a", 1981 contextname="textcedilla", 1982 description="CEDILLA", 1983 direction="on", 1984 linebreak="ai", 1985 specials={ "compat", 0x20, 0x327 }, 1986 synonyms={ "spacing cedilla" }, 1987 unicodeslot=0xB8, 1988 }, 1989 { 1990 adobename="onesuperior", 1991 category="no", 1992 cjkwd="a", 1993 contextname="onesuperior", 1994 description="SUPERSCRIPT ONE", 1995 direction="en", 1996 linebreak="ai", 1997 specials={ "super", 0x31 }, 1998 unicodeslot=0xB9, 1999 }, 2000 { 2001 adobename="ordmasculine", 2002 category="ll", 2003 cjkwd="a", 2004 contextname="ordmasculine", 2005 description="MASCULINE ORDINAL INDICATOR", 2006 direction="l", 2007 linebreak="ai", 2008 specials={ "super", 0x6F }, 2009 unicodeslot=0xBA, 2010 }, 2011 { 2012 adobename="guillemotright", 2013 category="pf", 2014 contextname="rightguillemot", 2015 description="RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK", 2016 direction="on", 2017 linebreak="qu", 2018 mirror=0xAB, 2019 synonyms={ "right pointing guillemet" }, 2020 textclass="close", 2021 unicodeslot=0xBB, 2022 }, 2023 { 2024 adobename="onequarter", 2025 category="no", 2026 cjkwd="a", 2027 contextname="onequarter", 2028 description="VULGAR FRACTION ONE QUARTER", 2029 direction="on", 2030 linebreak="ai", 2031 specials={ "fraction", 0x31, 0x2044, 0x34 }, 2032 unicodeslot=0xBC, 2033 }, 2034 { 2035 adobename="onehalf", 2036 category="no", 2037 cjkwd="a", 2038 contextname="onehalf", 2039 description="VULGAR FRACTION ONE HALF", 2040 direction="on", 2041 linebreak="ai", 2042 specials={ "fraction", 0x31, 0x2044, 0x32 }, 2043 unicodeslot=0xBD, 2044 }, 2045 { 2046 adobename="threequarters", 2047 category="no", 2048 cjkwd="a", 2049 contextname="threequarter", 2050 description="VULGAR FRACTION THREE QUARTERS", 2051 direction="on", 2052 linebreak="ai", 2053 specials={ "fraction", 0x33, 0x2044, 0x34 }, 2054 unicodeslot=0xBE, 2055 }, 2056 { 2057 adobename="questiondown", 2058 category="po", 2059 cjkwd="a", 2060 contextname="questiondown", 2061 description="INVERTED QUESTION MARK", 2062 direction="on", 2063 linebreak="op", 2064 synonyms={ "turned question mark" }, 2065 unicodeslot=0xBF, 2066 }, 2067 { 2068 adobename="Agrave", 2069 category="lu", 2070 contextname="Agrave", 2071 description="LATIN CAPITAL LETTER A WITH GRAVE", 2072 direction="l", 2073 lccode=0xE0, 2074 linebreak="al", 2075 shcode=0x41, 2076 specials={ "char", 0x41, 0x300 }, 2077 unicodeslot=0xC0, 2078 }, 2079 { 2080 adobename="Aacute", 2081 category="lu", 2082 contextname="Aacute", 2083 description="LATIN CAPITAL LETTER A WITH ACUTE", 2084 direction="l", 2085 lccode=0xE1, 2086 linebreak="al", 2087 shcode=0x41, 2088 specials={ "char", 0x41, 0x301 }, 2089 unicodeslot=0xC1, 2090 }, 2091 { 2092 adobename="Acircumflex", 2093 category="lu", 2094 contextname="Acircumflex", 2095 description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX", 2096 direction="l", 2097 lccode=0xE2, 2098 linebreak="al", 2099 shcode=0x41, 2100 specials={ "char", 0x41, 0x302 }, 2101 unicodeslot=0xC2, 2102 }, 2103 { 2104 adobename="Atilde", 2105 category="lu", 2106 contextname="Atilde", 2107 description="LATIN CAPITAL LETTER A WITH TILDE", 2108 direction="l", 2109 lccode=0xE3, 2110 linebreak="al", 2111 shcode=0x41, 2112 specials={ "char", 0x41, 0x303 }, 2113 unicodeslot=0xC3, 2114 }, 2115 { 2116 adobename="Adieresis", 2117 category="lu", 2118 contextname="Adiaeresis", 2119 description="LATIN CAPITAL LETTER A WITH DIAERESIS", 2120 direction="l", 2121 lccode=0xE4, 2122 linebreak="al", 2123 shcode=0x41, 2124 specials={ "char", 0x41, 0x308 }, 2125 unicodeslot=0xC4, 2126 }, 2127 { 2128 adobename="Aring", 2129 category="lu", 2130 contextname="Aring", 2131 description="LATIN CAPITAL LETTER A WITH RING ABOVE", 2132 direction="l", 2133 lccode=0xE5, 2134 linebreak="al", 2135 shcode=0x41, 2136 specials={ "char", 0x41, 0x30A }, 2137 unicodeslot=0xC5, 2138 }, 2139 { 2140 adobename="AE", 2141 category="lu", 2142 cjkwd="a", 2143 contextname="AEligature", 2144 description="LATIN CAPITAL LETTER AE", 2145 direction="l", 2146 lccode=0xE6, 2147 linebreak="al", 2148 shcode={ 0x41, 0x45 }, 2149 synonyms={ "latin capital ligature ae" }, 2150 unicodeslot=0xC6, 2151 }, 2152 { 2153 adobename="Ccedilla", 2154 category="lu", 2155 contextname="Ccedilla", 2156 description="LATIN CAPITAL LETTER C WITH CEDILLA", 2157 direction="l", 2158 lccode=0xE7, 2159 linebreak="al", 2160 shcode=0x43, 2161 specials={ "char", 0x43, 0x327 }, 2162 unicodeslot=0xC7, 2163 }, 2164 { 2165 adobename="Egrave", 2166 category="lu", 2167 contextname="Egrave", 2168 description="LATIN CAPITAL LETTER E WITH GRAVE", 2169 direction="l", 2170 lccode=0xE8, 2171 linebreak="al", 2172 shcode=0x45, 2173 specials={ "char", 0x45, 0x300 }, 2174 unicodeslot=0xC8, 2175 }, 2176 { 2177 adobename="Eacute", 2178 category="lu", 2179 contextname="Eacute", 2180 description="LATIN CAPITAL LETTER E WITH ACUTE", 2181 direction="l", 2182 lccode=0xE9, 2183 linebreak="al", 2184 shcode=0x45, 2185 specials={ "char", 0x45, 0x301 }, 2186 unicodeslot=0xC9, 2187 }, 2188 { 2189 adobename="Ecircumflex", 2190 category="lu", 2191 contextname="Ecircumflex", 2192 description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX", 2193 direction="l", 2194 lccode=0xEA, 2195 linebreak="al", 2196 shcode=0x45, 2197 specials={ "char", 0x45, 0x302 }, 2198 unicodeslot=0xCA, 2199 }, 2200 { 2201 adobename="Edieresis", 2202 category="lu", 2203 contextname="Ediaeresis", 2204 description="LATIN CAPITAL LETTER E WITH DIAERESIS", 2205 direction="l", 2206 lccode=0xEB, 2207 linebreak="al", 2208 shcode=0x45, 2209 specials={ "char", 0x45, 0x308 }, 2210 unicodeslot=0xCB, 2211 }, 2212 { 2213 adobename="Igrave", 2214 category="lu", 2215 contextname="Igrave", 2216 description="LATIN CAPITAL LETTER I WITH GRAVE", 2217 direction="l", 2218 lccode=0xEC, 2219 linebreak="al", 2220 shcode=0x49, 2221 specials={ "char", 0x49, 0x300 }, 2222 unicodeslot=0xCC, 2223 }, 2224 { 2225 adobename="Iacute", 2226 category="lu", 2227 contextname="Iacute", 2228 description="LATIN CAPITAL LETTER I WITH ACUTE", 2229 direction="l", 2230 lccode=0xED, 2231 linebreak="al", 2232 shcode=0x49, 2233 specials={ "char", 0x49, 0x301 }, 2234 unicodeslot=0xCD, 2235 }, 2236 { 2237 adobename="Icircumflex", 2238 category="lu", 2239 contextname="Icircumflex", 2240 description="LATIN CAPITAL LETTER I WITH CIRCUMFLEX", 2241 direction="l", 2242 lccode=0xEE, 2243 linebreak="al", 2244 shcode=0x49, 2245 specials={ "char", 0x49, 0x302 }, 2246 unicodeslot=0xCE, 2247 }, 2248 { 2249 adobename="Idieresis", 2250 category="lu", 2251 contextname="Idiaeresis", 2252 description="LATIN CAPITAL LETTER I WITH DIAERESIS", 2253 direction="l", 2254 lccode=0xEF, 2255 linebreak="al", 2256 shcode=0x49, 2257 specials={ "char", 0x49, 0x308 }, 2258 unicodeslot=0xCF, 2259 }, 2260 { 2261 adobename="Eth", 2262 category="lu", 2263 cjkwd="a", 2264 contextname="Eth", 2265 description="LATIN CAPITAL LETTER ETH", 2266 direction="l", 2267 lccode=0xF0, 2268 linebreak="al", 2269 unicodeslot=0xD0, 2270 }, 2271 { 2272 adobename="Ntilde", 2273 category="lu", 2274 contextname="Ntilde", 2275 description="LATIN CAPITAL LETTER N WITH TILDE", 2276 direction="l", 2277 lccode=0xF1, 2278 linebreak="al", 2279 shcode=0x4E, 2280 specials={ "char", 0x4E, 0x303 }, 2281 unicodeslot=0xD1, 2282 }, 2283 { 2284 adobename="Ograve", 2285 category="lu", 2286 contextname="Ograve", 2287 description="LATIN CAPITAL LETTER O WITH GRAVE", 2288 direction="l", 2289 lccode=0xF2, 2290 linebreak="al", 2291 shcode=0x4F, 2292 specials={ "char", 0x4F, 0x300 }, 2293 unicodeslot=0xD2, 2294 }, 2295 { 2296 adobename="Oacute", 2297 category="lu", 2298 contextname="Oacute", 2299 description="LATIN CAPITAL LETTER O WITH ACUTE", 2300 direction="l", 2301 lccode=0xF3, 2302 linebreak="al", 2303 shcode=0x4F, 2304 specials={ "char", 0x4F, 0x301 }, 2305 unicodeslot=0xD3, 2306 }, 2307 { 2308 adobename="Ocircumflex", 2309 category="lu", 2310 contextname="Ocircumflex", 2311 description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX", 2312 direction="l", 2313 lccode=0xF4, 2314 linebreak="al", 2315 shcode=0x4F, 2316 specials={ "char", 0x4F, 0x302 }, 2317 unicodeslot=0xD4, 2318 }, 2319 { 2320 adobename="Otilde", 2321 category="lu", 2322 contextname="Otilde", 2323 description="LATIN CAPITAL LETTER O WITH TILDE", 2324 direction="l", 2325 lccode=0xF5, 2326 linebreak="al", 2327 shcode=0x4F, 2328 specials={ "char", 0x4F, 0x303 }, 2329 unicodeslot=0xD5, 2330 }, 2331 { 2332 adobename="Odieresis", 2333 category="lu", 2334 contextname="Odiaeresis", 2335 description="LATIN CAPITAL LETTER O WITH DIAERESIS", 2336 direction="l", 2337 lccode=0xF6, 2338 linebreak="al", 2339 shcode=0x4F, 2340 specials={ "char", 0x4F, 0x308 }, 2341 unicodeslot=0xD6, 2342 }, 2343 { 2344 adobename="multiply", 2345 category="sm", 2346 cjkwd="a", 2347 contextname="textmultiply", 2348 description="MULTIPLICATION SIGN", 2349 direction="on", 2350 linebreak="ai", 2351 mathclass="binary", 2352 mathname="times", 2353 synonyms={ "cartesian product" }, 2354 unicodeslot=0xD7, 2355 }, 2356 { 2357 adobename="Oslash", 2358 category="lu", 2359 cjkwd="a", 2360 contextname="Ostroke", 2361 description="LATIN CAPITAL LETTER O WITH STROKE", 2362 direction="l", 2363 lccode=0xF8, 2364 linebreak="al", 2365 shcode=0x4F, 2366 specials={ "with", 0x4F, 0x2F }, 2367 synonyms={ "latin capital letter o slash" }, 2368 unicodeslot=0xD8, 2369 }, 2370 { 2371 adobename="Ugrave", 2372 category="lu", 2373 contextname="Ugrave", 2374 description="LATIN CAPITAL LETTER U WITH GRAVE", 2375 direction="l", 2376 lccode=0xF9, 2377 linebreak="al", 2378 shcode=0x55, 2379 specials={ "char", 0x55, 0x300 }, 2380 unicodeslot=0xD9, 2381 }, 2382 { 2383 adobename="Uacute", 2384 category="lu", 2385 contextname="Uacute", 2386 description="LATIN CAPITAL LETTER U WITH ACUTE", 2387 direction="l", 2388 lccode=0xFA, 2389 linebreak="al", 2390 shcode=0x55, 2391 specials={ "char", 0x55, 0x301 }, 2392 unicodeslot=0xDA, 2393 }, 2394 { 2395 adobename="Ucircumflex", 2396 category="lu", 2397 contextname="Ucircumflex", 2398 description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX", 2399 direction="l", 2400 lccode=0xFB, 2401 linebreak="al", 2402 shcode=0x55, 2403 specials={ "char", 0x55, 0x302 }, 2404 unicodeslot=0xDB, 2405 }, 2406 { 2407 adobename="Udieresis", 2408 category="lu", 2409 contextname="Udiaeresis", 2410 description="LATIN CAPITAL LETTER U WITH DIAERESIS", 2411 direction="l", 2412 lccode=0xFC, 2413 linebreak="al", 2414 shcode=0x55, 2415 specials={ "char", 0x55, 0x308 }, 2416 unicodeslot=0xDC, 2417 }, 2418 { 2419 adobename="Yacute", 2420 category="lu", 2421 contextname="Yacute", 2422 description="LATIN CAPITAL LETTER Y WITH ACUTE", 2423 direction="l", 2424 lccode=0xFD, 2425 linebreak="al", 2426 shcode=0x59, 2427 specials={ "char", 0x59, 0x301 }, 2428 unicodeslot=0xDD, 2429 }, 2430 { 2431 adobename="Thorn", 2432 category="lu", 2433 cjkwd="a", 2434 contextname="Thorn", 2435 description="LATIN CAPITAL LETTER THORN", 2436 direction="l", 2437 lccode=0xFE, 2438 linebreak="al", 2439 unicodeslot=0xDE, 2440 }, 2441 { 2442 adobename="germandbls", 2443 category="ll", 2444 cjkwd="a", 2445 comment="uppercase can be 0x1E9E", 2446 contextname="ssharp", 2447 description="LATIN SMALL LETTER SHARP S", 2448 direction="l", 2449 linebreak="al", 2450 shcode={ 0x73, 0x73 }, 2451 synonyms={ "eszett" }, 2452 uccode={ 0x73, 0x73 }, 2453 unicodeslot=0xDF, 2454 }, 2455 { 2456 adobename="agrave", 2457 category="ll", 2458 cjkwd="a", 2459 contextname="agrave", 2460 description="LATIN SMALL LETTER A WITH GRAVE", 2461 direction="l", 2462 linebreak="al", 2463 shcode=0x61, 2464 specials={ "char", 0x61, 0x300 }, 2465 uccode=0xC0, 2466 unicodeslot=0xE0, 2467 }, 2468 { 2469 adobename="aacute", 2470 category="ll", 2471 cjkwd="a", 2472 contextname="aacute", 2473 description="LATIN SMALL LETTER A WITH ACUTE", 2474 direction="l", 2475 linebreak="al", 2476 shcode=0x61, 2477 specials={ "char", 0x61, 0x301 }, 2478 uccode=0xC1, 2479 unicodeslot=0xE1, 2480 }, 2481 { 2482 adobename="acircumflex", 2483 category="ll", 2484 contextname="acircumflex", 2485 description="LATIN SMALL LETTER A WITH CIRCUMFLEX", 2486 direction="l", 2487 linebreak="al", 2488 shcode=0x61, 2489 specials={ "char", 0x61, 0x302 }, 2490 uccode=0xC2, 2491 unicodeslot=0xE2, 2492 }, 2493 { 2494 adobename="atilde", 2495 category="ll", 2496 contextname="atilde", 2497 description="LATIN SMALL LETTER A WITH TILDE", 2498 direction="l", 2499 linebreak="al", 2500 shcode=0x61, 2501 specials={ "char", 0x61, 0x303 }, 2502 uccode=0xC3, 2503 unicodeslot=0xE3, 2504 }, 2505 { 2506 adobename="adieresis", 2507 category="ll", 2508 contextname="adiaeresis", 2509 description="LATIN SMALL LETTER A WITH DIAERESIS", 2510 direction="l", 2511 linebreak="al", 2512 shcode=0x61, 2513 specials={ "char", 0x61, 0x308 }, 2514 uccode=0xC4, 2515 unicodeslot=0xE4, 2516 }, 2517 { 2518 adobename="aring", 2519 category="ll", 2520 contextname="aring", 2521 description="LATIN SMALL LETTER A WITH RING ABOVE", 2522 direction="l", 2523 linebreak="al", 2524 shcode=0x61, 2525 specials={ "char", 0x61, 0x30A }, 2526 uccode=0xC5, 2527 unicodeslot=0xE5, 2528 }, 2529 { 2530 adobename="ae", 2531 category="ll", 2532 cjkwd="a", 2533 contextname="aeligature", 2534 description="LATIN SMALL LETTER AE", 2535 direction="l", 2536 linebreak="al", 2537 shcode={ 0x61, 0x65 }, 2538 synonyms={ "ash", "latin small ligature ae" }, 2539 uccode=0xC6, 2540 unicodeslot=0xE6, 2541 }, 2542 { 2543 adobename="ccedilla", 2544 category="ll", 2545 contextname="ccedilla", 2546 description="LATIN SMALL LETTER C WITH CEDILLA", 2547 direction="l", 2548 linebreak="al", 2549 shcode=0x63, 2550 specials={ "char", 0x63, 0x327 }, 2551 uccode=0xC7, 2552 unicodeslot=0xE7, 2553 }, 2554 { 2555 adobename="egrave", 2556 category="ll", 2557 cjkwd="a", 2558 contextname="egrave", 2559 description="LATIN SMALL LETTER E WITH GRAVE", 2560 direction="l", 2561 linebreak="al", 2562 shcode=0x65, 2563 specials={ "char", 0x65, 0x300 }, 2564 uccode=0xC8, 2565 unicodeslot=0xE8, 2566 }, 2567 { 2568 adobename="eacute", 2569 category="ll", 2570 cjkwd="a", 2571 contextname="eacute", 2572 description="LATIN SMALL LETTER E WITH ACUTE", 2573 direction="l", 2574 linebreak="al", 2575 shcode=0x65, 2576 specials={ "char", 0x65, 0x301 }, 2577 uccode=0xC9, 2578 unicodeslot=0xE9, 2579 }, 2580 { 2581 adobename="ecircumflex", 2582 category="ll", 2583 cjkwd="a", 2584 contextname="ecircumflex", 2585 description="LATIN SMALL LETTER E WITH CIRCUMFLEX", 2586 direction="l", 2587 linebreak="al", 2588 shcode=0x65, 2589 specials={ "char", 0x65, 0x302 }, 2590 uccode=0xCA, 2591 unicodeslot=0xEA, 2592 }, 2593 { 2594 adobename="edieresis", 2595 category="ll", 2596 contextname="ediaeresis", 2597 description="LATIN SMALL LETTER E WITH DIAERESIS", 2598 direction="l", 2599 linebreak="al", 2600 shcode=0x65, 2601 specials={ "char", 0x65, 0x308 }, 2602 uccode=0xCB, 2603 unicodeslot=0xEB, 2604 }, 2605 { 2606 adobename="igrave", 2607 category="ll", 2608 cjkwd="a", 2609 contextname="igrave", 2610 description="LATIN SMALL LETTER I WITH GRAVE", 2611 direction="l", 2612 linebreak="al", 2613 shcode=0x69, 2614 specials={ "char", 0x69, 0x300 }, 2615 uccode=0xCC, 2616 unicodeslot=0xEC, 2617 }, 2618 { 2619 adobename="iacute", 2620 category="ll", 2621 cjkwd="a", 2622 contextname="iacute", 2623 description="LATIN SMALL LETTER I WITH ACUTE", 2624 direction="l", 2625 linebreak="al", 2626 shcode=0x69, 2627 specials={ "char", 0x69, 0x301 }, 2628 uccode=0xCD, 2629 unicodeslot=0xED, 2630 }, 2631 { 2632 adobename="icircumflex", 2633 category="ll", 2634 contextname="icircumflex", 2635 description="LATIN SMALL LETTER I WITH CIRCUMFLEX", 2636 direction="l", 2637 linebreak="al", 2638 shcode=0x69, 2639 specials={ "char", 0x69, 0x302 }, 2640 uccode=0xCE, 2641 unicodeslot=0xEE, 2642 }, 2643 { 2644 adobename="idieresis", 2645 category="ll", 2646 contextname="idiaeresis", 2647 description="LATIN SMALL LETTER I WITH DIAERESIS", 2648 direction="l", 2649 linebreak="al", 2650 shcode=0x69, 2651 specials={ "char", 0x69, 0x308 }, 2652 uccode=0xCF, 2653 unicodeslot=0xEF, 2654 }, 2655 { 2656 adobename="eth", 2657 category="ll", 2658 cjkwd="a", 2659 comment="contextname=eth", 2660 description="LATIN SMALL LETTER ETH", 2661 direction="l", 2662 linebreak="al", 2663 mathclass="ordinary", 2664 mathname="eth", 2665 uccode=0xD0, 2666 unicodeslot=0xF0, 2667 }, 2668 { 2669 adobename="ntilde", 2670 category="ll", 2671 contextname="ntilde", 2672 description="LATIN SMALL LETTER N WITH TILDE", 2673 direction="l", 2674 linebreak="al", 2675 shcode=0x6E, 2676 specials={ "char", 0x6E, 0x303 }, 2677 uccode=0xD1, 2678 unicodeslot=0xF1, 2679 }, 2680 { 2681 adobename="ograve", 2682 category="ll", 2683 cjkwd="a", 2684 contextname="ograve", 2685 description="LATIN SMALL LETTER O WITH GRAVE", 2686 direction="l", 2687 linebreak="al", 2688 shcode=0x6F, 2689 specials={ "char", 0x6F, 0x300 }, 2690 uccode=0xD2, 2691 unicodeslot=0xF2, 2692 }, 2693 { 2694 adobename="oacute", 2695 category="ll", 2696 cjkwd="a", 2697 contextname="oacute", 2698 description="LATIN SMALL LETTER O WITH ACUTE", 2699 direction="l", 2700 linebreak="al", 2701 shcode=0x6F, 2702 specials={ "char", 0x6F, 0x301 }, 2703 uccode=0xD3, 2704 unicodeslot=0xF3, 2705 }, 2706 { 2707 adobename="ocircumflex", 2708 category="ll", 2709 contextname="ocircumflex", 2710 description="LATIN SMALL LETTER O WITH CIRCUMFLEX", 2711 direction="l", 2712 linebreak="al", 2713 shcode=0x6F, 2714 specials={ "char", 0x6F, 0x302 }, 2715 uccode=0xD4, 2716 unicodeslot=0xF4, 2717 }, 2718 { 2719 adobename="otilde", 2720 category="ll", 2721 contextname="otilde", 2722 description="LATIN SMALL LETTER O WITH TILDE", 2723 direction="l", 2724 linebreak="al", 2725 shcode=0x6F, 2726 specials={ "char", 0x6F, 0x303 }, 2727 uccode=0xD5, 2728 unicodeslot=0xF5, 2729 }, 2730 { 2731 adobename="odieresis", 2732 category="ll", 2733 contextname="odiaeresis", 2734 description="LATIN SMALL LETTER O WITH DIAERESIS", 2735 direction="l", 2736 linebreak="al", 2737 shcode=0x6F, 2738 specials={ "char", 0x6F, 0x308 }, 2739 uccode=0xD6, 2740 unicodeslot=0xF6, 2741 }, 2742 { 2743 adobename="divide", 2744 category="sm", 2745 cjkwd="a", 2746 contextname="textdiv", 2747 description="DIVISION SIGN", 2748 direction="on", 2749 linebreak="ai", 2750 mathclass="binary", 2751 mathname="div", 2752 synonyms={ "obelus" }, 2753 unicodeslot=0xF7, 2754 }, 2755 { 2756 adobename="oslash", 2757 category="ll", 2758 cjkwd="a", 2759 contextname="ostroke", 2760 description="LATIN SMALL LETTER O WITH STROKE", 2761 direction="l", 2762 linebreak="al", 2763 shcode=0x6F, 2764 specials={ "with", 0x6F, 0x2F }, 2765 synonyms={ "latin small letter o slash" }, 2766 uccode=0xD8, 2767 unicodeslot=0xF8, 2768 }, 2769 { 2770 adobename="ugrave", 2771 category="ll", 2772 cjkwd="a", 2773 contextname="ugrave", 2774 description="LATIN SMALL LETTER U WITH GRAVE", 2775 direction="l", 2776 linebreak="al", 2777 shcode=0x75, 2778 specials={ "char", 0x75, 0x300 }, 2779 uccode=0xD9, 2780 unicodeslot=0xF9, 2781 }, 2782 { 2783 adobename="uacute", 2784 category="ll", 2785 cjkwd="a", 2786 contextname="uacute", 2787 description="LATIN SMALL LETTER U WITH ACUTE", 2788 direction="l", 2789 linebreak="al", 2790 shcode=0x75, 2791 specials={ "char", 0x75, 0x301 }, 2792 uccode=0xDA, 2793 unicodeslot=0xFA, 2794 }, 2795 { 2796 adobename="ucircumflex", 2797 category="ll", 2798 contextname="ucircumflex", 2799 description="LATIN SMALL LETTER U WITH CIRCUMFLEX", 2800 direction="l", 2801 linebreak="al", 2802 shcode=0x75, 2803 specials={ "char", 0x75, 0x302 }, 2804 uccode=0xDB, 2805 unicodeslot=0xFB, 2806 }, 2807 { 2808 adobename="udieresis", 2809 category="ll", 2810 cjkwd="a", 2811 contextname="udiaeresis", 2812 description="LATIN SMALL LETTER U WITH DIAERESIS", 2813 direction="l", 2814 linebreak="al", 2815 shcode=0x75, 2816 specials={ "char", 0x75, 0x308 }, 2817 uccode=0xDC, 2818 unicodeslot=0xFC, 2819 }, 2820 { 2821 adobename="yacute", 2822 category="ll", 2823 contextname="yacute", 2824 description="LATIN SMALL LETTER Y WITH ACUTE", 2825 direction="l", 2826 linebreak="al", 2827 shcode=0x79, 2828 specials={ "char", 0x79, 0x301 }, 2829 uccode=0xDD, 2830 unicodeslot=0xFD, 2831 }, 2832 { 2833 adobename="thorn", 2834 category="ll", 2835 cjkwd="a", 2836 contextname="thorn", 2837 description="LATIN SMALL LETTER THORN", 2838 direction="l", 2839 linebreak="al", 2840 uccode=0xDE, 2841 unicodeslot=0xFE, 2842 }, 2843 { 2844 adobename="ydieresis", 2845 category="ll", 2846 contextname="ydiaeresis", 2847 description="LATIN SMALL LETTER Y WITH DIAERESIS", 2848 direction="l", 2849 linebreak="al", 2850 shcode=0x79, 2851 specials={ "char", 0x79, 0x308 }, 2852 uccode=0x178, 2853 unicodeslot=0xFF, 2854 }, 2855 { 2856 adobename="Amacron", 2857 category="lu", 2858 contextname="Amacron", 2859 description="LATIN CAPITAL LETTER A WITH MACRON", 2860 direction="l", 2861 lccode=0x101, 2862 linebreak="al", 2863 shcode=0x41, 2864 specials={ "char", 0x41, 0x304 }, 2865 unicodeslot=0x100, 2866 }, 2867 { 2868 adobename="amacron", 2869 category="ll", 2870 cjkwd="a", 2871 contextname="amacron", 2872 description="LATIN SMALL LETTER A WITH MACRON", 2873 direction="l", 2874 linebreak="al", 2875 shcode=0x61, 2876 specials={ "char", 0x61, 0x304 }, 2877 uccode=0x100, 2878 unicodeslot=0x101, 2879 }, 2880 { 2881 adobename="Abreve", 2882 category="lu", 2883 contextname="Abreve", 2884 description="LATIN CAPITAL LETTER A WITH BREVE", 2885 direction="l", 2886 lccode=0x103, 2887 linebreak="al", 2888 shcode=0x41, 2889 specials={ "char", 0x41, 0x306 }, 2890 unicodeslot=0x102, 2891 }, 2892 { 2893 adobename="abreve", 2894 category="ll", 2895 contextname="abreve", 2896 description="LATIN SMALL LETTER A WITH BREVE", 2897 direction="l", 2898 linebreak="al", 2899 shcode=0x61, 2900 specials={ "char", 0x61, 0x306 }, 2901 uccode=0x102, 2902 unicodeslot=0x103, 2903 }, 2904 { 2905 adobename="Aogonek", 2906 category="lu", 2907 contextname="Aogonek", 2908 description="LATIN CAPITAL LETTER A WITH OGONEK", 2909 direction="l", 2910 lccode=0x105, 2911 linebreak="al", 2912 shcode=0x41, 2913 specials={ "char", 0x41, 0x328 }, 2914 unicodeslot=0x104, 2915 }, 2916 { 2917 adobename="aogonek", 2918 category="ll", 2919 contextname="aogonek", 2920 description="LATIN SMALL LETTER A WITH OGONEK", 2921 direction="l", 2922 linebreak="al", 2923 shcode=0x61, 2924 specials={ "char", 0x61, 0x328 }, 2925 uccode=0x104, 2926 unicodeslot=0x105, 2927 }, 2928 { 2929 adobename="Cacute", 2930 category="lu", 2931 contextname="Cacute", 2932 description="LATIN CAPITAL LETTER C WITH ACUTE", 2933 direction="l", 2934 lccode=0x107, 2935 linebreak="al", 2936 shcode=0x43, 2937 specials={ "char", 0x43, 0x301 }, 2938 unicodeslot=0x106, 2939 }, 2940 { 2941 adobename="cacute", 2942 category="ll", 2943 contextname="cacute", 2944 description="LATIN SMALL LETTER C WITH ACUTE", 2945 direction="l", 2946 linebreak="al", 2947 shcode=0x63, 2948 specials={ "char", 0x63, 0x301 }, 2949 uccode=0x106, 2950 unicodeslot=0x107, 2951 }, 2952 { 2953 adobename="Ccircumflex", 2954 category="lu", 2955 contextname="Ccircumflex", 2956 description="LATIN CAPITAL LETTER C WITH CIRCUMFLEX", 2957 direction="l", 2958 lccode=0x109, 2959 linebreak="al", 2960 shcode=0x43, 2961 specials={ "char", 0x43, 0x302 }, 2962 unicodeslot=0x108, 2963 }, 2964 { 2965 adobename="ccircumflex", 2966 category="ll", 2967 contextname="ccircumflex", 2968 description="LATIN SMALL LETTER C WITH CIRCUMFLEX", 2969 direction="l", 2970 linebreak="al", 2971 shcode=0x63, 2972 specials={ "char", 0x63, 0x302 }, 2973 uccode=0x108, 2974 unicodeslot=0x109, 2975 }, 2976 { 2977 adobename="Cdotaccent", 2978 category="lu", 2979 contextname="Cdotaccent", 2980 description="LATIN CAPITAL LETTER C WITH DOT ABOVE", 2981 direction="l", 2982 lccode=0x10B, 2983 linebreak="al", 2984 shcode=0x43, 2985 specials={ "char", 0x43, 0x307 }, 2986 unicodeslot=0x10A, 2987 }, 2988 { 2989 adobename="cdotaccent", 2990 category="ll", 2991 contextname="cdotaccent", 2992 description="LATIN SMALL LETTER C WITH DOT ABOVE", 2993 direction="l", 2994 linebreak="al", 2995 shcode=0x63, 2996 specials={ "char", 0x63, 0x307 }, 2997 uccode=0x10A, 2998 unicodeslot=0x10B, 2999 }, 3000 { 3001 adobename="Ccaron", 3002 category="lu", 3003 contextname="Ccaron", 3004 description="LATIN CAPITAL LETTER C WITH CARON", 3005 direction="l", 3006 lccode=0x10D, 3007 linebreak="al", 3008 shcode=0x43, 3009 specials={ "char", 0x43, 0x30C }, 3010 unicodeslot=0x10C, 3011 }, 3012 { 3013 adobename="ccaron", 3014 category="ll", 3015 contextname="ccaron", 3016 description="LATIN SMALL LETTER C WITH CARON", 3017 direction="l", 3018 linebreak="al", 3019 shcode=0x63, 3020 specials={ "char", 0x63, 0x30C }, 3021 uccode=0x10C, 3022 unicodeslot=0x10D, 3023 }, 3024 { 3025 adobename="Dcaron", 3026 category="lu", 3027 contextname="Dcaron", 3028 description="LATIN CAPITAL LETTER D WITH CARON", 3029 direction="l", 3030 lccode=0x10F, 3031 linebreak="al", 3032 shcode=0x44, 3033 specials={ "char", 0x44, 0x30C }, 3034 unicodeslot=0x10E, 3035 }, 3036 { 3037 adobename="dcaron", 3038 category="ll", 3039 contextname="dcaron", 3040 description="LATIN SMALL LETTER D WITH CARON", 3041 direction="l", 3042 linebreak="al", 3043 shcode=0x64, 3044 specials={ "char", 0x64, 0x30C }, 3045 uccode=0x10E, 3046 unicodeslot=0x10F, 3047 }, 3048 { 3049 adobename="Dslash", 3050 category="lu", 3051 contextname="Dstroke", 3052 description="LATIN CAPITAL LETTER D WITH STROKE", 3053 direction="l", 3054 lccode=0x111, 3055 linebreak="al", 3056 shcode=0x44, 3057 specials={ "with", 0x44, 0x2F }, 3058 unicodeslot=0x110, 3059 }, 3060 { 3061 adobename="dmacron", 3062 category="ll", 3063 cjkwd="a", 3064 contextname="dstroke", 3065 description="LATIN SMALL LETTER D WITH STROKE", 3066 direction="l", 3067 linebreak="al", 3068 shcode=0x64, 3069 specials={ "with", 0x64, 0x2F }, 3070 uccode=0x110, 3071 unicodeslot=0x111, 3072 }, 3073 { 3074 adobename="Emacron", 3075 category="lu", 3076 contextname="Emacron", 3077 description="LATIN CAPITAL LETTER E WITH MACRON", 3078 direction="l", 3079 lccode=0x113, 3080 linebreak="al", 3081 shcode=0x45, 3082 specials={ "char", 0x45, 0x304 }, 3083 unicodeslot=0x112, 3084 }, 3085 { 3086 adobename="emacron", 3087 category="ll", 3088 cjkwd="a", 3089 contextname="emacron", 3090 description="LATIN SMALL LETTER E WITH MACRON", 3091 direction="l", 3092 linebreak="al", 3093 shcode=0x65, 3094 specials={ "char", 0x65, 0x304 }, 3095 uccode=0x112, 3096 unicodeslot=0x113, 3097 }, 3098 { 3099 adobename="Ebreve", 3100 category="lu", 3101 contextname="Ebreve", 3102 description="LATIN CAPITAL LETTER E WITH BREVE", 3103 direction="l", 3104 lccode=0x115, 3105 linebreak="al", 3106 shcode=0x45, 3107 specials={ "char", 0x45, 0x306 }, 3108 unicodeslot=0x114, 3109 }, 3110 { 3111 adobename="ebreve", 3112 category="ll", 3113 contextname="ebreve", 3114 description="LATIN SMALL LETTER E WITH BREVE", 3115 direction="l", 3116 linebreak="al", 3117 shcode=0x65, 3118 specials={ "char", 0x65, 0x306 }, 3119 uccode=0x114, 3120 unicodeslot=0x115, 3121 }, 3122 { 3123 adobename="Edotaccent", 3124 category="lu", 3125 contextname="Edotaccent", 3126 description="LATIN CAPITAL LETTER E WITH DOT ABOVE", 3127 direction="l", 3128 lccode=0x117, 3129 linebreak="al", 3130 shcode=0x45, 3131 specials={ "char", 0x45, 0x307 }, 3132 unicodeslot=0x116, 3133 }, 3134 { 3135 adobename="edotaccent", 3136 category="ll", 3137 contextname="edotaccent", 3138 description="LATIN SMALL LETTER E WITH DOT ABOVE", 3139 direction="l", 3140 linebreak="al", 3141 shcode=0x65, 3142 specials={ "char", 0x65, 0x307 }, 3143 uccode=0x116, 3144 unicodeslot=0x117, 3145 }, 3146 { 3147 adobename="Eogonek", 3148 category="lu", 3149 contextname="Eogonek", 3150 description="LATIN CAPITAL LETTER E WITH OGONEK", 3151 direction="l", 3152 lccode=0x119, 3153 linebreak="al", 3154 shcode=0x45, 3155 specials={ "char", 0x45, 0x328 }, 3156 unicodeslot=0x118, 3157 }, 3158 { 3159 adobename="eogonek", 3160 category="ll", 3161 contextname="eogonek", 3162 description="LATIN SMALL LETTER E WITH OGONEK", 3163 direction="l", 3164 linebreak="al", 3165 shcode=0x65, 3166 specials={ "char", 0x65, 0x328 }, 3167 uccode=0x118, 3168 unicodeslot=0x119, 3169 }, 3170 { 3171 adobename="Ecaron", 3172 category="lu", 3173 contextname="Ecaron", 3174 description="LATIN CAPITAL LETTER E WITH CARON", 3175 direction="l", 3176 lccode=0x11B, 3177 linebreak="al", 3178 shcode=0x45, 3179 specials={ "char", 0x45, 0x30C }, 3180 unicodeslot=0x11A, 3181 }, 3182 { 3183 adobename="ecaron", 3184 category="ll", 3185 cjkwd="a", 3186 contextname="ecaron", 3187 description="LATIN SMALL LETTER E WITH CARON", 3188 direction="l", 3189 linebreak="al", 3190 shcode=0x65, 3191 specials={ "char", 0x65, 0x30C }, 3192 uccode=0x11A, 3193 unicodeslot=0x11B, 3194 }, 3195 { 3196 adobename="Gcircumflex", 3197 category="lu", 3198 contextname="Gcircumflex", 3199 description="LATIN CAPITAL LETTER G WITH CIRCUMFLEX", 3200 direction="l", 3201 lccode=0x11D, 3202 linebreak="al", 3203 shcode=0x47, 3204 specials={ "char", 0x47, 0x302 }, 3205 unicodeslot=0x11C, 3206 }, 3207 { 3208 adobename="gcircumflex", 3209 category="ll", 3210 contextname="gcircumflex", 3211 description="LATIN SMALL LETTER G WITH CIRCUMFLEX", 3212 direction="l", 3213 linebreak="al", 3214 shcode=0x67, 3215 specials={ "char", 0x67, 0x302 }, 3216 uccode=0x11C, 3217 unicodeslot=0x11D, 3218 }, 3219 { 3220 adobename="Gbreve", 3221 category="lu", 3222 contextname="Gbreve", 3223 description="LATIN CAPITAL LETTER G WITH BREVE", 3224 direction="l", 3225 lccode=0x11F, 3226 linebreak="al", 3227 shcode=0x47, 3228 specials={ "char", 0x47, 0x306 }, 3229 unicodeslot=0x11E, 3230 }, 3231 { 3232 adobename="gbreve", 3233 category="ll", 3234 contextname="gbreve", 3235 description="LATIN SMALL LETTER G WITH BREVE", 3236 direction="l", 3237 linebreak="al", 3238 shcode=0x67, 3239 specials={ "char", 0x67, 0x306 }, 3240 uccode=0x11E, 3241 unicodeslot=0x11F, 3242 }, 3243 { 3244 adobename="Gdotaccent", 3245 category="lu", 3246 contextname="Gdotaccent", 3247 description="LATIN CAPITAL LETTER G WITH DOT ABOVE", 3248 direction="l", 3249 lccode=0x121, 3250 linebreak="al", 3251 shcode=0x47, 3252 specials={ "char", 0x47, 0x307 }, 3253 unicodeslot=0x120, 3254 }, 3255 { 3256 adobename="gdotaccent", 3257 category="ll", 3258 contextname="gdotaccent", 3259 description="LATIN SMALL LETTER G WITH DOT ABOVE", 3260 direction="l", 3261 linebreak="al", 3262 shcode=0x67, 3263 specials={ "char", 0x67, 0x307 }, 3264 uccode=0x120, 3265 unicodeslot=0x121, 3266 }, 3267 { 3268 adobename="Gcommaaccent", 3269 category="lu", 3270 contextname="Gcommaaccent", 3271 description="LATIN CAPITAL LETTER G WITH CEDILLA", 3272 direction="l", 3273 lccode=0x123, 3274 linebreak="al", 3275 shcode=0x47, 3276 specials={ "char", 0x47, 0x327 }, 3277 unicodeslot=0x122, 3278 }, 3279 { 3280 adobename="gcommaaccent", 3281 category="ll", 3282 contextname="gcommaaccent", 3283 description="LATIN SMALL LETTER G WITH CEDILLA", 3284 direction="l", 3285 linebreak="al", 3286 shcode=0x67, 3287 specials={ "char", 0x67, 0x327 }, 3288 uccode=0x122, 3289 unicodeslot=0x123, 3290 }, 3291 { 3292 adobename="Hcircumflex", 3293 category="lu", 3294 contextname="Hcircumflex", 3295 description="LATIN CAPITAL LETTER H WITH CIRCUMFLEX", 3296 direction="l", 3297 lccode=0x125, 3298 linebreak="al", 3299 shcode=0x48, 3300 specials={ "char", 0x48, 0x302 }, 3301 unicodeslot=0x124, 3302 }, 3303 { 3304 adobename="hcircumflex", 3305 category="ll", 3306 contextname="hcircumflex", 3307 description="LATIN SMALL LETTER H WITH CIRCUMFLEX", 3308 direction="l", 3309 linebreak="al", 3310 shcode=0x68, 3311 specials={ "char", 0x68, 0x302 }, 3312 uccode=0x124, 3313 unicodeslot=0x125, 3314 }, 3315 { 3316 adobename="Hbar", 3317 category="lu", 3318 cjkwd="a", 3319 contextname="Hstroke", 3320 description="LATIN CAPITAL LETTER H WITH STROKE", 3321 direction="l", 3322 lccode=0x127, 3323 linebreak="al", 3324 shcode=0x48, 3325 specials={ "with", 0x48, 0x2F }, 3326 unicodeslot=0x126, 3327 }, 3328 { 3329 adobename="hbar", 3330 category="ll", 3331 cjkwd="a", 3332 contextname="hstroke", 3333 description="LATIN SMALL LETTER H WITH STROKE", 3334 direction="l", 3335 linebreak="al", 3336 shcode=0x68, 3337 specials={ "with", 0x68, 0x2F }, 3338 uccode=0x126, 3339 unicodeslot=0x127, 3340 }, 3341 { 3342 adobename="Itilde", 3343 category="lu", 3344 contextname="Itilde", 3345 description="LATIN CAPITAL LETTER I WITH TILDE", 3346 direction="l", 3347 lccode=0x129, 3348 linebreak="al", 3349 shcode=0x49, 3350 specials={ "char", 0x49, 0x303 }, 3351 unicodeslot=0x128, 3352 }, 3353 { 3354 adobename="itilde", 3355 category="ll", 3356 contextname="itilde", 3357 description="LATIN SMALL LETTER I WITH TILDE", 3358 direction="l", 3359 linebreak="al", 3360 shcode=0x69, 3361 specials={ "char", 0x69, 0x303 }, 3362 uccode=0x128, 3363 unicodeslot=0x129, 3364 }, 3365 { 3366 adobename="Imacron", 3367 category="lu", 3368 contextname="Imacron", 3369 description="LATIN CAPITAL LETTER I WITH MACRON", 3370 direction="l", 3371 lccode=0x12B, 3372 linebreak="al", 3373 shcode=0x49, 3374 specials={ "char", 0x49, 0x304 }, 3375 unicodeslot=0x12A, 3376 }, 3377 { 3378 adobename="imacron", 3379 category="ll", 3380 cjkwd="a", 3381 contextname="imacron", 3382 description="LATIN SMALL LETTER I WITH MACRON", 3383 direction="l", 3384 linebreak="al", 3385 shcode=0x69, 3386 specials={ "char", 0x69, 0x304 }, 3387 uccode=0x12A, 3388 unicodeslot=0x12B, 3389 }, 3390 { 3391 adobename="Ibreve", 3392 category="lu", 3393 contextname="Ibreve", 3394 description="LATIN CAPITAL LETTER I WITH BREVE", 3395 direction="l", 3396 lccode=0x12D, 3397 linebreak="al", 3398 shcode=0x49, 3399 specials={ "char", 0x49, 0x306 }, 3400 unicodeslot=0x12C, 3401 }, 3402 { 3403 adobename="ibreve", 3404 category="ll", 3405 contextname="ibreve", 3406 description="LATIN SMALL LETTER I WITH BREVE", 3407 direction="l", 3408 linebreak="al", 3409 shcode=0x69, 3410 specials={ "char", 0x69, 0x306 }, 3411 uccode=0x12C, 3412 unicodeslot=0x12D, 3413 }, 3414 { 3415 adobename="Iogonek", 3416 category="lu", 3417 contextname="Iogonek", 3418 description="LATIN CAPITAL LETTER I WITH OGONEK", 3419 direction="l", 3420 lccode=0x12F, 3421 linebreak="al", 3422 shcode=0x49, 3423 specials={ "char", 0x49, 0x328 }, 3424 unicodeslot=0x12E, 3425 }, 3426 { 3427 adobename="iogonek", 3428 category="ll", 3429 contextname="iogonek", 3430 description="LATIN SMALL LETTER I WITH OGONEK", 3431 direction="l", 3432 linebreak="al", 3433 shcode=0x69, 3434 specials={ "char", 0x69, 0x328 }, 3435 uccode=0x12E, 3436 unicodeslot=0x12F, 3437 }, 3438 { 3439 adobename="Idotaccent", 3440 category="lu", 3441 contextname="Idotaccent", 3442 description="LATIN CAPITAL LETTER I WITH DOT ABOVE", 3443 direction="l", 3444 lccode=0x69, 3445 linebreak="al", 3446 shcode=0x49, 3447 specials={ "char", 0x49, 0x307 }, 3448 synonyms={ "latin capital letter i dot" }, 3449 unicodeslot=0x130, 3450 }, 3451 { 3452 adobename="dotlessi", 3453 category="ll", 3454 cjkwd="a", 3455 contextname="dotlessi", 3456 description="LATIN SMALL LETTER DOTLESS I", 3457 direction="l", 3458 linebreak="al", 3459 uccode=0x49, 3460 unicodeslot=0x131, 3461 }, 3462 { 3463 adobename="IJ", 3464 category="lu", 3465 cjkwd="a", 3466 contextname="IJligature", 3467 description="LATIN CAPITAL LIGATURE IJ", 3468 direction="l", 3469 lccode=0x133, 3470 linebreak="al", 3471 shcode={ 0x49, 0x4A }, 3472 specials={ "compat", 0x49, 0x4A }, 3473 unicodeslot=0x132, 3474 }, 3475 { 3476 adobename="ij", 3477 category="ll", 3478 cjkwd="a", 3479 contextname="ijligature", 3480 description="LATIN SMALL LIGATURE IJ", 3481 direction="l", 3482 linebreak="al", 3483 shcode={ 0x69, 0x6A }, 3484 specials={ "compat", 0x69, 0x6A }, 3485 uccode=0x132, 3486 unicodeslot=0x133, 3487 }, 3488 { 3489 adobename="Jcircumflex", 3490 category="lu", 3491 contextname="Jcircumflex", 3492 description="LATIN CAPITAL LETTER J WITH CIRCUMFLEX", 3493 direction="l", 3494 lccode=0x135, 3495 linebreak="al", 3496 shcode=0x4A, 3497 specials={ "char", 0x4A, 0x302 }, 3498 unicodeslot=0x134, 3499 }, 3500 { 3501 adobename="jcircumflex", 3502 category="ll", 3503 contextname="jcircumflex", 3504 description="LATIN SMALL LETTER J WITH CIRCUMFLEX", 3505 direction="l", 3506 linebreak="al", 3507 shcode=0x6A, 3508 specials={ "char", 0x6A, 0x302 }, 3509 uccode=0x134, 3510 unicodeslot=0x135, 3511 }, 3512 { 3513 adobename="Kcommaaccent", 3514 category="lu", 3515 contextname="Kcommaaccent", 3516 description="LATIN CAPITAL LETTER K WITH CEDILLA", 3517 direction="l", 3518 lccode=0x137, 3519 linebreak="al", 3520 shcode=0x4B, 3521 specials={ "char", 0x4B, 0x327 }, 3522 unicodeslot=0x136, 3523 }, 3524 { 3525 adobename="kcommaaccent", 3526 category="ll", 3527 contextname="kcommaaccent", 3528 description="LATIN SMALL LETTER K WITH CEDILLA", 3529 direction="l", 3530 linebreak="al", 3531 shcode=0x6B, 3532 specials={ "char", 0x6B, 0x327 }, 3533 uccode=0x136, 3534 unicodeslot=0x137, 3535 }, 3536 { 3537 adobename="kgreenlandic", 3538 category="ll", 3539 cjkwd="a", 3540 contextname="kkra", 3541 description="LATIN SMALL LETTER KRA", 3542 direction="l", 3543 linebreak="al", 3544 unicodeslot=0x138, 3545 }, 3546 { 3547 adobename="Lacute", 3548 category="lu", 3549 contextname="Lacute", 3550 description="LATIN CAPITAL LETTER L WITH ACUTE", 3551 direction="l", 3552 lccode=0x13A, 3553 linebreak="al", 3554 shcode=0x4C, 3555 specials={ "char", 0x4C, 0x301 }, 3556 unicodeslot=0x139, 3557 }, 3558 { 3559 adobename="lacute", 3560 category="ll", 3561 contextname="lacute", 3562 description="LATIN SMALL LETTER L WITH ACUTE", 3563 direction="l", 3564 linebreak="al", 3565 shcode=0x6C, 3566 specials={ "char", 0x6C, 0x301 }, 3567 uccode=0x139, 3568 unicodeslot=0x13A, 3569 }, 3570 { 3571 adobename="Lcommaaccent", 3572 category="lu", 3573 contextname="Lcommaaccent", 3574 description="LATIN CAPITAL LETTER L WITH CEDILLA", 3575 direction="l", 3576 lccode=0x13C, 3577 linebreak="al", 3578 shcode=0x4C, 3579 specials={ "char", 0x4C, 0x327 }, 3580 unicodeslot=0x13B, 3581 }, 3582 { 3583 adobename="lcommaaccent", 3584 category="ll", 3585 contextname="lcommaaccent", 3586 description="LATIN SMALL LETTER L WITH CEDILLA", 3587 direction="l", 3588 linebreak="al", 3589 shcode=0x6C, 3590 specials={ "char", 0x6C, 0x327 }, 3591 uccode=0x13B, 3592 unicodeslot=0x13C, 3593 }, 3594 { 3595 adobename="Lcaron", 3596 category="lu", 3597 contextname="Lcaron", 3598 description="LATIN CAPITAL LETTER L WITH CARON", 3599 direction="l", 3600 lccode=0x13E, 3601 linebreak="al", 3602 shcode=0x4C, 3603 specials={ "char", 0x4C, 0x30C }, 3604 unicodeslot=0x13D, 3605 }, 3606 { 3607 adobename="lcaron", 3608 category="ll", 3609 contextname="lcaron", 3610 description="LATIN SMALL LETTER L WITH CARON", 3611 direction="l", 3612 linebreak="al", 3613 shcode=0x6C, 3614 specials={ "char", 0x6C, 0x30C }, 3615 uccode=0x13D, 3616 unicodeslot=0x13E, 3617 }, 3618 { 3619 adobename="Ldotaccent", 3620 category="lu", 3621 cjkwd="a", 3622 contextname="Ldotmiddle", 3623 description="LATIN CAPITAL LETTER L WITH MIDDLE DOT", 3624 direction="l", 3625 lccode=0x140, 3626 linebreak="al", 3627 shcode=0x4C, 3628 specials={ "compat", 0x4C, 0xB7 }, 3629 unicodeslot=0x13F, 3630 }, 3631 { 3632 adobename="ldotaccent", 3633 category="ll", 3634 cjkwd="a", 3635 contextname="ldotmiddle", 3636 description="LATIN SMALL LETTER L WITH MIDDLE DOT", 3637 direction="l", 3638 linebreak="al", 3639 shcode=0x6C, 3640 specials={ "compat", 0x6C, 0xB7 }, 3641 uccode=0x13F, 3642 unicodeslot=0x140, 3643 }, 3644 { 3645 adobename="Lslash", 3646 category="lu", 3647 cjkwd="a", 3648 contextname="Lstroke", 3649 description="LATIN CAPITAL LETTER L WITH STROKE", 3650 direction="l", 3651 lccode=0x142, 3652 linebreak="al", 3653 shcode=0x4C, 3654 specials={ "with", 0x4C, 0x2F }, 3655 unicodeslot=0x141, 3656 }, 3657 { 3658 adobename="lslash", 3659 category="ll", 3660 cjkwd="a", 3661 contextname="lstroke", 3662 description="LATIN SMALL LETTER L WITH STROKE", 3663 direction="l", 3664 linebreak="al", 3665 shcode=0x6C, 3666 specials={ "with", 0x6C, 0x2F }, 3667 uccode=0x141, 3668 unicodeslot=0x142, 3669 }, 3670 { 3671 adobename="Nacute", 3672 category="lu", 3673 contextname="Nacute", 3674 description="LATIN CAPITAL LETTER N WITH ACUTE", 3675 direction="l", 3676 lccode=0x144, 3677 linebreak="al", 3678 shcode=0x4E, 3679 specials={ "char", 0x4E, 0x301 }, 3680 unicodeslot=0x143, 3681 }, 3682 { 3683 adobename="nacute", 3684 category="ll", 3685 cjkwd="a", 3686 contextname="nacute", 3687 description="LATIN SMALL LETTER N WITH ACUTE", 3688 direction="l", 3689 linebreak="al", 3690 shcode=0x6E, 3691 specials={ "char", 0x6E, 0x301 }, 3692 uccode=0x143, 3693 unicodeslot=0x144, 3694 }, 3695 { 3696 adobename="Ncommaaccent", 3697 category="lu", 3698 contextname="Ncommaaccent", 3699 description="LATIN CAPITAL LETTER N WITH CEDILLA", 3700 direction="l", 3701 lccode=0x146, 3702 linebreak="al", 3703 shcode=0x4E, 3704 specials={ "char", 0x4E, 0x327 }, 3705 unicodeslot=0x145, 3706 }, 3707 { 3708 adobename="ncommaaccent", 3709 category="ll", 3710 contextname="ncommaaccent", 3711 description="LATIN SMALL LETTER N WITH CEDILLA", 3712 direction="l", 3713 linebreak="al", 3714 shcode=0x6E, 3715 specials={ "char", 0x6E, 0x327 }, 3716 uccode=0x145, 3717 unicodeslot=0x146, 3718 }, 3719 { 3720 adobename="Ncaron", 3721 category="lu", 3722 contextname="Ncaron", 3723 description="LATIN CAPITAL LETTER N WITH CARON", 3724 direction="l", 3725 lccode=0x148, 3726 linebreak="al", 3727 shcode=0x4E, 3728 specials={ "char", 0x4E, 0x30C }, 3729 unicodeslot=0x147, 3730 }, 3731 { 3732 adobename="ncaron", 3733 category="ll", 3734 cjkwd="a", 3735 contextname="ncaron", 3736 description="LATIN SMALL LETTER N WITH CARON", 3737 direction="l", 3738 linebreak="al", 3739 shcode=0x6E, 3740 specials={ "char", 0x6E, 0x30C }, 3741 uccode=0x147, 3742 unicodeslot=0x148, 3743 }, 3744 { 3745 adobename="quoterightn", 3746 category="ll", 3747 cjkwd="a", 3748 contextname="napostrophe", 3749 description="LATIN SMALL LETTER N PRECEDED BY APOSTROPHE", 3750 direction="l", 3751 linebreak="al", 3752 specials={ "compat", 0x2BC, 0x6E }, 3753 uccode={ 0x2BC, 0x6E }, 3754 unicodeslot=0x149, 3755 }, 3756 { 3757 adobename="Eng", 3758 category="lu", 3759 cjkwd="a", 3760 contextname="Neng", 3761 description="LATIN CAPITAL LETTER ENG", 3762 direction="l", 3763 lccode=0x14B, 3764 linebreak="al", 3765 unicodeslot=0x14A, 3766 }, 3767 { 3768 adobename="eng", 3769 category="ll", 3770 cjkwd="a", 3771 contextname="neng", 3772 description="LATIN SMALL LETTER ENG", 3773 direction="l", 3774 linebreak="al", 3775 uccode=0x14A, 3776 unicodeslot=0x14B, 3777 }, 3778 { 3779 adobename="Omacron", 3780 category="lu", 3781 contextname="Omacron", 3782 description="LATIN CAPITAL LETTER O WITH MACRON", 3783 direction="l", 3784 lccode=0x14D, 3785 linebreak="al", 3786 shcode=0x4F, 3787 specials={ "char", 0x4F, 0x304 }, 3788 unicodeslot=0x14C, 3789 }, 3790 { 3791 adobename="omacron", 3792 category="ll", 3793 cjkwd="a", 3794 contextname="omacron", 3795 description="LATIN SMALL LETTER O WITH MACRON", 3796 direction="l", 3797 linebreak="al", 3798 shcode=0x6F, 3799 specials={ "char", 0x6F, 0x304 }, 3800 uccode=0x14C, 3801 unicodeslot=0x14D, 3802 }, 3803 { 3804 adobename="Obreve", 3805 category="lu", 3806 contextname="Obreve", 3807 description="LATIN CAPITAL LETTER O WITH BREVE", 3808 direction="l", 3809 lccode=0x14F, 3810 linebreak="al", 3811 shcode=0x4F, 3812 specials={ "char", 0x4F, 0x306 }, 3813 unicodeslot=0x14E, 3814 }, 3815 { 3816 adobename="obreve", 3817 category="ll", 3818 contextname="obreve", 3819 description="LATIN SMALL LETTER O WITH BREVE", 3820 direction="l", 3821 linebreak="al", 3822 shcode=0x6F, 3823 specials={ "char", 0x6F, 0x306 }, 3824 uccode=0x14E, 3825 unicodeslot=0x14F, 3826 }, 3827 { 3828 adobename="Ohungarumlaut", 3829 category="lu", 3830 contextname="Ohungarumlaut", 3831 description="LATIN CAPITAL LETTER O WITH DOUBLE ACUTE", 3832 direction="l", 3833 lccode=0x151, 3834 linebreak="al", 3835 shcode=0x4F, 3836 specials={ "char", 0x4F, 0x30B }, 3837 unicodeslot=0x150, 3838 }, 3839 { 3840 adobename="ohungarumlaut", 3841 category="ll", 3842 contextname="ohungarumlaut", 3843 description="LATIN SMALL LETTER O WITH DOUBLE ACUTE", 3844 direction="l", 3845 linebreak="al", 3846 shcode=0x6F, 3847 specials={ "char", 0x6F, 0x30B }, 3848 uccode=0x150, 3849 unicodeslot=0x151, 3850 }, 3851 { 3852 adobename="OE", 3853 category="lu", 3854 cjkwd="a", 3855 contextname="OEligature", 3856 description="LATIN CAPITAL LIGATURE OE", 3857 direction="l", 3858 lccode=0x153, 3859 linebreak="al", 3860 shcode={ 0x4F, 0x45 }, 3861 unicodeslot=0x152, 3862 }, 3863 { 3864 adobename="oe", 3865 category="ll", 3866 cjkwd="a", 3867 contextname="oeligature", 3868 description="LATIN SMALL LIGATURE OE", 3869 direction="l", 3870 linebreak="al", 3871 shcode={ 0x6F, 0x65 }, 3872 synonyms={ "ethel", "latin small letter o e" }, 3873 uccode=0x152, 3874 unicodeslot=0x153, 3875 }, 3876 { 3877 adobename="Racute", 3878 category="lu", 3879 contextname="Racute", 3880 description="LATIN CAPITAL LETTER R WITH ACUTE", 3881 direction="l", 3882 lccode=0x155, 3883 linebreak="al", 3884 shcode=0x52, 3885 specials={ "char", 0x52, 0x301 }, 3886 unicodeslot=0x154, 3887 }, 3888 { 3889 adobename="racute", 3890 category="ll", 3891 contextname="racute", 3892 description="LATIN SMALL LETTER R WITH ACUTE", 3893 direction="l", 3894 linebreak="al", 3895 shcode=0x72, 3896 specials={ "char", 0x72, 0x301 }, 3897 uccode=0x154, 3898 unicodeslot=0x155, 3899 }, 3900 { 3901 adobename="Rcommaaccent", 3902 category="lu", 3903 contextname="Rcommaaccent", 3904 description="LATIN CAPITAL LETTER R WITH CEDILLA", 3905 direction="l", 3906 lccode=0x157, 3907 linebreak="al", 3908 shcode=0x52, 3909 specials={ "char", 0x52, 0x327 }, 3910 unicodeslot=0x156, 3911 }, 3912 { 3913 adobename="rcommaaccent", 3914 category="ll", 3915 contextname="rcommaaccent", 3916 description="LATIN SMALL LETTER R WITH CEDILLA", 3917 direction="l", 3918 linebreak="al", 3919 shcode=0x72, 3920 specials={ "char", 0x72, 0x327 }, 3921 uccode=0x156, 3922 unicodeslot=0x157, 3923 }, 3924 { 3925 adobename="Rcaron", 3926 category="lu", 3927 contextname="Rcaron", 3928 description="LATIN CAPITAL LETTER R WITH CARON", 3929 direction="l", 3930 lccode=0x159, 3931 linebreak="al", 3932 shcode=0x52, 3933 specials={ "char", 0x52, 0x30C }, 3934 unicodeslot=0x158, 3935 }, 3936 { 3937 adobename="rcaron", 3938 category="ll", 3939 contextname="rcaron", 3940 description="LATIN SMALL LETTER R WITH CARON", 3941 direction="l", 3942 linebreak="al", 3943 shcode=0x72, 3944 specials={ "char", 0x72, 0x30C }, 3945 uccode=0x158, 3946 unicodeslot=0x159, 3947 }, 3948 { 3949 adobename="Sacute", 3950 category="lu", 3951 contextname="Sacute", 3952 description="LATIN CAPITAL LETTER S WITH ACUTE", 3953 direction="l", 3954 lccode=0x15B, 3955 linebreak="al", 3956 shcode=0x53, 3957 specials={ "char", 0x53, 0x301 }, 3958 unicodeslot=0x15A, 3959 }, 3960 { 3961 adobename="sacute", 3962 category="ll", 3963 contextname="sacute", 3964 description="LATIN SMALL LETTER S WITH ACUTE", 3965 direction="l", 3966 linebreak="al", 3967 shcode=0x73, 3968 specials={ "char", 0x73, 0x301 }, 3969 uccode=0x15A, 3970 unicodeslot=0x15B, 3971 }, 3972 { 3973 adobename="Scircumflex", 3974 category="lu", 3975 contextname="Scircumflex", 3976 description="LATIN CAPITAL LETTER S WITH CIRCUMFLEX", 3977 direction="l", 3978 lccode=0x15D, 3979 linebreak="al", 3980 shcode=0x53, 3981 specials={ "char", 0x53, 0x302 }, 3982 unicodeslot=0x15C, 3983 }, 3984 { 3985 adobename="scircumflex", 3986 category="ll", 3987 contextname="scircumflex", 3988 description="LATIN SMALL LETTER S WITH CIRCUMFLEX", 3989 direction="l", 3990 linebreak="al", 3991 shcode=0x73, 3992 specials={ "char", 0x73, 0x302 }, 3993 uccode=0x15C, 3994 unicodeslot=0x15D, 3995 }, 3996 { 3997 adobename="Scedilla", 3998 category="lu", 3999 contextname="Scedilla", 4000 description="LATIN CAPITAL LETTER S WITH CEDILLA", 4001 direction="l", 4002 lccode=0x15F, 4003 linebreak="al", 4004 shcode=0x53, 4005 specials={ "char", 0x53, 0x327 }, 4006 unicodeslot=0x15E, 4007 }, 4008 { 4009 adobename="scedilla", 4010 category="ll", 4011 contextname="scedilla", 4012 description="LATIN SMALL LETTER S WITH CEDILLA", 4013 direction="l", 4014 linebreak="al", 4015 shcode=0x73, 4016 specials={ "char", 0x73, 0x327 }, 4017 uccode=0x15E, 4018 unicodeslot=0x15F, 4019 }, 4020 { 4021 adobename="Scaron", 4022 category="lu", 4023 contextname="Scaron", 4024 description="LATIN CAPITAL LETTER S WITH CARON", 4025 direction="l", 4026 lccode=0x161, 4027 linebreak="al", 4028 shcode=0x53, 4029 specials={ "char", 0x53, 0x30C }, 4030 unicodeslot=0x160, 4031 }, 4032 { 4033 adobename="scaron", 4034 category="ll", 4035 contextname="scaron", 4036 description="LATIN SMALL LETTER S WITH CARON", 4037 direction="l", 4038 linebreak="al", 4039 shcode=0x73, 4040 specials={ "char", 0x73, 0x30C }, 4041 uccode=0x160, 4042 unicodeslot=0x161, 4043 }, 4044 { 4045 adobename="Tcommaaccent", 4046 category="lu", 4047 contextname="Tcedilla", 4048 description="LATIN CAPITAL LETTER T WITH CEDILLA", 4049 direction="l", 4050 lccode=0x163, 4051 linebreak="al", 4052 shcode=0x54, 4053 specials={ "char", 0x54, 0x327 }, 4054 unicodeslot=0x162, 4055 }, 4056 { 4057 adobename="tcommaaccent", 4058 category="ll", 4059 contextname="tcedilla", 4060 description="LATIN SMALL LETTER T WITH CEDILLA", 4061 direction="l", 4062 linebreak="al", 4063 shcode=0x74, 4064 specials={ "char", 0x74, 0x327 }, 4065 uccode=0x162, 4066 unicodeslot=0x163, 4067 }, 4068 { 4069 adobename="Tcaron", 4070 category="lu", 4071 contextname="Tcaron", 4072 description="LATIN CAPITAL LETTER T WITH CARON", 4073 direction="l", 4074 lccode=0x165, 4075 linebreak="al", 4076 shcode=0x54, 4077 specials={ "char", 0x54, 0x30C }, 4078 unicodeslot=0x164, 4079 }, 4080 { 4081 adobename="tcaron", 4082 category="ll", 4083 contextname="tcaron", 4084 description="LATIN SMALL LETTER T WITH CARON", 4085 direction="l", 4086 linebreak="al", 4087 shcode=0x74, 4088 specials={ "char", 0x74, 0x30C }, 4089 uccode=0x164, 4090 unicodeslot=0x165, 4091 }, 4092 { 4093 adobename="Tbar", 4094 category="lu", 4095 cjkwd="a", 4096 contextname="Tstroke", 4097 description="LATIN CAPITAL LETTER T WITH STROKE", 4098 direction="l", 4099 lccode=0x167, 4100 linebreak="al", 4101 shcode=0x54, 4102 specials={ "with", 0x54, 0x2F }, 4103 unicodeslot=0x166, 4104 }, 4105 { 4106 adobename="tbar", 4107 category="ll", 4108 cjkwd="a", 4109 contextname="tstroke", 4110 description="LATIN SMALL LETTER T WITH STROKE", 4111 direction="l", 4112 linebreak="al", 4113 shcode=0x74, 4114 specials={ "with", 0x74, 0x2F }, 4115 uccode=0x166, 4116 unicodeslot=0x167, 4117 }, 4118 { 4119 adobename="Utilde", 4120 category="lu", 4121 contextname="Utilde", 4122 description="LATIN CAPITAL LETTER U WITH TILDE", 4123 direction="l", 4124 lccode=0x169, 4125 linebreak="al", 4126 shcode=0x55, 4127 specials={ "char", 0x55, 0x303 }, 4128 unicodeslot=0x168, 4129 }, 4130 { 4131 adobename="utilde", 4132 category="ll", 4133 contextname="utilde", 4134 description="LATIN SMALL LETTER U WITH TILDE", 4135 direction="l", 4136 linebreak="al", 4137 shcode=0x75, 4138 specials={ "char", 0x75, 0x303 }, 4139 uccode=0x168, 4140 unicodeslot=0x169, 4141 }, 4142 { 4143 adobename="Umacron", 4144 category="lu", 4145 contextname="Umacron", 4146 description="LATIN CAPITAL LETTER U WITH MACRON", 4147 direction="l", 4148 lccode=0x16B, 4149 linebreak="al", 4150 shcode=0x55, 4151 specials={ "char", 0x55, 0x304 }, 4152 unicodeslot=0x16A, 4153 }, 4154 { 4155 adobename="umacron", 4156 category="ll", 4157 cjkwd="a", 4158 contextname="umacron", 4159 description="LATIN SMALL LETTER U WITH MACRON", 4160 direction="l", 4161 linebreak="al", 4162 shcode=0x75, 4163 specials={ "char", 0x75, 0x304 }, 4164 uccode=0x16A, 4165 unicodeslot=0x16B, 4166 }, 4167 { 4168 adobename="Ubreve", 4169 category="lu", 4170 contextname="Ubreve", 4171 description="LATIN CAPITAL LETTER U WITH BREVE", 4172 direction="l", 4173 lccode=0x16D, 4174 linebreak="al", 4175 shcode=0x55, 4176 specials={ "char", 0x55, 0x306 }, 4177 unicodeslot=0x16C, 4178 }, 4179 { 4180 adobename="ubreve", 4181 category="ll", 4182 contextname="ubreve", 4183 description="LATIN SMALL LETTER U WITH BREVE", 4184 direction="l", 4185 linebreak="al", 4186 shcode=0x75, 4187 specials={ "char", 0x75, 0x306 }, 4188 uccode=0x16C, 4189 unicodeslot=0x16D, 4190 }, 4191 { 4192 adobename="Uring", 4193 category="lu", 4194 contextname="Uring", 4195 description="LATIN CAPITAL LETTER U WITH RING ABOVE", 4196 direction="l", 4197 lccode=0x16F, 4198 linebreak="al", 4199 shcode=0x55, 4200 specials={ "char", 0x55, 0x30A }, 4201 unicodeslot=0x16E, 4202 }, 4203 { 4204 adobename="uring", 4205 category="ll", 4206 contextname="uring", 4207 description="LATIN SMALL LETTER U WITH RING ABOVE", 4208 direction="l", 4209 linebreak="al", 4210 shcode=0x75, 4211 specials={ "char", 0x75, 0x30A }, 4212 uccode=0x16E, 4213 unicodeslot=0x16F, 4214 }, 4215 { 4216 adobename="Uhungarumlaut", 4217 category="lu", 4218 contextname="Uhungarumlaut", 4219 description="LATIN CAPITAL LETTER U WITH DOUBLE ACUTE", 4220 direction="l", 4221 lccode=0x171, 4222 linebreak="al", 4223 shcode=0x55, 4224 specials={ "char", 0x55, 0x30B }, 4225 unicodeslot=0x170, 4226 }, 4227 { 4228 adobename="uhungarumlaut", 4229 category="ll", 4230 contextname="uhungarumlaut", 4231 description="LATIN SMALL LETTER U WITH DOUBLE ACUTE", 4232 direction="l", 4233 linebreak="al", 4234 shcode=0x75, 4235 specials={ "char", 0x75, 0x30B }, 4236 uccode=0x170, 4237 unicodeslot=0x171, 4238 }, 4239 { 4240 adobename="Uogonek", 4241 category="lu", 4242 contextname="Uogonek", 4243 description="LATIN CAPITAL LETTER U WITH OGONEK", 4244 direction="l", 4245 lccode=0x173, 4246 linebreak="al", 4247 shcode=0x55, 4248 specials={ "char", 0x55, 0x328 }, 4249 unicodeslot=0x172, 4250 }, 4251 { 4252 adobename="uogonek", 4253 category="ll", 4254 contextname="uogonek", 4255 description="LATIN SMALL LETTER U WITH OGONEK", 4256 direction="l", 4257 linebreak="al", 4258 shcode=0x75, 4259 specials={ "char", 0x75, 0x328 }, 4260 uccode=0x172, 4261 unicodeslot=0x173, 4262 }, 4263 { 4264 adobename="Wcircumflex", 4265 category="lu", 4266 contextname="Wcircumflex", 4267 description="LATIN CAPITAL LETTER W WITH CIRCUMFLEX", 4268 direction="l", 4269 lccode=0x175, 4270 linebreak="al", 4271 shcode=0x57, 4272 specials={ "char", 0x57, 0x302 }, 4273 unicodeslot=0x174, 4274 }, 4275 { 4276 adobename="wcircumflex", 4277 category="ll", 4278 contextname="wcircumflex", 4279 description="LATIN SMALL LETTER W WITH CIRCUMFLEX", 4280 direction="l", 4281 linebreak="al", 4282 shcode=0x77, 4283 specials={ "char", 0x77, 0x302 }, 4284 uccode=0x174, 4285 unicodeslot=0x175, 4286 }, 4287 { 4288 adobename="Ycircumflex", 4289 category="lu", 4290 contextname="Ycircumflex", 4291 description="LATIN CAPITAL LETTER Y WITH CIRCUMFLEX", 4292 direction="l", 4293 lccode=0x177, 4294 linebreak="al", 4295 shcode=0x59, 4296 specials={ "char", 0x59, 0x302 }, 4297 unicodeslot=0x176, 4298 }, 4299 { 4300 adobename="ycircumflex", 4301 category="ll", 4302 contextname="ycircumflex", 4303 description="LATIN SMALL LETTER Y WITH CIRCUMFLEX", 4304 direction="l", 4305 linebreak="al", 4306 shcode=0x79, 4307 specials={ "char", 0x79, 0x302 }, 4308 uccode=0x176, 4309 unicodeslot=0x177, 4310 }, 4311 { 4312 adobename="Ydieresis", 4313 category="lu", 4314 contextname="Ydiaeresis", 4315 description="LATIN CAPITAL LETTER Y WITH DIAERESIS", 4316 direction="l", 4317 lccode=0xFF, 4318 linebreak="al", 4319 shcode=0x59, 4320 specials={ "char", 0x59, 0x308 }, 4321 unicodeslot=0x178, 4322 }, 4323 { 4324 adobename="Zacute", 4325 category="lu", 4326 contextname="Zacute", 4327 description="LATIN CAPITAL LETTER Z WITH ACUTE", 4328 direction="l", 4329 lccode=0x17A, 4330 linebreak="al", 4331 shcode=0x5A, 4332 specials={ "char", 0x5A, 0x301 }, 4333 unicodeslot=0x179, 4334 }, 4335 { 4336 adobename="zacute", 4337 category="ll", 4338 contextname="zacute", 4339 description="LATIN SMALL LETTER Z WITH ACUTE", 4340 direction="l", 4341 linebreak="al", 4342 shcode=0x7A, 4343 specials={ "char", 0x7A, 0x301 }, 4344 uccode=0x179, 4345 unicodeslot=0x17A, 4346 }, 4347 { 4348 adobename="Zdotaccent", 4349 category="lu", 4350 contextname="Zdotaccent", 4351 description="LATIN CAPITAL LETTER Z WITH DOT ABOVE", 4352 direction="l", 4353 lccode=0x17C, 4354 linebreak="al", 4355 shcode=0x5A, 4356 specials={ "char", 0x5A, 0x307 }, 4357 unicodeslot=0x17B, 4358 }, 4359 { 4360 adobename="zdotaccent", 4361 category="ll", 4362 contextname="zdotaccent", 4363 description="LATIN SMALL LETTER Z WITH DOT ABOVE", 4364 direction="l", 4365 linebreak="al", 4366 shcode=0x7A, 4367 specials={ "char", 0x7A, 0x307 }, 4368 uccode=0x17B, 4369 unicodeslot=0x17C, 4370 }, 4371 { 4372 adobename="Zcaron", 4373 category="lu", 4374 contextname="Zcaron", 4375 description="LATIN CAPITAL LETTER Z WITH CARON", 4376 direction="l", 4377 lccode=0x17E, 4378 linebreak="al", 4379 shcode=0x5A, 4380 specials={ "char", 0x5A, 0x30C }, 4381 unicodeslot=0x17D, 4382 }, 4383 { 4384 adobename="zcaron", 4385 category="ll", 4386 contextname="zcaron", 4387 description="LATIN SMALL LETTER Z WITH CARON", 4388 direction="l", 4389 linebreak="al", 4390 shcode=0x7A, 4391 specials={ "char", 0x7A, 0x30C }, 4392 uccode=0x17D, 4393 unicodeslot=0x17E, 4394 }, 4395 { 4396 adobename="slong", 4397 category="ll", 4398 contextname="slong", 4399 description="LATIN SMALL LETTER LONG S", 4400 direction="l", 4401 linebreak="al", 4402 specials={ "compat", 0x73 }, 4403 uccode=0x73, 4404 unicodeslot=0x17F, 4405 }, 4406 { 4407 adobename="bstroke", 4408 category="ll", 4409 contextname="bstroke", 4410 description="LATIN SMALL LETTER B WITH STROKE", 4411 direction="l", 4412 linebreak="al", 4413 shcode=0x62, 4414 specials={ "with", 0x62, 0x2F }, 4415 uccode=0x243, 4416 unicodeslot=0x180, 4417 }, 4418 { 4419 adobename="Bhook", 4420 category="lu", 4421 contextname="Bhook", 4422 description="LATIN CAPITAL LETTER B WITH HOOK", 4423 direction="l", 4424 lccode=0x253, 4425 linebreak="al", 4426 shcode=0x42, 4427 specials={ "with", 0x42, 0x1FA9D }, 4428 unicodeslot=0x181, 4429 }, 4430 { 4431 adobename="Btopbar", 4432 category="lu", 4433 description="LATIN CAPITAL LETTER B WITH TOPBAR", 4434 direction="l", 4435 lccode=0x183, 4436 linebreak="al", 4437 shcode=0x42, 4438 unicodeslot=0x182, 4439 }, 4440 { 4441 adobename="btopbar", 4442 category="ll", 4443 description="LATIN SMALL LETTER B WITH TOPBAR", 4444 direction="l", 4445 linebreak="al", 4446 shcode=0x62, 4447 uccode=0x182, 4448 unicodeslot=0x183, 4449 }, 4450 { 4451 adobename="Tonesix", 4452 category="lu", 4453 description="LATIN CAPITAL LETTER TONE SIX", 4454 direction="l", 4455 lccode=0x185, 4456 linebreak="al", 4457 unicodeslot=0x184, 4458 }, 4459 { 4460 adobename="tonesix", 4461 category="ll", 4462 description="LATIN SMALL LETTER TONE SIX", 4463 direction="l", 4464 linebreak="al", 4465 uccode=0x184, 4466 unicodeslot=0x185, 4467 }, 4468 { 4469 adobename="Oopen", 4470 category="lu", 4471 description="LATIN CAPITAL LETTER OPEN O", 4472 direction="l", 4473 lccode=0x254, 4474 linebreak="al", 4475 unicodeslot=0x186, 4476 }, 4477 { 4478 adobename="Chook", 4479 category="lu", 4480 contextname="Chook", 4481 description="LATIN CAPITAL LETTER C WITH HOOK", 4482 direction="l", 4483 lccode=0x188, 4484 linebreak="al", 4485 shcode=0x43, 4486 specials={ "with", 0x43, 0x1FA9D }, 4487 unicodeslot=0x187, 4488 }, 4489 { 4490 adobename="chook", 4491 category="ll", 4492 contextname="chook", 4493 description="LATIN SMALL LETTER C WITH HOOK", 4494 direction="l", 4495 linebreak="al", 4496 shcode=0x63, 4497 specials={ "with", 0x63, 0x1FA9D }, 4498 uccode=0x187, 4499 unicodeslot=0x188, 4500 }, 4501 { 4502 adobename="Dafrican", 4503 category="lu", 4504 contextname="Dafrican", 4505 description="LATIN CAPITAL LETTER AFRICAN D", 4506 direction="l", 4507 lccode=0x256, 4508 linebreak="al", 4509 unicodeslot=0x189, 4510 }, 4511 { 4512 adobename="Dhook", 4513 category="lu", 4514 contextname="Dhook", 4515 description="LATIN CAPITAL LETTER D WITH HOOK", 4516 direction="l", 4517 lccode=0x257, 4518 linebreak="al", 4519 shcode=0x44, 4520 specials={ "with", 0x44, 0x1FA9D }, 4521 unicodeslot=0x18A, 4522 }, 4523 { 4524 adobename="Dtopbar", 4525 category="lu", 4526 description="LATIN CAPITAL LETTER D WITH TOPBAR", 4527 direction="l", 4528 lccode=0x18C, 4529 linebreak="al", 4530 shcode=0x44, 4531 unicodeslot=0x18B, 4532 }, 4533 { 4534 adobename="dtopbar", 4535 category="ll", 4536 description="LATIN SMALL LETTER D WITH TOPBAR", 4537 direction="l", 4538 linebreak="al", 4539 shcode=0x64, 4540 uccode=0x18B, 4541 unicodeslot=0x18C, 4542 }, 4543 { 4544 adobename="deltaturned", 4545 category="ll", 4546 description="LATIN SMALL LETTER TURNED DELTA", 4547 direction="l", 4548 linebreak="al", 4549 unicodeslot=0x18D, 4550 }, 4551 { 4552 adobename="Ereversed", 4553 category="lu", 4554 description="LATIN CAPITAL LETTER REVERSED E", 4555 direction="l", 4556 lccode=0x1DD, 4557 linebreak="al", 4558 synonyms={ "latin capital letter turned e" }, 4559 unicodeslot=0x18E, 4560 }, 4561 { 4562 adobename="Schwa", 4563 category="lu", 4564 contextname="Schwa", 4565 description="LATIN CAPITAL LETTER SCHWA", 4566 direction="l", 4567 lccode=0x259, 4568 linebreak="al", 4569 unicodeslot=0x18F, 4570 }, 4571 { 4572 adobename="Eopen", 4573 category="lu", 4574 description="LATIN CAPITAL LETTER OPEN E", 4575 direction="l", 4576 lccode=0x25B, 4577 linebreak="al", 4578 synonyms={ "latin capital letter epsilon" }, 4579 unicodeslot=0x190, 4580 }, 4581 { 4582 adobename="Fhook", 4583 category="lu", 4584 contextname="Fhook", 4585 description="LATIN CAPITAL LETTER F WITH HOOK", 4586 direction="l", 4587 lccode=0x192, 4588 linebreak="al", 4589 shcode=0x46, 4590 specials={ "with", 0x46, 0x1FA9D }, 4591 unicodeslot=0x191, 4592 }, 4593 { 4594 adobename="florin", 4595 category="ll", 4596 contextname="fhook", 4597 description="LATIN SMALL LETTER F WITH HOOK", 4598 direction="l", 4599 linebreak="al", 4600 shcode=0x66, 4601 specials={ "with", 0x66, 0x1FA9D }, 4602 synonyms={ "florin currency symbol", "folder", "function symbol", "latin small letter script f" }, 4603 uccode=0x191, 4604 unicodeslot=0x192, 4605 }, 4606 { 4607 adobename="Ghook", 4608 category="lu", 4609 contextname="Ghook", 4610 description="LATIN CAPITAL LETTER G WITH HOOK", 4611 direction="l", 4612 lccode=0x260, 4613 linebreak="al", 4614 shcode=0x47, 4615 specials={ "with", 0x47, 0x1FA9D }, 4616 unicodeslot=0x193, 4617 }, 4618 { 4619 adobename="Gammaafrican", 4620 category="lu", 4621 description="LATIN CAPITAL LETTER GAMMA", 4622 direction="l", 4623 lccode=0x263, 4624 linebreak="al", 4625 unicodeslot=0x194, 4626 }, 4627 { 4628 adobename="hv", 4629 category="ll", 4630 description="LATIN SMALL LETTER HV", 4631 direction="l", 4632 linebreak="al", 4633 uccode=0x1F6, 4634 unicodeslot=0x195, 4635 }, 4636 { 4637 adobename="Iotaafrican", 4638 category="lu", 4639 description="LATIN CAPITAL LETTER IOTA", 4640 direction="l", 4641 lccode=0x269, 4642 linebreak="al", 4643 unicodeslot=0x196, 4644 }, 4645 { 4646 adobename="Istroke", 4647 category="lu", 4648 contextname="Istroke", 4649 description="LATIN CAPITAL LETTER I WITH STROKE", 4650 direction="l", 4651 lccode=0x268, 4652 linebreak="al", 4653 shcode=0x49, 4654 specials={ "with", 0x49, 0x2F }, 4655 synonyms={ "latin capital letter i bar" }, 4656 unicodeslot=0x197, 4657 }, 4658 { 4659 adobename="Khook", 4660 category="lu", 4661 contextname="Khook", 4662 description="LATIN CAPITAL LETTER K WITH HOOK", 4663 direction="l", 4664 lccode=0x199, 4665 linebreak="al", 4666 shcode=0x4B, 4667 specials={ "with", 0x4B, 0x1FA9D }, 4668 unicodeslot=0x198, 4669 }, 4670 { 4671 adobename="khook", 4672 category="ll", 4673 contextname="khook", 4674 description="LATIN SMALL LETTER K WITH HOOK", 4675 direction="l", 4676 linebreak="al", 4677 shcode=0x6B, 4678 specials={ "with", 0x6B, 0x1FA9D }, 4679 uccode=0x198, 4680 unicodeslot=0x199, 4681 }, 4682 { 4683 adobename="lbar", 4684 category="ll", 4685 contextname="lbar", 4686 description="LATIN SMALL LETTER L WITH BAR", 4687 direction="l", 4688 linebreak="al", 4689 shcode=0x6C, 4690 uccode=0x23D, 4691 unicodeslot=0x19A, 4692 }, 4693 { 4694 adobename="lambdastroke", 4695 category="ll", 4696 description="LATIN SMALL LETTER LAMBDA WITH STROKE", 4697 direction="l", 4698 linebreak="al", 4699 mathclass="variable", 4700 mathname="lambdabar", 4701 synonyms={ "latin letter lambda bar" }, 4702 unicodeslot=0x19B, 4703 }, 4704 { 4705 adobename="Mturned", 4706 category="lu", 4707 description="LATIN CAPITAL LETTER TURNED M", 4708 direction="l", 4709 lccode=0x26F, 4710 linebreak="al", 4711 unicodeslot=0x19C, 4712 }, 4713 { 4714 adobename="Nhookleft", 4715 category="lu", 4716 description="LATIN CAPITAL LETTER N WITH LEFT HOOK", 4717 direction="l", 4718 lccode=0x272, 4719 linebreak="al", 4720 shcode=0x4E, 4721 unicodeslot=0x19D, 4722 }, 4723 { 4724 adobename="nlegrightlong", 4725 category="ll", 4726 description="LATIN SMALL LETTER N WITH LONG RIGHT LEG", 4727 direction="l", 4728 linebreak="al", 4729 shcode=0x6E, 4730 uccode=0x220, 4731 unicodeslot=0x19E, 4732 }, 4733 { 4734 adobename="Ocenteredtilde", 4735 category="lu", 4736 description="LATIN CAPITAL LETTER O WITH MIDDLE TILDE", 4737 direction="l", 4738 lccode=0x275, 4739 linebreak="al", 4740 shcode=0x4F, 4741 synonyms={ "latin capital letter barred o", "latin capital letter o bar" }, 4742 unicodeslot=0x19F, 4743 }, 4744 { 4745 adobename="Ohorn", 4746 category="lu", 4747 contextname="Ohorn", 4748 description="LATIN CAPITAL LETTER O WITH HORN", 4749 direction="l", 4750 lccode=0x1A1, 4751 linebreak="al", 4752 shcode=0x4F, 4753 specials={ "char", 0x4F, 0x31B }, 4754 unicodeslot=0x1A0, 4755 }, 4756 { 4757 adobename="ohorn", 4758 category="ll", 4759 contextname="ohorn", 4760 description="LATIN SMALL LETTER O WITH HORN", 4761 direction="l", 4762 linebreak="al", 4763 shcode=0x6F, 4764 specials={ "char", 0x6F, 0x31B }, 4765 uccode=0x1A0, 4766 unicodeslot=0x1A1, 4767 }, 4768 { 4769 adobename="Oi", 4770 category="lu", 4771 description="LATIN CAPITAL LETTER OI", 4772 direction="l", 4773 lccode=0x1A3, 4774 linebreak="al", 4775 unicodeslot=0x1A2, 4776 }, 4777 { 4778 adobename="oi", 4779 category="ll", 4780 description="LATIN SMALL LETTER OI", 4781 direction="l", 4782 linebreak="al", 4783 uccode=0x1A2, 4784 unicodeslot=0x1A3, 4785 }, 4786 { 4787 adobename="Phook", 4788 category="lu", 4789 contextname="Phook", 4790 description="LATIN CAPITAL LETTER P WITH HOOK", 4791 direction="l", 4792 lccode=0x1A5, 4793 linebreak="al", 4794 shcode=0x50, 4795 specials={ "with", 0x50, 0x1FA9D }, 4796 unicodeslot=0x1A4, 4797 }, 4798 { 4799 adobename="phook", 4800 category="ll", 4801 contextname="phook", 4802 description="LATIN SMALL LETTER P WITH HOOK", 4803 direction="l", 4804 linebreak="al", 4805 shcode=0x70, 4806 specials={ "with", 0x70, 0x1FA9D }, 4807 uccode=0x1A4, 4808 unicodeslot=0x1A5, 4809 }, 4810 { 4811 adobename="yr", 4812 category="lu", 4813 description="LATIN LETTER YR", 4814 direction="l", 4815 lccode=0x280, 4816 linebreak="al", 4817 unicodeslot=0x1A6, 4818 }, 4819 { 4820 adobename="Tonetwo", 4821 category="lu", 4822 description="LATIN CAPITAL LETTER TONE TWO", 4823 direction="l", 4824 lccode=0x1A8, 4825 linebreak="al", 4826 unicodeslot=0x1A7, 4827 }, 4828 { 4829 adobename="tonetwo", 4830 category="ll", 4831 description="LATIN SMALL LETTER TONE TWO", 4832 direction="l", 4833 linebreak="al", 4834 uccode=0x1A7, 4835 unicodeslot=0x1A8, 4836 }, 4837 { 4838 adobename="Esh", 4839 category="lu", 4840 description="LATIN CAPITAL LETTER ESH", 4841 direction="l", 4842 lccode=0x283, 4843 linebreak="al", 4844 unicodeslot=0x1A9, 4845 }, 4846 { 4847 adobename="eshreversedloop", 4848 category="ll", 4849 description="LATIN LETTER REVERSED ESH LOOP", 4850 direction="l", 4851 linebreak="al", 4852 unicodeslot=0x1AA, 4853 }, 4854 { 4855 adobename="tpalatalhook", 4856 category="ll", 4857 description="LATIN SMALL LETTER T WITH PALATAL HOOK", 4858 direction="l", 4859 linebreak="al", 4860 shcode=0x74, 4861 unicodeslot=0x1AB, 4862 }, 4863 { 4864 adobename="Thook", 4865 category="lu", 4866 contextname="Thook", 4867 description="LATIN CAPITAL LETTER T WITH HOOK", 4868 direction="l", 4869 lccode=0x1AD, 4870 linebreak="al", 4871 shcode=0x54, 4872 specials={ "with", 0x54, 0x1FA9D }, 4873 unicodeslot=0x1AC, 4874 }, 4875 { 4876 adobename="thook", 4877 category="ll", 4878 contextname="thook", 4879 description="LATIN SMALL LETTER T WITH HOOK", 4880 direction="l", 4881 linebreak="al", 4882 shcode=0x74, 4883 specials={ "with", 0x74, 0x1FA9D }, 4884 uccode=0x1AC, 4885 unicodeslot=0x1AD, 4886 }, 4887 { 4888 adobename="Tretroflexhook", 4889 category="lu", 4890 description="LATIN CAPITAL LETTER T WITH RETROFLEX HOOK", 4891 direction="l", 4892 lccode=0x288, 4893 linebreak="al", 4894 shcode=0x54, 4895 unicodeslot=0x1AE, 4896 }, 4897 { 4898 adobename="Uhorn", 4899 category="lu", 4900 contextname="Uhorn", 4901 description="LATIN CAPITAL LETTER U WITH HORN", 4902 direction="l", 4903 lccode=0x1B0, 4904 linebreak="al", 4905 shcode=0x55, 4906 specials={ "char", 0x55, 0x31B }, 4907 unicodeslot=0x1AF, 4908 }, 4909 { 4910 adobename="uhorn", 4911 category="ll", 4912 contextname="uhorn", 4913 description="LATIN SMALL LETTER U WITH HORN", 4914 direction="l", 4915 linebreak="al", 4916 shcode=0x75, 4917 specials={ "char", 0x75, 0x31B }, 4918 uccode=0x1AF, 4919 unicodeslot=0x1B0, 4920 }, 4921 { 4922 adobename="Upsilonafrican", 4923 category="lu", 4924 description="LATIN CAPITAL LETTER UPSILON", 4925 direction="l", 4926 lccode=0x28A, 4927 linebreak="al", 4928 unicodeslot=0x1B1, 4929 }, 4930 { 4931 adobename="Vhook", 4932 category="lu", 4933 contextname="Vhook", 4934 description="LATIN CAPITAL LETTER V WITH HOOK", 4935 direction="l", 4936 lccode=0x28B, 4937 linebreak="al", 4938 shcode=0x56, 4939 specials={ "with", 0x56, 0x1FA9D }, 4940 synonyms={ "latin capital letter script v" }, 4941 unicodeslot=0x1B2, 4942 }, 4943 { 4944 adobename="Yhook", 4945 category="lu", 4946 contextname="Yhook", 4947 description="LATIN CAPITAL LETTER Y WITH HOOK", 4948 direction="l", 4949 lccode=0x1B4, 4950 linebreak="al", 4951 shcode=0x59, 4952 specials={ "with", 0x59, 0x1FA9D }, 4953 unicodeslot=0x1B3, 4954 }, 4955 { 4956 adobename="yhook", 4957 category="ll", 4958 contextname="yhook", 4959 description="LATIN SMALL LETTER Y WITH HOOK", 4960 direction="l", 4961 linebreak="al", 4962 shcode=0x79, 4963 specials={ "with", 0x79, 0x1FA9D }, 4964 uccode=0x1B3, 4965 unicodeslot=0x1B4, 4966 }, 4967 { 4968 adobename="Zstroke", 4969 category="lu", 4970 contextname="Zstroke", 4971 description="LATIN CAPITAL LETTER Z WITH STROKE", 4972 direction="l", 4973 lccode=0x1B6, 4974 linebreak="al", 4975 shcode=0x5A, 4976 specials={ "with", 0x5A, 0x2F }, 4977 unicodeslot=0x1B5, 4978 }, 4979 { 4980 adobename="zstroke", 4981 category="ll", 4982 contextname="zstroke", 4983 description="LATIN SMALL LETTER Z WITH STROKE", 4984 direction="l", 4985 linebreak="al", 4986 shcode=0x7A, 4987 specials={ "with", 0x7A, 0x2F }, 4988 synonyms={ "latin small letter z bar" }, 4989 uccode=0x1B5, 4990 unicodeslot=0x1B6, 4991 }, 4992 { 4993 adobename="Ezh", 4994 category="lu", 4995 description="LATIN CAPITAL LETTER EZH", 4996 direction="l", 4997 lccode=0x292, 4998 linebreak="al", 4999 unicodeslot=0x1B7, 5000 }, 5001 { 5002 adobename="Ezhreversed", 5003 category="lu", 5004 description="LATIN CAPITAL LETTER EZH REVERSED", 5005 direction="l", 5006 lccode=0x1B9, 5007 linebreak="al", 5008 unicodeslot=0x1B8, 5009 }, 5010 { 5011 adobename="ezhreversed", 5012 category="ll", 5013 description="LATIN SMALL LETTER EZH REVERSED", 5014 direction="l", 5015 linebreak="al", 5016 uccode=0x1B8, 5017 unicodeslot=0x1B9, 5018 }, 5019 { 5020 adobename="ezhtail", 5021 category="ll", 5022 description="LATIN SMALL LETTER EZH WITH TAIL", 5023 direction="l", 5024 linebreak="al", 5025 shcode=0x292, 5026 unicodeslot=0x1BA, 5027 }, 5028 { 5029 adobename="twostroke", 5030 category="lo", 5031 description="LATIN LETTER TWO WITH STROKE", 5032 direction="l", 5033 linebreak="al", 5034 unicodeslot=0x1BB, 5035 }, 5036 { 5037 adobename="Tonefive", 5038 category="lu", 5039 description="LATIN CAPITAL LETTER TONE FIVE", 5040 direction="l", 5041 lccode=0x1BD, 5042 linebreak="al", 5043 unicodeslot=0x1BC, 5044 }, 5045 { 5046 adobename="tonefive", 5047 category="ll", 5048 description="LATIN SMALL LETTER TONE FIVE", 5049 direction="l", 5050 linebreak="al", 5051 uccode=0x1BC, 5052 unicodeslot=0x1BD, 5053 }, 5054 { 5055 adobename="glottalinvertedstroke", 5056 category="ll", 5057 description="LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE", 5058 direction="l", 5059 linebreak="al", 5060 specials={ "with", 0x296, 0x2F }, 5061 unicodeslot=0x1BE, 5062 }, 5063 { 5064 adobename="wynn", 5065 category="ll", 5066 description="LATIN LETTER WYNN", 5067 direction="l", 5068 linebreak="al", 5069 uccode=0x1F7, 5070 unicodeslot=0x1BF, 5071 }, 5072 { 5073 adobename="clickdental", 5074 category="lo", 5075 description="LATIN LETTER DENTAL CLICK", 5076 direction="l", 5077 linebreak="al", 5078 synonyms={ "pipe" }, 5079 unicodeslot=0x1C0, 5080 }, 5081 { 5082 adobename="clicklateral", 5083 category="lo", 5084 description="LATIN LETTER LATERAL CLICK", 5085 direction="l", 5086 linebreak="al", 5087 synonyms={ "double pipe" }, 5088 unicodeslot=0x1C1, 5089 }, 5090 { 5091 adobename="clickalveolar", 5092 category="lo", 5093 description="LATIN LETTER ALVEOLAR CLICK", 5094 direction="l", 5095 linebreak="al", 5096 synonyms={ "double-barred pipe" }, 5097 unicodeslot=0x1C2, 5098 }, 5099 { 5100 adobename="clickretroflex", 5101 category="lo", 5102 description="LATIN LETTER RETROFLEX CLICK", 5103 direction="l", 5104 linebreak="al", 5105 synonyms={ "latin letter exclamation mark" }, 5106 unicodeslot=0x1C3, 5107 }, 5108 { 5109 adobename="DZcaron", 5110 category="lu", 5111 contextname="DZcaronligature", 5112 description="LATIN CAPITAL LETTER DZ WITH CARON", 5113 direction="l", 5114 lccode=0x1C6, 5115 linebreak="al", 5116 shcode=0x1F1, 5117 specials={ "compat", 0x44, 0x17D }, 5118 uccode=0x1C5, 5119 unicodeslot=0x1C4, 5120 }, 5121 { 5122 adobename="Dzcaron", 5123 category="lt", 5124 contextname="Dzcaronligature", 5125 description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON", 5126 direction="l", 5127 lccode=0x1C6, 5128 linebreak="al", 5129 shcode=0x1F2, 5130 specials={ "compat", 0x44, 0x17E }, 5131 uccode=0x1C4, 5132 unicodeslot=0x1C5, 5133 }, 5134 { 5135 adobename="dzcaron", 5136 category="ll", 5137 contextname="dzcaronligature", 5138 description="LATIN SMALL LETTER DZ WITH CARON", 5139 direction="l", 5140 linebreak="al", 5141 shcode=0x1F3, 5142 specials={ "compat", 0x64, 0x17E }, 5143 uccode=0x1C4, 5144 unicodeslot=0x1C6, 5145 }, 5146 { 5147 adobename="LJ", 5148 category="lu", 5149 contextname="LJligature", 5150 description="LATIN CAPITAL LETTER LJ", 5151 direction="l", 5152 lccode=0x1C9, 5153 linebreak="al", 5154 shcode={ 0x4C, 0x4A }, 5155 specials={ "compat", 0x4C, 0x4A }, 5156 uccode=0x1C8, 5157 unicodeslot=0x1C7, 5158 }, 5159 { 5160 adobename="Lj", 5161 category="lt", 5162 contextname="Ljligature", 5163 description="LATIN CAPITAL LETTER L WITH SMALL LETTER J", 5164 direction="l", 5165 lccode=0x1C9, 5166 linebreak="al", 5167 shcode={ 0x4C, 0x6A }, 5168 specials={ "compat", 0x4C, 0x6A }, 5169 uccode=0x1C7, 5170 unicodeslot=0x1C8, 5171 }, 5172 { 5173 adobename="lj", 5174 category="ll", 5175 contextname="ljligature", 5176 description="LATIN SMALL LETTER LJ", 5177 direction="l", 5178 linebreak="al", 5179 shcode={ 0x6C, 0x6A }, 5180 specials={ "compat", 0x6C, 0x6A }, 5181 uccode=0x1C7, 5182 unicodeslot=0x1C9, 5183 }, 5184 { 5185 adobename="NJ", 5186 category="lu", 5187 contextname="NJligature", 5188 description="LATIN CAPITAL LETTER NJ", 5189 direction="l", 5190 lccode=0x1CC, 5191 linebreak="al", 5192 shcode={ 0x4E, 0x4A }, 5193 specials={ "compat", 0x4E, 0x4A }, 5194 uccode=0x1CB, 5195 unicodeslot=0x1CA, 5196 }, 5197 { 5198 adobename="Nj", 5199 category="lt", 5200 contextname="Njligature", 5201 description="LATIN CAPITAL LETTER N WITH SMALL LETTER J", 5202 direction="l", 5203 lccode=0x1CC, 5204 linebreak="al", 5205 shcode=0x4E, 5206 specials={ "compat", 0x4E, 0x6A }, 5207 uccode=0x1CA, 5208 unicodeslot=0x1CB, 5209 }, 5210 { 5211 adobename="nj", 5212 category="ll", 5213 contextname="njligature", 5214 description="LATIN SMALL LETTER NJ", 5215 direction="l", 5216 linebreak="al", 5217 shcode={ 0x6E, 0x6A }, 5218 specials={ "compat", 0x6E, 0x6A }, 5219 uccode=0x1CA, 5220 unicodeslot=0x1CC, 5221 }, 5222 { 5223 adobename="Acaron", 5224 category="lu", 5225 contextname="Acaron", 5226 description="LATIN CAPITAL LETTER A WITH CARON", 5227 direction="l", 5228 lccode=0x1CE, 5229 linebreak="al", 5230 shcode=0x41, 5231 specials={ "char", 0x41, 0x30C }, 5232 unicodeslot=0x1CD, 5233 }, 5234 { 5235 adobename="acaron", 5236 category="ll", 5237 cjkwd="a", 5238 contextname="acaron", 5239 description="LATIN SMALL LETTER A WITH CARON", 5240 direction="l", 5241 linebreak="al", 5242 shcode=0x61, 5243 specials={ "char", 0x61, 0x30C }, 5244 uccode=0x1CD, 5245 unicodeslot=0x1CE, 5246 }, 5247 { 5248 adobename="Icaron", 5249 category="lu", 5250 contextname="Icaron", 5251 description="LATIN CAPITAL LETTER I WITH CARON", 5252 direction="l", 5253 lccode=0x1D0, 5254 linebreak="al", 5255 shcode=0x49, 5256 specials={ "char", 0x49, 0x30C }, 5257 unicodeslot=0x1CF, 5258 }, 5259 { 5260 adobename="icaron", 5261 category="ll", 5262 cjkwd="a", 5263 contextname="icaron", 5264 description="LATIN SMALL LETTER I WITH CARON", 5265 direction="l", 5266 linebreak="al", 5267 shcode=0x69, 5268 specials={ "char", 0x69, 0x30C }, 5269 uccode=0x1CF, 5270 unicodeslot=0x1D0, 5271 }, 5272 { 5273 adobename="Ocaron", 5274 category="lu", 5275 contextname="Ocaron", 5276 description="LATIN CAPITAL LETTER O WITH CARON", 5277 direction="l", 5278 lccode=0x1D2, 5279 linebreak="al", 5280 shcode=0x4F, 5281 specials={ "char", 0x4F, 0x30C }, 5282 unicodeslot=0x1D1, 5283 }, 5284 { 5285 adobename="ocaron", 5286 category="ll", 5287 cjkwd="a", 5288 contextname="ocaron", 5289 description="LATIN SMALL LETTER O WITH CARON", 5290 direction="l", 5291 linebreak="al", 5292 shcode=0x6F, 5293 specials={ "char", 0x6F, 0x30C }, 5294 uccode=0x1D1, 5295 unicodeslot=0x1D2, 5296 }, 5297 { 5298 adobename="Ucaron", 5299 category="lu", 5300 contextname="Ucaron", 5301 description="LATIN CAPITAL LETTER U WITH CARON", 5302 direction="l", 5303 lccode=0x1D4, 5304 linebreak="al", 5305 shcode=0x55, 5306 specials={ "char", 0x55, 0x30C }, 5307 unicodeslot=0x1D3, 5308 }, 5309 { 5310 adobename="ucaron", 5311 category="ll", 5312 cjkwd="a", 5313 contextname="ucaron", 5314 description="LATIN SMALL LETTER U WITH CARON", 5315 direction="l", 5316 linebreak="al", 5317 shcode=0x75, 5318 specials={ "char", 0x75, 0x30C }, 5319 uccode=0x1D3, 5320 unicodeslot=0x1D4, 5321 }, 5322 { 5323 adobename="Udieresismacron", 5324 category="lu", 5325 contextname="Udiaeresismacron", 5326 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON", 5327 direction="l", 5328 lccode=0x1D6, 5329 linebreak="al", 5330 shcode=0x55, 5331 specials={ "char", 0xDC, 0x304 }, 5332 unicodeslot=0x1D5, 5333 }, 5334 { 5335 adobename="udieresismacron", 5336 category="ll", 5337 cjkwd="a", 5338 contextname="udiaeresismacron", 5339 description="LATIN SMALL LETTER U WITH DIAERESIS AND MACRON", 5340 direction="l", 5341 linebreak="al", 5342 shcode=0x75, 5343 specials={ "char", 0xFC, 0x304 }, 5344 uccode=0x1D5, 5345 unicodeslot=0x1D6, 5346 }, 5347 { 5348 adobename="Udieresisacute", 5349 category="lu", 5350 contextname="Udiaeresisacute", 5351 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE", 5352 direction="l", 5353 lccode=0x1D8, 5354 linebreak="al", 5355 shcode=0x55, 5356 specials={ "char", 0xDC, 0x301 }, 5357 unicodeslot=0x1D7, 5358 }, 5359 { 5360 adobename="udieresisacute", 5361 category="ll", 5362 cjkwd="a", 5363 contextname="udiaeresisacute", 5364 description="LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE", 5365 direction="l", 5366 linebreak="al", 5367 shcode=0x75, 5368 specials={ "char", 0xFC, 0x301 }, 5369 uccode=0x1D7, 5370 unicodeslot=0x1D8, 5371 }, 5372 { 5373 adobename="Udieresiscaron", 5374 category="lu", 5375 contextname="Udiaeresiscaron", 5376 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON", 5377 direction="l", 5378 lccode=0x1DA, 5379 linebreak="al", 5380 shcode=0x55, 5381 specials={ "char", 0xDC, 0x30C }, 5382 unicodeslot=0x1D9, 5383 }, 5384 { 5385 adobename="udieresiscaron", 5386 category="ll", 5387 cjkwd="a", 5388 contextname="udiaeresiscaron", 5389 description="LATIN SMALL LETTER U WITH DIAERESIS AND CARON", 5390 direction="l", 5391 linebreak="al", 5392 shcode=0x75, 5393 specials={ "char", 0xFC, 0x30C }, 5394 uccode=0x1D9, 5395 unicodeslot=0x1DA, 5396 }, 5397 { 5398 adobename="Udieresisgrave", 5399 category="lu", 5400 contextname="Udiaeresisgrave", 5401 description="LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE", 5402 direction="l", 5403 lccode=0x1DC, 5404 linebreak="al", 5405 shcode=0x55, 5406 specials={ "char", 0xDC, 0x300 }, 5407 unicodeslot=0x1DB, 5408 }, 5409 { 5410 adobename="udieresisgrave", 5411 category="ll", 5412 cjkwd="a", 5413 contextname="udiaeresisgrave", 5414 description="LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE", 5415 direction="l", 5416 linebreak="al", 5417 shcode=0x75, 5418 specials={ "char", 0xFC, 0x300 }, 5419 uccode=0x1DB, 5420 unicodeslot=0x1DC, 5421 }, 5422 { 5423 adobename="eturned", 5424 category="ll", 5425 description="LATIN SMALL LETTER TURNED E", 5426 direction="l", 5427 linebreak="al", 5428 uccode=0x18E, 5429 unicodeslot=0x1DD, 5430 }, 5431 { 5432 adobename="Adieresismacron", 5433 category="lu", 5434 contextname="Adiaeresismacron", 5435 description="LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON", 5436 direction="l", 5437 lccode=0x1DF, 5438 linebreak="al", 5439 shcode=0x41, 5440 specials={ "char", 0xC4, 0x304 }, 5441 unicodeslot=0x1DE, 5442 }, 5443 { 5444 adobename="adieresismacron", 5445 category="ll", 5446 contextname="adiaeresismacron", 5447 description="LATIN SMALL LETTER A WITH DIAERESIS AND MACRON", 5448 direction="l", 5449 linebreak="al", 5450 shcode=0x61, 5451 specials={ "char", 0xE4, 0x304 }, 5452 uccode=0x1DE, 5453 unicodeslot=0x1DF, 5454 }, 5455 { 5456 adobename="Adotmacron", 5457 category="lu", 5458 contextname="Adotaccentmacron", 5459 description="LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON", 5460 direction="l", 5461 lccode=0x1E1, 5462 linebreak="al", 5463 shcode=0x41, 5464 specials={ "char", 0x226, 0x304 }, 5465 unicodeslot=0x1E0, 5466 }, 5467 { 5468 adobename="adotmacron", 5469 category="ll", 5470 contextname="adotaccentmacron", 5471 description="LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON", 5472 direction="l", 5473 linebreak="al", 5474 shcode=0x61, 5475 specials={ "char", 0x227, 0x304 }, 5476 uccode=0x1E0, 5477 unicodeslot=0x1E1, 5478 }, 5479 { 5480 adobename="AEmacron", 5481 category="lu", 5482 contextname="AEmacron", 5483 description="LATIN CAPITAL LETTER AE WITH MACRON", 5484 direction="l", 5485 lccode=0x1E3, 5486 linebreak="al", 5487 shcode=0xC6, 5488 specials={ "char", 0xC6, 0x304 }, 5489 unicodeslot=0x1E2, 5490 }, 5491 { 5492 adobename="aemacron", 5493 category="ll", 5494 contextname="aemacron", 5495 description="LATIN SMALL LETTER AE WITH MACRON", 5496 direction="l", 5497 linebreak="al", 5498 shcode=0xE6, 5499 specials={ "char", 0xE6, 0x304 }, 5500 uccode=0x1E2, 5501 unicodeslot=0x1E3, 5502 }, 5503 { 5504 adobename="Gstroke", 5505 category="lu", 5506 contextname="Gstroke", 5507 description="LATIN CAPITAL LETTER G WITH STROKE", 5508 direction="l", 5509 lccode=0x1E5, 5510 linebreak="al", 5511 shcode=0x47, 5512 specials={ "with", 0x47, 0x2F }, 5513 unicodeslot=0x1E4, 5514 }, 5515 { 5516 adobename="gstroke", 5517 category="ll", 5518 contextname="gstroke", 5519 description="LATIN SMALL LETTER G WITH STROKE", 5520 direction="l", 5521 linebreak="al", 5522 shcode=0x67, 5523 specials={ "with", 0x67, 0x2F }, 5524 uccode=0x1E4, 5525 unicodeslot=0x1E5, 5526 }, 5527 { 5528 adobename="Gcaron", 5529 category="lu", 5530 contextname="Gcaron", 5531 description="LATIN CAPITAL LETTER G WITH CARON", 5532 direction="l", 5533 lccode=0x1E7, 5534 linebreak="al", 5535 shcode=0x47, 5536 specials={ "char", 0x47, 0x30C }, 5537 unicodeslot=0x1E6, 5538 }, 5539 { 5540 adobename="gcaron", 5541 category="ll", 5542 contextname="gcaron", 5543 description="LATIN SMALL LETTER G WITH CARON", 5544 direction="l", 5545 linebreak="al", 5546 shcode=0x67, 5547 specials={ "char", 0x67, 0x30C }, 5548 uccode=0x1E6, 5549 unicodeslot=0x1E7, 5550 }, 5551 { 5552 adobename="Kcaron", 5553 category="lu", 5554 contextname="Kcaron", 5555 description="LATIN CAPITAL LETTER K WITH CARON", 5556 direction="l", 5557 lccode=0x1E9, 5558 linebreak="al", 5559 shcode=0x4B, 5560 specials={ "char", 0x4B, 0x30C }, 5561 unicodeslot=0x1E8, 5562 }, 5563 { 5564 adobename="kcaron", 5565 category="ll", 5566 contextname="kcaron", 5567 description="LATIN SMALL LETTER K WITH CARON", 5568 direction="l", 5569 linebreak="al", 5570 shcode=0x6B, 5571 specials={ "char", 0x6B, 0x30C }, 5572 uccode=0x1E8, 5573 unicodeslot=0x1E9, 5574 }, 5575 { 5576 adobename="Oogonek", 5577 category="lu", 5578 contextname="Oogonek", 5579 description="LATIN CAPITAL LETTER O WITH OGONEK", 5580 direction="l", 5581 lccode=0x1EB, 5582 linebreak="al", 5583 shcode=0x4F, 5584 specials={ "char", 0x4F, 0x328 }, 5585 unicodeslot=0x1EA, 5586 }, 5587 { 5588 adobename="oogonek", 5589 category="ll", 5590 contextname="oogonek", 5591 description="LATIN SMALL LETTER O WITH OGONEK", 5592 direction="l", 5593 linebreak="al", 5594 shcode=0x6F, 5595 specials={ "char", 0x6F, 0x328 }, 5596 uccode=0x1EA, 5597 unicodeslot=0x1EB, 5598 }, 5599 { 5600 adobename="Oogonekmacron", 5601 category="lu", 5602 contextname="Oogonekmacron", 5603 description="LATIN CAPITAL LETTER O WITH OGONEK AND MACRON", 5604 direction="l", 5605 lccode=0x1ED, 5606 linebreak="al", 5607 shcode=0x4F, 5608 specials={ "char", 0x1EA, 0x304 }, 5609 unicodeslot=0x1EC, 5610 }, 5611 { 5612 adobename="oogonekmacron", 5613 category="ll", 5614 contextname="oogonekmacron", 5615 description="LATIN SMALL LETTER O WITH OGONEK AND MACRON", 5616 direction="l", 5617 linebreak="al", 5618 shcode=0x6F, 5619 specials={ "char", 0x1EB, 0x304 }, 5620 uccode=0x1EC, 5621 unicodeslot=0x1ED, 5622 }, 5623 { 5624 adobename="Ezhcaron", 5625 category="lu", 5626 description="LATIN CAPITAL LETTER EZH WITH CARON", 5627 direction="l", 5628 lccode=0x1EF, 5629 linebreak="al", 5630 shcode=0x1B7, 5631 specials={ "char", 0x1B7, 0x30C }, 5632 unicodeslot=0x1EE, 5633 }, 5634 { 5635 adobename="ezhcaron", 5636 category="ll", 5637 description="LATIN SMALL LETTER EZH WITH CARON", 5638 direction="l", 5639 linebreak="al", 5640 shcode=0x292, 5641 specials={ "char", 0x292, 0x30C }, 5642 uccode=0x1EE, 5643 unicodeslot=0x1EF, 5644 }, 5645 { 5646 adobename="jcaron", 5647 category="ll", 5648 contextname="jcaron", 5649 description="LATIN SMALL LETTER J WITH CARON", 5650 direction="l", 5651 linebreak="al", 5652 shcode=0x6A, 5653 specials={ "char", 0x6A, 0x30C }, 5654 uccode={ 0x6A, 0x30C }, 5655 unicodeslot=0x1F0, 5656 }, 5657 { 5658 adobename="DZ", 5659 category="lu", 5660 contextname="DZligature", 5661 description="LATIN CAPITAL LETTER DZ", 5662 direction="l", 5663 lccode=0x1F3, 5664 linebreak="al", 5665 specials={ "compat", 0x44, 0x5A }, 5666 uccode=0x1F2, 5667 unicodeslot=0x1F1, 5668 }, 5669 { 5670 adobename="Dz", 5671 category="lt", 5672 contextname="Dzligature", 5673 description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z", 5674 direction="l", 5675 lccode=0x1F3, 5676 linebreak="al", 5677 shcode=0x44, 5678 specials={ "compat", 0x44, 0x7A }, 5679 uccode=0x1F1, 5680 unicodeslot=0x1F2, 5681 }, 5682 { 5683 adobename="dz", 5684 category="ll", 5685 contextname="dzligature", 5686 description="LATIN SMALL LETTER DZ", 5687 direction="l", 5688 linebreak="al", 5689 specials={ "compat", 0x64, 0x7A }, 5690 uccode=0x1F1, 5691 unicodeslot=0x1F3, 5692 }, 5693 { 5694 adobename="Gacute", 5695 category="lu", 5696 contextname="Gacute", 5697 description="LATIN CAPITAL LETTER G WITH ACUTE", 5698 direction="l", 5699 lccode=0x1F5, 5700 linebreak="al", 5701 shcode=0x47, 5702 specials={ "char", 0x47, 0x301 }, 5703 unicodeslot=0x1F4, 5704 }, 5705 { 5706 adobename="gacute", 5707 category="ll", 5708 contextname="gacute", 5709 description="LATIN SMALL LETTER G WITH ACUTE", 5710 direction="l", 5711 linebreak="al", 5712 shcode=0x67, 5713 specials={ "char", 0x67, 0x301 }, 5714 uccode=0x1F4, 5715 unicodeslot=0x1F5, 5716 }, 5717 { 5718 category="lu", 5719 description="LATIN CAPITAL LETTER HWAIR", 5720 direction="l", 5721 lccode=0x195, 5722 linebreak="al", 5723 unicodeslot=0x1F6, 5724 }, 5725 { 5726 category="lu", 5727 description="LATIN CAPITAL LETTER WYNN", 5728 direction="l", 5729 lccode=0x1BF, 5730 linebreak="al", 5731 unicodeslot=0x1F7, 5732 }, 5733 { 5734 category="lu", 5735 contextname="Ngrave", 5736 description="LATIN CAPITAL LETTER N WITH GRAVE", 5737 direction="l", 5738 lccode=0x1F9, 5739 linebreak="al", 5740 shcode=0x4E, 5741 specials={ "char", 0x4E, 0x300 }, 5742 unicodeslot=0x1F8, 5743 }, 5744 { 5745 category="ll", 5746 contextname="ngrave", 5747 description="LATIN SMALL LETTER N WITH GRAVE", 5748 direction="l", 5749 linebreak="al", 5750 shcode=0x6E, 5751 specials={ "char", 0x6E, 0x300 }, 5752 uccode=0x1F8, 5753 unicodeslot=0x1F9, 5754 }, 5755 { 5756 adobename="Aringacute", 5757 category="lu", 5758 contextname="Aringacute", 5759 description="LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE", 5760 direction="l", 5761 lccode=0x1FB, 5762 linebreak="al", 5763 shcode=0x41, 5764 specials={ "char", 0xC5, 0x301 }, 5765 unicodeslot=0x1FA, 5766 }, 5767 { 5768 adobename="aringacute", 5769 category="ll", 5770 contextname="aringacute", 5771 description="LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE", 5772 direction="l", 5773 linebreak="al", 5774 shcode=0x61, 5775 specials={ "char", 0xE5, 0x301 }, 5776 uccode=0x1FA, 5777 unicodeslot=0x1FB, 5778 }, 5779 { 5780 adobename="AEacute", 5781 category="lu", 5782 contextname="AEacute", 5783 description="LATIN CAPITAL LETTER AE WITH ACUTE", 5784 direction="l", 5785 lccode=0x1FD, 5786 linebreak="al", 5787 shcode=0xC6, 5788 specials={ "char", 0xC6, 0x301 }, 5789 unicodeslot=0x1FC, 5790 }, 5791 { 5792 adobename="aeacute", 5793 category="ll", 5794 contextname="aeacute", 5795 description="LATIN SMALL LETTER AE WITH ACUTE", 5796 direction="l", 5797 linebreak="al", 5798 shcode=0xE6, 5799 specials={ "char", 0xE6, 0x301 }, 5800 uccode=0x1FC, 5801 unicodeslot=0x1FD, 5802 }, 5803 { 5804 adobename="Ostrokeacute", 5805 category="lu", 5806 contextname="Ostrokeacute", 5807 description="LATIN CAPITAL LETTER O WITH STROKE AND ACUTE", 5808 direction="l", 5809 lccode=0x1FF, 5810 linebreak="al", 5811 shcode=0x4F, 5812 specials={ "char", 0xD8, 0x301 }, 5813 unicodeslot=0x1FE, 5814 }, 5815 { 5816 adobename="ostrokeacute", 5817 category="ll", 5818 contextname="ostrokeacute", 5819 description="LATIN SMALL LETTER O WITH STROKE AND ACUTE", 5820 direction="l", 5821 linebreak="al", 5822 shcode=0x6F, 5823 specials={ "char", 0xF8, 0x301 }, 5824 uccode=0x1FE, 5825 unicodeslot=0x1FF, 5826 }, 5827 { 5828 adobename="Adblgrave", 5829 category="lu", 5830 contextname="Adoublegrave", 5831 description="LATIN CAPITAL LETTER A WITH DOUBLE GRAVE", 5832 direction="l", 5833 lccode=0x201, 5834 linebreak="al", 5835 shcode=0x41, 5836 specials={ "char", 0x41, 0x30F }, 5837 unicodeslot=0x200, 5838 }, 5839 { 5840 adobename="adblgrave", 5841 category="ll", 5842 contextname="adoublegrave", 5843 description="LATIN SMALL LETTER A WITH DOUBLE GRAVE", 5844 direction="l", 5845 linebreak="al", 5846 shcode=0x61, 5847 specials={ "char", 0x61, 0x30F }, 5848 uccode=0x200, 5849 unicodeslot=0x201, 5850 }, 5851 { 5852 adobename="Ainvertedbreve", 5853 category="lu", 5854 contextname="Ainvertedbreve", 5855 description="LATIN CAPITAL LETTER A WITH INVERTED BREVE", 5856 direction="l", 5857 lccode=0x203, 5858 linebreak="al", 5859 shcode=0x41, 5860 specials={ "char", 0x41, 0x311 }, 5861 unicodeslot=0x202, 5862 }, 5863 { 5864 adobename="ainvertedbreve", 5865 category="ll", 5866 contextname="ainvertedbreve", 5867 description="LATIN SMALL LETTER A WITH INVERTED BREVE", 5868 direction="l", 5869 linebreak="al", 5870 shcode=0x61, 5871 specials={ "char", 0x61, 0x311 }, 5872 uccode=0x202, 5873 unicodeslot=0x203, 5874 }, 5875 { 5876 adobename="Edblgrave", 5877 category="lu", 5878 contextname="Edoublegrave", 5879 description="LATIN CAPITAL LETTER E WITH DOUBLE GRAVE", 5880 direction="l", 5881 lccode=0x205, 5882 linebreak="al", 5883 shcode=0x45, 5884 specials={ "char", 0x45, 0x30F }, 5885 unicodeslot=0x204, 5886 }, 5887 { 5888 adobename="edblgrave", 5889 category="ll", 5890 contextname="edoublegrave", 5891 description="LATIN SMALL LETTER E WITH DOUBLE GRAVE", 5892 direction="l", 5893 linebreak="al", 5894 shcode=0x65, 5895 specials={ "char", 0x65, 0x30F }, 5896 uccode=0x204, 5897 unicodeslot=0x205, 5898 }, 5899 { 5900 adobename="Einvertedbreve", 5901 category="lu", 5902 contextname="Einvertedbreve", 5903 description="LATIN CAPITAL LETTER E WITH INVERTED BREVE", 5904 direction="l", 5905 lccode=0x207, 5906 linebreak="al", 5907 shcode=0x45, 5908 specials={ "char", 0x45, 0x311 }, 5909 unicodeslot=0x206, 5910 }, 5911 { 5912 adobename="einvertedbreve", 5913 category="ll", 5914 contextname="einvertedbreve", 5915 description="LATIN SMALL LETTER E WITH INVERTED BREVE", 5916 direction="l", 5917 linebreak="al", 5918 shcode=0x65, 5919 specials={ "char", 0x65, 0x311 }, 5920 uccode=0x206, 5921 unicodeslot=0x207, 5922 }, 5923 { 5924 adobename="Idblgrave", 5925 category="lu", 5926 contextname="Idoublegrave", 5927 description="LATIN CAPITAL LETTER I WITH DOUBLE GRAVE", 5928 direction="l", 5929 lccode=0x209, 5930 linebreak="al", 5931 shcode=0x49, 5932 specials={ "char", 0x49, 0x30F }, 5933 unicodeslot=0x208, 5934 }, 5935 { 5936 adobename="idblgrave", 5937 category="ll", 5938 contextname="idoublegrave", 5939 description="LATIN SMALL LETTER I WITH DOUBLE GRAVE", 5940 direction="l", 5941 linebreak="al", 5942 shcode=0x69, 5943 specials={ "char", 0x69, 0x30F }, 5944 uccode=0x208, 5945 unicodeslot=0x209, 5946 }, 5947 { 5948 adobename="Iinvertedbreve", 5949 category="lu", 5950 contextname="Iinvertedbreve", 5951 description="LATIN CAPITAL LETTER I WITH INVERTED BREVE", 5952 direction="l", 5953 lccode=0x20B, 5954 linebreak="al", 5955 shcode=0x49, 5956 specials={ "char", 0x49, 0x311 }, 5957 unicodeslot=0x20A, 5958 }, 5959 { 5960 adobename="iinvertedbreve", 5961 category="ll", 5962 contextname="iinvertedbreve", 5963 description="LATIN SMALL LETTER I WITH INVERTED BREVE", 5964 direction="l", 5965 linebreak="al", 5966 shcode=0x69, 5967 specials={ "char", 0x69, 0x311 }, 5968 uccode=0x20A, 5969 unicodeslot=0x20B, 5970 }, 5971 { 5972 adobename="Odblgrave", 5973 category="lu", 5974 contextname="Odoublegrave", 5975 description="LATIN CAPITAL LETTER O WITH DOUBLE GRAVE", 5976 direction="l", 5977 lccode=0x20D, 5978 linebreak="al", 5979 shcode=0x4F, 5980 specials={ "char", 0x4F, 0x30F }, 5981 unicodeslot=0x20C, 5982 }, 5983 { 5984 adobename="odblgrave", 5985 category="ll", 5986 contextname="odoublegrave", 5987 description="LATIN SMALL LETTER O WITH DOUBLE GRAVE", 5988 direction="l", 5989 linebreak="al", 5990 shcode=0x6F, 5991 specials={ "char", 0x6F, 0x30F }, 5992 uccode=0x20C, 5993 unicodeslot=0x20D, 5994 }, 5995 { 5996 adobename="Oinvertedbreve", 5997 category="lu", 5998 contextname="Oinvertedbreve", 5999 description="LATIN CAPITAL LETTER O WITH INVERTED BREVE", 6000 direction="l", 6001 lccode=0x20F, 6002 linebreak="al", 6003 shcode=0x4F, 6004 specials={ "char", 0x4F, 0x311 }, 6005 unicodeslot=0x20E, 6006 }, 6007 { 6008 adobename="oinvertedbreve", 6009 category="ll", 6010 contextname="oinvertedbreve", 6011 description="LATIN SMALL LETTER O WITH INVERTED BREVE", 6012 direction="l", 6013 linebreak="al", 6014 shcode=0x6F, 6015 specials={ "char", 0x6F, 0x311 }, 6016 uccode=0x20E, 6017 unicodeslot=0x20F, 6018 }, 6019 { 6020 adobename="Rdblgrave", 6021 category="lu", 6022 contextname="Rdoublegrave", 6023 description="LATIN CAPITAL LETTER R WITH DOUBLE GRAVE", 6024 direction="l", 6025 lccode=0x211, 6026 linebreak="al", 6027 shcode=0x52, 6028 specials={ "char", 0x52, 0x30F }, 6029 unicodeslot=0x210, 6030 }, 6031 { 6032 adobename="rdblgrave", 6033 category="ll", 6034 contextname="rdoublegrave", 6035 description="LATIN SMALL LETTER R WITH DOUBLE GRAVE", 6036 direction="l", 6037 linebreak="al", 6038 shcode=0x72, 6039 specials={ "char", 0x72, 0x30F }, 6040 uccode=0x210, 6041 unicodeslot=0x211, 6042 }, 6043 { 6044 adobename="Rinvertedbreve", 6045 category="lu", 6046 contextname="Rinvertedbreve", 6047 description="LATIN CAPITAL LETTER R WITH INVERTED BREVE", 6048 direction="l", 6049 lccode=0x213, 6050 linebreak="al", 6051 shcode=0x52, 6052 specials={ "char", 0x52, 0x311 }, 6053 unicodeslot=0x212, 6054 }, 6055 { 6056 adobename="rinvertedbreve", 6057 category="ll", 6058 contextname="rinvertedbreve", 6059 description="LATIN SMALL LETTER R WITH INVERTED BREVE", 6060 direction="l", 6061 linebreak="al", 6062 shcode=0x72, 6063 specials={ "char", 0x72, 0x311 }, 6064 uccode=0x212, 6065 unicodeslot=0x213, 6066 }, 6067 { 6068 adobename="Udblgrave", 6069 category="lu", 6070 contextname="Udoublegrave", 6071 description="LATIN CAPITAL LETTER U WITH DOUBLE GRAVE", 6072 direction="l", 6073 lccode=0x215, 6074 linebreak="al", 6075 shcode=0x55, 6076 specials={ "char", 0x55, 0x30F }, 6077 unicodeslot=0x214, 6078 }, 6079 { 6080 adobename="udblgrave", 6081 category="ll", 6082 contextname="udoublegrave", 6083 description="LATIN SMALL LETTER U WITH DOUBLE GRAVE", 6084 direction="l", 6085 linebreak="al", 6086 shcode=0x75, 6087 specials={ "char", 0x75, 0x30F }, 6088 uccode=0x214, 6089 unicodeslot=0x215, 6090 }, 6091 { 6092 adobename="Uinvertedbreve", 6093 category="lu", 6094 contextname="Uinvertedbreve", 6095 description="LATIN CAPITAL LETTER U WITH INVERTED BREVE", 6096 direction="l", 6097 lccode=0x217, 6098 linebreak="al", 6099 shcode=0x55, 6100 specials={ "char", 0x55, 0x311 }, 6101 unicodeslot=0x216, 6102 }, 6103 { 6104 adobename="uinvertedbreve", 6105 category="ll", 6106 contextname="uinvertedbreve", 6107 description="LATIN SMALL LETTER U WITH INVERTED BREVE", 6108 direction="l", 6109 linebreak="al", 6110 shcode=0x75, 6111 specials={ "char", 0x75, 0x311 }, 6112 uccode=0x216, 6113 unicodeslot=0x217, 6114 }, 6115 { 6116 adobename="Scommaaccent", 6117 category="lu", 6118 contextname="Scommaaccent", 6119 description="LATIN CAPITAL LETTER S WITH COMMA BELOW", 6120 direction="l", 6121 lccode=0x219, 6122 linebreak="al", 6123 shcode=0x53, 6124 specials={ "char", 0x53, 0x326 }, 6125 unicodeslot=0x218, 6126 }, 6127 { 6128 adobename="scommaaccent", 6129 category="ll", 6130 contextname="scommaaccent", 6131 description="LATIN SMALL LETTER S WITH COMMA BELOW", 6132 direction="l", 6133 linebreak="al", 6134 shcode=0x73, 6135 specials={ "char", 0x73, 0x326 }, 6136 uccode=0x218, 6137 unicodeslot=0x219, 6138 }, 6139 { 6140 category="lu", 6141 contextname="Tcommaaccent", 6142 description="LATIN CAPITAL LETTER T WITH COMMA BELOW", 6143 direction="l", 6144 lccode=0x21B, 6145 linebreak="al", 6146 shcode=0x54, 6147 specials={ "char", 0x54, 0x326 }, 6148 unicodeslot=0x21A, 6149 }, 6150 { 6151 category="ll", 6152 contextname="tcommaaccent", 6153 description="LATIN SMALL LETTER T WITH COMMA BELOW", 6154 direction="l", 6155 linebreak="al", 6156 shcode=0x74, 6157 specials={ "char", 0x74, 0x326 }, 6158 uccode=0x21A, 6159 unicodeslot=0x21B, 6160 }, 6161 { 6162 category="lu", 6163 description="LATIN CAPITAL LETTER YOGH", 6164 direction="l", 6165 lccode=0x21D, 6166 linebreak="al", 6167 unicodeslot=0x21C, 6168 }, 6169 { 6170 category="ll", 6171 description="LATIN SMALL LETTER YOGH", 6172 direction="l", 6173 linebreak="al", 6174 uccode=0x21C, 6175 unicodeslot=0x21D, 6176 }, 6177 { 6178 category="lu", 6179 contextname="Hcaron", 6180 description="LATIN CAPITAL LETTER H WITH CARON", 6181 direction="l", 6182 lccode=0x21F, 6183 linebreak="al", 6184 shcode=0x48, 6185 specials={ "char", 0x48, 0x30C }, 6186 unicodeslot=0x21E, 6187 }, 6188 { 6189 category="ll", 6190 contextname="hcaron", 6191 description="LATIN SMALL LETTER H WITH CARON", 6192 direction="l", 6193 linebreak="al", 6194 shcode=0x68, 6195 specials={ "char", 0x68, 0x30C }, 6196 uccode=0x21E, 6197 unicodeslot=0x21F, 6198 }, 6199 { 6200 category="lu", 6201 description="LATIN CAPITAL LETTER N WITH LONG RIGHT LEG", 6202 direction="l", 6203 lccode=0x19E, 6204 linebreak="al", 6205 shcode=0x4E, 6206 unicodeslot=0x220, 6207 }, 6208 { 6209 category="ll", 6210 contextname="dcurl", 6211 description="LATIN SMALL LETTER D WITH CURL", 6212 direction="l", 6213 linebreak="al", 6214 shcode=0x64, 6215 unicodeslot=0x221, 6216 }, 6217 { 6218 category="lu", 6219 description="LATIN CAPITAL LETTER OU", 6220 direction="l", 6221 lccode=0x223, 6222 linebreak="al", 6223 unicodeslot=0x222, 6224 }, 6225 { 6226 category="ll", 6227 description="LATIN SMALL LETTER OU", 6228 direction="l", 6229 linebreak="al", 6230 uccode=0x222, 6231 unicodeslot=0x223, 6232 }, 6233 { 6234 category="lu", 6235 contextname="Zhook", 6236 description="LATIN CAPITAL LETTER Z WITH HOOK", 6237 direction="l", 6238 lccode=0x225, 6239 linebreak="al", 6240 shcode=0x5A, 6241 specials={ "with", 0x5A, 0x1FA9D }, 6242 unicodeslot=0x224, 6243 }, 6244 { 6245 category="ll", 6246 contextname="zhook", 6247 description="LATIN SMALL LETTER Z WITH HOOK", 6248 direction="l", 6249 linebreak="al", 6250 shcode=0x7A, 6251 specials={ "with", 0x7A, 0x1FA9D }, 6252 uccode=0x224, 6253 unicodeslot=0x225, 6254 }, 6255 { 6256 category="lu", 6257 contextname="Adotaccent", 6258 description="LATIN CAPITAL LETTER A WITH DOT ABOVE", 6259 direction="l", 6260 lccode=0x227, 6261 linebreak="al", 6262 shcode=0x41, 6263 specials={ "char", 0x41, 0x307 }, 6264 unicodeslot=0x226, 6265 }, 6266 { 6267 category="ll", 6268 contextname="adotaccent", 6269 description="LATIN SMALL LETTER A WITH DOT ABOVE", 6270 direction="l", 6271 linebreak="al", 6272 shcode=0x61, 6273 specials={ "char", 0x61, 0x307 }, 6274 uccode=0x226, 6275 unicodeslot=0x227, 6276 }, 6277 { 6278 category="lu", 6279 contextname="Ecedilla", 6280 description="LATIN CAPITAL LETTER E WITH CEDILLA", 6281 direction="l", 6282 lccode=0x229, 6283 linebreak="al", 6284 shcode=0x45, 6285 specials={ "char", 0x45, 0x327 }, 6286 unicodeslot=0x228, 6287 }, 6288 { 6289 category="ll", 6290 contextname="ecedilla", 6291 description="LATIN SMALL LETTER E WITH CEDILLA", 6292 direction="l", 6293 linebreak="al", 6294 shcode=0x65, 6295 specials={ "char", 0x65, 0x327 }, 6296 uccode=0x228, 6297 unicodeslot=0x229, 6298 }, 6299 { 6300 category="lu", 6301 contextname="Odiaeresismacron", 6302 description="LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON", 6303 direction="l", 6304 lccode=0x22B, 6305 linebreak="al", 6306 shcode=0x4F, 6307 specials={ "char", 0xD6, 0x304 }, 6308 unicodeslot=0x22A, 6309 }, 6310 { 6311 category="ll", 6312 contextname="odiaeresismacron", 6313 description="LATIN SMALL LETTER O WITH DIAERESIS AND MACRON", 6314 direction="l", 6315 linebreak="al", 6316 shcode=0x6F, 6317 specials={ "char", 0xF6, 0x304 }, 6318 uccode=0x22A, 6319 unicodeslot=0x22B, 6320 }, 6321 { 6322 category="lu", 6323 contextname="Otildemacron", 6324 description="LATIN CAPITAL LETTER O WITH TILDE AND MACRON", 6325 direction="l", 6326 lccode=0x22D, 6327 linebreak="al", 6328 shcode=0x4F, 6329 specials={ "char", 0xD5, 0x304 }, 6330 unicodeslot=0x22C, 6331 }, 6332 { 6333 category="ll", 6334 contextname="otildemacron", 6335 description="LATIN SMALL LETTER O WITH TILDE AND MACRON", 6336 direction="l", 6337 linebreak="al", 6338 shcode=0x6F, 6339 specials={ "char", 0xF5, 0x304 }, 6340 uccode=0x22C, 6341 unicodeslot=0x22D, 6342 }, 6343 { 6344 category="lu", 6345 contextname="Odotaccent", 6346 description="LATIN CAPITAL LETTER O WITH DOT ABOVE", 6347 direction="l", 6348 lccode=0x22F, 6349 linebreak="al", 6350 shcode=0x4F, 6351 specials={ "char", 0x4F, 0x307 }, 6352 unicodeslot=0x22E, 6353 }, 6354 { 6355 category="ll", 6356 contextname="odotaccent", 6357 description="LATIN SMALL LETTER O WITH DOT ABOVE", 6358 direction="l", 6359 linebreak="al", 6360 shcode=0x6F, 6361 specials={ "char", 0x6F, 0x307 }, 6362 uccode=0x22E, 6363 unicodeslot=0x22F, 6364 }, 6365 { 6366 category="lu", 6367 contextname="Odotaccentmacron", 6368 description="LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON", 6369 direction="l", 6370 lccode=0x231, 6371 linebreak="al", 6372 shcode=0x4F, 6373 specials={ "char", 0x22E, 0x304 }, 6374 unicodeslot=0x230, 6375 }, 6376 { 6377 category="ll", 6378 contextname="odotaccentmacron", 6379 description="LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON", 6380 direction="l", 6381 linebreak="al", 6382 shcode=0x6F, 6383 specials={ "char", 0x22F, 0x304 }, 6384 uccode=0x230, 6385 unicodeslot=0x231, 6386 }, 6387 { 6388 category="lu", 6389 contextname="Ymacron", 6390 description="LATIN CAPITAL LETTER Y WITH MACRON", 6391 direction="l", 6392 lccode=0x233, 6393 linebreak="al", 6394 shcode=0x59, 6395 specials={ "char", 0x59, 0x304 }, 6396 unicodeslot=0x232, 6397 }, 6398 { 6399 category="ll", 6400 contextname="ymacron", 6401 description="LATIN SMALL LETTER Y WITH MACRON", 6402 direction="l", 6403 linebreak="al", 6404 shcode=0x79, 6405 specials={ "char", 0x79, 0x304 }, 6406 uccode=0x232, 6407 unicodeslot=0x233, 6408 }, 6409 { 6410 category="ll", 6411 contextname="lcurl", 6412 description="LATIN SMALL LETTER L WITH CURL", 6413 direction="l", 6414 linebreak="al", 6415 shcode=0x6C, 6416 unicodeslot=0x234, 6417 }, 6418 { 6419 category="ll", 6420 contextname="ncurl", 6421 description="LATIN SMALL LETTER N WITH CURL", 6422 direction="l", 6423 linebreak="al", 6424 shcode=0x6E, 6425 unicodeslot=0x235, 6426 }, 6427 { 6428 category="ll", 6429 contextname="tcurl", 6430 description="LATIN SMALL LETTER T WITH CURL", 6431 direction="l", 6432 linebreak="al", 6433 shcode=0x74, 6434 unicodeslot=0x236, 6435 }, 6436 { 6437 category="ll", 6438 contextname="dotlessj", 6439 description="LATIN SMALL LETTER DOTLESS J", 6440 direction="l", 6441 linebreak="al", 6442 unicodeslot=0x237, 6443 }, 6444 { 6445 category="ll", 6446 description="LATIN SMALL LETTER DB DIGRAPH", 6447 direction="l", 6448 linebreak="al", 6449 unicodeslot=0x238, 6450 }, 6451 { 6452 category="ll", 6453 description="LATIN SMALL LETTER QP DIGRAPH", 6454 direction="l", 6455 linebreak="al", 6456 unicodeslot=0x239, 6457 }, 6458 { 6459 category="lu", 6460 contextname="Astroke", 6461 description="LATIN CAPITAL LETTER A WITH STROKE", 6462 direction="l", 6463 lccode=0x2C65, 6464 linebreak="al", 6465 shcode=0x41, 6466 specials={ "with", 0x41, 0x2F }, 6467 unicodeslot=0x23A, 6468 }, 6469 { 6470 category="lu", 6471 contextname="Cstroke", 6472 description="LATIN CAPITAL LETTER C WITH STROKE", 6473 direction="l", 6474 lccode=0x23C, 6475 linebreak="al", 6476 shcode=0x43, 6477 specials={ "with", 0x43, 0x2F }, 6478 unicodeslot=0x23B, 6479 }, 6480 { 6481 category="ll", 6482 contextname="cstroke", 6483 description="LATIN SMALL LETTER C WITH STROKE", 6484 direction="l", 6485 linebreak="al", 6486 shcode=0x63, 6487 specials={ "with", 0x63, 0x2F }, 6488 uccode=0x23B, 6489 unicodeslot=0x23C, 6490 }, 6491 { 6492 category="lu", 6493 contextname="Lbar", 6494 description="LATIN CAPITAL LETTER L WITH BAR", 6495 direction="l", 6496 lccode=0x19A, 6497 linebreak="al", 6498 shcode=0x4C, 6499 unicodeslot=0x23D, 6500 }, 6501 { 6502 category="lu", 6503 description="LATIN CAPITAL LETTER T WITH DIAGONAL STROKE", 6504 direction="l", 6505 lccode=0x2C66, 6506 linebreak="al", 6507 shcode=0x54, 6508 unicodeslot=0x23E, 6509 }, 6510 { 6511 category="ll", 6512 description="LATIN SMALL LETTER S WITH SWASH TAIL", 6513 direction="l", 6514 linebreak="al", 6515 shcode=0x73, 6516 unicodeslot=0x23F, 6517 }, 6518 { 6519 category="ll", 6520 description="LATIN SMALL LETTER Z WITH SWASH TAIL", 6521 direction="l", 6522 linebreak="al", 6523 shcode=0x7A, 6524 unicodeslot=0x240, 6525 }, 6526 { 6527 category="lu", 6528 description="LATIN CAPITAL LETTER GLOTTAL STOP", 6529 direction="l", 6530 lccode=0x242, 6531 linebreak="al", 6532 unicodeslot=0x241, 6533 }, 6534 { 6535 category="ll", 6536 description="LATIN SMALL LETTER GLOTTAL STOP", 6537 direction="l", 6538 linebreak="al", 6539 uccode=0x241, 6540 unicodeslot=0x242, 6541 }, 6542 { 6543 category="lu", 6544 description="LATIN CAPITAL LETTER B WITH STROKE", 6545 direction="l", 6546 lccode=0x180, 6547 linebreak="al", 6548 shcode=0x42, 6549 specials={ "with", 0x42, 0x2F }, 6550 unicodeslot=0x243, 6551 }, 6552 { 6553 category="lu", 6554 description="LATIN CAPITAL LETTER U BAR", 6555 direction="l", 6556 lccode=0x289, 6557 linebreak="al", 6558 unicodeslot=0x244, 6559 }, 6560 { 6561 category="lu", 6562 description="LATIN CAPITAL LETTER TURNED V", 6563 direction="l", 6564 lccode=0x28C, 6565 linebreak="al", 6566 unicodeslot=0x245, 6567 }, 6568 { 6569 category="lu", 6570 description="LATIN CAPITAL LETTER E WITH STROKE", 6571 direction="l", 6572 lccode=0x247, 6573 linebreak="al", 6574 shcode=0x45, 6575 specials={ "with", 0x45, 0x2F }, 6576 unicodeslot=0x246, 6577 }, 6578 { 6579 category="ll", 6580 description="LATIN SMALL LETTER E WITH STROKE", 6581 direction="l", 6582 linebreak="al", 6583 shcode=0x65, 6584 specials={ "with", 0x65, 0x2F }, 6585 uccode=0x246, 6586 unicodeslot=0x247, 6587 }, 6588 { 6589 category="lu", 6590 description="LATIN CAPITAL LETTER J WITH STROKE", 6591 direction="l", 6592 lccode=0x249, 6593 linebreak="al", 6594 shcode=0x4A, 6595 specials={ "with", 0x4A, 0x2F }, 6596 unicodeslot=0x248, 6597 }, 6598 { 6599 category="ll", 6600 description="LATIN SMALL LETTER J WITH STROKE", 6601 direction="l", 6602 linebreak="al", 6603 shcode=0x6A, 6604 specials={ "with", 0x6A, 0x2F }, 6605 uccode=0x248, 6606 unicodeslot=0x249, 6607 }, 6608 { 6609 category="lu", 6610 description="LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL", 6611 direction="l", 6612 lccode=0x24B, 6613 linebreak="al", 6614 unicodeslot=0x24A, 6615 }, 6616 { 6617 category="ll", 6618 description="LATIN SMALL LETTER Q WITH HOOK TAIL", 6619 direction="l", 6620 linebreak="al", 6621 shcode=0x71, 6622 uccode=0x24A, 6623 unicodeslot=0x24B, 6624 }, 6625 { 6626 category="lu", 6627 description="LATIN CAPITAL LETTER R WITH STROKE", 6628 direction="l", 6629 lccode=0x24D, 6630 linebreak="al", 6631 shcode=0x52, 6632 specials={ "with", 0x52, 0x2F }, 6633 unicodeslot=0x24C, 6634 }, 6635 { 6636 category="ll", 6637 description="LATIN SMALL LETTER R WITH STROKE", 6638 direction="l", 6639 linebreak="al", 6640 shcode=0x72, 6641 specials={ "with", 0x72, 0x2F }, 6642 uccode=0x24C, 6643 unicodeslot=0x24D, 6644 }, 6645 { 6646 category="lu", 6647 description="LATIN CAPITAL LETTER Y WITH STROKE", 6648 direction="l", 6649 lccode=0x24F, 6650 linebreak="al", 6651 shcode=0x59, 6652 specials={ "with", 0x59, 0x2F }, 6653 unicodeslot=0x24E, 6654 }, 6655 { 6656 category="ll", 6657 description="LATIN SMALL LETTER Y WITH STROKE", 6658 direction="l", 6659 linebreak="al", 6660 shcode=0x79, 6661 specials={ "with", 0x79, 0x2F }, 6662 uccode=0x24E, 6663 unicodeslot=0x24F, 6664 }, 6665 { 6666 adobename="aturned", 6667 category="ll", 6668 description="LATIN SMALL LETTER TURNED A", 6669 direction="l", 6670 linebreak="al", 6671 unicodeslot=0x250, 6672 }, 6673 { 6674 adobename="ascript", 6675 category="ll", 6676 cjkwd="a", 6677 description="LATIN SMALL LETTER ALPHA", 6678 direction="l", 6679 linebreak="al", 6680 synonyms={ "latin small letter script a" }, 6681 unicodeslot=0x251, 6682 }, 6683 { 6684 adobename="ascriptturned", 6685 category="ll", 6686 description="LATIN SMALL LETTER TURNED ALPHA", 6687 direction="l", 6688 linebreak="al", 6689 unicodeslot=0x252, 6690 }, 6691 { 6692 adobename="bhook", 6693 category="ll", 6694 contextname="bhook", 6695 description="LATIN SMALL LETTER B WITH HOOK", 6696 direction="l", 6697 linebreak="al", 6698 shcode=0x62, 6699 specials={ "with", 0x62, 0x1FA9D }, 6700 uccode=0x181, 6701 unicodeslot=0x253, 6702 }, 6703 { 6704 adobename="oopen", 6705 category="ll", 6706 description="LATIN SMALL LETTER OPEN O", 6707 direction="l", 6708 linebreak="al", 6709 uccode=0x186, 6710 unicodeslot=0x254, 6711 }, 6712 { 6713 adobename="ccurl", 6714 category="ll", 6715 contextname="ccurl", 6716 description="LATIN SMALL LETTER C WITH CURL", 6717 direction="l", 6718 linebreak="al", 6719 shcode=0x63, 6720 unicodeslot=0x255, 6721 }, 6722 { 6723 adobename="dtail", 6724 category="ll", 6725 contextname="dtail", 6726 description="LATIN SMALL LETTER D WITH TAIL", 6727 direction="l", 6728 linebreak="al", 6729 shcode=0x64, 6730 synonyms={ "latin small letter d retroflex hook" }, 6731 uccode=0x189, 6732 unicodeslot=0x256, 6733 }, 6734 { 6735 adobename="dhook", 6736 category="ll", 6737 contextname="dhook", 6738 description="LATIN SMALL LETTER D WITH HOOK", 6739 direction="l", 6740 linebreak="al", 6741 shcode=0x64, 6742 specials={ "with", 0x64, 0x1FA9D }, 6743 uccode=0x18A, 6744 unicodeslot=0x257, 6745 }, 6746 { 6747 adobename="ereversed", 6748 category="ll", 6749 description="LATIN SMALL LETTER REVERSED E", 6750 direction="l", 6751 linebreak="al", 6752 unicodeslot=0x258, 6753 }, 6754 { 6755 adobename="schwa", 6756 category="ll", 6757 contextname="schwa", 6758 description="LATIN SMALL LETTER SCHWA", 6759 direction="l", 6760 linebreak="al", 6761 uccode=0x18F, 6762 unicodeslot=0x259, 6763 }, 6764 { 6765 adobename="schwahook", 6766 category="ll", 6767 contextname="schwahook", 6768 description="LATIN SMALL LETTER SCHWA WITH HOOK", 6769 direction="l", 6770 linebreak="al", 6771 shcode=0x259, 6772 specials={ "with", 0x259, 0x1FA9D }, 6773 unicodeslot=0x25A, 6774 }, 6775 { 6776 adobename="eopen", 6777 category="ll", 6778 description="LATIN SMALL LETTER OPEN E", 6779 direction="l", 6780 linebreak="al", 6781 synonyms={ "latin small letter epsilon" }, 6782 uccode=0x190, 6783 unicodeslot=0x25B, 6784 }, 6785 { 6786 adobename="eopenreversed", 6787 category="ll", 6788 description="LATIN SMALL LETTER REVERSED OPEN E", 6789 direction="l", 6790 linebreak="al", 6791 unicodeslot=0x25C, 6792 }, 6793 { 6794 adobename="eopenreversedhook", 6795 category="ll", 6796 description="LATIN SMALL LETTER REVERSED OPEN E WITH HOOK", 6797 direction="l", 6798 linebreak="al", 6799 specials={ "with", 0x25C, 0x1FA9D }, 6800 unicodeslot=0x25D, 6801 }, 6802 { 6803 adobename="eopenreversedclosed", 6804 category="ll", 6805 description="LATIN SMALL LETTER CLOSED REVERSED OPEN E", 6806 direction="l", 6807 linebreak="al", 6808 synonyms={ "latin small letter closed reversed epsilon" }, 6809 unicodeslot=0x25E, 6810 }, 6811 { 6812 adobename="jdotlessstroke", 6813 category="ll", 6814 contextname="dotlessjstroke", 6815 description="LATIN SMALL LETTER DOTLESS J WITH STROKE", 6816 direction="l", 6817 linebreak="al", 6818 specials={ "with", 0x237, 0x2F }, 6819 unicodeslot=0x25F, 6820 }, 6821 { 6822 adobename="ghook", 6823 category="ll", 6824 description="LATIN SMALL LETTER G WITH HOOK", 6825 direction="l", 6826 linebreak="al", 6827 shcode=0x67, 6828 specials={ "with", 0x67, 0x1FA9D }, 6829 uccode=0x193, 6830 unicodeslot=0x260, 6831 }, 6832 { 6833 adobename="gscript", 6834 category="ll", 6835 cjkwd="a", 6836 description="LATIN SMALL LETTER SCRIPT G", 6837 direction="l", 6838 linebreak="al", 6839 unicodeslot=0x261, 6840 }, 6841 { 6842 category="ll", 6843 description="LATIN LETTER SMALL CAPITAL G", 6844 direction="l", 6845 linebreak="al", 6846 unicodeslot=0x262, 6847 }, 6848 { 6849 adobename="gammalatinsmall", 6850 category="ll", 6851 description="LATIN SMALL LETTER GAMMA", 6852 direction="l", 6853 linebreak="al", 6854 uccode=0x194, 6855 unicodeslot=0x263, 6856 }, 6857 { 6858 adobename="ramshorn", 6859 category="ll", 6860 description="LATIN SMALL LETTER RAMS HORN", 6861 direction="l", 6862 linebreak="al", 6863 synonyms={ "latin small letter baby gamma" }, 6864 unicodeslot=0x264, 6865 }, 6866 { 6867 adobename="hturned", 6868 category="ll", 6869 description="LATIN SMALL LETTER TURNED H", 6870 direction="l", 6871 linebreak="al", 6872 unicodeslot=0x265, 6873 }, 6874 { 6875 adobename="hhook", 6876 category="ll", 6877 description="LATIN SMALL LETTER H WITH HOOK", 6878 direction="l", 6879 linebreak="al", 6880 shcode=0x68, 6881 specials={ "with", 0x68, 0x1FA9D }, 6882 unicodeslot=0x266, 6883 }, 6884 { 6885 adobename="henghook", 6886 category="ll", 6887 description="LATIN SMALL LETTER HENG WITH HOOK", 6888 direction="l", 6889 linebreak="al", 6890 specials={ "with", 0xA727, 0x1FA9D }, 6891 unicodeslot=0x267, 6892 }, 6893 { 6894 adobename="istroke", 6895 category="ll", 6896 description="LATIN SMALL LETTER I WITH STROKE", 6897 direction="l", 6898 linebreak="al", 6899 shcode=0x69, 6900 specials={ "with", 0x69, 0x2F }, 6901 uccode=0x197, 6902 unicodeslot=0x268, 6903 }, 6904 { 6905 adobename="iotalatin", 6906 category="ll", 6907 description="LATIN SMALL LETTER IOTA", 6908 direction="l", 6909 linebreak="al", 6910 uccode=0x196, 6911 unicodeslot=0x269, 6912 }, 6913 { 6914 category="ll", 6915 description="LATIN LETTER SMALL CAPITAL I", 6916 direction="l", 6917 linebreak="al", 6918 unicodeslot=0x26A, 6919 }, 6920 { 6921 adobename="lmiddletilde", 6922 category="ll", 6923 description="LATIN SMALL LETTER L WITH MIDDLE TILDE", 6924 direction="l", 6925 linebreak="al", 6926 shcode=0x6C, 6927 uccode=0x2C62, 6928 unicodeslot=0x26B, 6929 }, 6930 { 6931 adobename="lbelt", 6932 category="ll", 6933 description="LATIN SMALL LETTER L WITH BELT", 6934 direction="l", 6935 linebreak="al", 6936 shcode=0x6C, 6937 unicodeslot=0x26C, 6938 }, 6939 { 6940 adobename="lhookretroflex", 6941 category="ll", 6942 description="LATIN SMALL LETTER L WITH RETROFLEX HOOK", 6943 direction="l", 6944 linebreak="al", 6945 shcode=0x6C, 6946 unicodeslot=0x26D, 6947 }, 6948 { 6949 adobename="lezh", 6950 category="ll", 6951 description="LATIN SMALL LETTER LEZH", 6952 direction="l", 6953 linebreak="al", 6954 unicodeslot=0x26E, 6955 }, 6956 { 6957 adobename="mturned", 6958 category="ll", 6959 description="LATIN SMALL LETTER TURNED M", 6960 direction="l", 6961 linebreak="al", 6962 uccode=0x19C, 6963 unicodeslot=0x26F, 6964 }, 6965 { 6966 adobename="mlonglegturned", 6967 category="ll", 6968 description="LATIN SMALL LETTER TURNED M WITH LONG LEG", 6969 direction="l", 6970 linebreak="al", 6971 unicodeslot=0x270, 6972 }, 6973 { 6974 adobename="mhook", 6975 category="ll", 6976 description="LATIN SMALL LETTER M WITH HOOK", 6977 direction="l", 6978 linebreak="al", 6979 shcode=0x6D, 6980 specials={ "with", 0x6D, 0x1FA9D }, 6981 unicodeslot=0x271, 6982 }, 6983 { 6984 adobename="nhookleft", 6985 category="ll", 6986 description="LATIN SMALL LETTER N WITH LEFT HOOK", 6987 direction="l", 6988 linebreak="al", 6989 shcode=0x6E, 6990 uccode=0x19D, 6991 unicodeslot=0x272, 6992 }, 6993 { 6994 adobename="nhookretroflex", 6995 category="ll", 6996 description="LATIN SMALL LETTER N WITH RETROFLEX HOOK", 6997 direction="l", 6998 linebreak="al", 6999 shcode=0x6E, 7000 unicodeslot=0x273, 7001 }, 7002 { 7003 category="ll", 7004 description="LATIN LETTER SMALL CAPITAL N", 7005 direction="l", 7006 linebreak="al", 7007 unicodeslot=0x274, 7008 }, 7009 { 7010 adobename="obarred", 7011 category="ll", 7012 description="LATIN SMALL LETTER BARRED O", 7013 direction="l", 7014 linebreak="al", 7015 synonyms={ "latin small letter o bar" }, 7016 uccode=0x19F, 7017 unicodeslot=0x275, 7018 }, 7019 { 7020 category="ll", 7021 description="LATIN LETTER SMALL CAPITAL OE", 7022 direction="l", 7023 linebreak="al", 7024 unicodeslot=0x276, 7025 }, 7026 { 7027 adobename="omegalatinclosed", 7028 category="ll", 7029 description="LATIN SMALL LETTER CLOSED OMEGA", 7030 direction="l", 7031 linebreak="al", 7032 unicodeslot=0x277, 7033 }, 7034 { 7035 adobename="philatin", 7036 category="ll", 7037 description="LATIN SMALL LETTER PHI", 7038 direction="l", 7039 linebreak="al", 7040 unicodeslot=0x278, 7041 }, 7042 { 7043 adobename="rturned", 7044 category="ll", 7045 description="LATIN SMALL LETTER TURNED R", 7046 direction="l", 7047 linebreak="al", 7048 unicodeslot=0x279, 7049 }, 7050 { 7051 adobename="rlonglegturned", 7052 category="ll", 7053 description="LATIN SMALL LETTER TURNED R WITH LONG LEG", 7054 direction="l", 7055 linebreak="al", 7056 unicodeslot=0x27A, 7057 }, 7058 { 7059 adobename="rhookturned", 7060 category="ll", 7061 description="LATIN SMALL LETTER TURNED R WITH HOOK", 7062 direction="l", 7063 linebreak="al", 7064 specials={ "with", 0x279, 0x1FA9D }, 7065 unicodeslot=0x27B, 7066 }, 7067 { 7068 adobename="rlongleg", 7069 category="ll", 7070 description="LATIN SMALL LETTER R WITH LONG LEG", 7071 direction="l", 7072 linebreak="al", 7073 shcode=0x72, 7074 unicodeslot=0x27C, 7075 }, 7076 { 7077 adobename="rhook", 7078 category="ll", 7079 description="LATIN SMALL LETTER R WITH TAIL", 7080 direction="l", 7081 linebreak="al", 7082 shcode=0x72, 7083 uccode=0x2C64, 7084 unicodeslot=0x27D, 7085 }, 7086 { 7087 adobename="rfishhook", 7088 category="ll", 7089 description="LATIN SMALL LETTER R WITH FISHHOOK", 7090 direction="l", 7091 linebreak="al", 7092 shcode=0x72, 7093 unicodeslot=0x27E, 7094 }, 7095 { 7096 adobename="rfishhookreversed", 7097 category="ll", 7098 description="LATIN SMALL LETTER REVERSED R WITH FISHHOOK", 7099 direction="l", 7100 linebreak="al", 7101 unicodeslot=0x27F, 7102 }, 7103 { 7104 category="ll", 7105 description="LATIN LETTER SMALL CAPITAL R", 7106 direction="l", 7107 linebreak="al", 7108 uccode=0x1A6, 7109 unicodeslot=0x280, 7110 }, 7111 { 7112 adobename="Rsmallinverted", 7113 category="ll", 7114 description="LATIN LETTER SMALL CAPITAL INVERTED R", 7115 direction="l", 7116 linebreak="al", 7117 unicodeslot=0x281, 7118 }, 7119 { 7120 adobename="shook", 7121 category="ll", 7122 description="LATIN SMALL LETTER S WITH HOOK", 7123 direction="l", 7124 linebreak="al", 7125 shcode=0x73, 7126 specials={ "with", 0x73, 0x1FA9D }, 7127 unicodeslot=0x282, 7128 }, 7129 { 7130 adobename="esh", 7131 category="ll", 7132 description="LATIN SMALL LETTER ESH", 7133 direction="l", 7134 linebreak="al", 7135 uccode=0x1A9, 7136 unicodeslot=0x283, 7137 }, 7138 { 7139 adobename="dotlessjstrokehook", 7140 category="ll", 7141 description="LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK", 7142 direction="l", 7143 linebreak="al", 7144 unicodeslot=0x284, 7145 }, 7146 { 7147 adobename="eshsquatreversed", 7148 category="ll", 7149 description="LATIN SMALL LETTER SQUAT REVERSED ESH", 7150 direction="l", 7151 linebreak="al", 7152 unicodeslot=0x285, 7153 }, 7154 { 7155 adobename="eshcurl", 7156 category="ll", 7157 description="LATIN SMALL LETTER ESH WITH CURL", 7158 direction="l", 7159 linebreak="al", 7160 shcode=0x283, 7161 unicodeslot=0x286, 7162 }, 7163 { 7164 adobename="tturned", 7165 category="ll", 7166 description="LATIN SMALL LETTER TURNED T", 7167 direction="l", 7168 linebreak="al", 7169 unicodeslot=0x287, 7170 }, 7171 { 7172 adobename="tretroflexhook", 7173 category="ll", 7174 description="LATIN SMALL LETTER T WITH RETROFLEX HOOK", 7175 direction="l", 7176 linebreak="al", 7177 shcode=0x74, 7178 uccode=0x1AE, 7179 unicodeslot=0x288, 7180 }, 7181 { 7182 adobename="ubar", 7183 category="ll", 7184 description="LATIN SMALL LETTER U BAR", 7185 direction="l", 7186 linebreak="al", 7187 uccode=0x244, 7188 unicodeslot=0x289, 7189 }, 7190 { 7191 adobename="upsilonlatin", 7192 category="ll", 7193 description="LATIN SMALL LETTER UPSILON", 7194 direction="l", 7195 linebreak="al", 7196 uccode=0x1B1, 7197 unicodeslot=0x28A, 7198 }, 7199 { 7200 adobename="vhook", 7201 category="ll", 7202 description="LATIN SMALL LETTER V WITH HOOK", 7203 direction="l", 7204 linebreak="al", 7205 shcode=0x76, 7206 specials={ "with", 0x76, 0x1FA9D }, 7207 synonyms={ "latin small letter script v" }, 7208 uccode=0x1B2, 7209 unicodeslot=0x28B, 7210 }, 7211 { 7212 adobename="vturned", 7213 category="ll", 7214 description="LATIN SMALL LETTER TURNED V", 7215 direction="l", 7216 linebreak="al", 7217 synonyms={ "caret" }, 7218 uccode=0x245, 7219 unicodeslot=0x28C, 7220 }, 7221 { 7222 adobename="wturned", 7223 category="ll", 7224 description="LATIN SMALL LETTER TURNED W", 7225 direction="l", 7226 linebreak="al", 7227 unicodeslot=0x28D, 7228 }, 7229 { 7230 adobename="yturned", 7231 category="ll", 7232 description="LATIN SMALL LETTER TURNED Y", 7233 direction="l", 7234 linebreak="al", 7235 unicodeslot=0x28E, 7236 }, 7237 { 7238 category="ll", 7239 description="LATIN LETTER SMALL CAPITAL Y", 7240 direction="l", 7241 linebreak="al", 7242 unicodeslot=0x28F, 7243 }, 7244 { 7245 adobename="zretroflexhook", 7246 category="ll", 7247 description="LATIN SMALL LETTER Z WITH RETROFLEX HOOK", 7248 direction="l", 7249 linebreak="al", 7250 shcode=0x7A, 7251 unicodeslot=0x290, 7252 }, 7253 { 7254 adobename="zcurl", 7255 category="ll", 7256 description="LATIN SMALL LETTER Z WITH CURL", 7257 direction="l", 7258 linebreak="al", 7259 shcode=0x7A, 7260 unicodeslot=0x291, 7261 }, 7262 { 7263 adobename="ezh", 7264 category="ll", 7265 description="LATIN SMALL LETTER EZH", 7266 direction="l", 7267 linebreak="al", 7268 synonyms={ "dram" }, 7269 uccode=0x1B7, 7270 unicodeslot=0x292, 7271 }, 7272 { 7273 adobename="ezhcurl", 7274 category="ll", 7275 description="LATIN SMALL LETTER EZH WITH CURL", 7276 direction="l", 7277 linebreak="al", 7278 shcode=0x292, 7279 unicodeslot=0x293, 7280 }, 7281 { 7282 adobename="glottalstop", 7283 category="lo", 7284 description="LATIN LETTER GLOTTAL STOP", 7285 direction="l", 7286 linebreak="al", 7287 unicodeslot=0x294, 7288 }, 7289 { 7290 adobename="glottalstopreversed", 7291 category="ll", 7292 description="LATIN LETTER PHARYNGEAL VOICED FRICATIVE", 7293 direction="l", 7294 linebreak="al", 7295 synonyms={ "latin letter reversed glottal stop" }, 7296 unicodeslot=0x295, 7297 }, 7298 { 7299 adobename="glottalstopinverted", 7300 category="ll", 7301 description="LATIN LETTER INVERTED GLOTTAL STOP", 7302 direction="l", 7303 linebreak="al", 7304 unicodeslot=0x296, 7305 }, 7306 { 7307 adobename="cstretched", 7308 category="ll", 7309 description="LATIN LETTER STRETCHED C", 7310 direction="l", 7311 linebreak="al", 7312 unicodeslot=0x297, 7313 }, 7314 { 7315 adobename="bilabialclick", 7316 category="ll", 7317 description="LATIN LETTER BILABIAL CLICK", 7318 direction="l", 7319 linebreak="al", 7320 synonyms={ "latin letter bullseye" }, 7321 unicodeslot=0x298, 7322 }, 7323 { 7324 category="ll", 7325 description="LATIN LETTER SMALL CAPITAL B", 7326 direction="l", 7327 linebreak="al", 7328 unicodeslot=0x299, 7329 }, 7330 { 7331 adobename="eopenclosed", 7332 category="ll", 7333 description="LATIN SMALL LETTER CLOSED OPEN E", 7334 direction="l", 7335 linebreak="al", 7336 synonyms={ "latin small letter closed epsilon" }, 7337 unicodeslot=0x29A, 7338 }, 7339 { 7340 adobename="Gsmallhook", 7341 category="ll", 7342 description="LATIN LETTER SMALL CAPITAL G WITH HOOK", 7343 direction="l", 7344 linebreak="al", 7345 specials={ "with", 0x262, 0x1FA9D }, 7346 unicodeslot=0x29B, 7347 }, 7348 { 7349 category="ll", 7350 description="LATIN LETTER SMALL CAPITAL H", 7351 direction="l", 7352 linebreak="al", 7353 unicodeslot=0x29C, 7354 }, 7355 { 7356 adobename="jcrossedtail", 7357 category="ll", 7358 description="LATIN SMALL LETTER J WITH CROSSED-TAIL", 7359 direction="l", 7360 linebreak="al", 7361 shcode=0x6A, 7362 unicodeslot=0x29D, 7363 }, 7364 { 7365 adobename="kturned", 7366 category="ll", 7367 description="LATIN SMALL LETTER TURNED K", 7368 direction="l", 7369 linebreak="al", 7370 unicodeslot=0x29E, 7371 }, 7372 { 7373 category="ll", 7374 description="LATIN LETTER SMALL CAPITAL L", 7375 direction="l", 7376 linebreak="al", 7377 unicodeslot=0x29F, 7378 }, 7379 { 7380 adobename="qhook", 7381 category="ll", 7382 description="LATIN SMALL LETTER Q WITH HOOK", 7383 direction="l", 7384 linebreak="al", 7385 shcode=0x71, 7386 specials={ "with", 0x71, 0x1FA9D }, 7387 unicodeslot=0x2A0, 7388 }, 7389 { 7390 adobename="glottalstopstroke", 7391 category="ll", 7392 description="LATIN LETTER GLOTTAL STOP WITH STROKE", 7393 direction="l", 7394 linebreak="al", 7395 specials={ "with", 0x294, 0x2F }, 7396 unicodeslot=0x2A1, 7397 }, 7398 { 7399 adobename="glottalstopstrokereversed", 7400 category="ll", 7401 description="LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE", 7402 direction="l", 7403 linebreak="al", 7404 unicodeslot=0x2A2, 7405 }, 7406 { 7407 adobename="dzaltone", 7408 category="ll", 7409 description="LATIN SMALL LETTER DZ DIGRAPH", 7410 direction="l", 7411 linebreak="al", 7412 unicodeslot=0x2A3, 7413 }, 7414 { 7415 adobename="dezh", 7416 category="ll", 7417 description="LATIN SMALL LETTER DEZH DIGRAPH", 7418 direction="l", 7419 linebreak="al", 7420 unicodeslot=0x2A4, 7421 }, 7422 { 7423 adobename="dzcurl", 7424 category="ll", 7425 description="LATIN SMALL LETTER DZ DIGRAPH WITH CURL", 7426 direction="l", 7427 linebreak="al", 7428 unicodeslot=0x2A5, 7429 }, 7430 { 7431 adobename="ts", 7432 category="ll", 7433 description="LATIN SMALL LETTER TS DIGRAPH", 7434 direction="l", 7435 linebreak="al", 7436 unicodeslot=0x2A6, 7437 }, 7438 { 7439 adobename="tesh", 7440 category="ll", 7441 description="LATIN SMALL LETTER TESH DIGRAPH", 7442 direction="l", 7443 linebreak="al", 7444 unicodeslot=0x2A7, 7445 }, 7446 { 7447 adobename="tccurl", 7448 category="ll", 7449 description="LATIN SMALL LETTER TC DIGRAPH WITH CURL", 7450 direction="l", 7451 linebreak="al", 7452 unicodeslot=0x2A8, 7453 }, 7454 { 7455 category="ll", 7456 description="LATIN SMALL LETTER FENG DIGRAPH", 7457 direction="l", 7458 linebreak="al", 7459 unicodeslot=0x2A9, 7460 }, 7461 { 7462 category="ll", 7463 description="LATIN SMALL LETTER LS DIGRAPH", 7464 direction="l", 7465 linebreak="al", 7466 unicodeslot=0x2AA, 7467 }, 7468 { 7469 category="ll", 7470 description="LATIN SMALL LETTER LZ DIGRAPH", 7471 direction="l", 7472 linebreak="al", 7473 unicodeslot=0x2AB, 7474 }, 7475 { 7476 category="ll", 7477 description="LATIN LETTER BILABIAL PERCUSSIVE", 7478 direction="l", 7479 linebreak="al", 7480 unicodeslot=0x2AC, 7481 }, 7482 { 7483 category="ll", 7484 description="LATIN LETTER BIDENTAL PERCUSSIVE", 7485 direction="l", 7486 linebreak="al", 7487 unicodeslot=0x2AD, 7488 }, 7489 { 7490 category="ll", 7491 description="LATIN SMALL LETTER TURNED H WITH FISHHOOK", 7492 direction="l", 7493 linebreak="al", 7494 unicodeslot=0x2AE, 7495 }, 7496 { 7497 category="ll", 7498 description="LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL", 7499 direction="l", 7500 linebreak="al", 7501 unicodeslot=0x2AF, 7502 }, 7503 { 7504 adobename="hsuperior", 7505 category="lm", 7506 description="MODIFIER LETTER SMALL H", 7507 direction="l", 7508 linebreak="al", 7509 specials={ "super", 0x68 }, 7510 unicodeslot=0x2B0, 7511 }, 7512 { 7513 adobename="hhooksuperior", 7514 category="lm", 7515 description="MODIFIER LETTER SMALL H WITH HOOK", 7516 direction="l", 7517 linebreak="al", 7518 specials={ "super", 0x266 }, 7519 unicodeslot=0x2B1, 7520 }, 7521 { 7522 adobename="jsuperior", 7523 category="lm", 7524 description="MODIFIER LETTER SMALL J", 7525 direction="l", 7526 linebreak="al", 7527 specials={ "super", 0x6A }, 7528 unicodeslot=0x2B2, 7529 }, 7530 { 7531 category="lm", 7532 description="MODIFIER LETTER SMALL R", 7533 direction="l", 7534 linebreak="al", 7535 specials={ "super", 0x72 }, 7536 unicodeslot=0x2B3, 7537 }, 7538 { 7539 adobename="rturnedsuperior", 7540 category="lm", 7541 description="MODIFIER LETTER SMALL TURNED R", 7542 direction="l", 7543 linebreak="al", 7544 specials={ "super", 0x279 }, 7545 unicodeslot=0x2B4, 7546 }, 7547 { 7548 adobename="rhookturnedsuperior", 7549 category="lm", 7550 description="MODIFIER LETTER SMALL TURNED R WITH HOOK", 7551 direction="l", 7552 linebreak="al", 7553 specials={ "super", 0x27B }, 7554 unicodeslot=0x2B5, 7555 }, 7556 { 7557 adobename="Rsmallinvertedsuperior", 7558 category="lm", 7559 description="MODIFIER LETTER SMALL CAPITAL INVERTED R", 7560 direction="l", 7561 linebreak="al", 7562 specials={ "super", 0x281 }, 7563 unicodeslot=0x2B6, 7564 }, 7565 { 7566 adobename="wsuperior", 7567 category="lm", 7568 description="MODIFIER LETTER SMALL W", 7569 direction="l", 7570 linebreak="al", 7571 specials={ "super", 0x77 }, 7572 unicodeslot=0x2B7, 7573 }, 7574 { 7575 adobename="ysuperior", 7576 category="lm", 7577 description="MODIFIER LETTER SMALL Y", 7578 direction="l", 7579 linebreak="al", 7580 specials={ "super", 0x79 }, 7581 unicodeslot=0x2B8, 7582 }, 7583 { 7584 adobename="primemod", 7585 category="lm", 7586 description="MODIFIER LETTER PRIME", 7587 direction="on", 7588 linebreak="al", 7589 unicodeslot=0x2B9, 7590 }, 7591 { 7592 adobename="dblprimemod", 7593 category="lm", 7594 description="MODIFIER LETTER DOUBLE PRIME", 7595 direction="on", 7596 linebreak="al", 7597 unicodeslot=0x2BA, 7598 }, 7599 { 7600 adobename="commaturnedmod", 7601 category="lm", 7602 description="MODIFIER LETTER TURNED COMMA", 7603 direction="l", 7604 linebreak="al", 7605 unicodeslot=0x2BB, 7606 }, 7607 { 7608 adobename="apostrophemod", 7609 category="lm", 7610 description="MODIFIER LETTER APOSTROPHE", 7611 direction="l", 7612 linebreak="al", 7613 synonyms={ "glottal stop", "neutral apostrophe" }, 7614 unicodeslot=0x2BC, 7615 }, 7616 { 7617 adobename="commareversedmod", 7618 category="lm", 7619 description="MODIFIER LETTER REVERSED COMMA", 7620 direction="l", 7621 linebreak="al", 7622 unicodeslot=0x2BD, 7623 }, 7624 { 7625 adobename="ringhalfright", 7626 category="lm", 7627 description="MODIFIER LETTER RIGHT HALF RING", 7628 direction="l", 7629 linebreak="al", 7630 unicodeslot=0x2BE, 7631 }, 7632 { 7633 adobename="ringhalfleft", 7634 category="lm", 7635 description="MODIFIER LETTER LEFT HALF RING", 7636 direction="l", 7637 linebreak="al", 7638 unicodeslot=0x2BF, 7639 }, 7640 { 7641 adobename="glottalstopmod", 7642 category="lm", 7643 description="MODIFIER LETTER GLOTTAL STOP", 7644 direction="l", 7645 linebreak="al", 7646 unicodeslot=0x2C0, 7647 }, 7648 { 7649 adobename="glottalstopreversedmod", 7650 category="lm", 7651 description="MODIFIER LETTER REVERSED GLOTTAL STOP", 7652 direction="l", 7653 linebreak="al", 7654 unicodeslot=0x2C1, 7655 }, 7656 { 7657 adobename="arrowheadleftmod", 7658 category="sk", 7659 description="MODIFIER LETTER LEFT ARROWHEAD", 7660 direction="on", 7661 linebreak="al", 7662 unicodeslot=0x2C2, 7663 }, 7664 { 7665 adobename="arrowheadrightmod", 7666 category="sk", 7667 description="MODIFIER LETTER RIGHT ARROWHEAD", 7668 direction="on", 7669 linebreak="al", 7670 unicodeslot=0x2C3, 7671 }, 7672 { 7673 adobename="arrowheadupmod", 7674 category="sk", 7675 cjkwd="a", 7676 description="MODIFIER LETTER UP ARROWHEAD", 7677 direction="on", 7678 linebreak="al", 7679 unicodeslot=0x2C4, 7680 }, 7681 { 7682 adobename="arrowheaddownmod", 7683 category="sk", 7684 description="MODIFIER LETTER DOWN ARROWHEAD", 7685 direction="on", 7686 linebreak="al", 7687 unicodeslot=0x2C5, 7688 }, 7689 { 7690 adobename="circumflex", 7691 category="lm", 7692 comment="check special", 7693 contextname="textcircumflex", 7694 description="MODIFIER LETTER CIRCUMFLEX ACCENT", 7695 direction="on", 7696 linebreak="al", 7697 mathclass="topaccent", 7698 mathname="hat", 7699 specials={ "compat", 0x20, 0x302 }, 7700 unicodeslot=0x2C6, 7701 }, 7702 { 7703 adobename="caron", 7704 category="lm", 7705 cjkwd="a", 7706 comment="check special", 7707 contextname="textcaron", 7708 description="CARON", 7709 direction="on", 7710 linebreak="ai", 7711 mathclass="topaccent", 7712 mathname="check", 7713 specials={ "compat", 0x20, 0x30C }, 7714 synonyms={ "mandarin chinese third tone", "modifier letter hacek" }, 7715 unicodeslot=0x2C7, 7716 }, 7717 { 7718 adobename="verticallinemod", 7719 category="lm", 7720 description="MODIFIER LETTER VERTICAL LINE", 7721 direction="on", 7722 linebreak="bb", 7723 unicodeslot=0x2C8, 7724 }, 7725 { 7726 adobename="firsttonechinese", 7727 category="lm", 7728 cjkwd="a", 7729 description="MODIFIER LETTER MACRON", 7730 direction="on", 7731 linebreak="ai", 7732 synonyms={ "mandarin chinese first tone" }, 7733 unicodeslot=0x2C9, 7734 }, 7735 { 7736 adobename="secondtonechinese", 7737 category="lm", 7738 cjkwd="a", 7739 description="MODIFIER LETTER ACUTE ACCENT", 7740 direction="on", 7741 linebreak="ai", 7742 synonyms={ "mandarin chinese second tone" }, 7743 unicodeslot=0x2CA, 7744 }, 7745 { 7746 adobename="fourthtonechinese", 7747 category="lm", 7748 cjkwd="a", 7749 description="MODIFIER LETTER GRAVE ACCENT", 7750 direction="on", 7751 linebreak="ai", 7752 synonyms={ "mandarin chinese fourth tone" }, 7753 unicodeslot=0x2CB, 7754 }, 7755 { 7756 adobename="verticallinelowmod", 7757 category="lm", 7758 description="MODIFIER LETTER LOW VERTICAL LINE", 7759 direction="on", 7760 linebreak="bb", 7761 unicodeslot=0x2CC, 7762 }, 7763 { 7764 adobename="macronlowmod", 7765 category="lm", 7766 cjkwd="a", 7767 description="MODIFIER LETTER LOW MACRON", 7768 direction="on", 7769 linebreak="ai", 7770 unicodeslot=0x2CD, 7771 }, 7772 { 7773 adobename="gravelowmod", 7774 category="lm", 7775 description="MODIFIER LETTER LOW GRAVE ACCENT", 7776 direction="on", 7777 linebreak="al", 7778 unicodeslot=0x2CE, 7779 }, 7780 { 7781 adobename="acutelowmod", 7782 category="lm", 7783 description="MODIFIER LETTER LOW ACUTE ACCENT", 7784 direction="on", 7785 linebreak="al", 7786 unicodeslot=0x2CF, 7787 }, 7788 { 7789 adobename="colontriangularmod", 7790 category="lm", 7791 cjkwd="a", 7792 description="MODIFIER LETTER TRIANGULAR COLON", 7793 direction="l", 7794 linebreak="ai", 7795 unicodeslot=0x2D0, 7796 }, 7797 { 7798 adobename="colontriangularhalfmod", 7799 category="lm", 7800 description="MODIFIER LETTER HALF TRIANGULAR COLON", 7801 direction="l", 7802 linebreak="al", 7803 unicodeslot=0x2D1, 7804 }, 7805 { 7806 adobename="ringhalfrightcentered", 7807 category="sk", 7808 description="MODIFIER LETTER CENTRED RIGHT HALF RING", 7809 direction="on", 7810 linebreak="al", 7811 unicodeslot=0x2D2, 7812 }, 7813 { 7814 adobename="ringhalfleftcentered", 7815 category="sk", 7816 description="MODIFIER LETTER CENTRED LEFT HALF RING", 7817 direction="on", 7818 linebreak="al", 7819 unicodeslot=0x2D3, 7820 }, 7821 { 7822 adobename="uptackmod", 7823 category="sk", 7824 description="MODIFIER LETTER UP TACK", 7825 direction="on", 7826 linebreak="al", 7827 unicodeslot=0x2D4, 7828 }, 7829 { 7830 adobename="downtackmod", 7831 category="sk", 7832 description="MODIFIER LETTER DOWN TACK", 7833 direction="on", 7834 linebreak="al", 7835 unicodeslot=0x2D5, 7836 }, 7837 { 7838 adobename="plusmod", 7839 category="sk", 7840 description="MODIFIER LETTER PLUS SIGN", 7841 direction="on", 7842 linebreak="al", 7843 unicodeslot=0x2D6, 7844 }, 7845 { 7846 adobename="minusmod", 7847 category="sk", 7848 description="MODIFIER LETTER MINUS SIGN", 7849 direction="on", 7850 linebreak="al", 7851 unicodeslot=0x2D7, 7852 }, 7853 { 7854 adobename="breve", 7855 category="sk", 7856 cjkwd="a", 7857 contextname="textbreve", 7858 description="BREVE", 7859 direction="on", 7860 linebreak="ai", 7861 mathclass="topaccent", 7862 mathname="breve", 7863 specials={ "compat", 0x20, 0x306 }, 7864 unicodeslot=0x2D8, 7865 }, 7866 { 7867 adobename="dotaccent", 7868 category="sk", 7869 cjkwd="a", 7870 contextname="textdotaccent", 7871 description="DOT ABOVE", 7872 direction="on", 7873 linebreak="ai", 7874 mathclass="topaccent", 7875 mathname="dot", 7876 specials={ "compat", 0x20, 0x307 }, 7877 synonyms={ "mandarin chinese fifth or neutral tone" }, 7878 unicodeslot=0x2D9, 7879 }, 7880 { 7881 adobename="ring", 7882 category="sk", 7883 cjkwd="a", 7884 contextname="textring", 7885 description="RING ABOVE", 7886 direction="on", 7887 linebreak="ai", 7888 mathclass="topaccent", 7889 mathname="ring", 7890 specials={ "compat", 0x20, 0x30A }, 7891 unicodeslot=0x2DA, 7892 }, 7893 { 7894 adobename="ogonek", 7895 category="sk", 7896 cjkwd="a", 7897 contextname="textogonek", 7898 description="OGONEK", 7899 direction="on", 7900 linebreak="ai", 7901 specials={ "compat", 0x20, 0x328 }, 7902 unicodeslot=0x2DB, 7903 }, 7904 { 7905 adobename="tilde", 7906 category="sk", 7907 contextname="texttilde", 7908 description="SMALL TILDE", 7909 direction="on", 7910 linebreak="al", 7911 mathclass="topaccent", 7912 mathname="tilde", 7913 specials={ "compat", 0x20, 0x303 }, 7914 unicodeslot=0x2DC, 7915 }, 7916 { 7917 adobename="hungarumlaut", 7918 category="sk", 7919 cjkwd="a", 7920 contextname="texthungarumlaut", 7921 description="DOUBLE ACUTE ACCENT", 7922 direction="on", 7923 linebreak="ai", 7924 specials={ "compat", 0x20, 0x30B }, 7925 unicodeslot=0x2DD, 7926 }, 7927 { 7928 adobename="rhotichookmod", 7929 category="sk", 7930 description="MODIFIER LETTER RHOTIC HOOK", 7931 direction="on", 7932 linebreak="al", 7933 unicodeslot=0x2DE, 7934 }, 7935 { 7936 category="sk", 7937 cjkwd="a", 7938 description="MODIFIER LETTER CROSS ACCENT", 7939 direction="on", 7940 linebreak="bb", 7941 synonyms={ "swedish grave accent" }, 7942 unicodeslot=0x2DF, 7943 }, 7944 { 7945 adobename="gammasuperior", 7946 category="lm", 7947 description="MODIFIER LETTER SMALL GAMMA", 7948 direction="l", 7949 linebreak="al", 7950 specials={ "super", 0x263 }, 7951 unicodeslot=0x2E0, 7952 }, 7953 { 7954 category="lm", 7955 description="MODIFIER LETTER SMALL L", 7956 direction="l", 7957 linebreak="al", 7958 specials={ "super", 0x6C }, 7959 unicodeslot=0x2E1, 7960 }, 7961 { 7962 category="lm", 7963 description="MODIFIER LETTER SMALL S", 7964 direction="l", 7965 linebreak="al", 7966 specials={ "super", 0x73 }, 7967 unicodeslot=0x2E2, 7968 }, 7969 { 7970 adobename="xsuperior", 7971 category="lm", 7972 description="MODIFIER LETTER SMALL X", 7973 direction="l", 7974 linebreak="al", 7975 specials={ "super", 0x78 }, 7976 unicodeslot=0x2E3, 7977 }, 7978 { 7979 adobename="glottalstopreversedsuperior", 7980 category="lm", 7981 description="MODIFIER LETTER SMALL REVERSED GLOTTAL STOP", 7982 direction="l", 7983 linebreak="al", 7984 specials={ "super", 0x295 }, 7985 unicodeslot=0x2E4, 7986 }, 7987 { 7988 adobename="tonebarextrahighmod", 7989 category="sk", 7990 description="MODIFIER LETTER EXTRA-HIGH TONE BAR", 7991 direction="on", 7992 linebreak="al", 7993 unicodeslot=0x2E5, 7994 }, 7995 { 7996 adobename="tonebarhighmod", 7997 category="sk", 7998 description="MODIFIER LETTER HIGH TONE BAR", 7999 direction="on", 8000 linebreak="al", 8001 unicodeslot=0x2E6, 8002 }, 8003 { 8004 adobename="tonebarmidmod", 8005 category="sk", 8006 description="MODIFIER LETTER MID TONE BAR", 8007 direction="on", 8008 linebreak="al", 8009 unicodeslot=0x2E7, 8010 }, 8011 { 8012 adobename="tonebarlowmod", 8013 category="sk", 8014 description="MODIFIER LETTER LOW TONE BAR", 8015 direction="on", 8016 linebreak="al", 8017 unicodeslot=0x2E8, 8018 }, 8019 { 8020 adobename="tonebarextralowmod", 8021 category="sk", 8022 description="MODIFIER LETTER EXTRA-LOW TONE BAR", 8023 direction="on", 8024 linebreak="al", 8025 unicodeslot=0x2E9, 8026 }, 8027 { 8028 category="sk", 8029 description="MODIFIER LETTER YIN DEPARTING TONE MARK", 8030 direction="on", 8031 linebreak="al", 8032 unicodeslot=0x2EA, 8033 }, 8034 { 8035 category="sk", 8036 description="MODIFIER LETTER YANG DEPARTING TONE MARK", 8037 direction="on", 8038 linebreak="al", 8039 unicodeslot=0x2EB, 8040 }, 8041 { 8042 category="sk", 8043 description="MODIFIER LETTER VOICING", 8044 direction="on", 8045 linebreak="al", 8046 unicodeslot=0x2EC, 8047 }, 8048 { 8049 category="sk", 8050 description="MODIFIER LETTER UNASPIRATED", 8051 direction="on", 8052 linebreak="al", 8053 unicodeslot=0x2ED, 8054 }, 8055 { 8056 category="lm", 8057 description="MODIFIER LETTER DOUBLE APOSTROPHE", 8058 direction="l", 8059 linebreak="al", 8060 unicodeslot=0x2EE, 8061 }, 8062 { 8063 category="sk", 8064 description="MODIFIER LETTER LOW DOWN ARROWHEAD", 8065 direction="on", 8066 linebreak="al", 8067 unicodeslot=0x2EF, 8068 }, 8069 { 8070 category="sk", 8071 description="MODIFIER LETTER LOW UP ARROWHEAD", 8072 direction="on", 8073 linebreak="al", 8074 unicodeslot=0x2F0, 8075 }, 8076 { 8077 category="sk", 8078 description="MODIFIER LETTER LOW LEFT ARROWHEAD", 8079 direction="on", 8080 linebreak="al", 8081 unicodeslot=0x2F1, 8082 }, 8083 { 8084 category="sk", 8085 description="MODIFIER LETTER LOW RIGHT ARROWHEAD", 8086 direction="on", 8087 linebreak="al", 8088 unicodeslot=0x2F2, 8089 }, 8090 { 8091 category="sk", 8092 description="MODIFIER LETTER LOW RING", 8093 direction="on", 8094 linebreak="al", 8095 unicodeslot=0x2F3, 8096 }, 8097 { 8098 category="sk", 8099 description="MODIFIER LETTER MIDDLE GRAVE ACCENT", 8100 direction="on", 8101 linebreak="al", 8102 unicodeslot=0x2F4, 8103 }, 8104 { 8105 category="sk", 8106 description="MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT", 8107 direction="on", 8108 linebreak="al", 8109 unicodeslot=0x2F5, 8110 }, 8111 { 8112 category="sk", 8113 description="MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT", 8114 direction="on", 8115 linebreak="al", 8116 unicodeslot=0x2F6, 8117 }, 8118 { 8119 category="sk", 8120 description="MODIFIER LETTER LOW TILDE", 8121 direction="on", 8122 linebreak="al", 8123 unicodeslot=0x2F7, 8124 }, 8125 { 8126 category="sk", 8127 description="MODIFIER LETTER RAISED COLON", 8128 direction="on", 8129 linebreak="al", 8130 unicodeslot=0x2F8, 8131 }, 8132 { 8133 category="sk", 8134 description="MODIFIER LETTER BEGIN HIGH TONE", 8135 direction="on", 8136 linebreak="al", 8137 unicodeslot=0x2F9, 8138 }, 8139 { 8140 category="sk", 8141 description="MODIFIER LETTER END HIGH TONE", 8142 direction="on", 8143 linebreak="al", 8144 unicodeslot=0x2FA, 8145 }, 8146 { 8147 category="sk", 8148 description="MODIFIER LETTER BEGIN LOW TONE", 8149 direction="on", 8150 linebreak="al", 8151 unicodeslot=0x2FB, 8152 }, 8153 { 8154 category="sk", 8155 description="MODIFIER LETTER END LOW TONE", 8156 direction="on", 8157 linebreak="al", 8158 unicodeslot=0x2FC, 8159 }, 8160 { 8161 category="sk", 8162 description="MODIFIER LETTER SHELF", 8163 direction="on", 8164 linebreak="al", 8165 unicodeslot=0x2FD, 8166 }, 8167 { 8168 category="sk", 8169 description="MODIFIER LETTER OPEN SHELF", 8170 direction="on", 8171 linebreak="al", 8172 unicodeslot=0x2FE, 8173 }, 8174 { 8175 category="sk", 8176 description="MODIFIER LETTER LOW LEFT ARROW", 8177 direction="on", 8178 linebreak="al", 8179 unicodeslot=0x2FF, 8180 }, 8181 { 8182 adobename="gravecomb", 8183 category="mn", 8184 cjkwd="a", 8185 combining=0xE6, 8186 description="COMBINING GRAVE ACCENT", 8187 direction="nsm", 8188 linebreak="cm", 8189 synonyms={ "greek varia" }, 8190 unicodeslot=0x300, 8191 }, 8192 { 8193 adobename="acutecomb", 8194 category="mn", 8195 cjkwd="a", 8196 combining=0xE6, 8197 description="COMBINING ACUTE ACCENT", 8198 direction="nsm", 8199 linebreak="cm", 8200 synonyms={ "greek oxia", "greek tonos", "stress mark" }, 8201 unicodeslot=0x301, 8202 }, 8203 { 8204 adobename="circumflexcmb", 8205 category="mn", 8206 cjkwd="a", 8207 combining=0xE6, 8208 description="COMBINING CIRCUMFLEX ACCENT", 8209 direction="nsm", 8210 linebreak="cm", 8211 mathclass="topaccent", 8212 mathname="widehat", 8213 mathstretch="h", 8214 unicodeslot=0x302, 8215 }, 8216 { 8217 adobename="tildecomb", 8218 category="mn", 8219 cjkwd="a", 8220 combining=0xE6, 8221 description="COMBINING TILDE", 8222 direction="nsm", 8223 linebreak="cm", 8224 mathclass="topaccent", 8225 mathname="widetilde", 8226 mathstretch="h", 8227 unicodeslot=0x303, 8228 }, 8229 { 8230 adobename="macroncmb", 8231 category="mn", 8232 cjkwd="a", 8233 combining=0xE6, 8234 description="COMBINING MACRON", 8235 direction="nsm", 8236 linebreak="cm", 8237 synonyms={ "long" }, 8238 unicodeslot=0x304, 8239 }, 8240 { 8241 adobename="overlinecmb", 8242 category="mn", 8243 cjkwd="a", 8244 combining=0xE6, 8245 description="COMBINING OVERLINE", 8246 direction="nsm", 8247 linebreak="cm", 8248 synonyms={ "overscore", "vinculum" }, 8249 unicodeslot=0x305, 8250 }, 8251 { 8252 adobename="brevecmb", 8253 category="mn", 8254 cjkwd="a", 8255 combining=0xE6, 8256 description="COMBINING BREVE", 8257 direction="nsm", 8258 linebreak="cm", 8259 synonyms={ "greek vrachy", "short" }, 8260 unicodeslot=0x306, 8261 }, 8262 { 8263 adobename="dotaccentcmb", 8264 category="mn", 8265 cjkwd="a", 8266 combining=0xE6, 8267 description="COMBINING DOT ABOVE", 8268 direction="nsm", 8269 linebreak="cm", 8270 synonyms={ "derivative" }, 8271 unicodeslot=0x307, 8272 }, 8273 { 8274 adobename="dieresiscmb", 8275 category="mn", 8276 cjkwd="a", 8277 combining=0xE6, 8278 description="COMBINING DIAERESIS", 8279 direction="nsm", 8280 linebreak="cm", 8281 synonyms={ "double derivative", "double dot above", "greek dialytika", "umlaut" }, 8282 unicodeslot=0x308, 8283 }, 8284 { 8285 adobename="hookcmb", 8286 category="mn", 8287 cjkwd="a", 8288 combining=0xE6, 8289 description="COMBINING HOOK ABOVE", 8290 direction="nsm", 8291 linebreak="cm", 8292 unicodeslot=0x309, 8293 }, 8294 { 8295 adobename="ringcmb", 8296 category="mn", 8297 cjkwd="a", 8298 combining=0xE6, 8299 description="COMBINING RING ABOVE", 8300 direction="nsm", 8301 linebreak="cm", 8302 unicodeslot=0x30A, 8303 }, 8304 { 8305 adobename="hungarumlautcmb", 8306 category="mn", 8307 cjkwd="a", 8308 combining=0xE6, 8309 description="COMBINING DOUBLE ACUTE ACCENT", 8310 direction="nsm", 8311 linebreak="cm", 8312 unicodeslot=0x30B, 8313 }, 8314 { 8315 adobename="caroncmb", 8316 category="mn", 8317 cjkwd="a", 8318 combining=0xE6, 8319 description="COMBINING CARON", 8320 direction="nsm", 8321 linebreak="cm", 8322 synonyms={ "combining hacek", "v above" }, 8323 unicodeslot=0x30C, 8324 }, 8325 { 8326 adobename="verticallineabovecmb", 8327 category="mn", 8328 cjkwd="a", 8329 combining=0xE6, 8330 description="COMBINING VERTICAL LINE ABOVE", 8331 direction="nsm", 8332 linebreak="cm", 8333 unicodeslot=0x30D, 8334 }, 8335 { 8336 adobename="dblverticallineabovecmb", 8337 category="mn", 8338 cjkwd="a", 8339 combining=0xE6, 8340 description="COMBINING DOUBLE VERTICAL LINE ABOVE", 8341 direction="nsm", 8342 linebreak="cm", 8343 unicodeslot=0x30E, 8344 }, 8345 { 8346 adobename="dblgravecmb", 8347 category="mn", 8348 cjkwd="a", 8349 combining=0xE6, 8350 description="COMBINING DOUBLE GRAVE ACCENT", 8351 direction="nsm", 8352 linebreak="cm", 8353 unicodeslot=0x30F, 8354 }, 8355 { 8356 adobename="candrabinducmb", 8357 category="mn", 8358 cjkwd="a", 8359 combining=0xE6, 8360 description="COMBINING CANDRABINDU", 8361 direction="nsm", 8362 linebreak="cm", 8363 unicodeslot=0x310, 8364 }, 8365 { 8366 adobename="breveinvertedcmb", 8367 category="mn", 8368 cjkwd="a", 8369 combining=0xE6, 8370 description="COMBINING INVERTED BREVE", 8371 direction="nsm", 8372 linebreak="cm", 8373 unicodeslot=0x311, 8374 }, 8375 { 8376 adobename="commaturnedabovecmb", 8377 category="mn", 8378 cjkwd="a", 8379 combining=0xE6, 8380 description="COMBINING TURNED COMMA ABOVE", 8381 direction="nsm", 8382 linebreak="cm", 8383 synonyms={ "cedilla above" }, 8384 unicodeslot=0x312, 8385 }, 8386 { 8387 adobename="commaabovecmb", 8388 category="mn", 8389 cjkwd="a", 8390 combining=0xE6, 8391 description="COMBINING COMMA ABOVE", 8392 direction="nsm", 8393 linebreak="cm", 8394 synonyms={ "greek psili", "greek smooth breathing mark" }, 8395 unicodeslot=0x313, 8396 }, 8397 { 8398 adobename="commareversedabovecmb", 8399 category="mn", 8400 cjkwd="a", 8401 combining=0xE6, 8402 description="COMBINING REVERSED COMMA ABOVE", 8403 direction="nsm", 8404 linebreak="cm", 8405 synonyms={ "greek dasia", "greek rough breathing mark" }, 8406 unicodeslot=0x314, 8407 }, 8408 { 8409 adobename="commaaboverightcmb", 8410 category="mn", 8411 cjkwd="a", 8412 combining=0xE8, 8413 description="COMBINING COMMA ABOVE RIGHT", 8414 direction="nsm", 8415 linebreak="cm", 8416 unicodeslot=0x315, 8417 }, 8418 { 8419 adobename="gravebelowcmb", 8420 category="mn", 8421 cjkwd="a", 8422 combining=0xDC, 8423 description="COMBINING GRAVE ACCENT BELOW", 8424 direction="nsm", 8425 linebreak="cm", 8426 unicodeslot=0x316, 8427 }, 8428 { 8429 adobename="acutebelowcmb", 8430 category="mn", 8431 cjkwd="a", 8432 combining=0xDC, 8433 description="COMBINING ACUTE ACCENT BELOW", 8434 direction="nsm", 8435 linebreak="cm", 8436 unicodeslot=0x317, 8437 }, 8438 { 8439 adobename="lefttackbelowcmb", 8440 category="mn", 8441 cjkwd="a", 8442 combining=0xDC, 8443 description="COMBINING LEFT TACK BELOW", 8444 direction="nsm", 8445 linebreak="cm", 8446 unicodeslot=0x318, 8447 }, 8448 { 8449 adobename="righttackbelowcmb", 8450 category="mn", 8451 cjkwd="a", 8452 combining=0xDC, 8453 description="COMBINING RIGHT TACK BELOW", 8454 direction="nsm", 8455 linebreak="cm", 8456 unicodeslot=0x319, 8457 }, 8458 { 8459 adobename="leftangleabovecmb", 8460 category="mn", 8461 cjkwd="a", 8462 combining=0xE8, 8463 description="COMBINING LEFT ANGLE ABOVE", 8464 direction="nsm", 8465 linebreak="cm", 8466 unicodeslot=0x31A, 8467 }, 8468 { 8469 adobename="horncmb", 8470 category="mn", 8471 cjkwd="a", 8472 combining=0xD8, 8473 description="COMBINING HORN", 8474 direction="nsm", 8475 linebreak="cm", 8476 unicodeslot=0x31B, 8477 }, 8478 { 8479 adobename="ringhalfleftbelowcmb", 8480 category="mn", 8481 cjkwd="a", 8482 combining=0xDC, 8483 description="COMBINING LEFT HALF RING BELOW", 8484 direction="nsm", 8485 linebreak="cm", 8486 unicodeslot=0x31C, 8487 }, 8488 { 8489 adobename="uptackbelowcmb", 8490 category="mn", 8491 cjkwd="a", 8492 combining=0xDC, 8493 description="COMBINING UP TACK BELOW", 8494 direction="nsm", 8495 linebreak="cm", 8496 unicodeslot=0x31D, 8497 }, 8498 { 8499 adobename="downtackbelowcmb", 8500 category="mn", 8501 cjkwd="a", 8502 combining=0xDC, 8503 description="COMBINING DOWN TACK BELOW", 8504 direction="nsm", 8505 linebreak="cm", 8506 unicodeslot=0x31E, 8507 }, 8508 { 8509 adobename="plusbelowcmb", 8510 category="mn", 8511 cjkwd="a", 8512 combining=0xDC, 8513 description="COMBINING PLUS SIGN BELOW", 8514 direction="nsm", 8515 linebreak="cm", 8516 unicodeslot=0x31F, 8517 }, 8518 { 8519 adobename="minusbelowcmb", 8520 category="mn", 8521 cjkwd="a", 8522 combining=0xDC, 8523 description="COMBINING MINUS SIGN BELOW", 8524 direction="nsm", 8525 linebreak="cm", 8526 unicodeslot=0x320, 8527 }, 8528 { 8529 adobename="hookpalatalizedbelowcmb", 8530 category="mn", 8531 cjkwd="a", 8532 combining=0xCA, 8533 description="COMBINING PALATALIZED HOOK BELOW", 8534 direction="nsm", 8535 linebreak="cm", 8536 unicodeslot=0x321, 8537 }, 8538 { 8539 adobename="hookretroflexbelowcmb", 8540 category="mn", 8541 cjkwd="a", 8542 combining=0xCA, 8543 description="COMBINING RETROFLEX HOOK BELOW", 8544 direction="nsm", 8545 linebreak="cm", 8546 unicodeslot=0x322, 8547 }, 8548 { 8549 adobename="dotbelowcomb", 8550 category="mn", 8551 cjkwd="a", 8552 combining=0xDC, 8553 contextname="textbottomdot", 8554 description="COMBINING DOT BELOW", 8555 direction="nsm", 8556 linebreak="cm", 8557 unicodeslot=0x323, 8558 }, 8559 { 8560 adobename="dieresisbelowcmb", 8561 category="mn", 8562 cjkwd="a", 8563 combining=0xDC, 8564 description="COMBINING DIAERESIS BELOW", 8565 direction="nsm", 8566 linebreak="cm", 8567 unicodeslot=0x324, 8568 }, 8569 { 8570 adobename="ringbelowcmb", 8571 category="mn", 8572 cjkwd="a", 8573 combining=0xDC, 8574 description="COMBINING RING BELOW", 8575 direction="nsm", 8576 linebreak="cm", 8577 unicodeslot=0x325, 8578 }, 8579 { 8580 category="mn", 8581 cjkwd="a", 8582 combining=0xDC, 8583 contextname="textbottomcomma", 8584 description="COMBINING COMMA BELOW", 8585 direction="nsm", 8586 linebreak="cm", 8587 unicodeslot=0x326, 8588 }, 8589 { 8590 adobename="cedillacmb", 8591 category="mn", 8592 cjkwd="a", 8593 combining=0xCA, 8594 description="COMBINING CEDILLA", 8595 direction="nsm", 8596 linebreak="cm", 8597 unicodeslot=0x327, 8598 }, 8599 { 8600 adobename="ogonekcmb", 8601 category="mn", 8602 cjkwd="a", 8603 combining=0xCA, 8604 description="COMBINING OGONEK", 8605 direction="nsm", 8606 linebreak="cm", 8607 synonyms={ "nasal hook" }, 8608 unicodeslot=0x328, 8609 }, 8610 { 8611 adobename="verticallinebelowcmb", 8612 category="mn", 8613 cjkwd="a", 8614 combining=0xDC, 8615 description="COMBINING VERTICAL LINE BELOW", 8616 direction="nsm", 8617 linebreak="cm", 8618 unicodeslot=0x329, 8619 }, 8620 { 8621 adobename="bridgebelowcmb", 8622 category="mn", 8623 cjkwd="a", 8624 combining=0xDC, 8625 description="COMBINING BRIDGE BELOW", 8626 direction="nsm", 8627 linebreak="cm", 8628 unicodeslot=0x32A, 8629 }, 8630 { 8631 adobename="dblarchinvertedbelowcmb", 8632 category="mn", 8633 cjkwd="a", 8634 combining=0xDC, 8635 description="COMBINING INVERTED DOUBLE ARCH BELOW", 8636 direction="nsm", 8637 linebreak="cm", 8638 unicodeslot=0x32B, 8639 }, 8640 { 8641 adobename="caronbelowcmb", 8642 category="mn", 8643 cjkwd="a", 8644 combining=0xDC, 8645 description="COMBINING CARON BELOW", 8646 direction="nsm", 8647 linebreak="cm", 8648 unicodeslot=0x32C, 8649 }, 8650 { 8651 adobename="circumflexbelowcmb", 8652 category="mn", 8653 cjkwd="a", 8654 combining=0xDC, 8655 description="COMBINING CIRCUMFLEX ACCENT BELOW", 8656 direction="nsm", 8657 linebreak="cm", 8658 unicodeslot=0x32D, 8659 }, 8660 { 8661 adobename="brevebelowcmb", 8662 category="mn", 8663 cjkwd="a", 8664 combining=0xDC, 8665 description="COMBINING BREVE BELOW", 8666 direction="nsm", 8667 linebreak="cm", 8668 unicodeslot=0x32E, 8669 }, 8670 { 8671 adobename="breveinvertedbelowcmb", 8672 category="mn", 8673 cjkwd="a", 8674 combining=0xDC, 8675 description="COMBINING INVERTED BREVE BELOW", 8676 direction="nsm", 8677 linebreak="cm", 8678 unicodeslot=0x32F, 8679 }, 8680 { 8681 adobename="tildebelowcmb", 8682 category="mn", 8683 cjkwd="a", 8684 combining=0xDC, 8685 description="COMBINING TILDE BELOW", 8686 direction="nsm", 8687 linebreak="cm", 8688 unicodeslot=0x330, 8689 }, 8690 { 8691 adobename="macronbelowcmb", 8692 category="mn", 8693 cjkwd="a", 8694 combining=0xDC, 8695 description="COMBINING MACRON BELOW", 8696 direction="nsm", 8697 linebreak="cm", 8698 unicodeslot=0x331, 8699 }, 8700 { 8701 adobename="lowlinecmb", 8702 category="mn", 8703 cjkwd="a", 8704 combining=0xDC, 8705 description="COMBINING LOW LINE", 8706 direction="nsm", 8707 linebreak="cm", 8708 synonyms={ "underline", "underscore" }, 8709 unicodeslot=0x332, 8710 }, 8711 { 8712 adobename="dbllowlinecmb", 8713 category="mn", 8714 cjkwd="a", 8715 combining=0xDC, 8716 description="COMBINING DOUBLE LOW LINE", 8717 direction="nsm", 8718 linebreak="cm", 8719 synonyms={ "double underline", "double underscore" }, 8720 unicodeslot=0x333, 8721 }, 8722 { 8723 adobename="tildeoverlaycmb", 8724 category="mn", 8725 cjkwd="a", 8726 combining=0x1, 8727 description="COMBINING TILDE OVERLAY", 8728 direction="nsm", 8729 linebreak="cm", 8730 unicodeslot=0x334, 8731 }, 8732 { 8733 adobename="strokeshortoverlaycmb", 8734 category="mn", 8735 cjkwd="a", 8736 combining=0x1, 8737 description="COMBINING SHORT STROKE OVERLAY", 8738 direction="nsm", 8739 linebreak="cm", 8740 unicodeslot=0x335, 8741 }, 8742 { 8743 adobename="strokelongoverlaycmb", 8744 category="mn", 8745 cjkwd="a", 8746 combining=0x1, 8747 description="COMBINING LONG STROKE OVERLAY", 8748 direction="nsm", 8749 linebreak="cm", 8750 unicodeslot=0x336, 8751 }, 8752 { 8753 adobename="solidusshortoverlaycmb", 8754 category="mn", 8755 cjkwd="a", 8756 combining=0x1, 8757 description="COMBINING SHORT SOLIDUS OVERLAY", 8758 direction="nsm", 8759 linebreak="cm", 8760 synonyms={ "short slash overlay" }, 8761 unicodeslot=0x337, 8762 }, 8763 { 8764 adobename="soliduslongoverlaycmb", 8765 category="mn", 8766 cjkwd="a", 8767 combining=0x1, 8768 description="COMBINING LONG SOLIDUS OVERLAY", 8769 direction="nsm", 8770 linebreak="cm", 8771 mathclass="relation", 8772 mathname="not", 8773 synonyms={ "long slash overlay" }, 8774 unicodeslot=0x338, 8775 }, 8776 { 8777 adobename="ringhalfrightbelowcmb", 8778 category="mn", 8779 cjkwd="a", 8780 combining=0xDC, 8781 description="COMBINING RIGHT HALF RING BELOW", 8782 direction="nsm", 8783 linebreak="cm", 8784 unicodeslot=0x339, 8785 }, 8786 { 8787 adobename="bridgeinvertedbelowcmb", 8788 category="mn", 8789 cjkwd="a", 8790 combining=0xDC, 8791 description="COMBINING INVERTED BRIDGE BELOW", 8792 direction="nsm", 8793 linebreak="cm", 8794 unicodeslot=0x33A, 8795 }, 8796 { 8797 adobename="squarebelowcmb", 8798 category="mn", 8799 cjkwd="a", 8800 combining=0xDC, 8801 description="COMBINING SQUARE BELOW", 8802 direction="nsm", 8803 linebreak="cm", 8804 unicodeslot=0x33B, 8805 }, 8806 { 8807 adobename="seagullbelowcmb", 8808 category="mn", 8809 cjkwd="a", 8810 combining=0xDC, 8811 description="COMBINING SEAGULL BELOW", 8812 direction="nsm", 8813 linebreak="cm", 8814 unicodeslot=0x33C, 8815 }, 8816 { 8817 adobename="xabovecmb", 8818 category="mn", 8819 cjkwd="a", 8820 combining=0xE6, 8821 description="COMBINING X ABOVE", 8822 direction="nsm", 8823 linebreak="cm", 8824 unicodeslot=0x33D, 8825 }, 8826 { 8827 adobename="tildeverticalcmb", 8828 category="mn", 8829 cjkwd="a", 8830 combining=0xE6, 8831 description="COMBINING VERTICAL TILDE", 8832 direction="nsm", 8833 linebreak="cm", 8834 unicodeslot=0x33E, 8835 }, 8836 { 8837 adobename="dbloverlinecmb", 8838 category="mn", 8839 cjkwd="a", 8840 combining=0xE6, 8841 description="COMBINING DOUBLE OVERLINE", 8842 direction="nsm", 8843 linebreak="cm", 8844 unicodeslot=0x33F, 8845 }, 8846 { 8847 adobename="gravetonecmb", 8848 category="mn", 8849 cjkwd="a", 8850 combining=0xE6, 8851 description="COMBINING GRAVE TONE MARK", 8852 direction="nsm", 8853 linebreak="cm", 8854 specials={ "char", 0x300 }, 8855 unicodeslot=0x340, 8856 }, 8857 { 8858 adobename="acutetonecmb", 8859 category="mn", 8860 cjkwd="a", 8861 combining=0xE6, 8862 description="COMBINING ACUTE TONE MARK", 8863 direction="nsm", 8864 linebreak="cm", 8865 specials={ "char", 0x301 }, 8866 unicodeslot=0x341, 8867 }, 8868 { 8869 adobename="perispomenigreekcmb", 8870 category="mn", 8871 cjkwd="a", 8872 combining=0xE6, 8873 description="COMBINING GREEK PERISPOMENI", 8874 direction="nsm", 8875 linebreak="cm", 8876 unicodeslot=0x342, 8877 }, 8878 { 8879 adobename="koroniscmb", 8880 category="mn", 8881 cjkwd="a", 8882 combining=0xE6, 8883 description="COMBINING GREEK KORONIS", 8884 direction="nsm", 8885 linebreak="cm", 8886 specials={ "char", 0x313 }, 8887 unicodeslot=0x343, 8888 }, 8889 { 8890 adobename="dialytikatonoscmb", 8891 category="mn", 8892 cjkwd="a", 8893 combining=0xE6, 8894 description="COMBINING GREEK DIALYTIKA TONOS", 8895 direction="nsm", 8896 linebreak="cm", 8897 specials={ "char", 0x308, 0x301 }, 8898 unicodeslot=0x344, 8899 }, 8900 { 8901 adobename="ypogegrammenigreekcmb", 8902 category="mn", 8903 cjkwd="a", 8904 combining=0xF0, 8905 description="COMBINING GREEK YPOGEGRAMMENI", 8906 direction="nsm", 8907 linebreak="cm", 8908 synonyms={ "greek iota subscript", "greek non-spacing iota below" }, 8909 uccode=0x399, 8910 unicodeslot=0x345, 8911 }, 8912 { 8913 category="mn", 8914 cjkwd="a", 8915 combining=0xE6, 8916 description="COMBINING BRIDGE ABOVE", 8917 direction="nsm", 8918 linebreak="cm", 8919 unicodeslot=0x346, 8920 }, 8921 { 8922 category="mn", 8923 cjkwd="a", 8924 combining=0xDC, 8925 description="COMBINING EQUALS SIGN BELOW", 8926 direction="nsm", 8927 linebreak="cm", 8928 unicodeslot=0x347, 8929 }, 8930 { 8931 category="mn", 8932 cjkwd="a", 8933 combining=0xDC, 8934 description="COMBINING DOUBLE VERTICAL LINE BELOW", 8935 direction="nsm", 8936 linebreak="cm", 8937 unicodeslot=0x348, 8938 }, 8939 { 8940 category="mn", 8941 cjkwd="a", 8942 combining=0xDC, 8943 description="COMBINING LEFT ANGLE BELOW", 8944 direction="nsm", 8945 linebreak="cm", 8946 unicodeslot=0x349, 8947 }, 8948 { 8949 category="mn", 8950 cjkwd="a", 8951 combining=0xE6, 8952 description="COMBINING NOT TILDE ABOVE", 8953 direction="nsm", 8954 linebreak="cm", 8955 unicodeslot=0x34A, 8956 }, 8957 { 8958 category="mn", 8959 cjkwd="a", 8960 combining=0xE6, 8961 description="COMBINING HOMOTHETIC ABOVE", 8962 direction="nsm", 8963 linebreak="cm", 8964 unicodeslot=0x34B, 8965 }, 8966 { 8967 category="mn", 8968 cjkwd="a", 8969 combining=0xE6, 8970 description="COMBINING ALMOST EQUAL TO ABOVE", 8971 direction="nsm", 8972 linebreak="cm", 8973 unicodeslot=0x34C, 8974 }, 8975 { 8976 category="mn", 8977 cjkwd="a", 8978 combining=0xDC, 8979 description="COMBINING LEFT RIGHT ARROW BELOW", 8980 direction="nsm", 8981 linebreak="cm", 8982 unicodeslot=0x34D, 8983 }, 8984 { 8985 category="mn", 8986 cjkwd="a", 8987 combining=0xDC, 8988 description="COMBINING UPWARDS ARROW BELOW", 8989 direction="nsm", 8990 linebreak="cm", 8991 unicodeslot=0x34E, 8992 }, 8993 { 8994 category="mn", 8995 cjkwd="a", 8996 description="COMBINING GRAPHEME JOINER", 8997 direction="nsm", 8998 linebreak="gl", 8999 synonyms={ "cgj" }, 9000 unicodeslot=0x34F, 9001 }, 9002 { 9003 category="mn", 9004 cjkwd="a", 9005 combining=0xE6, 9006 description="COMBINING RIGHT ARROWHEAD ABOVE", 9007 direction="nsm", 9008 linebreak="cm", 9009 unicodeslot=0x350, 9010 }, 9011 { 9012 category="mn", 9013 cjkwd="a", 9014 combining=0xE6, 9015 description="COMBINING LEFT HALF RING ABOVE", 9016 direction="nsm", 9017 linebreak="cm", 9018 unicodeslot=0x351, 9019 }, 9020 { 9021 category="mn", 9022 cjkwd="a", 9023 combining=0xE6, 9024 description="COMBINING FERMATA", 9025 direction="nsm", 9026 linebreak="cm", 9027 unicodeslot=0x352, 9028 }, 9029 { 9030 category="mn", 9031 cjkwd="a", 9032 combining=0xDC, 9033 description="COMBINING X BELOW", 9034 direction="nsm", 9035 linebreak="cm", 9036 unicodeslot=0x353, 9037 }, 9038 { 9039 category="mn", 9040 cjkwd="a", 9041 combining=0xDC, 9042 description="COMBINING LEFT ARROWHEAD BELOW", 9043 direction="nsm", 9044 linebreak="cm", 9045 unicodeslot=0x354, 9046 }, 9047 { 9048 category="mn", 9049 cjkwd="a", 9050 combining=0xDC, 9051 description="COMBINING RIGHT ARROWHEAD BELOW", 9052 direction="nsm", 9053 linebreak="cm", 9054 unicodeslot=0x355, 9055 }, 9056 { 9057 category="mn", 9058 cjkwd="a", 9059 combining=0xDC, 9060 description="COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW", 9061 direction="nsm", 9062 linebreak="cm", 9063 unicodeslot=0x356, 9064 }, 9065 { 9066 category="mn", 9067 cjkwd="a", 9068 combining=0xE6, 9069 description="COMBINING RIGHT HALF RING ABOVE", 9070 direction="nsm", 9071 linebreak="cm", 9072 unicodeslot=0x357, 9073 }, 9074 { 9075 category="mn", 9076 cjkwd="a", 9077 combining=0xE8, 9078 description="COMBINING DOT ABOVE RIGHT", 9079 direction="nsm", 9080 linebreak="cm", 9081 unicodeslot=0x358, 9082 }, 9083 { 9084 category="mn", 9085 cjkwd="a", 9086 combining=0xDC, 9087 description="COMBINING ASTERISK BELOW", 9088 direction="nsm", 9089 linebreak="cm", 9090 unicodeslot=0x359, 9091 }, 9092 { 9093 category="mn", 9094 cjkwd="a", 9095 combining=0xDC, 9096 description="COMBINING DOUBLE RING BELOW", 9097 direction="nsm", 9098 linebreak="cm", 9099 unicodeslot=0x35A, 9100 }, 9101 { 9102 category="mn", 9103 cjkwd="a", 9104 combining=0xE6, 9105 description="COMBINING ZIGZAG ABOVE", 9106 direction="nsm", 9107 linebreak="cm", 9108 unicodeslot=0x35B, 9109 }, 9110 { 9111 category="mn", 9112 cjkwd="a", 9113 combining=0xE9, 9114 description="COMBINING DOUBLE BREVE BELOW", 9115 direction="nsm", 9116 linebreak="gl", 9117 synonyms={ "ligature tie below", "papyrological hyphen" }, 9118 unicodeslot=0x35C, 9119 }, 9120 { 9121 category="mn", 9122 cjkwd="a", 9123 combining=0xEA, 9124 description="COMBINING DOUBLE BREVE", 9125 direction="nsm", 9126 linebreak="gl", 9127 unicodeslot=0x35D, 9128 }, 9129 { 9130 category="mn", 9131 cjkwd="a", 9132 combining=0xEA, 9133 description="COMBINING DOUBLE MACRON", 9134 direction="nsm", 9135 linebreak="gl", 9136 unicodeslot=0x35E, 9137 }, 9138 { 9139 category="mn", 9140 cjkwd="a", 9141 combining=0xE9, 9142 description="COMBINING DOUBLE MACRON BELOW", 9143 direction="nsm", 9144 linebreak="gl", 9145 unicodeslot=0x35F, 9146 }, 9147 { 9148 adobename="tildedoublecmb", 9149 category="mn", 9150 cjkwd="a", 9151 combining=0xEA, 9152 description="COMBINING DOUBLE TILDE", 9153 direction="nsm", 9154 linebreak="gl", 9155 unicodeslot=0x360, 9156 }, 9157 { 9158 adobename="breveinverteddoublecmb", 9159 category="mn", 9160 cjkwd="a", 9161 combining=0xEA, 9162 description="COMBINING DOUBLE INVERTED BREVE", 9163 direction="nsm", 9164 linebreak="gl", 9165 synonyms={ "ligature tie" }, 9166 unicodeslot=0x361, 9167 }, 9168 { 9169 category="mn", 9170 cjkwd="a", 9171 combining=0xE9, 9172 description="COMBINING DOUBLE RIGHTWARDS ARROW BELOW", 9173 direction="nsm", 9174 linebreak="gl", 9175 unicodeslot=0x362, 9176 }, 9177 { 9178 category="mn", 9179 cjkwd="a", 9180 combining=0xE6, 9181 description="COMBINING LATIN SMALL LETTER A", 9182 direction="nsm", 9183 linebreak="cm", 9184 unicodeslot=0x363, 9185 }, 9186 { 9187 category="mn", 9188 cjkwd="a", 9189 combining=0xE6, 9190 description="COMBINING LATIN SMALL LETTER E", 9191 direction="nsm", 9192 linebreak="cm", 9193 unicodeslot=0x364, 9194 }, 9195 { 9196 category="mn", 9197 cjkwd="a", 9198 combining=0xE6, 9199 description="COMBINING LATIN SMALL LETTER I", 9200 direction="nsm", 9201 linebreak="cm", 9202 unicodeslot=0x365, 9203 }, 9204 { 9205 category="mn", 9206 cjkwd="a", 9207 combining=0xE6, 9208 description="COMBINING LATIN SMALL LETTER O", 9209 direction="nsm", 9210 linebreak="cm", 9211 unicodeslot=0x366, 9212 }, 9213 { 9214 category="mn", 9215 cjkwd="a", 9216 combining=0xE6, 9217 description="COMBINING LATIN SMALL LETTER U", 9218 direction="nsm", 9219 linebreak="cm", 9220 unicodeslot=0x367, 9221 }, 9222 { 9223 category="mn", 9224 cjkwd="a", 9225 combining=0xE6, 9226 description="COMBINING LATIN SMALL LETTER C", 9227 direction="nsm", 9228 linebreak="cm", 9229 unicodeslot=0x368, 9230 }, 9231 { 9232 category="mn", 9233 cjkwd="a", 9234 combining=0xE6, 9235 description="COMBINING LATIN SMALL LETTER D", 9236 direction="nsm", 9237 linebreak="cm", 9238 unicodeslot=0x369, 9239 }, 9240 { 9241 category="mn", 9242 cjkwd="a", 9243 combining=0xE6, 9244 description="COMBINING LATIN SMALL LETTER H", 9245 direction="nsm", 9246 linebreak="cm", 9247 unicodeslot=0x36A, 9248 }, 9249 { 9250 category="mn", 9251 cjkwd="a", 9252 combining=0xE6, 9253 description="COMBINING LATIN SMALL LETTER M", 9254 direction="nsm", 9255 linebreak="cm", 9256 unicodeslot=0x36B, 9257 }, 9258 { 9259 category="mn", 9260 cjkwd="a", 9261 combining=0xE6, 9262 description="COMBINING LATIN SMALL LETTER R", 9263 direction="nsm", 9264 linebreak="cm", 9265 unicodeslot=0x36C, 9266 }, 9267 { 9268 category="mn", 9269 cjkwd="a", 9270 combining=0xE6, 9271 description="COMBINING LATIN SMALL LETTER T", 9272 direction="nsm", 9273 linebreak="cm", 9274 unicodeslot=0x36D, 9275 }, 9276 { 9277 category="mn", 9278 cjkwd="a", 9279 combining=0xE6, 9280 description="COMBINING LATIN SMALL LETTER V", 9281 direction="nsm", 9282 linebreak="cm", 9283 unicodeslot=0x36E, 9284 }, 9285 { 9286 category="mn", 9287 cjkwd="a", 9288 combining=0xE6, 9289 description="COMBINING LATIN SMALL LETTER X", 9290 direction="nsm", 9291 linebreak="cm", 9292 unicodeslot=0x36F, 9293 }, 9294 { 9295 category="lu", 9296 description="GREEK CAPITAL LETTER HETA", 9297 direction="l", 9298 lccode=0x371, 9299 linebreak="al", 9300 unicodeslot=0x370, 9301 }, 9302 { 9303 category="ll", 9304 description="GREEK SMALL LETTER HETA", 9305 direction="l", 9306 linebreak="al", 9307 unicodeslot=0x371, 9308 }, 9309 { 9310 category="lu", 9311 description="GREEK CAPITAL LETTER ARCHAIC SAMPI", 9312 direction="l", 9313 lccode=0x373, 9314 linebreak="al", 9315 unicodeslot=0x372, 9316 }, 9317 { 9318 category="ll", 9319 description="GREEK SMALL LETTER ARCHAIC SAMPI", 9320 direction="l", 9321 linebreak="al", 9322 unicodeslot=0x373, 9323 }, 9324 { 9325 adobename="numeralsigngreek", 9326 category="sk", 9327 description="GREEK NUMERAL SIGN", 9328 direction="on", 9329 linebreak="al", 9330 specials={ "char", 0x2B9 }, 9331 unicodeslot=0x374, 9332 }, 9333 { 9334 adobename="numeralsignlowergreek", 9335 category="sk", 9336 description="GREEK LOWER NUMERAL SIGN", 9337 direction="on", 9338 linebreak="al", 9339 unicodeslot=0x375, 9340 }, 9341 { 9342 category="lu", 9343 description="GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA", 9344 direction="l", 9345 lccode=0x377, 9346 linebreak="al", 9347 unicodeslot=0x376, 9348 }, 9349 { 9350 category="ll", 9351 description="GREEK SMALL LETTER PAMPHYLIAN DIGAMMA", 9352 direction="l", 9353 linebreak="al", 9354 unicodeslot=0x377, 9355 }, 9356 [0x37A]={ 9357 adobename="ypogegrammeni", 9358 category="lm", 9359 description="GREEK YPOGEGRAMMENI", 9360 direction="l", 9361 linebreak="al", 9362 specials={ "compat", 0x20, 0x345 }, 9363 unicodeslot=0x37A, 9364 }, 9365 [0x37B]={ 9366 category="ll", 9367 description="GREEK SMALL REVERSED LUNATE SIGMA SYMBOL", 9368 direction="l", 9369 linebreak="al", 9370 uccode=0x3FD, 9371 unicodeslot=0x37B, 9372 }, 9373 [0x37C]={ 9374 category="ll", 9375 description="GREEK SMALL DOTTED LUNATE SIGMA SYMBOL", 9376 direction="l", 9377 linebreak="al", 9378 uccode=0x3FE, 9379 unicodeslot=0x37C, 9380 }, 9381 [0x37D]={ 9382 category="ll", 9383 description="GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL", 9384 direction="l", 9385 linebreak="al", 9386 uccode=0x3FF, 9387 unicodeslot=0x37D, 9388 }, 9389 [0x37E]={ 9390 adobename="questiongreek", 9391 category="po", 9392 description="GREEK QUESTION MARK", 9393 direction="on", 9394 linebreak="is", 9395 specials={ "char", 0x3B }, 9396 unicodeslot=0x37E, 9397 }, 9398 [0x37F]={ 9399 category="lu", 9400 description="GREEK CAPITAL LETTER YOT", 9401 direction="l", 9402 lccode=0x3F3, 9403 linebreak="al", 9404 unicodeslot=0x37F, 9405 }, 9406 [0x384]={ 9407 adobename="tonos", 9408 category="sk", 9409 contextname="greektonos", 9410 description="GREEK TONOS", 9411 direction="on", 9412 linebreak="al", 9413 specials={ "compat", 0x20, 0x301 }, 9414 unicodeslot=0x384, 9415 }, 9416 [0x385]={ 9417 adobename="dieresistonos", 9418 category="sk", 9419 contextname="greekdialytikatonos", 9420 description="GREEK DIALYTIKA TONOS", 9421 direction="on", 9422 linebreak="al", 9423 specials={ "char", 0xA8, 0x301 }, 9424 unicodeslot=0x385, 9425 }, 9426 [0x386]={ 9427 adobename="Alphatonos", 9428 category="lu", 9429 contextname="greekAlphatonos", 9430 description="GREEK CAPITAL LETTER ALPHA WITH TONOS", 9431 direction="l", 9432 lccode=0x3AC, 9433 linebreak="al", 9434 shcode=0x391, 9435 specials={ "char", 0x391, 0x301 }, 9436 unicodeslot=0x386, 9437 }, 9438 [0x387]={ 9439 adobename="anoteleia", 9440 category="po", 9441 description="GREEK ANO TELEIA", 9442 direction="on", 9443 linebreak="al", 9444 specials={ "char", 0xB7 }, 9445 unicodeslot=0x387, 9446 }, 9447 [0x388]={ 9448 adobename="Epsilontonos", 9449 category="lu", 9450 contextname="greekEpsilontonos", 9451 description="GREEK CAPITAL LETTER EPSILON WITH TONOS", 9452 direction="l", 9453 lccode=0x3AD, 9454 linebreak="al", 9455 shcode=0x395, 9456 specials={ "char", 0x395, 0x301 }, 9457 unicodeslot=0x388, 9458 }, 9459 [0x389]={ 9460 adobename="Etatonos", 9461 category="lu", 9462 contextname="greekEtatonos", 9463 description="GREEK CAPITAL LETTER ETA WITH TONOS", 9464 direction="l", 9465 lccode=0x3AE, 9466 linebreak="al", 9467 shcode=0x397, 9468 specials={ "char", 0x397, 0x301 }, 9469 unicodeslot=0x389, 9470 }, 9471 [0x38A]={ 9472 adobename="Iotatonos", 9473 category="lu", 9474 contextname="greekIotatonos", 9475 description="GREEK CAPITAL LETTER IOTA WITH TONOS", 9476 direction="l", 9477 lccode=0x3AF, 9478 linebreak="al", 9479 shcode=0x399, 9480 specials={ "char", 0x399, 0x301 }, 9481 unicodeslot=0x38A, 9482 }, 9483 [0x38C]={ 9484 adobename="Omicrontonos", 9485 category="lu", 9486 contextname="greekOmicrontonos", 9487 description="GREEK CAPITAL LETTER OMICRON WITH TONOS", 9488 direction="l", 9489 lccode=0x3CC, 9490 linebreak="al", 9491 shcode=0x39F, 9492 specials={ "char", 0x39F, 0x301 }, 9493 unicodeslot=0x38C, 9494 }, 9495 [0x38E]={ 9496 adobename="Upsilontonos", 9497 category="lu", 9498 contextname="greekUpsilontonos", 9499 description="GREEK CAPITAL LETTER UPSILON WITH TONOS", 9500 direction="l", 9501 lccode=0x3CD, 9502 linebreak="al", 9503 shcode=0x3A5, 9504 specials={ "char", 0x3A5, 0x301 }, 9505 unicodeslot=0x38E, 9506 }, 9507 [0x38F]={ 9508 adobename="Omegatonos", 9509 category="lu", 9510 contextname="greekOmegatonos", 9511 description="GREEK CAPITAL LETTER OMEGA WITH TONOS", 9512 direction="l", 9513 lccode=0x3CE, 9514 linebreak="al", 9515 shcode=0x3A9, 9516 specials={ "char", 0x3A9, 0x301 }, 9517 unicodeslot=0x38F, 9518 }, 9519 [0x390]={ 9520 adobename="iotadieresistonos", 9521 category="ll", 9522 contextname="greekiotadialytikatonos", 9523 description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS", 9524 direction="l", 9525 linebreak="al", 9526 shcode=0x3B9, 9527 specials={ "char", 0x3CA, 0x301 }, 9528 uccode={ 0x3B9, 0x308, 0x301 }, 9529 unicodeslot=0x390, 9530 }, 9531 [0x391]={ 9532 adobename="Alpha", 9533 category="lu", 9534 cjkwd="a", 9535 contextname="greekAlpha", 9536 description="GREEK CAPITAL LETTER ALPHA", 9537 direction="l", 9538 lccode=0x3B1, 9539 linebreak="al", 9540 mathclass="variable", 9541 mathname="Alpha", 9542 unicodeslot=0x391, 9543 }, 9544 [0x392]={ 9545 adobename="Beta", 9546 category="lu", 9547 cjkwd="a", 9548 contextname="greekBeta", 9549 description="GREEK CAPITAL LETTER BETA", 9550 direction="l", 9551 lccode=0x3B2, 9552 linebreak="al", 9553 mathclass="variable", 9554 mathname="Beta", 9555 unicodeslot=0x392, 9556 }, 9557 [0x393]={ 9558 adobename="Gamma", 9559 category="lu", 9560 cjkwd="a", 9561 contextname="greekGamma", 9562 description="GREEK CAPITAL LETTER GAMMA", 9563 direction="l", 9564 lccode=0x3B3, 9565 linebreak="al", 9566 mathclass="variable", 9567 mathname="Gamma", 9568 synonyms={ "gamma function" }, 9569 unicodeslot=0x393, 9570 }, 9571 [0x394]={ 9572 adobename="Deltagreek", 9573 category="lu", 9574 cjkwd="a", 9575 contextname="greekDelta", 9576 description="GREEK CAPITAL LETTER DELTA", 9577 direction="l", 9578 lccode=0x3B4, 9579 linebreak="al", 9580 mathclass="variable", 9581 mathname="Delta", 9582 unicodeslot=0x394, 9583 }, 9584 [0x395]={ 9585 adobename="Epsilon", 9586 category="lu", 9587 cjkwd="a", 9588 contextname="greekEpsilon", 9589 description="GREEK CAPITAL LETTER EPSILON", 9590 direction="l", 9591 lccode=0x3B5, 9592 linebreak="al", 9593 mathclass="variable", 9594 mathname="Epsilon", 9595 unicodeslot=0x395, 9596 }, 9597 [0x396]={ 9598 adobename="Zeta", 9599 category="lu", 9600 cjkwd="a", 9601 contextname="greekZeta", 9602 description="GREEK CAPITAL LETTER ZETA", 9603 direction="l", 9604 lccode=0x3B6, 9605 linebreak="al", 9606 mathclass="variable", 9607 mathname="Zeta", 9608 unicodeslot=0x396, 9609 }, 9610 [0x397]={ 9611 adobename="Eta", 9612 category="lu", 9613 cjkwd="a", 9614 contextname="greekEta", 9615 description="GREEK CAPITAL LETTER ETA", 9616 direction="l", 9617 lccode=0x3B7, 9618 linebreak="al", 9619 mathclass="variable", 9620 mathname="Eta", 9621 unicodeslot=0x397, 9622 }, 9623 [0x398]={ 9624 adobename="Theta", 9625 category="lu", 9626 cjkwd="a", 9627 contextname="greekTheta", 9628 description="GREEK CAPITAL LETTER THETA", 9629 direction="l", 9630 lccode=0x3B8, 9631 linebreak="al", 9632 mathclass="variable", 9633 mathname="Theta", 9634 unicodeslot=0x398, 9635 }, 9636 [0x399]={ 9637 adobename="Iota", 9638 category="lu", 9639 cjkwd="a", 9640 contextname="greekIota", 9641 description="GREEK CAPITAL LETTER IOTA", 9642 direction="l", 9643 lccode=0x3B9, 9644 linebreak="al", 9645 mathclass="variable", 9646 mathname="Iota", 9647 unicodeslot=0x399, 9648 }, 9649 [0x39A]={ 9650 adobename="Kappa", 9651 category="lu", 9652 cjkwd="a", 9653 contextname="greekKappa", 9654 description="GREEK CAPITAL LETTER KAPPA", 9655 direction="l", 9656 lccode=0x3BA, 9657 linebreak="al", 9658 mathclass="variable", 9659 mathname="Kappa", 9660 unicodeslot=0x39A, 9661 }, 9662 [0x39B]={ 9663 adobename="Lambda", 9664 category="lu", 9665 cjkwd="a", 9666 contextname="greekLambda", 9667 description="GREEK CAPITAL LETTER LAMDA", 9668 direction="l", 9669 lccode=0x3BB, 9670 linebreak="al", 9671 mathclass="variable", 9672 mathname="Lambda", 9673 unicodeslot=0x39B, 9674 }, 9675 [0x39C]={ 9676 adobename="Mu", 9677 category="lu", 9678 cjkwd="a", 9679 contextname="greekMu", 9680 description="GREEK CAPITAL LETTER MU", 9681 direction="l", 9682 lccode=0x3BC, 9683 linebreak="al", 9684 mathclass="variable", 9685 mathname="Mu", 9686 unicodeslot=0x39C, 9687 }, 9688 [0x39D]={ 9689 adobename="Nu", 9690 category="lu", 9691 cjkwd="a", 9692 contextname="greekNu", 9693 description="GREEK CAPITAL LETTER NU", 9694 direction="l", 9695 lccode=0x3BD, 9696 linebreak="al", 9697 mathclass="variable", 9698 mathname="Nu", 9699 unicodeslot=0x39D, 9700 }, 9701 [0x39E]={ 9702 adobename="Xi", 9703 category="lu", 9704 cjkwd="a", 9705 contextname="greekXi", 9706 description="GREEK CAPITAL LETTER XI", 9707 direction="l", 9708 lccode=0x3BE, 9709 linebreak="al", 9710 mathclass="variable", 9711 mathname="Xi", 9712 unicodeslot=0x39E, 9713 }, 9714 [0x39F]={ 9715 adobename="Omicron", 9716 category="lu", 9717 cjkwd="a", 9718 contextname="greekOmicron", 9719 description="GREEK CAPITAL LETTER OMICRON", 9720 direction="l", 9721 lccode=0x3BF, 9722 linebreak="al", 9723 mathclass="variable", 9724 mathname="Omicron", 9725 unicodeslot=0x39F, 9726 }, 9727 [0x3A0]={ 9728 adobename="Pi", 9729 category="lu", 9730 cjkwd="a", 9731 contextname="greekPi", 9732 description="GREEK CAPITAL LETTER PI", 9733 direction="l", 9734 lccode=0x3C0, 9735 linebreak="al", 9736 mathclass="variable", 9737 mathname="Pi", 9738 unicodeslot=0x3A0, 9739 }, 9740 [0x3A1]={ 9741 adobename="Rho", 9742 category="lu", 9743 cjkwd="a", 9744 contextname="greekRho", 9745 description="GREEK CAPITAL LETTER RHO", 9746 direction="l", 9747 lccode=0x3C1, 9748 linebreak="al", 9749 mathclass="variable", 9750 mathname="Rho", 9751 unicodeslot=0x3A1, 9752 }, 9753 [0x3A3]={ 9754 adobename="Sigma", 9755 category="lu", 9756 cjkwd="a", 9757 contextname="greekSigma", 9758 description="GREEK CAPITAL LETTER SIGMA", 9759 direction="l", 9760 lccode=0x3C3, 9761 linebreak="al", 9762 mathclass="variable", 9763 mathname="Sigma", 9764 unicodeslot=0x3A3, 9765 }, 9766 [0x3A4]={ 9767 adobename="Tau", 9768 category="lu", 9769 cjkwd="a", 9770 contextname="greekTau", 9771 description="GREEK CAPITAL LETTER TAU", 9772 direction="l", 9773 lccode=0x3C4, 9774 linebreak="al", 9775 mathclass="variable", 9776 mathname="Tau", 9777 unicodeslot=0x3A4, 9778 }, 9779 [0x3A5]={ 9780 adobename="Upsilon", 9781 category="lu", 9782 cjkwd="a", 9783 contextname="greekUpsilon", 9784 description="GREEK CAPITAL LETTER UPSILON", 9785 direction="l", 9786 lccode=0x3C5, 9787 linebreak="al", 9788 mathclass="variable", 9789 mathname="Upsilon", 9790 unicodeslot=0x3A5, 9791 }, 9792 [0x3A6]={ 9793 adobename="Phi", 9794 category="lu", 9795 cjkwd="a", 9796 contextname="greekPhi", 9797 description="GREEK CAPITAL LETTER PHI", 9798 direction="l", 9799 lccode=0x3C6, 9800 linebreak="al", 9801 mathclass="variable", 9802 mathname="Phi", 9803 unicodeslot=0x3A6, 9804 }, 9805 [0x3A7]={ 9806 adobename="Chi", 9807 category="lu", 9808 cjkwd="a", 9809 contextname="greekChi", 9810 description="GREEK CAPITAL LETTER CHI", 9811 direction="l", 9812 lccode=0x3C7, 9813 linebreak="al", 9814 mathclass="variable", 9815 mathname="Chi", 9816 unicodeslot=0x3A7, 9817 }, 9818 [0x3A8]={ 9819 adobename="Psi", 9820 category="lu", 9821 cjkwd="a", 9822 contextname="greekPsi", 9823 description="GREEK CAPITAL LETTER PSI", 9824 direction="l", 9825 lccode=0x3C8, 9826 linebreak="al", 9827 mathclass="variable", 9828 mathname="Psi", 9829 unicodeslot=0x3A8, 9830 }, 9831 [0x3A9]={ 9832 adobename="Omegagreek", 9833 category="lu", 9834 cjkwd="a", 9835 contextname="greekOmega", 9836 description="GREEK CAPITAL LETTER OMEGA", 9837 direction="l", 9838 lccode=0x3C9, 9839 linebreak="al", 9840 mathclass="variable", 9841 mathname="Omega", 9842 unicodeslot=0x3A9, 9843 }, 9844 [0x3AA]={ 9845 adobename="Iotadieresis", 9846 category="lu", 9847 contextname="greekIotadialytika", 9848 description="GREEK CAPITAL LETTER IOTA WITH DIALYTIKA", 9849 direction="l", 9850 lccode=0x3CA, 9851 linebreak="al", 9852 shcode=0x399, 9853 specials={ "char", 0x399, 0x308 }, 9854 unicodeslot=0x3AA, 9855 }, 9856 [0x3AB]={ 9857 adobename="Upsilondieresis", 9858 category="lu", 9859 contextname="greekUpsilondialytika", 9860 description="GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA", 9861 direction="l", 9862 lccode=0x3CB, 9863 linebreak="al", 9864 shcode=0x3A5, 9865 specials={ "char", 0x3A5, 0x308 }, 9866 unicodeslot=0x3AB, 9867 }, 9868 [0x3AC]={ 9869 adobename="alphatonos", 9870 category="ll", 9871 contextname="greekalphatonos", 9872 description="GREEK SMALL LETTER ALPHA WITH TONOS", 9873 direction="l", 9874 linebreak="al", 9875 shcode=0x3B1, 9876 specials={ "char", 0x3B1, 0x301 }, 9877 uccode=0x386, 9878 unicodeslot=0x3AC, 9879 }, 9880 [0x3AD]={ 9881 adobename="epsilontonos", 9882 category="ll", 9883 contextname="greekepsilontonos", 9884 description="GREEK SMALL LETTER EPSILON WITH TONOS", 9885 direction="l", 9886 linebreak="al", 9887 shcode=0x3B5, 9888 specials={ "char", 0x3B5, 0x301 }, 9889 uccode=0x388, 9890 unicodeslot=0x3AD, 9891 }, 9892 [0x3AE]={ 9893 adobename="etatonos", 9894 category="ll", 9895 contextname="greeketatonos", 9896 description="GREEK SMALL LETTER ETA WITH TONOS", 9897 direction="l", 9898 linebreak="al", 9899 shcode=0x3B7, 9900 specials={ "char", 0x3B7, 0x301 }, 9901 uccode=0x389, 9902 unicodeslot=0x3AE, 9903 }, 9904 [0x3AF]={ 9905 adobename="iotatonos", 9906 category="ll", 9907 contextname="greekiotatonos", 9908 description="GREEK SMALL LETTER IOTA WITH TONOS", 9909 direction="l", 9910 linebreak="al", 9911 shcode=0x3B9, 9912 specials={ "char", 0x3B9, 0x301 }, 9913 uccode=0x38A, 9914 unicodeslot=0x3AF, 9915 }, 9916 [0x3B0]={ 9917 adobename="upsilondieresistonos", 9918 category="ll", 9919 contextname="greekupsilondialytikatonos", 9920 description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS", 9921 direction="l", 9922 linebreak="al", 9923 shcode=0x3C5, 9924 specials={ "char", 0x3CB, 0x301 }, 9925 uccode={ 0x3C5, 0x308, 0x301 }, 9926 unicodeslot=0x3B0, 9927 }, 9928 [0x3B1]={ 9929 adobename="alpha", 9930 category="ll", 9931 cjkwd="a", 9932 contextname="greekalpha", 9933 description="GREEK SMALL LETTER ALPHA", 9934 direction="l", 9935 linebreak="al", 9936 mathclass="variable", 9937 mathname="alpha", 9938 uccode=0x391, 9939 unicodeslot=0x3B1, 9940 }, 9941 [0x3B2]={ 9942 adobename="beta", 9943 category="ll", 9944 cjkwd="a", 9945 contextname="greekbeta", 9946 description="GREEK SMALL LETTER BETA", 9947 direction="l", 9948 linebreak="al", 9949 mathclass="variable", 9950 mathname="beta", 9951 uccode=0x392, 9952 unicodeslot=0x3B2, 9953 }, 9954 [0x3B3]={ 9955 adobename="gamma", 9956 category="ll", 9957 cjkwd="a", 9958 contextname="greekgamma", 9959 description="GREEK SMALL LETTER GAMMA", 9960 direction="l", 9961 linebreak="al", 9962 mathclass="variable", 9963 mathname="gamma", 9964 uccode=0x393, 9965 unicodeslot=0x3B3, 9966 }, 9967 [0x3B4]={ 9968 adobename="delta", 9969 category="ll", 9970 cjkwd="a", 9971 contextname="greekdelta", 9972 description="GREEK SMALL LETTER DELTA", 9973 direction="l", 9974 linebreak="al", 9975 mathclass="variable", 9976 mathname="delta", 9977 uccode=0x394, 9978 unicodeslot=0x3B4, 9979 }, 9980 [0x3B5]={ 9981 adobename="epsilon", 9982 category="ll", 9983 cjkwd="a", 9984 contextname="greekepsilon", 9985 description="GREEK SMALL LETTER EPSILON", 9986 direction="l", 9987 linebreak="al", 9988 mathclass="variable", 9989 mathname="varepsilon", 9990 uccode=0x395, 9991 unicodeslot=0x3B5, 9992 }, 9993 [0x3B6]={ 9994 adobename="zeta", 9995 category="ll", 9996 cjkwd="a", 9997 contextname="greekzeta", 9998 description="GREEK SMALL LETTER ZETA", 9999 direction="l", 10000 linebreak="al", 10001 mathclass="variable", 10002 mathname="zeta", 10003 uccode=0x396, 10004 unicodeslot=0x3B6, 10005 }, 10006 [0x3B7]={ 10007 adobename="eta", 10008 category="ll", 10009 cjkwd="a", 10010 contextname="greeketa", 10011 description="GREEK SMALL LETTER ETA", 10012 direction="l", 10013 linebreak="al", 10014 mathclass="variable", 10015 mathname="eta", 10016 uccode=0x397, 10017 unicodeslot=0x3B7, 10018 }, 10019 [0x3B8]={ 10020 adobename="theta", 10021 category="ll", 10022 cjkwd="a", 10023 contextname="greektheta", 10024 description="GREEK SMALL LETTER THETA", 10025 direction="l", 10026 linebreak="al", 10027 mathclass="variable", 10028 mathname="theta", 10029 uccode=0x398, 10030 unicodeslot=0x3B8, 10031 }, 10032 [0x3B9]={ 10033 adobename="iota", 10034 category="ll", 10035 cjkwd="a", 10036 contextname="greekiota", 10037 description="GREEK SMALL LETTER IOTA", 10038 direction="l", 10039 linebreak="al", 10040 mathclass="variable", 10041 mathname="iota", 10042 uccode=0x399, 10043 unicodeslot=0x3B9, 10044 }, 10045 [0x3BA]={ 10046 adobename="kappa", 10047 category="ll", 10048 cjkwd="a", 10049 contextname="greekkappa", 10050 description="GREEK SMALL LETTER KAPPA", 10051 direction="l", 10052 linebreak="al", 10053 mathclass="variable", 10054 mathname="kappa", 10055 uccode=0x39A, 10056 unicodeslot=0x3BA, 10057 }, 10058 [0x3BB]={ 10059 adobename="lambda", 10060 category="ll", 10061 cjkwd="a", 10062 contextname="greeklambda", 10063 description="GREEK SMALL LETTER LAMDA", 10064 direction="l", 10065 linebreak="al", 10066 mathclass="variable", 10067 mathname="lambda", 10068 uccode=0x39B, 10069 unicodeslot=0x3BB, 10070 }, 10071 [0x3BC]={ 10072 adobename="mugreek", 10073 category="ll", 10074 cjkwd="a", 10075 contextname="greekmu", 10076 description="GREEK SMALL LETTER MU", 10077 direction="l", 10078 linebreak="al", 10079 mathclass="variable", 10080 mathname="mu", 10081 uccode=0x39C, 10082 unicodeslot=0x3BC, 10083 }, 10084 [0x3BD]={ 10085 adobename="nu", 10086 category="ll", 10087 cjkwd="a", 10088 contextname="greeknu", 10089 description="GREEK SMALL LETTER NU", 10090 direction="l", 10091 linebreak="al", 10092 mathclass="variable", 10093 mathname="nu", 10094 uccode=0x39D, 10095 unicodeslot=0x3BD, 10096 }, 10097 [0x3BE]={ 10098 adobename="xi", 10099 category="ll", 10100 cjkwd="a", 10101 contextname="greekxi", 10102 description="GREEK SMALL LETTER XI", 10103 direction="l", 10104 linebreak="al", 10105 mathclass="variable", 10106 mathname="xi", 10107 uccode=0x39E, 10108 unicodeslot=0x3BE, 10109 }, 10110 [0x3BF]={ 10111 adobename="omicron", 10112 category="ll", 10113 cjkwd="a", 10114 contextname="greekomicron", 10115 description="GREEK SMALL LETTER OMICRON", 10116 direction="l", 10117 linebreak="al", 10118 mathclass="variable", 10119 mathname="omicron", 10120 uccode=0x39F, 10121 unicodeslot=0x3BF, 10122 }, 10123 [0x3C0]={ 10124 adobename="pi", 10125 category="ll", 10126 cjkwd="a", 10127 contextname="greekpi", 10128 description="GREEK SMALL LETTER PI", 10129 direction="l", 10130 linebreak="al", 10131 mathclass="variable", 10132 mathname="pi", 10133 synonyms={ "mathematical constant 3.141592... pi", "mathematical constant pi" }, 10134 uccode=0x3A0, 10135 unicodeslot=0x3C0, 10136 }, 10137 [0x3C1]={ 10138 adobename="rho", 10139 category="ll", 10140 cjkwd="a", 10141 contextname="greekrho", 10142 description="GREEK SMALL LETTER RHO", 10143 direction="l", 10144 linebreak="al", 10145 mathclass="variable", 10146 mathname="rho", 10147 uccode=0x3A1, 10148 unicodeslot=0x3C1, 10149 }, 10150 [0x3C2]={ 10151 adobename="sigmafinal", 10152 category="ll", 10153 contextname="greekfinalsigma", 10154 description="GREEK SMALL LETTER FINAL SIGMA", 10155 direction="l", 10156 linebreak="al", 10157 mathclass="variable", 10158 mathname="varsigma", 10159 uccode=0x3C3, 10160 unicodeslot=0x3C2, 10161 }, 10162 [0x3C3]={ 10163 adobename="sigma", 10164 category="ll", 10165 cjkwd="a", 10166 contextname="greeksigma", 10167 description="GREEK SMALL LETTER SIGMA", 10168 direction="l", 10169 linebreak="al", 10170 mathclass="variable", 10171 mathname="sigma", 10172 uccode=0x3A3, 10173 unicodeslot=0x3C3, 10174 }, 10175 [0x3C4]={ 10176 adobename="tau", 10177 category="ll", 10178 cjkwd="a", 10179 contextname="greektau", 10180 description="GREEK SMALL LETTER TAU", 10181 direction="l", 10182 linebreak="al", 10183 mathclass="variable", 10184 mathname="tau", 10185 uccode=0x3A4, 10186 unicodeslot=0x3C4, 10187 }, 10188 [0x3C5]={ 10189 adobename="upsilon", 10190 category="ll", 10191 cjkwd="a", 10192 contextname="greekupsilon", 10193 description="GREEK SMALL LETTER UPSILON", 10194 direction="l", 10195 linebreak="al", 10196 mathclass="variable", 10197 mathname="upsilon", 10198 uccode=0x3A5, 10199 unicodeslot=0x3C5, 10200 }, 10201 [0x3C6]={ 10202 adobename="phi", 10203 category="ll", 10204 cjkwd="a", 10205 contextname="greekphi", 10206 description="GREEK SMALL LETTER PHI", 10207 direction="l", 10208 linebreak="al", 10209 mathclass="variable", 10210 mathname="varphi", 10211 uccode=0x3A6, 10212 unicodeslot=0x3C6, 10213 }, 10214 [0x3C7]={ 10215 adobename="chi", 10216 category="ll", 10217 cjkwd="a", 10218 contextname="greekchi", 10219 description="GREEK SMALL LETTER CHI", 10220 direction="l", 10221 linebreak="al", 10222 mathclass="variable", 10223 mathname="chi", 10224 uccode=0x3A7, 10225 unicodeslot=0x3C7, 10226 }, 10227 [0x3C8]={ 10228 adobename="psi", 10229 category="ll", 10230 cjkwd="a", 10231 contextname="greekpsi", 10232 description="GREEK SMALL LETTER PSI", 10233 direction="l", 10234 linebreak="al", 10235 mathclass="variable", 10236 mathname="psi", 10237 uccode=0x3A8, 10238 unicodeslot=0x3C8, 10239 }, 10240 [0x3C9]={ 10241 adobename="omega", 10242 category="ll", 10243 cjkwd="a", 10244 contextname="greekomega", 10245 description="GREEK SMALL LETTER OMEGA", 10246 direction="l", 10247 linebreak="al", 10248 mathclass="variable", 10249 mathname="omega", 10250 uccode=0x3A9, 10251 unicodeslot=0x3C9, 10252 }, 10253 [0x3CA]={ 10254 adobename="iotadieresis", 10255 category="ll", 10256 contextname="greekiotadialytika", 10257 description="GREEK SMALL LETTER IOTA WITH DIALYTIKA", 10258 direction="l", 10259 linebreak="al", 10260 shcode=0x3B9, 10261 specials={ "char", 0x3B9, 0x308 }, 10262 uccode=0x3AA, 10263 unicodeslot=0x3CA, 10264 }, 10265 [0x3CB]={ 10266 adobename="upsilondieresis", 10267 category="ll", 10268 contextname="greekupsilondiaeresis", 10269 description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA", 10270 direction="l", 10271 linebreak="al", 10272 shcode=0x3C5, 10273 specials={ "char", 0x3C5, 0x308 }, 10274 uccode=0x3AB, 10275 unicodeslot=0x3CB, 10276 }, 10277 [0x3CC]={ 10278 adobename="omicrontonos", 10279 category="ll", 10280 contextname="greekomicrontonos", 10281 description="GREEK SMALL LETTER OMICRON WITH TONOS", 10282 direction="l", 10283 linebreak="al", 10284 shcode=0x3BF, 10285 specials={ "char", 0x3BF, 0x301 }, 10286 uccode=0x38C, 10287 unicodeslot=0x3CC, 10288 }, 10289 [0x3CD]={ 10290 adobename="upsilontonos", 10291 category="ll", 10292 contextname="greekupsilontonos", 10293 description="GREEK SMALL LETTER UPSILON WITH TONOS", 10294 direction="l", 10295 linebreak="al", 10296 shcode=0x3C5, 10297 specials={ "char", 0x3C5, 0x301 }, 10298 uccode=0x38E, 10299 unicodeslot=0x3CD, 10300 }, 10301 [0x3CE]={ 10302 adobename="omegatonos", 10303 category="ll", 10304 contextname="greekomegatonos", 10305 description="GREEK SMALL LETTER OMEGA WITH TONOS", 10306 direction="l", 10307 linebreak="al", 10308 shcode=0x3C9, 10309 specials={ "char", 0x3C9, 0x301 }, 10310 uccode=0x38F, 10311 unicodeslot=0x3CE, 10312 }, 10313 [0x3CF]={ 10314 category="lu", 10315 description="GREEK CAPITAL KAI SYMBOL", 10316 direction="l", 10317 lccode=0x3D7, 10318 linebreak="al", 10319 unicodeslot=0x3CF, 10320 }, 10321 [0x3D0]={ 10322 adobename="betasymbolgreek", 10323 category="ll", 10324 contextname="greekbetaalt", 10325 description="GREEK BETA SYMBOL", 10326 direction="l", 10327 linebreak="al", 10328 specials={ "compat", 0x3B2 }, 10329 synonyms={ "curled beta" }, 10330 uccode=0x3B2, 10331 unicodeslot=0x3D0, 10332 }, 10333 [0x3D1]={ 10334 adobename="thetasymbolgreek", 10335 category="ll", 10336 contextname="greekthetaalt", 10337 description="GREEK THETA SYMBOL", 10338 direction="l", 10339 linebreak="al", 10340 mathclass="variable", 10341 mathname="varTheta", 10342 specials={ "compat", 0x3B8 }, 10343 synonyms={ "script theta" }, 10344 uccode=0x3B8, 10345 unicodeslot=0x3D1, 10346 }, 10347 [0x3D2]={ 10348 adobename="Upsilonhooksymbol", 10349 category="lu", 10350 description="GREEK UPSILON WITH HOOK SYMBOL", 10351 direction="l", 10352 linebreak="al", 10353 specials={ "compat", 0x3A5 }, 10354 unicodeslot=0x3D2, 10355 }, 10356 [0x3D3]={ 10357 adobename="Upsilonacutehooksymbolgreek", 10358 category="lu", 10359 description="GREEK UPSILON WITH ACUTE AND HOOK SYMBOL", 10360 direction="l", 10361 linebreak="al", 10362 specials={ "char", 0x3D2, 0x301 }, 10363 unicodeslot=0x3D3, 10364 }, 10365 [0x3D4]={ 10366 adobename="Upsilondieresishooksymbolgreek", 10367 category="lu", 10368 description="GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL", 10369 direction="l", 10370 linebreak="al", 10371 specials={ "char", 0x3D2, 0x308 }, 10372 unicodeslot=0x3D4, 10373 }, 10374 [0x3D5]={ 10375 adobename="phisymbolgreek", 10376 category="ll", 10377 contextname="greekphialt", 10378 description="GREEK PHI SYMBOL", 10379 direction="l", 10380 linebreak="al", 10381 mathclass="variable", 10382 mathname="phi", 10383 specials={ "compat", 0x3C6 }, 10384 uccode=0x3C6, 10385 unicodeslot=0x3D5, 10386 }, 10387 [0x3D6]={ 10388 adobename="pisymbolgreek", 10389 category="ll", 10390 contextname="greekpialt", 10391 description="GREEK PI SYMBOL", 10392 direction="l", 10393 linebreak="al", 10394 mathclass="variable", 10395 mathname="varpi", 10396 specials={ "compat", 0x3C0 }, 10397 synonyms={ "omega pi" }, 10398 uccode=0x3C0, 10399 unicodeslot=0x3D6, 10400 }, 10401 [0x3D7]={ 10402 category="ll", 10403 description="GREEK KAI SYMBOL", 10404 direction="l", 10405 linebreak="al", 10406 unicodeslot=0x3D7, 10407 }, 10408 [0x3D8]={ 10409 category="lu", 10410 description="GREEK LETTER ARCHAIC KOPPA", 10411 direction="l", 10412 lccode=0x3D9, 10413 linebreak="al", 10414 unicodeslot=0x3D8, 10415 }, 10416 [0x3D9]={ 10417 category="ll", 10418 contextname="greekkoppa", 10419 description="GREEK SMALL LETTER ARCHAIC KOPPA", 10420 direction="l", 10421 linebreak="al", 10422 uccode=0x3D8, 10423 unicodeslot=0x3D9, 10424 }, 10425 [0x3DA]={ 10426 adobename="Stigmagreek", 10427 category="lu", 10428 description="GREEK LETTER STIGMA", 10429 direction="l", 10430 lccode=0x3DB, 10431 linebreak="al", 10432 unicodeslot=0x3DA, 10433 }, 10434 [0x3DB]={ 10435 category="ll", 10436 contextname="greekstigma", 10437 description="GREEK SMALL LETTER STIGMA", 10438 direction="l", 10439 linebreak="al", 10440 uccode=0x3DA, 10441 unicodeslot=0x3DB, 10442 }, 10443 [0x3DC]={ 10444 adobename="Digammagreek", 10445 category="lu", 10446 description="GREEK LETTER DIGAMMA", 10447 direction="l", 10448 lccode=0x3DD, 10449 linebreak="al", 10450 mathclass="variable", 10451 mathname="digamma", 10452 unicodeslot=0x3DC, 10453 }, 10454 [0x3DD]={ 10455 category="ll", 10456 contextname="greekdigamma", 10457 description="GREEK SMALL LETTER DIGAMMA", 10458 direction="l", 10459 linebreak="al", 10460 uccode=0x3DC, 10461 unicodeslot=0x3DD, 10462 }, 10463 [0x3DE]={ 10464 adobename="Koppagreek", 10465 category="lu", 10466 description="GREEK LETTER KOPPA", 10467 direction="l", 10468 lccode=0x3DF, 10469 linebreak="al", 10470 unicodeslot=0x3DE, 10471 }, 10472 [0x3DF]={ 10473 category="ll", 10474 contextname="greeknumkoppa", 10475 description="GREEK SMALL LETTER KOPPA", 10476 direction="l", 10477 linebreak="al", 10478 uccode=0x3DE, 10479 unicodeslot=0x3DF, 10480 }, 10481 [0x3E0]={ 10482 adobename="Sampigreek", 10483 category="lu", 10484 description="GREEK LETTER SAMPI", 10485 direction="l", 10486 lccode=0x3E1, 10487 linebreak="al", 10488 unicodeslot=0x3E0, 10489 }, 10490 [0x3E1]={ 10491 category="ll", 10492 contextname="greeksampi", 10493 description="GREEK SMALL LETTER SAMPI", 10494 direction="l", 10495 linebreak="al", 10496 uccode=0x3E0, 10497 unicodeslot=0x3E1, 10498 }, 10499 [0x3E2]={ 10500 adobename="Sheicoptic", 10501 category="lu", 10502 description="COPTIC CAPITAL LETTER SHEI", 10503 direction="l", 10504 lccode=0x3E3, 10505 linebreak="al", 10506 unicodeslot=0x3E2, 10507 }, 10508 [0x3E3]={ 10509 adobename="sheicoptic", 10510 category="ll", 10511 description="COPTIC SMALL LETTER SHEI", 10512 direction="l", 10513 linebreak="al", 10514 uccode=0x3E2, 10515 unicodeslot=0x3E3, 10516 }, 10517 [0x3E4]={ 10518 adobename="Feicoptic", 10519 category="lu", 10520 description="COPTIC CAPITAL LETTER FEI", 10521 direction="l", 10522 lccode=0x3E5, 10523 linebreak="al", 10524 unicodeslot=0x3E4, 10525 }, 10526 [0x3E5]={ 10527 adobename="feicoptic", 10528 category="ll", 10529 description="COPTIC SMALL LETTER FEI", 10530 direction="l", 10531 linebreak="al", 10532 uccode=0x3E4, 10533 unicodeslot=0x3E5, 10534 }, 10535 [0x3E6]={ 10536 adobename="Kheicoptic", 10537 category="lu", 10538 description="COPTIC CAPITAL LETTER KHEI", 10539 direction="l", 10540 lccode=0x3E7, 10541 linebreak="al", 10542 unicodeslot=0x3E6, 10543 }, 10544 [0x3E7]={ 10545 adobename="kheicoptic", 10546 category="ll", 10547 description="COPTIC SMALL LETTER KHEI", 10548 direction="l", 10549 linebreak="al", 10550 uccode=0x3E6, 10551 unicodeslot=0x3E7, 10552 }, 10553 [0x3E8]={ 10554 adobename="Horicoptic", 10555 category="lu", 10556 description="COPTIC CAPITAL LETTER HORI", 10557 direction="l", 10558 lccode=0x3E9, 10559 linebreak="al", 10560 unicodeslot=0x3E8, 10561 }, 10562 [0x3E9]={ 10563 adobename="horicoptic", 10564 category="ll", 10565 description="COPTIC SMALL LETTER HORI", 10566 direction="l", 10567 linebreak="al", 10568 uccode=0x3E8, 10569 unicodeslot=0x3E9, 10570 }, 10571 [0x3EA]={ 10572 adobename="Gangiacoptic", 10573 category="lu", 10574 description="COPTIC CAPITAL LETTER GANGIA", 10575 direction="l", 10576 lccode=0x3EB, 10577 linebreak="al", 10578 unicodeslot=0x3EA, 10579 }, 10580 [0x3EB]={ 10581 adobename="gangiacoptic", 10582 category="ll", 10583 description="COPTIC SMALL LETTER GANGIA", 10584 direction="l", 10585 linebreak="al", 10586 uccode=0x3EA, 10587 unicodeslot=0x3EB, 10588 }, 10589 [0x3EC]={ 10590 adobename="Shimacoptic", 10591 category="lu", 10592 description="COPTIC CAPITAL LETTER SHIMA", 10593 direction="l", 10594 lccode=0x3ED, 10595 linebreak="al", 10596 unicodeslot=0x3EC, 10597 }, 10598 [0x3ED]={ 10599 adobename="shimacoptic", 10600 category="ll", 10601 description="COPTIC SMALL LETTER SHIMA", 10602 direction="l", 10603 linebreak="al", 10604 uccode=0x3EC, 10605 unicodeslot=0x3ED, 10606 }, 10607 [0x3EE]={ 10608 adobename="Deicoptic", 10609 category="lu", 10610 description="COPTIC CAPITAL LETTER DEI", 10611 direction="l", 10612 lccode=0x3EF, 10613 linebreak="al", 10614 unicodeslot=0x3EE, 10615 }, 10616 [0x3EF]={ 10617 adobename="deicoptic", 10618 category="ll", 10619 description="COPTIC SMALL LETTER DEI", 10620 direction="l", 10621 linebreak="al", 10622 uccode=0x3EE, 10623 unicodeslot=0x3EF, 10624 }, 10625 [0x3F0]={ 10626 adobename="kappasymbolgreek", 10627 category="ll", 10628 description="GREEK KAPPA SYMBOL", 10629 direction="l", 10630 linebreak="al", 10631 mathclass="ordinary", 10632 specials={ "compat", 0x3BA }, 10633 uccode=0x3BA, 10634 unicodeslot=0x3F0, 10635 }, 10636 [0x3F1]={ 10637 adobename="rhosymbolgreek", 10638 category="ll", 10639 contextname="greekrhoalt", 10640 description="GREEK RHO SYMBOL", 10641 direction="l", 10642 linebreak="al", 10643 specials={ "compat", 0x3C1 }, 10644 uccode=0x3C1, 10645 unicodeslot=0x3F1, 10646 }, 10647 [0x3F2]={ 10648 adobename="sigmalunatesymbolgreek", 10649 category="ll", 10650 contextname="greeksigmalunate", 10651 description="GREEK LUNATE SIGMA SYMBOL", 10652 direction="l", 10653 linebreak="al", 10654 specials={ "compat", 0x3C2 }, 10655 synonyms={ "greek small letter lunate sigma" }, 10656 uccode=0x3F9, 10657 unicodeslot=0x3F2, 10658 }, 10659 [0x3F3]={ 10660 adobename="yotgreek", 10661 category="ll", 10662 description="GREEK LETTER YOT", 10663 direction="l", 10664 linebreak="al", 10665 unicodeslot=0x3F3, 10666 }, 10667 [0x3F4]={ 10668 category="lu", 10669 description="GREEK CAPITAL THETA SYMBOL", 10670 direction="l", 10671 lccode=0x3B8, 10672 linebreak="al", 10673 specials={ "compat", 0x398 }, 10674 unicodeslot=0x3F4, 10675 }, 10676 [0x3F5]={ 10677 category="ll", 10678 contextname="greekepsilonalt", 10679 description="GREEK LUNATE EPSILON SYMBOL", 10680 direction="l", 10681 linebreak="al", 10682 mathclass="variable", 10683 mathname="epsilon", 10684 specials={ "compat", 0x3B5 }, 10685 synonyms={ "straight epsilon" }, 10686 uccode=0x3B5, 10687 unicodeslot=0x3F5, 10688 }, 10689 [0x3F6]={ 10690 category="sm", 10691 description="GREEK REVERSED LUNATE EPSILON SYMBOL", 10692 direction="on", 10693 linebreak="al", 10694 mathclass="variable", 10695 mathname="backepsilon", 10696 synonyms={ "reversed straight epsilon" }, 10697 unicodeslot=0x3F6, 10698 }, 10699 [0x3F7]={ 10700 category="lu", 10701 description="GREEK CAPITAL LETTER SHO", 10702 direction="l", 10703 lccode=0x3F8, 10704 linebreak="al", 10705 unicodeslot=0x3F7, 10706 }, 10707 [0x3F8]={ 10708 category="ll", 10709 description="GREEK SMALL LETTER SHO", 10710 direction="l", 10711 linebreak="al", 10712 uccode=0x3F7, 10713 unicodeslot=0x3F8, 10714 }, 10715 [0x3F9]={ 10716 category="lu", 10717 contextname="greekSigmalunate", 10718 description="GREEK CAPITAL LUNATE SIGMA SYMBOL", 10719 direction="l", 10720 lccode=0x3F2, 10721 linebreak="al", 10722 specials={ "compat", 0x3A3 }, 10723 unicodeslot=0x3F9, 10724 }, 10725 [0x3FA]={ 10726 category="lu", 10727 description="GREEK CAPITAL LETTER SAN", 10728 direction="l", 10729 lccode=0x3FB, 10730 linebreak="al", 10731 unicodeslot=0x3FA, 10732 }, 10733 [0x3FB]={ 10734 category="ll", 10735 description="GREEK SMALL LETTER SAN", 10736 direction="l", 10737 linebreak="al", 10738 uccode=0x3FA, 10739 unicodeslot=0x3FB, 10740 }, 10741 [0x3FC]={ 10742 category="ll", 10743 description="GREEK RHO WITH STROKE SYMBOL", 10744 direction="l", 10745 linebreak="al", 10746 unicodeslot=0x3FC, 10747 }, 10748 [0x3FD]={ 10749 category="lu", 10750 description="GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL", 10751 direction="l", 10752 lccode=0x37B, 10753 linebreak="al", 10754 unicodeslot=0x3FD, 10755 }, 10756 [0x3FE]={ 10757 category="lu", 10758 description="GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL", 10759 direction="l", 10760 lccode=0x37C, 10761 linebreak="al", 10762 unicodeslot=0x3FE, 10763 }, 10764 [0x3FF]={ 10765 category="lu", 10766 description="GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL", 10767 direction="l", 10768 lccode=0x37D, 10769 linebreak="al", 10770 unicodeslot=0x3FF, 10771 }, 10772 [0x400]={ 10773 category="lu", 10774 contextname="cyrillicEgrave", 10775 description="CYRILLIC CAPITAL LETTER IE WITH GRAVE", 10776 direction="l", 10777 lccode=0x450, 10778 linebreak="al", 10779 shcode=0x415, 10780 specials={ "char", 0x415, 0x300 }, 10781 unicodeslot=0x400, 10782 }, 10783 [0x401]={ 10784 adobename="afii10023", 10785 category="lu", 10786 cjkwd="a", 10787 contextname="cyrillicYO", 10788 description="CYRILLIC CAPITAL LETTER IO", 10789 direction="l", 10790 lccode=0x451, 10791 linebreak="al", 10792 specials={ "char", 0x415, 0x308 }, 10793 unicodeslot=0x401, 10794 }, 10795 [0x402]={ 10796 adobename="afii10051", 10797 category="lu", 10798 contextname="cyrillicDJE", 10799 description="CYRILLIC CAPITAL LETTER DJE", 10800 direction="l", 10801 lccode=0x452, 10802 linebreak="al", 10803 unicodeslot=0x402, 10804 }, 10805 [0x403]={ 10806 adobename="afii10052", 10807 category="lu", 10808 contextname="cyrillicGJE", 10809 description="CYRILLIC CAPITAL LETTER GJE", 10810 direction="l", 10811 lccode=0x453, 10812 linebreak="al", 10813 specials={ "char", 0x413, 0x301 }, 10814 unicodeslot=0x403, 10815 }, 10816 [0x404]={ 10817 adobename="afii10053", 10818 category="lu", 10819 contextname="cyrillicIE", 10820 description="CYRILLIC CAPITAL LETTER UKRAINIAN IE", 10821 direction="l", 10822 lccode=0x454, 10823 linebreak="al", 10824 unicodeslot=0x404, 10825 }, 10826 [0x405]={ 10827 adobename="afii10054", 10828 category="lu", 10829 contextname="cyrillicDZE", 10830 description="CYRILLIC CAPITAL LETTER DZE", 10831 direction="l", 10832 lccode=0x455, 10833 linebreak="al", 10834 unicodeslot=0x405, 10835 }, 10836 [0x406]={ 10837 adobename="afii10055", 10838 category="lu", 10839 contextname="cyrillicII", 10840 description="CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I", 10841 direction="l", 10842 lccode=0x456, 10843 linebreak="al", 10844 unicodeslot=0x406, 10845 }, 10846 [0x407]={ 10847 adobename="afii10056", 10848 category="lu", 10849 contextname="cyrillicYI", 10850 description="CYRILLIC CAPITAL LETTER YI", 10851 direction="l", 10852 lccode=0x457, 10853 linebreak="al", 10854 specials={ "char", 0x406, 0x308 }, 10855 unicodeslot=0x407, 10856 }, 10857 [0x408]={ 10858 adobename="afii10057", 10859 category="lu", 10860 contextname="cyrillicJE", 10861 description="CYRILLIC CAPITAL LETTER JE", 10862 direction="l", 10863 lccode=0x458, 10864 linebreak="al", 10865 unicodeslot=0x408, 10866 }, 10867 [0x409]={ 10868 adobename="afii10058", 10869 category="lu", 10870 contextname="cyrillicLJE", 10871 description="CYRILLIC CAPITAL LETTER LJE", 10872 direction="l", 10873 lccode=0x459, 10874 linebreak="al", 10875 unicodeslot=0x409, 10876 }, 10877 [0x40A]={ 10878 adobename="afii10059", 10879 category="lu", 10880 contextname="cyrillicNJE", 10881 description="CYRILLIC CAPITAL LETTER NJE", 10882 direction="l", 10883 lccode=0x45A, 10884 linebreak="al", 10885 unicodeslot=0x40A, 10886 }, 10887 [0x40B]={ 10888 adobename="afii10060", 10889 category="lu", 10890 contextname="cyrillicTSHE", 10891 description="CYRILLIC CAPITAL LETTER TSHE", 10892 direction="l", 10893 lccode=0x45B, 10894 linebreak="al", 10895 unicodeslot=0x40B, 10896 }, 10897 [0x40C]={ 10898 adobename="afii10061", 10899 category="lu", 10900 contextname="cyrillicKJE", 10901 description="CYRILLIC CAPITAL LETTER KJE", 10902 direction="l", 10903 lccode=0x45C, 10904 linebreak="al", 10905 specials={ "char", 0x41A, 0x301 }, 10906 unicodeslot=0x40C, 10907 }, 10908 [0x40D]={ 10909 category="lu", 10910 contextname="cyrillicIgrave", 10911 description="CYRILLIC CAPITAL LETTER I WITH GRAVE", 10912 direction="l", 10913 lccode=0x45D, 10914 linebreak="al", 10915 shcode=0x418, 10916 specials={ "char", 0x418, 0x300 }, 10917 unicodeslot=0x40D, 10918 }, 10919 [0x40E]={ 10920 adobename="afii10062", 10921 category="lu", 10922 contextname="cyrillicUSHRT", 10923 description="CYRILLIC CAPITAL LETTER SHORT U", 10924 direction="l", 10925 lccode=0x45E, 10926 linebreak="al", 10927 specials={ "char", 0x423, 0x306 }, 10928 unicodeslot=0x40E, 10929 }, 10930 [0x40F]={ 10931 adobename="afii10145", 10932 category="lu", 10933 contextname="cyrillicDZHE", 10934 description="CYRILLIC CAPITAL LETTER DZHE", 10935 direction="l", 10936 lccode=0x45F, 10937 linebreak="al", 10938 unicodeslot=0x40F, 10939 }, 10940 [0x410]={ 10941 adobename="afii10017", 10942 category="lu", 10943 cjkwd="a", 10944 contextname="cyrillicA", 10945 description="CYRILLIC CAPITAL LETTER A", 10946 direction="l", 10947 lccode=0x430, 10948 linebreak="al", 10949 unicodeslot=0x410, 10950 }, 10951 [0x411]={ 10952 adobename="afii10018", 10953 category="lu", 10954 cjkwd="a", 10955 contextname="cyrillicB", 10956 description="CYRILLIC CAPITAL LETTER BE", 10957 direction="l", 10958 lccode=0x431, 10959 linebreak="al", 10960 unicodeslot=0x411, 10961 }, 10962 [0x412]={ 10963 adobename="afii10019", 10964 category="lu", 10965 cjkwd="a", 10966 contextname="cyrillicV", 10967 description="CYRILLIC CAPITAL LETTER VE", 10968 direction="l", 10969 lccode=0x432, 10970 linebreak="al", 10971 unicodeslot=0x412, 10972 }, 10973 [0x413]={ 10974 adobename="afii10020", 10975 category="lu", 10976 cjkwd="a", 10977 contextname="cyrillicG", 10978 description="CYRILLIC CAPITAL LETTER GHE", 10979 direction="l", 10980 lccode=0x433, 10981 linebreak="al", 10982 unicodeslot=0x413, 10983 }, 10984 [0x414]={ 10985 adobename="afii10021", 10986 category="lu", 10987 cjkwd="a", 10988 contextname="cyrillicD", 10989 description="CYRILLIC CAPITAL LETTER DE", 10990 direction="l", 10991 lccode=0x434, 10992 linebreak="al", 10993 unicodeslot=0x414, 10994 }, 10995 [0x415]={ 10996 adobename="afii10022", 10997 category="lu", 10998 cjkwd="a", 10999 contextname="cyrillicE", 11000 description="CYRILLIC CAPITAL LETTER IE", 11001 direction="l", 11002 lccode=0x435, 11003 linebreak="al", 11004 unicodeslot=0x415, 11005 }, 11006 [0x416]={ 11007 adobename="afii10024", 11008 category="lu", 11009 cjkwd="a", 11010 contextname="cyrillicZH", 11011 description="CYRILLIC CAPITAL LETTER ZHE", 11012 direction="l", 11013 lccode=0x436, 11014 linebreak="al", 11015 unicodeslot=0x416, 11016 }, 11017 [0x417]={ 11018 adobename="afii10025", 11019 category="lu", 11020 cjkwd="a", 11021 contextname="cyrillicZ", 11022 description="CYRILLIC CAPITAL LETTER ZE", 11023 direction="l", 11024 lccode=0x437, 11025 linebreak="al", 11026 unicodeslot=0x417, 11027 }, 11028 [0x418]={ 11029 adobename="afii10026", 11030 category="lu", 11031 cjkwd="a", 11032 contextname="cyrillicI", 11033 description="CYRILLIC CAPITAL LETTER I", 11034 direction="l", 11035 lccode=0x438, 11036 linebreak="al", 11037 unicodeslot=0x418, 11038 }, 11039 [0x419]={ 11040 adobename="afii10027", 11041 category="lu", 11042 cjkwd="a", 11043 contextname="cyrillicISHRT", 11044 description="CYRILLIC CAPITAL LETTER SHORT I", 11045 direction="l", 11046 lccode=0x439, 11047 linebreak="al", 11048 specials={ "char", 0x418, 0x306 }, 11049 unicodeslot=0x419, 11050 }, 11051 [0x41A]={ 11052 adobename="afii10028", 11053 category="lu", 11054 cjkwd="a", 11055 contextname="cyrillicK", 11056 description="CYRILLIC CAPITAL LETTER KA", 11057 direction="l", 11058 lccode=0x43A, 11059 linebreak="al", 11060 unicodeslot=0x41A, 11061 }, 11062 [0x41B]={ 11063 adobename="afii10029", 11064 category="lu", 11065 cjkwd="a", 11066 contextname="cyrillicL", 11067 description="CYRILLIC CAPITAL LETTER EL", 11068 direction="l", 11069 lccode=0x43B, 11070 linebreak="al", 11071 unicodeslot=0x41B, 11072 }, 11073 [0x41C]={ 11074 adobename="afii10030", 11075 category="lu", 11076 cjkwd="a", 11077 contextname="cyrillicM", 11078 description="CYRILLIC CAPITAL LETTER EM", 11079 direction="l", 11080 lccode=0x43C, 11081 linebreak="al", 11082 unicodeslot=0x41C, 11083 }, 11084 [0x41D]={ 11085 adobename="afii10031", 11086 category="lu", 11087 cjkwd="a", 11088 contextname="cyrillicN", 11089 description="CYRILLIC CAPITAL LETTER EN", 11090 direction="l", 11091 lccode=0x43D, 11092 linebreak="al", 11093 unicodeslot=0x41D, 11094 }, 11095 [0x41E]={ 11096 adobename="afii10032", 11097 category="lu", 11098 cjkwd="a", 11099 contextname="cyrillicO", 11100 description="CYRILLIC CAPITAL LETTER O", 11101 direction="l", 11102 lccode=0x43E, 11103 linebreak="al", 11104 unicodeslot=0x41E, 11105 }, 11106 [0x41F]={ 11107 adobename="afii10033", 11108 category="lu", 11109 cjkwd="a", 11110 contextname="cyrillicP", 11111 description="CYRILLIC CAPITAL LETTER PE", 11112 direction="l", 11113 lccode=0x43F, 11114 linebreak="al", 11115 unicodeslot=0x41F, 11116 }, 11117 [0x420]={ 11118 adobename="afii10034", 11119 category="lu", 11120 cjkwd="a", 11121 contextname="cyrillicR", 11122 description="CYRILLIC CAPITAL LETTER ER", 11123 direction="l", 11124 lccode=0x440, 11125 linebreak="al", 11126 unicodeslot=0x420, 11127 }, 11128 [0x421]={ 11129 adobename="afii10035", 11130 category="lu", 11131 cjkwd="a", 11132 contextname="cyrillicS", 11133 description="CYRILLIC CAPITAL LETTER ES", 11134 direction="l", 11135 lccode=0x441, 11136 linebreak="al", 11137 unicodeslot=0x421, 11138 }, 11139 [0x422]={ 11140 adobename="afii10036", 11141 category="lu", 11142 cjkwd="a", 11143 contextname="cyrillicT", 11144 description="CYRILLIC CAPITAL LETTER TE", 11145 direction="l", 11146 lccode=0x442, 11147 linebreak="al", 11148 unicodeslot=0x422, 11149 }, 11150 [0x423]={ 11151 adobename="afii10037", 11152 category="lu", 11153 cjkwd="a", 11154 contextname="cyrillicU", 11155 description="CYRILLIC CAPITAL LETTER U", 11156 direction="l", 11157 lccode=0x443, 11158 linebreak="al", 11159 unicodeslot=0x423, 11160 }, 11161 [0x424]={ 11162 adobename="afii10038", 11163 category="lu", 11164 cjkwd="a", 11165 contextname="cyrillicF", 11166 description="CYRILLIC CAPITAL LETTER EF", 11167 direction="l", 11168 lccode=0x444, 11169 linebreak="al", 11170 unicodeslot=0x424, 11171 }, 11172 [0x425]={ 11173 adobename="afii10039", 11174 category="lu", 11175 cjkwd="a", 11176 contextname="cyrillicH", 11177 description="CYRILLIC CAPITAL LETTER HA", 11178 direction="l", 11179 lccode=0x445, 11180 linebreak="al", 11181 unicodeslot=0x425, 11182 }, 11183 [0x426]={ 11184 adobename="afii10040", 11185 category="lu", 11186 cjkwd="a", 11187 contextname="cyrillicC", 11188 description="CYRILLIC CAPITAL LETTER TSE", 11189 direction="l", 11190 lccode=0x446, 11191 linebreak="al", 11192 unicodeslot=0x426, 11193 }, 11194 [0x427]={ 11195 adobename="afii10041", 11196 category="lu", 11197 cjkwd="a", 11198 contextname="cyrillicCH", 11199 description="CYRILLIC CAPITAL LETTER CHE", 11200 direction="l", 11201 lccode=0x447, 11202 linebreak="al", 11203 unicodeslot=0x427, 11204 }, 11205 [0x428]={ 11206 adobename="afii10042", 11207 category="lu", 11208 cjkwd="a", 11209 contextname="cyrillicSH", 11210 description="CYRILLIC CAPITAL LETTER SHA", 11211 direction="l", 11212 lccode=0x448, 11213 linebreak="al", 11214 unicodeslot=0x428, 11215 }, 11216 [0x429]={ 11217 adobename="afii10043", 11218 category="lu", 11219 cjkwd="a", 11220 contextname="cyrillicSHCH", 11221 description="CYRILLIC CAPITAL LETTER SHCHA", 11222 direction="l", 11223 lccode=0x449, 11224 linebreak="al", 11225 unicodeslot=0x429, 11226 }, 11227 [0x42A]={ 11228 adobename="afii10044", 11229 category="lu", 11230 cjkwd="a", 11231 contextname="cyrillicHRDSN", 11232 description="CYRILLIC CAPITAL LETTER HARD SIGN", 11233 direction="l", 11234 lccode=0x44A, 11235 linebreak="al", 11236 unicodeslot=0x42A, 11237 }, 11238 [0x42B]={ 11239 adobename="afii10045", 11240 category="lu", 11241 cjkwd="a", 11242 contextname="cyrillicERY", 11243 description="CYRILLIC CAPITAL LETTER YERU", 11244 direction="l", 11245 lccode=0x44B, 11246 linebreak="al", 11247 unicodeslot=0x42B, 11248 }, 11249 [0x42C]={ 11250 adobename="afii10046", 11251 category="lu", 11252 cjkwd="a", 11253 contextname="cyrillicSFTSN", 11254 description="CYRILLIC CAPITAL LETTER SOFT SIGN", 11255 direction="l", 11256 lccode=0x44C, 11257 linebreak="al", 11258 unicodeslot=0x42C, 11259 }, 11260 [0x42D]={ 11261 adobename="afii10047", 11262 category="lu", 11263 cjkwd="a", 11264 contextname="cyrillicEREV", 11265 description="CYRILLIC CAPITAL LETTER E", 11266 direction="l", 11267 lccode=0x44D, 11268 linebreak="al", 11269 unicodeslot=0x42D, 11270 }, 11271 [0x42E]={ 11272 adobename="afii10048", 11273 category="lu", 11274 cjkwd="a", 11275 contextname="cyrillicYU", 11276 description="CYRILLIC CAPITAL LETTER YU", 11277 direction="l", 11278 lccode=0x44E, 11279 linebreak="al", 11280 unicodeslot=0x42E, 11281 }, 11282 [0x42F]={ 11283 adobename="afii10049", 11284 category="lu", 11285 cjkwd="a", 11286 contextname="cyrillicYA", 11287 description="CYRILLIC CAPITAL LETTER YA", 11288 direction="l", 11289 lccode=0x44F, 11290 linebreak="al", 11291 unicodeslot=0x42F, 11292 }, 11293 [0x430]={ 11294 adobename="afii10065", 11295 category="ll", 11296 cjkwd="a", 11297 contextname="cyrillica", 11298 description="CYRILLIC SMALL LETTER A", 11299 direction="l", 11300 linebreak="al", 11301 uccode=0x410, 11302 unicodeslot=0x430, 11303 }, 11304 [0x431]={ 11305 adobename="becyrillic", 11306 category="ll", 11307 cjkwd="a", 11308 contextname="cyrillicb", 11309 description="CYRILLIC SMALL LETTER BE", 11310 direction="l", 11311 linebreak="al", 11312 uccode=0x411, 11313 unicodeslot=0x431, 11314 }, 11315 [0x432]={ 11316 adobename="vecyrillic", 11317 category="ll", 11318 cjkwd="a", 11319 contextname="cyrillicv", 11320 description="CYRILLIC SMALL LETTER VE", 11321 direction="l", 11322 linebreak="al", 11323 uccode=0x412, 11324 unicodeslot=0x432, 11325 }, 11326 [0x433]={ 11327 adobename="gecyrillic", 11328 category="ll", 11329 cjkwd="a", 11330 contextname="cyrillicg", 11331 description="CYRILLIC SMALL LETTER GHE", 11332 direction="l", 11333 linebreak="al", 11334 uccode=0x413, 11335 unicodeslot=0x433, 11336 }, 11337 [0x434]={ 11338 adobename="decyrillic", 11339 category="ll", 11340 cjkwd="a", 11341 contextname="cyrillicd", 11342 description="CYRILLIC SMALL LETTER DE", 11343 direction="l", 11344 linebreak="al", 11345 uccode=0x414, 11346 unicodeslot=0x434, 11347 }, 11348 [0x435]={ 11349 adobename="iecyrillic", 11350 category="ll", 11351 cjkwd="a", 11352 contextname="cyrillice", 11353 description="CYRILLIC SMALL LETTER IE", 11354 direction="l", 11355 linebreak="al", 11356 uccode=0x415, 11357 unicodeslot=0x435, 11358 }, 11359 [0x436]={ 11360 adobename="zhecyrillic", 11361 category="ll", 11362 cjkwd="a", 11363 contextname="cyrilliczh", 11364 description="CYRILLIC SMALL LETTER ZHE", 11365 direction="l", 11366 linebreak="al", 11367 uccode=0x416, 11368 unicodeslot=0x436, 11369 }, 11370 [0x437]={ 11371 adobename="zecyrillic", 11372 category="ll", 11373 cjkwd="a", 11374 contextname="cyrillicz", 11375 description="CYRILLIC SMALL LETTER ZE", 11376 direction="l", 11377 linebreak="al", 11378 uccode=0x417, 11379 unicodeslot=0x437, 11380 }, 11381 [0x438]={ 11382 adobename="iicyrillic", 11383 category="ll", 11384 cjkwd="a", 11385 contextname="cyrillici", 11386 description="CYRILLIC SMALL LETTER I", 11387 direction="l", 11388 linebreak="al", 11389 uccode=0x418, 11390 unicodeslot=0x438, 11391 }, 11392 [0x439]={ 11393 adobename="iishortcyrillic", 11394 category="ll", 11395 cjkwd="a", 11396 contextname="cyrillicishrt", 11397 description="CYRILLIC SMALL LETTER SHORT I", 11398 direction="l", 11399 linebreak="al", 11400 specials={ "char", 0x438, 0x306 }, 11401 uccode=0x419, 11402 unicodeslot=0x439, 11403 }, 11404 [0x43A]={ 11405 adobename="kacyrillic", 11406 category="ll", 11407 cjkwd="a", 11408 contextname="cyrillick", 11409 description="CYRILLIC SMALL LETTER KA", 11410 direction="l", 11411 linebreak="al", 11412 uccode=0x41A, 11413 unicodeslot=0x43A, 11414 }, 11415 [0x43B]={ 11416 adobename="elcyrillic", 11417 category="ll", 11418 cjkwd="a", 11419 contextname="cyrillicl", 11420 description="CYRILLIC SMALL LETTER EL", 11421 direction="l", 11422 linebreak="al", 11423 uccode=0x41B, 11424 unicodeslot=0x43B, 11425 }, 11426 [0x43C]={ 11427 adobename="emcyrillic", 11428 category="ll", 11429 cjkwd="a", 11430 contextname="cyrillicm", 11431 description="CYRILLIC SMALL LETTER EM", 11432 direction="l", 11433 linebreak="al", 11434 uccode=0x41C, 11435 unicodeslot=0x43C, 11436 }, 11437 [0x43D]={ 11438 adobename="encyrillic", 11439 category="ll", 11440 cjkwd="a", 11441 contextname="cyrillicn", 11442 description="CYRILLIC SMALL LETTER EN", 11443 direction="l", 11444 linebreak="al", 11445 uccode=0x41D, 11446 unicodeslot=0x43D, 11447 }, 11448 [0x43E]={ 11449 adobename="ocyrillic", 11450 category="ll", 11451 cjkwd="a", 11452 contextname="cyrillico", 11453 description="CYRILLIC SMALL LETTER O", 11454 direction="l", 11455 linebreak="al", 11456 uccode=0x41E, 11457 unicodeslot=0x43E, 11458 }, 11459 [0x43F]={ 11460 adobename="pecyrillic", 11461 category="ll", 11462 cjkwd="a", 11463 contextname="cyrillicp", 11464 description="CYRILLIC SMALL LETTER PE", 11465 direction="l", 11466 linebreak="al", 11467 uccode=0x41F, 11468 unicodeslot=0x43F, 11469 }, 11470 [0x440]={ 11471 adobename="ercyrillic", 11472 category="ll", 11473 cjkwd="a", 11474 contextname="cyrillicr", 11475 description="CYRILLIC SMALL LETTER ER", 11476 direction="l", 11477 linebreak="al", 11478 uccode=0x420, 11479 unicodeslot=0x440, 11480 }, 11481 [0x441]={ 11482 adobename="escyrillic", 11483 category="ll", 11484 cjkwd="a", 11485 contextname="cyrillics", 11486 description="CYRILLIC SMALL LETTER ES", 11487 direction="l", 11488 linebreak="al", 11489 uccode=0x421, 11490 unicodeslot=0x441, 11491 }, 11492 [0x442]={ 11493 adobename="tecyrillic", 11494 category="ll", 11495 cjkwd="a", 11496 contextname="cyrillict", 11497 description="CYRILLIC SMALL LETTER TE", 11498 direction="l", 11499 linebreak="al", 11500 uccode=0x422, 11501 unicodeslot=0x442, 11502 }, 11503 [0x443]={ 11504 adobename="ucyrillic", 11505 category="ll", 11506 cjkwd="a", 11507 contextname="cyrillicu", 11508 description="CYRILLIC SMALL LETTER U", 11509 direction="l", 11510 linebreak="al", 11511 uccode=0x423, 11512 unicodeslot=0x443, 11513 }, 11514 [0x444]={ 11515 adobename="efcyrillic", 11516 category="ll", 11517 cjkwd="a", 11518 contextname="cyrillicf", 11519 description="CYRILLIC SMALL LETTER EF", 11520 direction="l", 11521 linebreak="al", 11522 uccode=0x424, 11523 unicodeslot=0x444, 11524 }, 11525 [0x445]={ 11526 adobename="khacyrillic", 11527 category="ll", 11528 cjkwd="a", 11529 contextname="cyrillich", 11530 description="CYRILLIC SMALL LETTER HA", 11531 direction="l", 11532 linebreak="al", 11533 uccode=0x425, 11534 unicodeslot=0x445, 11535 }, 11536 [0x446]={ 11537 adobename="tsecyrillic", 11538 category="ll", 11539 cjkwd="a", 11540 contextname="cyrillicc", 11541 description="CYRILLIC SMALL LETTER TSE", 11542 direction="l", 11543 linebreak="al", 11544 uccode=0x426, 11545 unicodeslot=0x446, 11546 }, 11547 [0x447]={ 11548 adobename="checyrillic", 11549 category="ll", 11550 cjkwd="a", 11551 contextname="cyrillicch", 11552 description="CYRILLIC SMALL LETTER CHE", 11553 direction="l", 11554 linebreak="al", 11555 uccode=0x427, 11556 unicodeslot=0x447, 11557 }, 11558 [0x448]={ 11559 adobename="shacyrillic", 11560 category="ll", 11561 cjkwd="a", 11562 contextname="cyrillicsh", 11563 description="CYRILLIC SMALL LETTER SHA", 11564 direction="l", 11565 linebreak="al", 11566 uccode=0x428, 11567 unicodeslot=0x448, 11568 }, 11569 [0x449]={ 11570 adobename="shchacyrillic", 11571 category="ll", 11572 cjkwd="a", 11573 contextname="cyrillicshch", 11574 description="CYRILLIC SMALL LETTER SHCHA", 11575 direction="l", 11576 linebreak="al", 11577 uccode=0x429, 11578 unicodeslot=0x449, 11579 }, 11580 [0x44A]={ 11581 adobename="hardsigncyrillic", 11582 category="ll", 11583 cjkwd="a", 11584 contextname="cyrillichrdsn", 11585 description="CYRILLIC SMALL LETTER HARD SIGN", 11586 direction="l", 11587 linebreak="al", 11588 uccode=0x42A, 11589 unicodeslot=0x44A, 11590 }, 11591 [0x44B]={ 11592 adobename="yericyrillic", 11593 category="ll", 11594 cjkwd="a", 11595 contextname="cyrillicery", 11596 description="CYRILLIC SMALL LETTER YERU", 11597 direction="l", 11598 linebreak="al", 11599 uccode=0x42B, 11600 unicodeslot=0x44B, 11601 }, 11602 [0x44C]={ 11603 adobename="softsigncyrillic", 11604 category="ll", 11605 cjkwd="a", 11606 contextname="cyrillicsftsn", 11607 description="CYRILLIC SMALL LETTER SOFT SIGN", 11608 direction="l", 11609 linebreak="al", 11610 uccode=0x42C, 11611 unicodeslot=0x44C, 11612 }, 11613 [0x44D]={ 11614 adobename="ereversedcyrillic", 11615 category="ll", 11616 cjkwd="a", 11617 contextname="cyrillicerev", 11618 description="CYRILLIC SMALL LETTER E", 11619 direction="l", 11620 linebreak="al", 11621 uccode=0x42D, 11622 unicodeslot=0x44D, 11623 }, 11624 [0x44E]={ 11625 adobename="iucyrillic", 11626 category="ll", 11627 cjkwd="a", 11628 contextname="cyrillicyu", 11629 description="CYRILLIC SMALL LETTER YU", 11630 direction="l", 11631 linebreak="al", 11632 uccode=0x42E, 11633 unicodeslot=0x44E, 11634 }, 11635 [0x44F]={ 11636 adobename="iacyrillic", 11637 category="ll", 11638 cjkwd="a", 11639 contextname="cyrillicya", 11640 description="CYRILLIC SMALL LETTER YA", 11641 direction="l", 11642 linebreak="al", 11643 uccode=0x42F, 11644 unicodeslot=0x44F, 11645 }, 11646 [0x450]={ 11647 category="ll", 11648 contextname="cyrillicegrave", 11649 description="CYRILLIC SMALL LETTER IE WITH GRAVE", 11650 direction="l", 11651 linebreak="al", 11652 shcode=0x435, 11653 specials={ "char", 0x435, 0x300 }, 11654 uccode=0x400, 11655 unicodeslot=0x450, 11656 }, 11657 [0x451]={ 11658 adobename="iocyrillic", 11659 category="ll", 11660 cjkwd="a", 11661 contextname="cyrillicyo", 11662 description="CYRILLIC SMALL LETTER IO", 11663 direction="l", 11664 linebreak="al", 11665 specials={ "char", 0x435, 0x308 }, 11666 uccode=0x401, 11667 unicodeslot=0x451, 11668 }, 11669 [0x452]={ 11670 adobename="djecyrillic", 11671 category="ll", 11672 contextname="cyrillicdje", 11673 description="CYRILLIC SMALL LETTER DJE", 11674 direction="l", 11675 linebreak="al", 11676 uccode=0x402, 11677 unicodeslot=0x452, 11678 }, 11679 [0x453]={ 11680 adobename="gjecyrillic", 11681 category="ll", 11682 contextname="cyrillicgje", 11683 description="CYRILLIC SMALL LETTER GJE", 11684 direction="l", 11685 linebreak="al", 11686 specials={ "char", 0x433, 0x301 }, 11687 uccode=0x403, 11688 unicodeslot=0x453, 11689 }, 11690 [0x454]={ 11691 adobename="ecyrillic", 11692 category="ll", 11693 contextname="cyrillicie", 11694 description="CYRILLIC SMALL LETTER UKRAINIAN IE", 11695 direction="l", 11696 linebreak="al", 11697 uccode=0x404, 11698 unicodeslot=0x454, 11699 }, 11700 [0x455]={ 11701 adobename="dzecyrillic", 11702 category="ll", 11703 contextname="cyrillicdze", 11704 description="CYRILLIC SMALL LETTER DZE", 11705 direction="l", 11706 linebreak="al", 11707 uccode=0x405, 11708 unicodeslot=0x455, 11709 }, 11710 [0x456]={ 11711 adobename="icyrillic", 11712 category="ll", 11713 contextname="cyrillicii", 11714 description="CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I", 11715 direction="l", 11716 linebreak="al", 11717 uccode=0x406, 11718 unicodeslot=0x456, 11719 }, 11720 [0x457]={ 11721 adobename="yicyrillic", 11722 category="ll", 11723 contextname="cyrillicyi", 11724 description="CYRILLIC SMALL LETTER YI", 11725 direction="l", 11726 linebreak="al", 11727 specials={ "char", 0x456, 0x308 }, 11728 uccode=0x407, 11729 unicodeslot=0x457, 11730 }, 11731 [0x458]={ 11732 adobename="jecyrillic", 11733 category="ll", 11734 contextname="cyrillicje", 11735 description="CYRILLIC SMALL LETTER JE", 11736 direction="l", 11737 linebreak="al", 11738 uccode=0x408, 11739 unicodeslot=0x458, 11740 }, 11741 [0x459]={ 11742 adobename="ljecyrillic", 11743 category="ll", 11744 contextname="cyrilliclje", 11745 description="CYRILLIC SMALL LETTER LJE", 11746 direction="l", 11747 linebreak="al", 11748 uccode=0x409, 11749 unicodeslot=0x459, 11750 }, 11751 [0x45A]={ 11752 adobename="njecyrillic", 11753 category="ll", 11754 contextname="cyrillicnje", 11755 description="CYRILLIC SMALL LETTER NJE", 11756 direction="l", 11757 linebreak="al", 11758 uccode=0x40A, 11759 unicodeslot=0x45A, 11760 }, 11761 [0x45B]={ 11762 adobename="tshecyrillic", 11763 category="ll", 11764 contextname="cyrillictshe", 11765 description="CYRILLIC SMALL LETTER TSHE", 11766 direction="l", 11767 linebreak="al", 11768 uccode=0x40B, 11769 unicodeslot=0x45B, 11770 }, 11771 [0x45C]={ 11772 adobename="kjecyrillic", 11773 category="ll", 11774 contextname="cyrillickje", 11775 description="CYRILLIC SMALL LETTER KJE", 11776 direction="l", 11777 linebreak="al", 11778 specials={ "char", 0x43A, 0x301 }, 11779 uccode=0x40C, 11780 unicodeslot=0x45C, 11781 }, 11782 [0x45D]={ 11783 category="ll", 11784 contextname="cyrillicigrave", 11785 description="CYRILLIC SMALL LETTER I WITH GRAVE", 11786 direction="l", 11787 linebreak="al", 11788 shcode=0x438, 11789 specials={ "char", 0x438, 0x300 }, 11790 uccode=0x40D, 11791 unicodeslot=0x45D, 11792 }, 11793 [0x45E]={ 11794 adobename="ushortcyrillic", 11795 category="ll", 11796 contextname="cyrillicushrt", 11797 description="CYRILLIC SMALL LETTER SHORT U", 11798 direction="l", 11799 linebreak="al", 11800 specials={ "char", 0x443, 0x306 }, 11801 uccode=0x40E, 11802 unicodeslot=0x45E, 11803 }, 11804 [0x45F]={ 11805 adobename="dzhecyrillic", 11806 category="ll", 11807 contextname="cyrillicdzhe", 11808 description="CYRILLIC SMALL LETTER DZHE", 11809 direction="l", 11810 linebreak="al", 11811 uccode=0x40F, 11812 unicodeslot=0x45F, 11813 }, 11814 [0x460]={ 11815 adobename="Omegacyrillic", 11816 category="lu", 11817 contextname="cyrillicOMEGA", 11818 description="CYRILLIC CAPITAL LETTER OMEGA", 11819 direction="l", 11820 lccode=0x461, 11821 linebreak="al", 11822 unicodeslot=0x460, 11823 }, 11824 [0x461]={ 11825 adobename="omegacyrillic", 11826 category="ll", 11827 contextname="cyrillicomega", 11828 description="CYRILLIC SMALL LETTER OMEGA", 11829 direction="l", 11830 linebreak="al", 11831 uccode=0x460, 11832 unicodeslot=0x461, 11833 }, 11834 [0x462]={ 11835 adobename="afii10146", 11836 category="lu", 11837 contextname="cyrillicYAT", 11838 description="CYRILLIC CAPITAL LETTER YAT", 11839 direction="l", 11840 lccode=0x463, 11841 linebreak="al", 11842 unicodeslot=0x462, 11843 }, 11844 [0x463]={ 11845 adobename="yatcyrillic", 11846 category="ll", 11847 contextname="cyrillicyat", 11848 description="CYRILLIC SMALL LETTER YAT", 11849 direction="l", 11850 linebreak="al", 11851 uccode=0x462, 11852 unicodeslot=0x463, 11853 }, 11854 [0x464]={ 11855 adobename="Eiotifiedcyrillic", 11856 category="lu", 11857 contextname="cyrillicEiotified", 11858 description="CYRILLIC CAPITAL LETTER IOTIFIED E", 11859 direction="l", 11860 lccode=0x465, 11861 linebreak="al", 11862 unicodeslot=0x464, 11863 }, 11864 [0x465]={ 11865 adobename="eiotifiedcyrillic", 11866 category="ll", 11867 contextname="cyrilliceiotified", 11868 description="CYRILLIC SMALL LETTER IOTIFIED E", 11869 direction="l", 11870 linebreak="al", 11871 uccode=0x464, 11872 unicodeslot=0x465, 11873 }, 11874 [0x466]={ 11875 adobename="Yuslittlecyrillic", 11876 category="lu", 11877 contextname="cyrillicLITTLEYUS", 11878 description="CYRILLIC CAPITAL LETTER LITTLE YUS", 11879 direction="l", 11880 lccode=0x467, 11881 linebreak="al", 11882 unicodeslot=0x466, 11883 }, 11884 [0x467]={ 11885 adobename="yuslittlecyrillic", 11886 category="ll", 11887 contextname="cyrilliclittleyus", 11888 description="CYRILLIC SMALL LETTER LITTLE YUS", 11889 direction="l", 11890 linebreak="al", 11891 uccode=0x466, 11892 unicodeslot=0x467, 11893 }, 11894 [0x468]={ 11895 adobename="Yuslittleiotifiedcyrillic", 11896 category="lu", 11897 contextname="cyrillicLITTLEYUSiotified", 11898 description="CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS", 11899 direction="l", 11900 lccode=0x469, 11901 linebreak="al", 11902 unicodeslot=0x468, 11903 }, 11904 [0x469]={ 11905 adobename="yuslittleiotifiedcyrillic", 11906 category="ll", 11907 contextname="cyrilliclittleyusiotified", 11908 description="CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS", 11909 direction="l", 11910 linebreak="al", 11911 uccode=0x468, 11912 unicodeslot=0x469, 11913 }, 11914 [0x46A]={ 11915 adobename="Yusbigcyrillic", 11916 category="lu", 11917 contextname="cyrillicBIGYUS", 11918 description="CYRILLIC CAPITAL LETTER BIG YUS", 11919 direction="l", 11920 lccode=0x46B, 11921 linebreak="al", 11922 unicodeslot=0x46A, 11923 }, 11924 [0x46B]={ 11925 adobename="yusbigcyrillic", 11926 category="ll", 11927 contextname="cyrillicbigyus", 11928 description="CYRILLIC SMALL LETTER BIG YUS", 11929 direction="l", 11930 linebreak="al", 11931 uccode=0x46A, 11932 unicodeslot=0x46B, 11933 }, 11934 [0x46C]={ 11935 adobename="Yusbigiotifiedcyrillic", 11936 category="lu", 11937 contextname="cyrillicBIGYUSiotified", 11938 description="CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS", 11939 direction="l", 11940 lccode=0x46D, 11941 linebreak="al", 11942 unicodeslot=0x46C, 11943 }, 11944 [0x46D]={ 11945 adobename="yusbigiotifiedcyrillic", 11946 category="ll", 11947 contextname="cyrillicbigyusiotified", 11948 description="CYRILLIC SMALL LETTER IOTIFIED BIG YUS", 11949 direction="l", 11950 linebreak="al", 11951 uccode=0x46C, 11952 unicodeslot=0x46D, 11953 }, 11954 [0x46E]={ 11955 adobename="Ksicyrillic", 11956 category="lu", 11957 contextname="cyrillicKSI", 11958 description="CYRILLIC CAPITAL LETTER KSI", 11959 direction="l", 11960 lccode=0x46F, 11961 linebreak="al", 11962 unicodeslot=0x46E, 11963 }, 11964 [0x46F]={ 11965 adobename="ksicyrillic", 11966 category="ll", 11967 contextname="cyrillicksi", 11968 description="CYRILLIC SMALL LETTER KSI", 11969 direction="l", 11970 linebreak="al", 11971 uccode=0x46E, 11972 unicodeslot=0x46F, 11973 }, 11974 [0x470]={ 11975 adobename="Psicyrillic", 11976 category="lu", 11977 contextname="cyrillicPSI", 11978 description="CYRILLIC CAPITAL LETTER PSI", 11979 direction="l", 11980 lccode=0x471, 11981 linebreak="al", 11982 unicodeslot=0x470, 11983 }, 11984 [0x471]={ 11985 adobename="psicyrillic", 11986 category="ll", 11987 contextname="cyrillicpsi", 11988 description="CYRILLIC SMALL LETTER PSI", 11989 direction="l", 11990 linebreak="al", 11991 uccode=0x470, 11992 unicodeslot=0x471, 11993 }, 11994 [0x472]={ 11995 adobename="afii10147", 11996 category="lu", 11997 contextname="cyrillicFITA", 11998 description="CYRILLIC CAPITAL LETTER FITA", 11999 direction="l", 12000 lccode=0x473, 12001 linebreak="al", 12002 unicodeslot=0x472, 12003 }, 12004 [0x473]={ 12005 adobename="fitacyrillic", 12006 category="ll", 12007 contextname="cyrillicfita", 12008 description="CYRILLIC SMALL LETTER FITA", 12009 direction="l", 12010 linebreak="al", 12011 uccode=0x472, 12012 unicodeslot=0x473, 12013 }, 12014 [0x474]={ 12015 adobename="afii10148", 12016 category="lu", 12017 contextname="cyrillicIZHITSA", 12018 description="CYRILLIC CAPITAL LETTER IZHITSA", 12019 direction="l", 12020 lccode=0x475, 12021 linebreak="al", 12022 unicodeslot=0x474, 12023 }, 12024 [0x475]={ 12025 adobename="izhitsacyrillic", 12026 category="ll", 12027 contextname="cyrillicizhitsa", 12028 description="CYRILLIC SMALL LETTER IZHITSA", 12029 direction="l", 12030 linebreak="al", 12031 uccode=0x474, 12032 unicodeslot=0x475, 12033 }, 12034 [0x476]={ 12035 adobename="Izhitsadblgravecyrillic", 12036 category="lu", 12037 contextname="cyrillicIZHITSAdoublegrave", 12038 description="CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT", 12039 direction="l", 12040 lccode=0x477, 12041 linebreak="al", 12042 shcode=0x474, 12043 specials={ "char", 0x474, 0x30F }, 12044 unicodeslot=0x476, 12045 }, 12046 [0x477]={ 12047 adobename="izhitsadblgravecyrillic", 12048 category="ll", 12049 contextname="cyrillicizhitsadoublegrave", 12050 description="CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT", 12051 direction="l", 12052 linebreak="al", 12053 shcode=0x475, 12054 specials={ "char", 0x475, 0x30F }, 12055 uccode=0x476, 12056 unicodeslot=0x477, 12057 }, 12058 [0x478]={ 12059 adobename="Ukcyrillic", 12060 category="lu", 12061 contextname="cyrillicUK", 12062 description="CYRILLIC CAPITAL LETTER UK", 12063 direction="l", 12064 lccode=0x479, 12065 linebreak="al", 12066 unicodeslot=0x478, 12067 }, 12068 [0x479]={ 12069 adobename="ukcyrillic", 12070 category="ll", 12071 contextname="cyrillicuk", 12072 description="CYRILLIC SMALL LETTER UK", 12073 direction="l", 12074 linebreak="al", 12075 uccode=0x478, 12076 unicodeslot=0x479, 12077 }, 12078 [0x47A]={ 12079 adobename="Omegaroundcyrillic", 12080 category="lu", 12081 contextname="cyrillicOMEGAround", 12082 description="CYRILLIC CAPITAL LETTER ROUND OMEGA", 12083 direction="l", 12084 lccode=0x47B, 12085 linebreak="al", 12086 unicodeslot=0x47A, 12087 }, 12088 [0x47B]={ 12089 adobename="omegaroundcyrillic", 12090 category="ll", 12091 contextname="cyrillicomegaround", 12092 description="CYRILLIC SMALL LETTER ROUND OMEGA", 12093 direction="l", 12094 linebreak="al", 12095 uccode=0x47A, 12096 unicodeslot=0x47B, 12097 }, 12098 [0x47C]={ 12099 adobename="Omegatitlocyrillic", 12100 category="lu", 12101 contextname="cyrillicOMEGAtitlo", 12102 description="CYRILLIC CAPITAL LETTER OMEGA WITH TITLO", 12103 direction="l", 12104 lccode=0x47D, 12105 linebreak="al", 12106 shcode=0x460, 12107 unicodeslot=0x47C, 12108 }, 12109 [0x47D]={ 12110 adobename="omegatitlocyrillic", 12111 category="ll", 12112 contextname="cyrillicomegatitlo", 12113 description="CYRILLIC SMALL LETTER OMEGA WITH TITLO", 12114 direction="l", 12115 linebreak="al", 12116 shcode=0x461, 12117 uccode=0x47C, 12118 unicodeslot=0x47D, 12119 }, 12120 [0x47E]={ 12121 adobename="Otcyrillic", 12122 category="lu", 12123 contextname="cyrillicOT", 12124 description="CYRILLIC CAPITAL LETTER OT", 12125 direction="l", 12126 lccode=0x47F, 12127 linebreak="al", 12128 unicodeslot=0x47E, 12129 }, 12130 [0x47F]={ 12131 adobename="otcyrillic", 12132 category="ll", 12133 contextname="cyrillicot", 12134 description="CYRILLIC SMALL LETTER OT", 12135 direction="l", 12136 linebreak="al", 12137 uccode=0x47E, 12138 unicodeslot=0x47F, 12139 }, 12140 [0x480]={ 12141 adobename="Koppacyrillic", 12142 category="lu", 12143 contextname="cyrillicKOPPA", 12144 description="CYRILLIC CAPITAL LETTER KOPPA", 12145 direction="l", 12146 lccode=0x481, 12147 linebreak="al", 12148 unicodeslot=0x480, 12149 }, 12150 [0x481]={ 12151 adobename="koppacyrillic", 12152 category="ll", 12153 contextname="cyrillickoppa", 12154 description="CYRILLIC SMALL LETTER KOPPA", 12155 direction="l", 12156 linebreak="al", 12157 uccode=0x480, 12158 unicodeslot=0x481, 12159 }, 12160 [0x482]={ 12161 adobename="thousandcyrillic", 12162 category="so", 12163 description="CYRILLIC THOUSANDS SIGN", 12164 direction="l", 12165 linebreak="al", 12166 unicodeslot=0x482, 12167 }, 12168 [0x483]={ 12169 adobename="titlocyrilliccmb", 12170 category="mn", 12171 combining=0xE6, 12172 contextname="cyrillicTITLO", 12173 description="COMBINING CYRILLIC TITLO", 12174 direction="nsm", 12175 linebreak="cm", 12176 unicodeslot=0x483, 12177 }, 12178 [0x484]={ 12179 adobename="palatalizationcyrilliccmb", 12180 category="mn", 12181 combining=0xE6, 12182 contextname="cyrillicPALATALIZATION", 12183 description="COMBINING CYRILLIC PALATALIZATION", 12184 direction="nsm", 12185 linebreak="cm", 12186 unicodeslot=0x484, 12187 }, 12188 [0x485]={ 12189 adobename="dasiapneumatacyrilliccmb", 12190 category="mn", 12191 combining=0xE6, 12192 contextname="cyrillicDASIAPNEUMATA", 12193 description="COMBINING CYRILLIC DASIA PNEUMATA", 12194 direction="nsm", 12195 linebreak="cm", 12196 unicodeslot=0x485, 12197 }, 12198 [0x486]={ 12199 adobename="psilipneumatacyrilliccmb", 12200 category="mn", 12201 combining=0xE6, 12202 contextname="cyrillicPSILIPNEUMATA", 12203 description="COMBINING CYRILLIC PSILI PNEUMATA", 12204 direction="nsm", 12205 linebreak="cm", 12206 unicodeslot=0x486, 12207 }, 12208 [0x487]={ 12209 category="mn", 12210 combining=0xE6, 12211 description="COMBINING CYRILLIC POKRYTIE", 12212 direction="nsm", 12213 linebreak="cm", 12214 unicodeslot=0x487, 12215 }, 12216 [0x488]={ 12217 category="me", 12218 description="COMBINING CYRILLIC HUNDRED THOUSANDS SIGN", 12219 direction="nsm", 12220 linebreak="cm", 12221 unicodeslot=0x488, 12222 }, 12223 [0x489]={ 12224 category="me", 12225 description="COMBINING CYRILLIC MILLIONS SIGN", 12226 direction="nsm", 12227 linebreak="cm", 12228 unicodeslot=0x489, 12229 }, 12230 [0x48A]={ 12231 category="lu", 12232 contextname="cyrillicISHRTtail", 12233 description="CYRILLIC CAPITAL LETTER SHORT I WITH TAIL", 12234 direction="l", 12235 lccode=0x48B, 12236 linebreak="al", 12237 unicodeslot=0x48A, 12238 }, 12239 [0x48B]={ 12240 category="ll", 12241 contextname="cyrillicishrttail", 12242 description="CYRILLIC SMALL LETTER SHORT I WITH TAIL", 12243 direction="l", 12244 linebreak="al", 12245 uccode=0x48A, 12246 unicodeslot=0x48B, 12247 }, 12248 [0x48C]={ 12249 category="lu", 12250 contextname="cyrillicSEMISOFT", 12251 description="CYRILLIC CAPITAL LETTER SEMISOFT SIGN", 12252 direction="l", 12253 lccode=0x48D, 12254 linebreak="al", 12255 unicodeslot=0x48C, 12256 }, 12257 [0x48D]={ 12258 category="ll", 12259 contextname="cyrillicsemisoft", 12260 description="CYRILLIC SMALL LETTER SEMISOFT SIGN", 12261 direction="l", 12262 linebreak="al", 12263 uccode=0x48C, 12264 unicodeslot=0x48D, 12265 }, 12266 [0x48E]={ 12267 category="lu", 12268 contextname="cyrillicERtick", 12269 description="CYRILLIC CAPITAL LETTER ER WITH TICK", 12270 direction="l", 12271 lccode=0x48F, 12272 linebreak="al", 12273 shcode=0x420, 12274 unicodeslot=0x48E, 12275 }, 12276 [0x48F]={ 12277 category="ll", 12278 contextname="cyrillicertick", 12279 description="CYRILLIC SMALL LETTER ER WITH TICK", 12280 direction="l", 12281 linebreak="al", 12282 shcode=0x440, 12283 uccode=0x48E, 12284 unicodeslot=0x48F, 12285 }, 12286 [0x490]={ 12287 adobename="afii10050", 12288 category="lu", 12289 contextname="cyrillicGHEupturn", 12290 description="CYRILLIC CAPITAL LETTER GHE WITH UPTURN", 12291 direction="l", 12292 lccode=0x491, 12293 linebreak="al", 12294 shcode=0x413, 12295 unicodeslot=0x490, 12296 }, 12297 [0x491]={ 12298 adobename="gheupturncyrillic", 12299 category="ll", 12300 contextname="cyrillicgheupturn", 12301 description="CYRILLIC SMALL LETTER GHE WITH UPTURN", 12302 direction="l", 12303 linebreak="al", 12304 shcode=0x433, 12305 uccode=0x490, 12306 unicodeslot=0x491, 12307 }, 12308 [0x492]={ 12309 adobename="Ghestrokecyrillic", 12310 category="lu", 12311 contextname="cyrillicGHEstroke", 12312 description="CYRILLIC CAPITAL LETTER GHE WITH STROKE", 12313 direction="l", 12314 lccode=0x493, 12315 linebreak="al", 12316 shcode=0x413, 12317 specials={ "with", 0x413, 0x2F }, 12318 unicodeslot=0x492, 12319 }, 12320 [0x493]={ 12321 adobename="ghestrokecyrillic", 12322 category="ll", 12323 contextname="cyrillicghestroke", 12324 description="CYRILLIC SMALL LETTER GHE WITH STROKE", 12325 direction="l", 12326 linebreak="al", 12327 shcode=0x433, 12328 specials={ "with", 0x433, 0x2F }, 12329 uccode=0x492, 12330 unicodeslot=0x493, 12331 }, 12332 [0x494]={ 12333 adobename="Ghemiddlehookcyrillic", 12334 category="lu", 12335 contextname="cyrillicGHEmidhook", 12336 description="CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK", 12337 direction="l", 12338 lccode=0x495, 12339 linebreak="al", 12340 shcode=0x413, 12341 unicodeslot=0x494, 12342 }, 12343 [0x495]={ 12344 adobename="ghemiddlehookcyrillic", 12345 category="ll", 12346 contextname="cyrillicghemidhook", 12347 description="CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK", 12348 direction="l", 12349 linebreak="al", 12350 shcode=0x433, 12351 uccode=0x494, 12352 unicodeslot=0x495, 12353 }, 12354 [0x496]={ 12355 adobename="Zhedescendercyrillic", 12356 category="lu", 12357 contextname="cyrillicZHEdescender", 12358 description="CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER", 12359 direction="l", 12360 lccode=0x497, 12361 linebreak="al", 12362 shcode=0x416, 12363 unicodeslot=0x496, 12364 }, 12365 [0x497]={ 12366 adobename="zhedescendercyrillic", 12367 category="ll", 12368 contextname="cyrilliczhedescender", 12369 description="CYRILLIC SMALL LETTER ZHE WITH DESCENDER", 12370 direction="l", 12371 linebreak="al", 12372 shcode=0x436, 12373 uccode=0x496, 12374 unicodeslot=0x497, 12375 }, 12376 [0x498]={ 12377 adobename="Zedescendercyrillic", 12378 category="lu", 12379 contextname="cyrillicZDSC", 12380 description="CYRILLIC CAPITAL LETTER ZE WITH DESCENDER", 12381 direction="l", 12382 lccode=0x499, 12383 linebreak="al", 12384 shcode=0x417, 12385 unicodeslot=0x498, 12386 }, 12387 [0x499]={ 12388 adobename="zedescendercyrillic", 12389 category="ll", 12390 contextname="cyrilliczdsc", 12391 description="CYRILLIC SMALL LETTER ZE WITH DESCENDER", 12392 direction="l", 12393 linebreak="al", 12394 shcode=0x437, 12395 uccode=0x498, 12396 unicodeslot=0x499, 12397 }, 12398 [0x49A]={ 12399 adobename="Kadescendercyrillic", 12400 category="lu", 12401 contextname="cyrillicKADC", 12402 description="CYRILLIC CAPITAL LETTER KA WITH DESCENDER", 12403 direction="l", 12404 lccode=0x49B, 12405 linebreak="al", 12406 shcode=0x41A, 12407 unicodeslot=0x49A, 12408 }, 12409 [0x49B]={ 12410 adobename="kadescendercyrillic", 12411 category="ll", 12412 contextname="cyrillickadc", 12413 description="CYRILLIC SMALL LETTER KA WITH DESCENDER", 12414 direction="l", 12415 linebreak="al", 12416 shcode=0x43A, 12417 uccode=0x49A, 12418 unicodeslot=0x49B, 12419 }, 12420 [0x49C]={ 12421 adobename="Kaverticalstrokecyrillic", 12422 category="lu", 12423 contextname="cyrillicKAvertstroke", 12424 description="CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE", 12425 direction="l", 12426 lccode=0x49D, 12427 linebreak="al", 12428 shcode=0x41A, 12429 unicodeslot=0x49C, 12430 }, 12431 [0x49D]={ 12432 adobename="kaverticalstrokecyrillic", 12433 category="ll", 12434 contextname="cyrillickavertstroke", 12435 description="CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE", 12436 direction="l", 12437 linebreak="al", 12438 shcode=0x43A, 12439 uccode=0x49C, 12440 unicodeslot=0x49D, 12441 }, 12442 [0x49E]={ 12443 adobename="Kastrokecyrillic", 12444 category="lu", 12445 contextname="cyrillicKAstroke", 12446 description="CYRILLIC CAPITAL LETTER KA WITH STROKE", 12447 direction="l", 12448 lccode=0x49F, 12449 linebreak="al", 12450 shcode=0x41A, 12451 specials={ "with", 0x41A, 0x2F }, 12452 unicodeslot=0x49E, 12453 }, 12454 [0x49F]={ 12455 adobename="kastrokecyrillic", 12456 category="ll", 12457 contextname="cyrillickastroke", 12458 description="CYRILLIC SMALL LETTER KA WITH STROKE", 12459 direction="l", 12460 linebreak="al", 12461 shcode=0x43A, 12462 specials={ "with", 0x43A, 0x2F }, 12463 uccode=0x49E, 12464 unicodeslot=0x49F, 12465 }, 12466 [0x4A0]={ 12467 adobename="Kabashkircyrillic", 12468 category="lu", 12469 contextname="cyrillicKAbashkir", 12470 description="CYRILLIC CAPITAL LETTER BASHKIR KA", 12471 direction="l", 12472 lccode=0x4A1, 12473 linebreak="al", 12474 unicodeslot=0x4A0, 12475 }, 12476 [0x4A1]={ 12477 adobename="kabashkircyrillic", 12478 category="ll", 12479 contextname="cyrillickabashkir", 12480 description="CYRILLIC SMALL LETTER BASHKIR KA", 12481 direction="l", 12482 linebreak="al", 12483 uccode=0x4A0, 12484 unicodeslot=0x4A1, 12485 }, 12486 [0x4A2]={ 12487 adobename="Endescendercyrillic", 12488 category="lu", 12489 contextname="cyrillicENDC", 12490 description="CYRILLIC CAPITAL LETTER EN WITH DESCENDER", 12491 direction="l", 12492 lccode=0x4A3, 12493 linebreak="al", 12494 shcode=0x41D, 12495 unicodeslot=0x4A2, 12496 }, 12497 [0x4A3]={ 12498 adobename="endescendercyrillic", 12499 category="ll", 12500 contextname="cyrillicendc", 12501 description="CYRILLIC SMALL LETTER EN WITH DESCENDER", 12502 direction="l", 12503 linebreak="al", 12504 shcode=0x43D, 12505 uccode=0x4A2, 12506 unicodeslot=0x4A3, 12507 }, 12508 [0x4A4]={ 12509 adobename="Enghecyrillic", 12510 category="lu", 12511 contextname="cyrillicENGHE", 12512 description="CYRILLIC CAPITAL LIGATURE EN GHE", 12513 direction="l", 12514 lccode=0x4A5, 12515 linebreak="al", 12516 unicodeslot=0x4A4, 12517 }, 12518 [0x4A5]={ 12519 adobename="enghecyrillic", 12520 category="ll", 12521 contextname="cyrillicenghe", 12522 description="CYRILLIC SMALL LIGATURE EN GHE", 12523 direction="l", 12524 linebreak="al", 12525 uccode=0x4A4, 12526 unicodeslot=0x4A5, 12527 }, 12528 [0x4A6]={ 12529 adobename="Pemiddlehookcyrillic", 12530 category="lu", 12531 contextname="cyrillicPEmidhook", 12532 description="CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK", 12533 direction="l", 12534 lccode=0x4A7, 12535 linebreak="al", 12536 shcode=0x41F, 12537 unicodeslot=0x4A6, 12538 }, 12539 [0x4A7]={ 12540 adobename="pemiddlehookcyrillic", 12541 category="ll", 12542 contextname="cyrillicpemidhook", 12543 description="CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK", 12544 direction="l", 12545 linebreak="al", 12546 shcode=0x43F, 12547 uccode=0x4A6, 12548 unicodeslot=0x4A7, 12549 }, 12550 [0x4A8]={ 12551 adobename="Haabkhasiancyrillic", 12552 category="lu", 12553 contextname="cyrillicHA", 12554 description="CYRILLIC CAPITAL LETTER ABKHASIAN HA", 12555 direction="l", 12556 lccode=0x4A9, 12557 linebreak="al", 12558 unicodeslot=0x4A8, 12559 }, 12560 [0x4A9]={ 12561 adobename="haabkhasiancyrillic", 12562 category="ll", 12563 contextname="cyrillicha", 12564 description="CYRILLIC SMALL LETTER ABKHASIAN HA", 12565 direction="l", 12566 linebreak="al", 12567 uccode=0x4A8, 12568 unicodeslot=0x4A9, 12569 }, 12570 [0x4AA]={ 12571 adobename="Esdescendercyrillic", 12572 category="lu", 12573 contextname="cyrillicSDSC", 12574 description="CYRILLIC CAPITAL LETTER ES WITH DESCENDER", 12575 direction="l", 12576 lccode=0x4AB, 12577 linebreak="al", 12578 shcode=0x421, 12579 unicodeslot=0x4AA, 12580 }, 12581 [0x4AB]={ 12582 adobename="esdescendercyrillic", 12583 category="ll", 12584 contextname="cyrillicsdsc", 12585 description="CYRILLIC SMALL LETTER ES WITH DESCENDER", 12586 direction="l", 12587 linebreak="al", 12588 shcode=0x441, 12589 uccode=0x4AA, 12590 unicodeslot=0x4AB, 12591 }, 12592 [0x4AC]={ 12593 adobename="Tedescendercyrillic", 12594 category="lu", 12595 contextname="cyrillicTEDC", 12596 description="CYRILLIC CAPITAL LETTER TE WITH DESCENDER", 12597 direction="l", 12598 lccode=0x4AD, 12599 linebreak="al", 12600 shcode=0x422, 12601 unicodeslot=0x4AC, 12602 }, 12603 [0x4AD]={ 12604 adobename="tedescendercyrillic", 12605 category="ll", 12606 contextname="cyrillictedc", 12607 description="CYRILLIC SMALL LETTER TE WITH DESCENDER", 12608 direction="l", 12609 linebreak="al", 12610 shcode=0x442, 12611 uccode=0x4AC, 12612 unicodeslot=0x4AD, 12613 }, 12614 [0x4AE]={ 12615 adobename="Ustraightcyrillic", 12616 category="lu", 12617 contextname="cyrillicYstr", 12618 description="CYRILLIC CAPITAL LETTER STRAIGHT U", 12619 direction="l", 12620 lccode=0x4AF, 12621 linebreak="al", 12622 unicodeslot=0x4AE, 12623 }, 12624 [0x4AF]={ 12625 adobename="ustraightcyrillic", 12626 category="ll", 12627 contextname="cyrillicystr", 12628 description="CYRILLIC SMALL LETTER STRAIGHT U", 12629 direction="l", 12630 linebreak="al", 12631 uccode=0x4AE, 12632 unicodeslot=0x4AF, 12633 }, 12634 [0x4B0]={ 12635 adobename="Ustraightstrokecyrillic", 12636 category="lu", 12637 contextname="cyrillicYstrstroke", 12638 description="CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE", 12639 direction="l", 12640 lccode=0x4B1, 12641 linebreak="al", 12642 specials={ "with", 0x4AE, 0x2F }, 12643 unicodeslot=0x4B0, 12644 }, 12645 [0x4B1]={ 12646 adobename="ustraightstrokecyrillic", 12647 category="ll", 12648 contextname="cyrillicystrstroke", 12649 description="CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE", 12650 direction="l", 12651 linebreak="al", 12652 specials={ "with", 0x4AF, 0x2F }, 12653 uccode=0x4B0, 12654 unicodeslot=0x4B1, 12655 }, 12656 [0x4B2]={ 12657 adobename="Hadescendercyrillic", 12658 category="lu", 12659 contextname="cyrillicHADC", 12660 description="CYRILLIC CAPITAL LETTER HA WITH DESCENDER", 12661 direction="l", 12662 lccode=0x4B3, 12663 linebreak="al", 12664 shcode=0x425, 12665 unicodeslot=0x4B2, 12666 }, 12667 [0x4B3]={ 12668 adobename="hadescendercyrillic", 12669 category="ll", 12670 contextname="cyrillichadc", 12671 description="CYRILLIC SMALL LETTER HA WITH DESCENDER", 12672 direction="l", 12673 linebreak="al", 12674 shcode=0x445, 12675 uccode=0x4B2, 12676 unicodeslot=0x4B3, 12677 }, 12678 [0x4B4]={ 12679 adobename="Tetsecyrillic", 12680 category="lu", 12681 contextname="cyrillicTETSE", 12682 description="CYRILLIC CAPITAL LIGATURE TE TSE", 12683 direction="l", 12684 lccode=0x4B5, 12685 linebreak="al", 12686 unicodeslot=0x4B4, 12687 }, 12688 [0x4B5]={ 12689 adobename="tetsecyrillic", 12690 category="ll", 12691 contextname="cyrillictetse", 12692 description="CYRILLIC SMALL LIGATURE TE TSE", 12693 direction="l", 12694 linebreak="al", 12695 uccode=0x4B4, 12696 unicodeslot=0x4B5, 12697 }, 12698 [0x4B6]={ 12699 adobename="Chedescendercyrillic", 12700 category="lu", 12701 contextname="cyrillicCHEDC", 12702 description="CYRILLIC CAPITAL LETTER CHE WITH DESCENDER", 12703 direction="l", 12704 lccode=0x4B7, 12705 linebreak="al", 12706 shcode=0x427, 12707 unicodeslot=0x4B6, 12708 }, 12709 [0x4B7]={ 12710 adobename="chedescendercyrillic", 12711 category="ll", 12712 contextname="cyrillicchedc", 12713 description="CYRILLIC SMALL LETTER CHE WITH DESCENDER", 12714 direction="l", 12715 linebreak="al", 12716 shcode=0x447, 12717 uccode=0x4B6, 12718 unicodeslot=0x4B7, 12719 }, 12720 [0x4B8]={ 12721 adobename="Cheverticalstrokecyrillic", 12722 category="lu", 12723 contextname="cyrillicCHEvertstroke", 12724 description="CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE", 12725 direction="l", 12726 lccode=0x4B9, 12727 linebreak="al", 12728 shcode=0x427, 12729 unicodeslot=0x4B8, 12730 }, 12731 [0x4B9]={ 12732 adobename="cheverticalstrokecyrillic", 12733 category="ll", 12734 contextname="cyrillicchevertstroke", 12735 description="CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE", 12736 direction="l", 12737 linebreak="al", 12738 shcode=0x447, 12739 uccode=0x4B8, 12740 unicodeslot=0x4B9, 12741 }, 12742 [0x4BA]={ 12743 adobename="Shhacyrillic", 12744 category="lu", 12745 contextname="cyrillicSHHA", 12746 description="CYRILLIC CAPITAL LETTER SHHA", 12747 direction="l", 12748 lccode=0x4BB, 12749 linebreak="al", 12750 unicodeslot=0x4BA, 12751 }, 12752 [0x4BB]={ 12753 adobename="shhacyrillic", 12754 category="ll", 12755 contextname="cyrillicshha", 12756 description="CYRILLIC SMALL LETTER SHHA", 12757 direction="l", 12758 linebreak="al", 12759 uccode=0x4BA, 12760 unicodeslot=0x4BB, 12761 }, 12762 [0x4BC]={ 12763 adobename="Cheabkhasiancyrillic", 12764 category="lu", 12765 contextname="cyrillicCHEabkhasian", 12766 description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE", 12767 direction="l", 12768 lccode=0x4BD, 12769 linebreak="al", 12770 unicodeslot=0x4BC, 12771 }, 12772 [0x4BD]={ 12773 adobename="cheabkhasiancyrillic", 12774 category="ll", 12775 contextname="cyrilliccheabkhasian", 12776 description="CYRILLIC SMALL LETTER ABKHASIAN CHE", 12777 direction="l", 12778 linebreak="al", 12779 uccode=0x4BC, 12780 unicodeslot=0x4BD, 12781 }, 12782 [0x4BE]={ 12783 adobename="Chedescenderabkhasiancyrillic", 12784 category="lu", 12785 contextname="cyrillicCHEDCabkhasian", 12786 description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER", 12787 direction="l", 12788 lccode=0x4BF, 12789 linebreak="al", 12790 unicodeslot=0x4BE, 12791 }, 12792 [0x4BF]={ 12793 adobename="chedescenderabkhasiancyrillic", 12794 category="ll", 12795 contextname="cyrillicchedcabkhasian", 12796 description="CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER", 12797 direction="l", 12798 linebreak="al", 12799 uccode=0x4BE, 12800 unicodeslot=0x4BF, 12801 }, 12802 [0x4C0]={ 12803 adobename="palochkacyrillic", 12804 category="lu", 12805 contextname="cyrillicPALOCHKA", 12806 description="CYRILLIC LETTER PALOCHKA", 12807 direction="l", 12808 lccode=0x4CF, 12809 linebreak="al", 12810 unicodeslot=0x4C0, 12811 }, 12812 [0x4C1]={ 12813 adobename="Zhebrevecyrillic", 12814 category="lu", 12815 contextname="cyrillicZHEbreve", 12816 description="CYRILLIC CAPITAL LETTER ZHE WITH BREVE", 12817 direction="l", 12818 lccode=0x4C2, 12819 linebreak="al", 12820 shcode=0x416, 12821 specials={ "char", 0x416, 0x306 }, 12822 unicodeslot=0x4C1, 12823 }, 12824 [0x4C2]={ 12825 adobename="zhebrevecyrillic", 12826 category="ll", 12827 contextname="cyrilliczhebreve", 12828 description="CYRILLIC SMALL LETTER ZHE WITH BREVE", 12829 direction="l", 12830 linebreak="al", 12831 shcode=0x436, 12832 specials={ "char", 0x436, 0x306 }, 12833 uccode=0x4C1, 12834 unicodeslot=0x4C2, 12835 }, 12836 [0x4C3]={ 12837 adobename="Kahookcyrillic", 12838 category="lu", 12839 contextname="cyrillicKAhook", 12840 description="CYRILLIC CAPITAL LETTER KA WITH HOOK", 12841 direction="l", 12842 lccode=0x4C4, 12843 linebreak="al", 12844 shcode=0x41A, 12845 specials={ "with", 0x41A, 0x1FA9D }, 12846 unicodeslot=0x4C3, 12847 }, 12848 [0x4C4]={ 12849 adobename="kahookcyrillic", 12850 category="ll", 12851 contextname="cyrillickahook", 12852 description="CYRILLIC SMALL LETTER KA WITH HOOK", 12853 direction="l", 12854 linebreak="al", 12855 shcode=0x43A, 12856 specials={ "with", 0x43A, 0x1FA9D }, 12857 uccode=0x4C3, 12858 unicodeslot=0x4C4, 12859 }, 12860 [0x4C5]={ 12861 category="lu", 12862 contextname="cyrillicELtail", 12863 description="CYRILLIC CAPITAL LETTER EL WITH TAIL", 12864 direction="l", 12865 lccode=0x4C6, 12866 linebreak="al", 12867 shcode=0x41B, 12868 unicodeslot=0x4C5, 12869 }, 12870 [0x4C6]={ 12871 category="ll", 12872 contextname="cyrilliceltail", 12873 description="CYRILLIC SMALL LETTER EL WITH TAIL", 12874 direction="l", 12875 linebreak="al", 12876 shcode=0x43B, 12877 uccode=0x4C5, 12878 unicodeslot=0x4C6, 12879 }, 12880 [0x4C7]={ 12881 adobename="Enhookcyrillic", 12882 category="lu", 12883 contextname="cyrillicENhook", 12884 description="CYRILLIC CAPITAL LETTER EN WITH HOOK", 12885 direction="l", 12886 lccode=0x4C8, 12887 linebreak="al", 12888 shcode=0x41D, 12889 specials={ "with", 0x41D, 0x1FA9D }, 12890 unicodeslot=0x4C7, 12891 }, 12892 [0x4C8]={ 12893 adobename="enhookcyrillic", 12894 category="ll", 12895 contextname="cyrillicenhook", 12896 description="CYRILLIC SMALL LETTER EN WITH HOOK", 12897 direction="l", 12898 linebreak="al", 12899 shcode=0x43D, 12900 specials={ "with", 0x43D, 0x1FA9D }, 12901 uccode=0x4C7, 12902 unicodeslot=0x4C8, 12903 }, 12904 [0x4C9]={ 12905 category="lu", 12906 contextname="cyrillicENtail", 12907 description="CYRILLIC CAPITAL LETTER EN WITH TAIL", 12908 direction="l", 12909 lccode=0x4CA, 12910 linebreak="al", 12911 shcode=0x41D, 12912 unicodeslot=0x4C9, 12913 }, 12914 [0x4CA]={ 12915 category="ll", 12916 contextname="cyrillicentail", 12917 description="CYRILLIC SMALL LETTER EN WITH TAIL", 12918 direction="l", 12919 linebreak="al", 12920 shcode=0x43D, 12921 uccode=0x4C9, 12922 unicodeslot=0x4CA, 12923 }, 12924 [0x4CB]={ 12925 adobename="Chekhakassiancyrillic", 12926 category="lu", 12927 contextname="cyrillicCHEkhakassian", 12928 description="CYRILLIC CAPITAL LETTER KHAKASSIAN CHE", 12929 direction="l", 12930 lccode=0x4CC, 12931 linebreak="al", 12932 unicodeslot=0x4CB, 12933 }, 12934 [0x4CC]={ 12935 adobename="chekhakassiancyrillic", 12936 category="ll", 12937 contextname="cyrillicchekhakassian", 12938 description="CYRILLIC SMALL LETTER KHAKASSIAN CHE", 12939 direction="l", 12940 linebreak="al", 12941 uccode=0x4CB, 12942 unicodeslot=0x4CC, 12943 }, 12944 [0x4CD]={ 12945 category="lu", 12946 contextname="cyrillicEMtail", 12947 description="CYRILLIC CAPITAL LETTER EM WITH TAIL", 12948 direction="l", 12949 lccode=0x4CE, 12950 linebreak="al", 12951 shcode=0x41C, 12952 unicodeslot=0x4CD, 12953 }, 12954 [0x4CE]={ 12955 category="ll", 12956 contextname="cyrillicemtail", 12957 description="CYRILLIC SMALL LETTER EM WITH TAIL", 12958 direction="l", 12959 linebreak="al", 12960 shcode=0x43C, 12961 uccode=0x4CD, 12962 unicodeslot=0x4CE, 12963 }, 12964 [0x4CF]={ 12965 category="ll", 12966 description="CYRILLIC SMALL LETTER PALOCHKA", 12967 direction="l", 12968 linebreak="al", 12969 uccode=0x4C0, 12970 unicodeslot=0x4CF, 12971 }, 12972 [0x4D0]={ 12973 adobename="Abrevecyrillic", 12974 category="lu", 12975 contextname="cyrillicAbreve", 12976 description="CYRILLIC CAPITAL LETTER A WITH BREVE", 12977 direction="l", 12978 lccode=0x4D1, 12979 linebreak="al", 12980 shcode=0x410, 12981 specials={ "char", 0x410, 0x306 }, 12982 unicodeslot=0x4D0, 12983 }, 12984 [0x4D1]={ 12985 adobename="abrevecyrillic", 12986 category="ll", 12987 contextname="cyrillicabreve", 12988 description="CYRILLIC SMALL LETTER A WITH BREVE", 12989 direction="l", 12990 linebreak="al", 12991 shcode=0x430, 12992 specials={ "char", 0x430, 0x306 }, 12993 uccode=0x4D0, 12994 unicodeslot=0x4D1, 12995 }, 12996 [0x4D2]={ 12997 adobename="Adieresiscyrillic", 12998 category="lu", 12999 contextname="cyrillicAdiaeresis", 13000 description="CYRILLIC CAPITAL LETTER A WITH DIAERESIS", 13001 direction="l", 13002 lccode=0x4D3, 13003 linebreak="al", 13004 shcode=0x410, 13005 specials={ "char", 0x410, 0x308 }, 13006 unicodeslot=0x4D2, 13007 }, 13008 [0x4D3]={ 13009 adobename="adieresiscyrillic", 13010 category="ll", 13011 contextname="cyrillicadiaeresis", 13012 description="CYRILLIC SMALL LETTER A WITH DIAERESIS", 13013 direction="l", 13014 linebreak="al", 13015 shcode=0x430, 13016 specials={ "char", 0x430, 0x308 }, 13017 uccode=0x4D2, 13018 unicodeslot=0x4D3, 13019 }, 13020 [0x4D4]={ 13021 adobename="Aiecyrillic", 13022 category="lu", 13023 contextname="cyrillicAE", 13024 description="CYRILLIC CAPITAL LIGATURE A IE", 13025 direction="l", 13026 lccode=0x4D5, 13027 linebreak="al", 13028 unicodeslot=0x4D4, 13029 }, 13030 [0x4D5]={ 13031 adobename="aiecyrillic", 13032 category="ll", 13033 contextname="cyrillicae", 13034 description="CYRILLIC SMALL LIGATURE A IE", 13035 direction="l", 13036 linebreak="al", 13037 uccode=0x4D4, 13038 unicodeslot=0x4D5, 13039 }, 13040 [0x4D6]={ 13041 adobename="Iebrevecyrillic", 13042 category="lu", 13043 contextname="cyrillicEbreve", 13044 description="CYRILLIC CAPITAL LETTER IE WITH BREVE", 13045 direction="l", 13046 lccode=0x4D7, 13047 linebreak="al", 13048 shcode=0x415, 13049 specials={ "char", 0x415, 0x306 }, 13050 unicodeslot=0x4D6, 13051 }, 13052 [0x4D7]={ 13053 adobename="iebrevecyrillic", 13054 category="ll", 13055 contextname="cyrillicebreve", 13056 description="CYRILLIC SMALL LETTER IE WITH BREVE", 13057 direction="l", 13058 linebreak="al", 13059 shcode=0x435, 13060 specials={ "char", 0x435, 0x306 }, 13061 uccode=0x4D6, 13062 unicodeslot=0x4D7, 13063 }, 13064 [0x4D8]={ 13065 adobename="Schwacyrillic", 13066 category="lu", 13067 contextname="cyrillicSCHWA", 13068 description="CYRILLIC CAPITAL LETTER SCHWA", 13069 direction="l", 13070 lccode=0x4D9, 13071 linebreak="al", 13072 unicodeslot=0x4D8, 13073 }, 13074 [0x4D9]={ 13075 adobename="schwacyrillic", 13076 category="ll", 13077 contextname="cyrillicschwa", 13078 description="CYRILLIC SMALL LETTER SCHWA", 13079 direction="l", 13080 linebreak="al", 13081 uccode=0x4D8, 13082 unicodeslot=0x4D9, 13083 }, 13084 [0x4DA]={ 13085 adobename="Schwadieresiscyrillic", 13086 category="lu", 13087 contextname="cyrillicSCHWAdiaeresis", 13088 description="CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS", 13089 direction="l", 13090 lccode=0x4DB, 13091 linebreak="al", 13092 shcode=0x4D8, 13093 specials={ "char", 0x4D8, 0x308 }, 13094 unicodeslot=0x4DA, 13095 }, 13096 [0x4DB]={ 13097 adobename="schwadieresiscyrillic", 13098 category="ll", 13099 contextname="cyrillicschwadiaeresis", 13100 description="CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS", 13101 direction="l", 13102 linebreak="al", 13103 shcode=0x4D9, 13104 specials={ "char", 0x4D9, 0x308 }, 13105 uccode=0x4DA, 13106 unicodeslot=0x4DB, 13107 }, 13108 [0x4DC]={ 13109 adobename="Zhedieresiscyrillic", 13110 category="lu", 13111 contextname="cyrillicZHEdiaeresis", 13112 description="CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS", 13113 direction="l", 13114 lccode=0x4DD, 13115 linebreak="al", 13116 shcode=0x416, 13117 specials={ "char", 0x416, 0x308 }, 13118 unicodeslot=0x4DC, 13119 }, 13120 [0x4DD]={ 13121 adobename="zhedieresiscyrillic", 13122 category="ll", 13123 contextname="cyrilliczhediaeresis", 13124 description="CYRILLIC SMALL LETTER ZHE WITH DIAERESIS", 13125 direction="l", 13126 linebreak="al", 13127 shcode=0x436, 13128 specials={ "char", 0x436, 0x308 }, 13129 uccode=0x4DC, 13130 unicodeslot=0x4DD, 13131 }, 13132 [0x4DE]={ 13133 adobename="Zedieresiscyrillic", 13134 category="lu", 13135 contextname="cyrillicZEdiaeresis", 13136 description="CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS", 13137 direction="l", 13138 lccode=0x4DF, 13139 linebreak="al", 13140 shcode=0x417, 13141 specials={ "char", 0x417, 0x308 }, 13142 unicodeslot=0x4DE, 13143 }, 13144 [0x4DF]={ 13145 adobename="zedieresiscyrillic", 13146 category="ll", 13147 contextname="cyrilliczediaeresis", 13148 description="CYRILLIC SMALL LETTER ZE WITH DIAERESIS", 13149 direction="l", 13150 linebreak="al", 13151 shcode=0x437, 13152 specials={ "char", 0x437, 0x308 }, 13153 uccode=0x4DE, 13154 unicodeslot=0x4DF, 13155 }, 13156 [0x4E0]={ 13157 adobename="Dzeabkhasiancyrillic", 13158 category="lu", 13159 contextname="cyrillicDZEabkhasian", 13160 description="CYRILLIC CAPITAL LETTER ABKHASIAN DZE", 13161 direction="l", 13162 lccode=0x4E1, 13163 linebreak="al", 13164 unicodeslot=0x4E0, 13165 }, 13166 [0x4E1]={ 13167 adobename="dzeabkhasiancyrillic", 13168 category="ll", 13169 contextname="cyrillicdzeabkhasian", 13170 description="CYRILLIC SMALL LETTER ABKHASIAN DZE", 13171 direction="l", 13172 linebreak="al", 13173 uccode=0x4E0, 13174 unicodeslot=0x4E1, 13175 }, 13176 [0x4E2]={ 13177 adobename="Imacroncyrillic", 13178 category="lu", 13179 contextname="cyrillicImacron", 13180 description="CYRILLIC CAPITAL LETTER I WITH MACRON", 13181 direction="l", 13182 lccode=0x4E3, 13183 linebreak="al", 13184 shcode=0x418, 13185 specials={ "char", 0x418, 0x304 }, 13186 unicodeslot=0x4E2, 13187 }, 13188 [0x4E3]={ 13189 adobename="imacroncyrillic", 13190 category="ll", 13191 contextname="cyrillicimacron", 13192 description="CYRILLIC SMALL LETTER I WITH MACRON", 13193 direction="l", 13194 linebreak="al", 13195 shcode=0x438, 13196 specials={ "char", 0x438, 0x304 }, 13197 uccode=0x4E2, 13198 unicodeslot=0x4E3, 13199 }, 13200 [0x4E4]={ 13201 adobename="Idieresiscyrillic", 13202 category="lu", 13203 contextname="cyrillicIdiaeresis", 13204 description="CYRILLIC CAPITAL LETTER I WITH DIAERESIS", 13205 direction="l", 13206 lccode=0x4E5, 13207 linebreak="al", 13208 shcode=0x418, 13209 specials={ "char", 0x418, 0x308 }, 13210 unicodeslot=0x4E4, 13211 }, 13212 [0x4E5]={ 13213 adobename="idieresiscyrillic", 13214 category="ll", 13215 contextname="cyrillicidiaeresis", 13216 description="CYRILLIC SMALL LETTER I WITH DIAERESIS", 13217 direction="l", 13218 linebreak="al", 13219 shcode=0x438, 13220 specials={ "char", 0x438, 0x308 }, 13221 uccode=0x4E4, 13222 unicodeslot=0x4E5, 13223 }, 13224 [0x4E6]={ 13225 adobename="Odieresiscyrillic", 13226 category="lu", 13227 contextname="cyrillicOdiaeresis", 13228 description="CYRILLIC CAPITAL LETTER O WITH DIAERESIS", 13229 direction="l", 13230 lccode=0x4E7, 13231 linebreak="al", 13232 shcode=0x41E, 13233 specials={ "char", 0x41E, 0x308 }, 13234 unicodeslot=0x4E6, 13235 }, 13236 [0x4E7]={ 13237 adobename="odieresiscyrillic", 13238 category="ll", 13239 contextname="cyrillicodiaeresis", 13240 description="CYRILLIC SMALL LETTER O WITH DIAERESIS", 13241 direction="l", 13242 linebreak="al", 13243 shcode=0x43E, 13244 specials={ "char", 0x43E, 0x308 }, 13245 uccode=0x4E6, 13246 unicodeslot=0x4E7, 13247 }, 13248 [0x4E8]={ 13249 adobename="Obarredcyrillic", 13250 category="lu", 13251 contextname="cyrillicObarred", 13252 description="CYRILLIC CAPITAL LETTER BARRED O", 13253 direction="l", 13254 lccode=0x4E9, 13255 linebreak="al", 13256 unicodeslot=0x4E8, 13257 }, 13258 [0x4E9]={ 13259 adobename="obarredcyrillic", 13260 category="ll", 13261 contextname="cyrillicobarred", 13262 description="CYRILLIC SMALL LETTER BARRED O", 13263 direction="l", 13264 linebreak="al", 13265 uccode=0x4E8, 13266 unicodeslot=0x4E9, 13267 }, 13268 [0x4EA]={ 13269 adobename="Obarreddieresiscyrillic", 13270 category="lu", 13271 contextname="cyrillicObarreddiaeresis", 13272 description="CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS", 13273 direction="l", 13274 lccode=0x4EB, 13275 linebreak="al", 13276 specials={ "char", 0x4E8, 0x308 }, 13277 unicodeslot=0x4EA, 13278 }, 13279 [0x4EB]={ 13280 adobename="obarreddieresiscyrillic", 13281 category="ll", 13282 contextname="cyrillicobarreddiaeresis", 13283 description="CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS", 13284 direction="l", 13285 linebreak="al", 13286 specials={ "char", 0x4E9, 0x308 }, 13287 uccode=0x4EA, 13288 unicodeslot=0x4EB, 13289 }, 13290 [0x4EC]={ 13291 category="lu", 13292 contextname="cyrillicEdiaeresis", 13293 description="CYRILLIC CAPITAL LETTER E WITH DIAERESIS", 13294 direction="l", 13295 lccode=0x4ED, 13296 linebreak="al", 13297 shcode=0x42D, 13298 specials={ "char", 0x42D, 0x308 }, 13299 unicodeslot=0x4EC, 13300 }, 13301 [0x4ED]={ 13302 category="ll", 13303 contextname="cyrillicediaeresis", 13304 description="CYRILLIC SMALL LETTER E WITH DIAERESIS", 13305 direction="l", 13306 linebreak="al", 13307 shcode=0x44D, 13308 specials={ "char", 0x44D, 0x308 }, 13309 uccode=0x4EC, 13310 unicodeslot=0x4ED, 13311 }, 13312 [0x4EE]={ 13313 adobename="Umacroncyrillic", 13314 category="lu", 13315 contextname="cyrillicUmacron", 13316 description="CYRILLIC CAPITAL LETTER U WITH MACRON", 13317 direction="l", 13318 lccode=0x4EF, 13319 linebreak="al", 13320 shcode=0x423, 13321 specials={ "char", 0x423, 0x304 }, 13322 unicodeslot=0x4EE, 13323 }, 13324 [0x4EF]={ 13325 adobename="umacroncyrillic", 13326 category="ll", 13327 contextname="cyrillicumacron", 13328 description="CYRILLIC SMALL LETTER U WITH MACRON", 13329 direction="l", 13330 linebreak="al", 13331 shcode=0x443, 13332 specials={ "char", 0x443, 0x304 }, 13333 uccode=0x4EE, 13334 unicodeslot=0x4EF, 13335 }, 13336 [0x4F0]={ 13337 adobename="Udieresiscyrillic", 13338 category="lu", 13339 contextname="cyrillicUdiaeresis", 13340 description="CYRILLIC CAPITAL LETTER U WITH DIAERESIS", 13341 direction="l", 13342 lccode=0x4F1, 13343 linebreak="al", 13344 shcode=0x423, 13345 specials={ "char", 0x423, 0x308 }, 13346 unicodeslot=0x4F0, 13347 }, 13348 [0x4F1]={ 13349 adobename="udieresiscyrillic", 13350 category="ll", 13351 contextname="cyrillicudiaeresis", 13352 description="CYRILLIC SMALL LETTER U WITH DIAERESIS", 13353 direction="l", 13354 linebreak="al", 13355 shcode=0x443, 13356 specials={ "char", 0x443, 0x308 }, 13357 uccode=0x4F0, 13358 unicodeslot=0x4F1, 13359 }, 13360 [0x4F2]={ 13361 adobename="Uhungarumlautcyrillic", 13362 category="lu", 13363 contextname="cyrillicUdoubleacute", 13364 description="CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE", 13365 direction="l", 13366 lccode=0x4F3, 13367 linebreak="al", 13368 shcode=0x423, 13369 specials={ "char", 0x423, 0x30B }, 13370 unicodeslot=0x4F2, 13371 }, 13372 [0x4F3]={ 13373 adobename="uhungarumlautcyrillic", 13374 category="ll", 13375 contextname="cyrillicudoubleacute", 13376 description="CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE", 13377 direction="l", 13378 linebreak="al", 13379 shcode=0x443, 13380 specials={ "char", 0x443, 0x30B }, 13381 uccode=0x4F2, 13382 unicodeslot=0x4F3, 13383 }, 13384 [0x4F4]={ 13385 adobename="Chedieresiscyrillic", 13386 category="lu", 13387 contextname="cyrillicCHEdiaeresis", 13388 description="CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS", 13389 direction="l", 13390 lccode=0x4F5, 13391 linebreak="al", 13392 shcode=0x427, 13393 specials={ "char", 0x427, 0x308 }, 13394 unicodeslot=0x4F4, 13395 }, 13396 [0x4F5]={ 13397 adobename="chedieresiscyrillic", 13398 category="ll", 13399 contextname="cyrillicchediaeresis", 13400 description="CYRILLIC SMALL LETTER CHE WITH DIAERESIS", 13401 direction="l", 13402 linebreak="al", 13403 shcode=0x447, 13404 specials={ "char", 0x447, 0x308 }, 13405 uccode=0x4F4, 13406 unicodeslot=0x4F5, 13407 }, 13408 [0x4F6]={ 13409 category="lu", 13410 description="CYRILLIC CAPITAL LETTER GHE WITH DESCENDER", 13411 direction="l", 13412 lccode=0x4F7, 13413 linebreak="al", 13414 shcode=0x413, 13415 unicodeslot=0x4F6, 13416 }, 13417 [0x4F7]={ 13418 category="ll", 13419 description="CYRILLIC SMALL LETTER GHE WITH DESCENDER", 13420 direction="l", 13421 linebreak="al", 13422 shcode=0x433, 13423 uccode=0x4F6, 13424 unicodeslot=0x4F7, 13425 }, 13426 [0x4F8]={ 13427 adobename="Yerudieresiscyrillic", 13428 category="lu", 13429 contextname="cyrillicYERUdiaeresis", 13430 description="CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS", 13431 direction="l", 13432 lccode=0x4F9, 13433 linebreak="al", 13434 shcode=0x42B, 13435 specials={ "char", 0x42B, 0x308 }, 13436 unicodeslot=0x4F8, 13437 }, 13438 [0x4F9]={ 13439 adobename="yerudieresiscyrillic", 13440 category="ll", 13441 contextname="cyrillicyerudiaeresis", 13442 description="CYRILLIC SMALL LETTER YERU WITH DIAERESIS", 13443 direction="l", 13444 linebreak="al", 13445 shcode=0x44B, 13446 specials={ "char", 0x44B, 0x308 }, 13447 uccode=0x4F8, 13448 unicodeslot=0x4F9, 13449 }, 13450 [0x4FA]={ 13451 category="lu", 13452 description="CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK", 13453 direction="l", 13454 lccode=0x4FB, 13455 linebreak="al", 13456 shcode=0x413, 13457 unicodeslot=0x4FA, 13458 }, 13459 [0x4FB]={ 13460 category="ll", 13461 description="CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK", 13462 direction="l", 13463 linebreak="al", 13464 shcode=0x433, 13465 uccode=0x4FA, 13466 unicodeslot=0x4FB, 13467 }, 13468 [0x4FC]={ 13469 category="lu", 13470 description="CYRILLIC CAPITAL LETTER HA WITH HOOK", 13471 direction="l", 13472 lccode=0x4FD, 13473 linebreak="al", 13474 shcode=0x425, 13475 specials={ "with", 0x425, 0x1FA9D }, 13476 unicodeslot=0x4FC, 13477 }, 13478 [0x4FD]={ 13479 category="ll", 13480 description="CYRILLIC SMALL LETTER HA WITH HOOK", 13481 direction="l", 13482 linebreak="al", 13483 shcode=0x445, 13484 specials={ "with", 0x445, 0x1FA9D }, 13485 uccode=0x4FC, 13486 unicodeslot=0x4FD, 13487 }, 13488 [0x4FE]={ 13489 category="lu", 13490 description="CYRILLIC CAPITAL LETTER HA WITH STROKE", 13491 direction="l", 13492 lccode=0x4FF, 13493 linebreak="al", 13494 shcode=0x425, 13495 specials={ "with", 0x425, 0x2F }, 13496 unicodeslot=0x4FE, 13497 }, 13498 [0x4FF]={ 13499 category="ll", 13500 description="CYRILLIC SMALL LETTER HA WITH STROKE", 13501 direction="l", 13502 linebreak="al", 13503 shcode=0x445, 13504 specials={ "with", 0x445, 0x2F }, 13505 uccode=0x4FE, 13506 unicodeslot=0x4FF, 13507 }, 13508 [0x500]={ 13509 category="lu", 13510 description="CYRILLIC CAPITAL LETTER KOMI DE", 13511 direction="l", 13512 lccode=0x501, 13513 linebreak="al", 13514 unicodeslot=0x500, 13515 }, 13516 [0x501]={ 13517 category="ll", 13518 description="CYRILLIC SMALL LETTER KOMI DE", 13519 direction="l", 13520 linebreak="al", 13521 uccode=0x500, 13522 unicodeslot=0x501, 13523 }, 13524 [0x502]={ 13525 category="lu", 13526 description="CYRILLIC CAPITAL LETTER KOMI DJE", 13527 direction="l", 13528 lccode=0x503, 13529 linebreak="al", 13530 unicodeslot=0x502, 13531 }, 13532 [0x503]={ 13533 category="ll", 13534 description="CYRILLIC SMALL LETTER KOMI DJE", 13535 direction="l", 13536 linebreak="al", 13537 uccode=0x502, 13538 unicodeslot=0x503, 13539 }, 13540 [0x504]={ 13541 category="lu", 13542 description="CYRILLIC CAPITAL LETTER KOMI ZJE", 13543 direction="l", 13544 lccode=0x505, 13545 linebreak="al", 13546 unicodeslot=0x504, 13547 }, 13548 [0x505]={ 13549 category="ll", 13550 description="CYRILLIC SMALL LETTER KOMI ZJE", 13551 direction="l", 13552 linebreak="al", 13553 uccode=0x504, 13554 unicodeslot=0x505, 13555 }, 13556 [0x506]={ 13557 category="lu", 13558 description="CYRILLIC CAPITAL LETTER KOMI DZJE", 13559 direction="l", 13560 lccode=0x507, 13561 linebreak="al", 13562 unicodeslot=0x506, 13563 }, 13564 [0x507]={ 13565 category="ll", 13566 description="CYRILLIC SMALL LETTER KOMI DZJE", 13567 direction="l", 13568 linebreak="al", 13569 uccode=0x506, 13570 unicodeslot=0x507, 13571 }, 13572 [0x508]={ 13573 category="lu", 13574 description="CYRILLIC CAPITAL LETTER KOMI LJE", 13575 direction="l", 13576 lccode=0x509, 13577 linebreak="al", 13578 unicodeslot=0x508, 13579 }, 13580 [0x509]={ 13581 category="ll", 13582 description="CYRILLIC SMALL LETTER KOMI LJE", 13583 direction="l", 13584 linebreak="al", 13585 uccode=0x508, 13586 unicodeslot=0x509, 13587 }, 13588 [0x50A]={ 13589 category="lu", 13590 description="CYRILLIC CAPITAL LETTER KOMI NJE", 13591 direction="l", 13592 lccode=0x50B, 13593 linebreak="al", 13594 unicodeslot=0x50A, 13595 }, 13596 [0x50B]={ 13597 category="ll", 13598 description="CYRILLIC SMALL LETTER KOMI NJE", 13599 direction="l", 13600 linebreak="al", 13601 uccode=0x50A, 13602 unicodeslot=0x50B, 13603 }, 13604 [0x50C]={ 13605 category="lu", 13606 description="CYRILLIC CAPITAL LETTER KOMI SJE", 13607 direction="l", 13608 lccode=0x50D, 13609 linebreak="al", 13610 unicodeslot=0x50C, 13611 }, 13612 [0x50D]={ 13613 category="ll", 13614 description="CYRILLIC SMALL LETTER KOMI SJE", 13615 direction="l", 13616 linebreak="al", 13617 uccode=0x50C, 13618 unicodeslot=0x50D, 13619 }, 13620 [0x50E]={ 13621 category="lu", 13622 description="CYRILLIC CAPITAL LETTER KOMI TJE", 13623 direction="l", 13624 lccode=0x50F, 13625 linebreak="al", 13626 unicodeslot=0x50E, 13627 }, 13628 [0x50F]={ 13629 category="ll", 13630 description="CYRILLIC SMALL LETTER KOMI TJE", 13631 direction="l", 13632 linebreak="al", 13633 uccode=0x50E, 13634 unicodeslot=0x50F, 13635 }, 13636 [0x510]={ 13637 category="lu", 13638 description="CYRILLIC CAPITAL LETTER REVERSED ZE", 13639 direction="l", 13640 lccode=0x511, 13641 linebreak="al", 13642 unicodeslot=0x510, 13643 }, 13644 [0x511]={ 13645 category="ll", 13646 description="CYRILLIC SMALL LETTER REVERSED ZE", 13647 direction="l", 13648 linebreak="al", 13649 uccode=0x510, 13650 unicodeslot=0x511, 13651 }, 13652 [0x512]={ 13653 category="lu", 13654 description="CYRILLIC CAPITAL LETTER EL WITH HOOK", 13655 direction="l", 13656 lccode=0x513, 13657 linebreak="al", 13658 shcode=0x41B, 13659 specials={ "with", 0x41B, 0x1FA9D }, 13660 unicodeslot=0x512, 13661 }, 13662 [0x513]={ 13663 category="ll", 13664 description="CYRILLIC SMALL LETTER EL WITH HOOK", 13665 direction="l", 13666 linebreak="al", 13667 shcode=0x43B, 13668 specials={ "with", 0x43B, 0x1FA9D }, 13669 uccode=0x512, 13670 unicodeslot=0x513, 13671 }, 13672 [0x514]={ 13673 category="lu", 13674 description="CYRILLIC CAPITAL LETTER LHA", 13675 direction="l", 13676 lccode=0x515, 13677 linebreak="al", 13678 unicodeslot=0x514, 13679 }, 13680 [0x515]={ 13681 category="ll", 13682 description="CYRILLIC SMALL LETTER LHA", 13683 direction="l", 13684 linebreak="al", 13685 unicodeslot=0x515, 13686 }, 13687 [0x516]={ 13688 category="lu", 13689 description="CYRILLIC CAPITAL LETTER RHA", 13690 direction="l", 13691 lccode=0x517, 13692 linebreak="al", 13693 unicodeslot=0x516, 13694 }, 13695 [0x517]={ 13696 category="ll", 13697 description="CYRILLIC SMALL LETTER RHA", 13698 direction="l", 13699 linebreak="al", 13700 unicodeslot=0x517, 13701 }, 13702 [0x518]={ 13703 category="lu", 13704 description="CYRILLIC CAPITAL LETTER YAE", 13705 direction="l", 13706 lccode=0x519, 13707 linebreak="al", 13708 unicodeslot=0x518, 13709 }, 13710 [0x519]={ 13711 category="ll", 13712 description="CYRILLIC SMALL LETTER YAE", 13713 direction="l", 13714 linebreak="al", 13715 unicodeslot=0x519, 13716 }, 13717 [0x51A]={ 13718 category="lu", 13719 description="CYRILLIC CAPITAL LETTER QA", 13720 direction="l", 13721 lccode=0x51B, 13722 linebreak="al", 13723 unicodeslot=0x51A, 13724 }, 13725 [0x51B]={ 13726 category="ll", 13727 description="CYRILLIC SMALL LETTER QA", 13728 direction="l", 13729 linebreak="al", 13730 unicodeslot=0x51B, 13731 }, 13732 [0x51C]={ 13733 category="lu", 13734 description="CYRILLIC CAPITAL LETTER WE", 13735 direction="l", 13736 lccode=0x51D, 13737 linebreak="al", 13738 unicodeslot=0x51C, 13739 }, 13740 [0x51D]={ 13741 category="ll", 13742 description="CYRILLIC SMALL LETTER WE", 13743 direction="l", 13744 linebreak="al", 13745 unicodeslot=0x51D, 13746 }, 13747 [0x51E]={ 13748 category="lu", 13749 description="CYRILLIC CAPITAL LETTER ALEUT KA", 13750 direction="l", 13751 lccode=0x51F, 13752 linebreak="al", 13753 unicodeslot=0x51E, 13754 }, 13755 [0x51F]={ 13756 category="ll", 13757 description="CYRILLIC SMALL LETTER ALEUT KA", 13758 direction="l", 13759 linebreak="al", 13760 unicodeslot=0x51F, 13761 }, 13762 [0x520]={ 13763 category="lu", 13764 description="CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK", 13765 direction="l", 13766 lccode=0x521, 13767 linebreak="al", 13768 unicodeslot=0x520, 13769 }, 13770 [0x521]={ 13771 category="ll", 13772 description="CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK", 13773 direction="l", 13774 linebreak="al", 13775 unicodeslot=0x521, 13776 }, 13777 [0x522]={ 13778 category="lu", 13779 description="CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK", 13780 direction="l", 13781 lccode=0x523, 13782 linebreak="al", 13783 unicodeslot=0x522, 13784 }, 13785 [0x523]={ 13786 category="ll", 13787 description="CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK", 13788 direction="l", 13789 linebreak="al", 13790 unicodeslot=0x523, 13791 }, 13792 [0x524]={ 13793 category="lu", 13794 description="CYRILLIC CAPITAL LETTER PE WITH DESCENDER", 13795 direction="l", 13796 lccode=0x525, 13797 linebreak="al", 13798 unicodeslot=0x524, 13799 }, 13800 [0x525]={ 13801 category="ll", 13802 description="CYRILLIC SMALL LETTER PE WITH DESCENDER", 13803 direction="l", 13804 linebreak="al", 13805 unicodeslot=0x525, 13806 }, 13807 [0x526]={ 13808 category="lu", 13809 description="CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER", 13810 direction="l", 13811 lccode=0x527, 13812 linebreak="al", 13813 unicodeslot=0x526, 13814 }, 13815 [0x527]={ 13816 category="ll", 13817 description="CYRILLIC SMALL LETTER SHHA WITH DESCENDER", 13818 direction="l", 13819 linebreak="al", 13820 unicodeslot=0x527, 13821 }, 13822 [0x528]={ 13823 category="lu", 13824 description="CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK", 13825 direction="l", 13826 lccode=0x529, 13827 linebreak="al", 13828 unicodeslot=0x528, 13829 }, 13830 [0x529]={ 13831 category="ll", 13832 description="CYRILLIC SMALL LETTER EN WITH LEFT HOOK", 13833 direction="l", 13834 linebreak="al", 13835 unicodeslot=0x529, 13836 }, 13837 [0x52A]={ 13838 category="lu", 13839 description="CYRILLIC CAPITAL LETTER DZZHE", 13840 direction="l", 13841 lccode=0x52B, 13842 linebreak="al", 13843 unicodeslot=0x52A, 13844 }, 13845 [0x52B]={ 13846 category="ll", 13847 description="CYRILLIC SMALL LETTER DZZHE", 13848 direction="l", 13849 linebreak="al", 13850 unicodeslot=0x52B, 13851 }, 13852 [0x52C]={ 13853 category="lu", 13854 description="CYRILLIC CAPITAL LETTER DCHE", 13855 direction="l", 13856 lccode=0x52D, 13857 linebreak="al", 13858 unicodeslot=0x52C, 13859 }, 13860 [0x52D]={ 13861 category="ll", 13862 description="CYRILLIC SMALL LETTER DCHE", 13863 direction="l", 13864 linebreak="al", 13865 unicodeslot=0x52D, 13866 }, 13867 [0x52E]={ 13868 category="lu", 13869 description="CYRILLIC CAPITAL LETTER EL WITH DESCENDER", 13870 direction="l", 13871 lccode=0x52F, 13872 linebreak="al", 13873 unicodeslot=0x52E, 13874 }, 13875 [0x52F]={ 13876 category="ll", 13877 description="CYRILLIC SMALL LETTER EL WITH DESCENDER", 13878 direction="l", 13879 linebreak="al", 13880 unicodeslot=0x52F, 13881 }, 13882 [0x531]={ 13883 adobename="Aybarmenian", 13884 category="lu", 13885 description="ARMENIAN CAPITAL LETTER AYB", 13886 direction="l", 13887 lccode=0x561, 13888 linebreak="al", 13889 unicodeslot=0x531, 13890 }, 13891 [0x532]={ 13892 adobename="Benarmenian", 13893 category="lu", 13894 description="ARMENIAN CAPITAL LETTER BEN", 13895 direction="l", 13896 lccode=0x562, 13897 linebreak="al", 13898 unicodeslot=0x532, 13899 }, 13900 [0x533]={ 13901 adobename="Gimarmenian", 13902 category="lu", 13903 description="ARMENIAN CAPITAL LETTER GIM", 13904 direction="l", 13905 lccode=0x563, 13906 linebreak="al", 13907 unicodeslot=0x533, 13908 }, 13909 [0x534]={ 13910 adobename="Daarmenian", 13911 category="lu", 13912 description="ARMENIAN CAPITAL LETTER DA", 13913 direction="l", 13914 lccode=0x564, 13915 linebreak="al", 13916 unicodeslot=0x534, 13917 }, 13918 [0x535]={ 13919 adobename="Echarmenian", 13920 category="lu", 13921 description="ARMENIAN CAPITAL LETTER ECH", 13922 direction="l", 13923 lccode=0x565, 13924 linebreak="al", 13925 unicodeslot=0x535, 13926 }, 13927 [0x536]={ 13928 adobename="Zaarmenian", 13929 category="lu", 13930 description="ARMENIAN CAPITAL LETTER ZA", 13931 direction="l", 13932 lccode=0x566, 13933 linebreak="al", 13934 unicodeslot=0x536, 13935 }, 13936 [0x537]={ 13937 adobename="Eharmenian", 13938 category="lu", 13939 description="ARMENIAN CAPITAL LETTER EH", 13940 direction="l", 13941 lccode=0x567, 13942 linebreak="al", 13943 unicodeslot=0x537, 13944 }, 13945 [0x538]={ 13946 adobename="Etarmenian", 13947 category="lu", 13948 description="ARMENIAN CAPITAL LETTER ET", 13949 direction="l", 13950 lccode=0x568, 13951 linebreak="al", 13952 unicodeslot=0x538, 13953 }, 13954 [0x539]={ 13955 adobename="Toarmenian", 13956 category="lu", 13957 description="ARMENIAN CAPITAL LETTER TO", 13958 direction="l", 13959 lccode=0x569, 13960 linebreak="al", 13961 unicodeslot=0x539, 13962 }, 13963 [0x53A]={ 13964 adobename="Zhearmenian", 13965 category="lu", 13966 description="ARMENIAN CAPITAL LETTER ZHE", 13967 direction="l", 13968 lccode=0x56A, 13969 linebreak="al", 13970 unicodeslot=0x53A, 13971 }, 13972 [0x53B]={ 13973 adobename="Iniarmenian", 13974 category="lu", 13975 description="ARMENIAN CAPITAL LETTER INI", 13976 direction="l", 13977 lccode=0x56B, 13978 linebreak="al", 13979 unicodeslot=0x53B, 13980 }, 13981 [0x53C]={ 13982 adobename="Liwnarmenian", 13983 category="lu", 13984 description="ARMENIAN CAPITAL LETTER LIWN", 13985 direction="l", 13986 lccode=0x56C, 13987 linebreak="al", 13988 unicodeslot=0x53C, 13989 }, 13990 [0x53D]={ 13991 adobename="Xeharmenian", 13992 category="lu", 13993 description="ARMENIAN CAPITAL LETTER XEH", 13994 direction="l", 13995 lccode=0x56D, 13996 linebreak="al", 13997 unicodeslot=0x53D, 13998 }, 13999 [0x53E]={ 14000 adobename="Caarmenian", 14001 category="lu", 14002 description="ARMENIAN CAPITAL LETTER CA", 14003 direction="l", 14004 lccode=0x56E, 14005 linebreak="al", 14006 unicodeslot=0x53E, 14007 }, 14008 [0x53F]={ 14009 adobename="Kenarmenian", 14010 category="lu", 14011 description="ARMENIAN CAPITAL LETTER KEN", 14012 direction="l", 14013 lccode=0x56F, 14014 linebreak="al", 14015 unicodeslot=0x53F, 14016 }, 14017 [0x540]={ 14018 adobename="Hoarmenian", 14019 category="lu", 14020 description="ARMENIAN CAPITAL LETTER HO", 14021 direction="l", 14022 lccode=0x570, 14023 linebreak="al", 14024 unicodeslot=0x540, 14025 }, 14026 [0x541]={ 14027 adobename="Jaarmenian", 14028 category="lu", 14029 description="ARMENIAN CAPITAL LETTER JA", 14030 direction="l", 14031 lccode=0x571, 14032 linebreak="al", 14033 unicodeslot=0x541, 14034 }, 14035 [0x542]={ 14036 adobename="Ghadarmenian", 14037 category="lu", 14038 description="ARMENIAN CAPITAL LETTER GHAD", 14039 direction="l", 14040 lccode=0x572, 14041 linebreak="al", 14042 unicodeslot=0x542, 14043 }, 14044 [0x543]={ 14045 adobename="Cheharmenian", 14046 category="lu", 14047 description="ARMENIAN CAPITAL LETTER CHEH", 14048 direction="l", 14049 lccode=0x573, 14050 linebreak="al", 14051 unicodeslot=0x543, 14052 }, 14053 [0x544]={ 14054 adobename="Menarmenian", 14055 category="lu", 14056 description="ARMENIAN CAPITAL LETTER MEN", 14057 direction="l", 14058 lccode=0x574, 14059 linebreak="al", 14060 unicodeslot=0x544, 14061 }, 14062 [0x545]={ 14063 adobename="Yiarmenian", 14064 category="lu", 14065 description="ARMENIAN CAPITAL LETTER YI", 14066 direction="l", 14067 lccode=0x575, 14068 linebreak="al", 14069 unicodeslot=0x545, 14070 }, 14071 [0x546]={ 14072 adobename="Nowarmenian", 14073 category="lu", 14074 description="ARMENIAN CAPITAL LETTER NOW", 14075 direction="l", 14076 lccode=0x576, 14077 linebreak="al", 14078 unicodeslot=0x546, 14079 }, 14080 [0x547]={ 14081 adobename="Shaarmenian", 14082 category="lu", 14083 description="ARMENIAN CAPITAL LETTER SHA", 14084 direction="l", 14085 lccode=0x577, 14086 linebreak="al", 14087 unicodeslot=0x547, 14088 }, 14089 [0x548]={ 14090 adobename="Voarmenian", 14091 category="lu", 14092 description="ARMENIAN CAPITAL LETTER VO", 14093 direction="l", 14094 lccode=0x578, 14095 linebreak="al", 14096 unicodeslot=0x548, 14097 }, 14098 [0x549]={ 14099 adobename="Chaarmenian", 14100 category="lu", 14101 description="ARMENIAN CAPITAL LETTER CHA", 14102 direction="l", 14103 lccode=0x579, 14104 linebreak="al", 14105 unicodeslot=0x549, 14106 }, 14107 [0x54A]={ 14108 adobename="Peharmenian", 14109 category="lu", 14110 description="ARMENIAN CAPITAL LETTER PEH", 14111 direction="l", 14112 lccode=0x57A, 14113 linebreak="al", 14114 unicodeslot=0x54A, 14115 }, 14116 [0x54B]={ 14117 adobename="Jheharmenian", 14118 category="lu", 14119 description="ARMENIAN CAPITAL LETTER JHEH", 14120 direction="l", 14121 lccode=0x57B, 14122 linebreak="al", 14123 unicodeslot=0x54B, 14124 }, 14125 [0x54C]={ 14126 adobename="Raarmenian", 14127 category="lu", 14128 description="ARMENIAN CAPITAL LETTER RA", 14129 direction="l", 14130 lccode=0x57C, 14131 linebreak="al", 14132 unicodeslot=0x54C, 14133 }, 14134 [0x54D]={ 14135 adobename="Seharmenian", 14136 category="lu", 14137 description="ARMENIAN CAPITAL LETTER SEH", 14138 direction="l", 14139 lccode=0x57D, 14140 linebreak="al", 14141 unicodeslot=0x54D, 14142 }, 14143 [0x54E]={ 14144 adobename="Vewarmenian", 14145 category="lu", 14146 description="ARMENIAN CAPITAL LETTER VEW", 14147 direction="l", 14148 lccode=0x57E, 14149 linebreak="al", 14150 unicodeslot=0x54E, 14151 }, 14152 [0x54F]={ 14153 adobename="Tiwnarmenian", 14154 category="lu", 14155 description="ARMENIAN CAPITAL LETTER TIWN", 14156 direction="l", 14157 lccode=0x57F, 14158 linebreak="al", 14159 unicodeslot=0x54F, 14160 }, 14161 [0x550]={ 14162 adobename="Reharmenian", 14163 category="lu", 14164 description="ARMENIAN CAPITAL LETTER REH", 14165 direction="l", 14166 lccode=0x580, 14167 linebreak="al", 14168 unicodeslot=0x550, 14169 }, 14170 [0x551]={ 14171 adobename="Coarmenian", 14172 category="lu", 14173 description="ARMENIAN CAPITAL LETTER CO", 14174 direction="l", 14175 lccode=0x581, 14176 linebreak="al", 14177 unicodeslot=0x551, 14178 }, 14179 [0x552]={ 14180 adobename="Yiwnarmenian", 14181 category="lu", 14182 description="ARMENIAN CAPITAL LETTER YIWN", 14183 direction="l", 14184 lccode=0x582, 14185 linebreak="al", 14186 unicodeslot=0x552, 14187 }, 14188 [0x553]={ 14189 adobename="Piwrarmenian", 14190 category="lu", 14191 description="ARMENIAN CAPITAL LETTER PIWR", 14192 direction="l", 14193 lccode=0x583, 14194 linebreak="al", 14195 unicodeslot=0x553, 14196 }, 14197 [0x554]={ 14198 adobename="Keharmenian", 14199 category="lu", 14200 description="ARMENIAN CAPITAL LETTER KEH", 14201 direction="l", 14202 lccode=0x584, 14203 linebreak="al", 14204 unicodeslot=0x554, 14205 }, 14206 [0x555]={ 14207 adobename="Oharmenian", 14208 category="lu", 14209 description="ARMENIAN CAPITAL LETTER OH", 14210 direction="l", 14211 lccode=0x585, 14212 linebreak="al", 14213 unicodeslot=0x555, 14214 }, 14215 [0x556]={ 14216 adobename="Feharmenian", 14217 category="lu", 14218 description="ARMENIAN CAPITAL LETTER FEH", 14219 direction="l", 14220 lccode=0x586, 14221 linebreak="al", 14222 unicodeslot=0x556, 14223 }, 14224 [0x559]={ 14225 adobename="ringhalfleftarmenian", 14226 category="lm", 14227 description="ARMENIAN MODIFIER LETTER LEFT HALF RING", 14228 direction="l", 14229 linebreak="al", 14230 unicodeslot=0x559, 14231 }, 14232 [0x55A]={ 14233 adobename="apostrophearmenian", 14234 category="po", 14235 description="ARMENIAN APOSTROPHE", 14236 direction="l", 14237 linebreak="al", 14238 synonyms={ "armenian modifier letter right half ring" }, 14239 unicodeslot=0x55A, 14240 }, 14241 [0x55B]={ 14242 adobename="emphasismarkarmenian", 14243 category="po", 14244 description="ARMENIAN EMPHASIS MARK", 14245 direction="l", 14246 linebreak="al", 14247 synonyms={ "armenian shesht" }, 14248 unicodeslot=0x55B, 14249 }, 14250 [0x55C]={ 14251 adobename="exclamarmenian", 14252 category="po", 14253 description="ARMENIAN EXCLAMATION MARK", 14254 direction="l", 14255 linebreak="al", 14256 synonyms={ "armenian batsaganchakan nshan" }, 14257 unicodeslot=0x55C, 14258 }, 14259 [0x55D]={ 14260 adobename="commaarmenian", 14261 category="po", 14262 description="ARMENIAN COMMA", 14263 direction="l", 14264 linebreak="al", 14265 synonyms={ "armenian bowt" }, 14266 unicodeslot=0x55D, 14267 }, 14268 [0x55E]={ 14269 adobename="questionarmenian", 14270 category="po", 14271 description="ARMENIAN QUESTION MARK", 14272 direction="l", 14273 linebreak="al", 14274 synonyms={ "armenian hartsakan nshan" }, 14275 unicodeslot=0x55E, 14276 }, 14277 [0x55F]={ 14278 adobename="abbreviationmarkarmenian", 14279 category="po", 14280 description="ARMENIAN ABBREVIATION MARK", 14281 direction="l", 14282 linebreak="al", 14283 synonyms={ "armenian patiw" }, 14284 unicodeslot=0x55F, 14285 }, 14286 [0x560]={ 14287 category="ll", 14288 description="ARMENIAN SMALL LETTER TURNED AYB", 14289 direction="l", 14290 linebreak="al", 14291 unicodeslot=0x560, 14292 }, 14293 [0x561]={ 14294 adobename="aybarmenian", 14295 category="ll", 14296 description="ARMENIAN SMALL LETTER AYB", 14297 direction="l", 14298 linebreak="al", 14299 uccode=0x531, 14300 unicodeslot=0x561, 14301 }, 14302 [0x562]={ 14303 adobename="benarmenian", 14304 category="ll", 14305 description="ARMENIAN SMALL LETTER BEN", 14306 direction="l", 14307 linebreak="al", 14308 uccode=0x532, 14309 unicodeslot=0x562, 14310 }, 14311 [0x563]={ 14312 adobename="gimarmenian", 14313 category="ll", 14314 description="ARMENIAN SMALL LETTER GIM", 14315 direction="l", 14316 linebreak="al", 14317 uccode=0x533, 14318 unicodeslot=0x563, 14319 }, 14320 [0x564]={ 14321 adobename="daarmenian", 14322 category="ll", 14323 description="ARMENIAN SMALL LETTER DA", 14324 direction="l", 14325 linebreak="al", 14326 uccode=0x534, 14327 unicodeslot=0x564, 14328 }, 14329 [0x565]={ 14330 adobename="echarmenian", 14331 category="ll", 14332 description="ARMENIAN SMALL LETTER ECH", 14333 direction="l", 14334 linebreak="al", 14335 uccode=0x535, 14336 unicodeslot=0x565, 14337 }, 14338 [0x566]={ 14339 adobename="zaarmenian", 14340 category="ll", 14341 description="ARMENIAN SMALL LETTER ZA", 14342 direction="l", 14343 linebreak="al", 14344 uccode=0x536, 14345 unicodeslot=0x566, 14346 }, 14347 [0x567]={ 14348 adobename="eharmenian", 14349 category="ll", 14350 description="ARMENIAN SMALL LETTER EH", 14351 direction="l", 14352 linebreak="al", 14353 uccode=0x537, 14354 unicodeslot=0x567, 14355 }, 14356 [0x568]={ 14357 adobename="etarmenian", 14358 category="ll", 14359 description="ARMENIAN SMALL LETTER ET", 14360 direction="l", 14361 linebreak="al", 14362 uccode=0x538, 14363 unicodeslot=0x568, 14364 }, 14365 [0x569]={ 14366 adobename="toarmenian", 14367 category="ll", 14368 description="ARMENIAN SMALL LETTER TO", 14369 direction="l", 14370 linebreak="al", 14371 uccode=0x539, 14372 unicodeslot=0x569, 14373 }, 14374 [0x56A]={ 14375 adobename="zhearmenian", 14376 category="ll", 14377 description="ARMENIAN SMALL LETTER ZHE", 14378 direction="l", 14379 linebreak="al", 14380 uccode=0x53A, 14381 unicodeslot=0x56A, 14382 }, 14383 [0x56B]={ 14384 adobename="iniarmenian", 14385 category="ll", 14386 description="ARMENIAN SMALL LETTER INI", 14387 direction="l", 14388 linebreak="al", 14389 uccode=0x53B, 14390 unicodeslot=0x56B, 14391 }, 14392 [0x56C]={ 14393 adobename="liwnarmenian", 14394 category="ll", 14395 description="ARMENIAN SMALL LETTER LIWN", 14396 direction="l", 14397 linebreak="al", 14398 uccode=0x53C, 14399 unicodeslot=0x56C, 14400 }, 14401 [0x56D]={ 14402 adobename="xeharmenian", 14403 category="ll", 14404 description="ARMENIAN SMALL LETTER XEH", 14405 direction="l", 14406 linebreak="al", 14407 uccode=0x53D, 14408 unicodeslot=0x56D, 14409 }, 14410 [0x56E]={ 14411 adobename="caarmenian", 14412 category="ll", 14413 description="ARMENIAN SMALL LETTER CA", 14414 direction="l", 14415 linebreak="al", 14416 uccode=0x53E, 14417 unicodeslot=0x56E, 14418 }, 14419 [0x56F]={ 14420 adobename="kenarmenian", 14421 category="ll", 14422 description="ARMENIAN SMALL LETTER KEN", 14423 direction="l", 14424 linebreak="al", 14425 uccode=0x53F, 14426 unicodeslot=0x56F, 14427 }, 14428 [0x570]={ 14429 adobename="hoarmenian", 14430 category="ll", 14431 description="ARMENIAN SMALL LETTER HO", 14432 direction="l", 14433 linebreak="al", 14434 uccode=0x540, 14435 unicodeslot=0x570, 14436 }, 14437 [0x571]={ 14438 adobename="jaarmenian", 14439 category="ll", 14440 description="ARMENIAN SMALL LETTER JA", 14441 direction="l", 14442 linebreak="al", 14443 uccode=0x541, 14444 unicodeslot=0x571, 14445 }, 14446 [0x572]={ 14447 adobename="ghadarmenian", 14448 category="ll", 14449 description="ARMENIAN SMALL LETTER GHAD", 14450 direction="l", 14451 linebreak="al", 14452 uccode=0x542, 14453 unicodeslot=0x572, 14454 }, 14455 [0x573]={ 14456 adobename="cheharmenian", 14457 category="ll", 14458 description="ARMENIAN SMALL LETTER CHEH", 14459 direction="l", 14460 linebreak="al", 14461 uccode=0x543, 14462 unicodeslot=0x573, 14463 }, 14464 [0x574]={ 14465 adobename="menarmenian", 14466 category="ll", 14467 description="ARMENIAN SMALL LETTER MEN", 14468 direction="l", 14469 linebreak="al", 14470 uccode=0x544, 14471 unicodeslot=0x574, 14472 }, 14473 [0x575]={ 14474 adobename="yiarmenian", 14475 category="ll", 14476 description="ARMENIAN SMALL LETTER YI", 14477 direction="l", 14478 linebreak="al", 14479 uccode=0x545, 14480 unicodeslot=0x575, 14481 }, 14482 [0x576]={ 14483 adobename="nowarmenian", 14484 category="ll", 14485 description="ARMENIAN SMALL LETTER NOW", 14486 direction="l", 14487 linebreak="al", 14488 uccode=0x546, 14489 unicodeslot=0x576, 14490 }, 14491 [0x577]={ 14492 adobename="shaarmenian", 14493 category="ll", 14494 description="ARMENIAN SMALL LETTER SHA", 14495 direction="l", 14496 linebreak="al", 14497 uccode=0x547, 14498 unicodeslot=0x577, 14499 }, 14500 [0x578]={ 14501 adobename="voarmenian", 14502 category="ll", 14503 description="ARMENIAN SMALL LETTER VO", 14504 direction="l", 14505 linebreak="al", 14506 uccode=0x548, 14507 unicodeslot=0x578, 14508 }, 14509 [0x579]={ 14510 adobename="chaarmenian", 14511 category="ll", 14512 description="ARMENIAN SMALL LETTER CHA", 14513 direction="l", 14514 linebreak="al", 14515 uccode=0x549, 14516 unicodeslot=0x579, 14517 }, 14518 [0x57A]={ 14519 adobename="peharmenian", 14520 category="ll", 14521 description="ARMENIAN SMALL LETTER PEH", 14522 direction="l", 14523 linebreak="al", 14524 uccode=0x54A, 14525 unicodeslot=0x57A, 14526 }, 14527 [0x57B]={ 14528 adobename="jheharmenian", 14529 category="ll", 14530 description="ARMENIAN SMALL LETTER JHEH", 14531 direction="l", 14532 linebreak="al", 14533 uccode=0x54B, 14534 unicodeslot=0x57B, 14535 }, 14536 [0x57C]={ 14537 adobename="raarmenian", 14538 category="ll", 14539 description="ARMENIAN SMALL LETTER RA", 14540 direction="l", 14541 linebreak="al", 14542 uccode=0x54C, 14543 unicodeslot=0x57C, 14544 }, 14545 [0x57D]={ 14546 adobename="seharmenian", 14547 category="ll", 14548 description="ARMENIAN SMALL LETTER SEH", 14549 direction="l", 14550 linebreak="al", 14551 uccode=0x54D, 14552 unicodeslot=0x57D, 14553 }, 14554 [0x57E]={ 14555 adobename="vewarmenian", 14556 category="ll", 14557 description="ARMENIAN SMALL LETTER VEW", 14558 direction="l", 14559 linebreak="al", 14560 uccode=0x54E, 14561 unicodeslot=0x57E, 14562 }, 14563 [0x57F]={ 14564 adobename="tiwnarmenian", 14565 category="ll", 14566 description="ARMENIAN SMALL LETTER TIWN", 14567 direction="l", 14568 linebreak="al", 14569 uccode=0x54F, 14570 unicodeslot=0x57F, 14571 }, 14572 [0x580]={ 14573 adobename="reharmenian", 14574 category="ll", 14575 description="ARMENIAN SMALL LETTER REH", 14576 direction="l", 14577 linebreak="al", 14578 uccode=0x550, 14579 unicodeslot=0x580, 14580 }, 14581 [0x581]={ 14582 adobename="coarmenian", 14583 category="ll", 14584 description="ARMENIAN SMALL LETTER CO", 14585 direction="l", 14586 linebreak="al", 14587 uccode=0x551, 14588 unicodeslot=0x581, 14589 }, 14590 [0x582]={ 14591 adobename="yiwnarmenian", 14592 category="ll", 14593 description="ARMENIAN SMALL LETTER YIWN", 14594 direction="l", 14595 linebreak="al", 14596 uccode=0x552, 14597 unicodeslot=0x582, 14598 }, 14599 [0x583]={ 14600 adobename="piwrarmenian", 14601 category="ll", 14602 description="ARMENIAN SMALL LETTER PIWR", 14603 direction="l", 14604 linebreak="al", 14605 uccode=0x553, 14606 unicodeslot=0x583, 14607 }, 14608 [0x584]={ 14609 adobename="keharmenian", 14610 category="ll", 14611 description="ARMENIAN SMALL LETTER KEH", 14612 direction="l", 14613 linebreak="al", 14614 uccode=0x554, 14615 unicodeslot=0x584, 14616 }, 14617 [0x585]={ 14618 adobename="oharmenian", 14619 category="ll", 14620 description="ARMENIAN SMALL LETTER OH", 14621 direction="l", 14622 linebreak="al", 14623 uccode=0x555, 14624 unicodeslot=0x585, 14625 }, 14626 [0x586]={ 14627 adobename="feharmenian", 14628 category="ll", 14629 description="ARMENIAN SMALL LETTER FEH", 14630 direction="l", 14631 linebreak="al", 14632 uccode=0x556, 14633 unicodeslot=0x586, 14634 }, 14635 [0x587]={ 14636 adobename="echyiwnarmenian", 14637 category="ll", 14638 description="ARMENIAN SMALL LIGATURE ECH YIWN", 14639 direction="l", 14640 linebreak="al", 14641 specials={ "compat", 0x565, 0x582 }, 14642 uccode={ 0x565, 0x582 }, 14643 unicodeslot=0x587, 14644 }, 14645 [0x588]={ 14646 category="ll", 14647 description="ARMENIAN SMALL LETTER YI WITH STROKE", 14648 direction="l", 14649 linebreak="al", 14650 unicodeslot=0x588, 14651 }, 14652 [0x589]={ 14653 adobename="periodarmenian", 14654 category="po", 14655 description="ARMENIAN FULL STOP", 14656 direction="l", 14657 linebreak="is", 14658 synonyms={ "armenian vertsaket", "georgian full stop" }, 14659 unicodeslot=0x589, 14660 }, 14661 [0x58A]={ 14662 category="pd", 14663 description="ARMENIAN HYPHEN", 14664 direction="on", 14665 linebreak="ba", 14666 synonyms={ "armenian yentamna" }, 14667 unicodeslot=0x58A, 14668 }, 14669 [0x58D]={ 14670 category="so", 14671 description="RIGHT-FACING ARMENIAN ETERNITY SIGN", 14672 direction="on", 14673 linebreak="al", 14674 unicodeslot=0x58D, 14675 }, 14676 [0x58E]={ 14677 category="so", 14678 description="LEFT-FACING ARMENIAN ETERNITY SIGN", 14679 direction="on", 14680 linebreak="al", 14681 unicodeslot=0x58E, 14682 }, 14683 [0x58F]={ 14684 category="sc", 14685 description="ARMENIAN DRAM SIGN", 14686 direction="et", 14687 linebreak="pr", 14688 synonyms={ "armenian currency" }, 14689 unicodeslot=0x58F, 14690 }, 14691 [0x591]={ 14692 adobename="etnahtalefthebrew", 14693 category="mn", 14694 combining=0xDC, 14695 description="HEBREW ACCENT ETNAHTA", 14696 direction="nsm", 14697 linebreak="cm", 14698 unicodeslot=0x591, 14699 }, 14700 [0x592]={ 14701 adobename="segoltahebrew", 14702 category="mn", 14703 combining=0xE6, 14704 description="HEBREW ACCENT SEGOL", 14705 direction="nsm", 14706 linebreak="cm", 14707 unicodeslot=0x592, 14708 }, 14709 [0x593]={ 14710 adobename="shalshelethebrew", 14711 category="mn", 14712 combining=0xE6, 14713 description="HEBREW ACCENT SHALSHELET", 14714 direction="nsm", 14715 linebreak="cm", 14716 unicodeslot=0x593, 14717 }, 14718 [0x594]={ 14719 adobename="zaqefqatanhebrew", 14720 category="mn", 14721 combining=0xE6, 14722 description="HEBREW ACCENT ZAQEF QATAN", 14723 direction="nsm", 14724 linebreak="cm", 14725 unicodeslot=0x594, 14726 }, 14727 [0x595]={ 14728 adobename="zaqefgadolhebrew", 14729 category="mn", 14730 combining=0xE6, 14731 description="HEBREW ACCENT ZAQEF GADOL", 14732 direction="nsm", 14733 linebreak="cm", 14734 unicodeslot=0x595, 14735 }, 14736 [0x596]={ 14737 adobename="tipehalefthebrew", 14738 category="mn", 14739 combining=0xDC, 14740 description="HEBREW ACCENT TIPEHA", 14741 direction="nsm", 14742 linebreak="cm", 14743 unicodeslot=0x596, 14744 }, 14745 [0x597]={ 14746 adobename="reviamugrashhebrew", 14747 category="mn", 14748 combining=0xE6, 14749 description="HEBREW ACCENT REVIA", 14750 direction="nsm", 14751 linebreak="cm", 14752 unicodeslot=0x597, 14753 }, 14754 [0x598]={ 14755 adobename="zarqahebrew", 14756 category="mn", 14757 combining=0xE6, 14758 description="HEBREW ACCENT ZARQA", 14759 direction="nsm", 14760 linebreak="cm", 14761 unicodeslot=0x598, 14762 }, 14763 [0x599]={ 14764 adobename="pashtahebrew", 14765 category="mn", 14766 combining=0xE6, 14767 description="HEBREW ACCENT PASHTA", 14768 direction="nsm", 14769 linebreak="cm", 14770 unicodeslot=0x599, 14771 }, 14772 [0x59A]={ 14773 adobename="yetivhebrew", 14774 category="mn", 14775 combining=0xDE, 14776 description="HEBREW ACCENT YETIV", 14777 direction="nsm", 14778 linebreak="cm", 14779 unicodeslot=0x59A, 14780 }, 14781 [0x59B]={ 14782 adobename="tevirlefthebrew", 14783 category="mn", 14784 combining=0xDC, 14785 description="HEBREW ACCENT TEVIR", 14786 direction="nsm", 14787 linebreak="cm", 14788 unicodeslot=0x59B, 14789 }, 14790 [0x59C]={ 14791 adobename="gereshaccenthebrew", 14792 category="mn", 14793 combining=0xE6, 14794 description="HEBREW ACCENT GERESH", 14795 direction="nsm", 14796 linebreak="cm", 14797 unicodeslot=0x59C, 14798 }, 14799 [0x59D]={ 14800 adobename="gereshmuqdamhebrew", 14801 category="mn", 14802 combining=0xE6, 14803 description="HEBREW ACCENT GERESH MUQDAM", 14804 direction="nsm", 14805 linebreak="cm", 14806 unicodeslot=0x59D, 14807 }, 14808 [0x59E]={ 14809 adobename="gershayimaccenthebrew", 14810 category="mn", 14811 combining=0xE6, 14812 description="HEBREW ACCENT GERSHAYIM", 14813 direction="nsm", 14814 linebreak="cm", 14815 unicodeslot=0x59E, 14816 }, 14817 [0x59F]={ 14818 adobename="qarneyparahebrew", 14819 category="mn", 14820 combining=0xE6, 14821 description="HEBREW ACCENT QARNEY PARA", 14822 direction="nsm", 14823 linebreak="cm", 14824 unicodeslot=0x59F, 14825 }, 14826 [0x5A0]={ 14827 adobename="telishagedolahebrew", 14828 category="mn", 14829 combining=0xE6, 14830 description="HEBREW ACCENT TELISHA GEDOLA", 14831 direction="nsm", 14832 linebreak="cm", 14833 unicodeslot=0x5A0, 14834 }, 14835 [0x5A1]={ 14836 adobename="pazerhebrew", 14837 category="mn", 14838 combining=0xE6, 14839 description="HEBREW ACCENT PAZER", 14840 direction="nsm", 14841 linebreak="cm", 14842 unicodeslot=0x5A1, 14843 }, 14844 [0x5A2]={ 14845 category="mn", 14846 combining=0xDC, 14847 description="HEBREW ACCENT ATNAH HAFUKH", 14848 direction="nsm", 14849 linebreak="cm", 14850 unicodeslot=0x5A2, 14851 }, 14852 [0x5A3]={ 14853 adobename="munahlefthebrew", 14854 category="mn", 14855 combining=0xDC, 14856 description="HEBREW ACCENT MUNAH", 14857 direction="nsm", 14858 linebreak="cm", 14859 unicodeslot=0x5A3, 14860 }, 14861 [0x5A4]={ 14862 adobename="mahapakhlefthebrew", 14863 category="mn", 14864 combining=0xDC, 14865 description="HEBREW ACCENT MAHAPAKH", 14866 direction="nsm", 14867 linebreak="cm", 14868 unicodeslot=0x5A4, 14869 }, 14870 [0x5A5]={ 14871 adobename="merkhalefthebrew", 14872 category="mn", 14873 combining=0xDC, 14874 description="HEBREW ACCENT MERKHA", 14875 direction="nsm", 14876 linebreak="cm", 14877 unicodeslot=0x5A5, 14878 }, 14879 [0x5A6]={ 14880 adobename="merkhakefulalefthebrew", 14881 category="mn", 14882 combining=0xDC, 14883 description="HEBREW ACCENT MERKHA KEFULA", 14884 direction="nsm", 14885 linebreak="cm", 14886 unicodeslot=0x5A6, 14887 }, 14888 [0x5A7]={ 14889 adobename="dargalefthebrew", 14890 category="mn", 14891 combining=0xDC, 14892 description="HEBREW ACCENT DARGA", 14893 direction="nsm", 14894 linebreak="cm", 14895 unicodeslot=0x5A7, 14896 }, 14897 [0x5A8]={ 14898 adobename="qadmahebrew", 14899 category="mn", 14900 combining=0xE6, 14901 description="HEBREW ACCENT QADMA", 14902 direction="nsm", 14903 linebreak="cm", 14904 unicodeslot=0x5A8, 14905 }, 14906 [0x5A9]={ 14907 adobename="telishaqetanahebrew", 14908 category="mn", 14909 combining=0xE6, 14910 description="HEBREW ACCENT TELISHA QETANA", 14911 direction="nsm", 14912 linebreak="cm", 14913 unicodeslot=0x5A9, 14914 }, 14915 [0x5AA]={ 14916 adobename="yerahbenyomolefthebrew", 14917 category="mn", 14918 combining=0xDC, 14919 description="HEBREW ACCENT YERAH BEN YOMO", 14920 direction="nsm", 14921 linebreak="cm", 14922 unicodeslot=0x5AA, 14923 }, 14924 [0x5AB]={ 14925 adobename="olehebrew", 14926 category="mn", 14927 combining=0xE6, 14928 description="HEBREW ACCENT OLE", 14929 direction="nsm", 14930 linebreak="cm", 14931 unicodeslot=0x5AB, 14932 }, 14933 [0x5AC]={ 14934 adobename="iluyhebrew", 14935 category="mn", 14936 combining=0xE6, 14937 description="HEBREW ACCENT ILUY", 14938 direction="nsm", 14939 linebreak="cm", 14940 unicodeslot=0x5AC, 14941 }, 14942 [0x5AD]={ 14943 adobename="dehihebrew", 14944 category="mn", 14945 combining=0xDE, 14946 description="HEBREW ACCENT DEHI", 14947 direction="nsm", 14948 linebreak="cm", 14949 unicodeslot=0x5AD, 14950 }, 14951 [0x5AE]={ 14952 adobename="zinorhebrew", 14953 category="mn", 14954 combining=0xE4, 14955 description="HEBREW ACCENT ZINOR", 14956 direction="nsm", 14957 linebreak="cm", 14958 unicodeslot=0x5AE, 14959 }, 14960 [0x5AF]={ 14961 adobename="masoracirclehebrew", 14962 category="mn", 14963 combining=0xE6, 14964 description="HEBREW MARK MASORA CIRCLE", 14965 direction="nsm", 14966 linebreak="cm", 14967 unicodeslot=0x5AF, 14968 }, 14969 [0x5B0]={ 14970 adobename="shevawidehebrew", 14971 category="mn", 14972 combining=0xA, 14973 description="HEBREW POINT SHEVA", 14974 direction="nsm", 14975 linebreak="cm", 14976 unicodeslot=0x5B0, 14977 }, 14978 [0x5B1]={ 14979 adobename="hatafsegolwidehebrew", 14980 category="mn", 14981 combining=0xB, 14982 description="HEBREW POINT HATAF SEGOL", 14983 direction="nsm", 14984 linebreak="cm", 14985 unicodeslot=0x5B1, 14986 }, 14987 [0x5B2]={ 14988 adobename="hatafpatahwidehebrew", 14989 category="mn", 14990 combining=0xC, 14991 description="HEBREW POINT HATAF PATAH", 14992 direction="nsm", 14993 linebreak="cm", 14994 unicodeslot=0x5B2, 14995 }, 14996 [0x5B3]={ 14997 adobename="hatafqamatswidehebrew", 14998 category="mn", 14999 combining=0xD, 15000 description="HEBREW POINT HATAF QAMATS", 15001 direction="nsm", 15002 linebreak="cm", 15003 unicodeslot=0x5B3, 15004 }, 15005 [0x5B4]={ 15006 adobename="hiriqwidehebrew", 15007 category="mn", 15008 combining=0xE, 15009 description="HEBREW POINT HIRIQ", 15010 direction="nsm", 15011 linebreak="cm", 15012 unicodeslot=0x5B4, 15013 }, 15014 [0x5B5]={ 15015 adobename="tserewidehebrew", 15016 category="mn", 15017 combining=0xF, 15018 description="HEBREW POINT TSERE", 15019 direction="nsm", 15020 linebreak="cm", 15021 unicodeslot=0x5B5, 15022 }, 15023 [0x5B6]={ 15024 adobename="segolwidehebrew", 15025 category="mn", 15026 combining=0x10, 15027 description="HEBREW POINT SEGOL", 15028 direction="nsm", 15029 linebreak="cm", 15030 unicodeslot=0x5B6, 15031 }, 15032 [0x5B7]={ 15033 adobename="patahwidehebrew", 15034 category="mn", 15035 combining=0x11, 15036 description="HEBREW POINT PATAH", 15037 direction="nsm", 15038 linebreak="cm", 15039 unicodeslot=0x5B7, 15040 }, 15041 [0x5B8]={ 15042 adobename="qamatswidehebrew", 15043 category="mn", 15044 combining=0x12, 15045 description="HEBREW POINT QAMATS", 15046 direction="nsm", 15047 linebreak="cm", 15048 unicodeslot=0x5B8, 15049 }, 15050 [0x5B9]={ 15051 adobename="holamwidehebrew", 15052 category="mn", 15053 combining=0x13, 15054 description="HEBREW POINT HOLAM", 15055 direction="nsm", 15056 linebreak="cm", 15057 unicodeslot=0x5B9, 15058 }, 15059 [0x5BA]={ 15060 category="mn", 15061 combining=0x13, 15062 description="HEBREW POINT HOLAM HASER FOR VAV", 15063 direction="nsm", 15064 linebreak="cm", 15065 unicodeslot=0x5BA, 15066 }, 15067 [0x5BB]={ 15068 adobename="qubutswidehebrew", 15069 category="mn", 15070 combining=0x14, 15071 description="HEBREW POINT QUBUTS", 15072 direction="nsm", 15073 linebreak="cm", 15074 unicodeslot=0x5BB, 15075 }, 15076 [0x5BC]={ 15077 adobename="dageshhebrew", 15078 category="mn", 15079 combining=0x15, 15080 description="HEBREW POINT DAGESH OR MAPIQ", 15081 direction="nsm", 15082 linebreak="cm", 15083 unicodeslot=0x5BC, 15084 }, 15085 [0x5BD]={ 15086 adobename="siluqlefthebrew", 15087 category="mn", 15088 combining=0x16, 15089 description="HEBREW POINT METEG", 15090 direction="nsm", 15091 linebreak="cm", 15092 unicodeslot=0x5BD, 15093 }, 15094 [0x5BE]={ 15095 adobename="maqafhebrew", 15096 category="po", 15097 description="HEBREW PUNCTUATION MAQAF", 15098 direction="r", 15099 linebreak="ba", 15100 unicodeslot=0x5BE, 15101 }, 15102 [0x5BF]={ 15103 adobename="rafehebrew", 15104 category="mn", 15105 combining=0x17, 15106 description="HEBREW POINT RAFE", 15107 direction="nsm", 15108 linebreak="cm", 15109 unicodeslot=0x5BF, 15110 }, 15111 [0x5C0]={ 15112 adobename="paseqhebrew", 15113 category="po", 15114 description="HEBREW PUNCTUATION PASEQ", 15115 direction="r", 15116 linebreak="al", 15117 unicodeslot=0x5C0, 15118 }, 15119 [0x5C1]={ 15120 adobename="shindothebrew", 15121 category="mn", 15122 combining=0x18, 15123 description="HEBREW POINT SHIN DOT", 15124 direction="nsm", 15125 linebreak="cm", 15126 unicodeslot=0x5C1, 15127 }, 15128 [0x5C2]={ 15129 adobename="sindothebrew", 15130 category="mn", 15131 combining=0x19, 15132 description="HEBREW POINT SIN DOT", 15133 direction="nsm", 15134 linebreak="cm", 15135 unicodeslot=0x5C2, 15136 }, 15137 [0x5C3]={ 15138 adobename="sofpasuqhebrew", 15139 category="po", 15140 description="HEBREW PUNCTUATION SOF PASUQ", 15141 direction="r", 15142 linebreak="al", 15143 unicodeslot=0x5C3, 15144 }, 15145 [0x5C4]={ 15146 adobename="upperdothebrew", 15147 category="mn", 15148 combining=0xE6, 15149 description="HEBREW MARK UPPER DOT", 15150 direction="nsm", 15151 linebreak="cm", 15152 unicodeslot=0x5C4, 15153 }, 15154 [0x5C5]={ 15155 category="mn", 15156 combining=0xDC, 15157 description="HEBREW MARK LOWER DOT", 15158 direction="nsm", 15159 linebreak="cm", 15160 unicodeslot=0x5C5, 15161 }, 15162 [0x5C6]={ 15163 category="po", 15164 description="HEBREW PUNCTUATION NUN HAFUKHA", 15165 direction="r", 15166 linebreak="ex", 15167 unicodeslot=0x5C6, 15168 }, 15169 [0x5C7]={ 15170 category="mn", 15171 combining=0x12, 15172 description="HEBREW POINT QAMATS QATAN", 15173 direction="nsm", 15174 linebreak="cm", 15175 unicodeslot=0x5C7, 15176 }, 15177 [0x5D0]={ 15178 adobename="alefhebrew", 15179 category="lo", 15180 contextname="hebrewAlef", 15181 description="HEBREW LETTER ALEF", 15182 direction="r", 15183 linebreak="hl", 15184 unicodeslot=0x5D0, 15185 }, 15186 [0x5D1]={ 15187 adobename="bethebrew", 15188 category="lo", 15189 contextname="hebrewBet", 15190 description="HEBREW LETTER BET", 15191 direction="r", 15192 linebreak="hl", 15193 unicodeslot=0x5D1, 15194 }, 15195 [0x5D2]={ 15196 adobename="gimelhebrew", 15197 category="lo", 15198 contextname="hebrewGimel", 15199 description="HEBREW LETTER GIMEL", 15200 direction="r", 15201 linebreak="hl", 15202 unicodeslot=0x5D2, 15203 }, 15204 [0x5D3]={ 15205 adobename="dalettserehebrew", 15206 category="lo", 15207 contextname="hebrewDalet", 15208 description="HEBREW LETTER DALET", 15209 direction="r", 15210 linebreak="hl", 15211 unicodeslot=0x5D3, 15212 }, 15213 [0x5D4]={ 15214 adobename="hehebrew", 15215 category="lo", 15216 contextname="hebrewHe", 15217 description="HEBREW LETTER HE", 15218 direction="r", 15219 linebreak="hl", 15220 unicodeslot=0x5D4, 15221 }, 15222 [0x5D5]={ 15223 adobename="vavhebrew", 15224 category="lo", 15225 contextname="hebrewVav", 15226 description="HEBREW LETTER VAV", 15227 direction="r", 15228 linebreak="hl", 15229 unicodeslot=0x5D5, 15230 }, 15231 [0x5D6]={ 15232 adobename="zayinhebrew", 15233 category="lo", 15234 contextname="hebrewZayin", 15235 description="HEBREW LETTER ZAYIN", 15236 direction="r", 15237 linebreak="hl", 15238 unicodeslot=0x5D6, 15239 }, 15240 [0x5D7]={ 15241 adobename="hethebrew", 15242 category="lo", 15243 contextname="hebrewHet", 15244 description="HEBREW LETTER HET", 15245 direction="r", 15246 linebreak="hl", 15247 unicodeslot=0x5D7, 15248 }, 15249 [0x5D8]={ 15250 adobename="tethebrew", 15251 category="lo", 15252 contextname="hebrewTet", 15253 description="HEBREW LETTER TET", 15254 direction="r", 15255 linebreak="hl", 15256 unicodeslot=0x5D8, 15257 }, 15258 [0x5D9]={ 15259 adobename="yodhebrew", 15260 category="lo", 15261 contextname="hebrewYod", 15262 description="HEBREW LETTER YOD", 15263 direction="r", 15264 linebreak="hl", 15265 unicodeslot=0x5D9, 15266 }, 15267 [0x5DA]={ 15268 adobename="finalkafshevahebrew", 15269 category="lo", 15270 contextname="hebrewKaffinal", 15271 description="HEBREW LETTER FINAL KAF", 15272 direction="r", 15273 linebreak="hl", 15274 unicodeslot=0x5DA, 15275 }, 15276 [0x5DB]={ 15277 adobename="kafhebrew", 15278 category="lo", 15279 contextname="hebrewKaf", 15280 description="HEBREW LETTER KAF", 15281 direction="r", 15282 linebreak="hl", 15283 unicodeslot=0x5DB, 15284 }, 15285 [0x5DC]={ 15286 adobename="lamedholamhebrew", 15287 category="lo", 15288 contextname="hebrewLamed", 15289 description="HEBREW LETTER LAMED", 15290 direction="r", 15291 linebreak="hl", 15292 unicodeslot=0x5DC, 15293 }, 15294 [0x5DD]={ 15295 adobename="finalmemhebrew", 15296 category="lo", 15297 contextname="hebrewMemfinal", 15298 description="HEBREW LETTER FINAL MEM", 15299 direction="r", 15300 linebreak="hl", 15301 unicodeslot=0x5DD, 15302 }, 15303 [0x5DE]={ 15304 adobename="memhebrew", 15305 category="lo", 15306 contextname="hebrewMem", 15307 description="HEBREW LETTER MEM", 15308 direction="r", 15309 linebreak="hl", 15310 unicodeslot=0x5DE, 15311 }, 15312 [0x5DF]={ 15313 adobename="finalnunhebrew", 15314 category="lo", 15315 contextname="hebrewNunfinal", 15316 description="HEBREW LETTER FINAL NUN", 15317 direction="r", 15318 linebreak="hl", 15319 unicodeslot=0x5DF, 15320 }, 15321 [0x5E0]={ 15322 adobename="nunhebrew", 15323 category="lo", 15324 contextname="hebrewNun", 15325 description="HEBREW LETTER NUN", 15326 direction="r", 15327 linebreak="hl", 15328 unicodeslot=0x5E0, 15329 }, 15330 [0x5E1]={ 15331 adobename="samekhhebrew", 15332 category="lo", 15333 contextname="hebrewSamekh", 15334 description="HEBREW LETTER SAMEKH", 15335 direction="r", 15336 linebreak="hl", 15337 unicodeslot=0x5E1, 15338 }, 15339 [0x5E2]={ 15340 adobename="ayinhebrew", 15341 category="lo", 15342 contextname="hebrewAyin", 15343 description="HEBREW LETTER AYIN", 15344 direction="r", 15345 linebreak="hl", 15346 unicodeslot=0x5E2, 15347 }, 15348 [0x5E3]={ 15349 adobename="finalpehebrew", 15350 category="lo", 15351 contextname="hebrewPefinal", 15352 description="HEBREW LETTER FINAL PE", 15353 direction="r", 15354 linebreak="hl", 15355 unicodeslot=0x5E3, 15356 }, 15357 [0x5E4]={ 15358 adobename="pehebrew", 15359 category="lo", 15360 contextname="hebrewPe", 15361 description="HEBREW LETTER PE", 15362 direction="r", 15363 linebreak="hl", 15364 unicodeslot=0x5E4, 15365 }, 15366 [0x5E5]={ 15367 adobename="finaltsadihebrew", 15368 category="lo", 15369 contextname="hebrewTsadifinal", 15370 description="HEBREW LETTER FINAL TSADI", 15371 direction="r", 15372 linebreak="hl", 15373 unicodeslot=0x5E5, 15374 }, 15375 [0x5E6]={ 15376 adobename="tsadihebrew", 15377 category="lo", 15378 contextname="hebrewTsadi", 15379 description="HEBREW LETTER TSADI", 15380 direction="r", 15381 linebreak="hl", 15382 unicodeslot=0x5E6, 15383 }, 15384 [0x5E7]={ 15385 adobename="qoftserehebrew", 15386 category="lo", 15387 contextname="hebrewQof", 15388 description="HEBREW LETTER QOF", 15389 direction="r", 15390 linebreak="hl", 15391 unicodeslot=0x5E7, 15392 }, 15393 [0x5E8]={ 15394 adobename="reshtserehebrew", 15395 category="lo", 15396 contextname="hebrewResh", 15397 description="HEBREW LETTER RESH", 15398 direction="r", 15399 linebreak="hl", 15400 unicodeslot=0x5E8, 15401 }, 15402 [0x5E9]={ 15403 adobename="shinhebrew", 15404 category="lo", 15405 contextname="hebrewShin", 15406 description="HEBREW LETTER SHIN", 15407 direction="r", 15408 linebreak="hl", 15409 unicodeslot=0x5E9, 15410 }, 15411 [0x5EA]={ 15412 adobename="tavhebrew", 15413 category="lo", 15414 contextname="hebrewTav", 15415 description="HEBREW LETTER TAV", 15416 direction="r", 15417 linebreak="hl", 15418 unicodeslot=0x5EA, 15419 }, 15420 [0x5EF]={ 15421 category="lo", 15422 description="HEBREW YOD TRIANGLE", 15423 direction="r", 15424 linebreak="hl", 15425 unicodeslot=0x5EF, 15426 }, 15427 [0x5F0]={ 15428 adobename="vavvavhebrew", 15429 category="lo", 15430 description="HEBREW LIGATURE YIDDISH DOUBLE VAV", 15431 direction="r", 15432 linebreak="hl", 15433 unicodeslot=0x5F0, 15434 }, 15435 [0x5F1]={ 15436 adobename="vavyodhebrew", 15437 category="lo", 15438 description="HEBREW LIGATURE YIDDISH VAV YOD", 15439 direction="r", 15440 linebreak="hl", 15441 unicodeslot=0x5F1, 15442 }, 15443 [0x5F2]={ 15444 adobename="yodyodhebrew", 15445 category="lo", 15446 description="HEBREW LIGATURE YIDDISH DOUBLE YOD", 15447 direction="r", 15448 linebreak="hl", 15449 unicodeslot=0x5F2, 15450 }, 15451 [0x5F3]={ 15452 adobename="gereshhebrew", 15453 category="po", 15454 description="HEBREW PUNCTUATION GERESH", 15455 direction="r", 15456 linebreak="al", 15457 unicodeslot=0x5F3, 15458 }, 15459 [0x5F4]={ 15460 adobename="gershayimhebrew", 15461 category="po", 15462 description="HEBREW PUNCTUATION GERSHAYIM", 15463 direction="r", 15464 linebreak="al", 15465 unicodeslot=0x5F4, 15466 }, 15467 [0x600]={ 15468 arabic="u", 15469 category="cf", 15470 contextname="arabicnumber", 15471 description="ARABIC NUMBER SIGN", 15472 direction="an", 15473 linebreak="al", 15474 unicodeslot=0x600, 15475 visible=true, 15476 }, 15477 [0x601]={ 15478 arabic="u", 15479 category="cf", 15480 contextname="arabicsanah", 15481 description="ARABIC SIGN SANAH", 15482 direction="an", 15483 linebreak="al", 15484 unicodeslot=0x601, 15485 visible=true, 15486 }, 15487 [0x602]={ 15488 arabic="u", 15489 category="cf", 15490 contextname="arabicfootnotemarker", 15491 description="ARABIC FOOTNOTE MARKER", 15492 direction="an", 15493 linebreak="al", 15494 unicodeslot=0x602, 15495 visible=true, 15496 }, 15497 [0x603]={ 15498 arabic="u", 15499 category="cf", 15500 contextname="arabicsafha", 15501 description="ARABIC SIGN SAFHA", 15502 direction="an", 15503 linebreak="al", 15504 unicodeslot=0x603, 15505 visible=true, 15506 }, 15507 [0x604]={ 15508 arabic="u", 15509 category="cf", 15510 contextname="arabicsamvat", 15511 description="ARABIC SIGN SAMVAT", 15512 direction="an", 15513 linebreak="al", 15514 unicodeslot=0x604, 15515 }, 15516 [0x605]={ 15517 arabic="u", 15518 category="cf", 15519 contextname="arabicnumberabove", 15520 description="ARABIC NUMBER MARK ABOVE", 15521 direction="an", 15522 linebreak="al", 15523 unicodeslot=0x605, 15524 }, 15525 [0x606]={ 15526 category="sm", 15527 contextname="arabiccuberoot", 15528 description="ARABIC-INDIC CUBE ROOT", 15529 direction="on", 15530 linebreak="al", 15531 unicodeslot=0x606, 15532 }, 15533 [0x607]={ 15534 category="sm", 15535 contextname="arabicfourthroot", 15536 description="ARABIC-INDIC FOURTH ROOT", 15537 direction="on", 15538 linebreak="al", 15539 unicodeslot=0x607, 15540 }, 15541 [0x608]={ 15542 arabic="u", 15543 category="sm", 15544 contextname="arabicray", 15545 description="ARABIC RAY", 15546 direction="al", 15547 linebreak="al", 15548 unicodeslot=0x608, 15549 }, 15550 [0x609]={ 15551 category="po", 15552 contextname="arabicpermille", 15553 description="ARABIC-INDIC PER MILLE SIGN", 15554 direction="et", 15555 linebreak="po", 15556 unicodeslot=0x609, 15557 }, 15558 [0x60A]={ 15559 category="po", 15560 contextname="arabicpertenthousand", 15561 description="ARABIC-INDIC PER TEN THOUSAND SIGN", 15562 direction="et", 15563 linebreak="po", 15564 unicodeslot=0x60A, 15565 }, 15566 [0x60B]={ 15567 arabic="u", 15568 category="sc", 15569 contextname="afghanicurrency", 15570 description="AFGHANI SIGN", 15571 direction="al", 15572 linebreak="po", 15573 unicodeslot=0x60B, 15574 }, 15575 [0x60C]={ 15576 adobename="commaarabic", 15577 category="po", 15578 contextname="arabiccomma", 15579 description="ARABIC COMMA", 15580 direction="cs", 15581 linebreak="is", 15582 unicodeslot=0x60C, 15583 }, 15584 [0x60D]={ 15585 category="po", 15586 contextname="arabicdateseparator", 15587 description="ARABIC DATE SEPARATOR", 15588 direction="al", 15589 linebreak="is", 15590 unicodeslot=0x60D, 15591 }, 15592 [0x60E]={ 15593 category="so", 15594 contextname="arabicpoeticverse", 15595 description="ARABIC POETIC VERSE SIGN", 15596 direction="on", 15597 linebreak="al", 15598 unicodeslot=0x60E, 15599 }, 15600 [0x60F]={ 15601 category="so", 15602 contextname="arabicmisra", 15603 description="ARABIC SIGN MISRA", 15604 direction="on", 15605 linebreak="al", 15606 unicodeslot=0x60F, 15607 }, 15608 [0x610]={ 15609 category="mn", 15610 combining=0xE6, 15611 contextname="arabichighsallallahou", 15612 description="ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM", 15613 direction="nsm", 15614 linebreak="cm", 15615 unicodeslot=0x610, 15616 }, 15617 [0x611]={ 15618 category="mn", 15619 combining=0xE6, 15620 contextname="arabichighalayheassallam", 15621 description="ARABIC SIGN ALAYHE ASSALLAM", 15622 direction="nsm", 15623 linebreak="cm", 15624 unicodeslot=0x611, 15625 }, 15626 [0x612]={ 15627 category="mn", 15628 combining=0xE6, 15629 contextname="arabichighrahmatullahalayhe", 15630 description="ARABIC SIGN RAHMATULLAH ALAYHE", 15631 direction="nsm", 15632 linebreak="cm", 15633 unicodeslot=0x612, 15634 }, 15635 [0x613]={ 15636 category="mn", 15637 combining=0xE6, 15638 contextname="arabichighradiallahouanhu", 15639 description="ARABIC SIGN RADI ALLAHOU ANHU", 15640 direction="nsm", 15641 linebreak="cm", 15642 unicodeslot=0x613, 15643 }, 15644 [0x614]={ 15645 category="mn", 15646 combining=0xE6, 15647 contextname="arabichightakhallus", 15648 description="ARABIC SIGN TAKHALLUS", 15649 direction="nsm", 15650 linebreak="cm", 15651 unicodeslot=0x614, 15652 }, 15653 [0x615]={ 15654 category="mn", 15655 combining=0xE6, 15656 contextname="arabichightah", 15657 description="ARABIC SMALL HIGH TAH", 15658 direction="nsm", 15659 linebreak="cm", 15660 unicodeslot=0x615, 15661 }, 15662 [0x616]={ 15663 category="mn", 15664 combining=0xE6, 15665 description="ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH", 15666 direction="nsm", 15667 linebreak="cm", 15668 unicodeslot=0x616, 15669 }, 15670 [0x617]={ 15671 category="mn", 15672 combining=0xE6, 15673 contextname="arabichighzain", 15674 description="ARABIC SMALL HIGH ZAIN", 15675 direction="nsm", 15676 linebreak="cm", 15677 unicodeslot=0x617, 15678 }, 15679 [0x618]={ 15680 category="mn", 15681 combining=0x1E, 15682 description="ARABIC SMALL FATHA", 15683 direction="nsm", 15684 linebreak="cm", 15685 unicodeslot=0x618, 15686 }, 15687 [0x619]={ 15688 category="mn", 15689 combining=0x1F, 15690 description="ARABIC SMALL DAMMA", 15691 direction="nsm", 15692 linebreak="cm", 15693 unicodeslot=0x619, 15694 }, 15695 [0x61A]={ 15696 category="mn", 15697 combining=0x20, 15698 description="ARABIC SMALL KASRA", 15699 direction="nsm", 15700 linebreak="cm", 15701 unicodeslot=0x61A, 15702 }, 15703 [0x61B]={ 15704 adobename="semicolonarabic", 15705 category="po", 15706 contextname="arabicsemicolon", 15707 description="ARABIC SEMICOLON", 15708 direction="al", 15709 linebreak="ex", 15710 unicodeslot=0x61B, 15711 }, 15712 [0x61C]={ 15713 category="cf", 15714 contextname="arabiclettermark", 15715 description="ARABIC LETTER MARK", 15716 direction="al", 15717 linebreak="cm", 15718 unicodeslot=0x61C, 15719 }, 15720 [0x61D]={ 15721 category="po", 15722 description="ARABIC END OF TEXT MARK", 15723 direction="al", 15724 linebreak="ex", 15725 unicodeslot=0x61D, 15726 }, 15727 [0x61E]={ 15728 category="po", 15729 contextname="arabictripledot", 15730 description="ARABIC TRIPLE DOT PUNCTUATION MARK", 15731 direction="al", 15732 linebreak="ex", 15733 unicodeslot=0x61E, 15734 }, 15735 [0x61F]={ 15736 adobename="questionarabic", 15737 category="po", 15738 contextname="arabicquestion", 15739 description="ARABIC QUESTION MARK", 15740 direction="al", 15741 linebreak="ex", 15742 unicodeslot=0x61F, 15743 }, 15744 [0x620]={ 15745 arabic="d", 15746 category="lo", 15747 description="ARABIC LETTER KASHMIRI YEH", 15748 direction="al", 15749 linebreak="al", 15750 unicodeslot=0x620, 15751 }, 15752 [0x621]={ 15753 adobename="hamzasukunarabic", 15754 arabic="u", 15755 category="lo", 15756 description="ARABIC LETTER HAMZA", 15757 direction="al", 15758 linebreak="al", 15759 unicodeslot=0x621, 15760 }, 15761 [0x622]={ 15762 adobename="alefmaddaabovearabic", 15763 arabic="r", 15764 category="lo", 15765 description="ARABIC LETTER ALEF WITH MADDA ABOVE", 15766 direction="al", 15767 linebreak="al", 15768 shcode=0x627, 15769 specials={ "char", 0x627, 0x653 }, 15770 unicodeslot=0x622, 15771 }, 15772 [0x623]={ 15773 adobename="alefhamzaabovearabic", 15774 arabic="r", 15775 category="lo", 15776 description="ARABIC LETTER ALEF WITH HAMZA ABOVE", 15777 direction="al", 15778 linebreak="al", 15779 shcode=0x627, 15780 specials={ "char", 0x627, 0x654 }, 15781 unicodeslot=0x623, 15782 }, 15783 [0x624]={ 15784 adobename="wawhamzaabovearabic", 15785 arabic="r", 15786 category="lo", 15787 description="ARABIC LETTER WAW WITH HAMZA ABOVE", 15788 direction="al", 15789 linebreak="al", 15790 shcode=0x648, 15791 specials={ "char", 0x648, 0x654 }, 15792 unicodeslot=0x624, 15793 }, 15794 [0x625]={ 15795 adobename="alefhamzabelowarabic", 15796 arabic="r", 15797 category="lo", 15798 description="ARABIC LETTER ALEF WITH HAMZA BELOW", 15799 direction="al", 15800 linebreak="al", 15801 shcode=0x627, 15802 specials={ "char", 0x627, 0x655 }, 15803 unicodeslot=0x625, 15804 }, 15805 [0x626]={ 15806 adobename="yehhamzaabovearabic", 15807 arabic="d", 15808 category="lo", 15809 description="ARABIC LETTER YEH WITH HAMZA ABOVE", 15810 direction="al", 15811 linebreak="al", 15812 shcode=0x64A, 15813 specials={ "char", 0x64A, 0x654 }, 15814 unicodeslot=0x626, 15815 }, 15816 [0x627]={ 15817 adobename="alefarabic", 15818 arabic="r", 15819 category="lo", 15820 description="ARABIC LETTER ALEF", 15821 direction="al", 15822 linebreak="al", 15823 unicodeslot=0x627, 15824 }, 15825 [0x628]={ 15826 adobename="beharabic", 15827 arabic="d", 15828 category="lo", 15829 description="ARABIC LETTER BEH", 15830 direction="al", 15831 linebreak="al", 15832 unicodeslot=0x628, 15833 }, 15834 [0x629]={ 15835 adobename="tehmarbutaarabic", 15836 arabic="r", 15837 category="lo", 15838 description="ARABIC LETTER TEH MARBUTA", 15839 direction="al", 15840 linebreak="al", 15841 unicodeslot=0x629, 15842 }, 15843 [0x62A]={ 15844 adobename="teharabic", 15845 arabic="d", 15846 category="lo", 15847 description="ARABIC LETTER TEH", 15848 direction="al", 15849 linebreak="al", 15850 unicodeslot=0x62A, 15851 }, 15852 [0x62B]={ 15853 adobename="theharabic", 15854 arabic="d", 15855 category="lo", 15856 description="ARABIC LETTER THEH", 15857 direction="al", 15858 linebreak="al", 15859 unicodeslot=0x62B, 15860 }, 15861 [0x62C]={ 15862 adobename="jeemarabic", 15863 arabic="d", 15864 category="lo", 15865 description="ARABIC LETTER JEEM", 15866 direction="al", 15867 linebreak="al", 15868 unicodeslot=0x62C, 15869 }, 15870 [0x62D]={ 15871 adobename="haharabic", 15872 arabic="d", 15873 category="lo", 15874 description="ARABIC LETTER HAH", 15875 direction="al", 15876 linebreak="al", 15877 unicodeslot=0x62D, 15878 }, 15879 [0x62E]={ 15880 adobename="khaharabic", 15881 arabic="d", 15882 category="lo", 15883 description="ARABIC LETTER KHAH", 15884 direction="al", 15885 linebreak="al", 15886 unicodeslot=0x62E, 15887 }, 15888 [0x62F]={ 15889 adobename="dalarabic", 15890 arabic="r", 15891 category="lo", 15892 description="ARABIC LETTER DAL", 15893 direction="al", 15894 linebreak="al", 15895 unicodeslot=0x62F, 15896 }, 15897 [0x630]={ 15898 adobename="thalarabic", 15899 arabic="r", 15900 category="lo", 15901 description="ARABIC LETTER THAL", 15902 direction="al", 15903 linebreak="al", 15904 unicodeslot=0x630, 15905 }, 15906 [0x631]={ 15907 adobename="rehyehaleflamarabic", 15908 arabic="r", 15909 category="lo", 15910 description="ARABIC LETTER REH", 15911 direction="al", 15912 linebreak="al", 15913 unicodeslot=0x631, 15914 }, 15915 [0x632]={ 15916 adobename="zainarabic", 15917 arabic="r", 15918 category="lo", 15919 description="ARABIC LETTER ZAIN", 15920 direction="al", 15921 linebreak="al", 15922 unicodeslot=0x632, 15923 }, 15924 [0x633]={ 15925 adobename="seenarabic", 15926 arabic="d", 15927 category="lo", 15928 description="ARABIC LETTER SEEN", 15929 direction="al", 15930 linebreak="al", 15931 unicodeslot=0x633, 15932 }, 15933 [0x634]={ 15934 adobename="sheenarabic", 15935 arabic="d", 15936 category="lo", 15937 description="ARABIC LETTER SHEEN", 15938 direction="al", 15939 linebreak="al", 15940 unicodeslot=0x634, 15941 }, 15942 [0x635]={ 15943 adobename="sadarabic", 15944 arabic="d", 15945 category="lo", 15946 description="ARABIC LETTER SAD", 15947 direction="al", 15948 linebreak="al", 15949 unicodeslot=0x635, 15950 }, 15951 [0x636]={ 15952 adobename="dadarabic", 15953 arabic="d", 15954 category="lo", 15955 description="ARABIC LETTER DAD", 15956 direction="al", 15957 linebreak="al", 15958 unicodeslot=0x636, 15959 }, 15960 [0x637]={ 15961 adobename="taharabic", 15962 arabic="d", 15963 category="lo", 15964 description="ARABIC LETTER TAH", 15965 direction="al", 15966 linebreak="al", 15967 unicodeslot=0x637, 15968 }, 15969 [0x638]={ 15970 adobename="zaharabic", 15971 arabic="d", 15972 category="lo", 15973 description="ARABIC LETTER ZAH", 15974 direction="al", 15975 linebreak="al", 15976 unicodeslot=0x638, 15977 }, 15978 [0x639]={ 15979 adobename="ainarabic", 15980 arabic="d", 15981 category="lo", 15982 description="ARABIC LETTER AIN", 15983 direction="al", 15984 linebreak="al", 15985 unicodeslot=0x639, 15986 }, 15987 [0x63A]={ 15988 adobename="ghainarabic", 15989 arabic="d", 15990 category="lo", 15991 description="ARABIC LETTER GHAIN", 15992 direction="al", 15993 linebreak="al", 15994 unicodeslot=0x63A, 15995 }, 15996 [0x63B]={ 15997 arabic="d", 15998 category="lo", 15999 description="ARABIC LETTER KEHEH WITH TWO DOTS ABOVE", 16000 direction="al", 16001 linebreak="al", 16002 unicodeslot=0x63B, 16003 }, 16004 [0x63C]={ 16005 arabic="d", 16006 category="lo", 16007 description="ARABIC LETTER KEHEH WITH THREE DOTS BELOW", 16008 direction="al", 16009 linebreak="al", 16010 unicodeslot=0x63C, 16011 }, 16012 [0x63D]={ 16013 arabic="d", 16014 category="lo", 16015 description="ARABIC LETTER FARSI YEH WITH INVERTED V", 16016 direction="al", 16017 linebreak="al", 16018 unicodeslot=0x63D, 16019 }, 16020 [0x63E]={ 16021 arabic="d", 16022 category="lo", 16023 description="ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE", 16024 direction="al", 16025 linebreak="al", 16026 unicodeslot=0x63E, 16027 }, 16028 [0x63F]={ 16029 arabic="d", 16030 category="lo", 16031 description="ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE", 16032 direction="al", 16033 linebreak="al", 16034 unicodeslot=0x63F, 16035 }, 16036 [0x640]={ 16037 adobename="tatweelarabic", 16038 arabic="c", 16039 category="lm", 16040 description="ARABIC TATWEEL", 16041 direction="al", 16042 linebreak="al", 16043 synonyms={ "arabic kashida" }, 16044 unicodeslot=0x640, 16045 }, 16046 [0x641]={ 16047 adobename="feharabic", 16048 arabic="d", 16049 category="lo", 16050 description="ARABIC LETTER FEH", 16051 direction="al", 16052 linebreak="al", 16053 unicodeslot=0x641, 16054 }, 16055 [0x642]={ 16056 adobename="qafarabic", 16057 arabic="d", 16058 category="lo", 16059 description="ARABIC LETTER QAF", 16060 direction="al", 16061 linebreak="al", 16062 unicodeslot=0x642, 16063 }, 16064 [0x643]={ 16065 adobename="kafarabic", 16066 arabic="d", 16067 category="lo", 16068 description="ARABIC LETTER KAF", 16069 direction="al", 16070 linebreak="al", 16071 unicodeslot=0x643, 16072 }, 16073 [0x644]={ 16074 adobename="lamarabic", 16075 arabic="d", 16076 category="lo", 16077 description="ARABIC LETTER LAM", 16078 direction="al", 16079 linebreak="al", 16080 unicodeslot=0x644, 16081 }, 16082 [0x645]={ 16083 adobename="meemarabic", 16084 arabic="d", 16085 category="lo", 16086 description="ARABIC LETTER MEEM", 16087 direction="al", 16088 linebreak="al", 16089 unicodeslot=0x645, 16090 }, 16091 [0x646]={ 16092 adobename="noonarabic", 16093 arabic="d", 16094 category="lo", 16095 description="ARABIC LETTER NOON", 16096 direction="al", 16097 linebreak="al", 16098 unicodeslot=0x646, 16099 }, 16100 [0x647]={ 16101 adobename="heharabic", 16102 arabic="d", 16103 category="lo", 16104 description="ARABIC LETTER HEH", 16105 direction="al", 16106 linebreak="al", 16107 unicodeslot=0x647, 16108 }, 16109 [0x648]={ 16110 adobename="wawarabic", 16111 arabic="r", 16112 category="lo", 16113 description="ARABIC LETTER WAW", 16114 direction="al", 16115 linebreak="al", 16116 unicodeslot=0x648, 16117 }, 16118 [0x649]={ 16119 adobename="alefmaksuraarabic", 16120 arabic="d", 16121 category="lo", 16122 description="ARABIC LETTER ALEF MAKSURA", 16123 direction="al", 16124 linebreak="al", 16125 unicodeslot=0x649, 16126 }, 16127 [0x64A]={ 16128 adobename="yeharabic", 16129 arabic="d", 16130 category="lo", 16131 description="ARABIC LETTER YEH", 16132 direction="al", 16133 linebreak="al", 16134 unicodeslot=0x64A, 16135 }, 16136 [0x64B]={ 16137 adobename="fathatanarabic", 16138 category="mn", 16139 combining=0x1B, 16140 description="ARABIC FATHATAN", 16141 direction="nsm", 16142 linebreak="cm", 16143 unicodeslot=0x64B, 16144 }, 16145 [0x64C]={ 16146 adobename="dammatanarabic", 16147 category="mn", 16148 combining=0x1C, 16149 description="ARABIC DAMMATAN", 16150 direction="nsm", 16151 linebreak="cm", 16152 unicodeslot=0x64C, 16153 }, 16154 [0x64D]={ 16155 adobename="kasratanarabic", 16156 category="mn", 16157 combining=0x1D, 16158 description="ARABIC KASRATAN", 16159 direction="nsm", 16160 linebreak="cm", 16161 unicodeslot=0x64D, 16162 }, 16163 [0x64E]={ 16164 adobename="fathalowarabic", 16165 category="mn", 16166 combining=0x1E, 16167 description="ARABIC FATHA", 16168 direction="nsm", 16169 linebreak="cm", 16170 unicodeslot=0x64E, 16171 }, 16172 [0x64F]={ 16173 adobename="dammalowarabic", 16174 category="mn", 16175 combining=0x1F, 16176 description="ARABIC DAMMA", 16177 direction="nsm", 16178 linebreak="cm", 16179 unicodeslot=0x64F, 16180 }, 16181 [0x650]={ 16182 adobename="kasraarabic", 16183 category="mn", 16184 combining=0x20, 16185 description="ARABIC KASRA", 16186 direction="nsm", 16187 linebreak="cm", 16188 unicodeslot=0x650, 16189 }, 16190 [0x651]={ 16191 adobename="shaddafathatanarabic", 16192 category="mn", 16193 combining=0x21, 16194 description="ARABIC SHADDA", 16195 direction="nsm", 16196 linebreak="cm", 16197 unicodeslot=0x651, 16198 }, 16199 [0x652]={ 16200 adobename="sukunarabic", 16201 category="mn", 16202 combining=0x22, 16203 description="ARABIC SUKUN", 16204 direction="nsm", 16205 linebreak="cm", 16206 unicodeslot=0x652, 16207 }, 16208 [0x653]={ 16209 category="mn", 16210 combining=0xE6, 16211 description="ARABIC MADDAH ABOVE", 16212 direction="nsm", 16213 linebreak="cm", 16214 unicodeslot=0x653, 16215 }, 16216 [0x654]={ 16217 category="mn", 16218 combining=0xE6, 16219 description="ARABIC HAMZA ABOVE", 16220 direction="nsm", 16221 linebreak="cm", 16222 unicodeslot=0x654, 16223 }, 16224 [0x655]={ 16225 category="mn", 16226 combining=0xDC, 16227 description="ARABIC HAMZA BELOW", 16228 direction="nsm", 16229 linebreak="cm", 16230 unicodeslot=0x655, 16231 }, 16232 [0x656]={ 16233 category="mn", 16234 combining=0xDC, 16235 description="ARABIC SUBSCRIPT ALEF", 16236 direction="nsm", 16237 linebreak="cm", 16238 unicodeslot=0x656, 16239 }, 16240 [0x657]={ 16241 category="mn", 16242 combining=0xE6, 16243 description="ARABIC INVERTED DAMMA", 16244 direction="nsm", 16245 linebreak="cm", 16246 unicodeslot=0x657, 16247 }, 16248 [0x658]={ 16249 category="mn", 16250 combining=0xE6, 16251 description="ARABIC MARK NOON GHUNNA", 16252 direction="nsm", 16253 linebreak="cm", 16254 unicodeslot=0x658, 16255 }, 16256 [0x659]={ 16257 category="mn", 16258 combining=0xE6, 16259 description="ARABIC ZWARAKAY", 16260 direction="nsm", 16261 linebreak="cm", 16262 unicodeslot=0x659, 16263 }, 16264 [0x65A]={ 16265 category="mn", 16266 combining=0xE6, 16267 description="ARABIC VOWEL SIGN SMALL V ABOVE", 16268 direction="nsm", 16269 linebreak="cm", 16270 unicodeslot=0x65A, 16271 }, 16272 [0x65B]={ 16273 category="mn", 16274 combining=0xE6, 16275 description="ARABIC VOWEL SIGN INVERTED SMALL V ABOVE", 16276 direction="nsm", 16277 linebreak="cm", 16278 unicodeslot=0x65B, 16279 }, 16280 [0x65C]={ 16281 category="mn", 16282 combining=0xDC, 16283 description="ARABIC VOWEL SIGN DOT BELOW", 16284 direction="nsm", 16285 linebreak="cm", 16286 unicodeslot=0x65C, 16287 }, 16288 [0x65D]={ 16289 category="mn", 16290 combining=0xE6, 16291 description="ARABIC REVERSED DAMMA", 16292 direction="nsm", 16293 linebreak="cm", 16294 unicodeslot=0x65D, 16295 }, 16296 [0x65E]={ 16297 category="mn", 16298 combining=0xE6, 16299 description="ARABIC FATHA WITH TWO DOTS", 16300 direction="nsm", 16301 linebreak="cm", 16302 unicodeslot=0x65E, 16303 }, 16304 [0x65F]={ 16305 category="mn", 16306 combining=0xDC, 16307 description="ARABIC WAVY HAMZA BELOW", 16308 direction="nsm", 16309 linebreak="cm", 16310 unicodeslot=0x65F, 16311 }, 16312 [0x660]={ 16313 adobename="zerohackarabic", 16314 category="nd", 16315 description="ARABIC-INDIC DIGIT ZERO", 16316 direction="an", 16317 linebreak="nu", 16318 unicodeslot=0x660, 16319 }, 16320 [0x661]={ 16321 adobename="onehackarabic", 16322 category="nd", 16323 description="ARABIC-INDIC DIGIT ONE", 16324 direction="an", 16325 linebreak="nu", 16326 unicodeslot=0x661, 16327 }, 16328 [0x662]={ 16329 adobename="twohackarabic", 16330 category="nd", 16331 description="ARABIC-INDIC DIGIT TWO", 16332 direction="an", 16333 linebreak="nu", 16334 unicodeslot=0x662, 16335 }, 16336 [0x663]={ 16337 adobename="threehackarabic", 16338 category="nd", 16339 description="ARABIC-INDIC DIGIT THREE", 16340 direction="an", 16341 linebreak="nu", 16342 unicodeslot=0x663, 16343 }, 16344 [0x664]={ 16345 adobename="fourhackarabic", 16346 category="nd", 16347 description="ARABIC-INDIC DIGIT FOUR", 16348