j1_template 2019.4.10 → 2019.4.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/lib/j1/version.rb +1 -1
  3. data/lib/starter_web/Gemfile +1 -1
  4. data/lib/starter_web/_cc_test_data/_config.yml +1 -1
  5. data/lib/starter_web/_config.yml +1 -1
  6. data/lib/starter_web/assets/themes/j1/core/js/j1.js +9 -1
  7. data/lib/starter_web/package.json +1 -1
  8. data/lib/starter_web/pages/public/start/downloads/quickstarter/100_linux_starter.adoc +1 -1
  9. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  10. data/lib/starter_web/utilsrv/package.json +1 -1
  11. metadata +15 -50
  12. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.before_merge_added.rb +0 -1267
  13. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.new.rb +0 -1121
  14. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.no_cookie.mgmt.rb +0 -1130
  15. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.ok.rb +0 -1130
  16. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.org.2.rb +0 -1086
  17. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.org.rb +0 -1548
  18. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.update.web_cookie.rb +0 -1333
  19. data/lib/j1_app/j1_auth_manager/_unused/auth_manager_ui.2.erb +0 -198
  20. data/lib/j1_app/j1_auth_manager/_unused/auth_manager_ui.additional_inits.erb +0 -254
  21. data/lib/j1_app/j1_auth_manager/_unused/auth_manager_ui.manage.cookies.erb +0 -255
  22. data/lib/starter_web/assets/_data/_temp/_banner.html +0 -421
  23. data/lib/starter_web/assets/_data/_temp/_panel.html +0 -585
  24. data/lib/starter_web/assets/_data/_temp/banner.case.snippet.html.asciidoc +0 -91
  25. data/lib/starter_web/assets/_data/_temp/banner.new.html.asciidoc +0 -559
  26. data/lib/starter_web/assets/_data/_temp/banner.with.defaults.html.asciidoc +0 -547
  27. data/lib/starter_web/assets/_data/_temp/footer.html.new +0 -228
  28. data/lib/starter_web/assets/_data/_temp/footer.html.org +0 -234
  29. data/lib/starter_web/assets/_data/_temp/footer.old.html +0 -231
  30. data/lib/starter_web/assets/_data/_temp/footer_new.html +0 -226
  31. data/lib/starter_web/assets/_data/_temp/footer_old.html +0 -222
  32. data/lib/starter_web/assets/_data/_temp/menu.old.html +0 -462
  33. data/lib/starter_web/assets/_data/_temp/panel.new.html +0 -560
  34. data/lib/starter_web/assets/_data/_temp/panel.old.html +0 -597
  35. data/lib/starter_web/assets/_data/_temp/panel.org.html +0 -597
  36. data/lib/starter_web/assets/_data/animate.json +0 -120
  37. data/lib/starter_web/assets/_data/ascii_code_table.json +0 -1794
  38. data/lib/starter_web/assets/_data/authclient.html +0 -365
  39. data/lib/starter_web/assets/_data/banner.html +0 -431
  40. data/lib/starter_web/assets/_data/carousel.json +0 -110
  41. data/lib/starter_web/assets/_data/colors.json +0 -43
  42. data/lib/starter_web/assets/_data/cookie_consent.html +0 -225
  43. data/lib/starter_web/assets/_data/countries.json +0 -974
  44. data/lib/starter_web/assets/_data/font_sizes.json +0 -43
  45. data/lib/starter_web/assets/_data/fontawesome_icons.json +0 -5525
  46. data/lib/starter_web/assets/_data/footer.html +0 -239
  47. data/lib/starter_web/assets/_data/galleries.json +0 -160
  48. data/lib/starter_web/assets/_data/mdi_icons.json +0 -14641
  49. data/lib/starter_web/assets/_data/menu.html +0 -469
  50. data/lib/starter_web/assets/_data/messages.yml +0 -130
  51. data/lib/starter_web/assets/_data/objects.json +0 -458
  52. data/lib/starter_web/assets/_data/panel.html +0 -501
  53. data/lib/starter_web/assets/_data/panel.new.html +0 -498
  54. data/lib/starter_web/assets/_data/quicklinks.html +0 -178
  55. data/lib/starter_web/assets/_data/search.yml +0 -131
  56. data/lib/starter_web/assets/_data/sidebar.html +0 -261
  57. data/lib/starter_web/assets/_data/themes.json +0 -59
  58. data/lib/starter_web/assets/_data/twa_v1.json +0 -6978
  59. data/lib/starter_web/assets/_data/twa_v2.json +0 -12812
  60. data/lib/starter_web/assets/_data/webhook.html +0 -190
