diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/char-def.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/char-def.lua | 8860 |
1 files changed, 7588 insertions, 1272 deletions
diff --git a/Master/texmf-dist/tex/context/base/char-def.lua b/Master/texmf-dist/tex/context/base/char-def.lua index 804468c2db4..8580fb6990b 100644 --- a/Master/texmf-dist/tex/context/base/char-def.lua +++ b/Master/texmf-dist/tex/context/base/char-def.lua @@ -3,15 +3,19 @@ if not modules then modules = { } end modules ['char-def'] = { comment = "companion to char-ini.mkiv", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", - license = "see context related readme files" + license = "see context related readme files", + dataonly = true, } --[[ -The first version of this table was generated from unicode tables -but after that was mostly updated manual using data present in -ConTeXt and elsewhere. I did my best to make this table as complete -as needed for proper use in ConTeXt MkIV. All errors are mine. If -you find an error or ommision, just let me know. +The first version of this table was generated from unicode tables but after that was +mostly updated manual using data present in ConTeXt and elsewhere. I did my best to +make this table as complete as needed for proper use in ConTeXt MkIV. All errors are +mine. If you find an error or ommision, just let me know. This file is updated every +now and then using mtx-unicode where we check against the latest unicode txt files +(normally once per year around the tex live code freeze) and checked afterwards for +differences. We could save some bytes by sharing variant tables but it's not worth +the trouble. Some additional data is kept in other files. ]]-- characters = characters or { } @@ -310,6 +314,10 @@ characters.data={ direction="et", linebreak="al", unicodeslot=0x0023, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="dollar", @@ -406,15 +414,6 @@ characters.data={ direction="cs", linebreak="is", mathclass="punctuation", ---mathspec={ --- { --- class="punctuation", --- }, --- { --- class="ord", --- name="mathcomma", --- }, ---}, unicodeslot=0x002C, }, { @@ -424,6 +423,8 @@ characters.data={ description="HYPHEN-MINUS", direction="es", linebreak="hy", + mathextensible="h", + mathfiller="relfill", mathsymbol=0x2212, unicodeslot=0x002D, }, @@ -431,18 +432,13 @@ characters.data={ adobename="period", category="po", cjkwd="na", + comment="class needed for autopunctuation", contextname="textperiod", description="FULL STOP", direction="cs", linebreak="is", - mathclass="ord", + mathclass="punctuation", mathspec={ --- { --- class="ord", --- }, --- { --- class="punctuation", --- }, { class="punctuation", name="ldotp", @@ -454,12 +450,21 @@ characters.data={ adobename="slash", category="po", cjkwd="na", + comment="mathsymbol=0x2044", contextname="textslash", description="SOLIDUS", direction="cs", linebreak="sy", - mathclass="ord", - mathsymbol=0x2044, + mathspec={ + { + class="middle", + unicode=0x2044, + }, + { + class="ordinary", + unicode=0x2044, + }, + }, unicodeslot=0x002F, }, { @@ -471,6 +476,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0030, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="one", @@ -481,6 +490,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0031, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="two", @@ -491,6 +504,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0032, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="three", @@ -501,6 +518,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0033, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="four", @@ -511,6 +532,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0034, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="five", @@ -521,6 +546,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0035, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="six", @@ -531,6 +560,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0036, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="seven", @@ -541,6 +574,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0037, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="eight", @@ -551,6 +588,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0038, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="nine", @@ -561,6 +602,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0039, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="colon", @@ -603,15 +648,17 @@ characters.data={ description="EQUALS SIGN", direction="on", linebreak="al", + mathextensible="h", + mathfiller="equalfill", mathspec={ - { - class="relation", - name="eq", - }, - { - class="relation", - name="Relbar", - }, + { + class="relation", + name="eq", + }, + { + class="relation", + name="Relbar", + }, }, unicodeslot=0x003D, }, @@ -979,7 +1026,7 @@ characters.data={ description="CIRCUMFLEX ACCENT", direction="on", linebreak="al", - mathclass="accent", + mathclass="topaccent", unicodeslot=0x005E, }, { @@ -1000,7 +1047,7 @@ characters.data={ description="GRAVE ACCENT", direction="on", linebreak="al", - mathclass="accent", + mathclass="topaccent", mathname="grave", unicodeslot=0x0060, }, @@ -1684,7 +1731,7 @@ characters.data={ description="DIAERESIS", direction="on", linebreak="ai", - mathclass="accent", + mathclass="topaccent", mathname="ddot", specials={ "compat", 0x0020, 0x0308 }, unicodeslot=0x00A8, @@ -1729,11 +1776,11 @@ characters.data={ linebreak="al", mathspec={ { - class="ord", + class="ordinary", name="lnot", }, { - class="ord", + class="ordinary", name="neg", }, }, @@ -1767,7 +1814,7 @@ characters.data={ description="MACRON", direction="on", linebreak="al", - mathclass="accent", + mathclass="topaccent", mathname="bar", specials={ "compat", 0x0020, 0x0304 }, unicodeslot=0x00AF, @@ -1824,7 +1871,7 @@ characters.data={ description="ACUTE ACCENT", direction="on", linebreak="bb", - mathclass="accent", + mathclass="topaccent", mathname="acute", specials={ "compat", 0x0020, 0x0301 }, unicodeslot=0x00B4, @@ -2538,7 +2585,7 @@ characters.data={ description="LATIN SMALL LETTER ETH", direction="l", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="eth", uccode=0x00D0, unicodeslot=0x00F0, @@ -3205,8 +3252,6 @@ characters.data={ description="LATIN SMALL LETTER H WITH STROKE", direction="l", linebreak="al", - mathclass="ord", - mathname="hbar", shcode=0x0068, uccode=0x0126, unicodeslot=0x0127, @@ -7479,7 +7524,7 @@ characters.data={ description="MODIFIER LETTER CIRCUMFLEX ACCENT", direction="on", linebreak="al", - mathclass="accent", + mathclass="topaccent", mathname="hat", specials={ "compat", 0x0020, 0x0302 }, unicodeslot=0x02C6, @@ -7493,7 +7538,7 @@ characters.data={ description="CARON", direction="on", linebreak="ai", - mathclass="accent", + mathclass="topaccent", mathname="check", specials={ "compat", 0x0020, 0x030C }, unicodeslot=0x02C7, @@ -7639,7 +7684,7 @@ characters.data={ description="BREVE", direction="on", linebreak="ai", - mathclass="accent", + mathclass="topaccent", mathname="breve", specials={ "compat", 0x0020, 0x0306 }, unicodeslot=0x02D8, @@ -7652,7 +7697,7 @@ characters.data={ description="DOT ABOVE", direction="on", linebreak="ai", - mathclass="accent", + mathclass="topaccent", mathname="dot", specials={ "compat", 0x0020, 0x0307 }, unicodeslot=0x02D9, @@ -7665,7 +7710,7 @@ characters.data={ description="RING ABOVE", direction="on", linebreak="ai", - mathclass="accent", + mathclass="topaccent", mathname="mathring", specials={ "compat", 0x0020, 0x030A }, unicodeslot=0x02DA, @@ -7688,7 +7733,7 @@ characters.data={ description="SMALL TILDE", direction="on", linebreak="al", - mathclass="accent", + mathclass="topaccent", mathname="tilde", specials={ "compat", 0x0020, 0x0303 }, unicodeslot=0x02DC, @@ -7982,6 +8027,8 @@ characters.data={ description="COMBINING CIRCUMFLEX ACCENT", direction="nsm", linebreak="cm", + mathclass="topaccent", + mathname="widehat", mathstretch="h", unicodeslot=0x0302, }, @@ -7992,6 +8039,8 @@ characters.data={ description="COMBINING TILDE", direction="nsm", linebreak="cm", + mathclass="topaccent", + mathname="widetilde", mathstretch="h", unicodeslot=0x0303, }, @@ -10252,7 +10301,7 @@ characters.data={ description="GREEK KAPPA SYMBOL", direction="l", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="varkappa", specials={ "compat", 0x03BA }, uccode=0x039A, @@ -14174,6 +14223,13 @@ characters.data={ linebreak="ba", unicodeslot=0x058A, }, + [0x058F]={ + category="sc", + description="ARMENIAN DRAM SIGN", + direction="et", + linebreak="pr", + unicodeslot=0x058F, + }, [0x0591]={ adobename="etnahtalefthebrew", category="mn", @@ -14615,7 +14671,7 @@ characters.data={ contextname="hebrewAlef", description="HEBREW LETTER ALEF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D0, }, [0x05D1]={ @@ -14624,7 +14680,7 @@ characters.data={ contextname="hebrewBet", description="HEBREW LETTER BET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D1, }, [0x05D2]={ @@ -14633,7 +14689,7 @@ characters.data={ contextname="hebrewGimel", description="HEBREW LETTER GIMEL", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D2, }, [0x05D3]={ @@ -14642,7 +14698,7 @@ characters.data={ contextname="hebrewDalet", description="HEBREW LETTER DALET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D3, }, [0x05D4]={ @@ -14651,7 +14707,7 @@ characters.data={ contextname="hebrewHe", description="HEBREW LETTER HE", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D4, }, [0x05D5]={ @@ -14660,7 +14716,7 @@ characters.data={ contextname="hebrewVav", description="HEBREW LETTER VAV", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D5, }, [0x05D6]={ @@ -14669,7 +14725,7 @@ characters.data={ contextname="hebrewZayin", description="HEBREW LETTER ZAYIN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D6, }, [0x05D7]={ @@ -14678,7 +14734,7 @@ characters.data={ contextname="hebrewHet", description="HEBREW LETTER HET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D7, }, [0x05D8]={ @@ -14687,7 +14743,7 @@ characters.data={ contextname="hebrewTet", description="HEBREW LETTER TET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D8, }, [0x05D9]={ @@ -14696,7 +14752,7 @@ characters.data={ contextname="hebrewYod", description="HEBREW LETTER YOD", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D9, }, [0x05DA]={ @@ -14705,7 +14761,7 @@ characters.data={ contextname="hebrewKaffinal", description="HEBREW LETTER FINAL KAF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DA, }, [0x05DB]={ @@ -14714,7 +14770,7 @@ characters.data={ contextname="hebrewKaf", description="HEBREW LETTER KAF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DB, }, [0x05DC]={ @@ -14723,7 +14779,7 @@ characters.data={ contextname="hebrewLamed", description="HEBREW LETTER LAMED", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DC, }, [0x05DD]={ @@ -14732,7 +14788,7 @@ characters.data={ contextname="hebrewMemfinal", description="HEBREW LETTER FINAL MEM", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DD, }, [0x05DE]={ @@ -14741,7 +14797,7 @@ characters.data={ contextname="hebrewMem", description="HEBREW LETTER MEM", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DE, }, [0x05DF]={ @@ -14750,7 +14806,7 @@ characters.data={ contextname="hebrewNunfinal", description="HEBREW LETTER FINAL NUN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DF, }, [0x05E0]={ @@ -14759,7 +14815,7 @@ characters.data={ contextname="hebrewNun", description="HEBREW LETTER NUN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E0, }, [0x05E1]={ @@ -14768,7 +14824,7 @@ characters.data={ contextname="hebrewSamekh", description="HEBREW LETTER SAMEKH", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E1, }, [0x05E2]={ @@ -14777,7 +14833,7 @@ characters.data={ contextname="hebrewAyin", description="HEBREW LETTER AYIN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E2, }, [0x05E3]={ @@ -14786,7 +14842,7 @@ characters.data={ contextname="hebrewPefinal", description="HEBREW LETTER FINAL PE", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E3, }, [0x05E4]={ @@ -14795,7 +14851,7 @@ characters.data={ contextname="hebrewPe", description="HEBREW LETTER PE", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E4, }, [0x05E5]={ @@ -14804,7 +14860,7 @@ characters.data={ contextname="hebrewTsadifinal", description="HEBREW LETTER FINAL TSADI", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E5, }, [0x05E6]={ @@ -14813,7 +14869,7 @@ characters.data={ contextname="hebrewTsadi", description="HEBREW LETTER TSADI", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E6, }, [0x05E7]={ @@ -14822,7 +14878,7 @@ characters.data={ contextname="hebrewQof", description="HEBREW LETTER QOF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E7, }, [0x05E8]={ @@ -14831,7 +14887,7 @@ characters.data={ contextname="hebrewResh", description="HEBREW LETTER RESH", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E8, }, [0x05E9]={ @@ -14840,7 +14896,7 @@ characters.data={ contextname="hebrewShin", description="HEBREW LETTER SHIN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E9, }, [0x05EA]={ @@ -14849,7 +14905,7 @@ characters.data={ contextname="hebrewTav", description="HEBREW LETTER TAV", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05EA, }, [0x05F0]={ @@ -14857,7 +14913,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH DOUBLE VAV", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05F0, }, [0x05F1]={ @@ -14865,7 +14921,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH VAV YOD", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05F1, }, [0x05F2]={ @@ -14873,7 +14929,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH DOUBLE YOD", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05F2, }, [0x05F3]={ @@ -14893,6 +14949,7 @@ characters.data={ unicodeslot=0x05F4, }, [0x0600]={ + arabic="u", category="cf", description="ARABIC NUMBER SIGN", direction="an", @@ -14901,6 +14958,7 @@ characters.data={ visible="yes", }, [0x0601]={ + arabic="u", category="cf", description="ARABIC SIGN SANAH", direction="an", @@ -14909,6 +14967,7 @@ characters.data={ visible="yes", }, [0x0602]={ + arabic="u", category="cf", description="ARABIC FOOTNOTE MARKER", direction="an", @@ -14917,6 +14976,7 @@ characters.data={ visible="yes", }, [0x0603]={ + arabic="u", category="cf", description="ARABIC SIGN SAFHA", direction="an", @@ -14924,6 +14984,14 @@ characters.data={ unicodeslot=0x0603, visible="yes", }, + [0x0604]={ + arabic="u", + category="cf", + description="ARABIC SIGN SAMVAT", + direction="an", + linebreak="al", + unicodeslot=0x0604, + }, [0x0606]={ category="sm", description="ARABIC-INDIC CUBE ROOT", @@ -14939,6 +15007,7 @@ characters.data={ unicodeslot=0x0607, }, [0x0608]={ + arabic="u", category="sm", description="ARABIC RAY", direction="al", @@ -14960,6 +15029,7 @@ characters.data={ unicodeslot=0x060A, }, [0x060B]={ + arabic="u", category="sc", description="AFGHANI SIGN", direction="al", @@ -15096,6 +15166,7 @@ characters.data={ unicodeslot=0x061F, }, [0x0620]={ + arabic="d", category="lo", description="ARABIC LETTER KASHMIRI YEH", direction="al", @@ -15104,6 +15175,7 @@ characters.data={ }, [0x0621]={ adobename="hamzasukunarabic", + arabic="u", category="lo", description="ARABIC LETTER HAMZA", direction="al", @@ -15112,6 +15184,7 @@ characters.data={ }, [0x0622]={ adobename="alefmaddaabovearabic", + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH MADDA ABOVE", direction="al", @@ -15122,6 +15195,7 @@ characters.data={ }, [0x0623]={ adobename="alefhamzaabovearabic", + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH HAMZA ABOVE", direction="al", @@ -15132,6 +15206,7 @@ characters.data={ }, [0x0624]={ adobename="wawhamzaabovearabic", + arabic="r", category="lo", description="ARABIC LETTER WAW WITH HAMZA ABOVE", direction="al", @@ -15142,6 +15217,7 @@ characters.data={ }, [0x0625]={ adobename="alefhamzabelowarabic", + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH HAMZA BELOW", direction="al", @@ -15152,6 +15228,7 @@ characters.data={ }, [0x0626]={ adobename="yehhamzaabovearabic", + arabic="d", category="lo", description="ARABIC LETTER YEH WITH HAMZA ABOVE", direction="al", @@ -15162,6 +15239,7 @@ characters.data={ }, [0x0627]={ adobename="alefarabic", + arabic="r", category="lo", description="ARABIC LETTER ALEF", direction="al", @@ -15170,6 +15248,7 @@ characters.data={ }, [0x0628]={ adobename="beharabic", + arabic="d", category="lo", description="ARABIC LETTER BEH", direction="al", @@ -15178,6 +15257,7 @@ characters.data={ }, [0x0629]={ adobename="tehmarbutaarabic", + arabic="r", category="lo", description="ARABIC LETTER TEH MARBUTA", direction="al", @@ -15186,6 +15266,7 @@ characters.data={ }, [0x062A]={ adobename="teharabic", + arabic="d", category="lo", description="ARABIC LETTER TEH", direction="al", @@ -15194,6 +15275,7 @@ characters.data={ }, [0x062B]={ adobename="theharabic", + arabic="d", category="lo", description="ARABIC LETTER THEH", direction="al", @@ -15202,6 +15284,7 @@ characters.data={ }, [0x062C]={ adobename="jeemarabic", + arabic="d", category="lo", description="ARABIC LETTER JEEM", direction="al", @@ -15210,6 +15293,7 @@ characters.data={ }, [0x062D]={ adobename="haharabic", + arabic="d", category="lo", description="ARABIC LETTER HAH", direction="al", @@ -15218,6 +15302,7 @@ characters.data={ }, [0x062E]={ adobename="khaharabic", + arabic="d", category="lo", description="ARABIC LETTER KHAH", direction="al", @@ -15226,6 +15311,7 @@ characters.data={ }, [0x062F]={ adobename="dalarabic", + arabic="r", category="lo", description="ARABIC LETTER DAL", direction="al", @@ -15234,6 +15320,7 @@ characters.data={ }, [0x0630]={ adobename="thalarabic", + arabic="r", category="lo", description="ARABIC LETTER THAL", direction="al", @@ -15242,6 +15329,7 @@ characters.data={ }, [0x0631]={ adobename="rehyehaleflamarabic", + arabic="r", category="lo", description="ARABIC LETTER REH", direction="al", @@ -15250,6 +15338,7 @@ characters.data={ }, [0x0632]={ adobename="zainarabic", + arabic="r", category="lo", description="ARABIC LETTER ZAIN", direction="al", @@ -15258,6 +15347,7 @@ characters.data={ }, [0x0633]={ adobename="seenarabic", + arabic="d", category="lo", description="ARABIC LETTER SEEN", direction="al", @@ -15266,6 +15356,7 @@ characters.data={ }, [0x0634]={ adobename="sheenarabic", + arabic="d", category="lo", description="ARABIC LETTER SHEEN", direction="al", @@ -15274,6 +15365,7 @@ characters.data={ }, [0x0635]={ adobename="sadarabic", + arabic="d", category="lo", description="ARABIC LETTER SAD", direction="al", @@ -15282,6 +15374,7 @@ characters.data={ }, [0x0636]={ adobename="dadarabic", + arabic="d", category="lo", description="ARABIC LETTER DAD", direction="al", @@ -15290,6 +15383,7 @@ characters.data={ }, [0x0637]={ adobename="taharabic", + arabic="d", category="lo", description="ARABIC LETTER TAH", direction="al", @@ -15298,6 +15392,7 @@ characters.data={ }, [0x0638]={ adobename="zaharabic", + arabic="d", category="lo", description="ARABIC LETTER ZAH", direction="al", @@ -15306,6 +15401,7 @@ characters.data={ }, [0x0639]={ adobename="ainarabic", + arabic="d", category="lo", description="ARABIC LETTER AIN", direction="al", @@ -15314,6 +15410,7 @@ characters.data={ }, [0x063A]={ adobename="ghainarabic", + arabic="d", category="lo", description="ARABIC LETTER GHAIN", direction="al", @@ -15321,6 +15418,7 @@ characters.data={ unicodeslot=0x063A, }, [0x063B]={ + arabic="d", category="lo", description="ARABIC LETTER KEHEH WITH TWO DOTS ABOVE", direction="al", @@ -15328,6 +15426,7 @@ characters.data={ unicodeslot=0x063B, }, [0x063C]={ + arabic="d", category="lo", description="ARABIC LETTER KEHEH WITH THREE DOTS BELOW", direction="al", @@ -15335,6 +15434,7 @@ characters.data={ unicodeslot=0x063C, }, [0x063D]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH WITH INVERTED V", direction="al", @@ -15342,6 +15442,7 @@ characters.data={ unicodeslot=0x063D, }, [0x063E]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE", direction="al", @@ -15349,6 +15450,7 @@ characters.data={ unicodeslot=0x063E, }, [0x063F]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE", direction="al", @@ -15357,6 +15459,7 @@ characters.data={ }, [0x0640]={ adobename="tatweelarabic", + arabic="c", category="lm", description="ARABIC TATWEEL", direction="al", @@ -15365,6 +15468,7 @@ characters.data={ }, [0x0641]={ adobename="feharabic", + arabic="d", category="lo", description="ARABIC LETTER FEH", direction="al", @@ -15373,6 +15477,7 @@ characters.data={ }, [0x0642]={ adobename="qafarabic", + arabic="d", category="lo", description="ARABIC LETTER QAF", direction="al", @@ -15381,6 +15486,7 @@ characters.data={ }, [0x0643]={ adobename="kafarabic", + arabic="d", category="lo", description="ARABIC LETTER KAF", direction="al", @@ -15389,6 +15495,7 @@ characters.data={ }, [0x0644]={ adobename="lamarabic", + arabic="d", category="lo", description="ARABIC LETTER LAM", direction="al", @@ -15397,6 +15504,7 @@ characters.data={ }, [0x0645]={ adobename="meemarabic", + arabic="d", category="lo", description="ARABIC LETTER MEEM", direction="al", @@ -15405,6 +15513,7 @@ characters.data={ }, [0x0646]={ adobename="noonarabic", + arabic="d", category="lo", description="ARABIC LETTER NOON", direction="al", @@ -15413,6 +15522,7 @@ characters.data={ }, [0x0647]={ adobename="heharabic", + arabic="d", category="lo", description="ARABIC LETTER HEH", direction="al", @@ -15421,6 +15531,7 @@ characters.data={ }, [0x0648]={ adobename="wawarabic", + arabic="r", category="lo", description="ARABIC LETTER WAW", direction="al", @@ -15429,6 +15540,7 @@ characters.data={ }, [0x0649]={ adobename="alefmaksuraarabic", + arabic="d", category="lo", description="ARABIC LETTER ALEF MAKSURA", direction="al", @@ -15437,6 +15549,7 @@ characters.data={ }, [0x064A]={ adobename="yeharabic", + arabic="d", category="lo", description="ARABIC LETTER YEH", direction="al", @@ -15711,6 +15824,7 @@ characters.data={ unicodeslot=0x066D, }, [0x066E]={ + arabic="d", category="lo", description="ARABIC LETTER DOTLESS BEH", direction="al", @@ -15718,6 +15832,7 @@ characters.data={ unicodeslot=0x066E, }, [0x066F]={ + arabic="d", category="lo", description="ARABIC LETTER DOTLESS QAF", direction="al", @@ -15732,6 +15847,7 @@ characters.data={ unicodeslot=0x0670, }, [0x0671]={ + arabic="r", category="lo", description="ARABIC LETTER ALEF WASLA", direction="al", @@ -15739,6 +15855,7 @@ characters.data={ unicodeslot=0x0671, }, [0x0672]={ + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE", direction="al", @@ -15747,6 +15864,7 @@ characters.data={ unicodeslot=0x0672, }, [0x0673]={ + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH WAVY HAMZA BELOW", direction="al", @@ -15755,6 +15873,7 @@ characters.data={ unicodeslot=0x0673, }, [0x0674]={ + arabic="u", category="lo", description="ARABIC LETTER HIGH HAMZA", direction="al", @@ -15762,6 +15881,7 @@ characters.data={ unicodeslot=0x0674, }, [0x0675]={ + arabic="r", category="lo", description="ARABIC LETTER HIGH HAMZA ALEF", direction="al", @@ -15770,6 +15890,7 @@ characters.data={ unicodeslot=0x0675, }, [0x0676]={ + arabic="r", category="lo", description="ARABIC LETTER HIGH HAMZA WAW", direction="al", @@ -15778,6 +15899,7 @@ characters.data={ unicodeslot=0x0676, }, [0x0677]={ + arabic="r", category="lo", description="ARABIC LETTER U WITH HAMZA ABOVE", direction="al", @@ -15787,6 +15909,7 @@ characters.data={ unicodeslot=0x0677, }, [0x0678]={ + arabic="d", category="lo", description="ARABIC LETTER HIGH HAMZA YEH", direction="al", @@ -15796,6 +15919,7 @@ characters.data={ }, [0x0679]={ adobename="tteharabic", + arabic="d", category="lo", description="ARABIC LETTER TTEH", direction="al", @@ -15803,6 +15927,7 @@ characters.data={ unicodeslot=0x0679, }, [0x067A]={ + arabic="d", category="lo", description="ARABIC LETTER TTEHEH", direction="al", @@ -15810,6 +15935,7 @@ characters.data={ unicodeslot=0x067A, }, [0x067B]={ + arabic="d", category="lo", description="ARABIC LETTER BEEH", direction="al", @@ -15817,6 +15943,7 @@ characters.data={ unicodeslot=0x067B, }, [0x067C]={ + arabic="d", category="lo", description="ARABIC LETTER TEH WITH RING", direction="al", @@ -15825,6 +15952,7 @@ characters.data={ unicodeslot=0x067C, }, [0x067D]={ + arabic="d", category="lo", description="ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS", direction="al", @@ -15834,6 +15962,7 @@ characters.data={ }, [0x067E]={ adobename="peharabic", + arabic="d", category="lo", description="ARABIC LETTER PEH", direction="al", @@ -15841,6 +15970,7 @@ characters.data={ unicodeslot=0x067E, }, [0x067F]={ + arabic="d", category="lo", description="ARABIC LETTER TEHEH", direction="al", @@ -15848,6 +15978,7 @@ characters.data={ unicodeslot=0x067F, }, [0x0680]={ + arabic="d", category="lo", description="ARABIC LETTER BEHEH", direction="al", @@ -15855,6 +15986,7 @@ characters.data={ unicodeslot=0x0680, }, [0x0681]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH HAMZA ABOVE", direction="al", @@ -15863,6 +15995,7 @@ characters.data={ unicodeslot=0x0681, }, [0x0682]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE", direction="al", @@ -15871,6 +16004,7 @@ characters.data={ unicodeslot=0x0682, }, [0x0683]={ + arabic="d", category="lo", description="ARABIC LETTER NYEH", direction="al", @@ -15878,6 +16012,7 @@ characters.data={ unicodeslot=0x0683, }, [0x0684]={ + arabic="d", category="lo", description="ARABIC LETTER DYEH", direction="al", @@ -15885,6 +16020,7 @@ characters.data={ unicodeslot=0x0684, }, [0x0685]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH THREE DOTS ABOVE", direction="al", @@ -15894,6 +16030,7 @@ characters.data={ }, [0x0686]={ adobename="tcheharabic", + arabic="d", category="lo", description="ARABIC LETTER TCHEH", direction="al", @@ -15901,6 +16038,7 @@ characters.data={ unicodeslot=0x0686, }, [0x0687]={ + arabic="d", category="lo", description="ARABIC LETTER TCHEHEH", direction="al", @@ -15909,6 +16047,7 @@ characters.data={ }, [0x0688]={ adobename="ddalarabic", + arabic="r", category="lo", description="ARABIC LETTER DDAL", direction="al", @@ -15916,6 +16055,7 @@ characters.data={ unicodeslot=0x0688, }, [0x0689]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH RING", direction="al", @@ -15924,6 +16064,7 @@ characters.data={ unicodeslot=0x0689, }, [0x068A]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH DOT BELOW", direction="al", @@ -15932,6 +16073,7 @@ characters.data={ unicodeslot=0x068A, }, [0x068B]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH", direction="al", @@ -15940,6 +16082,7 @@ characters.data={ unicodeslot=0x068B, }, [0x068C]={ + arabic="r", category="lo", description="ARABIC LETTER DAHAL", direction="al", @@ -15947,6 +16090,7 @@ characters.data={ unicodeslot=0x068C, }, [0x068D]={ + arabic="r", category="lo", description="ARABIC LETTER DDAHAL", direction="al", @@ -15954,6 +16098,7 @@ characters.data={ unicodeslot=0x068D, }, [0x068E]={ + arabic="r", category="lo", description="ARABIC LETTER DUL", direction="al", @@ -15961,6 +16106,7 @@ characters.data={ unicodeslot=0x068E, }, [0x068F]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS", direction="al", @@ -15969,6 +16115,7 @@ characters.data={ unicodeslot=0x068F, }, [0x0690]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH FOUR DOTS ABOVE", direction="al", @@ -15978,6 +16125,7 @@ characters.data={ }, [0x0691]={ adobename="rreharabic", + arabic="r", category="lo", description="ARABIC LETTER RREH", direction="al", @@ -15985,6 +16133,7 @@ characters.data={ unicodeslot=0x0691, }, [0x0692]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH SMALL V", direction="al", @@ -15993,6 +16142,7 @@ characters.data={ unicodeslot=0x0692, }, [0x0693]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH RING", direction="al", @@ -16001,6 +16151,7 @@ characters.data={ unicodeslot=0x0693, }, [0x0694]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH DOT BELOW", direction="al", @@ -16009,6 +16160,7 @@ characters.data={ unicodeslot=0x0694, }, [0x0695]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH SMALL V BELOW", direction="al", @@ -16017,6 +16169,7 @@ characters.data={ unicodeslot=0x0695, }, [0x0696]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE", direction="al", @@ -16025,6 +16178,7 @@ characters.data={ unicodeslot=0x0696, }, [0x0697]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH TWO DOTS ABOVE", direction="al", @@ -16034,6 +16188,7 @@ characters.data={ }, [0x0698]={ adobename="jeharabic", + arabic="r", category="lo", description="ARABIC LETTER JEH", direction="al", @@ -16041,6 +16196,7 @@ characters.data={ unicodeslot=0x0698, }, [0x0699]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH FOUR DOTS ABOVE", direction="al", @@ -16049,6 +16205,7 @@ characters.data={ unicodeslot=0x0699, }, [0x069A]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE", direction="al", @@ -16057,6 +16214,7 @@ characters.data={ unicodeslot=0x069A, }, [0x069B]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH THREE DOTS BELOW", direction="al", @@ -16065,6 +16223,7 @@ characters.data={ unicodeslot=0x069B, }, [0x069C]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE", direction="al", @@ -16073,6 +16232,7 @@ characters.data={ unicodeslot=0x069C, }, [0x069D]={ + arabic="d", category="lo", description="ARABIC LETTER SAD WITH TWO DOTS BELOW", direction="al", @@ -16081,6 +16241,7 @@ characters.data={ unicodeslot=0x069D, }, [0x069E]={ + arabic="d", category="lo", description="ARABIC LETTER SAD WITH THREE DOTS ABOVE", direction="al", @@ -16089,6 +16250,7 @@ characters.data={ unicodeslot=0x069E, }, [0x069F]={ + arabic="d", category="lo", description="ARABIC LETTER TAH WITH THREE DOTS ABOVE", direction="al", @@ -16097,6 +16259,7 @@ characters.data={ unicodeslot=0x069F, }, [0x06A0]={ + arabic="d", category="lo", description="ARABIC LETTER AIN WITH THREE DOTS ABOVE", direction="al", @@ -16105,6 +16268,7 @@ characters.data={ unicodeslot=0x06A0, }, [0x06A1]={ + arabic="d", category="lo", description="ARABIC LETTER DOTLESS FEH", direction="al", @@ -16112,6 +16276,7 @@ characters.data={ unicodeslot=0x06A1, }, [0x06A2]={ + arabic="d", category="lo", description="ARABIC LETTER FEH WITH DOT MOVED BELOW", direction="al", @@ -16120,6 +16285,7 @@ characters.data={ unicodeslot=0x06A2, }, [0x06A3]={ + arabic="d", category="lo", description="ARABIC LETTER FEH WITH DOT BELOW", direction="al", @@ -16129,6 +16295,7 @@ characters.data={ }, [0x06A4]={ adobename="veharabic", + arabic="d", category="lo", description="ARABIC LETTER VEH", direction="al", @@ -16136,6 +16303,7 @@ characters.data={ unicodeslot=0x06A4, }, [0x06A5]={ + arabic="d", category="lo", description="ARABIC LETTER FEH WITH THREE DOTS BELOW", direction="al", @@ -16144,6 +16312,7 @@ characters.data={ unicodeslot=0x06A5, }, [0x06A6]={ + arabic="d", category="lo", description="ARABIC LETTER PEHEH", direction="al", @@ -16151,6 +16320,7 @@ characters.data={ unicodeslot=0x06A6, }, [0x06A7]={ + arabic="d", category="lo", description="ARABIC LETTER QAF WITH DOT ABOVE", direction="al", @@ -16159,6 +16329,7 @@ characters.data={ unicodeslot=0x06A7, }, [0x06A8]={ + arabic="d", category="lo", description="ARABIC LETTER QAF WITH THREE DOTS ABOVE", direction="al", @@ -16167,6 +16338,7 @@ characters.data={ unicodeslot=0x06A8, }, [0x06A9]={ + arabic="d", category="lo", description="ARABIC LETTER KEHEH", direction="al", @@ -16174,6 +16346,7 @@ characters.data={ unicodeslot=0x06A9, }, [0x06AA]={ + arabic="d", category="lo", description="ARABIC LETTER SWASH KAF", direction="al", @@ -16181,6 +16354,7 @@ characters.data={ unicodeslot=0x06AA, }, [0x06AB]={ + arabic="d", category="lo", description="ARABIC LETTER KAF WITH RING", direction="al", @@ -16189,6 +16363,7 @@ characters.data={ unicodeslot=0x06AB, }, [0x06AC]={ + arabic="d", category="lo", description="ARABIC LETTER KAF WITH DOT ABOVE", direction="al", @@ -16197,6 +16372,7 @@ characters.data={ unicodeslot=0x06AC, }, [0x06AD]={ + arabic="d", category="lo", description="ARABIC LETTER NG", direction="al", @@ -16204,6 +16380,7 @@ characters.data={ unicodeslot=0x06AD, }, [0x06AE]={ + arabic="d", category="lo", description="ARABIC LETTER KAF WITH THREE DOTS BELOW", direction="al", @@ -16213,6 +16390,7 @@ characters.data={ }, [0x06AF]={ adobename="gafarabic", + arabic="d", category="lo", description="ARABIC LETTER GAF", direction="al", @@ -16220,6 +16398,7 @@ characters.data={ unicodeslot=0x06AF, }, [0x06B0]={ + arabic="d", category="lo", description="ARABIC LETTER GAF WITH RING", direction="al", @@ -16228,6 +16407,7 @@ characters.data={ unicodeslot=0x06B0, }, [0x06B1]={ + arabic="d", category="lo", description="ARABIC LETTER NGOEH", direction="al", @@ -16235,6 +16415,7 @@ characters.data={ unicodeslot=0x06B1, }, [0x06B2]={ + arabic="d", category="lo", description="ARABIC LETTER GAF WITH TWO DOTS BELOW", direction="al", @@ -16243,6 +16424,7 @@ characters.data={ unicodeslot=0x06B2, }, [0x06B3]={ + arabic="d", category="lo", description="ARABIC LETTER GUEH", direction="al", @@ -16250,6 +16432,7 @@ characters.data={ unicodeslot=0x06B3, }, [0x06B4]={ + arabic="d", category="lo", description="ARABIC LETTER GAF WITH THREE DOTS ABOVE", direction="al", @@ -16258,6 +16441,7 @@ characters.data={ unicodeslot=0x06B4, }, [0x06B5]={ + arabic="d", category="lo", description="ARABIC LETTER LAM WITH SMALL V", direction="al", @@ -16266,6 +16450,7 @@ characters.data={ unicodeslot=0x06B5, }, [0x06B6]={ + arabic="d", category="lo", description="ARABIC LETTER LAM WITH DOT ABOVE", direction="al", @@ -16274,6 +16459,7 @@ characters.data={ unicodeslot=0x06B6, }, [0x06B7]={ + arabic="d", category="lo", description="ARABIC LETTER LAM WITH THREE DOTS ABOVE", direction="al", @@ -16282,6 +16468,7 @@ characters.data={ unicodeslot=0x06B7, }, [0x06B8]={ + arabic="d", category="lo", description="ARABIC LETTER LAM WITH THREE DOTS BELOW", direction="al", @@ -16290,6 +16477,7 @@ characters.data={ unicodeslot=0x06B8, }, [0x06B9]={ + arabic="d", category="lo", description="ARABIC LETTER NOON WITH DOT BELOW", direction="al", @@ -16299,6 +16487,7 @@ characters.data={ }, [0x06BA]={ adobename="noonghunnaarabic", + arabic="d", category="lo", description="ARABIC LETTER NOON GHUNNA", direction="al", @@ -16306,6 +16495,7 @@ characters.data={ unicodeslot=0x06BA, }, [0x06BB]={ + arabic="d", category="lo", description="ARABIC LETTER RNOON", direction="al", @@ -16313,6 +16503,7 @@ characters.data={ unicodeslot=0x06BB, }, [0x06BC]={ + arabic="d", category="lo", description="ARABIC LETTER NOON WITH RING", direction="al", @@ -16321,6 +16512,7 @@ characters.data={ unicodeslot=0x06BC, }, [0x06BD]={ + arabic="d", category="lo", description="ARABIC LETTER NOON WITH THREE DOTS ABOVE", direction="al", @@ -16329,6 +16521,7 @@ characters.data={ unicodeslot=0x06BD, }, [0x06BE]={ + arabic="d", category="lo", description="ARABIC LETTER HEH DOACHASHMEE", direction="al", @@ -16336,6 +16529,7 @@ characters.data={ unicodeslot=0x06BE, }, [0x06BF]={ + arabic="d", category="lo", description="ARABIC LETTER TCHEH WITH DOT ABOVE", direction="al", @@ -16344,6 +16538,7 @@ characters.data={ unicodeslot=0x06BF, }, [0x06C0]={ + arabic="r", category="lo", description="ARABIC LETTER HEH WITH YEH ABOVE", direction="al", @@ -16354,6 +16549,7 @@ characters.data={ }, [0x06C1]={ adobename="hehaltonearabic", + arabic="d", category="lo", description="ARABIC LETTER HEH GOAL", direction="al", @@ -16361,6 +16557,7 @@ characters.data={ unicodeslot=0x06C1, }, [0x06C2]={ + arabic="d", category="lo", description="ARABIC LETTER HEH GOAL WITH HAMZA ABOVE", direction="al", @@ -16369,6 +16566,7 @@ characters.data={ unicodeslot=0x06C2, }, [0x06C3]={ + arabic="r", category="lo", description="ARABIC LETTER TEH MARBUTA GOAL", direction="al", @@ -16376,6 +16574,7 @@ characters.data={ unicodeslot=0x06C3, }, [0x06C4]={ + arabic="r", category="lo", description="ARABIC LETTER WAW WITH RING", direction="al", @@ -16384,6 +16583,7 @@ characters.data={ unicodeslot=0x06C4, }, [0x06C5]={ + arabic="r", category="lo", description="ARABIC LETTER KIRGHIZ OE", direction="al", @@ -16391,6 +16591,7 @@ characters.data={ unicodeslot=0x06C5, }, [0x06C6]={ + arabic="r", category="lo", description="ARABIC LETTER OE", direction="al", @@ -16398,6 +16599,7 @@ characters.data={ unicodeslot=0x06C6, }, [0x06C7]={ + arabic="r", category="lo", description="ARABIC LETTER U", direction="al", @@ -16405,6 +16607,7 @@ characters.data={ unicodeslot=0x06C7, }, [0x06C8]={ + arabic="r", category="lo", description="ARABIC LETTER YU", direction="al", @@ -16412,6 +16615,7 @@ characters.data={ unicodeslot=0x06C8, }, [0x06C9]={ + arabic="r", category="lo", description="ARABIC LETTER KIRGHIZ YU", direction="al", @@ -16419,6 +16623,7 @@ characters.data={ unicodeslot=0x06C9, }, [0x06CA]={ + arabic="r", category="lo", description="ARABIC LETTER WAW WITH TWO DOTS ABOVE", direction="al", @@ -16427,6 +16632,7 @@ characters.data={ unicodeslot=0x06CA, }, [0x06CB]={ + arabic="r", category="lo", description="ARABIC LETTER VE", direction="al", @@ -16434,6 +16640,7 @@ characters.data={ unicodeslot=0x06CB, }, [0x06CC]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH", direction="al", @@ -16441,6 +16648,7 @@ characters.data={ unicodeslot=0x06CC, }, [0x06CD]={ + arabic="r", category="lo", description="ARABIC LETTER YEH WITH TAIL", direction="al", @@ -16449,6 +16657,7 @@ characters.data={ unicodeslot=0x06CD, }, [0x06CE]={ + arabic="d", category="lo", description="ARABIC LETTER YEH WITH SMALL V", direction="al", @@ -16457,6 +16666,7 @@ characters.data={ unicodeslot=0x06CE, }, [0x06CF]={ + arabic="r", category="lo", description="ARABIC LETTER WAW WITH DOT ABOVE", direction="al", @@ -16465,6 +16675,7 @@ characters.data={ unicodeslot=0x06CF, }, [0x06D0]={ + arabic="d", category="lo", description="ARABIC LETTER E", direction="al", @@ -16473,6 +16684,7 @@ characters.data={ }, [0x06D1]={ adobename="yehthreedotsbelowarabic", + arabic="d", category="lo", description="ARABIC LETTER YEH WITH THREE DOTS BELOW", direction="al", @@ -16482,6 +16694,7 @@ characters.data={ }, [0x06D2]={ adobename="yehbarreearabic", + arabic="r", category="lo", description="ARABIC LETTER YEH BARREE", direction="al", @@ -16489,6 +16702,7 @@ characters.data={ unicodeslot=0x06D2, }, [0x06D3]={ + arabic="r", category="lo", description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE", direction="al", @@ -16505,6 +16719,7 @@ characters.data={ }, [0x06D5]={ adobename="afii57534", + arabic="r", category="lo", description="ARABIC LETTER AE", direction="al", @@ -16561,6 +16776,7 @@ characters.data={ unicodeslot=0x06DC, }, [0x06DD]={ + arabic="u", category="cf", description="ARABIC END OF AYAH", direction="an", @@ -16681,6 +16897,7 @@ characters.data={ unicodeslot=0x06ED, }, [0x06EE]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH INVERTED V", direction="al", @@ -16689,6 +16906,7 @@ characters.data={ unicodeslot=0x06EE, }, [0x06EF]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH INVERTED V", direction="al", @@ -16777,6 +16995,7 @@ characters.data={ unicodeslot=0x06F9, }, [0x06FA]={ + arabic="d", category="lo", description="ARABIC LETTER SHEEN WITH DOT BELOW", direction="al", @@ -16785,6 +17004,7 @@ characters.data={ unicodeslot=0x06FA, }, [0x06FB]={ + arabic="d", category="lo", description="ARABIC LETTER DAD WITH DOT BELOW", direction="al", @@ -16793,6 +17013,7 @@ characters.data={ unicodeslot=0x06FB, }, [0x06FC]={ + arabic="d", category="lo", description="ARABIC LETTER GHAIN WITH DOT BELOW", direction="al", @@ -16815,6 +17036,7 @@ characters.data={ unicodeslot=0x06FE, }, [0x06FF]={ + arabic="d", category="lo", description="ARABIC LETTER HEH WITH INVERTED V", direction="al", @@ -16923,12 +17145,13 @@ characters.data={ [0x070F]={ category="cf", description="SYRIAC ABBREVIATION MARK", - direction="an", + direction="al", linebreak="al", unicodeslot=0x070F, visible="yes", }, [0x0710]={ + arabic="r", category="lo", description="SYRIAC LETTER ALAPH", direction="al", @@ -16943,6 +17166,7 @@ characters.data={ unicodeslot=0x0711, }, [0x0712]={ + arabic="d", category="lo", description="SYRIAC LETTER BETH", direction="al", @@ -16950,6 +17174,7 @@ characters.data={ unicodeslot=0x0712, }, [0x0713]={ + arabic="d", category="lo", description="SYRIAC LETTER GAMAL", direction="al", @@ -16957,6 +17182,7 @@ characters.data={ unicodeslot=0x0713, }, [0x0714]={ + arabic="d", category="lo", description="SYRIAC LETTER GAMAL GARSHUNI", direction="al", @@ -16964,6 +17190,7 @@ characters.data={ unicodeslot=0x0714, }, [0x0715]={ + arabic="r", category="lo", description="SYRIAC LETTER DALATH", direction="al", @@ -16971,6 +17198,7 @@ characters.data={ unicodeslot=0x0715, }, [0x0716]={ + arabic="r", category="lo", description="SYRIAC LETTER DOTLESS DALATH RISH", direction="al", @@ -16978,6 +17206,7 @@ characters.data={ unicodeslot=0x0716, }, [0x0717]={ + arabic="r", category="lo", description="SYRIAC LETTER HE", direction="al", @@ -16985,6 +17214,7 @@ characters.data={ unicodeslot=0x0717, }, [0x0718]={ + arabic="r", category="lo", description="SYRIAC LETTER WAW", direction="al", @@ -16992,6 +17222,7 @@ characters.data={ unicodeslot=0x0718, }, [0x0719]={ + arabic="r", category="lo", description="SYRIAC LETTER ZAIN", direction="al", @@ -16999,6 +17230,7 @@ characters.data={ unicodeslot=0x0719, }, [0x071A]={ + arabic="d", category="lo", description="SYRIAC LETTER HETH", direction="al", @@ -17006,6 +17238,7 @@ characters.data={ unicodeslot=0x071A, }, [0x071B]={ + arabic="d", category="lo", description="SYRIAC LETTER TETH", direction="al", @@ -17013,6 +17246,7 @@ characters.data={ unicodeslot=0x071B, }, [0x071C]={ + arabic="d", category="lo", description="SYRIAC LETTER TETH GARSHUNI", direction="al", @@ -17020,6 +17254,7 @@ characters.data={ unicodeslot=0x071C, }, [0x071D]={ + arabic="d", category="lo", description="SYRIAC LETTER YUDH", direction="al", @@ -17027,6 +17262,7 @@ characters.data={ unicodeslot=0x071D, }, [0x071E]={ + arabic="r", category="lo", description="SYRIAC LETTER YUDH HE", direction="al", @@ -17034,6 +17270,7 @@ characters.data={ unicodeslot=0x071E, }, [0x071F]={ + arabic="d", category="lo", description="SYRIAC LETTER KAPH", direction="al", @@ -17041,6 +17278,7 @@ characters.data={ unicodeslot=0x071F, }, [0x0720]={ + arabic="d", category="lo", description="SYRIAC LETTER LAMADH", direction="al", @@ -17048,6 +17286,7 @@ characters.data={ unicodeslot=0x0720, }, [0x0721]={ + arabic="d", category="lo", description="SYRIAC LETTER MIM", direction="al", @@ -17055,6 +17294,7 @@ characters.data={ unicodeslot=0x0721, }, [0x0722]={ + arabic="d", category="lo", description="SYRIAC LETTER NUN", direction="al", @@ -17062,6 +17302,7 @@ characters.data={ unicodeslot=0x0722, }, [0x0723]={ + arabic="d", category="lo", description="SYRIAC LETTER SEMKATH", direction="al", @@ -17069,6 +17310,7 @@ characters.data={ unicodeslot=0x0723, }, [0x0724]={ + arabic="d", category="lo", description="SYRIAC LETTER FINAL SEMKATH", direction="al", @@ -17076,6 +17318,7 @@ characters.data={ unicodeslot=0x0724, }, [0x0725]={ + arabic="d", category="lo", description="SYRIAC LETTER E", direction="al", @@ -17083,6 +17326,7 @@ characters.data={ unicodeslot=0x0725, }, [0x0726]={ + arabic="d", category="lo", description="SYRIAC LETTER PE", direction="al", @@ -17090,6 +17334,7 @@ characters.data={ unicodeslot=0x0726, }, [0x0727]={ + arabic="d", category="lo", description="SYRIAC LETTER REVERSED PE", direction="al", @@ -17097,6 +17342,7 @@ characters.data={ unicodeslot=0x0727, }, [0x0728]={ + arabic="r", category="lo", description="SYRIAC LETTER SADHE", direction="al", @@ -17104,6 +17350,7 @@ characters.data={ unicodeslot=0x0728, }, [0x0729]={ + arabic="d", category="lo", description="SYRIAC LETTER QAPH", direction="al", @@ -17111,6 +17358,7 @@ characters.data={ unicodeslot=0x0729, }, [0x072A]={ + arabic="r", category="lo", description="SYRIAC LETTER RISH", direction="al", @@ -17118,6 +17366,7 @@ characters.data={ unicodeslot=0x072A, }, [0x072B]={ + arabic="d", category="lo", description="SYRIAC LETTER SHIN", direction="al", @@ -17125,6 +17374,7 @@ characters.data={ unicodeslot=0x072B, }, [0x072C]={ + arabic="r", category="lo", description="SYRIAC LETTER TAW", direction="al", @@ -17132,6 +17382,7 @@ characters.data={ unicodeslot=0x072C, }, [0x072D]={ + arabic="d", category="lo", description="SYRIAC LETTER PERSIAN BHETH", direction="al", @@ -17139,6 +17390,7 @@ characters.data={ unicodeslot=0x072D, }, [0x072E]={ + arabic="d", category="lo", description="SYRIAC LETTER PERSIAN GHAMAL", direction="al", @@ -17146,6 +17398,7 @@ characters.data={ unicodeslot=0x072E, }, [0x072F]={ + arabic="r", category="lo", description="SYRIAC LETTER PERSIAN DHALATH", direction="al", @@ -17342,6 +17595,7 @@ characters.data={ unicodeslot=0x074A, }, [0x074D]={ + arabic="r", category="lo", description="SYRIAC LETTER SOGDIAN ZHAIN", direction="al", @@ -17349,6 +17603,7 @@ characters.data={ unicodeslot=0x074D, }, [0x074E]={ + arabic="d", category="lo", description="SYRIAC LETTER SOGDIAN KHAPH", direction="al", @@ -17356,6 +17611,7 @@ characters.data={ unicodeslot=0x074E, }, [0x074F]={ + arabic="d", category="lo", description="SYRIAC LETTER SOGDIAN FE", direction="al", @@ -17363,6 +17619,7 @@ characters.data={ unicodeslot=0x074F, }, [0x0750]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW", direction="al", @@ -17371,6 +17628,7 @@ characters.data={ unicodeslot=0x0750, }, [0x0751]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE", direction="al", @@ -17379,6 +17637,7 @@ characters.data={ unicodeslot=0x0751, }, [0x0752]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW", direction="al", @@ -17387,6 +17646,7 @@ characters.data={ unicodeslot=0x0752, }, [0x0753]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE", direction="al", @@ -17395,6 +17655,7 @@ characters.data={ unicodeslot=0x0753, }, [0x0754]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE", direction="al", @@ -17403,6 +17664,7 @@ characters.data={ unicodeslot=0x0754, }, [0x0755]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH INVERTED SMALL V BELOW", direction="al", @@ -17411,6 +17673,7 @@ characters.data={ unicodeslot=0x0755, }, [0x0756]={ + arabic="d", category="lo", description="ARABIC LETTER BEH WITH SMALL V", direction="al", @@ -17419,6 +17682,7 @@ characters.data={ unicodeslot=0x0756, }, [0x0757]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH TWO DOTS ABOVE", direction="al", @@ -17427,6 +17691,7 @@ characters.data={ unicodeslot=0x0757, }, [0x0758]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW", direction="al", @@ -17435,6 +17700,7 @@ characters.data={ unicodeslot=0x0758, }, [0x0759]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH", direction="al", @@ -17443,6 +17709,7 @@ characters.data={ unicodeslot=0x0759, }, [0x075A]={ + arabic="r", category="lo", description="ARABIC LETTER DAL WITH INVERTED SMALL V BELOW", direction="al", @@ -17451,6 +17718,7 @@ characters.data={ unicodeslot=0x075A, }, [0x075B]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH STROKE", direction="al", @@ -17459,6 +17727,7 @@ characters.data={ unicodeslot=0x075B, }, [0x075C]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH FOUR DOTS ABOVE", direction="al", @@ -17467,6 +17736,7 @@ characters.data={ unicodeslot=0x075C, }, [0x075D]={ + arabic="d", category="lo", description="ARABIC LETTER AIN WITH TWO DOTS ABOVE", direction="al", @@ -17475,6 +17745,7 @@ characters.data={ unicodeslot=0x075D, }, [0x075E]={ + arabic="d", category="lo", description="ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE", direction="al", @@ -17483,6 +17754,7 @@ characters.data={ unicodeslot=0x075E, }, [0x075F]={ + arabic="d", category="lo", description="ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE", direction="al", @@ -17491,6 +17763,7 @@ characters.data={ unicodeslot=0x075F, }, [0x0760]={ + arabic="d", category="lo", description="ARABIC LETTER FEH WITH TWO DOTS BELOW", direction="al", @@ -17499,6 +17772,7 @@ characters.data={ unicodeslot=0x0760, }, [0x0761]={ + arabic="d", category="lo", description="ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW", direction="al", @@ -17507,6 +17781,7 @@ characters.data={ unicodeslot=0x0761, }, [0x0762]={ + arabic="d", category="lo", description="ARABIC LETTER KEHEH WITH DOT ABOVE", direction="al", @@ -17515,6 +17790,7 @@ characters.data={ unicodeslot=0x0762, }, [0x0763]={ + arabic="d", category="lo", description="ARABIC LETTER KEHEH WITH THREE DOTS ABOVE", direction="al", @@ -17523,6 +17799,7 @@ characters.data={ unicodeslot=0x0763, }, [0x0764]={ + arabic="d", category="lo", description="ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW", direction="al", @@ -17531,6 +17808,7 @@ characters.data={ unicodeslot=0x0764, }, [0x0765]={ + arabic="d", category="lo", description="ARABIC LETTER MEEM WITH DOT ABOVE", direction="al", @@ -17539,6 +17817,7 @@ characters.data={ unicodeslot=0x0765, }, [0x0766]={ + arabic="d", category="lo", description="ARABIC LETTER MEEM WITH DOT BELOW", direction="al", @@ -17547,6 +17826,7 @@ characters.data={ unicodeslot=0x0766, }, [0x0767]={ + arabic="d", category="lo", description="ARABIC LETTER NOON WITH TWO DOTS BELOW", direction="al", @@ -17555,6 +17835,7 @@ characters.data={ unicodeslot=0x0767, }, [0x0768]={ + arabic="d", category="lo", description="ARABIC LETTER NOON WITH SMALL TAH", direction="al", @@ -17563,6 +17844,7 @@ characters.data={ unicodeslot=0x0768, }, [0x0769]={ + arabic="d", category="lo", description="ARABIC LETTER NOON WITH SMALL V", direction="al", @@ -17571,6 +17853,7 @@ characters.data={ unicodeslot=0x0769, }, [0x076A]={ + arabic="d", category="lo", description="ARABIC LETTER LAM WITH BAR", direction="al", @@ -17579,6 +17862,7 @@ characters.data={ unicodeslot=0x076A, }, [0x076B]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE", direction="al", @@ -17587,6 +17871,7 @@ characters.data={ unicodeslot=0x076B, }, [0x076C]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH HAMZA ABOVE", direction="al", @@ -17595,6 +17880,7 @@ characters.data={ unicodeslot=0x076C, }, [0x076D]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE", direction="al", @@ -17603,6 +17889,7 @@ characters.data={ unicodeslot=0x076D, }, [0x076E]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW", direction="al", @@ -17610,6 +17897,7 @@ characters.data={ unicodeslot=0x076E, }, [0x076F]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS", direction="al", @@ -17617,6 +17905,7 @@ characters.data={ unicodeslot=0x076F, }, [0x0770]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS", direction="al", @@ -17624,6 +17913,7 @@ characters.data={ unicodeslot=0x0770, }, [0x0771]={ + arabic="r", category="lo", description="ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS", direction="al", @@ -17631,6 +17921,7 @@ characters.data={ unicodeslot=0x0771, }, [0x0772]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE", direction="al", @@ -17638,6 +17929,7 @@ characters.data={ unicodeslot=0x0772, }, [0x0773]={ + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE", direction="al", @@ -17645,6 +17937,7 @@ characters.data={ unicodeslot=0x0773, }, [0x0774]={ + arabic="r", category="lo", description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE", direction="al", @@ -17652,6 +17945,7 @@ characters.data={ unicodeslot=0x0774, }, [0x0775]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE", direction="al", @@ -17659,6 +17953,7 @@ characters.data={ unicodeslot=0x0775, }, [0x0776]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE", direction="al", @@ -17666,6 +17961,7 @@ characters.data={ unicodeslot=0x0776, }, [0x0777]={ + arabic="d", category="lo", description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW", direction="al", @@ -17673,6 +17969,7 @@ characters.data={ unicodeslot=0x0777, }, [0x0778]={ + arabic="r", category="lo", description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE", direction="al", @@ -17680,6 +17977,7 @@ characters.data={ unicodeslot=0x0778, }, [0x0779]={ + arabic="r", category="lo", description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE", direction="al", @@ -17687,6 +17985,7 @@ characters.data={ unicodeslot=0x0779, }, [0x077A]={ + arabic="d", category="lo", description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE", direction="al", @@ -17694,6 +17993,7 @@ characters.data={ unicodeslot=0x077A, }, [0x077B]={ + arabic="d", category="lo", description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE", direction="al", @@ -17701,6 +18001,7 @@ characters.data={ unicodeslot=0x077B, }, [0x077C]={ + arabic="d", category="lo", description="ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW", direction="al", @@ -17708,6 +18009,7 @@ characters.data={ unicodeslot=0x077C, }, [0x077D]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE", direction="al", @@ -17715,6 +18017,7 @@ characters.data={ unicodeslot=0x077D, }, [0x077E]={ + arabic="d", category="lo", description="ARABIC LETTER SEEN WITH INVERTED V", direction="al", @@ -17722,6 +18025,7 @@ characters.data={ unicodeslot=0x077E, }, [0x077F]={ + arabic="d", category="lo", description="ARABIC LETTER KAF WITH TWO DOTS ABOVE", direction="al", @@ -18149,6 +18453,7 @@ characters.data={ unicodeslot=0x07C9, }, [0x07CA]={ + arabic="d", category="lo", description="NKO LETTER A", direction="r", @@ -18156,6 +18461,7 @@ characters.data={ unicodeslot=0x07CA, }, [0x07CB]={ + arabic="d", category="lo", description="NKO LETTER EE", direction="r", @@ -18163,6 +18469,7 @@ characters.data={ unicodeslot=0x07CB, }, [0x07CC]={ + arabic="d", category="lo", description="NKO LETTER I", direction="r", @@ -18170,6 +18477,7 @@ characters.data={ unicodeslot=0x07CC, }, [0x07CD]={ + arabic="d", category="lo", description="NKO LETTER E", direction="r", @@ -18177,6 +18485,7 @@ characters.data={ unicodeslot=0x07CD, }, [0x07CE]={ + arabic="d", category="lo", description="NKO LETTER U", direction="r", @@ -18184,6 +18493,7 @@ characters.data={ unicodeslot=0x07CE, }, [0x07CF]={ + arabic="d", category="lo", description="NKO LETTER OO", direction="r", @@ -18191,6 +18501,7 @@ characters.data={ unicodeslot=0x07CF, }, [0x07D0]={ + arabic="d", category="lo", description="NKO LETTER O", direction="r", @@ -18198,6 +18509,7 @@ characters.data={ unicodeslot=0x07D0, }, [0x07D1]={ + arabic="d", category="lo", description="NKO LETTER DAGBASINNA", direction="r", @@ -18205,6 +18517,7 @@ characters.data={ unicodeslot=0x07D1, }, [0x07D2]={ + arabic="d", category="lo", description="NKO LETTER N", direction="r", @@ -18212,6 +18525,7 @@ characters.data={ unicodeslot=0x07D2, }, [0x07D3]={ + arabic="d", category="lo", description="NKO LETTER BA", direction="r", @@ -18219,6 +18533,7 @@ characters.data={ unicodeslot=0x07D3, }, [0x07D4]={ + arabic="d", category="lo", description="NKO LETTER PA", direction="r", @@ -18226,6 +18541,7 @@ characters.data={ unicodeslot=0x07D4, }, [0x07D5]={ + arabic="d", category="lo", description="NKO LETTER TA", direction="r", @@ -18233,6 +18549,7 @@ characters.data={ unicodeslot=0x07D5, }, [0x07D6]={ + arabic="d", category="lo", description="NKO LETTER JA", direction="r", @@ -18240,6 +18557,7 @@ characters.data={ unicodeslot=0x07D6, }, [0x07D7]={ + arabic="d", category="lo", description="NKO LETTER CHA", direction="r", @@ -18247,6 +18565,7 @@ characters.data={ unicodeslot=0x07D7, }, [0x07D8]={ + arabic="d", category="lo", description="NKO LETTER DA", direction="r", @@ -18254,6 +18573,7 @@ characters.data={ unicodeslot=0x07D8, }, [0x07D9]={ + arabic="d", category="lo", description="NKO LETTER RA", direction="r", @@ -18261,6 +18581,7 @@ characters.data={ unicodeslot=0x07D9, }, [0x07DA]={ + arabic="d", category="lo", description="NKO LETTER RRA", direction="r", @@ -18268,6 +18589,7 @@ characters.data={ unicodeslot=0x07DA, }, [0x07DB]={ + arabic="d", category="lo", description="NKO LETTER SA", direction="r", @@ -18275,6 +18597,7 @@ characters.data={ unicodeslot=0x07DB, }, [0x07DC]={ + arabic="d", category="lo", description="NKO LETTER GBA", direction="r", @@ -18282,6 +18605,7 @@ characters.data={ unicodeslot=0x07DC, }, [0x07DD]={ + arabic="d", category="lo", description="NKO LETTER FA", direction="r", @@ -18289,6 +18613,7 @@ characters.data={ unicodeslot=0x07DD, }, [0x07DE]={ + arabic="d", category="lo", description="NKO LETTER KA", direction="r", @@ -18296,6 +18621,7 @@ characters.data={ unicodeslot=0x07DE, }, [0x07DF]={ + arabic="d", category="lo", description="NKO LETTER LA", direction="r", @@ -18303,6 +18629,7 @@ characters.data={ unicodeslot=0x07DF, }, [0x07E0]={ + arabic="d", category="lo", description="NKO LETTER NA WOLOSO", direction="r", @@ -18310,6 +18637,7 @@ characters.data={ unicodeslot=0x07E0, }, [0x07E1]={ + arabic="d", category="lo", description="NKO LETTER MA", direction="r", @@ -18317,6 +18645,7 @@ characters.data={ unicodeslot=0x07E1, }, [0x07E2]={ + arabic="d", category="lo", description="NKO LETTER NYA", direction="r", @@ -18324,6 +18653,7 @@ characters.data={ unicodeslot=0x07E2, }, [0x07E3]={ + arabic="d", category="lo", description="NKO LETTER NA", direction="r", @@ -18331,6 +18661,7 @@ characters.data={ unicodeslot=0x07E3, }, [0x07E4]={ + arabic="d", category="lo", description="NKO LETTER HA", direction="r", @@ -18338,6 +18669,7 @@ characters.data={ unicodeslot=0x07E4, }, [0x07E5]={ + arabic="d", category="lo", description="NKO LETTER WA", direction="r", @@ -18345,6 +18677,7 @@ characters.data={ unicodeslot=0x07E5, }, [0x07E6]={ + arabic="d", category="lo", description="NKO LETTER YA", direction="r", @@ -18352,6 +18685,7 @@ characters.data={ unicodeslot=0x07E6, }, [0x07E7]={ + arabic="d", category="lo", description="NKO LETTER NYA WOLOSO", direction="r", @@ -18359,6 +18693,7 @@ characters.data={ unicodeslot=0x07E7, }, [0x07E8]={ + arabic="d", category="lo", description="NKO LETTER JONA JA", direction="r", @@ -18366,6 +18701,7 @@ characters.data={ unicodeslot=0x07E8, }, [0x07E9]={ + arabic="d", category="lo", description="NKO LETTER JONA CHA", direction="r", @@ -18373,6 +18709,7 @@ characters.data={ unicodeslot=0x07E9, }, [0x07EA]={ + arabic="d", category="lo", description="NKO LETTER JONA RA", direction="r", @@ -18485,6 +18822,7 @@ characters.data={ unicodeslot=0x07F9, }, [0x07FA]={ + arabic="c", category="lm", description="NKO LAJANYALAN", direction="r", @@ -18919,6 +19257,7 @@ characters.data={ unicodeslot=0x083E, }, [0x0840]={ + arabic="r", category="lo", description="MANDAIC LETTER HALQA", direction="r", @@ -18926,6 +19265,7 @@ characters.data={ unicodeslot=0x0840, }, [0x0841]={ + arabic="d", category="lo", description="MANDAIC LETTER AB", direction="r", @@ -18933,6 +19273,7 @@ characters.data={ unicodeslot=0x0841, }, [0x0842]={ + arabic="d", category="lo", description="MANDAIC LETTER AG", direction="r", @@ -18940,6 +19281,7 @@ characters.data={ unicodeslot=0x0842, }, [0x0843]={ + arabic="d", category="lo", description="MANDAIC LETTER AD", direction="r", @@ -18947,6 +19289,7 @@ characters.data={ unicodeslot=0x0843, }, [0x0844]={ + arabic="d", category="lo", description="MANDAIC LETTER AH", direction="r", @@ -18954,6 +19297,7 @@ characters.data={ unicodeslot=0x0844, }, [0x0845]={ + arabic="d", category="lo", description="MANDAIC LETTER USHENNA", direction="r", @@ -18961,6 +19305,7 @@ characters.data={ unicodeslot=0x0845, }, [0x0846]={ + arabic="r", category="lo", description="MANDAIC LETTER AZ", direction="r", @@ -18968,6 +19313,7 @@ characters.data={ unicodeslot=0x0846, }, [0x0847]={ + arabic="d", category="lo", description="MANDAIC LETTER IT", direction="r", @@ -18975,6 +19321,7 @@ characters.data={ unicodeslot=0x0847, }, [0x0848]={ + arabic="d", category="lo", description="MANDAIC LETTER ATT", direction="r", @@ -18982,6 +19329,7 @@ characters.data={ unicodeslot=0x0848, }, [0x0849]={ + arabic="r", category="lo", description="MANDAIC LETTER AKSA", direction="r", @@ -18989,6 +19337,7 @@ characters.data={ unicodeslot=0x0849, }, [0x084A]={ + arabic="d", category="lo", description="MANDAIC LETTER AK", direction="r", @@ -18996,6 +19345,7 @@ characters.data={ unicodeslot=0x084A, }, [0x084B]={ + arabic="d", category="lo", description="MANDAIC LETTER AL", direction="r", @@ -19003,6 +19353,7 @@ characters.data={ unicodeslot=0x084B, }, [0x084C]={ + arabic="d", category="lo", description="MANDAIC LETTER AM", direction="r", @@ -19010,6 +19361,7 @@ characters.data={ unicodeslot=0x084C, }, [0x084D]={ + arabic="d", category="lo", description="MANDAIC LETTER AN", direction="r", @@ -19017,6 +19369,7 @@ characters.data={ unicodeslot=0x084D, }, [0x084E]={ + arabic="d", category="lo", description="MANDAIC LETTER AS", direction="r", @@ -19024,6 +19377,7 @@ characters.data={ unicodeslot=0x084E, }, [0x084F]={ + arabic="r", category="lo", description="MANDAIC LETTER IN", direction="r", @@ -19031,6 +19385,7 @@ characters.data={ unicodeslot=0x084F, }, [0x0850]={ + arabic="d", category="lo", description="MANDAIC LETTER AP", direction="r", @@ -19038,6 +19393,7 @@ characters.data={ unicodeslot=0x0850, }, [0x0851]={ + arabic="d", category="lo", description="MANDAIC LETTER ASZ", direction="r", @@ -19045,6 +19401,7 @@ characters.data={ unicodeslot=0x0851, }, [0x0852]={ + arabic="d", category="lo", description="MANDAIC LETTER AQ", direction="r", @@ -19052,6 +19409,7 @@ characters.data={ unicodeslot=0x0852, }, [0x0853]={ + arabic="d", category="lo", description="MANDAIC LETTER AR", direction="r", @@ -19059,6 +19417,7 @@ characters.data={ unicodeslot=0x0853, }, [0x0854]={ + arabic="r", category="lo", description="MANDAIC LETTER ASH", direction="r", @@ -19066,6 +19425,7 @@ characters.data={ unicodeslot=0x0854, }, [0x0855]={ + arabic="d", category="lo", description="MANDAIC LETTER AT", direction="r", @@ -19073,6 +19433,7 @@ characters.data={ unicodeslot=0x0855, }, [0x0856]={ + arabic="u", category="lo", description="MANDAIC LETTER DUSHENNA", direction="r", @@ -19080,6 +19441,7 @@ characters.data={ unicodeslot=0x0856, }, [0x0857]={ + arabic="u", category="lo", description="MANDAIC LETTER KAD", direction="r", @@ -19087,6 +19449,7 @@ characters.data={ unicodeslot=0x0857, }, [0x0858]={ + arabic="u", category="lo", description="MANDAIC LETTER AIN", direction="r", @@ -19121,6 +19484,291 @@ characters.data={ linebreak="al", unicodeslot=0x085E, }, + [0x08A0]={ + arabic="d", + category="lo", + description="ARABIC LETTER BEH WITH SMALL V BELOW", + direction="al", + linebreak="al", + unicodeslot=0x08A0, + }, + [0x08A2]={ + arabic="d", + category="lo", + description="ARABIC LETTER JEEM WITH TWO DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x08A2, + }, + [0x08A3]={ + arabic="d", + category="lo", + description="ARABIC LETTER TAH WITH TWO DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x08A3, + }, + [0x08A4]={ + arabic="d", + category="lo", + description="ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x08A4, + }, + [0x08A5]={ + arabic="d", + category="lo", + description="ARABIC LETTER QAF WITH DOT BELOW", + direction="al", + linebreak="al", + unicodeslot=0x08A5, + }, + [0x08A6]={ + arabic="d", + category="lo", + description="ARABIC LETTER LAM WITH DOUBLE BAR", + direction="al", + linebreak="al", + unicodeslot=0x08A6, + }, + [0x08A7]={ + arabic="d", + category="lo", + description="ARABIC LETTER MEEM WITH THREE DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x08A7, + }, + [0x08A8]={ + arabic="d", + category="lo", + description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x08A8, + }, + [0x08A9]={ + arabic="d", + category="lo", + description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x08A9, + }, + [0x08AA]={ + arabic="r", + category="lo", + description="ARABIC LETTER REH WITH LOOP", + direction="al", + linebreak="al", + unicodeslot=0x08AA, + }, + [0x08AB]={ + arabic="r", + category="lo", + description="ARABIC LETTER WAW WITH DOT WITHIN", + direction="al", + linebreak="al", + unicodeslot=0x08AB, + }, + [0x08AC]={ + arabic="r", + category="lo", + description="ARABIC LETTER ROHINGYA YEH", + direction="al", + linebreak="al", + unicodeslot=0x08AC, + }, + [0x08E4]={ + category="mn", + description="ARABIC CURLY FATHA", + direction="nsm", + linebreak="cm", + unicodeslot=0x08E4, + }, + [0x08E5]={ + category="mn", + description="ARABIC CURLY DAMMA", + direction="nsm", + linebreak="cm", + unicodeslot=0x08E5, + }, + [0x08E6]={ + category="mn", + description="ARABIC CURLY KASRA", + direction="nsm", + linebreak="cm", + unicodeslot=0x08E6, + }, + [0x08E7]={ + category="mn", + description="ARABIC CURLY FATHATAN", + direction="nsm", + linebreak="cm", + unicodeslot=0x08E7, + }, + [0x08E8]={ + category="mn", + description="ARABIC CURLY DAMMATAN", + direction="nsm", + linebreak="cm", + unicodeslot=0x08E8, + }, + [0x08E9]={ + category="mn", + description="ARABIC CURLY KASRATAN", + direction="nsm", + linebreak="cm", + unicodeslot=0x08E9, + }, + [0x08EA]={ + category="mn", + description="ARABIC TONE ONE DOT ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08EA, + }, + [0x08EB]={ + category="mn", + description="ARABIC TONE TWO DOTS ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08EB, + }, + [0x08EC]={ + category="mn", + description="ARABIC TONE LOOP ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08EC, + }, + [0x08ED]={ + category="mn", + description="ARABIC TONE ONE DOT BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08ED, + }, + [0x08EE]={ + category="mn", + description="ARABIC TONE TWO DOTS BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08EE, + }, + [0x08EF]={ + category="mn", + description="ARABIC TONE LOOP BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08EF, + }, + [0x08F0]={ + category="mn", + description="ARABIC OPEN FATHATAN", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F0, + }, + [0x08F1]={ + category="mn", + description="ARABIC OPEN DAMMATAN", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F1, + }, + [0x08F2]={ + category="mn", + description="ARABIC OPEN KASRATAN", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F2, + }, + [0x08F3]={ + category="mn", + description="ARABIC SMALL HIGH WAW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F3, + }, + [0x08F4]={ + category="mn", + description="ARABIC FATHA WITH RING", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F4, + }, + [0x08F5]={ + category="mn", + description="ARABIC FATHA WITH DOT ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F5, + }, + [0x08F6]={ + category="mn", + description="ARABIC KASRA WITH DOT BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F6, + }, + [0x08F7]={ + category="mn", + description="ARABIC LEFT ARROWHEAD ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F7, + }, + [0x08F8]={ + category="mn", + description="ARABIC RIGHT ARROWHEAD ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F8, + }, + [0x08F9]={ + category="mn", + description="ARABIC LEFT ARROWHEAD BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08F9, + }, + [0x08FA]={ + category="mn", + description="ARABIC RIGHT ARROWHEAD BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x08FA, + }, + [0x08FB]={ + category="mn", + description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x08FB, + }, + [0x08FC]={ + category="mn", + description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT", + direction="nsm", + linebreak="cm", + unicodeslot=0x08FC, + }, + [0x08FD]={ + category="mn", + description="ARABIC RIGHT ARROWHEAD ABOVE WITH DOT", + direction="nsm", + linebreak="cm", + unicodeslot=0x08FD, + }, + [0x08FE]={ + category="mn", + description="ARABIC DAMMA WITH DOT", + direction="nsm", + linebreak="cm", + unicodeslot=0x08FE, + }, [0x0900]={ category="mn", description="DEVANAGARI SIGN INVERTED CANDRABINDU", @@ -22149,6 +22797,13 @@ characters.data={ linebreak="nu", unicodeslot=0x0AEF, }, + [0x0AF0]={ + category="po", + description="GUJARATI ABBREVIATION SIGN", + direction="l", + linebreak="al", + unicodeslot=0x0AF0, + }, [0x0AF1]={ category="sc", description="GUJARATI RUPEE SIGN", @@ -26966,6 +27621,20 @@ characters.data={ specials={ "compat", 0x0EAB, 0x0EA1 }, unicodeslot=0x0EDD, }, + [0x0EDE]={ + category="lo", + description="LAO LETTER KHMU GO", + direction="l", + linebreak="sa", + unicodeslot=0x0EDE, + }, + [0x0EDF]={ + category="lo", + description="LAO LETTER KHMU NYO", + direction="l", + linebreak="sa", + unicodeslot=0x0EDF, + }, [0x0F00]={ category="lo", description="TIBETAN SYLLABLE OM", @@ -29892,6 +30561,20 @@ characters.data={ linebreak="al", unicodeslot=0x10C5, }, + [0x10C7]={ + category="lu", + description="GEORGIAN CAPITAL LETTER YN", + direction="l", + linebreak="al", + unicodeslot=0x10C7, + }, + [0x10CD]={ + category="lu", + description="GEORGIAN CAPITAL LETTER AEN", + direction="l", + linebreak="al", + unicodeslot=0x10CD, + }, [0x10D0]={ category="lo", description="GEORGIAN LETTER AN", @@ -30208,6 +30891,27 @@ characters.data={ specials={ "super", 0x10DC }, unicodeslot=0x10FC, }, + [0x10FD]={ + category="lo", + description="GEORGIAN LETTER AEN", + direction="l", + linebreak="al", + unicodeslot=0x10FD, + }, + [0x10FE]={ + category="lo", + description="GEORGIAN LETTER HARD SIGN", + direction="l", + linebreak="al", + unicodeslot=0x10FE, + }, + [0x10FF]={ + category="lo", + description="GEORGIAN LETTER LABIAL SIGN", + direction="l", + linebreak="al", + unicodeslot=0x10FF, + }, [0x1100]={ category="lo", cjkwd="w", @@ -31447,7 +32151,6 @@ characters.data={ }, [0x11A3]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG A-EU", direction="l", linebreak="jv", @@ -31455,7 +32158,6 @@ characters.data={ }, [0x11A4]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YA-U", direction="l", linebreak="jv", @@ -31463,7 +32165,6 @@ characters.data={ }, [0x11A5]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YEO-YA", direction="l", linebreak="jv", @@ -31471,7 +32172,6 @@ characters.data={ }, [0x11A6]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-YA", direction="l", linebreak="jv", @@ -31479,7 +32179,6 @@ characters.data={ }, [0x11A7]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-YAE", direction="l", linebreak="jv", @@ -32061,7 +32760,6 @@ characters.data={ }, [0x11FA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-NIEUN", direction="l", linebreak="jt", @@ -32069,7 +32767,6 @@ characters.data={ }, [0x11FB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-PIEUP", direction="l", linebreak="jt", @@ -32077,7 +32774,6 @@ characters.data={ }, [0x11FC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-CHIEUCH", direction="l", linebreak="jt", @@ -32085,7 +32781,6 @@ characters.data={ }, [0x11FD]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-KHIEUKH", direction="l", linebreak="jt", @@ -32093,7 +32788,6 @@ characters.data={ }, [0x11FE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-HIEUH", direction="l", linebreak="jt", @@ -32101,7 +32795,6 @@ characters.data={ }, [0x11FF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGNIEUN", direction="l", linebreak="jt", @@ -41576,14 +42269,14 @@ characters.data={ [0x17B4]={ category="cf", description="KHMER VOWEL INHERENT AQ", - direction="l", + direction="nsm", linebreak="sa", unicodeslot=0x17B4, }, [0x17B5]={ category="cf", description="KHMER VOWEL INHERENT AA", - direction="l", + direction="nsm", linebreak="sa", unicodeslot=0x17B5, }, @@ -47499,6 +48192,27 @@ characters.data={ linebreak="cm", unicodeslot=0x1BAA, }, + [0x1BAB]={ + category="mn", + description="SUNDANESE SIGN VIRAMA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1BAB, + }, + [0x1BAC]={ + category="mc", + description="SUNDANESE CONSONANT SIGN PASANGAN MA", + direction="l", + linebreak="cm", + unicodeslot=0x1BAC, + }, + [0x1BAD]={ + category="mc", + description="SUNDANESE CONSONANT SIGN PASANGAN WA", + direction="l", + linebreak="cm", + unicodeslot=0x1BAD, + }, [0x1BAE]={ category="lo", description="SUNDANESE LETTER KHA", @@ -47583,6 +48297,48 @@ characters.data={ linebreak="nu", unicodeslot=0x1BB9, }, + [0x1BBA]={ + category="lo", + description="SUNDANESE AVAGRAHA", + direction="l", + linebreak="al", + unicodeslot=0x1BBA, + }, + [0x1BBB]={ + category="lo", + description="SUNDANESE LETTER REU", + direction="l", + linebreak="al", + unicodeslot=0x1BBB, + }, + [0x1BBC]={ + category="lo", + description="SUNDANESE LETTER LEU", + direction="l", + linebreak="al", + unicodeslot=0x1BBC, + }, + [0x1BBD]={ + category="lo", + description="SUNDANESE LETTER BHA", + direction="l", + linebreak="al", + unicodeslot=0x1BBD, + }, + [0x1BBE]={ + category="lo", + description="SUNDANESE LETTER FINAL K", + direction="l", + linebreak="al", + unicodeslot=0x1BBE, + }, + [0x1BBF]={ + category="lo", + description="SUNDANESE LETTER FINAL M", + direction="l", + linebreak="al", + unicodeslot=0x1BBF, + }, [0x1BC0]={ category="lo", description="BATAK LETTER A", @@ -48829,6 +49585,62 @@ characters.data={ linebreak="ba", unicodeslot=0x1C7F, }, + [0x1CC0]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU SURYA", + direction="l", + linebreak="al", + unicodeslot=0x1CC0, + }, + [0x1CC1]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU PANGLONG", + direction="l", + linebreak="al", + unicodeslot=0x1CC1, + }, + [0x1CC2]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU PURNAMA", + direction="l", + linebreak="al", + unicodeslot=0x1CC2, + }, + [0x1CC3]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU CAKRA", + direction="l", + linebreak="al", + unicodeslot=0x1CC3, + }, + [0x1CC4]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU LEU SATANGA", + direction="l", + linebreak="al", + unicodeslot=0x1CC4, + }, + [0x1CC5]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU KA SATANGA", + direction="l", + linebreak="al", + unicodeslot=0x1CC5, + }, + [0x1CC6]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU DA SATANGA", + direction="l", + linebreak="al", + unicodeslot=0x1CC6, + }, + [0x1CC7]={ + category="po", + description="SUNDANESE PUNCTUATION BINDU BA SATANGA", + direction="l", + linebreak="al", + unicodeslot=0x1CC7, + }, [0x1CD0]={ category="mn", description="VEDIC TONE KARSHANA", @@ -49074,6 +49886,34 @@ characters.data={ linebreak="cm", unicodeslot=0x1CF2, }, + [0x1CF3]={ + category="mc", + description="VEDIC SIGN ROTATED ARDHAVISARGA", + direction="l", + linebreak="cm", + unicodeslot=0x1CF3, + }, + [0x1CF4]={ + category="mn", + description="VEDIC TONE CANDRA ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1CF4, + }, + [0x1CF5]={ + category="lo", + description="VEDIC SIGN JIHVAMULIYA", + direction="l", + linebreak="al", + unicodeslot=0x1CF5, + }, + [0x1CF6]={ + category="lo", + description="VEDIC SIGN UPADHMANIYA", + direction="l", + linebreak="al", + unicodeslot=0x1CF6, + }, [0x1D00]={ category="ll", description="LATIN LETTER SMALL CAPITAL A", @@ -56332,6 +57172,7 @@ characters.data={ }, [0x200C]={ adobename="zerowidthnonjoiner", + arabic="u", category="cf", contextname="zwnj", description="ZERO WIDTH NON-JOINER", @@ -56341,6 +57182,7 @@ characters.data={ }, [0x200D]={ adobename="afii301", + arabic="c", category="cf", contextname="zwj", description="ZERO WIDTH JOINER", @@ -56624,7 +57466,7 @@ characters.data={ { class="inner", name="dots", - } + }, }, specials={ "compat", 0x002E, 0x002E, 0x002E }, unicodeslot=0x2026, @@ -56817,6 +57659,10 @@ characters.data={ linebreak="ns", specials={ "compat", 0x0021, 0x0021 }, unicodeslot=0x203C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x203D]={ category="po", @@ -56832,6 +57678,16 @@ characters.data={ description="OVERLINE", direction="on", linebreak="al", + mathspec={ + { + class="topaccent", + name="overbar", + }, + { + class="botaccent", + name="underbar", + }, + }, specials={ "compat", 0x0020, 0x0305 }, unicodeslot=0x203E, }, @@ -56880,7 +57736,7 @@ characters.data={ linebreak="is", mathspec={ { - class="ord", + class="ordinary", name="slash", }, { @@ -56929,6 +57785,10 @@ characters.data={ linebreak="ns", specials={ "compat", 0x0021, 0x003F }, unicodeslot=0x2049, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x204A]={ category="po", @@ -57244,6 +58104,8 @@ characters.data={ description="SUPERSCRIPT PLUS SIGN", direction="es", linebreak="al", + mathclass="binary", + mathname="positivesign", specials={ "super", 0x002B }, unicodeslot=0x207A, }, @@ -57252,6 +58114,8 @@ characters.data={ description="SUPERSCRIPT MINUS", direction="es", linebreak="al", + mathclass="binary", + mathname="negativesign", specials={ "super", 0x2212 }, unicodeslot=0x207B, }, @@ -57732,6 +58596,13 @@ characters.data={ linebreak="pr", unicodeslot=0x20B9, }, + [0x20BA]={ + category="sc", + description="TURKISH LIRA SIGN", + direction="et", + linebreak="pr", + unicodeslot=0x20BA, + }, [0x20D0]={ category="mn", description="COMBINING LEFT HARPOON ABOVE", @@ -57786,7 +58657,7 @@ characters.data={ description="COMBINING RIGHT ARROW ABOVE", direction="nsm", linebreak="cm", - mathclass="accent", + mathclass="topaccent", mathname="vec", unicodeslot=0x20D7, }, @@ -57816,7 +58687,7 @@ characters.data={ description="COMBINING THREE DOTS ABOVE", direction="nsm", linebreak="cm", - mathclass="accent", + mathclass="topaccent", mathname="dddot", unicodeslot=0x20DB, }, @@ -57930,7 +58801,7 @@ characters.data={ description="COMBINING WIDE BRIDGE ABOVE", direction="nsm", linebreak="cm", - mathclass="accent", + mathclass="topaccent", unicodeslot=0x20E9, }, [0x20EA]={ @@ -58118,8 +58989,16 @@ characters.data={ description="PLANCK CONSTANT OVER TWO PI", direction="l", linebreak="al", - mathclass="variable", - mathname="hslash", + mathspec={ + { + class="variable", + name="hslash", + }, + { + class="ordinary", + name="hbar", + }, + }, specials={ "font", 0x0127 }, unicodeslot=0x210F, }, @@ -58445,7 +59324,7 @@ characters.data={ direction="l", lccode=0x214E, linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="Finv", unicodeslot=0x2132, }, @@ -58513,6 +59392,10 @@ characters.data={ linebreak="al", specials={ "font", 0x0069 }, unicodeslot=0x2139, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x213A]={ category="so", @@ -58574,7 +59457,7 @@ characters.data={ description="TURNED SANS-SERIF CAPITAL G", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="Game", unicodeslot=0x2141, }, @@ -58584,7 +59467,7 @@ characters.data={ description="TURNED SANS-SERIF CAPITAL L", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", unicodeslot=0x2142, }, [0x2143]={ @@ -58593,7 +59476,7 @@ characters.data={ description="REVERSED SANS-SERIF CAPITAL L", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", unicodeslot=0x2143, }, [0x2144]={ @@ -58602,7 +59485,7 @@ characters.data={ description="TURNED SANS-SERIF CAPITAL Y", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", unicodeslot=0x2144, }, [0x2145]={ @@ -58660,7 +59543,7 @@ characters.data={ description="PROPERTY LINE", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="PropertyLine", unicodeslot=0x214A, }, @@ -58669,7 +59552,7 @@ characters.data={ description="TURNED AMPERSAND", direction="on", linebreak="al", - mathclass="bin", + mathclass="binary", mathname="upand", unicodeslot=0x214B, }, @@ -59301,6 +60184,7 @@ characters.data={ description="LEFTWARDS ARROW", direction="on", linebreak="ai", + mathextensible="l", mathfiller="leftarrowfill", mathspec={ { @@ -59331,6 +60215,7 @@ characters.data={ direction="on", linebreak="ai", mathclass="relation", + mathextensible="u", mathname="uparrow", unicodeslot=0x2191, }, @@ -59341,6 +60226,7 @@ characters.data={ description="RIGHTWARDS ARROW", direction="on", linebreak="ai", + mathextensible="r", mathfiller="rightarrowfill", mathspec={ { @@ -59371,6 +60257,7 @@ characters.data={ direction="on", linebreak="ai", mathclass="relation", + mathextensible="d", mathname="downarrow", unicodeslot=0x2193, }, @@ -59382,8 +60269,13 @@ characters.data={ direction="on", linebreak="ai", mathclass="relation", + mathextensible="h", mathname="leftrightarrow", unicodeslot=0x2194, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2195]={ adobename="arrowupdn", @@ -59393,8 +60285,13 @@ characters.data={ direction="on", linebreak="ai", mathclass="relation", + mathextensible="v", mathname="updownarrow", unicodeslot=0x2195, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2196]={ adobename="arrowupleft", @@ -59406,6 +60303,10 @@ characters.data={ mathclass="relation", mathname="nwarrow", unicodeslot=0x2196, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2197]={ adobename="arrowupright", @@ -59417,6 +60318,10 @@ characters.data={ mathclass="relation", mathname="nearrow", unicodeslot=0x2197, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2198]={ adobename="arrowdownright", @@ -59428,6 +60333,10 @@ characters.data={ mathclass="relation", mathname="searrow", unicodeslot=0x2198, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2199]={ adobename="arrowdownleft", @@ -59439,6 +60348,10 @@ characters.data={ mathclass="relation", mathname="swarrow", unicodeslot=0x2199, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x219A]={ category="sm", @@ -59446,6 +60359,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="nleftarrow", specials={ "char", 0x2190, 0x0338 }, unicodeslot=0x219A, @@ -59456,6 +60370,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="nrightarrow", specials={ "char", 0x2192, 0x0338 }, unicodeslot=0x219B, @@ -59466,6 +60381,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="leftwavearrow", unicodeslot=0x219C, }, @@ -59475,6 +60391,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="rightwavearrow", unicodeslot=0x219D, }, @@ -59484,6 +60401,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", + mathfiller="twoheadleftarrowfill", mathname="twoheadleftarrow", unicodeslot=0x219E, }, @@ -59493,6 +60412,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="twoheaduparrow", unicodeslot=0x219F, }, @@ -59502,6 +60422,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", + mathfiller="twoheadrightarrowfill", mathname="twoheadrightarrow", unicodeslot=0x21A0, }, @@ -59511,6 +60433,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="twoheaddownarrow", unicodeslot=0x21A1, }, @@ -59520,6 +60443,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="leftarrowtail", unicodeslot=0x21A2, }, @@ -59529,6 +60453,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="rightarrowtail", unicodeslot=0x21A3, }, @@ -59538,6 +60463,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="mapsfrom", unicodeslot=0x21A4, }, @@ -59547,6 +60473,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="mapsup", unicodeslot=0x21A5, }, @@ -59556,6 +60483,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", + mathfiller="mapstofill", mathname="mapsto", unicodeslot=0x21A6, }, @@ -59565,6 +60494,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="mapsdown", unicodeslot=0x21A7, }, @@ -59574,7 +60504,8 @@ characters.data={ description="UP DOWN ARROW WITH BASE", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="v", mathname="updownarrowbar", unicodeslot=0x21A8, }, @@ -59584,8 +60515,14 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", + mathfiller="hookleftarrowfill", mathname="hookleftarrow", unicodeslot=0x21A9, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x21AA]={ category="so", @@ -59593,8 +60530,14 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", + mathfiller="hookrightarrowfill", mathname="hookrightarrow", unicodeslot=0x21AA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x21AB]={ category="so", @@ -59602,6 +60545,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="looparrowleft", unicodeslot=0x21AB, }, @@ -59611,6 +60555,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="looparrowright", unicodeslot=0x21AC, }, @@ -59620,6 +60565,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="leftrightsquigarrow", unicodeslot=0x21AD, }, @@ -59629,6 +60575,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="nleftrightarrow", specials={ "char", 0x2194, 0x0338 }, unicodeslot=0x21AE, @@ -59639,6 +60586,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="downzigzagarrow", unicodeslot=0x21AF, }, @@ -59648,6 +60596,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="m", mathname="Lsh", unicodeslot=0x21B0, }, @@ -59657,6 +60606,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="m", mathname="Rsh", unicodeslot=0x21B1, }, @@ -59666,6 +60616,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="m", mathname="Ldsh", unicodeslot=0x21B2, }, @@ -59675,6 +60626,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="m", mathname="Rdsh", unicodeslot=0x21B3, }, @@ -59683,7 +60635,8 @@ characters.data={ description="RIGHTWARDS ARROW WITH CORNER DOWNWARDS", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="m", mathname="linefeed", unicodeslot=0x21B4, }, @@ -59694,7 +60647,8 @@ characters.data={ description="DOWNWARDS ARROW WITH CORNER LEFTWARDS", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="m", mathname="carriagereturn", unicodeslot=0x21B5, }, @@ -59733,6 +60687,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="barleftarrowrightarrowbar", unicodeslot=0x21B9, }, @@ -59777,6 +60732,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", + mathfiller="leftharpoonupfill", mathname="leftharpoonup", unicodeslot=0x21BC, }, @@ -59786,6 +60743,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", + mathfiller="leftharpoondownfill", mathname="leftharpoondown", unicodeslot=0x21BD, }, @@ -59822,6 +60781,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", + mathfiller="rightharpoonupfill", mathname="rightharpoonup", unicodeslot=0x21C0, }, @@ -59831,6 +60792,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", + mathfiller="rightharpoondownfill", mathname="rightharpoondown", unicodeslot=0x21C1, }, @@ -59859,6 +60822,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="rightoverleftarrowfill", mathname="rightleftarrows", unicodeslot=0x21C4, }, @@ -59869,6 +60834,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="m", mathname="updownarrows", unicodeslot=0x21C5, }, @@ -59879,6 +60845,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="lefgtoverrightarrowfill", mathname="leftrightarrows", unicodeslot=0x21C6, }, @@ -59888,6 +60856,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="leftleftarrows", unicodeslot=0x21C7, }, @@ -59897,6 +60866,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="upuparrows", unicodeslot=0x21C8, }, @@ -59906,6 +60876,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="rightrightarrows", unicodeslot=0x21C9, }, @@ -59915,6 +60886,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="downdownarrows", unicodeslot=0x21CA, }, @@ -59924,6 +60896,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="leftrightharpoonsfill", mathname="leftrightharpoons", unicodeslot=0x21CB, }, @@ -59933,6 +60907,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="rightleftharpoonsfill", mathname="rightleftharpoons", unicodeslot=0x21CC, }, @@ -59943,6 +60919,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="nLeftarrow", specials={ "char", 0x21D0, 0x0338 }, unicodeslot=0x21CD, @@ -59953,6 +60930,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="nLeftrightarrow", specials={ "char", 0x21D4, 0x0338 }, unicodeslot=0x21CE, @@ -59964,6 +60942,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="nRightarrow", specials={ "char", 0x21D2, 0x0338 }, unicodeslot=0x21CF, @@ -59975,6 +60954,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="Leftarrow", unicodeslot=0x21D0, }, @@ -59985,6 +60965,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="Uparrow", unicodeslot=0x21D1, }, @@ -59995,8 +60976,17 @@ characters.data={ description="RIGHTWARDS DOUBLE ARROW", direction="on", linebreak="ai", - mathclass="relation", - mathname="Rightarrow", + mathextensible="r", + mathspec={ + { + class="relation", + name="Rightarrow", + }, + { + class="relation", + name="imply", + }, + }, unicodeslot=0x21D2, }, [0x21D3]={ @@ -60006,6 +60996,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="Downarrow", unicodeslot=0x21D3, }, @@ -60017,6 +61008,7 @@ characters.data={ direction="on", linebreak="ai", mathclass="relation", + mathextensible="h", mathname="Leftrightarrow", unicodeslot=0x21D4, }, @@ -60026,6 +61018,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="v", mathname="Updownarrow", unicodeslot=0x21D5, }, @@ -60071,6 +61064,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="Lleftarrow", unicodeslot=0x21DA, }, @@ -60080,6 +61074,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="Rrightarrow", unicodeslot=0x21DB, }, @@ -60089,6 +61084,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="leftsquigarrow", unicodeslot=0x21DC, }, @@ -60116,6 +61112,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="nHuparrow", unicodeslot=0x21DE, }, @@ -60126,6 +61123,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="nHdownarrow", unicodeslot=0x21DF, }, @@ -60136,6 +61134,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="leftdasharrow", unicodeslot=0x21E0, }, @@ -60146,6 +61145,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="updasharrow", unicodeslot=0x21E1, }, @@ -60174,6 +61174,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="downdasharrow", unicodeslot=0x21E3, }, @@ -60184,6 +61185,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="barleftarrow", unicodeslot=0x21E4, }, @@ -60194,6 +61196,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="rightarrowbar", unicodeslot=0x21E5, }, @@ -60203,7 +61206,8 @@ characters.data={ description="LEFTWARDS WHITE ARROW", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="l", mathname="leftwhitearrow", unicodeslot=0x21E6, }, @@ -60214,7 +61218,8 @@ characters.data={ description="UPWARDS WHITE ARROW", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="u", mathname="upwhitearrow", unicodeslot=0x21E7, }, @@ -60224,7 +61229,8 @@ characters.data={ description="RIGHTWARDS WHITE ARROW", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="r", mathname="rightwhitearrow", unicodeslot=0x21E8, }, @@ -60234,7 +61240,8 @@ characters.data={ description="DOWNWARDS WHITE ARROW", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="d", mathname="downwhitearrow", unicodeslot=0x21E9, }, @@ -60251,7 +61258,8 @@ characters.data={ description="UPWARDS WHITE ARROW ON PEDESTAL", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", + mathextensible="u", mathname="whitearrowupfrombar", unicodeslot=0x21EB, }, @@ -60317,6 +61325,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="circleonrightarrow", unicodeslot=0x21F4, }, @@ -60326,6 +61335,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="m", mathname="downuparrows", unicodeslot=0x21F5, }, @@ -60335,6 +61345,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="rightthreearrows", unicodeslot=0x21F6, }, @@ -60344,6 +61355,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="nvleftarrow", unicodeslot=0x21F7, }, @@ -60353,6 +61365,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="nvrightarrow", unicodeslot=0x21F8, }, @@ -60362,6 +61375,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="nvleftrightarrow", unicodeslot=0x21F9, }, @@ -60371,6 +61385,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="nVleftarrow", unicodeslot=0x21FA, }, @@ -60380,6 +61395,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="nVrightarrow", unicodeslot=0x21FB, }, @@ -60389,6 +61405,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="nVleftrightarrow", unicodeslot=0x21FC, }, @@ -60398,6 +61415,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="leftarrowtriangle", unicodeslot=0x21FD, }, @@ -60407,6 +61425,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="rightarrowtriangle", unicodeslot=0x21FE, }, @@ -60416,6 +61435,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", mathname="leftrightarrowtriangle", unicodeslot=0x21FF, }, @@ -60426,7 +61446,7 @@ characters.data={ description="FOR ALL", direction="on", linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="forall", unicodeslot=0x2200, }, @@ -60435,7 +61455,7 @@ characters.data={ description="COMPLEMENT", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="complement", unicodeslot=0x2201, }, @@ -60457,7 +61477,7 @@ characters.data={ description="THERE EXISTS", direction="on", linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="exists", unicodeslot=0x2203, }, @@ -60466,7 +61486,7 @@ characters.data={ description="THERE DOES NOT EXIST", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="nexists", specials={ "char", 0x2203, 0x0338 }, unicodeslot=0x2204, @@ -60627,11 +61647,9 @@ characters.data={ [0x2212]={ adobename="minus", category="sm", ---comment="the mathclass is needed for mathsymbol remapping", description="MINUS SIGN", direction="es", linebreak="pr", ---mathclass="binary", mathspec={ { class="binary", @@ -60667,7 +61685,7 @@ characters.data={ adobename="divisionslash", category="sm", cjkwd="a", - comment="mathclass=ord,mathname=diagup", + comment="mathclass=ordinary,mathname=diagup", description="DIVISION SLASH", direction="on", linebreak="ai", @@ -60676,7 +61694,7 @@ characters.data={ }, [0x2216]={ category="sm", - comment="mathclass=ord,mathname=diagdown", + comment="mathclass=ordinary,mathname=diagdown", description="SET MINUS", direction="on", linebreak="al", @@ -60771,7 +61789,7 @@ characters.data={ description="RIGHT ANGLE", direction="on", linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="rightangle", unicodeslot=0x221F, }, @@ -60782,7 +61800,7 @@ characters.data={ description="ANGLE", direction="on", linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="angle", unicodeslot=0x2220, }, @@ -60791,7 +61809,7 @@ characters.data={ description="MEASURED ANGLE", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="measuredangle", unicodeslot=0x2221, }, @@ -60800,7 +61818,7 @@ characters.data={ description="SPHERICAL ANGLE", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="sphericalangle", unicodeslot=0x2222, }, @@ -60887,11 +61905,11 @@ characters.data={ linebreak="ai", mathspec={ { - class="bin", + class="binary", name="vee", }, { - class="bin", + class="binary", name="lor", }, }, @@ -60932,15 +61950,16 @@ characters.data={ description="INTEGRAL", direction="on", linebreak="ai", + mathclass="limop", mathspec={ { - class="nothing", - name="intop", - }, - { class="limop", name="int", }, + { + class="nothing", + name="intop", + }, }, unicodeslot=0x222B, }, @@ -60951,15 +61970,16 @@ characters.data={ description="DOUBLE INTEGRAL", direction="on", linebreak="ai", + mathclass="limop", mathspec={ { - class="nothing", - name="iintop", - }, - { class="limop", name="iint", }, + { + class="nothing", + name="iintop", + }, }, specials={ "compat", 0x222B, 0x222B }, unicodeslot=0x222C, @@ -60969,15 +61989,16 @@ characters.data={ description="TRIPLE INTEGRAL", direction="on", linebreak="al", + mathclass="limop", mathspec={ { - class="nothing", - name="iiintop", - }, - { class="limop", name="iiint", }, + { + class="nothing", + name="iiintop", + }, }, specials={ "compat", 0x222B, 0x222B, 0x222B }, unicodeslot=0x222D, @@ -61507,6 +62528,7 @@ characters.data={ direction="on", linebreak="ai", mathclass="relation", + mathextensible="h", mathname="equiv", unicodeslot=0x2261, }, @@ -61517,6 +62539,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="triplerelfill", mathname="nequiv", specials={ "char", 0x2261, 0x0338 }, unicodeslot=0x2262, @@ -61526,6 +62550,8 @@ characters.data={ description="STRICTLY EQUIVALENT TO", direction="on", linebreak="al", + mathclass="relation", + mathextensible="h", unicodeslot=0x2263, }, [0x2264]={ @@ -62402,7 +63428,7 @@ characters.data={ description="NORMAL SUBGROUP OF", direction="on", linebreak="al", - mathclass="bin", + mathclass="binary", mirror=0x22B3, unicodeslot=0x22B2, }, @@ -62412,7 +63438,7 @@ characters.data={ description="CONTAINS AS NORMAL SUBGROUP", direction="on", linebreak="al", - mathclass="bin", + mathclass="binary", mirror=0x22B2, unicodeslot=0x22B3, }, @@ -63174,7 +64200,7 @@ characters.data={ description="DIAMETER SIGN", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="varnothing", unicodeslot=0x2300, }, @@ -63235,7 +64261,7 @@ characters.data={ description="LEFT CEILING", direction="on", linebreak="al", - mathspec = { + mathspec={ { class="open", name="lceil", @@ -63243,7 +64269,7 @@ characters.data={ { class="open", name="lceiling", - } + }, }, mirror=0x2309, unicodeslot=0x2308, @@ -63253,7 +64279,7 @@ characters.data={ description="RIGHT CEILING", direction="on", linebreak="al", - mathspec = { + mathspec={ { class="close", name="rceil", @@ -63261,7 +64287,7 @@ characters.data={ { class="close", name="rceiling", - } + }, }, mirror=0x2308, unicodeslot=0x2309, @@ -63392,15 +64418,23 @@ characters.data={ category="so", description="WATCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x231A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x231B]={ category="so", description="HOURGLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x231B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x231C]={ category="so", @@ -64821,7 +65855,7 @@ characters.data={ description="TOP TORTOISE SHELL BRACKET", direction="on", linebreak="al", - mathclass="accent", + mathclass="topaccent", unicodeslot=0x23E0, }, [0x23E1]={ @@ -64829,7 +65863,7 @@ characters.data={ description="BOTTOM TORTOISE SHELL BRACKET", direction="on", linebreak="al", - mathclass="accent", + mathclass="botaccent", unicodeslot=0x23E1, }, [0x23E2]={ @@ -64934,28 +65968,28 @@ characters.data={ category="so", description="ALARM CLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F0, }, [0x23F1]={ category="so", description="STOPWATCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F1, }, [0x23F2]={ category="so", description="TIMER CLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F2, }, [0x23F3]={ category="so", description="HOURGLASS WITH FLOWING SAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F3, }, [0x2400]={ @@ -66311,6 +67345,10 @@ characters.data={ linebreak="ai", specials={ "circle", 0x004D }, unicodeslot=0x24C2, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x24C3]={ adobename="Ncircle", @@ -66364,7 +67402,7 @@ characters.data={ direction="l", lccode=0x24E1, linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="circledR", specials={ "circle", 0x0052 }, unicodeslot=0x24C7, @@ -66377,7 +67415,7 @@ characters.data={ direction="l", lccode=0x24E2, linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="circledS", specials={ "circle", 0x0053 }, unicodeslot=0x24C8, @@ -68228,7 +69266,7 @@ characters.data={ description="BLACK SQUARE", direction="on", linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="blacksquare", unicodeslot=0x25A0, }, @@ -68241,11 +69279,11 @@ characters.data={ linebreak="ai", mathspec={ { - class="ord", + class="ordinary", name="square", }, { - class="ord", + class="ordinary", name="Box", }, }, @@ -68256,7 +69294,7 @@ characters.data={ description="WHITE SQUARE WITH ROUNDED CORNERS", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", unicodeslot=0x25A2, }, [0x25A3]={ @@ -68329,6 +69367,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25AA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25AB]={ adobename="whitesmallsquare", @@ -68337,6 +69379,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25AB, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25AC]={ adobename="filledrect", @@ -68388,6 +69434,8 @@ characters.data={ description="BLACK UP-POINTING TRIANGLE", direction="on", linebreak="ai", + mathclass="binary", + mathname="blacktriangle", unicodeslot=0x25B2, }, [0x25B3]={ @@ -68399,7 +69447,7 @@ characters.data={ linebreak="ai", mathspec={ { - class="ord", + class="ordinary", name="triangle", }, { @@ -68432,9 +69480,13 @@ characters.data={ description="BLACK RIGHT-POINTING TRIANGLE", direction="on", linebreak="ai", - mathclass="bin", + mathclass="binary", mathname="blacktriangleright", unicodeslot=0x25B6, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25B7]={ adobename="whiterightpointingtriangle", @@ -68443,7 +69495,7 @@ characters.data={ description="WHITE RIGHT-POINTING TRIANGLE", direction="on", linebreak="ai", - mathclass="bin", + mathclass="binary", mathname="triangleright", unicodeslot=0x25B7, }, @@ -68452,8 +69504,6 @@ characters.data={ description="BLACK RIGHT-POINTING SMALL TRIANGLE", direction="on", linebreak="al", - mathclass="bin", - mathname="blacktriangleleft", unicodeslot=0x25B8, }, [0x25B9]={ @@ -68486,6 +69536,8 @@ characters.data={ description="BLACK DOWN-POINTING TRIANGLE", direction="on", linebreak="ai", + mathclass="binary", + mathname="blacktriangledown", unicodeslot=0x25BC, }, [0x25BD]={ @@ -68495,8 +69547,16 @@ characters.data={ description="WHITE DOWN-POINTING TRIANGLE", direction="on", linebreak="ai", - mathclass="binary", - mathname="bigtriangledown", + mathspec={ + { + class="binary", + name="triangledown", + }, + { + class="binary", + name="bigtriangledown", + }, + }, unicodeslot=0x25BD, }, [0x25BE]={ @@ -68521,7 +69581,13 @@ characters.data={ description="BLACK LEFT-POINTING TRIANGLE", direction="on", linebreak="ai", + mathclass="binary", + mathname="blacktriangleleft", unicodeslot=0x25C0, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25C1]={ adobename="whiteleftpointingtriangle", @@ -68530,7 +69596,7 @@ characters.data={ description="WHITE LEFT-POINTING TRIANGLE", direction="on", linebreak="ai", - mathclass="bin", + mathclass="binary", mathname="triangleleft", unicodeslot=0x25C1, }, @@ -68605,7 +69671,7 @@ characters.data={ description="LOZENGE", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="lozenge", unicodeslot=0x25CA, }, @@ -68977,6 +70043,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FB, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FC]={ category="sm", @@ -68984,6 +70054,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FC, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FD]={ category="sm", @@ -68991,6 +70065,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FD, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FE]={ category="sm", @@ -68998,6 +70076,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FE, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FF]={ category="sm", @@ -69010,28 +70092,36 @@ characters.data={ category="so", description="BLACK SUN WITH RAYS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2600, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2601]={ category="so", description="CLOUD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2601, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2602]={ category="so", description="UMBRELLA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2602, }, [0x2603]={ category="so", description="SNOWMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2603, }, [0x2604]={ @@ -69048,7 +70138,7 @@ characters.data={ description="BLACK STAR", direction="on", linebreak="ai", - mathclass="ord", + mathclass="ordinary", mathname="bigstar", unicodeslot=0x2605, }, @@ -69119,6 +70209,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x260E, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x260F]={ adobename="whitetelephone", @@ -69142,6 +70236,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2611, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2612]={ category="so", @@ -69162,16 +70260,24 @@ characters.data={ cjkwd="a", description="UMBRELLA WITH RAIN DROPS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x2614, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2615]={ category="so", cjkwd="a", description="HOT BEVERAGE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x2615, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2616]={ category="so", @@ -69191,7 +70297,7 @@ characters.data={ category="so", description="SHAMROCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2618, }, [0x2619]={ @@ -69205,14 +70311,14 @@ characters.data={ category="so", description="BLACK LEFT POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261A, }, [0x261B]={ category="so", description="BLACK RIGHT POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261B, }, [0x261C]={ @@ -69221,7 +70327,7 @@ characters.data={ cjkwd="a", description="WHITE LEFT POINTING INDEX", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x261C, }, [0x261D]={ @@ -69229,8 +70335,12 @@ characters.data={ category="so", description="WHITE UP POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261D, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x261E]={ adobename="pointingindexrightwhite", @@ -69238,7 +70348,7 @@ characters.data={ cjkwd="a", description="WHITE RIGHT POINTING INDEX", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x261E, }, [0x261F]={ @@ -69246,7 +70356,7 @@ characters.data={ category="so", description="WHITE DOWN POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261F, }, [0x2620]={ @@ -69429,7 +70539,7 @@ characters.data={ category="so", description="WHITE FROWNING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2639, }, [0x263A]={ @@ -69437,15 +70547,19 @@ characters.data={ category="so", description="WHITE SMILING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x263A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x263B]={ adobename="invsmileface", category="so", description="BLACK SMILING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x263B, }, [0x263C]={ @@ -69544,6 +70658,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2648, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2649]={ category="so", @@ -69551,6 +70669,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2649, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264A]={ category="so", @@ -69558,6 +70680,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264B]={ category="so", @@ -69565,6 +70691,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264C]={ category="so", @@ -69572,6 +70702,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264D]={ category="so", @@ -69579,6 +70713,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264D, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264E]={ category="so", @@ -69586,6 +70724,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264E, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264F]={ category="so", @@ -69593,6 +70735,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2650]={ category="so", @@ -69600,6 +70746,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2650, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2651]={ category="so", @@ -69607,6 +70757,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2651, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2652]={ category="so", @@ -69614,6 +70768,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2652, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2653]={ category="so", @@ -69621,6 +70779,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2653, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2654]={ category="so", @@ -69716,6 +70878,10 @@ characters.data={ mathclass="default", mathname="spadesuit", unicodeslot=0x2660, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2661]={ adobename="heartsuitwhite", @@ -69748,6 +70914,10 @@ characters.data={ mathclass="default", mathname="clubsuit", unicodeslot=0x2663, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2664]={ adobename="spadesuitwhite", @@ -69766,6 +70936,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x2665, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2666]={ adobename="diamond", @@ -69773,9 +70947,13 @@ characters.data={ description="BLACK DIAMOND SUIT", direction="on", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="blacklozenge", unicodeslot=0x2666, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2667]={ adobename="clubsuitwhite", @@ -69792,8 +70970,12 @@ characters.data={ cjkwd="a", description="HOT SPRINGS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x2668, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2669]={ adobename="quarternote", @@ -69944,6 +71126,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x267B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x267C]={ category="so", @@ -69970,8 +71156,12 @@ characters.data={ category="so", description="WHEELCHAIR SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x267F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2680]={ category="so", @@ -70112,6 +71302,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2693, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2694]={ category="so", @@ -70205,6 +71399,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26A0, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26A1]={ category="so", @@ -70212,6 +71410,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26A1, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26A2]={ category="so", @@ -70275,6 +71477,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26AA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26AB]={ category="so", @@ -70282,6 +71488,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26AB, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26AC]={ category="so", @@ -70406,51 +71616,59 @@ characters.data={ category="so", description="SOCCER BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26BD, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26BE]={ category="so", cjkwd="a", description="BASEBALL", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26BE, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26BF]={ category="so", cjkwd="a", description="SQUARED KEY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26BF, }, [0x26C0]={ category="so", description="WHITE DRAUGHTS MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C0, }, [0x26C1]={ category="so", description="WHITE DRAUGHTS KING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C1, }, [0x26C2]={ category="so", description="BLACK DRAUGHTS MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C2, }, [0x26C3]={ category="so", description="BLACK DRAUGHTS KING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C3, }, [0x26C4]={ @@ -70458,23 +71676,31 @@ characters.data={ cjkwd="a", description="SNOWMAN WITHOUT SNOW", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C4, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26C5]={ category="so", cjkwd="a", description="SUN BEHIND CLOUD", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C5, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26C6]={ category="so", cjkwd="a", description="RAIN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C6, }, [0x26C7]={ @@ -70482,7 +71708,7 @@ characters.data={ cjkwd="a", description="BLACK SNOWMAN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C7, }, [0x26C8]={ @@ -70490,7 +71716,7 @@ characters.data={ cjkwd="a", description="THUNDER CLOUD AND RAIN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C8, }, [0x26C9]={ @@ -70530,7 +71756,7 @@ characters.data={ cjkwd="a", description="DISABLED CAR", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26CD, }, [0x26CE]={ @@ -70545,7 +71771,7 @@ characters.data={ cjkwd="a", description="PICK", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26CF, }, [0x26D0]={ @@ -70553,7 +71779,7 @@ characters.data={ cjkwd="a", description="CAR SLIDING", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D0, }, [0x26D1]={ @@ -70561,7 +71787,7 @@ characters.data={ cjkwd="a", description="HELMET WITH WHITE CROSS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D1, }, [0x26D2]={ @@ -70577,7 +71803,7 @@ characters.data={ cjkwd="a", description="CHAINS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D3, }, [0x26D4]={ @@ -70585,8 +71811,12 @@ characters.data={ cjkwd="a", description="NO ENTRY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D4, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26D5]={ category="so", @@ -70617,7 +71847,7 @@ characters.data={ cjkwd="a", description="BLACK LEFT LANE MERGE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D8, }, [0x26D9]={ @@ -70625,7 +71855,7 @@ characters.data={ cjkwd="a", description="WHITE LEFT LANE MERGE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D9, }, [0x26DA]={ @@ -70649,7 +71879,7 @@ characters.data={ cjkwd="a", description="LEFT CLOSED ENTRY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26DC, }, [0x26DD]={ @@ -70673,7 +71903,7 @@ characters.data={ cjkwd="a", description="BLACK TRUCK", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26DF, }, [0x26E0]={ @@ -70681,7 +71911,7 @@ characters.data={ cjkwd="a", description="RESTRICTED LEFT ENTRY-1", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26E0, }, [0x26E1]={ @@ -70689,7 +71919,7 @@ characters.data={ cjkwd="a", description="RESTRICTED LEFT ENTRY-2", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26E1, }, [0x26E2]={ @@ -70756,8 +71986,12 @@ characters.data={ cjkwd="a", description="CHURCH", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26EA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26EB]={ category="so", @@ -70812,7 +72046,7 @@ characters.data={ cjkwd="a", description="UMBRELLA ON GROUND", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F1, }, [0x26F2]={ @@ -70820,23 +72054,31 @@ characters.data={ cjkwd="a", description="FOUNTAIN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F2, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26F3]={ category="so", cjkwd="a", description="FLAG IN HOLE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F3, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26F4]={ category="so", cjkwd="a", description="FERRY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F4, }, [0x26F5]={ @@ -70844,8 +72086,12 @@ characters.data={ cjkwd="a", description="SAILBOAT", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F5, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26F6]={ category="so", @@ -70860,7 +72106,7 @@ characters.data={ cjkwd="a", description="SKIER", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F7, }, [0x26F8]={ @@ -70868,7 +72114,7 @@ characters.data={ cjkwd="a", description="ICE SKATE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F8, }, [0x26F9]={ @@ -70876,7 +72122,7 @@ characters.data={ cjkwd="a", description="PERSON WITH BALL", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F9, }, [0x26FA]={ @@ -70884,8 +72130,12 @@ characters.data={ cjkwd="a", description="TENT", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26FB]={ category="so", @@ -70908,15 +72158,19 @@ characters.data={ cjkwd="a", description="FUEL PUMP", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FD, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26FE]={ category="so", cjkwd="a", description="CUP ON BLACK SQUARE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FE, }, [0x26FF]={ @@ -70924,35 +72178,39 @@ characters.data={ cjkwd="a", description="WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FF, }, [0x2701]={ category="so", description="UPPER BLADE SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2701, }, [0x2702]={ category="so", description="BLACK SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2702, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2703]={ category="so", description="LOWER BLADE SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2703, }, [0x2704]={ category="so", description="WHITE SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2704, }, [0x2705]={ @@ -70980,42 +72238,54 @@ characters.data={ category="so", description="AIRPLANE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2708, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2709]={ category="so", description="ENVELOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2709, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x270A]={ category="so", description="RAISED FIST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270A, }, [0x270B]={ category="so", description="RAISED HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270B, }, [0x270C]={ category="so", description="VICTORY HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x270D]={ category="so", description="WRITING HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270D, }, [0x270E]={ @@ -71031,6 +72301,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x270F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2710]={ category="so", @@ -71052,6 +72326,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2712, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2713]={ adobename="checkmark", @@ -71069,6 +72347,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2714, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2715]={ category="so", @@ -71083,6 +72365,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2716, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2717]={ category="so", @@ -71288,6 +72574,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2733, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2734]={ category="so", @@ -71295,6 +72585,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2734, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2735]={ category="so", @@ -71408,6 +72702,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2744, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2745]={ category="so", @@ -71429,6 +72727,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2747, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2748]={ category="so", @@ -71542,6 +72844,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x2757, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2758]={ category="so", @@ -71633,6 +72939,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2764, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2765]={ category="so", @@ -72094,6 +73404,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x27A1, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x27A2]={ category="so", @@ -72388,6 +73702,15 @@ characters.data={ linebreak="al", unicodeslot=0x27CA, }, + [0x27CB]={ + category="sm", + comment="check math properties", + description="MATHEMATICAL RISING DIAGONAL", + direction="on", + linebreak="al", + mirror=0x27CD, + unicodeslot=0x27CB, + }, [0x27CC]={ category="sm", description="LONG DIVISION", @@ -72395,6 +73718,15 @@ characters.data={ linebreak="al", unicodeslot=0x27CC, }, + [0x27CD]={ + category="sm", + comment="check math properties", + description="MATHEMATICAL FALLING DIAGONAL", + direction="on", + linebreak="al", + mirror=0x27CB, + unicodeslot=0x27CD, + }, [0x27CE]={ category="sm", description="SQUARED LOGICAL AND", @@ -72680,6 +74012,7 @@ characters.data={ description="UPWARDS QUADRUPLE ARROW", direction="on", linebreak="al", + mathextensible="u", unicodeslot=0x27F0, }, [0x27F1]={ @@ -72687,6 +74020,7 @@ characters.data={ description="DOWNWARDS QUADRUPLE ARROW", direction="on", linebreak="al", + mathextensible="v", unicodeslot=0x27F1, }, [0x27F2]={ @@ -72708,6 +74042,7 @@ characters.data={ description="RIGHT ARROW WITH CIRCLED PLUS", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x27F4, }, [0x27F5]={ @@ -72716,6 +74051,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="longleftarrow", unicodeslot=0x27F5, }, @@ -72725,6 +74061,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="longrightarrow", unicodeslot=0x27F6, }, @@ -72734,6 +74071,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="leftrightarrowfill", mathname="longleftrightarrow", unicodeslot=0x27F7, }, @@ -72743,6 +74082,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", + mathfiller="Leftarrowfill", mathname="Longleftarrow", unicodeslot=0x27F8, }, @@ -72752,6 +74093,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", + mathfiller="Rightarrowfill", mathname="Longrightarrow", unicodeslot=0x27F9, }, @@ -72761,6 +74104,8 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="h", + mathfiller="Leftrightarrowfill", mathname="Longleftrightarrow", unicodeslot=0x27FA, }, @@ -72770,6 +74115,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="longmapsfrom", unicodeslot=0x27FB, }, @@ -72779,6 +74125,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="longmapsto", unicodeslot=0x27FC, }, @@ -72788,6 +74135,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="Longmapsfrom", unicodeslot=0x27FD, }, @@ -72797,6 +74145,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="Longmapsto", unicodeslot=0x27FE, }, @@ -72806,6 +74155,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="longrightsquigarrow", unicodeslot=0x27FF, }, @@ -74606,6 +75956,7 @@ characters.data={ description="RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2900, }, [0x2901]={ @@ -74613,6 +75964,7 @@ characters.data={ description="RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2901, }, [0x2902]={ @@ -74620,6 +75972,7 @@ characters.data={ description="LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2902, }, [0x2903]={ @@ -74627,6 +75980,7 @@ characters.data={ description="RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2903, }, [0x2904]={ @@ -74634,6 +75988,7 @@ characters.data={ description="LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="h", unicodeslot=0x2904, }, [0x2905]={ @@ -74641,6 +75996,7 @@ characters.data={ description="RIGHTWARDS TWO-HEADED ARROW FROM BAR", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2905, }, [0x2906]={ @@ -74649,6 +76005,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="Mapsfrom", unicodeslot=0x2906, }, @@ -74658,6 +76015,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="Mapsto", unicodeslot=0x2907, }, @@ -74666,6 +76024,7 @@ characters.data={ description="DOWNWARDS ARROW WITH HORIZONTAL STROKE", direction="on", linebreak="al", + mathextensible="d", unicodeslot=0x2908, }, [0x2909]={ @@ -74673,6 +76032,7 @@ characters.data={ description="UPWARDS ARROW WITH HORIZONTAL STROKE", direction="on", linebreak="al", + mathextensible="u", unicodeslot=0x2909, }, [0x290A]={ @@ -74681,6 +76041,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="u", mathname="Uuparrow", unicodeslot=0x290A, }, @@ -74690,6 +76051,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="d", mathname="Ddownarrow", unicodeslot=0x290B, }, @@ -74699,6 +76061,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="l", mathname="dashedleftarrow", unicodeslot=0x290C, }, @@ -74708,6 +76071,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="dashedrightarrow", unicodeslot=0x290D, }, @@ -74716,6 +76080,7 @@ characters.data={ description="LEFTWARDS TRIPLE DASH ARROW", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x290E, }, [0x290F]={ @@ -74723,6 +76088,7 @@ characters.data={ description="RIGHTWARDS TRIPLE DASH ARROW", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x290F, }, [0x2910]={ @@ -74730,6 +76096,7 @@ characters.data={ description="RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2910, }, [0x2911]={ @@ -74738,6 +76105,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="dottedrightarrow", unicodeslot=0x2911, }, @@ -74746,6 +76114,7 @@ characters.data={ description="UPWARDS ARROW TO BAR", direction="on", linebreak="al", + mathextensible="u", unicodeslot=0x2912, }, [0x2913]={ @@ -74753,6 +76122,7 @@ characters.data={ description="DOWNWARDS ARROW TO BAR", direction="on", linebreak="al", + mathextensible="d", unicodeslot=0x2913, }, [0x2914]={ @@ -74760,6 +76130,7 @@ characters.data={ description="RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2914, }, [0x2915]={ @@ -74767,6 +76138,7 @@ characters.data={ description="RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2915, }, [0x2916]={ @@ -74775,6 +76147,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", mathname="twoheadrightarrowtail", unicodeslot=0x2916, }, @@ -74784,6 +76157,7 @@ characters.data={ direction="on", linebreak="al", mathclass="relation", + mathextensible="r", unicodeslot=0x2917, }, [0x2918]={ @@ -74791,6 +76165,7 @@ characters.data={ description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2918, }, [0x2919]={ @@ -74798,6 +76173,7 @@ characters.data={ description="LEFTWARDS ARROW-TAIL", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2919, }, [0x291A]={ @@ -74805,6 +76181,7 @@ characters.data={ description="RIGHTWARDS ARROW-TAIL", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x291A, }, [0x291B]={ @@ -74812,6 +76189,7 @@ characters.data={ description="LEFTWARDS DOUBLE ARROW-TAIL", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x291B, }, [0x291C]={ @@ -74819,6 +76197,7 @@ characters.data={ description="RIGHTWARDS DOUBLE ARROW-TAIL", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x291C, }, [0x291D]={ @@ -74826,6 +76205,7 @@ characters.data={ description="LEFTWARDS ARROW TO BLACK DIAMOND", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x291D, }, [0x291E]={ @@ -74833,6 +76213,7 @@ characters.data={ description="RIGHTWARDS ARROW TO BLACK DIAMOND", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x291E, }, [0x291F]={ @@ -74840,6 +76221,7 @@ characters.data={ description="LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x291F, }, [0x2920]={ @@ -74847,6 +76229,7 @@ characters.data={ description="RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2920, }, [0x2921]={ @@ -74992,6 +76375,7 @@ characters.data={ description="WAVE ARROW POINTING DIRECTLY RIGHT", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2933, }, [0x2934]={ @@ -74999,20 +76383,31 @@ characters.data={ description="ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS", direction="on", linebreak="al", + mathextensible="m", unicodeslot=0x2934, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2935]={ category="sm", description="ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS", direction="on", linebreak="al", + mathextensible="m", unicodeslot=0x2935, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2936]={ category="sm", description="ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS", direction="on", linebreak="al", + mathextensible="m", unicodeslot=0x2936, }, [0x2937]={ @@ -75020,6 +76415,7 @@ characters.data={ description="ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS", direction="on", linebreak="al", + mathextensible="m", unicodeslot=0x2937, }, [0x2938]={ @@ -75027,6 +76423,7 @@ characters.data={ description="RIGHT-SIDE ARC CLOCKWISE ARROW", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2938, }, [0x2939]={ @@ -75034,6 +76431,7 @@ characters.data={ description="LEFT-SIDE ARC ANTICLOCKWISE ARROW", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2939, }, [0x293A]={ @@ -75069,6 +76467,7 @@ characters.data={ description="LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x293E, }, [0x293F]={ @@ -75076,6 +76475,7 @@ characters.data={ description="LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x293F, }, [0x2940]={ @@ -75118,6 +76518,7 @@ characters.data={ description="RIGHTWARDS ARROW WITH PLUS BELOW", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2945, }, [0x2946]={ @@ -75125,6 +76526,7 @@ characters.data={ description="LEFTWARDS ARROW WITH PLUS BELOW", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2946, }, [0x2947]={ @@ -75146,6 +76548,7 @@ characters.data={ description="UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE", direction="on", linebreak="al", + mathextensible="u", unicodeslot=0x2949, }, [0x294A]={ @@ -75419,6 +76822,7 @@ characters.data={ description="RIGHT DOUBLE ARROW WITH ROUNDED HEAD", direction="on", linebreak="al", + mathextensible="r", unicodeslot=0x2970, }, [0x2971]={ @@ -76312,6 +77716,7 @@ characters.data={ description="BLACK DIAMOND WITH DOWN ARROW", direction="on", linebreak="al", + mathextensible="d", unicodeslot=0x29EA, }, [0x29EB]={ @@ -76326,6 +77731,7 @@ characters.data={ description="WHITE CIRCLE WITH DOWN ARROW", direction="on", linebreak="al", + mathextensible="d", unicodeslot=0x29EC, }, [0x29ED]={ @@ -76333,6 +77739,7 @@ characters.data={ description="BLACK CIRCLE WITH DOWN ARROW", direction="on", linebreak="al", + mathextensible="d", unicodeslot=0x29ED, }, [0x29EE]={ @@ -76649,6 +78056,7 @@ characters.data={ description="INTEGRAL WITH LEFTWARDS ARROW WITH HOOK", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2A17, }, [0x2A18]={ @@ -78482,6 +79890,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B05, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B06]={ category="so", @@ -78489,6 +79901,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B06, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B07]={ category="so", @@ -78496,6 +79912,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B07, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B08]={ category="so", @@ -78636,6 +80056,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B1B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B1C]={ category="so", @@ -78643,6 +80067,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B1C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B1D]={ category="so", @@ -78782,6 +80210,7 @@ characters.data={ description="LEFT ARROW WITH SMALL CIRCLE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B30, }, [0x2B31]={ @@ -78789,6 +80218,7 @@ characters.data={ description="THREE LEFTWARDS ARROWS", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B31, }, [0x2B32]={ @@ -78796,6 +80226,7 @@ characters.data={ description="LEFT ARROW WITH CIRCLED PLUS", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B32, }, [0x2B33]={ @@ -78803,6 +80234,7 @@ characters.data={ description="LONG LEFTWARDS SQUIGGLE ARROW", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B33, }, [0x2B34]={ @@ -78810,6 +80242,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B34, }, [0x2B35]={ @@ -78817,6 +80250,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B35, }, [0x2B36]={ @@ -78824,6 +80258,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED ARROW FROM BAR", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B36, }, [0x2B37]={ @@ -78831,6 +80266,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED TRIPLE DASH ARROW", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B37, }, [0x2B38]={ @@ -78838,6 +80274,7 @@ characters.data={ description="LEFTWARDS ARROW WITH DOTTED STEM", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B38, }, [0x2B39]={ @@ -78845,6 +80282,7 @@ characters.data={ description="LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B39, }, [0x2B3A]={ @@ -78852,6 +80290,7 @@ characters.data={ description="LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B3A, }, [0x2B3B]={ @@ -78859,6 +80298,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED ARROW WITH TAIL", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B3B, }, [0x2B3C]={ @@ -78866,6 +80306,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B3C, }, [0x2B3D]={ @@ -78873,6 +80314,7 @@ characters.data={ description="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B3D, }, [0x2B3E]={ @@ -78887,6 +80329,7 @@ characters.data={ description="WAVE ARROW POINTING DIRECTLY LEFT", direction="on", linebreak="al", + mathextensible="l", unicodeslot=0x2B3F, }, [0x2B40]={ @@ -78986,6 +80429,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B50, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B51]={ category="so", @@ -79022,6 +80469,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x2B55, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B56]={ category="so", @@ -80960,6 +82411,20 @@ characters.data={ linebreak="cm", unicodeslot=0x2CF1, }, + [0x2CF2]={ + category="lu", + description="COPTIC CAPITAL LETTER BOHAIRIC KHEI", + direction="l", + linebreak="al", + unicodeslot=0x2CF2, + }, + [0x2CF3]={ + category="ll", + description="COPTIC SMALL LETTER BOHAIRIC KHEI", + direction="l", + linebreak="al", + unicodeslot=0x2CF3, + }, [0x2CF9]={ category="po", description="COPTIC OLD NUBIAN FULL STOP", @@ -81313,6 +82778,20 @@ characters.data={ uccode=0x10C5, unicodeslot=0x2D25, }, + [0x2D27]={ + category="ll", + description="GEORGIAN SMALL LETTER YN", + direction="l", + linebreak="al", + unicodeslot=0x2D27, + }, + [0x2D2D]={ + category="ll", + description="GEORGIAN SMALL LETTER AEN", + direction="l", + linebreak="al", + unicodeslot=0x2D2D, + }, [0x2D30]={ category="lo", description="TIFINAGH LETTER YA", @@ -81616,7 +83095,6 @@ characters.data={ }, [0x2D5B]={ category="lo", - cjkwd="w", description="TIFINAGH LETTER YASH", direction="l", linebreak="al", @@ -81624,7 +83102,6 @@ characters.data={ }, [0x2D5C]={ category="lo", - cjkwd="w", description="TIFINAGH LETTER YAT", direction="l", linebreak="al", @@ -81669,14 +83146,14 @@ characters.data={ category="lo", description="TIFINAGH LETTER YAY", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2D62, }, [0x2D63]={ category="lo", description="TIFINAGH LETTER YAZ", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2D63, }, [0x2D64]={ @@ -81693,6 +83170,20 @@ characters.data={ linebreak="al", unicodeslot=0x2D65, }, + [0x2D66]={ + category="lo", + description="TIFINAGH LETTER YE", + direction="l", + linebreak="al", + unicodeslot=0x2D66, + }, + [0x2D67]={ + category="lo", + description="TIFINAGH LETTER YO", + direction="l", + linebreak="al", + unicodeslot=0x2D67, + }, [0x2D6F]={ category="lm", description="TIFINAGH MODIFIER LETTER LABIALIZATION MARK", @@ -81908,14 +83399,14 @@ characters.data={ category="lo", description="ETHIOPIC SYLLABLE SSEE", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2DA4, }, [0x2DA5]={ category="lo", description="ETHIOPIC SYLLABLE SSE", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2DA5, }, [0x2DA6]={ @@ -82004,6 +83495,7 @@ characters.data={ }, [0x2DB4]={ category="lo", + cjkwd="w", description="ETHIOPIC SYLLABLE ZZEE", direction="l", linebreak="al", @@ -82011,6 +83503,7 @@ characters.data={ }, [0x2DB5]={ category="lo", + cjkwd="w", description="ETHIOPIC SYLLABLE ZZE", direction="l", linebreak="al", @@ -82048,14 +83541,14 @@ characters.data={ category="lo", description="ETHIOPIC SYLLABLE CCHAA", direction="l", - linebreak="al", + linebreak="id", unicodeslot=0x2DBB, }, [0x2DBC]={ category="lo", description="ETHIOPIC SYLLABLE CCHEE", direction="l", - linebreak="al", + linebreak="id", unicodeslot=0x2DBC, }, [0x2DBD]={ @@ -82424,6 +83917,7 @@ characters.data={ }, [0x2DF6]={ category="mn", + cjkwd="w", description="COMBINING CYRILLIC LETTER A", direction="nsm", linebreak="cm", @@ -82431,6 +83925,7 @@ characters.data={ }, [0x2DF7]={ category="mn", + cjkwd="w", description="COMBINING CYRILLIC LETTER IE", direction="nsm", linebreak="cm", @@ -82475,14 +83970,14 @@ characters.data={ category="mn", description="COMBINING CYRILLIC LETTER LITTLE YUS", direction="nsm", - linebreak="cm", + linebreak="id", unicodeslot=0x2DFD, }, [0x2DFE]={ category="mn", description="COMBINING CYRILLIC LETTER BIG YUS", direction="nsm", - linebreak="cm", + linebreak="id", unicodeslot=0x2DFE, }, [0x2DFF]={ @@ -82862,6 +84357,76 @@ characters.data={ linebreak="ba", unicodeslot=0x2E31, }, + [0x2E32]={ + category="po", + description="TURNED COMMA", + direction="on", + linebreak="al", + unicodeslot=0x2E32, + }, + [0x2E33]={ + category="po", + description="RAISED DOT", + direction="on", + linebreak="ba", + unicodeslot=0x2E33, + }, + [0x2E34]={ + category="po", + description="RAISED COMMA", + direction="on", + linebreak="ba", + unicodeslot=0x2E34, + }, + [0x2E35]={ + category="po", + description="TURNED SEMICOLON", + direction="on", + linebreak="al", + unicodeslot=0x2E35, + }, + [0x2E36]={ + category="po", + description="DAGGER WITH LEFT GUARD", + direction="on", + linebreak="al", + unicodeslot=0x2E36, + }, + [0x2E37]={ + category="po", + description="DAGGER WITH RIGHT GUARD", + direction="on", + linebreak="al", + unicodeslot=0x2E37, + }, + [0x2E38]={ + category="po", + description="TURNED DAGGER", + direction="on", + linebreak="al", + unicodeslot=0x2E38, + }, + [0x2E39]={ + category="po", + description="TOP HALF SECTION SIGN", + direction="on", + linebreak="al", + unicodeslot=0x2E39, + }, + [0x2E3A]={ + category="pd", + description="TWO-EM DASH", + direction="on", + linebreak="b2", + unicodeslot=0x2E3A, + }, + [0x2E3B]={ + category="pd", + description="THREE-EM DASH", + direction="on", + linebreak="b2", + unicodeslot=0x2E3B, + }, [0x2E80]={ category="so", cjkwd="w", @@ -86237,7 +87802,7 @@ characters.data={ category="mn", cjkwd="w", description="HANGUL SINGLE DOT TONE MARK", - direction="nsm", + direction="l", linebreak="cm", unicodeslot=0x302E, }, @@ -86245,7 +87810,7 @@ characters.data={ category="mn", cjkwd="w", description="HANGUL DOUBLE DOT TONE MARK", - direction="nsm", + direction="l", linebreak="cm", unicodeslot=0x302F, }, @@ -86365,6 +87930,10 @@ characters.data={ direction="on", linebreak="id", unicodeslot=0x303D, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x303E]={ category="so", @@ -86388,7 +87957,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL A", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3041, }, [0x3042]={ @@ -86406,7 +87975,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL I", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3043, }, [0x3044]={ @@ -86424,7 +87993,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL U", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3045, }, [0x3046]={ @@ -86442,7 +88011,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL E", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3047, }, [0x3048]={ @@ -86460,7 +88029,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL O", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3049, }, [0x304A]={ @@ -86706,7 +88275,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL TU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3063, }, [0x3064]={ @@ -87007,7 +88576,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL YA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3083, }, [0x3084]={ @@ -87025,7 +88594,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL YU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3085, }, [0x3086]={ @@ -87043,7 +88612,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL YO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3087, }, [0x3088]={ @@ -87106,7 +88675,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL WA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x308E, }, [0x308F]={ @@ -87169,7 +88738,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL KA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3095, }, [0x3096]={ @@ -87177,7 +88746,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL KE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3096, }, [0x3099]={ @@ -87258,7 +88827,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL A", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A1, }, [0x30A2]={ @@ -87276,7 +88845,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL I", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A3, }, [0x30A4]={ @@ -87294,7 +88863,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL U", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A5, }, [0x30A6]={ @@ -87312,7 +88881,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL E", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A7, }, [0x30A8]={ @@ -87330,7 +88899,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL O", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A9, }, [0x30AA]={ @@ -87576,7 +89145,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL TU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30C3, }, [0x30C4]={ @@ -87877,7 +89446,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL YA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30E3, }, [0x30E4]={ @@ -87895,7 +89464,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL YU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30E5, }, [0x30E6]={ @@ -87913,7 +89482,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL YO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30E7, }, [0x30E8]={ @@ -87976,7 +89545,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL WA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30EE, }, [0x30EF]={ @@ -88040,7 +89609,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL KA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30F5, }, [0x30F6]={ @@ -88049,7 +89618,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL KE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30F6, }, [0x30F7]={ @@ -88107,7 +89676,7 @@ characters.data={ cjkwd="w", description="KATAKANA-HIRAGANA PROLONGED SOUND MARK", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30FC, }, [0x30FD]={ @@ -90094,7 +91663,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL KU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F0, }, [0x31F1]={ @@ -90102,7 +91671,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL SI", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F1, }, [0x31F2]={ @@ -90110,7 +91679,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL SU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F2, }, [0x31F3]={ @@ -90118,7 +91687,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL TO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F3, }, [0x31F4]={ @@ -90126,7 +91695,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL NU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F4, }, [0x31F5]={ @@ -90134,7 +91703,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F5, }, [0x31F6]={ @@ -90142,7 +91711,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HI", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F6, }, [0x31F7]={ @@ -90150,7 +91719,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F7, }, [0x31F8]={ @@ -90158,7 +91727,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F8, }, [0x31F9]={ @@ -90166,7 +91735,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F9, }, [0x31FA]={ @@ -90174,7 +91743,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL MU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FA, }, [0x31FB]={ @@ -90182,7 +91751,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FB, }, [0x31FC]={ @@ -90190,7 +91759,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RI", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FC, }, [0x31FD]={ @@ -90198,7 +91767,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FD, }, [0x31FE]={ @@ -90206,7 +91775,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FE, }, [0x31FF]={ @@ -90214,7 +91783,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FF, }, [0x3200]={ @@ -91668,6 +93237,10 @@ characters.data={ linebreak="id", specials={ "circle", 0x795D }, unicodeslot=0x3297, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x3298]={ adobename="ideographiclaborcircle", @@ -91688,6 +93261,10 @@ characters.data={ linebreak="id", specials={ "circle", 0x79D8 }, unicodeslot=0x3299, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x329A]={ category="so", @@ -108042,6 +109619,62 @@ characters.data={ linebreak="al", unicodeslot=0xA673, }, + [0xA674]={ + category="mn", + description="COMBINING CYRILLIC LETTER UKRAINIAN IE", + direction="nsm", + linebreak="cm", + unicodeslot=0xA674, + }, + [0xA675]={ + category="mn", + description="COMBINING CYRILLIC LETTER I", + direction="nsm", + linebreak="cm", + unicodeslot=0xA675, + }, + [0xA676]={ + category="mn", + description="COMBINING CYRILLIC LETTER YI", + direction="nsm", + linebreak="cm", + unicodeslot=0xA676, + }, + [0xA677]={ + category="mn", + description="COMBINING CYRILLIC LETTER U", + direction="nsm", + linebreak="cm", + unicodeslot=0xA677, + }, + [0xA678]={ + category="mn", + description="COMBINING CYRILLIC LETTER HARD SIGN", + direction="nsm", + linebreak="cm", + unicodeslot=0xA678, + }, + [0xA679]={ + category="mn", + description="COMBINING CYRILLIC LETTER YERU", + direction="nsm", + linebreak="cm", + unicodeslot=0xA679, + }, + [0xA67A]={ + category="mn", + description="COMBINING CYRILLIC LETTER SOFT SIGN", + direction="nsm", + linebreak="cm", + unicodeslot=0xA67A, + }, + [0xA67B]={ + category="mn", + description="COMBINING CYRILLIC LETTER OMEGA", + direction="nsm", + linebreak="cm", + unicodeslot=0xA67B, + }, [0xA67C]={ category="mn", description="COMBINING CYRILLIC KAVYKA", @@ -108238,6 +109871,13 @@ characters.data={ linebreak="al", unicodeslot=0xA697, }, + [0xA69F]={ + category="mn", + description="COMBINING CYRILLIC LETTER IOTIFIED E", + direction="nsm", + linebreak="cm", + unicodeslot=0xA69F, + }, [0xA6A0]={ category="lo", description="BAMUM LETTER A", @@ -109870,6 +111510,20 @@ characters.data={ linebreak="al", unicodeslot=0xA791, }, + [0xA792]={ + category="lu", + description="LATIN CAPITAL LETTER C WITH BAR", + direction="l", + linebreak="al", + unicodeslot=0xA792, + }, + [0xA793]={ + category="ll", + description="LATIN SMALL LETTER C WITH BAR", + direction="l", + linebreak="al", + unicodeslot=0xA793, + }, [0xA7A0]={ category="lu", description="LATIN CAPITAL LETTER G WITH OBLIQUE STROKE", @@ -109940,6 +111594,29 @@ characters.data={ linebreak="al", unicodeslot=0xA7A9, }, + [0xA7AA]={ + category="lu", + description="LATIN CAPITAL LETTER H WITH HOOK", + direction="l", + linebreak="al", + unicodeslot=0xA7AA, + }, + [0xA7F8]={ + category="lm", + description="MODIFIER LETTER CAPITAL H WITH STROKE", + direction="l", + linebreak="al", + specials={ "super", 0x0126 }, + unicodeslot=0xA7F8, + }, + [0xA7F9]={ + category="lm", + description="MODIFIER LETTER SMALL LIGATURE OE", + direction="l", + linebreak="al", + specials={ "super", 0x0153 }, + unicodeslot=0xA7F9, + }, [0xA7FA]={ category="ll", description="LATIN LETTER SMALL CAPITAL TURNED M", @@ -114278,6 +115955,167 @@ characters.data={ linebreak="sa", unicodeslot=0xAADF, }, + [0xAAE0]={ + category="lo", + description="MEETEI MAYEK LETTER E", + direction="l", + linebreak="al", + unicodeslot=0xAAE0, + }, + [0xAAE1]={ + category="lo", + description="MEETEI MAYEK LETTER O", + direction="l", + linebreak="al", + unicodeslot=0xAAE1, + }, + [0xAAE2]={ + category="lo", + description="MEETEI MAYEK LETTER CHA", + direction="l", + linebreak="al", + unicodeslot=0xAAE2, + }, + [0xAAE3]={ + category="lo", + description="MEETEI MAYEK LETTER NYA", + direction="l", + linebreak="al", + unicodeslot=0xAAE3, + }, + [0xAAE4]={ + category="lo", + description="MEETEI MAYEK LETTER TTA", + direction="l", + linebreak="al", + unicodeslot=0xAAE4, + }, + [0xAAE5]={ + category="lo", + description="MEETEI MAYEK LETTER TTHA", + direction="l", + linebreak="al", + unicodeslot=0xAAE5, + }, + [0xAAE6]={ + category="lo", + description="MEETEI MAYEK LETTER DDA", + direction="l", + linebreak="al", + unicodeslot=0xAAE6, + }, + [0xAAE7]={ + category="lo", + description="MEETEI MAYEK LETTER DDHA", + direction="l", + linebreak="al", + unicodeslot=0xAAE7, + }, + [0xAAE8]={ + category="lo", + description="MEETEI MAYEK LETTER NNA", + direction="l", + linebreak="al", + unicodeslot=0xAAE8, + }, + [0xAAE9]={ + category="lo", + description="MEETEI MAYEK LETTER SHA", + direction="l", + linebreak="al", + unicodeslot=0xAAE9, + }, + [0xAAEA]={ + category="lo", + description="MEETEI MAYEK LETTER SSA", + direction="l", + linebreak="al", + unicodeslot=0xAAEA, + }, + [0xAAEB]={ + category="mc", + description="MEETEI MAYEK VOWEL SIGN II", + direction="l", + linebreak="cm", + unicodeslot=0xAAEB, + }, + [0xAAEC]={ + category="mn", + description="MEETEI MAYEK VOWEL SIGN UU", + direction="nsm", + linebreak="cm", + unicodeslot=0xAAEC, + }, + [0xAAED]={ + category="mn", + description="MEETEI MAYEK VOWEL SIGN AAI", + direction="nsm", + linebreak="cm", + unicodeslot=0xAAED, + }, + [0xAAEE]={ + category="mc", + description="MEETEI MAYEK VOWEL SIGN AU", + direction="l", + linebreak="cm", + unicodeslot=0xAAEE, + }, + [0xAAEF]={ + category="mc", + description="MEETEI MAYEK VOWEL SIGN AAU", + direction="l", + linebreak="cm", + unicodeslot=0xAAEF, + }, + [0xAAF0]={ + category="po", + description="MEETEI MAYEK CHEIKHAN", + direction="l", + linebreak="ba", + unicodeslot=0xAAF0, + }, + [0xAAF1]={ + category="po", + description="MEETEI MAYEK AHANG KHUDAM", + direction="l", + linebreak="ba", + unicodeslot=0xAAF1, + }, + [0xAAF2]={ + category="lo", + description="MEETEI MAYEK ANJI", + direction="l", + linebreak="al", + unicodeslot=0xAAF2, + }, + [0xAAF3]={ + category="lm", + description="MEETEI MAYEK SYLLABLE REPETITION MARK", + direction="l", + linebreak="al", + unicodeslot=0xAAF3, + }, + [0xAAF4]={ + category="lm", + description="MEETEI MAYEK WORD REPETITION MARK", + direction="l", + linebreak="al", + unicodeslot=0xAAF4, + }, + [0xAAF5]={ + category="mc", + description="MEETEI MAYEK VOWEL SIGN VISARGA", + direction="l", + linebreak="cm", + unicodeslot=0xAAF5, + }, + [0xAAF6]={ + category="mn", + description="MEETEI MAYEK VIRAMA", + direction="nsm", + linebreak="cm", + unicodeslot=0xAAF6, + }, [0xAB01]={ category="lo", description="ETHIOPIC SYLLABLE TTHU", @@ -114896,7 +116734,6 @@ characters.data={ }, [0xD7B0]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-YEO", direction="l", linebreak="jv", @@ -114904,7 +116741,6 @@ characters.data={ }, [0xD7B1]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-O-I", direction="l", linebreak="jv", @@ -114912,7 +116748,6 @@ characters.data={ }, [0xD7B2]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YO-A", direction="l", linebreak="jv", @@ -114920,7 +116755,6 @@ characters.data={ }, [0xD7B3]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YO-AE", direction="l", linebreak="jv", @@ -114928,7 +116762,6 @@ characters.data={ }, [0xD7B4]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YO-EO", direction="l", linebreak="jv", @@ -114936,7 +116769,6 @@ characters.data={ }, [0xD7B5]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG U-YEO", direction="l", linebreak="jv", @@ -114944,7 +116776,6 @@ characters.data={ }, [0xD7B6]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG U-I-I", direction="l", linebreak="jv", @@ -114952,7 +116783,6 @@ characters.data={ }, [0xD7B7]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YU-AE", direction="l", linebreak="jv", @@ -114960,7 +116790,6 @@ characters.data={ }, [0xD7B8]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YU-O", direction="l", linebreak="jv", @@ -114968,7 +116797,6 @@ characters.data={ }, [0xD7B9]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-A", direction="l", linebreak="jv", @@ -114976,7 +116804,6 @@ characters.data={ }, [0xD7BA]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-EO", direction="l", linebreak="jv", @@ -114984,7 +116811,6 @@ characters.data={ }, [0xD7BB]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-E", direction="l", linebreak="jv", @@ -114992,7 +116818,6 @@ characters.data={ }, [0xD7BC]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-O", direction="l", linebreak="jv", @@ -115000,7 +116825,6 @@ characters.data={ }, [0xD7BD]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YA-O", direction="l", linebreak="jv", @@ -115008,7 +116832,6 @@ characters.data={ }, [0xD7BE]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YAE", direction="l", linebreak="jv", @@ -115016,7 +116839,6 @@ characters.data={ }, [0xD7BF]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YEO", direction="l", linebreak="jv", @@ -115024,7 +116846,6 @@ characters.data={ }, [0xD7C0]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YE", direction="l", linebreak="jv", @@ -115032,7 +116853,6 @@ characters.data={ }, [0xD7C1]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-O-I", direction="l", linebreak="jv", @@ -115040,7 +116860,6 @@ characters.data={ }, [0xD7C2]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YO", direction="l", linebreak="jv", @@ -115048,7 +116867,6 @@ characters.data={ }, [0xD7C3]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YU", direction="l", linebreak="jv", @@ -115056,7 +116874,6 @@ characters.data={ }, [0xD7C4]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-I", direction="l", linebreak="jv", @@ -115064,7 +116881,6 @@ characters.data={ }, [0xD7C5]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG ARAEA-A", direction="l", linebreak="jv", @@ -115072,7 +116888,6 @@ characters.data={ }, [0xD7C6]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG ARAEA-E", direction="l", linebreak="jv", @@ -115080,7 +116895,6 @@ characters.data={ }, [0xD7CB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG NIEUN-RIEUL", direction="l", linebreak="jt", @@ -115088,7 +116902,6 @@ characters.data={ }, [0xD7CC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG NIEUN-CHIEUCH", direction="l", linebreak="jt", @@ -115096,7 +116909,6 @@ characters.data={ }, [0xD7CD]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGTIKEUT", direction="l", linebreak="jt", @@ -115104,7 +116916,6 @@ characters.data={ }, [0xD7CE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGTIKEUT-PIEUP", direction="l", linebreak="jt", @@ -115112,7 +116923,6 @@ characters.data={ }, [0xD7CF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-PIEUP", direction="l", linebreak="jt", @@ -115120,7 +116930,6 @@ characters.data={ }, [0xD7D0]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-SIOS", direction="l", linebreak="jt", @@ -115128,7 +116937,6 @@ characters.data={ }, [0xD7D1]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK", direction="l", linebreak="jt", @@ -115136,7 +116944,6 @@ characters.data={ }, [0xD7D2]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-CIEUC", direction="l", linebreak="jt", @@ -115144,7 +116951,6 @@ characters.data={ }, [0xD7D3]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-CHIEUCH", direction="l", linebreak="jt", @@ -115152,7 +116958,6 @@ characters.data={ }, [0xD7D4]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-THIEUTH", direction="l", linebreak="jt", @@ -115160,7 +116965,6 @@ characters.data={ }, [0xD7D5]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-SSANGKIYEOK", direction="l", linebreak="jt", @@ -115168,7 +116972,6 @@ characters.data={ }, [0xD7D6]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH", direction="l", linebreak="jt", @@ -115176,7 +116979,6 @@ characters.data={ }, [0xD7D7]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGRIEUL-KHIEUKH", direction="l", linebreak="jt", @@ -115184,7 +116986,6 @@ characters.data={ }, [0xD7D8]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-MIEUM-HIEUH", direction="l", linebreak="jt", @@ -115192,7 +116993,6 @@ characters.data={ }, [0xD7D9]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT", direction="l", linebreak="jt", @@ -115200,7 +117000,6 @@ characters.data={ }, [0xD7DA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH", direction="l", linebreak="jt", @@ -115208,7 +117007,6 @@ characters.data={ }, [0xD7DB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-YESIEUNG", direction="l", linebreak="jt", @@ -115216,7 +117014,6 @@ characters.data={ }, [0xD7DC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH", direction="l", linebreak="jt", @@ -115224,7 +117021,6 @@ characters.data={ }, [0xD7DD]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KAPYEOUNRIEUL", direction="l", linebreak="jt", @@ -115232,7 +117028,6 @@ characters.data={ }, [0xD7DE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-NIEUN", direction="l", linebreak="jt", @@ -115240,7 +117035,6 @@ characters.data={ }, [0xD7DF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-SSANGNIEUN", direction="l", linebreak="jt", @@ -115248,7 +117042,6 @@ characters.data={ }, [0xD7E0]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGMIEUM", direction="l", linebreak="jt", @@ -115256,7 +117049,6 @@ characters.data={ }, [0xD7E1]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-PIEUP-SIOS", direction="l", linebreak="jt", @@ -115264,7 +117056,6 @@ characters.data={ }, [0xD7E2]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-CIEUC", direction="l", linebreak="jt", @@ -115272,7 +117063,6 @@ characters.data={ }, [0xD7E3]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-TIKEUT", direction="l", linebreak="jt", @@ -115280,7 +117070,6 @@ characters.data={ }, [0xD7E4]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH", direction="l", linebreak="jt", @@ -115288,7 +117077,6 @@ characters.data={ }, [0xD7E5]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-MIEUM", direction="l", linebreak="jt", @@ -115296,7 +117084,6 @@ characters.data={ }, [0xD7E6]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGPIEUP", direction="l", linebreak="jt", @@ -115304,7 +117091,6 @@ characters.data={ }, [0xD7E7]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-SIOS-TIKEUT", direction="l", linebreak="jt", @@ -115312,7 +117098,6 @@ characters.data={ }, [0xD7E8]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-CIEUC", direction="l", linebreak="jt", @@ -115320,7 +117105,6 @@ characters.data={ }, [0xD7E9]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-CHIEUCH", direction="l", linebreak="jt", @@ -115328,7 +117112,6 @@ characters.data={ }, [0xD7EA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-MIEUM", direction="l", linebreak="jt", @@ -115336,7 +117119,6 @@ characters.data={ }, [0xD7EB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP", direction="l", linebreak="jt", @@ -115344,7 +117126,6 @@ characters.data={ }, [0xD7EC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGSIOS-KIYEOK", direction="l", linebreak="jt", @@ -115352,7 +117133,6 @@ characters.data={ }, [0xD7ED]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGSIOS-TIKEUT", direction="l", linebreak="jt", @@ -115360,7 +117140,6 @@ characters.data={ }, [0xD7EE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-PANSIOS", direction="l", linebreak="jt", @@ -115368,7 +117147,6 @@ characters.data={ }, [0xD7EF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-CIEUC", direction="l", linebreak="jt", @@ -115376,7 +117154,6 @@ characters.data={ }, [0xD7F0]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-CHIEUCH", direction="l", linebreak="jt", @@ -115384,7 +117161,6 @@ characters.data={ }, [0xD7F1]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-THIEUTH", direction="l", linebreak="jt", @@ -115392,7 +117168,6 @@ characters.data={ }, [0xD7F2]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-HIEUH", direction="l", linebreak="jt", @@ -115400,7 +117175,6 @@ characters.data={ }, [0xD7F3]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PANSIOS-PIEUP", direction="l", linebreak="jt", @@ -115408,7 +117182,6 @@ characters.data={ }, [0xD7F4]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP", direction="l", linebreak="jt", @@ -115416,7 +117189,6 @@ characters.data={ }, [0xD7F5]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG YESIEUNG-MIEUM", direction="l", linebreak="jt", @@ -115424,7 +117196,6 @@ characters.data={ }, [0xD7F6]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG YESIEUNG-HIEUH", direction="l", linebreak="jt", @@ -115432,7 +117203,6 @@ characters.data={ }, [0xD7F7]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG CIEUC-PIEUP", direction="l", linebreak="jt", @@ -115440,7 +117210,6 @@ characters.data={ }, [0xD7F8]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG CIEUC-SSANGPIEUP", direction="l", linebreak="jt", @@ -115448,7 +117217,6 @@ characters.data={ }, [0xD7F9]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGCIEUC", direction="l", linebreak="jt", @@ -115456,7 +117224,6 @@ characters.data={ }, [0xD7FA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PHIEUPH-SIOS", direction="l", linebreak="jt", @@ -115464,7 +117231,6 @@ characters.data={ }, [0xD7FB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PHIEUPH-THIEUTH", direction="l", linebreak="jt", @@ -118233,6 +119999,24 @@ characters.data={ specials={ "char", 0x9DB4 }, unicodeslot=0xFA2D, }, + [0xFA2E]={ + category="lo", + cjkwd="w", + description="CJK COMPATIBILITY IDEOGRAPH-FA2E", + direction="l", + linebreak="id", + specials={ "char", 0x90DE }, + unicodeslot=0xFA2E, + }, + [0xFA2F]={ + category="lo", + cjkwd="w", + description="CJK COMPATIBILITY IDEOGRAPH-FA2F", + direction="l", + linebreak="id", + specials={ "char", 0x96B7 }, + unicodeslot=0xFA2F, + }, [0xFA30]={ category="lo", cjkwd="w", @@ -119861,7 +121645,7 @@ characters.data={ category="lo", description="HEBREW LETTER YOD WITH HIRIQ", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D9, specials={ "char", 0x05D9, 0x05B4 }, unicodeslot=0xFB1D, @@ -119878,7 +121662,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH YOD YOD PATAH", direction="r", - linebreak="al", + linebreak="hl", specials={ "char", 0x05F2, 0x05B7 }, unicodeslot=0xFB1F, }, @@ -119887,7 +121671,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALTERNATIVE AYIN", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05E2 }, unicodeslot=0xFB20, }, @@ -119895,7 +121679,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE ALEF", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05D0 }, unicodeslot=0xFB21, }, @@ -119903,7 +121687,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE DALET", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05D3 }, unicodeslot=0xFB22, }, @@ -119911,7 +121695,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE HE", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05D4 }, unicodeslot=0xFB23, }, @@ -119919,7 +121703,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE KAF", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05DB }, unicodeslot=0xFB24, }, @@ -119927,7 +121711,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE LAMED", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05DC }, unicodeslot=0xFB25, }, @@ -119935,7 +121719,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE FINAL MEM", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05DD }, unicodeslot=0xFB26, }, @@ -119943,7 +121727,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE RESH", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05E8 }, unicodeslot=0xFB27, }, @@ -119951,7 +121735,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE TAV", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05EA }, unicodeslot=0xFB28, }, @@ -119968,7 +121752,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH SHIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0x05E9, 0x05C1 }, unicodeslot=0xFB2A, @@ -119978,7 +121762,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH SIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0x05E9, 0x05C2 }, unicodeslot=0xFB2B, @@ -119988,7 +121772,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0xFB49, 0x05C1 }, unicodeslot=0xFB2C, @@ -119998,7 +121782,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH DAGESH AND SIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0xFB49, 0x05C2 }, unicodeslot=0xFB2D, @@ -120008,7 +121792,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALEF WITH PATAH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D0, specials={ "char", 0x05D0, 0x05B7 }, unicodeslot=0xFB2E, @@ -120018,7 +121802,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALEF WITH QAMATS", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D0, specials={ "char", 0x05D0, 0x05B8 }, unicodeslot=0xFB2F, @@ -120028,7 +121812,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALEF WITH MAPIQ", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D0, specials={ "char", 0x05D0, 0x05BC }, unicodeslot=0xFB30, @@ -120038,7 +121822,7 @@ characters.data={ category="lo", description="HEBREW LETTER BET WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D1, specials={ "char", 0x05D1, 0x05BC }, unicodeslot=0xFB31, @@ -120048,7 +121832,7 @@ characters.data={ category="lo", description="HEBREW LETTER GIMEL WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D2, specials={ "char", 0x05D2, 0x05BC }, unicodeslot=0xFB32, @@ -120058,7 +121842,7 @@ characters.data={ category="lo", description="HEBREW LETTER DALET WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D3, specials={ "char", 0x05D3, 0x05BC }, unicodeslot=0xFB33, @@ -120068,7 +121852,7 @@ characters.data={ category="lo", description="HEBREW LETTER HE WITH MAPIQ", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D4, specials={ "char", 0x05D4, 0x05BC }, unicodeslot=0xFB34, @@ -120078,7 +121862,7 @@ characters.data={ category="lo", description="HEBREW LETTER VAV WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D5, specials={ "char", 0x05D5, 0x05BC }, unicodeslot=0xFB35, @@ -120088,7 +121872,7 @@ characters.data={ category="lo", description="HEBREW LETTER ZAYIN WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D6, specials={ "char", 0x05D6, 0x05BC }, unicodeslot=0xFB36, @@ -120098,7 +121882,7 @@ characters.data={ category="lo", description="HEBREW LETTER TET WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D8, specials={ "char", 0x05D8, 0x05BC }, unicodeslot=0xFB38, @@ -120108,7 +121892,7 @@ characters.data={ category="lo", description="HEBREW LETTER YOD WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D9, specials={ "char", 0x05D9, 0x05BC }, unicodeslot=0xFB39, @@ -120118,7 +121902,7 @@ characters.data={ category="lo", description="HEBREW LETTER FINAL KAF WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", specials={ "char", 0x05DA, 0x05BC }, unicodeslot=0xFB3A, }, @@ -120127,7 +121911,7 @@ characters.data={ category="lo", description="HEBREW LETTER KAF WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DB, specials={ "char", 0x05DB, 0x05BC }, unicodeslot=0xFB3B, @@ -120137,7 +121921,7 @@ characters.data={ category="lo", description="HEBREW LETTER LAMED WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DC, specials={ "char", 0x05DC, 0x05BC }, unicodeslot=0xFB3C, @@ -120147,7 +121931,7 @@ characters.data={ category="lo", description="HEBREW LETTER MEM WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DE, specials={ "char", 0x05DE, 0x05BC }, unicodeslot=0xFB3E, @@ -120157,7 +121941,7 @@ characters.data={ category="lo", description="HEBREW LETTER NUN WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E0, specials={ "char", 0x05E0, 0x05BC }, unicodeslot=0xFB40, @@ -120167,7 +121951,7 @@ characters.data={ category="lo", description="HEBREW LETTER SAMEKH WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E1, specials={ "char", 0x05E1, 0x05BC }, unicodeslot=0xFB41, @@ -120177,7 +121961,7 @@ characters.data={ category="lo", description="HEBREW LETTER FINAL PE WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", specials={ "char", 0x05E3, 0x05BC }, unicodeslot=0xFB43, }, @@ -120186,7 +121970,7 @@ characters.data={ category="lo", description="HEBREW LETTER PE WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E4, specials={ "char", 0x05E4, 0x05BC }, unicodeslot=0xFB44, @@ -120196,7 +121980,7 @@ characters.data={ category="lo", description="HEBREW LETTER TSADI WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E6, specials={ "char", 0x05E6, 0x05BC }, unicodeslot=0xFB46, @@ -120206,7 +121990,7 @@ characters.data={ category="lo", description="HEBREW LETTER QOF WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E7, specials={ "char", 0x05E7, 0x05BC }, unicodeslot=0xFB47, @@ -120216,7 +122000,7 @@ characters.data={ category="lo", description="HEBREW LETTER RESH WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E8, specials={ "char", 0x05E8, 0x05BC }, unicodeslot=0xFB48, @@ -120226,7 +122010,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0x05E9, 0x05BC }, unicodeslot=0xFB49, @@ -120236,7 +122020,7 @@ characters.data={ category="lo", description="HEBREW LETTER TAV WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05EA, specials={ "char", 0x05EA, 0x05BC }, unicodeslot=0xFB4A, @@ -120246,7 +122030,7 @@ characters.data={ category="lo", description="HEBREW LETTER VAV WITH HOLAM", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D5, specials={ "char", 0x05D5, 0x05B9 }, unicodeslot=0xFB4B, @@ -120256,7 +122040,7 @@ characters.data={ category="lo", description="HEBREW LETTER BET WITH RAFE", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D1, specials={ "char", 0x05D1, 0x05BF }, unicodeslot=0xFB4C, @@ -120266,7 +122050,7 @@ characters.data={ category="lo", description="HEBREW LETTER KAF WITH RAFE", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DB, specials={ "char", 0x05DB, 0x05BF }, unicodeslot=0xFB4D, @@ -120276,7 +122060,7 @@ characters.data={ category="lo", description="HEBREW LETTER PE WITH RAFE", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E4, specials={ "char", 0x05E4, 0x05BF }, unicodeslot=0xFB4E, @@ -120286,7 +122070,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE ALEF LAMED", direction="r", - linebreak="al", + linebreak="hl", specials={ "compat", 0x05D0, 0x05DC }, unicodeslot=0xFB4F, }, @@ -128386,7 +130170,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL A", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A1 }, unicodeslot=0xFF67, }, @@ -128396,7 +130180,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL I", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A3 }, unicodeslot=0xFF68, }, @@ -128406,7 +130190,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL U", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A5 }, unicodeslot=0xFF69, }, @@ -128416,7 +130200,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL E", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A7 }, unicodeslot=0xFF6A, }, @@ -128426,7 +130210,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL O", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A9 }, unicodeslot=0xFF6B, }, @@ -128436,7 +130220,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL YA", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30E3 }, unicodeslot=0xFF6C, }, @@ -128446,7 +130230,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL YU", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30E5 }, unicodeslot=0xFF6D, }, @@ -128456,7 +130240,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL YO", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30E7 }, unicodeslot=0xFF6E, }, @@ -128466,7 +130250,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL TU", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30C3 }, unicodeslot=0xFF6F, }, @@ -128476,7 +130260,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30FC }, unicodeslot=0xFF70, }, @@ -136192,6 +137976,412 @@ characters.data={ linebreak="al", unicodeslot=0x1093F, }, + [0x10980]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER A", + direction="r", + linebreak="al", + unicodeslot=0x10980, + }, + [0x10981]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER E", + direction="r", + linebreak="al", + unicodeslot=0x10981, + }, + [0x10982]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER I", + direction="r", + linebreak="al", + unicodeslot=0x10982, + }, + [0x10983]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER O", + direction="r", + linebreak="al", + unicodeslot=0x10983, + }, + [0x10984]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER YA", + direction="r", + linebreak="al", + unicodeslot=0x10984, + }, + [0x10985]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER WA", + direction="r", + linebreak="al", + unicodeslot=0x10985, + }, + [0x10986]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER BA", + direction="r", + linebreak="al", + unicodeslot=0x10986, + }, + [0x10987]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER BA-2", + direction="r", + linebreak="al", + unicodeslot=0x10987, + }, + [0x10988]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER PA", + direction="r", + linebreak="al", + unicodeslot=0x10988, + }, + [0x10989]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER MA", + direction="r", + linebreak="al", + unicodeslot=0x10989, + }, + [0x1098A]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER NA", + direction="r", + linebreak="al", + unicodeslot=0x1098A, + }, + [0x1098B]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER NA-2", + direction="r", + linebreak="al", + unicodeslot=0x1098B, + }, + [0x1098C]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER NE", + direction="r", + linebreak="al", + unicodeslot=0x1098C, + }, + [0x1098D]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER NE-2", + direction="r", + linebreak="al", + unicodeslot=0x1098D, + }, + [0x1098E]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER RA", + direction="r", + linebreak="al", + unicodeslot=0x1098E, + }, + [0x1098F]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER RA-2", + direction="r", + linebreak="al", + unicodeslot=0x1098F, + }, + [0x10990]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER LA", + direction="r", + linebreak="al", + unicodeslot=0x10990, + }, + [0x10991]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER KHA", + direction="r", + linebreak="al", + unicodeslot=0x10991, + }, + [0x10992]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER HHA", + direction="r", + linebreak="al", + unicodeslot=0x10992, + }, + [0x10993]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER SA", + direction="r", + linebreak="al", + unicodeslot=0x10993, + }, + [0x10994]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER SA-2", + direction="r", + linebreak="al", + unicodeslot=0x10994, + }, + [0x10995]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER SE", + direction="r", + linebreak="al", + unicodeslot=0x10995, + }, + [0x10996]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER KA", + direction="r", + linebreak="al", + unicodeslot=0x10996, + }, + [0x10997]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER QA", + direction="r", + linebreak="al", + unicodeslot=0x10997, + }, + [0x10998]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER TA", + direction="r", + linebreak="al", + unicodeslot=0x10998, + }, + [0x10999]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER TA-2", + direction="r", + linebreak="al", + unicodeslot=0x10999, + }, + [0x1099A]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER TE", + direction="r", + linebreak="al", + unicodeslot=0x1099A, + }, + [0x1099B]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER TE-2", + direction="r", + linebreak="al", + unicodeslot=0x1099B, + }, + [0x1099C]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER TO", + direction="r", + linebreak="al", + unicodeslot=0x1099C, + }, + [0x1099D]={ + category="lo", + description="MEROITIC HIEROGLYPHIC LETTER DA", + direction="r", + linebreak="al", + unicodeslot=0x1099D, + }, + [0x1099E]={ + category="lo", + description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ", + direction="r", + linebreak="al", + unicodeslot=0x1099E, + }, + [0x1099F]={ + category="lo", + description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2", + direction="r", + linebreak="al", + unicodeslot=0x1099F, + }, + [0x109A0]={ + category="lo", + description="MEROITIC CURSIVE LETTER A", + direction="r", + linebreak="al", + unicodeslot=0x109A0, + }, + [0x109A1]={ + category="lo", + description="MEROITIC CURSIVE LETTER E", + direction="r", + linebreak="al", + unicodeslot=0x109A1, + }, + [0x109A2]={ + category="lo", + description="MEROITIC CURSIVE LETTER I", + direction="r", + linebreak="al", + unicodeslot=0x109A2, + }, + [0x109A3]={ + category="lo", + description="MEROITIC CURSIVE LETTER O", + direction="r", + linebreak="al", + unicodeslot=0x109A3, + }, + [0x109A4]={ + category="lo", + description="MEROITIC CURSIVE LETTER YA", + direction="r", + linebreak="al", + unicodeslot=0x109A4, + }, + [0x109A5]={ + category="lo", + description="MEROITIC CURSIVE LETTER WA", + direction="r", + linebreak="al", + unicodeslot=0x109A5, + }, + [0x109A6]={ + category="lo", + description="MEROITIC CURSIVE LETTER BA", + direction="r", + linebreak="al", + unicodeslot=0x109A6, + }, + [0x109A7]={ + category="lo", + description="MEROITIC CURSIVE LETTER PA", + direction="r", + linebreak="al", + unicodeslot=0x109A7, + }, + [0x109A8]={ + category="lo", + description="MEROITIC CURSIVE LETTER MA", + direction="r", + linebreak="al", + unicodeslot=0x109A8, + }, + [0x109A9]={ + category="lo", + description="MEROITIC CURSIVE LETTER NA", + direction="r", + linebreak="al", + unicodeslot=0x109A9, + }, + [0x109AA]={ + category="lo", + description="MEROITIC CURSIVE LETTER NE", + direction="r", + linebreak="al", + unicodeslot=0x109AA, + }, + [0x109AB]={ + category="lo", + description="MEROITIC CURSIVE LETTER RA", + direction="r", + linebreak="al", + unicodeslot=0x109AB, + }, + [0x109AC]={ + category="lo", + description="MEROITIC CURSIVE LETTER LA", + direction="r", + linebreak="al", + unicodeslot=0x109AC, + }, + [0x109AD]={ + category="lo", + description="MEROITIC CURSIVE LETTER KHA", + direction="r", + linebreak="al", + unicodeslot=0x109AD, + }, + [0x109AE]={ + category="lo", + description="MEROITIC CURSIVE LETTER HHA", + direction="r", + linebreak="al", + unicodeslot=0x109AE, + }, + [0x109AF]={ + category="lo", + description="MEROITIC CURSIVE LETTER SA", + direction="r", + linebreak="al", + unicodeslot=0x109AF, + }, + [0x109B0]={ + category="lo", + description="MEROITIC CURSIVE LETTER ARCHAIC SA", + direction="r", + linebreak="al", + unicodeslot=0x109B0, + }, + [0x109B1]={ + category="lo", + description="MEROITIC CURSIVE LETTER SE", + direction="r", + linebreak="al", + unicodeslot=0x109B1, + }, + [0x109B2]={ + category="lo", + description="MEROITIC CURSIVE LETTER KA", + direction="r", + linebreak="al", + unicodeslot=0x109B2, + }, + [0x109B3]={ + category="lo", + description="MEROITIC CURSIVE LETTER QA", + direction="r", + linebreak="al", + unicodeslot=0x109B3, + }, + [0x109B4]={ + category="lo", + description="MEROITIC CURSIVE LETTER TA", + direction="r", + linebreak="al", + unicodeslot=0x109B4, + }, + [0x109B5]={ + category="lo", + description="MEROITIC CURSIVE LETTER TE", + direction="r", + linebreak="al", + unicodeslot=0x109B5, + }, + [0x109B6]={ + category="lo", + description="MEROITIC CURSIVE LETTER TO", + direction="r", + linebreak="al", + unicodeslot=0x109B6, + }, + [0x109B7]={ + category="lo", + description="MEROITIC CURSIVE LETTER DA", + direction="r", + linebreak="al", + unicodeslot=0x109B7, + }, + [0x109BE]={ + category="lo", + description="MEROITIC CURSIVE LOGOGRAM RMT", + direction="r", + linebreak="al", + unicodeslot=0x109BE, + }, + [0x109BF]={ + category="lo", + description="MEROITIC CURSIVE LOGOGRAM IMN", + direction="r", + linebreak="al", + unicodeslot=0x109BF, + }, [0x10A00]={ category="lo", description="KHAROSHTHI LETTER A", @@ -139646,6 +141836,1765 @@ characters.data={ linebreak="ba", unicodeslot=0x110C1, }, + [0x110D0]={ + category="lo", + description="SORA SOMPENG LETTER SAH", + direction="l", + linebreak="al", + unicodeslot=0x110D0, + }, + [0x110D1]={ + category="lo", + description="SORA SOMPENG LETTER TAH", + direction="l", + linebreak="al", + unicodeslot=0x110D1, + }, + [0x110D2]={ + category="lo", + description="SORA SOMPENG LETTER BAH", + direction="l", + linebreak="al", + unicodeslot=0x110D2, + }, + [0x110D3]={ + category="lo", + description="SORA SOMPENG LETTER CAH", + direction="l", + linebreak="al", + unicodeslot=0x110D3, + }, + [0x110D4]={ + category="lo", + description="SORA SOMPENG LETTER DAH", + direction="l", + linebreak="al", + unicodeslot=0x110D4, + }, + [0x110D5]={ + category="lo", + description="SORA SOMPENG LETTER GAH", + direction="l", + linebreak="al", + unicodeslot=0x110D5, + }, + [0x110D6]={ + category="lo", + description="SORA SOMPENG LETTER MAH", + direction="l", + linebreak="al", + unicodeslot=0x110D6, + }, + [0x110D7]={ + category="lo", + description="SORA SOMPENG LETTER NGAH", + direction="l", + linebreak="al", + unicodeslot=0x110D7, + }, + [0x110D8]={ + category="lo", + description="SORA SOMPENG LETTER LAH", + direction="l", + linebreak="al", + unicodeslot=0x110D8, + }, + [0x110D9]={ + category="lo", + description="SORA SOMPENG LETTER NAH", + direction="l", + linebreak="al", + unicodeslot=0x110D9, + }, + [0x110DA]={ + category="lo", + description="SORA SOMPENG LETTER VAH", + direction="l", + linebreak="al", + unicodeslot=0x110DA, + }, + [0x110DB]={ + category="lo", + description="SORA SOMPENG LETTER PAH", + direction="l", + linebreak="al", + unicodeslot=0x110DB, + }, + [0x110DC]={ + category="lo", + description="SORA SOMPENG LETTER YAH", + direction="l", + linebreak="al", + unicodeslot=0x110DC, + }, + [0x110DD]={ + category="lo", + description="SORA SOMPENG LETTER RAH", + direction="l", + linebreak="al", + unicodeslot=0x110DD, + }, + [0x110DE]={ + category="lo", + description="SORA SOMPENG LETTER HAH", + direction="l", + linebreak="al", + unicodeslot=0x110DE, + }, + [0x110DF]={ + category="lo", + description="SORA SOMPENG LETTER KAH", + direction="l", + linebreak="al", + unicodeslot=0x110DF, + }, + [0x110E0]={ + category="lo", + description="SORA SOMPENG LETTER JAH", + direction="l", + linebreak="al", + unicodeslot=0x110E0, + }, + [0x110E1]={ + category="lo", + description="SORA SOMPENG LETTER NYAH", + direction="l", + linebreak="al", + unicodeslot=0x110E1, + }, + [0x110E2]={ + category="lo", + description="SORA SOMPENG LETTER AH", + direction="l", + linebreak="al", + unicodeslot=0x110E2, + }, + [0x110E3]={ + category="lo", + description="SORA SOMPENG LETTER EEH", + direction="l", + linebreak="al", + unicodeslot=0x110E3, + }, + [0x110E4]={ + category="lo", + description="SORA SOMPENG LETTER IH", + direction="l", + linebreak="al", + unicodeslot=0x110E4, + }, + [0x110E5]={ + category="lo", + description="SORA SOMPENG LETTER UH", + direction="l", + linebreak="al", + unicodeslot=0x110E5, + }, + [0x110E6]={ + category="lo", + description="SORA SOMPENG LETTER OH", + direction="l", + linebreak="al", + unicodeslot=0x110E6, + }, + [0x110E7]={ + category="lo", + description="SORA SOMPENG LETTER EH", + direction="l", + linebreak="al", + unicodeslot=0x110E7, + }, + [0x110E8]={ + category="lo", + description="SORA SOMPENG LETTER MAE", + direction="l", + linebreak="al", + unicodeslot=0x110E8, + }, + [0x110F0]={ + category="nd", + description="SORA SOMPENG DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x110F0, + }, + [0x110F1]={ + category="nd", + description="SORA SOMPENG DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x110F1, + }, + [0x110F2]={ + category="nd", + description="SORA SOMPENG DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x110F2, + }, + [0x110F3]={ + category="nd", + description="SORA SOMPENG DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x110F3, + }, + [0x110F4]={ + category="nd", + description="SORA SOMPENG DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x110F4, + }, + [0x110F5]={ + category="nd", + description="SORA SOMPENG DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x110F5, + }, + [0x110F6]={ + category="nd", + description="SORA SOMPENG DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x110F6, + }, + [0x110F7]={ + category="nd", + description="SORA SOMPENG DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x110F7, + }, + [0x110F8]={ + category="nd", + description="SORA SOMPENG DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x110F8, + }, + [0x110F9]={ + category="nd", + description="SORA SOMPENG DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x110F9, + }, + [0x11100]={ + category="mn", + description="CHAKMA SIGN CANDRABINDU", + direction="nsm", + linebreak="cm", + unicodeslot=0x11100, + }, + [0x11101]={ + category="mn", + description="CHAKMA SIGN ANUSVARA", + direction="nsm", + linebreak="cm", + unicodeslot=0x11101, + }, + [0x11102]={ + category="mn", + description="CHAKMA SIGN VISARGA", + direction="nsm", + linebreak="cm", + unicodeslot=0x11102, + }, + [0x11103]={ + category="lo", + description="CHAKMA LETTER AA", + direction="l", + linebreak="al", + unicodeslot=0x11103, + }, + [0x11104]={ + category="lo", + description="CHAKMA LETTER I", + direction="l", + linebreak="al", + unicodeslot=0x11104, + }, + [0x11105]={ + category="lo", + description="CHAKMA LETTER U", + direction="l", + linebreak="al", + unicodeslot=0x11105, + }, + [0x11106]={ + category="lo", + description="CHAKMA LETTER E", + direction="l", + linebreak="al", + unicodeslot=0x11106, + }, + [0x11107]={ + category="lo", + description="CHAKMA LETTER KAA", + direction="l", + linebreak="al", + unicodeslot=0x11107, + }, + [0x11108]={ + category="lo", + description="CHAKMA LETTER KHAA", + direction="l", + linebreak="al", + unicodeslot=0x11108, + }, + [0x11109]={ + category="lo", + description="CHAKMA LETTER GAA", + direction="l", + linebreak="al", + unicodeslot=0x11109, + }, + [0x1110A]={ + category="lo", + description="CHAKMA LETTER GHAA", + direction="l", + linebreak="al", + unicodeslot=0x1110A, + }, + [0x1110B]={ + category="lo", + description="CHAKMA LETTER NGAA", + direction="l", + linebreak="al", + unicodeslot=0x1110B, + }, + [0x1110C]={ + category="lo", + description="CHAKMA LETTER CAA", + direction="l", + linebreak="al", + unicodeslot=0x1110C, + }, + [0x1110D]={ + category="lo", + description="CHAKMA LETTER CHAA", + direction="l", + linebreak="al", + unicodeslot=0x1110D, + }, + [0x1110E]={ + category="lo", + description="CHAKMA LETTER JAA", + direction="l", + linebreak="al", + unicodeslot=0x1110E, + }, + [0x1110F]={ + category="lo", + description="CHAKMA LETTER JHAA", + direction="l", + linebreak="al", + unicodeslot=0x1110F, + }, + [0x11110]={ + category="lo", + description="CHAKMA LETTER NYAA", + direction="l", + linebreak="al", + unicodeslot=0x11110, + }, + [0x11111]={ + category="lo", + description="CHAKMA LETTER TTAA", + direction="l", + linebreak="al", + unicodeslot=0x11111, + }, + [0x11112]={ + category="lo", + description="CHAKMA LETTER TTHAA", + direction="l", + linebreak="al", + unicodeslot=0x11112, + }, + [0x11113]={ + category="lo", + description="CHAKMA LETTER DDAA", + direction="l", + linebreak="al", + unicodeslot=0x11113, + }, + [0x11114]={ + category="lo", + description="CHAKMA LETTER DDHAA", + direction="l", + linebreak="al", + unicodeslot=0x11114, + }, + [0x11115]={ + category="lo", + description="CHAKMA LETTER NNAA", + direction="l", + linebreak="al", + unicodeslot=0x11115, + }, + [0x11116]={ + category="lo", + description="CHAKMA LETTER TAA", + direction="l", + linebreak="al", + unicodeslot=0x11116, + }, + [0x11117]={ + category="lo", + description="CHAKMA LETTER THAA", + direction="l", + linebreak="al", + unicodeslot=0x11117, + }, + [0x11118]={ + category="lo", + description="CHAKMA LETTER DAA", + direction="l", + linebreak="al", + unicodeslot=0x11118, + }, + [0x11119]={ + category="lo", + description="CHAKMA LETTER DHAA", + direction="l", + linebreak="al", + unicodeslot=0x11119, + }, + [0x1111A]={ + category="lo", + description="CHAKMA LETTER NAA", + direction="l", + linebreak="al", + unicodeslot=0x1111A, + }, + [0x1111B]={ + category="lo", + description="CHAKMA LETTER PAA", + direction="l", + linebreak="al", + unicodeslot=0x1111B, + }, + [0x1111C]={ + category="lo", + description="CHAKMA LETTER PHAA", + direction="l", + linebreak="al", + unicodeslot=0x1111C, + }, + [0x1111D]={ + category="lo", + description="CHAKMA LETTER BAA", + direction="l", + linebreak="al", + unicodeslot=0x1111D, + }, + [0x1111E]={ + category="lo", + description="CHAKMA LETTER BHAA", + direction="l", + linebreak="al", + unicodeslot=0x1111E, + }, + [0x1111F]={ + category="lo", + description="CHAKMA LETTER MAA", + direction="l", + linebreak="al", + unicodeslot=0x1111F, + }, + [0x11120]={ + category="lo", + description="CHAKMA LETTER YYAA", + direction="l", + linebreak="al", + unicodeslot=0x11120, + }, + [0x11121]={ + category="lo", + description="CHAKMA LETTER YAA", + direction="l", + linebreak="al", + unicodeslot=0x11121, + }, + [0x11122]={ + category="lo", + description="CHAKMA LETTER RAA", + direction="l", + linebreak="al", + unicodeslot=0x11122, + }, + [0x11123]={ + category="lo", + description="CHAKMA LETTER LAA", + direction="l", + linebreak="al", + unicodeslot=0x11123, + }, + [0x11124]={ + category="lo", + description="CHAKMA LETTER WAA", + direction="l", + linebreak="al", + unicodeslot=0x11124, + }, + [0x11125]={ + category="lo", + description="CHAKMA LETTER SAA", + direction="l", + linebreak="al", + unicodeslot=0x11125, + }, + [0x11126]={ + category="lo", + description="CHAKMA LETTER HAA", + direction="l", + linebreak="al", + unicodeslot=0x11126, + }, + [0x11127]={ + category="mn", + description="CHAKMA VOWEL SIGN A", + direction="nsm", + linebreak="cm", + unicodeslot=0x11127, + }, + [0x11128]={ + category="mn", + description="CHAKMA VOWEL SIGN I", + direction="nsm", + linebreak="cm", + unicodeslot=0x11128, + }, + [0x11129]={ + category="mn", + description="CHAKMA VOWEL SIGN II", + direction="nsm", + linebreak="cm", + unicodeslot=0x11129, + }, + [0x1112A]={ + category="mn", + description="CHAKMA VOWEL SIGN U", + direction="nsm", + linebreak="cm", + unicodeslot=0x1112A, + }, + [0x1112B]={ + category="mn", + description="CHAKMA VOWEL SIGN UU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1112B, + }, + [0x1112C]={ + category="mc", + description="CHAKMA VOWEL SIGN E", + direction="l", + linebreak="cm", + unicodeslot=0x1112C, + }, + [0x1112D]={ + category="mn", + description="CHAKMA VOWEL SIGN AI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1112D, + }, + [0x1112E]={ + category="mn", + description="CHAKMA VOWEL SIGN O", + direction="nsm", + linebreak="cm", + specials={ "char", 0x11131, 0x11127 }, + unicodeslot=0x1112E, + }, + [0x1112F]={ + category="mn", + description="CHAKMA VOWEL SIGN AU", + direction="nsm", + linebreak="cm", + specials={ "char", 0x11132, 0x11127 }, + unicodeslot=0x1112F, + }, + [0x11130]={ + category="mn", + description="CHAKMA VOWEL SIGN OI", + direction="nsm", + linebreak="cm", + unicodeslot=0x11130, + }, + [0x11131]={ + category="mn", + description="CHAKMA O MARK", + direction="nsm", + linebreak="cm", + unicodeslot=0x11131, + }, + [0x11132]={ + category="mn", + description="CHAKMA AU MARK", + direction="nsm", + linebreak="cm", + unicodeslot=0x11132, + }, + [0x11133]={ + category="mn", + description="CHAKMA VIRAMA", + direction="nsm", + linebreak="cm", + unicodeslot=0x11133, + }, + [0x11134]={ + category="mn", + description="CHAKMA MAAYYAA", + direction="nsm", + linebreak="cm", + unicodeslot=0x11134, + }, + [0x11136]={ + category="nd", + description="CHAKMA DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x11136, + }, + [0x11137]={ + category="nd", + description="CHAKMA DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x11137, + }, + [0x11138]={ + category="nd", + description="CHAKMA DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x11138, + }, + [0x11139]={ + category="nd", + description="CHAKMA DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x11139, + }, + [0x1113A]={ + category="nd", + description="CHAKMA DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x1113A, + }, + [0x1113B]={ + category="nd", + description="CHAKMA DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x1113B, + }, + [0x1113C]={ + category="nd", + description="CHAKMA DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x1113C, + }, + [0x1113D]={ + category="nd", + description="CHAKMA DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x1113D, + }, + [0x1113E]={ + category="nd", + description="CHAKMA DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x1113E, + }, + [0x1113F]={ + category="nd", + description="CHAKMA DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x1113F, + }, + [0x11140]={ + category="po", + description="CHAKMA SECTION MARK", + direction="l", + linebreak="ba", + unicodeslot=0x11140, + }, + [0x11141]={ + category="po", + description="CHAKMA DANDA", + direction="l", + linebreak="ba", + unicodeslot=0x11141, + }, + [0x11142]={ + category="po", + description="CHAKMA DOUBLE DANDA", + direction="l", + linebreak="ba", + unicodeslot=0x11142, + }, + [0x11143]={ + category="po", + description="CHAKMA QUESTION MARK", + direction="l", + linebreak="ba", + unicodeslot=0x11143, + }, + [0x11180]={ + category="mn", + description="SHARADA SIGN CANDRABINDU", + direction="nsm", + linebreak="cm", + unicodeslot=0x11180, + }, + [0x11181]={ + category="mn", + description="SHARADA SIGN ANUSVARA", + direction="nsm", + linebreak="cm", + unicodeslot=0x11181, + }, + [0x11182]={ + category="mc", + description="SHARADA SIGN VISARGA", + direction="l", + linebreak="cm", + unicodeslot=0x11182, + }, + [0x11183]={ + category="lo", + description="SHARADA LETTER A", + direction="l", + linebreak="al", + unicodeslot=0x11183, + }, + [0x11184]={ + category="lo", + description="SHARADA LETTER AA", + direction="l", + linebreak="al", + unicodeslot=0x11184, + }, + [0x11185]={ + category="lo", + description="SHARADA LETTER I", + direction="l", + linebreak="al", + unicodeslot=0x11185, + }, + [0x11186]={ + category="lo", + description="SHARADA LETTER II", + direction="l", + linebreak="al", + unicodeslot=0x11186, + }, + [0x11187]={ + category="lo", + description="SHARADA LETTER U", + direction="l", + linebreak="al", + unicodeslot=0x11187, + }, + [0x11188]={ + category="lo", + description="SHARADA LETTER UU", + direction="l", + linebreak="al", + unicodeslot=0x11188, + }, + [0x11189]={ + category="lo", + description="SHARADA LETTER VOCALIC R", + direction="l", + linebreak="al", + unicodeslot=0x11189, + }, + [0x1118A]={ + category="lo", + description="SHARADA LETTER VOCALIC RR", + direction="l", + linebreak="al", + unicodeslot=0x1118A, + }, + [0x1118B]={ + category="lo", + description="SHARADA LETTER VOCALIC L", + direction="l", + linebreak="al", + unicodeslot=0x1118B, + }, + [0x1118C]={ + category="lo", + description="SHARADA LETTER VOCALIC LL", + direction="l", + linebreak="al", + unicodeslot=0x1118C, + }, + [0x1118D]={ + category="lo", + description="SHARADA LETTER E", + direction="l", + linebreak="al", + unicodeslot=0x1118D, + }, + [0x1118E]={ + category="lo", + description="SHARADA LETTER AI", + direction="l", + linebreak="al", + unicodeslot=0x1118E, + }, + [0x1118F]={ + category="lo", + description="SHARADA LETTER O", + direction="l", + linebreak="al", + unicodeslot=0x1118F, + }, + [0x11190]={ + category="lo", + description="SHARADA LETTER AU", + direction="l", + linebreak="al", + unicodeslot=0x11190, + }, + [0x11191]={ + category="lo", + description="SHARADA LETTER KA", + direction="l", + linebreak="al", + unicodeslot=0x11191, + }, + [0x11192]={ + category="lo", + description="SHARADA LETTER KHA", + direction="l", + linebreak="al", + unicodeslot=0x11192, + }, + [0x11193]={ + category="lo", + description="SHARADA LETTER GA", + direction="l", + linebreak="al", + unicodeslot=0x11193, + }, + [0x11194]={ + category="lo", + description="SHARADA LETTER GHA", + direction="l", + linebreak="al", + unicodeslot=0x11194, + }, + [0x11195]={ + category="lo", + description="SHARADA LETTER NGA", + direction="l", + linebreak="al", + unicodeslot=0x11195, + }, + [0x11196]={ + category="lo", + description="SHARADA LETTER CA", + direction="l", + linebreak="al", + unicodeslot=0x11196, + }, + [0x11197]={ + category="lo", + description="SHARADA LETTER CHA", + direction="l", + linebreak="al", + unicodeslot=0x11197, + }, + [0x11198]={ + category="lo", + description="SHARADA LETTER JA", + direction="l", + linebreak="al", + unicodeslot=0x11198, + }, + [0x11199]={ + category="lo", + description="SHARADA LETTER JHA", + direction="l", + linebreak="al", + unicodeslot=0x11199, + }, + [0x1119A]={ + category="lo", + description="SHARADA LETTER NYA", + direction="l", + linebreak="al", + unicodeslot=0x1119A, + }, + [0x1119B]={ + category="lo", + description="SHARADA LETTER TTA", + direction="l", + linebreak="al", + unicodeslot=0x1119B, + }, + [0x1119C]={ + category="lo", + description="SHARADA LETTER TTHA", + direction="l", + linebreak="al", + unicodeslot=0x1119C, + }, + [0x1119D]={ + category="lo", + description="SHARADA LETTER DDA", + direction="l", + linebreak="al", + unicodeslot=0x1119D, + }, + [0x1119E]={ + category="lo", + description="SHARADA LETTER DDHA", + direction="l", + linebreak="al", + unicodeslot=0x1119E, + }, + [0x1119F]={ + category="lo", + description="SHARADA LETTER NNA", + direction="l", + linebreak="al", + unicodeslot=0x1119F, + }, + [0x111A0]={ + category="lo", + description="SHARADA LETTER TA", + direction="l", + linebreak="al", + unicodeslot=0x111A0, + }, + [0x111A1]={ + category="lo", + description="SHARADA LETTER THA", + direction="l", + linebreak="al", + unicodeslot=0x111A1, + }, + [0x111A2]={ + category="lo", + description="SHARADA LETTER DA", + direction="l", + linebreak="al", + unicodeslot=0x111A2, + }, + [0x111A3]={ + category="lo", + description="SHARADA LETTER DHA", + direction="l", + linebreak="al", + unicodeslot=0x111A3, + }, + [0x111A4]={ + category="lo", + description="SHARADA LETTER NA", + direction="l", + linebreak="al", + unicodeslot=0x111A4, + }, + [0x111A5]={ + category="lo", + description="SHARADA LETTER PA", + direction="l", + linebreak="al", + unicodeslot=0x111A5, + }, + [0x111A6]={ + category="lo", + description="SHARADA LETTER PHA", + direction="l", + linebreak="al", + unicodeslot=0x111A6, + }, + [0x111A7]={ + category="lo", + description="SHARADA LETTER BA", + direction="l", + linebreak="al", + unicodeslot=0x111A7, + }, + [0x111A8]={ + category="lo", + description="SHARADA LETTER BHA", + direction="l", + linebreak="al", + unicodeslot=0x111A8, + }, + [0x111A9]={ + category="lo", + description="SHARADA LETTER MA", + direction="l", + linebreak="al", + unicodeslot=0x111A9, + }, + [0x111AA]={ + category="lo", + description="SHARADA LETTER YA", + direction="l", + linebreak="al", + unicodeslot=0x111AA, + }, + [0x111AB]={ + category="lo", + description="SHARADA LETTER RA", + direction="l", + linebreak="al", + unicodeslot=0x111AB, + }, + [0x111AC]={ + category="lo", + description="SHARADA LETTER LA", + direction="l", + linebreak="al", + unicodeslot=0x111AC, + }, + [0x111AD]={ + category="lo", + description="SHARADA LETTER LLA", + direction="l", + linebreak="al", + unicodeslot=0x111AD, + }, + [0x111AE]={ + category="lo", + description="SHARADA LETTER VA", + direction="l", + linebreak="al", + unicodeslot=0x111AE, + }, + [0x111AF]={ + category="lo", + description="SHARADA LETTER SHA", + direction="l", + linebreak="al", + unicodeslot=0x111AF, + }, + [0x111B0]={ + category="lo", + description="SHARADA LETTER SSA", + direction="l", + linebreak="al", + unicodeslot=0x111B0, + }, + [0x111B1]={ + category="lo", + description="SHARADA LETTER SA", + direction="l", + linebreak="al", + unicodeslot=0x111B1, + }, + [0x111B2]={ + category="lo", + description="SHARADA LETTER HA", + direction="l", + linebreak="al", + unicodeslot=0x111B2, + }, + [0x111B3]={ + category="mc", + description="SHARADA VOWEL SIGN AA", + direction="l", + linebreak="cm", + unicodeslot=0x111B3, + }, + [0x111B4]={ + category="mc", + description="SHARADA VOWEL SIGN I", + direction="l", + linebreak="cm", + unicodeslot=0x111B4, + }, + [0x111B5]={ + category="mc", + description="SHARADA VOWEL SIGN II", + direction="l", + linebreak="cm", + unicodeslot=0x111B5, + }, + [0x111B6]={ + category="mn", + description="SHARADA VOWEL SIGN U", + direction="nsm", + linebreak="cm", + unicodeslot=0x111B6, + }, + [0x111B7]={ + category="mn", + description="SHARADA VOWEL SIGN UU", + direction="nsm", + linebreak="cm", + unicodeslot=0x111B7, + }, + [0x111B8]={ + category="mn", + description="SHARADA VOWEL SIGN VOCALIC R", + direction="nsm", + linebreak="cm", + unicodeslot=0x111B8, + }, + [0x111B9]={ + category="mn", + description="SHARADA VOWEL SIGN VOCALIC RR", + direction="nsm", + linebreak="cm", + unicodeslot=0x111B9, + }, + [0x111BA]={ + category="mn", + description="SHARADA VOWEL SIGN VOCALIC L", + direction="nsm", + linebreak="cm", + unicodeslot=0x111BA, + }, + [0x111BB]={ + category="mn", + description="SHARADA VOWEL SIGN VOCALIC LL", + direction="nsm", + linebreak="cm", + unicodeslot=0x111BB, + }, + [0x111BC]={ + category="mn", + description="SHARADA VOWEL SIGN E", + direction="nsm", + linebreak="cm", + unicodeslot=0x111BC, + }, + [0x111BD]={ + category="mn", + description="SHARADA VOWEL SIGN AI", + direction="nsm", + linebreak="cm", + unicodeslot=0x111BD, + }, + [0x111BE]={ + category="mn", + description="SHARADA VOWEL SIGN O", + direction="nsm", + linebreak="cm", + unicodeslot=0x111BE, + }, + [0x111BF]={ + category="mc", + description="SHARADA VOWEL SIGN AU", + direction="l", + linebreak="cm", + unicodeslot=0x111BF, + }, + [0x111C0]={ + category="mc", + description="SHARADA SIGN VIRAMA", + direction="l", + linebreak="cm", + unicodeslot=0x111C0, + }, + [0x111C1]={ + category="lo", + description="SHARADA SIGN AVAGRAHA", + direction="l", + linebreak="al", + unicodeslot=0x111C1, + }, + [0x111C2]={ + category="lo", + description="SHARADA SIGN JIHVAMULIYA", + direction="l", + linebreak="al", + unicodeslot=0x111C2, + }, + [0x111C3]={ + category="lo", + description="SHARADA SIGN UPADHMANIYA", + direction="l", + linebreak="al", + unicodeslot=0x111C3, + }, + [0x111C4]={ + category="lo", + description="SHARADA OM", + direction="l", + linebreak="al", + unicodeslot=0x111C4, + }, + [0x111C5]={ + category="po", + description="SHARADA DANDA", + direction="l", + linebreak="ba", + unicodeslot=0x111C5, + }, + [0x111C6]={ + category="po", + description="SHARADA DOUBLE DANDA", + direction="l", + linebreak="ba", + unicodeslot=0x111C6, + }, + [0x111C7]={ + category="po", + description="SHARADA ABBREVIATION SIGN", + direction="l", + linebreak="al", + unicodeslot=0x111C7, + }, + [0x111C8]={ + category="po", + description="SHARADA SEPARATOR", + direction="l", + linebreak="ba", + unicodeslot=0x111C8, + }, + [0x111D0]={ + category="nd", + description="SHARADA DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x111D0, + }, + [0x111D1]={ + category="nd", + description="SHARADA DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x111D1, + }, + [0x111D2]={ + category="nd", + description="SHARADA DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x111D2, + }, + [0x111D3]={ + category="nd", + description="SHARADA DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x111D3, + }, + [0x111D4]={ + category="nd", + description="SHARADA DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x111D4, + }, + [0x111D5]={ + category="nd", + description="SHARADA DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x111D5, + }, + [0x111D6]={ + category="nd", + description="SHARADA DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x111D6, + }, + [0x111D7]={ + category="nd", + description="SHARADA DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x111D7, + }, + [0x111D8]={ + category="nd", + description="SHARADA DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x111D8, + }, + [0x111D9]={ + category="nd", + description="SHARADA DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x111D9, + }, + [0x11680]={ + category="lo", + description="TAKRI LETTER A", + direction="l", + linebreak="al", + unicodeslot=0x11680, + }, + [0x11681]={ + category="lo", + description="TAKRI LETTER AA", + direction="l", + linebreak="al", + unicodeslot=0x11681, + }, + [0x11682]={ + category="lo", + description="TAKRI LETTER I", + direction="l", + linebreak="al", + unicodeslot=0x11682, + }, + [0x11683]={ + category="lo", + description="TAKRI LETTER II", + direction="l", + linebreak="al", + unicodeslot=0x11683, + }, + [0x11684]={ + category="lo", + description="TAKRI LETTER U", + direction="l", + linebreak="al", + unicodeslot=0x11684, + }, + [0x11685]={ + category="lo", + description="TAKRI LETTER UU", + direction="l", + linebreak="al", + unicodeslot=0x11685, + }, + [0x11686]={ + category="lo", + description="TAKRI LETTER E", + direction="l", + linebreak="al", + unicodeslot=0x11686, + }, + [0x11687]={ + category="lo", + description="TAKRI LETTER AI", + direction="l", + linebreak="al", + unicodeslot=0x11687, + }, + [0x11688]={ + category="lo", + description="TAKRI LETTER O", + direction="l", + linebreak="al", + unicodeslot=0x11688, + }, + [0x11689]={ + category="lo", + description="TAKRI LETTER AU", + direction="l", + linebreak="al", + unicodeslot=0x11689, + }, + [0x1168A]={ + category="lo", + description="TAKRI LETTER KA", + direction="l", + linebreak="al", + unicodeslot=0x1168A, + }, + [0x1168B]={ + category="lo", + description="TAKRI LETTER KHA", + direction="l", + linebreak="al", + unicodeslot=0x1168B, + }, + [0x1168C]={ + category="lo", + description="TAKRI LETTER GA", + direction="l", + linebreak="al", + unicodeslot=0x1168C, + }, + [0x1168D]={ + category="lo", + description="TAKRI LETTER GHA", + direction="l", + linebreak="al", + unicodeslot=0x1168D, + }, + [0x1168E]={ + category="lo", + description="TAKRI LETTER NGA", + direction="l", + linebreak="al", + unicodeslot=0x1168E, + }, + [0x1168F]={ + category="lo", + description="TAKRI LETTER CA", + direction="l", + linebreak="al", + unicodeslot=0x1168F, + }, + [0x11690]={ + category="lo", + description="TAKRI LETTER CHA", + direction="l", + linebreak="al", + unicodeslot=0x11690, + }, + [0x11691]={ + category="lo", + description="TAKRI LETTER JA", + direction="l", + linebreak="al", + unicodeslot=0x11691, + }, + [0x11692]={ + category="lo", + description="TAKRI LETTER JHA", + direction="l", + linebreak="al", + unicodeslot=0x11692, + }, + [0x11693]={ + category="lo", + description="TAKRI LETTER NYA", + direction="l", + linebreak="al", + unicodeslot=0x11693, + }, + [0x11694]={ + category="lo", + description="TAKRI LETTER TTA", + direction="l", + linebreak="al", + unicodeslot=0x11694, + }, + [0x11695]={ + category="lo", + description="TAKRI LETTER TTHA", + direction="l", + linebreak="al", + unicodeslot=0x11695, + }, + [0x11696]={ + category="lo", + description="TAKRI LETTER DDA", + direction="l", + linebreak="al", + unicodeslot=0x11696, + }, + [0x11697]={ + category="lo", + description="TAKRI LETTER DDHA", + direction="l", + linebreak="al", + unicodeslot=0x11697, + }, + [0x11698]={ + category="lo", + description="TAKRI LETTER NNA", + direction="l", + linebreak="al", + unicodeslot=0x11698, + }, + [0x11699]={ + category="lo", + description="TAKRI LETTER TA", + direction="l", + linebreak="al", + unicodeslot=0x11699, + }, + [0x1169A]={ + category="lo", + description="TAKRI LETTER THA", + direction="l", + linebreak="al", + unicodeslot=0x1169A, + }, + [0x1169B]={ + category="lo", + description="TAKRI LETTER DA", + direction="l", + linebreak="al", + unicodeslot=0x1169B, + }, + [0x1169C]={ + category="lo", + description="TAKRI LETTER DHA", + direction="l", + linebreak="al", + unicodeslot=0x1169C, + }, + [0x1169D]={ + category="lo", + description="TAKRI LETTER NA", + direction="l", + linebreak="al", + unicodeslot=0x1169D, + }, + [0x1169E]={ + category="lo", + description="TAKRI LETTER PA", + direction="l", + linebreak="al", + unicodeslot=0x1169E, + }, + [0x1169F]={ + category="lo", + description="TAKRI LETTER PHA", + direction="l", + linebreak="al", + unicodeslot=0x1169F, + }, + [0x116A0]={ + category="lo", + description="TAKRI LETTER BA", + direction="l", + linebreak="al", + unicodeslot=0x116A0, + }, + [0x116A1]={ + category="lo", + description="TAKRI LETTER BHA", + direction="l", + linebreak="al", + unicodeslot=0x116A1, + }, + [0x116A2]={ + category="lo", + description="TAKRI LETTER MA", + direction="l", + linebreak="al", + unicodeslot=0x116A2, + }, + [0x116A3]={ + category="lo", + description="TAKRI LETTER YA", + direction="l", + linebreak="al", + unicodeslot=0x116A3, + }, + [0x116A4]={ + category="lo", + description="TAKRI LETTER RA", + direction="l", + linebreak="al", + unicodeslot=0x116A4, + }, + [0x116A5]={ + category="lo", + description="TAKRI LETTER LA", + direction="l", + linebreak="al", + unicodeslot=0x116A5, + }, + [0x116A6]={ + category="lo", + description="TAKRI LETTER VA", + direction="l", + linebreak="al", + unicodeslot=0x116A6, + }, + [0x116A7]={ + category="lo", + description="TAKRI LETTER SHA", + direction="l", + linebreak="al", + unicodeslot=0x116A7, + }, + [0x116A8]={ + category="lo", + description="TAKRI LETTER SA", + direction="l", + linebreak="al", + unicodeslot=0x116A8, + }, + [0x116A9]={ + category="lo", + description="TAKRI LETTER HA", + direction="l", + linebreak="al", + unicodeslot=0x116A9, + }, + [0x116AA]={ + category="lo", + description="TAKRI LETTER RRA", + direction="l", + linebreak="al", + unicodeslot=0x116AA, + }, + [0x116AB]={ + category="mn", + description="TAKRI SIGN ANUSVARA", + direction="nsm", + linebreak="cm", + unicodeslot=0x116AB, + }, + [0x116AC]={ + category="mc", + description="TAKRI SIGN VISARGA", + direction="l", + linebreak="cm", + unicodeslot=0x116AC, + }, + [0x116AD]={ + category="mn", + description="TAKRI VOWEL SIGN AA", + direction="nsm", + linebreak="cm", + unicodeslot=0x116AD, + }, + [0x116AE]={ + category="mc", + description="TAKRI VOWEL SIGN I", + direction="l", + linebreak="cm", + unicodeslot=0x116AE, + }, + [0x116AF]={ + category="mc", + description="TAKRI VOWEL SIGN II", + direction="l", + linebreak="cm", + unicodeslot=0x116AF, + }, + [0x116B0]={ + category="mn", + description="TAKRI VOWEL SIGN U", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B0, + }, + [0x116B1]={ + category="mn", + description="TAKRI VOWEL SIGN UU", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B1, + }, + [0x116B2]={ + category="mn", + description="TAKRI VOWEL SIGN E", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B2, + }, + [0x116B3]={ + category="mn", + description="TAKRI VOWEL SIGN AI", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B3, + }, + [0x116B4]={ + category="mn", + description="TAKRI VOWEL SIGN O", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B4, + }, + [0x116B5]={ + category="mn", + description="TAKRI VOWEL SIGN AU", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B5, + }, + [0x116B6]={ + category="mc", + description="TAKRI SIGN VIRAMA", + direction="l", + linebreak="cm", + unicodeslot=0x116B6, + }, + [0x116B7]={ + category="mn", + description="TAKRI SIGN NUKTA", + direction="nsm", + linebreak="cm", + unicodeslot=0x116B7, + }, + [0x116C0]={ + category="nd", + description="TAKRI DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x116C0, + }, + [0x116C1]={ + category="nd", + description="TAKRI DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x116C1, + }, + [0x116C2]={ + category="nd", + description="TAKRI DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x116C2, + }, + [0x116C3]={ + category="nd", + description="TAKRI DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x116C3, + }, + [0x116C4]={ + category="nd", + description="TAKRI DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x116C4, + }, + [0x116C5]={ + category="nd", + description="TAKRI DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x116C5, + }, + [0x116C6]={ + category="nd", + description="TAKRI DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x116C6, + }, + [0x116C7]={ + category="nd", + description="TAKRI DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x116C7, + }, + [0x116C8]={ + category="nd", + description="TAKRI DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x116C8, + }, + [0x116C9]={ + category="nd", + description="TAKRI DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x116C9, + }, [0x12000]={ category="lo", description="CUNEIFORM SIGN A", @@ -140022,7 +143971,7 @@ characters.data={ description="CUNEIFORM SIGN ARAD TIMES KUR", direction="l", linebreak="al", - mathclass="ord", + mathclass="ordinary", mathname="backprime", unicodeslot=0x12035, }, @@ -158002,6 +161951,937 @@ characters.data={ linebreak="al", unicodeslot=0x16A38, }, + [0x16F00]={ + category="lo", + description="MIAO LETTER PA", + direction="l", + linebreak="al", + unicodeslot=0x16F00, + }, + [0x16F01]={ + category="lo", + description="MIAO LETTER BA", + direction="l", + linebreak="al", + unicodeslot=0x16F01, + }, + [0x16F02]={ + category="lo", + description="MIAO LETTER YI PA", + direction="l", + linebreak="al", + unicodeslot=0x16F02, + }, + [0x16F03]={ + category="lo", + description="MIAO LETTER PLA", + direction="l", + linebreak="al", + unicodeslot=0x16F03, + }, + [0x16F04]={ + category="lo", + description="MIAO LETTER MA", + direction="l", + linebreak="al", + unicodeslot=0x16F04, + }, + [0x16F05]={ + category="lo", + description="MIAO LETTER MHA", + direction="l", + linebreak="al", + unicodeslot=0x16F05, + }, + [0x16F06]={ + category="lo", + description="MIAO LETTER ARCHAIC MA", + direction="l", + linebreak="al", + unicodeslot=0x16F06, + }, + [0x16F07]={ + category="lo", + description="MIAO LETTER FA", + direction="l", + linebreak="al", + unicodeslot=0x16F07, + }, + [0x16F08]={ + category="lo", + description="MIAO LETTER VA", + direction="l", + linebreak="al", + unicodeslot=0x16F08, + }, + [0x16F09]={ + category="lo", + description="MIAO LETTER VFA", + direction="l", + linebreak="al", + unicodeslot=0x16F09, + }, + [0x16F0A]={ + category="lo", + description="MIAO LETTER TA", + direction="l", + linebreak="al", + unicodeslot=0x16F0A, + }, + [0x16F0B]={ + category="lo", + description="MIAO LETTER DA", + direction="l", + linebreak="al", + unicodeslot=0x16F0B, + }, + [0x16F0C]={ + category="lo", + description="MIAO LETTER YI TTA", + direction="l", + linebreak="al", + unicodeslot=0x16F0C, + }, + [0x16F0D]={ + category="lo", + description="MIAO LETTER YI TA", + direction="l", + linebreak="al", + unicodeslot=0x16F0D, + }, + [0x16F0E]={ + category="lo", + description="MIAO LETTER TTA", + direction="l", + linebreak="al", + unicodeslot=0x16F0E, + }, + [0x16F0F]={ + category="lo", + description="MIAO LETTER DDA", + direction="l", + linebreak="al", + unicodeslot=0x16F0F, + }, + [0x16F10]={ + category="lo", + description="MIAO LETTER NA", + direction="l", + linebreak="al", + unicodeslot=0x16F10, + }, + [0x16F11]={ + category="lo", + description="MIAO LETTER NHA", + direction="l", + linebreak="al", + unicodeslot=0x16F11, + }, + [0x16F12]={ + category="lo", + description="MIAO LETTER YI NNA", + direction="l", + linebreak="al", + unicodeslot=0x16F12, + }, + [0x16F13]={ + category="lo", + description="MIAO LETTER ARCHAIC NA", + direction="l", + linebreak="al", + unicodeslot=0x16F13, + }, + [0x16F14]={ + category="lo", + description="MIAO LETTER NNA", + direction="l", + linebreak="al", + unicodeslot=0x16F14, + }, + [0x16F15]={ + category="lo", + description="MIAO LETTER NNHA", + direction="l", + linebreak="al", + unicodeslot=0x16F15, + }, + [0x16F16]={ + category="lo", + description="MIAO LETTER LA", + direction="l", + linebreak="al", + unicodeslot=0x16F16, + }, + [0x16F17]={ + category="lo", + description="MIAO LETTER LYA", + direction="l", + linebreak="al", + unicodeslot=0x16F17, + }, + [0x16F18]={ + category="lo", + description="MIAO LETTER LHA", + direction="l", + linebreak="al", + unicodeslot=0x16F18, + }, + [0x16F19]={ + category="lo", + description="MIAO LETTER LHYA", + direction="l", + linebreak="al", + unicodeslot=0x16F19, + }, + [0x16F1A]={ + category="lo", + description="MIAO LETTER TLHA", + direction="l", + linebreak="al", + unicodeslot=0x16F1A, + }, + [0x16F1B]={ + category="lo", + description="MIAO LETTER DLHA", + direction="l", + linebreak="al", + unicodeslot=0x16F1B, + }, + [0x16F1C]={ + category="lo", + description="MIAO LETTER TLHYA", + direction="l", + linebreak="al", + unicodeslot=0x16F1C, + }, + [0x16F1D]={ + category="lo", + description="MIAO LETTER DLHYA", + direction="l", + linebreak="al", + unicodeslot=0x16F1D, + }, + [0x16F1E]={ + category="lo", + description="MIAO LETTER KA", + direction="l", + linebreak="al", + unicodeslot=0x16F1E, + }, + [0x16F1F]={ + category="lo", + description="MIAO LETTER GA", + direction="l", + linebreak="al", + unicodeslot=0x16F1F, + }, + [0x16F20]={ + category="lo", + description="MIAO LETTER YI KA", + direction="l", + linebreak="al", + unicodeslot=0x16F20, + }, + [0x16F21]={ + category="lo", + description="MIAO LETTER QA", + direction="l", + linebreak="al", + unicodeslot=0x16F21, + }, + [0x16F22]={ + category="lo", + description="MIAO LETTER QGA", + direction="l", + linebreak="al", + unicodeslot=0x16F22, + }, + [0x16F23]={ + category="lo", + description="MIAO LETTER NGA", + direction="l", + linebreak="al", + unicodeslot=0x16F23, + }, + [0x16F24]={ + category="lo", + description="MIAO LETTER NGHA", + direction="l", + linebreak="al", + unicodeslot=0x16F24, + }, + [0x16F25]={ + category="lo", + description="MIAO LETTER ARCHAIC NGA", + direction="l", + linebreak="al", + unicodeslot=0x16F25, + }, + [0x16F26]={ + category="lo", + description="MIAO LETTER HA", + direction="l", + linebreak="al", + unicodeslot=0x16F26, + }, + [0x16F27]={ + category="lo", + description="MIAO LETTER XA", + direction="l", + linebreak="al", + unicodeslot=0x16F27, + }, + [0x16F28]={ + category="lo", + description="MIAO LETTER GHA", + direction="l", + linebreak="al", + unicodeslot=0x16F28, + }, + [0x16F29]={ + category="lo", + description="MIAO LETTER GHHA", + direction="l", + linebreak="al", + unicodeslot=0x16F29, + }, + [0x16F2A]={ + category="lo", + description="MIAO LETTER TSSA", + direction="l", + linebreak="al", + unicodeslot=0x16F2A, + }, + [0x16F2B]={ + category="lo", + description="MIAO LETTER DZZA", + direction="l", + linebreak="al", + unicodeslot=0x16F2B, + }, + [0x16F2C]={ + category="lo", + description="MIAO LETTER NYA", + direction="l", + linebreak="al", + unicodeslot=0x16F2C, + }, + [0x16F2D]={ + category="lo", + description="MIAO LETTER NYHA", + direction="l", + linebreak="al", + unicodeslot=0x16F2D, + }, + [0x16F2E]={ + category="lo", + description="MIAO LETTER TSHA", + direction="l", + linebreak="al", + unicodeslot=0x16F2E, + }, + [0x16F2F]={ + category="lo", + description="MIAO LETTER DZHA", + direction="l", + linebreak="al", + unicodeslot=0x16F2F, + }, + [0x16F30]={ + category="lo", + description="MIAO LETTER YI TSHA", + direction="l", + linebreak="al", + unicodeslot=0x16F30, + }, + [0x16F31]={ + category="lo", + description="MIAO LETTER YI DZHA", + direction="l", + linebreak="al", + unicodeslot=0x16F31, + }, + [0x16F32]={ + category="lo", + description="MIAO LETTER REFORMED TSHA", + direction="l", + linebreak="al", + unicodeslot=0x16F32, + }, + [0x16F33]={ + category="lo", + description="MIAO LETTER SHA", + direction="l", + linebreak="al", + unicodeslot=0x16F33, + }, + [0x16F34]={ + category="lo", + description="MIAO LETTER SSA", + direction="l", + linebreak="al", + unicodeslot=0x16F34, + }, + [0x16F35]={ + category="lo", + description="MIAO LETTER ZHA", + direction="l", + linebreak="al", + unicodeslot=0x16F35, + }, + [0x16F36]={ + category="lo", + description="MIAO LETTER ZSHA", + direction="l", + linebreak="al", + unicodeslot=0x16F36, + }, + [0x16F37]={ + category="lo", + description="MIAO LETTER TSA", + direction="l", + linebreak="al", + unicodeslot=0x16F37, + }, + [0x16F38]={ + category="lo", + description="MIAO LETTER DZA", + direction="l", + linebreak="al", + unicodeslot=0x16F38, + }, + [0x16F39]={ + category="lo", + description="MIAO LETTER YI TSA", + direction="l", + linebreak="al", + unicodeslot=0x16F39, + }, + [0x16F3A]={ + category="lo", + description="MIAO LETTER SA", + direction="l", + linebreak="al", + unicodeslot=0x16F3A, + }, + [0x16F3B]={ + category="lo", + description="MIAO LETTER ZA", + direction="l", + linebreak="al", + unicodeslot=0x16F3B, + }, + [0x16F3C]={ + category="lo", + description="MIAO LETTER ZSA", + direction="l", + linebreak="al", + unicodeslot=0x16F3C, + }, + [0x16F3D]={ + category="lo", + description="MIAO LETTER ZZA", + direction="l", + linebreak="al", + unicodeslot=0x16F3D, + }, + [0x16F3E]={ + category="lo", + description="MIAO LETTER ZZSA", + direction="l", + linebreak="al", + unicodeslot=0x16F3E, + }, + [0x16F3F]={ + category="lo", + description="MIAO LETTER ARCHAIC ZZA", + direction="l", + linebreak="al", + unicodeslot=0x16F3F, + }, + [0x16F40]={ + category="lo", + description="MIAO LETTER ZZYA", + direction="l", + linebreak="al", + unicodeslot=0x16F40, + }, + [0x16F41]={ + category="lo", + description="MIAO LETTER ZZSYA", + direction="l", + linebreak="al", + unicodeslot=0x16F41, + }, + [0x16F42]={ + category="lo", + description="MIAO LETTER WA", + direction="l", + linebreak="al", + unicodeslot=0x16F42, + }, + [0x16F43]={ + category="lo", + description="MIAO LETTER AH", + direction="l", + linebreak="al", + unicodeslot=0x16F43, + }, + [0x16F44]={ + category="lo", + description="MIAO LETTER HHA", + direction="l", + linebreak="al", + unicodeslot=0x16F44, + }, + [0x16F50]={ + category="lo", + description="MIAO LETTER NASALIZATION", + direction="l", + linebreak="al", + unicodeslot=0x16F50, + }, + [0x16F51]={ + category="mc", + description="MIAO SIGN ASPIRATION", + direction="l", + linebreak="cm", + unicodeslot=0x16F51, + }, + [0x16F52]={ + category="mc", + description="MIAO SIGN REFORMED VOICING", + direction="l", + linebreak="cm", + unicodeslot=0x16F52, + }, + [0x16F53]={ + category="mc", + description="MIAO SIGN REFORMED ASPIRATION", + direction="l", + linebreak="cm", + unicodeslot=0x16F53, + }, + [0x16F54]={ + category="mc", + description="MIAO VOWEL SIGN A", + direction="l", + linebreak="cm", + unicodeslot=0x16F54, + }, + [0x16F55]={ + category="mc", + description="MIAO VOWEL SIGN AA", + direction="l", + linebreak="cm", + unicodeslot=0x16F55, + }, + [0x16F56]={ + category="mc", + description="MIAO VOWEL SIGN AHH", + direction="l", + linebreak="cm", + unicodeslot=0x16F56, + }, + [0x16F57]={ + category="mc", + description="MIAO VOWEL SIGN AN", + direction="l", + linebreak="cm", + unicodeslot=0x16F57, + }, + [0x16F58]={ + category="mc", + description="MIAO VOWEL SIGN ANG", + direction="l", + linebreak="cm", + unicodeslot=0x16F58, + }, + [0x16F59]={ + category="mc", + description="MIAO VOWEL SIGN O", + direction="l", + linebreak="cm", + unicodeslot=0x16F59, + }, + [0x16F5A]={ + category="mc", + description="MIAO VOWEL SIGN OO", + direction="l", + linebreak="cm", + unicodeslot=0x16F5A, + }, + [0x16F5B]={ + category="mc", + description="MIAO VOWEL SIGN WO", + direction="l", + linebreak="cm", + unicodeslot=0x16F5B, + }, + [0x16F5C]={ + category="mc", + description="MIAO VOWEL SIGN W", + direction="l", + linebreak="cm", + unicodeslot=0x16F5C, + }, + [0x16F5D]={ + category="mc", + description="MIAO VOWEL SIGN E", + direction="l", + linebreak="cm", + unicodeslot=0x16F5D, + }, + [0x16F5E]={ + category="mc", + description="MIAO VOWEL SIGN EN", + direction="l", + linebreak="cm", + unicodeslot=0x16F5E, + }, + [0x16F5F]={ + category="mc", + description="MIAO VOWEL SIGN ENG", + direction="l", + linebreak="cm", + unicodeslot=0x16F5F, + }, + [0x16F60]={ + category="mc", + description="MIAO VOWEL SIGN OEY", + direction="l", + linebreak="cm", + unicodeslot=0x16F60, + }, + [0x16F61]={ + category="mc", + description="MIAO VOWEL SIGN I", + direction="l", + linebreak="cm", + unicodeslot=0x16F61, + }, + [0x16F62]={ + category="mc", + description="MIAO VOWEL SIGN IA", + direction="l", + linebreak="cm", + unicodeslot=0x16F62, + }, + [0x16F63]={ + category="mc", + description="MIAO VOWEL SIGN IAN", + direction="l", + linebreak="cm", + unicodeslot=0x16F63, + }, + [0x16F64]={ + category="mc", + description="MIAO VOWEL SIGN IANG", + direction="l", + linebreak="cm", + unicodeslot=0x16F64, + }, + [0x16F65]={ + category="mc", + description="MIAO VOWEL SIGN IO", + direction="l", + linebreak="cm", + unicodeslot=0x16F65, + }, + [0x16F66]={ + category="mc", + description="MIAO VOWEL SIGN IE", + direction="l", + linebreak="cm", + unicodeslot=0x16F66, + }, + [0x16F67]={ + category="mc", + description="MIAO VOWEL SIGN II", + direction="l", + linebreak="cm", + unicodeslot=0x16F67, + }, + [0x16F68]={ + category="mc", + description="MIAO VOWEL SIGN IU", + direction="l", + linebreak="cm", + unicodeslot=0x16F68, + }, + [0x16F69]={ + category="mc", + description="MIAO VOWEL SIGN ING", + direction="l", + linebreak="cm", + unicodeslot=0x16F69, + }, + [0x16F6A]={ + category="mc", + description="MIAO VOWEL SIGN U", + direction="l", + linebreak="cm", + unicodeslot=0x16F6A, + }, + [0x16F6B]={ + category="mc", + description="MIAO VOWEL SIGN UA", + direction="l", + linebreak="cm", + unicodeslot=0x16F6B, + }, + [0x16F6C]={ + category="mc", + description="MIAO VOWEL SIGN UAN", + direction="l", + linebreak="cm", + unicodeslot=0x16F6C, + }, + [0x16F6D]={ + category="mc", + description="MIAO VOWEL SIGN UANG", + direction="l", + linebreak="cm", + unicodeslot=0x16F6D, + }, + [0x16F6E]={ + category="mc", + description="MIAO VOWEL SIGN UU", + direction="l", + linebreak="cm", + unicodeslot=0x16F6E, + }, + [0x16F6F]={ + category="mc", + description="MIAO VOWEL SIGN UEI", + direction="l", + linebreak="cm", + unicodeslot=0x16F6F, + }, + [0x16F70]={ + category="mc", + description="MIAO VOWEL SIGN UNG", + direction="l", + linebreak="cm", + unicodeslot=0x16F70, + }, + [0x16F71]={ + category="mc", + description="MIAO VOWEL SIGN Y", + direction="l", + linebreak="cm", + unicodeslot=0x16F71, + }, + [0x16F72]={ + category="mc", + description="MIAO VOWEL SIGN YI", + direction="l", + linebreak="cm", + unicodeslot=0x16F72, + }, + [0x16F73]={ + category="mc", + description="MIAO VOWEL SIGN AE", + direction="l", + linebreak="cm", + unicodeslot=0x16F73, + }, + [0x16F74]={ + category="mc", + description="MIAO VOWEL SIGN AEE", + direction="l", + linebreak="cm", + unicodeslot=0x16F74, + }, + [0x16F75]={ + category="mc", + description="MIAO VOWEL SIGN ERR", + direction="l", + linebreak="cm", + unicodeslot=0x16F75, + }, + [0x16F76]={ + category="mc", + description="MIAO VOWEL SIGN ROUNDED ERR", + direction="l", + linebreak="cm", + unicodeslot=0x16F76, + }, + [0x16F77]={ + category="mc", + description="MIAO VOWEL SIGN ER", + direction="l", + linebreak="cm", + unicodeslot=0x16F77, + }, + [0x16F78]={ + category="mc", + description="MIAO VOWEL SIGN ROUNDED ER", + direction="l", + linebreak="cm", + unicodeslot=0x16F78, + }, + [0x16F79]={ + category="mc", + description="MIAO VOWEL SIGN AI", + direction="l", + linebreak="cm", + unicodeslot=0x16F79, + }, + [0x16F7A]={ + category="mc", + description="MIAO VOWEL SIGN EI", + direction="l", + linebreak="cm", + unicodeslot=0x16F7A, + }, + [0x16F7B]={ + category="mc", + description="MIAO VOWEL SIGN AU", + direction="l", + linebreak="cm", + unicodeslot=0x16F7B, + }, + [0x16F7C]={ + category="mc", + description="MIAO VOWEL SIGN OU", + direction="l", + linebreak="cm", + unicodeslot=0x16F7C, + }, + [0x16F7D]={ + category="mc", + description="MIAO VOWEL SIGN N", + direction="l", + linebreak="cm", + unicodeslot=0x16F7D, + }, + [0x16F7E]={ + category="mc", + description="MIAO VOWEL SIGN NG", + direction="l", + linebreak="cm", + unicodeslot=0x16F7E, + }, + [0x16F8F]={ + category="mn", + description="MIAO TONE RIGHT", + direction="nsm", + linebreak="cm", + unicodeslot=0x16F8F, + }, + [0x16F90]={ + category="mn", + description="MIAO TONE TOP RIGHT", + direction="nsm", + linebreak="cm", + unicodeslot=0x16F90, + }, + [0x16F91]={ + category="mn", + description="MIAO TONE ABOVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x16F91, + }, + [0x16F92]={ + category="mn", + description="MIAO TONE BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x16F92, + }, + [0x16F93]={ + category="lm", + description="MIAO LETTER TONE-2", + direction="l", + linebreak="al", + unicodeslot=0x16F93, + }, + [0x16F94]={ + category="lm", + description="MIAO LETTER TONE-3", + direction="l", + linebreak="al", + unicodeslot=0x16F94, + }, + [0x16F95]={ + category="lm", + description="MIAO LETTER TONE-4", + direction="l", + linebreak="al", + unicodeslot=0x16F95, + }, + [0x16F96]={ + category="lm", + description="MIAO LETTER TONE-5", + direction="l", + linebreak="al", + unicodeslot=0x16F96, + }, + [0x16F97]={ + category="lm", + description="MIAO LETTER TONE-6", + direction="l", + linebreak="al", + unicodeslot=0x16F97, + }, + [0x16F98]={ + category="lm", + description="MIAO LETTER TONE-7", + direction="l", + linebreak="al", + unicodeslot=0x16F98, + }, + [0x16F99]={ + category="lm", + description="MIAO LETTER TONE-8", + direction="l", + linebreak="al", + unicodeslot=0x16F99, + }, + [0x16F9A]={ + category="lm", + description="MIAO LETTER REFORMED TONE-1", + direction="l", + linebreak="al", + unicodeslot=0x16F9A, + }, + [0x16F9B]={ + category="lm", + description="MIAO LETTER REFORMED TONE-2", + direction="l", + linebreak="al", + unicodeslot=0x16F9B, + }, + [0x16F9C]={ + category="lm", + description="MIAO LETTER REFORMED TONE-4", + direction="l", + linebreak="al", + unicodeslot=0x16F9C, + }, + [0x16F9D]={ + category="lm", + description="MIAO LETTER REFORMED TONE-5", + direction="l", + linebreak="al", + unicodeslot=0x16F9D, + }, + [0x16F9E]={ + category="lm", + description="MIAO LETTER REFORMED TONE-6", + direction="l", + linebreak="al", + unicodeslot=0x16F9E, + }, + [0x16F9F]={ + category="lm", + description="MIAO LETTER REFORMED TONE-8", + direction="l", + linebreak="al", + unicodeslot=0x16F9F, + }, [0x1B000]={ category="lo", cjkwd="w", @@ -168920,11 +173800,11 @@ characters.data={ }, [0x1D6FB]={ category="sm", + comment="mathname='nabla'", description="MATHEMATICAL ITALIC NABLA", direction="l", linebreak="al", mathclass="default", - mathname="nabla", specials={ "font", 0x2207 }, unicodeslot=0x1D6FB, visual="it", @@ -171227,1425 +176107,2714 @@ characters.data={ specials={ "font", 0x0039 }, unicodeslot=0x1D7FF, }, + [0x1EE00]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL ALEF", + direction="al", + linebreak="al", + specials={ "font", 0x0627 }, + unicodeslot=0x1EE00, + }, + [0x1EE01]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL BEH", + direction="al", + linebreak="al", + specials={ "font", 0x0628 }, + unicodeslot=0x1EE01, + }, + [0x1EE02]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x062C }, + unicodeslot=0x1EE02, + }, + [0x1EE03]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DAL", + direction="al", + linebreak="al", + specials={ "font", 0x062F }, + unicodeslot=0x1EE03, + }, + [0x1EE05]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL WAW", + direction="al", + linebreak="al", + specials={ "font", 0x0648 }, + unicodeslot=0x1EE05, + }, + [0x1EE06]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL ZAIN", + direction="al", + linebreak="al", + specials={ "font", 0x0632 }, + unicodeslot=0x1EE06, + }, + [0x1EE07]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL HAH", + direction="al", + linebreak="al", + specials={ "font", 0x062D }, + unicodeslot=0x1EE07, + }, + [0x1EE08]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAH", + direction="al", + linebreak="al", + specials={ "font", 0x0637 }, + unicodeslot=0x1EE08, + }, + [0x1EE09]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL YEH", + direction="al", + linebreak="al", + specials={ "font", 0x064A }, + unicodeslot=0x1EE09, + }, + [0x1EE0A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL KAF", + direction="al", + linebreak="al", + specials={ "font", 0x0643 }, + unicodeslot=0x1EE0A, + }, + [0x1EE0B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LAM", + direction="al", + linebreak="al", + specials={ "font", 0x0644 }, + unicodeslot=0x1EE0B, + }, + [0x1EE0C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x0645 }, + unicodeslot=0x1EE0C, + }, + [0x1EE0D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL NOON", + direction="al", + linebreak="al", + specials={ "font", 0x0646 }, + unicodeslot=0x1EE0D, + }, + [0x1EE0E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0633 }, + unicodeslot=0x1EE0E, + }, + [0x1EE0F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL AIN", + direction="al", + linebreak="al", + specials={ "font", 0x0639 }, + unicodeslot=0x1EE0F, + }, + [0x1EE10]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL FEH", + direction="al", + linebreak="al", + specials={ "font", 0x0641 }, + unicodeslot=0x1EE10, + }, + [0x1EE11]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL SAD", + direction="al", + linebreak="al", + specials={ "font", 0x0635 }, + unicodeslot=0x1EE11, + }, + [0x1EE12]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL QAF", + direction="al", + linebreak="al", + specials={ "font", 0x0642 }, + unicodeslot=0x1EE12, + }, + [0x1EE13]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL REH", + direction="al", + linebreak="al", + specials={ "font", 0x0631 }, + unicodeslot=0x1EE13, + }, + [0x1EE14]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0634 }, + unicodeslot=0x1EE14, + }, + [0x1EE15]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TEH", + direction="al", + linebreak="al", + specials={ "font", 0x062A }, + unicodeslot=0x1EE15, + }, + [0x1EE16]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL THEH", + direction="al", + linebreak="al", + specials={ "font", 0x062B }, + unicodeslot=0x1EE16, + }, + [0x1EE17]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x062E }, + unicodeslot=0x1EE17, + }, + [0x1EE18]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL THAL", + direction="al", + linebreak="al", + specials={ "font", 0x0630 }, + unicodeslot=0x1EE18, + }, + [0x1EE19]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DAD", + direction="al", + linebreak="al", + specials={ "font", 0x0636 }, + unicodeslot=0x1EE19, + }, + [0x1EE1A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x0638 }, + unicodeslot=0x1EE1A, + }, + [0x1EE1B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x063A }, + unicodeslot=0x1EE1B, + }, + [0x1EE1C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS BEH", + direction="al", + linebreak="al", + specials={ "font", 0x066E }, + unicodeslot=0x1EE1C, + }, + [0x1EE1D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS NOON", + direction="al", + linebreak="al", + specials={ "font", 0x06BA }, + unicodeslot=0x1EE1D, + }, + [0x1EE1E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS FEH", + direction="al", + linebreak="al", + specials={ "font", 0x06A1 }, + unicodeslot=0x1EE1E, + }, + [0x1EE1F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS QAF", + direction="al", + linebreak="al", + specials={ "font", 0x066F }, + unicodeslot=0x1EE1F, + }, + [0x1EE21]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL BEH", + direction="al", + linebreak="al", + specials={ "font", 0x0628 }, + unicodeslot=0x1EE21, + }, + [0x1EE22]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x062C }, + unicodeslot=0x1EE22, + }, + [0x1EE24]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL HEH", + direction="al", + linebreak="al", + specials={ "font", 0x0647 }, + unicodeslot=0x1EE24, + }, + [0x1EE27]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL HAH", + direction="al", + linebreak="al", + specials={ "font", 0x062D }, + unicodeslot=0x1EE27, + }, + [0x1EE29]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL YEH", + direction="al", + linebreak="al", + specials={ "font", 0x064A }, + unicodeslot=0x1EE29, + }, + [0x1EE2A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL KAF", + direction="al", + linebreak="al", + specials={ "font", 0x0643 }, + unicodeslot=0x1EE2A, + }, + [0x1EE2B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL LAM", + direction="al", + linebreak="al", + specials={ "font", 0x0644 }, + unicodeslot=0x1EE2B, + }, + [0x1EE2C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x0645 }, + unicodeslot=0x1EE2C, + }, + [0x1EE2D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL NOON", + direction="al", + linebreak="al", + specials={ "font", 0x0646 }, + unicodeslot=0x1EE2D, + }, + [0x1EE2E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0633 }, + unicodeslot=0x1EE2E, + }, + [0x1EE2F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL AIN", + direction="al", + linebreak="al", + specials={ "font", 0x0639 }, + unicodeslot=0x1EE2F, + }, + [0x1EE30]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL FEH", + direction="al", + linebreak="al", + specials={ "font", 0x0641 }, + unicodeslot=0x1EE30, + }, + [0x1EE31]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL SAD", + direction="al", + linebreak="al", + specials={ "font", 0x0635 }, + unicodeslot=0x1EE31, + }, + [0x1EE32]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL QAF", + direction="al", + linebreak="al", + specials={ "font", 0x0642 }, + unicodeslot=0x1EE32, + }, + [0x1EE34]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0634 }, + unicodeslot=0x1EE34, + }, + [0x1EE35]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL TEH", + direction="al", + linebreak="al", + specials={ "font", 0x062A }, + unicodeslot=0x1EE35, + }, + [0x1EE36]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL THEH", + direction="al", + linebreak="al", + specials={ "font", 0x062B }, + unicodeslot=0x1EE36, + }, + [0x1EE37]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x062E }, + unicodeslot=0x1EE37, + }, + [0x1EE39]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL DAD", + direction="al", + linebreak="al", + specials={ "font", 0x0636 }, + unicodeslot=0x1EE39, + }, + [0x1EE3B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x063A }, + unicodeslot=0x1EE3B, + }, + [0x1EE42]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x062C }, + unicodeslot=0x1EE42, + }, + [0x1EE47]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED HAH", + direction="al", + linebreak="al", + specials={ "font", 0x062D }, + unicodeslot=0x1EE47, + }, + [0x1EE49]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED YEH", + direction="al", + linebreak="al", + specials={ "font", 0x064A }, + unicodeslot=0x1EE49, + }, + [0x1EE4B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED LAM", + direction="al", + linebreak="al", + specials={ "font", 0x0644 }, + unicodeslot=0x1EE4B, + }, + [0x1EE4D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED NOON", + direction="al", + linebreak="al", + specials={ "font", 0x0646 }, + unicodeslot=0x1EE4D, + }, + [0x1EE4E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0633 }, + unicodeslot=0x1EE4E, + }, + [0x1EE4F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED AIN", + direction="al", + linebreak="al", + specials={ "font", 0x0639 }, + unicodeslot=0x1EE4F, + }, + [0x1EE51]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED SAD", + direction="al", + linebreak="al", + specials={ "font", 0x0635 }, + unicodeslot=0x1EE51, + }, + [0x1EE52]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED QAF", + direction="al", + linebreak="al", + specials={ "font", 0x0642 }, + unicodeslot=0x1EE52, + }, + [0x1EE54]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0634 }, + unicodeslot=0x1EE54, + }, + [0x1EE57]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x062E }, + unicodeslot=0x1EE57, + }, + [0x1EE59]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED DAD", + direction="al", + linebreak="al", + specials={ "font", 0x0636 }, + unicodeslot=0x1EE59, + }, + [0x1EE5B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x063A }, + unicodeslot=0x1EE5B, + }, + [0x1EE5D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED DOTLESS NOON", + direction="al", + linebreak="al", + specials={ "font", 0x06BA }, + unicodeslot=0x1EE5D, + }, + [0x1EE5F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED DOTLESS QAF", + direction="al", + linebreak="al", + specials={ "font", 0x066F }, + unicodeslot=0x1EE5F, + }, + [0x1EE61]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED BEH", + direction="al", + linebreak="al", + specials={ "font", 0x0628 }, + unicodeslot=0x1EE61, + }, + [0x1EE62]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x062C }, + unicodeslot=0x1EE62, + }, + [0x1EE64]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED HEH", + direction="al", + linebreak="al", + specials={ "font", 0x0647 }, + unicodeslot=0x1EE64, + }, + [0x1EE67]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED HAH", + direction="al", + linebreak="al", + specials={ "font", 0x062D }, + unicodeslot=0x1EE67, + }, + [0x1EE68]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED TAH", + direction="al", + linebreak="al", + specials={ "font", 0x0637 }, + unicodeslot=0x1EE68, + }, + [0x1EE69]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED YEH", + direction="al", + linebreak="al", + specials={ "font", 0x064A }, + unicodeslot=0x1EE69, + }, + [0x1EE6A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED KAF", + direction="al", + linebreak="al", + specials={ "font", 0x0643 }, + unicodeslot=0x1EE6A, + }, + [0x1EE6C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x0645 }, + unicodeslot=0x1EE6C, + }, + [0x1EE6D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED NOON", + direction="al", + linebreak="al", + specials={ "font", 0x0646 }, + unicodeslot=0x1EE6D, + }, + [0x1EE6E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0633 }, + unicodeslot=0x1EE6E, + }, + [0x1EE6F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED AIN", + direction="al", + linebreak="al", + specials={ "font", 0x0639 }, + unicodeslot=0x1EE6F, + }, + [0x1EE70]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED FEH", + direction="al", + linebreak="al", + specials={ "font", 0x0641 }, + unicodeslot=0x1EE70, + }, + [0x1EE71]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED SAD", + direction="al", + linebreak="al", + specials={ "font", 0x0635 }, + unicodeslot=0x1EE71, + }, + [0x1EE72]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED QAF", + direction="al", + linebreak="al", + specials={ "font", 0x0642 }, + unicodeslot=0x1EE72, + }, + [0x1EE74]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0634 }, + unicodeslot=0x1EE74, + }, + [0x1EE75]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED TEH", + direction="al", + linebreak="al", + specials={ "font", 0x062A }, + unicodeslot=0x1EE75, + }, + [0x1EE76]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED THEH", + direction="al", + linebreak="al", + specials={ "font", 0x062B }, + unicodeslot=0x1EE76, + }, + [0x1EE77]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x062E }, + unicodeslot=0x1EE77, + }, + [0x1EE79]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED DAD", + direction="al", + linebreak="al", + specials={ "font", 0x0636 }, + unicodeslot=0x1EE79, + }, + [0x1EE7A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x0638 }, + unicodeslot=0x1EE7A, + }, + [0x1EE7B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x063A }, + unicodeslot=0x1EE7B, + }, + [0x1EE7C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH", + direction="al", + linebreak="al", + specials={ "font", 0x066E }, + unicodeslot=0x1EE7C, + }, + [0x1EE7E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH", + direction="al", + linebreak="al", + specials={ "font", 0x06A1 }, + unicodeslot=0x1EE7E, + }, + [0x1EE80]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED ALEF", + direction="al", + linebreak="al", + specials={ "font", 0x0627 }, + unicodeslot=0x1EE80, + }, + [0x1EE81]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED BEH", + direction="al", + linebreak="al", + specials={ "font", 0x0628 }, + unicodeslot=0x1EE81, + }, + [0x1EE82]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x062C }, + unicodeslot=0x1EE82, + }, + [0x1EE83]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED DAL", + direction="al", + linebreak="al", + specials={ "font", 0x062F }, + unicodeslot=0x1EE83, + }, + [0x1EE84]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED HEH", + direction="al", + linebreak="al", + specials={ "font", 0x0647 }, + unicodeslot=0x1EE84, + }, + [0x1EE85]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED WAW", + direction="al", + linebreak="al", + specials={ "font", 0x0648 }, + unicodeslot=0x1EE85, + }, + [0x1EE86]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED ZAIN", + direction="al", + linebreak="al", + specials={ "font", 0x0632 }, + unicodeslot=0x1EE86, + }, + [0x1EE87]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED HAH", + direction="al", + linebreak="al", + specials={ "font", 0x062D }, + unicodeslot=0x1EE87, + }, + [0x1EE88]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED TAH", + direction="al", + linebreak="al", + specials={ "font", 0x0637 }, + unicodeslot=0x1EE88, + }, + [0x1EE89]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED YEH", + direction="al", + linebreak="al", + specials={ "font", 0x064A }, + unicodeslot=0x1EE89, + }, + [0x1EE8B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED LAM", + direction="al", + linebreak="al", + specials={ "font", 0x0644 }, + unicodeslot=0x1EE8B, + }, + [0x1EE8C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x0645 }, + unicodeslot=0x1EE8C, + }, + [0x1EE8D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED NOON", + direction="al", + linebreak="al", + specials={ "font", 0x0646 }, + unicodeslot=0x1EE8D, + }, + [0x1EE8E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0633 }, + unicodeslot=0x1EE8E, + }, + [0x1EE8F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED AIN", + direction="al", + linebreak="al", + specials={ "font", 0x0639 }, + unicodeslot=0x1EE8F, + }, + [0x1EE90]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED FEH", + direction="al", + linebreak="al", + specials={ "font", 0x0641 }, + unicodeslot=0x1EE90, + }, + [0x1EE91]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED SAD", + direction="al", + linebreak="al", + specials={ "font", 0x0635 }, + unicodeslot=0x1EE91, + }, + [0x1EE92]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED QAF", + direction="al", + linebreak="al", + specials={ "font", 0x0642 }, + unicodeslot=0x1EE92, + }, + [0x1EE93]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED REH", + direction="al", + linebreak="al", + specials={ "font", 0x0631 }, + unicodeslot=0x1EE93, + }, + [0x1EE94]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0634 }, + unicodeslot=0x1EE94, + }, + [0x1EE95]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED TEH", + direction="al", + linebreak="al", + specials={ "font", 0x062A }, + unicodeslot=0x1EE95, + }, + [0x1EE96]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED THEH", + direction="al", + linebreak="al", + specials={ "font", 0x062B }, + unicodeslot=0x1EE96, + }, + [0x1EE97]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x062E }, + unicodeslot=0x1EE97, + }, + [0x1EE98]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED THAL", + direction="al", + linebreak="al", + specials={ "font", 0x0630 }, + unicodeslot=0x1EE98, + }, + [0x1EE99]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED DAD", + direction="al", + linebreak="al", + specials={ "font", 0x0636 }, + unicodeslot=0x1EE99, + }, + [0x1EE9A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x0638 }, + unicodeslot=0x1EE9A, + }, + [0x1EE9B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x063A }, + unicodeslot=0x1EE9B, + }, + [0x1EEA1]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH", + direction="al", + linebreak="al", + specials={ "font", 0x0628 }, + unicodeslot=0x1EEA1, + }, + [0x1EEA2]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x062C }, + unicodeslot=0x1EEA2, + }, + [0x1EEA3]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL", + direction="al", + linebreak="al", + specials={ "font", 0x062F }, + unicodeslot=0x1EEA3, + }, + [0x1EEA5]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW", + direction="al", + linebreak="al", + specials={ "font", 0x0648 }, + unicodeslot=0x1EEA5, + }, + [0x1EEA6]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN", + direction="al", + linebreak="al", + specials={ "font", 0x0632 }, + unicodeslot=0x1EEA6, + }, + [0x1EEA7]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH", + direction="al", + linebreak="al", + specials={ "font", 0x062D }, + unicodeslot=0x1EEA7, + }, + [0x1EEA8]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH", + direction="al", + linebreak="al", + specials={ "font", 0x0637 }, + unicodeslot=0x1EEA8, + }, + [0x1EEA9]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH", + direction="al", + linebreak="al", + specials={ "font", 0x064A }, + unicodeslot=0x1EEA9, + }, + [0x1EEAB]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM", + direction="al", + linebreak="al", + specials={ "font", 0x0644 }, + unicodeslot=0x1EEAB, + }, + [0x1EEAC]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x0645 }, + unicodeslot=0x1EEAC, + }, + [0x1EEAD]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON", + direction="al", + linebreak="al", + specials={ "font", 0x0646 }, + unicodeslot=0x1EEAD, + }, + [0x1EEAE]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0633 }, + unicodeslot=0x1EEAE, + }, + [0x1EEAF]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN", + direction="al", + linebreak="al", + specials={ "font", 0x0639 }, + unicodeslot=0x1EEAF, + }, + [0x1EEB0]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH", + direction="al", + linebreak="al", + specials={ "font", 0x0641 }, + unicodeslot=0x1EEB0, + }, + [0x1EEB1]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD", + direction="al", + linebreak="al", + specials={ "font", 0x0635 }, + unicodeslot=0x1EEB1, + }, + [0x1EEB2]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF", + direction="al", + linebreak="al", + specials={ "font", 0x0642 }, + unicodeslot=0x1EEB2, + }, + [0x1EEB3]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH", + direction="al", + linebreak="al", + specials={ "font", 0x0631 }, + unicodeslot=0x1EEB3, + }, + [0x1EEB4]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x0634 }, + unicodeslot=0x1EEB4, + }, + [0x1EEB5]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH", + direction="al", + linebreak="al", + specials={ "font", 0x062A }, + unicodeslot=0x1EEB5, + }, + [0x1EEB6]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH", + direction="al", + linebreak="al", + specials={ "font", 0x062B }, + unicodeslot=0x1EEB6, + }, + [0x1EEB7]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x062E }, + unicodeslot=0x1EEB7, + }, + [0x1EEB8]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL", + direction="al", + linebreak="al", + specials={ "font", 0x0630 }, + unicodeslot=0x1EEB8, + }, + [0x1EEB9]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD", + direction="al", + linebreak="al", + specials={ "font", 0x0636 }, + unicodeslot=0x1EEB9, + }, + [0x1EEBA]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x0638 }, + unicodeslot=0x1EEBA, + }, + [0x1EEBB]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x063A }, + unicodeslot=0x1EEBB, + }, + [0x1EEF0]={ + category="sm", + comment="check math properties", + description="ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL", + direction="on", + linebreak="al", + unicodeslot=0x1EEF0, + }, + [0x1EEF1]={ + category="sm", + comment="check math properties", + description="ARABIC MATHEMATICAL OPERATOR HAH WITH DAL", + direction="on", + linebreak="al", + unicodeslot=0x1EEF1, + }, [0x1F000]={ category="so", description="MAHJONG TILE EAST WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F000, }, [0x1F001]={ category="so", description="MAHJONG TILE SOUTH WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F001, }, [0x1F002]={ category="so", description="MAHJONG TILE WEST WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F002, }, [0x1F003]={ category="so", description="MAHJONG TILE NORTH WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F003, }, [0x1F004]={ category="so", description="MAHJONG TILE RED DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F004, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F005]={ category="so", description="MAHJONG TILE GREEN DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F005, }, [0x1F006]={ category="so", description="MAHJONG TILE WHITE DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F006, }, [0x1F007]={ category="so", description="MAHJONG TILE ONE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F007, }, [0x1F008]={ category="so", description="MAHJONG TILE TWO OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F008, }, [0x1F009]={ category="so", description="MAHJONG TILE THREE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F009, }, [0x1F00A]={ category="so", description="MAHJONG TILE FOUR OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00A, }, [0x1F00B]={ category="so", description="MAHJONG TILE FIVE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00B, }, [0x1F00C]={ category="so", description="MAHJONG TILE SIX OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00C, }, [0x1F00D]={ category="so", description="MAHJONG TILE SEVEN OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00D, }, [0x1F00E]={ category="so", description="MAHJONG TILE EIGHT OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00E, }, [0x1F00F]={ category="so", description="MAHJONG TILE NINE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00F, }, [0x1F010]={ category="so", description="MAHJONG TILE ONE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F010, }, [0x1F011]={ category="so", description="MAHJONG TILE TWO OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F011, }, [0x1F012]={ category="so", description="MAHJONG TILE THREE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F012, }, [0x1F013]={ category="so", description="MAHJONG TILE FOUR OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F013, }, [0x1F014]={ category="so", description="MAHJONG TILE FIVE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F014, }, [0x1F015]={ category="so", description="MAHJONG TILE SIX OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F015, }, [0x1F016]={ category="so", description="MAHJONG TILE SEVEN OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F016, }, [0x1F017]={ category="so", description="MAHJONG TILE EIGHT OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F017, }, [0x1F018]={ category="so", description="MAHJONG TILE NINE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F018, }, [0x1F019]={ category="so", description="MAHJONG TILE ONE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F019, }, [0x1F01A]={ category="so", description="MAHJONG TILE TWO OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01A, }, [0x1F01B]={ category="so", description="MAHJONG TILE THREE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01B, }, [0x1F01C]={ category="so", description="MAHJONG TILE FOUR OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01C, }, [0x1F01D]={ category="so", description="MAHJONG TILE FIVE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01D, }, [0x1F01E]={ category="so", description="MAHJONG TILE SIX OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01E, }, [0x1F01F]={ category="so", description="MAHJONG TILE SEVEN OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01F, }, [0x1F020]={ category="so", description="MAHJONG TILE EIGHT OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F020, }, [0x1F021]={ category="so", description="MAHJONG TILE NINE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F021, }, [0x1F022]={ category="so", description="MAHJONG TILE PLUM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F022, }, [0x1F023]={ category="so", description="MAHJONG TILE ORCHID", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F023, }, [0x1F024]={ category="so", description="MAHJONG TILE BAMBOO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F024, }, [0x1F025]={ category="so", description="MAHJONG TILE CHRYSANTHEMUM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F025, }, [0x1F026]={ category="so", description="MAHJONG TILE SPRING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F026, }, [0x1F027]={ category="so", description="MAHJONG TILE SUMMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F027, }, [0x1F028]={ category="so", description="MAHJONG TILE AUTUMN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F028, }, [0x1F029]={ category="so", description="MAHJONG TILE WINTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F029, }, [0x1F02A]={ category="so", description="MAHJONG TILE JOKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F02A, }, [0x1F02B]={ category="so", description="MAHJONG TILE BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F02B, }, [0x1F030]={ category="so", description="DOMINO TILE HORIZONTAL BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F030, }, [0x1F031]={ category="so", description="DOMINO TILE HORIZONTAL-00-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F031, }, [0x1F032]={ category="so", description="DOMINO TILE HORIZONTAL-00-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F032, }, [0x1F033]={ category="so", description="DOMINO TILE HORIZONTAL-00-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F033, }, [0x1F034]={ category="so", description="DOMINO TILE HORIZONTAL-00-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F034, }, [0x1F035]={ category="so", description="DOMINO TILE HORIZONTAL-00-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F035, }, [0x1F036]={ category="so", description="DOMINO TILE HORIZONTAL-00-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F036, }, [0x1F037]={ category="so", description="DOMINO TILE HORIZONTAL-00-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F037, }, [0x1F038]={ category="so", description="DOMINO TILE HORIZONTAL-01-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F038, }, [0x1F039]={ category="so", description="DOMINO TILE HORIZONTAL-01-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F039, }, [0x1F03A]={ category="so", description="DOMINO TILE HORIZONTAL-01-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03A, }, [0x1F03B]={ category="so", description="DOMINO TILE HORIZONTAL-01-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03B, }, [0x1F03C]={ category="so", description="DOMINO TILE HORIZONTAL-01-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03C, }, [0x1F03D]={ category="so", description="DOMINO TILE HORIZONTAL-01-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03D, }, [0x1F03E]={ category="so", description="DOMINO TILE HORIZONTAL-01-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03E, }, [0x1F03F]={ category="so", description="DOMINO TILE HORIZONTAL-02-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03F, }, [0x1F040]={ category="so", description="DOMINO TILE HORIZONTAL-02-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F040, }, [0x1F041]={ category="so", description="DOMINO TILE HORIZONTAL-02-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F041, }, [0x1F042]={ category="so", description="DOMINO TILE HORIZONTAL-02-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F042, }, [0x1F043]={ category="so", description="DOMINO TILE HORIZONTAL-02-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F043, }, [0x1F044]={ category="so", description="DOMINO TILE HORIZONTAL-02-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F044, }, [0x1F045]={ category="so", description="DOMINO TILE HORIZONTAL-02-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F045, }, [0x1F046]={ category="so", description="DOMINO TILE HORIZONTAL-03-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F046, }, [0x1F047]={ category="so", description="DOMINO TILE HORIZONTAL-03-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F047, }, [0x1F048]={ category="so", description="DOMINO TILE HORIZONTAL-03-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F048, }, [0x1F049]={ category="so", description="DOMINO TILE HORIZONTAL-03-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F049, }, [0x1F04A]={ category="so", description="DOMINO TILE HORIZONTAL-03-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04A, }, [0x1F04B]={ category="so", description="DOMINO TILE HORIZONTAL-03-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04B, }, [0x1F04C]={ category="so", description="DOMINO TILE HORIZONTAL-03-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04C, }, [0x1F04D]={ category="so", description="DOMINO TILE HORIZONTAL-04-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04D, }, [0x1F04E]={ category="so", description="DOMINO TILE HORIZONTAL-04-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04E, }, [0x1F04F]={ category="so", description="DOMINO TILE HORIZONTAL-04-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04F, }, [0x1F050]={ category="so", description="DOMINO TILE HORIZONTAL-04-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F050, }, [0x1F051]={ category="so", description="DOMINO TILE HORIZONTAL-04-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F051, }, [0x1F052]={ category="so", description="DOMINO TILE HORIZONTAL-04-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F052, }, [0x1F053]={ category="so", description="DOMINO TILE HORIZONTAL-04-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F053, }, [0x1F054]={ category="so", description="DOMINO TILE HORIZONTAL-05-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F054, }, [0x1F055]={ category="so", description="DOMINO TILE HORIZONTAL-05-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F055, }, [0x1F056]={ category="so", description="DOMINO TILE HORIZONTAL-05-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F056, }, [0x1F057]={ category="so", description="DOMINO TILE HORIZONTAL-05-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F057, }, [0x1F058]={ category="so", description="DOMINO TILE HORIZONTAL-05-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F058, }, [0x1F059]={ category="so", description="DOMINO TILE HORIZONTAL-05-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F059, }, [0x1F05A]={ category="so", description="DOMINO TILE HORIZONTAL-05-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05A, }, [0x1F05B]={ category="so", description="DOMINO TILE HORIZONTAL-06-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05B, }, [0x1F05C]={ category="so", description="DOMINO TILE HORIZONTAL-06-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05C, }, [0x1F05D]={ category="so", description="DOMINO TILE HORIZONTAL-06-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05D, }, [0x1F05E]={ category="so", description="DOMINO TILE HORIZONTAL-06-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05E, }, [0x1F05F]={ category="so", description="DOMINO TILE HORIZONTAL-06-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05F, }, [0x1F060]={ category="so", description="DOMINO TILE HORIZONTAL-06-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F060, }, [0x1F061]={ category="so", description="DOMINO TILE HORIZONTAL-06-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F061, }, [0x1F062]={ category="so", description="DOMINO TILE VERTICAL BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F062, }, [0x1F063]={ category="so", description="DOMINO TILE VERTICAL-00-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F063, }, [0x1F064]={ category="so", description="DOMINO TILE VERTICAL-00-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F064, }, [0x1F065]={ category="so", description="DOMINO TILE VERTICAL-00-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F065, }, [0x1F066]={ category="so", description="DOMINO TILE VERTICAL-00-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F066, }, [0x1F067]={ category="so", description="DOMINO TILE VERTICAL-00-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F067, }, [0x1F068]={ category="so", description="DOMINO TILE VERTICAL-00-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F068, }, [0x1F069]={ category="so", description="DOMINO TILE VERTICAL-00-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F069, }, [0x1F06A]={ category="so", description="DOMINO TILE VERTICAL-01-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06A, }, [0x1F06B]={ category="so", description="DOMINO TILE VERTICAL-01-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06B, }, [0x1F06C]={ category="so", description="DOMINO TILE VERTICAL-01-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06C, }, [0x1F06D]={ category="so", description="DOMINO TILE VERTICAL-01-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06D, }, [0x1F06E]={ category="so", description="DOMINO TILE VERTICAL-01-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06E, }, [0x1F06F]={ category="so", description="DOMINO TILE VERTICAL-01-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06F, }, [0x1F070]={ category="so", description="DOMINO TILE VERTICAL-01-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F070, }, [0x1F071]={ category="so", description="DOMINO TILE VERTICAL-02-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F071, }, [0x1F072]={ category="so", description="DOMINO TILE VERTICAL-02-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F072, }, [0x1F073]={ category="so", description="DOMINO TILE VERTICAL-02-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F073, }, [0x1F074]={ category="so", description="DOMINO TILE VERTICAL-02-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F074, }, [0x1F075]={ category="so", description="DOMINO TILE VERTICAL-02-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F075, }, [0x1F076]={ category="so", description="DOMINO TILE VERTICAL-02-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F076, }, [0x1F077]={ category="so", description="DOMINO TILE VERTICAL-02-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F077, }, [0x1F078]={ category="so", description="DOMINO TILE VERTICAL-03-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F078, }, [0x1F079]={ category="so", description="DOMINO TILE VERTICAL-03-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F079, }, [0x1F07A]={ category="so", description="DOMINO TILE VERTICAL-03-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07A, }, [0x1F07B]={ category="so", description="DOMINO TILE VERTICAL-03-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07B, }, [0x1F07C]={ category="so", description="DOMINO TILE VERTICAL-03-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07C, }, [0x1F07D]={ category="so", description="DOMINO TILE VERTICAL-03-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07D, }, [0x1F07E]={ category="so", description="DOMINO TILE VERTICAL-03-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07E, }, [0x1F07F]={ category="so", description="DOMINO TILE VERTICAL-04-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07F, }, [0x1F080]={ category="so", description="DOMINO TILE VERTICAL-04-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F080, }, [0x1F081]={ category="so", description="DOMINO TILE VERTICAL-04-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F081, }, [0x1F082]={ category="so", description="DOMINO TILE VERTICAL-04-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F082, }, [0x1F083]={ category="so", description="DOMINO TILE VERTICAL-04-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F083, }, [0x1F084]={ category="so", description="DOMINO TILE VERTICAL-04-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F084, }, [0x1F085]={ category="so", description="DOMINO TILE VERTICAL-04-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F085, }, [0x1F086]={ category="so", description="DOMINO TILE VERTICAL-05-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F086, }, [0x1F087]={ category="so", description="DOMINO TILE VERTICAL-05-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F087, }, [0x1F088]={ category="so", description="DOMINO TILE VERTICAL-05-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F088, }, [0x1F089]={ category="so", description="DOMINO TILE VERTICAL-05-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F089, }, [0x1F08A]={ category="so", description="DOMINO TILE VERTICAL-05-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08A, }, [0x1F08B]={ category="so", description="DOMINO TILE VERTICAL-05-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08B, }, [0x1F08C]={ category="so", description="DOMINO TILE VERTICAL-05-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08C, }, [0x1F08D]={ category="so", description="DOMINO TILE VERTICAL-06-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08D, }, [0x1F08E]={ category="so", description="DOMINO TILE VERTICAL-06-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08E, }, [0x1F08F]={ category="so", description="DOMINO TILE VERTICAL-06-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08F, }, [0x1F090]={ category="so", description="DOMINO TILE VERTICAL-06-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F090, }, [0x1F091]={ category="so", description="DOMINO TILE VERTICAL-06-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F091, }, [0x1F092]={ category="so", description="DOMINO TILE VERTICAL-06-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F092, }, [0x1F093]={ category="so", description="DOMINO TILE VERTICAL-06-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F093, }, [0x1F0A0]={ category="so", description="PLAYING CARD BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A0, }, [0x1F0A1]={ category="so", description="PLAYING CARD ACE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A1, }, [0x1F0A2]={ category="so", description="PLAYING CARD TWO OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A2, }, [0x1F0A3]={ category="so", description="PLAYING CARD THREE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A3, }, [0x1F0A4]={ category="so", description="PLAYING CARD FOUR OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A4, }, [0x1F0A5]={ category="so", description="PLAYING CARD FIVE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A5, }, [0x1F0A6]={ category="so", description="PLAYING CARD SIX OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A6, }, [0x1F0A7]={ category="so", description="PLAYING CARD SEVEN OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A7, }, [0x1F0A8]={ category="so", description="PLAYING CARD EIGHT OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A8, }, [0x1F0A9]={ category="so", description="PLAYING CARD NINE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A9, }, [0x1F0AA]={ category="so", description="PLAYING CARD TEN OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AA, }, [0x1F0AB]={ category="so", description="PLAYING CARD JACK OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AB, }, [0x1F0AC]={ category="so", description="PLAYING CARD KNIGHT OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AC, }, [0x1F0AD]={ category="so", description="PLAYING CARD QUEEN OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AD, }, [0x1F0AE]={ category="so", description="PLAYING CARD KING OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AE, }, [0x1F0B1]={ category="so", description="PLAYING CARD ACE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B1, }, [0x1F0B2]={ category="so", description="PLAYING CARD TWO OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B2, }, [0x1F0B3]={ category="so", description="PLAYING CARD THREE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B3, }, [0x1F0B4]={ category="so", description="PLAYING CARD FOUR OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B4, }, [0x1F0B5]={ category="so", description="PLAYING CARD FIVE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B5, }, [0x1F0B6]={ category="so", description="PLAYING CARD SIX OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B6, }, [0x1F0B7]={ category="so", description="PLAYING CARD SEVEN OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B7, }, [0x1F0B8]={ category="so", description="PLAYING CARD EIGHT OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B8, }, [0x1F0B9]={ category="so", description="PLAYING CARD NINE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B9, }, [0x1F0BA]={ category="so", description="PLAYING CARD TEN OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BA, }, [0x1F0BB]={ category="so", description="PLAYING CARD JACK OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BB, }, [0x1F0BC]={ category="so", description="PLAYING CARD KNIGHT OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BC, }, [0x1F0BD]={ category="so", description="PLAYING CARD QUEEN OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BD, }, [0x1F0BE]={ category="so", description="PLAYING CARD KING OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BE, }, [0x1F0C1]={ category="so", description="PLAYING CARD ACE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C1, }, [0x1F0C2]={ category="so", description="PLAYING CARD TWO OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C2, }, [0x1F0C3]={ category="so", description="PLAYING CARD THREE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C3, }, [0x1F0C4]={ category="so", description="PLAYING CARD FOUR OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C4, }, [0x1F0C5]={ category="so", description="PLAYING CARD FIVE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C5, }, [0x1F0C6]={ category="so", description="PLAYING CARD SIX OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C6, }, [0x1F0C7]={ category="so", description="PLAYING CARD SEVEN OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C7, }, [0x1F0C8]={ category="so", description="PLAYING CARD EIGHT OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C8, }, [0x1F0C9]={ category="so", description="PLAYING CARD NINE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C9, }, [0x1F0CA]={ category="so", description="PLAYING CARD TEN OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CA, }, [0x1F0CB]={ category="so", description="PLAYING CARD JACK OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CB, }, [0x1F0CC]={ category="so", description="PLAYING CARD KNIGHT OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CC, }, [0x1F0CD]={ category="so", description="PLAYING CARD QUEEN OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CD, }, [0x1F0CE]={ category="so", description="PLAYING CARD KING OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CE, }, [0x1F0CF]={ category="so", description="PLAYING CARD BLACK JOKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CF, }, [0x1F0D1]={ category="so", description="PLAYING CARD ACE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D1, }, [0x1F0D2]={ category="so", description="PLAYING CARD TWO OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D2, }, [0x1F0D3]={ category="so", description="PLAYING CARD THREE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D3, }, [0x1F0D4]={ category="so", description="PLAYING CARD FOUR OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D4, }, [0x1F0D5]={ category="so", description="PLAYING CARD FIVE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D5, }, [0x1F0D6]={ category="so", description="PLAYING CARD SIX OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D6, }, [0x1F0D7]={ category="so", description="PLAYING CARD SEVEN OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D7, }, [0x1F0D8]={ category="so", description="PLAYING CARD EIGHT OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D8, }, [0x1F0D9]={ category="so", description="PLAYING CARD NINE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D9, }, [0x1F0DA]={ category="so", description="PLAYING CARD TEN OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DA, }, [0x1F0DB]={ category="so", description="PLAYING CARD JACK OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DB, }, [0x1F0DC]={ category="so", description="PLAYING CARD KNIGHT OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DC, }, [0x1F0DD]={ category="so", description="PLAYING CARD QUEEN OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DD, }, [0x1F0DE]={ category="so", description="PLAYING CARD KING OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DE, }, [0x1F0DF]={ category="so", description="PLAYING CARD WHITE JOKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DF, }, [0x1F100]={ @@ -173521,6 +179690,22 @@ characters.data={ linebreak="ai", unicodeslot=0x1F169, }, + [0x1F16A]={ + category="so", + description="RAISED MC SIGN", + direction="on", + linebreak="al", + specials={ "super", 0x004D, 0x0043 }, + unicodeslot=0x1F16A, + }, + [0x1F16B]={ + category="so", + description="RAISED MD SIGN", + direction="on", + linebreak="al", + specials={ "super", 0x004D, 0x0044 }, + unicodeslot=0x1F16B, + }, [0x1F170]={ category="so", cjkwd="a", @@ -173648,6 +179833,10 @@ characters.data={ direction="l", linebreak="ai", unicodeslot=0x1F17F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F180]={ category="so", @@ -173870,182 +180059,182 @@ characters.data={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER A", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E6, }, [0x1F1E7]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER B", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E7, }, [0x1F1E8]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER C", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E8, }, [0x1F1E9]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER D", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E9, }, [0x1F1EA]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER E", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EA, }, [0x1F1EB]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER F", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EB, }, [0x1F1EC]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER G", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EC, }, [0x1F1ED]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER H", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1ED, }, [0x1F1EE]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER I", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EE, }, [0x1F1EF]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER J", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EF, }, [0x1F1F0]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER K", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F0, }, [0x1F1F1]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER L", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F1, }, [0x1F1F2]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER M", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F2, }, [0x1F1F3]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER N", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F3, }, [0x1F1F4]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER O", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F4, }, [0x1F1F5]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER P", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F5, }, [0x1F1F6]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER Q", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F6, }, [0x1F1F7]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER R", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F7, }, [0x1F1F8]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER S", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F8, }, [0x1F1F9]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER T", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F9, }, [0x1F1FA]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER U", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FA, }, [0x1F1FB]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER V", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FB, }, [0x1F1FC]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER W", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FC, }, [0x1F1FD]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER X", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FD, }, [0x1F1FE]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER Y", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FE, }, [0x1F1FF]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER Z", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FF, }, [0x1F200]={ @@ -174173,6 +180362,10 @@ characters.data={ linebreak="id", specials={ "square", 0x7121 }, unicodeslot=0x1F21A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F21B]={ category="so", @@ -174362,6 +180555,10 @@ characters.data={ linebreak="id", specials={ "square", 0x6307 }, unicodeslot=0x1F22F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F230]={ category="so", @@ -174565,1050 +180762,1050 @@ characters.data={ category="so", description="CYCLONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F300, }, [0x1F301]={ category="so", description="FOGGY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F301, }, [0x1F302]={ category="so", description="CLOSED UMBRELLA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F302, }, [0x1F303]={ category="so", description="NIGHT WITH STARS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F303, }, [0x1F304]={ category="so", description="SUNRISE OVER MOUNTAINS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F304, }, [0x1F305]={ category="so", description="SUNRISE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F305, }, [0x1F306]={ category="so", description="CITYSCAPE AT DUSK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F306, }, [0x1F307]={ category="so", description="SUNSET OVER BUILDINGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F307, }, [0x1F308]={ category="so", description="RAINBOW", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F308, }, [0x1F309]={ category="so", description="BRIDGE AT NIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F309, }, [0x1F30A]={ category="so", description="WATER WAVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30A, }, [0x1F30B]={ category="so", description="VOLCANO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30B, }, [0x1F30C]={ category="so", description="MILKY WAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30C, }, [0x1F30D]={ category="so", description="EARTH GLOBE EUROPE-AFRICA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30D, }, [0x1F30E]={ category="so", description="EARTH GLOBE AMERICAS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30E, }, [0x1F30F]={ category="so", description="EARTH GLOBE ASIA-AUSTRALIA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30F, }, [0x1F310]={ category="so", description="GLOBE WITH MERIDIANS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F310, }, [0x1F311]={ category="so", description="NEW MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F311, }, [0x1F312]={ category="so", description="WAXING CRESCENT MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F312, }, [0x1F313]={ category="so", description="FIRST QUARTER MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F313, }, [0x1F314]={ category="so", description="WAXING GIBBOUS MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F314, }, [0x1F315]={ category="so", description="FULL MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F315, }, [0x1F316]={ category="so", description="WANING GIBBOUS MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F316, }, [0x1F317]={ category="so", description="LAST QUARTER MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F317, }, [0x1F318]={ category="so", description="WANING CRESCENT MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F318, }, [0x1F319]={ category="so", description="CRESCENT MOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F319, }, [0x1F31A]={ category="so", description="NEW MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31A, }, [0x1F31B]={ category="so", description="FIRST QUARTER MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31B, }, [0x1F31C]={ category="so", description="LAST QUARTER MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31C, }, [0x1F31D]={ category="so", description="FULL MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31D, }, [0x1F31E]={ category="so", description="SUN WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31E, }, [0x1F31F]={ category="so", description="GLOWING STAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31F, }, [0x1F320]={ category="so", description="SHOOTING STAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F320, }, [0x1F330]={ category="so", description="CHESTNUT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F330, }, [0x1F331]={ category="so", description="SEEDLING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F331, }, [0x1F332]={ category="so", description="EVERGREEN TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F332, }, [0x1F333]={ category="so", description="DECIDUOUS TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F333, }, [0x1F334]={ category="so", description="PALM TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F334, }, [0x1F335]={ category="so", description="CACTUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F335, }, [0x1F337]={ category="so", description="TULIP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F337, }, [0x1F338]={ category="so", description="CHERRY BLOSSOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F338, }, [0x1F339]={ category="so", description="ROSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F339, }, [0x1F33A]={ category="so", description="HIBISCUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33A, }, [0x1F33B]={ category="so", description="SUNFLOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33B, }, [0x1F33C]={ category="so", description="BLOSSOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33C, }, [0x1F33D]={ category="so", description="EAR OF MAIZE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33D, }, [0x1F33E]={ category="so", description="EAR OF RICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33E, }, [0x1F33F]={ category="so", description="HERB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33F, }, [0x1F340]={ category="so", description="FOUR LEAF CLOVER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F340, }, [0x1F341]={ category="so", description="MAPLE LEAF", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F341, }, [0x1F342]={ category="so", description="FALLEN LEAF", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F342, }, [0x1F343]={ category="so", description="LEAF FLUTTERING IN WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F343, }, [0x1F344]={ category="so", description="MUSHROOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F344, }, [0x1F345]={ category="so", description="TOMATO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F345, }, [0x1F346]={ category="so", description="AUBERGINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F346, }, [0x1F347]={ category="so", description="GRAPES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F347, }, [0x1F348]={ category="so", description="MELON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F348, }, [0x1F349]={ category="so", description="WATERMELON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F349, }, [0x1F34A]={ category="so", description="TANGERINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34A, }, [0x1F34B]={ category="so", description="LEMON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34B, }, [0x1F34C]={ category="so", description="BANANA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34C, }, [0x1F34D]={ category="so", description="PINEAPPLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34D, }, [0x1F34E]={ category="so", description="RED APPLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34E, }, [0x1F34F]={ category="so", description="GREEN APPLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34F, }, [0x1F350]={ category="so", description="PEAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F350, }, [0x1F351]={ category="so", description="PEACH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F351, }, [0x1F352]={ category="so", description="CHERRIES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F352, }, [0x1F353]={ category="so", description="STRAWBERRY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F353, }, [0x1F354]={ category="so", description="HAMBURGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F354, }, [0x1F355]={ category="so", description="SLICE OF PIZZA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F355, }, [0x1F356]={ category="so", description="MEAT ON BONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F356, }, [0x1F357]={ category="so", description="POULTRY LEG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F357, }, [0x1F358]={ category="so", description="RICE CRACKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F358, }, [0x1F359]={ category="so", description="RICE BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F359, }, [0x1F35A]={ category="so", description="COOKED RICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35A, }, [0x1F35B]={ category="so", description="CURRY AND RICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35B, }, [0x1F35C]={ category="so", description="STEAMING BOWL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35C, }, [0x1F35D]={ category="so", description="SPAGHETTI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35D, }, [0x1F35E]={ category="so", description="BREAD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35E, }, [0x1F35F]={ category="so", description="FRENCH FRIES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35F, }, [0x1F360]={ category="so", description="ROASTED SWEET POTATO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F360, }, [0x1F361]={ category="so", description="DANGO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F361, }, [0x1F362]={ category="so", description="ODEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F362, }, [0x1F363]={ category="so", description="SUSHI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F363, }, [0x1F364]={ category="so", description="FRIED SHRIMP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F364, }, [0x1F365]={ category="so", description="FISH CAKE WITH SWIRL DESIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F365, }, [0x1F366]={ category="so", description="SOFT ICE CREAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F366, }, [0x1F367]={ category="so", description="SHAVED ICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F367, }, [0x1F368]={ category="so", description="ICE CREAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F368, }, [0x1F369]={ category="so", description="DOUGHNUT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F369, }, [0x1F36A]={ category="so", description="COOKIE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36A, }, [0x1F36B]={ category="so", description="CHOCOLATE BAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36B, }, [0x1F36C]={ category="so", description="CANDY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36C, }, [0x1F36D]={ category="so", description="LOLLIPOP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36D, }, [0x1F36E]={ category="so", description="CUSTARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36E, }, [0x1F36F]={ category="so", description="HONEY POT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36F, }, [0x1F370]={ category="so", description="SHORTCAKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F370, }, [0x1F371]={ category="so", description="BENTO BOX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F371, }, [0x1F372]={ category="so", description="POT OF FOOD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F372, }, [0x1F373]={ category="so", description="COOKING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F373, }, [0x1F374]={ category="so", description="FORK AND KNIFE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F374, }, [0x1F375]={ category="so", description="TEACUP WITHOUT HANDLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F375, }, [0x1F376]={ category="so", description="SAKE BOTTLE AND CUP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F376, }, [0x1F377]={ category="so", description="WINE GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F377, }, [0x1F378]={ category="so", description="COCKTAIL GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F378, }, [0x1F379]={ category="so", description="TROPICAL DRINK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F379, }, [0x1F37A]={ category="so", description="BEER MUG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F37A, }, [0x1F37B]={ category="so", description="CLINKING BEER MUGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F37B, }, [0x1F37C]={ category="so", description="BABY BOTTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F37C, }, [0x1F380]={ category="so", description="RIBBON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F380, }, [0x1F381]={ category="so", description="WRAPPED PRESENT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F381, }, [0x1F382]={ category="so", description="BIRTHDAY CAKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F382, }, [0x1F383]={ category="so", description="JACK-O-LANTERN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F383, }, [0x1F384]={ category="so", description="CHRISTMAS TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F384, }, [0x1F385]={ category="so", description="FATHER CHRISTMAS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F385, }, [0x1F386]={ category="so", description="FIREWORKS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F386, }, [0x1F387]={ category="so", description="FIREWORK SPARKLER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F387, }, [0x1F388]={ category="so", description="BALLOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F388, }, [0x1F389]={ category="so", description="PARTY POPPER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F389, }, [0x1F38A]={ category="so", description="CONFETTI BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38A, }, [0x1F38B]={ category="so", description="TANABATA TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38B, }, [0x1F38C]={ category="so", description="CROSSED FLAGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38C, }, [0x1F38D]={ category="so", description="PINE DECORATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38D, }, [0x1F38E]={ category="so", description="JAPANESE DOLLS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38E, }, [0x1F38F]={ category="so", description="CARP STREAMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38F, }, [0x1F390]={ category="so", description="WIND CHIME", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F390, }, [0x1F391]={ category="so", description="MOON VIEWING CEREMONY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F391, }, [0x1F392]={ category="so", description="SCHOOL SATCHEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F392, }, [0x1F393]={ category="so", description="GRADUATION CAP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F393, }, [0x1F3A0]={ category="so", description="CAROUSEL HORSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A0, }, [0x1F3A1]={ category="so", description="FERRIS WHEEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A1, }, [0x1F3A2]={ category="so", description="ROLLER COASTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A2, }, [0x1F3A3]={ category="so", description="FISHING POLE AND FISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A3, }, [0x1F3A4]={ category="so", description="MICROPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A4, }, [0x1F3A5]={ category="so", description="MOVIE CAMERA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A5, }, [0x1F3A6]={ category="so", description="CINEMA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A6, }, [0x1F3A7]={ category="so", description="HEADPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A7, }, [0x1F3A8]={ category="so", description="ARTIST PALETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A8, }, [0x1F3A9]={ category="so", description="TOP HAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A9, }, [0x1F3AA]={ category="so", description="CIRCUS TENT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AA, }, [0x1F3AB]={ category="so", description="TICKET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AB, }, [0x1F3AC]={ category="so", description="CLAPPER BOARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AC, }, [0x1F3AD]={ category="so", description="PERFORMING ARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AD, }, [0x1F3AE]={ category="so", description="VIDEO GAME", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AE, }, [0x1F3AF]={ category="so", description="DIRECT HIT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AF, }, [0x1F3B0]={ category="so", description="SLOT MACHINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B0, }, [0x1F3B1]={ category="so", description="BILLIARDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B1, }, [0x1F3B2]={ category="so", description="GAME DIE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B2, }, [0x1F3B3]={ category="so", description="BOWLING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B3, }, [0x1F3B4]={ category="so", description="FLOWER PLAYING CARDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B4, }, [0x1F3B5]={ @@ -175629,35 +181826,35 @@ characters.data={ category="so", description="SAXOPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B7, }, [0x1F3B8]={ category="so", description="GUITAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B8, }, [0x1F3B9]={ category="so", description="MUSICAL KEYBOARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B9, }, [0x1F3BA]={ category="so", description="TRUMPET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BA, }, [0x1F3BB]={ category="so", description="VIOLIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BB, }, [0x1F3BC]={ @@ -175671,1316 +181868,1316 @@ characters.data={ category="so", description="RUNNING SHIRT WITH SASH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BD, }, [0x1F3BE]={ category="so", description="TENNIS RACQUET AND BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BE, }, [0x1F3BF]={ category="so", description="SKI AND SKI BOOT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BF, }, [0x1F3C0]={ category="so", description="BASKETBALL AND HOOP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C0, }, [0x1F3C1]={ category="so", description="CHEQUERED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C1, }, [0x1F3C2]={ category="so", description="SNOWBOARDER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C2, }, [0x1F3C3]={ category="so", description="RUNNER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C3, }, [0x1F3C4]={ category="so", description="SURFER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C4, }, [0x1F3C6]={ category="so", description="TROPHY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C6, }, [0x1F3C7]={ category="so", description="HORSE RACING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C7, }, [0x1F3C8]={ category="so", description="AMERICAN FOOTBALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C8, }, [0x1F3C9]={ category="so", description="RUGBY FOOTBALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C9, }, [0x1F3CA]={ category="so", description="SWIMMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3CA, }, [0x1F3E0]={ category="so", description="HOUSE BUILDING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E0, }, [0x1F3E1]={ category="so", description="HOUSE WITH GARDEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E1, }, [0x1F3E2]={ category="so", description="OFFICE BUILDING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E2, }, [0x1F3E3]={ category="so", description="JAPANESE POST OFFICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E3, }, [0x1F3E4]={ category="so", description="EUROPEAN POST OFFICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E4, }, [0x1F3E5]={ category="so", description="HOSPITAL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E5, }, [0x1F3E6]={ category="so", description="BANK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E6, }, [0x1F3E7]={ category="so", description="AUTOMATED TELLER MACHINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E7, }, [0x1F3E8]={ category="so", description="HOTEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E8, }, [0x1F3E9]={ category="so", description="LOVE HOTEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E9, }, [0x1F3EA]={ category="so", description="CONVENIENCE STORE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EA, }, [0x1F3EB]={ category="so", description="SCHOOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EB, }, [0x1F3EC]={ category="so", description="DEPARTMENT STORE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EC, }, [0x1F3ED]={ category="so", description="FACTORY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3ED, }, [0x1F3EE]={ category="so", description="IZAKAYA LANTERN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EE, }, [0x1F3EF]={ category="so", description="JAPANESE CASTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EF, }, [0x1F3F0]={ category="so", description="EUROPEAN CASTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3F0, }, [0x1F400]={ category="so", description="RAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F400, }, [0x1F401]={ category="so", description="MOUSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F401, }, [0x1F402]={ category="so", description="OX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F402, }, [0x1F403]={ category="so", description="WATER BUFFALO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F403, }, [0x1F404]={ category="so", description="COW", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F404, }, [0x1F405]={ category="so", description="TIGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F405, }, [0x1F406]={ category="so", description="LEOPARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F406, }, [0x1F407]={ category="so", description="RABBIT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F407, }, [0x1F408]={ category="so", description="CAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F408, }, [0x1F409]={ category="so", description="DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F409, }, [0x1F40A]={ category="so", description="CROCODILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40A, }, [0x1F40B]={ category="so", description="WHALE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40B, }, [0x1F40C]={ category="so", description="SNAIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40C, }, [0x1F40D]={ category="so", description="SNAKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40D, }, [0x1F40E]={ category="so", description="HORSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40E, }, [0x1F40F]={ category="so", description="RAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40F, }, [0x1F410]={ category="so", description="GOAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F410, }, [0x1F411]={ category="so", description="SHEEP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F411, }, [0x1F412]={ category="so", description="MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F412, }, [0x1F413]={ category="so", description="ROOSTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F413, }, [0x1F414]={ category="so", description="CHICKEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F414, }, [0x1F415]={ category="so", description="DOG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F415, }, [0x1F416]={ category="so", description="PIG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F416, }, [0x1F417]={ category="so", description="BOAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F417, }, [0x1F418]={ category="so", description="ELEPHANT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F418, }, [0x1F419]={ category="so", description="OCTOPUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F419, }, [0x1F41A]={ category="so", description="SPIRAL SHELL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41A, }, [0x1F41B]={ category="so", description="BUG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41B, }, [0x1F41C]={ category="so", description="ANT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41C, }, [0x1F41D]={ category="so", description="HONEYBEE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41D, }, [0x1F41E]={ category="so", description="LADY BEETLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41E, }, [0x1F41F]={ category="so", description="FISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41F, }, [0x1F420]={ category="so", description="TROPICAL FISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F420, }, [0x1F421]={ category="so", description="BLOWFISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F421, }, [0x1F422]={ category="so", description="TURTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F422, }, [0x1F423]={ category="so", description="HATCHING CHICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F423, }, [0x1F424]={ category="so", description="BABY CHICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F424, }, [0x1F425]={ category="so", description="FRONT-FACING BABY CHICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F425, }, [0x1F426]={ category="so", description="BIRD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F426, }, [0x1F427]={ category="so", description="PENGUIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F427, }, [0x1F428]={ category="so", description="KOALA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F428, }, [0x1F429]={ category="so", description="POODLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F429, }, [0x1F42A]={ category="so", description="DROMEDARY CAMEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42A, }, [0x1F42B]={ category="so", description="BACTRIAN CAMEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42B, }, [0x1F42C]={ category="so", description="DOLPHIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42C, }, [0x1F42D]={ category="so", description="MOUSE FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42D, }, [0x1F42E]={ category="so", description="COW FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42E, }, [0x1F42F]={ category="so", description="TIGER FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42F, }, [0x1F430]={ category="so", description="RABBIT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F430, }, [0x1F431]={ category="so", description="CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F431, }, [0x1F432]={ category="so", description="DRAGON FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F432, }, [0x1F433]={ category="so", description="SPOUTING WHALE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F433, }, [0x1F434]={ category="so", description="HORSE FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F434, }, [0x1F435]={ category="so", description="MONKEY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F435, }, [0x1F436]={ category="so", description="DOG FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F436, }, [0x1F437]={ category="so", description="PIG FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F437, }, [0x1F438]={ category="so", description="FROG FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F438, }, [0x1F439]={ category="so", description="HAMSTER FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F439, }, [0x1F43A]={ category="so", description="WOLF FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43A, }, [0x1F43B]={ category="so", description="BEAR FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43B, }, [0x1F43C]={ category="so", description="PANDA FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43C, }, [0x1F43D]={ category="so", description="PIG NOSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43D, }, [0x1F43E]={ category="so", description="PAW PRINTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43E, }, [0x1F440]={ category="so", description="EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F440, }, [0x1F442]={ category="so", description="EAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F442, }, [0x1F443]={ category="so", description="NOSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F443, }, [0x1F444]={ category="so", description="MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F444, }, [0x1F445]={ category="so", description="TONGUE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F445, }, [0x1F446]={ category="so", description="WHITE UP POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F446, }, [0x1F447]={ category="so", description="WHITE DOWN POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F447, }, [0x1F448]={ category="so", description="WHITE LEFT POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F448, }, [0x1F449]={ category="so", description="WHITE RIGHT POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F449, }, [0x1F44A]={ category="so", description="FISTED HAND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44A, }, [0x1F44B]={ category="so", description="WAVING HAND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44B, }, [0x1F44C]={ category="so", description="OK HAND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44C, }, [0x1F44D]={ category="so", description="THUMBS UP SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44D, }, [0x1F44E]={ category="so", description="THUMBS DOWN SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44E, }, [0x1F44F]={ category="so", description="CLAPPING HANDS SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44F, }, [0x1F450]={ category="so", description="OPEN HANDS SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F450, }, [0x1F451]={ category="so", description="CROWN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F451, }, [0x1F452]={ category="so", description="WOMANS HAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F452, }, [0x1F453]={ category="so", description="EYEGLASSES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F453, }, [0x1F454]={ category="so", description="NECKTIE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F454, }, [0x1F455]={ category="so", description="T-SHIRT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F455, }, [0x1F456]={ category="so", description="JEANS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F456, }, [0x1F457]={ category="so", description="DRESS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F457, }, [0x1F458]={ category="so", description="KIMONO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F458, }, [0x1F459]={ category="so", description="BIKINI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F459, }, [0x1F45A]={ category="so", description="WOMANS CLOTHES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45A, }, [0x1F45B]={ category="so", description="PURSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45B, }, [0x1F45C]={ category="so", description="HANDBAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45C, }, [0x1F45D]={ category="so", description="POUCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45D, }, [0x1F45E]={ category="so", description="MANS SHOE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45E, }, [0x1F45F]={ category="so", description="ATHLETIC SHOE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45F, }, [0x1F460]={ category="so", description="HIGH-HEELED SHOE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F460, }, [0x1F461]={ category="so", description="WOMANS SANDAL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F461, }, [0x1F462]={ category="so", description="WOMANS BOOTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F462, }, [0x1F463]={ category="so", description="FOOTPRINTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F463, }, [0x1F464]={ category="so", description="BUST IN SILHOUETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F464, }, [0x1F465]={ category="so", description="BUSTS IN SILHOUETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F465, }, [0x1F466]={ category="so", description="BOY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F466, }, [0x1F467]={ category="so", description="GIRL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F467, }, [0x1F468]={ category="so", description="MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F468, }, [0x1F469]={ category="so", description="WOMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F469, }, [0x1F46A]={ category="so", description="FAMILY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46A, }, [0x1F46B]={ category="so", description="MAN AND WOMAN HOLDING HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46B, }, [0x1F46C]={ category="so", description="TWO MEN HOLDING HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46C, }, [0x1F46D]={ category="so", description="TWO WOMEN HOLDING HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46D, }, [0x1F46E]={ category="so", description="POLICE OFFICER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46E, }, [0x1F46F]={ category="so", description="WOMAN WITH BUNNY EARS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46F, }, [0x1F470]={ category="so", description="BRIDE WITH VEIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F470, }, [0x1F471]={ category="so", description="PERSON WITH BLOND HAIR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F471, }, [0x1F472]={ category="so", description="MAN WITH GUA PI MAO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F472, }, [0x1F473]={ category="so", description="MAN WITH TURBAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F473, }, [0x1F474]={ category="so", description="OLDER MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F474, }, [0x1F475]={ category="so", description="OLDER WOMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F475, }, [0x1F476]={ category="so", description="BABY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F476, }, [0x1F477]={ category="so", description="CONSTRUCTION WORKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F477, }, [0x1F478]={ category="so", description="PRINCESS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F478, }, [0x1F479]={ category="so", description="JAPANESE OGRE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F479, }, [0x1F47A]={ category="so", description="JAPANESE GOBLIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47A, }, [0x1F47B]={ category="so", description="GHOST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47B, }, [0x1F47C]={ category="so", description="BABY ANGEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47C, }, [0x1F47D]={ category="so", description="EXTRATERRESTRIAL ALIEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47D, }, [0x1F47E]={ category="so", description="ALIEN MONSTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47E, }, [0x1F47F]={ category="so", description="IMP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47F, }, [0x1F480]={ category="so", description="SKULL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F480, }, [0x1F481]={ category="so", description="INFORMATION DESK PERSON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F481, }, [0x1F482]={ category="so", description="GUARDSMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F482, }, [0x1F483]={ category="so", description="DANCER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F483, }, [0x1F484]={ category="so", description="LIPSTICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F484, }, [0x1F485]={ category="so", description="NAIL POLISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F485, }, [0x1F486]={ category="so", description="FACE MASSAGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F486, }, [0x1F487]={ category="so", description="HAIRCUT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F487, }, [0x1F488]={ category="so", description="BARBER POLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F488, }, [0x1F489]={ category="so", description="SYRINGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F489, }, [0x1F48A]={ category="so", description="PILL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48A, }, [0x1F48B]={ category="so", description="KISS MARK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48B, }, [0x1F48C]={ category="so", description="LOVE LETTER", - direction="l", - linebreak="al", + direction="on", + linebreak="id", unicodeslot=0x1F48C, }, [0x1F48D]={ category="so", description="RING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48D, }, [0x1F48E]={ category="so", description="GEM STONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48E, }, [0x1F48F]={ category="so", description="KISS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48F, }, [0x1F490]={ category="so", description="BOUQUET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F490, }, [0x1F491]={ category="so", description="COUPLE WITH HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F491, }, [0x1F492]={ category="so", description="WEDDING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F492, }, [0x1F493]={ category="so", description="BEATING HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F493, }, [0x1F494]={ category="so", description="BROKEN HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F494, }, [0x1F495]={ category="so", description="TWO HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F495, }, [0x1F496]={ category="so", description="SPARKLING HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F496, }, [0x1F497]={ category="so", description="GROWING HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F497, }, [0x1F498]={ category="so", description="HEART WITH ARROW", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F498, }, [0x1F499]={ category="so", description="BLUE HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F499, }, [0x1F49A]={ category="so", description="GREEN HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49A, }, [0x1F49B]={ category="so", description="YELLOW HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49B, }, [0x1F49C]={ category="so", description="PURPLE HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49C, }, [0x1F49D]={ category="so", description="HEART WITH RIBBON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49D, }, [0x1F49E]={ category="so", description="REVOLVING HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49E, }, [0x1F49F]={ category="so", description="HEART DECORATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49F, }, [0x1F4A0]={ @@ -176994,7 +183191,7 @@ characters.data={ category="so", description="ELECTRIC LIGHT BULB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A1, }, [0x1F4A2]={ @@ -177008,7 +183205,7 @@ characters.data={ category="so", description="BOMB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A3, }, [0x1F4A4]={ @@ -177022,70 +183219,70 @@ characters.data={ category="so", description="COLLISION SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A5, }, [0x1F4A6]={ category="so", description="SPLASHING SWEAT SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A6, }, [0x1F4A7]={ category="so", description="DROPLET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A7, }, [0x1F4A8]={ category="so", description="DASH SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A8, }, [0x1F4A9]={ category="so", description="PILE OF POO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A9, }, [0x1F4AA]={ category="so", description="FLEXED BICEPS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AA, }, [0x1F4AB]={ category="so", description="DIZZY SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AB, }, [0x1F4AC]={ category="so", description="SPEECH BALLOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AC, }, [0x1F4AD]={ category="so", description="THOUGHT BALLOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AD, }, [0x1F4AE]={ category="so", description="WHITE FLOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AE, }, [0x1F4AF]={ @@ -177099,7 +183296,7 @@ characters.data={ category="so", description="MONEY BAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B0, }, [0x1F4B1]={ @@ -177120,511 +183317,511 @@ characters.data={ category="so", description="CREDIT CARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B3, }, [0x1F4B4]={ category="so", description="BANKNOTE WITH YEN SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B4, }, [0x1F4B5]={ category="so", description="BANKNOTE WITH DOLLAR SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B5, }, [0x1F4B6]={ category="so", description="BANKNOTE WITH EURO SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B6, }, [0x1F4B7]={ category="so", description="BANKNOTE WITH POUND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B7, }, [0x1F4B8]={ category="so", description="MONEY WITH WINGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B8, }, [0x1F4B9]={ category="so", description="CHART WITH UPWARDS TREND AND YEN SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B9, }, [0x1F4BA]={ category="so", description="SEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BA, }, [0x1F4BB]={ category="so", description="PERSONAL COMPUTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BB, }, [0x1F4BC]={ category="so", description="BRIEFCASE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BC, }, [0x1F4BD]={ category="so", description="MINIDISC", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BD, }, [0x1F4BE]={ category="so", description="FLOPPY DISK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BE, }, [0x1F4BF]={ category="so", description="OPTICAL DISC", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BF, }, [0x1F4C0]={ category="so", description="DVD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C0, }, [0x1F4C1]={ category="so", description="FILE FOLDER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C1, }, [0x1F4C2]={ category="so", description="OPEN FILE FOLDER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C2, }, [0x1F4C3]={ category="so", description="PAGE WITH CURL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C3, }, [0x1F4C4]={ category="so", description="PAGE FACING UP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C4, }, [0x1F4C5]={ category="so", description="CALENDAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C5, }, [0x1F4C6]={ category="so", description="TEAR-OFF CALENDAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C6, }, [0x1F4C7]={ category="so", description="CARD INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C7, }, [0x1F4C8]={ category="so", description="CHART WITH UPWARDS TREND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C8, }, [0x1F4C9]={ category="so", description="CHART WITH DOWNWARDS TREND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C9, }, [0x1F4CA]={ category="so", description="BAR CHART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CA, }, [0x1F4CB]={ category="so", description="CLIPBOARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CB, }, [0x1F4CC]={ category="so", description="PUSHPIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CC, }, [0x1F4CD]={ category="so", description="ROUND PUSHPIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CD, }, [0x1F4CE]={ category="so", description="PAPERCLIP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CE, }, [0x1F4CF]={ category="so", description="STRAIGHT RULER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CF, }, [0x1F4D0]={ category="so", description="TRIANGULAR RULER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D0, }, [0x1F4D1]={ category="so", description="BOOKMARK TABS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D1, }, [0x1F4D2]={ category="so", description="LEDGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D2, }, [0x1F4D3]={ category="so", description="NOTEBOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D3, }, [0x1F4D4]={ category="so", description="NOTEBOOK WITH DECORATIVE COVER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D4, }, [0x1F4D5]={ category="so", description="CLOSED BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D5, }, [0x1F4D6]={ category="so", description="OPEN BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D6, }, [0x1F4D7]={ category="so", description="GREEN BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D7, }, [0x1F4D8]={ category="so", description="BLUE BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D8, }, [0x1F4D9]={ category="so", description="ORANGE BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D9, }, [0x1F4DA]={ category="so", description="BOOKS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DA, }, [0x1F4DB]={ category="so", description="NAME BADGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DB, }, [0x1F4DC]={ category="so", description="SCROLL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DC, }, [0x1F4DD]={ category="so", description="MEMO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DD, }, [0x1F4DE]={ category="so", description="TELEPHONE RECEIVER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DE, }, [0x1F4DF]={ category="so", description="PAGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DF, }, [0x1F4E0]={ category="so", description="FAX MACHINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E0, }, [0x1F4E1]={ category="so", description="SATELLITE ANTENNA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E1, }, [0x1F4E2]={ category="so", description="PUBLIC ADDRESS LOUDSPEAKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E2, }, [0x1F4E3]={ category="so", description="CHEERING MEGAPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E3, }, [0x1F4E4]={ category="so", description="OUTBOX TRAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E4, }, [0x1F4E5]={ category="so", description="INBOX TRAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E5, }, [0x1F4E6]={ category="so", description="PACKAGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E6, }, [0x1F4E7]={ category="so", description="E-MAIL SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E7, }, [0x1F4E8]={ category="so", description="INCOMING ENVELOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E8, }, [0x1F4E9]={ category="so", description="ENVELOPE WITH DOWNWARDS ARROW ABOVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E9, }, [0x1F4EA]={ category="so", description="CLOSED MAILBOX WITH LOWERED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EA, }, [0x1F4EB]={ category="so", description="CLOSED MAILBOX WITH RAISED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EB, }, [0x1F4EC]={ category="so", description="OPEN MAILBOX WITH RAISED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EC, }, [0x1F4ED]={ category="so", description="OPEN MAILBOX WITH LOWERED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4ED, }, [0x1F4EE]={ category="so", description="POSTBOX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EE, }, [0x1F4EF]={ category="so", description="POSTAL HORN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EF, }, [0x1F4F0]={ category="so", description="NEWSPAPER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F0, }, [0x1F4F1]={ category="so", description="MOBILE PHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F1, }, [0x1F4F2]={ category="so", description="MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F2, }, [0x1F4F3]={ category="so", description="VIBRATION MODE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F3, }, [0x1F4F4]={ category="so", description="MOBILE PHONE OFF", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F4, }, [0x1F4F5]={ category="so", description="NO MOBILE PHONES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F5, }, [0x1F4F6]={ category="so", description="ANTENNA WITH BARS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F6, }, [0x1F4F7]={ category="so", description="CAMERA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F7, }, [0x1F4F9]={ category="so", description="VIDEO CAMERA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F9, }, [0x1F4FA]={ category="so", description="TELEVISION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4FA, }, [0x1F4FB]={ category="so", description="RADIO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4FB, }, [0x1F4FC]={ category="so", description="VIDEOCASSETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4FC, }, [0x1F500]={ @@ -177680,112 +183877,112 @@ characters.data={ category="so", description="SPEAKER WITH CANCELLATION STROKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F507, }, [0x1F508]={ category="so", description="SPEAKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F508, }, [0x1F509]={ category="so", description="SPEAKER WITH ONE SOUND WAVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F509, }, [0x1F50A]={ category="so", description="SPEAKER WITH THREE SOUND WAVES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50A, }, [0x1F50B]={ category="so", description="BATTERY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50B, }, [0x1F50C]={ category="so", description="ELECTRIC PLUG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50C, }, [0x1F50D]={ category="so", description="LEFT-POINTING MAGNIFYING GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50D, }, [0x1F50E]={ category="so", description="RIGHT-POINTING MAGNIFYING GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50E, }, [0x1F50F]={ category="so", description="LOCK WITH INK PEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50F, }, [0x1F510]={ category="so", description="CLOSED LOCK WITH KEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F510, }, [0x1F511]={ category="so", description="KEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F511, }, [0x1F512]={ category="so", description="LOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F512, }, [0x1F513]={ category="so", description="OPEN LOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F513, }, [0x1F514]={ category="so", description="BELL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F514, }, [0x1F515]={ category="so", description="BELL WITH CANCELLATION STROKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F515, }, [0x1F516]={ category="so", description="BOOKMARK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F516, }, [0x1F517]={ @@ -177882,7 +184079,7 @@ characters.data={ [0x1F524]={ category="so", description="INPUT SYMBOL FOR LATIN LETTERS", - direction="l", + direction="on", linebreak="al", unicodeslot=0x1F524, }, @@ -177890,91 +184087,91 @@ characters.data={ category="so", description="FIRE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F525, }, [0x1F526]={ category="so", description="ELECTRIC TORCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F526, }, [0x1F527]={ category="so", description="WRENCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F527, }, [0x1F528]={ category="so", description="HAMMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F528, }, [0x1F529]={ category="so", description="NUT AND BOLT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F529, }, [0x1F52A]={ category="so", description="HOCHO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52A, }, [0x1F52B]={ category="so", description="PISTOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52B, }, [0x1F52C]={ category="so", description="MICROSCOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52C, }, [0x1F52D]={ category="so", description="TELESCOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52D, }, [0x1F52E]={ category="so", description="CRYSTAL BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52E, }, [0x1F52F]={ category="so", description="SIX POINTED STAR WITH MIDDLE DOT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52F, }, [0x1F530]={ category="so", description="JAPANESE SYMBOL FOR BEGINNER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F530, }, [0x1F531]={ category="so", description="TRIDENT EMBLEM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F531, }, [0x1F532]={ @@ -178061,1138 +184258,1257 @@ characters.data={ linebreak="al", unicodeslot=0x1F53D, }, + [0x1F540]={ + category="so", + description="CIRCLED CROSS POMMEE", + direction="on", + linebreak="al", + unicodeslot=0x1F540, + }, + [0x1F541]={ + category="so", + description="CROSS POMMEE WITH HALF-CIRCLE BELOW", + direction="on", + linebreak="al", + unicodeslot=0x1F541, + }, + [0x1F542]={ + category="so", + description="CROSS POMMEE", + direction="on", + linebreak="al", + unicodeslot=0x1F542, + }, + [0x1F543]={ + category="so", + description="NOTCHED LEFT SEMICIRCLE WITH THREE DOTS", + direction="on", + linebreak="al", + unicodeslot=0x1F543, + }, [0x1F550]={ category="so", description="CLOCK FACE ONE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F550, }, [0x1F551]={ category="so", description="CLOCK FACE TWO OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F551, }, [0x1F552]={ category="so", description="CLOCK FACE THREE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F552, }, [0x1F553]={ category="so", description="CLOCK FACE FOUR OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F553, }, [0x1F554]={ category="so", description="CLOCK FACE FIVE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F554, }, [0x1F555]={ category="so", description="CLOCK FACE SIX OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F555, }, [0x1F556]={ category="so", description="CLOCK FACE SEVEN OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F556, }, [0x1F557]={ category="so", description="CLOCK FACE EIGHT OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F557, }, [0x1F558]={ category="so", description="CLOCK FACE NINE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F558, }, [0x1F559]={ category="so", description="CLOCK FACE TEN OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F559, }, [0x1F55A]={ category="so", description="CLOCK FACE ELEVEN OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55A, }, [0x1F55B]={ category="so", description="CLOCK FACE TWELVE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55B, }, [0x1F55C]={ category="so", description="CLOCK FACE ONE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55C, }, [0x1F55D]={ category="so", description="CLOCK FACE TWO-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55D, }, [0x1F55E]={ category="so", description="CLOCK FACE THREE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55E, }, [0x1F55F]={ category="so", description="CLOCK FACE FOUR-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55F, }, [0x1F560]={ category="so", description="CLOCK FACE FIVE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F560, }, [0x1F561]={ category="so", description="CLOCK FACE SIX-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F561, }, [0x1F562]={ category="so", description="CLOCK FACE SEVEN-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F562, }, [0x1F563]={ category="so", description="CLOCK FACE EIGHT-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F563, }, [0x1F564]={ category="so", description="CLOCK FACE NINE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F564, }, [0x1F565]={ category="so", description="CLOCK FACE TEN-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F565, }, [0x1F566]={ category="so", description="CLOCK FACE ELEVEN-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F566, }, [0x1F567]={ category="so", description="CLOCK FACE TWELVE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F567, }, [0x1F5FB]={ category="so", description="MOUNT FUJI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FB, }, [0x1F5FC]={ category="so", description="TOKYO TOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FC, }, [0x1F5FD]={ category="so", description="STATUE OF LIBERTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FD, }, [0x1F5FE]={ category="so", description="SILHOUETTE OF JAPAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FE, }, [0x1F5FF]={ category="so", description="MOYAI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FF, }, + [0x1F600]={ + category="so", + description="GRINNING FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F600, + }, [0x1F601]={ category="so", description="GRINNING FACE WITH SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F601, }, [0x1F602]={ category="so", description="FACE WITH TEARS OF JOY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F602, }, [0x1F603]={ category="so", description="SMILING FACE WITH OPEN MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F603, }, [0x1F604]={ category="so", description="SMILING FACE WITH OPEN MOUTH AND SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F604, }, [0x1F605]={ category="so", description="SMILING FACE WITH OPEN MOUTH AND COLD SWEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F605, }, [0x1F606]={ category="so", description="SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F606, }, [0x1F607]={ category="so", description="SMILING FACE WITH HALO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F607, }, [0x1F608]={ category="so", description="SMILING FACE WITH HORNS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F608, }, [0x1F609]={ category="so", description="WINKING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F609, }, [0x1F60A]={ category="so", description="SMILING FACE WITH SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60A, }, [0x1F60B]={ category="so", description="FACE SAVOURING DELICIOUS FOOD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60B, }, [0x1F60C]={ category="so", description="RELIEVED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60C, }, [0x1F60D]={ category="so", description="SMILING FACE WITH HEART-SHAPED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60D, }, [0x1F60E]={ category="so", description="SMILING FACE WITH SUNGLASSES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60E, }, [0x1F60F]={ category="so", description="SMIRKING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60F, }, [0x1F610]={ category="so", description="NEUTRAL FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F610, }, + [0x1F611]={ + category="so", + description="EXPRESSIONLESS FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F611, + }, [0x1F612]={ category="so", description="UNAMUSED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F612, }, [0x1F613]={ category="so", description="FACE WITH COLD SWEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F613, }, [0x1F614]={ category="so", description="PENSIVE FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F614, }, + [0x1F615]={ + category="so", + description="CONFUSED FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F615, + }, [0x1F616]={ category="so", description="CONFOUNDED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F616, }, + [0x1F617]={ + category="so", + description="KISSING FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F617, + }, [0x1F618]={ category="so", description="FACE THROWING A KISS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F618, }, + [0x1F619]={ + category="so", + description="KISSING FACE WITH SMILING EYES", + direction="on", + linebreak="id", + unicodeslot=0x1F619, + }, [0x1F61A]={ category="so", description="KISSING FACE WITH CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61A, }, + [0x1F61B]={ + category="so", + description="FACE WITH STUCK-OUT TONGUE", + direction="on", + linebreak="id", + unicodeslot=0x1F61B, + }, [0x1F61C]={ category="so", description="FACE WITH STUCK-OUT TONGUE AND WINKING EYE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61C, }, [0x1F61D]={ category="so", description="FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61D, }, [0x1F61E]={ category="so", description="DISAPPOINTED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61E, }, + [0x1F61F]={ + category="so", + description="WORRIED FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F61F, + }, [0x1F620]={ category="so", description="ANGRY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F620, }, [0x1F621]={ category="so", description="POUTING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F621, }, [0x1F622]={ category="so", description="CRYING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F622, }, [0x1F623]={ category="so", description="PERSEVERING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F623, }, [0x1F624]={ category="so", description="FACE WITH LOOK OF TRIUMPH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F624, }, [0x1F625]={ category="so", description="DISAPPOINTED BUT RELIEVED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F625, }, + [0x1F626]={ + category="so", + description="FROWNING FACE WITH OPEN MOUTH", + direction="on", + linebreak="id", + unicodeslot=0x1F626, + }, + [0x1F627]={ + category="so", + description="ANGUISHED FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F627, + }, [0x1F628]={ category="so", description="FEARFUL FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F628, }, [0x1F629]={ category="so", description="WEARY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F629, }, [0x1F62A]={ category="so", description="SLEEPY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F62A, }, [0x1F62B]={ category="so", description="TIRED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F62B, }, + [0x1F62C]={ + category="so", + description="GRIMACING FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F62C, + }, [0x1F62D]={ category="so", description="LOUDLY CRYING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F62D, }, + [0x1F62E]={ + category="so", + description="FACE WITH OPEN MOUTH", + direction="on", + linebreak="id", + unicodeslot=0x1F62E, + }, + [0x1F62F]={ + category="so", + description="HUSHED FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F62F, + }, [0x1F630]={ category="so", description="FACE WITH OPEN MOUTH AND COLD SWEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F630, }, [0x1F631]={ category="so", description="FACE SCREAMING IN FEAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F631, }, [0x1F632]={ category="so", description="ASTONISHED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F632, }, [0x1F633]={ category="so", description="FLUSHED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F633, }, + [0x1F634]={ + category="so", + description="SLEEPING FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F634, + }, [0x1F635]={ category="so", description="DIZZY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F635, }, [0x1F636]={ category="so", description="FACE WITHOUT MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F636, }, [0x1F637]={ category="so", description="FACE WITH MEDICAL MASK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F637, }, [0x1F638]={ category="so", description="GRINNING CAT FACE WITH SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F638, }, [0x1F639]={ category="so", description="CAT FACE WITH TEARS OF JOY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F639, }, [0x1F63A]={ category="so", description="SMILING CAT FACE WITH OPEN MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63A, }, [0x1F63B]={ category="so", description="SMILING CAT FACE WITH HEART-SHAPED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63B, }, [0x1F63C]={ category="so", description="CAT FACE WITH WRY SMILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63C, }, [0x1F63D]={ category="so", description="KISSING CAT FACE WITH CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63D, }, [0x1F63E]={ category="so", description="POUTING CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63E, }, [0x1F63F]={ category="so", description="CRYING CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63F, }, [0x1F640]={ category="so", description="WEARY CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F640, }, [0x1F645]={ category="so", description="FACE WITH NO GOOD GESTURE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F645, }, [0x1F646]={ category="so", description="FACE WITH OK GESTURE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F646, }, [0x1F647]={ category="so", description="PERSON BOWING DEEPLY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F647, }, [0x1F648]={ category="so", description="SEE-NO-EVIL MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F648, }, [0x1F649]={ category="so", description="HEAR-NO-EVIL MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F649, }, [0x1F64A]={ category="so", description="SPEAK-NO-EVIL MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64A, }, [0x1F64B]={ category="so", description="HAPPY PERSON RAISING ONE HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64B, }, [0x1F64C]={ category="so", description="PERSON RAISING BOTH HANDS IN CELEBRATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64C, }, [0x1F64D]={ category="so", description="PERSON FROWNING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64D, }, [0x1F64E]={ category="so", description="PERSON WITH POUTING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64E, }, [0x1F64F]={ category="so", description="PERSON WITH FOLDED HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64F, }, [0x1F680]={ category="so", description="ROCKET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F680, }, [0x1F681]={ category="so", description="HELICOPTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F681, }, [0x1F682]={ category="so", description="STEAM LOCOMOTIVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F682, }, [0x1F683]={ category="so", description="RAILWAY CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F683, }, [0x1F684]={ category="so", description="HIGH-SPEED TRAIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F684, }, [0x1F685]={ category="so", description="HIGH-SPEED TRAIN WITH BULLET NOSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F685, }, [0x1F686]={ category="so", description="TRAIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F686, }, [0x1F687]={ category="so", description="METRO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F687, }, [0x1F688]={ category="so", description="LIGHT RAIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F688, }, [0x1F689]={ category="so", description="STATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F689, }, [0x1F68A]={ category="so", description="TRAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68A, }, [0x1F68B]={ category="so", description="TRAM CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68B, }, [0x1F68C]={ category="so", description="BUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68C, }, [0x1F68D]={ category="so", description="ONCOMING BUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68D, }, [0x1F68E]={ category="so", description="TROLLEYBUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68E, }, [0x1F68F]={ category="so", description="BUS STOP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68F, }, [0x1F690]={ category="so", description="MINIBUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F690, }, [0x1F691]={ category="so", description="AMBULANCE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F691, }, [0x1F692]={ category="so", description="FIRE ENGINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F692, }, [0x1F693]={ category="so", description="POLICE CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F693, }, [0x1F694]={ category="so", description="ONCOMING POLICE CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F694, }, [0x1F695]={ category="so", description="TAXI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F695, }, [0x1F696]={ category="so", description="ONCOMING TAXI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F696, }, [0x1F697]={ category="so", description="AUTOMOBILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F697, }, [0x1F698]={ category="so", description="ONCOMING AUTOMOBILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F698, }, [0x1F699]={ category="so", description="RECREATIONAL VEHICLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F699, }, [0x1F69A]={ category="so", description="DELIVERY TRUCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69A, }, [0x1F69B]={ category="so", description="ARTICULATED LORRY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69B, }, [0x1F69C]={ category="so", description="TRACTOR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69C, }, [0x1F69D]={ category="so", description="MONORAIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69D, }, [0x1F69E]={ category="so", description="MOUNTAIN RAILWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69E, }, [0x1F69F]={ category="so", description="SUSPENSION RAILWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69F, }, [0x1F6A0]={ category="so", description="MOUNTAIN CABLEWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A0, }, [0x1F6A1]={ category="so", description="AERIAL TRAMWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A1, }, [0x1F6A2]={ category="so", description="SHIP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A2, }, [0x1F6A3]={ category="so", description="ROWBOAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A3, }, [0x1F6A4]={ category="so", description="SPEEDBOAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A4, }, [0x1F6A5]={ category="so", description="HORIZONTAL TRAFFIC LIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A5, }, [0x1F6A6]={ category="so", description="VERTICAL TRAFFIC LIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A6, }, [0x1F6A7]={ category="so", description="CONSTRUCTION SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A7, }, [0x1F6A8]={ category="so", description="POLICE CARS REVOLVING LIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A8, }, [0x1F6A9]={ category="so", description="TRIANGULAR FLAG ON POST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A9, }, [0x1F6AA]={ category="so", description="DOOR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AA, }, [0x1F6AB]={ category="so", description="NO ENTRY SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AB, }, [0x1F6AC]={ category="so", description="SMOKING SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AC, }, [0x1F6AD]={ category="so", description="NO SMOKING SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AD, }, [0x1F6AE]={ category="so", description="PUT LITTER IN ITS PLACE SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AE, }, [0x1F6AF]={ category="so", description="DO NOT LITTER SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AF, }, [0x1F6B0]={ category="so", description="POTABLE WATER SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B0, }, [0x1F6B1]={ category="so", description="NON-POTABLE WATER SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B1, }, [0x1F6B2]={ category="so", description="BICYCLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B2, }, [0x1F6B3]={ category="so", description="NO BICYCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B3, }, [0x1F6B4]={ category="so", description="BICYCLIST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B4, }, [0x1F6B5]={ category="so", description="MOUNTAIN BICYCLIST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B5, }, [0x1F6B6]={ category="so", description="PEDESTRIAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B6, }, [0x1F6B7]={ category="so", description="NO PEDESTRIANS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B7, }, [0x1F6B8]={ category="so", description="CHILDREN CROSSING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B8, }, [0x1F6B9]={ category="so", description="MENS SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B9, }, [0x1F6BA]={ category="so", description="WOMENS SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BA, }, [0x1F6BB]={ category="so", description="RESTROOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BB, }, [0x1F6BC]={ category="so", description="BABY SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BC, }, [0x1F6BD]={ category="so", description="TOILET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BD, }, [0x1F6BE]={ category="so", description="WATER CLOSET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BE, }, [0x1F6BF]={ category="so", description="SHOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BF, }, [0x1F6C0]={ category="so", description="BATH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C0, }, [0x1F6C1]={ category="so", description="BATHTUB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C1, }, [0x1F6C2]={ category="so", description="PASSPORT CONTROL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C2, }, [0x1F6C3]={ category="so", description="CUSTOMS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C3, }, [0x1F6C4]={ category="so", description="BAGGAGE CLAIM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C4, }, [0x1F6C5]={ category="so", description="LEFT LUGGAGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C5, }, [0x1F700]={ |