| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773 |
- """
- Exports WIDE_EASTASIAN table keyed by supporting unicode version level.
- This code generated by wcwidth/bin/update-tables.py on 2026-01-19 22:42:32 UTC.
- """
- # pylint: disable=duplicate-code
- WIDE_EASTASIAN = {
- '4.1.0': (
- # Source: EastAsianWidth-4.1.0.txt
- # Date: 2005-03-17, 15:21:00 PST [KW]
- #
- (0x01100, 0x01159,), # Hangul Choseong Kiyeok ..Hangul Choseong Yeorinhi
- (0x0115f, 0x0115f,), # Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312c,), # Bopomofo Letter B ..Bopomofo Letter Gn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H
- (0x031c0, 0x031cf,), # Cjk Stroke T ..Cjk Stroke N
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03243,), # Parenthesized Ideograph ..Parenthesized Ideograph
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04db5,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x09fbb,), # Cjk Unified Ideograph-4e..Cjk Unified Ideograph-9f
- (0x0a000, 0x0a48c,), # Yi Syllable It ..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0fa2d,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fa30, 0x0fa6a,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fa70, 0x0fad9,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '5.0.0': (
- # Source: EastAsianWidth-5.0.0.txt
- # Date: 2006-02-15, 14:39:00 PST [KW]
- #
- (0x01100, 0x01159,), # Hangul Choseong Kiyeok ..Hangul Choseong Yeorinhi
- (0x0115f, 0x0115f,), # Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312c,), # Bopomofo Letter B ..Bopomofo Letter Gn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H
- (0x031c0, 0x031cf,), # Cjk Stroke T ..Cjk Stroke N
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03243,), # Parenthesized Ideograph ..Parenthesized Ideograph
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04db5,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x09fbb,), # Cjk Unified Ideograph-4e..Cjk Unified Ideograph-9f
- (0x0a000, 0x0a48c,), # Yi Syllable It ..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0fa2d,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fa30, 0x0fa6a,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fa70, 0x0fad9,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '5.1.0': (
- # Source: EastAsianWidth-5.1.0.txt
- # Date: 2008-03-20, 17:42:00 PDT [KW]
- #
- (0x01100, 0x01159,), # Hangul Choseong Kiyeok ..Hangul Choseong Yeorinhi
- (0x0115f, 0x0115f,), # Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03243,), # Parenthesized Ideograph ..Parenthesized Ideograph
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04db5,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x09fc3,), # Cjk Unified Ideograph-4e..Cjk Unified Ideograph-9f
- (0x0a000, 0x0a48c,), # Yi Syllable It ..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0fa2d,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fa30, 0x0fa6a,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fa70, 0x0fad9,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '5.2.0': (
- # Source: EastAsianWidth-5.2.0.txt
- # Date: 2009-06-09, 17:47:00 PDT [KW]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1f200, 0x1f200,), # Square Hiragana Hoka
- (0x1f210, 0x1f231,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '6.0.0': (
- # Source: EastAsianWidth-6.0.0.txt
- # Date: 2010-08-17, 12:17:00 PDT [KW]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '6.1.0': (
- # Source: EastAsianWidth-6.1.0.txt
- # Date: 2011-09-19, 18:46:00 GMT [KW]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '6.2.0': (
- # Source: EastAsianWidth-6.2.0.txt
- # Date: 2012-05-15, 18:30:00 GMT [KW]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '6.3.0': (
- # Source: EastAsianWidth-6.3.0.txt
- # Date: 2013-02-05, 20:09:00 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '7.0.0': (
- # Source: EastAsianWidth-7.0.0.txt
- # Date: 2014-02-28, 23:15:00 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '8.0.0': (
- # Source: EastAsianWidth-8.0.0.txt
- # Date: 2015-02-10, 21:00:00 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '9.0.0': (
- # Source: EastAsianWidth-9.0.0.txt
- # Date: 2016-05-27, 17:00:00 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe0,), # Tangut Iteration Mark
- (0x17000, 0x187ec,), # (nil)
- (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6f6,), # Scooter ..Canoe
- (0x1f910, 0x1f91e,), # Zipper-mouth Face ..Hand With Index And Midd
- (0x1f920, 0x1f927,), # Face With Cowboy Hat ..Sneezing Face
- (0x1f930, 0x1f930,), # Pregnant Woman
- (0x1f933, 0x1f93e,), # Selfie ..Handball
- (0x1f940, 0x1f94b,), # Wilted Flower ..Martial Arts Uniform
- (0x1f950, 0x1f95e,), # Croissant ..Pancakes
- (0x1f980, 0x1f991,), # Crab ..Squid
- (0x1f9c0, 0x1f9c0,), # Cheese Wedge
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '10.0.0': (
- # Source: EastAsianWidth-10.0.0.txt
- # Date: 2017-03-08, 02:00:00 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312e,), # Bopomofo Letter B ..Bopomofo Letter O With D
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe1,), # Tangut Iteration Mark ..Nushu Iteration Mark
- (0x17000, 0x187ec,), # (nil)
- (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755
- (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6f8,), # Scooter ..Flying Saucer
- (0x1f910, 0x1f93e,), # Zipper-mouth Face ..Handball
- (0x1f940, 0x1f94c,), # Wilted Flower ..Curling Stone
- (0x1f950, 0x1f96b,), # Croissant ..Canned Food
- (0x1f980, 0x1f997,), # Crab ..Cricket
- (0x1f9c0, 0x1f9c0,), # Cheese Wedge
- (0x1f9d0, 0x1f9e6,), # Face With Monocle ..Socks
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '11.0.0': (
- # Source: EastAsianWidth-11.0.0.txt
- # Date: 2018-05-14, 09:41:59 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe1,), # Tangut Iteration Mark ..Nushu Iteration Mark
- (0x17000, 0x187f1,), # (nil)
- (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755
- (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6f9,), # Scooter ..Skateboard
- (0x1f910, 0x1f93e,), # Zipper-mouth Face ..Handball
- (0x1f940, 0x1f970,), # Wilted Flower ..Smiling Face With Smilin
- (0x1f973, 0x1f976,), # Face With Party Horn And..Freezing Face
- (0x1f97a, 0x1f97a,), # Face With Pleading Eyes
- (0x1f97c, 0x1f9a2,), # Lab Coat ..Swan
- (0x1f9b0, 0x1f9b9,), # Emoji Component Red Hair..Supervillain
- (0x1f9c0, 0x1f9c2,), # Cheese Wedge ..Salt Shaker
- (0x1f9d0, 0x1f9ff,), # Face With Monocle ..Nazar Amulet
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '12.0.0': (
- # Source: EastAsianWidth-12.0.0.txt
- # Date: 2019-01-21, 14:12:58 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo
- (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755
- (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d5,), # Hindu Temple
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fa,), # Scooter ..Auto Rickshaw
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f90d, 0x1f971,), # White Heart ..Yawning Face
- (0x1f973, 0x1f976,), # Face With Party Horn And..Freezing Face
- (0x1f97a, 0x1f9a2,), # Face With Pleading Eyes ..Swan
- (0x1f9a5, 0x1f9aa,), # Sloth ..Oyster
- (0x1f9ae, 0x1f9ca,), # Guide Dog ..Ice Cube
- (0x1f9cd, 0x1f9ff,), # Standing Person ..Nazar Amulet
- (0x1fa70, 0x1fa73,), # Ballet Shoes ..Shorts
- (0x1fa78, 0x1fa7a,), # Drop Of Blood ..Stethoscope
- (0x1fa80, 0x1fa82,), # Yo-yo ..Parachute
- (0x1fa90, 0x1fa95,), # Ringed Planet ..Banjo
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '12.1.0': (
- # Source: EastAsianWidth-12.1.0.txt
- # Date: 2019-03-31, 22:01:58 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy
- (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755
- (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d5,), # Hindu Temple
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fa,), # Scooter ..Auto Rickshaw
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f90d, 0x1f971,), # White Heart ..Yawning Face
- (0x1f973, 0x1f976,), # Face With Party Horn And..Freezing Face
- (0x1f97a, 0x1f9a2,), # Face With Pleading Eyes ..Swan
- (0x1f9a5, 0x1f9aa,), # Sloth ..Oyster
- (0x1f9ae, 0x1f9ca,), # Guide Dog ..Ice Cube
- (0x1f9cd, 0x1f9ff,), # Standing Person ..Nazar Amulet
- (0x1fa70, 0x1fa73,), # Ballet Shoes ..Shorts
- (0x1fa78, 0x1fa7a,), # Drop Of Blood ..Stethoscope
- (0x1fa80, 0x1fa82,), # Yo-yo ..Parachute
- (0x1fa90, 0x1fa95,), # Ringed Planet ..Banjo
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '13.0.0': (
- # Source: EastAsianWidth-13.0.0.txt
- # Date: 2029-01-21, 18:14:00 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char
- (0x18d00, 0x18d08,), # (nil)
- (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer
- (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net
- (0x1f947, 0x1f978,), # First Place Medal ..Disguised Face
- (0x1f97a, 0x1f9cb,), # Face With Pleading Eyes ..Bubble Tea
- (0x1f9cd, 0x1f9ff,), # Standing Person ..Nazar Amulet
- (0x1fa70, 0x1fa74,), # Ballet Shoes ..Thong Sandal
- (0x1fa78, 0x1fa7a,), # Drop Of Blood ..Stethoscope
- (0x1fa80, 0x1fa86,), # Yo-yo ..Nesting Dolls
- (0x1fa90, 0x1faa8,), # Ringed Planet ..Rock
- (0x1fab0, 0x1fab6,), # Fly ..Feather
- (0x1fac0, 0x1fac2,), # Anatomical Heart ..People Hugging
- (0x1fad0, 0x1fad6,), # Blueberries ..Teapot
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '14.0.0': (
- # Source: EastAsianWidth-14.0.0.txt
- # Date: 2021-07-06, 09:58:53 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char
- (0x18d00, 0x18d08,), # (nil)
- (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T
- (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N
- (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N
- (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator
- (0x1f6dd, 0x1f6df,), # Playground Slide ..Ring Buoy
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign
- (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer
- (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net
- (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet
- (0x1fa70, 0x1fa74,), # Ballet Shoes ..Thong Sandal
- (0x1fa78, 0x1fa7c,), # Drop Of Blood ..Crutch
- (0x1fa80, 0x1fa86,), # Yo-yo ..Nesting Dolls
- (0x1fa90, 0x1faac,), # Ringed Planet ..Hamsa
- (0x1fab0, 0x1faba,), # Fly ..Nest With Eggs
- (0x1fac0, 0x1fac5,), # Anatomical Heart ..Person With Crown
- (0x1fad0, 0x1fad9,), # Blueberries ..Jar
- (0x1fae0, 0x1fae7,), # Melting Face ..Bubbles
- (0x1faf0, 0x1faf6,), # Hand With Index Finger A..Heart Hands
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '15.0.0': (
- # Source: EastAsianWidth-15.0.0.txt
- # Date: 2022-05-24, 17:40:20 GMT [KW, LI]
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description
- (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q
- (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char
- (0x18d00, 0x18d08,), # (nil)
- (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T
- (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N
- (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N
- (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic
- (0x1b132, 0x1b132,), # Hiragana Letter Small Ko
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b155, 0x1b155,), # Katakana Letter Small Ko
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator
- (0x1f6dc, 0x1f6df,), # Wireless ..Ring Buoy
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign
- (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer
- (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net
- (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet
- (0x1fa70, 0x1fa7c,), # Ballet Shoes ..Crutch
- (0x1fa80, 0x1fa88,), # Yo-yo ..Flute
- (0x1fa90, 0x1fabd,), # Ringed Planet ..Wing
- (0x1fabf, 0x1fac5,), # Goose ..Person With Crown
- (0x1face, 0x1fadb,), # Moose ..Pea Pod
- (0x1fae0, 0x1fae8,), # Melting Face ..Shaking Face
- (0x1faf0, 0x1faf8,), # Hand With Index Finger A..Rightwards Pushing Hand
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '15.1.0': (
- # Source: EastAsianWidth-15.1.0.txt
- # Date: 2023-07-28, 23:34:08 GMT
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x03029,), # Ideographic Description ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q
- (0x031ef, 0x0321e,), # Ideographic Description ..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d
- (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char
- (0x18d00, 0x18d08,), # (nil)
- (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T
- (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N
- (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N
- (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic
- (0x1b132, 0x1b132,), # Hiragana Letter Small Ko
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b155, 0x1b155,), # Katakana Letter Small Ko
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator
- (0x1f6dc, 0x1f6df,), # Wireless ..Ring Buoy
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign
- (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer
- (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net
- (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet
- (0x1fa70, 0x1fa7c,), # Ballet Shoes ..Crutch
- (0x1fa80, 0x1fa88,), # Yo-yo ..Flute
- (0x1fa90, 0x1fabd,), # Ringed Planet ..Wing
- (0x1fabf, 0x1fac5,), # Goose ..Person With Crown
- (0x1face, 0x1fadb,), # Moose ..Pea Pod
- (0x1fae0, 0x1fae8,), # Melting Face ..Shaking Face
- (0x1faf0, 0x1faf8,), # Hand With Index Finger A..Rightwards Pushing Hand
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '16.0.0': (
- # Source: EastAsianWidth-16.0.0.txt
- # Date: 2024-04-30, 21:48:20 GMT
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02630, 0x02637,), # Trigram For Heaven ..Trigram For Earth
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x0268a, 0x0268f,), # Monogram For Yang ..Digram For Greater Yin
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x03029,), # Ideographic Description ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031e5,), # Ideographic Annotation L..(nil)
- (0x031ef, 0x0321e,), # Ideographic Description ..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x0a48c,), # Partnership Sign ..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x17000, 0x187f7,), # (nil)
- (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char
- (0x18cff, 0x18d08,), # (nil)
- (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T
- (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N
- (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N
- (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic
- (0x1b132, 0x1b132,), # Hiragana Letter Small Ko
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b155, 0x1b155,), # Katakana Letter Small Ko
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1d300, 0x1d356,), # Monogram For Earth ..Tetragram For Fostering
- (0x1d360, 0x1d376,), # Counting Rod Unit Digit ..Ideographic Tally Mark F
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator
- (0x1f6dc, 0x1f6df,), # Wireless ..Ring Buoy
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign
- (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer
- (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net
- (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet
- (0x1fa70, 0x1fa7c,), # Ballet Shoes ..Crutch
- (0x1fa80, 0x1fa89,), # Yo-yo ..(nil)
- (0x1fa8f, 0x1fac6,), # (nil)
- (0x1face, 0x1fadc,), # Moose ..(nil)
- (0x1fadf, 0x1fae9,), # (nil)
- (0x1faf0, 0x1faf8,), # Hand With Index Finger A..Rightwards Pushing Hand
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- '17.0.0': (
- # Source: EastAsianWidth-17.0.0.txt
- # Date: 2025-07-24, 00:12:54 GMT
- #
- (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
- (0x0231a, 0x0231b,), # Watch ..Hourglass
- (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra
- (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub
- (0x023f0, 0x023f0,), # Alarm Clock
- (0x023f3, 0x023f3,), # Hourglass With Flowing Sand
- (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar
- (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage
- (0x02630, 0x02637,), # Trigram For Heaven ..Trigram For Earth
- (0x02648, 0x02653,), # Aries ..Pisces
- (0x0267f, 0x0267f,), # Wheelchair Symbol
- (0x0268a, 0x0268f,), # Monogram For Yang ..Digram For Greater Yin
- (0x02693, 0x02693,), # Anchor
- (0x026a1, 0x026a1,), # High Voltage Sign
- (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle
- (0x026bd, 0x026be,), # Soccer Ball ..Baseball
- (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud
- (0x026ce, 0x026ce,), # Ophiuchus
- (0x026d4, 0x026d4,), # No Entry
- (0x026ea, 0x026ea,), # Church
- (0x026f2, 0x026f3,), # Fountain ..Flag In Hole
- (0x026f5, 0x026f5,), # Sailboat
- (0x026fa, 0x026fa,), # Tent
- (0x026fd, 0x026fd,), # Fuel Pump
- (0x02705, 0x02705,), # White Heavy Check Mark
- (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand
- (0x02728, 0x02728,), # Sparkles
- (0x0274c, 0x0274c,), # Cross Mark
- (0x0274e, 0x0274e,), # Negative Squared Cross Mark
- (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O
- (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol
- (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign
- (0x027b0, 0x027b0,), # Curly Loop
- (0x027bf, 0x027bf,), # Double Curly Loop
- (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square
- (0x02b50, 0x02b50,), # White Medium Star
- (0x02b55, 0x02b55,), # Heavy Large Circle
- (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap
- (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified
- (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute
- (0x02ff0, 0x03029,), # Ideographic Description ..Hangzhou Numeral Nine
- (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In
- (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
- (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto
- (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn
- (0x03131, 0x03163,), # Hangul Letter Kiyeok ..Hangul Letter I
- (0x03165, 0x0318e,), # Hangul Letter Ssangnieun..Hangul Letter Araeae
- (0x03190, 0x031e5,), # Ideographic Annotation L..(nil)
- (0x031ef, 0x0321e,), # Ideographic Description ..Parenthesized Korean Cha
- (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x03250, 0x0a48c,), # Partnership Sign ..Yi Syllable Yyr
- (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke
- (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
- (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih
- (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil)
- (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve
- (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop
- (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign
- (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At
- (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
- (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma
- (0x16ff2, 0x16ff6,), # (nil)
- (0x17000, 0x18cd5,), # (nil) ..Khitan Small Script Char
- (0x18cff, 0x18d1e,), # (nil)
- (0x18d80, 0x18df2,), # (nil)
- (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T
- (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N
- (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N
- (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic
- (0x1b132, 0x1b132,), # Hiragana Letter Small Ko
- (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo
- (0x1b155, 0x1b155,), # Katakana Letter Small Ko
- (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N
- (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb
- (0x1d300, 0x1d356,), # Monogram For Earth ..Tetragram For Fostering
- (0x1d360, 0x1d376,), # Counting Rod Unit Digit ..Ideographic Tally Mark F
- (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon
- (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker
- (0x1f18e, 0x1f18e,), # Negative Squared Ab
- (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs
- (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa
- (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo
- (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
- (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
- (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai
- (0x1f300, 0x1f320,), # Cyclone ..Shooting Star
- (0x1f32d, 0x1f335,), # Hot Dog ..Cactus
- (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
- (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap
- (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer
- (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And
- (0x1f3e0, 0x1f3f0,), # House Building ..European Castle
- (0x1f3f4, 0x1f3f4,), # Waving Black Flag
- (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora
- (0x1f400, 0x1f43e,), # Rat ..Paw Prints
- (0x1f440, 0x1f440,), # Eyes
- (0x1f442, 0x1f4fc,), # Ear ..Videocassette
- (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red
- (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch
- (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty
- (0x1f57a, 0x1f57a,), # Man Dancing
- (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be
- (0x1f5a4, 0x1f5a4,), # Black Heart
- (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands
- (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
- (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation
- (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley
- (0x1f6d5, 0x1f6d8,), # Hindu Temple ..(nil)
- (0x1f6dc, 0x1f6df,), # Wireless ..Ring Buoy
- (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate
- (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square
- (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign
- (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer
- (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net
- (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet
- (0x1fa70, 0x1fa7c,), # Ballet Shoes ..Crutch
- (0x1fa80, 0x1fa8a,), # Yo-yo ..(nil)
- (0x1fa8e, 0x1fac6,), # (nil)
- (0x1fac8, 0x1fac8,), # (nil)
- (0x1facd, 0x1fadc,), # (nil)
- (0x1fadf, 0x1faea,), # (nil)
- (0x1faef, 0x1faf8,), # (nil) ..Rightwards Pushing Hand
- (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil)
- (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil)
- ),
- }
|