@@ -1,1794 +0,0 @@
1
- [
2
- {
3
- "code": "32",
4
- "character": "space",
5
- "dec": "#32",
6
- "hex": "x20",
7
- "html": "na",
8
- "description": "Space, white space"
9
- },
10
- {
11
- "code": "33",
12
- "character": "!",
13
- "dec": "#33",
14
- "hex": "x21",
15
- "html": "excl;",
16
- "description": "Exclamation mark"
17
- },
18
- {
19
- "code": "34",
20
- "character": "\"",
21
- "dec": "#34",
22
- "hex": "x22",
23
- "html": "quot;",
24
- "description": "Double quotes, speech marks"
25
- },
26
- {
27
- "code": "35",
28
- "character": "#",
29
- "dec": "#35",
30
- "hex": "x23",
31
- "html": "num;",
32
- "description": "Hash or number"
33
- },
34
- {
35
- "code": "36",
36
- "character": "$",
37
- "dec": "#36",
38
- "hex": "x24",
39
- "html": "dollar;",
40
- "description": "Dollar sign"
41
- },
42
- {
43
- "code": "37",
44
- "character": "%",
45
- "dec": "#37",
46
- "hex": "x25",
47
- "html": "percnt;",
48
- "description": "Percent sign"
49
- },
50
- {
51
- "code": "38",
52
- "character": "&",
53
- "dec": "#38",
54
- "hex": "x26",
55
- "html": "amp;",
56
- "description": "Ampersand sign"
57
- },
58
- {
59
- "code": "39",
60
- "character": "'",
61
- "dec": "#39",
62
- "hex": "x27",
63
- "html": "apos;",
64
- "description": "Single quote, Apostrophe"
65
- },
66
- {
67
- "code": "40",
68
- "character": "(",
69
- "dec": "#40",
70
- "hex": "x28",
71
- "html": "lpar;",
72
- "description": "Opening parenthesis, opening round bracket"
73
- },
74
- {
75
- "code": "41",
76
- "character": ")",
77
- "dec": "#41",
78
- "hex": "x29",
79
- "html": "rpar;",
80
- "description": "Closing parenthesis, closeing round bracket"
81
- },
82
- {
83
- "code": "42",
84
- "character": "*",
85
- "dec": "#42",
86
- "hex": "x2A",
87
- "html": "ast;",
88
- "description": "Asterisk sign"
89
- },
90
- {
91
- "code": "43",
92
- "character": "+",
93
- "dec": "#43",
94
- "hex": "x2B",
95
- "html": "plus;",
96
- "description": "Plus sign"
97
- },
98
- {
99
- "code": "44",
100
- "character": ",",
101
- "dec": "#44",
102
- "hex": "x2C",
103
- "html": "comma;",
104
- "description": "Comma sign"
105
- },
106
- {
107
- "code": "45",
108
- "character": "-",
109
- "dec": "#45",
110
- "hex": "x2D",
111
- "html": "na",
112
- "description": "Hyphen, minus sign"
113
- },
114
- {
115
- "code": "46",
116
- "character": ".",
117
- "dec": "#46",
118
- "hex": "x2E",
119
- "html": "period;",
120
- "description": "Period, dot or full stop"
121
- },
122
- {
123
- "code": "47",
124
- "character": "/",
125
- "dec": "#47",
126
- "hex": "x2F",
127
- "html": "frasl;",
128
- "description": "Slash, forward slash, division slash"
129
- },
130
- {
131
- "code": "48",
132
- "character": 0,
133
- "dec": "#48",
134
- "hex": "x30",
135
- "html": "na",
136
- "description": "Zero"
137
- },
138
- {
139
- "code": "49",
140
- "character": 1,
141
- "dec": "#49",
142
- "hex": "x31",
143
- "html": "na",
144
- "description": "One"
145
- },
146
- {
147
- "code": "50",
148
- "character": 2,
149
- "dec": "#50",
150
- "hex": "x32",
151
- "html": "na",
152
- "description": "Two"
153
- },
154
- {
155
- "code": "51",
156
- "character": 3,
157
- "dec": "#51",
158
- "hex": "x33",
159
- "html": "na",
160
- "description": "Three"
161
- },
162
- {
163
- "code": "52",
164
- "character": 4,
165
- "dec": "#52",
166
- "hex": "x34",
167
- "html": "na",
168
- "description": "Four"
169
- },
170
- {
171
- "code": "53",
172
- "character": 5,
173
- "dec": "#53",
174
- "hex": "x35",
175
- "html": "na",
176
- "description": "Five"
177
- },
178
- {
179
- "code": "54",
180
- "character": 6,
181
- "dec": "#54",
182
- "hex": "x36",
183
- "html": "na",
184
- "description": "Six"
185
- },
186
- {
187
- "code": "55",
188
- "character": 7,
189
- "dec": "#55",
190
- "hex": "x37",
191
- "html": "na",
192
- "description": "Seven"
193
- },
194
- {
195
- "code": "56",
196
- "character": 8,
197
- "dec": "#56",
198
- "hex": "x38",
199
- "html": "na",
200
- "description": "Eight"
201
- },
202
- {
203
- "code": "57",
204
- "character": 9,
205
- "dec": "#57",
206
- "hex": "x39",
207
- "html": "na",
208
- "description": "Nine"
209
- },
210
- {
211
- "code": "58",
212
- "character": ":",
213
- "dec": "#58",
214
- "hex": "x3A",
215
- "html": "colon;",
216
- "description": "Colon"
217
- },
218
- {
219
- "code": "59",
220
- "character": ";",
221
- "dec": "#59",
222
- "hex": "x3B",
223
- "html": "semi;",
224
- "description": "Semicolon sign"
225
- },
226
- {
227
- "code": "60",
228
- "character": "<",
229
- "dec": "#60",
230
- "hex": "x3C",
231
- "html": "lt;",
232
- "description": "Lower, Less than sign"
233
- },
234
- {
235
- "code": "61",
236
- "character": "=",
237
- "dec": "#61",
238
- "hex": "x3D",
239
- "html": "equals;",
240
- "description": "Equals sign"
241
- },
242
- {
243
- "code": "62",
244
- "character": ">",
245
- "dec": "#62",
246
- "hex": "x3E",
247
- "html": "gt;",
248
- "description": "Larger, Greater or Greater than sign"
249
- },
250
- {
251
- "code": "63",
252
- "character": "?",
253
- "dec": "#63",
254
- "hex": "x3F",
255
- "html": "quest;",
256
- "description": "Question mark"
257
- },
258
- {
259
- "code": "64",
260
- "character": "@",
261
- "dec": "#64",
262
- "hex": "x40",
263
- "html": "commat;",
264
- "description": "At symbol"
265
- },
266
- {
267
- "code": "65",
268
- "character": "A",
269
- "dec": "#65",
270
- "hex": "x41",
271
- "html": "na",
272
- "description": "Uppercase A"
273
- },
274
- {
275
- "code": "66",
276
- "character": "B",
277
- "dec": "#66",
278
- "hex": "x42",
279
- "html": "na",
280
- "description": "Uppercase B"
281
- },
282
- {
283
- "code": "67",
284
- "character": "C",
285
- "dec": "#67",
286
- "hex": "x43",
287
- "html": "na",
288
- "description": "Uppercase C"
289
- },
290
- {
291
- "code": "68",
292
- "character": "D",
293
- "dec": "#68",
294
- "hex": "x44",
295
- "html": "na",
296
- "description": "Uppercase D"
297
- },
298
- {
299
- "code": "69",
300
- "character": "E",
301
- "dec": "#69",
302
- "hex": "x45",
303
- "html": "na",
304
- "description": "Uppercase E"
305
- },
306
- {
307
- "code": "70",
308
- "character": "F",
309
- "dec": "#70",
310
- "hex": "x46",
311
- "html": "na",
312
- "description": "Uppercase F"
313
- },
314
- {
315
- "code": "71",
316
- "character": "G",
317
- "dec": "#71",
318
- "hex": "x47",
319
- "html": "na",
320
- "description": "Uppercase G"
321
- },
322
- {
323
- "code": "72",
324
- "character": "H",
325
- "dec": "#72",
326
- "hex": "x48",
327
- "html": "na",
328
- "description": "Uppercase H"
329
- },
330
- {
331
- "code": "73",
332
- "character": "I",
333
- "dec": "#73",
334
- "hex": "x49",
335
- "html": "na",
336
- "description": "Uppercase I"
337
- },
338
- {
339
- "code": "74",
340
- "character": "J",
341
- "dec": "#74",
342
- "hex": "x4A",
343
- "html": "na",
344
- "description": "Uppercase J"
345
- },
346
- {
347
- "code": "75",
348
- "character": "K",
349
- "dec": "#75",
350
- "hex": "x4B",
351
- "html": "na",
352
- "description": "Uppercase K"
353
- },
354
- {
355
- "code": "77",
356
- "character": "L",
357
- "dec": "#76",
358
- "hex": "x4C",
359
- "html": "na",
360
- "description": "Uppercase L"
361
- },
362
- {
363
- "code": "77",
364
- "character": "M",
365
- "dec": "#77",
366
- "hex": "x4D",
367
- "html": "na",
368
- "description": "Uppercase M"
369
- },
370
- {
371
- "code": "78",
372
- "character": "N",
373
- "dec": "#78",
374
- "hex": "x4E",
375
- "html": "na",
376
- "description": "Uppercase N"
377
- },
378
- {
379
- "code": "79",
380
- "character": "O",
381
- "dec": "#79",
382
- "hex": "x4F",
383
- "html": "na",
384
- "description": "Uppercase O"
385
- },
386
- {
387
- "code": "80",
388
- "character": "P",
389
- "dec": "#80",
390
- "hex": "x50",
391
- "html": "na",
392
- "description": "Uppercase P"
393
- },
394
- {
395
- "code": "81",
396
- "character": "Q",
397
- "dec": "#81",
398
- "hex": "x51",
399
- "html": "na",
400
- "description": "Uppercase Q"
401
- },
402
- {
403
- "code": "82",
404
- "character": "R",
405
- "dec": "#82",
406
- "hex": "x52",
407
- "html": "na",
408
- "description": "Uppercase R"
409
- },
410
- {
411
- "code": "83",
412
- "character": "S",
413
- "dec": "#83",
414
- "hex": "x53",
415
- "html": "na",
416
- "description": "Uppercase S"
417
- },
418
- {
419
- "code": "84",
420
- "character": "T",
421
- "dec": "#84",
422
- "hex": "x54",
423
- "html": "na",
424
- "description": "Uppercase T"
425
- },
426
- {
427
- "code": "85",
428
- "character": "U",
429
- "dec": "#85",
430
- "hex": "x55",
431
- "html": "na",
432
- "description": "Uppercase U"
433
- },
434
- {
435
- "code": "86",
436
- "character": "V",
437
- "dec": "#86",
438
- "hex": "x56",
439
- "html": "na",
440
- "description": "Uppercase V"
441
- },
442
- {
443
- "code": "87",
444
- "character": "W",
445
- "dec": "#87",
446
- "hex": "x57",
447
- "html": "na",
448
- "description": "Uppercase W"
449
- },
450
- {
451
- "code": "88",
452
- "character": "X",
453
- "dec": "#88",
454
- "hex": "x58",
455
- "html": "na",
456
- "description": "Uppercase X"
457
- },
458
- {
459
- "code": "89",
460
- "character": "Y",
461
- "dec": "#89",
462
- "hex": "x59",
463
- "html": "na",
464
- "description": "Uppercase Y"
465
- },
466
- {
467
- "code": "90",
468
- "character": "Z",
469
- "dec": "#90",
470
- "hex": "x5A",
471
- "html": "na",
472
- "description": "Uppercase Z"
473
- },
474
- {
475
- "code": "91",
476
- "character": "[",
477
- "dec": "#91",
478
- "hex": "x5B",
479
- "html": "lbrack;",
480
- "description": "Bracket, Square bracket or box bracket, opening bracket"
481
- },
482
- {
483
- "code": "92",
484
- "character": "\\",
485
- "dec": "#92",
486
- "hex": "x5C",
487
- "html": "bsol;",
488
- "description": "Backslash, reverse slash"
489
- },
490
- {
491
- "code": "93",
492
- "character": "]",
493
- "dec": "#93",
494
- "hex": "x5D",
495
- "html": "rbrack;",
496
- "description": "Bracket, Square bracket or box bracket, closing bracket"
497
- },
498
- {
499
- "code": "94",
500
- "character": "^",
501
- "dec": "#94",
502
- "hex": "x5E",
503
- "html": "hat;",
504
- "description": "Caret, Circumflex accent"
505
- },
506
- {
507
- "code": "95",
508
- "character": "_",
509
- "dec": "#95",
510
- "hex": "x5F",
511
- "html": "lowbar;",
512
- "description": "Underscore, understrike, underbar or low line"
513
- },
514
- {
515
- "code": "96",
516
- "character": "`",
517
- "dec": "#96",
518
- "hex": "x60",
519
- "html": "grave;",
520
- "description": "Grave accent"
521
- },
522
- {
523
- "code": "97",
524
- "character": "a",
525
- "dec": "#97",
526
- "hex": "x61",
527
- "html": "na",
528
- "description": "Lowercase a"
529
- },
530
- {
531
- "code": "98",
532
- "character": "b",
533
- "dec": "#98",
534
- "hex": "x62",
535
- "html": "na",
536
- "description": "Lowercase b"
537
- },
538
- {
539
- "code": "99",
540
- "character": "c",
541
- "dec": "#99",
542
- "hex": "x63",
543
- "html": "na",
544
- "description": "Lowercase c"
545
- },
546
- {
547
- "code": "100",
548
- "character": "d",
549
- "dec": "#100",
550
- "hex": "x64",
551
- "html": "na",
552
- "description": "Lowercase d"
553
- },
554
- {
555
- "code": "101",
556
- "character": "e",
557
- "dec": "#101",
558
- "hex": "x65",
559
- "html": "na",
560
- "description": "Lowercase e"
561
- },
562
- {
563
- "code": "102",
564
- "character": "f",
565
- "dec": "#102",
566
- "hex": "x66",
567
- "html": "na",
568
- "description": "Lowercase f"
569
- },
570
- {
571
- "code": "103",
572
- "character": "g",
573
- "dec": "#103",
574
- "hex": "x67",
575
- "html": "na",
576
- "description": "Lowercase g"
577
- },
578
- {
579
- "code": "104",
580
- "character": "h",
581
- "dec": "#104",
582
- "hex": "x68",
583
- "html": "na",
584
- "description": "Lowercase h"
585
- },
586
- {
587
- "code": "105",
588
- "character": "i",
589
- "dec": "#105",
590
- "hex": "x69",
591
- "html": "na",
592
- "description": "Lowercase i"
593
- },
594
- {
595
- "code": "106",
596
- "character": "j",
597
- "dec": "#106",
598
- "hex": "x6A",
599
- "html": "na",
600
- "description": "Lowercase j"
601
- },
602
- {
603
- "code": "107",
604
- "character": "k",
605
- "dec": "#107",
606
- "hex": "x6B",
607
- "html": "na",
608
- "description": "Lowercase k"
609
- },
610
- {
611
- "code": "108",
612
- "character": "l",
613
- "dec": "#108",
614
- "hex": "x6C",
615
- "html": "na",
616
- "description": "Lowercase l"
617
- },
618
- {
619
- "code": "109",
620
- "character": "m",
621
- "dec": "#109",
622
- "hex": "x6D",
623
- "html": "na",
624
- "description": "Lowercase m"
625
- },
626
- {
627
- "code": "110",
628
- "character": "n",
629
- "dec": "#110",
630
- "hex": "x6E",
631
- "html": "na",
632
- "description": "Lowercase n"
633
- },
634
- {
635
- "code": "111",
636
- "character": "o",
637
- "dec": "#111",
638
- "hex": "x6F",
639
- "html": "na",
640
- "description": "Lowercase o"
641
- },
642
- {
643
- "code": "112",
644
- "character": "p",
645
- "dec": "#112",
646
- "hex": "x70",
647
- "html": "na",
648
- "description": "Lowercase p"
649
- },
650
- {
651
- "code": "113",
652
- "character": "q",
653
- "dec": "#113",
654
- "hex": "x71",
655
- "html": "na",
656
- "description": "Lowercase q"
657
- },
658
- {
659
- "code": "114",
660
- "character": "r",
661
- "dec": "114",
662
- "hex": "x72",
663
- "html": "na",
664
- "description": "Lowercase r"
665
- },
666
- {
667
- "code": "115",
668
- "character": "s",
669
- "dec": "#115",
670
- "hex": "x73",
671
- "html": "na",
672
- "description": "Lowercase s"
673
- },
674
- {
675
- "code": "116",
676
- "character": "t",
677
- "dec": "#116",
678
- "hex": "x74",
679
- "html": "na",
680
- "description": "Lowercase t"
681
- },
682
- {
683
- "code": "117",
684
- "character": "u",
685
- "dec": "#117",
686
- "hex": "x75",
687
- "html": "na",
688
- "description": "Lowercase u"
689
- },
690
- {
691
- "code": "118",
692
- "character": "v",
693
- "dec": "#118",
694
- "hex": "x76",
695
- "html": "na",
696
- "description": "Lowercase v"
697
- },
698
- {
699
- "code": "119",
700
- "character": "w",
701
- "dec": "#119",
702
- "hex": "x77",
703
- "html": "na",
704
- "description": "Lowercase w"
705
- },
706
- {
707
- "code": "120",
708
- "character": "x",
709
- "dec": "#120",
710
- "hex": "x78",
711
- "html": "na",
712
- "description": "Lowercase x"
713
- },
714
- {
715
- "code": "121",
716
- "character": "y",
717
- "dec": "#121",
718
- "hex": "x79",
719
- "html": "na",
720
- "description": "Lowercase y"
721
- },
722
- {
723
- "code": "122",
724
- "character": "z",
725
- "dec": "#122",
726
- "hex": "x7A",
727
- "html": "na",
728
- "description": "Lowercase z"
729
- },
730
- {
731
- "code": "123",
732
- "character": "{",
733
- "dec": "#123",
734
- "hex": "x7B",
735
- "html": "na",
736
- "description": "Opening brace"
737
- },
738
- {
739
- "code": "124",
740
- "character": "{",
741
- "dec": "#124",
742
- "hex": "x7B",
743
- "html": "lbrace;",
744
- "description": "Braces or curly brackets, opening braces"
745
- },
746
- {
747
- "code": "125",
748
- "character": "}",
749
- "dec": "#125",
750
- "hex": "x7D",
751
- "html": "rbrace;",
752
- "description": "Braces or curly brackets, closing braces"
753
- },
754
- {
755
- "code": "126",
756
- "character": "~",
757
- "dec": "#126",
758
- "hex": "x7E",
759
- "html": "tilde;",
760
- "description": "Tilde, swung dash, equivalency sign"
761
- },
762
- {
763
- "code": "127",
764
- "character": "n/a",
765
- "dec": "#127",
766
- "hex": "x7F",
767
- "html": "n/a",
768
- "description": "Delete"
769
- },
770
- {
771
- "code": "128",
772
- "character": "€",
773
- "dec": "#128",
774
- "hex": "x80",
775
- "html": "euro;",
776
- "description": "Euro symbol"
777
- },
778
- {
779
- "code": "129",
780
- "character": "ü",
781
- "dec": "#129",
782
- "hex": "x81",
783
- "html": "uuml;",
784
- "description": "Latin small letter u with umlaut or diaeresis, u-umlaut"
785
- },
786
- {
787
- "code": "130",
788
- "character": "é",
789
- "dec": "#130",
790
- "hex": "x82",
791
- "html": "eacute;",
792
- "description": "Latin small letter e with acute accent or e-acute"
793
- },
794
- {
795
- "code": "131",
796
- "character": "â",
797
- "dec": "#131",
798
- "hex": "x83",
799
- "html": "acirc;",
800
- "description": "Latin small letter a with circumflex accent or a-circumflex"
801
- },
802
- {
803
- "code": "132",
804
- "character": "ä",
805
- "dec": "#132",
806
- "hex": "x84",
807
- "html": "auml:",
808
- "description": "Latin small letter a with umlaut or diaeresis, a-umlauts"
809
- },
810
- {
811
- "code": "133",
812
- "character": "à",
813
- "dec": "#133",
814
- "hex": "x85",
815
- "html": "agrave;",
816
- "description": "Latin small letter a with grave accent"
817
- },
818
- {
819
- "code": "134",
820
- "character": "å",
821
- "dec": "#134",
822
- "hex": "x86",
823
- "html": "aring;",
824
- "description": "Latin small letter a with a ring"
825
- },
826
- {
827
- "code": "135",
828
- "character": "ç",
829
- "dec": "#135",
830
- "hex": "x87",
831
- "html": "ccedil;",
832
- "description": "Minuscule c-cedilla"
833
- },
834
- {
835
- "code": "136",
836
- "character": "ê",
837
- "dec": "#136",
838
- "hex": "x88",
839
- "html": "ecirc;",
840
- "description": "Latin small letter e with circumflex accent or e-circumflex"
841
- },
842
- {
843
- "code": "137",
844
- "character": "ë",
845
- "dec": "#137",
846
- "hex": "x89",
847
- "html": "euml;",
848
- "description": "Latin small letter e with umlaut or diaeresis, e-umlaut"
849
- },
850
- {
851
- "code": "138",
852
- "character": "è",
853
- "dec": "#138",
854
- "hex": "x8A",
855
- "html": "egrave;",
856
- "description": "Latin small letter e with grave accent"
857
- },
858
- {
859
- "code": "139",
860
- "character": "ï",
861
- "dec": "#139",
862
- "hex": "x8B",
863
- "html": "iuml;",
864
- "description": "Latin small letter i with umlaut or diaeresis, i-umlaut"
865
- },
866
- {
867
- "code": "140",
868
- "character": "î",
869
- "dec": "#140",
870
- "hex": "x8C",
871
- "html": "icirc;",
872
- "description": "Latin small letter i with circumflex accent, i-circumflex"
873
- },
874
- {
875
- "code": "141",
876
- "character": "ì",
877
- "dec": "#141",
878
- "hex": "x8D",
879
- "html": "igrave;",
880
- "description": "Latin small letter i with grave accent, i-grave"
881
- },
882
- {
883
- "code": "142",
884
- "character": "Ä",
885
- "dec": "#142",
886
- "hex": "x8E",
887
- "html": "&Auml;",
888
- "description": "Latin captial letter A with umlaut or diaeresis, A-umlaut"
889
- },
890
- {
891
- "code": "143",
892
- "character": "Å",
893
- "dec": "#143",
894
- "hex": "x8F",
895
- "html": "Aring;",
896
- "description": "Latin captial letter A with a ring, A-ring"
897
- },
898
- {
899
- "code": "144",
900
- "character": "É",
901
- "dec": "#144",
902
- "hex": "x90",
903
- "html": "Eacute;",
904
- "description": "Latin captial letter E with acute accent, E-acute"
905
- },
906
- {
907
- "code": "145",
908
- "character": "æ",
909
- "dec": "#145",
910
- "hex": "x91",
911
- "html": "aelig;",
912
- "description": "Latin small letter diphthong ae"
913
- },
914
- {
915
- "code": "146",
916
- "character": "Æ",
917
- "dec": "#146",
918
- "hex": "x92",
919
- "html": "AElig;",
920
- "description": "Latin capital letter diphthong ae"
921
- },
922
- {
923
- "code": "147",
924
- "character": "ô",
925
- "dec": "#147",
926
- "hex": "x93",
927
- "html": "ocirc;",
928
- "description": "Latin small letter o with circumflex accent, o-circumflex"
929
- },
930
- {
931
- "code": "148",
932
- "character": "ö",
933
- "dec": "#148",
934
- "hex": "x94",
935
- "html": "ouml;",
936
- "description": "Latin small letter o with umlaut or diaeresis, o-umlaut"
937
- },
938
- {
939
- "code": "149",
940
- "character": "ò",
941
- "dec": "#149",
942
- "hex": "x95",
943
- "html": "ograve;",
944
- "description": "Latin small letter o with grave accent, o-grave"
945
- },
946
- {
947
- "code": "150",
948
- "character": "–",
949
- "dec": "#150",
950
- "hex": "x96",
951
- "html": "ndash",
952
- "description": ""
953
- },
954
- {
955
- "code": "151",
956
- "character": "—",
957
- "dec": "#151",
958
- "hex": "x97",
959
- "html": "mdash",
960
- "description": ""
961
- },
962
- {
963
- "code": "152",
964
- "character": "˜",
965
- "dec": "#152",
966
- "hex": "x98",
967
- "html": "tilde",
968
- "description": ""
969
- },
970
- {
971
- "code": "153",
972
- "character": "™",
973
- "dec": "#153",
974
- "hex": "x99",
975
- "html": "trade",
976
- "description": ""
977
- },
978
- {
979
- "code": "154",
980
- "character": "š",
981
- "dec": "#154",
982
- "hex": "x9A",
983
- "html": "scaron",
984
- "description": ""
985
- },
986
- {
987
- "code": "155",
988
- "character": "›",
989
- "dec": "#155",
990
- "hex": "x9B",
991
- "html": "rsaquo",
992
- "description": ""
993
- },
994
- {
995
- "code": "156",
996
- "character": "œ",
997
- "dec": "#156",
998
- "hex": "x9C",
999
- "html": "oelig",
1000
- "description": ""
1001
- },
1002
- {
1003
- "code": "157",
1004
- "character": "",
1005
- "dec": "#157",
1006
- "hex": "x9D",
1007
- "html": "na",
1008
- "description": ""
1009
- },
1010
- {
1011
- "code": "158",
1012
- "character": "ž",
1013
- "dec": "#158",
1014
- "hex": "x9E",
1015
- "html": "na",
1016
- "description": "Latin small letter z with caron"
1017
- },
1018
- {
1019
- "code": "159",
1020
- "character": "Ÿ",
1021
- "dec": "159",
1022
- "hex": "x9F",
1023
- "html": "yuml",
1024
- "description": ""
1025
- },
1026
- {
1027
- "code": "160",
1028
- "character": "",
1029
- "dec": "#160",
1030
- "hex": "xA0",
1031
- "html": "nbsp",
1032
- "description": ""
1033
- },
1034
- {
1035
- "code": "161",
1036
- "character": "¡",
1037
- "dec": "#161",
1038
- "hex": "xA1",
1039
- "html": "iexcl",
1040
- "description": ""
1041
- },
1042
- {
1043
- "code": "162",
1044
- "character": "¢",
1045
- "dec": "#162",
1046
- "hex": "xA2",
1047
- "html": "cent",
1048
- "description": ""
1049
- },
1050
- {
1051
- "code": "163",
1052
- "character": "£",
1053
- "dec": "#163",
1054
- "hex": "xA3",
1055
- "html": "pound",
1056
- "description": ""
1057
- },
1058
- {
1059
- "code": "164",
1060
- "character": "¤",
1061
- "dec": "#164",
1062
- "hex": "xA4",
1063
- "html": "curren",
1064
- "description": ""
1065
- },
1066
- {
1067
- "code": "165",
1068
- "character": "¥",
1069
- "dec": "#165",
1070
- "hex": "xA5",
1071
- "html": "yen",
1072
- "description": ""
1073
- },
1074
- {
1075
- "code": "166",
1076
- "character": "¦",
1077
- "dec": "#166",
1078
- "hex": "xA6",
1079
- "html": "brvbar",
1080
- "description": ""
1081
- },
1082
- {
1083
- "code": "167",
1084
- "character": "§",
1085
- "dec": "#167",
1086
- "hex": "xA7",
1087
- "html": "sect",
1088
- "description": ""
1089
- },
1090
- {
1091
- "code": "168",
1092
- "character": "¨",
1093
- "dec": "#168",
1094
- "hex": "xA8",
1095
- "html": "uml",
1096
- "description": ""
1097
- },
1098
- {
1099
- "code": "169",
1100
- "character": "©",
1101
- "dec": "#169",
1102
- "hex": "xA9",
1103
- "html": "copy",
1104
- "description": ""
1105
- },
1106
- {
1107
- "code": "170",
1108
- "character": "ª",
1109
- "dec": "#170",
1110
- "hex": "xAA",
1111
- "html": "ordf",
1112
- "description": ""
1113
- },
1114
- {
1115
- "code": "171",
1116
- "character": "«",
1117
- "dec": "#171",
1118
- "hex": "xAB",
1119
- "html": "laquo",
1120
- "description": ""
1121
- },
1122
- {
1123
- "code": "172",
1124
- "character": "¬",
1125
- "dec": "#172",
1126
- "hex": "xAC",
1127
- "html": "not",
1128
- "description": ""
1129
- },
1130
- {
1131
- "code": "173",
1132
- "character": "­",
1133
- "dec": "#173",
1134
- "hex": "xAD",
1135
- "html": "shy",
1136
- "description": ""
1137
- },
1138
- {
1139
- "code": "174",
1140
- "character": "®",
1141
- "dec": "#174",
1142
- "hex": "xAE",
1143
- "html": "reg",
1144
- "description": ""
1145
- },
1146
- {
1147
- "code": "175",
1148
- "character": "¯",
1149
- "dec": "#175",
1150
- "hex": "xAF",
1151
- "html": "macr",
1152
- "description": ""
1153
- },
1154
- {
1155
- "code": "176",
1156
- "character": "°",
1157
- "dec": "#176",
1158
- "hex": "xB0",
1159
- "html": "deg",
1160
- "description": ""
1161
- },
1162
- {
1163
- "code": "177",
1164
- "character": "±",
1165
- "dec": "#177",
1166
- "hex": "xB1",
1167
- "html": "plusmn",
1168
- "description": ""
1169
- },
1170
- {
1171
- "code": "178",
1172
- "character": "²",
1173
- "dec": "#178",
1174
- "hex": "xB2",
1175
- "html": "sup2",
1176
- "description": ""
1177
- },
1178
- {
1179
- "code": "179",
1180
- "character": "³",
1181
- "dec": "#179",
1182
- "hex": "xB3",
1183
- "html": "sup3",
1184
- "description": ""
1185
- },
1186
- {
1187
- "code": "180",
1188
- "character": "´",
1189
- "dec": "#180",
1190
- "hex": "xB4",
1191
- "html": "acute",
1192
- "description": ""
1193
- },
1194
- {
1195
- "code": "181",
1196
- "character": "µ",
1197
- "dec": "#181",
1198
- "hex": "xB5",
1199
- "html": "micro",
1200
- "description": ""
1201
- },
1202
- {
1203
- "code": "182",
1204
- "character": "¶",
1205
- "dec": "#182",
1206
- "hex": "xB6",
1207
- "html": "para",
1208
- "description": ""
1209
- },
1210
- {
1211
- "code": "183",
1212
- "character": "·",
1213
- "dec": "#183",
1214
- "hex": "xB7",
1215
- "html": "middot",
1216
- "description": ""
1217
- },
1218
- {
1219
- "code": "184",
1220
- "character": "¸",
1221
- "dec": "#184",
1222
- "hex": "xB8",
1223
- "html": "cedil",
1224
- "description": ""
1225
- },
1226
- {
1227
- "code": "185",
1228
- "character": "¹",
1229
- "dec": "#185",
1230
- "hex": "xB9",
1231
- "html": "sup1",
1232
- "description": ""
1233
- },
1234
- {
1235
- "code": "186",
1236
- "character": "º",
1237
- "dec": "#186",
1238
- "hex": "xBA",
1239
- "html": "ordm",
1240
- "description": ""
1241
- },
1242
- {
1243
- "code": "187",
1244
- "character": "»",
1245
- "dec": "#187",
1246
- "hex": "xBB",
1247
- "html": "raquo",
1248
- "description": ""
1249
- },
1250
- {
1251
- "code": "188",
1252
- "character": "¼",
1253
- "dec": "#188",
1254
- "hex": "xBC",
1255
- "html": "frac14",
1256
- "description": ""
1257
- },
1258
- {
1259
- "code": "189",
1260
- "character": "½",
1261
- "dec": "#189",
1262
- "hex": "xBD",
1263
- "html": "frac12",
1264
- "description": ""
1265
- },
1266
- {
1267
- "code": "190",
1268
- "character": "¾",
1269
- "dec": "#190",
1270
- "hex": "xBE",
1271
- "html": "frac34",
1272
- "description": ""
1273
- },
1274
- {
1275
- "code": "191",
1276
- "character": "¿",
1277
- "dec": "#191",
1278
- "hex": "xBF",
1279
- "html": "iquest",
1280
- "description": ""
1281
- },
1282
- {
1283
- "code": "192",
1284
- "character": "À",
1285
- "dec": "#192",
1286
- "hex": "xC0",
1287
- "html": "Agrave",
1288
- "description": ""
1289
- },
1290
- {
1291
- "code": "193",
1292
- "character": "Á",
1293
- "dec": "#193",
1294
- "hex": "xC1",
1295
- "html": "Aacute",
1296
- "description": ""
1297
- },
1298
- {
1299
- "code": "194",
1300
- "character": "Â",
1301
- "dec": "#194",
1302
- "hex": "xC2",
1303
- "html": "Acirc",
1304
- "description": ""
1305
- },
1306
- {
1307
- "code": "195",
1308
- "character": "Ã",
1309
- "dec": "#195",
1310
- "hex": "xC3",
1311
- "html": "Atilde",
1312
- "description": ""
1313
- },
1314
- {
1315
- "code": "196",
1316
- "character": "Ä",
1317
- "dec": "#196",
1318
- "hex": "xC4",
1319
- "html": "Auml",
1320
- "description": ""
1321
- },
1322
- {
1323
- "code": "197",
1324
- "character": "Å",
1325
- "dec": "#197",
1326
- "hex": "xC5",
1327
- "html": "Aring",
1328
- "description": ""
1329
- },
1330
- {
1331
- "code": "198",
1332
- "character": "Æ",
1333
- "dec": "#198",
1334
- "hex": "xC6",
1335
- "html": "AElig",
1336
- "description": ""
1337
- },
1338
- {
1339
- "code": "199",
1340
- "character": "Ç",
1341
- "dec": "#199",
1342
- "hex": "xC7",
1343
- "html": "Ccedil",
1344
- "description": ""
1345
- },
1346
- {
1347
- "code": "200",
1348
- "character": "È",
1349
- "dec": "#200",
1350
- "hex": "xC8",
1351
- "html": "Egrave",
1352
- "description": ""
1353
- },
1354
- {
1355
- "code": "201",
1356
- "character": "É",
1357
- "dec": "#201",
1358
- "hex": "xC9",
1359
- "html": "Eacute",
1360
- "description": ""
1361
- },
1362
- {
1363
- "code": "202",
1364
- "character": "Ê",
1365
- "dec": "#202",
1366
- "hex": "xCA",
1367
- "html": "Ecirc",
1368
- "description": ""
1369
- },
1370
- {
1371
- "code": "203",
1372
- "character": "Ë",
1373
- "dec": "#203",
1374
- "hex": "xCB",
1375
- "html": "Euml",
1376
- "description": ""
1377
- },
1378
- {
1379
- "code": "204",
1380
- "character": "Ì",
1381
- "dec": "#204",
1382
- "hex": "xCC",
1383
- "html": "Igrave",
1384
- "description": ""
1385
- },
1386
- {
1387
- "code": "205",
1388
- "character": "Í",
1389
- "dec": "#205",
1390
- "hex": "xCD",
1391
- "html": "Iacute",
1392
- "description": ""
1393
- },
1394
- {
1395
- "code": "206",
1396
- "character": "Î",
1397
- "dec": "#206",
1398
- "hex": "xCE",
1399
- "html": "Icirc",
1400
- "description": ""
1401
- },
1402
- {
1403
- "code": "207",
1404
- "character": "Ï",
1405
- "dec": "#207",
1406
- "hex": "xCF",
1407
- "html": "Iuml",
1408
- "description": ""
1409
- },
1410
- {
1411
- "code": "208",
1412
- "character": "Ð",
1413
- "dec": "#208",
1414
- "hex": "xD0",
1415
- "html": "ETH",
1416
- "description": ""
1417
- },
1418
- {
1419
- "code": "209",
1420
- "character": "Ñ",
1421
- "dec": "#209",
1422
- "hex": "xD1",
1423
- "html": "Ntilde",
1424
- "description": ""
1425
- },
1426
- {
1427
- "code": "210",
1428
- "character": "Ò",
1429
- "dec": "#210",
1430
- "hex": "xD2",
1431
- "html": "Ograve",
1432
- "description": ""
1433
- },
1434
- {
1435
- "code": "211",
1436
- "character": "Ó",
1437
- "dec": "#211",
1438
- "hex": "xD3",
1439
- "html": "Oacute",
1440
- "description": ""
1441
- },
1442
- {
1443
- "code": "212",
1444
- "character": "Ô",
1445
- "dec": "#212",
1446
- "hex": "xD4",
1447
- "html": "Ocirc",
1448
- "description": ""
1449
- },
1450
- {
1451
- "code": "213",
1452
- "character": "Õ",
1453
- "dec": "#213",
1454
- "hex": "xD5",
1455
- "html": "Otilde",
1456
- "description": ""
1457
- },
1458
- {
1459
- "code": "214",
1460
- "character": "Ö",
1461
- "dec": "#214",
1462
- "hex": "xD6",
1463
- "html": "Ouml",
1464
- "description": ""
1465
- },
1466
- {
1467
- "code": "215",
1468
- "character": "×",
1469
- "dec": "#215",
1470
- "hex": "xD7",
1471
- "html": "times",
1472
- "description": ""
1473
- },
1474
- {
1475
- "code": "216",
1476
- "character": "Ø",
1477
- "dec": "#216",
1478
- "hex": "xD8",
1479
- "html": "Oslash",
1480
- "description": ""
1481
- },
1482
- {
1483
- "code": "217",
1484
- "character": "Ù",
1485
- "dec": "#217",
1486
- "hex": "xD9",
1487
- "html": "Ugrave",
1488
- "description": ""
1489
- },
1490
- {
1491
- "code": "218",
1492
- "character": "Ú",
1493
- "dec": "#218",
1494
- "hex": "xDA",
1495
- "html": "Uacute",
1496
- "description": ""
1497
- },
1498
- {
1499
- "code": "219",
1500
- "character": "Û",
1501
- "dec": "#219",
1502
- "hex": "xDB",
1503
- "html": "Ucirc",
1504
- "description": ""
1505
- },
1506
- {
1507
- "code": "220",
1508
- "character": "Ü",
1509
- "dec": "#220",
1510
- "hex": "xDC",
1511
- "html": "Uuml",
1512
- "description": ""
1513
- },
1514
- {
1515
- "code": "221",
1516
- "character": "Ý",
1517
- "dec": "#221",
1518
- "hex": "xDD",
1519
- "html": "Yacute",
1520
- "description": ""
1521
- },
1522
- {
1523
- "code": "222",
1524
- "character": "Þ",
1525
- "dec": "#222",
1526
- "hex": "xDE",
1527
- "html": "THORN",
1528
- "description": ""
1529
- },
1530
- {
1531
- "code": "223",
1532
- "character": "ß",
1533
- "dec": "#223",
1534
- "hex": "xDF",
1535
- "html": "szlig",
1536
- "description": ""
1537
- },
1538
- {
1539
- "code": "224",
1540
- "character": "à",
1541
- "dec": "#224",
1542
- "hex": "xE0",
1543
- "html": "agrave",
1544
- "description": ""
1545
- },
1546
- {
1547
- "code": "225",
1548
- "character": "á",
1549
- "dec": "#225",
1550
- "hex": "xE1",
1551
- "html": "aacute",
1552
- "description": ""
1553
- },
1554
- {
1555
- "code": "226",
1556
- "character": "â",
1557
- "dec": "#226",
1558
- "hex": "xE2",
1559
- "html": "acirc",
1560
- "description": ""
1561
- },
1562
- {
1563
- "code": "227",
1564
- "character": "ã",
1565
- "dec": "#227",
1566
- "hex": "xE3",
1567
- "html": "atilde",
1568
- "description": ""
1569
- },
1570
- {
1571
- "code": "228",
1572
- "character": "ä",
1573
- "dec": "#228",
1574
- "hex": "xE4",
1575
- "html": "auml",
1576
- "description": ""
1577
- },
1578
- {
1579
- "code": "229",
1580
- "character": "å",
1581
- "dec": "#229",
1582
- "hex": "xE5",
1583
- "html": "aring",
1584
- "description": ""
1585
- },
1586
- {
1587
- "code": "230",
1588
- "character": "æ",
1589
- "dec": "#230",
1590
- "hex": "xE6",
1591
- "html": "aelig",
1592
- "description": ""
1593
- },
1594
- {
1595
- "code": "231",
1596
- "character": "ç",
1597
- "dec": "#231",
1598
- "hex": "xE7",
1599
- "html": "ccedil",
1600
- "description": ""
1601
- },
1602
- {
1603
- "code": "232",
1604
- "character": "è",
1605
- "dec": "#232",
1606
- "hex": "xE8",
1607
- "html": "egrave",
1608
- "description": ""
1609
- },
1610
- {
1611
- "code": "233",
1612
- "character": "é",
1613
- "dec": "#233",
1614
- "hex": "xE9",
1615
- "html": "eacute",
1616
- "description": ""
1617
- },
1618
- {
1619
- "code": "234",
1620
- "character": "ê",
1621
- "dec": "#234",
1622
- "hex": "xEA",
1623
- "html": "ecirc",
1624
- "description": ""
1625
- },
1626
- {
1627
- "code": "235",
1628
- "character": "ë",
1629
- "dec": "#235",
1630
- "hex": "xEB",
1631
- "html": "euml",
1632
- "description": ""
1633
- },
1634
- {
1635
- "code": "236",
1636
- "character": "ì",
1637
- "dec": "#236",
1638
- "hex": "xEC",
1639
- "html": "igrave",
1640
- "description": ""
1641
- },
1642
- {
1643
- "code": "237",
1644
- "character": "í",
1645
- "dec": "#237",
1646
- "hex": "xED",
1647
- "html": "iacute",
1648
- "description": ""
1649
- },
1650
- {
1651
- "code": "238",
1652
- "character": "î",
1653
- "dec": "#238",
1654
- "hex": "xEE",
1655
- "html": "icirc",
1656
- "description": ""
1657
- },
1658
- {
1659
- "code": "239",
1660
- "character": "ï",
1661
- "dec": "#239",
1662
- "hex": "xEF",
1663
- "html": "iuml",
1664
- "description": ""
1665
- },
1666
- {
1667
- "code": "240",
1668
- "character": "ð",
1669
- "dec": "#240",
1670
- "hex": "xF0",
1671
- "html": "eth",
1672
- "description": ""
1673
- },
1674
- {
1675
- "code": "241",
1676
- "character": "ñ",
1677
- "dec": "#241",
1678
- "hex": "xF1",
1679
- "html": "ntilde",
1680
- "description": ""
1681
- },
1682
- {
1683
- "code": "242",
1684
- "character": "ò",
1685
- "dec": "#242",
1686
- "hex": "xF2",
1687
- "html": "ograve",
1688
- "description": ""
1689
- },
1690
- {
1691
- "code": "243",
1692
- "character": "ó",
1693
- "dec": "#243",
1694
- "hex": "xF3",
1695
- "html": "oacute",
1696
- "description": ""
1697
- },
1698
- {
1699
- "code": "244",
1700
- "character": "ô",
1701
- "dec": "#244",
1702
- "hex": "xF4",
1703
- "html": "ocirc",
1704
- "description": ""
1705
- },
1706
- {
1707
- "code": "245",
1708
- "character": "õ",
1709
- "dec": "#245",
1710
- "hex": "xF5",
1711
- "html": "otilde",
1712
- "description": ""
1713
- },
1714
- {
1715
- "code": "246",
1716
- "character": "ö",
1717
- "dec": "#246",
1718
- "hex": "xF6",
1719
- "html": "ouml",
1720
- "description": ""
1721
- },
1722
- {
1723
- "code": "247",
1724
- "character": "÷",
1725
- "dec": "#247",
1726
- "hex": "xF7",
1727
- "html": "divide",
1728
- "description": ""
1729
- },
1730
- {
1731
- "code": "248",
1732
- "character": "ø",
1733
- "dec": "#248",
1734
- "hex": "xF8",
1735
- "html": "oslash",
1736
- "description": ""
1737
- },
1738
- {
1739
- "code": "249",
1740
- "character": "ù",
1741
- "dec": "#249",
1742
- "hex": "xF9",
1743
- "html": "ugrave",
1744
- "description": ""
1745
- },
1746
- {
1747
- "code": "250",
1748
- "character": "ú",
1749
- "dec": "#250",
1750
- "hex": "xFA",
1751
- "html": "uacute",
1752
- "description": ""
1753
- },
1754
- {
1755
- "code": "251",
1756
- "character": "û",
1757
- "dec": "#251",
1758
- "hex": "xFB",
1759
- "html": "ucirc",
1760
- "description": ""
1761
- },
1762
- {
1763
- "code": "252",
1764
- "character": "ü",
1765
- "dec": "#252",
1766
- "hex": "xFC",
1767
- "html": "uuml",
1768
- "description": ""
1769
- },
1770
- {
1771
- "code": "253",
1772
- "character": "ý",
1773
- "dec": "#253",
1774
- "hex": "xFD",
1775
- "html": "yacute",
1776
- "description": ""
1777
- },
1778
- {
1779
- "code": "254",
1780
- "character": "þ",
1781
- "dec": "#254",
1782
- "hex": "xFE",
1783
- "html": "thorn",
1784
- "description": ""
1785
- },
1786
- {
1787
- "code": "255",
1788
- "character": "ÿ",
1789
- "dec": "#255",
1790
- "hex": "xFF",
1791
- "html": "yuml",
1792
- "description": ""
1793
- }
1794
- ]