123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- UNICODE_RANGES = [
- [
- "0020-007F",
- "Basic Latin"
- ],
- [
- "2580-259F",
- "Block Elements"
- ],
- [
- "00A0-00FF",
- "Latin-1 Supplement"
- ],
- [
- "25A0-25FF",
- "Geometric Shapes"
- ],
- [
- "0100-017F",
- "Latin Extended-A"
- ],
- [
- "2600-26FF",
- "Miscellaneous Symbols"
- ],
- [
- "0180-024F",
- "Latin Extended-B"
- ],
- [
- "2700-27BF",
- "Dingbats"
- ],
- [
- "0250-02AF",
- "IPA Extensions"
- ],
- [
- "27C0-27EF",
- "Miscellaneous Mathematical Symbols-A"
- ],
- [
- "02B0-02FF",
- "Spacing Modifier Letters"
- ],
- [
- "27F0-27FF",
- "Supplemental Arrows-A"
- ],
- [
- "0300-036F",
- "Combining Diacritical Marks"
- ],
- [
- "2800-28FF",
- "Braille Patterns"
- ],
- [
- "0370-03FF",
- "Greek and Coptic"
- ],
- [
- "2900-297F",
- "Supplemental Arrows-B"
- ],
- [
- "0400-04FF",
- "Cyrillic"
- ],
- [
- "2980-29FF",
- "Miscellaneous Mathematical Symbols-B"
- ],
- [
- "0500-052F",
- "Cyrillic Supplementary"
- ],
- [
- "2A00-2AFF",
- "Supplemental Mathematical Operators"
- ],
- [
- "0530-058F",
- "Armenian"
- ],
- [
- "2B00-2BFF",
- "Miscellaneous Symbols and Arrows"
- ],
- [
- "0590-05FF",
- "Hebrew"
- ],
- [
- "2E80-2EFF",
- "CJK Radicals Supplement"
- ],
- [
- "0600-06FF",
- "Arabic"
- ],
- [
- "2F00-2FDF",
- "Kangxi Radicals"
- ],
- [
- "0700-074F",
- "Syriac"
- ],
- [
- "2FF0-2FFF",
- "Ideographic Description Characters"
- ],
- [
- "0780-07BF",
- "Thaana"
- ],
- [
- "3000-303F",
- "CJK Symbols and Punctuation"
- ],
- [
- "0900-097F",
- "Devanagari"
- ],
- [
- "3040-309F",
- "Hiragana"
- ],
- [
- "0980-09FF",
- "Bengali"
- ],
- [
- "30A0-30FF",
- "Katakana"
- ],
- [
- "0A00-0A7F",
- "Gurmukhi"
- ],
- [
- "3100-312F",
- "Bopomofo"
- ],
- [
- "0A80-0AFF",
- "Gujarati"
- ],
- [
- "3130-318F",
- "Hangul Compatibility Jamo"
- ],
- [
- "0B00-0B7F",
- "Oriya"
- ],
- [
- "3190-319F",
- "Kanbun"
- ],
- [
- "0B80-0BFF",
- "Tamil"
- ],
- [
- "31A0-31BF",
- "Bopomofo Extended"
- ],
- [
- "0C00-0C7F",
- "Telugu"
- ],
- [
- "31F0-31FF",
- "Katakana Phonetic Extensions"
- ],
- [
- "0C80-0CFF",
- "Kannada"
- ],
- [
- "3200-32FF",
- "Enclosed CJK Letters and Months"
- ],
- [
- "0D00-0D7F",
- "Malayalam"
- ],
- [
- "3300-33FF",
- "CJK Compatibility"
- ],
- [
- "0D80-0DFF",
- "Sinhala"
- ],
- [
- "3400-4DBF",
- "CJK Unified Ideographs Extension A"
- ],
- [
- "0E00-0E7F",
- "Thai"
- ],
- [
- "4DC0-4DFF",
- "Yijing Hexagram Symbols"
- ],
- [
- "0E80-0EFF",
- "Lao"
- ],
- [
- "4E00-9FFF",
- "CJK Unified Ideographs"
- ],
- [
- "0F00-0FFF",
- "Tibetan"
- ],
- [
- "A000-A48F",
- "Yi Syllables"
- ],
- [
- "1000-109F",
- "Myanmar"
- ],
- [
- "A490-A4CF",
- "Yi Radicals"
- ],
- [
- "10A0-10FF",
- "Georgian"
- ],
- [
- "AC00-D7AF",
- "Hangul Syllables"
- ],
- [
- "1100-11FF",
- "Hangul Jamo"
- ],
- [
- "D800-DB7F",
- "High Surrogates"
- ],
- [
- "1200-137F",
- "Ethiopic"
- ],
- [
- "DB80-DBFF",
- "High Private Use Surrogates"
- ],
- [
- "13A0-13FF",
- "Cherokee"
- ],
- [
- "DC00-DFFF",
- "Low Surrogates"
- ],
- [
- "1400-167F",
- "Unified Canadian Aboriginal Syllabics"
- ],
- [
- "E000-F8FF",
- "Private Use Area"
- ],
- [
- "1680-169F",
- "Ogham"
- ],
- [
- "F900-FAFF",
- "CJK Compatibility Ideographs"
- ],
- [
- "16A0-16FF",
- "Runic"
- ],
- [
- "FB00-FB4F",
- "Alphabetic Presentation Forms"
- ],
- [
- "1700-171F",
- "Tagalog"
- ],
- [
- "FB50-FDFF",
- "Arabic Presentation Forms-A"
- ],
- [
- "1720-173F",
- "Hanunoo"
- ],
- [
- "FE00-FE0F",
- "Variation Selectors"
- ],
- [
- "1740-175F",
- "Buhid"
- ],
- [
- "FE20-FE2F",
- "Combining Half Marks"
- ],
- [
- "1760-177F",
- "Tagbanwa"
- ],
- [
- "FE30-FE4F",
- "CJK Compatibility Forms"
- ],
- [
- "1780-17FF",
- "Khmer"
- ],
- [
- "FE50-FE6F",
- "Small Form Variants"
- ],
- [
- "1800-18AF",
- "Mongolian"
- ],
- [
- "FE70-FEFF",
- "Arabic Presentation Forms-B"
- ],
- [
- "1900-194F",
- "Limbu"
- ],
- [
- "FF00-FFEF",
- "Halfwidth and Fullwidth Forms"
- ],
- [
- "1950-197F",
- "Tai Le"
- ],
- [
- "FFF0-FFFF",
- "Specials"
- ],
- [
- "19E0-19FF",
- "Khmer Symbols"
- ],
- [
- "10000-1007F",
- "Linear B Syllabary"
- ],
- [
- "1D00-1D7F",
- "Phonetic Extensions"
- ],
- [
- "10080-100FF",
- "Linear B Ideograms"
- ],
- [
- "1E00-1EFF",
- "Latin Extended Additional"
- ],
- [
- "10100-1013F",
- "Aegean Numbers"
- ],
- [
- "1F00-1FFF",
- "Greek Extended"
- ],
- [
- "10300-1032F",
- "Old Italic"
- ],
- [
- "2000-206F",
- "General Punctuation"
- ],
- [
- "10330-1034F",
- "Gothic"
- ],
- [
- "2070-209F",
- "Superscripts and Subscripts"
- ],
- [
- "10380-1039F",
- "Ugaritic"
- ],
- [
- "20A0-20CF",
- "Currency Symbols"
- ],
- [
- "10400-1044F",
- "Deseret"
- ],
- [
- "20D0-20FF",
- "Combining Diacritical Marks for Symbols"
- ],
- [
- "10450-1047F",
- "Shavian"
- ],
- [
- "2100-214F",
- "Letterlike Symbols"
- ],
- [
- "10480-104AF",
- "Osmanya"
- ],
- [
- "2150-218F",
- "Number Forms"
- ],
- [
- "10800-1083F",
- "Cypriot Syllabary"
- ],
- [
- "2190-21FF",
- "Arrows"
- ],
- [
- "1D000-1D0FF",
- "Byzantine Musical Symbols"
- ],
- [
- "2200-22FF",
- "Mathematical Operators"
- ],
- [
- "1D100-1D1FF",
- "Musical Symbols"
- ],
- [
- "2300-23FF",
- "Miscellaneous Technical"
- ],
- [
- "1D300-1D35F",
- "Tai Xuan Jing Symbols"
- ],
- [
- "2400-243F",
- "Control Pictures"
- ],
- [
- "1D400-1D7FF",
- "Mathematical Alphanumeric Symbols"
- ],
- [
- "2440-245F",
- "Optical Character Recognition"
- ],
- [
- "20000-2A6DF",
- "CJK Unified Ideographs Extension B"
- ],
- [
- "2460-24FF",
- "Enclosed Alphanumerics"
- ],
- [
- "2F800-2FA1F",
- "CJK Compatibility Ideographs Supplement"
- ],
- [
- "2500-257F",
- "Box Drawing"
- ],
- [
- "E0000-E007F",
- "Tags"
- ]
- ]
|