summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex4ht/ht-fonts/jsml/charset/unicode.4hf
blob: d3062d0d1d08154aab312f97925294a13c47bf34 (plain)
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
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
'&#x1D49C;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D49C" title="ch-verbose">A</span> </span>' ''
'&#x1D49E;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D49E" title="ch-verbose">C</span> </span>' ''
'&#x1D49F;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D49F" title="ch-verbose">D</span> </span>' ''
'&#x1D4A2;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4A2" title="ch-verbose">G</span> </span>' ''
'&#x1D4A5;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4A5" title="ch-verbose">J</span> </span>' ''
'&#x1D4A6;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4A6" title="ch-verbose">K</span> </span>' ''
'&#x1D4A9;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4A9" title="ch-verbose">N</span> </span>' ''
'&#x1D4AA;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4AA" title="ch-verbose">O</span> </span>' ''
'&#x1D4AB;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4AB" title="ch-verbose">P</span> </span>' ''
'&#x1D4AC;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4AC" title="ch-verbose">Q</span> </span>' ''
'&#x1D4AE;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4AE" title="ch-verbose">S</span> </span>' ''
'&#x1D4AF;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4AF" title="ch-verbose">T</span> </span>' ''
'&#x1D4B0;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4B0" title="ch-verbose">U</span> </span>' ''
'&#x1D4B1;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4B1" title="ch-verbose">V</span> </span>' ''
'&#x1D4B2;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4B2" title="ch-verbose">W</span> </span>' ''
'&#x1D4B3;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4B3" title="ch-verbose">X</span> </span>' ''
'&#x1D4B4;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4B4" title="ch-verbose">Y</span> </span>' ''
'&#x1D4B5;' ''   '<span class="script" title="ch-verbose"> <span class="ch 1D4B5" title="ch-verbose">Z</span> </span>' ''

'&#x0026;' ''  '<span class="char" title="ch-verbose"> <span class="ch 0026" title="ch-verbose">ampersand</span> </span>' ''
'&#x0028;' ''  '<span class="char-del" title="ch-verbose"> <span class="ch 0028" title="ch-verbose">left parenthesis</span> </span>' ''
'&#x0029;'  ''  '<span class="char-del" title="ch-verbose"> <span class="ch 0029" title="ch-verbose">right parenthesis</span> </span>' ''
'&#x003C;' ''  '<span class="char" title="ch-verbose"> <span class="ch 003C" title="ch-verbose">less than</span> </span>' ''
'&#x003E;' ''  '<span class="char" title="ch-verbose"> <span class="ch 003E" title="ch-verbose">greater than</span> </span>' ''
'&#x005B;'  ''  '<span class="char-del" title="ch-verbose"> <span class="ch 005B" title="ch-verbose">left bracket</span> </span>' ''
'&#x005C;' ''  '<span class="char" title="ch-verbose"> <span class="ch 005C" title="ch-verbose">back slash</span> </span>' ''
'&#x005D;'  ''  '<span class="char-del" title="ch-verbose"> <span class="ch 005D" title="ch-verbose">right bracket</span> </span>' ''
'&#x007B;'  ''  '<span class="char-del" title="ch-verbose"> <span class="ch 007B" title="ch-verbose">left brace</span> </span>' ''
'&#x007C;' ''  '<span class="char" title="ch-verbose"> <span class="ch 007C" title="ch-verbose">vertical bar</span> </span>' ''
'&#x007D;'  ''  '<span class="char-del" title="ch-verbose"> <span class="ch 007D" title="ch-verbose">right brace</span> </span>' ''
'&#x00A0;' ''   ' ' ''   
'&#x00A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A1" title="ch-verbose">inverted exclamation</span> </span>' ''
'&#x00A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A2" title="ch-verbose">cent</span> </span>' ''
'&#x00A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A3" title="ch-verbose">pound</span> </span>' ''
'&#x00A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A4" title="ch-verbose">currency sign</span> </span>' ''
'&#x00A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A5" title="ch-verbose">yen</span> </span>' ''
'&#x00A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A6" title="ch-verbose">broken bar</span> </span>' ''
'&#x00A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A7" title="ch-verbose">section sign</span> </span>' ''
'&#x00A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A8" title="ch-verbose">diaeresis</span> </span>' ''
'&#x00A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 00A9" title="ch-verbose">copyright sign</span> </span>' ''
'&#x00AA;' '' '<span class="char" title="ch-verbose"> <span class="ch 00AA" title="ch-verbose">feminine ordinal indicator</span> </span>' ''
'&#x00AB;' '' '<span class="char" title="ch-verbose"> <span class="ch 00AB" title="ch-verbose">left pointing double angle quotation mark</span> </span>' ''
'&#x00AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 00AC" title="ch-verbose">not</span> </span>' '' 
'&#x00AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 00AD" title="ch-verbose">soft hyphen</span> </span>' ''
'&#x00AE;' '' '<span class="char" title="ch-verbose"> <span class="ch 00AE" title="ch-verbose">registered sign</span> </span>' ''
'&#x00AF;' '' '<span class="char" title="ch-verbose"> <span class="ch 00AF" title="ch-verbose">macron</span> </span>' ''
'&#x00B0;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B0" title="ch-verbose">degree</span> </span>' ''
'&#x00B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B1" title="ch-verbose">plus minus</span> </span>' '' 
'&#x00B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B2" title="ch-verbose">superscript two</span> </span>' ''
'&#x00B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B3" title="ch-verbose">superscript three</span> </span>' ''
'&#x00B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B4" title="ch-verbose">acute</span> </span>' ''
'&#x00B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B5" title="ch-verbose">micro</span> </span>' ''
'&#x00B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B6" title="ch-verbose">pilcrow</span> </span>' ''
'&#x00B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B7" title="ch-verbose">middle dot</span> </span>' ''
'&#x00B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B8" title="ch-verbose">cedilla</span> </span>' ''
'&#x00B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 00B9" title="ch-verbose">superscript one</span> </span>' ''
'&#x00BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 00BA" title="ch-verbose">masculine ordinal indicator</span> </span>' ''
'&#x00BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 00BB" title="ch-verbose">right pointing double angle quotation mark</span> </span>' ''
'&#x00BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 00BC" title="ch-verbose">one quarter</span> </span>' ''
'&#x00BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 00BD" title="ch-verbose">one half</span> </span>' ''
'&#x00BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 00BE" title="ch-verbose">three quarters</span> </span>' ''
'&#x00BF;' '' '<span class="char" title="ch-verbose"> <span class="ch 00BF" title="ch-verbose">inverted question mark</span> </span>' ''
'&#x00C0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00C0" title="ch-verbose">A</span> with grave </span>' ''
'&#x00C1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00C1" title="ch-verbose">A</span> acute </span>' ''
'&#x00C2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00C2" title="ch-verbose">A</span> circumflex </span>' ''
'&#x00C3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00C3" title="ch-verbose">A</span> with tilde </span>' ''
'&#x00C4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00C4" title="ch-verbose">A</span> with diaeresis </span>' ''
'&#x00C5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00C5" title="ch-verbose">A</span>  with ring above </span>' ''
'&#x00C6;' '' '<span class="char" title="ch-verbose"> <span class="ch 00C6" title="ch-verbose">capital AE</span> </span>' ''
'&#x00C7;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00C7" title="ch-verbose">C</span> with cedilla </span>' ''
'&#x00C8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00C8" title="ch-verbose">E</span> with grave </span>' ''
'&#x00C9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00C9" title="ch-verbose">E</span> acute </span>' ''
'&#x00CA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00CA" title="ch-verbose">E</span> circumflex </span>' ''
'&#x00CB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00CB" title="ch-verbose">E</span> with diaeresis </span>' ''
'&#x00CC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00CC" title="ch-verbose">I</span> with grave </span>' ''
'&#x00CD;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00CD" title="ch-verbose">I</span> acute </span>' ''
'&#x00CE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00CE" title="ch-verbose">I</span> circumflex </span>' ''
'&#x00CF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00CF" title="ch-verbose">I</span> with diaeresis </span>' ''
'&#x00D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 00D0" title="ch-verbose">capital ETH</span> </span>' ''
'&#x00D1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00D1" title="ch-verbose">N</span> with tilde </span>' ''
'&#x00D2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00D2" title="ch-verbose">O</span> with grave </span>' ''
'&#x00D3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00D3" title="ch-verbose">O</span> acute </span>' ''
'&#x00D4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00D4" title="ch-verbose">O</span> circumflex </span>' ''
'&#x00D5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00D5" title="ch-verbose">O</span> with tilde </span>' ''
'&#x00D6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00D6" title="ch-verbose">O</span> with diaeresis </span>' ''
'&#x00D7;' '' '<span class="char" title="ch-verbose"> <span class="ch 00D7" title="ch-verbose">multiply</span> </span>' '' 
'&#x00D8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00D8" title="ch-verbose">O</span> with stroke </span>' ''
'&#x00D9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00D9" title="ch-verbose">U</span> with grave </span>' ''
'&#x00DA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00DA" title="ch-verbose">U</span> acute </span>' ''
'&#x00DB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00DB" title="ch-verbose">U</span> circumflex </span>' ''
'&#x00DC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00DC" title="ch-verbose">U</span> with diaeresis </span>' ''
'&#x00DD;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00DD" title="ch-verbose">Y</span> acute </span>' ''
'&#x00DE;' '' '<span class="char" title="ch-verbose"> <span class="ch 00DE" title="ch-verbose">capital THORN</span> </span>' ''
'&#x00DF;' '' '<span class="char" title="ch-verbose"> <span class="ch 00DF" title="ch-verbose">sharp s</span> </span>' ''
'&#x00E0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00E0" title="ch-verbose">a</span> with grave </span>' ''
'&#x00E1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00E1" title="ch-verbose">a</span> acute </span>' ''
'&#x00E2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00E2" title="ch-verbose">a</span> circumflex </span>' ''
'&#x00E3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00E3" title="ch-verbose">a</span> with tilde </span>' ''
'&#x00E4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00E4" title="ch-verbose">a</span>  with diaeresis </span>' ''
'&#x00E5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00E5" title="ch-verbose">a</span>  with ring above </span>' ''
'&#x00E6;' '' '<span class="char" title="ch-verbose"> <span class="ch 00E6" title="ch-verbose">ae</span> </span>' ''
'&#x00E7;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00E7" title="ch-verbose">c</span>  with cedilla </span>' ''
'&#x00E8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00E8" title="ch-verbose">e</span> with grave </span>' ''
'&#x00E9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00E9" title="ch-verbose">e</span> acute </span>' ''
'&#x00EA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00EA" title="ch-verbose">e</span> circumflex </span>' ''
'&#x00EB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00EB" title="ch-verbose">e</span>  with diaeresis </span>' ''
'&#x00EC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00EC" title="ch-verbose">i</span> with grave </span>' ''
'&#x00ED;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00ED" title="ch-verbose">i</span> acute </span>' ''
'&#x00EE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00EE" title="ch-verbose">i</span>  with circumflex </span>' ''
'&#x00EF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00EF" title="ch-verbose">i</span>  with diaeresis </span>' ''
'&#x00F0;' '' '<span class="char" title="ch-verbose"> <span class="ch 00F0" title="ch-verbose">eth</span> </span>' ''
'&#x00F1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00F1" title="ch-verbose">n</span>  with tilde </span>' ''
'&#x00F2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00F2" title="ch-verbose">o</span> with grave </span>' ''
'&#x00F3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00F3" title="ch-verbose">o</span> acute </span>' ''
'&#x00F4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00F4" title="ch-verbose">o</span> circumflex </span>' ''
'&#x00F5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00F5" title="ch-verbose">o</span> with tilde </span>' ''
'&#x00F6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00F6" title="ch-verbose">o</span>  with diaeresis </span>' ''
'&#x00F7;' '' '<span class="char" title="ch-verbose"> <span class="ch 00F7" title="ch-verbose">divide</span> </span>' '' 
'&#x00F8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00F8" title="ch-verbose">o</span>  with stroke </span>' ''
'&#x00F9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00F9" title="ch-verbose">u</span> with grave </span>' ''
'&#x00FA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00FA" title="ch-verbose">u</span> acute </span>' ''
'&#x00FB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00FB" title="ch-verbose">u</span>  with circumflex </span>' ''
'&#x00FC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00FC" title="ch-verbose">u</span>  with diaeresis </span>' ''
'&#x00FD;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch x00FD" title="ch-verbose">y</span> acute </span>' ''
'&#x00FE;' '' '<span class="char" title="ch-verbose"> <span class="ch 00FE" title="ch-verbose">thorn</span> </span>' ''
'&#x00FF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 00FF" title="ch-verbose">y</span>  with diaeresis </span>' ''

'&#x0100;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0100" title="ch-verbose">A</span> with macron </span>' ''
'&#x0101;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0101" title="ch-verbose">a</span> with macron </span>' ''
'&#x0102;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0102" title="ch-verbose">A</span> with breve </span>' ''
'&#x0103;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0103" title="ch-verbose">a</span> with breve </span>' ''
'&#x0104;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0104" title="ch-verbose">A</span> with ogonek </span>' ''
'&#x0105;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0105" title="ch-verbose">a</span> with ogonek </span>' ''
'&#x0106;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0106" title="ch-verbose">C</span> acute </span>' ''
'&#x0107;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0107" title="ch-verbose">c</span> acute </span>' ''
'&#x0108;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0108" title="ch-verbose">C</span> circumflex </span>' ''
'&#x0109;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0109" title="ch-verbose">c</span> circumflex </span>' ''
'&#x010A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 010a" title="ch-verbose">C</span> with dot above </span>' ''
'&#x010B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 010b" title="ch-verbose">c</span> with dot above </span>' ''
'&#x010C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 010c" title="ch-verbose">C</span> caron </span>' ''
'&#x010D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 010d" title="ch-verbose">c</span> caron </span>' ''
'&#x010E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 010e" title="ch-verbose">D</span> caron </span>' ''
'&#x010F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 010f" title="ch-verbose">d</span> caron </span>' ''
'&#x0110;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0110" title="ch-verbose">D</span> with stroke </span>' ''
'&#x0111;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0111" title="ch-verbose">d</span> with stroke </span>' ''
'&#x0112;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0112" title="ch-verbose">E</span> with macron </span>' ''
'&#x0113;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0113" title="ch-verbose">e</span> with macron </span>' ''
'&#x0114;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0114" title="ch-verbose">E</span> with breve </span>' ''
'&#x0115;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0115" title="ch-verbose">e</span> with breve </span>' ''
'&#x0116;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0116" title="ch-verbose">E</span> with dot above </span>' ''
'&#x0117;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0117" title="ch-verbose">e</span> with dot above </span>' ''
'&#x0118;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0118" title="ch-verbose">E</span> with ogonek </span>' ''
'&#x0119;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0119" title="ch-verbose">e</span> with ogonek </span>' ''
'&#x011A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 011a" title="ch-verbose">E</span> caron </span>' ''
'&#x011B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 011b" title="ch-verbose">e</span> caron </span>' ''
'&#x011C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 011c" title="ch-verbose">G</span> circumflex </span>' ''
'&#x011D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 011d" title="ch-verbose">g</span> circumflex </span>' ''
'&#x011E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 011e" title="ch-verbose">G</span> with breve </span>' ''
'&#x011F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 011f" title="ch-verbose">g</span> with breve </span>' ''
'&#x0120;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0120" title="ch-verbose">G</span> with dot above </span>' ''
'&#x0121;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0121" title="ch-verbose">g</span> with dot above </span>' ''
'&#x0122;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0122" title="ch-verbose">G</span> with cedilla </span>' ''
'&#x0123;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0123" title="ch-verbose">g</span> with cedilla </span>' ''
'&#x0124;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0124" title="ch-verbose">H</span> circumflex </span>' ''
'&#x0125;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0125" title="ch-verbose">h</span> circumflex </span>' ''
'&#x0126;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0126" title="ch-verbose">H</span> with stroke </span>' ''
'&#x0127;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0127" title="ch-verbose">h</span> with stroke </span>' ''
'&#x0128;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0128" title="ch-verbose">I</span> with tilde </span>' ''
'&#x0129;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0129" title="ch-verbose">i</span> with tilde </span>' ''
'&#x012A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 012a" title="ch-verbose">I</span> with macron </span>' ''
'&#x012B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 012b" title="ch-verbose">i</span> with macron </span>' ''
'&#x012C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 012c" title="ch-verbose">I</span> with breve </span>' ''
'&#x012D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 012d" title="ch-verbose">i</span> with breve </span>' ''
'&#x012E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 012e" title="ch-verbose">I</span> with ogonek </span>' ''
'&#x012F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 012f" title="ch-verbose">i</span> with ogonek </span>' ''
'&#x0130;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0130" title="ch-verbose">I</span> with dot above </span>' ''
'&#x0131;'  '' '<span class="char" title="ch-verbose"> dotless <span class="ch 0131" title="ch-verbose">I</span> </span>' ''
'&#x0132;'  '' '<span class="ligature-char" title="ch-verbose"><span class="ch 0132" title="ch-verbose">I</span><span class="ch " title="ch-verbose">J</span></span>' ''
'&#x0133;'  '' '<span class="ligature-char" title="ch-verbose"><span class="ch 0133" title="ch-verbose">i</span><span class="ch " title="ch-verbose">j</span></span>' ''
'&#x0134;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0134" title="ch-verbose">J</span> circumflex </span>' ''
'&#x0135;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0135" title="ch-verbose">j</span> circumflex </span>' ''
'&#x0136;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0136" title="ch-verbose">K</span> with cedilla </span>' ''
'&#x0137;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0137" title="ch-verbose">k</span> with cedilla </span>' ''
'&#x0138;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch " title="ch-verbose">k r a</span> </span>' ''
'&#x0139;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0139" title="ch-verbose">L</span> acute </span>' ''
'&#x013A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 013a" title="ch-verbose">l</span> acute </span>' ''
'&#x013B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 013b" title="ch-verbose">L</span> with cedilla </span>' ''
'&#x013C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 013c" title="ch-verbose">l</span> with cedilla </span>' ''
'&#x013D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 013d" title="ch-verbose">L</span> caron </span>' ''
'&#x013E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 013e" title="ch-verbose">l</span> caron </span>' ''
'&#x013F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 013f" title="ch-verbose">L</span> with middle dot </span>' ''
'&#x0140;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0140" title="ch-verbose">l</span> with middle dot </span>' ''
'&#x0141;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0141" title="ch-verbose">L</span> with stroke </span>' ''
'&#x0142;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0142" title="ch-verbose">l</span> with stroke </span>' ''
'&#x0143;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0143" title="ch-verbose">N</span> acute </span>' ''
'&#x0144;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0144" title="ch-verbose">n</span> acute </span>' ''
'&#x0145;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0145" title="ch-verbose">N</span> with cedilla </span>' ''
'&#x0146;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0146" title="ch-verbose">n</span> with cedilla </span>' ''
'&#x0147;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0147" title="ch-verbose">N</span> caron </span>' ''
'&#x0148;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0148" title="ch-verbose">n</span> caron </span>' ''
'&#x0149;' '' '<span class="char" title="ch-verbose"> extended latin apostrophe <span class="ch 0149" title="ch-verbose">n</span></span>' ''
'&#x014A;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch " title="ch-verbose">E N G</span> </span>' ''
'&#x014B;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch " title="ch-verbose">e n g</span> </span>' ''
'&#x014B;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 014b" title="ch-verbose">e n g</span> </span>' ''
'&#x014C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 014c" title="ch-verbose">O</span> with macron </span>' ''
'&#x014D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 014d" title="ch-verbose">o</span> with macron </span>' ''
'&#x014E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 014e" title="ch-verbose">O</span> with breve </span>' ''
'&#x014F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 014f" title="ch-verbose">o</span> with breve </span>' ''
'&#x0150;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0150" title="ch-verbose">O</span> with double acute </span>' ''
'&#x0151;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0151" title="ch-verbose">o</span> with double acute </span>' ''
'&#x0152;'  '' '<span class="ligature-char" title="ch-verbose"><span class="ch 0152" title="ch-verbose">O</span><span class="ch " title="ch-verbose">E</span></span>' ''
'&#x0153;'  '' '<span class="ligature-char" title="ch-verbose"><span class="ch 0153" title="ch-verbose">o</span><span class="ch " title="ch-verbose">e</span></span>' ''
'&#x0154;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0154" title="ch-verbose">R</span> acute </span>' ''
'&#x0155;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0155" title="ch-verbose">r</span> acute </span>' ''
'&#x0156;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0156" title="ch-verbose">R</span> with cedilla </span>' ''
'&#x0157;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0157" title="ch-verbose">r</span> with cedilla </span>' ''
'&#x0158;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0158" title="ch-verbose">R</span> caron </span>' ''
'&#x0159;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0159" title="ch-verbose">r</span> caron </span>' ''
'&#x015A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 015a" title="ch-verbose">S</span> acute </span>' ''
'&#x015B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 015b" title="ch-verbose">s</span> acute </span>' ''
'&#x015C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 015c" title="ch-verbose">S</span> circumflex </span>' ''
'&#x015D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 015d" title="ch-verbose">s</span> circumflex </span>' ''
'&#x015E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 015e" title="ch-verbose">S</span> with cedilla </span>' ''
'&#x015F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 015f" title="ch-verbose">s</span> with cedilla </span>' ''
'&#x0160;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0160" title="ch-verbose">S</span> caron </span>' ''
'&#x0161;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0161" title="ch-verbose">s</span> caron </span>' ''
'&#x0162;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0162" title="ch-verbose">T</span> with cedilla </span>' ''
'&#x0163;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0163" title="ch-verbose">t</span> with cedilla </span>' ''
'&#x0164;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0164" title="ch-verbose">T</span> caron </span>' ''
'&#x0165;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0165" title="ch-verbose">t</span> caron </span>' ''
'&#x0166;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0166" title="ch-verbose">T</span> with stroke </span>' ''
'&#x0167;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0167" title="ch-verbose">t</span> with stroke </span>' ''
'&#x0168;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0168" title="ch-verbose">U</span> with tilde </span>' ''
'&#x0169;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0169" title="ch-verbose">u</span> with tilde </span>' ''
'&#x016A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 016a" title="ch-verbose">U</span> with macron </span>' ''
'&#x016B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 016b" title="ch-verbose">u</span> with macron </span>' ''
'&#x016C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 016c" title="ch-verbose">U</span> with breve </span>' ''
'&#x016D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 016d" title="ch-verbose">u</span> with breve </span>' ''
'&#x016E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 016e" title="ch-verbose">U</span> with ring above </span>' ''
'&#x016F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 016f" title="ch-verbose">u</span> with ring above </span>' ''
'&#x0170;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0170" title="ch-verbose">U</span> with double acute </span>' ''
'&#x0171;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0171" title="ch-verbose">u</span> with double acute </span>' ''
'&#x0172;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0172" title="ch-verbose">U</span> with ogonek </span>' ''
'&#x0173;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0173" title="ch-verbose">u</span> with ogonek </span>' ''
'&#x0174;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0174" title="ch-verbose">W</span> circumflex </span>' ''
'&#x0175;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0175" title="ch-verbose">w</span> circumflex </span>' ''
'&#x0176;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0176" title="ch-verbose">Y</span> circumflex </span>' ''
'&#x0177;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0177" title="ch-verbose">y</span> circumflex </span>' ''
'&#x0178;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0178" title="ch-verbose">Y</span> with diaeresis </span>' ''
'&#x0179;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0179" title="ch-verbose">Z</span> acute </span>' ''
'&#x017A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 017a" title="ch-verbose">z</span> acute </span>' ''
'&#x017B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 017b" title="ch-verbose">Z</span> with dot above </span>' ''
'&#x017C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 017c" title="ch-verbose">z</span> with dot above </span>' ''
'&#x017D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 017d" title="ch-verbose">Z</span> caron </span>' ''
'&#x017E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 017e" title="ch-verbose">z</span> caron </span>' ''
'&#x017F;' '' '<span class="char" title="ch-verbose"> extended latin long  <span class="ch 017f" title="ch-verbose">s</span></span>' ''
'&#x0180;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0180" title="ch-verbose">b</span> with stroke </span>' ''
'&#x0181;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0181" title="ch-verbose">B</span> with hook </span>' ''
'&#x0182;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0182" title="ch-verbose">B</span> with topbar </span>' ''
'&#x0183;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0183" title="ch-verbose">b</span> with topbar </span>' ''
'&#x0184;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 0184" title="ch-verbose">TONE SIX</span></span>' ''
'&#x0185;' '' '<span class="char" title="ch-verbose"> extended latin  <span class="ch 0185" title="ch-verbose">tone six</span></span>' ''
'&#x0186;' '' '<span class="char" title="ch-verbose"> extended latin capital open  <span class="ch 0186" title="ch-verbose">O</span></span>' ''
'&#x0187;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0187" title="ch-verbose">C</span> with hook </span>' ''
'&#x0188;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0188" title="ch-verbose">c</span> with hook </span>' ''
'&#x0189;' '' '<span class="char" title="ch-verbose"> extended latin capital African  <span class="ch 0189" title="ch-verbose">D</span></span>' ''
'&#x018A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 018a" title="ch-verbose">D</span> with hook </span>' ''
'&#x018B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 018b" title="ch-verbose">D</span> with topbar </span>' ''
'&#x018C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 018c" title="ch-verbose">d</span> with topbar </span>' ''
'&#x018D;' '' '<span class="char" title="ch-verbose"> extended latin turned  <span class="ch 018d" title="ch-verbose">delta</span></span>' ''
'&#x018E;' '' '<span class="char" title="ch-verbose"> extended latin capital reversed  <span class="ch 018e" title="ch-verbose">E</span></span>' ''
'&#x018F;' '' '<span class="char" title="ch-verbose"> extended latin capital  <span class="ch 018f" title="ch-verbose">SCHWA</span></span>' ''
'&#x0190;' '' '<span class="char" title="ch-verbose"> extended latin  capital open  <span class="ch 0190" title="ch-verbose">E</span></span>' ''
'&#x0191;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0191" title="ch-verbose">F</span> with hook </span>' ''
'&#x0192;' '' '<span class="char" title="ch-verbose"> <span class="ch 0192" title="ch-verbose">Florin</span> </span>' '' 
'&#x0193;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0193" title="ch-verbose">G</span> with hook </span>' ''
'&#x0194;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 0194" title="ch-verbose">GAMMA</span></span>' ''
'&#x0195;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 0195" title="ch-verbose">h v</span> </span>' ''
'&#x0196;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 0196" title="ch-verbose">IOTA</span></span>' ''
'&#x0197;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0197" title="ch-verbose">I</span> with stroke </span>' ''
'&#x0198;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0198" title="ch-verbose">K</span> with hook </span>' ''
'&#x0199;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0199" title="ch-verbose">k</span> with hook </span>' ''
'&#x019A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 019a" title="ch-verbose">l</span> with bar </span>' ''
'&#x019B;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 019b" title="ch-verbose">lambda</span> with stroke </span>' ''
'&#x019C;' '' '<span class="char" title="ch-verbose"> extended latin capital turned  <span class="ch 019c" title="ch-verbose">M</span></span>' ''
'&#x019D;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 019d" title="ch-verbose">N</span> with left hook </span>' ''
'&#x019E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 019e" title="ch-verbose">n</span> with long right leg </span>' ''
'&#x019F;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 019f" title="ch-verbose">O</span> with middle tilde </span>' ''
'&#x01A0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01a0" title="ch-verbose">O</span> with horn </span>' ''
'&#x01A1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01a1" title="ch-verbose">o</span> with horn </span>' ''
'&#x01A2;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch 01a2" title="ch-verbose">O I</span> </span>' ''
'&#x01A3;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 01a3" title="ch-verbose">o i</span> </span>' ''
'&#x01A4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01a4" title="ch-verbose">P</span> with hook </span>' ''
'&#x01A5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01a5" title="ch-verbose">p</span> with hook </span>' ''
'&#x01A6;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 01a6" title="ch-verbose">y r</span> </span>' ''
'&#x01A7;' '' '<span class="char" title="ch-verbose"> extended latin capital   <span class="ch 01a7" title="ch-verbose">TONE TWO</span></span>' ''
'&#x01A8;' '' '<span class="char" title="ch-verbose"> extended latin  <span class="ch 01a8" title="ch-verbose">tone two</span></span>' ''
'&#x01A9;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch " title="ch-verbose">E S H</span> </span>' ''
'&#x01AA;' '' '<span class="char" title="ch-verbose"> extended latin reversed  <span class="ch 01aa" title="ch-verbose">esh loop</span></span>' ''
'&#x01AB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ab" title="ch-verbose">t</span> with palatal hook </span>' ''
'&#x01AC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ac" title="ch-verbose">T</span> with hook </span>' ''
'&#x01AD;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ad" title="ch-verbose">t</span> with hook </span>' ''
'&#x01AE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ae" title="ch-verbose">T</span> with retroflex hook </span>' ''
'&#x01AF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01af" title="ch-verbose">U</span> with horn </span>' ''
'&#x01B0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01b0" title="ch-verbose">u</span> with horn </span>' ''
'&#x01B1;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 01b1" title="ch-verbose">UPSILON</span></span>' ''
'&#x01B2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01b2" title="ch-verbose">V</span> with hook </span>' ''
'&#x01B3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01b3" title="ch-verbose">Y</span> with hook </span>' ''
'&#x01B4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01b4" title="ch-verbose">y</span> with hook </span>' ''
'&#x01B5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01b5" title="ch-verbose">Z</span> with stroke </span>' ''
'&#x01B6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01b6" title="ch-verbose">z</span> with stroke </span>' ''
'&#x01B7;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch " title="ch-verbose">E Z H</span> </span>' ''
'&#x01B8;' '' '<span class="char" title="ch-verbose"> extended latin capital reversed <span class="ch 01b8" title="ch-verbose">E Z H</span></span>' ''
'&#x01B9;' '' '<span class="char" title="ch-verbose"> extended latin reversed <span class="ch 01b9" title="ch-verbose">e z h</span></span>' ''
'&#x01BA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ba" title="ch-verbose">ezh</span> with tail </span>' ''
'&#x01BB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01bb" title="ch-verbose">latin</span> letter two with stroke </span>' ''
'&#x01BC;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 01bc" title="ch-verbose">TONE FIVE</span></span>' ''
'&#x01BD;' '' '<span class="char" title="ch-verbose"> extended latin  <span class="ch 01bd" title="ch-verbose">tone five</span></span>' ''
'&#x01BE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01be" title="ch-verbose">latin</span> letter inverted glottal stop with stroke </span>' ''
'&#x01BF;' '' '<span class="char" title="ch-verbose"> extended latin  <span class="ch 01bf" title="ch-verbose">wynn</span></span>' ''
'&#x01C0;' '' '<span class="char" title="ch-verbose"> extended latin  <span class="ch 01c0" title="ch-verbose">dental click</span></span>' ''
'&#x01C1;' '' '<span class="char" title="ch-verbose"> extended latin  <span class="ch 01c1" title="ch-verbose">lateral click</span></span>' ''
'&#x01C2;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 01c2" title="ch-verbose">alveolar click</span></span>' ''
'&#x01C3;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 01c3" title="ch-verbose">retroflex click</span></span>' ''
'&#x01C4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01c4" title="ch-verbose">Dz</span> caron </span>' ''
'&#x01C5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01c5" title="ch-verbose">D</span> with small letter z with caron </span>' ''
'&#x01C6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01c6" title="ch-verbose">dz</span> caron </span>' ''
'&#x01C7;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch 01c7" title="ch-verbose">L J</span> </span>' ''
'&#x01C8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01c8" title="ch-verbose">L</span> with small letter j </span>' ''
'&#x01C9;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 01C9" title="ch-verbose">l j</span> </span>' ''
'&#x01CA;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch 01CA" title="ch-verbose">N J</span> </span>' ''
'&#x01CB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01cb" title="ch-verbose">N</span> with small letter j </span>' ''
'&#x01CC;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 01cc" title="ch-verbose">n j</span> </span>' ''
'&#x01CD;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01cd" title="ch-verbose">A</span> caron </span>' ''
'&#x01CE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ce" title="ch-verbose">a</span> caron </span>' ''
'&#x01CF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01cf" title="ch-verbose">I</span> caron </span>' ''
'&#x01D0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d0" title="ch-verbose">i</span> caron </span>' ''
'&#x01D1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d1" title="ch-verbose">O</span> caron </span>' ''
'&#x01D2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d2" title="ch-verbose">o</span> caron </span>' ''
'&#x01D3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d3" title="ch-verbose">U</span> caron </span>' ''
'&#x01D4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d4" title="ch-verbose">u</span> caron </span>' ''
'&#x01D5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d5" title="ch-verbose">U</span> with diaeresis and macron </span>' ''
'&#x01D6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d6" title="ch-verbose">u</span> with diaeresis and macron </span>' ''
'&#x01D7;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d7" title="ch-verbose">U</span> with diaeresis and acute </span>' ''
'&#x01D8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d8" title="ch-verbose">u</span> with diaeresis and acute </span>' ''
'&#x01D9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01d9" title="ch-verbose">U</span> with diaeresis and caron </span>' ''
'&#x01DA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01da" title="ch-verbose">u</span> with diaeresis and caron </span>' ''
'&#x01DB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01db" title="ch-verbose">U</span> with diaeresis and grave </span>' ''
'&#x01DC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01dc" title="ch-verbose">u</span> with diaeresis and grave </span>' ''
'&#x01DD;' '' '<span class="char" title="ch-verbose"> extended latin turned  <span class="ch 01dd" title="ch-verbose">e</span></span>' ''
'&#x01DE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01de" title="ch-verbose">A</span> with diaeresis and macron </span>' ''
'&#x01DF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01df" title="ch-verbose">a</span> with diaeresis and macron </span>' ''
'&#x01E0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e0" title="ch-verbose">A</span> with dot above and macron </span>' ''
'&#x01E1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e1" title="ch-verbose">a</span> with dot above and macron </span>' ''
'&#x01E2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e2" title="ch-verbose">Ae</span> with macron </span>' ''
'&#x01E3;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e3" title="ch-verbose">ae</span> with macron </span>' ''
'&#x01E4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e4" title="ch-verbose">G</span> with stroke </span>' ''
'&#x01E5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e5" title="ch-verbose">g</span> with stroke </span>' ''
'&#x01E6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e6" title="ch-verbose">G</span> caron </span>' ''
'&#x01E7;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e7" title="ch-verbose">g</span> caron </span>' ''
'&#x01E8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e8" title="ch-verbose">K</span> caron </span>' ''
'&#x01E9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01e9" title="ch-verbose">k</span> caron </span>' ''
'&#x01EA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ea" title="ch-verbose">O</span> with ogonek </span>' ''
'&#x01EB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01eb" title="ch-verbose">o</span> with ogonek </span>' ''
'&#x01EC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ec" title="ch-verbose">O</span> with ogonek and macron </span>' ''
'&#x01ED;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ed" title="ch-verbose">o</span> with ogonek and macron </span>' ''
'&#x01EE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ee" title="ch-verbose">Ezh</span> caron </span>' ''
'&#x01EF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ef" title="ch-verbose">ezh</span> caron </span>' ''
'&#x01F0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01f0" title="ch-verbose">j</span> caron </span>' ''
'&#x01F1;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch 01f1" title="ch-verbose">D Z</span> </span>' ''
'&#x01F2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01f2" title="ch-verbose">D</span> with small letter z </span>' ''
'&#x01F3;'  '' '<span class="latin-char" title="ch-verbose"> extended latin <span class="ch 01f3" title="ch-verbose">d z</span> </span>' ''
'&#x01F4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01f4" title="ch-verbose">G</span> acute </span>' ''
'&#x01F5;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01f5" title="ch-verbose">g</span> acute </span>' ''
'&#x01F6;' '' '<span class="char" title="ch-verbose"> extended latin capital <span class="ch 01f6" title="ch-verbose">HWAIR</span></span>' ''
'&#x01F7;'  '' '<span class="latin-char" title="ch-verbose"> extended latin capital <span class="ch 01f7" title="ch-verbose">W Y N N</span> </span>' ''
'&#x01F8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01f8" title="ch-verbose">N</span> with grave </span>' ''
'&#x01F9;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01f9" title="ch-verbose">n</span> with grave </span>' ''
'&#x01FA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01fa" title="ch-verbose">A</span> with ring above and acute </span>' ''
'&#x01FB;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01fb" title="ch-verbose">a</span> with ring above and acute </span>' ''
'&#x01FC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01fc" title="ch-verbose">Ae</span> acute </span>' ''
'&#x01FD;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01fd" title="ch-verbose">ae</span> acute </span>' ''
'&#x01FE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01fe" title="ch-verbose">O</span> with stroke and acute </span>' ''
'&#x01FF;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 01ff" title="ch-verbose">o</span> with stroke and acute </span>' ''

'&#x0200;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0200" title="ch-verbose">a</span> with double grave </span>' ''
'&#x0201;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0201" title="ch-verbose">a</span> with double grave </span>' ''
'&#x0202;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0202" title="ch-verbose">A</span> with inverted breve </span>' ''
'&#x0203;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0203" title="ch-verbose">a</span> with inverted breve </span>' ''
'&#x0204;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0204" title="ch-verbose">E</span> with double grave </span>' ''
'&#x0205;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0205" title="ch-verbose">e</span> with double grave </span>' ''
'&#x0206;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0206" title="ch-verbose">E</span> with inverted breve </span>' ''
'&#x0207;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0207" title="ch-verbose">e</span> with inverted breve </span>' ''
'&#x0208;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0208" title="ch-verbose">I</span> with double grave </span>' ''
'&#x0209;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0209" title="ch-verbose">i</span> with double grave </span>' ''
'&#x020A;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 020A" title="ch-verbose">I</span> with inverted breve </span>' ''
'&#x020B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 020B" title="ch-verbose">i</span> with inverted breve </span>' ''
'&#x020C;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 020C" title="ch-verbose">O</span> with double grave </span>' ''
'&#x020D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 020D" title="ch-verbose">o</span> with double grave </span>' ''
'&#x020E;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 020E" title="ch-verbose">O</span> with inverted breve </span>' ''
'&#x020F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 020F" title="ch-verbose">o</span> with inverted breve </span>' ''
'&#x0210;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0210" title="ch-verbose">R</span> with double grave </span>' ''
'&#x0211;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0211" title="ch-verbose">r</span> with double grave </span>' ''
'&#x0212;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0212" title="ch-verbose">R</span> with inverted breve </span>' ''
'&#x0213;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0213" title="ch-verbose">r</span> with inverted breve </span>' ''
'&#x0214;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0214" title="ch-verbose">U</span> with double grave </span>' ''
'&#x0215;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0215" title="ch-verbose">u</span> with double grave </span>' ''
'&#x0216;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0216" title="ch-verbose">U</span> with inverted breve </span>' ''
'&#x0217;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0217" title="ch-verbose">u</span> with inverted breve </span>' ''
'&#x0218;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0218" title="ch-verbose">S</span> with comma below </span>' ''
'&#x0219;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0219" title="ch-verbose">s</span> with comma below </span>' ''
'&#x021A;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 021A" title="ch-verbose">T</span> with comma below </span>' ''
'&#x021B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 021B" title="ch-verbose">t</span> with comma below </span>' ''
'&#x021C;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 021C" title="ch-verbose">YOGH</span> 021d  latin small letter yogh </span>' ''
'&#x021E;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 021E" title="ch-verbose">H</span> caron </span>' ''
'&#x021F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 021F" title="ch-verbose">h</span> caron </span>' ''
'&#x0220;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0220" title="ch-verbose">N</span> with long right leg </span>' ''
'&#x0221;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0221" title="ch-verbose">d</span> with curl </span>' ''
'&#x0222;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0222" title="ch-verbose">OU</span> 0223  latin small letter ou </span>' ''
'&#x0224;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0224" title="ch-verbose">Z</span> with hook </span>' ''
'&#x0225;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0225" title="ch-verbose">z</span> with hook </span>' ''
'&#x0226;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0226" title="ch-verbose">A</span> with dot above </span>' ''
'&#x0227;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0227" title="ch-verbose">a</span> with dot above </span>' ''
'&#x0228;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0228" title="ch-verbose">E</span> with cedilla </span>' ''
'&#x0229;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0229" title="ch-verbose">e</span> with cedilla </span>' ''
'&#x022A;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 022A" title="ch-verbose">O</span> with diaeresis and macron </span>' ''
'&#x022B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 022B" title="ch-verbose">o</span> with diaeresis and macron </span>' ''
'&#x022C;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 022C" title="ch-verbose">O</span> with tilde and macron </span>' ''
'&#x022D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 022D" title="ch-verbose">o</span> with tilde and macron </span>' ''
'&#x022E;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 022E" title="ch-verbose">O</span> with dot above </span>' ''
'&#x022F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 022F" title="ch-verbose">o</span> with dot above </span>' ''
'&#x0230;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0230" title="ch-verbose">O</span> with dot above and macron </span>' ''
'&#x0231;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0231" title="ch-verbose">o</span> with dot above and macron </span>' ''
'&#x0232;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0232" title="ch-verbose">Y</span> with macron </span>' ''
'&#x0233;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0233" title="ch-verbose">y</span> with macron </span>' ''
'&#x0234;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0234" title="ch-verbose">l</span> with curl </span>' ''
'&#x0235;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0235" title="ch-verbose">n</span> with curl </span>' ''
'&#x0236;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0236" title="ch-verbose">t</span> with curl </span>' ''
'&#x0250;'   '' '<span class="turnrd-char" title="ch-verbose"> turned <span class="ch 0250" title="ch-verbose">a</span> </span>' ''
'&#x0251;'  '' '<span class="char" title="ch-verbose"> <span class="ch 0251" title="ch-verbose">alpha</span> </span>' ''
'&#x0252;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">alpha</span> </span>' ''
'&#x0253;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0253" title="ch-verbose">b</span> with hook </span>' ''
'&#x0254;'   '' '<span class="char" title="ch-verbose"> open  <span class="ch 0254" title="ch-verbose">o</span> </span>' ''
'&#x0255;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0255" title="ch-verbose">c</span> with curl </span>' ''
'&#x0256;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0256" title="ch-verbose">d</span> with tail </span>' ''
'&#x0257;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0257" title="ch-verbose">d</span> with hook </span>' ''
'&#x0258;'   '' '<span class="char" title="ch-verbose"> reversed <span class="ch 0258" title="ch-verbose">e</span> </span>' ''
'&#x0259;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 0259" title="ch-verbose">schwa</span> </span>' ''
'&#x025A;'   '' '<span class="accented-char" title="ch-verbose"> Latin <span class="ch 025A" title="ch-verbose">schwa</span> with hook </span>' ''
'&#x025B;'   '' '<span class="char" title="ch-verbose"> <span class="ch 025B" title="ch-verbose">var epsilon</span> </span>' ''
'&#x025C;'   '' '<span class="char" title="ch-verbose"> reversed open <span class="ch 025C" title="ch-verbose">e</span> </span>' ''
'&#x025D;'   '' '<span class="char" title="ch-verbose"> reversed open <span class="ch 025D" title="ch-verbose">e</span> with hook </span>' ''
'&#x025E;'   '' '<span class="char" title="ch-verbose"> closed reversed open <span class="ch 025E" title="ch-verbose">e</span> </span>' ''
'&#x025F;'   '' '<span class="accented-char" title="ch-verbose"> dotless  <span class="ch 025F" title="ch-verbose">j</span> with stroke </span>' ''
'&#x0260;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0260" title="ch-verbose">g</span> with hook </span>' ''
'&#x0261;'   '' '<span class="char" title="ch-verbose"> script <span class="ch 0261" title="ch-verbose">g</span> </span>' ''
'&#x0262;'   '' '<span class="char" title="ch-verbose"> <span class="ch 0262" title="ch-verbose">G</span> </span>' ''
'&#x0263;'   '' '<span class="char" title="ch-verbose"> <span class="ch 0263" title="ch-verbose">gamma</span> </span>' ''
'&#x0264;'   '' '<span class="char" title="ch-verbose"> <span class="ch 0264" title="ch-verbose">rams horn</span> </span>' ''
'&#x0265;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">h</span> </span>' ''
'&#x0266;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0266" title="ch-verbose">h</span> with hook </span>' ''
'&#x0267;'   '' '<span class="accented-char" title="ch-verbose"> Latin <span class="ch 0267" title="ch-verbose">heng</span> with hook </span>' ''
'&#x0268;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0268" title="ch-verbose">i</span> with stroke </span>' ''
'&#x0269;'   '' '<span class="char" title="ch-verbose"> <span class="ch 0269" title="ch-verbose">iota</span> </span>' ''
'&#x026A;'  '' '<span class="char" title="ch-verbose"> <span class="ch 026A" title="ch-verbose">I</span> </span>' ''
'&#x026B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 026B" title="ch-verbose">l</span> with middle tilde </span>' ''
'&#x026C;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 026C" title="ch-verbose">l</span> with belt </span>' ''
'&#x026D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 026D" title="ch-verbose">l</span> with retroflex hook </span>' ''
'&#x026E;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 026E" title="ch-verbose">lezh</span> </span>' ''
'&#x026F;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">m</span> </span>' ''
'&#x0270;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">m</span> with long leg </span>' ''
'&#x0271;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0271" title="ch-verbose">m</span> with hook </span>' ''
'&#x0272;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0272" title="ch-verbose">n</span> with left hook </span>' ''
'&#x0273;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0273" title="ch-verbose">n</span> with retroflex hook </span>' ''
'&#x0274;'  '' '<span class="char" title="ch-verbose"> <span class="ch 0274" title="ch-verbose">N</span> </span>' ''
'&#x0275;'   '' '<span class="char" title="ch-verbose"> barred <span class="ch 0275" title="ch-verbose">o</span> </span>' ''
'&#x0276;'  '' '<span class="char" title="ch-verbose"> capital <span class="ch 0276" title="ch-verbose">OE</span> </span>' ''
'&#x0277;'   '' '<span class="char" title="ch-verbose"> closed <span class="ch 0277" title="ch-verbose">omega</span> </span>' ''
'&#x0278;'   '' '<span class="char" title="ch-verbose"> <span class="ch 0278" title="ch-verbose">phi</span> </span>' ''
'&#x0279;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">r</span> </span>' ''
'&#x027A;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">r</span> with long leg </span>' ''
'&#x027B;'   '' '<span class="accented-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">r</span> with hook </span>' ''
'&#x027C;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 027C" title="ch-verbose">r</span> with long leg </span>' ''
'&#x027D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 027D" title="ch-verbose">r</span> with tail </span>' ''
'&#x027E;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 027E" title="ch-verbose">r</span> with fishhook </span>' ''
'&#x027F;'   '' '<span class="char" title="ch-verbose"> reversed <span class="ch 027F" title="ch-verbose">r</span> with fishhook </span>' ''
'&#x0280;'  '' '<span class="char" title="ch-verbose"> <span class="ch 0280" title="ch-verbose">R</span> </span>' ''
'&#x0281;'  '' '<span class="char" title="ch-verbose"> inverted <span class="ch 0281" title="ch-verbose">R</span> </span>' ''
'&#x0282;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0282" title="ch-verbose">s</span> with hook </span>' ''
'&#x0283;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 0283" title="ch-verbose">esh</span> </span>' ''
'&#x0284;'   '' '<span class="char" title="ch-verbose"> dotless <span class="ch 0284" title="ch-verbose">j</span> with stroke and hook </span>' ''
'&#x0285;'   '' '<span class="char" title="ch-verbose"> Latin squat reversed <span class="ch 0285" title="ch-verbose">esh</span> </span>' ''
'&#x0286;'   '' '<span class="accented-char" title="ch-verbose"> Latin <span class="ch 0286" title="ch-verbose">esh</span> with curl </span>' ''
'&#x0287;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">t</span> </span>' ''
'&#x0288;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0288" title="ch-verbose">t</span> with retroflex hook </span>' ''
'&#x0289;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0289" title="ch-verbose">u</span> bar </span>' ''
'&#x028A;'   '' '<span class="char" title="ch-verbose"> <span class="ch 028A" title="ch-verbose">upsilon</span> </span>' ''
'&#x028B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 028B" title="ch-verbose">v</span> with hook </span>' ''
'&#x028C;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">v</span> </span>' ''
'&#x028D;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">w</span> </span>' ''
'&#x028E;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">y</span> </span>' ''
'&#x028F;'  '' '<span class="char" title="ch-verbose"> <span class="ch 028F" title="ch-verbose">Y</span> </span>' ''
'&#x0290;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0290" title="ch-verbose">z</span> with retroflex hook </span>' ''
'&#x0291;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 0291" title="ch-verbose">z</span> with curl </span>' ''
'&#x0292;'   '' '<span class="char" title="ch-verbose"> Lating <span class="ch 0292" title="ch-verbose">ezh</span> </span>' ''
'&#x0293;'   '' '<span class="accented-char" title="ch-verbose"> Latin <span class="ch 0293" title="ch-verbose">ezh</span> with curl </span>' ''
'&#x0294;' '' '<span class="char" title="ch-verbose"> <span class="ch 0294" title="ch-verbose">glottal stop</span> </span>' ''
'&#x0295;' '' '<span class="char" title="ch-verbose"> <span class="ch 0295" title="ch-verbose">pharyngeal voiced fricative</span> </span>' ''
'&#x0296;' '' '<span class="char" title="ch-verbose"> <span class="ch 0296" title="ch-verbose">inverted glottal stop</span> </span>' ''
'&#x0297;' '' '<span class="char" title="ch-verbose"> <span class="ch 0297" title="ch-verbose">c</span> </span>' ''
'&#x0298;' '' '<span class="char" title="ch-verbose"> <span class="ch 0298" title="ch-verbose">bilabial click</span> </span>' ''
'&#x0299;'  '' '<span class="char" title="ch-verbose"> <span class="ch 0299" title="ch-verbose">B</span> </span>' ''
'&#x029A;'   '' '<span class="char" title="ch-verbose"> closed open <span class="ch 029A" title="ch-verbose">e</span> </span>' ''
'&#x029B;'  '' '<span class="char" title="ch-verbose"> <span class="ch 029B" title="ch-verbose">G</span> with hook </span>' ''
'&#x029D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 029D" title="ch-verbose">j</span> with crossed-tail </span>' ''
'&#x029E;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">k</span> </span>' ''
'&#x029c;'  '' '<span class="char" title="ch-verbose"> <span class="ch 029c" title="ch-verbose">H</span> </span>' ''
'&#x029f;'  '' '<span class="char" title="ch-verbose"> <span class="ch 029f" title="ch-verbose">L</span> </span>' ''
'&#x02A0;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 02A0" title="ch-verbose">q</span> with hook </span>' ''
'&#x02A1;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 02A1" title="ch-verbose">glottal stop</span> with stroke </span>' ''
'&#x02A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 02A2" title="ch-verbose">reversed glottal stop with stroke</span> </span>' ''
'&#x02A3;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02A3" title="ch-verbose">dz</span> digraph </span>' ''
'&#x02A4;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02A4" title="ch-verbose">dezh</span> digraph </span>' ''
'&#x02A5;'   '' '<span class="accented-char" title="ch-verbose"> Latin <span class="ch 02A5" title="ch-verbose">dz</span> digraph with curl </span>' ''
'&#x02A6;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02A6" title="ch-verbose">ts</span> digraph </span>' ''
'&#x02A7;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02A7" title="ch-verbose">tesh</span> digraph </span>' ''
'&#x02A8;'   '' '<span class="accented-char" title="ch-verbose"> Latin <span class="ch 02A8" title="ch-verbose">tc</span> digraph with curl </span>' ''
'&#x02A9;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02A9" title="ch-verbose">feng</span> digraph </span>' ''
'&#x02AA;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02AA" title="ch-verbose">ls</span> digraph </span>' ''
'&#x02AB;'   '' '<span class="char" title="ch-verbose"> Latin <span class="ch 02AB" title="ch-verbose">lz</span> digraph </span>' ''
'&#x02AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 02AC" title="ch-verbose">bilabial percussive</span> </span>' ''
'&#x02AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 02AD" title="ch-verbose">bidental percussive</span> </span>' ''
'&#x02AE;'   '' '<span class="char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">h</span> with fishhook </span>' ''
'&#x02AF;'   '' '<span class="turned-char" title="ch-verbose"> turned <span class="ch " title="ch-verbose">h</span> with fishhook and tail </span>' ''
'&#x02B0;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B0" title="ch-verbose">small h</span> </span>' ''
'&#x02B1;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B1" title="ch-verbose">small h with hook</span> </span>' ''
'&#x02B2;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B2" title="ch-verbose">small j</span> </span>' ''
'&#x02B3;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B3" title="ch-verbose">small r</span> </span>' ''
'&#x02B4;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B4" title="ch-verbose">small turned r</span> </span>' ''
'&#x02B5;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B5" title="ch-verbose">small turned r with hook</span> </span>' ''
'&#x02B6;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B6" title="ch-verbose">small capital inverted r</span> </span>' ''
'&#x02B7;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B7" title="ch-verbose">small w</span> </span>' ''
'&#x02B8;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B8" title="ch-verbose">small y</span> </span>' ''
'&#x02B9;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02B9" title="ch-verbose">prime</span> </span>' ''
'&#x02BA;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02BA" title="ch-verbose">double prime</span> </span>' ''
'&#x02BB;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02BB" title="ch-verbose">turned comma</span> </span>' ''
'&#x02BC;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02BC" title="ch-verbose">apostrophe</span> </span>' ''
'&#x02BD;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02BD" title="ch-verbose">reversed comma</span> </span>' ''
'&#x02BE;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02BE" title="ch-verbose">right half ring</span> </span>' ''
'&#x02BF;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02BF" title="ch-verbose">left half ring</span> </span>' ''
'&#x02C0;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C0" title="ch-verbose">glottal stop</span> </span>' ''
'&#x02C1;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C1" title="ch-verbose">reversed glottal stop</span> </span>' ''
'&#x02C2;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C2" title="ch-verbose">left arrowhead</span> </span>' ''
'&#x02C3;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C3" title="ch-verbose">right arrowhead</span> </span>' ''
'&#x02C4;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C4" title="ch-verbose">up arrowhead</span> </span>' ''
'&#x02C5;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C5" title="ch-verbose">down arrowhead</span> </span>' ''
'&#x02C6;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C6" title="ch-verbose">circumflex accent</span> </span>' ''
'&#x02C7;' '' '<span class="char" title="ch-verbose"> <span class="ch 02C7" title="ch-verbose">caron</span> </span>' ''
'&#x02C8;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C8" title="ch-verbose">vertical line</span> </span>' ''
'&#x02C9;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02C9" title="ch-verbose">macron</span> </span>' ''
'&#x02CA;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02CA" title="ch-verbose">acute accent</span> </span>' ''
'&#x02CB;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02CB" title="ch-verbose">grave accent</span> </span>' ''
'&#x02CC;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02CC" title="ch-verbose">low vertical line</span> </span>' ''
'&#x02CD;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02CD" title="ch-verbose">low macron</span> </span>' ''
'&#x02CE;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02CE" title="ch-verbose">low grave accent</span> </span>' ''
'&#x02CF;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02CF" title="ch-verbose">low acute accent</span> </span>' ''
'&#x02D0;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D0" title="ch-verbose">triangular colon</span> </span>' ''
'&#x02D1;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D1" title="ch-verbose">half triangular colon</span> </span>' ''
'&#x02D2;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D2" title="ch-verbose">centred right half ring</span> </span>' ''
'&#x02D3;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D3" title="ch-verbose">centred left half ring</span> </span>' ''
'&#x02D4;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D4" title="ch-verbose">up tack</span> </span>' ''
'&#x02D5;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D5" title="ch-verbose">down tack</span> </span>' ''
'&#x02D6;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D6" title="ch-verbose">plus sign</span> </span>' ''
'&#x02D7;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02D7" title="ch-verbose">minus sign</span> </span>' ''
'&#x02D8;' '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02D8" title="ch-verbose">breve</span> </span>' ''
'&#x02D9;' '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02D9" title="ch-verbose">dot above</span> </span>' ''
'&#x02DA;' '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02DA" title="ch-verbose">ring above</span> </span>' ''
'&#x02DB;' '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02DB" title="ch-verbose">ogonek</span> </span>' ''
'&#x02DC;' '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02DC" title="ch-verbose">tilde</span> </span>' ''
'&#x02DD;' '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02DD" title="ch-verbose">double acute</span> </span>' ''
'&#x02DE;'   '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02DE" title="ch-verbose">rhotic hook</span> </span>' ''
'&#x02DF;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02DF" title="ch-verbose">crosss</span>  accent </span>' ''
'&#x02E0;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E0" title="ch-verbose">gamma</span> </span>' ''
'&#x02E1;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E1" title="ch-verbose">l</span> </span>' ''
'&#x02E2;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E2" title="ch-verbose">s</span> </span>' ''
'&#x02E3;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E3" title="ch-verbose">x</span> </span>' ''
'&#x02E4;'   '' '<span class="char" title="ch-verbose"> reversed <span class="ch 02E4" title="ch-verbose">glottal stop</span> </span>' ''
'&#x02E5;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E5" title="ch-verbose">extra high tone bar</span> </span>' ''
'&#x02E6;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E6" title="ch-verbose">high tone bar</span> </span>' ''
'&#x02E7;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E7" title="ch-verbose">mid tone bar</span> </span>' ''
'&#x02E8;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E8" title="ch-verbose">low tone bar</span> </span>' ''
'&#x02E9;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02E9" title="ch-verbose">extra low tone bar</span> </span>' ''
'&#x02EA;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02EA" title="ch-verbose">yin departing tone mark</span> </span>' ''
'&#x02EB;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02EB" title="ch-verbose">yang departing tone mark</span> </span>' ''
'&#x02EC;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02EC" title="ch-verbose">voicing</span> </span>' ''
'&#x02ED;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02ED" title="ch-verbose">unaspirated</span> </span>' ''
'&#x02EE;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02EE" title="ch-verbose">double apostrophe</span> </span>' ''
'&#x02EF;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02EF" title="ch-verbose">low down arrowhead</span> </span>' ''
'&#x02F0;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02F0" title="ch-verbose">low up arrowhead</span> </span>' ''
'&#x02F1;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02F1" title="ch-verbose">low left arrowhead</span> </span>' ''
'&#x02F2;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02F2" title="ch-verbose">low right arrowhead</span> </span>' ''
'&#x02F3;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02F3" title="ch-verbose">low ring</span> </span>' ''
'&#x02F4;'   '' '<span class="accent-char" title="ch-verbose"> <span class="ch 02F4" title="ch-verbose">middle grave</span>  accent </span>' ''
'&#x02F5;'   '' '<span class="char" title="ch-verbose"> middle double <span class="ch 02F5" title="ch-verbose">grave</span>  accent </span>' ''
'&#x02F6;'   '' '<span class=" accent-char" title="ch-verbose"> middle double <span class="ch 02F6" title="ch-verbose">acute</span>  accent </span>' ''
'&#x02F7;'   '' '<span class="char" title="ch-verbose"> low <span class="ch 02F7" title="ch-verbose">tilde</span> </span>' ''
'&#x02F8;'   '' '<span class="char" title="ch-verbose"> raised <span class="ch 02F8" title="ch-verbose">colon</span> </span>' ''
'&#x02F9;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02F9" title="ch-verbose">begin high tone</span> </span>' ''
'&#x02FA;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02FA" title="ch-verbose">end high tone</span> </span>' ''
'&#x02FB;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02FB" title="ch-verbose">begin low tone</span> </span>' ''
'&#x02FC;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02FC" title="ch-verbose">end low tone</span> </span>' ''
'&#x02FD;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02FD" title="ch-verbose">shelf</span> </span>' ''
'&#x02FE;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02FE" title="ch-verbose">open shelf</span> </span>' ''
'&#x02FF;'   '' '<span class="char" title="ch-verbose"> <span class="ch 02FF" title="ch-verbose">low left arrow</span> </span>' ''

'&#x0300;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0300" title="ch-verbose">grave</span> </span>' ''
'&#x0301;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0301" title="ch-verbose">acute</span> </span>' ''
'&#x0302;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0302" title="ch-verbose">circumflex</span> </span>' ''
'&#x0303;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0303" title="ch-verbose">tilde</span> </span>' ''
'&#x0304;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0304" title="ch-verbose">macron</span> </span>' ''
'&#x0305;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0305" title="ch-verbose">Overbar</span> </span>' ''
'&#x0306;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0306" title="ch-verbose">breve</span> </span>' ''
'&#x0307;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0307" title="ch-verbose">dot above</span> </span>' ''
'&#x0308;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0308" title="ch-verbose">dieresis</span> </span>' ''
'&#x030A;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 030A" title="ch-verbose">ring</span> </span>' ''
'&#x030C;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 030C" title="ch-verbose">caron</span> </span>' ''
'&#x030D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 030D" title="ch-verbose">vertical line above</span> </span>' ''
'&#x030E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 030E" title="ch-verbose">double vertical line above</span> </span>' ''
'&#x030F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 030F" title="ch-verbose">double grave</span> </span>' ''
'&#x0310;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0310" title="ch-verbose">candrabindu</span> </span>' ''
'&#x0311;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0311" title="ch-verbose">inverted breve</span> </span>' ''
'&#x0312;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0312" title="ch-verbose">turned comma above</span> </span>' ''
'&#x0313;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0313" title="ch-verbose">comma above</span> </span>' ''
'&#x0314;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0314" title="ch-verbose">reversed comma above</span> </span>' ''
'&#x0315;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0315" title="ch-verbose">comma above right</span> </span>' ''
'&#x0316;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0316" title="ch-verbose">grave below</span> </span>' ''
'&#x0317;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0317" title="ch-verbose">acute below</span> </span>' ''
'&#x0318;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0318" title="ch-verbose">left tack below</span> </span>' ''
'&#x0319;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0319" title="ch-verbose">right tack below</span> </span>' ''
'&#x031A;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 031A" title="ch-verbose">left angle above</span> </span>' ''
'&#x031B;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 031B" title="ch-verbose">horn</span> </span>' ''
'&#x031C;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 031C" title="ch-verbose">left half ring below</span> </span>' ''
'&#x031D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 031D" title="ch-verbose">up tack below</span> </span>' ''
'&#x031E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 031E" title="ch-verbose">down tack below</span> </span>' ''
'&#x031F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 031F" title="ch-verbose">plus sign below</span> </span>' ''
'&#x0320;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0320" title="ch-verbose">minus sign below</span> </span>' ''
'&#x0321;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0321" title="ch-verbose">palatalized hook below</span> </span>' ''
'&#x0322;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0322" title="ch-verbose">retroflex hook below</span> </span>' ''
'&#x0323;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0323" title="ch-verbose">underdot</span> </span>' ''
'&#x0324;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0324" title="ch-verbose">diaeresis below</span> </span>' ''
'&#x0325;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0325" title="ch-verbose">ring below</span> </span>' ''
'&#x0326;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0326" title="ch-verbose">comma below</span> </span>' ''
'&#x0327;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0327" title="ch-verbose">cedilla</span> </span>' ''
'&#x0328;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0328" title="ch-verbose">ogonek</span> </span>' ''
'&#x0329;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0329" title="ch-verbose">vertical line below</span> </span>' ''
'&#x032A;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 032A" title="ch-verbose">bridge below</span> </span>' ''
'&#x032B;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 032B" title="ch-verbose">inverted double arch below</span> </span>' ''
'&#x032C;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 032C" title="ch-verbose">caron below</span> </span>' ''
'&#x032D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 032D" title="ch-verbose">circumflex below</span> </span>' ''
'&#x032E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 032E" title="ch-verbose">breve below</span> </span>' ''
'&#x032F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 032F" title="ch-verbose">inverted breve below</span> </span>' ''
'&#x0330;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0330" title="ch-verbose">tilde below</span> </span>' ''
'&#x0331;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0331" title="ch-verbose">inferior diacritic</span> </span>' ''
'&#x0332;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0332" title="ch-verbose">underbar</span> </span>' ''
'&#x0333;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0333" title="ch-verbose">double underbar</span> </span>' ''
'&#x0334;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0334" title="ch-verbose">tilde overlay</span> </span>' ''
'&#x0335;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0335" title="ch-verbose">short stroke overlay</span> </span>' ''
'&#x0336;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0336" title="ch-verbose">long stroke overlay</span> </span>' ''
'&#x0337;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0337" title="ch-verbose">short solidus overlay</span> </span>' ''
'&#x0338;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0338" title="ch-verbose">solidus overlay</span> </span>' ''
'&#x0338;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0338" title="ch-verbose">long solidus overlay</span> </span>' ''
'&#x0339;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0339" title="ch-verbose">right half ring below</span> </span>' ''
'&#x033A;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 033A" title="ch-verbose">inverted bridge below</span> </span>' ''
'&#x033B;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 033B" title="ch-verbose">square below</span> </span>' ''
'&#x033C;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 033C" title="ch-verbose">seagull below</span> </span>' ''
'&#x033D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 033D" title="ch-verbose">x above</span> </span>' ''
'&#x033E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 033E" title="ch-verbose">vertical tilde</span> </span>' ''
'&#x033F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 033F" title="ch-verbose">double overline</span> </span>' ''
'&#x0340;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0340" title="ch-verbose">grave tone mark</span> </span>' ''
'&#x0341;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0341" title="ch-verbose">acute tone mark</span> </span>' ''
'&#x0342;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0342" title="ch-verbose">greek perispomeni</span> </span>' ''
'&#x0343;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0343" title="ch-verbose">greek koronis</span> </span>' ''
'&#x0344;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0344" title="ch-verbose">greek dialytika tonos</span> </span>' ''
'&#x0345;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0345" title="ch-verbose">greek ypogegrammeni</span> </span>' ''
'&#x0346;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0346" title="ch-verbose">bridge above</span> </span>' ''
'&#x0347;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0347" title="ch-verbose">equals sign below</span> </span>' ''
'&#x0348;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0348" title="ch-verbose">double vertical line below</span> </span>' ''
'&#x0349;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0349" title="ch-verbose">left angle below</span> </span>' ''
'&#x034A;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 034A" title="ch-verbose">not tilde above</span> </span>' ''
'&#x034B;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 034B" title="ch-verbose">homothetic above</span> </span>' ''
'&#x034C;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 034C" title="ch-verbose">almost equal to above</span> </span>' ''
'&#x034D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 034D" title="ch-verbose">left right arrow below</span> </span>' ''
'&#x034E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 034E" title="ch-verbose">upwards arrow below</span> </span>' ''
'&#x034F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 034F" title="ch-verbose">grapheme joiner</span> </span>' ''
'&#x0350;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0350" title="ch-verbose">right arrowhead above</span> </span>' ''
'&#x0351;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0351" title="ch-verbose">left half ring above</span> </span>' ''
'&#x0352;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0352" title="ch-verbose">fermata</span> </span>' ''
'&#x0353;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0353" title="ch-verbose">x below</span> </span>' ''
'&#x0354;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0354" title="ch-verbose">left arrowhead below</span> </span>' ''
'&#x0355;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0355" title="ch-verbose">right arrowhead below</span> </span>' ''
'&#x0356;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0356" title="ch-verbose">right arrowhead and up arrowhead below</span> </span>' ''
'&#x0357;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0357" title="ch-verbose">right half ring above</span> </span>' ''
'&#x035D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 035D" title="ch-verbose">double breve</span> </span>' ''
'&#x035E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 035E" title="ch-verbose">double macron</span> </span>' ''
'&#x035F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 035F" title="ch-verbose">double macron below</span> </span>' ''
'&#x0360;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0360" title="ch-verbose">double tilde</span> </span>' ''
'&#x0361;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0361" title="ch-verbose">double inverted breve</span> </span>' ''
'&#x0362;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0362" title="ch-verbose">double rightwards arrow below</span> </span>' ''
'&#x0363;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0363" title="ch-verbose">a</span> </span>' ''
'&#x0364;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0364" title="ch-verbose">e</span> </span>' ''
'&#x0365;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0365" title="ch-verbose">i</span> </span>' ''
'&#x0366;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0366" title="ch-verbose">o</span> </span>' ''
'&#x0367;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0367" title="ch-verbose">u</span> </span>' ''
'&#x0368;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0368" title="ch-verbose">c</span> </span>' ''
'&#x0369;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 0369" title="ch-verbose">d</span> </span>' ''
'&#x036A;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 036A" title="ch-verbose">h</span> </span>' ''
'&#x036B;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 036B" title="ch-verbose">m</span> </span>' ''
'&#x036C;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 036C" title="ch-verbose">r</span> </span>' ''
'&#x036D;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 036D" title="ch-verbose">t</span> </span>' ''
'&#x036E;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 036E" title="ch-verbose">v</span> </span>' ''
'&#x036F;' ''  '<span class="accent-char" title="ch-verbose"> <span class="ch 036F" title="ch-verbose">x</span> </span>' ''
'&#x0374;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 0374" title="ch-verbose">numeral sign</span> </span>' ''
'&#x0375;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 0375" title="ch-verbose">lower numeral sign</span> </span>' ''
'&#x037A;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 037A" title="ch-verbose">ypogegrammeni</span> </span>' ''
'&#x037E;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 037E" title="ch-verbose">question mark</span> </span>' ''
'&#x0384;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 0384" title="ch-verbose">tonos</span> </span>' ''
'&#x0385;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 0385" title="ch-verbose">dialytika tonos</span> </span>' ''
'&#x0386;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 0386" title="ch-verbose">alpha</span> with tonos </span>' ''
'&#x0387;' ''  '<span class="char" title="ch-verbose"> greek <span class="ch 0387" title="ch-verbose">ano teleia</span> </span>' ''
'&#x0388;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 0388" title="ch-verbose">epsilon</span> with tonos </span>' ''
'&#x0389;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 0389" title="ch-verbose">eta</span> with tonos </span>' ''
'&#x038A;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 038A" title="ch-verbose">iota</span> with tonos </span>' ''
'&#x038C;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 038C" title="ch-verbose">omicron</span> with tonos </span>' ''
'&#x038E;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 038E" title="ch-verbose">upsilon</span> with tonos </span>' ''
'&#x038F;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 038F" title="ch-verbose">omega</span> with tonos </span>' ''
'&#x0390;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 0390" title="ch-verbose">iota</span>  with dialytikaand tonos </span>' ''
'&#x0391;' '' '<span class="char" title="ch-verbose"> <span class="ch 0391" title="ch-verbose">capital Alpha</span> </span>' '' 
'&#x0392;' '' '<span class="char" title="ch-verbose"> <span class="ch 0392" title="ch-verbose">capital Beta</span> </span>' '' 
'&#x0393;' '' '<span class="char" title="ch-verbose"> <span class="ch 0393" title="ch-verbose">capital Gamma</span> </span>' '' 
'&#x0394;' '' '<span class="char" title="ch-verbose"> <span class="ch 0394" title="ch-verbose">capital Delta</span> </span>' '' 
'&#x0395;' '' '<span class="char" title="ch-verbose"> <span class="ch 0395" title="ch-verbose">capital Epsilon</span> </span>' '' 
'&#x0396;' '' '<span class="char" title="ch-verbose"> <span class="ch 0396" title="ch-verbose">capital Zeta</span> </span>' '' 
'&#x0397;' '' '<span class="char" title="ch-verbose"> <span class="ch 0397" title="ch-verbose">capital Eta</span> </span>' '' 
'&#x0398;' '' '<span class="char" title="ch-verbose"> <span class="ch 0398" title="ch-verbose">capital Theta</span> </span>' '' 
'&#x0399;' '' '<span class="char" title="ch-verbose"> <span class="ch 0399" title="ch-verbose">capital Iota</span> </span>' '' 
'&#x039A;' '' '<span class="char" title="ch-verbose"> <span class="ch 039A" title="ch-verbose">capital Kappa</span> </span>' '' 
'&#x039B;' '' '<span class="char" title="ch-verbose"> <span class="ch 039B" title="ch-verbose">capital Lambda</span> </span>' '' 
'&#x039C;' '' '<span class="char" title="ch-verbose"> <span class="ch 039C" title="ch-verbose">capital Mu</span> </span>' '' 
'&#x039D;' '' '<span class="char" title="ch-verbose"> <span class="ch 039D" title="ch-verbose">capital Nu</span> </span>' '' 
'&#x039E;' '' '<span class="char" title="ch-verbose"> <span class="ch 039E" title="ch-verbose">capital Xi</span> </span>' '' 
'&#x039F;' '' '<span class="char" title="ch-verbose"> <span class="ch 039F" title="ch-verbose">capital Omicron</span> </span>' '' 
'&#x03A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A0" title="ch-verbose">capital Pi</span> </span>' '' 
'&#x03A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A1" title="ch-verbose">capital Rho</span> </span>' '' 
'&#x03A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A3" title="ch-verbose">capital Sigma</span> </span>' '' 
'&#x03A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A4" title="ch-verbose">capital Tau</span> </span>' '' 
'&#x03A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A5" title="ch-verbose">capital Upsilon</span> </span>' '' 
'&#x03A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A6" title="ch-verbose">capital Phi</span> </span>' '' 
'&#x03A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A7" title="ch-verbose">capital Chi</span> </span>' '' 
'&#x03A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A8" title="ch-verbose">capital Psi</span> </span>' '' 
'&#x03A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 03A9" title="ch-verbose">capital Omega</span> </span>' '' 
'&#x03AA;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 03AA" title="ch-verbose">iota</span> with dialytika </span>' ''
'&#x03AB;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 03AB" title="ch-verbose">upsilon</span> with dialytika </span>' ''
'&#x03AC;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03AC" title="ch-verbose">alpha</span> with tonos </span>' ''
'&#x03AD;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03AD" title="ch-verbose"> epsilon</span> with tonos </span>' ''
'&#x03AE;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03AE" title="ch-verbose">eta</span> with tonos </span>' ''
'&#x03AF;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03AF" title="ch-verbose">iota</span> with tonos </span>' ''
'&#x03B0;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03B0" title="ch-verbose">upsilon</span>  with dialytikaand tonos </span>' ''
'&#x03B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B1" title="ch-verbose">alpha</span> </span>' '' 
'&#x03B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B2" title="ch-verbose">beta</span> </span>' '' 
'&#x03B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B3" title="ch-verbose">gamma</span> </span>' '' 
'&#x03B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B4" title="ch-verbose">delta</span> </span>' '' 
'&#x03B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B5" title="ch-verbose">epsilon</span> </span>' '' 
'&#x03B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B6" title="ch-verbose">zeta</span> </span>' '' 
'&#x03B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B7" title="ch-verbose">eta</span> </span>' '' 
'&#x03B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B8" title="ch-verbose">theta</span> </span>' '' 
'&#x03B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 03B9" title="ch-verbose">iota</span> </span>' '' 
'&#x03BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 03BA" title="ch-verbose">kappa</span> </span>' '' 
'&#x03BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 03BB" title="ch-verbose">lambda</span> </span>' '' 
'&#x03BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 03BC" title="ch-verbose">mu</span> </span>' '' 
'&#x03BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 03BD" title="ch-verbose">nu</span> </span>' '' 
'&#x03BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 03BE" title="ch-verbose">xi</span> </span>' '' 
'&#x03BF;' '' '<span class="char" title="ch-verbose"> <span class="ch 03BF" title="ch-verbose">omicron</span> </span>' '' 
'&#x03C0;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C0" title="ch-verbose">pi</span> </span>' '' 
'&#x03C1;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C1" title="ch-verbose">rho</span> </span>' '' 
'&#x03C2;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C2" title="ch-verbose">sigma</span> </span>' '' 
'&#x03C3;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C3" title="ch-verbose">sigma</span> </span>' '' 
'&#x03C4;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C4" title="ch-verbose">tau</span> </span>' '' 
'&#x03C5;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C5" title="ch-verbose">upsilon</span> </span>' '' 
'&#x03C6;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C6" title="ch-verbose">var phi</span> </span>' '' 
'&#x03C7;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C7" title="ch-verbose">chi</span> </span>' '' 
'&#x03C8;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C8" title="ch-verbose">psi</span> </span>' '' 
'&#x03C9;' '' '<span class="char" title="ch-verbose"> <span class="ch 03C9" title="ch-verbose">omega</span> </span>' '' 
'&#x03CA;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03CA" title="ch-verbose">iota</span> with dialytika </span>' ''
'&#x03CB;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03CB" title="ch-verbose">upsilon</span> with dialytika </span>' ''
'&#x03CC;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03CC" title="ch-verbose">omicron</span> with tonos </span>' ''
'&#x03CD;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03CD" title="ch-verbose">upsilon</span> with tonos </span>' ''
'&#x03CE;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03CE" title="ch-verbose">omega</span> with tonos </span>' ''
'&#x03D0;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03D0" title="ch-verbose">beta symbol</span> </span>' ''
'&#x03D1;' '' '<span class="char" title="ch-verbose"> <span class="ch 03D1" title="ch-verbose">var theta</span> </span>' '' 
'&#x03D2;' '' '<span class="char" title="ch-verbose"> <span class="ch 03D2" title="ch-verbose">upsilon  with hook</span> </span>' '' 
'&#x03D3;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03D3" title="ch-verbose">upsilon</span>  with acute andhook symbol </span>' ''
'&#x03D4;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03D4" title="ch-verbose">upsilon</span>  with diaeresis andhook symbol </span>' ''
'&#x03D5;' '' '<span class="char" title="ch-verbose"> <span class="ch 03D5" title="ch-verbose">phi</span> </span>' '' 
'&#x03D6;' '' '<span class="char" title="ch-verbose"> <span class="ch 03D6" title="ch-verbose">pi</span> </span>' '' 
'&#x03D7;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03D7" title="ch-verbose">kai symbol</span> </span>' ''
'&#x03D8;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03D8" title="ch-verbose">letter archaic koppa</span> </span>' ''
'&#x03D9;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03D9" title="ch-verbose">archaic koppa</span> </span>' ''
'&#x03DA;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03DA" title="ch-verbose">stigma</span> </span>' ''
'&#x03DB;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03DB" title="ch-verbose">stigma</span> </span>' ''
'&#x03DC;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03DC" title="ch-verbose">digamma</span> </span>' ''
'&#x03DD;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03DD" title="ch-verbose">digamma</span> </span>' ''
'&#x03DE;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03DE" title="ch-verbose">koppa</span> </span>' ''
'&#x03DF;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03DF" title="ch-verbose">koppa</span> </span>' ''
'&#x03E0;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03E0" title="ch-verbose">sampi</span> </span>' ''
'&#x03E1;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03E1" title="ch-verbose">sampi</span> </span>' ''
'&#x03E2;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03E2" title="ch-verbose">shei</span> </span>' ''
'&#x03E3;'   ''  '<span class="char" title="ch-verbose"> coptic <span class="ch 03E3" title="ch-verbose">shei</span> </span>' ''
'&#x03E4;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03E4" title="ch-verbose">fei</span> </span>' ''
'&#x03E5;'   ''  '<span class="char" title="ch-verbose"> coptic  <span class="ch 03E5" title="ch-verbose">fei</span> </span>' ''
'&#x03E6;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03E6" title="ch-verbose">khei</span> </span>' ''
'&#x03E7;'   ''  '<span class="char" title="ch-verbose"> coptic  <span class="ch 03E7" title="ch-verbose">khei</span> </span>' ''
'&#x03E8;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03E8" title="ch-verbose">hori</span> </span>' ''
'&#x03E9;'   ''  '<span class="char" title="ch-verbose"> coptic  <span class="ch 03E9" title="ch-verbose">hori</span> </span>' ''
'&#x03EA;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03EA" title="ch-verbose">gangia</span> </span>' ''
'&#x03EB;'   ''  '<span class="char" title="ch-verbose"> coptic  <span class="ch 03EB" title="ch-verbose">gangia</span> </span>' ''
'&#x03EC;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03EC" title="ch-verbose">shima</span> </span>' ''
'&#x03ED;'   ''  '<span class="char" title="ch-verbose"> coptic  <span class="ch 03ED" title="ch-verbose">shima</span> </span>' ''
'&#x03EE;'   ''  '<span class="char" title="ch-verbose"> coptic capital <span class="ch 03EE" title="ch-verbose">dei</span> </span>' ''
'&#x03EF;'   ''  '<span class="char" title="ch-verbose"> coptic  <span class="ch 03EF" title="ch-verbose">dei</span> </span>' ''
'&#x03F0;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F0" title="ch-verbose">kappa</span> </span>' ''
'&#x03F1;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F1" title="ch-verbose">rho</span> </span>' ''
'&#x03F2;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F2" title="ch-verbose">lunate sigma symbol</span> </span>' ''
'&#x03F3;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F3" title="ch-verbose">yot</span> </span>' ''
'&#x03F4;'   ''  '<span class="char" title="ch-verbose"> capital  <span class="ch 03F4" title="ch-verbose">theta symbol</span> </span>' ''
'&#x03F5;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F5" title="ch-verbose">lunate epsilon symbol</span> </span>' ''
'&#x03F6;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F6" title="ch-verbose">reversed lunate epsilon symbol</span> </span>' ''
'&#x03F7;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 03F7" title="ch-verbose">sho</span> </span>' ''
'&#x03F8;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03F8" title="ch-verbose">sho</span> </span>' ''
'&#x03F9;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 03F9" title="ch-verbose">lunate sigma symbol</span> </span>' ''
'&#x03FA;'   ''  '<span class="char" title="ch-verbose"> capital <span class="ch 03FA" title="ch-verbose">san</span> </span>' ''
'&#x03FB;'   ''  '<span class="char" title="ch-verbose"> <span class="ch 03FB" title="ch-verbose">san</span> </span>' ''

'&#x1E00;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E00" title="ch-verbose">A</span> with ring below </span>' ''
'&#x1E01;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E01" title="ch-verbose">a</span> with ring below </span>' ''
'&#x1E02;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E02" title="ch-verbose">B</span> with dot above </span>' ''
'&#x1E03;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E03" title="ch-verbose">b</span> with dot above </span>' ''
'&#x1E04;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E04" title="ch-verbose">B</span> with dot below </span>' ''
'&#x1E05;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E05" title="ch-verbose">b</span> with dot below </span>' ''
'&#x1E06;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E06" title="ch-verbose">B</span> with line below </span>' ''
'&#x1E07;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E07" title="ch-verbose">b</span> with line below </span>' ''
'&#x1E08;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E08" title="ch-verbose">C</span> with cedilla and acute </span>' ''
'&#x1E09;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E09" title="ch-verbose">c</span> with cedilla and acute </span>' ''
'&#x1E0A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E0A" title="ch-verbose">D</span> with dot above </span>' ''
'&#x1E0B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E0B" title="ch-verbose">d</span> with dot above </span>' ''
'&#x1E0C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E0C" title="ch-verbose">D</span> with dot below </span>' ''
'&#x1E0D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E0D" title="ch-verbose">d</span> with dot below </span>' ''
'&#x1E0E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E0E" title="ch-verbose">D</span> with line below </span>' ''
'&#x1E0F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E0F" title="ch-verbose">d</span> with line below </span>' ''
'&#x1E10;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E10" title="ch-verbose">D</span> with cedilla </span>' ''
'&#x1E11;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E11" title="ch-verbose">d</span> with cedilla </span>' ''
'&#x1E12;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E12" title="ch-verbose">D</span> with circumflex below </span>' ''
'&#x1E13;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E13" title="ch-verbose">d</span> with circumflex below </span>' ''
'&#x1E14;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E14" title="ch-verbose">E</span> with macron and grave </span>' ''
'&#x1E15;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E15" title="ch-verbose">e</span> with macron and grave </span>' ''
'&#x1E16;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E16" title="ch-verbose">E</span> with macron and acute </span>' ''
'&#x1E17;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E17" title="ch-verbose">e</span> with macron and acute </span>' ''
'&#x1E18;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E18" title="ch-verbose">E</span> with circumflex below </span>' ''
'&#x1E19;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E19" title="ch-verbose">e</span> with circumflex below </span>' ''
'&#x1E1A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E1A" title="ch-verbose">E</span> with tilde below </span>' ''
'&#x1E1B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E1B" title="ch-verbose">e</span> with tilde below </span>' ''
'&#x1E1C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E1C" title="ch-verbose">E</span> with cedilla and breve </span>' ''
'&#x1E1D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E1D" title="ch-verbose">e</span> with cedilla and breve </span>' ''
'&#x1E1E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E1E" title="ch-verbose">F</span> with dot above </span>' ''
'&#x1E1F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E1F" title="ch-verbose">f</span> with dot above </span>' ''
'&#x1E20;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E20" title="ch-verbose">G</span> with macron </span>' ''
'&#x1E21;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E21" title="ch-verbose">g</span> with macron </span>' ''
'&#x1E22;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E22" title="ch-verbose">H</span> with dot above </span>' ''
'&#x1E23;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E23" title="ch-verbose">h</span> with dot above </span>' ''
'&#x1E24;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E24" title="ch-verbose">H</span> with dot below </span>' ''
'&#x1E25;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E25" title="ch-verbose">h</span> with dot below </span>' ''
'&#x1E26;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E26" title="ch-verbose">H</span> with diaeresis </span>' ''
'&#x1E27;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E27" title="ch-verbose">h</span> with diaeresis </span>' ''
'&#x1E28;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E28" title="ch-verbose">H</span> with cedilla </span>' ''
'&#x1E29;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E29" title="ch-verbose">h</span> with cedilla </span>' ''
'&#x1E2A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E2A" title="ch-verbose">H</span> with breve below </span>' ''
'&#x1E2B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E2B" title="ch-verbose">h</span> with breve below </span>' ''
'&#x1E2C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E2C" title="ch-verbose">I</span> with tilde below </span>' ''
'&#x1E2D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E2D" title="ch-verbose">i</span> with tilde below </span>' ''
'&#x1E2E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E2E" title="ch-verbose">I</span> with diaeresis and acute </span>' ''
'&#x1E2F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E2F" title="ch-verbose">i</span> with diaeresis and acute </span>' ''
'&#x1E30;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E30" title="ch-verbose">K</span> acute </span>' ''
'&#x1E31;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E31" title="ch-verbose">k</span> acute </span>' ''
'&#x1E32;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E32" title="ch-verbose">K</span> with dot below </span>' ''
'&#x1E33;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E33" title="ch-verbose">k</span> with dot below </span>' ''
'&#x1E34;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E34" title="ch-verbose">K</span> with line below </span>' ''
'&#x1E35;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E35" title="ch-verbose">k</span> with line below </span>' ''
'&#x1E36;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E36" title="ch-verbose">L</span> with dot below </span>' ''
'&#x1E37;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E37" title="ch-verbose">l</span> with dot below </span>' ''
'&#x1E38;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E38" title="ch-verbose">L</span> with dot below and macron </span>' ''
'&#x1E39;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E39" title="ch-verbose">l</span> with dot below and macron </span>' ''
'&#x1E3A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E3A" title="ch-verbose">L</span> with line below </span>' ''
'&#x1E3B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E3B" title="ch-verbose">l</span> with line below </span>' ''
'&#x1E3C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E3C" title="ch-verbose">L</span> with circumflex below </span>' ''
'&#x1E3D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E3D" title="ch-verbose">l</span> with circumflex below </span>' ''
'&#x1E3E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E3E" title="ch-verbose">M</span> acute </span>' ''
'&#x1E3F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E3F" title="ch-verbose">m</span> acute </span>' ''
'&#x1E40;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E40" title="ch-verbose">M</span> with dot above </span>' ''
'&#x1E41;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E41" title="ch-verbose">m</span> with dot above </span>' ''
'&#x1E42;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E42" title="ch-verbose">M</span> with dot below </span>' ''
'&#x1E43;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E43" title="ch-verbose">m</span> with dot below </span>' ''
'&#x1E44;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E44" title="ch-verbose">N</span> with dot above </span>' ''
'&#x1E45;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E45" title="ch-verbose">n</span> with dot above </span>' ''
'&#x1E46;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E46" title="ch-verbose">N</span> with dot below </span>' ''
'&#x1E47;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E47" title="ch-verbose">n</span> with dot below </span>' ''
'&#x1E48;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E48" title="ch-verbose">N</span> with line below </span>' ''
'&#x1E49;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E49" title="ch-verbose">n</span> with line below </span>' ''
'&#x1E4A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E4A" title="ch-verbose">N</span> with circumflex below </span>' ''
'&#x1E4B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E4B" title="ch-verbose">n</span> with circumflex below </span>' ''
'&#x1E4C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E4C" title="ch-verbose">O</span> with tilde and acute </span>' ''
'&#x1E4D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E4D" title="ch-verbose">o</span> with tilde and acute </span>' ''
'&#x1E4E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E4E" title="ch-verbose">O</span> with tilde and diaeresis </span>' ''
'&#x1E4F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E4F" title="ch-verbose">o</span> with tilde and diaeresis </span>' ''
'&#x1E50;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E50" title="ch-verbose">O</span> with macron and grave </span>' ''
'&#x1E51;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E51" title="ch-verbose">o</span> with macron and grave </span>' ''
'&#x1E52;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E52" title="ch-verbose">O</span> with macron and acute </span>' ''
'&#x1E53;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E53" title="ch-verbose">o</span> with macron and acute </span>' ''
'&#x1E54;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E54" title="ch-verbose">P</span> acute </span>' ''
'&#x1E55;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E55" title="ch-verbose">p</span> acute </span>' ''
'&#x1E56;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E56" title="ch-verbose">P</span> with dot above </span>' ''
'&#x1E57;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E57" title="ch-verbose">p</span> with dot above </span>' ''
'&#x1E58;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E58" title="ch-verbose">R</span> with dot above </span>' ''
'&#x1E59;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E59" title="ch-verbose">r</span> with dot above </span>' ''
'&#x1E5A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E5A" title="ch-verbose">R</span> with dot below </span>' ''
'&#x1E5B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E5B" title="ch-verbose">r</span> with dot below </span>' ''
'&#x1E5C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E5C" title="ch-verbose">R</span> with dot below and macron </span>' ''
'&#x1E5D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E5D" title="ch-verbose">r</span> with dot below and macron </span>' ''
'&#x1E5E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E5E" title="ch-verbose">R</span> with line below </span>' ''
'&#x1E5F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E5F" title="ch-verbose">r</span> with line below </span>' ''
'&#x1E60;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E60" title="ch-verbose">S</span> with dot above </span>' ''
'&#x1E61;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E61" title="ch-verbose">s</span> with dot above </span>' ''
'&#x1E62;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E62" title="ch-verbose">S</span> with dot below </span>' ''
'&#x1E63;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E63" title="ch-verbose">s</span> with dot below </span>' ''
'&#x1E64;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E64" title="ch-verbose">S</span> with acute and dot above </span>' ''
'&#x1E65;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E65" title="ch-verbose">s</span> with acute and dot above </span>' ''
'&#x1E66;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E66" title="ch-verbose">S</span> with caron and dot above </span>' ''
'&#x1E67;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E67" title="ch-verbose">s</span> with caron and dot above </span>' ''
'&#x1E68;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E68" title="ch-verbose">S</span> with dot below and dot above </span>' ''
'&#x1E69;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E69" title="ch-verbose">s</span> with dot below and dot above </span>' ''
'&#x1E6A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E6A" title="ch-verbose">T</span> with dot above </span>' ''
'&#x1E6B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E6B" title="ch-verbose">t</span> with dot above </span>' ''
'&#x1E6C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E6C" title="ch-verbose">T</span> with dot below </span>' ''
'&#x1E6D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E6D" title="ch-verbose">t</span> with dot below </span>' ''
'&#x1E6E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E6E" title="ch-verbose">T</span> with line below </span>' ''
'&#x1E6F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E6F" title="ch-verbose">t</span> with line below </span>' ''
'&#x1E70;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E70" title="ch-verbose">T</span> with circumflex below </span>' ''
'&#x1E71;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E71" title="ch-verbose">t</span> with circumflex below </span>' ''
'&#x1E72;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E72" title="ch-verbose">U</span> with diaeresis below </span>' ''
'&#x1E73;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E73" title="ch-verbose">u</span> with diaeresis below </span>' ''
'&#x1E74;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E74" title="ch-verbose">U</span> with tilde below </span>' ''
'&#x1E75;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E75" title="ch-verbose">u</span> with tilde below </span>' ''
'&#x1E76;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E76" title="ch-verbose">U</span> with circumflex below </span>' ''
'&#x1E77;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E77" title="ch-verbose">u</span> with circumflex below </span>' ''
'&#x1E78;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E78" title="ch-verbose">U</span> with tilde and acute </span>' ''
'&#x1E79;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E79" title="ch-verbose">u</span> with tilde and acute </span>' ''
'&#x1E7A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E7A" title="ch-verbose">U</span> with macron and diaeresis </span>' ''
'&#x1E7B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E7B" title="ch-verbose">u</span> with macron and diaeresis </span>' ''
'&#x1E7C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E7C" title="ch-verbose">V</span> with tilde </span>' ''
'&#x1E7D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E7D" title="ch-verbose">v</span> with tilde </span>' ''
'&#x1E7E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E7E" title="ch-verbose">V</span> with dot below </span>' ''
'&#x1E7F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E7F" title="ch-verbose">v</span> with dot below </span>' ''
'&#x1E80;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E80" title="ch-verbose">W</span> with grave </span>' ''
'&#x1E81;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E81" title="ch-verbose">w</span> with grave </span>' ''
'&#x1E82;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E82" title="ch-verbose">W</span> acute </span>' ''
'&#x1E83;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E83" title="ch-verbose">w</span> acute </span>' ''
'&#x1E84;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E84" title="ch-verbose">W</span> with diaeresis </span>' ''
'&#x1E85;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E85" title="ch-verbose">w</span> with diaeresis </span>' ''
'&#x1E86;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E86" title="ch-verbose">W</span> with dot above </span>' ''
'&#x1E87;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E87" title="ch-verbose">w</span> with dot above </span>' ''
'&#x1E88;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E88" title="ch-verbose">W</span> with dot below </span>' ''
'&#x1E89;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E89" title="ch-verbose">w</span> with dot below </span>' ''
'&#x1E8A;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E8A" title="ch-verbose">X</span> with dot above </span>' ''
'&#x1E8B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E8B" title="ch-verbose">x</span> with dot above </span>' ''
'&#x1E8C;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E8C" title="ch-verbose">X</span> with diaeresis </span>' ''
'&#x1E8D;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E8D" title="ch-verbose">x</span> with diaeresis </span>' ''
'&#x1E8E;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E8E" title="ch-verbose">Y</span> with dot above </span>' ''
'&#x1E8F;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E8F" title="ch-verbose">y</span> with dot above </span>' ''
'&#x1E90;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E90" title="ch-verbose">Z</span> circumflex </span>' ''
'&#x1E91;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E91" title="ch-verbose">z</span> circumflex </span>' ''
'&#x1E92;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E92" title="ch-verbose">Z</span> with dot below </span>' ''
'&#x1E93;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E93" title="ch-verbose">z</span> with dot below </span>' ''
'&#x1E94;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E94" title="ch-verbose">Z</span> with line below </span>' ''
'&#x1E95;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E95" title="ch-verbose">z</span> with line below </span>' ''
'&#x1E96;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E96" title="ch-verbose">h</span> with line below </span>' ''
'&#x1E97;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E97" title="ch-verbose">t</span> with diaeresis </span>' ''
'&#x1E98;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E98" title="ch-verbose">w</span> with ring above </span>' ''
'&#x1E99;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E99" title="ch-verbose">y</span> with ring above </span>' ''
'&#x1E9A;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E9A" title="ch-verbose">a</span> with right half ring </span>' ''
'&#x1E9B;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1E9B" title="ch-verbose">long</span> s with dot above </span>' ''
'&#x1EA0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA0" title="ch-verbose">A</span> with dot below </span>' ''
'&#x1EA1;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA1" title="ch-verbose">a</span> with dot below </span>' ''
'&#x1EA2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA2" title="ch-verbose">A</span> with hook above </span>' ''
'&#x1EA3;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA3" title="ch-verbose">a</span> with hook above </span>' ''
'&#x1EA4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA4" title="ch-verbose">A</span> with circumflex and acute </span>' ''
'&#x1EA5;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA5" title="ch-verbose">a</span> with circumflex and acute </span>' ''
'&#x1EA6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA6" title="ch-verbose">A</span> with circumflex and grave </span>' ''
'&#x1EA7;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA7" title="ch-verbose">a</span> with circumflex and grave </span>' ''
'&#x1EA8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA8" title="ch-verbose">A</span> with circumflex and hook above </span>' ''
'&#x1EA9;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EA9" title="ch-verbose">a</span> with circumflex and hook above </span>' ''
'&#x1EAA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EAA" title="ch-verbose">A</span> with circumflex and tilde </span>' ''
'&#x1EAB;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EAB" title="ch-verbose">a</span> with circumflex and tilde </span>' ''
'&#x1EAC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EAC" title="ch-verbose">A</span> with circumflex and dot below </span>' ''
'&#x1EAD;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EAD" title="ch-verbose">a</span> with circumflex and dot below </span>' ''
'&#x1EAE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EAE" title="ch-verbose">A</span> with breve and acute </span>' ''
'&#x1EAF;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EAF" title="ch-verbose">a</span> with breve and acute </span>' ''
'&#x1EB0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB0" title="ch-verbose">A</span> with breve and grave </span>' ''
'&#x1EB1;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB1" title="ch-verbose">a</span> with breve and grave </span>' ''
'&#x1EB2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB2" title="ch-verbose">A</span> with breve and hook above </span>' ''
'&#x1EB3;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB3" title="ch-verbose">a</span> with breve and hook above </span>' ''
'&#x1EB4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB4" title="ch-verbose">A</span> with breve and tilde </span>' ''
'&#x1EB5;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB5" title="ch-verbose">a</span> with breve and tilde </span>' ''
'&#x1EB6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB6" title="ch-verbose">A</span> with breve and dot below </span>' ''
'&#x1EB7;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB7" title="ch-verbose">a</span> with breve and dot below </span>' ''
'&#x1EB8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB8" title="ch-verbose">E</span> with dot below </span>' ''
'&#x1EB9;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EB9" title="ch-verbose">e</span> with dot below </span>' ''
'&#x1EBA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EBA" title="ch-verbose">E</span> with hook above </span>' ''
'&#x1EBB;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EBB" title="ch-verbose">e</span> with hook above </span>' ''
'&#x1EBC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EBC" title="ch-verbose">E</span> with tilde </span>' ''
'&#x1EBD;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EBD" title="ch-verbose">e</span> with tilde </span>' ''
'&#x1EBE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EBE" title="ch-verbose">E</span> with circumflex and acute </span>' ''
'&#x1EBF;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EBF" title="ch-verbose">e</span> with circumflex and acute </span>' ''
'&#x1EC0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC0" title="ch-verbose">E</span> with circumflex and grave </span>' ''
'&#x1EC1;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC1" title="ch-verbose">e</span> with circumflex and grave </span>' ''
'&#x1EC2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC2" title="ch-verbose">E</span> with circumflex and hook above </span>' ''
'&#x1EC3;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC3" title="ch-verbose">e</span> with circumflex and hook above </span>' ''
'&#x1EC4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC4" title="ch-verbose">E</span> with circumflex and tilde </span>' ''
'&#x1EC5;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC5" title="ch-verbose">e</span> with circumflex and tilde </span>' ''
'&#x1EC6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC6" title="ch-verbose">E</span> with circumflex and dot below </span>' ''
'&#x1EC7;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC7" title="ch-verbose">e</span> with circumflex and dot below </span>' ''
'&#x1EC8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC8" title="ch-verbose">I</span> with hook above </span>' ''
'&#x1EC9;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EC9" title="ch-verbose">i</span> with hook above </span>' ''
'&#x1ECA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ECA" title="ch-verbose">I</span> with dot below </span>' ''
'&#x1ECB;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ECB" title="ch-verbose">i</span> with dot below </span>' ''
'&#x1ECC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ECC" title="ch-verbose">O</span> with dot below </span>' ''
'&#x1ECD;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ECD" title="ch-verbose">o</span> with dot below </span>' ''
'&#x1ECE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ECE" title="ch-verbose">O</span> with hook above </span>' ''
'&#x1ECF;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ECF" title="ch-verbose">o</span> with hook above </span>' ''
'&#x1ED0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED0" title="ch-verbose">O</span> with circumflex and acute </span>' ''
'&#x1ED1;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED1" title="ch-verbose">o</span> with circumflex and acute </span>' ''
'&#x1ED2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED2" title="ch-verbose">O</span> with circumflex and grave </span>' ''
'&#x1ED3;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED3" title="ch-verbose">o</span> with circumflex and grave </span>' ''
'&#x1ED4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED4" title="ch-verbose">O</span> with circumflex and hook above </span>' ''
'&#x1ED5;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED5" title="ch-verbose">o</span> with circumflex and hook above </span>' ''
'&#x1ED6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED6" title="ch-verbose">O</span> with circumflex and tilde </span>' ''
'&#x1ED7;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED7" title="ch-verbose">o</span> with circumflex and tilde </span>' ''
'&#x1ED8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED8" title="ch-verbose">O</span> with circumflex and dot below </span>' ''
'&#x1ED9;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1ED9" title="ch-verbose">o</span> with circumflex and dot below </span>' ''
'&#x1EDA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EDA" title="ch-verbose">O</span> with horn and acute </span>' ''
'&#x1EDB;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EDB" title="ch-verbose">o</span> with horn and acute </span>' ''
'&#x1EDC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EDC" title="ch-verbose">O</span> with horn and grave </span>' ''
'&#x1EDD;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EDD" title="ch-verbose">o</span> with horn and grave </span>' ''
'&#x1EDE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EDE" title="ch-verbose">O</span> with horn and hook above </span>' ''
'&#x1EDF;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EDF" title="ch-verbose">o</span> with horn and hook above </span>' ''
'&#x1EE0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE0" title="ch-verbose">O</span> with horn and tilde </span>' ''
'&#x1EE1;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE1" title="ch-verbose">o</span> with horn and tilde </span>' ''
'&#x1EE2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE2" title="ch-verbose">O</span> with horn and dot below </span>' ''
'&#x1EE3;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE3" title="ch-verbose">o</span> with horn and dot below </span>' ''
'&#x1EE4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE4" title="ch-verbose">U</span> with dot below </span>' ''
'&#x1EE5;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE5" title="ch-verbose">u</span> with dot below </span>' ''
'&#x1EE6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE6" title="ch-verbose">U</span> with hook above </span>' ''
'&#x1EE7;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE7" title="ch-verbose">u</span> with hook above </span>' ''
'&#x1EE8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE8" title="ch-verbose">U</span> with horn and acute </span>' ''
'&#x1EE9;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EE9" title="ch-verbose">u</span> with horn and acute </span>' ''
'&#x1EEA;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EEA" title="ch-verbose">U</span> with horn and grave </span>' ''
'&#x1EEB;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EEB" title="ch-verbose">u</span> with horn and grave </span>' ''
'&#x1EEC;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EEC" title="ch-verbose">U</span> with horn and hook above </span>' ''
'&#x1EED;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EED" title="ch-verbose">u</span> with horn and hook above </span>' ''
'&#x1EEE;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EEE" title="ch-verbose">U</span> with horn and tilde </span>' ''
'&#x1EEF;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EEF" title="ch-verbose">u</span> with horn and tilde </span>' ''
'&#x1EF0;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF0" title="ch-verbose">U</span> with horn and dot below </span>' ''
'&#x1EF1;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF1" title="ch-verbose">u</span> with horn and dot below </span>' ''
'&#x1EF2;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF2" title="ch-verbose">Y</span> with grave </span>' ''
'&#x1EF3;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF3" title="ch-verbose">y</span> with grave </span>' ''
'&#x1EF4;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF4" title="ch-verbose">Y</span> with dot below </span>' ''
'&#x1EF5;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF5" title="ch-verbose">y</span> with dot below </span>' ''
'&#x1EF6;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF6" title="ch-verbose">Y</span> with hook above </span>' ''
'&#x1EF7;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF7" title="ch-verbose">y</span> with hook above </span>' ''
'&#x1EF8;' '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF8" title="ch-verbose">Y</span> with tilde </span>' ''
'&#x1EF9;'   '' '<span class="accented-char" title="ch-verbose"> <span class="ch 1EF9" title="ch-verbose">y</span> with tilde </span>' ''

'&#x200E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 200E" title="ch-verbose">left-to-right mark</span> </span>' ''
'&#x200F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 200F" title="ch-verbose">right-to-left mark</span> </span>' ''
'&#x2010;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2010" title="ch-verbose">hyphen</span> </span>' ''
'&#x2011;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2011" title="ch-verbose">non-breaking hyphen</span> </span>' ''
'&#x2012;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2012" title="ch-verbose">figure dash</span> </span>' ''
'&#x2013;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2013" title="ch-verbose">en dash</span> </span>' ''
'&#x2014;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2014" title="ch-verbose">em dash</span> </span>' ''   
'&#x2015;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2015" title="ch-verbose">horizontal bar</span> </span>' ''
'&#x2016;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2016" title="ch-verbose">double vertical line</span> </span>' ''
'&#x2017;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2017" title="ch-verbose">double low line</span> </span>' ''
'&#x2018;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 2018" title="ch-verbose">left single quotation</span> </span>' ''
'&#x2019;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 2019" title="ch-verbose">apostrophe</span> </span>' ''
'&#x201A;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 201A" title="ch-verbose">single low quotation</span> </span>' ''
'&#x201B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 201B" title="ch-verbose">single high-reversed-9 quotation mark</span> </span>' ''
'&#x201C;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 201C" title="ch-verbose">left double quotation</span> </span>' ''
'&#x201D;' ''   '<span class="char--del" title="ch-verbose"> <span class="ch 201D" title="ch-verbose">right double quotation</span> </span>' ''
'&#x201E;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 201E" title="ch-verbose">double low quotation</span> </span>' ''
'&#x201F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 201F" title="ch-verbose">double high-reversed-9 quotation mark</span> </span>' ''
'&#x2020;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2020" title="ch-verbose">dagger</span> </span>' ''
'&#x2021;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2021" title="ch-verbose">double dagger</span> </span>' ''
'&#x2022;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2022" title="ch-verbose">bullet</span> </span>' ''
'&#x2023;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2023" title="ch-verbose">triangular bullet</span> </span>' ''
'&#x2024;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2024" title="ch-verbose">one dot leader</span> </span>' ''
'&#x2025;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2025" title="ch-verbose">two dot leader</span> </span>' ''
'&#x2026;' '' '<span class="char" title="ch-verbose"> <span class="ch 2026" title="ch-verbose">ellipsis</span> </span>' '' 
'&#x2027;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2027" title="ch-verbose">hyphenation point</span> </span>' ''
'&#x2028;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2028" title="ch-verbose">line separator</span> </span>' ''
'&#x2029;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2029" title="ch-verbose">paragraph separator</span> </span>' ''
'&#x202A;' ''   '<span class="char" title="ch-verbose"> <span class="ch 202A" title="ch-verbose">left-to-right embedding</span> </span>' ''
'&#x202B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 202B" title="ch-verbose">right-to-left embedding</span> </span>' ''
'&#x202C;' ''   '<span class="char" title="ch-verbose"> <span class="ch 202C" title="ch-verbose">pop directional formatting</span> </span>' ''
'&#x202D;' ''   '<span class="char" title="ch-verbose"> <span class="ch 202D" title="ch-verbose">left-to-right override</span> </span>' ''
'&#x202E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 202E" title="ch-verbose">right-to-left override</span> </span>' ''
'&#x202F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 202F" title="ch-verbose">narrow no-break space</span> </span>' ''
'&#x2030;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2030" title="ch-verbose">per mille sign</span> </span>' ''
'&#x2031;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2031" title="ch-verbose">per ten thousand sign</span> </span>' ''
'&#x2032;' '' '<span class="char" title="ch-verbose"> <span class="ch 2032" title="ch-verbose">prime</span> </span>' '' 
'&#x2033;' '' '<span class="char" title="ch-verbose"> <span class="ch 2033" title="ch-verbose">double prime</span> </span>' '' 
'&#x2034;' '' '<span class="char" title="ch-verbose"> <span class="ch 2034" title="ch-verbose">triple prime</span> </span>' ''
'&#x2035;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2035" title="ch-verbose">reversed prime</span> </span>' ''
'&#x2036;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2036" title="ch-verbose">reversed double prime</span> </span>' ''
'&#x2037;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2037" title="ch-verbose">reversed triple prime</span> </span>' ''
'&#x2038;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2038" title="ch-verbose">caret</span> </span>' ''
'&#x2039;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2039" title="ch-verbose">single left-pointing angle quotation mark</span> </span>' ''
'&#x203A;' ''   '<span class="char" title="ch-verbose"> <span class="ch 203A" title="ch-verbose">single right-pointing angle quotation mark</span> </span>' ''
'&#x203B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 203B" title="ch-verbose">reference mark</span> </span>' ''
'&#x203C;' ''   '<span class="char" title="ch-verbose"> <span class="ch 203C" title="ch-verbose">double exclamation mark</span> </span>' ''
'&#x203D;' ''   '<span class="char" title="ch-verbose"> <span class="ch 203D" title="ch-verbose">interrobang</span> </span>' ''
'&#x203E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 203E" title="ch-verbose">overline</span> </span>' ''
'&#x203F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 203F" title="ch-verbose">undertie</span> </span>' ''
'&#x2040;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2040" title="ch-verbose">character tie</span> </span>' ''
'&#x2041;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2041" title="ch-verbose">caret insertion point</span> </span>' ''
'&#x2042;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2042" title="ch-verbose">asterism</span> </span>' ''
'&#x2043;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2043" title="ch-verbose">hyphen bullet</span> </span>' ''
'&#x2044;' '' '<span class="char" title="ch-verbose"> <span class="ch 2044" title="ch-verbose">slash</span> </span>' '' 
'&#x2045;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2045" title="ch-verbose">left square bracket with quill</span> </span>' ''
'&#x2046;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2046" title="ch-verbose">right square bracket with quill</span> </span>' ''
'&#x2047;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2047" title="ch-verbose">double question mark</span> </span>' ''
'&#x2048;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2048" title="ch-verbose">question exclamation mark</span> </span>' ''
'&#x2049;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2049" title="ch-verbose">exclamation question mark</span> </span>' ''
'&#x204A;' ''   '<span class="char" title="ch-verbose"> <span class="ch 204A" title="ch-verbose">tironian sign et</span> </span>' ''
'&#x204B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 204B" title="ch-verbose">reversed pilcrow sign</span> </span>' ''
'&#x204C;' ''   '<span class="char" title="ch-verbose"> <span class="ch 204C" title="ch-verbose">black leftwards bullet</span> </span>' ''
'&#x204D;' ''   '<span class="char" title="ch-verbose"> <span class="ch 204D" title="ch-verbose">black rightwards bullet</span> </span>' ''
'&#x204E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 204E" title="ch-verbose">low asterisk</span> </span>' ''
'&#x204F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 204F" title="ch-verbose">reversed semicolon</span> </span>' ''
'&#x2050;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2050" title="ch-verbose">close up</span> </span>' ''
'&#x2051;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2051" title="ch-verbose">two asterisks aligned vertically</span> </span>' ''
'&#x2052;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2052" title="ch-verbose">commercial minus sign</span> </span>' ''
'&#x2053;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2053" title="ch-verbose">swung dash</span> </span>' ''
'&#x2054;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2054" title="ch-verbose">inverted undertie</span> </span>' ''
'&#x2057;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2057" title="ch-verbose">quadruple prime</span> </span>' ''
'&#x205F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 205F" title="ch-verbose">medium mathematical space</span> </span>' ''
'&#x2060;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2060" title="ch-verbose">word joiner</span> </span>' ''
'&#x2061;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2061" title="ch-verbose">function application</span> </span>' ''
'&#x2062;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2062" title="ch-verbose">invisible times</span> </span>' ''
'&#x2063;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2063" title="ch-verbose">invisible separator</span> </span>' ''
'&#x206A;' ''   '<span class="char" title="ch-verbose"> <span class="ch 206A" title="ch-verbose">inhibit symmetric swapping</span> </span>' ''
'&#x206B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 206B" title="ch-verbose">activate symmetric swapping</span> </span>' ''
'&#x206C;' ''   '<span class="char" title="ch-verbose"> <span class="ch 206C" title="ch-verbose">inhibit arabic form shaping</span> </span>' ''
'&#x206D;' ''   '<span class="char" title="ch-verbose"> <span class="ch 206D" title="ch-verbose">activate arabic form shaping</span> </span>' ''
'&#x206E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 206E" title="ch-verbose">national digit shapes</span> </span>' ''
'&#x206F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 206F" title="ch-verbose">nominal digit shapes</span> </span>' ''
'&#x2070;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2070" title="ch-verbose">superscript zero</span> </span>' ''
'&#x2071;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2071" title="ch-verbose">superscript latin small letter i</span> </span>' ''
'&#x2074;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2074" title="ch-verbose">superscript four</span> </span>' ''
'&#x2075;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2075" title="ch-verbose">superscript five</span> </span>' ''
'&#x2076;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2076" title="ch-verbose">superscript six</span> </span>' ''
'&#x2077;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2077" title="ch-verbose">superscript seven</span> </span>' ''
'&#x2078;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2078" title="ch-verbose">superscript eight</span> </span>' ''
'&#x2079;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2079" title="ch-verbose">superscript nine</span> </span>' ''
'&#x207A;' ''   '<span class="char" title="ch-verbose"> <span class="ch 207A" title="ch-verbose">superscript plus sign</span> </span>' ''
'&#x207B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 207B" title="ch-verbose">superscript minus</span> </span>' ''
'&#x207C;' ''   '<span class="char" title="ch-verbose"> <span class="ch 207C" title="ch-verbose">superscript equals sign</span> </span>' ''
'&#x207D;' ''   '<span class="char" title="ch-verbose"> <span class="ch 207D" title="ch-verbose">superscript left parenthesis</span> </span>' ''
'&#x207E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 207E" title="ch-verbose">superscript right parenthesis</span> </span>' ''
'&#x207F;' ''   '<span class="char" title="ch-verbose"> <span class="ch 207F" title="ch-verbose">superscript latin small letter n</span> </span>' ''
'&#x2080;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2080" title="ch-verbose">subscript zero</span> </span>' ''
'&#x2081;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2081" title="ch-verbose">subscript one</span> </span>' ''
'&#x2082;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2082" title="ch-verbose">subscript two</span> </span>' ''
'&#x2083;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2083" title="ch-verbose">subscript three</span> </span>' ''
'&#x2084;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2084" title="ch-verbose">subscript four</span> </span>' ''
'&#x2085;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2085" title="ch-verbose">subscript five</span> </span>' ''
'&#x2086;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2086" title="ch-verbose">subscript six</span> </span>' ''
'&#x2087;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2087" title="ch-verbose">subscript seven</span> </span>' ''
'&#x2088;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2088" title="ch-verbose">subscript eight</span> </span>' ''
'&#x2089;' ''   '<span class="char" title="ch-verbose"> <span class="ch 2089" title="ch-verbose">subscript nine</span> </span>' ''
'&#x208A;' ''   '<span class="char" title="ch-verbose"> <span class="ch 208A" title="ch-verbose">subscript plus sign</span> </span>' ''
'&#x208B;' ''   '<span class="char" title="ch-verbose"> <span class="ch 208B" title="ch-verbose">subscript minus</span> </span>' ''
'&#x208C;' ''   '<span class="char" title="ch-verbose"> <span class="ch 208C" title="ch-verbose">subscript equals sign</span> </span>' ''
'&#x208D;' ''   '<span class="char" title="ch-verbose"> <span class="ch 208D" title="ch-verbose">subscript left parenthesis</span> </span>' ''
'&#x208E;' ''   '<span class="char" title="ch-verbose"> <span class="ch 208E" title="ch-verbose">subscript right parenthesis</span> </span>' ''
'&#x20A0;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A0" title="ch-verbose">euro-currency sign</span> </span>' ''
'&#x20A1;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A1" title="ch-verbose">colon sign</span> </span>' ''
'&#x20A2;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A2" title="ch-verbose">cruzeiro sign</span> </span>' ''
'&#x20A3;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A3" title="ch-verbose">french franc sign</span> </span>' ''
'&#x20A4;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A4" title="ch-verbose">lira sign</span> </span>' ''
'&#x20A5;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A5" title="ch-verbose">mill sign</span> </span>' ''
'&#x20A6;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A6" title="ch-verbose">naira sign</span> </span>' ''
'&#x20A7;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A7" title="ch-verbose">peseta sign</span> </span>' ''
'&#x20A8;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A8" title="ch-verbose">rupee sign</span> </span>' ''
'&#x20A9;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20A9" title="ch-verbose">won sign</span> </span>' ''
'&#x20AA;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20AA" title="ch-verbose">new sheqel sign</span> </span>' ''
'&#x20AB;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20AB" title="ch-verbose">dong sign</span> </span>' ''
'&#x20AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 20AC" title="ch-verbose">euro</span> </span>' '' 
'&#x20AC;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20AC" title="ch-verbose">euro sign</span> </span>' ''
'&#x20AD;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20AD" title="ch-verbose">kip sign</span> </span>' ''
'&#x20AE;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20AE" title="ch-verbose">tugrik sign</span> </span>' ''
'&#x20AF;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20AF" title="ch-verbose">drachma sign</span> </span>' ''
'&#x20B0;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20B0" title="ch-verbose">german penny sign</span> </span>' ''
'&#x20B1;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20B1" title="ch-verbose">peso sign</span> </span>' ''
'&#x20D0;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D0" title="ch-verbose">left harpoon above</span> </span>' ''
'&#x20D1;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D1" title="ch-verbose">right harpoon above</span> </span>' ''
'&#x20D2;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D2" title="ch-verbose">long vertical line overlay</span> </span>' ''
'&#x20D3;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D3" title="ch-verbose">short vertical line overlay</span> </span>' ''
'&#x20D4;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D4" title="ch-verbose">anticlockwise arrow above</span> </span>' ''
'&#x20D5;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D5" title="ch-verbose">clockwise arrow above</span> </span>' ''
'&#x20D6;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D6" title="ch-verbose">left arrow above</span> </span>' ''
'&#x20D7;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D7" title="ch-verbose">right arrow above</span> </span>' ''
'&#x20D8;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D8" title="ch-verbose">ring overlay</span> </span>' ''
'&#x20D9;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20D9" title="ch-verbose">clockwise ring overlay</span> </span>' ''
'&#x20DA;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20DA" title="ch-verbose">anticlockwise ring overlay</span> </span>' ''
'&#x20DB;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20DB" title="ch-verbose">three dots above</span> </span>' ''
'&#x20DC;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20DC" title="ch-verbose">four dots above</span> </span>' ''
'&#x20DD;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20DD" title="ch-verbose">enclosing circle</span> </span>' ''
'&#x20DE;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20DE" title="ch-verbose">enclosing square</span> </span>' ''
'&#x20DF;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20DF" title="ch-verbose">enclosing diamond</span> </span>' ''
'&#x20E0;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E0" title="ch-verbose">enclosing circle backslash</span> </span>' ''
'&#x20E1;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E1" title="ch-verbose">left right arrow above</span> </span>' ''
'&#x20E2;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E2" title="ch-verbose">enclosing screen</span> </span>' ''
'&#x20E3;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E3" title="ch-verbose">enclosing keycap</span> </span>' ''
'&#x20E4;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E4" title="ch-verbose">enclosing upward pointing triangle</span> </span>' ''
'&#x20E5;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E5" title="ch-verbose">reverse solidus overlay</span> </span>' ''
'&#x20E6;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E6" title="ch-verbose">double vertical stroke overlay</span> </span>' ''
'&#x20E7;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E7" title="ch-verbose">annuity symbol</span> </span>' ''
'&#x20E8;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E8" title="ch-verbose">triple underdot</span> </span>' ''
'&#x20E9;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20E9" title="ch-verbose">wide bridge above</span> </span>' ''
'&#x20EA;' ''   '<span class="char" title="ch-verbose"> <span class="ch 20EA" title="ch-verbose">leftwards arrow overlay</span> </span>' ''

'&#X219B;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FF" title="ch-verbose">rightwards arrow with stroke</span> </span>' ''
'&#x2100;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2100" title="ch-verbose">account of</span> </span>' ''
'&#x2101;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2101" title="ch-verbose">addressed to the subject</span> </span>' ''
'&#x2102;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2102" title="ch-verbose">c</span> </span>' ''
'&#x2103;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2103" title="ch-verbose">degree celsius</span> </span>' ''
'&#x2104;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2104" title="ch-verbose">centre line symbol</span> </span>' ''
'&#x2105;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2105" title="ch-verbose">care of</span> </span>' ''
'&#x2106;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2106" title="ch-verbose">cada una</span> </span>' ''
'&#x2107;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2107" title="ch-verbose">euler constant</span> </span>' ''
'&#x2108;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2108" title="ch-verbose">scruple</span> </span>' ''
'&#x2109;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2109" title="ch-verbose">degree fahrenheit</span> </span>' ''
'&#x210A;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 210A" title="ch-verbose">script g</span> </span>' ''
'&#x210B;' ''  '<span class="script" title="ch-verbose"> <span class="ch 210B" title="ch-verbose">H</span> </span>' ''
'&#x210C;' ''  '<span class="char" title="ch-verbose"> capital <span  class="ch 210C" title="ch-verbose">black-letter h</span> </span>' ''
'&#x210D;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span  class="ch 210D" title="ch-verbose">h</span> </span>' ''
'&#x210E;' ''  '<span class="char" title="ch-verbose"> <span class="ch 210E" title="ch-verbose">planck constant</span> </span>' ''
'&#x210F;' ''  '<span class="char" title="ch-verbose"> <span class="ch 210F" title="ch-verbose">planck constant over two pi</span> </span>' ''
'&#x2110;' '' '<span class="script" title="ch-verbose"> <span class="ch 2110" title="ch-verbose">I</span> </span>' ''
'&#x2111;' '' '<span class="fraktur char" title="ch-verbose"> <span class="ch 2111" title="ch-verbose">I</span> </span>' '' 
'&#x2112;' '' '<span class="script" title="ch-verbose"> <span class="ch 2112" title="ch-verbose">L</span> </span>' ''
'&#x2113;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2113" title="ch-verbose">script l</span> </span>' ''
'&#x2114;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2114" title="ch-verbose">l b bar</span> </span>' ''
'&#x2115;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span  class="ch 2115" title="ch-verbose">n</span> </span>' ''
'&#x2116;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2116" title="ch-verbose">numero sign</span> </span>' ''
'&#x2117;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2117" title="ch-verbose">sound recording copyright</span> </span>' ''
'&#x2118;' '' '<span class="char" title="ch-verbose"> <span class="ch 2118" title="ch-verbose">Weierstrass</span> </span>' '' 
'&#x2119;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2119" title="ch-verbose">p</span> </span>' ''
'&#x211A;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 211A" title="ch-verbose">q</span> </span>' ''
'&#x211B;' '' '<span class="script" title="ch-verbose"> <span class="ch 211B" title="ch-verbose">R</span> </span>' ''
'&#x211C;' '' '<span class="fraktur char" title="ch-verbose"> <span class="ch 211C" title="ch-verbose">R</span> </span>' '' 
'&#x211D;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 211D" title="ch-verbose">r</span> </span>' ''
'&#x211E;' ''  '<span class="char" title="ch-verbose"> <span class="ch 211E" title="ch-verbose">prescription take sign</span> </span>' ''
'&#x211F;' ''  '<span class="char" title="ch-verbose"> <span class="ch 211F" title="ch-verbose">response sign</span> </span>' ''
'&#x2120;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2120" title="ch-verbose">service mark</span> </span>' ''
'&#x2121;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2121" title="ch-verbose">telephone sign</span> </span>' ''
'&#x2122;' '' '<span class="char" title="ch-verbose"> <span class="ch 2122" title="ch-verbose">trade mark</span> </span>' '' 
'&#x2123;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2123" title="ch-verbose">versicle</span> </span>' ''
'&#x2124;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2124" title="ch-verbose">z</span> </span>' ''
'&#x2125;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2125" title="ch-verbose">ounce</span> </span>' ''
'&#x2126;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2126" title="ch-verbose">ohm</span> </span>' ''
'&#x2127;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2127" title="ch-verbose">inverted ohm</span> </span>' ''
'&#x2128;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2128" title="ch-verbose">black-letter z</span> </span>' ''
'&#x2129;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2129" title="ch-verbose">turned iota</span> </span>' ''
'&#x212A;' ''  '<span class="char" title="ch-verbose"> <span class="ch 212A" title="ch-verbose">degree kelvin</span> </span>' ''
'&#x212B;' ''  '<span class="char" title="ch-verbose"> <span class="ch 212B" title="ch-verbose">angstrom</span> </span>' ''
'&#x212C;' '' '<span class="script" title="ch-verbose"> <span class="ch 212C" title="ch-verbose">B</span> </span>' ''
'&#x212D;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 212D" title="ch-verbose">black-letter c</span> </span>' ''   d
'&#x212E;' ''  '<span class="char" title="ch-verbose"> <span class="ch 212E" title="ch-verbose">estimated</span> </span>' ''
'&#x212F;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 212F" title="ch-verbose">script e</span> </span>' ''
'&#x2130;' '' '<span class="script" title="ch-verbose"> <span class="ch 2130" title="ch-verbose">E</span> </span>' ''
'&#x2131;' '' '<span class="script" title="ch-verbose"> <span class="ch 2131" title="ch-verbose">F</span> </span>' ''
'&#x2132;' ''  '<span class="char" title="ch-verbose"> capital <span  class="ch 2132" title="ch-verbose">turned f</span> </span>' ''
'&#x2133;' '' '<span class="script" title="ch-verbose"> <span class="ch 2133" title="ch-verbose">M</span> </span>' ''
'&#x2134;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2134" title="ch-verbose">script o</span> </span>' ''
'&#x2135;' '' '<span class="char" title="ch-verbose"> <span class="ch 2135" title="ch-verbose">alef</span> </span>' '' 
'&#x2136;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2136" title="ch-verbose">bet</span> </span>' ''
'&#x2137;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2137" title="ch-verbose">gimel</span> </span>' ''
'&#x2138;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2138" title="ch-verbose">dalet</span> </span>' ''
'&#x2139;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2139" title="ch-verbose">information source sign</span> </span>' ''
'&#x213A;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 213A" title="ch-verbose">rotated q</span> </span>' ''
'&#x213B;' ''  '<span class="char" title="ch-verbose"> <span class="ch 213B" title="ch-verbose">facsimile sign</span> </span>' ''
'&#x213D;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 213D" title="ch-verbose">gamma</span> </span>' ''
'&#x213E;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 213E" title="ch-verbose">gamma</span> </span>' ''
'&#x213F;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 213F" title="ch-verbose">pi</span> </span>' ''
'&#x2140;' ''  '<span class="char" title="ch-verbose"> double-struck <span class="ch " title="ch-verbose">n-ary summation</span> </span>' ''
'&#x2141;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2141" title="ch-verbose">turned sans-serif g</span> </span>' ''
'&#x2142;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2142" title="ch-verbose">turned sans-serif l</span> </span>' ''
'&#x2143;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2143" title="ch-verbose">reversed sans-serif l</span> </span>' ''
'&#x2144;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2144" title="ch-verbose">turned sans-serif y</span> </span>' ''
'&#x2145;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2145" title="ch-verbose">italic d</span> </span>' ''
'&#x2146;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2146" title="ch-verbose">italic d</span> </span>' ''
'&#x2147;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2147" title="ch-verbose">italic e</span> </span>' ''
'&#x2148;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2148" title="ch-verbose">italic i</span> </span>' ''
'&#x2149;' ''  '<span class="char" title="ch-verbose"> double-struck capital <span class="ch 2149" title="ch-verbose">italic j</span> </span>' ''
'&#x214A;' ''  '<span class="char" title="ch-verbose"> <span class="ch 214A" title="ch-verbose">property line</span> </span>' ''
'&#x214B;' ''  '<span class="char" title="ch-verbose"> <span class="ch 214B" title="ch-verbose">turned ampersand</span> </span>' ''
'&#x2153;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2153" title="ch-verbose">one third</span> </span>' ''
'&#x2154;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2154" title="ch-verbose">two thirds</span> </span>' ''
'&#x2155;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2155" title="ch-verbose">one fifth</span> </span>' ''
'&#x2156;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2156" title="ch-verbose">two fifths</span> </span>' ''
'&#x2157;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2157" title="ch-verbose">three fifths</span> </span>' ''
'&#x2158;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2158" title="ch-verbose">four fifths</span> </span>' ''
'&#x2159;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 2159" title="ch-verbose">one sixth</span> </span>' ''
'&#x215A;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 215A" title="ch-verbose">five sixths</span> </span>' ''
'&#x215B;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 215B" title="ch-verbose">one eighth</span> </span>' ''
'&#x215C;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 215C" title="ch-verbose">three eighths</span> </span>' ''
'&#x215D;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 215D" title="ch-verbose">five eighths</span> </span>' ''
'&#x215E;' ''  '<span class="char" title="ch-verbose"> vulgar <span class="ch 215E" title="ch-verbose">seven eighths</span> </span>' ''
'&#x215F;' ''  '<span class="char" title="ch-verbose"> <span class="ch 215F" title="ch-verbose">fraction numerator one</span> </span>' ''
'&#x2160;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2160" title="ch-verbose">roman numeral one</span> </span>' ''
'&#x2161;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2161" title="ch-verbose">roman numeral two</span> </span>' ''
'&#x2162;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2162" title="ch-verbose">roman numeral three</span> </span>' ''
'&#x2163;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2163" title="ch-verbose">roman numeral four</span> </span>' ''
'&#x2164;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2164" title="ch-verbose">roman numeral five</span> </span>' ''
'&#x2165;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2165" title="ch-verbose">roman numeral six</span> </span>' ''
'&#x2166;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2166" title="ch-verbose">roman numeral seven</span> </span>' ''
'&#x2167;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2167" title="ch-verbose">roman numeral eight</span> </span>' ''
'&#x2168;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2168" title="ch-verbose">roman numeral nine</span> </span>' ''
'&#x2169;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2169" title="ch-verbose">roman numeral ten</span> </span>' ''
'&#x216a;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 216a" title="ch-verbose">roman numeral eleven</span> </span>' ''
'&#x216b;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 216b" title="ch-verbose">roman numeral twelve</span> </span>' ''
'&#x216c;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 216c" title="ch-verbose">roman numeral fifty</span> </span>' ''
'&#x216d;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 216d" title="ch-verbose">roman numeral one hundred</span> </span>' ''
'&#x216e;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 216e" title="ch-verbose">roman numeral five hundred</span> </span>' ''
'&#x216f;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 216f" title="ch-verbose">roman numeral one thousand</span> </span>' ''
'&#x2170;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2170" title="ch-verbose">roman numeral one</span> </span>' ''
'&#x2171;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2171" title="ch-verbose">roman numeral two</span> </span>' ''
'&#x2172;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2172" title="ch-verbose">roman numeral three</span> </span>' ''
'&#x2173;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2173" title="ch-verbose">roman numeral four</span> </span>' ''
'&#x2174;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2174" title="ch-verbose">roman numeral five</span> </span>' ''
'&#x2175;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2175" title="ch-verbose">roman numeral six</span> </span>' ''
'&#x2176;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2176" title="ch-verbose">roman numeral seven</span> </span>' ''
'&#x2177;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2177" title="ch-verbose">roman numeral eight</span> </span>' ''
'&#x2178;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2178" title="ch-verbose">roman numeral nine</span> </span>' ''
'&#x2179;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 2179" title="ch-verbose">roman numeral ten</span> </span>' ''
'&#x217A;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 217A" title="ch-verbose">roman numeral eleven</span> </span>' ''
'&#x217B;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 217B" title="ch-verbose">roman numeral twelve</span> </span>' ''
'&#x217C;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 217C" title="ch-verbose">roman numeral fifty</span> </span>' ''
'&#x217D;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 217D" title="ch-verbose">roman numeral one hundred</span> </span>' ''
'&#x217E;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 217E" title="ch-verbose">roman numeral five hundred</span> </span>' ''
'&#x217F;' ''  '<span class="char" title="ch-verbose"> <span  class="ch 217F" title="ch-verbose">roman numeral one thousand</span> </span>' ''
'&#x2180;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2180" title="ch-verbose">roman numeral one thousand</span> </span>' ''
'&#x2181;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2181" title="ch-verbose">roman numeral five thousand</span> </span>' ''
'&#x2182;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2182" title="ch-verbose">roman numeral ten thousand</span> </span>' ''
'&#x2183;' ''  '<span class="char" title="ch-verbose"> capital <span class="ch 2183" title="ch-verbose">roman numeral reversed one hundred</span> </span>' ''
'&#x2190;' '' '<span class="char" title="ch-verbose"> <span class="ch 2190" title="ch-verbose">arrow left</span> </span>' '' 
'&#x2191;' '' '<span class="char" title="ch-verbose"> <span class="ch 2191" title="ch-verbose">arrow up</span> </span>' '' 
'&#x2192;' '' '<span class="char" title="ch-verbose"> <span class="ch 2192" title="ch-verbose">arrow right</span> </span>' '' 
'&#x2193;' '' '<span class="char" title="ch-verbose"> <span class="ch 2193" title="ch-verbose">arrow down</span> </span>' '' 
'&#x2194;' '' '<span class="char" title="ch-verbose"> <span class="ch 2194" title="ch-verbose">arrow left and right</span> </span>' '' 
'&#x2195;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2195" title="ch-verbose">up down arrow</span> </span>' ''
'&#x2196;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2196" title="ch-verbose">north west arrow</span> </span>' ''
'&#x2197;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2197" title="ch-verbose">north east arrow</span> </span>' ''
'&#x2198;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2198" title="ch-verbose">south east arrow</span> </span>' ''
'&#x2199;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2199" title="ch-verbose">south west arrow</span> </span>' ''
'&#x219A;' ''  '<span class="char" title="ch-verbose"> <span class="ch 219A" title="ch-verbose">leftwards arrow with stroke</span> </span>' ''
'&#x219C;' ''  '<span class="char" title="ch-verbose"> <span class="ch 219C" title="ch-verbose">leftwards wave arrow</span> </span>' ''
'&#x219D;' ''  '<span class="char" title="ch-verbose"> <span class="ch 219D" title="ch-verbose">rightwards wave arrow</span> </span>' ''
'&#x219E;' ''  '<span class="char" title="ch-verbose"> <span class="ch 219E" title="ch-verbose">leftwards two headed arrow</span> </span>' ''
'&#x219F;' ''  '<span class="char" title="ch-verbose"> <span class="ch 219F" title="ch-verbose">upwards two headed arrow</span> </span>' ''
'&#x21A0;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A0" title="ch-verbose">rightwards two headed arrow</span> </span>' ''
'&#x21A1;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A1" title="ch-verbose">downwards two headed arrow</span> </span>' ''
'&#x21A2;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A2" title="ch-verbose">leftwards arrow with tail</span> </span>' ''
'&#x21A3;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A3" title="ch-verbose">rightwards arrow with tail</span> </span>' ''
'&#x21A4;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A4" title="ch-verbose">leftwards arrow from bar</span> </span>' ''
'&#x21A5;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A5" title="ch-verbose">upwards arrow from bar</span> </span>' ''
'&#x21A6;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A6" title="ch-verbose">rightwards arrow from bar</span> </span>' ''
'&#x21A7;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A7" title="ch-verbose">downwards arrow from bar</span> </span>' ''
'&#x21A8;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A8" title="ch-verbose">up down arrow with base</span> </span>' ''
'&#x21A9;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21A9" title="ch-verbose">leftwards arrow with hook</span> </span>' ''
'&#x21AA;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21AA" title="ch-verbose">rightwards arrow with hook</span> </span>' ''
'&#x21AB;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21AB" title="ch-verbose">leftwards arrow with loop</span> </span>' ''
'&#x21AC;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21AC" title="ch-verbose">rightwards arrow with loop</span> </span>' ''
'&#x21AD;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21AD" title="ch-verbose">left right wave arrow</span> </span>' ''
'&#x21AE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21AE" title="ch-verbose">left right arrow with stroke</span> </span>' ''
'&#x21AF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21AF" title="ch-verbose">downwards zigzag arrow</span> </span>' ''
'&#x21B0;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B0" title="ch-verbose">upwards arrow with tip leftwards</span> </span>' ''
'&#x21B1;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B1" title="ch-verbose">upwards arrow with tip rightwards</span> </span>' ''
'&#x21B2;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B2" title="ch-verbose">downwards arrow with tip leftwards</span> </span>' ''
'&#x21B3;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B3" title="ch-verbose">downwards arrow with tip rightwards</span> </span>' ''
'&#x21B4;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B4" title="ch-verbose">rightwards arrow with corner downwards</span> </span>' ''
'&#x21B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 21B5" title="ch-verbose">carriage return</span> </span>' '' 
'&#x21B6;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B6" title="ch-verbose">anticlockwise top semicircle arrow</span> </span>' ''
'&#x21B7;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B7" title="ch-verbose">clockwise top semicircle arrow</span> </span>' ''
'&#x21B8;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B8" title="ch-verbose">north west arrow to long bar</span> </span>' ''
'&#x21B9;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21B9" title="ch-verbose">leftwards arrow to bar over rightwards arrow to bar</span> </span>' ''
'&#x21BA;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21BA" title="ch-verbose">anticlockwise open circle arrow</span> </span>' ''
'&#x21BB;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21BB" title="ch-verbose">clockwise open circle arrow</span> </span>' ''
'&#x21BC;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21BC" title="ch-verbose">leftwards harpoon with barb upwards</span> </span>' ''
'&#x21BD;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21BD" title="ch-verbose">leftwards harpoon with barb downwards</span> </span>' ''
'&#x21BE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21BE" title="ch-verbose">upwards harpoon with barb rightwards</span> </span>' ''
'&#x21BF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21BF" title="ch-verbose">upwards harpoon with barb leftwards</span> </span>' ''
'&#x21C0;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C0" title="ch-verbose">rightwards harpoon with barb upwards</span> </span>' ''
'&#x21C1;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C1" title="ch-verbose">rightwards harpoon with barb downwards</span> </span>' ''
'&#x21C2;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C2" title="ch-verbose">downwards harpoon with barb rightwards</span> </span>' ''
'&#x21C3;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C3" title="ch-verbose">downwards harpoon with barb leftwards</span> </span>' ''
'&#x21C4;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C4" title="ch-verbose">rightwards arrow over leftwards arrow</span> </span>' ''
'&#x21C5;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C5" title="ch-verbose">upwards arrow leftwards of downwards arrow</span> </span>' ''
'&#x21C6;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C6" title="ch-verbose">leftwards arrow over rightwards arrow</span> </span>' ''
'&#x21C7;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C7" title="ch-verbose">leftwards paired arrows</span> </span>' ''
'&#x21C8;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C8" title="ch-verbose">upwards paired arrows</span> </span>' ''
'&#x21C9;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21C9" title="ch-verbose">rightwards paired arrows</span> </span>' ''
'&#x21CA;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21CA" title="ch-verbose">downwards paired arrows</span> </span>' ''
'&#x21CB;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21CB" title="ch-verbose">leftwards harpoon over rightwards harpoon</span> </span>' ''
'&#x21CC;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21CC" title="ch-verbose">rightwards harpoon over leftwards harpoon</span> </span>' ''
'&#x21CD;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21CD" title="ch-verbose">leftwards double arrow with stroke</span> </span>' ''
'&#x21CE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21CE" title="ch-verbose">left right double arrow with stroke</span> </span>' ''
'&#x21CF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21CF" title="ch-verbose">rightwards double arrow with stroke</span> </span>' ''
'&#x21D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 21D0" title="ch-verbose">double arrow left</span> </span>' '' 
'&#x21D1;' '' '<span class="char" title="ch-verbose"> <span class="ch 21D1" title="ch-verbose">double arrow up</span> </span>' '' 
'&#x21D2;' '' '<span class="char" title="ch-verbose"> <span class="ch 21D2" title="ch-verbose">double arrow right</span> </span>' '' 
'&#x21D3;' '' '<span class="char" title="ch-verbose"> <span class="ch 21D3" title="ch-verbose">double arrow down</span> </span>' '' 
'&#x21D4;' '' '<span class="char" title="ch-verbose"> <span class="ch 21D4" title="ch-verbose">double arrow left and right </span> </span>' '' 
'&#x21D5;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21D5" title="ch-verbose">up down double arrow</span> </span>' ''
'&#x21D6;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21D6" title="ch-verbose">north west double arrow</span> </span>' ''
'&#x21D7;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21D7" title="ch-verbose">north east double arrow</span> </span>' ''
'&#x21D8;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21D8" title="ch-verbose">south east double arrow</span> </span>' ''
'&#x21D9;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21D9" title="ch-verbose">south west double arrow</span> </span>' ''
'&#x21DA;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21DA" title="ch-verbose">leftwards triple arrow</span> </span>' ''
'&#x21DB;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21DB" title="ch-verbose">rightwards triple arrow</span> </span>' ''
'&#x21DC;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21DC" title="ch-verbose">leftwards squiggle arrow</span> </span>' ''
'&#x21DD;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21DD" title="ch-verbose">rightwards squiggle arrow</span> </span>' ''
'&#x21DE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21DE" title="ch-verbose">upwards arrow with double stroke</span> </span>' ''
'&#x21DF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21DF" title="ch-verbose">downwards arrow with double stroke</span> </span>' ''
'&#x21E0;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E0" title="ch-verbose">leftwards dashed arrow</span> </span>' ''
'&#x21E1;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E1" title="ch-verbose">upwards dashed arrow</span> </span>' ''
'&#x21E2;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E2" title="ch-verbose">rightwards dashed arrow</span> </span>' ''
'&#x21E3;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E3" title="ch-verbose">downwards dashed arrow</span> </span>' ''
'&#x21E4;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E4" title="ch-verbose">leftwards arrow to bar</span> </span>' ''
'&#x21E5;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E5" title="ch-verbose">rightwards arrow to bar</span> </span>' ''
'&#x21E6;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E6" title="ch-verbose">leftwards white arrow</span> </span>' ''
'&#x21E7;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E7" title="ch-verbose">upwards white arrow</span> </span>' ''
'&#x21E8;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E8" title="ch-verbose">rightwards white arrow</span> </span>' ''
'&#x21E9;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21E9" title="ch-verbose">downwards white arrow</span> </span>' ''
'&#x21EA;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21EA" title="ch-verbose">upwards white arrow from bar</span> </span>' ''
'&#x21EB;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21EB" title="ch-verbose">upwards white arrow on pedestal</span> </span>' ''
'&#x21EC;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21EC" title="ch-verbose">upwards white arrow on pedestal with horizontal bar</span> </span>' ''
'&#x21ED;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21ED" title="ch-verbose">upwards white arrow on pedestal with vertical bar</span> </span>' ''
'&#x21EE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21EE" title="ch-verbose">upwards white double arrow</span> </span>' ''
'&#x21EF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21EF" title="ch-verbose">upwards white double arrow on pedestal</span> </span>' ''
'&#x21F0;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F0" title="ch-verbose">rightwards white arrow from wall</span> </span>' ''
'&#x21F1;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F1" title="ch-verbose">north west arrow to corner</span> </span>' ''
'&#x21F2;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F2" title="ch-verbose">south east arrow to corner</span> </span>' ''
'&#x21F3;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F3" title="ch-verbose">up down white arrow</span> </span>' ''
'&#x21F4;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F4" title="ch-verbose">right arrow with small circle</span> </span>' ''
'&#x21F5;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F5" title="ch-verbose">downwards arrow leftwards of upwards arrow</span> </span>' ''
'&#x21F6;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F6" title="ch-verbose">three rightwards arrows</span> </span>' ''
'&#x21F7;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F7" title="ch-verbose">leftwards arrow with vertical stroke</span> </span>' ''
'&#x21F8;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F8" title="ch-verbose">rightwards arrow with vertical stroke</span> </span>' ''
'&#x21F9;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21F9" title="ch-verbose">left right arrow with vertical stroke</span> </span>' ''
'&#x21FA;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FA" title="ch-verbose">leftwards arrow with double vertical stroke</span> </span>' ''
'&#x21FB;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FB" title="ch-verbose">rightwards arrow with double vertical stroke</span> </span>' ''
'&#x21FC;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FC" title="ch-verbose">left right arrow with double vertical stroke</span> </span>' ''
'&#x21FD;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FD" title="ch-verbose">leftwards open-headed arrow</span> </span>' ''
'&#x21FE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FE" title="ch-verbose">rightwards open-headed arrow</span> </span>' ''
'&#x21FF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 21FF" title="ch-verbose">left right open-headed arrow</span> </span>' ''

'&#x2200;' '' '<span class="char" title="ch-verbose"> <span class="ch 2200" title="ch-verbose">for all</span> </span>' ''
'&#x2201;' '' '<span class="char" title="ch-verbose"> <span class="ch 2201" title="ch-verbose">complement</span> </span>' ''
'&#x2202;' '' '<span class="char" title="ch-verbose"> <span class="ch 2202" title="ch-verbose">partial derivative</span> </span>' '' 
'&#x2203;' '' '<span class="char" title="ch-verbose"> <span class="ch 2203" title="ch-verbose">there exists</span> </span>' ''
'&#x2204;' '' '<span class="char" title="ch-verbose"> <span class="ch 2204" title="ch-verbose">there does not exist</span> </span>' ''
'&#x2205;' '' '<span class="char" title="ch-verbose"> <span class="ch 2205" title="ch-verbose">empty set</span> </span>' ''
'&#x2206;' '' '<span class="char" title="ch-verbose"> <span class="ch 2206" title="ch-verbose">increment</span> </span>' ''
'&#x2207;' '' '<span class="char" title="ch-verbose"> <span class="ch 2207" title="ch-verbose">nabla</span> </span>' ''
'&#x2208;' '' '<span class="char" title="ch-verbose"> <span class="ch 2208" title="ch-verbose">element of</span> </span>' '' 
'&#x2209;' '' '<span class="char" title="ch-verbose"> <span class="ch 2209" title="ch-verbose">not a member(not an element) </span> </span>' '' 
'&#x220A;' '' '<span class="char" title="ch-verbose"> <span class="ch 220A" title="ch-verbose">small element of</span> </span>' ''
'&#x220B;' '' '<span class="char" title="ch-verbose"> <span class="ch 220B" title="ch-verbose">contains as member</span> </span>' ''
'&#x220C;' '' '<span class="char" title="ch-verbose"> <span class="ch 220C" title="ch-verbose">does not contain as member</span> </span>' ''
'&#x220D;' '' '<span class="char" title="ch-verbose"> <span class="ch 220D" title="ch-verbose">such that</span> </span>' '' 
'&#x220E;' '' '<span class="char" title="ch-verbose"> <span class="ch 220E" title="ch-verbose">end of proof</span> </span>' ''
'&#x220F;' '' '<span class="char" title="ch-verbose"> <span class="ch 220F" title="ch-verbose">product</span> </span>' '' 
'&#x2210;' '' '<span class="char" title="ch-verbose"> <span class="ch 2210" title="ch-verbose">coproduct</span> </span>' ''
'&#x2211;' '' '<span class="char" title="ch-verbose"> <span class="ch 2211" title="ch-verbose">sum</span> </span>' '' 
'&#x2212;' '' '<span class="char" title="ch-verbose"> <span class="ch 2212" title="ch-verbose">minus</span> </span>' '' 
'&#x2213;' '' '<span class="char" title="ch-verbose"> <span class="ch 2213" title="ch-verbose">minus plus</span> </span>' '' 
'&#x2214;' '' '<span class="char" title="ch-verbose"> <span class="ch 2214" title="ch-verbose">dot plus</span> </span>' ''
'&#x2215;' '' '<span class="char" title="ch-verbose"> <span class="ch 2215" title="ch-verbose">slash</span> </span>' '' 
'&#x2216;' '' '<span class="char" title="ch-verbose"> <span class="ch 2216" title="ch-verbose">back slash</span> </span>' '' 
'&#x2217;' '' '<span class="char" title="ch-verbose"> <span class="ch 2217" title="ch-verbose">asterisk</span> </span>' '' 
'&#x2218;' '' '<span class="char" title="ch-verbose"> <span class="ch 2218" title="ch-verbose">ring operator</span> </span>' ''
'&#x2219;' '' '<span class="char" title="ch-verbose"> <span class="ch 2219" title="ch-verbose">bullet</span> </span>' '' 
'&#x221A;' '' '<span class="char" title="ch-verbose"> <span class="ch 221A" title="ch-verbose">square root</span> </span>' '' 
'&#x221B;' '' '<span class="char" title="ch-verbose"> <span class="ch 221B" title="ch-verbose">cube root</span> </span>' ''
'&#x221C;' '' '<span class="char" title="ch-verbose"> <span class="ch 221C" title="ch-verbose">fourth root</span> </span>' ''
'&#x221D;' '' '<span class="char" title="ch-verbose"> <span class="ch 221D" title="ch-verbose">proportional</span> </span>' '' 
'&#x221E;' '' '<span class="char" title="ch-verbose"> <span class="ch 221E" title="ch-verbose">infinity</span> </span>' '' 
'&#x221F;' '' '<span class="char" title="ch-verbose"> <span class="ch 221F" title="ch-verbose">right angle</span> </span>' ''
'&#x2220;' '' '<span class="char" title="ch-verbose"> <span class="ch 2220" title="ch-verbose">angle</span> </span>' '' 
'&#x2221;' '' '<span class="char" title="ch-verbose"> <span class="ch 2221" title="ch-verbose">measured angle</span> </span>' ''
'&#x2222;' '' '<span class="char" title="ch-verbose"> <span class="ch 2222" title="ch-verbose">spherical angle</span> </span>' ''
'&#x2223;' ''  '<span class="char" title="ch-verbose"> <span class="ch 2223" title="ch-verbose">vertical bar</span> </span>' ''   
'&#x2224;' '' '<span class="char" title="ch-verbose"> <span class="ch 2224" title="ch-verbose">does not divide</span> </span>' ''
'&#x2225;' '' '<span class="char" title="ch-verbose"> <span class="ch 2225" title="ch-verbose">parallel to</span> </span>' ''
'&#x2226;' '' '<span class="char" title="ch-verbose"> <span class="ch 2226" title="ch-verbose">not parallel to</span> </span>' ''
'&#x2227;' '' '<span class="char" title="ch-verbose"> <span class="ch 2227" title="ch-verbose">logical and</span> </span>' '' 
'&#x2228;' '' '<span class="char" title="ch-verbose"> <span class="ch 2228" title="ch-verbose">logical or</span> </span>' '' 
'&#x2229;' '' '<span class="char" title="ch-verbose"> <span class="ch 2229" title="ch-verbose">intersection</span> </span>' '' 
'&#x222A;' '' '<span class="char" title="ch-verbose"> <span class="ch 222A" title="ch-verbose">union</span> </span>' '' 
'&#x222B;' '' '<span class="char" title="ch-verbose"> <span class="ch 222B" title="ch-verbose">integral</span> </span>' '' 
'&#x222C;' '' '<span class="char" title="ch-verbose"> <span class="ch 222C" title="ch-verbose">double integral</span> </span>' ''
'&#x222D;' '' '<span class="char" title="ch-verbose"> <span class="ch 222D" title="ch-verbose">triple integral</span> </span>' ''
'&#x222E;' '' '<span class="char" title="ch-verbose"> <span class="ch 222E" title="ch-verbose">contour integral</span> </span>' ''
'&#x222F;' '' '<span class="char" title="ch-verbose"> <span class="ch 222F" title="ch-verbose">surface integral</span> </span>' ''
'&#x2230;' '' '<span class="char" title="ch-verbose"> <span class="ch 2230" title="ch-verbose">volume integral</span> </span>' ''
'&#x2231;' '' '<span class="char" title="ch-verbose"> <span class="ch 2231" title="ch-verbose">clockwise integral</span> </span>' ''
'&#x2232;' '' '<span class="char" title="ch-verbose"> <span class="ch 2232" title="ch-verbose">clockwise contour integral</span> </span>' ''
'&#x2233;' '' '<span class="char" title="ch-verbose"> <span class="ch 2233" title="ch-verbose">anticlockwise contour integral</span> </span>' ''
'&#x2234;' '' '<span class="char" title="ch-verbose"> <span class="ch 2234" title="ch-verbose">therefore</span> </span>' '' 
'&#x2235;' '' '<span class="char" title="ch-verbose"> <span class="ch 2235" title="ch-verbose">because</span> </span>' ''
'&#x2236;' '' '<span class="char" title="ch-verbose"> <span class="ch 2236" title="ch-verbose">ratio</span> </span>' ''
'&#x2237;' '' '<span class="char" title="ch-verbose"> <span class="ch 2237" title="ch-verbose">proportion</span> </span>' ''
'&#x2238;' '' '<span class="char" title="ch-verbose"> <span class="ch 2238" title="ch-verbose">dot minus</span> </span>' ''
'&#x2239;' '' '<span class="char" title="ch-verbose"> <span class="ch 2239" title="ch-verbose">excess</span> </span>' ''
'&#x223A;' '' '<span class="char" title="ch-verbose"> <span class="ch 223A" title="ch-verbose">geometric proportion</span> </span>' ''
'&#x223B;' '' '<span class="char" title="ch-verbose"> <span class="ch 223B" title="ch-verbose">homothetic</span> </span>' ''
'&#x223C;' '' '<span class="char" title="ch-verbose"> <span class="ch 223C" title="ch-verbose">similar</span> </span>' '' 
'&#x223D;' '' '<span class="char" title="ch-verbose"> <span class="ch 223D" title="ch-verbose">reversed tilde</span> </span>' ''
'&#x223E;' '' '<span class="char" title="ch-verbose"> <span class="ch 223E" title="ch-verbose">inverted lazy s</span> </span>' ''
'&#x223F;' '' '<span class="char" title="ch-verbose"> <span class="ch 223F" title="ch-verbose">sine wave</span> </span>' ''
'&#x2240;' '' '<span class="char" title="ch-verbose"> <span class="ch 2240" title="ch-verbose">wreath product</span> </span>' ''
'&#x2241;' '' '<span class="char" title="ch-verbose"> <span class="ch 2241" title="ch-verbose">not tilde</span> </span>' ''
'&#x2242;' '' '<span class="char" title="ch-verbose"> <span class="ch 2242" title="ch-verbose">minus tilde</span> </span>' ''
'&#x2243;' '' '<span class="char" title="ch-verbose"> <span class="ch 2243" title="ch-verbose">asymptotically equal to</span> </span>' ''
'&#x2244;' '' '<span class="char" title="ch-verbose"> <span class="ch 2244" title="ch-verbose">not asymptotically equal to</span> </span>' ''
'&#x2245;' '' '<span class="char" title="ch-verbose"> <span class="ch 2245" title="ch-verbose">approximately equal to</span> </span>' '' 
'&#x2246;' '' '<span class="char" title="ch-verbose"> <span class="ch 2246" title="ch-verbose">approximately but not actually equal to</span> </span>' ''
'&#x2247;' '' '<span class="char" title="ch-verbose"> <span class="ch 2247" title="ch-verbose">neither approximately nor actually equal to</span> </span>' ''
'&#x2248;' '' '<span class="char" title="ch-verbose"> <span class="ch 2248" title="ch-verbose">almost equal to</span> </span>' '' 
'&#x2249;' '' '<span class="char" title="ch-verbose"> <span class="ch 2249" title="ch-verbose">not almost equal to</span> </span>' ''
'&#x224A;' '' '<span class="char" title="ch-verbose"> <span class="ch 224A" title="ch-verbose">almost equal or equal to</span> </span>' ''
'&#x224B;' '' '<span class="char" title="ch-verbose"> <span class="ch 224B" title="ch-verbose">triple tilde</span> </span>' ''
'&#x224C;' '' '<span class="char" title="ch-verbose"> <span class="ch 224C" title="ch-verbose">all equal to</span> </span>' ''
'&#x224D;' '' '<span class="char" title="ch-verbose"> <span class="ch 224D" title="ch-verbose">equivalent to</span> </span>' ''
'&#x224E;' '' '<span class="char" title="ch-verbose"> <span class="ch 224E" title="ch-verbose">geometrically equivalent to</span> </span>' ''
'&#x224F;' '' '<span class="char" title="ch-verbose"> <span class="ch 224F" title="ch-verbose">difference between</span> </span>' ''
'&#x2250;' '' '<span class="char" title="ch-verbose"> <span class="ch 2250" title="ch-verbose">approaches the limit</span> </span>' ''
'&#x2251;' '' '<span class="char" title="ch-verbose"> <span class="ch 2251" title="ch-verbose">geometrically equal to</span> </span>' ''
'&#x2252;' '' '<span class="char" title="ch-verbose"> <span class="ch 2252" title="ch-verbose">approximately equal to or the image of</span> </span>' ''
'&#x2253;' '' '<span class="char" title="ch-verbose"> <span class="ch 2253" title="ch-verbose">image of or approximately equal to</span> </span>' ''
'&#x2254;' '' '<span class="char" title="ch-verbose"> <span class="ch 2254" title="ch-verbose">colon equals</span> </span>' ''
'&#x2255;' '' '<span class="char" title="ch-verbose"> <span class="ch 2255" title="ch-verbose">equals colon</span> </span>' ''
'&#x2256;' '' '<span class="char" title="ch-verbose"> <span class="ch 2256" title="ch-verbose">ring in equal to</span> </span>' ''
'&#x2257;' '' '<span class="char" title="ch-verbose"> <span class="ch 2257" title="ch-verbose">ring equal to</span> </span>' ''
'&#x2258;' '' '<span class="char" title="ch-verbose"> <span class="ch 2258" title="ch-verbose">corresponds to</span> </span>' ''
'&#x2259;' '' '<span class="char" title="ch-verbose"> <span class="ch 2259" title="ch-verbose">estimates</span> </span>' ''
'&#x225A;' '' '<span class="char" title="ch-verbose"> <span class="ch 225A" title="ch-verbose">equiangular to</span> </span>' ''
'&#x225B;' '' '<span class="char" title="ch-verbose"> <span class="ch 225B" title="ch-verbose">star equals</span> </span>' ''
'&#x225C;' '' '<span class="char" title="ch-verbose"> <span class="ch 225C" title="ch-verbose">delta equal to</span> </span>' ''
'&#x225D;' '' '<span class="char" title="ch-verbose"> <span class="ch 225D" title="ch-verbose">equal to by definition</span> </span>' ''
'&#x225E;' '' '<span class="char" title="ch-verbose"> <span class="ch 225E" title="ch-verbose">measured by</span> </span>' ''
'&#x225F;' '' '<span class="char" title="ch-verbose"> <span class="ch 225F" title="ch-verbose">questioned equal to</span> </span>' ''
'&#x2260;' '' '<span class="char" title="ch-verbose"> <span class="ch 2260" title="ch-verbose">not equal</span> </span>' '' 
'&#x2261;' '' '<span class="char" title="ch-verbose"> <span class="ch 2261" title="ch-verbose">equivalent</span> </span>' '' 
'&#x2262;' '' '<span class="char" title="ch-verbose"> <span class="ch 2262" title="ch-verbose">not identical to</span> </span>' ''
'&#x2263;' '' '<span class="char" title="ch-verbose"> <span class="ch 2263" title="ch-verbose">strictly equivalent to</span> </span>' ''
'&#x2264;' '' '<span class="char" title="ch-verbose"> <span class="ch 2264" title="ch-verbose">less than or equal to</span> </span>' '' 
'&#x2265;' '' '<span class="char" title="ch-verbose"> <span class="ch 2265" title="ch-verbose">greater than or equal to</span> </span>' '' 
'&#x2266;' '' '<span class="char" title="ch-verbose"> <span class="ch 2266" title="ch-verbose">less-than over equal to</span> </span>' ''
'&#x2267;' '' '<span class="char" title="ch-verbose"> <span class="ch 2267" title="ch-verbose">greater-than over equal to</span> </span>' ''
'&#x2268;' '' '<span class="char" title="ch-verbose"> <span class="ch 2268" title="ch-verbose">less-than but not equal to</span> </span>' ''
'&#x2269;' '' '<span class="char" title="ch-verbose"> <span class="ch 2269" title="ch-verbose">greater-than but not equal to</span> </span>' ''
'&#x226A;' '' '<span class="char" title="ch-verbose"> <span class="ch 226A" title="ch-verbose">much less-than</span> </span>' ''
'&#x226B;' '' '<span class="char" title="ch-verbose"> <span class="ch 226B" title="ch-verbose">much greater-than</span> </span>' ''
'&#x226C;' '' '<span class="char" title="ch-verbose"> <span class="ch 226C" title="ch-verbose">between</span> </span>' ''
'&#x226D;' '' '<span class="char" title="ch-verbose"> <span class="ch 226D" title="ch-verbose">not equivalent to</span> </span>' ''
'&#x226E;' '' '<span class="char" title="ch-verbose"> <span class="ch 226E" title="ch-verbose">not less-than</span> </span>' ''
'&#x226F;' '' '<span class="char" title="ch-verbose"> <span class="ch 226F" title="ch-verbose">not greater-than</span> </span>' ''
'&#x2270;' '' '<span class="char" title="ch-verbose"> <span class="ch 2270" title="ch-verbose">neither less-than nor equal to</span> </span>' ''
'&#x2271;' '' '<span class="char" title="ch-verbose"> <span class="ch 2271" title="ch-verbose">neither greater-than nor equal to</span> </span>' ''
'&#x2272;' '' '<span class="char" title="ch-verbose"> <span class="ch 2272" title="ch-verbose">less-than or equivalent to</span> </span>' ''
'&#x2273;' '' '<span class="char" title="ch-verbose"> <span class="ch 2273" title="ch-verbose">greater-than or equivalent to</span> </span>' ''
'&#x2274;' '' '<span class="char" title="ch-verbose"> <span class="ch 2274" title="ch-verbose">neither less-than nor equivalent to</span> </span>' ''
'&#x2275;' '' '<span class="char" title="ch-verbose"> <span class="ch 2275" title="ch-verbose">neither greater-than nor equivalent to</span> </span>' ''
'&#x2276;' '' '<span class="char" title="ch-verbose"> <span class="ch 2276" title="ch-verbose">less-than or greater-than</span> </span>' ''
'&#x2277;' '' '<span class="char" title="ch-verbose"> <span class="ch 2277" title="ch-verbose">greater-than or less-than</span> </span>' ''
'&#x2278;' '' '<span class="char" title="ch-verbose"> <span class="ch 2278" title="ch-verbose">neither less-than nor greater-than</span> </span>' ''
'&#x2279;' '' '<span class="char" title="ch-verbose"> <span class="ch 2279" title="ch-verbose">neither greater-than nor less-than</span> </span>' ''
'&#x227A;' '' '<span class="char" title="ch-verbose"> <span class="ch 227A" title="ch-verbose">precedes</span> </span>' ''
'&#x227B;' '' '<span class="char" title="ch-verbose"> <span class="ch 227B" title="ch-verbose">succeeds</span> </span>' ''
'&#x227C;' '' '<span class="char" title="ch-verbose"> <span class="ch 227C" title="ch-verbose">precedes or equal to</span> </span>' ''
'&#x227D;' '' '<span class="char" title="ch-verbose"> <span class="ch 227D" title="ch-verbose">succeeds or equal to</span> </span>' ''
'&#x227E;' '' '<span class="char" title="ch-verbose"> <span class="ch 227E" title="ch-verbose">precedes or equivalent to</span> </span>' ''
'&#x227F;' '' '<span class="char" title="ch-verbose"> <span class="ch 227F" title="ch-verbose">succeeds or equivalent to</span> </span>' ''
'&#x2280;' '' '<span class="char" title="ch-verbose"> <span class="ch 2280" title="ch-verbose">does not precede</span> </span>' ''
'&#x2281;' '' '<span class="char" title="ch-verbose"> <span class="ch 2281" title="ch-verbose">does not succeed</span> </span>' ''
'&#x2282;' '' '<span class="char" title="ch-verbose"> <span class="ch 2282" title="ch-verbose">proper subset of</span> </span>' '' 
'&#x2283;' '' '<span class="char" title="ch-verbose"> <span class="ch 2283" title="ch-verbose">proper superset of</span> </span>' '' 
'&#x2284;' '' '<span class="char" title="ch-verbose"> <span class="ch 2284" title="ch-verbose">not subset</span> </span>' '' 
'&#x2285;' '' '<span class="char" title="ch-verbose"> <span class="ch 2285" title="ch-verbose">not a superset of</span> </span>' ''
'&#x2286;' '' '<span class="char" title="ch-verbose"> <span class="ch 2286" title="ch-verbose">contained in or equals</span> </span>' '' 
'&#x2287;' '' '<span class="char" title="ch-verbose"> <span class="ch 2287" title="ch-verbose">superset of or equal to</span> </span>' ''
'&#x2288;' '' '<span class="char" title="ch-verbose"> <span class="ch 2288" title="ch-verbose">neither a subset of nor equal to</span> </span>' ''
'&#x2289;' '' '<span class="char" title="ch-verbose"> <span class="ch 2289" title="ch-verbose">neither a superset of nor equal to</span> </span>' ''
'&#x228A;' '' '<span class="char" title="ch-verbose"> <span class="ch 228A" title="ch-verbose">subset of with not equal to</span> </span>' ''
'&#x228B;' '' '<span class="char" title="ch-verbose"> <span class="ch 228B" title="ch-verbose">superset of with not equal to</span> </span>' ''
'&#x228C;' '' '<span class="char" title="ch-verbose"> <span class="ch 228C" title="ch-verbose">multiset</span> </span>' ''
'&#x228D;' '' '<span class="char" title="ch-verbose"> <span class="ch 228D" title="ch-verbose">multiset multiplication</span> </span>' ''
'&#x228E;' '' '<span class="char" title="ch-verbose"> <span class="ch 228E" title="ch-verbose">multiset union</span> </span>' ''
'&#x228F;' '' '<span class="char" title="ch-verbose"> <span class="ch 228F" title="ch-verbose">square image of</span> </span>' ''
'&#x2290;' '' '<span class="char" title="ch-verbose"> <span class="ch 2290" title="ch-verbose">square original of</span> </span>' ''
'&#x2291;' '' '<span class="char" title="ch-verbose"> <span class="ch 2291" title="ch-verbose">square image of or equal to</span> </span>' ''
'&#x2292;' '' '<span class="char" title="ch-verbose"> <span class="ch 2292" title="ch-verbose">square original of or equal to</span> </span>' ''
'&#x2293;' '' '<span class="char" title="ch-verbose"> <span class="ch 2293" title="ch-verbose">square cap</span> </span>' ''
'&#x2294;' '' '<span class="char" title="ch-verbose"> <span class="ch 2294" title="ch-verbose">square cup</span> </span>' ''
'&#x2295;' '' '<span class="char" title="ch-verbose"> <span class="ch 2295" title="ch-verbose">circle plus</span> </span>' '' 
'&#x2296;' '' '<span class="char" title="ch-verbose"> <span class="ch 2296" title="ch-verbose">circled minus</span> </span>' ''
'&#x2297;' '' '<span class="char" title="ch-verbose"> <span class="ch 2297" title="ch-verbose">circle multiply</span> </span>' '' 
'&#x2298;' '' '<span class="char" title="ch-verbose"> <span class="ch 2298" title="ch-verbose">circled division slash</span> </span>' ''
'&#x2299;' '' '<span class="char" title="ch-verbose"> <span class="ch 2299" title="ch-verbose">circled dot operator</span> </span>' ''
'&#x229A;' '' '<span class="char" title="ch-verbose"> <span class="ch 229A" title="ch-verbose">circled ring operator</span> </span>' ''
'&#x229B;' '' '<span class="char" title="ch-verbose"> <span class="ch 229B" title="ch-verbose">circled asterisk operator</span> </span>' ''
'&#x229C;' '' '<span class="char" title="ch-verbose"> <span class="ch 229C" title="ch-verbose">circled equals</span> </span>' ''
'&#x229D;' '' '<span class="char" title="ch-verbose"> <span class="ch 229D" title="ch-verbose">circled dash</span> </span>' ''
'&#x229E;' '' '<span class="char" title="ch-verbose"> <span class="ch 229E" title="ch-verbose">squared plus</span> </span>' ''
'&#x229F;' '' '<span class="char" title="ch-verbose"> <span class="ch 229F" title="ch-verbose">squared minus</span> </span>' ''
'&#x22A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A0" title="ch-verbose">squared times</span> </span>' ''
'&#x22A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A1" title="ch-verbose">squared dot operator</span> </span>' ''
'&#x22A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A2" title="ch-verbose">right tack</span> </span>' ''
'&#x22A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A3" title="ch-verbose">left tack</span> </span>' ''
'&#x22A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A4" title="ch-verbose">down tack</span> </span>' ''
'&#x22A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A5" title="ch-verbose">perpendicular</span> </span>' '' 
'&#x22A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A6" title="ch-verbose">assertion</span> </span>' ''
'&#x22A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A7" title="ch-verbose">models</span> </span>' ''
'&#x22A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A8" title="ch-verbose">true</span> </span>' ''
'&#x22A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 22A9" title="ch-verbose">forces</span> </span>' ''
'&#x22AA;' '' '<span class="char" title="ch-verbose"> <span class="ch 22AA" title="ch-verbose">triple vertical bar right turnstile</span> </span>' ''
'&#x22AB;' '' '<span class="char" title="ch-verbose"> <span class="ch 22AB" title="ch-verbose">double vertical bar double right turnstile</span> </span>' ''
'&#x22AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 22AC" title="ch-verbose">does not prove</span> </span>' ''
'&#x22AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 22AD" title="ch-verbose">not true</span> </span>' ''
'&#x22AE;' '' '<span class="char" title="ch-verbose"> <span class="ch 22AE" title="ch-verbose">does not force</span> </span>' ''
'&#x22AF;' '' '<span class="char" title="ch-verbose"> <span class="ch 22AF" title="ch-verbose">negated double vertical bar double right turnstile</span> </span>' ''
'&#x22B0;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B0" title="ch-verbose">precedes under relation</span> </span>' ''
'&#x22B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B1" title="ch-verbose">succeeds under relation</span> </span>' ''
'&#x22B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B2" title="ch-verbose">normal subgroup of</span> </span>' ''
'&#x22B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B3" title="ch-verbose">contains as normal subgroup</span> </span>' ''
'&#x22B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B4" title="ch-verbose">normal subgroup of or equal t</span> </span>' ''
'&#x22B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B5" title="ch-verbose">contains as normal s</span> </span>' ''
'&#x22B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B6" title="ch-verbose">original of</span> </span>' ''
'&#x22B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B7" title="ch-verbose">image of</span> </span>' ''
'&#x22B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B8" title="ch-verbose">multimap</span> </span>' ''
'&#x22B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 22B9" title="ch-verbose">hermitian conjugate matrix</span> </span>' ''
'&#x22BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 22BA" title="ch-verbose">intercalate</span> </span>' ''
'&#x22BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 22BB" title="ch-verbose">xor</span> </span>' ''
'&#x22BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 22BC" title="ch-verbose">nand</span> </span>' ''
'&#x22BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 22BD" title="ch-verbose">nor</span> </span>' ''
'&#x22BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 22BE" title="ch-verbose">right angle with arc</span> </span>' ''
'&#x22BF;' '' '<span class="char" title="ch-verbose"> <span class="ch 22BF" title="ch-verbose">right triangle</span> </span>' ''
'&#x22C0;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C0" title="ch-verbose">n-ary logical and</span> </span>' ''
'&#x22C1;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C1" title="ch-verbose">n-ary logical or</span> </span>' ''
'&#x22C2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C2" title="ch-verbose">intersection</span> </span>' '' 
'&#x22C2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C2" title="ch-verbose">n-ary intersection</span> </span>' ''
'&#x22C3;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C3" title="ch-verbose">union</span> </span>' '' 
'&#x22C4;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C4" title="ch-verbose">diamond operator</span> </span>' ''
'&#x22C5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C5" title="ch-verbose">dot operator</span> </span>' '' 
'&#x22C5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C5" title="ch-verbose">dot operator</span> </span>' ''
'&#x22C6;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C6" title="ch-verbose">star operator</span> </span>' ''
'&#x22C7;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C7" title="ch-verbose">division times</span> </span>' ''
'&#x22C8;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C8" title="ch-verbose">bowtie</span> </span>' ''
'&#x22C9;' '' '<span class="char" title="ch-verbose"> <span class="ch 22C9" title="ch-verbose">left normal factor semidirect product</span> </span>' ''
'&#x22CA;' '' '<span class="char" title="ch-verbose"> <span class="ch 22CA" title="ch-verbose">right normal factor semidirect product</span> </span>' ''
'&#x22CB;' '' '<span class="char" title="ch-verbose"> <span class="ch 22CB" title="ch-verbose">left semidirect product</span> </span>' ''
'&#x22CC;' '' '<span class="char" title="ch-verbose"> <span class="ch 22CC" title="ch-verbose">right semidirect product</span> </span>' ''
'&#x22CD;' '' '<span class="char" title="ch-verbose"> <span class="ch 22CD" title="ch-verbose">reversed tilde equals</span> </span>' ''
'&#x22CE;' '' '<span class="char" title="ch-verbose"> <span class="ch 22CE" title="ch-verbose">curly logical or</span> </span>' ''
'&#x22CF;' '' '<span class="char" title="ch-verbose"> <span class="ch 22CF" title="ch-verbose">curly logical and</span> </span>' ''
'&#x22D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D0" title="ch-verbose">double subset</span> </span>' ''
'&#x22D1;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D1" title="ch-verbose">double superset</span> </span>' ''
'&#x22D2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D2" title="ch-verbose">double intersection</span> </span>' ''
'&#x22D3;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D3" title="ch-verbose">double union</span> </span>' ''
'&#x22D4;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D4" title="ch-verbose">pitchfork</span> </span>' ''
'&#x22D5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D5" title="ch-verbose">equal and parallel to</span> </span>' ''
'&#x22D6;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D6" title="ch-verbose">less-than with dot</span> </span>' ''
'&#x22D7;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D7" title="ch-verbose">greater-than with dot</span> </span>' ''
'&#x22D8;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D8" title="ch-verbose">very much less-than</span> </span>' ''
'&#x22D9;' '' '<span class="char" title="ch-verbose"> <span class="ch 22D9" title="ch-verbose">very much greater-than</span> </span>' ''
'&#x22DA;' '' '<span class="char" title="ch-verbose"> <span class="ch 22DA" title="ch-verbose">less-than equal to or greater-than</span> </span>' ''
'&#x22DB;' '' '<span class="char" title="ch-verbose"> <span class="ch 22DB" title="ch-verbose">greater-than equal to or less-than</span> </span>' ''
'&#x22DC;' '' '<span class="char" title="ch-verbose"> <span class="ch 22DC" title="ch-verbose">equal to or less-than</span> </span>' ''
'&#x22DD;' '' '<span class="char" title="ch-verbose"> <span class="ch 22DD" title="ch-verbose">equal to or greater-than</span> </span>' ''
'&#x22DE;' '' '<span class="char" title="ch-verbose"> <span class="ch 22DE" title="ch-verbose">equal to or precedes</span> </span>' ''
'&#x22DF;' '' '<span class="char" title="ch-verbose"> <span class="ch 22DF" title="ch-verbose">equal to or succeeds</span> </span>' ''
'&#x22E0;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E0" title="ch-verbose">does not precede or equal</span> </span>' ''
'&#x22E1;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E1" title="ch-verbose">does not succeed or equal</span> </span>' ''
'&#x22E2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E2" title="ch-verbose">not square image of or equal to</span> </span>' ''
'&#x22E3;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E3" title="ch-verbose">not square original of or equal to</span> </span>' ''
'&#x22E4;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E4" title="ch-verbose">square image of or not equal to</span> </span>' ''
'&#x22E5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E5" title="ch-verbose">square original of or not equal to</span> </span>' ''
'&#x22E6;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E6" title="ch-verbose">less-than but not equivalent to</span> </span>' ''
'&#x22E7;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E7" title="ch-verbose">greater-than but not equivalent to</span> </span>' ''
'&#x22E8;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E8" title="ch-verbose">precedes but not equivalent to</span> </span>' ''
'&#x22E9;' '' '<span class="char" title="ch-verbose"> <span class="ch 22E9" title="ch-verbose">succeeds but not equivalent to</span> </span>' ''
'&#x22EA;' '' '<span class="char" title="ch-verbose"> <span class="ch 22EA" title="ch-verbose">not normal subgroup of</span> </span>' ''
'&#x22EB;' '' '<span class="char" title="ch-verbose"> <span class="ch 22EB" title="ch-verbose">does not contain as normal subgroup</span> </span>' ''
'&#x22EC;' '' '<span class="char" title="ch-verbose"> <span class="ch 22EC" title="ch-verbose">not normal subgroup of or equal to</span> </span>' ''
'&#x22ED;' '' '<span class="char" title="ch-verbose"> <span class="ch 22ED" title="ch-verbose">does not contain as normal subgroup or equal</span> </span>' ''
'&#x22EE;' ''  '<span class="char" title="ch-verbose"> <span class="ch 22EE" title="ch-verbose">vertical ellipsis</span> </span>' ''
'&#x22EF;' ''  '<span class="char" title="ch-verbose"> <span class="ch 22EF" title="ch-verbose">centered ellipsis</span> </span>' ''
'&#x22F0;' ''  '<span class="char" title="ch-verbose"> <span class="ch 22F0" title="ch-verbose">ascending ellipsis</span> </span>' ''
'&#x22F1;' ''  '<span class="char" title="ch-verbose"> <span class="ch 22F1" title="ch-verbose">descending ellipsis</span> </span>' ''
'&#x22F2;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F2" title="ch-verbose">element of with long horizontal stroke</span> </span>' ''
'&#x22F3;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F3" title="ch-verbose">element of with vertical bar at end of horizontal stroke</span> </span>' ''
'&#x22F4;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F4" title="ch-verbose">small element of with vertical bar at end of horizontal stro</span> </span>' ''
'&#x22F5;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F5" title="ch-verbose">element of with dot above</span> </span>' ''
'&#x22F6;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F6" title="ch-verbose">element of with overbar</span> </span>' ''
'&#x22F7;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F7" title="ch-verbose">small element of with overbar</span> </span>' ''
'&#x22F8;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F8" title="ch-verbose">element of with underbar</span> </span>' ''
'&#x22F9;' '' '<span class="char" title="ch-verbose"> <span class="ch 22F9" title="ch-verbose">element of with two horizontal strokes</span> </span>' ''
'&#x22FA;' '' '<span class="char" title="ch-verbose"> <span class="ch 22FA" title="ch-verbose">contains with long horizontal stroke</span> </span>' ''
'&#x22FB;' '' '<span class="char" title="ch-verbose"> <span class="ch 22FB" title="ch-verbose">contains with vertical bar at end of horizontal stroke</span> </span>' ''
'&#x22FC;' '' '<span class="char" title="ch-verbose"> <span class="ch 22FC" title="ch-verbose">small contains with vertical bar at end of horizontal stroke</span> </span>' ''
'&#x22FD;' '' '<span class="char" title="ch-verbose"> <span class="ch 22FD" title="ch-verbose">contains with overbar</span> </span>' ''
'&#x22FE;' '' '<span class="char" title="ch-verbose"> <span class="ch 22FE" title="ch-verbose">small contains with overbar</span> </span>' ''
'&#x22FF;' '' '<span class="char" title="ch-verbose"> <span class="ch 22FF" title="ch-verbose">z notation bag membership</span> </span>' ''

'&#x2300;' '' '<span class="char" title="ch-verbose"> <span class="ch 2300" title="ch-verbose">diameter sign</span> </span>' ''
'&#x2301;' '' '<span class="char" title="ch-verbose"> <span class="ch 2301" title="ch-verbose">electric arrow</span> </span>' ''
'&#x2302;' '' '<span class="char" title="ch-verbose"> <span class="ch 2302" title="ch-verbose">house</span> </span>' ''
'&#x2303;' '' '<span class="char" title="ch-verbose"> <span class="ch 2303" title="ch-verbose">up arrowhead</span> </span>' ''
'&#x2304;' '' '<span class="char" title="ch-verbose"> <span class="ch 2304" title="ch-verbose">down arrowhead</span> </span>' ''
'&#x2305;' '' '<span class="char" title="ch-verbose"> <span class="ch 2305" title="ch-verbose">projective</span> </span>' ''
'&#x2306;' '' '<span class="char" title="ch-verbose"> <span class="ch 2306" title="ch-verbose">perspective</span> </span>' ''
'&#x2307;' '' '<span class="char" title="ch-verbose"> <span class="ch 2307" title="ch-verbose">wavy line</span> </span>' ''
'&#x2308;' '' '<span class="char" title="ch-verbose"> <span class="ch 2308" title="ch-verbose">left ceiling</span> </span>' ''
'&#x2309;' '' '<span class="char" title="ch-verbose"> <span class="ch 2309" title="ch-verbose">right ceiling</span> </span>' ''
'&#x230A;' '' '<span class="char" title="ch-verbose"> <span class="ch 230A" title="ch-verbose">left floor</span> </span>' ''
'&#x230B;' '' '<span class="char" title="ch-verbose"> <span class="ch 230B" title="ch-verbose">right floor</span> </span>' ''
'&#x230C;' '' '<span class="char" title="ch-verbose"> <span class="ch 230C" title="ch-verbose">bottom right crop</span> </span>' ''
'&#x230D;' '' '<span class="char" title="ch-verbose"> <span class="ch 230D" title="ch-verbose">bottom left crop</span> </span>' ''
'&#x230E;' '' '<span class="char" title="ch-verbose"> <span class="ch 230E" title="ch-verbose">top right crop</span> </span>' ''
'&#x230F;' '' '<span class="char" title="ch-verbose"> <span class="ch 230F" title="ch-verbose">top left crop</span> </span>' ''
'&#x2310;' '' '<span class="char" title="ch-verbose"> <span class="ch 2310" title="ch-verbose">reversed not sign</span> </span>' ''
'&#x2311;' '' '<span class="char" title="ch-verbose"> <span class="ch 2311" title="ch-verbose">square lozenge</span> </span>' ''
'&#x2312;' '' '<span class="char" title="ch-verbose"> <span class="ch 2312" title="ch-verbose">arc</span> </span>' ''
'&#x2313;' '' '<span class="char" title="ch-verbose"> <span class="ch 2313" title="ch-verbose">segment</span> </span>' ''
'&#x2314;' '' '<span class="char" title="ch-verbose"> <span class="ch 2314" title="ch-verbose">sector</span> </span>' ''
'&#x2315;' '' '<span class="char" title="ch-verbose"> <span class="ch 2315" title="ch-verbose">telephone recorder</span> </span>' ''
'&#x2316;' '' '<span class="char" title="ch-verbose"> <span class="ch 2316" title="ch-verbose">position indicator</span> </span>' ''
'&#x2317;' '' '<span class="char" title="ch-verbose"> <span class="ch 2317" title="ch-verbose">viewdata square</span> </span>' ''
'&#x2318;' '' '<span class="char" title="ch-verbose"> <span class="ch 2318" title="ch-verbose">place of interest sign</span> </span>' ''
'&#x2319;' '' '<span class="char" title="ch-verbose"> <span class="ch 2319" title="ch-verbose">turned not sign</span> </span>' ''
'&#x231A;' '' '<span class="char" title="ch-verbose"> <span class="ch 231A" title="ch-verbose">watch</span> </span>' ''
'&#x231B;' '' '<span class="char" title="ch-verbose"> <span class="ch 231B" title="ch-verbose">hourglass</span> </span>' ''
'&#x231C;' '' '<span class="char" title="ch-verbose"> <span class="ch 231C" title="ch-verbose">top left corner</span> </span>' ''
'&#x231D;' '' '<span class="char" title="ch-verbose"> <span class="ch 231D" title="ch-verbose">top right corner</span> </span>' ''
'&#x231E;' '' '<span class="char" title="ch-verbose"> <span class="ch 231E" title="ch-verbose">bottom left corner</span> </span>' ''
'&#x231F;' '' '<span class="char" title="ch-verbose"> <span class="ch 231F" title="ch-verbose">bottom right corner</span> </span>' ''
'&#x2320;' '' '<span class="char" title="ch-verbose"> <span class="ch 2320" title="ch-verbose">top half integral</span> </span>' ''
'&#x2321;' '' '<span class="char" title="ch-verbose"> <span class="ch 2321" title="ch-verbose">bottom half integral</span> </span>' ''
'&#x2322;' '' '<span class="char" title="ch-verbose"> <span class="ch 2322" title="ch-verbose">frown</span> </span>' ''
'&#x2323;' '' '<span class="char" title="ch-verbose"> <span class="ch 2323" title="ch-verbose">smile</span> </span>' ''
'&#x2324;' '' '<span class="char" title="ch-verbose"> <span class="ch 2324" title="ch-verbose">up arrowhead between two horizontal bars</span> </span>' ''
'&#x2325;' '' '<span class="char" title="ch-verbose"> <span class="ch 2325" title="ch-verbose">option key</span> </span>' ''
'&#x2326;' '' '<span class="char" title="ch-verbose"> <span class="ch 2326" title="ch-verbose">erase to the right</span> </span>' ''
'&#x2327;' '' '<span class="char" title="ch-verbose"> <span class="ch 2327" title="ch-verbose">x in a rectangle box</span> </span>' ''
'&#x2328;' '' '<span class="char" title="ch-verbose"> <span class="ch 2328" title="ch-verbose">keyboard</span> </span>' ''
'&#x2329;' '' '<span class="char" title="ch-verbose"> <span class="ch 2329" title="ch-verbose">left angle bracket</span> </span>' '' 
'&#x232A;' '' '<span class="char" title="ch-verbose"> <span class="ch 232A" title="ch-verbose">right angle bracket</span> </span>' '' 
'&#x232B;' '' '<span class="char" title="ch-verbose"> <span class="ch 232B" title="ch-verbose">erase to the left</span> </span>' ''
'&#x232C;' '' '<span class="char" title="ch-verbose"> <span class="ch 232C" title="ch-verbose">benzene ring</span> </span>' ''
'&#x232D;' '' '<span class="char" title="ch-verbose"> <span class="ch 232D" title="ch-verbose">cylindricity</span> </span>' ''
'&#x232E;' '' '<span class="char" title="ch-verbose"> <span class="ch 232E" title="ch-verbose">all around-profile</span> </span>' ''
'&#x232F;' '' '<span class="char" title="ch-verbose"> <span class="ch 232F" title="ch-verbose">symmetry</span> </span>' ''
'&#x2330;' '' '<span class="char" title="ch-verbose"> <span class="ch 2330" title="ch-verbose">total runout</span> </span>' ''
'&#x2331;' '' '<span class="char" title="ch-verbose"> <span class="ch 2331" title="ch-verbose">dimension origin</span> </span>' ''
'&#x2332;' '' '<span class="char" title="ch-verbose"> <span class="ch 2332" title="ch-verbose">conical taper</span> </span>' ''
'&#x2333;' '' '<span class="char" title="ch-verbose"> <span class="ch 2333" title="ch-verbose">slope</span> </span>' ''
'&#x2334;' '' '<span class="char" title="ch-verbose"> <span class="ch 2334" title="ch-verbose">counterbore</span> </span>' ''
'&#x2335;' '' '<span class="char" title="ch-verbose"> <span class="ch 2335" title="ch-verbose">countersink</span> </span>' ''
'&#x2336;' '' '<span class="char" title="ch-verbose"> <span class="ch 2336" title="ch-verbose">apl functional symbol i-beam</span> </span>' ''
'&#x2337;' '' '<span class="char" title="ch-verbose"> <span class="ch 2337" title="ch-verbose">apl functional symbol squish quad</span> </span>' ''
'&#x2338;' '' '<span class="char" title="ch-verbose"> <span class="ch 2338" title="ch-verbose">apl functional symbol quad equal</span> </span>' ''
'&#x2339;' '' '<span class="char" title="ch-verbose"> <span class="ch 2339" title="ch-verbose">apl functional symbol quad divide</span> </span>' ''
'&#x233A;' '' '<span class="char" title="ch-verbose"> <span class="ch 233A" title="ch-verbose">apl functional symbol quad diamond</span> </span>' ''
'&#x233B;' '' '<span class="char" title="ch-verbose"> <span class="ch 233B" title="ch-verbose">apl functional symbol quad jot</span> </span>' ''
'&#x233C;' '' '<span class="char" title="ch-verbose"> <span class="ch 233C" title="ch-verbose">apl functional symbol quad circle</span> </span>' ''
'&#x233D;' '' '<span class="char" title="ch-verbose"> <span class="ch 233D" title="ch-verbose">apl functional symbol circle stile</span> </span>' ''
'&#x233E;' '' '<span class="char" title="ch-verbose"> <span class="ch 233E" title="ch-verbose">apl functional symbol circle jot</span> </span>' ''
'&#x233F;' '' '<span class="char" title="ch-verbose"> <span class="ch 233F" title="ch-verbose">apl functional symbol slash bar</span> </span>' ''
'&#x2340;' '' '<span class="char" title="ch-verbose"> <span class="ch 2340" title="ch-verbose">apl functional symbol backslash bar</span> </span>' ''
'&#x2341;' '' '<span class="char" title="ch-verbose"> <span class="ch 2341" title="ch-verbose">apl functional symbol quad slash</span> </span>' ''
'&#x2342;' '' '<span class="char" title="ch-verbose"> <span class="ch 2342" title="ch-verbose">apl functional symbol quad backslash</span> </span>' ''
'&#x2343;' '' '<span class="char" title="ch-verbose"> <span class="ch 2343" title="ch-verbose">apl functional symbol quad less-than</span> </span>' ''
'&#x2344;' '' '<span class="char" title="ch-verbose"> <span class="ch 2344" title="ch-verbose">apl functional symbol quad greater-than</span> </span>' ''
'&#x2345;' '' '<span class="char" title="ch-verbose"> <span class="ch 2345" title="ch-verbose">apl functional symbol leftwards vane</span> </span>' ''
'&#x2346;' '' '<span class="char" title="ch-verbose"> <span class="ch 2346" title="ch-verbose">apl functional symbol rightwards vane</span> </span>' ''
'&#x2347;' '' '<span class="char" title="ch-verbose"> <span class="ch 2347" title="ch-verbose">apl functional symbol quad leftwards arrow</span> </span>' ''
'&#x2348;' '' '<span class="char" title="ch-verbose"> <span class="ch 2348" title="ch-verbose">apl functional symbol quad rightwards arrow</span> </span>' ''
'&#x2349;' '' '<span class="char" title="ch-verbose"> <span class="ch 2349" title="ch-verbose">apl functional symbol circle backslash</span> </span>' ''
'&#x234A;' '' '<span class="char" title="ch-verbose"> <span class="ch 234A" title="ch-verbose">apl functional symbol down tack underbar</span> </span>' ''
'&#x234B;' '' '<span class="char" title="ch-verbose"> <span class="ch 234B" title="ch-verbose">apl functional symbol delta stile</span> </span>' ''
'&#x234C;' '' '<span class="char" title="ch-verbose"> <span class="ch 234C" title="ch-verbose">apl functional symbol quad down caret</span> </span>' ''
'&#x234D;' '' '<span class="char" title="ch-verbose"> <span class="ch 234D" title="ch-verbose">apl functional symbol quad delta</span> </span>' ''
'&#x234E;' '' '<span class="char" title="ch-verbose"> <span class="ch 234E" title="ch-verbose">apl functional symbol down tack jot</span> </span>' ''
'&#x234F;' '' '<span class="char" title="ch-verbose"> <span class="ch 234F" title="ch-verbose">apl functional symbol upwards vane</span> </span>' ''
'&#x2350;' '' '<span class="char" title="ch-verbose"> <span class="ch 2350" title="ch-verbose">apl functional symbol quad upwards arrow</span> </span>' ''
'&#x2351;' '' '<span class="char" title="ch-verbose"> <span class="ch 2351" title="ch-verbose">apl functional symbol up tack overbar</span> </span>' ''
'&#x2352;' '' '<span class="char" title="ch-verbose"> <span class="ch 2352" title="ch-verbose">apl functional symbol del stile</span> </span>' ''
'&#x2353;' '' '<span class="char" title="ch-verbose"> <span class="ch 2353" title="ch-verbose">apl functional symbol quad up caret</span> </span>' ''
'&#x2354;' '' '<span class="char" title="ch-verbose"> <span class="ch 2354" title="ch-verbose">apl functional symbol quad del</span> </span>' ''
'&#x2355;' '' '<span class="char" title="ch-verbose"> <span class="ch 2355" title="ch-verbose">apl functional symbol up tack jot</span> </span>' ''
'&#x2356;' '' '<span class="char" title="ch-verbose"> <span class="ch 2356" title="ch-verbose">apl functional symbol downwards vane</span> </span>' ''
'&#x2357;' '' '<span class="char" title="ch-verbose"> <span class="ch 2357" title="ch-verbose">apl functional symbol quad downwards arrow</span> </span>' ''
'&#x2358;' '' '<span class="char" title="ch-verbose"> <span class="ch 2358" title="ch-verbose">apl functional symbol quote underbar</span> </span>' ''
'&#x2359;' '' '<span class="char" title="ch-verbose"> <span class="ch 2359" title="ch-verbose">apl functional symbol delta underbar</span> </span>' ''
'&#x235A;' '' '<span class="char" title="ch-verbose"> <span class="ch 235A" title="ch-verbose">apl functional symbol diamond underbar</span> </span>' ''
'&#x235B;' '' '<span class="char" title="ch-verbose"> <span class="ch 235B" title="ch-verbose">apl functional symbol jot underbar</span> </span>' ''
'&#x235C;' '' '<span class="char" title="ch-verbose"> <span class="ch 235C" title="ch-verbose">apl functional symbol circle underbar</span> </span>' ''
'&#x235D;' '' '<span class="char" title="ch-verbose"> <span class="ch 235D" title="ch-verbose">apl functional symbol up shoe jot</span> </span>' ''
'&#x235E;' '' '<span class="char" title="ch-verbose"> <span class="ch 235E" title="ch-verbose">apl functional symbol quote quad</span> </span>' ''
'&#x235F;' '' '<span class="char" title="ch-verbose"> <span class="ch 235F" title="ch-verbose">apl functional symbol circle star</span> </span>' ''
'&#x2360;' '' '<span class="char" title="ch-verbose"> <span class="ch 2360" title="ch-verbose">apl functional symbol quad colon</span> </span>' ''
'&#x2361;' '' '<span class="char" title="ch-verbose"> <span class="ch 2361" title="ch-verbose">apl functional symbol up tack diaeresis</span> </span>' ''
'&#x2362;' '' '<span class="char" title="ch-verbose"> <span class="ch 2362" title="ch-verbose">apl functional symbol del diaeresis</span> </span>' ''
'&#x2363;' '' '<span class="char" title="ch-verbose"> <span class="ch 2363" title="ch-verbose">apl functional symbol star diaeresis</span> </span>' ''
'&#x2364;' '' '<span class="char" title="ch-verbose"> <span class="ch 2364" title="ch-verbose">apl functional symbol jot diaeresis</span> </span>' ''
'&#x2365;' '' '<span class="char" title="ch-verbose"> <span class="ch 2365" title="ch-verbose">apl functional symbol circle diaeresis</span> </span>' ''
'&#x2366;' '' '<span class="char" title="ch-verbose"> <span class="ch 2366" title="ch-verbose">apl functional symbol down shoe stile</span> </span>' ''
'&#x2367;' '' '<span class="char" title="ch-verbose"> <span class="ch 2367" title="ch-verbose">apl functional symbol left shoe stile</span> </span>' ''
'&#x2368;' '' '<span class="char" title="ch-verbose"> <span class="ch 2368" title="ch-verbose">apl functional symbol tilde diaeresis</span> </span>' ''
'&#x2369;' '' '<span class="char" title="ch-verbose"> <span class="ch 2369" title="ch-verbose">apl functional symbol greater-than diaeresis</span> </span>' ''
'&#x236A;' '' '<span class="char" title="ch-verbose"> <span class="ch 236A" title="ch-verbose">apl functional symbol comma bar</span> </span>' ''
'&#x236B;' '' '<span class="char" title="ch-verbose"> <span class="ch 236B" title="ch-verbose">apl functional symbol del tilde</span> </span>' ''
'&#x236C;' '' '<span class="char" title="ch-verbose"> <span class="ch 236C" title="ch-verbose">apl functional symbol zilde</span> </span>' ''
'&#x236D;' '' '<span class="char" title="ch-verbose"> <span class="ch 236D" title="ch-verbose">apl functional symbol stile tilde</span> </span>' ''
'&#x236E;' '' '<span class="char" title="ch-verbose"> <span class="ch 236E" title="ch-verbose">apl functional symbol semicolon underbar</span> </span>' ''
'&#x236F;' '' '<span class="char" title="ch-verbose"> <span class="ch 236F" title="ch-verbose">apl functional symbol quad not equal</span> </span>' ''
'&#x2370;' '' '<span class="char" title="ch-verbose"> <span class="ch 2370" title="ch-verbose">apl functional symbol quad question</span> </span>' ''
'&#x2371;' '' '<span class="char" title="ch-verbose"> <span class="ch 2371" title="ch-verbose">apl functional symbol down caret tilde</span> </span>' ''
'&#x2372;' '' '<span class="char" title="ch-verbose"> <span class="ch 2372" title="ch-verbose">apl functional symbol up caret tilde</span> </span>' ''
'&#x2373;' '' '<span class="char" title="ch-verbose"> <span class="ch 2373" title="ch-verbose">apl functional symbol iota</span> </span>' ''
'&#x2374;' '' '<span class="char" title="ch-verbose"> <span class="ch 2374" title="ch-verbose">apl functional symbol rho</span> </span>' ''
'&#x2375;' '' '<span class="char" title="ch-verbose"> <span class="ch 2375" title="ch-verbose">apl functional symbol omega</span> </span>' ''
'&#x2376;' '' '<span class="char" title="ch-verbose"> <span class="ch 2376" title="ch-verbose">apl functional symbol alpha underbar</span> </span>' ''
'&#x2377;' '' '<span class="char" title="ch-verbose"> <span class="ch 2377" title="ch-verbose">apl functional symbol epsilon underbar</span> </span>' ''
'&#x2378;' '' '<span class="char" title="ch-verbose"> <span class="ch 2378" title="ch-verbose">apl functional symbol iota underbar</span> </span>' ''
'&#x2379;' '' '<span class="char" title="ch-verbose"> <span class="ch 2379" title="ch-verbose">apl functional symbol omega underbar</span> </span>' ''
'&#x237A;' '' '<span class="char" title="ch-verbose"> <span class="ch 237A" title="ch-verbose">apl functional symbol alpha</span> </span>' ''
'&#x237B;' '' '<span class="char" title="ch-verbose"> <span class="ch 237B" title="ch-verbose">not check mark</span> </span>' ''
'&#x237C;' '' '<span class="char" title="ch-verbose"> <span class="ch 237C" title="ch-verbose">right angle with downwards zigzag arrow</span> </span>' ''
'&#x237D;' '' '<span class="char" title="ch-verbose"> <span class="ch 237D" title="ch-verbose">shouldered open box</span> </span>' ''
'&#x237E;' '' '<span class="char" title="ch-verbose"> <span class="ch 237E" title="ch-verbose">bell symbol</span> </span>' ''
'&#x237F;' '' '<span class="char" title="ch-verbose"> <span class="ch 237F" title="ch-verbose">vertical line with middle dot</span> </span>' ''
'&#x2380;' '' '<span class="char" title="ch-verbose"> <span class="ch 2380" title="ch-verbose">insertion symbol</span> </span>' ''
'&#x2381;' '' '<span class="char" title="ch-verbose"> <span class="ch 2381" title="ch-verbose">continuous underline symbol</span> </span>' ''
'&#x2382;' '' '<span class="char" title="ch-verbose"> <span class="ch 2382" title="ch-verbose">discontinuous underline symbol</span> </span>' ''
'&#x2383;' '' '<span class="char" title="ch-verbose"> <span class="ch 2383" title="ch-verbose">emphasis symbol</span> </span>' ''
'&#x2384;' '' '<span class="char" title="ch-verbose"> <span class="ch 2384" title="ch-verbose">composition symbol</span> </span>' ''
'&#x2385;' '' '<span class="char" title="ch-verbose"> <span class="ch 2385" title="ch-verbose">white square with centre vertical line</span> </span>' ''
'&#x2386;' '' '<span class="char" title="ch-verbose"> <span class="ch 2386" title="ch-verbose">enter symbol</span> </span>' ''
'&#x2387;' '' '<span class="char" title="ch-verbose"> <span class="ch 2387" title="ch-verbose">alternative key symbol</span> </span>' ''
'&#x2388;' '' '<span class="char" title="ch-verbose"> <span class="ch 2388" title="ch-verbose">helm symbol</span> </span>' ''
'&#x2389;' '' '<span class="char" title="ch-verbose"> <span class="ch 2389" title="ch-verbose">circled horizontal bar with notch</span> </span>' ''
'&#x238A;' '' '<span class="char" title="ch-verbose"> <span class="ch 238A" title="ch-verbose">circled triangle down</span> </span>' ''
'&#x238B;' '' '<span class="char" title="ch-verbose"> <span class="ch 238B" title="ch-verbose">broken circle with northwest arrow</span> </span>' ''
'&#x238C;' '' '<span class="char" title="ch-verbose"> <span class="ch 238C" title="ch-verbose">undo symbol</span> </span>' ''
'&#x238D;' '' '<span class="char" title="ch-verbose"> <span class="ch 238D" title="ch-verbose">monostable symbol</span> </span>' ''
'&#x238E;' '' '<span class="char" title="ch-verbose"> <span class="ch 238E" title="ch-verbose">hysteresis symbol</span> </span>' ''
'&#x238F;' '' '<span class="char" title="ch-verbose"> <span class="ch 238F" title="ch-verbose">open-circuit-output h-type symbol</span> </span>' ''
'&#x2390;' '' '<span class="char" title="ch-verbose"> <span class="ch 2390" title="ch-verbose">open-circuit-output l-type symbol</span> </span>' ''
'&#x2391;' '' '<span class="char" title="ch-verbose"> <span class="ch 2391" title="ch-verbose">passive-pull-down-output symbol</span> </span>' ''
'&#x2392;' '' '<span class="char" title="ch-verbose"> <span class="ch 2392" title="ch-verbose">passive-pull-up-output symbol</span> </span>' ''
'&#x2393;' '' '<span class="char" title="ch-verbose"> <span class="ch 2393" title="ch-verbose">direct current symbol form two</span> </span>' ''
'&#x2394;' '' '<span class="char" title="ch-verbose"> <span class="ch 2394" title="ch-verbose">software-function symbol</span> </span>' ''
'&#x2395;' '' '<span class="char" title="ch-verbose"> <span class="ch 2395" title="ch-verbose">apl functional symbol quad</span> </span>' ''
'&#x2396;' '' '<span class="char" title="ch-verbose"> <span class="ch 2396" title="ch-verbose">decimal separator key symbol</span> </span>' ''
'&#x2397;' '' '<span class="char" title="ch-verbose"> <span class="ch 2397" title="ch-verbose">previous page</span> </span>' ''
'&#x2398;' '' '<span class="char" title="ch-verbose"> <span class="ch 2398" title="ch-verbose">next page</span> </span>' ''
'&#x2399;' '' '<span class="char" title="ch-verbose"> <span class="ch 2399" title="ch-verbose">print screen symbol</span> </span>' ''
'&#x239A;' '' '<span class="char" title="ch-verbose"> <span class="ch 239A" title="ch-verbose">clear screen symbol</span> </span>' ''
'&#x239B;' '' '<span class="char" title="ch-verbose"> <span class="ch 239B" title="ch-verbose">top of large left parenthesis</span> </span>' '' 
'&#x239C;' '' '<span class="char" title="ch-verbose"> <span class="ch 239C" title="ch-verbose">extender of large left parenthesis</span> </span>' '' 
'&#x239D;' '' '<span class="char" title="ch-verbose"> <span class="ch 239D" title="ch-verbose">bottom of large left parenthesis</span> </span>' '' 
'&#x239E;' '' '<span class="char" title="ch-verbose"> <span class="ch 239E" title="ch-verbose">top of large right parenthesis</span> </span>' '' 
'&#x239F;' '' '<span class="char" title="ch-verbose"> <span class="ch 239F" title="ch-verbose">extender of large right parenthesis</span> </span>' '' 
'&#x23A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A0" title="ch-verbose">bottom of large right parenthesis</span> </span>' '' 
'&#x23A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A1" title="ch-verbose">top of large left bracket</span> </span>' '' 
'&#x23A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A2" title="ch-verbose">extender of large left bracket</span> </span>' '' 
'&#x23A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A3" title="ch-verbose">bottom of large left bracket</span> </span>' '' 
'&#x23A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A4" title="ch-verbose">top of large right bracket</span> </span>' '' 
'&#x23A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A5" title="ch-verbose">extender of large right bracket</span> </span>' '' 
'&#x23A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A6" title="ch-verbose">bottom of large right bracket</span> </span>' '' 
'&#x23A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A7" title="ch-verbose">top of large left brace</span> </span>' '' 
'&#x23A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A8" title="ch-verbose">middle of large left brace</span> </span>' '' 
'&#x23A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 23A9" title="ch-verbose">bottom of large left brace</span> </span>' '' 
'&#x23AA;' '' '<span class="char" title="ch-verbose"> <span class="ch 23AA" title="ch-verbose">large brace extender</span> </span>' '' 
'&#x23AB;' '' '<span class="char" title="ch-verbose"> <span class="ch 23AB" title="ch-verbose">top of large right brace</span> </span>' '' 
'&#x23AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 23AC" title="ch-verbose">middle of large right brace</span> </span>' '' 
'&#x23AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 23AD" title="ch-verbose">bottom of large right brace</span> </span>' '' 
'&#x23AE;' '' '<span class="char" title="ch-verbose"> <span class="ch 23AE" title="ch-verbose">large integral extender</span> </span>' '' 
'&#x23AF;' '' '<span class="char" title="ch-verbose"> <span class="ch 23AF" title="ch-verbose">horizontal arrow extender</span> </span>' '' 
'&#x23B0;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B0" title="ch-verbose">upper left or lower right curly bracket section</span> </span>' ''
'&#x23B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B1" title="ch-verbose">upper right or lower left curly bracket section</span> </span>' ''
'&#x23B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B2" title="ch-verbose">summation top</span> </span>' ''
'&#x23B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B3" title="ch-verbose">summation bottom</span> </span>' ''
'&#x23B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B4" title="ch-verbose">top square bracket</span> </span>' ''
'&#x23B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B5" title="ch-verbose">bottom square bracket</span> </span>' ''
'&#x23B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B6" title="ch-verbose">bottom square bracket over top square bracket</span> </span>' ''
'&#x23B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B7" title="ch-verbose">radical symbol bottom</span> </span>' ''
'&#x23B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B8" title="ch-verbose">left vertical box line</span> </span>' ''
'&#x23B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 23B9" title="ch-verbose">right vertical box line</span> </span>' ''
'&#x23BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 23BA" title="ch-verbose">horizontal scan line-1</span> </span>' ''
'&#x23BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 23BB" title="ch-verbose">horizontal scan line-3</span> </span>' ''
'&#x23BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 23BC" title="ch-verbose">horizontal scan line-7</span> </span>' ''
'&#x23BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 23BD" title="ch-verbose">horizontal scan line-9</span> </span>' ''
'&#x23BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 23BE" title="ch-verbose">dentistry symbol light vertical and top right</span> </span>' ''
'&#x23BF;' '' '<span class="char" title="ch-verbose"> <span class="ch 23BF" title="ch-verbose">dentistry symbol light vertical and bottom right</span> </span>' ''
'&#x23C0;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C0" title="ch-verbose">dentistry symbol light vertical with circle</span> </span>' ''
'&#x23C1;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C1" title="ch-verbose">dentistry symbol light down and horizontal with circle</span> </span>' ''
'&#x23C2;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C2" title="ch-verbose">dentistry symbol light up and horizontal with circle</span> </span>' ''
'&#x23C3;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C3" title="ch-verbose">dentistry symbol light vertical with triangle</span> </span>' ''
'&#x23C4;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C4" title="ch-verbose">dentistry symbol light down and horizontal with triangle</span> </span>' ''
'&#x23C5;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C5" title="ch-verbose">dentistry symbol light up and horizontal with triangle</span> </span>' ''
'&#x23C6;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C6" title="ch-verbose">dentistry symbol light vertical and wave</span> </span>' ''
'&#x23C7;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C7" title="ch-verbose">dentistry symbol light down and horizontal with wave</span> </span>' ''
'&#x23C8;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C8" title="ch-verbose">dentistry symbol light up and horizontal with wave</span> </span>' ''
'&#x23C9;' '' '<span class="char" title="ch-verbose"> <span class="ch 23C9" title="ch-verbose">dentistry symbol light down and horizontal</span> </span>' ''
'&#x23CA;' '' '<span class="char" title="ch-verbose"> <span class="ch 23CA" title="ch-verbose">dentistry symbol light up and horizontal</span> </span>' ''
'&#x23CB;' '' '<span class="char" title="ch-verbose"> <span class="ch 23CB" title="ch-verbose">dentistry symbol light vertical and top left</span> </span>' ''
'&#x23CC;' '' '<span class="char" title="ch-verbose"> <span class="ch 23CC" title="ch-verbose">dentistry symbol light vertical and bottom left</span> </span>' ''
'&#x23CD;' '' '<span class="char" title="ch-verbose"> <span class="ch 23CD" title="ch-verbose">square foot</span> </span>' ''
'&#x23CE;' '' '<span class="char" title="ch-verbose"> <span class="ch 23CE" title="ch-verbose">return symbol</span> </span>' ''
'&#x23CF;' '' '<span class="char" title="ch-verbose"> <span class="ch 23CF" title="ch-verbose">eject symbol</span> </span>' ''
'&#x23D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 23D0" title="ch-verbose">vertical arrow extender</span> </span>' '' 

'&#x2400;' '' '<span class="char" title="ch-verbose"> <span class="ch 2400"  title="ch-verbose">null symbol</span> </span>' ''
'&#x2401;' '' '<span class="char" title="ch-verbose"> <span class="ch 2401"  title="ch-verbose">start of heading symbol</span> </span>' ''
'&#x2402;' '' '<span class="char" title="ch-verbose"> <span class="ch 2402"  title="ch-verbose">start of text symbol</span> </span>' ''
'&#x2403;' '' '<span class="char" title="ch-verbose"> <span class="ch 2403"  title="ch-verbose">end of text symbol</span> </span>' ''
'&#x2404;' '' '<span class="char" title="ch-verbose"> <span class="ch 2404"  title="ch-verbose">end of transmission symbol</span> </span>' ''
'&#x2405;' '' '<span class="char" title="ch-verbose"> <span class="ch 2405"  title="ch-verbose">enquiry symbol</span> </span>' ''
'&#x2406;' '' '<span class="char" title="ch-verbose"> <span class="ch 2406"  title="ch-verbose">acknowledge symbol</span> </span>' ''
'&#x2407;' '' '<span class="char" title="ch-verbose"> <span class="ch 2407"  title="ch-verbose">bell symbol</span> </span>' ''
'&#x2408;' '' '<span class="char" title="ch-verbose"> <span class="ch 2408"  title="ch-verbose">backspace symbol</span> </span>' ''
'&#x2409;' '' '<span class="char" title="ch-verbose"> <span class="ch 2409"  title="ch-verbose">horizontal tabulation symbol</span> </span>' ''
'&#x240A;' '' '<span class="char" title="ch-verbose"> <span class="ch 240A"  title="ch-verbose">line feed symbol</span> </span>' ''
'&#x240B;' '' '<span class="char" title="ch-verbose"> <span class="ch 240B"  title="ch-verbose">vertical tabulation symbol</span> </span>' ''
'&#x240C;' '' '<span class="char" title="ch-verbose"> <span class="ch 240C"  title="ch-verbose">form feed symbol</span> </span>' ''
'&#x240D;' '' '<span class="char" title="ch-verbose"> <span class="ch 240D"  title="ch-verbose">carriage return symbol</span> </span>' ''
'&#x240E;' '' '<span class="char" title="ch-verbose"> <span class="ch 240E"  title="ch-verbose">shift out symbol</span> </span>' ''
'&#x240F;' '' '<span class="char" title="ch-verbose"> <span class="ch 240F"  title="ch-verbose">shift in symbol</span> </span>' ''
'&#x2410;' '' '<span class="char" title="ch-verbose"> <span class="ch 2410"  title="ch-verbose">data link escape symbol</span> </span>' ''
'&#x2411;' '' '<span class="char" title="ch-verbose"> <span class="ch 2411"  title="ch-verbose">device control one symbol</span> </span>' ''
'&#x2412;' '' '<span class="char" title="ch-verbose"> <span class="ch 2412"  title="ch-verbose">device control two symbol</span> </span>' ''
'&#x2413;' '' '<span class="char" title="ch-verbose"> <span class="ch 2413"  title="ch-verbose">device control three symbol</span> </span>' ''
'&#x2414;' '' '<span class="char" title="ch-verbose"> <span class="ch 2414"  title="ch-verbose">device control four symbol</span> </span>' ''
'&#x2415;' '' '<span class="char" title="ch-verbose"> <span class="ch 2415"  title="ch-verbose">negative acknowledge symbol</span> </span>' ''
'&#x2416;' '' '<span class="char" title="ch-verbose"> <span class="ch 2416"  title="ch-verbose">synchronous idle symbol</span> </span>' ''
'&#x2417;' '' '<span class="char" title="ch-verbose"> <span class="ch 2417"  title="ch-verbose">end of transmission block symbol</span> </span>' ''
'&#x2418;' '' '<span class="char" title="ch-verbose"> <span class="ch 2418"  title="ch-verbose">cancel symbol</span> </span>' ''
'&#x2419;' '' '<span class="char" title="ch-verbose"> <span class="ch 2419"  title="ch-verbose">end of medium symbol</span> </span>' ''
'&#x241A;' '' '<span class="char" title="ch-verbose"> <span class="ch 241A"  title="ch-verbose">substitute symbol</span> </span>' ''
'&#x241B;' '' '<span class="char" title="ch-verbose"> <span class="ch 241B"  title="ch-verbose">escape symbol</span> </span>' ''
'&#x241C;' '' '<span class="char" title="ch-verbose"> <span class="ch 241C"  title="ch-verbose">file separator symbol</span> </span>' ''
'&#x241D;' '' '<span class="char" title="ch-verbose"> <span class="ch 241D"  title="ch-verbose">group separator symbol</span> </span>' ''
'&#x241E;' '' '<span class="char" title="ch-verbose"> <span class="ch 241E"  title="ch-verbose">record separator symbol</span> </span>' ''
'&#x241F;' '' '<span class="char" title="ch-verbose"> <span class="ch 241F"  title="ch-verbose">unit separator symbol</span> </span>' ''
'&#x2420;' '' '<span class="char" title="ch-verbose"> <span class="ch 2420"  title="ch-verbose">space symbol</span> </span>' ''
'&#x2421;' '' '<span class="char" title="ch-verbose"> <span class="ch 2421"  title="ch-verbose">delete symbol</span> </span>' ''
'&#x2422;' '' '<span class="char" title="ch-verbose"> <span class="ch 2422"  title="ch-verbose">blank symbol</span> </span>' ''
'&#x2423;' '' '<span class="char" title="ch-verbose"> <span class="ch 2423"  title="ch-verbose">open box</span> </span>' ''
'&#x2424;' '' '<span class="char" title="ch-verbose"> <span class="ch 2424"  title="ch-verbose">newline symbol</span> </span>' ''
'&#x2425;' '' '<span class="char" title="ch-verbose"> <span class="ch 2425"  title="ch-verbose">delete form two symbol</span> </span>' ''
'&#x2426;' '' '<span class="char" title="ch-verbose"> <span class="ch 2426"  title="ch-verbose">substitute form two symbol</span> </span>' ''
'&#x2440;' '' '<span class="char" title="ch-verbose"> <span class="ch 2440"  title="ch-verbose">ocr hook</span> </span>' ''
'&#x2441;' '' '<span class="char" title="ch-verbose"> <span class="ch 2441"  title="ch-verbose">ocr chair</span> </span>' ''
'&#x2442;' '' '<span class="char" title="ch-verbose"> <span class="ch 2442"  title="ch-verbose">ocr fork</span> </span>' ''
'&#x2443;' '' '<span class="char" title="ch-verbose"> <span class="ch 2443"  title="ch-verbose">ocr inverted fork</span> </span>' ''
'&#x2444;' '' '<span class="char" title="ch-verbose"> <span class="ch 2444"  title="ch-verbose">ocr belt buckle</span> </span>' ''
'&#x2445;' '' '<span class="char" title="ch-verbose"> <span class="ch 2445"  title="ch-verbose">ocr bow tie</span> </span>' ''
'&#x2446;' '' '<span class="char" title="ch-verbose"> <span class="ch 2446"  title="ch-verbose">ocr branch bank identification</span> </span>' ''
'&#x2447;' '' '<span class="char" title="ch-verbose"> <span class="ch 2447"  title="ch-verbose">ocr amount of check</span> </span>' ''
'&#x2448;' '' '<span class="char" title="ch-verbose"> <span class="ch 2448"  title="ch-verbose">ocr dash</span> </span>' ''
'&#x2449;' '' '<span class="char" title="ch-verbose"> <span class="ch 2449"  title="ch-verbose">ocr customer account number</span> </span>' ''
'&#x244A;' '' '<span class="char" title="ch-verbose"> <span class="ch 244A"  title="ch-verbose">ocr double backslash</span> </span>' ''
'&#x2460;' '' '<span class="char" title="ch-verbose"> <span class="ch 2460"  title="ch-verbose">circled digit one</span> </span>' ''
'&#x2461;' '' '<span class="char" title="ch-verbose"> <span class="ch 2461"  title="ch-verbose">circled digit two</span> </span>' ''
'&#x2462;' '' '<span class="char" title="ch-verbose"> <span class="ch 2462"  title="ch-verbose">circled digit three</span> </span>' ''
'&#x2463;' '' '<span class="char" title="ch-verbose"> <span class="ch 2463"  title="ch-verbose">circled digit four</span> </span>' ''
'&#x2464;' '' '<span class="char" title="ch-verbose"> <span class="ch 2464"  title="ch-verbose">circled digit five</span> </span>' ''
'&#x2465;' '' '<span class="char" title="ch-verbose"> <span class="ch 2465"  title="ch-verbose">circled digit six</span> </span>' ''
'&#x2466;' '' '<span class="char" title="ch-verbose"> <span class="ch 2466"  title="ch-verbose">circled digit seven</span> </span>' ''
'&#x2467;' '' '<span class="char" title="ch-verbose"> <span class="ch 2467"  title="ch-verbose">circled digit eight</span> </span>' ''
'&#x2468;' '' '<span class="char" title="ch-verbose"> <span class="ch 2468"  title="ch-verbose">circled digit nine</span> </span>' ''
'&#x2469;' '' '<span class="char" title="ch-verbose"> <span class="ch 2469"  title="ch-verbose">circled number ten</span> </span>' ''
'&#x246A;' '' '<span class="char" title="ch-verbose"> <span class="ch 246A"  title="ch-verbose">circled number eleven</span> </span>' ''
'&#x246B;' '' '<span class="char" title="ch-verbose"> <span class="ch 246B"  title="ch-verbose">circled number twelve</span> </span>' ''
'&#x246C;' '' '<span class="char" title="ch-verbose"> <span class="ch 246C"  title="ch-verbose">circled number thirteen</span> </span>' ''
'&#x246D;' '' '<span class="char" title="ch-verbose"> <span class="ch 246D"  title="ch-verbose">circled number fourteen</span> </span>' ''
'&#x246E;' '' '<span class="char" title="ch-verbose"> <span class="ch 246E"  title="ch-verbose">circled number fifteen</span> </span>' ''
'&#x246F;' '' '<span class="char" title="ch-verbose"> <span class="ch 246F"  title="ch-verbose">circled number sixteen</span> </span>' ''
'&#x2470;' '' '<span class="char" title="ch-verbose"> <span class="ch 2470"  title="ch-verbose">circled number seventeen</span> </span>' ''
'&#x2471;' '' '<span class="char" title="ch-verbose"> <span class="ch 2471"  title="ch-verbose">circled number eighteen</span> </span>' ''
'&#x2472;' '' '<span class="char" title="ch-verbose"> <span class="ch 2472"  title="ch-verbose">circled number nineteen</span> </span>' ''
'&#x2473;' '' '<span class="char" title="ch-verbose"> <span class="ch 2473"  title="ch-verbose">circled number twenty</span> </span>' ''
'&#x2474;' '' '<span class="char" title="ch-verbose"> <span class="ch 2474"  title="ch-verbose">parenthesized digit one</span> </span>' ''
'&#x2475;' '' '<span class="char" title="ch-verbose"> <span class="ch 2475"  title="ch-verbose">parenthesized digit two</span> </span>' ''
'&#x2476;' '' '<span class="char" title="ch-verbose"> <span class="ch 2476"  title="ch-verbose">parenthesized digit three</span> </span>' ''
'&#x2477;' '' '<span class="char" title="ch-verbose"> <span class="ch 2477"  title="ch-verbose">parenthesized digit four</span> </span>' ''
'&#x2478;' '' '<span class="char" title="ch-verbose"> <span class="ch 2478"  title="ch-verbose">parenthesized digit five</span> </span>' ''
'&#x2479;' '' '<span class="char" title="ch-verbose"> <span class="ch 2479"  title="ch-verbose">parenthesized digit six</span> </span>' ''
'&#x247A;' '' '<span class="char" title="ch-verbose"> <span class="ch 247A"  title="ch-verbose">parenthesized digit seven</span> </span>' ''
'&#x247B;' '' '<span class="char" title="ch-verbose"> <span class="ch 247B"  title="ch-verbose">parenthesized digit eight</span> </span>' ''
'&#x247C;' '' '<span class="char" title="ch-verbose"> <span class="ch 247C"  title="ch-verbose">parenthesized digit nine</span> </span>' ''
'&#x247D;' '' '<span class="char" title="ch-verbose"> <span class="ch 247D"  title="ch-verbose">parenthesized number ten</span> </span>' ''
'&#x247E;' '' '<span class="char" title="ch-verbose"> <span class="ch 247E"  title="ch-verbose">parenthesized number eleven</span> </span>' ''
'&#x247F;' '' '<span class="char" title="ch-verbose"> <span class="ch 247F"  title="ch-verbose">parenthesized number twelve</span> </span>' ''
'&#x2480;' '' '<span class="char" title="ch-verbose"> <span class="ch 2480"  title="ch-verbose">parenthesized number thirteen</span> </span>' ''
'&#x2481;' '' '<span class="char" title="ch-verbose"> <span class="ch 2481"  title="ch-verbose">parenthesized number fourteen</span> </span>' ''
'&#x2482;' '' '<span class="char" title="ch-verbose"> <span class="ch 2482"  title="ch-verbose">parenthesized number fifteen</span> </span>' ''
'&#x2483;' '' '<span class="char" title="ch-verbose"> <span class="ch 2483"  title="ch-verbose">parenthesized number sixteen</span> </span>' ''
'&#x2484;' '' '<span class="char" title="ch-verbose"> <span class="ch 2484"  title="ch-verbose">parenthesized number seventeen</span> </span>' ''
'&#x2485;' '' '<span class="char" title="ch-verbose"> <span class="ch 2485"  title="ch-verbose">parenthesized number eighteen</span> </span>' ''
'&#x2486;' '' '<span class="char" title="ch-verbose"> <span class="ch 2486"  title="ch-verbose">parenthesized number nineteen</span> </span>' ''
'&#x2487;' '' '<span class="char" title="ch-verbose"> <span class="ch 2487"  title="ch-verbose">parenthesized number twenty</span> </span>' ''
'&#x2488;' '' '<span class="char" title="ch-verbose"> <span class="ch 2488"  title="ch-verbose">digit one full stop</span> </span>' ''
'&#x2489;' '' '<span class="char" title="ch-verbose"> <span class="ch 2489"  title="ch-verbose">digit two full stop</span> </span>' ''
'&#x248A;' '' '<span class="char" title="ch-verbose"> <span class="ch 248A"  title="ch-verbose">digit three full stop</span> </span>' ''
'&#x248B;' '' '<span class="char" title="ch-verbose"> <span class="ch 248B"  title="ch-verbose">digit four full stop</span> </span>' ''
'&#x248C;' '' '<span class="char" title="ch-verbose"> <span class="ch 248C"  title="ch-verbose">digit five full stop</span> </span>' ''
'&#x248D;' '' '<span class="char" title="ch-verbose"> <span class="ch 248D"  title="ch-verbose">digit six full stop</span> </span>' ''
'&#x248E;' '' '<span class="char" title="ch-verbose"> <span class="ch 248E"  title="ch-verbose">digit seven full stop</span> </span>' ''
'&#x248F;' '' '<span class="char" title="ch-verbose"> <span class="ch 248F"  title="ch-verbose">digit eight full stop</span> </span>' ''
'&#x2490;' '' '<span class="char" title="ch-verbose"> <span class="ch 2490"  title="ch-verbose">digit nine full stop</span> </span>' ''
'&#x2491;' '' '<span class="char" title="ch-verbose"> <span class="ch 2491"  title="ch-verbose">number ten full stop</span> </span>' ''
'&#x2492;' '' '<span class="char" title="ch-verbose"> <span class="ch 2492"  title="ch-verbose">number eleven full stop</span> </span>' ''
'&#x2493;' '' '<span class="char" title="ch-verbose"> <span class="ch 2493"  title="ch-verbose">number twelve full stop</span> </span>' ''
'&#x2494;' '' '<span class="char" title="ch-verbose"> <span class="ch 2494"  title="ch-verbose">number thirteen full stop</span> </span>' ''
'&#x2495;' '' '<span class="char" title="ch-verbose"> <span class="ch 2495"  title="ch-verbose">number fourteen full stop</span> </span>' ''
'&#x2496;' '' '<span class="char" title="ch-verbose"> <span class="ch 2496"  title="ch-verbose">number fifteen full stop</span> </span>' ''
'&#x2497;' '' '<span class="char" title="ch-verbose"> <span class="ch 2497"  title="ch-verbose">number sixteen full stop</span> </span>' ''
'&#x2498;' '' '<span class="char" title="ch-verbose"> <span class="ch 2498"  title="ch-verbose">number seventeen full stop</span> </span>' ''
'&#x2499;' '' '<span class="char" title="ch-verbose"> <span class="ch 2499"  title="ch-verbose">number eighteen full stop</span> </span>' ''
'&#x249A;' '' '<span class="char" title="ch-verbose"> <span class="ch 249A"  title="ch-verbose">number nineteen full stop</span> </span>' ''
'&#x249B;' '' '<span class="char" title="ch-verbose"> <span class="ch 249B"  title="ch-verbose">number twenty full stop</span> </span>' ''
'&#x249C;' '' '<span class="char" title="ch-verbose"> <span class="ch 249C"  title="ch-verbose">parenthesized latin small letter a</span> </span>' ''
'&#x249D;' '' '<span class="char" title="ch-verbose"> <span class="ch 249D"  title="ch-verbose">parenthesized latin small letter b</span> </span>' ''
'&#x249E;' '' '<span class="char" title="ch-verbose"> <span class="ch 249E"  title="ch-verbose">parenthesized latin small letter c</span> </span>' ''
'&#x249F;' '' '<span class="char" title="ch-verbose"> <span class="ch 249F"  title="ch-verbose">parenthesized latin small letter d</span> </span>' ''
'&#x24A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A0"  title="ch-verbose">parenthesized latin small letter e</span> </span>' ''
'&#x24A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A1"  title="ch-verbose">parenthesized latin small letter f</span> </span>' ''
'&#x24A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A2"  title="ch-verbose">parenthesized latin small letter g</span> </span>' ''
'&#x24A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A3"  title="ch-verbose">parenthesized latin small letter h</span> </span>' ''
'&#x24A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A4"  title="ch-verbose">parenthesized latin small letter i</span> </span>' ''
'&#x24A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A5"  title="ch-verbose">parenthesized latin small letter j</span> </span>' ''
'&#x24A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A6"  title="ch-verbose">parenthesized latin small letter k</span> </span>' ''
'&#x24A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A7"  title="ch-verbose">parenthesized latin small letter l</span> </span>' ''
'&#x24A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A8"  title="ch-verbose">parenthesized latin small letter m</span> </span>' ''
'&#x24A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 24A9"  title="ch-verbose">parenthesized latin small letter n</span> </span>' ''
'&#x24AA;' '' '<span class="char" title="ch-verbose"> <span class="ch 24AA"  title="ch-verbose">parenthesized latin small letter o</span> </span>' ''
'&#x24AB;' '' '<span class="char" title="ch-verbose"> <span class="ch 24AB"  title="ch-verbose">parenthesized latin small letter p</span> </span>' ''
'&#x24AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 24AC"  title="ch-verbose">parenthesized latin small letter q</span> </span>' ''
'&#x24AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 24AD"  title="ch-verbose">parenthesized latin small letter r</span> </span>' ''
'&#x24AE;' '' '<span class="char" title="ch-verbose"> <span class="ch 24AE"  title="ch-verbose">parenthesized latin small letter s</span> </span>' ''
'&#x24AF;' '' '<span class="char" title="ch-verbose"> <span class="ch 24AF"  title="ch-verbose">parenthesized latin small letter t</span> </span>' ''
'&#x24B0;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B0"  title="ch-verbose">parenthesized latin small letter u</span> </span>' ''
'&#x24B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B1"  title="ch-verbose">parenthesized latin small letter v</span> </span>' ''
'&#x24B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B2"  title="ch-verbose">parenthesized latin small letter w</span> </span>' ''
'&#x24B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B3"  title="ch-verbose">parenthesized latin small letter x</span> </span>' ''
'&#x24B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B4"  title="ch-verbose">parenthesized latin small letter y</span> </span>' ''
'&#x24B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B5"  title="ch-verbose">parenthesized latin small letter z</span> </span>' ''
'&#x24B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B6"  title="ch-verbose">circled latin capital letter a</span> </span>' ''
'&#x24B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B7"  title="ch-verbose">circled latin capital letter b</span> </span>' ''
'&#x24B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B8"  title="ch-verbose">circled latin capital letter c</span> </span>' ''
'&#x24B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 24B9"  title="ch-verbose">circled latin capital letter d</span> </span>' ''
'&#x24BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 24BA"  title="ch-verbose">circled latin capital letter e</span> </span>' ''
'&#x24BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 24BB"  title="ch-verbose">circled latin capital letter f</span> </span>' ''
'&#x24BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 24BC"  title="ch-verbose">circled latin capital letter g</span> </span>' ''
'&#x24BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 24BD"  title="ch-verbose">circled latin capital letter h</span> </span>' ''
'&#x24BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 24BE"  title="ch-verbose">circled latin capital letter i</span> </span>' ''
'&#x24BF;' '' '<span class="char" title="ch-verbose"> <span class="ch 24BF"  title="ch-verbose">circled latin capital letter j</span> </span>' ''
'&#x24C0;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C0"  title="ch-verbose">circled latin capital letter k</span> </span>' ''
'&#x24C1;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C1"  title="ch-verbose">circled latin capital letter l</span> </span>' ''
'&#x24C2;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C2"  title="ch-verbose">circled latin capital letter m</span> </span>' ''
'&#x24C3;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C3"  title="ch-verbose">circled latin capital letter n</span> </span>' ''
'&#x24C4;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C4"  title="ch-verbose">circled latin capital letter o</span> </span>' ''
'&#x24C5;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C5"  title="ch-verbose">circled latin capital letter p</span> </span>' ''
'&#x24C6;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C6"  title="ch-verbose">circled latin capital letter q</span> </span>' ''
'&#x24C7;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C7"  title="ch-verbose">circled latin capital letter r</span> </span>' ''
'&#x24C8;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C8"  title="ch-verbose">circled latin capital letter s</span> </span>' ''
'&#x24C9;' '' '<span class="char" title="ch-verbose"> <span class="ch 24C9"  title="ch-verbose">circled latin capital letter t</span> </span>' ''
'&#x24CA;' '' '<span class="char" title="ch-verbose"> <span class="ch 24CA"  title="ch-verbose">circled latin capital letter u</span> </span>' ''
'&#x24CB;' '' '<span class="char" title="ch-verbose"> <span class="ch 24CB"  title="ch-verbose">circled latin capital letter v</span> </span>' ''
'&#x24CC;' '' '<span class="char" title="ch-verbose"> <span class="ch 24CC"  title="ch-verbose">circled latin capital letter w</span> </span>' ''
'&#x24CD;' '' '<span class="char" title="ch-verbose"> <span class="ch 24CD"  title="ch-verbose">circled latin capital letter x</span> </span>' ''
'&#x24CE;' '' '<span class="char" title="ch-verbose"> <span class="ch 24CE"  title="ch-verbose">circled latin capital letter y</span> </span>' ''
'&#x24CF;' '' '<span class="char" title="ch-verbose"> <span class="ch 24CF"  title="ch-verbose">circled latin capital letter z</span> </span>' ''
'&#x24D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D0"  title="ch-verbose">circled latin small letter a</span> </span>' ''
'&#x24D1;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D1"  title="ch-verbose">circled latin small letter b</span> </span>' ''
'&#x24D2;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D2"  title="ch-verbose">circled latin small letter c</span> </span>' ''
'&#x24D3;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D3"  title="ch-verbose">circled latin small letter d</span> </span>' ''
'&#x24D4;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D4"  title="ch-verbose">circled latin small letter e</span> </span>' ''
'&#x24D5;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D5"  title="ch-verbose">circled latin small letter f</span> </span>' ''
'&#x24D6;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D6"  title="ch-verbose">circled latin small letter g</span> </span>' ''
'&#x24D7;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D7"  title="ch-verbose">circled latin small letter h</span> </span>' ''
'&#x24D8;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D8"  title="ch-verbose">circled latin small letter i</span> </span>' ''
'&#x24D9;' '' '<span class="char" title="ch-verbose"> <span class="ch 24D9"  title="ch-verbose">circled latin small letter j</span> </span>' ''
'&#x24DA;' '' '<span class="char" title="ch-verbose"> <span class="ch 24DA"  title="ch-verbose">circled latin small letter k</span> </span>' ''
'&#x24DB;' '' '<span class="char" title="ch-verbose"> <span class="ch 24DB"  title="ch-verbose">circled latin small letter l</span> </span>' ''
'&#x24DC;' '' '<span class="char" title="ch-verbose"> <span class="ch 24DC"  title="ch-verbose">circled latin small letter m</span> </span>' ''
'&#x24DD;' '' '<span class="char" title="ch-verbose"> <span class="ch 24DD"  title="ch-verbose">circled latin small letter n</span> </span>' ''
'&#x24DE;' '' '<span class="char" title="ch-verbose"> <span class="ch 24DE"  title="ch-verbose">circled latin small letter o</span> </span>' ''
'&#x24DF;' '' '<span class="char" title="ch-verbose"> <span class="ch 24DF"  title="ch-verbose">circled latin small letter p</span> </span>' ''
'&#x24E0;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E0"  title="ch-verbose">circled latin small letter q</span> </span>' ''
'&#x24E1;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E1"  title="ch-verbose">circled latin small letter r</span> </span>' ''
'&#x24E2;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E2"  title="ch-verbose">circled latin small letter s</span> </span>' ''
'&#x24E3;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E3"  title="ch-verbose">circled latin small letter t</span> </span>' ''
'&#x24E4;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E4"  title="ch-verbose">circled latin small letter u</span> </span>' ''
'&#x24E5;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E5"  title="ch-verbose">circled latin small letter v</span> </span>' ''
'&#x24E6;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E6"  title="ch-verbose">circled latin small letter w</span> </span>' ''
'&#x24E7;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E7"  title="ch-verbose">circled latin small letter x</span> </span>' ''
'&#x24E8;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E8"  title="ch-verbose">circled latin small letter y</span> </span>' ''
'&#x24E9;' '' '<span class="char" title="ch-verbose"> <span class="ch 24E9"  title="ch-verbose">circled latin small letter z</span> </span>' ''
'&#x24EA;' '' '<span class="char" title="ch-verbose"> <span class="ch 24EA"  title="ch-verbose">circled digit zero</span> </span>' ''
'&#x24EB;' '' '<span class="char" title="ch-verbose"> <span class="ch 24EB"  title="ch-verbose">negative circled number eleven</span> </span>' ''
'&#x24EC;' '' '<span class="char" title="ch-verbose"> <span class="ch 24EC"  title="ch-verbose">negative circled number twelve</span> </span>' ''
'&#x24ED;' '' '<span class="char" title="ch-verbose"> <span class="ch 24ED"  title="ch-verbose">negative circled number thirteen</span> </span>' ''
'&#x24EE;' '' '<span class="char" title="ch-verbose"> <span class="ch 24EE"  title="ch-verbose">negative circled number fourteen</span> </span>' ''
'&#x24EF;' '' '<span class="char" title="ch-verbose"> <span class="ch 24EF"  title="ch-verbose">negative circled number fifteen</span> </span>' ''
'&#x24F0;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F0"  title="ch-verbose">negative circled number sixteen</span> </span>' ''
'&#x24F1;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F1"  title="ch-verbose">negative circled number seventeen</span> </span>' ''
'&#x24F2;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F2"  title="ch-verbose">negative circled number eighteen</span> </span>' ''
'&#x24F3;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F3"  title="ch-verbose">negative circled number nineteen</span> </span>' ''
'&#x24F4;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F4"  title="ch-verbose">negative circled number twenty</span> </span>' ''
'&#x24F5;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F5"  title="ch-verbose">double circled digit one</span> </span>' ''
'&#x24F6;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F6"  title="ch-verbose">double circled digit two</span> </span>' ''
'&#x24F7;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F7"  title="ch-verbose">double circled digit three</span> </span>' ''
'&#x24F8;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F8"  title="ch-verbose">double circled digit four</span> </span>' ''
'&#x24F9;' '' '<span class="char" title="ch-verbose"> <span class="ch 24F9"  title="ch-verbose">double circled digit five</span> </span>' ''
'&#x24FA;' '' '<span class="char" title="ch-verbose"> <span class="ch 24FA"  title="ch-verbose">double circled digit six</span> </span>' ''
'&#x24FB;' '' '<span class="char" title="ch-verbose"> <span class="ch 24FB"  title="ch-verbose">double circled digit seven</span> </span>' ''
'&#x24FC;' '' '<span class="char" title="ch-verbose"> <span class="ch 24FC"  title="ch-verbose">double circled digit eight</span> </span>' ''
'&#x24FD;' '' '<span class="char" title="ch-verbose"> <span class="ch 24FD"  title="ch-verbose">double circled digit nine</span> </span>' ''
'&#x24FE;' '' '<span class="char" title="ch-verbose"> <span class="ch 24FE"  title="ch-verbose">double circled number ten</span> </span>' ''
'&#x24FF;' '' '<span class="char" title="ch-verbose"> <span class="ch 24FF"  title="ch-verbose">negative circled digit zero</span> </span>' ''

'&#x2500;' '' '<span class="char" title="ch-verbose"> <span class="ch 2500"  title="ch-verbose">box drawings light horizontal</span> </span>' ''
'&#x2501;' '' '<span class="char" title="ch-verbose"> <span class="ch 2501"  title="ch-verbose">box drawings heavy horizontal</span> </span>' ''
'&#x2502;' '' '<span class="char" title="ch-verbose"> <span class="ch 2502"  title="ch-verbose">box drawings light vertical</span> </span>' ''
'&#x2503;' '' '<span class="char" title="ch-verbose"> <span class="ch 2503"  title="ch-verbose">box drawings heavy vertical</span> </span>' ''
'&#x2504;' '' '<span class="char" title="ch-verbose"> <span class="ch 2504"  title="ch-verbose">box drawings light triple dash horizontal</span> </span>' ''
'&#x2505;' '' '<span class="char" title="ch-verbose"> <span class="ch 2505"  title="ch-verbose">box drawings heavy triple dash horizontal</span> </span>' ''
'&#x2506;' '' '<span class="char" title="ch-verbose"> <span class="ch 2506"  title="ch-verbose">box drawings light triple dash vertical</span> </span>' ''
'&#x2507;' '' '<span class="char" title="ch-verbose"> <span class="ch 2507"  title="ch-verbose">box drawings heavy triple dash vertical</span> </span>' ''
'&#x2508;' '' '<span class="char" title="ch-verbose"> <span class="ch 2508"  title="ch-verbose">box drawings light quadruple dash horizontal</span> </span>' ''
'&#x2509;' '' '<span class="char" title="ch-verbose"> <span class="ch 2509"  title="ch-verbose">box drawings heavy quadruple dash horizontal</span> </span>' ''
'&#x250A;' '' '<span class="char" title="ch-verbose"> <span class="ch 250A"  title="ch-verbose">box drawings light quadruple dash vertical</span> </span>' ''
'&#x250B;' '' '<span class="char" title="ch-verbose"> <span class="ch 250B"  title="ch-verbose">box drawings heavy quadruple dash vertical</span> </span>' ''
'&#x250C;' '' '<span class="char" title="ch-verbose"> <span class="ch 250C"  title="ch-verbose">box drawings light down and right</span> </span>' ''
'&#x250D;' '' '<span class="char" title="ch-verbose"> <span class="ch 250D"  title="ch-verbose">box drawings down light and right heavy</span> </span>' ''
'&#x250E;' '' '<span class="char" title="ch-verbose"> <span class="ch 250E"  title="ch-verbose">box drawings down heavy and right light</span> </span>' ''
'&#x250F;' '' '<span class="char" title="ch-verbose"> <span class="ch 250F"  title="ch-verbose">box drawings heavy down and right</span> </span>' ''
'&#x2510;' '' '<span class="char" title="ch-verbose"> <span class="ch 2510"  title="ch-verbose">box drawings light down and left</span> </span>' ''
'&#x2511;' '' '<span class="char" title="ch-verbose"> <span class="ch 2511"  title="ch-verbose">box drawings down light and left heavy</span> </span>' ''
'&#x2512;' '' '<span class="char" title="ch-verbose"> <span class="ch 2512"  title="ch-verbose">box drawings down heavy and left light</span> </span>' ''
'&#x2513;' '' '<span class="char" title="ch-verbose"> <span class="ch 2513"  title="ch-verbose">box drawings heavy down and left</span> </span>' ''
'&#x2514;' '' '<span class="char" title="ch-verbose"> <span class="ch 2514"  title="ch-verbose">box drawings light up and right</span> </span>' ''
'&#x2515;' '' '<span class="char" title="ch-verbose"> <span class="ch 2515"  title="ch-verbose">box drawings up light and right heavy</span> </span>' ''
'&#x2516;' '' '<span class="char" title="ch-verbose"> <span class="ch 2516"  title="ch-verbose">box drawings up heavy and right light</span> </span>' ''
'&#x2517;' '' '<span class="char" title="ch-verbose"> <span class="ch 2517"  title="ch-verbose">box drawings heavy up and right</span> </span>' ''
'&#x2518;' '' '<span class="char" title="ch-verbose"> <span class="ch 2518"  title="ch-verbose">box drawings light up and left</span> </span>' ''
'&#x2519;' '' '<span class="char" title="ch-verbose"> <span class="ch 2519"  title="ch-verbose">box drawings up light and left heavy</span> </span>' ''
'&#x251A;' '' '<span class="char" title="ch-verbose"> <span class="ch 251A"  title="ch-verbose">box drawings up heavy and left light</span> </span>' ''
'&#x251B;' '' '<span class="char" title="ch-verbose"> <span class="ch 251B"  title="ch-verbose">box drawings heavy up and left</span> </span>' ''
'&#x251C;' '' '<span class="char" title="ch-verbose"> <span class="ch 251C"  title="ch-verbose">box drawings light vertical and right</span> </span>' ''
'&#x251D;' '' '<span class="char" title="ch-verbose"> <span class="ch 251D"  title="ch-verbose">box drawings vertical light and right heavy</span> </span>' ''
'&#x251E;' '' '<span class="char" title="ch-verbose"> <span class="ch 251E"  title="ch-verbose">box drawings up heavy and right down light</span> </span>' ''
'&#x251F;' '' '<span class="char" title="ch-verbose"> <span class="ch 251F"  title="ch-verbose">box drawings down heavy and right up light</span> </span>' ''
'&#x2520;' '' '<span class="char" title="ch-verbose"> <span class="ch 2520"  title="ch-verbose">box drawings vertical heavy and right light</span> </span>' ''
'&#x2521;' '' '<span class="char" title="ch-verbose"> <span class="ch 2521"  title="ch-verbose">box drawings down light and right up heavy</span> </span>' ''
'&#x2522;' '' '<span class="char" title="ch-verbose"> <span class="ch 2522"  title="ch-verbose">box drawings up light and right down heavy</span> </span>' ''
'&#x2523;' '' '<span class="char" title="ch-verbose"> <span class="ch 2523"  title="ch-verbose">box drawings heavy vertical and right</span> </span>' ''
'&#x2524;' '' '<span class="char" title="ch-verbose"> <span class="ch 2524"  title="ch-verbose">box drawings light vertical and left</span> </span>' ''
'&#x2525;' '' '<span class="char" title="ch-verbose"> <span class="ch 2525"  title="ch-verbose">box drawings vertical light and left heavy</span> </span>' ''
'&#x2526;' '' '<span class="char" title="ch-verbose"> <span class="ch 2526"  title="ch-verbose">box drawings up heavy and left down light</span> </span>' ''
'&#x2527;' '' '<span class="char" title="ch-verbose"> <span class="ch 2527"  title="ch-verbose">box drawings down heavy and left up light</span> </span>' ''
'&#x2528;' '' '<span class="char" title="ch-verbose"> <span class="ch 2528"  title="ch-verbose">box drawings vertical heavy and left light</span> </span>' ''
'&#x2529;' '' '<span class="char" title="ch-verbose"> <span class="ch 2529"  title="ch-verbose">box drawings down light and left up heavy</span> </span>' ''
'&#x252A;' '' '<span class="char" title="ch-verbose"> <span class="ch 252A"  title="ch-verbose">box drawings up light and left down heavy</span> </span>' ''
'&#x252B;' '' '<span class="char" title="ch-verbose"> <span class="ch 252B"  title="ch-verbose">box drawings heavy vertical and left</span> </span>' ''
'&#x252C;' '' '<span class="char" title="ch-verbose"> <span class="ch 252C"  title="ch-verbose">box drawings light down and horizontal</span> </span>' ''
'&#x252D;' '' '<span class="char" title="ch-verbose"> <span class="ch 252D"  title="ch-verbose">box drawings left heavy and right down light</span> </span>' ''
'&#x252E;' '' '<span class="char" title="ch-verbose"> <span class="ch 252E"  title="ch-verbose">box drawings right heavy and left down light</span> </span>' ''
'&#x252F;' '' '<span class="char" title="ch-verbose"> <span class="ch 252F"  title="ch-verbose">box drawings down light and horizontal heavy</span> </span>' ''
'&#x2530;' '' '<span class="char" title="ch-verbose"> <span class="ch 2530"  title="ch-verbose">box drawings down heavy and horizontal light</span> </span>' ''
'&#x2531;' '' '<span class="char" title="ch-verbose"> <span class="ch 2531"  title="ch-verbose">box drawings right light and left down heavy</span> </span>' ''
'&#x2532;' '' '<span class="char" title="ch-verbose"> <span class="ch 2532"  title="ch-verbose">box drawings left light and right down heavy</span> </span>' ''
'&#x2533;' '' '<span class="char" title="ch-verbose"> <span class="ch 2533"  title="ch-verbose">box drawings heavy down and horizontal</span> </span>' ''
'&#x2534;' '' '<span class="char" title="ch-verbose"> <span class="ch 2534"  title="ch-verbose">box drawings light up and horizontal</span> </span>' ''
'&#x2535;' '' '<span class="char" title="ch-verbose"> <span class="ch 2535"  title="ch-verbose">box drawings left heavy and right up light</span> </span>' ''
'&#x2536;' '' '<span class="char" title="ch-verbose"> <span class="ch 2536"  title="ch-verbose">box drawings right heavy and left up light</span> </span>' ''
'&#x2537;' '' '<span class="char" title="ch-verbose"> <span class="ch 2537"  title="ch-verbose">box drawings up light and horizontal heavy</span> </span>' ''
'&#x2538;' '' '<span class="char" title="ch-verbose"> <span class="ch 2538"  title="ch-verbose">box drawings up heavy and horizontal light</span> </span>' ''
'&#x2539;' '' '<span class="char" title="ch-verbose"> <span class="ch 2539"  title="ch-verbose">box drawings right light and left up heavy</span> </span>' ''
'&#x253A;' '' '<span class="char" title="ch-verbose"> <span class="ch 253A"  title="ch-verbose">box drawings left light and right up heavy</span> </span>' ''
'&#x253B;' '' '<span class="char" title="ch-verbose"> <span class="ch 253B"  title="ch-verbose">box drawings heavy up and horizontal</span> </span>' ''
'&#x253C;' '' '<span class="char" title="ch-verbose"> <span class="ch 253C"  title="ch-verbose">box drawings light vertical and horizontal</span> </span>' ''
'&#x253D;' '' '<span class="char" title="ch-verbose"> <span class="ch 253D"  title="ch-verbose">box drawings left heavy and right vertical light</span> </span>' ''
'&#x253E;' '' '<span class="char" title="ch-verbose"> <span class="ch 253E"  title="ch-verbose">box drawings right heavy and left vertical light</span> </span>' ''
'&#x253F;' '' '<span class="char" title="ch-verbose"> <span class="ch 253F"  title="ch-verbose">box drawings vertical light and horizontal heavy</span> </span>' ''
'&#x2540;' '' '<span class="char" title="ch-verbose"> <span class="ch 2540"  title="ch-verbose">box drawings up heavy and down horizontal light</span> </span>' ''
'&#x2541;' '' '<span class="char" title="ch-verbose"> <span class="ch 2541"  title="ch-verbose">box drawings down heavy and up horizontal light</span> </span>' ''
'&#x2542;' '' '<span class="char" title="ch-verbose"> <span class="ch 2542"  title="ch-verbose">box drawings vertical heavy and horizontal light</span> </span>' ''
'&#x2543;' '' '<span class="char" title="ch-verbose"> <span class="ch 2543"  title="ch-verbose">box drawings left up heavy and right down light</span> </span>' ''
'&#x2544;' '' '<span class="char" title="ch-verbose"> <span class="ch 2544"  title="ch-verbose">box drawings right up heavy and left down light</span> </span>' ''
'&#x2545;' '' '<span class="char" title="ch-verbose"> <span class="ch 2545"  title="ch-verbose">box drawings left down heavy and right up light</span> </span>' ''
'&#x2546;' '' '<span class="char" title="ch-verbose"> <span class="ch 2546"  title="ch-verbose">box drawings right down heavy and left up light</span> </span>' ''
'&#x2547;' '' '<span class="char" title="ch-verbose"> <span class="ch 2547"  title="ch-verbose">box drawings down light and up horizontal heavy</span> </span>' ''
'&#x2548;' '' '<span class="char" title="ch-verbose"> <span class="ch 2548"  title="ch-verbose">box drawings up light and down horizontal heavy</span> </span>' ''
'&#x2549;' '' '<span class="char" title="ch-verbose"> <span class="ch 2549"  title="ch-verbose">box drawings right light and left vertical heavy</span> </span>' ''
'&#x254A;' '' '<span class="char" title="ch-verbose"> <span class="ch 254A"  title="ch-verbose">box drawings left light and right vertical heavy</span> </span>' ''
'&#x254B;' '' '<span class="char" title="ch-verbose"> <span class="ch 254B"  title="ch-verbose">box drawings heavy vertical and horizontal</span> </span>' ''
'&#x254C;' '' '<span class="char" title="ch-verbose"> <span class="ch 254C"  title="ch-verbose">box drawings light double dash horizontal</span> </span>' ''
'&#x254D;' '' '<span class="char" title="ch-verbose"> <span class="ch 254D"  title="ch-verbose">box drawings heavy double dash horizontal</span> </span>' ''
'&#x254E;' '' '<span class="char" title="ch-verbose"> <span class="ch 254E"  title="ch-verbose">box drawings light double dash vertical</span> </span>' ''
'&#x254F;' '' '<span class="char" title="ch-verbose"> <span class="ch 254F"  title="ch-verbose">box drawings heavy double dash vertical</span> </span>' ''
'&#x2550;' '' '<span class="char" title="ch-verbose"> <span class="ch 2550"  title="ch-verbose">box drawings double horizontal</span> </span>' ''
'&#x2551;' '' '<span class="char" title="ch-verbose"> <span class="ch 2551"  title="ch-verbose">box drawings double vertical</span> </span>' ''
'&#x2552;' '' '<span class="char" title="ch-verbose"> <span class="ch 2552"  title="ch-verbose">box drawings down single and right double</span> </span>' ''
'&#x2553;' '' '<span class="char" title="ch-verbose"> <span class="ch 2553"  title="ch-verbose">box drawings down double and right single</span> </span>' ''
'&#x2554;' '' '<span class="char" title="ch-verbose"> <span class="ch 2554"  title="ch-verbose">box drawings double down and right</span> </span>' ''
'&#x2555;' '' '<span class="char" title="ch-verbose"> <span class="ch 2555"  title="ch-verbose">box drawings down single and left double</span> </span>' ''
'&#x2556;' '' '<span class="char" title="ch-verbose"> <span class="ch 2556"  title="ch-verbose">box drawings down double and left single</span> </span>' ''
'&#x2557;' '' '<span class="char" title="ch-verbose"> <span class="ch 2557"  title="ch-verbose">box drawings double down and left</span> </span>' ''
'&#x2558;' '' '<span class="char" title="ch-verbose"> <span class="ch 2558"  title="ch-verbose">box drawings up single and right double</span> </span>' ''
'&#x2559;' '' '<span class="char" title="ch-verbose"> <span class="ch 2559"  title="ch-verbose">box drawings up double and right single</span> </span>' ''
'&#x255A;' '' '<span class="char" title="ch-verbose"> <span class="ch 255A"  title="ch-verbose">box drawings double up and right</span> </span>' ''
'&#x255B;' '' '<span class="char" title="ch-verbose"> <span class="ch 255B"  title="ch-verbose">box drawings up single and left double</span> </span>' ''
'&#x255C;' '' '<span class="char" title="ch-verbose"> <span class="ch 255C"  title="ch-verbose">box drawings up double and left single</span> </span>' ''
'&#x255D;' '' '<span class="char" title="ch-verbose"> <span class="ch 255D"  title="ch-verbose">box drawings double up and left</span> </span>' ''
'&#x255E;' '' '<span class="char" title="ch-verbose"> <span class="ch 255E"  title="ch-verbose">box drawings vertical single and right double</span> </span>' ''
'&#x255F;' '' '<span class="char" title="ch-verbose"> <span class="ch 255F"  title="ch-verbose">box drawings vertical double and right single</span> </span>' ''
'&#x2560;' '' '<span class="char" title="ch-verbose"> <span class="ch 2560"  title="ch-verbose">box drawings double vertical and right</span> </span>' ''
'&#x2561;' '' '<span class="char" title="ch-verbose"> <span class="ch 2561"  title="ch-verbose">box drawings vertical single and left double</span> </span>' ''
'&#x2562;' '' '<span class="char" title="ch-verbose"> <span class="ch 2562"  title="ch-verbose">box drawings vertical double and left single</span> </span>' ''
'&#x2563;' '' '<span class="char" title="ch-verbose"> <span class="ch 2563"  title="ch-verbose">box drawings double vertical and left</span> </span>' ''
'&#x2564;' '' '<span class="char" title="ch-verbose"> <span class="ch 2564"  title="ch-verbose">box drawings down single and horizontal double</span> </span>' ''
'&#x2565;' '' '<span class="char" title="ch-verbose"> <span class="ch 2565"  title="ch-verbose">box drawings down double and horizontal single</span> </span>' ''
'&#x2566;' '' '<span class="char" title="ch-verbose"> <span class="ch 2566"  title="ch-verbose">box drawings double down and horizontal</span> </span>' ''
'&#x2567;' '' '<span class="char" title="ch-verbose"> <span class="ch 2567"  title="ch-verbose">box drawings up single and horizontal double</span> </span>' ''
'&#x2568;' '' '<span class="char" title="ch-verbose"> <span class="ch 2568"  title="ch-verbose">box drawings up double and horizontal single</span> </span>' ''
'&#x2569;' '' '<span class="char" title="ch-verbose"> <span class="ch 2569"  title="ch-verbose">box drawings double up and horizontal</span> </span>' ''
'&#x256A;' '' '<span class="char" title="ch-verbose"> <span class="ch 256A"  title="ch-verbose">box drawings vertical single and horizontal double</span> </span>' ''
'&#x256B;' '' '<span class="char" title="ch-verbose"> <span class="ch 256B"  title="ch-verbose">box drawings vertical double and horizontal single</span> </span>' ''
'&#x256C;' '' '<span class="char" title="ch-verbose"> <span class="ch 256C"  title="ch-verbose">box drawings double vertical and horizontal</span> </span>' ''
'&#x256D;' '' '<span class="char" title="ch-verbose"> <span class="ch 256D"  title="ch-verbose">box drawings light arc down and right</span> </span>' ''
'&#x256E;' '' '<span class="char" title="ch-verbose"> <span class="ch 256E"  title="ch-verbose">box drawings light arc down and left</span> </span>' ''
'&#x256F;' '' '<span class="char" title="ch-verbose"> <span class="ch 256F"  title="ch-verbose">box drawings light arc up and left</span> </span>' ''
'&#x2570;' '' '<span class="char" title="ch-verbose"> <span class="ch 2570"  title="ch-verbose">box drawings light arc up and right</span> </span>' ''
'&#x2571;' '' '<span class="char" title="ch-verbose"> <span class="ch 2571"  title="ch-verbose">box drawings light diagonal upper right to lower left</span> </span>' ''
'&#x2572;' '' '<span class="char" title="ch-verbose"> <span class="ch 2572"  title="ch-verbose">box drawings light diagonal upper left to lower right</span> </span>' ''
'&#x2573;' '' '<span class="char" title="ch-verbose"> <span class="ch 2573"  title="ch-verbose">box drawings light diagonal cross</span> </span>' ''
'&#x2574;' '' '<span class="char" title="ch-verbose"> <span class="ch 2574"  title="ch-verbose">box drawings light left</span> </span>' ''
'&#x2575;' '' '<span class="char" title="ch-verbose"> <span class="ch 2575"  title="ch-verbose">box drawings light up</span> </span>' ''
'&#x2576;' '' '<span class="char" title="ch-verbose"> <span class="ch 2576"  title="ch-verbose">box drawings light right</span> </span>' ''
'&#x2577;' '' '<span class="char" title="ch-verbose"> <span class="ch 2577"  title="ch-verbose">box drawings light down</span> </span>' ''
'&#x2578;' '' '<span class="char" title="ch-verbose"> <span class="ch 2578"  title="ch-verbose">box drawings heavy left</span> </span>' ''
'&#x2579;' '' '<span class="char" title="ch-verbose"> <span class="ch 2579"  title="ch-verbose">box drawings heavy up</span> </span>' ''
'&#x257A;' '' '<span class="char" title="ch-verbose"> <span class="ch 257A"  title="ch-verbose">box drawings heavy right</span> </span>' ''
'&#x257B;' '' '<span class="char" title="ch-verbose"> <span class="ch 257B"  title="ch-verbose">box drawings heavy down</span> </span>' ''
'&#x257C;' '' '<span class="char" title="ch-verbose"> <span class="ch 257C"  title="ch-verbose">box drawings light left and heavy right</span> </span>' ''
'&#x257D;' '' '<span class="char" title="ch-verbose"> <span class="ch 257D"  title="ch-verbose">box drawings light up and heavy down</span> </span>' ''
'&#x257E;' '' '<span class="char" title="ch-verbose"> <span class="ch 257E"  title="ch-verbose">box drawings heavy left and light right</span> </span>' ''
'&#x257F;' '' '<span class="char" title="ch-verbose"> <span class="ch 257F"  title="ch-verbose">box drawings heavy up and light down</span> </span>' ''
'&#x2580;' '' '<span class="char" title="ch-verbose"> <span class="ch 2580"  title="ch-verbose">upper half block</span> </span>' ''
'&#x2581;' '' '<span class="char" title="ch-verbose"> <span class="ch 2581"  title="ch-verbose">lower one eighth block</span> </span>' ''
'&#x2582;' '' '<span class="char" title="ch-verbose"> <span class="ch 2582"  title="ch-verbose">lower one quarter block</span> </span>' ''
'&#x2583;' '' '<span class="char" title="ch-verbose"> <span class="ch 2583"  title="ch-verbose">lower three eighths block</span> </span>' ''
'&#x2584;' '' '<span class="char" title="ch-verbose"> <span class="ch 2584"  title="ch-verbose">lower half block</span> </span>' ''
'&#x2585;' '' '<span class="char" title="ch-verbose"> <span class="ch 2585"  title="ch-verbose">lower five eighths block</span> </span>' ''
'&#x2586;' '' '<span class="char" title="ch-verbose"> <span class="ch 2586"  title="ch-verbose">lower three quarters block</span> </span>' ''
'&#x2587;' '' '<span class="char" title="ch-verbose"> <span class="ch 2587"  title="ch-verbose">lower seven eighths block</span> </span>' ''
'&#x2588;' '' '<span class="char" title="ch-verbose"> <span class="ch 2588"  title="ch-verbose">full block</span> </span>' ''
'&#x2589;' '' '<span class="char" title="ch-verbose"> <span class="ch 2589"  title="ch-verbose">left seven eighths block</span> </span>' ''
'&#x258A;' '' '<span class="char" title="ch-verbose"> <span class="ch 258A"  title="ch-verbose">left three quarters block</span> </span>' ''
'&#x258B;' '' '<span class="char" title="ch-verbose"> <span class="ch 258B"  title="ch-verbose">left five eighths block</span> </span>' ''
'&#x258C;' '' '<span class="char" title="ch-verbose"> <span class="ch 258C"  title="ch-verbose">left half block</span> </span>' ''
'&#x258D;' '' '<span class="char" title="ch-verbose"> <span class="ch 258D"  title="ch-verbose">left three eighths block</span> </span>' ''
'&#x258E;' '' '<span class="char" title="ch-verbose"> <span class="ch 258E"  title="ch-verbose">left one quarter block</span> </span>' ''
'&#x258F;' '' '<span class="char" title="ch-verbose"> <span class="ch 258F"  title="ch-verbose">left one eighth block</span> </span>' ''
'&#x2590;' '' '<span class="char" title="ch-verbose"> <span class="ch 2590"  title="ch-verbose">right half block</span> </span>' ''
'&#x2591;' '' '<span class="char" title="ch-verbose"> <span class="ch 2591"  title="ch-verbose">light shade</span> </span>' ''
'&#x2592;' '' '<span class="char" title="ch-verbose"> <span class="ch 2592"  title="ch-verbose">medium shade</span> </span>' ''
'&#x2593;' '' '<span class="char" title="ch-verbose"> <span class="ch 2593"  title="ch-verbose">dark shade</span> </span>' ''
'&#x2594;' '' '<span class="char" title="ch-verbose"> <span class="ch 2594"  title="ch-verbose">upper one eighth block</span> </span>' ''
'&#x2595;' '' '<span class="char" title="ch-verbose"> <span class="ch 2595"  title="ch-verbose">right one eighth block</span> </span>' ''
'&#x2596;' '' '<span class="char" title="ch-verbose"> <span class="ch 2596"  title="ch-verbose">quadrant lower left</span> </span>' ''
'&#x2597;' '' '<span class="char" title="ch-verbose"> <span class="ch 2597"  title="ch-verbose">quadrant lower right</span> </span>' ''
'&#x2598;' '' '<span class="char" title="ch-verbose"> <span class="ch 2598"  title="ch-verbose">quadrant upper left</span> </span>' ''
'&#x2599;' '' '<span class="char" title="ch-verbose"> <span class="ch 2599"  title="ch-verbose">quadrant upper left and lower left and lower right</span> </span>' ''
'&#x259A;' '' '<span class="char" title="ch-verbose"> <span class="ch 259A"  title="ch-verbose">quadrant upper left and lower right</span> </span>' ''
'&#x259B;' '' '<span class="char" title="ch-verbose"> <span class="ch 259B"  title="ch-verbose">quadrant upper left and upper right and lower left</span> </span>' ''
'&#x259C;' '' '<span class="char" title="ch-verbose"> <span class="ch 259C"  title="ch-verbose">quadrant upper left and upper right and lower right</span> </span>' ''
'&#x259D;' '' '<span class="char" title="ch-verbose"> <span class="ch 259D"  title="ch-verbose">quadrant upper right</span> </span>' ''
'&#x259E;' '' '<span class="char" title="ch-verbose"> <span class="ch 259E"  title="ch-verbose">quadrant upper right and lower left</span> </span>' ''
'&#x259F;' '' '<span class="char" title="ch-verbose"> <span class="ch 259F"  title="ch-verbose">quadrant upper right and lower left and lower right</span> </span>' ''
'&#x25A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A0"  title="ch-verbose">black square</span> </span>' ''
'&#x25A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A1"  title="ch-verbose">white square</span> </span>' ''
'&#x25A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A2"  title="ch-verbose">white square with rounded corners</span> </span>' ''
'&#x25A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A3"  title="ch-verbose">white square containing black small square</span> </span>' ''
'&#x25A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A4"  title="ch-verbose">square with horizontal fill</span> </span>' ''
'&#x25A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A5"  title="ch-verbose">square with vertical fill</span> </span>' ''
'&#x25A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A6"  title="ch-verbose">square with orthogonal crosshatch fill</span> </span>' ''
'&#x25A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A7"  title="ch-verbose">square with upper left to lower right fill</span> </span>' ''
'&#x25A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A8"  title="ch-verbose">square with upper right to lower left fill</span> </span>' ''
'&#x25A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 25A9"  title="ch-verbose">square with diagonal crosshatch fill</span> </span>' ''
'&#x25AA;' '' '<span class="char" title="ch-verbose"> <span class="ch 25AA"  title="ch-verbose">black small square</span> </span>' ''
'&#x25AB;' '' '<span class="char" title="ch-verbose"> <span class="ch 25AB"  title="ch-verbose">white small square</span> </span>' ''
'&#x25AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 25AC"  title="ch-verbose">black rectangle</span> </span>' ''
'&#x25AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 25AD"  title="ch-verbose">white rectangle</span> </span>' ''
'&#x25AE;' '' '<span class="char" title="ch-verbose"> <span class="ch 25AE"  title="ch-verbose">black vertical rectangle</span> </span>' ''
'&#x25AF;' '' '<span class="char" title="ch-verbose"> <span class="ch 25AF"  title="ch-verbose">white vertical rectangle</span> </span>' ''
'&#x25B0;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B0"  title="ch-verbose">black parallelogram</span> </span>' ''
'&#x25B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B1"  title="ch-verbose">white parallelogram</span> </span>' ''
'&#x25B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B2"  title="ch-verbose">black up-pointing triangle</span> </span>' ''
'&#x25B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B3"  title="ch-verbose">white up-pointing triangle</span> </span>' ''
'&#x25B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B4"  title="ch-verbose">black up-pointing small triangle</span> </span>' ''
'&#x25B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B5"  title="ch-verbose">white up-pointing small triangle</span> </span>' ''
'&#x25B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B6"  title="ch-verbose">black right-pointing triangle</span> </span>' ''
'&#x25B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B7"  title="ch-verbose">white right-pointing triangle</span> </span>' ''
'&#x25B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B8"  title="ch-verbose">black right-pointing small triangle</span> </span>' ''
'&#x25B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 25B9"  title="ch-verbose">white right-pointing small triangle</span> </span>' ''
'&#x25BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 25BA"  title="ch-verbose">black right-pointing pointer</span> </span>' ''
'&#x25BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 25BB"  title="ch-verbose">white right-pointing pointer</span> </span>' ''
'&#x25BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 25BC"  title="ch-verbose">black down-pointing triangle</span> </span>' ''
'&#x25BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 25BD"  title="ch-verbose">white down-pointing triangle</span> </span>' ''
'&#x25BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 25BE"  title="ch-verbose">black down-pointing small triangle</span> </span>' ''
'&#x25BF;' '' '<span class="char" title="ch-verbose"> <span class="ch 25BF"  title="ch-verbose">white down-pointing small triangle</span> </span>' ''
'&#x25C0;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C0"  title="ch-verbose">black left-pointing triangle</span> </span>' ''
'&#x25C1;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C1"  title="ch-verbose">white left-pointing triangle</span> </span>' ''
'&#x25C2;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C2"  title="ch-verbose">black left-pointing small triangle</span> </span>' ''
'&#x25C3;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C3"  title="ch-verbose">white left-pointing small triangle</span> </span>' ''
'&#x25C4;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C4"  title="ch-verbose">black left-pointing pointer</span> </span>' ''
'&#x25C5;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C5"  title="ch-verbose">white left-pointing pointer</span> </span>' ''
'&#x25C6;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C6"  title="ch-verbose">black diamond</span> </span>' ''
'&#x25C7;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C7"  title="ch-verbose">white diamond</span> </span>' ''
'&#x25C8;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C8"  title="ch-verbose">white diamond containing black small diamond</span> </span>' ''
'&#x25C9;' '' '<span class="char" title="ch-verbose"> <span class="ch 25C9"  title="ch-verbose">fisheye</span> </span>' ''
'&#x25CA;' '' '<span class="char" title="ch-verbose"> <span class="ch 25CA"  title="ch-verbose">lozenge</span> </span>' ''
'&#x25CB;' '' '<span class="char" title="ch-verbose"> <span class="ch 25CB"  title="ch-verbose">white circle</span> </span>' ''
'&#x25CC;' '' '<span class="char" title="ch-verbose"> <span class="ch 25CC"  title="ch-verbose">dotted circle</span> </span>' ''
'&#x25CD;' '' '<span class="char" title="ch-verbose"> <span class="ch 25CD"  title="ch-verbose">circle with vertical fill</span> </span>' ''
'&#x25CE;' '' '<span class="char" title="ch-verbose"> <span class="ch 25CE"  title="ch-verbose">bullseye</span> </span>' ''
'&#x25CF;' '' '<span class="char" title="ch-verbose"> <span class="ch 25CF"  title="ch-verbose">black circle</span> </span>' ''
'&#x25D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D0"  title="ch-verbose">circle with left half black</span> </span>' ''
'&#x25D1;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D1"  title="ch-verbose">circle with right half black</span> </span>' ''
'&#x25D2;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D2"  title="ch-verbose">circle with lower half black</span> </span>' ''
'&#x25D3;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D3"  title="ch-verbose">circle with upper half black</span> </span>' ''
'&#x25D4;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D4"  title="ch-verbose">circle with upper right quadrant black</span> </span>' ''
'&#x25D5;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D5"  title="ch-verbose">circle with all but upper left quadrant black</span> </span>' ''
'&#x25D6;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D6"  title="ch-verbose">left half black circle</span> </span>' ''
'&#x25D7;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D7"  title="ch-verbose">right half black circle</span> </span>' ''
'&#x25D8;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D8"  title="ch-verbose">inverse bullet</span> </span>' ''
'&#x25D9;' '' '<span class="char" title="ch-verbose"> <span class="ch 25D9"  title="ch-verbose">inverse white circle</span> </span>' ''
'&#x25DA;' '' '<span class="char" title="ch-verbose"> <span class="ch 25DA"  title="ch-verbose">upper half inverse white circle</span> </span>' ''
'&#x25DB;' '' '<span class="char" title="ch-verbose"> <span class="ch 25DB"  title="ch-verbose">lower half inverse white circle</span> </span>' ''
'&#x25DC;' '' '<span class="char" title="ch-verbose"> <span class="ch 25DC"  title="ch-verbose">upper left quadrant circular arc</span> </span>' ''
'&#x25DD;' '' '<span class="char" title="ch-verbose"> <span class="ch 25DD"  title="ch-verbose">upper right quadrant circular arc</span> </span>' ''
'&#x25DE;' '' '<span class="char" title="ch-verbose"> <span class="ch 25DE"  title="ch-verbose">lower right quadrant circular arc</span> </span>' ''
'&#x25DF;' '' '<span class="char" title="ch-verbose"> <span class="ch 25DF"  title="ch-verbose">lower left quadrant circular arc</span> </span>' ''
'&#x25E0;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E0"  title="ch-verbose">upper half circle</span> </span>' ''
'&#x25E1;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E1"  title="ch-verbose">lower half circle</span> </span>' ''
'&#x25E2;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E2"  title="ch-verbose">black lower right triangle</span> </span>' ''
'&#x25E3;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E3"  title="ch-verbose">black lower left triangle</span> </span>' ''
'&#x25E4;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E4"  title="ch-verbose">black upper left triangle</span> </span>' ''
'&#x25E5;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E5"  title="ch-verbose">black upper right triangle</span> </span>' ''
'&#x25E6;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E6"  title="ch-verbose">white bullet</span> </span>' ''
'&#x25E7;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E7"  title="ch-verbose">square with left half black</span> </span>' ''
'&#x25E8;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E8"  title="ch-verbose">square with right half black</span> </span>' ''
'&#x25E9;' '' '<span class="char" title="ch-verbose"> <span class="ch 25E9"  title="ch-verbose">square with upper left diagonal half black</span> </span>' ''
'&#x25EA;' '' '<span class="char" title="ch-verbose"> <span class="ch 25EA"  title="ch-verbose">square with lower right diagonal half black</span> </span>' ''
'&#x25EB;' '' '<span class="char" title="ch-verbose"> <span class="ch 25EB"  title="ch-verbose">white square with vertical bisecting line</span> </span>' ''
'&#x25EC;' '' '<span class="char" title="ch-verbose"> <span class="ch 25EC"  title="ch-verbose">white up-pointing triangle with dot</span> </span>' ''
'&#x25ED;' '' '<span class="char" title="ch-verbose"> <span class="ch 25ED"  title="ch-verbose">up-pointing triangle with left half black</span> </span>' ''
'&#x25EE;' '' '<span class="char" title="ch-verbose"> <span class="ch 25EE"  title="ch-verbose">up-pointing triangle with right half black</span> </span>' ''
'&#x25EF;' '' '<span class="char" title="ch-verbose"> <span class="ch 25EF"  title="ch-verbose">large circle</span> </span>' ''
'&#x25F0;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F0"  title="ch-verbose">white square with upper left quadrant</span> </span>' ''
'&#x25F1;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F1"  title="ch-verbose">white square with lower left quadrant</span> </span>' ''
'&#x25F2;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F2"  title="ch-verbose">white square with lower right quadrant</span> </span>' ''
'&#x25F3;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F3"  title="ch-verbose">white square with upper right quadrant</span> </span>' ''
'&#x25F4;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F4"  title="ch-verbose">white circle with upper left quadrant</span> </span>' ''
'&#x25F5;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F5"  title="ch-verbose">white circle with lower left quadrant</span> </span>' ''
'&#x25F6;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F6"  title="ch-verbose">white circle with lower right quadrant</span> </span>' ''
'&#x25F7;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F7"  title="ch-verbose">white circle with upper right quadrant</span> </span>' ''
'&#x25F8;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F8"  title="ch-verbose">upper left triangle</span> </span>' ''
'&#x25F9;' '' '<span class="char" title="ch-verbose"> <span class="ch 25F9"  title="ch-verbose">upper right triangle</span> </span>' ''
'&#x25FA;' '' '<span class="char" title="ch-verbose"> <span class="ch 25FA"  title="ch-verbose">lower left triangle</span> </span>' ''
'&#x25FB;' '' '<span class="char" title="ch-verbose"> <span class="ch 25FB"  title="ch-verbose">white medium square</span> </span>' ''
'&#x25FC;' '' '<span class="char" title="ch-verbose"> <span class="ch 25FC"  title="ch-verbose">black medium square</span> </span>' ''
'&#x25FD;' '' '<span class="char" title="ch-verbose"> <span class="ch 25FD"  title="ch-verbose">white medium small square</span> </span>' ''
'&#x25FE;' '' '<span class="char" title="ch-verbose"> <span class="ch 25FE"  title="ch-verbose">black medium small square</span> </span>' ''
'&#x25FF;' '' '<span class="char" title="ch-verbose"> <span class="ch 25FF"  title="ch-verbose">lower right triangle</span> </span>' ''

'&#x2600;' '' '<span class="char" title="ch-verbose"> <span class="ch 2600"  title="ch-verbose">black sun with rays</span> </span>' ''
'&#x2601;' '' '<span class="char" title="ch-verbose"> <span class="ch 2601"  title="ch-verbose">cloud</span> </span>' ''
'&#x2602;' '' '<span class="char" title="ch-verbose"> <span class="ch 2602"  title="ch-verbose">umbrella</span> </span>' ''
'&#x2603;' '' '<span class="char" title="ch-verbose"> <span class="ch 2603"  title="ch-verbose">snowman</span> </span>' ''
'&#x2604;' '' '<span class="char" title="ch-verbose"> <span class="ch 2604"  title="ch-verbose">comet</span> </span>' ''
'&#x2605;' '' '<span class="char" title="ch-verbose"> <span class="ch 2605"  title="ch-verbose">black star</span> </span>' ''
'&#x2606;' '' '<span class="char" title="ch-verbose"> <span class="ch 2606"  title="ch-verbose">white star</span> </span>' ''
'&#x2607;' '' '<span class="char" title="ch-verbose"> <span class="ch 2607"  title="ch-verbose">lightning</span> </span>' ''
'&#x2608;' '' '<span class="char" title="ch-verbose"> <span class="ch 2608"  title="ch-verbose">thunderstorm</span> </span>' ''
'&#x2609;' '' '<span class="char" title="ch-verbose"> <span class="ch 2609"  title="ch-verbose">sun</span> </span>' ''
'&#x260A;' '' '<span class="char" title="ch-verbose"> <span class="ch 260A"  title="ch-verbose">ascending node</span> </span>' ''
'&#x260B;' '' '<span class="char" title="ch-verbose"> <span class="ch 260B"  title="ch-verbose">descending node</span> </span>' ''
'&#x260C;' '' '<span class="char" title="ch-verbose"> <span class="ch 260C"  title="ch-verbose">conjunction</span> </span>' ''
'&#x260D;' '' '<span class="char" title="ch-verbose"> <span class="ch 260D"  title="ch-verbose">opposition</span> </span>' ''
'&#x260E;' '' '<span class="char" title="ch-verbose"> <span class="ch 260E"  title="ch-verbose">black telephone</span> </span>' ''
'&#x260F;' '' '<span class="char" title="ch-verbose"> <span class="ch 260F"  title="ch-verbose">white telephone</span> </span>' ''
'&#x2610;' '' '<span class="char" title="ch-verbose"> <span class="ch 2610"  title="ch-verbose">ballot box</span> </span>' ''
'&#x2611;' '' '<span class="char" title="ch-verbose"> <span class="ch 2611"  title="ch-verbose">ballot box with check</span> </span>' ''
'&#x2612;' '' '<span class="char" title="ch-verbose"> <span class="ch 2612"  title="ch-verbose">ballot box with x</span> </span>' ''
'&#x2613;' '' '<span class="char" title="ch-verbose"> <span class="ch 2613"  title="ch-verbose">saltire</span> </span>' ''
'&#x2614;' '' '<span class="char" title="ch-verbose"> <span class="ch 2614"  title="ch-verbose">umbrella with rain drops</span> </span>' ''
'&#x2615;' '' '<span class="char" title="ch-verbose"> <span class="ch 2615"  title="ch-verbose">hot beverage</span> </span>' ''
'&#x2616;' '' '<span class="char" title="ch-verbose"> <span class="ch 2616"  title="ch-verbose">white shogi piece</span> </span>' ''
'&#x2617;' '' '<span class="char" title="ch-verbose"> <span class="ch 2617"  title="ch-verbose">black shogi piece</span> </span>' ''
'&#x2619;' '' '<span class="char" title="ch-verbose"> <span class="ch 2619"  title="ch-verbose">reversed rotated floral heart bullet</span> </span>' ''
'&#x261A;' '' '<span class="char" title="ch-verbose"> <span class="ch 261A"  title="ch-verbose">black left pointing index</span> </span>' ''
'&#x261B;' '' '<span class="char" title="ch-verbose"> <span class="ch 261B"  title="ch-verbose">black right pointing index</span> </span>' ''
'&#x261C;' '' '<span class="char" title="ch-verbose"> <span class="ch 261C"  title="ch-verbose">white left pointing index</span> </span>' ''
'&#x261D;' '' '<span class="char" title="ch-verbose"> <span class="ch 261D"  title="ch-verbose">white up pointing index</span> </span>' ''
'&#x261E;' '' '<span class="char" title="ch-verbose"> <span class="ch 261E"  title="ch-verbose">white right pointing index</span> </span>' ''
'&#x261F;' '' '<span class="char" title="ch-verbose"> <span class="ch 261F"  title="ch-verbose">white down pointing index</span> </span>' ''
'&#x2620;' '' '<span class="char" title="ch-verbose"> <span class="ch 2620"  title="ch-verbose">skull and crossbones</span> </span>' ''
'&#x2621;' '' '<span class="char" title="ch-verbose"> <span class="ch 2621"  title="ch-verbose">caution sign</span> </span>' ''
'&#x2622;' '' '<span class="char" title="ch-verbose"> <span class="ch 2622"  title="ch-verbose">radioactive sign</span> </span>' ''
'&#x2623;' '' '<span class="char" title="ch-verbose"> <span class="ch 2623"  title="ch-verbose">biohazard sign</span> </span>' ''
'&#x2624;' '' '<span class="char" title="ch-verbose"> <span class="ch 2624"  title="ch-verbose">caduceus</span> </span>' ''
'&#x2625;' '' '<span class="char" title="ch-verbose"> <span class="ch 2625"  title="ch-verbose">ankh</span> </span>' ''
'&#x2626;' '' '<span class="char" title="ch-verbose"> <span class="ch 2626"  title="ch-verbose">orthodox cross</span> </span>' ''
'&#x2627;' '' '<span class="char" title="ch-verbose"> <span class="ch 2627"  title="ch-verbose">chi rho</span> </span>' ''
'&#x2628;' '' '<span class="char" title="ch-verbose"> <span class="ch 2628"  title="ch-verbose">cross of lorraine</span> </span>' ''
'&#x2629;' '' '<span class="char" title="ch-verbose"> <span class="ch 2629"  title="ch-verbose">cross of jerusalem</span> </span>' ''
'&#x262A;' '' '<span class="char" title="ch-verbose"> <span class="ch 262A"  title="ch-verbose">star and crescent</span> </span>' ''
'&#x262B;' '' '<span class="char" title="ch-verbose"> <span class="ch 262B"  title="ch-verbose">farsi symbol</span> </span>' ''
'&#x262C;' '' '<span class="char" title="ch-verbose"> <span class="ch 262C"  title="ch-verbose">adi shakti</span> </span>' ''
'&#x262D;' '' '<span class="char" title="ch-verbose"> <span class="ch 262D"  title="ch-verbose">hammer and sickle</span> </span>' ''
'&#x262E;' '' '<span class="char" title="ch-verbose"> <span class="ch 262E"  title="ch-verbose">peace symbol</span> </span>' ''
'&#x262F;' '' '<span class="char" title="ch-verbose"> <span class="ch 262F"  title="ch-verbose">yin yang</span> </span>' ''
'&#x2630;' '' '<span class="char" title="ch-verbose"> <span class="ch 2630"  title="ch-verbose">trigram for heaven</span> </span>' ''
'&#x2631;' '' '<span class="char" title="ch-verbose"> <span class="ch 2631"  title="ch-verbose">trigram for lake</span> </span>' ''
'&#x2632;' '' '<span class="char" title="ch-verbose"> <span class="ch 2632"  title="ch-verbose">trigram for fire</span> </span>' ''
'&#x2633;' '' '<span class="char" title="ch-verbose"> <span class="ch 2633"  title="ch-verbose">trigram for thunder</span> </span>' ''
'&#x2634;' '' '<span class="char" title="ch-verbose"> <span class="ch 2634"  title="ch-verbose">trigram for wind</span> </span>' ''
'&#x2635;' '' '<span class="char" title="ch-verbose"> <span class="ch 2635"  title="ch-verbose">trigram for water</span> </span>' ''
'&#x2636;' '' '<span class="char" title="ch-verbose"> <span class="ch 2636"  title="ch-verbose">trigram for mountain</span> </span>' ''
'&#x2637;' '' '<span class="char" title="ch-verbose"> <span class="ch 2637"  title="ch-verbose">trigram for earth</span> </span>' ''
'&#x2638;' '' '<span class="char" title="ch-verbose"> <span class="ch 2638"  title="ch-verbose">wheel of dharma</span> </span>' ''
'&#x2639;' '' '<span class="char" title="ch-verbose"> <span class="ch 2639"  title="ch-verbose">white frowning face</span> </span>' ''
'&#x263A;' '' '<span class="char" title="ch-verbose"> <span class="ch 263A"  title="ch-verbose">white smiling face</span> </span>' ''
'&#x263B;' '' '<span class="char" title="ch-verbose"> <span class="ch 263B"  title="ch-verbose">black smiling face</span> </span>' ''
'&#x263C;' '' '<span class="char" title="ch-verbose"> <span class="ch 263C"  title="ch-verbose">white sun with rays</span> </span>' ''
'&#x263D;' '' '<span class="char" title="ch-verbose"> <span class="ch 263D"  title="ch-verbose">first quarter moon</span> </span>' ''
'&#x263E;' '' '<span class="char" title="ch-verbose"> <span class="ch 263E"  title="ch-verbose">last quarter moon</span> </span>' ''
'&#x263F;' '' '<span class="char" title="ch-verbose"> <span class="ch 263F"  title="ch-verbose">mercury</span> </span>' ''
'&#x2640;' '' '<span class="char" title="ch-verbose"> <span class="ch 2640"  title="ch-verbose">female sign</span> </span>' ''
'&#x2641;' '' '<span class="char" title="ch-verbose"> <span class="ch 2641"  title="ch-verbose">earth</span> </span>' ''
'&#x2642;' '' '<span class="char" title="ch-verbose"> <span class="ch 2642"  title="ch-verbose">male sign</span> </span>' ''
'&#x2643;' '' '<span class="char" title="ch-verbose"> <span class="ch 2643"  title="ch-verbose">jupiter</span> </span>' ''
'&#x2644;' '' '<span class="char" title="ch-verbose"> <span class="ch 2644"  title="ch-verbose">saturn</span> </span>' ''
'&#x2645;' '' '<span class="char" title="ch-verbose"> <span class="ch 2645"  title="ch-verbose">uranus</span> </span>' ''
'&#x2646;' '' '<span class="char" title="ch-verbose"> <span class="ch 2646"  title="ch-verbose">neptune</span> </span>' ''
'&#x2647;' '' '<span class="char" title="ch-verbose"> <span class="ch 2647"  title="ch-verbose">pluto</span> </span>' ''
'&#x2648;' '' '<span class="char" title="ch-verbose"> <span class="ch 2648"  title="ch-verbose">aries</span> </span>' ''
'&#x2649;' '' '<span class="char" title="ch-verbose"> <span class="ch 2649"  title="ch-verbose">taurus</span> </span>' ''
'&#x264A;' '' '<span class="char" title="ch-verbose"> <span class="ch 264A"  title="ch-verbose">gemini</span> </span>' ''
'&#x264B;' '' '<span class="char" title="ch-verbose"> <span class="ch 264B"  title="ch-verbose">cancer</span> </span>' ''
'&#x264C;' '' '<span class="char" title="ch-verbose"> <span class="ch 264C"  title="ch-verbose">leo</span> </span>' ''
'&#x264D;' '' '<span class="char" title="ch-verbose"> <span class="ch 264D"  title="ch-verbose">virgo</span> </span>' ''
'&#x264E;' '' '<span class="char" title="ch-verbose"> <span class="ch 264E"  title="ch-verbose">libra</span> </span>' ''
'&#x264F;' '' '<span class="char" title="ch-verbose"> <span class="ch 264F"  title="ch-verbose">scorpius</span> </span>' ''
'&#x2650;' '' '<span class="char" title="ch-verbose"> <span class="ch 2650"  title="ch-verbose">sagittarius</span> </span>' ''
'&#x2651;' '' '<span class="char" title="ch-verbose"> <span class="ch 2651"  title="ch-verbose">capricorn</span> </span>' ''
'&#x2652;' '' '<span class="char" title="ch-verbose"> <span class="ch 2652"  title="ch-verbose">aquarius</span> </span>' ''
'&#x2653;' '' '<span class="char" title="ch-verbose"> <span class="ch 2653"  title="ch-verbose">pisces</span> </span>' ''
'&#x2654;' '' '<span class="char" title="ch-verbose"> <span class="ch 2654"  title="ch-verbose">white chess king</span> </span>' ''
'&#x2655;' '' '<span class="char" title="ch-verbose"> <span class="ch 2655"  title="ch-verbose">white chess queen</span> </span>' ''
'&#x2656;' '' '<span class="char" title="ch-verbose"> <span class="ch 2656"  title="ch-verbose">white chess rook</span> </span>' ''
'&#x2657;' '' '<span class="char" title="ch-verbose"> <span class="ch 2657"  title="ch-verbose">white chess bishop</span> </span>' ''
'&#x2658;' '' '<span class="char" title="ch-verbose"> <span class="ch 2658"  title="ch-verbose">white chess knight</span> </span>' ''
'&#x2659;' '' '<span class="char" title="ch-verbose"> <span class="ch 2659"  title="ch-verbose">white chess pawn</span> </span>' ''
'&#x265A;' '' '<span class="char" title="ch-verbose"> <span class="ch 265A"  title="ch-verbose">black chess king</span> </span>' ''
'&#x265B;' '' '<span class="char" title="ch-verbose"> <span class="ch 265B"  title="ch-verbose">black chess queen</span> </span>' ''
'&#x265C;' '' '<span class="char" title="ch-verbose"> <span class="ch 265C"  title="ch-verbose">black chess rook</span> </span>' ''
'&#x265D;' '' '<span class="char" title="ch-verbose"> <span class="ch 265D"  title="ch-verbose">black chess bishop</span> </span>' ''
'&#x265E;' '' '<span class="char" title="ch-verbose"> <span class="ch 265E"  title="ch-verbose">black chess knight</span> </span>' ''
'&#x265F;' '' '<span class="char" title="ch-verbose"> <span class="ch 265F"  title="ch-verbose">black chess pawn</span> </span>' ''
'&#x2660;' '' '<span class="char" title="ch-verbose"> <span class="ch 2660"  title="ch-verbose">black spades</span> </span>' ''
'&#x2661;' '' '<span class="char" title="ch-verbose"> <span class="ch 2661"  title="ch-verbose">white hearts</span> </span>' ''
'&#x2662;' '' '<span class="char" title="ch-verbose"> <span class="ch 2662"  title="ch-verbose">white diamonds</span> </span>' ''
'&#x2663;' '' '<span class="char" title="ch-verbose"> <span class="ch 2663"  title="ch-verbose">black clubs</span> </span>' ''
'&#x2664;' '' '<span class="char" title="ch-verbose"> <span class="ch 2664"  title="ch-verbose">white spades</span> </span>' ''
'&#x2665;' '' '<span class="char" title="ch-verbose"> <span class="ch 2665"  title="ch-verbose">black hearts</span> </span>' ''
'&#x2666;' '' '<span class="char" title="ch-verbose"> <span class="ch 2666"  title="ch-verbose">black diamonds</span> </span>' ''
'&#x2667;' '' '<span class="char" title="ch-verbose"> <span class="ch 2667"  title="ch-verbose">white clubs</span> </span>' ''
'&#x2668;' '' '<span class="char" title="ch-verbose"> <span class="ch 2668"  title="ch-verbose">hot springs</span> </span>' ''
'&#x2669;' '' '<span class="char" title="ch-verbose"> <span class="ch 2669"  title="ch-verbose">quarter note</span> </span>' ''
'&#x266A;' '' '<span class="char" title="ch-verbose"> <span class="ch 266A"  title="ch-verbose">eighth note</span> </span>' ''
'&#x266B;' '' '<span class="char" title="ch-verbose"> <span class="ch 266B"  title="ch-verbose">beamed eighth notes</span> </span>' ''
'&#x266C;' '' '<span class="char" title="ch-verbose"> <span class="ch 266C"  title="ch-verbose">beamed sixteenth notes</span> </span>' ''
'&#x266D;' '' '<span class="char" title="ch-verbose"> <span class="ch 266D"  title="ch-verbose">music flat sign</span> </span>' ''
'&#x266E;' '' '<span class="char" title="ch-verbose"> <span class="ch 266E"  title="ch-verbose">music natural sign</span> </span>' ''
'&#x266F;' '' '<span class="char" title="ch-verbose"> <span class="ch 266F"  title="ch-verbose">music sharp sign</span> </span>' ''
'&#x2670;' '' '<span class="char" title="ch-verbose"> <span class="ch 2670"  title="ch-verbose">west syriac cross</span> </span>' ''
'&#x2671;' '' '<span class="char" title="ch-verbose"> <span class="ch 2671"  title="ch-verbose">east syriac cross</span> </span>' ''
'&#x2672;' '' '<span class="char" title="ch-verbose"> <span class="ch 2672"  title="ch-verbose">universal recycling symbol</span> </span>' ''
'&#x2673;' '' '<span class="char" title="ch-verbose"> <span class="ch 2673"  title="ch-verbose">recycling symbol for type-1 plastics</span> </span>' ''
'&#x2674;' '' '<span class="char" title="ch-verbose"> <span class="ch 2674"  title="ch-verbose">recycling symbol for type-2 plastics</span> </span>' ''
'&#x2675;' '' '<span class="char" title="ch-verbose"> <span class="ch 2675"  title="ch-verbose">recycling symbol for type-3 plastics</span> </span>' ''
'&#x2676;' '' '<span class="char" title="ch-verbose"> <span class="ch 2676"  title="ch-verbose">recycling symbol for type-4 plastics</span> </span>' ''
'&#x2677;' '' '<span class="char" title="ch-verbose"> <span class="ch 2677"  title="ch-verbose">recycling symbol for type-5 plastics</span> </span>' ''
'&#x2678;' '' '<span class="char" title="ch-verbose"> <span class="ch 2678"  title="ch-verbose">recycling symbol for type-6 plastics</span> </span>' ''
'&#x2679;' '' '<span class="char" title="ch-verbose"> <span class="ch 2679"  title="ch-verbose">recycling symbol for type-7 plastics</span> </span>' ''
'&#x267A;' '' '<span class="char" title="ch-verbose"> <span class="ch 267A"  title="ch-verbose">recycling symbol for generic materials</span> </span>' ''
'&#x267B;' '' '<span class="char" title="ch-verbose"> <span class="ch 267B"  title="ch-verbose">black universal recycling symbol</span> </span>' ''
'&#x267C;' '' '<span class="char" title="ch-verbose"> <span class="ch 267C"  title="ch-verbose">recycled paper symbol</span> </span>' ''
'&#x267D;' '' '<span class="char" title="ch-verbose"> <span class="ch 267D"  title="ch-verbose">partially-recycled paper symbol</span> </span>' ''
'&#x2680;' '' '<span class="char" title="ch-verbose"> <span class="ch 2680"  title="ch-verbose">die face-1</span> </span>' ''
'&#x2681;' '' '<span class="char" title="ch-verbose"> <span class="ch 2681"  title="ch-verbose">die face-2</span> </span>' ''
'&#x2682;' '' '<span class="char" title="ch-verbose"> <span class="ch 2682"  title="ch-verbose">die face-3</span> </span>' ''
'&#x2683;' '' '<span class="char" title="ch-verbose"> <span class="ch 2683"  title="ch-verbose">die face-4</span> </span>' ''
'&#x2684;' '' '<span class="char" title="ch-verbose"> <span class="ch 2684"  title="ch-verbose">die face-5</span> </span>' ''
'&#x2685;' '' '<span class="char" title="ch-verbose"> <span class="ch 2685"  title="ch-verbose">die face-6</span> </span>' ''
'&#x2686;' '' '<span class="char" title="ch-verbose"> <span class="ch 2686"  title="ch-verbose">white circle with dot right</span> </span>' ''
'&#x2687;' '' '<span class="char" title="ch-verbose"> <span class="ch 2687"  title="ch-verbose">white circle with two dots</span> </span>' ''
'&#x2688;' '' '<span class="char" title="ch-verbose"> <span class="ch 2688"  title="ch-verbose">black circle with white dot right</span> </span>' ''
'&#x2689;' '' '<span class="char" title="ch-verbose"> <span class="ch 2689"  title="ch-verbose">black circle with two white dots</span> </span>' ''
'&#x268A;' '' '<span class="char" title="ch-verbose"> <span class="ch 268A"  title="ch-verbose">monogram for yang</span> </span>' ''
'&#x268B;' '' '<span class="char" title="ch-verbose"> <span class="ch 268B"  title="ch-verbose">monogram for yin</span> </span>' ''
'&#x268C;' '' '<span class="char" title="ch-verbose"> <span class="ch 268C"  title="ch-verbose">digram for greater yang</span> </span>' ''
'&#x268D;' '' '<span class="char" title="ch-verbose"> <span class="ch 268D"  title="ch-verbose">digram for lesser yin</span> </span>' ''
'&#x268E;' '' '<span class="char" title="ch-verbose"> <span class="ch 268E"  title="ch-verbose">digram for lesser yang</span> </span>' ''
'&#x268F;' '' '<span class="char" title="ch-verbose"> <span class="ch 268F"  title="ch-verbose">digram for greater yin</span> </span>' ''
'&#x2690;' '' '<span class="char" title="ch-verbose"> <span class="ch 2690"  title="ch-verbose">white flag</span> </span>' ''
'&#x2691;' '' '<span class="char" title="ch-verbose"> <span class="ch 2691"  title="ch-verbose">black flag</span> </span>' ''
'&#x26A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 26A0"  title="ch-verbose">warning sign</span> </span>' ''
'&#x26A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 26A1"  title="ch-verbose">high voltage sign</span> </span>' ''


'&#x2701;' '' '<span class="char" title="ch-verbose"> <span class="ch 2701"  title="ch-verbose">upper blade scissors</span> </span>' ''
'&#x2702;' '' '<span class="char" title="ch-verbose"> <span class="ch 2702"  title="ch-verbose">black scissors</span> </span>' ''
'&#x2703;' '' '<span class="char" title="ch-verbose"> <span class="ch 2703"  title="ch-verbose">lower blade scissors</span> </span>' ''
'&#x2704;' '' '<span class="char" title="ch-verbose"> <span class="ch 2704"  title="ch-verbose">white scissors</span> </span>' ''
'&#x2706;' '' '<span class="char" title="ch-verbose"> <span class="ch 2706"  title="ch-verbose">telephone location sign</span> </span>' ''
'&#x2707;' '' '<span class="char" title="ch-verbose"> <span class="ch 2707"  title="ch-verbose">tape drive</span> </span>' ''
'&#x2708;' '' '<span class="char" title="ch-verbose"> <span class="ch 2708"  title="ch-verbose">airplane</span> </span>' ''
'&#x2709;' '' '<span class="char" title="ch-verbose"> <span class="ch 2709"  title="ch-verbose">envelope</span> </span>' ''
'&#x270C;' '' '<span class="char" title="ch-verbose"> <span class="ch 270C"  title="ch-verbose">victory hand</span> </span>' ''
'&#x270D;' '' '<span class="char" title="ch-verbose"> <span class="ch 270D"  title="ch-verbose">writing hand</span> </span>' ''
'&#x270E;' '' '<span class="char" title="ch-verbose"> <span class="ch 270E"  title="ch-verbose">lower right pencil</span> </span>' ''
'&#x270F;' '' '<span class="char" title="ch-verbose"> <span class="ch 270F"  title="ch-verbose">pencil</span> </span>' ''
'&#x2710;' '' '<span class="char" title="ch-verbose"> <span class="ch 2710"  title="ch-verbose">upper right pencil</span> </span>' ''
'&#x2711;' '' '<span class="char" title="ch-verbose"> <span class="ch 2711"  title="ch-verbose">white nib</span> </span>' ''
'&#x2712;' '' '<span class="char" title="ch-verbose"> <span class="ch 2712"  title="ch-verbose">black nib</span> </span>' ''
'&#x2713;' '' '<span class="char" title="ch-verbose"> <span class="ch 2713"  title="ch-verbose">check mark</span> </span>' ''
'&#x2714;' '' '<span class="char" title="ch-verbose"> <span class="ch 2714"  title="ch-verbose">heavy check mark</span> </span>' ''
'&#x2715;' '' '<span class="char" title="ch-verbose"> <span class="ch 2715"  title="ch-verbose">multiplication x</span> </span>' ''
'&#x2716;' '' '<span class="char" title="ch-verbose"> <span class="ch 2716"  title="ch-verbose">heavy multiplication x</span> </span>' ''
'&#x2717;' '' '<span class="char" title="ch-verbose"> <span class="ch 2717"  title="ch-verbose">ballot x</span> </span>' ''
'&#x2718;' '' '<span class="char" title="ch-verbose"> <span class="ch 2718"  title="ch-verbose">heavy ballot x</span> </span>' ''
'&#x2719;' '' '<span class="char" title="ch-verbose"> <span class="ch 2719"  title="ch-verbose">outlined greek cross</span> </span>' ''
'&#x271A;' '' '<span class="char" title="ch-verbose"> <span class="ch 271A"  title="ch-verbose">heavy greek cross</span> </span>' ''
'&#x271B;' '' '<span class="char" title="ch-verbose"> <span class="ch 271B"  title="ch-verbose">open centre cross</span> </span>' ''
'&#x271C;' '' '<span class="char" title="ch-verbose"> <span class="ch 271C"  title="ch-verbose">heavy open centre cross</span> </span>' ''
'&#x271D;' '' '<span class="char" title="ch-verbose"> <span class="ch 271D"  title="ch-verbose">latin cross</span> </span>' ''
'&#x271E;' '' '<span class="char" title="ch-verbose"> <span class="ch 271E"  title="ch-verbose">shadowed white latin cross</span> </span>' ''
'&#x271F;' '' '<span class="char" title="ch-verbose"> <span class="ch 271F"  title="ch-verbose">outlined latin cross</span> </span>' ''
'&#x2720;' '' '<span class="char" title="ch-verbose"> <span class="ch 2720"  title="ch-verbose">maltese cross</span> </span>' ''
'&#x2721;' '' '<span class="char" title="ch-verbose"> <span class="ch 2721"  title="ch-verbose">star of david</span> </span>' ''
'&#x2722;' '' '<span class="char" title="ch-verbose"> <span class="ch 2722"  title="ch-verbose">four teardrop-spoked asterisk</span> </span>' ''
'&#x2723;' '' '<span class="char" title="ch-verbose"> <span class="ch 2723"  title="ch-verbose">four balloon-spoked asterisk</span> </span>' ''
'&#x2724;' '' '<span class="char" title="ch-verbose"> <span class="ch 2724"  title="ch-verbose">heavy four balloon-spoked asterisk</span> </span>' ''
'&#x2725;' '' '<span class="char" title="ch-verbose"> <span class="ch 2725"  title="ch-verbose">four club-spoked asterisk</span> </span>' ''
'&#x2726;' '' '<span class="char" title="ch-verbose"> <span class="ch 2726"  title="ch-verbose">black four pointed star</span> </span>' ''
'&#x2727;' '' '<span class="char" title="ch-verbose"> <span class="ch 2727"  title="ch-verbose">white four pointed star</span> </span>' ''
'&#x2729;' '' '<span class="char" title="ch-verbose"> <span class="ch 2729"  title="ch-verbose">stress outlined white star</span> </span>' ''
'&#x272A;' '' '<span class="char" title="ch-verbose"> <span class="ch 272A"  title="ch-verbose">circled white star</span> </span>' ''
'&#x272B;' '' '<span class="char" title="ch-verbose"> <span class="ch 272B"  title="ch-verbose">open centre black star</span> </span>' ''
'&#x272C;' '' '<span class="char" title="ch-verbose"> <span class="ch 272C"  title="ch-verbose">black centre white star</span> </span>' ''
'&#x272D;' '' '<span class="char" title="ch-verbose"> <span class="ch 272D"  title="ch-verbose">outlined black star</span> </span>' ''
'&#x272E;' '' '<span class="char" title="ch-verbose"> <span class="ch 272E"  title="ch-verbose">heavy outlined black star</span> </span>' ''
'&#x272F;' '' '<span class="char" title="ch-verbose"> <span class="ch 272F"  title="ch-verbose">pinwheel star</span> </span>' ''
'&#x2730;' '' '<span class="char" title="ch-verbose"> <span class="ch 2730"  title="ch-verbose">shadowed white star</span> </span>' ''
'&#x2731;' '' '<span class="char" title="ch-verbose"> <span class="ch 2731"  title="ch-verbose">heavy asterisk</span> </span>' ''
'&#x2732;' '' '<span class="char" title="ch-verbose"> <span class="ch 2732"  title="ch-verbose">open centre asterisk</span> </span>' ''
'&#x2733;' '' '<span class="char" title="ch-verbose"> <span class="ch 2733"  title="ch-verbose">eight spoked asterisk</span> </span>' ''
'&#x2734;' '' '<span class="char" title="ch-verbose"> <span class="ch 2734"  title="ch-verbose">eight pointed black star</span> </span>' ''
'&#x2735;' '' '<span class="char" title="ch-verbose"> <span class="ch 2735"  title="ch-verbose">eight pointed pinwheel star</span> </span>' ''
'&#x2736;' '' '<span class="char" title="ch-verbose"> <span class="ch 2736"  title="ch-verbose">six pointed black star</span> </span>' ''
'&#x2737;' '' '<span class="char" title="ch-verbose"> <span class="ch 2737"  title="ch-verbose">eight pointed rectilinear black star</span> </span>' ''
'&#x2738;' '' '<span class="char" title="ch-verbose"> <span class="ch 2738"  title="ch-verbose">heavy eight pointed rectilinear black star</span> </span>' ''
'&#x2739;' '' '<span class="char" title="ch-verbose"> <span class="ch 2739"  title="ch-verbose">twelve pointed black star</span> </span>' ''
'&#x273A;' '' '<span class="char" title="ch-verbose"> <span class="ch 273A"  title="ch-verbose">sixteen pointed asterisk</span> </span>' ''
'&#x273B;' '' '<span class="char" title="ch-verbose"> <span class="ch 273B"  title="ch-verbose">teardrop-spoked asterisk</span> </span>' ''
'&#x273C;' '' '<span class="char" title="ch-verbose"> <span class="ch 273C"  title="ch-verbose">open centre teardrop-spoked asterisk</span> </span>' ''
'&#x273D;' '' '<span class="char" title="ch-verbose"> <span class="ch 273D"  title="ch-verbose">heavy teardrop-spoked asterisk</span> </span>' ''
'&#x273E;' '' '<span class="char" title="ch-verbose"> <span class="ch 273E"  title="ch-verbose">six petalled black and white florette</span> </span>' ''
'&#x273F;' '' '<span class="char" title="ch-verbose"> <span class="ch 273F"  title="ch-verbose">black florette</span> </span>' ''
'&#x2740;' '' '<span class="char" title="ch-verbose"> <span class="ch 2740"  title="ch-verbose">white florette</span> </span>' ''
'&#x2741;' '' '<span class="char" title="ch-verbose"> <span class="ch 2741"  title="ch-verbose">eight petalled outlined black florette</span> </span>' ''
'&#x2742;' '' '<span class="char" title="ch-verbose"> <span class="ch 2742"  title="ch-verbose">circled open centre eight pointed star</span> </span>' ''
'&#x2743;' '' '<span class="char" title="ch-verbose"> <span class="ch 2743"  title="ch-verbose">heavy teardrop-spoked pinwheel asterisk</span> </span>' ''
'&#x2744;' '' '<span class="char" title="ch-verbose"> <span class="ch 2744"  title="ch-verbose">snowflake</span> </span>' ''
'&#x2745;' '' '<span class="char" title="ch-verbose"> <span class="ch 2745"  title="ch-verbose">tight trifoliate snowflake</span> </span>' ''
'&#x2746;' '' '<span class="char" title="ch-verbose"> <span class="ch 2746"  title="ch-verbose">heavy chevron snowflake</span> </span>' ''
'&#x2747;' '' '<span class="char" title="ch-verbose"> <span class="ch 2747"  title="ch-verbose">sparkle</span> </span>' ''
'&#x2748;' '' '<span class="char" title="ch-verbose"> <span class="ch 2748"  title="ch-verbose">heavy sparkle</span> </span>' ''
'&#x2749;' '' '<span class="char" title="ch-verbose"> <span class="ch 2749"  title="ch-verbose">balloon-spoked asterisk</span> </span>' ''
'&#x274A;' '' '<span class="char" title="ch-verbose"> <span class="ch 274A"  title="ch-verbose">eight teardrop-spoked propeller asterisk</span> </span>' ''
'&#x274B;' '' '<span class="char" title="ch-verbose"> <span class="ch 274B"  title="ch-verbose">heavy eight teardrop-spoked propeller asterisk</span> </span>' ''
'&#x274D;' '' '<span class="char" title="ch-verbose"> <span class="ch 274D"  title="ch-verbose">shadowed white circle</span> </span>' ''
'&#x274F;' '' '<span class="char" title="ch-verbose"> <span class="ch 274F"  title="ch-verbose">lower right drop-shadowed white square</span> </span>' ''
'&#x2750;' '' '<span class="char" title="ch-verbose"> <span class="ch 2750"  title="ch-verbose">upper right drop-shadowed white square</span> </span>' ''
'&#x2751;' '' '<span class="char" title="ch-verbose"> <span class="ch 2751"  title="ch-verbose">lower right shadowed white square</span> </span>' ''
'&#x2752;' '' '<span class="char" title="ch-verbose"> <span class="ch 2752"  title="ch-verbose">upper right shadowed white square</span> </span>' ''
'&#x2756;' '' '<span class="char" title="ch-verbose"> <span class="ch 2756"  title="ch-verbose">black diamond minus white x</span> </span>' ''
'&#x2758;' '' '<span class="char" title="ch-verbose"> <span class="ch 2758"  title="ch-verbose">light vertical bar</span> </span>' ''
'&#x2759;' '' '<span class="char" title="ch-verbose"> <span class="ch 2759"  title="ch-verbose">medium vertical bar</span> </span>' ''
'&#x275A;' '' '<span class="char" title="ch-verbose"> <span class="ch 275A"  title="ch-verbose">heavy vertical bar</span> </span>' ''
'&#x275B;' '' '<span class="char" title="ch-verbose"> <span class="ch 275B"  title="ch-verbose">heavy single turned comma quotation mark ornament</span> </span>' ''
'&#x275C;' '' '<span class="char" title="ch-verbose"> <span class="ch 275C"  title="ch-verbose">heavy single comma quotation mark ornament</span> </span>' ''
'&#x275D;' '' '<span class="char" title="ch-verbose"> <span class="ch 275D"  title="ch-verbose">heavy double turned comma quotation mark ornament</span> </span>' ''
'&#x275E;' '' '<span class="char" title="ch-verbose"> <span class="ch 275E"  title="ch-verbose">heavy double comma quotation mark ornament</span> </span>' ''
'&#x2761;' '' '<span class="char" title="ch-verbose"> <span class="ch 2761"  title="ch-verbose">curved stem paragraph sign ornament</span> </span>' ''
'&#x2762;' '' '<span class="char" title="ch-verbose"> <span class="ch 2762"  title="ch-verbose">heavy exclamation mark ornament</span> </span>' ''
'&#x2763;' '' '<span class="char" title="ch-verbose"> <span class="ch 2763"  title="ch-verbose">heavy heart exclamation mark ornament</span> </span>' ''
'&#x2764;' '' '<span class="char" title="ch-verbose"> <span class="ch 2764"  title="ch-verbose">heavy black heart</span> </span>' ''
'&#x2765;' '' '<span class="char" title="ch-verbose"> <span class="ch 2765"  title="ch-verbose">rotated heavy black heart bullet</span> </span>' ''
'&#x2766;' '' '<span class="char" title="ch-verbose"> <span class="ch 2766"  title="ch-verbose">floral heart</span> </span>' ''
'&#x2767;' '' '<span class="char" title="ch-verbose"> <span class="ch 2767"  title="ch-verbose">rotated floral heart bullet</span> </span>' ''
'&#x2768;' '' '<span class="char" title="ch-verbose"> <span class="ch 2768"  title="ch-verbose">medium left parenthesis ornament</span> </span>' ''
'&#x2769;' '' '<span class="char" title="ch-verbose"> <span class="ch 2769"  title="ch-verbose">medium right parenthesis ornament</span> </span>' ''
'&#x276A;' '' '<span class="char" title="ch-verbose"> <span class="ch 276A"  title="ch-verbose">medium flattened left parenthesis ornament</span> </span>' ''
'&#x276B;' '' '<span class="char" title="ch-verbose"> <span class="ch 276B"  title="ch-verbose">medium flattened right parenthesis ornament</span> </span>' ''
'&#x276C;' '' '<span class="char" title="ch-verbose"> <span class="ch 276C"  title="ch-verbose">medium left-pointing angle bracket ornament</span> </span>' ''
'&#x276D;' '' '<span class="char" title="ch-verbose"> <span class="ch 276D"  title="ch-verbose">medium right-pointing angle bracket ornament</span> </span>' ''
'&#x276E;' '' '<span class="char" title="ch-verbose"> <span class="ch 276E"  title="ch-verbose">heavy left-pointing angle quotation mark ornament</span> </span>' ''
'&#x276F;' '' '<span class="char" title="ch-verbose"> <span class="ch 276F"  title="ch-verbose">heavy right-pointing angle quotation mark ornament</span> </span>' ''
'&#x2770;' '' '<span class="char" title="ch-verbose"> <span class="ch 2770"  title="ch-verbose">heavy left-pointing angle bracket ornament</span> </span>' ''
'&#x2771;' '' '<span class="char" title="ch-verbose"> <span class="ch 2771"  title="ch-verbose">heavy right-pointing angle bracket ornament</span> </span>' ''
'&#x2772;' '' '<span class="char" title="ch-verbose"> <span class="ch 2772"  title="ch-verbose">light left tortoise shell bracket ornament</span> </span>' ''
'&#x2773;' '' '<span class="char" title="ch-verbose"> <span class="ch 2773"  title="ch-verbose">light right tortoise shell bracket ornament</span> </span>' ''
'&#x2774;' '' '<span class="char" title="ch-verbose"> <span class="ch 2774"  title="ch-verbose">medium left curly bracket ornament</span> </span>' ''
'&#x2775;' '' '<span class="char" title="ch-verbose"> <span class="ch 2775"  title="ch-verbose">medium right curly bracket ornament</span> </span>' ''
'&#x2776;' '' '<span class="char" title="ch-verbose"> <span class="ch 2776"  title="ch-verbose">dingbat negative circled digit one</span> </span>' ''
'&#x2777;' '' '<span class="char" title="ch-verbose"> <span class="ch 2777"  title="ch-verbose">dingbat negative circled digit two</span> </span>' ''
'&#x2778;' '' '<span class="char" title="ch-verbose"> <span class="ch 2778"  title="ch-verbose">dingbat negative circled digit three</span> </span>' ''
'&#x2779;' '' '<span class="char" title="ch-verbose"> <span class="ch 2779"  title="ch-verbose">dingbat negative circled digit four</span> </span>' ''
'&#x277A;' '' '<span class="char" title="ch-verbose"> <span class="ch 277A"  title="ch-verbose">dingbat negative circled digit five</span> </span>' ''
'&#x277B;' '' '<span class="char" title="ch-verbose"> <span class="ch 277B"  title="ch-verbose">dingbat negative circled digit six</span> </span>' ''
'&#x277C;' '' '<span class="char" title="ch-verbose"> <span class="ch 277C"  title="ch-verbose">dingbat negative circled digit seven</span> </span>' ''
'&#x277D;' '' '<span class="char" title="ch-verbose"> <span class="ch 277D"  title="ch-verbose">dingbat negative circled digit eight</span> </span>' ''
'&#x277E;' '' '<span class="char" title="ch-verbose"> <span class="ch 277E"  title="ch-verbose">dingbat negative circled digit nine</span> </span>' ''
'&#x277F;' '' '<span class="char" title="ch-verbose"> <span class="ch 277F"  title="ch-verbose">dingbat negative circled number ten</span> </span>' ''
'&#x2780;' '' '<span class="char" title="ch-verbose"> <span class="ch 2780"  title="ch-verbose">dingbat circled sans-serif digit one</span> </span>' ''
'&#x2781;' '' '<span class="char" title="ch-verbose"> <span class="ch 2781"  title="ch-verbose">dingbat circled sans-serif digit two</span> </span>' ''
'&#x2782;' '' '<span class="char" title="ch-verbose"> <span class="ch 2782"  title="ch-verbose">dingbat circled sans-serif digit three</span> </span>' ''
'&#x2783;' '' '<span class="char" title="ch-verbose"> <span class="ch 2783"  title="ch-verbose">dingbat circled sans-serif digit four</span> </span>' ''
'&#x2784;' '' '<span class="char" title="ch-verbose"> <span class="ch 2784"  title="ch-verbose">dingbat circled sans-serif digit five</span> </span>' ''
'&#x2785;' '' '<span class="char" title="ch-verbose"> <span class="ch 2785"  title="ch-verbose">dingbat circled sans-serif digit six</span> </span>' ''
'&#x2786;' '' '<span class="char" title="ch-verbose"> <span class="ch 2786"  title="ch-verbose">dingbat circled sans-serif digit seven</span> </span>' ''
'&#x2787;' '' '<span class="char" title="ch-verbose"> <span class="ch 2787"  title="ch-verbose">dingbat circled sans-serif digit eight</span> </span>' ''
'&#x2788;' '' '<span class="char" title="ch-verbose"> <span class="ch 2788"  title="ch-verbose">dingbat circled sans-serif digit nine</span> </span>' ''
'&#x2789;' '' '<span class="char" title="ch-verbose"> <span class="ch 2789"  title="ch-verbose">dingbat circled sans-serif number ten</span> </span>' ''
'&#x278A;' '' '<span class="char" title="ch-verbose"> <span class="ch 278A"  title="ch-verbose">dingbat negative circled sans-serif digit one</span> </span>' ''
'&#x278B;' '' '<span class="char" title="ch-verbose"> <span class="ch 278B"  title="ch-verbose">dingbat negative circled sans-serif digit two</span> </span>' ''
'&#x278C;' '' '<span class="char" title="ch-verbose"> <span class="ch 278C"  title="ch-verbose">dingbat negative circled sans-serif digit three</span> </span>' ''
'&#x278D;' '' '<span class="char" title="ch-verbose"> <span class="ch 278D"  title="ch-verbose">dingbat negative circled sans-serif digit four</span> </span>' ''
'&#x278E;' '' '<span class="char" title="ch-verbose"> <span class="ch 278E"  title="ch-verbose">dingbat negative circled sans-serif digit five</span> </span>' ''
'&#x278F;' '' '<span class="char" title="ch-verbose"> <span class="ch 278F"  title="ch-verbose">dingbat negative circled sans-serif digit six</span> </span>' ''
'&#x2790;' '' '<span class="char" title="ch-verbose"> <span class="ch 2790"  title="ch-verbose">dingbat negative circled sans-serif digit seven</span> </span>' ''
'&#x2791;' '' '<span class="char" title="ch-verbose"> <span class="ch 2791"  title="ch-verbose">dingbat negative circled sans-serif digit eight</span> </span>' ''
'&#x2792;' '' '<span class="char" title="ch-verbose"> <span class="ch 2792"  title="ch-verbose">dingbat negative circled sans-serif digit nine</span> </span>' ''
'&#x2793;' '' '<span class="char" title="ch-verbose"> <span class="ch 2793"  title="ch-verbose">dingbat negative circled sans-serif number ten</span> </span>' ''
'&#x2794;' '' '<span class="char" title="ch-verbose"> <span class="ch 2794"  title="ch-verbose">heavy wide-headed rightwards arrow</span> </span>' ''
'&#x2798;' '' '<span class="char" title="ch-verbose"> <span class="ch 2798"  title="ch-verbose">heavy south east arrow</span> </span>' ''
'&#x2799;' '' '<span class="char" title="ch-verbose"> <span class="ch 2799"  title="ch-verbose">heavy rightwards arrow</span> </span>' ''
'&#x279A;' '' '<span class="char" title="ch-verbose"> <span class="ch 279A"  title="ch-verbose">heavy north east arrow</span> </span>' ''
'&#x279B;' '' '<span class="char" title="ch-verbose"> <span class="ch 279B"  title="ch-verbose">drafting point rightwards arrow</span> </span>' ''
'&#x279C;' '' '<span class="char" title="ch-verbose"> <span class="ch 279C"  title="ch-verbose">heavy round-tipped rightwards arrow</span> </span>' ''
'&#x279D;' '' '<span class="char" title="ch-verbose"> <span class="ch 279D"  title="ch-verbose">triangle-headed rightwards arrow</span> </span>' ''
'&#x279E;' '' '<span class="char" title="ch-verbose"> <span class="ch 279E"  title="ch-verbose">heavy triangle-headed rightwards arrow</span> </span>' ''
'&#x279F;' '' '<span class="char" title="ch-verbose"> <span class="ch 279F"  title="ch-verbose">dashed triangle-headed rightwards arrow</span> </span>' ''
'&#x27A0;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A0"  title="ch-verbose">heavy dashed triangle-headed rightwards arrow</span> </span>' ''
'&#x27A1;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A1"  title="ch-verbose">black rightwards arrow</span> </span>' ''
'&#x27A2;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A2"  title="ch-verbose">three-d top-lighted rightwards arrowhead</span> </span>' ''
'&#x27A3;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A3"  title="ch-verbose">three-d bottom-lighted rightwards arrowhead</span> </span>' ''
'&#x27A4;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A4"  title="ch-verbose">black rightwards arrowhead</span> </span>' ''
'&#x27A5;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A5"  title="ch-verbose">heavy black curved downwards and rightwards arrow</span> </span>' ''
'&#x27A6;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A6"  title="ch-verbose">heavy black curved upwards and rightwards arrow</span> </span>' ''
'&#x27A7;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A7"  title="ch-verbose">squat black rightwards arrow</span> </span>' ''
'&#x27A8;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A8"  title="ch-verbose">heavy concave-pointed black rightwards arrow</span> </span>' ''
'&#x27A9;' '' '<span class="char" title="ch-verbose"> <span class="ch 27A9"  title="ch-verbose">right-shaded white rightwards arrow</span> </span>' ''
'&#x27AA;' '' '<span class="char" title="ch-verbose"> <span class="ch 27AA"  title="ch-verbose">left-shaded white rightwards arrow</span> </span>' ''
'&#x27AB;' '' '<span class="char" title="ch-verbose"> <span class="ch 27AB"  title="ch-verbose">back-tilted shadowed white rightwards arrow</span> </span>' ''
'&#x27AC;' '' '<span class="char" title="ch-verbose"> <span class="ch 27AC"  title="ch-verbose">front-tilted shadowed white rightwards arrow</span> </span>' ''
'&#x27AD;' '' '<span class="char" title="ch-verbose"> <span class="ch 27AD"  title="ch-verbose">heavy lower right-shadowed white rightwards arrow</span> </span>' ''
'&#x27AE;' '' '<span class="char" title="ch-verbose"> <span class="ch 27AE"  title="ch-verbose">heavy upper right-shadowed white rightwards arrow</span> </span>' ''
'&#x27AF;' '' '<span class="char" title="ch-verbose"> <span class="ch 27AF"  title="ch-verbose">notched lower right-shadowed white rightwards arrow</span> </span>' ''
'&#x27B1;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B1"  title="ch-verbose">notched upper right-shadowed white rightwards arrow</span> </span>' ''
'&#x27B2;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B2"  title="ch-verbose">circled heavy white rightwards arrow</span> </span>' ''
'&#x27B3;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B3"  title="ch-verbose">white-feathered rightwards arrow</span> </span>' ''
'&#x27B4;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B4"  title="ch-verbose">black-feathered south east arrow</span> </span>' ''
'&#x27B5;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B5"  title="ch-verbose">black-feathered rightwards arrow</span> </span>' ''
'&#x27B6;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B6"  title="ch-verbose">black-feathered north east arrow</span> </span>' ''
'&#x27B7;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B7"  title="ch-verbose">heavy black-feathered south east arrow</span> </span>' ''
'&#x27B8;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B8"  title="ch-verbose">heavy black-feathered rightwards arrow</span> </span>' ''
'&#x27B9;' '' '<span class="char" title="ch-verbose"> <span class="ch 27B9"  title="ch-verbose">heavy black-feathered north east arrow</span> </span>' ''
'&#x27BA;' '' '<span class="char" title="ch-verbose"> <span class="ch 27BA"  title="ch-verbose">teardrop-barbed rightwards arrow</span> </span>' ''
'&#x27BB;' '' '<span class="char" title="ch-verbose"> <span class="ch 27BB"  title="ch-verbose">heavy teardrop-shanked rightwards arrow</span> </span>' ''
'&#x27BC;' '' '<span class="char" title="ch-verbose"> <span class="ch 27BC"  title="ch-verbose">wedge-tailed rightwards arrow</span> </span>' ''
'&#x27BD;' '' '<span class="char" title="ch-verbose"> <span class="ch 27BD"  title="ch-verbose">heavy wedge-tailed rightwards arrow</span> </span>' ''
'&#x27BE;' '' '<span class="char" title="ch-verbose"> <span class="ch 27BE"  title="ch-verbose">open-outlined rightwards arrow</span> </span>' ''
'&#x27D0;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D0"  title="ch-verbose">white diamond with centred dot</span> </span>' ''
'&#x27D1;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D1"  title="ch-verbose">and with dot</span> </span>' ''
'&#x27D2;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D2"  title="ch-verbose">element of opening upwards</span> </span>' ''
'&#x27D3;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D3"  title="ch-verbose">lower right corner with dot</span> </span>' ''
'&#x27D4;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D4"  title="ch-verbose">upper left corner with dot</span> </span>' ''
'&#x27D5;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D5"  title="ch-verbose">left outer join</span> </span>' ''
'&#x27D6;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D6"  title="ch-verbose">right outer join</span> </span>' ''
'&#x27D7;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D7"  title="ch-verbose">full outer join</span> </span>' ''
'&#x27D8;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D8"  title="ch-verbose">large up tack</span> </span>' ''
'&#x27D9;' '' '<span class="char" title="ch-verbose"> <span class="ch 27D9"  title="ch-verbose">large down tack</span> </span>' ''
'&#x27DA;' '' '<span class="char" title="ch-verbose"> <span class="ch 27DA"  title="ch-verbose">left and right double turnstile</span> </span>' ''
'&#x27DB;' '' '<span class="char" title="ch-verbose"> <span class="ch 27DB"  title="ch-verbose">left and right tack</span> </span>' ''
'&#x27DC;' '' '<span class="char" title="ch-verbose"> <span class="ch 27DC"  title="ch-verbose">left multimap</span> </span>' ''
'&#x27DD;' '' '<span class="char" title="ch-verbose"> <span class="ch 27DD"  title="ch-verbose">long right tack</span> </span>' ''
'&#x27DE;' '' '<span class="char" title="ch-verbose"> <span class="ch 27DE"  title="ch-verbose">long left tack</span> </span>' ''
'&#x27DF;' '' '<span class="char" title="ch-verbose"> <span class="ch 27DF"  title="ch-verbose">up tack with circle above</span> </span>' ''
'&#x27E0;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E0"  title="ch-verbose">lozenge divided by horizontal rule</span> </span>' ''
'&#x27E1;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E1"  title="ch-verbose">white concave-sided diamond</span> </span>' ''
'&#x27E2;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E2"  title="ch-verbose">white concave-sided diamond with leftwards tick</span> </span>' ''
'&#x27E3;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E3"  title="ch-verbose">white concave-sided diamond with rightwards tick</span> </span>' ''
'&#x27E4;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E4"  title="ch-verbose">white square with leftwards tick</span> </span>' ''
'&#x27E5;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E5"  title="ch-verbose">white square with rightwards tick</span> </span>' ''
'&#x27E6;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E6"  title="ch-verbose">left white square bracket</span> </span>' ''
'&#x27E7;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E7"  title="ch-verbose">right white square bracket</span> </span>' ''
'&#x27E8;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E8"  title="ch-verbose">left angle bracket</span> </span>' ''
'&#x27E9;' '' '<span class="char" title="ch-verbose"> <span class="ch 27E9"  title="ch-verbose">right angle bracket</span> </span>' ''
'&#x27EA;' '' '<span class="char" title="ch-verbose"> <span class="ch 27EA"  title="ch-verbose">left double angle bracket</span> </span>' ''
'&#x27EB;' '' '<span class="char" title="ch-verbose"> <span class="ch 27EB"  title="ch-verbose">right double angle bracket</span> </span>' ''
'&#x27F0;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F0"  title="ch-verbose">upwards quadruple arrow</span> </span>' ''
'&#x27F1;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F1"  title="ch-verbose">downwards quadruple arrow</span> </span>' ''
'&#x27F2;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F2"  title="ch-verbose">anticlockwise gapped circle arrow</span> </span>' ''
'&#x27F3;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F3"  title="ch-verbose">clockwise gapped circle arrow</span> </span>' ''
'&#x27F4;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F4"  title="ch-verbose">right arrow with circled plus</span> </span>' ''
'&#x27F5;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F5"  title="ch-verbose">long leftwards arrow</span> </span>' ''
'&#x27F6;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F6"  title="ch-verbose">long rightwards arrow</span> </span>' ''
'&#x27F7;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F7"  title="ch-verbose">long left right arrow</span> </span>' ''
'&#x27F8;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F8"  title="ch-verbose">long leftwards double arrow</span> </span>' ''
'&#x27F9;' '' '<span class="char" title="ch-verbose"> <span class="ch 27F9"  title="ch-verbose">long rightwards double arrow</span> </span>' ''
'&#x27FA;' '' '<span class="char" title="ch-verbose"> <span class="ch 27FA"  title="ch-verbose">long left right double arrow</span> </span>' ''
'&#x27FB;' '' '<span class="char" title="ch-verbose"> <span class="ch 27FB"  title="ch-verbose">long leftwards arrow from bar</span> </span>' ''
'&#x27FC;' '' '<span class="char" title="ch-verbose"> <span class="ch 27FC"  title="ch-verbose">long rightwards arrow from bar</span> </span>' ''
'&#x27FD;' '' '<span class="char" title="ch-verbose"> <span class="ch 27FD"  title="ch-verbose">long leftwards double arrow from bar</span> </span>' ''
'&#x27FE;' '' '<span class="char" title="ch-verbose"> <span class="ch 27FE"  title="ch-verbose">long rightwards double arrow from bar</span> </span>' ''
'&#x27FF;' '' '<span class="char" title="ch-verbose"> <span class="ch 27FF"  title="ch-verbose">long rightwards squiggle arrow</span> </span>' ''

'&#x3008;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3008" title="ch-verbose">left angle bracket</span> </span>' ''
'&#x3009;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3009" title="ch-verbose">right angle bracket</span> </span>' ''
'&#x300A;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 300A" title="ch-verbose">left double angle bracket</span> </span>' ''
'&#x300B;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 300B" title="ch-verbose">right double angle bracket</span> </span>' ''
'&#x300C;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 300C" title="ch-verbose">left corner bracket</span> </span>' ''
'&#x300D;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 300D" title="ch-verbose">right corner bracket</span> </span>' ''
'&#x300E;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 300E" title="ch-verbose">left white corner bracket</span> </span>' ''
'&#x300F;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 300F" title="ch-verbose">right white corner bracket</span> </span>' ''
'&#x3010;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3010" title="ch-verbose">left black lenticular bracket</span> </span>' ''
'&#x3011;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3011" title="ch-verbose">right black lenticular bracket</span> </span>' ''
'&#x3012;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3012" title="ch-verbose">postal mark</span> </span>' ''
'&#x3013;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3013" title="ch-verbose">geta mark</span> </span>' ''
'&#x3014;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3014" title="ch-verbose">left tortoise shell bracket</span> </span>' ''
'&#x3015;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3015" title="ch-verbose">right tortoise shell bracket</span> </span>' ''
'&#x3016;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3016" title="ch-verbose">left white lenticular bracket</span> </span>' ''
'&#x3017;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3017" title="ch-verbose">right white lenticular bracket</span> </span>' ''
'&#x3018;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3018" title="ch-verbose">left white tortoise shell bracket</span> </span>' ''
'&#x3019;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3019" title="ch-verbose">right white tortoise shell bracket</span> </span>' ''
'&#x301A;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 301A" title="ch-verbose">left white square bracket</span> </span>' ''
'&#x301B;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 301B" title="ch-verbose">right white square bracket</span> </span>' ''
'&#x301C;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 301C" title="ch-verbose">wave dash</span> </span>' ''
'&#x301D;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 301D" title="ch-verbose">reversed double prime quotation mark</span> </span>' ''
'&#x301E;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 301E" title="ch-verbose">double prime quotation mark</span> </span>' ''
'&#x301F;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 301F" title="ch-verbose">low double prime quotation mark</span> </span>' ''
'&#x3020;' ''   '<span class="char-del" title="ch-verbose"> <span class="ch 3020" title="ch-verbose">postal mark face</span> </span>' ''

'&#x1D6E2;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E2" title="ch-verboe">capital alpha</span> </span>' '' 
'&#x1D6E3;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E3" title="ch-verboe">capital beta</span> </span>' '' 
'&#x1D6E4;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E4" title="ch-verboe">capital gamma</span> </span>' '' 
'&#x1D6E5;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E5" title="ch-verboe">capital delta</span> </span>' '' 
'&#x1D6E6;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E6" title="ch-verboe">capital epsilon (varepsilon</span> </span>' '' 
'&#x1D6E7;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E7" title="ch-verboe">capital zeta</span> </span>' '' 
'&#x1D6E8;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E8" title="ch-verboe">capital eta</span> </span>' '' 
'&#x1D6E9;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6E9" title="ch-verboe">capital theta</span> </span>' '' 
'&#x1D6EA;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6EA" title="ch-verboe">capital iota</span> </span>' '' 
'&#x1D6EB;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6EB" title="ch-verboe">capital kappa</span> </span>' '' 
'&#x1D6EC;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6EC" title="ch-verboe">capital lamda</span> </span>' '' 
'&#x1D6ED;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6ED" title="ch-verboe">capital mu</span> </span>' '' 
'&#x1D6EE;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6EE" title="ch-verboe">capital nu</span> </span>' '' 
'&#x1D6EF;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6EF" title="ch-verboe">capital xi</span> </span>' '' 
'&#x1D6F0;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F0" title="ch-verboe">capital omicron</span> </span>' '' 
'&#x1D6F1;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F1" title="ch-verboe">capital pi</span> </span>' '' 
'&#x1D6F2;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F2" title="ch-verboe">capital rho</span> </span>' '' 
'&#x1D6F3;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F3" title="ch-verboe">capital theta</span> </span>' '' 
'&#x1D6F4;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F4" title="ch-verboe">capital sigma</span> </span>' '' 
'&#x1D6F5;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F5" title="ch-verboe">capital tau</span> </span>' '' 
'&#x1D6F6;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F6" title="ch-verboe">capital upsilon</span> </span>' '' 
'&#x1D6F7;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F7" title="ch-verboe">capital phi</span> </span>' '' 
'&#x1D6F8;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F8" title="ch-verboe">capital chi</span> </span>' '' 
'&#x1D6F9;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6F9" title="ch-verboe">capital psi</span> </span>' '' 
'&#x1D6FA;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6FA" title="ch-verboe">capital omega</span> </span>' '' 
'&#x1D6FB;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6FB" title="ch-verboe">math nabla</span> </span>' '' 
'&#x1D6FC;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6FC" title="ch-verboe">alpha</span> </span>' '' 
'&#x1D6FD;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6FD" title="ch-verboe">beta</span> </span>' '' 
'&#x1D6FE;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6FE" title="ch-verboe">gamma</span> </span>' '' 
'&#x1D6FF;' '' '<span class="char" title="ch-verbose"><span class="ch 1D6FF" title="ch-verboe">delta</span> </span>' '' 
'&#x1D700;' '' '<span class="char" title="ch-verbose"><span class="ch 1D700" title="ch-verboe">var epsilon</span> </span>' '' 
'&#x1D701;' '' '<span class="char" title="ch-verbose"><span class="ch 1D701" title="ch-verboe">zeta</span> </span>' '' 
'&#x1D702;' '' '<span class="char" title="ch-verbose"><span class="ch 1D702" title="ch-verboe">eta</span> </span>' '' 
'&#x1D703;' '' '<span class="char" title="ch-verbose"><span class="ch 1D703" title="ch-verboe">theta</span> </span>' '' 
'&#x1D704;' '' '<span class="char" title="ch-verbose"><span class="ch 1D704" title="ch-verboe">iota</span> </span>' '' 
'&#x1D705;' '' '<span class="char" title="ch-verbose"><span class="ch 1D705" title="ch-verboe">kappa</span> </span>' '' 
'&#x1D706;' '' '<span class="char" title="ch-verbose"><span class="ch 1D706" title="ch-verboe">lamda</span> </span>' '' 
'&#x1D707;' '' '<span class="char" title="ch-verbose"><span class="ch 1D707" title="ch-verboe">mu</span> </span>' '' 
'&#x1D708;' '' '<span class="char" title="ch-verbose"><span class="ch 1D708" title="ch-verboe">nu</span> </span>' '' 
'&#x1D709;' '' '<span class="char" title="ch-verbose"><span class="ch 1D709" title="ch-verboe">xi</span> </span>' '' 
'&#x1D70A;' '' '<span class="char" title="ch-verbose"><span class="ch 1D70A" title="ch-verboe">omicron</span> </span>' '' 
'&#x1D70B;' '' '<span class="char" title="ch-verbose"><span class="ch 1D70B" title="ch-verboe">pi</span> </span>' '' 
'&#x1D70C;' '' '<span class="char" title="ch-verbose"><span class="ch 1D70C" title="ch-verboe">rho</span> </span>' '' 
'&#x1D70D;' '' '<span class="char" title="ch-verbose"><span class="ch 1D70D" title="ch-verboe">final sigma</span> </span>' '' 
'&#x1D70E;' '' '<span class="char" title="ch-verbose"><span class="ch 1D70E" title="ch-verboe">sigma</span> </span>' '' 
'&#x1D70F;' '' '<span class="char" title="ch-verbose"><span class="ch 1D70F" title="ch-verboe">tau</span> </span>' '' 
'&#x1D710;' '' '<span class="char" title="ch-verbose"><span class="ch 1D710" title="ch-verboe">upsilon</span> </span>' '' 
'&#x1D711;' '' '<span class="char" title="ch-verbose"><span class="ch 1D711" title="ch-verboe">phi</span> </span>' '' 
'&#x1D712;' '' '<span class="char" title="ch-verbose"><span class="ch 1D712" title="ch-verboe">chi</span> </span>' '' 
'&#x1D713;' '' '<span class="char" title="ch-verbose"><span class="ch 1D713" title="ch-verboe">psi</span> </span>' '' 
'&#x1D714;' '' '<span class="char" title="ch-verbose"><span class="ch 1D714" title="ch-verboe">omega</span> </span>' '' 
'&#x1D715;' '' '<span class="char" title="ch-verbose"><span class="ch 1D715" title="ch-verboe">math partial differential</span> </span>' '' 
'&#x1D716;' '' '<span class="char" title="ch-verbose"><span class="ch 1D716" title="ch-verboe">epsilon</span> </span>' '' 
'&#x1D717;' '' '<span class="char" title="ch-verbose"><span class="ch 1D717" title="ch-verboe">theta</span> </span>' '' 
'&#x1D718;' '' '<span class="char" title="ch-verbose"><span class="ch 1D718" title="ch-verboe">kappa</span> </span>' '' 
'&#x1D719;' '' '<span class="char" title="ch-verbose"><span class="ch 1D719" title="ch-verboe">phi</span> </span>' '' 
'&#x1D71A;' '' '<span class="char" title="ch-verbose"><span class="ch 1D71A" title="ch-verboe">rho</span> </span>' '' 
'&#x1D71B;' '' '<span class="char" title="ch-verbose"><span class="ch 1D71B" title="ch-verboe">pi</span> </span>' '' 


'&#xFB00;' ''  'ff' ''
'&#xFB03;' ''  'ffi' ''
'&#xFB04;' ''  'ffl' ''
'&#xFB02;' ''  'fl' ''
'&#xFB01;' ''  'fi' ''