unicode-input-toolconverter 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/.babelrc.json +3 -0
  2. package/.editorconfig +16 -0
  3. package/.nojekyll +0 -0
  4. package/.nyc_output/out.json +173804 -0
  5. package/.nyc_output/processinfo/index.json +1 -0
  6. package/CHANGES.md +11 -0
  7. package/COPYING.LESSER.txt +180 -0
  8. package/COPYING.txt +687 -0
  9. package/README.md +65 -0
  10. package/_locales/en-US/messages.json +3126 -0
  11. package/_locales/hu-HU/messages.json +3126 -0
  12. package/_locales/pt-BR/messages.json +3126 -0
  13. package/_locales/sv-SE/messages.json +3126 -0
  14. package/babel.config.json +5 -0
  15. package/browser_action/characterSelection.js +91 -0
  16. package/browser_action/charrefConverters.js +389 -0
  17. package/browser_action/chartBuild.js +155 -0
  18. package/browser_action/encodingBehaviors.js +72 -0
  19. package/browser_action/encodings.js +97 -0
  20. package/browser_action/entities.js +12 -0
  21. package/browser_action/entityBehaviors.js +96 -0
  22. package/browser_action/index-es.html +15 -0
  23. package/browser_action/index-instrumented.html +16 -0
  24. package/browser_action/index-pages.html +16 -0
  25. package/browser_action/index.html +16 -0
  26. package/browser_action/index.iife.min.js +2 -0
  27. package/browser_action/index.iife.min.js.map +1 -0
  28. package/browser_action/index.instrumented.iife.min.js +2 -0
  29. package/browser_action/index.instrumented.iife.min.js.map +1 -0
  30. package/browser_action/index.js +95 -0
  31. package/browser_action/preferences/prefDefaults.js +52 -0
  32. package/browser_action/service-worker/sw-activateCallback.js +53 -0
  33. package/browser_action/service-worker/sw-locales.json +6 -0
  34. package/browser_action/service-worker/sw-resources.json +73 -0
  35. package/browser_action/service-worker/sw-unicode-data.json +3 -0
  36. package/browser_action/styles/unicode-dialog.css +391 -0
  37. package/browser_action/templateUtils/elements.js +12 -0
  38. package/browser_action/templateUtils/fill.js +3 -0
  39. package/browser_action/templateUtils/validation.js +6 -0
  40. package/browser_action/templates/chartBuild.js +185 -0
  41. package/browser_action/templates/index.js +1304 -0
  42. package/browser_action/templatesElementCustomization/widgets.js +56 -0
  43. package/browser_action/unicode/UnicodeConverter.js +793 -0
  44. package/browser_action/unicode/charrefunicodeDb.js +258 -0
  45. package/browser_action/unicode/getScriptInfoForCodePoint.js +646 -0
  46. package/browser_action/unicode/hangul.js +253 -0
  47. package/browser_action/unicode/lastScriptNames.json +5 -0
  48. package/browser_action/unicode/parseUnihanFromTextFileStrings.js +56 -0
  49. package/browser_action/unicode/unicodeFieldInfo.js +120 -0
  50. package/browser_action/unicode/unicodeScripts.js +4912 -0
  51. package/browser_action/unicode/unihan.js +129 -0
  52. package/browser_action/unicode/unihanDbPopulate.js +26 -0
  53. package/browser_action/unicodecharref.js +1480 -0
  54. package/browser_action/utils/DOMUtils.js +122 -0
  55. package/browser_action/utils/FetchUtils.js +19 -0
  56. package/browser_action/utils/TextUtils.js +28 -0
  57. package/browser_action/utils/TypedArrayUtils.js +21 -0
  58. package/browser_action/utils/semicolonSeparatedToArray.js +12 -0
  59. package/browser_action/utils/setupServiceWorker.js +193 -0
  60. package/cypress.config.js +21 -0
  61. package/download/entities/copyright-software-20021231.html +70 -0
  62. package/download/entities/html5-uppercase.ent +54 -0
  63. package/download/entities/htmlmathml-f.ent +2164 -0
  64. package/download/entities/isoamsa.ent +201 -0
  65. package/download/entities/isoamsb.ent +177 -0
  66. package/download/entities/isoamsc.ent +77 -0
  67. package/download/entities/isoamsn.ent +148 -0
  68. package/download/entities/isoamso.ent +107 -0
  69. package/download/entities/isoamsr.ent +238 -0
  70. package/download/entities/isobox.ent +95 -0
  71. package/download/entities/isocyr1.ent +122 -0
  72. package/download/entities/isocyr2.ent +81 -0
  73. package/download/entities/isodia.ent +69 -0
  74. package/download/entities/isogrk1.ent +104 -0
  75. package/download/entities/isogrk2.ent +75 -0
  76. package/download/entities/isogrk3.ent +98 -0
  77. package/download/entities/isogrk4.ent +98 -0
  78. package/download/entities/isolat1.ent +117 -0
  79. package/download/entities/isolat2.ent +176 -0
  80. package/download/entities/isomfrk.ent +107 -0
  81. package/download/entities/isomopf.ent +81 -0
  82. package/download/entities/isomscr.ent +107 -0
  83. package/download/entities/isonum.ent +131 -0
  84. package/download/entities/isopub.ent +140 -0
  85. package/download/entities/isotech.ent +216 -0
  86. package/download/entities/mmlalias.ent +598 -0
  87. package/download/entities/mmlextra.ent +154 -0
  88. package/download/entities/predefined.ent +52 -0
  89. package/download/entities/w3centities-f.ent +2276 -0
  90. package/download/entities/xhtml1-lat1.ent +143 -0
  91. package/download/entities/xhtml1-special.ent +78 -0
  92. package/download/entities/xhtml1-symbol.ent +171 -0
  93. package/eslint.config.js +66 -0
  94. package/icons/openWindow16.png +0 -0
  95. package/icons/openWindow24.png +0 -0
  96. package/lgtm.yml +5 -0
  97. package/lib/background.html +11 -0
  98. package/lib/background.js +13 -0
  99. package/lib/overlay.css +6 -0
  100. package/manifest.json +37 -0
  101. package/package.json +121 -0
  102. package/polyfills/browser-polyfill.min.js +8 -0
  103. package/polyfills/browser-polyfill.min.js.map +1 -0
  104. package/server.js +61 -0
  105. package/sw.js +259 -0
  106. package/tools/entities-import.js +62 -0
  107. package/tools/findEsResources.js +30 -0
  108. package/tools/list-locales.js +17 -0
  109. package/tools/parseUnicodeCharts.js +428 -0
  110. package/tools/ucd-import.js +24 -0
  111. package/tools/unicode-charts.html +596 -0
  112. package/tools/unihan-import.js +72 -0
  113. package/unicode_copyright.txt +46 -0
  114. package/vendor/camelcase/index.js +110 -0
  115. package/vendor/fflate/esm/browser.js +2665 -0
  116. package/vendor/intl-dom/dist/index.esm.js +2962 -0
  117. package/vendor/jamilih/dist/jml-es.js +2359 -0
  118. package/vendor/jquery/dist/jquery.js +10716 -0
  119. package/vendor/json-6/dist/index.mjs +1783 -0
  120. package/vendor/miller-columns/dist/index-es.min.js +1 -0
  121. package/vendor/miller-columns/miller-columns.css +75 -0
  122. package/vendor/simple-prefs/dist/index.esm.js +286 -0
  123. package/web-ext-config.cjs +13 -0
