Skip to content

Instantly share code, notes, and snippets.

@thewhodidthis
Created March 12, 2017 09:59
Show Gist options
  • Save thewhodidthis/09678afd101b8408699bd885c21eb823 to your computer and use it in GitHub Desktop.
Save thewhodidthis/09678afd101b8408699bd885c21eb823 to your computer and use it in GitHub Desktop.
Diacritics ranges for decorating text glitchr style
{
"latin": [
33,
879
],
"basic ASCII": [
33,
127
],
"extended ASCII": [
33,
255
],
"greek": [
880,
1023
],
"cyrillic": [
1024,
1309
],
"armenian": [
1329,
1419
],
"hebrew": [
1425,
1524
],
"arabic": [
1536,
1791
],
"syriac": [
1792,
1871
],
"thaana": [
1902,
1969
],
"nko": [
1984,
2042
],
"devanagari": [
2304,
2431
],
"bengali": [
2433,
2554
],
"gurmukhi": [
2561,
2677
],
"gujarati": [
2689,
2801
],
"oriya": [
2817,
2935
],
"tamil": [
2946,
3066
],
"telugu": [
3073,
3199
],
"kannada": [
3202,
3314
],
"malayalam": [
3330,
3455
],
"sinhala": [
3458,
3572
],
"thai": [
3585,
3675
],
"lao": [
3703,
3807
],
"tibetan": [
3840,
4058
],
"myanmar": [
4096,
4255
],
"georgian": [
4256,
4351
],
"hangul": [
4352,
4607
],
"ethiopic": [
4608,
4988
],
"cherokee": [
5024,
5108
],
"canadian aboriginal": [
5120,
5759
],
"ogham": [
5760,
5788
],
"runic": [
5792,
5872
],
"hanunoo": [
5920,
5942
],
"buhid": [
5952,
5971
],
"khmer": [
6016,
6137
],
"mongolian": [
6144,
6314
],
"limbu": [
6400,
6479
],
"tai le": [
6480,
6516
],
"buginese": [
6656,
6683
],
"ol chiki": [
7248,
7295
],
"punctuation": [
8192,
8303
],
"superscripts": [
8304,
8348
],
"currency": [
8352,
8378
],
"hiragana": [
12353,
12447
],
"katakana": [
12448,
12543
],
"bopomofo": [
12549,
12589
],
"cjk": [
12800,
19893
],
"broad": [
33,
10175
],
"shapes": [
9472,
9727
],
"blocks": [
9600,
9631
],
"shades": [
9617,
9619
],
"geometric": [
9632,
9727
],
"symbols": [
9728,
9839
],
"more symbols": [
9840,
9983
],
"dingbats": [
9985,
10175
],
"braille": [
10240,
10495
],
"glagolithic": [
11264,
11358
],
"coptic": [
11392,
11498
],
"tifinagh": [
11568,
11621
],
"supplemental punctuation": [
11776,
11835
],
"vai": [
42240,
42539
],
"saurashtra": [
43136,
43203
],
"kayah li": [
43264,
43311
],
"rejang": [
43312,
43347
],
"cham": [
43520,
43574
],
"linear b": [
65536,
65786
],
"cypriot": [
67584,
65647
],
"phaistos disc": [
66000,
66045
],
"arrows": [
8592,
8682
],
"letterlike": [
8448,
8527
],
"numbers": [
8528,
8585
],
"technical": [
8704,
9203
],
"enclosed": [
9312,
9471
],
"ipa": [
592,
687
],
"phonetics": [
7424,
7615
],
"mishmash": [
7124,
10175
],
"pictographs": [
127744,
128591
],
"transport": [
128640,
128709
],
"alchemical": [
128768,
128883
],
"music": [
119040,
119261
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment