-
Notifications
You must be signed in to change notification settings - Fork 247
/
pickers.json
495 lines (495 loc) · 37.2 KB
/
pickers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
[
{
"name" : "Named HTML Entities",
"href" : "https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references",
"description" : "This is the set of all printable 'named' character entities supported by HTML.",
"glyphs" : [
{ "name": "no-break space (non-breaking space)", "html": " " },
{ "name": "quotation mark (APL quote)", "html": """ },
{ "name": "apostrophe (apostrophe-quote)", "html": "'" },
{ "name": "ampersand", "html": "&" },
{ "name": "less-than sign", "html": "<" },
{ "name": "greater-than sign", "html": ">" },
{ "name": "inverted exclamation mark", "html": "¡" },
{ "name": "cent sign", "html": "¢" },
{ "name": "pound sign", "html": "£" },
{ "name": "currency sign", "html": "¤" },
{ "name": "yen sign (yuan sign)", "html": "¥" },
{ "name": "broken bar (broken vertical bar)", "html": "¦" },
{ "name": "section sign", "html": "§" },
{ "name": "diaeresis (spacing diaeresis)", "html": "¨" },
{ "name": "copyright symbol", "html": "©" },
{ "name": "registered sign (registered trademark symbol)", "html": "®" },
{ "name": "trademark symbol", "html": "™" },
{ "name": "feminine ordinal indicator", "html": "ª" },
{ "name": "left-pointing double angle quotation mark (left pointing guillemet)", "html": "«" },
{ "name": "right-pointing double angle quotation mark (right pointing guillemet)", "html": "»" },
{ "name": "not sign", "html": "¬" },
{ "name": "macron (spacing macron, overline, APL overbar)", "html": "¯" },
{ "name": "degree symbol", "html": "°" },
{ "name": "plus-minus sign (plus-or-minus sign)", "html": "±" },
{ "name": "superscript one (superscript digit one)", "html": "¹" },
{ "name": "superscript two (superscript digit two, squared)", "html": "²" },
{ "name": "superscript three (superscript digit three, cubed)", "html": "³" },
{ "name": "acute accent (spacing acute)", "html": "´" },
{ "name": "micro sign", "html": "µ" },
{ "name": "pilcrow sign (paragraph sign)", "html": "¶" },
{ "name": "middle dot (Georgian comma, Greek middle dot)", "html": "·" },
{ "name": "cedilla (spacing cedilla)", "html": "¸" },
{ "name": "masculine ordinal indicator", "html": "º" },
{ "name": "vulgar fraction one quarter (fraction one quarter)", "html": "¼" },
{ "name": "vulgar fraction one half (fraction one half)", "html": "½" },
{ "name": "vulgar fraction three quarters (fraction three quarters)", "html": "¾" },
{ "name": "inverted question mark (turned question mark)", "html": "¿" },
{ "name": "Latin capital letter A with grave accent (Latin capital letter A grave)", "html": "À" },
{ "name": "Latin capital letter A with acute accent", "html": "Á" },
{ "name": "Latin capital letter A with circumflex", "html": "Â" },
{ "name": "Latin capital letter A with tilde", "html": "Ã" },
{ "name": "Latin capital letter A with diaeresis", "html": "Ä" },
{ "name": "Latin capital letter A with ring above (Latin capital letter A ring)", "html": "Å" },
{ "name": "Latin capital letter AE (Latin capital ligature AE)", "html": "Æ" },
{ "name": "Latin capital letter C with cedilla", "html": "Ç" },
{ "name": "Latin capital letter E with grave accent", "html": "È" },
{ "name": "Latin capital letter E with acute accent", "html": "É" },
{ "name": "Latin capital letter E with circumflex", "html": "Ê" },
{ "name": "Latin capital letter E with diaeresis", "html": "Ë" },
{ "name": "Latin capital letter I with grave accent", "html": "Ì" },
{ "name": "Latin capital letter I with acute accent", "html": "Í" },
{ "name": "Latin capital letter I with circumflex", "html": "Î" },
{ "name": "Latin capital letter I with diaeresis", "html": "Ï" },
{ "name": "Latin capital letter Eth", "html": "Ð" },
{ "name": "Latin capital letter N with tilde", "html": "Ñ" },
{ "name": "Latin capital letter O with grave accent", "html": "Ò" },
{ "name": "Latin capital letter O with acute accent", "html": "Ó" },
{ "name": "Latin capital letter O with circumflex", "html": "Ô" },
{ "name": "Latin capital letter O with tilde", "html": "Õ" },
{ "name": "Latin capital letter O with diaeresis", "html": "Ö" },
{ "name": "multiplication sign", "html": "×" },
{ "name": "Latin capital letter O with stroke (Latin capital letter O slash)", "html": "Ø" },
{ "name": "Latin capital letter U with grave accent", "html": "Ù" },
{ "name": "Latin capital letter U with acute accent", "html": "Ú" },
{ "name": "Latin capital letter U with circumflex", "html": "Û" },
{ "name": "Latin capital letter U with diaeresis", "html": "Ü" },
{ "name": "Latin capital letter Y with acute accent", "html": "Ý" },
{ "name": "Latin capital letter THORN", "html": "Þ" },
{ "name": "Latin small letter sharp s (ess-zed)", "html": "ß" },
{ "name": "Latin small letter a with grave accent", "html": "à" },
{ "name": "Latin small letter a with acute accent", "html": "á" },
{ "name": "Latin small letter a with circumflex", "html": "â" },
{ "name": "Latin small letter a with tilde", "html": "ã" },
{ "name": "Latin small letter a with diaeresis", "html": "ä" },
{ "name": "Latin small letter a with ring above", "html": "å" },
{ "name": "Latin small letter ae (Latin small ligature ae)", "html": "æ" },
{ "name": "Latin small letter c with cedilla", "html": "ç" },
{ "name": "Latin small letter e with grave accent", "html": "è" },
{ "name": "Latin small letter e with acute accent", "html": "é" },
{ "name": "Latin small letter e with circumflex", "html": "ê" },
{ "name": "Latin small letter e with diaeresis", "html": "ë" },
{ "name": "Latin small letter i with grave accent", "html": "ì" },
{ "name": "Latin small letter i with acute accent", "html": "í" },
{ "name": "Latin small letter i with circumflex", "html": "î" },
{ "name": "Latin small letter i with diaeresis", "html": "ï" },
{ "name": "Latin small letter eth", "html": "ð" },
{ "name": "Latin small letter n with tilde", "html": "ñ" },
{ "name": "Latin small letter o with grave accent", "html": "ò" },
{ "name": "Latin small letter o with acute accent", "html": "ó" },
{ "name": "Latin small letter o with circumflex", "html": "ô" },
{ "name": "Latin small letter o with tilde", "html": "õ" },
{ "name": "Latin small letter o with diaeresis", "html": "ö" },
{ "name": "division sign (obelus)", "html": "÷" },
{ "name": "Latin small letter o with stroke (Latin small letter o slash)", "html": "ø" },
{ "name": "Latin small letter u with grave accent", "html": "ù" },
{ "name": "Latin small letter u with acute accent", "html": "ú" },
{ "name": "Latin small letter u with circumflex", "html": "û" },
{ "name": "Latin small letter u with diaeresis", "html": "ü" },
{ "name": "Latin small letter y with acute accent", "html": "ý" },
{ "name": "Latin small letter thorn", "html": "þ" },
{ "name": "Latin small letter y with diaeresis", "html": "ÿ" },
{ "name": "Latin capital ligature oe", "html": "Œ" },
{ "name": "Latin small ligature oe", "html": "œ" },
{ "name": "Latin capital letter s with caron", "html": "Š" },
{ "name": "Latin small letter s with caron", "html": "š" },
{ "name": "Latin capital letter y with diaeresis", "html": "Ÿ" },
{ "name": "Latin small letter f with hook (function, florin)", "html": "ƒ" },
{ "name": "modifier letter circumflex accent", "html": "ˆ" },
{ "name": "small tilde", "html": "˜" },
{ "name": "Greek capital letter Alpha", "html": "Α" },
{ "name": "Greek capital letter Beta", "html": "Β" },
{ "name": "Greek capital letter Gamma", "html": "Γ" },
{ "name": "Greek capital letter Delta", "html": "Δ" },
{ "name": "Greek capital letter Epsilon", "html": "Ε" },
{ "name": "Greek capital letter Zeta", "html": "Ζ" },
{ "name": "Greek capital letter Eta", "html": "Η" },
{ "name": "Greek capital letter Theta", "html": "Θ" },
{ "name": "Greek capital letter Iota", "html": "Ι" },
{ "name": "Greek capital letter Kappa", "html": "Κ" },
{ "name": "Greek capital letter Lambda", "html": "Λ" },
{ "name": "Greek capital letter Mu", "html": "Μ" },
{ "name": "Greek capital letter Nu", "html": "Ν" },
{ "name": "Greek capital letter Xi", "html": "Ξ" },
{ "name": "Greek capital letter Omicron", "html": "Ο" },
{ "name": "Greek capital letter Pi", "html": "Π" },
{ "name": "Greek capital letter Rho", "html": "Ρ" },
{ "name": "Greek capital letter Sigma", "html": "Σ" },
{ "name": "Greek capital letter Tau", "html": "Τ" },
{ "name": "Greek capital letter Upsilon", "html": "Υ" },
{ "name": "Greek capital letter Phi", "html": "Φ" },
{ "name": "Greek capital letter Chi", "html": "Χ" },
{ "name": "Greek capital letter Psi", "html": "Ψ" },
{ "name": "Greek capital letter Omega", "html": "Ω" },
{ "name": "Greek small letter alpha", "html": "α" },
{ "name": "Greek small letter beta", "html": "β" },
{ "name": "Greek small letter gamma", "html": "γ" },
{ "name": "Greek small letter delta", "html": "δ" },
{ "name": "Greek small letter epsilon", "html": "ε" },
{ "name": "Greek small letter zeta", "html": "ζ" },
{ "name": "Greek small letter eta", "html": "η" },
{ "name": "Greek small letter theta", "html": "θ" },
{ "name": "Greek small letter iota", "html": "ι" },
{ "name": "Greek small letter kappa", "html": "κ" },
{ "name": "Greek small letter lambda", "html": "λ" },
{ "name": "Greek small letter mu", "html": "μ" },
{ "name": "Greek small letter nu", "html": "ν" },
{ "name": "Greek small letter xi", "html": "ξ" },
{ "name": "Greek small letter omicron", "html": "ο" },
{ "name": "Greek small letter pi", "html": "π" },
{ "name": "Greek small letter rho", "html": "ρ" },
{ "name": "Greek small letter final sigma", "html": "ς" },
{ "name": "Greek small letter sigma", "html": "σ" },
{ "name": "Greek small letter tau", "html": "τ" },
{ "name": "Greek small letter upsilon", "html": "υ" },
{ "name": "Greek small letter phi", "html": "φ" },
{ "name": "Greek small letter chi", "html": "χ" },
{ "name": "Greek small letter psi", "html": "ψ" },
{ "name": "Greek small letter omega", "html": "ω" },
{ "name": "Greek theta symbol", "html": "ϑ" },
{ "name": "Greek Upsilon with hook symbol", "html": "ϒ" },
{ "name": "Greek pi symbol", "html": "ϖ" },
{ "name": "en dash", "html": "–" },
{ "name": "em dash", "html": "—" },
{ "name": "left single quotation mark", "html": "‘" },
{ "name": "right single quotation mark", "html": "’" },
{ "name": "single low-9 quotation mark", "html": "‚" },
{ "name": "left double quotation mark", "html": "“" },
{ "name": "right double quotation mark", "html": "”" },
{ "name": "double low-9 quotation mark", "html": "„" },
{ "name": "dagger, obelisk", "html": "†" },
{ "name": "double dagger, double obelisk", "html": "‡" },
{ "name": "bullet (black small circle)", "html": "•" },
{ "name": "horizontal ellipsis (three dot leader)", "html": "…" },
{ "name": "per mille sign", "html": "‰" },
{ "name": "prime (minutes, feet)", "html": "′" },
{ "name": "double prime (seconds, inches)", "html": "″" },
{ "name": "single left-pointing angle quotation mark", "html": "‹" },
{ "name": "single right-pointing angle quotation mark", "html": "›" },
{ "name": "overline (spacing overscore)", "html": "‾" },
{ "name": "fraction slash (solidus)", "html": "⁄" },
{ "name": "euro sign", "html": "€" },
{ "name": "black-letter capital I (imaginary part)", "html": "ℑ" },
{ "name": "script capital P (power set, Weierstrass p)", "html": "℘" },
{ "name": "black-letter capital R (real part symbol)", "html": "ℜ" },
{ "name": "alef symbol (first transfinite cardinal)", "html": "ℵ" },
{ "name": "leftwards arrow", "html": "←" },
{ "name": "upwards arrow", "html": "↑" },
{ "name": "rightwards arrow", "html": "→" },
{ "name": "downwards arrow", "html": "↓" },
{ "name": "left right arrow", "html": "↔" },
{ "name": "downwards arrow with corner leftwards (carriage return)", "html": "↵" },
{ "name": "leftwards double arrow", "html": "⇐" },
{ "name": "upwards double arrow", "html": "⇑" },
{ "name": "rightwards double arrow", "html": "⇒" },
{ "name": "downwards double arrow", "html": "⇓" },
{ "name": "left right double arrow", "html": "⇔" },
{ "name": "for all", "html": "∀" },
{ "name": "partial differential", "html": "∂" },
{ "name": "there exists", "html": "∃" },
{ "name": "empty set (null set)", "html": "∅" },
{ "name": "del or nabla (vector differential operator)", "html": "∇" },
{ "name": "element of", "html": "∈" },
{ "name": "not an element of", "html": "∉" },
{ "name": "contains as member", "html": "∋" },
{ "name": "n-ary product (product sign)", "html": "∏" },
{ "name": "n-ary summation", "html": "∑" },
{ "name": "minus sign", "html": "−" },
{ "name": "asterisk operator", "html": "∗" },
{ "name": "square root (radical sign)", "html": "√" },
{ "name": "proportional to", "html": "∝" },
{ "name": "infinity", "html": "∞" },
{ "name": "angle", "html": "∠" },
{ "name": "logical and (wedge)", "html": "∧" },
{ "name": "logical or (vee)", "html": "∨" },
{ "name": "intersection (cap)", "html": "∩" },
{ "name": "union (cup)", "html": "∪" },
{ "name": "integral", "html": "∫" },
{ "name": "therefore sign", "html": "∴" },
{ "name": "tilde operator (varies with, similar to)", "html": "∼" },
{ "name": "congruent to", "html": "≅" },
{ "name": "almost equal to (asymptotic to)", "html": "≈" },
{ "name": "not equal to", "html": "≠" },
{ "name": "identical to; equivalent to", "html": "≡" },
{ "name": "less-than or equal to", "html": "≤" },
{ "name": "greater-than or equal to", "html": "≥" },
{ "name": "subset of", "html": "⊂" },
{ "name": "superset of", "html": "⊃" },
{ "name": "not a subset of", "html": "⊄" },
{ "name": "subset of or equal to", "html": "⊆" },
{ "name": "superset of or equal to", "html": "⊇" },
{ "name": "circled plus (direct sum)", "html": "⊕" },
{ "name": "circled times (vector product)", "html": "⊗" },
{ "name": "up tack (orthogonal to, perpendicular)", "html": "⊥" },
{ "name": "dot operator", "html": "⋅" },
{ "name": "left ceiling (APL upstile)", "html": "⌈" },
{ "name": "right ceiling", "html": "⌉" },
{ "name": "left floor (APL downstile)", "html": "⌊" },
{ "name": "right floor", "html": "⌋" },
{ "name": "left-pointing angle bracket (bra)", "html": "⟨" },
{ "name": "right-pointing angle bracket (ket)", "html": "⟩" },
{ "name": "lozenge", "html": "◊" },
{ "name": "black spade suit", "html": "♠" },
{ "name": "black club suit (shamrock)", "html": "♣" },
{ "name": "black heart suit (valentine)", "html": "♥" },
{ "name": "black diamond suit", "html": "♦" }
]
},
{
"name": "Combining Diacritical Marks",
"href": "http://unicode-table.com/en/blocks/combining-diacritical-marks/",
"description": "This is a selection of various 'combining' characters superimposed on top of a small circle or rectangle, as commonly seen on foreign-language keyboards.",
"glyphs": [
{ "name": "Combining Grave Accent", "html": "<span class='cd'>◌̀</span>" },
{ "name": "Combining Acute Accent", "html": "<span class='cd'>◌́</span>" },
{ "name": "Combining Circumflex Accent", "html": "<span class='cd'>◌̂</span>" },
{ "name": "Combining Tilde", "html": "<span class='cd'>◌̃</span>" },
{ "name": "Combining Macron", "html": "<span class='cd'>◌̄</span>" },
{ "name": "Combining Overline", "html": "<span class='cd'>◌̅</span>" },
{ "name": "Combining Breve", "html": "<span class='cd'>◌̆</span>" },
{ "name": "Combining Dot Above", "html": "<span class='cd'>◌̇</span>" },
{ "name": "Combining Diaeresis", "html": "<span class='cd'>◌̈</span>" },
{ "name": "Combining Hook Above", "html": "<span class='cd'>◌̉</span>" },
{ "name": "Combining Ring Above", "html": "<span class='cd'>◌̊</span>" },
{ "name": "Combining Double Acute Accent", "html": "<span class='cd'>◌̋</span>" },
{ "name": "Combining Caron", "html": "<span class='cd'>◌̌</span>" },
{ "name": "Combining Vertical Line Above", "html": "<span class='cd'>◌̍</span>" },
{ "name": "Combining Double Vertical Line Above", "html": "<span class='cd'>◌̎</span>" },
{ "name": "Combining Double Grave Accent", "html": "<span class='cd'>◌̏</span>" },
{ "name": "Combining Candrabindu", "html": "<span class='cd'>◌̐</span>" },
{ "name": "Combining Inverted Breve", "html": "<span class='cd'>◌̑</span>" },
{ "name": "Combining Turned Comma Above", "html": "<span class='cd'>◌̒</span>" },
{ "name": "Combining Comma Above", "html": "<span class='cd'>◌̓</span>" },
{ "name": "Combining Reversed Comma Above", "html": "<span class='cd'>◌̔</span>" },
{ "name": "Combining Comma Above Right", "html": "<span class='cd'>◌̕</span>" },
{ "name": "Combining Grave Accent Below", "html": "<span class='cd'>◌̖</span>" },
{ "name": "Combining Acute Accent Below", "html": "<span class='cd'>◌̗</span>" },
{ "name": "Combining Left Tack Below", "html": "<span class='cd'>◌̘</span>" },
{ "name": "Combining Right Tack Below", "html": "<span class='cd'>◌̙</span>" },
{ "name": "Combining Left Angle Above", "html": "<span class='cd'>◌̚</span>" },
{ "name": "Combining Horn", "html": "<span class='cd'>◌̛</span>" },
{ "name": "Combining Left Half Ring Below", "html": "<span class='cd'>◌̜</span>" },
{ "name": "Combining UP Tack Below", "html": "<span class='cd'>◌̝</span>" },
{ "name": "Combining Down Tack Below", "html": "<span class='cd'>◌̞</span>" },
{ "name": "Combining Plus Sign Below", "html": "<span class='cd'>◌̟</span>" },
{ "name": "Combining Minus Sign Below", "html": "<span class='cd'>◌̠</span>" },
{ "name": "Combining Palatalized Hook Below", "html": "<span class='cd'>◌̡</span>" },
{ "name": "Combining Retroflex Hook Below", "html": "<span class='cd'>◌̢</span>" },
{ "name": "Combining Dot Below", "html": "<span class='cd'>◌̣</span>" },
{ "name": "Combining Diaeresis Below", "html": "<span class='cd'>◌̤</span>" },
{ "name": "Combining Ring Below", "html": "<span class='cd'>◌̥</span>" },
{ "name": "Combining Comma Below", "html": "<span class='cd'>◌̦</span>" },
{ "name": "Combining Cedilla", "html": "<span class='cd'>◌̧</span>" },
{ "name": "Combining Ogonek", "html": "<span class='cd'>◌̨</span>" },
{ "name": "Combining Vertical Line Below", "html": "<span class='cd'>◌̩</span>" },
{ "name": "Combining Bridge Below", "html": "<span class='cd'>◌̪</span>" },
{ "name": "Combining Inverted Double ARCH Below", "html": "<span class='cd'>◌̫</span>" },
{ "name": "Combining Caron Below", "html": "<span class='cd'>◌̬</span>" },
{ "name": "Combining Circumflex Accent Below", "html": "<span class='cd'>◌̭</span>" },
{ "name": "Combining Breve Below", "html": "<span class='cd'>◌̮</span>" },
{ "name": "Combining Inverted Breve Below", "html": "<span class='cd'>◌̯</span>" },
{ "name": "Combining Tilde Below", "html": "<span class='cd'>◌̰</span>" },
{ "name": "Combining Macron Below", "html": "<span class='cd'>◌̱</span>" },
{ "name": "Combining Low Line", "html": "<span class='cd'>◌̲</span>" },
{ "name": "Combining Double Low Line", "html": "<span class='cd'>◌̳</span>" },
{ "name": "Combining Tilde Overlay", "html": "<span class='cd'>◌̴</span>" },
{ "name": "Combining Short Stroke Overlay", "html": "<span class='cd'>◌̵</span>" },
{ "name": "Combining Long Stroke Overlay", "html": "<span class='cd'>◌̶</span>" },
{ "name": "Combining Short Solidus Overlay", "html": "<span class='cd'>◌̷</span>" },
{ "name": "Combining Long Solidus Overlay", "html": "<span class='cd'>◌̸</span>" },
{ "name": "Combining Right Half Ring Below", "html": "<span class='cd'>◌̹</span>" },
{ "name": "Combining Inverted Bridge Below", "html": "<span class='cd'>◌̺</span>" },
{ "name": "Combining Square Below", "html": "<span class='cd'>◌̻</span>" },
{ "name": "Combining Seagull Below", "html": "<span class='cd'>◌̼</span>" },
{ "name": "Combining X Above", "html": "<span class='cd'>◌̽</span>" },
{ "name": "Combining Vertical Tilde", "html": "<span class='cd'>◌̾</span>" },
{ "name": "Combining Double Overline", "html": "<span class='cd'>◌̿</span>" },
{ "name": "Combining Grave Tone Mark", "html": "<span class='cd'>◌̀</span>" },
{ "name": "Combining Acute Tone Mark", "html": "<span class='cd'>◌́</span>" },
{ "name": "Combining Greek Perispomeni", "html": "<span class='cd'>◌͂</span>" },
{ "name": "Combining Greek Koronis", "html": "<span class='cd'>◌̓</span>" },
{ "name": "Combining Greek Dialytika Tonos", "html": "<span class='cd'>◌̈́</span>" },
{ "name": "Combining Greek Ypogegrammeni", "html": "<span class='cd'>◌ͅ</span>" },
{ "name": "Combining Bridge Above", "html": "<span class='cd'>◌͆</span>" },
{ "name": "Combining Equals Sign Below", "html": "<span class='cd'>◌͇</span>" },
{ "name": "Combining Double Vertical Line Below", "html": "<span class='cd'>◌͈</span>" },
{ "name": "Combining Left Angle Below", "html": "<span class='cd'>◌͉</span>" },
{ "name": "Combining Not Tilde Above", "html": "<span class='cd'>◌͊</span>" },
{ "name": "Combining Homothetic Above", "html": "<span class='cd'>◌͋</span>" },
{ "name": "Combining Almost Equal To Above", "html": "<span class='cd'>◌͌</span>" },
{ "name": "Combining Left Right Arrow Below", "html": "<span class='cd'>◌͍</span>" },
{ "name": "Combining Upwards Arrow Below", "html": "<span class='cd'>◌͎</span>" },
{ "name": "Combining Right Arrowhead Above", "html": "<span class='cd'>◌͐</span>" },
{ "name": "Combining Left Half Ring Above", "html": "<span class='cd'>◌͑</span>" },
{ "name": "Combining Fermata", "html": "<span class='cd'>◌͒</span>" },
{ "name": "Combining X Below", "html": "<span class='cd'>◌͓</span>" },
{ "name": "Combining Left Arrowhead Below", "html": "<span class='cd'>◌͔</span>" },
{ "name": "Combining Right Arrowhead Below", "html": "<span class='cd'>◌͕</span>" },
{ "name": "Combining Right Arrowhead and Up Arrowhead Below", "html": "<span class='cd'>◌͖</span>" },
{ "name": "Combining Right Half Ring Above", "html": "<span class='cd'>◌͗</span>" },
{ "name": "Combining Dot Above Right", "html": "<span class='cd'>◌͘</span>" },
{ "name": "Combining Asterisk Below", "html": "<span class='cd'>◌͙</span>" },
{ "name": "Combining Double Ring Below", "html": "<span class='cd'>◌͚</span>" },
{ "name": "Combining Zigzag Above", "html": "<span class='cd'>◌͛</span>" },
{ "name": "Combining Double Breve Below", "html": "<span class='cd'>◌͜</span>" },
{ "name": "Combining Double Breve", "html": "<span class='cd'>◌͝</span>" },
{ "name": "Combining Double Macron", "html": "<span class='cd'>◌͞</span>" },
{ "name": "Combining Double Macron Below", "html": "<span class='cd'>◌͟</span>" },
{ "name": "Combining Double Tilde", "html": "<span class='cd'>◌͠</span>" },
{ "name": "Combining Double Inverted Breve", "html": "<span class='cd'>◌͡</span>" },
{ "name": "Combining Double RightWARDS Arrow Below", "html": "<span class='cd'>◌͢</span>" },
{ "name": "Combining Latin Small Letter A", "html": "<span class='cd'>◌ͣ</span>" },
{ "name": "Combining Latin Small Letter E", "html": "<span class='cd'>◌ͤ</span>" },
{ "name": "Combining Latin Small Letter I", "html": "<span class='cd'>◌ͥ</span>" },
{ "name": "Combining Latin Small Letter O", "html": "<span class='cd'>◌ͦ</span>" },
{ "name": "Combining Latin Small Letter U", "html": "<span class='cd'>◌ͧ</span>" },
{ "name": "Combining Latin Small Letter C", "html": "<span class='cd'>◌ͨ</span>" },
{ "name": "Combining Latin Small Letter D", "html": "<span class='cd'>◌ͩ</span>" },
{ "name": "Combining Latin Small Letter H", "html": "<span class='cd'>◌ͪ</span>" },
{ "name": "Combining Latin Small Letter M", "html": "<span class='cd'>◌ͫ</span>" },
{ "name": "Combining Latin Small Letter R", "html": "<span class='cd'>◌ͬ</span>" },
{ "name": "Combining Latin Small Letter T", "html": "<span class='cd'>◌ͭ</span>" },
{ "name": "Combining Latin Small Letter V", "html": "<span class='cd'>◌ͮ</span>" },
{ "name": "Combining Latin Small Letter X", "html": "<span class='cd'>◌ͯ</span>" },
{ "name": "Combining Grave Accent", "html": "<span class='cd'>▭̀</span>" },
{ "name": "Combining Acute Accent", "html": "<span class='cd'>▭́</span>" },
{ "name": "Combining Circumflex Accent", "html": "<span class='cd'>▭̂</span>" },
{ "name": "Combining Tilde", "html": "<span class='cd'>▭̃</span>" },
{ "name": "Combining Macron", "html": "<span class='cd'>▭̄</span>" },
{ "name": "Combining Overline", "html": "<span class='cd'>▭̅</span>" },
{ "name": "Combining Breve", "html": "<span class='cd'>▭̆</span>" },
{ "name": "Combining Dot Above", "html": "<span class='cd'>▭̇</span>" },
{ "name": "Combining Diaeresis", "html": "<span class='cd'>▭̈</span>" },
{ "name": "Combining Hook Above", "html": "<span class='cd'>▭̉</span>" },
{ "name": "Combining Ring Above", "html": "<span class='cd'>▭̊</span>" },
{ "name": "Combining Double Acute Accent", "html": "<span class='cd'>▭̋</span>" },
{ "name": "Combining Caron", "html": "<span class='cd'>▭̌</span>" },
{ "name": "Combining Vertical Line Above", "html": "<span class='cd'>▭̍</span>" },
{ "name": "Combining Double Vertical Line Above", "html": "<span class='cd'>▭̎</span>" },
{ "name": "Combining Double Grave Accent", "html": "<span class='cd'>▭̏</span>" },
{ "name": "Combining Candrabindu", "html": "<span class='cd'>▭̐</span>" },
{ "name": "Combining Inverted Breve", "html": "<span class='cd'>▭̑</span>" },
{ "name": "Combining Turned Comma Above", "html": "<span class='cd'>▭̒</span>" },
{ "name": "Combining Comma Above", "html": "<span class='cd'>▭̓</span>" },
{ "name": "Combining Reversed Comma Above", "html": "<span class='cd'>▭̔</span>" },
{ "name": "Combining Comma Above Right", "html": "<span class='cd'>▭̕</span>" },
{ "name": "Combining Grave Accent Below", "html": "<span class='cd'>▭̖</span>" },
{ "name": "Combining Acute Accent Below", "html": "<span class='cd'>▭̗</span>" },
{ "name": "Combining Left Tack Below", "html": "<span class='cd'>▭̘</span>" },
{ "name": "Combining Right Tack Below", "html": "<span class='cd'>▭̙</span>" },
{ "name": "Combining Left Angle Above", "html": "<span class='cd'>▭̚</span>" },
{ "name": "Combining Horn", "html": "<span class='cd'>▭̛</span>" },
{ "name": "Combining Left Half Ring Below", "html": "<span class='cd'>▭̜</span>" },
{ "name": "Combining UP Tack Below", "html": "<span class='cd'>▭̝</span>" },
{ "name": "Combining Down Tack Below", "html": "<span class='cd'>▭̞</span>" },
{ "name": "Combining Plus Sign Below", "html": "<span class='cd'>▭̟</span>" },
{ "name": "Combining Minus Sign Below", "html": "<span class='cd'>▭̠</span>" },
{ "name": "Combining Palatalized Hook Below", "html": "<span class='cd'>▭̡</span>" },
{ "name": "Combining Retroflex Hook Below", "html": "<span class='cd'>▭̢</span>" },
{ "name": "Combining Dot Below", "html": "<span class='cd'>▭̣</span>" },
{ "name": "Combining Diaeresis Below", "html": "<span class='cd'>▭̤</span>" },
{ "name": "Combining Ring Below", "html": "<span class='cd'>▭̥</span>" },
{ "name": "Combining Comma Below", "html": "<span class='cd'>▭̦</span>" },
{ "name": "Combining Cedilla", "html": "<span class='cd'>▭̧</span>" },
{ "name": "Combining Ogonek", "html": "<span class='cd'>▭̨</span>" },
{ "name": "Combining Vertical Line Below", "html": "<span class='cd'>▭̩</span>" },
{ "name": "Combining Bridge Below", "html": "<span class='cd'>▭̪</span>" },
{ "name": "Combining Inverted Double ARCH Below", "html": "<span class='cd'>▭̫</span>" },
{ "name": "Combining Caron Below", "html": "<span class='cd'>▭̬</span>" },
{ "name": "Combining Circumflex Accent Below", "html": "<span class='cd'>▭̭</span>" },
{ "name": "Combining Breve Below", "html": "<span class='cd'>▭̮</span>" },
{ "name": "Combining Inverted Breve Below", "html": "<span class='cd'>▭̯</span>" },
{ "name": "Combining Tilde Below", "html": "<span class='cd'>▭̰</span>" },
{ "name": "Combining Macron Below", "html": "<span class='cd'>▭̱</span>" },
{ "name": "Combining Low Line", "html": "<span class='cd'>▭̲</span>" },
{ "name": "Combining Double Low Line", "html": "<span class='cd'>▭̳</span>" },
{ "name": "Combining Tilde Overlay", "html": "<span class='cd'>▭̴</span>" },
{ "name": "Combining Short Stroke Overlay", "html": "<span class='cd'>▭̵</span>" },
{ "name": "Combining Long Stroke Overlay", "html": "<span class='cd'>▭̶</span>" },
{ "name": "Combining Short Solidus Overlay", "html": "<span class='cd'>▭̷</span>" },
{ "name": "Combining Long Solidus Overlay", "html": "<span class='cd'>▭̸</span>" },
{ "name": "Combining Right Half Ring Below", "html": "<span class='cd'>▭̹</span>" },
{ "name": "Combining Inverted Bridge Below", "html": "<span class='cd'>▭̺</span>" },
{ "name": "Combining Square Below", "html": "<span class='cd'>▭̻</span>" },
{ "name": "Combining Seagull Below", "html": "<span class='cd'>▭̼</span>" },
{ "name": "Combining X Above", "html": "<span class='cd'>▭̽</span>" },
{ "name": "Combining Vertical Tilde", "html": "<span class='cd'>▭̾</span>" },
{ "name": "Combining Double Overline", "html": "<span class='cd'>▭̿</span>" },
{ "name": "Combining Grave Tone Mark", "html": "<span class='cd'>▭̀</span>" },
{ "name": "Combining Acute Tone Mark", "html": "<span class='cd'>▭́</span>" },
{ "name": "Combining Greek Perispomeni", "html": "<span class='cd'>▭͂</span>" },
{ "name": "Combining Greek Koronis", "html": "<span class='cd'>▭̓</span>" },
{ "name": "Combining Greek Dialytika Tonos", "html": "<span class='cd'>▭̈́</span>" },
{ "name": "Combining Greek Ypogegrammeni", "html": "<span class='cd'>▭ͅ</span>" },
{ "name": "Combining Bridge Above", "html": "<span class='cd'>▭͆</span>" },
{ "name": "Combining Equals Sign Below", "html": "<span class='cd'>▭͇</span>" },
{ "name": "Combining Double Vertical Line Below", "html": "<span class='cd'>▭͈</span>" },
{ "name": "Combining Left Angle Below", "html": "<span class='cd'>▭͉</span>" },
{ "name": "Combining Not Tilde Above", "html": "<span class='cd'>▭͊</span>" },
{ "name": "Combining Homothetic Above", "html": "<span class='cd'>▭͋</span>" },
{ "name": "Combining Almost Equal To Above", "html": "<span class='cd'>▭͌</span>" },
{ "name": "Combining Left Right Arrow Below", "html": "<span class='cd'>▭͍</span>" },
{ "name": "Combining Upwards Arrow Below", "html": "<span class='cd'>▭͎</span>" },
{ "name": "Combining Right Arrowhead Above", "html": "<span class='cd'>▭͐</span>" },
{ "name": "Combining Left Half Ring Above", "html": "<span class='cd'>▭͑</span>" },
{ "name": "Combining Fermata", "html": "<span class='cd'>▭͒</span>" },
{ "name": "Combining X Below", "html": "<span class='cd'>▭͓</span>" },
{ "name": "Combining Left Arrowhead Below", "html": "<span class='cd'>▭͔</span>" },
{ "name": "Combining Right Arrowhead Below", "html": "<span class='cd'>▭͕</span>" },
{ "name": "Combining Right Arrowhead and Up Arrowhead Below", "html": "<span class='cd'>▭͖</span>" },
{ "name": "Combining Right Half Ring Above", "html": "<span class='cd'>▭͗</span>" },
{ "name": "Combining Dot Above Right", "html": "<span class='cd'>▭͘</span>" },
{ "name": "Combining Asterisk Below", "html": "<span class='cd'>▭͙</span>" },
{ "name": "Combining Double Ring Below", "html": "<span class='cd'>▭͚</span>" },
{ "name": "Combining Zigzag Above", "html": "<span class='cd'>▭͛</span>" },
{ "name": "Combining Double Breve Below", "html": "<span class='cd'>▭͜</span>" },
{ "name": "Combining Double Breve", "html": "<span class='cd'>▭͝</span>" },
{ "name": "Combining Double Macron", "html": "<span class='cd'>▭͞</span>" },
{ "name": "Combining Double Macron Below", "html": "<span class='cd'>▭͟</span>" },
{ "name": "Combining Double Tilde", "html": "<span class='cd'>▭͠</span>" },
{ "name": "Combining Double Inverted Breve", "html": "<span class='cd'>▭͡</span>" },
{ "name": "Combining Double RightWARDS Arrow Below", "html": "<span class='cd'>▭͢</span>" },
{ "name": "Combining Latin Small Letter A", "html": "<span class='cd'>▭ͣ</span>" },
{ "name": "Combining Latin Small Letter E", "html": "<span class='cd'>▭ͤ</span>" },
{ "name": "Combining Latin Small Letter I", "html": "<span class='cd'>▭ͥ</span>" },
{ "name": "Combining Latin Small Letter O", "html": "<span class='cd'>▭ͦ</span>" },
{ "name": "Combining Latin Small Letter U", "html": "<span class='cd'>▭ͧ</span>" },
{ "name": "Combining Latin Small Letter C", "html": "<span class='cd'>▭ͨ</span>" },
{ "name": "Combining Latin Small Letter D", "html": "<span class='cd'>▭ͩ</span>" },
{ "name": "Combining Latin Small Letter H", "html": "<span class='cd'>▭ͪ</span>" },
{ "name": "Combining Latin Small Letter M", "html": "<span class='cd'>▭ͫ</span>" },
{ "name": "Combining Latin Small Letter R", "html": "<span class='cd'>▭ͬ</span>" },
{ "name": "Combining Latin Small Letter T", "html": "<span class='cd'>▭ͭ</span>" },
{ "name": "Combining Latin Small Letter V", "html": "<span class='cd'>▭ͮ</span>" },
{ "name": "Combining Latin Small Letter X", "html": "<span class='cd'>▭ͯ</span>" }
]
},
{
"name": "Font Awesome Icons",
"href" : "http://fontawesome.io/",
"description" : "Font Awesome is a large collection of general-purpose scalable vector icons.",
"css": "css/font-awesome.min.css"
},
{
"name": "Keyboard-Layout-Editor Icons",
"href" : "https://www.keyboard-layout-editor.com/",
"description" : "A selection of commonly used glyphs for keyboards. All logos are trademarks of their respective owners.",
"css": "css/kbd-webfont.css"
}
]