@@ -0,0 +1,596 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="utf-8"/>
6
+ <title>Unicode 15.1 Character Code Charts</title>
7
+
8
+ <link rel="stylesheet" href="https://www.unicode.org/webscripts/standard_styles.css">
9
+ <style>
10
+ table.map {border: 0; border-collapse:collapse; width: 100%; }
11
+ table.map td { font-size: 85%; padding-left:0.25em; vertical-align: top; border: 0; }
12
+ #table3, #table4 { width: 100%; border-collapse: collapse; border-spacing: 0; }
13
+ #table3 td, #table3 tr { border: 0; }
14
+ #table5 td { width: 20%; }
15
+ #table9 td { width: 20%;}
16
+
17
+ .sg { background-color:#5555FF; color:#FFFFFF; font-weight:bold; margin-top: 5px; }
18
+ .mb { background-color:#EEEEFE; font-weight:bold; font-style:italic }
19
+ .sb { border-color:inherit }
20
+ .pb { font-style:italic; }
21
+
22
+ table.map p { margin:0; padding: 1px; border-top: 1px solid white; border-bottom: 1px solid white; }
23
+ table.map p.pb { padding-left: 10px; }
24
+ table.map p.sb { padding-left: 10px; }
25
+ table.map p.sg { padding: 5px 1px 5px 1px; }
26
+
27
+ #toplinks { font-weight: bold; text-transform: uppercase; text-align: center; }
28
+ </style>
29
+ </head>
30
+
31
+ <body>
32
+
33
+ <form method="post" action="/cgi-bin/Code2Chart" enctype="application/x-www-form-urlencoded">
34
+ <table id="table4" style="border-bottom:10px solid rgb(234, 234, 254);">
35
+ <tr>
36
+ <td class="icon"><a href="https://www.unicode.org/">
37
+ <img height="33" alt="[Unicode]" src="https://www.unicode.org/webscripts/logo60s2.gif" width="34" style="vertical-align:middle;"></a>&nbsp;
38
+ &nbsp;<a class="bar" href="About.html">Code Charts</a> </td>
39
+ <td class="bar">
40
+ <a class="bar" href="https://www.unicode.org/main.html">Tech Site</a> |
41
+ <a class="bar" href="https://www.unicode.org/sitemap/">Site Map</a>
42
+ | <a class="bar" href="https://www.unicode.org/search/">Search</a>
43
+
44
+ </td>
45
+ </tr>
46
+ </table>
47
+
48
+
49
+ <div class="body">
50
+ <h1>Unicode 15.1 Character Code Charts</h1>
51
+ <p id="toplinks" class="map"><a href="#scripts">Scripts</a>&nbsp;&nbsp;
52
+ |&nbsp;&nbsp; <a href="#symbols">Symbols &amp; Punctuation</a>&nbsp;&nbsp;
53
+ |&nbsp;&nbsp; <a href="charindex.html">Name Index</a></p>
54
+
55
+ <p style="padding-bottom: 0; text-align:center;" class="map">Find chart by hex code: <input type="text" name="HexCode" size="8" maxlength="8">&nbsp;<input type="submit" name="submit" value="Go">
56
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="About.html">Help</a>
57
+ &nbsp;&nbsp; <a href="About.html#Conventions">Conventions</a>
58
+ &nbsp;&nbsp; <a href="About.html#Terms">Terms of Use</a>
59
+ </p>
60
+ <h2 style="margin-top: 0;"><a id="scripts">Scripts</a></h2>
61
+
62
+ <table class="map" id="table5">
63
+ <tr>
64
+ <td>
65
+
66
+ <p class="sg">European Scripts</p>
67
+ <p class="mb"><a href="PDF/U0530.pdf" title="0530-058F">Armenian</a></p>
68
+ <p class="pb"><a href="PDF/UFB00.pdf" title="FB13-FB17">Armenian Ligatures</a></p>
69
+ <p class="mb"><a href="PDF/U102A0.pdf" title="102A0-102DF">Carian</a></p>
70
+ <p class="mb"><a href="PDF/U10530.pdf" title="10530-1056F">Caucasian Albanian</a>&nbsp;</p>
71
+ <p class="mb"><a href="PDF/U10800.pdf" title="10800-1083F">Cypriot Syllabary</a></p>
72
+ <p class="mb"><a href="PDF/U12F90.pdf" title="12F90–12FFF">Cypro-Minoan</a></p>
73
+
74
+ <p class="mb"><a href="PDF/U0400.pdf" title="0400-04FF">Cyrillic</a></p>
75
+ <p class="sb"><a href="PDF/U0500.pdf" title="0500-052F">Cyrillic Supplement</a></p>
76
+ <p class="sb"><a href="PDF/U2DE0.pdf" title="2DE0-2DFF">Cyrillic Extended-A</a></p>
77
+ <p class="sb"><a href="PDF/UA640.pdf" title="A640-A69F">Cyrillic Extended-B</a></p>
78
+ <p class="sb"><a href="PDF/U1C80.pdf" title="1C80-1C8F">Cyrillic Extended-C</a></p>
79
+ <p class="sb"><a href="PDF/U1E030.pdf" title="1E030–1E08F">Cyrillic Extended-D</a></p>
80
+ <p class="mb"><a href="PDF/U10500.pdf" title="10500-1052F">Elbasan</a></p>
81
+ <p class="mb"><a href="PDF/U10A0.pdf" title="10A0-10FF">Georgian</a></p>
82
+ <p class="sb"><a href="PDF/U1C90.pdf" title="1C90-1CBF">Georgian Extended</a></p>
83
+ <p class="sb"><a href="PDF/U2D00.pdf" title="2D00-2D2F">Georgian Supplement</a></p>
84
+ <p class="mb"><a href="PDF/U2C00.pdf" title="2C00-2C5F">Glagolitic</a></p>
85
+ <p class="sb"><a href="PDF/U1E000.pdf" title="1E000-1E02F">Glagolitic Supplement</a></p>
86
+ <p class="mb"><a href="PDF/U10330.pdf" title="10330-1034F">Gothic</a></p>
87
+ <p class="mb"><a href="PDF/U0370.pdf" title="0370-03FF">Greek</a></p>
88
+ <p class="sb"><a href="PDF/U1F00.pdf" title="1F00-1FFF">Greek Extended</a></p>
89
+ <p class="sb"><a href="PDF/U10140.pdf" title="10140-1018F">Ancient Greek Numbers</a></p>
90
+ <p class="mb"><a href="PDF/U0000.pdf" title="0000-007F">Latin</a></p>
91
+ <p class="sb"><a href="PDF/U0000.pdf" title="0000-007F">Basic Latin (ASCII)</a></p>
92
+ <p class="sb"><a href="PDF/U0080.pdf" title="0080-00FF">Latin-1 Supplement</a></p>
93
+
94
+ <p class="sb"><a href="PDF/U0100.pdf" title="0100-017F">Latin Extended-A</a></p>
95
+ <p class="sb"><a href="PDF/U0180.pdf" title="0180-024F">Latin Extended-B</a></p>
96
+ <p class="sb"><a href="PDF/U2C60.pdf" title="2C60-2C7F">Latin Extended-C</a></p>
97
+ <p class="sb"><a href="PDF/UA720.pdf" title="A720-A7FF">Latin Extended-D</a></p>
98
+ <p class="sb"><a href="PDF/UAB30.pdf" title="AB30-AB6F">Latin Extended-E</a></p>
99
+ <p class="sb"><a href="PDF/U10780.pdf" title="10780–107BF">Latin Extended-F</a></p>
100
+ <p class="sb"><a href="PDF/U1DF00.pdf" title="1DF00–1DFFF">Latin Extended-G</a></p>
101
+ <p class="sb"><a href="PDF/U1E00.pdf" title="1E00-1EFF">Latin Extended Additional</a></p>
102
+ <p class="pb"><a href="PDF/UFB00.pdf" title="FB00-FB06">Latin Ligatures</a></p>
103
+
104
+ <p class="pb"><a href="PDF/UFF00.pdf" title="FF00-FF5E">Fullwidth Latin Letters</a></p>
105
+ <p class="sb"><a href="PDF/U0250.pdf" title="0250-02AF">IPA Extensions</a></p>
106
+ <p class="sb"><a href="PDF/U1D00.pdf" title="1D00-1D7F">Phonetic Extensions</a></p>
107
+ <p class="sb"><a href="PDF/U1D80.pdf" title="1D80-1DBF">Phonetic Extensions Supplement</a></p>
108
+
109
+ <p class="mb"><a href="PDF/U10600.pdf" title="10600-1077F">Linear A</a></p>
110
+ <p class="mb">Linear B</p>
111
+ <p class="sb"><a href="PDF/U10000.pdf" title="10000-1007F">Linear B Syllabary</a></p>
112
+ <p class="sb"><a href="PDF/U10080.pdf" title="10080-100FF">Linear B Ideograms</a></p>
113
+ <p class="sb"><a href="PDF/U10100.pdf" title="10100-1013F">Aegean Numbers</a></p>
114
+ <p class="mb"><a href="PDF/U10280.pdf" title="10280-1029F">Lycian</a></p>
115
+ <p class="mb"><a href="PDF/U10920.pdf" title="10920-1093F">Lydian</a></p>
116
+ <p class="mb"><a href="PDF/U1680.pdf" title="1680-169F">Ogham</a></p>
117
+ <p class="mb"><a href="PDF/U10C80.pdf" title="10C80-10CFF">Old Hungarian</a></p>
118
+ <p class="mb"><a href="PDF/U10300.pdf" title="10300-1032F">Old Italic</a></p>
119
+ <p class="mb"><a href="PDF/U10350.pdf" title="10350-1037F">Old Permic</a></p>
120
+
121
+ <p class="mb"><a href="PDF/U101D0.pdf" title="101D0-101FF">Phaistos Disc</a></p>
122
+ <p class="mb"><a href="PDF/U16A0.pdf" title="16A0-16FF">Runic</a></p>
123
+ <p class="mb"><a href="PDF/U10450.pdf" title="10450-1047F">Shavian</a></p>
124
+ <p class="mb"><a href="PDF/U10570.pdf" title="10570–105BF">Vithkuqi</a></p>
125
+
126
+
127
+ <p class="sg">Modifier Letters</p>
128
+ <p class="mb"><a href="PDF/UA700.pdf" title="A700-A71F">Modifier Tone Letters</a></p>
129
+ <p class="mb"><a href="PDF/U02B0.pdf" title="02B0-02FF">Spacing Modifier Letters</a></p>
130
+ <p class="mb"><a href="PDF/U2070.pdf" title="2070-209F">Superscripts and Subscripts</a></p>
131
+
132
+
133
+ <p class="sg">Combining Marks</p>
134
+ <p class="mb"><a href="PDF/U0300.pdf" title="0300-036F">Combining Diacritical Marks</a></p>
135
+ <p class="sb"><a href="PDF/U1AB0.pdf" title="1AB0-1AFF">Combining Diacritical Marks Extended</a></p>
136
+ <p class="sb"><a href="PDF/U1DC0.pdf" title="1DC0-1DFF">Combining Diacritical Marks Supplement</a></p>
137
+ <p class="mb"><a href="PDF/U20D0.pdf" title="20D0-20FF">Combining Diacritical Marks for Symbols</a></p>
138
+ <p class="mb"><a href="PDF/UFE20.pdf" title="FE20-FE2F">Combining Half Marks</a></p>
139
+
140
+
141
+ <p class="sg">Miscellaneous</p>
142
+ <p class="sb"><a href="PDF/UFB00.pdf" title="FB00-FB4F">Alphabetic Presentation Forms</a></p>
143
+ <p class="pb"><a href="PDF/U0000.pdf" title="0000-007F">ASCII Characters</a></p>
144
+ <p class="sb"><a href="PDF/UFF00.pdf" title="FF00-FFEF">Halfwidth and Fullwidth Forms</a></p>
145
+ </td>
146
+
147
+
148
+ <td>
149
+ <p class="sg">African Scripts</p>
150
+ <p class="mb"><a href="PDF/U1E900.pdf" title="1E900-1E95F">Adlam</a></p>
151
+ <p class="mb"><a href="PDF/UA6A0.pdf" title="A6A0-A6FF">Bamum</a></p>
152
+ <p class="sb"><a href="PDF/U16800.pdf" title="16800-16A3F">Bamum Supplement</a></p>
153
+ <p class="mb"><a href="PDF/U16AD0.pdf" title="16AD0-16AFF">Bassa Vah</a></p>
154
+ <p class="mb"><a href="PDF/U2C80.pdf" title="2C80-2CFF">Coptic</a>&nbsp;</p>
155
+ <p class="pb"><a href="PDF/U0370.pdf" title="03E2-03EF">Coptic in Greek block</a></p>
156
+ <p class="sb"><a href="PDF/U102E0.pdf" title="102E0-102FF">Coptic Epact Numbers</a></p>
157
+ <p class="mb"><a href="PDF/U13000.pdf" title="13000-1342F">Egyptian Hieroglyphs</a></p>
158
+ <p class="sb"><a href="PDF/U13430.pdf" title="13430-1345F">Egyptian Hieroglyph Format Controls</a></p>
159
+ <p class="mb"><a href="PDF/U1200.pdf" title="1200-137F">Ethiopic</a></p>
160
+ <p class="sb"><a href="PDF/U1380.pdf" title="1380-139F">Ethiopic Supplement</a></p>
161
+ <p class="sb"><a href="PDF/U2D80.pdf" title="2D80-2DDF">Ethiopic Extended</a></p>
162
+ <p class="sb"><a href="PDF/UAB00.pdf" title="AB00-AB2F">Ethiopic Extended-A</a></p>
163
+ <p class="sb"><a href="PDF/U1E7E0.pdf" title="1E7E0–1E7FF">Ethiopic Extended-B</a></p>
164
+ <p class="mb"><a href="PDF/U16E40.pdf" title="16E40-16E9F">Medefaidrin</a></p>
165
+ <p class="mb"><a href="PDF/U1E800.pdf" title="1E800-1E8DF">Mende Kikakui</a></p>
166
+ <p class="mb">Meroitic</p>
167
+ <p class="sb"><a href="PDF/U109A0.pdf" title="109A0-109FF">Meroitic Cursive</a></p>
168
+ <p class="sb"><a href="PDF/U10980.pdf" title="10980-1099F">Meroitic Hieroglyphs</a></p>
169
+ <p class="mb"><a href="PDF/U07C0.pdf" title="07C0-07FF">N&#39;Ko</a></p>
170
+ <p class="mb"><a href="PDF/U10480.pdf" title="10480-104AF">Osmanya</a></p>
171
+ <p class="mb"><a href="PDF/U2D30.pdf" title="2D30-2D7F">Tifinagh</a></p>
172
+ <p class="mb"><a href="PDF/UA500.pdf" title="A500-A63F">Vai</a></p>
173
+
174
+
175
+ <p class="sg">Middle Eastern Scripts</p>
176
+ <p class="mb"><a href="PDF/U14400.pdf" title="14400-1467F">Anatolian Hieroglyphs</a></p>
177
+ <p class="mb"><a href="PDF/U0600.pdf" title="0600-06FF">Arabic</a></p>
178
+ <p class="sb"><a href="PDF/U0750.pdf" title="0750-077F">Arabic Supplement</a></p>
179
+ <p class="sb"><a href="PDF/U08A0.pdf" title="08A0-08FF">Arabic Extended-A</a></p>
180
+ <p class="sb"><a href="PDF/U0870.pdf" title="0870–089F">Arabic Extended-B</a></p>
181
+ <p class="sb"><a href="PDF/U10EC0.pdf" title="10EC0–10EFF">Arabic Extended-C</a></p>
182
+ <p class="sb"><a href="PDF/UFB50.pdf" title="FB50-FDFF">Arabic Presentation Forms-A</a></p>
183
+ <p class="sb"><a href="PDF/UFE70.pdf" title="FE70-FEFF">Arabic Presentation Forms-B</a></p>
184
+ <p class="mb"><a href="PDF/U10840.pdf" title="10840-1085F">Aramaic, Imperial</a></p>
185
+ <p class="mb"><a href="PDF/U10B00.pdf" title="10B00-10B3F">Avestan</a></p>
186
+ <p class="mb"><a href="PDF/U10FB0.pdf" title="10FB0–10FDF">Chorasmian</a></p>
187
+ <p class="mb"><a href="PDF/U12000.pdf" title="12000-123FF">Cuneiform</a></p>
188
+ <p class="sb"><a href="PDF/U12400.pdf" title="12400-1247F">Cuneiform Numbers and Punctuation</a></p>
189
+ <p class="sb"><a href="PDF/U12480.pdf" title="12480-1254F">Early Dynastic Cuneiform</a></p>
190
+ <p class="sb"><a href="PDF/U103A0.pdf" title="103A0-103DF">Old Persian</a></p>
191
+ <p class="sb"><a href="PDF/U10380.pdf" title="10380-1039F">Ugaritic</a></p>
192
+ <p class="mb"><a href="PDF/U10FE0.pdf" title="10FE0-10FFF">Elymaic</a></p>
193
+ <p class="mb"><a href="PDF/U108E0.pdf" title="108E0-108FF">Hatran</a></p>
194
+ <p class="mb"><a href="PDF/U0590.pdf" title="0590-05FF">Hebrew</a></p>
195
+ <p class="pb"><a href="PDF/UFB00.pdf" title="FB1D-FB4F">Hebrew Presentation Forms</a></p>
196
+ <p class="mb"><a href="PDF/U0840.pdf" title="0840-085F">Mandaic</a></p>
197
+ <p class="mb"><a href="PDF/U10880.pdf" title="10880-108AF">Nabataean</a></p>
198
+ <p class="mb"><a href="PDF/U10A80.pdf" title="10A80-10A9F">Old North Arabian</a></p>
199
+ <p class="mb"><a href="PDF/U10A60.pdf" title="10A60-10A7F">Old South Arabian</a></p>
200
+ <p class="mb"><a href="PDF/U10B60.pdf" title="10B60-10B7F"> Pahlavi, Inscriptional</a></p>
201
+ <p class="mb"><a href="PDF/U10B80.pdf" title="10B80-10BAF"> Pahlavi, Psalter</a></p>
202
+ <p class="mb"><a href="PDF/U10860.pdf" title="10860-1087F"> Palmyrene</a></p>
203
+ <p class="mb"><a href="PDF/U10B40.pdf" title="10B40-10B5F"> Parthian, Inscriptional</a></p>
204
+ <p class="mb"><a href="PDF/U10900.pdf" title="10900-1091F">Phoenician</a></p>
205
+ <p class="mb"><a href="PDF/U0800.pdf" title="0800-083F">Samaritan</a></p>
206
+ <p class="mb"><a href="PDF/U0700.pdf" title="0700-074F">Syriac</a></p>
207
+ <p class="pb"><a href="PDF/U0860.pdf" title="0860–086F">Syriac Supplement</a></p>
208
+ <p class="mb"><a href="PDF/U10E80.pdf" title="10E80–10EBF">Yezidi</a></p>
209
+
210
+
211
+ <p class="sg">Central Asian Scripts</p>
212
+ <p class="mb"><a href="PDF/U10AC0.pdf" title="10AC0-10AFF">Manichaean</a></p>
213
+ <p class="mb"><a href="PDF/U11C70.pdf" title="11C70-11CBF">Marchen</a></p>
214
+ <p class="mb"><a href="PDF/U1800.pdf" title="1800-18AF">Mongolian</a></p>
215
+ <p class="sb"><a href="PDF/U11660.pdf" title="11660-1167F">Mongolian Supplement</a></p>
216
+ <p class="mb"><a href="PDF/U10F00.pdf" title="10F00-10F2F">Old Sogdian</a></p>
217
+ <p class="mb"><a href="PDF/U10C00.pdf" title="10C00-10C4F">Old Turkic</a></p>
218
+ <p class="mb"><a href="PDF/U10F70.pdf" title="10F70–10FAF">Old Uyghur</a></p>
219
+ <p class="mb"><a href="PDF/UA840.pdf" title="A840-A87F">Phags-Pa</a></p>
220
+ <p class="mb"><a href="PDF/U10F30.pdf" title="10F30-10F6F">Sogdian</a></p>
221
+ <p class="mb"><a href="PDF/U11A50.pdf" title="11A50–11AAF">Soyombo</a></p>
222
+ <p class="mb"><a href="PDF/U0F00.pdf" title="0F00-0FFF">Tibetan</a></p>
223
+ <p class="mb"><a href="PDF/U11A00.pdf" title="11A00–11A4F">Zanabazar Square</a></p>
224
+ </td>
225
+
226
+
227
+ <td>
228
+ <p class="sg">South Asian Scripts</p>
229
+ <p class="mb"><a href="PDF/U11700.pdf" title="11700-1174F">Ahom</a></p>
230
+ <p class="mb"><a href="PDF/U0980.pdf" title="0980-09FF">Bengali and Assamese</a></p>
231
+ <p class="mb"><a href="PDF/U11C00.pdf" title="11C00-11C6F">Bhaiksuki</a></p>
232
+ <p class="mb"><a href="PDF/U11000.pdf" title="11000-1107F">Brahmi</a></p>
233
+ <p class="mb"><a href="PDF/U11100.pdf" title="11100-1114F">Chakma</a></p>
234
+ <p class="mb"><a href="PDF/U0900.pdf" title="0900-097F">Devanagari</a></p>
235
+ <p class="sb"><a href="PDF/UA8E0.pdf" title="A8E0-A8FF">Devanagari Extended</a></p>
236
+ <p class="sb"><a href="PDF/U11B00.pdf" title="11B00–11B5F">Devanagari Extended-A</a></p>
237
+ <p class="mb"><a href="PDF/U11900.pdf" title="11900–1195F">Dives Akuru</a></p>
238
+ <p class="mb"><a href="PDF/U11800.pdf" title="11800-1184F">Dogra</a></p>
239
+ <p class="mb"><a href="PDF/U11300.pdf" title="11300-1137F">Grantha</a></p>
240
+ <p class="mb"><a href="PDF/U0A80.pdf" title="0A80-0AFF">Gujarati</a></p>
241
+ <p class="mb"><a href="PDF/U11D60.pdf" title="11D60-11DAF">Gunjala Gondi</a></p>
242
+ <p class="mb"><a href="PDF/U0A00.pdf" title="0A00-0A7F">Gurmukhi</a></p>
243
+ <p class="mb"><a href="PDF/U11080.pdf" title="11080-110CF">Kaithi</a></p>
244
+ <p class="mb"><a href="PDF/U0C80.pdf" title="0C80-0CFF">Kannada</a></p>
245
+ <p class="mb"><a href="PDF/U10A00.pdf" title="10A00-10A5F">Kharoshthi</a></p>
246
+ <p class="mb"><a href="PDF/U11200.pdf" title="11200-1124F">Khojki</a></p>
247
+ <p class="mb"><a href="PDF/U112B0.pdf" title="112B0-112FF">Khudawadi</a></p>
248
+ <p class="mb"><a href="PDF/U1C00.pdf" title="1C00-1C4F">Lepcha</a></p>
249
+ <p class="mb"><a href="PDF/U1900.pdf" title="1900-194F">Limbu</a></p>
250
+ <p class="mb"><a href="PDF/U11150.pdf" title="11150-1117F">Mahajani</a></p>
251
+ <p class="mb"><a href="PDF/U0D00.pdf" title="0D00-0D7F">Malayalam</a></p>
252
+ <p class="mb"><a href="PDF/U11D00.pdf" title="11D00–11D5F">Masaram Gondi</a></p>
253
+ <p class="mb"><a href="PDF/UABC0.pdf" title="ABC0-ABFF">Meetei Mayek</a></p>
254
+ <p class="sb"><a href="PDF/UAAE0.pdf" title="AAE0-AAFF">Meetei Mayek Extensions</a></p>
255
+ <p class="mb"><a href="PDF/U11600.pdf" title="11600-1165F">Modi</a></p>
256
+ <p class="mb"><a href="PDF/U16A40.pdf" title="16A40-16A6F">Mro</a></p>
257
+ <p class="mb"><a href="PDF/U11280.pdf" title="11280-112AF">Multani</a></p>
258
+ <p class="mb"><a href="PDF/U1E4D0.pdf" title="1E4D0–1E4FF">Nag Mundari</a></p>
259
+ <p class="mb"><a href="PDF/U119A0.pdf" title="119A0-119FF">Nandinagari</a></p>
260
+ <p class="mb"><a href="PDF/U11400.pdf" title="11400-1147F">Newa</a></p>
261
+ <p class="mb"><a href="PDF/U1C50.pdf" title="1C50-1C7F">Ol Chiki</a></p>
262
+ <p class="mb"><a href="PDF/U0B00.pdf" title="0B00-0B7F">Oriya (Odia)</a></p>
263
+ <p class="mb"><a href="PDF/UA880.pdf" title="A880-A8DF">Saurashtra</a></p>
264
+ <p class="mb"><a href="PDF/U11180.pdf" title="11180-111DF">Sharada</a></p>
265
+ <p class="mb"><a href="PDF/U11580.pdf" title="11580-115FF">Siddham</a></p>
266
+ <p class="mb"><a href="PDF/U0D80.pdf" title="0D80-0DFF">Sinhala</a></p>
267
+ <p class="sb"><a href="PDF/U111E0.pdf" title="111E0-111FF">Sinhala Archaic Numbers</a></p>
268
+ <p class="mb"><a href="PDF/U110D0.pdf" title="110D0-110FF">Sora Sompeng</a></p>
269
+ <p class="mb"><a href="PDF/UA800.pdf" title="A800-A82F">Syloti Nagri</a></p>
270
+ <p class="mb"><a href="PDF/U11680.pdf" title="11680-116CF">Takri</a></p>
271
+ <p class="mb"><a href="PDF/U0B80.pdf" title="0B80-0BFF">Tamil</a></p>
272
+ <p class="sb"><a href="PDF/U11FC0.pdf" title="11FC0-11FFF">Tamil Supplement</a></p>
273
+ <p class="mb"><a href="PDF/U0C00.pdf" title="0C00-0C7F">Telugu</a></p>
274
+ <p class="mb"><a href="PDF/U0780.pdf" title="0780-07BF">Thaana</a></p>
275
+ <p class="mb"><a href="PDF/U11480.pdf" title="11480-114DF">Tirhuta</a></p>
276
+ <p class="mb"><a href="PDF/U1E290.pdf" title="1E290–1E2BF">Toto</a></p>
277
+ <p class="mb"><a href="PDF/U1CD0.pdf" title="1CD0-1CFF">Vedic Extensions</a></p>
278
+ <p class="mb"><a href="PDF/U1E2C0.pdf" title="1E2C0-1E2FF">Wancho</a></p>
279
+ <p class="mb"><a href="PDF/U118A0.pdf" title="118A0-118FF">Warang Citi</a></p>
280
+
281
+
282
+ <p class="sg">Southeast Asian Scripts</p>
283
+ <p class="mb"><a href="PDF/UAA00.pdf" title="AA00-AA5F">Cham</a></p>
284
+ <p class="mb"><a href="PDF/U10D00.pdf" title="10D00-10D3F">Hanifi Rohingya</a></p>
285
+ <p class="mb"><a href="PDF/UA900.pdf" title="A900-A92F">Kayah Li</a></p>
286
+ <p class="mb"><a href="PDF/U1780.pdf" title="1780-17FF">Khmer</a></p>
287
+ <p class="sb"><a href="PDF/U19E0.pdf" title="19E0-19FF">Khmer Symbols</a></p>
288
+ <p class="mb"><a href="PDF/U0E80.pdf" title="0E80-0EFF">Lao</a></p>
289
+ <p class="mb"><a href="PDF/U1000.pdf" title="1000-109F">Myanmar</a></p>
290
+ <p class="sb"><a href="PDF/UAA60.pdf" title="AA60-AA7F">Myanmar Extended-A</a></p>
291
+ <p class="sb"><a href="PDF/UA9E0.pdf" title="A9E0-A9FF">Myanmar Extended-B</a></p>
292
+ <p class="mb"><a href="PDF/U1980.pdf" title="1980-19DF">New Tai Lue</a></p>
293
+ <p class="mb"><a href="PDF/U1E100.pdf" title="1E100-1E14F">Nyiakeng Puachue Hmong</a></p>
294
+ <p class="mb"><a href="PDF/U16B00.pdf" title="16B00-16B8F">Pahawh Hmong</a></p>
295
+ <p class="mb"><a href="PDF/U11AC0.pdf" title="11AC0-11AFF">Pau Cin Hau</a></p>
296
+ <p class="mb"><a href="PDF/U1950.pdf" title="1950-197F">Tai Le</a></p>
297
+ <p class="mb"><a href="PDF/U1A20.pdf" title="1A20-1AAF">Tai Tham</a></p>
298
+ <p class="mb"><a href="PDF/UAA80.pdf" title="AA80-AADF">Tai Viet</a></p>
299
+ <p class="mb"><a href="PDF/U16A70.pdf" title="16A70–16ACF">Tangsa</a></p>
300
+ <p class="mb"><a href="PDF/U0E00.pdf" title="0E00-0E7F">Thai</a></p>
301
+ </td>
302
+
303
+
304
+
305
+ <td>
306
+ <p class="sg">Indonesian &amp; Philippine Scripts</p>
307
+ <p class="mb"><a href="PDF/U1B00.pdf" title="1B00-1B7F">Balinese</a></p>
308
+ <p class="mb"><a href="PDF/U1BC0.pdf" title="1BC0-1BFF">Batak</a></p>
309
+ <p class="mb"><a href="PDF/U1A00.pdf" title="1A00-1A1F">Buginese</a></p>
310
+ <p class="mb"><a href="PDF/U1740.pdf" title="1740-175F">Buhid</a></p>
311
+ <p class="mb"><a href="PDF/U1720.pdf" title="1720-173F">Hanunoo</a></p>
312
+ <p class="mb"><a href="PDF/UA980.pdf" title="A980-A9DF">Javanese</a></p>
313
+ <p class="mb"><a href="PDF/U11F00.pdf" title="11F00–11F5F">Kawi</a></p>
314
+ <p class="mb"><a href="PDF/U11EE0.pdf" title="11EE0-11EFF">Makasar</a></p>
315
+ <p class="mb"><a href="PDF/UA930.pdf" title="A930-A95F">Rejang</a></p>
316
+ <p class="mb"><a href="PDF/U1B80.pdf" title="1B80-1BBF">Sundanese</a></p>
317
+ <p class="sb"><a href="PDF/U1CC0.pdf" title="1CC0-1CCF">Sundanese Supplement</a></p>
318
+ <p class="mb"><a href="PDF/U1700.pdf" title="1700-171F">Tagalog</a></p>
319
+ <p class="mb"><a href="PDF/U1760.pdf" title="1760-177F">Tagbanwa</a></p>
320
+
321
+
322
+ <p class="sg">East Asian Scripts</p>
323
+ <p class="mb"><a href="PDF/U3100.pdf" title="3100-312F">Bopomofo</a></p>
324
+ <p class="sb"><a href="PDF/U31A0.pdf" title="31A0-31BF">Bopomofo Extended</a></p>
325
+ <p class="mb"><a href="PDF/U4E00.pdf" title="4E00-9FFF">CJK Unified Ideographs (Han)</a>&nbsp;(38MB)</p>
326
+ <p class="sb"><a href="PDF/U3400.pdf" title="3400-4DBF">CJK Extension&nbsp;A</a>&nbsp;(7.6MB)</p>
327
+ <p class="sb"><a href="PDF/U20000.pdf" title="20000-2A6DF">CJK Extension&nbsp;B</a>&nbsp;(31MB)</p>
328
+ <p class="sb"><a href="PDF/U2A700.pdf" title="2A700-2B73F">CJK Extension&nbsp;C</a></p>
329
+ <p class="sb"><a href="PDF/U2B740.pdf" title="2B740-2B81F">CJK Extension&nbsp;D</a></p>
330
+ <p class="sb"><a href="PDF/U2B820.pdf" title="2B820-2CEAF">CJK Extension&nbsp;E</a></p>
331
+ <p class="sb"><a href="PDF/U2CEB0.pdf" title="2CEB0–2EBEF">CJK Extension&nbsp;F</a></p>
332
+ <p class="sb"><a href="PDF/U30000.pdf" title="30000–3134F">CJK Extension&nbsp;G</a></p>
333
+ <p class="sb"><a href="PDF/U31350.pdf" title="31350–323AF">CJK Extension&nbsp;H</a></p>
334
+ <p class="sb"><a href="PDF/U2EBF0.pdf" title="2EBF0–2EE5F">CJK Extension&nbsp;I</a></p>
335
+ <p class="sb">(see also <a href="unihan.html">Unihan Database</a>)</p>
336
+ <p class="mb"><a href="PDF/UF900.pdf" title="F900-FAFF">CJK Compatibility Ideographs</a></p>
337
+ <p class="sb"><a href="PDF/U2F800.pdf" title="2F800-2FA1F">CJK Compatibility Ideographs Supplement</a></p>
338
+ <p class="mb"><a href="PDF/U2F00.pdf" title="2F00-2FDF"> CJK Radicals / Kangxi Radicals</a></p>
339
+ <p class="sb"><a href="PDF/U2E80.pdf" title="2E80-2EFF">CJK Radicals Supplement</a></p>
340
+ <p class="sb"><a href="PDF/U31C0.pdf" title="31C0-31EF">CJK Strokes</a></p>
341
+ <p class="sb"><a href="PDF/U2FF0.pdf" title="2FF0-2FFF">Ideographic Description Characters</a></p>
342
+ <!--p class="mb">Korean</p-->
343
+ <p class="mb"><a href="PDF/U1100.pdf" title="1100-11FF">Hangul Jamo</a></p>
344
+ <p class="sb"><a href="PDF/UA960.pdf" title="A960-A97F">Hangul Jamo Extended-A</a></p>
345
+ <p class="sb"><a href="PDF/UD7B0.pdf" title="D7B0-D7FF">Hangul Jamo Extended-B</a></p>
346
+ <p class="sb"><a href="PDF/U3130.pdf" title="3130-318F">Hangul Compatibility Jamo</a></p>
347
+ <p class="pb"><a href="PDF/UFF00.pdf" title="FFA0-FFDC">Halfwidth Jamo</a></p>
348
+ <p class="mb"><a href="PDF/UAC00.pdf" title="AC00-D7AF">Hangul Syllables</a></p>
349
+ <!--p class="mb">Japanese</p-->
350
+ <p class="mb"><a href="PDF/U3040.pdf" title="3040-309F">Hiragana</a></p>
351
+ <p class="mb"><a href="PDF/U1B100.pdf" title="1B100–1B12F">Kana Extended-A</a></p>
352
+ <p class="mb"><a href="PDF/U1AFF0.pdf" title="1AFF0–1AFFF">Kana Extended-B</a></p>
353
+ <p class="mb"><a href="PDF/U1B000.pdf" title="1B000-1B0FF">Kana Supplement</a></p>
354
+ <p class="mb"><a href="PDF/U1B130.pdf" title="1B130-1B16F">Small Kana Extension</a></p>
355
+ <p class="mb"><a href="PDF/U3190.pdf" title="3190-319F">Kanbun</a></p>
356
+ <p class="mb"><a href="PDF/U30A0.pdf" title="30A0-30FF">Katakana</a></p>
357
+ <p class="sb"><a href="PDF/U31F0.pdf" title="31F0-31FF">Katakana Phonetic Extensions</a></p>
358
+ <p class="pb"><a href="PDF/UFF00.pdf" title="FF65-FF9F">Halfwidth Katakana</a></p>
359
+ <p class="mb"><a href="PDF/U18B00.pdf" title="18B00–18CFF">Khitan Small Script</a></p>
360
+ <p class="mb"><a href="PDF/UA4D0.pdf" title="A4D0-A4FF">Lisu</a></p>
361
+ <p class="sb"><a href="PDF/U11FB0.pdf" title="11FB0–11FBF">Lisu Supplement</a></p>
362
+ <p class="mb"><a href="PDF/U16F00.pdf" title="16F00-16F9F">Miao</a></p>
363
+ <p class="mb"><a href="PDF/U1B170.pdf" title="1B170–1B2FF">Nushu</a></p>
364
+ <p class="mb"><a href="PDF/U17000.pdf" title="17000-187FF">Tangut</a></p>
365
+ <p class="sb"><a href="PDF/U18800.pdf" title="18800-18AFF">Tangut Components</a></p>
366
+ <p class="sb"><a href="PDF/U18D00.pdf" title="18D00–18D08">Tangut Supplement</a></p>
367
+ <p class="mb">Yi</p>
368
+ <p class="sb"><a href="PDF/UA000.pdf" title="A000-A48F">Yi Syllables</a></p>
369
+ <p class="sb"><a href="PDF/UA490.pdf" title="A490-A4CF">Yi Radicals</a></p>
370
+
371
+
372
+ <p class="sg">American Scripts</p>
373
+ <p class="mb"><a href="PDF/U13A0.pdf" title="13A0-13FF">Cherokee</a></p>
374
+ <p class="sb"><a href="PDF/UAB70.pdf" title="AB70-ABBF">Cherokee Supplement</a></p>
375
+ <p class="mb"><a href="PDF/U10400.pdf" title="10400-1044F">Deseret</a></p>
376
+ <p class="mb"><a href="PDF/U104B0.pdf" title="104B0-104FF">Osage</a></p>
377
+ <p class="mb"><a href="PDF/U1400.pdf" title="1400-167F">Unified Canadian Aboriginal Syllabics</a></p>
378
+ <p class="sb"><a href="PDF/U18B0.pdf" title="18B0-18FF">UCAS Extended</a></p>
379
+ <p class="sb"><a href="PDF/U11AB0.pdf" title="11AB0–11ABF">UCAS Extended-A</a></p>
380
+ </td>
381
+ </tr>
382
+ </table>
383
+
384
+
385
+
386
+ <h2><a id="symbols">Symbols and Punctuation</a></h2>
387
+ <table class="map" id="table9">
388
+ <tr>
389
+
390
+ <td>
391
+ <p class="sg">Notational Systems</p>
392
+ <p class="mb"><a href="PDF/U2800.pdf" title="2800-28FF">Braille Patterns</a></p>
393
+ <p class="mb"><a href="PDF/U1D100.pdf" title="1D100-1D1FF">Musical Symbols</a></p>
394
+ <p class="sb"><a href="PDF/U1D200.pdf" title="1D200-1D24F">Ancient Greek Musical Notation</a></p>
395
+ <p class="sb"><a href="PDF/U1D000.pdf" title="1D000-1D0FF">Byzantine Musical Symbols</a></p>
396
+ <p class="sb"><a href="PDF/U1CF00.pdf" title="1CF00–1CFCF">Znamenny Musical Notation</a></p>
397
+ <p class="mb"><a href="PDF/U1BC00.pdf" title="1BC00-1BC9F">Duployan</a></p>
398
+ <p class="sb"><a href="PDF/U1BCA0.pdf" title="1BCA0-1BCAF">Shorthand Format Controls</a></p>
399
+ <p class="mb"><a href="PDF/U1D800.pdf" title="1D800-1DAAF">Sutton SignWriting</a></p>
400
+
401
+
402
+ <p class="sg">Punctuation</p>
403
+ <p class="mb"><a href="PDF/U2000.pdf" title="2000-206F">General Punctuation</a></p>
404
+ <p class="pb"><a href="PDF/U0000.pdf" title="0021-007F">ASCII Punctuation</a></p>
405
+ <p class="pb"><a href="PDF/U0080.pdf" title="00A1-00BF">Latin-1 Punctuation</a></p>
406
+ <p class="sb"><a href="PDF/U2E00.pdf" title="2E00-2E7F">Supplemental Punctuation</a></p>
407
+ <p class="mb"><a href="PDF/U3000.pdf" title="3000-303F">CJK Symbols and Punctuation</a></p>
408
+ <p class="sb"><a href="PDF/U16FE0.pdf" title="16FE0-16FFF">Ideographic Symbols and Punctuation</a></p>
409
+ <p class="mb"><a href="PDF/UFE30.pdf" title="FE30-FE4F">CJK Compatibility Forms</a></p>
410
+ <!--p class="pb"><a href="PDF/UFF00.pdf" title="FF01-FF60">Fullwidth ASCII Punctuation</a></p-->
411
+ <p class="sb"><a href="PDF/UFF00.pdf" title="FF00-FFEF">Halfwidth and Fullwidth Forms</a></p>
412
+ <p class="sb"><a href="PDF/UFE50.pdf" title="FE50-FE6F">Small Form Variants</a></p>
413
+ <p class="sb"><a href="PDF/UFE10.pdf" title="FE10-FE1F">Vertical Forms</a></p>
414
+
415
+
416
+ <p class="sg">Alphanumeric Symbols</p>
417
+ <p class="mb"><a href="PDF/U2100.pdf" title="2100-214F">Letterlike Symbols</a></p>
418
+ <p class="pb"><a href="PDF/U10190.pdf" title="10190-101CF">Roman Symbols</a></p>
419
+ <p class="mb"><a href="PDF/U1D400.pdf" title="1D400-1D7FF">Mathematical Alphanumeric Symbols</a></p>
420
+ <p class="mb"><a href="PDF/U1EE00.pdf" title="1EE00-1EEFF">Arabic Mathematical Alphabetic Symbols</a></p>
421
+ <p class="mb"><a href="PDF/U2460.pdf" title="2460-24FF">Enclosed Alphanumerics</a></p>
422
+ <p class="sb"><a href="PDF/U1F100.pdf" title="1F100-1F1FF">Enclosed Alphanumeric Supplement</a></p>
423
+ <p class="mb"><a href="PDF/U3200.pdf" title="3200-32FF">Enclosed CJK Letters and Months</a></p>
424
+ <p class="sb"><a href="PDF/U1F200.pdf" title="1F200-1F2FF">Enclosed Ideographic Supplement</a></p>
425
+ <p class="mb"><a href="PDF/U3300.pdf" title="3300-33FF">CJK Compatibility</a></p>
426
+ <p class="pb"><a href="PDF/U2100.pdf" title="2100-214F">Additional Squared Symbols</a></p>
427
+
428
+
429
+ <p class="sg">Technical Symbols</p>
430
+ <p class="pb"><a href="PDF/U2300.pdf" title="2336-237A">APL symbols</a></p>
431
+ <p class="sb"><a href="PDF/U2400.pdf" title="2400-243F">Control Pictures</a></p>
432
+ <p class="sb"><a href="PDF/U2300.pdf" title="2300-23FF">Miscellaneous Technical</a></p>
433
+ <p class="sb"><a href="PDF/U2440.pdf" title="2440-245F">Optical Character Recognition (OCR)</a></p>
434
+
435
+ </td>
436
+
437
+
438
+
439
+ <td>
440
+ <p class="sg">Numbers &amp; Digits</p>
441
+ <p class="pb">(see also specific <a href="#scripts">scripts</a>)</p>
442
+ <p class="mb"><a href="PDF/U0000.pdf" title="0030-0039">ASCII Digits</a></p>
443
+ <p class="pb"><a href="PDF/UFF00.pdf" title="FF10-FF19">Fullwidth ASCII Digits</a></p>
444
+ <p class="mb"><a href="PDF/UA830.pdf" title="A830-A83F">Common Indic Number Forms</a></p>
445
+ <p class="mb"><a href="PDF/U102E0.pdf" title="102E0-102FF">Coptic Epact Numbers</a></p>
446
+ <p class="mb"><a href="PDF/U1D360.pdf" title="1D360-1D37F">Counting Rod Numerals</a></p>
447
+ <p class="mb"><a href="PDF/U12400.pdf" title="12400-1247F">Cuneiform Numbers and Punctuation</a></p>
448
+ <p class="mb"><a href="PDF/U1EC70.pdf" title="1EC70-1ECBF">Indic Siyaq Numbers</a></p>
449
+ <p class="mb"><a href="PDF/U1D2C0.pdf" title="1D2C0–1D2DF">Kaktovik Numerals</a></p>
450
+ <p class="mb"><a href="PDF/U1D2E0.pdf" title="1D2E0-1D2FF">Mayan Numerals</a></p>
451
+ <p class="mb"><a href="PDF/U2150.pdf" title="2150-218F">Number Forms</a></p>
452
+ <p class="mb"><a href="PDF/U1ED00.pdf" title="1ED00-1ED4F">Ottoman Siyaq Numbers</a></p>
453
+ <p class="mb"><a href="PDF/U10E60.pdf" title="10E60-10E7F">Rumi Numeral Symbols</a></p>
454
+ <p class="mb"><a href="PDF/U111E0.pdf" title="111E0-111FF">Sinhala Archaic Numbers</a></p>
455
+ <p class="mb"><a href="PDF/U2070.pdf" title="2070-209F">Super and Subscripts</a></p>
456
+
457
+
458
+ <p class="sg"> Mathematical Symbols</p>
459
+ <p class="mb"><a href="PDF/U2190.pdf" title="2190-21FF">Arrows</a></p>
460
+ <p class="sb"><a href="PDF/U27F0.pdf" title="27F0-27FF">Supplemental Arrows-A</a></p>
461
+ <p class="sb"><a href="PDF/U2900.pdf" title="2900-297F">Supplemental Arrows-B</a></p>
462
+ <p class="sb"><a href="PDF/U1F800.pdf" title="1F800-1F8FF">Supplemental Arrows-C</a></p>
463
+ <p class="pb"><a href="PDF/U2B00.pdf" title="2B00-2BFF">Additional Arrows</a></p>
464
+ <p class="sb"><a href="PDF/U2B00.pdf" title="2B00-2BFF">Miscellaneous Symbols and Arrows</a></p>
465
+ <p class="mb"><a href="PDF/U1D400.pdf" title="1D400-1D7FF">Mathematical Alphanumeric Symbols</a></p>
466
+ <p class="sb"><a href="PDF/U1EE00.pdf" title="1EE00-1EEFF">Arabic Mathematical Alphabetic Symbols</a></p>
467
+ <p class="sb"><a href="PDF/U2100.pdf" title="2100-214F">Letterlike Symbols</a></p>
468
+ <p class="mb"><a href="PDF/U2200.pdf" title="2200-22FF">Mathematical Operators</a></p>
469
+ <p class="pb"><a href="PDF/U0000.pdf">Basic operators: Plus, Factorial,</a> <a href="PDF/U0080.pdf">Division, Multiplication</a></p>
470
+ <p class="sb"><a href="PDF/U2A00.pdf" title="2A00-2AFF">Supplemental Mathematical Operators</a></p>
471
+ <p class="sb"><a href="PDF/U27C0.pdf" title="27C0-27EF">Miscellaneous Mathematical Symbols-A</a></p>
472
+ <p class="sb"><a href="PDF/U2980.pdf" title="2980-29FF">Miscellaneous Mathematical Symbols-B</a></p>
473
+ <p class="pb"><a href="PDF/U2300.pdf" title="2308-230B">Floors and Ceilings</a></p>
474
+ <p class="pb"><a href="PDF/U2000.pdf" title="2061-2064">Invisible Operators</a></p>
475
+ <!--p class="mb">Geometric Symbols</p-->
476
+ <p class="mb"><a href="PDF/U25A0.pdf" title="25A0-25FF">Geometric Shapes</a></p>
477
+ <p class="pb"><a href="PDF/U2B00.pdf" title="2B00-2BFF">Additional Shapes</a></p>
478
+ <p class="sb"><a href="PDF/U2500.pdf" title="2500-257F">Box Drawing</a></p>
479
+ <p class="sb"><a href="PDF/U2580.pdf" title="2580-259F">Block Elements</a></p>
480
+ <p class="sb"><a href="PDF/U1F780.pdf" title="1F780-1F7FF">Geometric Shapes Extended</a></p>
481
+ </td>
482
+
483
+
484
+ <td class="sb">
485
+ <p class="sg">Emoji &amp; Pictographs</p>
486
+ <p class="mb"><a href="PDF/U2700.pdf" title="2700-27BF">Dingbats</a></p>
487
+ <p class="sb"><a href="PDF/U1F650.pdf" title="1F650-1F67F">Ornamental Dingbats</a></p>
488
+ <p class="mb"><a href="PDF/U1F600.pdf" title="1F600-1F64F">Emoticons</a></p>
489
+ <p class="mb"><a href="PDF/U2600.pdf" title="2600-26FF">Miscellaneous Symbols</a></p>
490
+ <p class="mb"><a href="PDF/U1F300.pdf" title="1F300-1F5FF">Miscellaneous Symbols And Pictographs</a></p>
491
+ <p class="mb"><a href="PDF/U1F900.pdf" title="1F900-1F9FF">Supplemental Symbols and Pictographs</a></p>
492
+ <p class="mb"><a href="PDF/U1FA70.pdf" title="1FA70-1FAFF">Symbols and Pictographs Extended-A</a></p>
493
+ <p class="mb"><a href="PDF/U1F680.pdf" title="1F680-1F6FF">Transport and Map Symbols</a></p>
494
+
495
+
496
+
497
+ <p class="sg">Other Symbols</p>
498
+ <p class="mb"><a href="PDF/U1F700.pdf" title="1F700-1F77F">Alchemical Symbols</a></p>
499
+ <p class="mb"><a href="PDF/U10190.pdf" title="10190-101CF">Ancient Symbols</a></p>
500
+ <p class="mb"><a href="PDF/U20A0.pdf" title="20A0-20CF">Currency Symbols</a></p>
501
+ <p class="sb">(see also specific <a href="#scripts">scripts</a>)</p>
502
+ <p class="pb"><a href="PDF/U0000.pdf" title="0024">Dollar Sign</a>, <a href="PDF/U20A0.pdf" title="20AC">Euro Sign</a></p>
503
+ <p class="pb"><a href="PDF/U0080.pdf" title="00A2-00A5">Yen, Pound and Cent</a></p>
504
+ <p class="pb"><a href="PDF/UFF00.pdf" title="FF04">Fullwidth Currency Symbols</a></p>
505
+ <!--p class="pb"><a href="PDF/U2100.pdf" title="2133">Mark</a> and <a href="PDF/U20A0.pdf" title="20A0">Pfennig</a> (historic)</p-->
506
+ <p class="pb"><a href="PDF/UFB50.pdf" title="FB50">Rial Sign</a></p>
507
+ <p class="mb">Game Symbols</p>
508
+ <p class="pb"><a href="PDF/U2600.pdf" title="2654-265F, 26C0-26C3">Chess, Checkers/Draughts</a></p>
509
+ <p class="sb"><a href="PDF/U1FA00.pdf" title="1FA00-1FA6F">Chess Symbols</a></p>
510
+ <p class="sb"><a href="PDF/U1F030.pdf" title="1F030-1F09F">Domino Tiles</a></p>
511
+ <p class="pb"><a href="PDF/U2600.pdf" title="2616-2617">Japanese Chess</a></p>
512
+ <p class="sb"><a href="PDF/U1F000.pdf" title="1F000-1F02F">Mahjong Tiles</a></p>
513
+ <p class="sb"><a href="PDF/U1F0A0.pdf" title="1F0A0-1F0FF">Playing Cards</a></p>
514
+ <p class="pb"><i><a href="PDF/U2600.pdf" title="2660-2667">Card suits</a></i></p>
515
+ <p class="mb"><a href="PDF/U2B00.pdf" title="2B00-2BFF">Miscellaneous Symbols and Arrows</a></p>
516
+ <p class="mb"><a href="PDF/U1FB00.pdf" title="1FB00–1FBFF">Symbols for Legacy Computing</a></p>
517
+ <p class="mb">Yijing Symbols</p>
518
+ <p class="pb"><a href="PDF/U2600.pdf" title="268A-268F, 2630-2637">Yijing Mono-, Di- and Trigrams</a></p>
519
+ <p class="sb"><a href="PDF/U4DC0.pdf" title="4DC0-4DFF">Yijing Hexagram Symbols</a></p>
520
+ <p class="sb"><a href="PDF/U1D300.pdf" title="1D300-1D35F">Tai Xuan Jing Symbols</a></p>
521
+ </td>
522
+
523
+
524
+ <td class="pb">
525
+ <p class="sg">Specials</p>
526
+ <p class="pb">Controls: <a href="PDF/U0000.pdf" title="0000-001F">C0</a>, <a href="PDF/U0080.pdf" title="0080-009F">C1</a></p>
527
+ <p class="pb"><a href="PDF/U2000.pdf" title="2000-206F">Layout Controls</a></p>
528
+ <p class="pb"><a href="PDF/U2000.pdf" title="2061-2064">Invisible Operators</a></p>
529
+ <p class="mb"><a href="PDF/UFFF0.pdf" title="FFF0-FFFF">Specials</a></p>
530
+ <p class="mb"><a href="PDF/UE0000.pdf" title="E0000-E007F">Tags</a></p>
531
+ <p class="mb"><a href="PDF/UFE00.pdf" title="FE00-FE0F">Variation Selectors</a></p>
532
+ <p class="sb"><a href="PDF/UE0100.pdf" title="E0100-E01EF">Variation Selectors Supplement</a></p>
533
+
534
+
535
+ <p class="sg">Private Use</p>
536
+ <p class="mb"><a href="PDF/UE000.pdf" title="E000-F8FF">Private Use Area</a></p>
537
+ <p class="mb"><a href="PDF/UF0000.pdf" title="F0000-FFFFD">Supplementary Private Use Area-A</a></p>
538
+ <p class="mb"><a href="PDF/U100000.pdf" title="100000-10FFFD">Supplementary Private Use Area-B</a></p>
539
+
540
+
541
+ <p class="sg">Surrogates</p>
542
+ <p class="mb"><a href="PDF/UD800.pdf" title="D800-DBFF">High Surrogates</a></p>
543
+ <p class="mb"><a href="PDF/UDC00.pdf" title="DC00-DFFF">Low Surrogates</a></p>
544
+
545
+
546
+ <p class="sg">Noncharacters in Charts</p>
547
+ <p class="mb">Noncharacters in blocks</p>
548
+ <p class="pb"><a href="PDF/UFB50.pdf" title="FDD0-FDEF">Range in Arabic Presentation Forms-A</a></p>
549
+ <p class="pb"><a href="PDF/UFFF0.pdf" title="FFFE-FFFF ">Range in Specials</a></p>
550
+ <p class="mb">Noncharacters at end of ...</p>
551
+ <p class="pb"><a href="PDF/UFFF0.pdf">BMP</a>,
552
+ <a href="PDF/U1FF80.pdf">Plane&nbsp;1</a>,
553
+ <a href="PDF/U2FF80.pdf">Plane&nbsp;2</a>,
554
+ <a href="PDF/U3FF80.pdf">Plane&nbsp;3</a>,
555
+ <a href="PDF/U4FF80.pdf">Plane&nbsp;4</a>,
556
+ <a href="PDF/U5FF80.pdf">Plane&nbsp;5</a>,
557
+ <a href="PDF/U6FF80.pdf">Plane&nbsp;6</a>,
558
+ <a href="PDF/U7FF80.pdf">Plane&nbsp;7</a>,
559
+ <a href="PDF/U8FF80.pdf">Plane&nbsp;8</a>,
560
+ <a href="PDF/U9FF80.pdf">Plane&nbsp;9</a>,
561
+ <a href="PDF/UAFF80.pdf">Plane&nbsp;10</a>,
562
+ <a href="PDF/UBFF80.pdf">Plane&nbsp;11</a>,
563
+ <a href="PDF/UCFF80.pdf">Plane&nbsp;12</a>,
564
+ <a href="PDF/UDFF80.pdf">Plane&nbsp;13</a>,
565
+ <a href="PDF/UEFF80.pdf">Plane&nbsp;14</a>,
566
+ <a href="PDF/UFFF80.pdf">Plane&nbsp;15</a>,
567
+ <a href="PDF/U10FF80.pdf">Plane&nbsp;16</a></p>
568
+ </td>
569
+ </tr>
570
+ </table>
571
+
572
+
573
+
574
+ <h2><a id="notes">Notes</a></h2>
575
+
576
+ <p style="font-size:85%; text-align:justify;">To get a list of code charts for a character, enter
577
+ its code in the search box at the top. To access a chart for a given block, click on its
578
+ entry in the table. The charts are PDF files, and some of them may be very
579
+ large. For frequent access to the same chart, right-click and save the file
580
+ to your disk. For an alphabetical index of character and block names,
581
+ use the <a href="charindex.html">Unicode Character Names Index</a>.</p>
582
+
583
+ </div>
584
+ <hr style="width:50%;">
585
+
586
+ <div style="text-align:center;">
587
+ <div><a href="https://www.unicode.org/copyright.html">
588
+ <img height="50" alt="Access to Copyright and terms of use" src="https://www.unicode.org/img/hb_notice.gif" width="216"></a>
589
+ </div>
590
+
591
+ </div>
592
+ </form>
593
+
594
+ </body>
595
+
596
+ </html>