arrolio 0.1.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.
- checksums.yaml +7 -0
- data/.rspec +2 -0
- data/.rubocop.yml +343 -0
- data/CHANGELOG.md +18 -0
- data/CLAUDE.md +154 -0
- data/Gemfile +15 -0
- data/LICENSE +24 -0
- data/README.adoc +95 -0
- data/Rakefile +21 -0
- data/TODO.complete/01-true-type-font-metrics.md +56 -0
- data/TODO.complete/02-font-embedding.md +51 -0
- data/TODO.complete/03-knuth-plass-breaker.md +42 -0
- data/TODO.complete/04-table-flowable.md +60 -0
- data/TODO.complete/05-list-flowable.md +50 -0
- data/TODO.complete/06-notes-and-examples.md +41 -0
- data/TODO.complete/07-odd-even-templates-and-page-numbering.md +63 -0
- data/TODO.complete/08-image-flowable.md +45 -0
- data/TODO.complete/09-toc-and-leaders.md +66 -0
- data/TODO.complete/10-hyperlinks-and-destinations.md +46 -0
- data/TODO.complete/11-pdf-outline-bookmarks.md +47 -0
- data/TODO.complete/12-metadata-info-dict.md +42 -0
- data/TODO.complete/13-xmp-metadata.md +43 -0
- data/TODO.complete/14-footnotes.md +43 -0
- data/TODO.complete/15-color-management.md +33 -0
- data/TODO.complete/16-pdfua-struct-tree.md +35 -0
- data/TODO.complete/17-alt-text-and-actual-text.md +28 -0
- data/TODO.complete/18-math-rendering.md +41 -0
- data/TODO.complete/19-preformatted-and-code.md +31 -0
- data/TODO.complete/20-page-break-controls.md +46 -0
- data/TODO.complete/21-svg-renderer.md +40 -0
- data/TODO.complete/22-definition-lists.md +36 -0
- data/TODO.complete/23-multi-column.md +34 -0
- data/TODO.complete/24-cover-page-fidelity.md +40 -0
- data/TODO.complete/25-i18n-and-multi-language.md +28 -0
- data/TODO.complete/26-pixel-diff-harness.md +36 -0
- data/TODO.complete/27-pdfrb-only-text-extraction.md +37 -0
- data/TODO.complete/28-restore-nested-module-style.md +41 -0
- data/TODO.complete/29-font-embedding-wiring-debug.md +72 -0
- data/TODO.complete/30-adapter-decomposition.md +76 -0
- data/TODO.complete/31-subscript-superscript-inline-runs.md +56 -0
- data/TODO.complete/32-debug-output-cleanup.md +59 -0
- data/TODO.complete/33-comprehensive-adapter-specs.md +55 -0
- data/TODO.complete/34-table-column-auto-layout.md +50 -0
- data/TODO.complete/35-image-path-resolution.md +66 -0
- data/TODO.complete/36-xsl-converter-completeness.md +40 -0
- data/TODO.complete/37-content-model-completeness.md +54 -0
- data/TODO.complete/38-pipeline-config-externalization.md +55 -0
- data/TODO.complete/39-two-pass-cross-reference-resolution.md +66 -0
- data/TODO.complete/40-vertical-writing-modes.md +63 -0
- data/TODO.complete/41-pdf-annotations-hyperlinks.md +53 -0
- data/TODO.complete/42-font-manifest-configuration.md +75 -0
- data/TODO.complete/43-shrink-to-fit-containers.md +52 -0
- data/TODO.complete/44-back-of-book-index-generation.md +51 -0
- data/TODO.complete/45-pdf-forms-acroform.md +52 -0
- data/TODO.complete/46-pdf-digital-signatures.md +47 -0
- data/TODO.complete/47-ocp-flavor-separation.md +50 -0
- data/TODO.complete/48-oiml-as-pure-configuration.md +80 -0
- data/TODO.complete/49-oiml-flowbuilder-as-configuration.md +39 -0
- data/TODO.complete/50-delete-oiml-ruby-code.md +53 -0
- data/TODO.complete/51-xsl-as-authoritative-source.md +68 -0
- data/TODO.complete/52-flavor-packaging-separation.md +49 -0
- data/TODO.complete/53-second-flavor-spike.md +74 -0
- data/TODO.complete/54-flavor-manifest-contract.md +72 -0
- data/TODO.complete/55-header-footer-style-configuration.md +57 -0
- data/TODO.complete/56-generic-adapter-mece-decomposition.md +56 -0
- data/TODO.complete/57-strict-section-typing.md +49 -0
- data/TODO.complete/58-flavor-packaging-gem-convention.md +47 -0
- data/TODO.complete/59-xsl-converter-profiles.md +76 -0
- data/TODO.complete/60-adapter-fidelity-footnotes-notes-examples.md +62 -0
- data/TODO.complete/61-error-model-and-strict-mode.md +62 -0
- data/TODO.complete/62-font-resolution-and-strict-fonts.md +66 -0
- data/TODO.complete/63-purge-hardcoded-vocabulary-from-generic-core.md +68 -0
- data/TODO.complete/64-selector-driven-adapter-specs.md +46 -0
- data/TODO.complete/66-semantic-content-types.md +171 -0
- data/TODO.complete/README.md +48 -0
- data/TODO.implementation/01-foundation.md +46 -0
- data/TODO.implementation/02-content-contract.md +47 -0
- data/TODO.implementation/03-layoutspec-contract.md +46 -0
- data/TODO.implementation/04-style-system.md +43 -0
- data/TODO.implementation/05-visitor-pattern.md +40 -0
- data/TODO.implementation/06-afm-data-and-parser.md +37 -0
- data/TODO.implementation/07-afm-metrics.md +41 -0
- data/TODO.implementation/08-truetype-tables-and-metrics.md +48 -0
- data/TODO.implementation/09-font-registry-and-glyph-measurer.md +49 -0
- data/TODO.implementation/10-break-opportunity-and-inline-run.md +47 -0
- data/TODO.implementation/11-greedy-line-breaker.md +48 -0
- data/TODO.implementation/12-knuth-plass-line-breaker.md +46 -0
- data/TODO.implementation/13-line-and-alignment.md +45 -0
- data/TODO.implementation/14-knuth-elements-and-breaker.md +56 -0
- data/TODO.implementation/15-refactor-text-layout-on-knuth.md +47 -0
- data/TODO.implementation/16-flowable-and-frame.md +52 -0
- data/TODO.implementation/17-flow-context.md +50 -0
- data/TODO.implementation/18-text-flowable.md +52 -0
- data/TODO.implementation/19-spacer-and-page-break.md +52 -0
- data/TODO.implementation/20-engine-paged.md +63 -0
- data/TODO.implementation/21-output-tree.md +56 -0
- data/TODO.implementation/22-pdf-renderer.md +77 -0
- data/TODO.implementation/23-end-to-end-smoke.md +53 -0
- data/TODO.implementation/24-page-template-and-region.md +51 -0
- data/TODO.implementation/25-page-sequence-master.md +54 -0
- data/TODO.implementation/26-two-pass-layout.md +66 -0
- data/TODO.implementation/27-table-model.md +48 -0
- data/TODO.implementation/28-table-layouts.md +53 -0
- data/TODO.implementation/29-table-renderer.md +55 -0
- data/TODO.implementation/30-table-flowable.md +53 -0
- data/TODO.implementation/31-list-model.md +45 -0
- data/TODO.implementation/32-list-flowable.md +54 -0
- data/TODO.implementation/33-image-flowable.md +59 -0
- data/TODO.implementation/34-svg-renderer.md +58 -0
- data/TODO.implementation/35-svg-as-form-xobject.md +38 -0
- data/TODO.implementation/36-inline-builder.md +50 -0
- data/TODO.implementation/37-hyperlink.md +53 -0
- data/TODO.implementation/38-sub-superscript.md +44 -0
- data/TODO.implementation/39-leader-and-field-runs.md +60 -0
- data/TODO.implementation/40-bookmark-outline.md +45 -0
- data/TODO.implementation/41-destinations.md +52 -0
- data/TODO.implementation/42-toc-builder.md +52 -0
- data/TODO.implementation/43-footnotes.md +51 -0
- data/TODO.implementation/44-multi-column.md +45 -0
- data/TODO.implementation/45-page-numbering-and-section-tracking.md +50 -0
- data/TODO.implementation/46-color-management.md +47 -0
- data/TODO.implementation/47-metadata-and-xmp.md +41 -0
- data/TODO.implementation/48-struct-tree-and-marked-content.md +49 -0
- data/TODO.implementation/49-alt-text-and-actual-text.md +43 -0
- data/TODO.implementation/50-composer-facade.md +59 -0
- data/TODO.implementation/51-style-presets.md +44 -0
- data/TODO.implementation/52-oiml-adapter-and-e2e-pipeline.md +120 -0
- data/TODO.implementation/53-oiml-layout-spec.md +121 -0
- data/TODO.implementation/54-oiml-pipeline.md +97 -0
- data/TODO.implementation/55-pdf-comparator.md +98 -0
- data/TODO.implementation/56-diff-formatters.md +95 -0
- data/TODO.implementation/57-path-locator-and-enrichment.md +74 -0
- data/TODO.implementation/58-rspec-matchers-and-harness-api.md +124 -0
- data/TODO.implementation/59-pixel-diff-mode.md +93 -0
- data/TODO.implementation/60-yard-documentation.md +43 -0
- data/TODO.implementation/61-benchmarks-and-stress-tests.md +50 -0
- data/TODO.implementation/62-validation-framework.md +107 -0
- data/TODO.implementation/63-layout-rules-profile.md +110 -0
- data/TODO.implementation/64-pdfa-and-pdfua-conformance.md +74 -0
- data/TODO.implementation/65-feature-extractor.md +64 -0
- data/TODO.implementation/66-auto-fixer.md +75 -0
- data/TODO.implementation/README.md +169 -0
- data/data/arrolio/afm/Courier-Bold.afm +342 -0
- data/data/arrolio/afm/Courier-BoldOblique.afm +342 -0
- data/data/arrolio/afm/Courier-Oblique.afm +342 -0
- data/data/arrolio/afm/Courier.afm +342 -0
- data/data/arrolio/afm/Helvetica-Bold.afm +2827 -0
- data/data/arrolio/afm/Helvetica-BoldOblique.afm +2827 -0
- data/data/arrolio/afm/Helvetica-Oblique.afm +3051 -0
- data/data/arrolio/afm/Helvetica.afm +3051 -0
- data/data/arrolio/afm/Symbol.afm +213 -0
- data/data/arrolio/afm/Times-Bold.afm +2588 -0
- data/data/arrolio/afm/Times-BoldItalic.afm +2384 -0
- data/data/arrolio/afm/Times-Italic.afm +2667 -0
- data/data/arrolio/afm/Times-Roman.afm +2419 -0
- data/data/arrolio/afm/ZapfDingbats.afm +225 -0
- data/data/arrolio/glyphlist.txt +4306 -0
- data/exe/arrolio2pdf +28 -0
- data/lib/arrolio/asset_resolver.rb +36 -0
- data/lib/arrolio/color.rb +107 -0
- data/lib/arrolio/column_set.rb +64 -0
- data/lib/arrolio/composer.rb +10 -0
- data/lib/arrolio/config_driven_pipeline.rb +144 -0
- data/lib/arrolio/content/bibliography_item.rb +42 -0
- data/lib/arrolio/content/builder.rb +108 -0
- data/lib/arrolio/content/document.rb +60 -0
- data/lib/arrolio/content/example.rb +43 -0
- data/lib/arrolio/content/figure_group.rb +39 -0
- data/lib/arrolio/content/footnote.rb +46 -0
- data/lib/arrolio/content/form_field.rb +47 -0
- data/lib/arrolio/content/formula.rb +34 -0
- data/lib/arrolio/content/heading.rb +42 -0
- data/lib/arrolio/content/hyperlink.rb +42 -0
- data/lib/arrolio/content/image.rb +36 -0
- data/lib/arrolio/content/index_entry.rb +52 -0
- data/lib/arrolio/content/inline_run.rb +51 -0
- data/lib/arrolio/content/list.rb +60 -0
- data/lib/arrolio/content/note.rb +48 -0
- data/lib/arrolio/content/page_break.rb +28 -0
- data/lib/arrolio/content/paragraph.rb +38 -0
- data/lib/arrolio/content/preformatted.rb +47 -0
- data/lib/arrolio/content/section.rb +39 -0
- data/lib/arrolio/content/table.rb +117 -0
- data/lib/arrolio/content/term_entry.rb +43 -0
- data/lib/arrolio/content.rb +27 -0
- data/lib/arrolio/data_dir.rb +28 -0
- data/lib/arrolio/engine/cross_reference_registry.rb +69 -0
- data/lib/arrolio/engine/paged.rb +186 -0
- data/lib/arrolio/engine.rb +9 -0
- data/lib/arrolio/error.rb +70 -0
- data/lib/arrolio/flavor/manifest.rb +111 -0
- data/lib/arrolio/flavor/registry.rb +54 -0
- data/lib/arrolio/flavor.rb +23 -0
- data/lib/arrolio/flow_context.rb +37 -0
- data/lib/arrolio/flowable.rb +66 -0
- data/lib/arrolio/flowables/footnote_marker_flowable.rb +28 -0
- data/lib/arrolio/flowables/heading_flowable.rb +23 -0
- data/lib/arrolio/flowables/image_flowable.rb +53 -0
- data/lib/arrolio/flowables/list_flowable.rb +117 -0
- data/lib/arrolio/flowables/note_flowable.rb +19 -0
- data/lib/arrolio/flowables/page_break.rb +15 -0
- data/lib/arrolio/flowables/page_sequence_start.rb +28 -0
- data/lib/arrolio/flowables/spacer.rb +34 -0
- data/lib/arrolio/flowables/table_flowable.rb +147 -0
- data/lib/arrolio/flowables/text_flowable.rb +95 -0
- data/lib/arrolio/flowables/toc_line_flowable.rb +35 -0
- data/lib/arrolio/flowables/two_column_block.rb +56 -0
- data/lib/arrolio/flowables.rb +19 -0
- data/lib/arrolio/font/embedder.rb +197 -0
- data/lib/arrolio/font/manifest.rb +114 -0
- data/lib/arrolio/font/resolver.rb +161 -0
- data/lib/arrolio/font/text_encoder.rb +28 -0
- data/lib/arrolio/font.rb +10 -0
- data/lib/arrolio/font_metrics/afm_metrics.rb +91 -0
- data/lib/arrolio/font_metrics/registry.rb +55 -0
- data/lib/arrolio/font_metrics/true_type_metrics.rb +95 -0
- data/lib/arrolio/font_metrics.rb +10 -0
- data/lib/arrolio/frame.rb +36 -0
- data/lib/arrolio/generic_adapter.rb +672 -0
- data/lib/arrolio/generic_flow_builder.rb +338 -0
- data/lib/arrolio/glyph_measurer.rb +71 -0
- data/lib/arrolio/harness/pdf_diff.rb +104 -0
- data/lib/arrolio/harness/pixel_diff.rb +122 -0
- data/lib/arrolio/harness/text_diff.rb +53 -0
- data/lib/arrolio/harness/text_extractor.rb +58 -0
- data/lib/arrolio/harness.rb +10 -0
- data/lib/arrolio/inline_run.rb +59 -0
- data/lib/arrolio/layout_spec/flow.rb +17 -0
- data/lib/arrolio/layout_spec/loader.rb +117 -0
- data/lib/arrolio/layout_spec/page_template.rb +127 -0
- data/lib/arrolio/layout_spec/page_template_selector.rb +58 -0
- data/lib/arrolio/layout_spec/region.rb +38 -0
- data/lib/arrolio/layout_spec/scale_length.rb +34 -0
- data/lib/arrolio/layout_spec.rb +90 -0
- data/lib/arrolio/logger.rb +54 -0
- data/lib/arrolio/output/page.rb +69 -0
- data/lib/arrolio/output/placed_box.rb +68 -0
- data/lib/arrolio/output/region.rb +32 -0
- data/lib/arrolio/output.rb +10 -0
- data/lib/arrolio/renderer/accessibility_tagger.rb +70 -0
- data/lib/arrolio/renderer/font_registry.rb +32 -0
- data/lib/arrolio/renderer/link_annotator.rb +62 -0
- data/lib/arrolio/renderer/outline_builder.rb +102 -0
- data/lib/arrolio/renderer/pdf.rb +493 -0
- data/lib/arrolio/renderer/signature_config.rb +59 -0
- data/lib/arrolio/renderer/structure_tree_builder.rb +117 -0
- data/lib/arrolio/renderer/xmp_builder.rb +92 -0
- data/lib/arrolio/renderer.rb +17 -0
- data/lib/arrolio/style/definition.rb +98 -0
- data/lib/arrolio/style/loader.rb +25 -0
- data/lib/arrolio/style/registry.rb +53 -0
- data/lib/arrolio/style.rb +9 -0
- data/lib/arrolio/table/auto_layout.rb +91 -0
- data/lib/arrolio/table.rb +9 -0
- data/lib/arrolio/text_direction.rb +81 -0
- data/lib/arrolio/text_layout/break_opportunity.rb +103 -0
- data/lib/arrolio/text_layout/greedy.rb +110 -0
- data/lib/arrolio/text_layout/knuth_plass/breaker.rb +265 -0
- data/lib/arrolio/text_layout/knuth_plass/item.rb +84 -0
- data/lib/arrolio/text_layout/knuth_plass/item_builder.rb +103 -0
- data/lib/arrolio/text_layout/knuth_plass.rb +12 -0
- data/lib/arrolio/text_layout/line.rb +72 -0
- data/lib/arrolio/text_layout.rb +11 -0
- data/lib/arrolio/toc_builder.rb +31 -0
- data/lib/arrolio/version.rb +5 -0
- data/lib/arrolio/writing_mode.rb +75 -0
- data/lib/arrolio.rb +42 -0
- data/script/smoke.rb +32 -0
- data/scripts/write_content_extras.py +227 -0
- data/scripts/xsl_profiles/standoc.yml +218 -0
- data/scripts/xsl_to_config.rb +391 -0
- metadata +394 -0
|
@@ -0,0 +1,4306 @@
|
|
|
1
|
+
# -----------------------------------------------------------
|
|
2
|
+
# Copyright 2002, 2010, 2015 Adobe Systems Incorporated.
|
|
3
|
+
#
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
5
|
+
# may not use this file except in compliance with the License. You may
|
|
6
|
+
# obtain a copy of the License at
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0.html
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
12
|
+
# implied. See the License for the specific language governing
|
|
13
|
+
# permissions and limitations under the License.
|
|
14
|
+
# -----------------------------------------------------------
|
|
15
|
+
# Modified for use with HexaPDF
|
|
16
|
+
# -----------------------------------------------------------
|
|
17
|
+
# Name: Adobe Glyph List
|
|
18
|
+
# Table version: 2.0
|
|
19
|
+
# Date: September 20, 2002
|
|
20
|
+
# URL: https://github.com/adobe-type-tools/agl-aglfn
|
|
21
|
+
#
|
|
22
|
+
# Format: two semicolon-delimited fields:
|
|
23
|
+
# (1) glyph name--upper/lowercase letters and digits
|
|
24
|
+
# (2) Unicode scalar value--four uppercase hexadecimal digits
|
|
25
|
+
#
|
|
26
|
+
A;A
|
|
27
|
+
AE;Æ
|
|
28
|
+
AEacute;Ǽ
|
|
29
|
+
AEmacron;Ǣ
|
|
30
|
+
AEsmall;
|
|
31
|
+
Aacute;Á
|
|
32
|
+
Aacutesmall;
|
|
33
|
+
Abreve;Ă
|
|
34
|
+
Abreveacute;Ắ
|
|
35
|
+
Abrevecyrillic;Ӑ
|
|
36
|
+
Abrevedotbelow;Ặ
|
|
37
|
+
Abrevegrave;Ằ
|
|
38
|
+
Abrevehookabove;Ẳ
|
|
39
|
+
Abrevetilde;Ẵ
|
|
40
|
+
Acaron;Ǎ
|
|
41
|
+
Acircle;Ⓐ
|
|
42
|
+
Acircumflex;Â
|
|
43
|
+
Acircumflexacute;Ấ
|
|
44
|
+
Acircumflexdotbelow;Ậ
|
|
45
|
+
Acircumflexgrave;Ầ
|
|
46
|
+
Acircumflexhookabove;Ẩ
|
|
47
|
+
Acircumflexsmall;
|
|
48
|
+
Acircumflextilde;Ẫ
|
|
49
|
+
Acute;
|
|
50
|
+
Acutesmall;
|
|
51
|
+
Acyrillic;А
|
|
52
|
+
Adblgrave;Ȁ
|
|
53
|
+
Adieresis;Ä
|
|
54
|
+
Adieresiscyrillic;Ӓ
|
|
55
|
+
Adieresismacron;Ǟ
|
|
56
|
+
Adieresissmall;
|
|
57
|
+
Adotbelow;Ạ
|
|
58
|
+
Adotmacron;Ǡ
|
|
59
|
+
Agrave;À
|
|
60
|
+
Agravesmall;
|
|
61
|
+
Ahookabove;Ả
|
|
62
|
+
Aiecyrillic;Ӕ
|
|
63
|
+
Ainvertedbreve;Ȃ
|
|
64
|
+
Alpha;Α
|
|
65
|
+
Alphatonos;Ά
|
|
66
|
+
Amacron;Ā
|
|
67
|
+
Amonospace;A
|
|
68
|
+
Aogonek;Ą
|
|
69
|
+
Aring;Å
|
|
70
|
+
Aringacute;Ǻ
|
|
71
|
+
Aringbelow;Ḁ
|
|
72
|
+
Aringsmall;
|
|
73
|
+
Asmall;
|
|
74
|
+
Atilde;Ã
|
|
75
|
+
Atildesmall;
|
|
76
|
+
Aybarmenian;Ա
|
|
77
|
+
B;B
|
|
78
|
+
Bcircle;Ⓑ
|
|
79
|
+
Bdotaccent;Ḃ
|
|
80
|
+
Bdotbelow;Ḅ
|
|
81
|
+
Becyrillic;Б
|
|
82
|
+
Benarmenian;Բ
|
|
83
|
+
Beta;Β
|
|
84
|
+
Bhook;Ɓ
|
|
85
|
+
Blinebelow;Ḇ
|
|
86
|
+
Bmonospace;B
|
|
87
|
+
Brevesmall;
|
|
88
|
+
Bsmall;
|
|
89
|
+
Btopbar;Ƃ
|
|
90
|
+
C;C
|
|
91
|
+
Caarmenian;Ծ
|
|
92
|
+
Cacute;Ć
|
|
93
|
+
Caron;
|
|
94
|
+
Caronsmall;
|
|
95
|
+
Ccaron;Č
|
|
96
|
+
Ccedilla;Ç
|
|
97
|
+
Ccedillaacute;Ḉ
|
|
98
|
+
Ccedillasmall;
|
|
99
|
+
Ccircle;Ⓒ
|
|
100
|
+
Ccircumflex;Ĉ
|
|
101
|
+
Cdot;Ċ
|
|
102
|
+
Cdotaccent;Ċ
|
|
103
|
+
Cedillasmall;
|
|
104
|
+
Chaarmenian;Չ
|
|
105
|
+
Cheabkhasiancyrillic;Ҽ
|
|
106
|
+
Checyrillic;Ч
|
|
107
|
+
Chedescenderabkhasiancyrillic;Ҿ
|
|
108
|
+
Chedescendercyrillic;Ҷ
|
|
109
|
+
Chedieresiscyrillic;Ӵ
|
|
110
|
+
Cheharmenian;Ճ
|
|
111
|
+
Chekhakassiancyrillic;Ӌ
|
|
112
|
+
Cheverticalstrokecyrillic;Ҹ
|
|
113
|
+
Chi;Χ
|
|
114
|
+
Chook;Ƈ
|
|
115
|
+
Circumflexsmall;
|
|
116
|
+
Cmonospace;C
|
|
117
|
+
Coarmenian;Ց
|
|
118
|
+
Csmall;
|
|
119
|
+
D;D
|
|
120
|
+
DZ;DZ
|
|
121
|
+
DZcaron;DŽ
|
|
122
|
+
Daarmenian;Դ
|
|
123
|
+
Dafrican;Ɖ
|
|
124
|
+
Dcaron;Ď
|
|
125
|
+
Dcedilla;Ḑ
|
|
126
|
+
Dcircle;Ⓓ
|
|
127
|
+
Dcircumflexbelow;Ḓ
|
|
128
|
+
Dcroat;Đ
|
|
129
|
+
Ddotaccent;Ḋ
|
|
130
|
+
Ddotbelow;Ḍ
|
|
131
|
+
Decyrillic;Д
|
|
132
|
+
Deicoptic;Ϯ
|
|
133
|
+
Delta;∆
|
|
134
|
+
Deltagreek;Δ
|
|
135
|
+
Dhook;Ɗ
|
|
136
|
+
Dieresis;
|
|
137
|
+
DieresisAcute;
|
|
138
|
+
DieresisGrave;
|
|
139
|
+
Dieresissmall;
|
|
140
|
+
Digammagreek;Ϝ
|
|
141
|
+
Djecyrillic;Ђ
|
|
142
|
+
Dlinebelow;Ḏ
|
|
143
|
+
Dmonospace;D
|
|
144
|
+
Dotaccentsmall;
|
|
145
|
+
Dslash;Đ
|
|
146
|
+
Dsmall;
|
|
147
|
+
Dtopbar;Ƌ
|
|
148
|
+
Dz;Dz
|
|
149
|
+
Dzcaron;Dž
|
|
150
|
+
Dzeabkhasiancyrillic;Ӡ
|
|
151
|
+
Dzecyrillic;Ѕ
|
|
152
|
+
Dzhecyrillic;Џ
|
|
153
|
+
E;E
|
|
154
|
+
Eacute;É
|
|
155
|
+
Eacutesmall;
|
|
156
|
+
Ebreve;Ĕ
|
|
157
|
+
Ecaron;Ě
|
|
158
|
+
Ecedillabreve;Ḝ
|
|
159
|
+
Echarmenian;Ե
|
|
160
|
+
Ecircle;Ⓔ
|
|
161
|
+
Ecircumflex;Ê
|
|
162
|
+
Ecircumflexacute;Ế
|
|
163
|
+
Ecircumflexbelow;Ḙ
|
|
164
|
+
Ecircumflexdotbelow;Ệ
|
|
165
|
+
Ecircumflexgrave;Ề
|
|
166
|
+
Ecircumflexhookabove;Ể
|
|
167
|
+
Ecircumflexsmall;
|
|
168
|
+
Ecircumflextilde;Ễ
|
|
169
|
+
Ecyrillic;Є
|
|
170
|
+
Edblgrave;Ȅ
|
|
171
|
+
Edieresis;Ë
|
|
172
|
+
Edieresissmall;
|
|
173
|
+
Edot;Ė
|
|
174
|
+
Edotaccent;Ė
|
|
175
|
+
Edotbelow;Ẹ
|
|
176
|
+
Efcyrillic;Ф
|
|
177
|
+
Egrave;È
|
|
178
|
+
Egravesmall;
|
|
179
|
+
Eharmenian;Է
|
|
180
|
+
Ehookabove;Ẻ
|
|
181
|
+
Eightroman;Ⅷ
|
|
182
|
+
Einvertedbreve;Ȇ
|
|
183
|
+
Eiotifiedcyrillic;Ѥ
|
|
184
|
+
Elcyrillic;Л
|
|
185
|
+
Elevenroman;Ⅺ
|
|
186
|
+
Emacron;Ē
|
|
187
|
+
Emacronacute;Ḗ
|
|
188
|
+
Emacrongrave;Ḕ
|
|
189
|
+
Emcyrillic;М
|
|
190
|
+
Emonospace;E
|
|
191
|
+
Encyrillic;Н
|
|
192
|
+
Endescendercyrillic;Ң
|
|
193
|
+
Eng;Ŋ
|
|
194
|
+
Enghecyrillic;Ҥ
|
|
195
|
+
Enhookcyrillic;Ӈ
|
|
196
|
+
Eogonek;Ę
|
|
197
|
+
Eopen;Ɛ
|
|
198
|
+
Epsilon;Ε
|
|
199
|
+
Epsilontonos;Έ
|
|
200
|
+
Ercyrillic;Р
|
|
201
|
+
Ereversed;Ǝ
|
|
202
|
+
Ereversedcyrillic;Э
|
|
203
|
+
Escyrillic;С
|
|
204
|
+
Esdescendercyrillic;Ҫ
|
|
205
|
+
Esh;Ʃ
|
|
206
|
+
Esmall;
|
|
207
|
+
Eta;Η
|
|
208
|
+
Etarmenian;Ը
|
|
209
|
+
Etatonos;Ή
|
|
210
|
+
Eth;Ð
|
|
211
|
+
Ethsmall;
|
|
212
|
+
Etilde;Ẽ
|
|
213
|
+
Etildebelow;Ḛ
|
|
214
|
+
Euro;€
|
|
215
|
+
Ezh;Ʒ
|
|
216
|
+
Ezhcaron;Ǯ
|
|
217
|
+
Ezhreversed;Ƹ
|
|
218
|
+
F;F
|
|
219
|
+
Fcircle;Ⓕ
|
|
220
|
+
Fdotaccent;Ḟ
|
|
221
|
+
Feharmenian;Ֆ
|
|
222
|
+
Feicoptic;Ϥ
|
|
223
|
+
Fhook;Ƒ
|
|
224
|
+
Fitacyrillic;Ѳ
|
|
225
|
+
Fiveroman;Ⅴ
|
|
226
|
+
Fmonospace;F
|
|
227
|
+
Fourroman;Ⅳ
|
|
228
|
+
Fsmall;
|
|
229
|
+
G;G
|
|
230
|
+
GBsquare;㎇
|
|
231
|
+
Gacute;Ǵ
|
|
232
|
+
Gamma;Γ
|
|
233
|
+
Gammaafrican;Ɣ
|
|
234
|
+
Gangiacoptic;Ϫ
|
|
235
|
+
Gbreve;Ğ
|
|
236
|
+
Gcaron;Ǧ
|
|
237
|
+
Gcedilla;Ģ
|
|
238
|
+
Gcircle;Ⓖ
|
|
239
|
+
Gcircumflex;Ĝ
|
|
240
|
+
Gcommaaccent;Ģ
|
|
241
|
+
Gdot;Ġ
|
|
242
|
+
Gdotaccent;Ġ
|
|
243
|
+
Gecyrillic;Г
|
|
244
|
+
Ghadarmenian;Ղ
|
|
245
|
+
Ghemiddlehookcyrillic;Ҕ
|
|
246
|
+
Ghestrokecyrillic;Ғ
|
|
247
|
+
Gheupturncyrillic;Ґ
|
|
248
|
+
Ghook;Ɠ
|
|
249
|
+
Gimarmenian;Գ
|
|
250
|
+
Gjecyrillic;Ѓ
|
|
251
|
+
Gmacron;Ḡ
|
|
252
|
+
Gmonospace;G
|
|
253
|
+
Grave;
|
|
254
|
+
Gravesmall;
|
|
255
|
+
Gsmall;
|
|
256
|
+
Gsmallhook;ʛ
|
|
257
|
+
Gstroke;Ǥ
|
|
258
|
+
H;H
|
|
259
|
+
H18533;●
|
|
260
|
+
H18543;▪
|
|
261
|
+
H18551;▫
|
|
262
|
+
H22073;□
|
|
263
|
+
HPsquare;㏋
|
|
264
|
+
Haabkhasiancyrillic;Ҩ
|
|
265
|
+
Hadescendercyrillic;Ҳ
|
|
266
|
+
Hardsigncyrillic;Ъ
|
|
267
|
+
Hbar;Ħ
|
|
268
|
+
Hbrevebelow;Ḫ
|
|
269
|
+
Hcedilla;Ḩ
|
|
270
|
+
Hcircle;Ⓗ
|
|
271
|
+
Hcircumflex;Ĥ
|
|
272
|
+
Hdieresis;Ḧ
|
|
273
|
+
Hdotaccent;Ḣ
|
|
274
|
+
Hdotbelow;Ḥ
|
|
275
|
+
Hmonospace;H
|
|
276
|
+
Hoarmenian;Հ
|
|
277
|
+
Horicoptic;Ϩ
|
|
278
|
+
Hsmall;
|
|
279
|
+
Hungarumlaut;
|
|
280
|
+
Hungarumlautsmall;
|
|
281
|
+
Hzsquare;㎐
|
|
282
|
+
I;I
|
|
283
|
+
IAcyrillic;Я
|
|
284
|
+
IJ;IJ
|
|
285
|
+
IUcyrillic;Ю
|
|
286
|
+
Iacute;Í
|
|
287
|
+
Iacutesmall;
|
|
288
|
+
Ibreve;Ĭ
|
|
289
|
+
Icaron;Ǐ
|
|
290
|
+
Icircle;Ⓘ
|
|
291
|
+
Icircumflex;Î
|
|
292
|
+
Icircumflexsmall;
|
|
293
|
+
Icyrillic;І
|
|
294
|
+
Idblgrave;Ȉ
|
|
295
|
+
Idieresis;Ï
|
|
296
|
+
Idieresisacute;Ḯ
|
|
297
|
+
Idieresiscyrillic;Ӥ
|
|
298
|
+
Idieresissmall;
|
|
299
|
+
Idot;İ
|
|
300
|
+
Idotaccent;İ
|
|
301
|
+
Idotbelow;Ị
|
|
302
|
+
Iebrevecyrillic;Ӗ
|
|
303
|
+
Iecyrillic;Е
|
|
304
|
+
Ifraktur;ℑ
|
|
305
|
+
Igrave;Ì
|
|
306
|
+
Igravesmall;
|
|
307
|
+
Ihookabove;Ỉ
|
|
308
|
+
Iicyrillic;И
|
|
309
|
+
Iinvertedbreve;Ȋ
|
|
310
|
+
Iishortcyrillic;Й
|
|
311
|
+
Imacron;Ī
|
|
312
|
+
Imacroncyrillic;Ӣ
|
|
313
|
+
Imonospace;I
|
|
314
|
+
Iniarmenian;Ի
|
|
315
|
+
Iocyrillic;Ё
|
|
316
|
+
Iogonek;Į
|
|
317
|
+
Iota;Ι
|
|
318
|
+
Iotaafrican;Ɩ
|
|
319
|
+
Iotadieresis;Ϊ
|
|
320
|
+
Iotatonos;Ί
|
|
321
|
+
Ismall;
|
|
322
|
+
Istroke;Ɨ
|
|
323
|
+
Itilde;Ĩ
|
|
324
|
+
Itildebelow;Ḭ
|
|
325
|
+
Izhitsacyrillic;Ѵ
|
|
326
|
+
Izhitsadblgravecyrillic;Ѷ
|
|
327
|
+
J;J
|
|
328
|
+
Jaarmenian;Ձ
|
|
329
|
+
Jcircle;Ⓙ
|
|
330
|
+
Jcircumflex;Ĵ
|
|
331
|
+
Jecyrillic;Ј
|
|
332
|
+
Jheharmenian;Ջ
|
|
333
|
+
Jmonospace;J
|
|
334
|
+
Jsmall;
|
|
335
|
+
K;K
|
|
336
|
+
KBsquare;㎅
|
|
337
|
+
KKsquare;㏍
|
|
338
|
+
Kabashkircyrillic;Ҡ
|
|
339
|
+
Kacute;Ḱ
|
|
340
|
+
Kacyrillic;К
|
|
341
|
+
Kadescendercyrillic;Қ
|
|
342
|
+
Kahookcyrillic;Ӄ
|
|
343
|
+
Kappa;Κ
|
|
344
|
+
Kastrokecyrillic;Ҟ
|
|
345
|
+
Kaverticalstrokecyrillic;Ҝ
|
|
346
|
+
Kcaron;Ǩ
|
|
347
|
+
Kcedilla;Ķ
|
|
348
|
+
Kcircle;Ⓚ
|
|
349
|
+
Kcommaaccent;Ķ
|
|
350
|
+
Kdotbelow;Ḳ
|
|
351
|
+
Keharmenian;Ք
|
|
352
|
+
Kenarmenian;Կ
|
|
353
|
+
Khacyrillic;Х
|
|
354
|
+
Kheicoptic;Ϧ
|
|
355
|
+
Khook;Ƙ
|
|
356
|
+
Kjecyrillic;Ќ
|
|
357
|
+
Klinebelow;Ḵ
|
|
358
|
+
Kmonospace;K
|
|
359
|
+
Koppacyrillic;Ҁ
|
|
360
|
+
Koppagreek;Ϟ
|
|
361
|
+
Ksicyrillic;Ѯ
|
|
362
|
+
Ksmall;
|
|
363
|
+
L;L
|
|
364
|
+
LJ;LJ
|
|
365
|
+
LL;
|
|
366
|
+
Lacute;Ĺ
|
|
367
|
+
Lambda;Λ
|
|
368
|
+
Lcaron;Ľ
|
|
369
|
+
Lcedilla;Ļ
|
|
370
|
+
Lcircle;Ⓛ
|
|
371
|
+
Lcircumflexbelow;Ḽ
|
|
372
|
+
Lcommaaccent;Ļ
|
|
373
|
+
Ldot;Ŀ
|
|
374
|
+
Ldotaccent;Ŀ
|
|
375
|
+
Ldotbelow;Ḷ
|
|
376
|
+
Ldotbelowmacron;Ḹ
|
|
377
|
+
Liwnarmenian;Լ
|
|
378
|
+
Lj;Lj
|
|
379
|
+
Ljecyrillic;Љ
|
|
380
|
+
Llinebelow;Ḻ
|
|
381
|
+
Lmonospace;L
|
|
382
|
+
Lslash;Ł
|
|
383
|
+
Lslashsmall;
|
|
384
|
+
Lsmall;
|
|
385
|
+
M;M
|
|
386
|
+
MBsquare;㎆
|
|
387
|
+
Macron;
|
|
388
|
+
Macronsmall;
|
|
389
|
+
Macute;Ḿ
|
|
390
|
+
Mcircle;Ⓜ
|
|
391
|
+
Mdotaccent;Ṁ
|
|
392
|
+
Mdotbelow;Ṃ
|
|
393
|
+
Menarmenian;Մ
|
|
394
|
+
Mmonospace;M
|
|
395
|
+
Msmall;
|
|
396
|
+
Mturned;Ɯ
|
|
397
|
+
Mu;Μ
|
|
398
|
+
N;N
|
|
399
|
+
NJ;NJ
|
|
400
|
+
Nacute;Ń
|
|
401
|
+
Ncaron;Ň
|
|
402
|
+
Ncedilla;Ņ
|
|
403
|
+
Ncircle;Ⓝ
|
|
404
|
+
Ncircumflexbelow;Ṋ
|
|
405
|
+
Ncommaaccent;Ņ
|
|
406
|
+
Ndotaccent;Ṅ
|
|
407
|
+
Ndotbelow;Ṇ
|
|
408
|
+
Nhookleft;Ɲ
|
|
409
|
+
Nineroman;Ⅸ
|
|
410
|
+
Nj;Nj
|
|
411
|
+
Njecyrillic;Њ
|
|
412
|
+
Nlinebelow;Ṉ
|
|
413
|
+
Nmonospace;N
|
|
414
|
+
Nowarmenian;Ն
|
|
415
|
+
Nsmall;
|
|
416
|
+
Ntilde;Ñ
|
|
417
|
+
Ntildesmall;
|
|
418
|
+
Nu;Ν
|
|
419
|
+
O;O
|
|
420
|
+
OE;Œ
|
|
421
|
+
OEsmall;
|
|
422
|
+
Oacute;Ó
|
|
423
|
+
Oacutesmall;
|
|
424
|
+
Obarredcyrillic;Ө
|
|
425
|
+
Obarreddieresiscyrillic;Ӫ
|
|
426
|
+
Obreve;Ŏ
|
|
427
|
+
Ocaron;Ǒ
|
|
428
|
+
Ocenteredtilde;Ɵ
|
|
429
|
+
Ocircle;Ⓞ
|
|
430
|
+
Ocircumflex;Ô
|
|
431
|
+
Ocircumflexacute;Ố
|
|
432
|
+
Ocircumflexdotbelow;Ộ
|
|
433
|
+
Ocircumflexgrave;Ồ
|
|
434
|
+
Ocircumflexhookabove;Ổ
|
|
435
|
+
Ocircumflexsmall;
|
|
436
|
+
Ocircumflextilde;Ỗ
|
|
437
|
+
Ocyrillic;О
|
|
438
|
+
Odblacute;Ő
|
|
439
|
+
Odblgrave;Ȍ
|
|
440
|
+
Odieresis;Ö
|
|
441
|
+
Odieresiscyrillic;Ӧ
|
|
442
|
+
Odieresissmall;
|
|
443
|
+
Odotbelow;Ọ
|
|
444
|
+
Ogoneksmall;
|
|
445
|
+
Ograve;Ò
|
|
446
|
+
Ogravesmall;
|
|
447
|
+
Oharmenian;Օ
|
|
448
|
+
Ohm;Ω
|
|
449
|
+
Ohookabove;Ỏ
|
|
450
|
+
Ohorn;Ơ
|
|
451
|
+
Ohornacute;Ớ
|
|
452
|
+
Ohorndotbelow;Ợ
|
|
453
|
+
Ohorngrave;Ờ
|
|
454
|
+
Ohornhookabove;Ở
|
|
455
|
+
Ohorntilde;Ỡ
|
|
456
|
+
Ohungarumlaut;Ő
|
|
457
|
+
Oi;Ƣ
|
|
458
|
+
Oinvertedbreve;Ȏ
|
|
459
|
+
Omacron;Ō
|
|
460
|
+
Omacronacute;Ṓ
|
|
461
|
+
Omacrongrave;Ṑ
|
|
462
|
+
Omega;Ω
|
|
463
|
+
Omegacyrillic;Ѡ
|
|
464
|
+
Omegagreek;Ω
|
|
465
|
+
Omegaroundcyrillic;Ѻ
|
|
466
|
+
Omegatitlocyrillic;Ѽ
|
|
467
|
+
Omegatonos;Ώ
|
|
468
|
+
Omicron;Ο
|
|
469
|
+
Omicrontonos;Ό
|
|
470
|
+
Omonospace;O
|
|
471
|
+
Oneroman;Ⅰ
|
|
472
|
+
Oogonek;Ǫ
|
|
473
|
+
Oogonekmacron;Ǭ
|
|
474
|
+
Oopen;Ɔ
|
|
475
|
+
Oslash;Ø
|
|
476
|
+
Oslashacute;Ǿ
|
|
477
|
+
Oslashsmall;
|
|
478
|
+
Osmall;
|
|
479
|
+
Ostrokeacute;Ǿ
|
|
480
|
+
Otcyrillic;Ѿ
|
|
481
|
+
Otilde;Õ
|
|
482
|
+
Otildeacute;Ṍ
|
|
483
|
+
Otildedieresis;Ṏ
|
|
484
|
+
Otildesmall;
|
|
485
|
+
P;P
|
|
486
|
+
Pacute;Ṕ
|
|
487
|
+
Pcircle;Ⓟ
|
|
488
|
+
Pdotaccent;Ṗ
|
|
489
|
+
Pecyrillic;П
|
|
490
|
+
Peharmenian;Պ
|
|
491
|
+
Pemiddlehookcyrillic;Ҧ
|
|
492
|
+
Phi;Φ
|
|
493
|
+
Phook;Ƥ
|
|
494
|
+
Pi;Π
|
|
495
|
+
Piwrarmenian;Փ
|
|
496
|
+
Pmonospace;P
|
|
497
|
+
Psi;Ψ
|
|
498
|
+
Psicyrillic;Ѱ
|
|
499
|
+
Psmall;
|
|
500
|
+
Q;Q
|
|
501
|
+
Qcircle;Ⓠ
|
|
502
|
+
Qmonospace;Q
|
|
503
|
+
Qsmall;
|
|
504
|
+
R;R
|
|
505
|
+
Raarmenian;Ռ
|
|
506
|
+
Racute;Ŕ
|
|
507
|
+
Rcaron;Ř
|
|
508
|
+
Rcedilla;Ŗ
|
|
509
|
+
Rcircle;Ⓡ
|
|
510
|
+
Rcommaaccent;Ŗ
|
|
511
|
+
Rdblgrave;Ȑ
|
|
512
|
+
Rdotaccent;Ṙ
|
|
513
|
+
Rdotbelow;Ṛ
|
|
514
|
+
Rdotbelowmacron;Ṝ
|
|
515
|
+
Reharmenian;Ր
|
|
516
|
+
Rfraktur;ℜ
|
|
517
|
+
Rho;Ρ
|
|
518
|
+
Ringsmall;
|
|
519
|
+
Rinvertedbreve;Ȓ
|
|
520
|
+
Rlinebelow;Ṟ
|
|
521
|
+
Rmonospace;R
|
|
522
|
+
Rsmall;
|
|
523
|
+
Rsmallinverted;ʁ
|
|
524
|
+
Rsmallinvertedsuperior;ʶ
|
|
525
|
+
S;S
|
|
526
|
+
SF010000;┌
|
|
527
|
+
SF020000;└
|
|
528
|
+
SF030000;┐
|
|
529
|
+
SF040000;┘
|
|
530
|
+
SF050000;┼
|
|
531
|
+
SF060000;┬
|
|
532
|
+
SF070000;┴
|
|
533
|
+
SF080000;├
|
|
534
|
+
SF090000;┤
|
|
535
|
+
SF100000;─
|
|
536
|
+
SF110000;│
|
|
537
|
+
SF190000;╡
|
|
538
|
+
SF200000;╢
|
|
539
|
+
SF210000;╖
|
|
540
|
+
SF220000;╕
|
|
541
|
+
SF230000;╣
|
|
542
|
+
SF240000;║
|
|
543
|
+
SF250000;╗
|
|
544
|
+
SF260000;╝
|
|
545
|
+
SF270000;╜
|
|
546
|
+
SF280000;╛
|
|
547
|
+
SF360000;╞
|
|
548
|
+
SF370000;╟
|
|
549
|
+
SF380000;╚
|
|
550
|
+
SF390000;╔
|
|
551
|
+
SF400000;╩
|
|
552
|
+
SF410000;╦
|
|
553
|
+
SF420000;╠
|
|
554
|
+
SF430000;═
|
|
555
|
+
SF440000;╬
|
|
556
|
+
SF450000;╧
|
|
557
|
+
SF460000;╨
|
|
558
|
+
SF470000;╤
|
|
559
|
+
SF480000;╥
|
|
560
|
+
SF490000;╙
|
|
561
|
+
SF500000;╘
|
|
562
|
+
SF510000;╒
|
|
563
|
+
SF520000;╓
|
|
564
|
+
SF530000;╫
|
|
565
|
+
SF540000;╪
|
|
566
|
+
Sacute;Ś
|
|
567
|
+
Sacutedotaccent;Ṥ
|
|
568
|
+
Sampigreek;Ϡ
|
|
569
|
+
Scaron;Š
|
|
570
|
+
Scarondotaccent;Ṧ
|
|
571
|
+
Scaronsmall;
|
|
572
|
+
Scedilla;Ş
|
|
573
|
+
Schwa;Ə
|
|
574
|
+
Schwacyrillic;Ә
|
|
575
|
+
Schwadieresiscyrillic;Ӛ
|
|
576
|
+
Scircle;Ⓢ
|
|
577
|
+
Scircumflex;Ŝ
|
|
578
|
+
Scommaaccent;Ș
|
|
579
|
+
Sdotaccent;Ṡ
|
|
580
|
+
Sdotbelow;Ṣ
|
|
581
|
+
Sdotbelowdotaccent;Ṩ
|
|
582
|
+
Seharmenian;Ս
|
|
583
|
+
Sevenroman;Ⅶ
|
|
584
|
+
Shaarmenian;Շ
|
|
585
|
+
Shacyrillic;Ш
|
|
586
|
+
Shchacyrillic;Щ
|
|
587
|
+
Sheicoptic;Ϣ
|
|
588
|
+
Shhacyrillic;Һ
|
|
589
|
+
Shimacoptic;Ϭ
|
|
590
|
+
Sigma;Σ
|
|
591
|
+
Sixroman;Ⅵ
|
|
592
|
+
Smonospace;S
|
|
593
|
+
Softsigncyrillic;Ь
|
|
594
|
+
Ssmall;
|
|
595
|
+
Stigmagreek;Ϛ
|
|
596
|
+
T;T
|
|
597
|
+
Tau;Τ
|
|
598
|
+
Tbar;Ŧ
|
|
599
|
+
Tcaron;Ť
|
|
600
|
+
Tcedilla;Ţ
|
|
601
|
+
Tcircle;Ⓣ
|
|
602
|
+
Tcircumflexbelow;Ṱ
|
|
603
|
+
Tcommaaccent;Ţ
|
|
604
|
+
Tdotaccent;Ṫ
|
|
605
|
+
Tdotbelow;Ṭ
|
|
606
|
+
Tecyrillic;Т
|
|
607
|
+
Tedescendercyrillic;Ҭ
|
|
608
|
+
Tenroman;Ⅹ
|
|
609
|
+
Tetsecyrillic;Ҵ
|
|
610
|
+
Theta;Θ
|
|
611
|
+
Thook;Ƭ
|
|
612
|
+
Thorn;Þ
|
|
613
|
+
Thornsmall;
|
|
614
|
+
Threeroman;Ⅲ
|
|
615
|
+
Tildesmall;
|
|
616
|
+
Tiwnarmenian;Տ
|
|
617
|
+
Tlinebelow;Ṯ
|
|
618
|
+
Tmonospace;T
|
|
619
|
+
Toarmenian;Թ
|
|
620
|
+
Tonefive;Ƽ
|
|
621
|
+
Tonesix;Ƅ
|
|
622
|
+
Tonetwo;Ƨ
|
|
623
|
+
Tretroflexhook;Ʈ
|
|
624
|
+
Tsecyrillic;Ц
|
|
625
|
+
Tshecyrillic;Ћ
|
|
626
|
+
Tsmall;
|
|
627
|
+
Twelveroman;Ⅻ
|
|
628
|
+
Tworoman;Ⅱ
|
|
629
|
+
U;U
|
|
630
|
+
Uacute;Ú
|
|
631
|
+
Uacutesmall;
|
|
632
|
+
Ubreve;Ŭ
|
|
633
|
+
Ucaron;Ǔ
|
|
634
|
+
Ucircle;Ⓤ
|
|
635
|
+
Ucircumflex;Û
|
|
636
|
+
Ucircumflexbelow;Ṷ
|
|
637
|
+
Ucircumflexsmall;
|
|
638
|
+
Ucyrillic;У
|
|
639
|
+
Udblacute;Ű
|
|
640
|
+
Udblgrave;Ȕ
|
|
641
|
+
Udieresis;Ü
|
|
642
|
+
Udieresisacute;Ǘ
|
|
643
|
+
Udieresisbelow;Ṳ
|
|
644
|
+
Udieresiscaron;Ǚ
|
|
645
|
+
Udieresiscyrillic;Ӱ
|
|
646
|
+
Udieresisgrave;Ǜ
|
|
647
|
+
Udieresismacron;Ǖ
|
|
648
|
+
Udieresissmall;
|
|
649
|
+
Udotbelow;Ụ
|
|
650
|
+
Ugrave;Ù
|
|
651
|
+
Ugravesmall;
|
|
652
|
+
Uhookabove;Ủ
|
|
653
|
+
Uhorn;Ư
|
|
654
|
+
Uhornacute;Ứ
|
|
655
|
+
Uhorndotbelow;Ự
|
|
656
|
+
Uhorngrave;Ừ
|
|
657
|
+
Uhornhookabove;Ử
|
|
658
|
+
Uhorntilde;Ữ
|
|
659
|
+
Uhungarumlaut;Ű
|
|
660
|
+
Uhungarumlautcyrillic;Ӳ
|
|
661
|
+
Uinvertedbreve;Ȗ
|
|
662
|
+
Ukcyrillic;Ѹ
|
|
663
|
+
Umacron;Ū
|
|
664
|
+
Umacroncyrillic;Ӯ
|
|
665
|
+
Umacrondieresis;Ṻ
|
|
666
|
+
Umonospace;U
|
|
667
|
+
Uogonek;Ų
|
|
668
|
+
Upsilon;Υ
|
|
669
|
+
Upsilon1;ϒ
|
|
670
|
+
Upsilonacutehooksymbolgreek;ϓ
|
|
671
|
+
Upsilonafrican;Ʊ
|
|
672
|
+
Upsilondieresis;Ϋ
|
|
673
|
+
Upsilondieresishooksymbolgreek;ϔ
|
|
674
|
+
Upsilonhooksymbol;ϒ
|
|
675
|
+
Upsilontonos;Ύ
|
|
676
|
+
Uring;Ů
|
|
677
|
+
Ushortcyrillic;Ў
|
|
678
|
+
Usmall;
|
|
679
|
+
Ustraightcyrillic;Ү
|
|
680
|
+
Ustraightstrokecyrillic;Ұ
|
|
681
|
+
Utilde;Ũ
|
|
682
|
+
Utildeacute;Ṹ
|
|
683
|
+
Utildebelow;Ṵ
|
|
684
|
+
V;V
|
|
685
|
+
Vcircle;Ⓥ
|
|
686
|
+
Vdotbelow;Ṿ
|
|
687
|
+
Vecyrillic;В
|
|
688
|
+
Vewarmenian;Վ
|
|
689
|
+
Vhook;Ʋ
|
|
690
|
+
Vmonospace;V
|
|
691
|
+
Voarmenian;Ո
|
|
692
|
+
Vsmall;
|
|
693
|
+
Vtilde;Ṽ
|
|
694
|
+
W;W
|
|
695
|
+
Wacute;Ẃ
|
|
696
|
+
Wcircle;Ⓦ
|
|
697
|
+
Wcircumflex;Ŵ
|
|
698
|
+
Wdieresis;Ẅ
|
|
699
|
+
Wdotaccent;Ẇ
|
|
700
|
+
Wdotbelow;Ẉ
|
|
701
|
+
Wgrave;Ẁ
|
|
702
|
+
Wmonospace;W
|
|
703
|
+
Wsmall;
|
|
704
|
+
X;X
|
|
705
|
+
Xcircle;Ⓧ
|
|
706
|
+
Xdieresis;Ẍ
|
|
707
|
+
Xdotaccent;Ẋ
|
|
708
|
+
Xeharmenian;Խ
|
|
709
|
+
Xi;Ξ
|
|
710
|
+
Xmonospace;X
|
|
711
|
+
Xsmall;
|
|
712
|
+
Y;Y
|
|
713
|
+
Yacute;Ý
|
|
714
|
+
Yacutesmall;
|
|
715
|
+
Yatcyrillic;Ѣ
|
|
716
|
+
Ycircle;Ⓨ
|
|
717
|
+
Ycircumflex;Ŷ
|
|
718
|
+
Ydieresis;Ÿ
|
|
719
|
+
Ydieresissmall;
|
|
720
|
+
Ydotaccent;Ẏ
|
|
721
|
+
Ydotbelow;Ỵ
|
|
722
|
+
Yericyrillic;Ы
|
|
723
|
+
Yerudieresiscyrillic;Ӹ
|
|
724
|
+
Ygrave;Ỳ
|
|
725
|
+
Yhook;Ƴ
|
|
726
|
+
Yhookabove;Ỷ
|
|
727
|
+
Yiarmenian;Յ
|
|
728
|
+
Yicyrillic;Ї
|
|
729
|
+
Yiwnarmenian;Ւ
|
|
730
|
+
Ymonospace;Y
|
|
731
|
+
Ysmall;
|
|
732
|
+
Ytilde;Ỹ
|
|
733
|
+
Yusbigcyrillic;Ѫ
|
|
734
|
+
Yusbigiotifiedcyrillic;Ѭ
|
|
735
|
+
Yuslittlecyrillic;Ѧ
|
|
736
|
+
Yuslittleiotifiedcyrillic;Ѩ
|
|
737
|
+
Z;Z
|
|
738
|
+
Zaarmenian;Զ
|
|
739
|
+
Zacute;Ź
|
|
740
|
+
Zcaron;Ž
|
|
741
|
+
Zcaronsmall;
|
|
742
|
+
Zcircle;Ⓩ
|
|
743
|
+
Zcircumflex;Ẑ
|
|
744
|
+
Zdot;Ż
|
|
745
|
+
Zdotaccent;Ż
|
|
746
|
+
Zdotbelow;Ẓ
|
|
747
|
+
Zecyrillic;З
|
|
748
|
+
Zedescendercyrillic;Ҙ
|
|
749
|
+
Zedieresiscyrillic;Ӟ
|
|
750
|
+
Zeta;Ζ
|
|
751
|
+
Zhearmenian;Ժ
|
|
752
|
+
Zhebrevecyrillic;Ӂ
|
|
753
|
+
Zhecyrillic;Ж
|
|
754
|
+
Zhedescendercyrillic;Җ
|
|
755
|
+
Zhedieresiscyrillic;Ӝ
|
|
756
|
+
Zlinebelow;Ẕ
|
|
757
|
+
Zmonospace;Z
|
|
758
|
+
Zsmall;
|
|
759
|
+
Zstroke;Ƶ
|
|
760
|
+
a;a
|
|
761
|
+
aabengali;আ
|
|
762
|
+
aacute;á
|
|
763
|
+
aadeva;आ
|
|
764
|
+
aagujarati;આ
|
|
765
|
+
aagurmukhi;ਆ
|
|
766
|
+
aamatragurmukhi;ਾ
|
|
767
|
+
aarusquare;㌃
|
|
768
|
+
aavowelsignbengali;া
|
|
769
|
+
aavowelsigndeva;ा
|
|
770
|
+
aavowelsigngujarati;ા
|
|
771
|
+
abbreviationmarkarmenian;՟
|
|
772
|
+
abbreviationsigndeva;॰
|
|
773
|
+
abengali;অ
|
|
774
|
+
abopomofo;ㄚ
|
|
775
|
+
abreve;ă
|
|
776
|
+
abreveacute;ắ
|
|
777
|
+
abrevecyrillic;ӑ
|
|
778
|
+
abrevedotbelow;ặ
|
|
779
|
+
abrevegrave;ằ
|
|
780
|
+
abrevehookabove;ẳ
|
|
781
|
+
abrevetilde;ẵ
|
|
782
|
+
acaron;ǎ
|
|
783
|
+
acircle;ⓐ
|
|
784
|
+
acircumflex;â
|
|
785
|
+
acircumflexacute;ấ
|
|
786
|
+
acircumflexdotbelow;ậ
|
|
787
|
+
acircumflexgrave;ầ
|
|
788
|
+
acircumflexhookabove;ẩ
|
|
789
|
+
acircumflextilde;ẫ
|
|
790
|
+
acute;´
|
|
791
|
+
acutebelowcmb;̗
|
|
792
|
+
acutecmb;́
|
|
793
|
+
acutecomb;́
|
|
794
|
+
acutedeva;॔
|
|
795
|
+
acutelowmod;ˏ
|
|
796
|
+
acutetonecmb;́
|
|
797
|
+
acyrillic;а
|
|
798
|
+
adblgrave;ȁ
|
|
799
|
+
addakgurmukhi;ੱ
|
|
800
|
+
adeva;अ
|
|
801
|
+
adieresis;ä
|
|
802
|
+
adieresiscyrillic;ӓ
|
|
803
|
+
adieresismacron;ǟ
|
|
804
|
+
adotbelow;ạ
|
|
805
|
+
adotmacron;ǡ
|
|
806
|
+
ae;æ
|
|
807
|
+
aeacute;ǽ
|
|
808
|
+
aekorean;ㅐ
|
|
809
|
+
aemacron;ǣ
|
|
810
|
+
afii00208;―
|
|
811
|
+
afii08941;₤
|
|
812
|
+
afii10017;А
|
|
813
|
+
afii10018;Б
|
|
814
|
+
afii10019;В
|
|
815
|
+
afii10020;Г
|
|
816
|
+
afii10021;Д
|
|
817
|
+
afii10022;Е
|
|
818
|
+
afii10023;Ё
|
|
819
|
+
afii10024;Ж
|
|
820
|
+
afii10025;З
|
|
821
|
+
afii10026;И
|
|
822
|
+
afii10027;Й
|
|
823
|
+
afii10028;К
|
|
824
|
+
afii10029;Л
|
|
825
|
+
afii10030;М
|
|
826
|
+
afii10031;Н
|
|
827
|
+
afii10032;О
|
|
828
|
+
afii10033;П
|
|
829
|
+
afii10034;Р
|
|
830
|
+
afii10035;С
|
|
831
|
+
afii10036;Т
|
|
832
|
+
afii10037;У
|
|
833
|
+
afii10038;Ф
|
|
834
|
+
afii10039;Х
|
|
835
|
+
afii10040;Ц
|
|
836
|
+
afii10041;Ч
|
|
837
|
+
afii10042;Ш
|
|
838
|
+
afii10043;Щ
|
|
839
|
+
afii10044;Ъ
|
|
840
|
+
afii10045;Ы
|
|
841
|
+
afii10046;Ь
|
|
842
|
+
afii10047;Э
|
|
843
|
+
afii10048;Ю
|
|
844
|
+
afii10049;Я
|
|
845
|
+
afii10050;Ґ
|
|
846
|
+
afii10051;Ђ
|
|
847
|
+
afii10052;Ѓ
|
|
848
|
+
afii10053;Є
|
|
849
|
+
afii10054;Ѕ
|
|
850
|
+
afii10055;І
|
|
851
|
+
afii10056;Ї
|
|
852
|
+
afii10057;Ј
|
|
853
|
+
afii10058;Љ
|
|
854
|
+
afii10059;Њ
|
|
855
|
+
afii10060;Ћ
|
|
856
|
+
afii10061;Ќ
|
|
857
|
+
afii10062;Ў
|
|
858
|
+
afii10063;
|
|
859
|
+
afii10064;
|
|
860
|
+
afii10065;а
|
|
861
|
+
afii10066;б
|
|
862
|
+
afii10067;в
|
|
863
|
+
afii10068;г
|
|
864
|
+
afii10069;д
|
|
865
|
+
afii10070;е
|
|
866
|
+
afii10071;ё
|
|
867
|
+
afii10072;ж
|
|
868
|
+
afii10073;з
|
|
869
|
+
afii10074;и
|
|
870
|
+
afii10075;й
|
|
871
|
+
afii10076;к
|
|
872
|
+
afii10077;л
|
|
873
|
+
afii10078;м
|
|
874
|
+
afii10079;н
|
|
875
|
+
afii10080;о
|
|
876
|
+
afii10081;п
|
|
877
|
+
afii10082;р
|
|
878
|
+
afii10083;с
|
|
879
|
+
afii10084;т
|
|
880
|
+
afii10085;у
|
|
881
|
+
afii10086;ф
|
|
882
|
+
afii10087;х
|
|
883
|
+
afii10088;ц
|
|
884
|
+
afii10089;ч
|
|
885
|
+
afii10090;ш
|
|
886
|
+
afii10091;щ
|
|
887
|
+
afii10092;ъ
|
|
888
|
+
afii10093;ы
|
|
889
|
+
afii10094;ь
|
|
890
|
+
afii10095;э
|
|
891
|
+
afii10096;ю
|
|
892
|
+
afii10097;я
|
|
893
|
+
afii10098;ґ
|
|
894
|
+
afii10099;ђ
|
|
895
|
+
afii10100;ѓ
|
|
896
|
+
afii10101;є
|
|
897
|
+
afii10102;ѕ
|
|
898
|
+
afii10103;і
|
|
899
|
+
afii10104;ї
|
|
900
|
+
afii10105;ј
|
|
901
|
+
afii10106;љ
|
|
902
|
+
afii10107;њ
|
|
903
|
+
afii10108;ћ
|
|
904
|
+
afii10109;ќ
|
|
905
|
+
afii10110;ў
|
|
906
|
+
afii10145;Џ
|
|
907
|
+
afii10146;Ѣ
|
|
908
|
+
afii10147;Ѳ
|
|
909
|
+
afii10148;Ѵ
|
|
910
|
+
afii10192;
|
|
911
|
+
afii10193;џ
|
|
912
|
+
afii10194;ѣ
|
|
913
|
+
afii10195;ѳ
|
|
914
|
+
afii10196;ѵ
|
|
915
|
+
afii10831;
|
|
916
|
+
afii10832;
|
|
917
|
+
afii10846;ә
|
|
918
|
+
afii299;
|
|
919
|
+
afii300;
|
|
920
|
+
afii301;
|
|
921
|
+
afii57381;٪
|
|
922
|
+
afii57388;،
|
|
923
|
+
afii57392;٠
|
|
924
|
+
afii57393;١
|
|
925
|
+
afii57394;٢
|
|
926
|
+
afii57395;٣
|
|
927
|
+
afii57396;٤
|
|
928
|
+
afii57397;٥
|
|
929
|
+
afii57398;٦
|
|
930
|
+
afii57399;٧
|
|
931
|
+
afii57400;٨
|
|
932
|
+
afii57401;٩
|
|
933
|
+
afii57403;؛
|
|
934
|
+
afii57407;؟
|
|
935
|
+
afii57409;ء
|
|
936
|
+
afii57410;آ
|
|
937
|
+
afii57411;أ
|
|
938
|
+
afii57412;ؤ
|
|
939
|
+
afii57413;إ
|
|
940
|
+
afii57414;ئ
|
|
941
|
+
afii57415;ا
|
|
942
|
+
afii57416;ب
|
|
943
|
+
afii57417;ة
|
|
944
|
+
afii57418;ت
|
|
945
|
+
afii57419;ث
|
|
946
|
+
afii57420;ج
|
|
947
|
+
afii57421;ح
|
|
948
|
+
afii57422;خ
|
|
949
|
+
afii57423;د
|
|
950
|
+
afii57424;ذ
|
|
951
|
+
afii57425;ر
|
|
952
|
+
afii57426;ز
|
|
953
|
+
afii57427;س
|
|
954
|
+
afii57428;ش
|
|
955
|
+
afii57429;ص
|
|
956
|
+
afii57430;ض
|
|
957
|
+
afii57431;ط
|
|
958
|
+
afii57432;ظ
|
|
959
|
+
afii57433;ع
|
|
960
|
+
afii57434;غ
|
|
961
|
+
afii57440;ـ
|
|
962
|
+
afii57441;ف
|
|
963
|
+
afii57442;ق
|
|
964
|
+
afii57443;ك
|
|
965
|
+
afii57444;ل
|
|
966
|
+
afii57445;م
|
|
967
|
+
afii57446;ن
|
|
968
|
+
afii57448;و
|
|
969
|
+
afii57449;ى
|
|
970
|
+
afii57450;ي
|
|
971
|
+
afii57451;ً
|
|
972
|
+
afii57452;ٌ
|
|
973
|
+
afii57453;ٍ
|
|
974
|
+
afii57454;َ
|
|
975
|
+
afii57455;ُ
|
|
976
|
+
afii57456;ِ
|
|
977
|
+
afii57457;ّ
|
|
978
|
+
afii57458;ْ
|
|
979
|
+
afii57470;ه
|
|
980
|
+
afii57505;ڤ
|
|
981
|
+
afii57506;پ
|
|
982
|
+
afii57507;چ
|
|
983
|
+
afii57508;ژ
|
|
984
|
+
afii57509;گ
|
|
985
|
+
afii57511;ٹ
|
|
986
|
+
afii57512;ڈ
|
|
987
|
+
afii57513;ڑ
|
|
988
|
+
afii57514;ں
|
|
989
|
+
afii57519;ے
|
|
990
|
+
afii57534;ە
|
|
991
|
+
afii57636;₪
|
|
992
|
+
afii57645;־
|
|
993
|
+
afii57658;׃
|
|
994
|
+
afii57664;א
|
|
995
|
+
afii57665;ב
|
|
996
|
+
afii57666;ג
|
|
997
|
+
afii57667;ד
|
|
998
|
+
afii57668;ה
|
|
999
|
+
afii57669;ו
|
|
1000
|
+
afii57670;ז
|
|
1001
|
+
afii57671;ח
|
|
1002
|
+
afii57672;ט
|
|
1003
|
+
afii57673;י
|
|
1004
|
+
afii57674;ך
|
|
1005
|
+
afii57675;כ
|
|
1006
|
+
afii57676;ל
|
|
1007
|
+
afii57677;ם
|
|
1008
|
+
afii57678;מ
|
|
1009
|
+
afii57679;ן
|
|
1010
|
+
afii57680;נ
|
|
1011
|
+
afii57681;ס
|
|
1012
|
+
afii57682;ע
|
|
1013
|
+
afii57683;ף
|
|
1014
|
+
afii57684;פ
|
|
1015
|
+
afii57685;ץ
|
|
1016
|
+
afii57686;צ
|
|
1017
|
+
afii57687;ק
|
|
1018
|
+
afii57688;ר
|
|
1019
|
+
afii57689;ש
|
|
1020
|
+
afii57690;ת
|
|
1021
|
+
afii57694;שׁ
|
|
1022
|
+
afii57695;שׂ
|
|
1023
|
+
afii57700;וֹ
|
|
1024
|
+
afii57705;ײַ
|
|
1025
|
+
afii57716;װ
|
|
1026
|
+
afii57717;ױ
|
|
1027
|
+
afii57718;ײ
|
|
1028
|
+
afii57723;וּ
|
|
1029
|
+
afii57793;ִ
|
|
1030
|
+
afii57794;ֵ
|
|
1031
|
+
afii57795;ֶ
|
|
1032
|
+
afii57796;ֻ
|
|
1033
|
+
afii57797;ָ
|
|
1034
|
+
afii57798;ַ
|
|
1035
|
+
afii57799;ְ
|
|
1036
|
+
afii57800;ֲ
|
|
1037
|
+
afii57801;ֱ
|
|
1038
|
+
afii57802;ֳ
|
|
1039
|
+
afii57803;ׂ
|
|
1040
|
+
afii57804;ׁ
|
|
1041
|
+
afii57806;ֹ
|
|
1042
|
+
afii57807;ּ
|
|
1043
|
+
afii57839;ֽ
|
|
1044
|
+
afii57841;ֿ
|
|
1045
|
+
afii57842;׀
|
|
1046
|
+
afii57929;ʼ
|
|
1047
|
+
afii61248;℅
|
|
1048
|
+
afii61289;ℓ
|
|
1049
|
+
afii61352;№
|
|
1050
|
+
afii61573;
|
|
1051
|
+
afii61574;
|
|
1052
|
+
afii61575;
|
|
1053
|
+
afii61664;
|
|
1054
|
+
afii63167;٭
|
|
1055
|
+
afii64937;ʽ
|
|
1056
|
+
agrave;à
|
|
1057
|
+
agujarati;અ
|
|
1058
|
+
agurmukhi;ਅ
|
|
1059
|
+
ahiragana;あ
|
|
1060
|
+
ahookabove;ả
|
|
1061
|
+
aibengali;ঐ
|
|
1062
|
+
aibopomofo;ㄞ
|
|
1063
|
+
aideva;ऐ
|
|
1064
|
+
aiecyrillic;ӕ
|
|
1065
|
+
aigujarati;ઐ
|
|
1066
|
+
aigurmukhi;ਐ
|
|
1067
|
+
aimatragurmukhi;ੈ
|
|
1068
|
+
ainarabic;ع
|
|
1069
|
+
ainfinalarabic;ﻊ
|
|
1070
|
+
aininitialarabic;ﻋ
|
|
1071
|
+
ainmedialarabic;ﻌ
|
|
1072
|
+
ainvertedbreve;ȃ
|
|
1073
|
+
aivowelsignbengali;ৈ
|
|
1074
|
+
aivowelsigndeva;ै
|
|
1075
|
+
aivowelsigngujarati;ૈ
|
|
1076
|
+
akatakana;ア
|
|
1077
|
+
akatakanahalfwidth;ア
|
|
1078
|
+
akorean;ㅏ
|
|
1079
|
+
alef;א
|
|
1080
|
+
alefarabic;ا
|
|
1081
|
+
alefdageshhebrew;אּ
|
|
1082
|
+
aleffinalarabic;ﺎ
|
|
1083
|
+
alefhamzaabovearabic;أ
|
|
1084
|
+
alefhamzaabovefinalarabic;ﺄ
|
|
1085
|
+
alefhamzabelowarabic;إ
|
|
1086
|
+
alefhamzabelowfinalarabic;ﺈ
|
|
1087
|
+
alefhebrew;א
|
|
1088
|
+
aleflamedhebrew;ﭏ
|
|
1089
|
+
alefmaddaabovearabic;آ
|
|
1090
|
+
alefmaddaabovefinalarabic;ﺂ
|
|
1091
|
+
alefmaksuraarabic;ى
|
|
1092
|
+
alefmaksurafinalarabic;ﻰ
|
|
1093
|
+
alefmaksurainitialarabic;ﻳ
|
|
1094
|
+
alefmaksuramedialarabic;ﻴ
|
|
1095
|
+
alefpatahhebrew;אַ
|
|
1096
|
+
alefqamatshebrew;אָ
|
|
1097
|
+
aleph;ℵ
|
|
1098
|
+
allequal;≌
|
|
1099
|
+
alpha;α
|
|
1100
|
+
alphatonos;ά
|
|
1101
|
+
amacron;ā
|
|
1102
|
+
amonospace;a
|
|
1103
|
+
ampersand;&
|
|
1104
|
+
ampersandmonospace;&
|
|
1105
|
+
ampersandsmall;
|
|
1106
|
+
amsquare;㏂
|
|
1107
|
+
anbopomofo;ㄢ
|
|
1108
|
+
angbopomofo;ㄤ
|
|
1109
|
+
angkhankhuthai;๚
|
|
1110
|
+
angle;∠
|
|
1111
|
+
anglebracketleft;〈
|
|
1112
|
+
anglebracketleftvertical;︿
|
|
1113
|
+
anglebracketright;〉
|
|
1114
|
+
anglebracketrightvertical;﹀
|
|
1115
|
+
angleleft;〈
|
|
1116
|
+
angleright;〉
|
|
1117
|
+
angstrom;Å
|
|
1118
|
+
anoteleia;·
|
|
1119
|
+
anudattadeva;॒
|
|
1120
|
+
anusvarabengali;ং
|
|
1121
|
+
anusvaradeva;ं
|
|
1122
|
+
anusvaragujarati;ં
|
|
1123
|
+
aogonek;ą
|
|
1124
|
+
apaatosquare;㌀
|
|
1125
|
+
aparen;⒜
|
|
1126
|
+
apostrophearmenian;՚
|
|
1127
|
+
apostrophemod;ʼ
|
|
1128
|
+
apple;
|
|
1129
|
+
approaches;≐
|
|
1130
|
+
approxequal;≈
|
|
1131
|
+
approxequalorimage;≒
|
|
1132
|
+
approximatelyequal;≅
|
|
1133
|
+
araeaekorean;ㆎ
|
|
1134
|
+
araeakorean;ㆍ
|
|
1135
|
+
arc;⌒
|
|
1136
|
+
arighthalfring;ẚ
|
|
1137
|
+
aring;å
|
|
1138
|
+
aringacute;ǻ
|
|
1139
|
+
aringbelow;ḁ
|
|
1140
|
+
arrowboth;↔
|
|
1141
|
+
arrowdashdown;⇣
|
|
1142
|
+
arrowdashleft;⇠
|
|
1143
|
+
arrowdashright;⇢
|
|
1144
|
+
arrowdashup;⇡
|
|
1145
|
+
arrowdblboth;⇔
|
|
1146
|
+
arrowdbldown;⇓
|
|
1147
|
+
arrowdblleft;⇐
|
|
1148
|
+
arrowdblright;⇒
|
|
1149
|
+
arrowdblup;⇑
|
|
1150
|
+
arrowdown;↓
|
|
1151
|
+
arrowdownleft;↙
|
|
1152
|
+
arrowdownright;↘
|
|
1153
|
+
arrowdownwhite;⇩
|
|
1154
|
+
arrowheaddownmod;˅
|
|
1155
|
+
arrowheadleftmod;˂
|
|
1156
|
+
arrowheadrightmod;˃
|
|
1157
|
+
arrowheadupmod;˄
|
|
1158
|
+
arrowhorizex;
|
|
1159
|
+
arrowleft;←
|
|
1160
|
+
arrowleftdbl;⇐
|
|
1161
|
+
arrowleftdblstroke;⇍
|
|
1162
|
+
arrowleftoverright;⇆
|
|
1163
|
+
arrowleftwhite;⇦
|
|
1164
|
+
arrowright;→
|
|
1165
|
+
arrowrightdblstroke;⇏
|
|
1166
|
+
arrowrightheavy;➞
|
|
1167
|
+
arrowrightoverleft;⇄
|
|
1168
|
+
arrowrightwhite;⇨
|
|
1169
|
+
arrowtableft;⇤
|
|
1170
|
+
arrowtabright;⇥
|
|
1171
|
+
arrowup;↑
|
|
1172
|
+
arrowupdn;↕
|
|
1173
|
+
arrowupdnbse;↨
|
|
1174
|
+
arrowupdownbase;↨
|
|
1175
|
+
arrowupleft;↖
|
|
1176
|
+
arrowupleftofdown;⇅
|
|
1177
|
+
arrowupright;↗
|
|
1178
|
+
arrowupwhite;⇧
|
|
1179
|
+
arrowvertex;
|
|
1180
|
+
asciicircum;^
|
|
1181
|
+
asciicircummonospace;^
|
|
1182
|
+
asciitilde;~
|
|
1183
|
+
asciitildemonospace;~
|
|
1184
|
+
ascript;ɑ
|
|
1185
|
+
ascriptturned;ɒ
|
|
1186
|
+
asmallhiragana;ぁ
|
|
1187
|
+
asmallkatakana;ァ
|
|
1188
|
+
asmallkatakanahalfwidth;ァ
|
|
1189
|
+
asterisk;*
|
|
1190
|
+
asteriskaltonearabic;٭
|
|
1191
|
+
asteriskarabic;٭
|
|
1192
|
+
asteriskmath;∗
|
|
1193
|
+
asteriskmonospace;*
|
|
1194
|
+
asterisksmall;﹡
|
|
1195
|
+
asterism;⁂
|
|
1196
|
+
asuperior;
|
|
1197
|
+
asymptoticallyequal;≃
|
|
1198
|
+
at;@
|
|
1199
|
+
atilde;ã
|
|
1200
|
+
atmonospace;@
|
|
1201
|
+
atsmall;﹫
|
|
1202
|
+
aturned;ɐ
|
|
1203
|
+
aubengali;ঔ
|
|
1204
|
+
aubopomofo;ㄠ
|
|
1205
|
+
audeva;औ
|
|
1206
|
+
augujarati;ઔ
|
|
1207
|
+
augurmukhi;ਔ
|
|
1208
|
+
aulengthmarkbengali;ৗ
|
|
1209
|
+
aumatragurmukhi;ੌ
|
|
1210
|
+
auvowelsignbengali;ৌ
|
|
1211
|
+
auvowelsigndeva;ौ
|
|
1212
|
+
auvowelsigngujarati;ૌ
|
|
1213
|
+
avagrahadeva;ऽ
|
|
1214
|
+
aybarmenian;ա
|
|
1215
|
+
ayin;ע
|
|
1216
|
+
ayinaltonehebrew;ﬠ
|
|
1217
|
+
ayinhebrew;ע
|
|
1218
|
+
b;b
|
|
1219
|
+
babengali;ব
|
|
1220
|
+
backslash;\
|
|
1221
|
+
backslashmonospace;\
|
|
1222
|
+
badeva;ब
|
|
1223
|
+
bagujarati;બ
|
|
1224
|
+
bagurmukhi;ਬ
|
|
1225
|
+
bahiragana;ば
|
|
1226
|
+
bahtthai;฿
|
|
1227
|
+
bakatakana;バ
|
|
1228
|
+
bar;|
|
|
1229
|
+
barmonospace;|
|
|
1230
|
+
bbopomofo;ㄅ
|
|
1231
|
+
bcircle;ⓑ
|
|
1232
|
+
bdotaccent;ḃ
|
|
1233
|
+
bdotbelow;ḅ
|
|
1234
|
+
beamedsixteenthnotes;♬
|
|
1235
|
+
because;∵
|
|
1236
|
+
becyrillic;б
|
|
1237
|
+
beharabic;ب
|
|
1238
|
+
behfinalarabic;ﺐ
|
|
1239
|
+
behinitialarabic;ﺑ
|
|
1240
|
+
behiragana;べ
|
|
1241
|
+
behmedialarabic;ﺒ
|
|
1242
|
+
behmeeminitialarabic;ﲟ
|
|
1243
|
+
behmeemisolatedarabic;ﰈ
|
|
1244
|
+
behnoonfinalarabic;ﱭ
|
|
1245
|
+
bekatakana;ベ
|
|
1246
|
+
benarmenian;բ
|
|
1247
|
+
bet;ב
|
|
1248
|
+
beta;β
|
|
1249
|
+
betasymbolgreek;ϐ
|
|
1250
|
+
betdagesh;בּ
|
|
1251
|
+
betdageshhebrew;בּ
|
|
1252
|
+
bethebrew;ב
|
|
1253
|
+
betrafehebrew;בֿ
|
|
1254
|
+
bhabengali;ভ
|
|
1255
|
+
bhadeva;भ
|
|
1256
|
+
bhagujarati;ભ
|
|
1257
|
+
bhagurmukhi;ਭ
|
|
1258
|
+
bhook;ɓ
|
|
1259
|
+
bihiragana;び
|
|
1260
|
+
bikatakana;ビ
|
|
1261
|
+
bilabialclick;ʘ
|
|
1262
|
+
bindigurmukhi;ਂ
|
|
1263
|
+
birusquare;㌱
|
|
1264
|
+
blackcircle;●
|
|
1265
|
+
blackdiamond;◆
|
|
1266
|
+
blackdownpointingtriangle;▼
|
|
1267
|
+
blackleftpointingpointer;◄
|
|
1268
|
+
blackleftpointingtriangle;◀
|
|
1269
|
+
blacklenticularbracketleft;【
|
|
1270
|
+
blacklenticularbracketleftvertical;︻
|
|
1271
|
+
blacklenticularbracketright;】
|
|
1272
|
+
blacklenticularbracketrightvertical;︼
|
|
1273
|
+
blacklowerlefttriangle;◣
|
|
1274
|
+
blacklowerrighttriangle;◢
|
|
1275
|
+
blackrectangle;▬
|
|
1276
|
+
blackrightpointingpointer;►
|
|
1277
|
+
blackrightpointingtriangle;▶
|
|
1278
|
+
blacksmallsquare;▪
|
|
1279
|
+
blacksmilingface;☻
|
|
1280
|
+
blacksquare;■
|
|
1281
|
+
blackstar;★
|
|
1282
|
+
blackupperlefttriangle;◤
|
|
1283
|
+
blackupperrighttriangle;◥
|
|
1284
|
+
blackuppointingsmalltriangle;▴
|
|
1285
|
+
blackuppointingtriangle;▲
|
|
1286
|
+
blank;␣
|
|
1287
|
+
blinebelow;ḇ
|
|
1288
|
+
block;█
|
|
1289
|
+
bmonospace;b
|
|
1290
|
+
bobaimaithai;บ
|
|
1291
|
+
bohiragana;ぼ
|
|
1292
|
+
bokatakana;ボ
|
|
1293
|
+
bparen;⒝
|
|
1294
|
+
bqsquare;㏃
|
|
1295
|
+
braceex;
|
|
1296
|
+
braceleft;{
|
|
1297
|
+
braceleftbt;
|
|
1298
|
+
braceleftmid;
|
|
1299
|
+
braceleftmonospace;{
|
|
1300
|
+
braceleftsmall;﹛
|
|
1301
|
+
bracelefttp;
|
|
1302
|
+
braceleftvertical;︷
|
|
1303
|
+
braceright;}
|
|
1304
|
+
bracerightbt;
|
|
1305
|
+
bracerightmid;
|
|
1306
|
+
bracerightmonospace;}
|
|
1307
|
+
bracerightsmall;﹜
|
|
1308
|
+
bracerighttp;
|
|
1309
|
+
bracerightvertical;︸
|
|
1310
|
+
bracketleft;[
|
|
1311
|
+
bracketleftbt;
|
|
1312
|
+
bracketleftex;
|
|
1313
|
+
bracketleftmonospace;[
|
|
1314
|
+
bracketlefttp;
|
|
1315
|
+
bracketright;]
|
|
1316
|
+
bracketrightbt;
|
|
1317
|
+
bracketrightex;
|
|
1318
|
+
bracketrightmonospace;]
|
|
1319
|
+
bracketrighttp;
|
|
1320
|
+
breve;˘
|
|
1321
|
+
brevebelowcmb;̮
|
|
1322
|
+
brevecmb;̆
|
|
1323
|
+
breveinvertedbelowcmb;̯
|
|
1324
|
+
breveinvertedcmb;̑
|
|
1325
|
+
breveinverteddoublecmb;͡
|
|
1326
|
+
bridgebelowcmb;̪
|
|
1327
|
+
bridgeinvertedbelowcmb;̺
|
|
1328
|
+
brokenbar;¦
|
|
1329
|
+
bstroke;ƀ
|
|
1330
|
+
bsuperior;
|
|
1331
|
+
btopbar;ƃ
|
|
1332
|
+
buhiragana;ぶ
|
|
1333
|
+
bukatakana;ブ
|
|
1334
|
+
bullet;•
|
|
1335
|
+
bulletinverse;◘
|
|
1336
|
+
bulletoperator;∙
|
|
1337
|
+
bullseye;◎
|
|
1338
|
+
c;c
|
|
1339
|
+
caarmenian;ծ
|
|
1340
|
+
cabengali;চ
|
|
1341
|
+
cacute;ć
|
|
1342
|
+
cadeva;च
|
|
1343
|
+
cagujarati;ચ
|
|
1344
|
+
cagurmukhi;ਚ
|
|
1345
|
+
calsquare;㎈
|
|
1346
|
+
candrabindubengali;ঁ
|
|
1347
|
+
candrabinducmb;̐
|
|
1348
|
+
candrabindudeva;ँ
|
|
1349
|
+
candrabindugujarati;ઁ
|
|
1350
|
+
capslock;⇪
|
|
1351
|
+
careof;℅
|
|
1352
|
+
caron;ˇ
|
|
1353
|
+
caronbelowcmb;̬
|
|
1354
|
+
caroncmb;̌
|
|
1355
|
+
carriagereturn;↵
|
|
1356
|
+
cbopomofo;ㄘ
|
|
1357
|
+
ccaron;č
|
|
1358
|
+
ccedilla;ç
|
|
1359
|
+
ccedillaacute;ḉ
|
|
1360
|
+
ccircle;ⓒ
|
|
1361
|
+
ccircumflex;ĉ
|
|
1362
|
+
ccurl;ɕ
|
|
1363
|
+
cdot;ċ
|
|
1364
|
+
cdotaccent;ċ
|
|
1365
|
+
cdsquare;㏅
|
|
1366
|
+
cedilla;¸
|
|
1367
|
+
cedillacmb;̧
|
|
1368
|
+
cent;¢
|
|
1369
|
+
centigrade;℃
|
|
1370
|
+
centinferior;
|
|
1371
|
+
centmonospace;¢
|
|
1372
|
+
centoldstyle;
|
|
1373
|
+
centsuperior;
|
|
1374
|
+
chaarmenian;չ
|
|
1375
|
+
chabengali;ছ
|
|
1376
|
+
chadeva;छ
|
|
1377
|
+
chagujarati;છ
|
|
1378
|
+
chagurmukhi;ਛ
|
|
1379
|
+
chbopomofo;ㄔ
|
|
1380
|
+
cheabkhasiancyrillic;ҽ
|
|
1381
|
+
checkmark;✓
|
|
1382
|
+
checyrillic;ч
|
|
1383
|
+
chedescenderabkhasiancyrillic;ҿ
|
|
1384
|
+
chedescendercyrillic;ҷ
|
|
1385
|
+
chedieresiscyrillic;ӵ
|
|
1386
|
+
cheharmenian;ճ
|
|
1387
|
+
chekhakassiancyrillic;ӌ
|
|
1388
|
+
cheverticalstrokecyrillic;ҹ
|
|
1389
|
+
chi;χ
|
|
1390
|
+
chieuchacirclekorean;㉷
|
|
1391
|
+
chieuchaparenkorean;㈗
|
|
1392
|
+
chieuchcirclekorean;㉩
|
|
1393
|
+
chieuchkorean;ㅊ
|
|
1394
|
+
chieuchparenkorean;㈉
|
|
1395
|
+
chochangthai;ช
|
|
1396
|
+
chochanthai;จ
|
|
1397
|
+
chochingthai;ฉ
|
|
1398
|
+
chochoethai;ฌ
|
|
1399
|
+
chook;ƈ
|
|
1400
|
+
cieucacirclekorean;㉶
|
|
1401
|
+
cieucaparenkorean;㈖
|
|
1402
|
+
cieuccirclekorean;㉨
|
|
1403
|
+
cieuckorean;ㅈ
|
|
1404
|
+
cieucparenkorean;㈈
|
|
1405
|
+
cieucuparenkorean;㈜
|
|
1406
|
+
circle;○
|
|
1407
|
+
circlemultiply;⊗
|
|
1408
|
+
circleot;⊙
|
|
1409
|
+
circleplus;⊕
|
|
1410
|
+
circlepostalmark;〶
|
|
1411
|
+
circlewithlefthalfblack;◐
|
|
1412
|
+
circlewithrighthalfblack;◑
|
|
1413
|
+
circumflex;ˆ
|
|
1414
|
+
circumflexbelowcmb;̭
|
|
1415
|
+
circumflexcmb;̂
|
|
1416
|
+
clear;⌧
|
|
1417
|
+
clickalveolar;ǂ
|
|
1418
|
+
clickdental;ǀ
|
|
1419
|
+
clicklateral;ǁ
|
|
1420
|
+
clickretroflex;ǃ
|
|
1421
|
+
club;♣
|
|
1422
|
+
clubsuitblack;♣
|
|
1423
|
+
clubsuitwhite;♧
|
|
1424
|
+
cmcubedsquare;㎤
|
|
1425
|
+
cmonospace;c
|
|
1426
|
+
cmsquaredsquare;㎠
|
|
1427
|
+
coarmenian;ց
|
|
1428
|
+
colon;:
|
|
1429
|
+
colonmonetary;₡
|
|
1430
|
+
colonmonospace;:
|
|
1431
|
+
colonsign;₡
|
|
1432
|
+
colonsmall;﹕
|
|
1433
|
+
colontriangularhalfmod;ˑ
|
|
1434
|
+
colontriangularmod;ː
|
|
1435
|
+
comma;,
|
|
1436
|
+
commaabovecmb;̓
|
|
1437
|
+
commaaboverightcmb;̕
|
|
1438
|
+
commaaccent;
|
|
1439
|
+
commaarabic;،
|
|
1440
|
+
commaarmenian;՝
|
|
1441
|
+
commainferior;
|
|
1442
|
+
commamonospace;,
|
|
1443
|
+
commareversedabovecmb;̔
|
|
1444
|
+
commareversedmod;ʽ
|
|
1445
|
+
commasmall;﹐
|
|
1446
|
+
commasuperior;
|
|
1447
|
+
commaturnedabovecmb;̒
|
|
1448
|
+
commaturnedmod;ʻ
|
|
1449
|
+
compass;☼
|
|
1450
|
+
congruent;≅
|
|
1451
|
+
contourintegral;∮
|
|
1452
|
+
control;⌃
|
|
1453
|
+
controlACK;
|
|
1454
|
+
controlBEL;
|
|
1455
|
+
controlBS;
|
|
1456
|
+
controlCAN;
|
|
1457
|
+
controlCR;
|
|
1458
|
+
controlDC1;
|
|
1459
|
+
controlDC2;
|
|
1460
|
+
controlDC3;
|
|
1461
|
+
controlDC4;
|
|
1462
|
+
controlDEL;
|
|
1463
|
+
controlDLE;
|
|
1464
|
+
controlEM;
|
|
1465
|
+
controlENQ;
|
|
1466
|
+
controlEOT;
|
|
1467
|
+
controlESC;
|
|
1468
|
+
controlETB;
|
|
1469
|
+
controlETX;
|
|
1470
|
+
controlFF;
|
|
1471
|
+
controlFS;
|
|
1472
|
+
controlGS;
|
|
1473
|
+
controlHT;
|
|
1474
|
+
controlLF;
|
|
1475
|
+
controlNAK;
|
|
1476
|
+
controlRS;
|
|
1477
|
+
controlSI;
|
|
1478
|
+
controlSO;
|
|
1479
|
+
controlSOT;
|
|
1480
|
+
controlSTX;
|
|
1481
|
+
controlSUB;
|
|
1482
|
+
controlSYN;
|
|
1483
|
+
controlUS;
|
|
1484
|
+
controlVT;
|
|
1485
|
+
copyright;©
|
|
1486
|
+
copyrightsans;
|
|
1487
|
+
copyrightserif;
|
|
1488
|
+
cornerbracketleft;「
|
|
1489
|
+
cornerbracketlefthalfwidth;「
|
|
1490
|
+
cornerbracketleftvertical;﹁
|
|
1491
|
+
cornerbracketright;」
|
|
1492
|
+
cornerbracketrighthalfwidth;」
|
|
1493
|
+
cornerbracketrightvertical;﹂
|
|
1494
|
+
corporationsquare;㍿
|
|
1495
|
+
cosquare;㏇
|
|
1496
|
+
coverkgsquare;㏆
|
|
1497
|
+
cparen;⒞
|
|
1498
|
+
cruzeiro;₢
|
|
1499
|
+
cstretched;ʗ
|
|
1500
|
+
curlyand;⋏
|
|
1501
|
+
curlyor;⋎
|
|
1502
|
+
currency;¤
|
|
1503
|
+
cyrBreve;
|
|
1504
|
+
cyrFlex;
|
|
1505
|
+
cyrbreve;
|
|
1506
|
+
cyrflex;
|
|
1507
|
+
d;d
|
|
1508
|
+
daarmenian;դ
|
|
1509
|
+
dabengali;দ
|
|
1510
|
+
dadarabic;ض
|
|
1511
|
+
dadeva;द
|
|
1512
|
+
dadfinalarabic;ﺾ
|
|
1513
|
+
dadinitialarabic;ﺿ
|
|
1514
|
+
dadmedialarabic;ﻀ
|
|
1515
|
+
dagesh;ּ
|
|
1516
|
+
dageshhebrew;ּ
|
|
1517
|
+
dagger;†
|
|
1518
|
+
daggerdbl;‡
|
|
1519
|
+
dagujarati;દ
|
|
1520
|
+
dagurmukhi;ਦ
|
|
1521
|
+
dahiragana;だ
|
|
1522
|
+
dakatakana;ダ
|
|
1523
|
+
dalarabic;د
|
|
1524
|
+
dalet;ד
|
|
1525
|
+
daletdagesh;דּ
|
|
1526
|
+
daletdageshhebrew;דּ
|
|
1527
|
+
dalethatafpatah;דֲ
|
|
1528
|
+
dalethatafpatahhebrew;דֲ
|
|
1529
|
+
dalethatafsegol;דֱ
|
|
1530
|
+
dalethatafsegolhebrew;דֱ
|
|
1531
|
+
dalethebrew;ד
|
|
1532
|
+
dalethiriq;דִ
|
|
1533
|
+
dalethiriqhebrew;דִ
|
|
1534
|
+
daletholam;דֹ
|
|
1535
|
+
daletholamhebrew;דֹ
|
|
1536
|
+
daletpatah;דַ
|
|
1537
|
+
daletpatahhebrew;דַ
|
|
1538
|
+
daletqamats;דָ
|
|
1539
|
+
daletqamatshebrew;דָ
|
|
1540
|
+
daletqubuts;דֻ
|
|
1541
|
+
daletqubutshebrew;דֻ
|
|
1542
|
+
daletsegol;דֶ
|
|
1543
|
+
daletsegolhebrew;דֶ
|
|
1544
|
+
daletsheva;דְ
|
|
1545
|
+
daletshevahebrew;דְ
|
|
1546
|
+
dalettsere;דֵ
|
|
1547
|
+
dalettserehebrew;דֵ
|
|
1548
|
+
dalfinalarabic;ﺪ
|
|
1549
|
+
dammaarabic;ُ
|
|
1550
|
+
dammalowarabic;ُ
|
|
1551
|
+
dammatanaltonearabic;ٌ
|
|
1552
|
+
dammatanarabic;ٌ
|
|
1553
|
+
danda;।
|
|
1554
|
+
dargahebrew;֧
|
|
1555
|
+
dargalefthebrew;֧
|
|
1556
|
+
dasiapneumatacyrilliccmb;҅
|
|
1557
|
+
dblGrave;
|
|
1558
|
+
dblanglebracketleft;《
|
|
1559
|
+
dblanglebracketleftvertical;︽
|
|
1560
|
+
dblanglebracketright;》
|
|
1561
|
+
dblanglebracketrightvertical;︾
|
|
1562
|
+
dblarchinvertedbelowcmb;̫
|
|
1563
|
+
dblarrowleft;⇔
|
|
1564
|
+
dblarrowright;⇒
|
|
1565
|
+
dbldanda;॥
|
|
1566
|
+
dblgrave;
|
|
1567
|
+
dblgravecmb;̏
|
|
1568
|
+
dblintegral;∬
|
|
1569
|
+
dbllowline;‗
|
|
1570
|
+
dbllowlinecmb;̳
|
|
1571
|
+
dbloverlinecmb;̿
|
|
1572
|
+
dblprimemod;ʺ
|
|
1573
|
+
dblverticalbar;‖
|
|
1574
|
+
dblverticallineabovecmb;̎
|
|
1575
|
+
dbopomofo;ㄉ
|
|
1576
|
+
dbsquare;㏈
|
|
1577
|
+
dcaron;ď
|
|
1578
|
+
dcedilla;ḑ
|
|
1579
|
+
dcircle;ⓓ
|
|
1580
|
+
dcircumflexbelow;ḓ
|
|
1581
|
+
dcroat;đ
|
|
1582
|
+
ddabengali;ড
|
|
1583
|
+
ddadeva;ड
|
|
1584
|
+
ddagujarati;ડ
|
|
1585
|
+
ddagurmukhi;ਡ
|
|
1586
|
+
ddalarabic;ڈ
|
|
1587
|
+
ddalfinalarabic;ﮉ
|
|
1588
|
+
dddhadeva;ड़
|
|
1589
|
+
ddhabengali;ঢ
|
|
1590
|
+
ddhadeva;ढ
|
|
1591
|
+
ddhagujarati;ઢ
|
|
1592
|
+
ddhagurmukhi;ਢ
|
|
1593
|
+
ddotaccent;ḋ
|
|
1594
|
+
ddotbelow;ḍ
|
|
1595
|
+
decimalseparatorarabic;٫
|
|
1596
|
+
decimalseparatorpersian;٫
|
|
1597
|
+
decyrillic;д
|
|
1598
|
+
degree;°
|
|
1599
|
+
dehihebrew;֭
|
|
1600
|
+
dehiragana;で
|
|
1601
|
+
deicoptic;ϯ
|
|
1602
|
+
dekatakana;デ
|
|
1603
|
+
deleteleft;⌫
|
|
1604
|
+
deleteright;⌦
|
|
1605
|
+
delta;δ
|
|
1606
|
+
deltaturned;ƍ
|
|
1607
|
+
denominatorminusonenumeratorbengali;৸
|
|
1608
|
+
dezh;ʤ
|
|
1609
|
+
dhabengali;ধ
|
|
1610
|
+
dhadeva;ध
|
|
1611
|
+
dhagujarati;ધ
|
|
1612
|
+
dhagurmukhi;ਧ
|
|
1613
|
+
dhook;ɗ
|
|
1614
|
+
dialytikatonos;΅
|
|
1615
|
+
dialytikatonoscmb;̈́
|
|
1616
|
+
diamond;♦
|
|
1617
|
+
diamondsuitwhite;♢
|
|
1618
|
+
dieresis;¨
|
|
1619
|
+
dieresisacute;
|
|
1620
|
+
dieresisbelowcmb;̤
|
|
1621
|
+
dieresiscmb;̈
|
|
1622
|
+
dieresisgrave;
|
|
1623
|
+
dieresistonos;΅
|
|
1624
|
+
dihiragana;ぢ
|
|
1625
|
+
dikatakana;ヂ
|
|
1626
|
+
dittomark;〃
|
|
1627
|
+
divide;÷
|
|
1628
|
+
divides;∣
|
|
1629
|
+
divisionslash;∕
|
|
1630
|
+
djecyrillic;ђ
|
|
1631
|
+
dkshade;▓
|
|
1632
|
+
dlinebelow;ḏ
|
|
1633
|
+
dlsquare;㎗
|
|
1634
|
+
dmacron;đ
|
|
1635
|
+
dmonospace;d
|
|
1636
|
+
dnblock;▄
|
|
1637
|
+
dochadathai;ฎ
|
|
1638
|
+
dodekthai;ด
|
|
1639
|
+
dohiragana;ど
|
|
1640
|
+
dokatakana;ド
|
|
1641
|
+
dollar;$
|
|
1642
|
+
dollarinferior;
|
|
1643
|
+
dollarmonospace;$
|
|
1644
|
+
dollaroldstyle;
|
|
1645
|
+
dollarsmall;﹩
|
|
1646
|
+
dollarsuperior;
|
|
1647
|
+
dong;₫
|
|
1648
|
+
dorusquare;㌦
|
|
1649
|
+
dotaccent;˙
|
|
1650
|
+
dotaccentcmb;̇
|
|
1651
|
+
dotbelowcmb;̣
|
|
1652
|
+
dotbelowcomb;̣
|
|
1653
|
+
dotkatakana;・
|
|
1654
|
+
dotlessi;ı
|
|
1655
|
+
dotlessj;
|
|
1656
|
+
dotlessjstrokehook;ʄ
|
|
1657
|
+
dotmath;⋅
|
|
1658
|
+
dottedcircle;◌
|
|
1659
|
+
doubleyodpatah;ײַ
|
|
1660
|
+
doubleyodpatahhebrew;ײַ
|
|
1661
|
+
downtackbelowcmb;̞
|
|
1662
|
+
downtackmod;˕
|
|
1663
|
+
dparen;⒟
|
|
1664
|
+
dsuperior;
|
|
1665
|
+
dtail;ɖ
|
|
1666
|
+
dtopbar;ƌ
|
|
1667
|
+
duhiragana;づ
|
|
1668
|
+
dukatakana;ヅ
|
|
1669
|
+
dz;dz
|
|
1670
|
+
dzaltone;ʣ
|
|
1671
|
+
dzcaron;dž
|
|
1672
|
+
dzcurl;ʥ
|
|
1673
|
+
dzeabkhasiancyrillic;ӡ
|
|
1674
|
+
dzecyrillic;ѕ
|
|
1675
|
+
dzhecyrillic;џ
|
|
1676
|
+
e;e
|
|
1677
|
+
eacute;é
|
|
1678
|
+
earth;♁
|
|
1679
|
+
ebengali;এ
|
|
1680
|
+
ebopomofo;ㄜ
|
|
1681
|
+
ebreve;ĕ
|
|
1682
|
+
ecandradeva;ऍ
|
|
1683
|
+
ecandragujarati;ઍ
|
|
1684
|
+
ecandravowelsigndeva;ॅ
|
|
1685
|
+
ecandravowelsigngujarati;ૅ
|
|
1686
|
+
ecaron;ě
|
|
1687
|
+
ecedillabreve;ḝ
|
|
1688
|
+
echarmenian;ե
|
|
1689
|
+
echyiwnarmenian;և
|
|
1690
|
+
ecircle;ⓔ
|
|
1691
|
+
ecircumflex;ê
|
|
1692
|
+
ecircumflexacute;ế
|
|
1693
|
+
ecircumflexbelow;ḙ
|
|
1694
|
+
ecircumflexdotbelow;ệ
|
|
1695
|
+
ecircumflexgrave;ề
|
|
1696
|
+
ecircumflexhookabove;ể
|
|
1697
|
+
ecircumflextilde;ễ
|
|
1698
|
+
ecyrillic;є
|
|
1699
|
+
edblgrave;ȅ
|
|
1700
|
+
edeva;ए
|
|
1701
|
+
edieresis;ë
|
|
1702
|
+
edot;ė
|
|
1703
|
+
edotaccent;ė
|
|
1704
|
+
edotbelow;ẹ
|
|
1705
|
+
eegurmukhi;ਏ
|
|
1706
|
+
eematragurmukhi;ੇ
|
|
1707
|
+
efcyrillic;ф
|
|
1708
|
+
egrave;è
|
|
1709
|
+
egujarati;એ
|
|
1710
|
+
eharmenian;է
|
|
1711
|
+
ehbopomofo;ㄝ
|
|
1712
|
+
ehiragana;え
|
|
1713
|
+
ehookabove;ẻ
|
|
1714
|
+
eibopomofo;ㄟ
|
|
1715
|
+
eight;8
|
|
1716
|
+
eightarabic;٨
|
|
1717
|
+
eightbengali;৮
|
|
1718
|
+
eightcircle;⑧
|
|
1719
|
+
eightcircleinversesansserif;➑
|
|
1720
|
+
eightdeva;८
|
|
1721
|
+
eighteencircle;⑱
|
|
1722
|
+
eighteenparen;⒅
|
|
1723
|
+
eighteenperiod;⒙
|
|
1724
|
+
eightgujarati;૮
|
|
1725
|
+
eightgurmukhi;੮
|
|
1726
|
+
eighthackarabic;٨
|
|
1727
|
+
eighthangzhou;〨
|
|
1728
|
+
eighthnotebeamed;♫
|
|
1729
|
+
eightideographicparen;㈧
|
|
1730
|
+
eightinferior;₈
|
|
1731
|
+
eightmonospace;8
|
|
1732
|
+
eightoldstyle;
|
|
1733
|
+
eightparen;⑻
|
|
1734
|
+
eightperiod;⒏
|
|
1735
|
+
eightpersian;۸
|
|
1736
|
+
eightroman;ⅷ
|
|
1737
|
+
eightsuperior;⁸
|
|
1738
|
+
eightthai;๘
|
|
1739
|
+
einvertedbreve;ȇ
|
|
1740
|
+
eiotifiedcyrillic;ѥ
|
|
1741
|
+
ekatakana;エ
|
|
1742
|
+
ekatakanahalfwidth;エ
|
|
1743
|
+
ekonkargurmukhi;ੴ
|
|
1744
|
+
ekorean;ㅔ
|
|
1745
|
+
elcyrillic;л
|
|
1746
|
+
element;∈
|
|
1747
|
+
elevencircle;⑪
|
|
1748
|
+
elevenparen;⑾
|
|
1749
|
+
elevenperiod;⒒
|
|
1750
|
+
elevenroman;ⅺ
|
|
1751
|
+
ellipsis;…
|
|
1752
|
+
ellipsisvertical;⋮
|
|
1753
|
+
emacron;ē
|
|
1754
|
+
emacronacute;ḗ
|
|
1755
|
+
emacrongrave;ḕ
|
|
1756
|
+
emcyrillic;м
|
|
1757
|
+
emdash;—
|
|
1758
|
+
emdashvertical;︱
|
|
1759
|
+
emonospace;e
|
|
1760
|
+
emphasismarkarmenian;՛
|
|
1761
|
+
emptyset;∅
|
|
1762
|
+
enbopomofo;ㄣ
|
|
1763
|
+
encyrillic;н
|
|
1764
|
+
endash;–
|
|
1765
|
+
endashvertical;︲
|
|
1766
|
+
endescendercyrillic;ң
|
|
1767
|
+
eng;ŋ
|
|
1768
|
+
engbopomofo;ㄥ
|
|
1769
|
+
enghecyrillic;ҥ
|
|
1770
|
+
enhookcyrillic;ӈ
|
|
1771
|
+
enspace;
|
|
1772
|
+
eogonek;ę
|
|
1773
|
+
eokorean;ㅓ
|
|
1774
|
+
eopen;ɛ
|
|
1775
|
+
eopenclosed;ʚ
|
|
1776
|
+
eopenreversed;ɜ
|
|
1777
|
+
eopenreversedclosed;ɞ
|
|
1778
|
+
eopenreversedhook;ɝ
|
|
1779
|
+
eparen;⒠
|
|
1780
|
+
epsilon;ε
|
|
1781
|
+
epsilontonos;έ
|
|
1782
|
+
equal;=
|
|
1783
|
+
equalmonospace;=
|
|
1784
|
+
equalsmall;﹦
|
|
1785
|
+
equalsuperior;⁼
|
|
1786
|
+
equivalence;≡
|
|
1787
|
+
erbopomofo;ㄦ
|
|
1788
|
+
ercyrillic;р
|
|
1789
|
+
ereversed;ɘ
|
|
1790
|
+
ereversedcyrillic;э
|
|
1791
|
+
escyrillic;с
|
|
1792
|
+
esdescendercyrillic;ҫ
|
|
1793
|
+
esh;ʃ
|
|
1794
|
+
eshcurl;ʆ
|
|
1795
|
+
eshortdeva;ऎ
|
|
1796
|
+
eshortvowelsigndeva;ॆ
|
|
1797
|
+
eshreversedloop;ƪ
|
|
1798
|
+
eshsquatreversed;ʅ
|
|
1799
|
+
esmallhiragana;ぇ
|
|
1800
|
+
esmallkatakana;ェ
|
|
1801
|
+
esmallkatakanahalfwidth;ェ
|
|
1802
|
+
estimated;℮
|
|
1803
|
+
esuperior;
|
|
1804
|
+
eta;η
|
|
1805
|
+
etarmenian;ը
|
|
1806
|
+
etatonos;ή
|
|
1807
|
+
eth;ð
|
|
1808
|
+
etilde;ẽ
|
|
1809
|
+
etildebelow;ḛ
|
|
1810
|
+
etnahtafoukhhebrew;֑
|
|
1811
|
+
etnahtafoukhlefthebrew;֑
|
|
1812
|
+
etnahtahebrew;֑
|
|
1813
|
+
etnahtalefthebrew;֑
|
|
1814
|
+
eturned;ǝ
|
|
1815
|
+
eukorean;ㅡ
|
|
1816
|
+
euro;€
|
|
1817
|
+
evowelsignbengali;ে
|
|
1818
|
+
evowelsigndeva;े
|
|
1819
|
+
evowelsigngujarati;ે
|
|
1820
|
+
exclam;!
|
|
1821
|
+
exclamarmenian;՜
|
|
1822
|
+
exclamdbl;‼
|
|
1823
|
+
exclamdown;¡
|
|
1824
|
+
exclamdownsmall;
|
|
1825
|
+
exclammonospace;!
|
|
1826
|
+
exclamsmall;
|
|
1827
|
+
existential;∃
|
|
1828
|
+
ezh;ʒ
|
|
1829
|
+
ezhcaron;ǯ
|
|
1830
|
+
ezhcurl;ʓ
|
|
1831
|
+
ezhreversed;ƹ
|
|
1832
|
+
ezhtail;ƺ
|
|
1833
|
+
f;f
|
|
1834
|
+
fadeva;फ़
|
|
1835
|
+
fagurmukhi;ਫ਼
|
|
1836
|
+
fahrenheit;℉
|
|
1837
|
+
fathaarabic;َ
|
|
1838
|
+
fathalowarabic;َ
|
|
1839
|
+
fathatanarabic;ً
|
|
1840
|
+
fbopomofo;ㄈ
|
|
1841
|
+
fcircle;ⓕ
|
|
1842
|
+
fdotaccent;ḟ
|
|
1843
|
+
feharabic;ف
|
|
1844
|
+
feharmenian;ֆ
|
|
1845
|
+
fehfinalarabic;ﻒ
|
|
1846
|
+
fehinitialarabic;ﻓ
|
|
1847
|
+
fehmedialarabic;ﻔ
|
|
1848
|
+
feicoptic;ϥ
|
|
1849
|
+
female;♀
|
|
1850
|
+
ff;ff
|
|
1851
|
+
ffi;ffi
|
|
1852
|
+
ffl;ffl
|
|
1853
|
+
fi;fi
|
|
1854
|
+
fifteencircle;⑮
|
|
1855
|
+
fifteenparen;⒂
|
|
1856
|
+
fifteenperiod;⒖
|
|
1857
|
+
figuredash;‒
|
|
1858
|
+
filledbox;■
|
|
1859
|
+
filledrect;▬
|
|
1860
|
+
finalkaf;ך
|
|
1861
|
+
finalkafdagesh;ךּ
|
|
1862
|
+
finalkafdageshhebrew;ךּ
|
|
1863
|
+
finalkafhebrew;ך
|
|
1864
|
+
finalkafqamats;ךָ
|
|
1865
|
+
finalkafqamatshebrew;ךָ
|
|
1866
|
+
finalkafsheva;ךְ
|
|
1867
|
+
finalkafshevahebrew;ךְ
|
|
1868
|
+
finalmem;ם
|
|
1869
|
+
finalmemhebrew;ם
|
|
1870
|
+
finalnun;ן
|
|
1871
|
+
finalnunhebrew;ן
|
|
1872
|
+
finalpe;ף
|
|
1873
|
+
finalpehebrew;ף
|
|
1874
|
+
finaltsadi;ץ
|
|
1875
|
+
finaltsadihebrew;ץ
|
|
1876
|
+
firsttonechinese;ˉ
|
|
1877
|
+
fisheye;◉
|
|
1878
|
+
fitacyrillic;ѳ
|
|
1879
|
+
five;5
|
|
1880
|
+
fivearabic;٥
|
|
1881
|
+
fivebengali;৫
|
|
1882
|
+
fivecircle;⑤
|
|
1883
|
+
fivecircleinversesansserif;➎
|
|
1884
|
+
fivedeva;५
|
|
1885
|
+
fiveeighths;⅝
|
|
1886
|
+
fivegujarati;૫
|
|
1887
|
+
fivegurmukhi;੫
|
|
1888
|
+
fivehackarabic;٥
|
|
1889
|
+
fivehangzhou;〥
|
|
1890
|
+
fiveideographicparen;㈤
|
|
1891
|
+
fiveinferior;₅
|
|
1892
|
+
fivemonospace;5
|
|
1893
|
+
fiveoldstyle;
|
|
1894
|
+
fiveparen;⑸
|
|
1895
|
+
fiveperiod;⒌
|
|
1896
|
+
fivepersian;۵
|
|
1897
|
+
fiveroman;ⅴ
|
|
1898
|
+
fivesuperior;⁵
|
|
1899
|
+
fivethai;๕
|
|
1900
|
+
fl;fl
|
|
1901
|
+
florin;ƒ
|
|
1902
|
+
fmonospace;f
|
|
1903
|
+
fmsquare;㎙
|
|
1904
|
+
fofanthai;ฟ
|
|
1905
|
+
fofathai;ฝ
|
|
1906
|
+
fongmanthai;๏
|
|
1907
|
+
forall;∀
|
|
1908
|
+
four;4
|
|
1909
|
+
fourarabic;٤
|
|
1910
|
+
fourbengali;৪
|
|
1911
|
+
fourcircle;④
|
|
1912
|
+
fourcircleinversesansserif;➍
|
|
1913
|
+
fourdeva;४
|
|
1914
|
+
fourgujarati;૪
|
|
1915
|
+
fourgurmukhi;੪
|
|
1916
|
+
fourhackarabic;٤
|
|
1917
|
+
fourhangzhou;〤
|
|
1918
|
+
fourideographicparen;㈣
|
|
1919
|
+
fourinferior;₄
|
|
1920
|
+
fourmonospace;4
|
|
1921
|
+
fournumeratorbengali;৷
|
|
1922
|
+
fouroldstyle;
|
|
1923
|
+
fourparen;⑷
|
|
1924
|
+
fourperiod;⒋
|
|
1925
|
+
fourpersian;۴
|
|
1926
|
+
fourroman;ⅳ
|
|
1927
|
+
foursuperior;⁴
|
|
1928
|
+
fourteencircle;⑭
|
|
1929
|
+
fourteenparen;⒁
|
|
1930
|
+
fourteenperiod;⒕
|
|
1931
|
+
fourthai;๔
|
|
1932
|
+
fourthtonechinese;ˋ
|
|
1933
|
+
fparen;⒡
|
|
1934
|
+
fraction;⁄
|
|
1935
|
+
franc;₣
|
|
1936
|
+
g;g
|
|
1937
|
+
gabengali;গ
|
|
1938
|
+
gacute;ǵ
|
|
1939
|
+
gadeva;ग
|
|
1940
|
+
gafarabic;گ
|
|
1941
|
+
gaffinalarabic;ﮓ
|
|
1942
|
+
gafinitialarabic;ﮔ
|
|
1943
|
+
gafmedialarabic;ﮕ
|
|
1944
|
+
gagujarati;ગ
|
|
1945
|
+
gagurmukhi;ਗ
|
|
1946
|
+
gahiragana;が
|
|
1947
|
+
gakatakana;ガ
|
|
1948
|
+
gamma;γ
|
|
1949
|
+
gammalatinsmall;ɣ
|
|
1950
|
+
gammasuperior;ˠ
|
|
1951
|
+
gangiacoptic;ϫ
|
|
1952
|
+
gbopomofo;ㄍ
|
|
1953
|
+
gbreve;ğ
|
|
1954
|
+
gcaron;ǧ
|
|
1955
|
+
gcedilla;ģ
|
|
1956
|
+
gcircle;ⓖ
|
|
1957
|
+
gcircumflex;ĝ
|
|
1958
|
+
gcommaaccent;ģ
|
|
1959
|
+
gdot;ġ
|
|
1960
|
+
gdotaccent;ġ
|
|
1961
|
+
gecyrillic;г
|
|
1962
|
+
gehiragana;げ
|
|
1963
|
+
gekatakana;ゲ
|
|
1964
|
+
geometricallyequal;≑
|
|
1965
|
+
gereshaccenthebrew;֜
|
|
1966
|
+
gereshhebrew;׳
|
|
1967
|
+
gereshmuqdamhebrew;֝
|
|
1968
|
+
germandbls;ß
|
|
1969
|
+
gershayimaccenthebrew;֞
|
|
1970
|
+
gershayimhebrew;״
|
|
1971
|
+
getamark;〓
|
|
1972
|
+
ghabengali;ঘ
|
|
1973
|
+
ghadarmenian;ղ
|
|
1974
|
+
ghadeva;घ
|
|
1975
|
+
ghagujarati;ઘ
|
|
1976
|
+
ghagurmukhi;ਘ
|
|
1977
|
+
ghainarabic;غ
|
|
1978
|
+
ghainfinalarabic;ﻎ
|
|
1979
|
+
ghaininitialarabic;ﻏ
|
|
1980
|
+
ghainmedialarabic;ﻐ
|
|
1981
|
+
ghemiddlehookcyrillic;ҕ
|
|
1982
|
+
ghestrokecyrillic;ғ
|
|
1983
|
+
gheupturncyrillic;ґ
|
|
1984
|
+
ghhadeva;ग़
|
|
1985
|
+
ghhagurmukhi;ਗ਼
|
|
1986
|
+
ghook;ɠ
|
|
1987
|
+
ghzsquare;㎓
|
|
1988
|
+
gihiragana;ぎ
|
|
1989
|
+
gikatakana;ギ
|
|
1990
|
+
gimarmenian;գ
|
|
1991
|
+
gimel;ג
|
|
1992
|
+
gimeldagesh;גּ
|
|
1993
|
+
gimeldageshhebrew;גּ
|
|
1994
|
+
gimelhebrew;ג
|
|
1995
|
+
gjecyrillic;ѓ
|
|
1996
|
+
glottalinvertedstroke;ƾ
|
|
1997
|
+
glottalstop;ʔ
|
|
1998
|
+
glottalstopinverted;ʖ
|
|
1999
|
+
glottalstopmod;ˀ
|
|
2000
|
+
glottalstopreversed;ʕ
|
|
2001
|
+
glottalstopreversedmod;ˁ
|
|
2002
|
+
glottalstopreversedsuperior;ˤ
|
|
2003
|
+
glottalstopstroke;ʡ
|
|
2004
|
+
glottalstopstrokereversed;ʢ
|
|
2005
|
+
gmacron;ḡ
|
|
2006
|
+
gmonospace;g
|
|
2007
|
+
gohiragana;ご
|
|
2008
|
+
gokatakana;ゴ
|
|
2009
|
+
gparen;⒢
|
|
2010
|
+
gpasquare;㎬
|
|
2011
|
+
gradient;∇
|
|
2012
|
+
grave;`
|
|
2013
|
+
gravebelowcmb;̖
|
|
2014
|
+
gravecmb;̀
|
|
2015
|
+
gravecomb;̀
|
|
2016
|
+
gravedeva;॓
|
|
2017
|
+
gravelowmod;ˎ
|
|
2018
|
+
gravemonospace;`
|
|
2019
|
+
gravetonecmb;̀
|
|
2020
|
+
greater;>
|
|
2021
|
+
greaterequal;≥
|
|
2022
|
+
greaterequalorless;⋛
|
|
2023
|
+
greatermonospace;>
|
|
2024
|
+
greaterorequivalent;≳
|
|
2025
|
+
greaterorless;≷
|
|
2026
|
+
greateroverequal;≧
|
|
2027
|
+
greatersmall;﹥
|
|
2028
|
+
gscript;ɡ
|
|
2029
|
+
gstroke;ǥ
|
|
2030
|
+
guhiragana;ぐ
|
|
2031
|
+
guillemotleft;«
|
|
2032
|
+
guillemotright;»
|
|
2033
|
+
guilsinglleft;‹
|
|
2034
|
+
guilsinglright;›
|
|
2035
|
+
gukatakana;グ
|
|
2036
|
+
guramusquare;㌘
|
|
2037
|
+
gysquare;㏉
|
|
2038
|
+
h;h
|
|
2039
|
+
haabkhasiancyrillic;ҩ
|
|
2040
|
+
haaltonearabic;ہ
|
|
2041
|
+
habengali;হ
|
|
2042
|
+
hadescendercyrillic;ҳ
|
|
2043
|
+
hadeva;ह
|
|
2044
|
+
hagujarati;હ
|
|
2045
|
+
hagurmukhi;ਹ
|
|
2046
|
+
haharabic;ح
|
|
2047
|
+
hahfinalarabic;ﺢ
|
|
2048
|
+
hahinitialarabic;ﺣ
|
|
2049
|
+
hahiragana;は
|
|
2050
|
+
hahmedialarabic;ﺤ
|
|
2051
|
+
haitusquare;㌪
|
|
2052
|
+
hakatakana;ハ
|
|
2053
|
+
hakatakanahalfwidth;ハ
|
|
2054
|
+
halantgurmukhi;੍
|
|
2055
|
+
hamzaarabic;ء
|
|
2056
|
+
hamzadammaarabic;ءُ
|
|
2057
|
+
hamzadammatanarabic;ءٌ
|
|
2058
|
+
hamzafathaarabic;ءَ
|
|
2059
|
+
hamzafathatanarabic;ءً
|
|
2060
|
+
hamzalowarabic;ء
|
|
2061
|
+
hamzalowkasraarabic;ءِ
|
|
2062
|
+
hamzalowkasratanarabic;ءٍ
|
|
2063
|
+
hamzasukunarabic;ءْ
|
|
2064
|
+
hangulfiller;ㅤ
|
|
2065
|
+
hardsigncyrillic;ъ
|
|
2066
|
+
harpoonleftbarbup;↼
|
|
2067
|
+
harpoonrightbarbup;⇀
|
|
2068
|
+
hasquare;㏊
|
|
2069
|
+
hatafpatah;ֲ
|
|
2070
|
+
hatafpatah16;ֲ
|
|
2071
|
+
hatafpatah23;ֲ
|
|
2072
|
+
hatafpatah2f;ֲ
|
|
2073
|
+
hatafpatahhebrew;ֲ
|
|
2074
|
+
hatafpatahnarrowhebrew;ֲ
|
|
2075
|
+
hatafpatahquarterhebrew;ֲ
|
|
2076
|
+
hatafpatahwidehebrew;ֲ
|
|
2077
|
+
hatafqamats;ֳ
|
|
2078
|
+
hatafqamats1b;ֳ
|
|
2079
|
+
hatafqamats28;ֳ
|
|
2080
|
+
hatafqamats34;ֳ
|
|
2081
|
+
hatafqamatshebrew;ֳ
|
|
2082
|
+
hatafqamatsnarrowhebrew;ֳ
|
|
2083
|
+
hatafqamatsquarterhebrew;ֳ
|
|
2084
|
+
hatafqamatswidehebrew;ֳ
|
|
2085
|
+
hatafsegol;ֱ
|
|
2086
|
+
hatafsegol17;ֱ
|
|
2087
|
+
hatafsegol24;ֱ
|
|
2088
|
+
hatafsegol30;ֱ
|
|
2089
|
+
hatafsegolhebrew;ֱ
|
|
2090
|
+
hatafsegolnarrowhebrew;ֱ
|
|
2091
|
+
hatafsegolquarterhebrew;ֱ
|
|
2092
|
+
hatafsegolwidehebrew;ֱ
|
|
2093
|
+
hbar;ħ
|
|
2094
|
+
hbopomofo;ㄏ
|
|
2095
|
+
hbrevebelow;ḫ
|
|
2096
|
+
hcedilla;ḩ
|
|
2097
|
+
hcircle;ⓗ
|
|
2098
|
+
hcircumflex;ĥ
|
|
2099
|
+
hdieresis;ḧ
|
|
2100
|
+
hdotaccent;ḣ
|
|
2101
|
+
hdotbelow;ḥ
|
|
2102
|
+
he;ה
|
|
2103
|
+
heart;♥
|
|
2104
|
+
heartsuitblack;♥
|
|
2105
|
+
heartsuitwhite;♡
|
|
2106
|
+
hedagesh;הּ
|
|
2107
|
+
hedageshhebrew;הּ
|
|
2108
|
+
hehaltonearabic;ہ
|
|
2109
|
+
heharabic;ه
|
|
2110
|
+
hehebrew;ה
|
|
2111
|
+
hehfinalaltonearabic;ﮧ
|
|
2112
|
+
hehfinalalttwoarabic;ﻪ
|
|
2113
|
+
hehfinalarabic;ﻪ
|
|
2114
|
+
hehhamzaabovefinalarabic;ﮥ
|
|
2115
|
+
hehhamzaaboveisolatedarabic;ﮤ
|
|
2116
|
+
hehinitialaltonearabic;ﮨ
|
|
2117
|
+
hehinitialarabic;ﻫ
|
|
2118
|
+
hehiragana;へ
|
|
2119
|
+
hehmedialaltonearabic;ﮩ
|
|
2120
|
+
hehmedialarabic;ﻬ
|
|
2121
|
+
heiseierasquare;㍻
|
|
2122
|
+
hekatakana;ヘ
|
|
2123
|
+
hekatakanahalfwidth;ヘ
|
|
2124
|
+
hekutaarusquare;㌶
|
|
2125
|
+
henghook;ɧ
|
|
2126
|
+
herutusquare;㌹
|
|
2127
|
+
het;ח
|
|
2128
|
+
hethebrew;ח
|
|
2129
|
+
hhook;ɦ
|
|
2130
|
+
hhooksuperior;ʱ
|
|
2131
|
+
hieuhacirclekorean;㉻
|
|
2132
|
+
hieuhaparenkorean;㈛
|
|
2133
|
+
hieuhcirclekorean;㉭
|
|
2134
|
+
hieuhkorean;ㅎ
|
|
2135
|
+
hieuhparenkorean;㈍
|
|
2136
|
+
hihiragana;ひ
|
|
2137
|
+
hikatakana;ヒ
|
|
2138
|
+
hikatakanahalfwidth;ヒ
|
|
2139
|
+
hiriq;ִ
|
|
2140
|
+
hiriq14;ִ
|
|
2141
|
+
hiriq21;ִ
|
|
2142
|
+
hiriq2d;ִ
|
|
2143
|
+
hiriqhebrew;ִ
|
|
2144
|
+
hiriqnarrowhebrew;ִ
|
|
2145
|
+
hiriqquarterhebrew;ִ
|
|
2146
|
+
hiriqwidehebrew;ִ
|
|
2147
|
+
hlinebelow;ẖ
|
|
2148
|
+
hmonospace;h
|
|
2149
|
+
hoarmenian;հ
|
|
2150
|
+
hohipthai;ห
|
|
2151
|
+
hohiragana;ほ
|
|
2152
|
+
hokatakana;ホ
|
|
2153
|
+
hokatakanahalfwidth;ホ
|
|
2154
|
+
holam;ֹ
|
|
2155
|
+
holam19;ֹ
|
|
2156
|
+
holam26;ֹ
|
|
2157
|
+
holam32;ֹ
|
|
2158
|
+
holamhebrew;ֹ
|
|
2159
|
+
holamnarrowhebrew;ֹ
|
|
2160
|
+
holamquarterhebrew;ֹ
|
|
2161
|
+
holamwidehebrew;ֹ
|
|
2162
|
+
honokhukthai;ฮ
|
|
2163
|
+
hookabovecomb;̉
|
|
2164
|
+
hookcmb;̉
|
|
2165
|
+
hookpalatalizedbelowcmb;̡
|
|
2166
|
+
hookretroflexbelowcmb;̢
|
|
2167
|
+
hoonsquare;㍂
|
|
2168
|
+
horicoptic;ϩ
|
|
2169
|
+
horizontalbar;―
|
|
2170
|
+
horncmb;̛
|
|
2171
|
+
hotsprings;♨
|
|
2172
|
+
house;⌂
|
|
2173
|
+
hparen;⒣
|
|
2174
|
+
hsuperior;ʰ
|
|
2175
|
+
hturned;ɥ
|
|
2176
|
+
huhiragana;ふ
|
|
2177
|
+
huiitosquare;㌳
|
|
2178
|
+
hukatakana;フ
|
|
2179
|
+
hukatakanahalfwidth;フ
|
|
2180
|
+
hungarumlaut;˝
|
|
2181
|
+
hungarumlautcmb;̋
|
|
2182
|
+
hv;ƕ
|
|
2183
|
+
hyphen;-
|
|
2184
|
+
hypheninferior;
|
|
2185
|
+
hyphenmonospace;-
|
|
2186
|
+
hyphensmall;﹣
|
|
2187
|
+
hyphensuperior;
|
|
2188
|
+
hyphentwo;‐
|
|
2189
|
+
i;i
|
|
2190
|
+
iacute;í
|
|
2191
|
+
iacyrillic;я
|
|
2192
|
+
ibengali;ই
|
|
2193
|
+
ibopomofo;ㄧ
|
|
2194
|
+
ibreve;ĭ
|
|
2195
|
+
icaron;ǐ
|
|
2196
|
+
icircle;ⓘ
|
|
2197
|
+
icircumflex;î
|
|
2198
|
+
icyrillic;і
|
|
2199
|
+
idblgrave;ȉ
|
|
2200
|
+
ideographearthcircle;㊏
|
|
2201
|
+
ideographfirecircle;㊋
|
|
2202
|
+
ideographicallianceparen;㈿
|
|
2203
|
+
ideographiccallparen;㈺
|
|
2204
|
+
ideographiccentrecircle;㊥
|
|
2205
|
+
ideographicclose;〆
|
|
2206
|
+
ideographiccomma;、
|
|
2207
|
+
ideographiccommaleft;、
|
|
2208
|
+
ideographiccongratulationparen;㈷
|
|
2209
|
+
ideographiccorrectcircle;㊣
|
|
2210
|
+
ideographicearthparen;㈯
|
|
2211
|
+
ideographicenterpriseparen;㈽
|
|
2212
|
+
ideographicexcellentcircle;㊝
|
|
2213
|
+
ideographicfestivalparen;㉀
|
|
2214
|
+
ideographicfinancialcircle;㊖
|
|
2215
|
+
ideographicfinancialparen;㈶
|
|
2216
|
+
ideographicfireparen;㈫
|
|
2217
|
+
ideographichaveparen;㈲
|
|
2218
|
+
ideographichighcircle;㊤
|
|
2219
|
+
ideographiciterationmark;々
|
|
2220
|
+
ideographiclaborcircle;㊘
|
|
2221
|
+
ideographiclaborparen;㈸
|
|
2222
|
+
ideographicleftcircle;㊧
|
|
2223
|
+
ideographiclowcircle;㊦
|
|
2224
|
+
ideographicmedicinecircle;㊩
|
|
2225
|
+
ideographicmetalparen;㈮
|
|
2226
|
+
ideographicmoonparen;㈪
|
|
2227
|
+
ideographicnameparen;㈴
|
|
2228
|
+
ideographicperiod;。
|
|
2229
|
+
ideographicprintcircle;㊞
|
|
2230
|
+
ideographicreachparen;㉃
|
|
2231
|
+
ideographicrepresentparen;㈹
|
|
2232
|
+
ideographicresourceparen;㈾
|
|
2233
|
+
ideographicrightcircle;㊨
|
|
2234
|
+
ideographicsecretcircle;㊙
|
|
2235
|
+
ideographicselfparen;㉂
|
|
2236
|
+
ideographicsocietyparen;㈳
|
|
2237
|
+
ideographicspace;
|
|
2238
|
+
ideographicspecialparen;㈵
|
|
2239
|
+
ideographicstockparen;㈱
|
|
2240
|
+
ideographicstudyparen;㈻
|
|
2241
|
+
ideographicsunparen;㈰
|
|
2242
|
+
ideographicsuperviseparen;㈼
|
|
2243
|
+
ideographicwaterparen;㈬
|
|
2244
|
+
ideographicwoodparen;㈭
|
|
2245
|
+
ideographiczero;〇
|
|
2246
|
+
ideographmetalcircle;㊎
|
|
2247
|
+
ideographmooncircle;㊊
|
|
2248
|
+
ideographnamecircle;㊔
|
|
2249
|
+
ideographsuncircle;㊐
|
|
2250
|
+
ideographwatercircle;㊌
|
|
2251
|
+
ideographwoodcircle;㊍
|
|
2252
|
+
ideva;इ
|
|
2253
|
+
idieresis;ï
|
|
2254
|
+
idieresisacute;ḯ
|
|
2255
|
+
idieresiscyrillic;ӥ
|
|
2256
|
+
idotbelow;ị
|
|
2257
|
+
iebrevecyrillic;ӗ
|
|
2258
|
+
iecyrillic;е
|
|
2259
|
+
ieungacirclekorean;㉵
|
|
2260
|
+
ieungaparenkorean;㈕
|
|
2261
|
+
ieungcirclekorean;㉧
|
|
2262
|
+
ieungkorean;ㅇ
|
|
2263
|
+
ieungparenkorean;㈇
|
|
2264
|
+
igrave;ì
|
|
2265
|
+
igujarati;ઇ
|
|
2266
|
+
igurmukhi;ਇ
|
|
2267
|
+
ihiragana;い
|
|
2268
|
+
ihookabove;ỉ
|
|
2269
|
+
iibengali;ঈ
|
|
2270
|
+
iicyrillic;и
|
|
2271
|
+
iideva;ई
|
|
2272
|
+
iigujarati;ઈ
|
|
2273
|
+
iigurmukhi;ਈ
|
|
2274
|
+
iimatragurmukhi;ੀ
|
|
2275
|
+
iinvertedbreve;ȋ
|
|
2276
|
+
iishortcyrillic;й
|
|
2277
|
+
iivowelsignbengali;ী
|
|
2278
|
+
iivowelsigndeva;ी
|
|
2279
|
+
iivowelsigngujarati;ી
|
|
2280
|
+
ij;ij
|
|
2281
|
+
ikatakana;イ
|
|
2282
|
+
ikatakanahalfwidth;イ
|
|
2283
|
+
ikorean;ㅣ
|
|
2284
|
+
ilde;˜
|
|
2285
|
+
iluyhebrew;֬
|
|
2286
|
+
imacron;ī
|
|
2287
|
+
imacroncyrillic;ӣ
|
|
2288
|
+
imageorapproximatelyequal;≓
|
|
2289
|
+
imatragurmukhi;ਿ
|
|
2290
|
+
imonospace;i
|
|
2291
|
+
increment;∆
|
|
2292
|
+
infinity;∞
|
|
2293
|
+
iniarmenian;ի
|
|
2294
|
+
integral;∫
|
|
2295
|
+
integralbottom;⌡
|
|
2296
|
+
integralbt;⌡
|
|
2297
|
+
integralex;
|
|
2298
|
+
integraltop;⌠
|
|
2299
|
+
integraltp;⌠
|
|
2300
|
+
intersection;∩
|
|
2301
|
+
intisquare;㌅
|
|
2302
|
+
invbullet;◘
|
|
2303
|
+
invcircle;◙
|
|
2304
|
+
invsmileface;☻
|
|
2305
|
+
iocyrillic;ё
|
|
2306
|
+
iogonek;į
|
|
2307
|
+
iota;ι
|
|
2308
|
+
iotadieresis;ϊ
|
|
2309
|
+
iotadieresistonos;ΐ
|
|
2310
|
+
iotalatin;ɩ
|
|
2311
|
+
iotatonos;ί
|
|
2312
|
+
iparen;⒤
|
|
2313
|
+
irigurmukhi;ੲ
|
|
2314
|
+
ismallhiragana;ぃ
|
|
2315
|
+
ismallkatakana;ィ
|
|
2316
|
+
ismallkatakanahalfwidth;ィ
|
|
2317
|
+
issharbengali;৺
|
|
2318
|
+
istroke;ɨ
|
|
2319
|
+
isuperior;
|
|
2320
|
+
iterationhiragana;ゝ
|
|
2321
|
+
iterationkatakana;ヽ
|
|
2322
|
+
itilde;ĩ
|
|
2323
|
+
itildebelow;ḭ
|
|
2324
|
+
iubopomofo;ㄩ
|
|
2325
|
+
iucyrillic;ю
|
|
2326
|
+
ivowelsignbengali;ি
|
|
2327
|
+
ivowelsigndeva;ि
|
|
2328
|
+
ivowelsigngujarati;િ
|
|
2329
|
+
izhitsacyrillic;ѵ
|
|
2330
|
+
izhitsadblgravecyrillic;ѷ
|
|
2331
|
+
j;j
|
|
2332
|
+
jaarmenian;ձ
|
|
2333
|
+
jabengali;জ
|
|
2334
|
+
jadeva;ज
|
|
2335
|
+
jagujarati;જ
|
|
2336
|
+
jagurmukhi;ਜ
|
|
2337
|
+
jbopomofo;ㄐ
|
|
2338
|
+
jcaron;ǰ
|
|
2339
|
+
jcircle;ⓙ
|
|
2340
|
+
jcircumflex;ĵ
|
|
2341
|
+
jcrossedtail;ʝ
|
|
2342
|
+
jdotlessstroke;ɟ
|
|
2343
|
+
jecyrillic;ј
|
|
2344
|
+
jeemarabic;ج
|
|
2345
|
+
jeemfinalarabic;ﺞ
|
|
2346
|
+
jeeminitialarabic;ﺟ
|
|
2347
|
+
jeemmedialarabic;ﺠ
|
|
2348
|
+
jeharabic;ژ
|
|
2349
|
+
jehfinalarabic;ﮋ
|
|
2350
|
+
jhabengali;ঝ
|
|
2351
|
+
jhadeva;झ
|
|
2352
|
+
jhagujarati;ઝ
|
|
2353
|
+
jhagurmukhi;ਝ
|
|
2354
|
+
jheharmenian;ջ
|
|
2355
|
+
jis;〄
|
|
2356
|
+
jmonospace;j
|
|
2357
|
+
jparen;⒥
|
|
2358
|
+
jsuperior;ʲ
|
|
2359
|
+
k;k
|
|
2360
|
+
kabashkircyrillic;ҡ
|
|
2361
|
+
kabengali;ক
|
|
2362
|
+
kacute;ḱ
|
|
2363
|
+
kacyrillic;к
|
|
2364
|
+
kadescendercyrillic;қ
|
|
2365
|
+
kadeva;क
|
|
2366
|
+
kaf;כ
|
|
2367
|
+
kafarabic;ك
|
|
2368
|
+
kafdagesh;כּ
|
|
2369
|
+
kafdageshhebrew;כּ
|
|
2370
|
+
kaffinalarabic;ﻚ
|
|
2371
|
+
kafhebrew;כ
|
|
2372
|
+
kafinitialarabic;ﻛ
|
|
2373
|
+
kafmedialarabic;ﻜ
|
|
2374
|
+
kafrafehebrew;כֿ
|
|
2375
|
+
kagujarati;ક
|
|
2376
|
+
kagurmukhi;ਕ
|
|
2377
|
+
kahiragana;か
|
|
2378
|
+
kahookcyrillic;ӄ
|
|
2379
|
+
kakatakana;カ
|
|
2380
|
+
kakatakanahalfwidth;カ
|
|
2381
|
+
kappa;κ
|
|
2382
|
+
kappasymbolgreek;ϰ
|
|
2383
|
+
kapyeounmieumkorean;ㅱ
|
|
2384
|
+
kapyeounphieuphkorean;ㆄ
|
|
2385
|
+
kapyeounpieupkorean;ㅸ
|
|
2386
|
+
kapyeounssangpieupkorean;ㅹ
|
|
2387
|
+
karoriisquare;㌍
|
|
2388
|
+
kashidaautoarabic;ـ
|
|
2389
|
+
kashidaautonosidebearingarabic;ـ
|
|
2390
|
+
kasmallkatakana;ヵ
|
|
2391
|
+
kasquare;㎄
|
|
2392
|
+
kasraarabic;ِ
|
|
2393
|
+
kasratanarabic;ٍ
|
|
2394
|
+
kastrokecyrillic;ҟ
|
|
2395
|
+
katahiraprolongmarkhalfwidth;ー
|
|
2396
|
+
kaverticalstrokecyrillic;ҝ
|
|
2397
|
+
kbopomofo;ㄎ
|
|
2398
|
+
kcalsquare;㎉
|
|
2399
|
+
kcaron;ǩ
|
|
2400
|
+
kcedilla;ķ
|
|
2401
|
+
kcircle;ⓚ
|
|
2402
|
+
kcommaaccent;ķ
|
|
2403
|
+
kdotbelow;ḳ
|
|
2404
|
+
keharmenian;ք
|
|
2405
|
+
kehiragana;け
|
|
2406
|
+
kekatakana;ケ
|
|
2407
|
+
kekatakanahalfwidth;ケ
|
|
2408
|
+
kenarmenian;կ
|
|
2409
|
+
kesmallkatakana;ヶ
|
|
2410
|
+
kgreenlandic;ĸ
|
|
2411
|
+
khabengali;খ
|
|
2412
|
+
khacyrillic;х
|
|
2413
|
+
khadeva;ख
|
|
2414
|
+
khagujarati;ખ
|
|
2415
|
+
khagurmukhi;ਖ
|
|
2416
|
+
khaharabic;خ
|
|
2417
|
+
khahfinalarabic;ﺦ
|
|
2418
|
+
khahinitialarabic;ﺧ
|
|
2419
|
+
khahmedialarabic;ﺨ
|
|
2420
|
+
kheicoptic;ϧ
|
|
2421
|
+
khhadeva;ख़
|
|
2422
|
+
khhagurmukhi;ਖ਼
|
|
2423
|
+
khieukhacirclekorean;㉸
|
|
2424
|
+
khieukhaparenkorean;㈘
|
|
2425
|
+
khieukhcirclekorean;㉪
|
|
2426
|
+
khieukhkorean;ㅋ
|
|
2427
|
+
khieukhparenkorean;㈊
|
|
2428
|
+
khokhaithai;ข
|
|
2429
|
+
khokhonthai;ฅ
|
|
2430
|
+
khokhuatthai;ฃ
|
|
2431
|
+
khokhwaithai;ค
|
|
2432
|
+
khomutthai;๛
|
|
2433
|
+
khook;ƙ
|
|
2434
|
+
khorakhangthai;ฆ
|
|
2435
|
+
khzsquare;㎑
|
|
2436
|
+
kihiragana;き
|
|
2437
|
+
kikatakana;キ
|
|
2438
|
+
kikatakanahalfwidth;キ
|
|
2439
|
+
kiroguramusquare;㌕
|
|
2440
|
+
kiromeetorusquare;㌖
|
|
2441
|
+
kirosquare;㌔
|
|
2442
|
+
kiyeokacirclekorean;㉮
|
|
2443
|
+
kiyeokaparenkorean;㈎
|
|
2444
|
+
kiyeokcirclekorean;㉠
|
|
2445
|
+
kiyeokkorean;ㄱ
|
|
2446
|
+
kiyeokparenkorean;㈀
|
|
2447
|
+
kiyeoksioskorean;ㄳ
|
|
2448
|
+
kjecyrillic;ќ
|
|
2449
|
+
klinebelow;ḵ
|
|
2450
|
+
klsquare;㎘
|
|
2451
|
+
kmcubedsquare;㎦
|
|
2452
|
+
kmonospace;k
|
|
2453
|
+
kmsquaredsquare;㎢
|
|
2454
|
+
kohiragana;こ
|
|
2455
|
+
kohmsquare;㏀
|
|
2456
|
+
kokaithai;ก
|
|
2457
|
+
kokatakana;コ
|
|
2458
|
+
kokatakanahalfwidth;コ
|
|
2459
|
+
kooposquare;㌞
|
|
2460
|
+
koppacyrillic;ҁ
|
|
2461
|
+
koreanstandardsymbol;㉿
|
|
2462
|
+
koroniscmb;̓
|
|
2463
|
+
kparen;⒦
|
|
2464
|
+
kpasquare;㎪
|
|
2465
|
+
ksicyrillic;ѯ
|
|
2466
|
+
ktsquare;㏏
|
|
2467
|
+
kturned;ʞ
|
|
2468
|
+
kuhiragana;く
|
|
2469
|
+
kukatakana;ク
|
|
2470
|
+
kukatakanahalfwidth;ク
|
|
2471
|
+
kvsquare;㎸
|
|
2472
|
+
kwsquare;㎾
|
|
2473
|
+
l;l
|
|
2474
|
+
labengali;ল
|
|
2475
|
+
lacute;ĺ
|
|
2476
|
+
ladeva;ल
|
|
2477
|
+
lagujarati;લ
|
|
2478
|
+
lagurmukhi;ਲ
|
|
2479
|
+
lakkhangyaothai;ๅ
|
|
2480
|
+
lamaleffinalarabic;ﻼ
|
|
2481
|
+
lamalefhamzaabovefinalarabic;ﻸ
|
|
2482
|
+
lamalefhamzaaboveisolatedarabic;ﻷ
|
|
2483
|
+
lamalefhamzabelowfinalarabic;ﻺ
|
|
2484
|
+
lamalefhamzabelowisolatedarabic;ﻹ
|
|
2485
|
+
lamalefisolatedarabic;ﻻ
|
|
2486
|
+
lamalefmaddaabovefinalarabic;ﻶ
|
|
2487
|
+
lamalefmaddaaboveisolatedarabic;ﻵ
|
|
2488
|
+
lamarabic;ل
|
|
2489
|
+
lambda;λ
|
|
2490
|
+
lambdastroke;ƛ
|
|
2491
|
+
lamed;ל
|
|
2492
|
+
lameddagesh;לּ
|
|
2493
|
+
lameddageshhebrew;לּ
|
|
2494
|
+
lamedhebrew;ל
|
|
2495
|
+
lamedholam;לֹ
|
|
2496
|
+
lamedholamdagesh;לֹּ
|
|
2497
|
+
lamedholamdageshhebrew;לֹּ
|
|
2498
|
+
lamedholamhebrew;לֹ
|
|
2499
|
+
lamfinalarabic;ﻞ
|
|
2500
|
+
lamhahinitialarabic;ﳊ
|
|
2501
|
+
laminitialarabic;ﻟ
|
|
2502
|
+
lamjeeminitialarabic;ﳉ
|
|
2503
|
+
lamkhahinitialarabic;ﳋ
|
|
2504
|
+
lamlamhehisolatedarabic;ﷲ
|
|
2505
|
+
lammedialarabic;ﻠ
|
|
2506
|
+
lammeemhahinitialarabic;ﶈ
|
|
2507
|
+
lammeeminitialarabic;ﳌ
|
|
2508
|
+
lammeemjeeminitialarabic;ﻟﻤﺠ
|
|
2509
|
+
lammeemkhahinitialarabic;ﻟﻤﺨ
|
|
2510
|
+
largecircle;◯
|
|
2511
|
+
lbar;ƚ
|
|
2512
|
+
lbelt;ɬ
|
|
2513
|
+
lbopomofo;ㄌ
|
|
2514
|
+
lcaron;ľ
|
|
2515
|
+
lcedilla;ļ
|
|
2516
|
+
lcircle;ⓛ
|
|
2517
|
+
lcircumflexbelow;ḽ
|
|
2518
|
+
lcommaaccent;ļ
|
|
2519
|
+
ldot;ŀ
|
|
2520
|
+
ldotaccent;ŀ
|
|
2521
|
+
ldotbelow;ḷ
|
|
2522
|
+
ldotbelowmacron;ḹ
|
|
2523
|
+
leftangleabovecmb;̚
|
|
2524
|
+
lefttackbelowcmb;̘
|
|
2525
|
+
less;<
|
|
2526
|
+
lessequal;≤
|
|
2527
|
+
lessequalorgreater;⋚
|
|
2528
|
+
lessmonospace;<
|
|
2529
|
+
lessorequivalent;≲
|
|
2530
|
+
lessorgreater;≶
|
|
2531
|
+
lessoverequal;≦
|
|
2532
|
+
lesssmall;﹤
|
|
2533
|
+
lezh;ɮ
|
|
2534
|
+
lfblock;▌
|
|
2535
|
+
lhookretroflex;ɭ
|
|
2536
|
+
lira;₤
|
|
2537
|
+
liwnarmenian;լ
|
|
2538
|
+
lj;lj
|
|
2539
|
+
ljecyrillic;љ
|
|
2540
|
+
ll;
|
|
2541
|
+
lladeva;ळ
|
|
2542
|
+
llagujarati;ળ
|
|
2543
|
+
llinebelow;ḻ
|
|
2544
|
+
llladeva;ऴ
|
|
2545
|
+
llvocalicbengali;ৡ
|
|
2546
|
+
llvocalicdeva;ॡ
|
|
2547
|
+
llvocalicvowelsignbengali;ৣ
|
|
2548
|
+
llvocalicvowelsigndeva;ॣ
|
|
2549
|
+
lmiddletilde;ɫ
|
|
2550
|
+
lmonospace;l
|
|
2551
|
+
lmsquare;㏐
|
|
2552
|
+
lochulathai;ฬ
|
|
2553
|
+
logicaland;∧
|
|
2554
|
+
logicalnot;¬
|
|
2555
|
+
logicalnotreversed;⌐
|
|
2556
|
+
logicalor;∨
|
|
2557
|
+
lolingthai;ล
|
|
2558
|
+
longs;ſ
|
|
2559
|
+
lowlinecenterline;﹎
|
|
2560
|
+
lowlinecmb;̲
|
|
2561
|
+
lowlinedashed;﹍
|
|
2562
|
+
lozenge;◊
|
|
2563
|
+
lparen;⒧
|
|
2564
|
+
lslash;ł
|
|
2565
|
+
lsquare;ℓ
|
|
2566
|
+
lsuperior;
|
|
2567
|
+
ltshade;░
|
|
2568
|
+
luthai;ฦ
|
|
2569
|
+
lvocalicbengali;ঌ
|
|
2570
|
+
lvocalicdeva;ऌ
|
|
2571
|
+
lvocalicvowelsignbengali;ৢ
|
|
2572
|
+
lvocalicvowelsigndeva;ॢ
|
|
2573
|
+
lxsquare;㏓
|
|
2574
|
+
m;m
|
|
2575
|
+
mabengali;ম
|
|
2576
|
+
macron;¯
|
|
2577
|
+
macronbelowcmb;̱
|
|
2578
|
+
macroncmb;̄
|
|
2579
|
+
macronlowmod;ˍ
|
|
2580
|
+
macronmonospace; ̄
|
|
2581
|
+
macute;ḿ
|
|
2582
|
+
madeva;म
|
|
2583
|
+
magujarati;મ
|
|
2584
|
+
magurmukhi;ਮ
|
|
2585
|
+
mahapakhhebrew;֤
|
|
2586
|
+
mahapakhlefthebrew;֤
|
|
2587
|
+
mahiragana;ま
|
|
2588
|
+
maichattawalowleftthai;
|
|
2589
|
+
maichattawalowrightthai;
|
|
2590
|
+
maichattawathai;๋
|
|
2591
|
+
maichattawaupperleftthai;
|
|
2592
|
+
maieklowleftthai;
|
|
2593
|
+
maieklowrightthai;
|
|
2594
|
+
maiekthai;่
|
|
2595
|
+
maiekupperleftthai;
|
|
2596
|
+
maihanakatleftthai;
|
|
2597
|
+
maihanakatthai;ั
|
|
2598
|
+
maitaikhuleftthai;
|
|
2599
|
+
maitaikhuthai;็
|
|
2600
|
+
maitholowleftthai;
|
|
2601
|
+
maitholowrightthai;
|
|
2602
|
+
maithothai;้
|
|
2603
|
+
maithoupperleftthai;
|
|
2604
|
+
maitrilowleftthai;
|
|
2605
|
+
maitrilowrightthai;
|
|
2606
|
+
maitrithai;๊
|
|
2607
|
+
maitriupperleftthai;
|
|
2608
|
+
maiyamokthai;ๆ
|
|
2609
|
+
makatakana;マ
|
|
2610
|
+
makatakanahalfwidth;マ
|
|
2611
|
+
male;♂
|
|
2612
|
+
mansyonsquare;㍇
|
|
2613
|
+
maqafhebrew;־
|
|
2614
|
+
mars;♂
|
|
2615
|
+
masoracirclehebrew;֯
|
|
2616
|
+
masquare;㎃
|
|
2617
|
+
mbopomofo;ㄇ
|
|
2618
|
+
mbsquare;㏔
|
|
2619
|
+
mcircle;ⓜ
|
|
2620
|
+
mcubedsquare;㎥
|
|
2621
|
+
mdotaccent;ṁ
|
|
2622
|
+
mdotbelow;ṃ
|
|
2623
|
+
meemarabic;م
|
|
2624
|
+
meemfinalarabic;ﻢ
|
|
2625
|
+
meeminitialarabic;ﻣ
|
|
2626
|
+
meemmedialarabic;ﻤ
|
|
2627
|
+
meemmeeminitialarabic;ﳑ
|
|
2628
|
+
meemmeemisolatedarabic;ﱈ
|
|
2629
|
+
meetorusquare;㍍
|
|
2630
|
+
mehiragana;め
|
|
2631
|
+
meizierasquare;㍾
|
|
2632
|
+
mekatakana;メ
|
|
2633
|
+
mekatakanahalfwidth;メ
|
|
2634
|
+
mem;מ
|
|
2635
|
+
memdagesh;מּ
|
|
2636
|
+
memdageshhebrew;מּ
|
|
2637
|
+
memhebrew;מ
|
|
2638
|
+
menarmenian;մ
|
|
2639
|
+
merkhahebrew;֥
|
|
2640
|
+
merkhakefulahebrew;֦
|
|
2641
|
+
merkhakefulalefthebrew;֦
|
|
2642
|
+
merkhalefthebrew;֥
|
|
2643
|
+
mhook;ɱ
|
|
2644
|
+
mhzsquare;㎒
|
|
2645
|
+
middledotkatakanahalfwidth;・
|
|
2646
|
+
middot;·
|
|
2647
|
+
mieumacirclekorean;㉲
|
|
2648
|
+
mieumaparenkorean;㈒
|
|
2649
|
+
mieumcirclekorean;㉤
|
|
2650
|
+
mieumkorean;ㅁ
|
|
2651
|
+
mieumpansioskorean;ㅰ
|
|
2652
|
+
mieumparenkorean;㈄
|
|
2653
|
+
mieumpieupkorean;ㅮ
|
|
2654
|
+
mieumsioskorean;ㅯ
|
|
2655
|
+
mihiragana;み
|
|
2656
|
+
mikatakana;ミ
|
|
2657
|
+
mikatakanahalfwidth;ミ
|
|
2658
|
+
minus;−
|
|
2659
|
+
minusbelowcmb;̠
|
|
2660
|
+
minuscircle;⊖
|
|
2661
|
+
minusmod;˗
|
|
2662
|
+
minusplus;∓
|
|
2663
|
+
minute;′
|
|
2664
|
+
miribaarusquare;㍊
|
|
2665
|
+
mirisquare;㍉
|
|
2666
|
+
mlonglegturned;ɰ
|
|
2667
|
+
mlsquare;㎖
|
|
2668
|
+
mmcubedsquare;㎣
|
|
2669
|
+
mmonospace;m
|
|
2670
|
+
mmsquaredsquare;㎟
|
|
2671
|
+
mohiragana;も
|
|
2672
|
+
mohmsquare;㏁
|
|
2673
|
+
mokatakana;モ
|
|
2674
|
+
mokatakanahalfwidth;モ
|
|
2675
|
+
molsquare;㏖
|
|
2676
|
+
momathai;ม
|
|
2677
|
+
moverssquare;㎧
|
|
2678
|
+
moverssquaredsquare;㎨
|
|
2679
|
+
mparen;⒨
|
|
2680
|
+
mpasquare;㎫
|
|
2681
|
+
mssquare;㎳
|
|
2682
|
+
msuperior;
|
|
2683
|
+
mturned;ɯ
|
|
2684
|
+
mu;µ
|
|
2685
|
+
mu1;µ
|
|
2686
|
+
muasquare;㎂
|
|
2687
|
+
muchgreater;≫
|
|
2688
|
+
muchless;≪
|
|
2689
|
+
mufsquare;㎌
|
|
2690
|
+
mugreek;μ
|
|
2691
|
+
mugsquare;㎍
|
|
2692
|
+
muhiragana;む
|
|
2693
|
+
mukatakana;ム
|
|
2694
|
+
mukatakanahalfwidth;ム
|
|
2695
|
+
mulsquare;㎕
|
|
2696
|
+
multiply;×
|
|
2697
|
+
mumsquare;㎛
|
|
2698
|
+
munahhebrew;֣
|
|
2699
|
+
munahlefthebrew;֣
|
|
2700
|
+
musicalnote;♪
|
|
2701
|
+
musicalnotedbl;♫
|
|
2702
|
+
musicflatsign;♭
|
|
2703
|
+
musicsharpsign;♯
|
|
2704
|
+
mussquare;㎲
|
|
2705
|
+
muvsquare;㎶
|
|
2706
|
+
muwsquare;㎼
|
|
2707
|
+
mvmegasquare;㎹
|
|
2708
|
+
mvsquare;㎷
|
|
2709
|
+
mwmegasquare;㎿
|
|
2710
|
+
mwsquare;㎽
|
|
2711
|
+
n;n
|
|
2712
|
+
nabengali;ন
|
|
2713
|
+
nabla;∇
|
|
2714
|
+
nacute;ń
|
|
2715
|
+
nadeva;न
|
|
2716
|
+
nagujarati;ન
|
|
2717
|
+
nagurmukhi;ਨ
|
|
2718
|
+
nahiragana;な
|
|
2719
|
+
nakatakana;ナ
|
|
2720
|
+
nakatakanahalfwidth;ナ
|
|
2721
|
+
napostrophe;ʼn
|
|
2722
|
+
nasquare;㎁
|
|
2723
|
+
nbopomofo;ㄋ
|
|
2724
|
+
nbspace;
|
|
2725
|
+
ncaron;ň
|
|
2726
|
+
ncedilla;ņ
|
|
2727
|
+
ncircle;ⓝ
|
|
2728
|
+
ncircumflexbelow;ṋ
|
|
2729
|
+
ncommaaccent;ņ
|
|
2730
|
+
ndotaccent;ṅ
|
|
2731
|
+
ndotbelow;ṇ
|
|
2732
|
+
nehiragana;ね
|
|
2733
|
+
nekatakana;ネ
|
|
2734
|
+
nekatakanahalfwidth;ネ
|
|
2735
|
+
newsheqelsign;₪
|
|
2736
|
+
nfsquare;㎋
|
|
2737
|
+
ngabengali;ঙ
|
|
2738
|
+
ngadeva;ङ
|
|
2739
|
+
ngagujarati;ઙ
|
|
2740
|
+
ngagurmukhi;ਙ
|
|
2741
|
+
ngonguthai;ง
|
|
2742
|
+
nhiragana;ん
|
|
2743
|
+
nhookleft;ɲ
|
|
2744
|
+
nhookretroflex;ɳ
|
|
2745
|
+
nieunacirclekorean;㉯
|
|
2746
|
+
nieunaparenkorean;㈏
|
|
2747
|
+
nieuncieuckorean;ㄵ
|
|
2748
|
+
nieuncirclekorean;㉡
|
|
2749
|
+
nieunhieuhkorean;ㄶ
|
|
2750
|
+
nieunkorean;ㄴ
|
|
2751
|
+
nieunpansioskorean;ㅨ
|
|
2752
|
+
nieunparenkorean;㈁
|
|
2753
|
+
nieunsioskorean;ㅧ
|
|
2754
|
+
nieuntikeutkorean;ㅦ
|
|
2755
|
+
nihiragana;に
|
|
2756
|
+
nikatakana;ニ
|
|
2757
|
+
nikatakanahalfwidth;ニ
|
|
2758
|
+
nikhahitleftthai;
|
|
2759
|
+
nikhahitthai;ํ
|
|
2760
|
+
nine;9
|
|
2761
|
+
ninearabic;٩
|
|
2762
|
+
ninebengali;৯
|
|
2763
|
+
ninecircle;⑨
|
|
2764
|
+
ninecircleinversesansserif;➒
|
|
2765
|
+
ninedeva;९
|
|
2766
|
+
ninegujarati;૯
|
|
2767
|
+
ninegurmukhi;੯
|
|
2768
|
+
ninehackarabic;٩
|
|
2769
|
+
ninehangzhou;〩
|
|
2770
|
+
nineideographicparen;㈨
|
|
2771
|
+
nineinferior;₉
|
|
2772
|
+
ninemonospace;9
|
|
2773
|
+
nineoldstyle;
|
|
2774
|
+
nineparen;⑼
|
|
2775
|
+
nineperiod;⒐
|
|
2776
|
+
ninepersian;۹
|
|
2777
|
+
nineroman;ⅸ
|
|
2778
|
+
ninesuperior;⁹
|
|
2779
|
+
nineteencircle;⑲
|
|
2780
|
+
nineteenparen;⒆
|
|
2781
|
+
nineteenperiod;⒚
|
|
2782
|
+
ninethai;๙
|
|
2783
|
+
nj;nj
|
|
2784
|
+
njecyrillic;њ
|
|
2785
|
+
nkatakana;ン
|
|
2786
|
+
nkatakanahalfwidth;ン
|
|
2787
|
+
nlegrightlong;ƞ
|
|
2788
|
+
nlinebelow;ṉ
|
|
2789
|
+
nmonospace;n
|
|
2790
|
+
nmsquare;㎚
|
|
2791
|
+
nnabengali;ণ
|
|
2792
|
+
nnadeva;ण
|
|
2793
|
+
nnagujarati;ણ
|
|
2794
|
+
nnagurmukhi;ਣ
|
|
2795
|
+
nnnadeva;ऩ
|
|
2796
|
+
nohiragana;の
|
|
2797
|
+
nokatakana;ノ
|
|
2798
|
+
nokatakanahalfwidth;ノ
|
|
2799
|
+
nonbreakingspace;
|
|
2800
|
+
nonenthai;ณ
|
|
2801
|
+
nonuthai;น
|
|
2802
|
+
noonarabic;ن
|
|
2803
|
+
noonfinalarabic;ﻦ
|
|
2804
|
+
noonghunnaarabic;ں
|
|
2805
|
+
noonghunnafinalarabic;ﮟ
|
|
2806
|
+
noonhehinitialarabic;ﻧﻬ
|
|
2807
|
+
nooninitialarabic;ﻧ
|
|
2808
|
+
noonjeeminitialarabic;ﳒ
|
|
2809
|
+
noonjeemisolatedarabic;ﱋ
|
|
2810
|
+
noonmedialarabic;ﻨ
|
|
2811
|
+
noonmeeminitialarabic;ﳕ
|
|
2812
|
+
noonmeemisolatedarabic;ﱎ
|
|
2813
|
+
noonnoonfinalarabic;ﲍ
|
|
2814
|
+
notcontains;∌
|
|
2815
|
+
notelement;∉
|
|
2816
|
+
notelementof;∉
|
|
2817
|
+
notequal;≠
|
|
2818
|
+
notgreater;≯
|
|
2819
|
+
notgreaternorequal;≱
|
|
2820
|
+
notgreaternorless;≹
|
|
2821
|
+
notidentical;≢
|
|
2822
|
+
notless;≮
|
|
2823
|
+
notlessnorequal;≰
|
|
2824
|
+
notparallel;∦
|
|
2825
|
+
notprecedes;⊀
|
|
2826
|
+
notsubset;⊄
|
|
2827
|
+
notsucceeds;⊁
|
|
2828
|
+
notsuperset;⊅
|
|
2829
|
+
nowarmenian;ն
|
|
2830
|
+
nparen;⒩
|
|
2831
|
+
nssquare;㎱
|
|
2832
|
+
nsuperior;ⁿ
|
|
2833
|
+
ntilde;ñ
|
|
2834
|
+
nu;ν
|
|
2835
|
+
nuhiragana;ぬ
|
|
2836
|
+
nukatakana;ヌ
|
|
2837
|
+
nukatakanahalfwidth;ヌ
|
|
2838
|
+
nuktabengali;়
|
|
2839
|
+
nuktadeva;़
|
|
2840
|
+
nuktagujarati;઼
|
|
2841
|
+
nuktagurmukhi;਼
|
|
2842
|
+
numbersign;#
|
|
2843
|
+
numbersignmonospace;#
|
|
2844
|
+
numbersignsmall;﹟
|
|
2845
|
+
numeralsigngreek;ʹ
|
|
2846
|
+
numeralsignlowergreek;͵
|
|
2847
|
+
numero;№
|
|
2848
|
+
nun;נ
|
|
2849
|
+
nundagesh;נּ
|
|
2850
|
+
nundageshhebrew;נּ
|
|
2851
|
+
nunhebrew;נ
|
|
2852
|
+
nvsquare;㎵
|
|
2853
|
+
nwsquare;㎻
|
|
2854
|
+
nyabengali;ঞ
|
|
2855
|
+
nyadeva;ञ
|
|
2856
|
+
nyagujarati;ઞ
|
|
2857
|
+
nyagurmukhi;ਞ
|
|
2858
|
+
o;o
|
|
2859
|
+
oacute;ó
|
|
2860
|
+
oangthai;อ
|
|
2861
|
+
obarred;ɵ
|
|
2862
|
+
obarredcyrillic;ө
|
|
2863
|
+
obarreddieresiscyrillic;ӫ
|
|
2864
|
+
obengali;ও
|
|
2865
|
+
obopomofo;ㄛ
|
|
2866
|
+
obreve;ŏ
|
|
2867
|
+
ocandradeva;ऑ
|
|
2868
|
+
ocandragujarati;ઑ
|
|
2869
|
+
ocandravowelsigndeva;ॉ
|
|
2870
|
+
ocandravowelsigngujarati;ૉ
|
|
2871
|
+
ocaron;ǒ
|
|
2872
|
+
ocircle;ⓞ
|
|
2873
|
+
ocircumflex;ô
|
|
2874
|
+
ocircumflexacute;ố
|
|
2875
|
+
ocircumflexdotbelow;ộ
|
|
2876
|
+
ocircumflexgrave;ồ
|
|
2877
|
+
ocircumflexhookabove;ổ
|
|
2878
|
+
ocircumflextilde;ỗ
|
|
2879
|
+
ocyrillic;о
|
|
2880
|
+
odblacute;ő
|
|
2881
|
+
odblgrave;ȍ
|
|
2882
|
+
odeva;ओ
|
|
2883
|
+
odieresis;ö
|
|
2884
|
+
odieresiscyrillic;ӧ
|
|
2885
|
+
odotbelow;ọ
|
|
2886
|
+
oe;œ
|
|
2887
|
+
oekorean;ㅚ
|
|
2888
|
+
ogonek;˛
|
|
2889
|
+
ogonekcmb;̨
|
|
2890
|
+
ograve;ò
|
|
2891
|
+
ogujarati;ઓ
|
|
2892
|
+
oharmenian;օ
|
|
2893
|
+
ohiragana;お
|
|
2894
|
+
ohookabove;ỏ
|
|
2895
|
+
ohorn;ơ
|
|
2896
|
+
ohornacute;ớ
|
|
2897
|
+
ohorndotbelow;ợ
|
|
2898
|
+
ohorngrave;ờ
|
|
2899
|
+
ohornhookabove;ở
|
|
2900
|
+
ohorntilde;ỡ
|
|
2901
|
+
ohungarumlaut;ő
|
|
2902
|
+
oi;ƣ
|
|
2903
|
+
oinvertedbreve;ȏ
|
|
2904
|
+
okatakana;オ
|
|
2905
|
+
okatakanahalfwidth;オ
|
|
2906
|
+
okorean;ㅗ
|
|
2907
|
+
olehebrew;֫
|
|
2908
|
+
omacron;ō
|
|
2909
|
+
omacronacute;ṓ
|
|
2910
|
+
omacrongrave;ṑ
|
|
2911
|
+
omdeva;ॐ
|
|
2912
|
+
omega;ω
|
|
2913
|
+
omega1;ϖ
|
|
2914
|
+
omegacyrillic;ѡ
|
|
2915
|
+
omegalatinclosed;ɷ
|
|
2916
|
+
omegaroundcyrillic;ѻ
|
|
2917
|
+
omegatitlocyrillic;ѽ
|
|
2918
|
+
omegatonos;ώ
|
|
2919
|
+
omgujarati;ૐ
|
|
2920
|
+
omicron;ο
|
|
2921
|
+
omicrontonos;ό
|
|
2922
|
+
omonospace;o
|
|
2923
|
+
one;1
|
|
2924
|
+
onearabic;١
|
|
2925
|
+
onebengali;১
|
|
2926
|
+
onecircle;①
|
|
2927
|
+
onecircleinversesansserif;➊
|
|
2928
|
+
onedeva;१
|
|
2929
|
+
onedotenleader;․
|
|
2930
|
+
oneeighth;⅛
|
|
2931
|
+
onefitted;
|
|
2932
|
+
onegujarati;૧
|
|
2933
|
+
onegurmukhi;੧
|
|
2934
|
+
onehackarabic;١
|
|
2935
|
+
onehalf;½
|
|
2936
|
+
onehangzhou;〡
|
|
2937
|
+
oneideographicparen;㈠
|
|
2938
|
+
oneinferior;₁
|
|
2939
|
+
onemonospace;1
|
|
2940
|
+
onenumeratorbengali;৴
|
|
2941
|
+
oneoldstyle;
|
|
2942
|
+
oneparen;⑴
|
|
2943
|
+
oneperiod;⒈
|
|
2944
|
+
onepersian;۱
|
|
2945
|
+
onequarter;¼
|
|
2946
|
+
oneroman;ⅰ
|
|
2947
|
+
onesuperior;¹
|
|
2948
|
+
onethai;๑
|
|
2949
|
+
onethird;⅓
|
|
2950
|
+
oogonek;ǫ
|
|
2951
|
+
oogonekmacron;ǭ
|
|
2952
|
+
oogurmukhi;ਓ
|
|
2953
|
+
oomatragurmukhi;ੋ
|
|
2954
|
+
oopen;ɔ
|
|
2955
|
+
oparen;⒪
|
|
2956
|
+
openbullet;◦
|
|
2957
|
+
option;⌥
|
|
2958
|
+
ordfeminine;ª
|
|
2959
|
+
ordmasculine;º
|
|
2960
|
+
orthogonal;∟
|
|
2961
|
+
oshortdeva;ऒ
|
|
2962
|
+
oshortvowelsigndeva;ॊ
|
|
2963
|
+
oslash;ø
|
|
2964
|
+
oslashacute;ǿ
|
|
2965
|
+
osmallhiragana;ぉ
|
|
2966
|
+
osmallkatakana;ォ
|
|
2967
|
+
osmallkatakanahalfwidth;ォ
|
|
2968
|
+
ostrokeacute;ǿ
|
|
2969
|
+
osuperior;
|
|
2970
|
+
otcyrillic;ѿ
|
|
2971
|
+
otilde;õ
|
|
2972
|
+
otildeacute;ṍ
|
|
2973
|
+
otildedieresis;ṏ
|
|
2974
|
+
oubopomofo;ㄡ
|
|
2975
|
+
overline;‾
|
|
2976
|
+
overlinecenterline;﹊
|
|
2977
|
+
overlinecmb;̅
|
|
2978
|
+
overlinedashed;﹉
|
|
2979
|
+
overlinedblwavy;﹌
|
|
2980
|
+
overlinewavy;﹋
|
|
2981
|
+
overscore;¯
|
|
2982
|
+
ovowelsignbengali;ো
|
|
2983
|
+
ovowelsigndeva;ो
|
|
2984
|
+
ovowelsigngujarati;ો
|
|
2985
|
+
p;p
|
|
2986
|
+
paampssquare;㎀
|
|
2987
|
+
paasentosquare;㌫
|
|
2988
|
+
pabengali;প
|
|
2989
|
+
pacute;ṕ
|
|
2990
|
+
padeva;प
|
|
2991
|
+
pagedown;⇟
|
|
2992
|
+
pageup;⇞
|
|
2993
|
+
pagujarati;પ
|
|
2994
|
+
pagurmukhi;ਪ
|
|
2995
|
+
pahiragana;ぱ
|
|
2996
|
+
paiyannoithai;ฯ
|
|
2997
|
+
pakatakana;パ
|
|
2998
|
+
palatalizationcyrilliccmb;҄
|
|
2999
|
+
palochkacyrillic;Ӏ
|
|
3000
|
+
pansioskorean;ㅿ
|
|
3001
|
+
paragraph;¶
|
|
3002
|
+
parallel;∥
|
|
3003
|
+
parenleft;(
|
|
3004
|
+
parenleftaltonearabic;﴾
|
|
3005
|
+
parenleftbt;
|
|
3006
|
+
parenleftex;
|
|
3007
|
+
parenleftinferior;₍
|
|
3008
|
+
parenleftmonospace;(
|
|
3009
|
+
parenleftsmall;﹙
|
|
3010
|
+
parenleftsuperior;⁽
|
|
3011
|
+
parenlefttp;
|
|
3012
|
+
parenleftvertical;︵
|
|
3013
|
+
parenright;)
|
|
3014
|
+
parenrightaltonearabic;﴿
|
|
3015
|
+
parenrightbt;
|
|
3016
|
+
parenrightex;
|
|
3017
|
+
parenrightinferior;₎
|
|
3018
|
+
parenrightmonospace;)
|
|
3019
|
+
parenrightsmall;﹚
|
|
3020
|
+
parenrightsuperior;⁾
|
|
3021
|
+
parenrighttp;
|
|
3022
|
+
parenrightvertical;︶
|
|
3023
|
+
partialdiff;∂
|
|
3024
|
+
paseqhebrew;׀
|
|
3025
|
+
pashtahebrew;֙
|
|
3026
|
+
pasquare;㎩
|
|
3027
|
+
patah;ַ
|
|
3028
|
+
patah11;ַ
|
|
3029
|
+
patah1d;ַ
|
|
3030
|
+
patah2a;ַ
|
|
3031
|
+
patahhebrew;ַ
|
|
3032
|
+
patahnarrowhebrew;ַ
|
|
3033
|
+
patahquarterhebrew;ַ
|
|
3034
|
+
patahwidehebrew;ַ
|
|
3035
|
+
pazerhebrew;֡
|
|
3036
|
+
pbopomofo;ㄆ
|
|
3037
|
+
pcircle;ⓟ
|
|
3038
|
+
pdotaccent;ṗ
|
|
3039
|
+
pe;פ
|
|
3040
|
+
pecyrillic;п
|
|
3041
|
+
pedagesh;פּ
|
|
3042
|
+
pedageshhebrew;פּ
|
|
3043
|
+
peezisquare;㌻
|
|
3044
|
+
pefinaldageshhebrew;ףּ
|
|
3045
|
+
peharabic;پ
|
|
3046
|
+
peharmenian;պ
|
|
3047
|
+
pehebrew;פ
|
|
3048
|
+
pehfinalarabic;ﭗ
|
|
3049
|
+
pehinitialarabic;ﭘ
|
|
3050
|
+
pehiragana;ぺ
|
|
3051
|
+
pehmedialarabic;ﭙ
|
|
3052
|
+
pekatakana;ペ
|
|
3053
|
+
pemiddlehookcyrillic;ҧ
|
|
3054
|
+
perafehebrew;פֿ
|
|
3055
|
+
percent;%
|
|
3056
|
+
percentarabic;٪
|
|
3057
|
+
percentmonospace;%
|
|
3058
|
+
percentsmall;﹪
|
|
3059
|
+
period;.
|
|
3060
|
+
periodarmenian;։
|
|
3061
|
+
periodcentered;·
|
|
3062
|
+
periodhalfwidth;。
|
|
3063
|
+
periodinferior;
|
|
3064
|
+
periodmonospace;.
|
|
3065
|
+
periodsmall;﹒
|
|
3066
|
+
periodsuperior;
|
|
3067
|
+
perispomenigreekcmb;͂
|
|
3068
|
+
perpendicular;⊥
|
|
3069
|
+
perthousand;‰
|
|
3070
|
+
peseta;₧
|
|
3071
|
+
pfsquare;㎊
|
|
3072
|
+
phabengali;ফ
|
|
3073
|
+
phadeva;फ
|
|
3074
|
+
phagujarati;ફ
|
|
3075
|
+
phagurmukhi;ਫ
|
|
3076
|
+
phi;φ
|
|
3077
|
+
phi1;ϕ
|
|
3078
|
+
phieuphacirclekorean;㉺
|
|
3079
|
+
phieuphaparenkorean;㈚
|
|
3080
|
+
phieuphcirclekorean;㉬
|
|
3081
|
+
phieuphkorean;ㅍ
|
|
3082
|
+
phieuphparenkorean;㈌
|
|
3083
|
+
philatin;ɸ
|
|
3084
|
+
phinthuthai;ฺ
|
|
3085
|
+
phisymbolgreek;ϕ
|
|
3086
|
+
phook;ƥ
|
|
3087
|
+
phophanthai;พ
|
|
3088
|
+
phophungthai;ผ
|
|
3089
|
+
phosamphaothai;ภ
|
|
3090
|
+
pi;π
|
|
3091
|
+
pieupacirclekorean;㉳
|
|
3092
|
+
pieupaparenkorean;㈓
|
|
3093
|
+
pieupcieuckorean;ㅶ
|
|
3094
|
+
pieupcirclekorean;㉥
|
|
3095
|
+
pieupkiyeokkorean;ㅲ
|
|
3096
|
+
pieupkorean;ㅂ
|
|
3097
|
+
pieupparenkorean;㈅
|
|
3098
|
+
pieupsioskiyeokkorean;ㅴ
|
|
3099
|
+
pieupsioskorean;ㅄ
|
|
3100
|
+
pieupsiostikeutkorean;ㅵ
|
|
3101
|
+
pieupthieuthkorean;ㅷ
|
|
3102
|
+
pieuptikeutkorean;ㅳ
|
|
3103
|
+
pihiragana;ぴ
|
|
3104
|
+
pikatakana;ピ
|
|
3105
|
+
pisymbolgreek;ϖ
|
|
3106
|
+
piwrarmenian;փ
|
|
3107
|
+
plus;+
|
|
3108
|
+
plusbelowcmb;̟
|
|
3109
|
+
pluscircle;⊕
|
|
3110
|
+
plusminus;±
|
|
3111
|
+
plusmod;˖
|
|
3112
|
+
plusmonospace;+
|
|
3113
|
+
plussmall;﹢
|
|
3114
|
+
plussuperior;⁺
|
|
3115
|
+
pmonospace;p
|
|
3116
|
+
pmsquare;㏘
|
|
3117
|
+
pohiragana;ぽ
|
|
3118
|
+
pointingindexdownwhite;☟
|
|
3119
|
+
pointingindexleftwhite;☜
|
|
3120
|
+
pointingindexrightwhite;☞
|
|
3121
|
+
pointingindexupwhite;☝
|
|
3122
|
+
pokatakana;ポ
|
|
3123
|
+
poplathai;ป
|
|
3124
|
+
postalmark;〒
|
|
3125
|
+
postalmarkface;〠
|
|
3126
|
+
pparen;⒫
|
|
3127
|
+
precedes;≺
|
|
3128
|
+
prescription;℞
|
|
3129
|
+
primemod;ʹ
|
|
3130
|
+
primereversed;‵
|
|
3131
|
+
product;∏
|
|
3132
|
+
projective;⌅
|
|
3133
|
+
prolongedkana;ー
|
|
3134
|
+
propellor;⌘
|
|
3135
|
+
propersubset;⊂
|
|
3136
|
+
propersuperset;⊃
|
|
3137
|
+
proportion;∷
|
|
3138
|
+
proportional;∝
|
|
3139
|
+
psi;ψ
|
|
3140
|
+
psicyrillic;ѱ
|
|
3141
|
+
psilipneumatacyrilliccmb;҆
|
|
3142
|
+
pssquare;㎰
|
|
3143
|
+
puhiragana;ぷ
|
|
3144
|
+
pukatakana;プ
|
|
3145
|
+
pvsquare;㎴
|
|
3146
|
+
pwsquare;㎺
|
|
3147
|
+
q;q
|
|
3148
|
+
qadeva;क़
|
|
3149
|
+
qadmahebrew;֨
|
|
3150
|
+
qafarabic;ق
|
|
3151
|
+
qaffinalarabic;ﻖ
|
|
3152
|
+
qafinitialarabic;ﻗ
|
|
3153
|
+
qafmedialarabic;ﻘ
|
|
3154
|
+
qamats;ָ
|
|
3155
|
+
qamats10;ָ
|
|
3156
|
+
qamats1a;ָ
|
|
3157
|
+
qamats1c;ָ
|
|
3158
|
+
qamats27;ָ
|
|
3159
|
+
qamats29;ָ
|
|
3160
|
+
qamats33;ָ
|
|
3161
|
+
qamatsde;ָ
|
|
3162
|
+
qamatshebrew;ָ
|
|
3163
|
+
qamatsnarrowhebrew;ָ
|
|
3164
|
+
qamatsqatanhebrew;ָ
|
|
3165
|
+
qamatsqatannarrowhebrew;ָ
|
|
3166
|
+
qamatsqatanquarterhebrew;ָ
|
|
3167
|
+
qamatsqatanwidehebrew;ָ
|
|
3168
|
+
qamatsquarterhebrew;ָ
|
|
3169
|
+
qamatswidehebrew;ָ
|
|
3170
|
+
qarneyparahebrew;֟
|
|
3171
|
+
qbopomofo;ㄑ
|
|
3172
|
+
qcircle;ⓠ
|
|
3173
|
+
qhook;ʠ
|
|
3174
|
+
qmonospace;q
|
|
3175
|
+
qof;ק
|
|
3176
|
+
qofdagesh;קּ
|
|
3177
|
+
qofdageshhebrew;קּ
|
|
3178
|
+
qofhatafpatah;קֲ
|
|
3179
|
+
qofhatafpatahhebrew;קֲ
|
|
3180
|
+
qofhatafsegol;קֱ
|
|
3181
|
+
qofhatafsegolhebrew;קֱ
|
|
3182
|
+
qofhebrew;ק
|
|
3183
|
+
qofhiriq;קִ
|
|
3184
|
+
qofhiriqhebrew;קִ
|
|
3185
|
+
qofholam;קֹ
|
|
3186
|
+
qofholamhebrew;קֹ
|
|
3187
|
+
qofpatah;קַ
|
|
3188
|
+
qofpatahhebrew;קַ
|
|
3189
|
+
qofqamats;קָ
|
|
3190
|
+
qofqamatshebrew;קָ
|
|
3191
|
+
qofqubuts;קֻ
|
|
3192
|
+
qofqubutshebrew;קֻ
|
|
3193
|
+
qofsegol;קֶ
|
|
3194
|
+
qofsegolhebrew;קֶ
|
|
3195
|
+
qofsheva;קְ
|
|
3196
|
+
qofshevahebrew;קְ
|
|
3197
|
+
qoftsere;קֵ
|
|
3198
|
+
qoftserehebrew;קֵ
|
|
3199
|
+
qparen;⒬
|
|
3200
|
+
quarternote;♩
|
|
3201
|
+
qubuts;ֻ
|
|
3202
|
+
qubuts18;ֻ
|
|
3203
|
+
qubuts25;ֻ
|
|
3204
|
+
qubuts31;ֻ
|
|
3205
|
+
qubutshebrew;ֻ
|
|
3206
|
+
qubutsnarrowhebrew;ֻ
|
|
3207
|
+
qubutsquarterhebrew;ֻ
|
|
3208
|
+
qubutswidehebrew;ֻ
|
|
3209
|
+
question;?
|
|
3210
|
+
questionarabic;؟
|
|
3211
|
+
questionarmenian;՞
|
|
3212
|
+
questiondown;¿
|
|
3213
|
+
questiondownsmall;
|
|
3214
|
+
questiongreek;;
|
|
3215
|
+
questionmonospace;?
|
|
3216
|
+
questionsmall;
|
|
3217
|
+
quotedbl;"
|
|
3218
|
+
quotedblbase;„
|
|
3219
|
+
quotedblleft;“
|
|
3220
|
+
quotedblmonospace;"
|
|
3221
|
+
quotedblprime;〞
|
|
3222
|
+
quotedblprimereversed;〝
|
|
3223
|
+
quotedblright;”
|
|
3224
|
+
quoteleft;‘
|
|
3225
|
+
quoteleftreversed;‛
|
|
3226
|
+
quotereversed;‛
|
|
3227
|
+
quoteright;’
|
|
3228
|
+
quoterightn;ʼn
|
|
3229
|
+
quotesinglbase;‚
|
|
3230
|
+
quotesingle;'
|
|
3231
|
+
quotesinglemonospace;'
|
|
3232
|
+
r;r
|
|
3233
|
+
raarmenian;ռ
|
|
3234
|
+
rabengali;র
|
|
3235
|
+
racute;ŕ
|
|
3236
|
+
radeva;र
|
|
3237
|
+
radical;√
|
|
3238
|
+
radicalex;
|
|
3239
|
+
radoverssquare;㎮
|
|
3240
|
+
radoverssquaredsquare;㎯
|
|
3241
|
+
radsquare;㎭
|
|
3242
|
+
rafe;ֿ
|
|
3243
|
+
rafehebrew;ֿ
|
|
3244
|
+
ragujarati;ર
|
|
3245
|
+
ragurmukhi;ਰ
|
|
3246
|
+
rahiragana;ら
|
|
3247
|
+
rakatakana;ラ
|
|
3248
|
+
rakatakanahalfwidth;ラ
|
|
3249
|
+
ralowerdiagonalbengali;ৱ
|
|
3250
|
+
ramiddlediagonalbengali;ৰ
|
|
3251
|
+
ramshorn;ɤ
|
|
3252
|
+
ratio;∶
|
|
3253
|
+
rbopomofo;ㄖ
|
|
3254
|
+
rcaron;ř
|
|
3255
|
+
rcedilla;ŗ
|
|
3256
|
+
rcircle;ⓡ
|
|
3257
|
+
rcommaaccent;ŗ
|
|
3258
|
+
rdblgrave;ȑ
|
|
3259
|
+
rdotaccent;ṙ
|
|
3260
|
+
rdotbelow;ṛ
|
|
3261
|
+
rdotbelowmacron;ṝ
|
|
3262
|
+
referencemark;※
|
|
3263
|
+
reflexsubset;⊆
|
|
3264
|
+
reflexsuperset;⊇
|
|
3265
|
+
registered;®
|
|
3266
|
+
registersans;
|
|
3267
|
+
registerserif;
|
|
3268
|
+
reharabic;ر
|
|
3269
|
+
reharmenian;ր
|
|
3270
|
+
rehfinalarabic;ﺮ
|
|
3271
|
+
rehiragana;れ
|
|
3272
|
+
rehyehaleflamarabic;رﻳﺎل
|
|
3273
|
+
rekatakana;レ
|
|
3274
|
+
rekatakanahalfwidth;レ
|
|
3275
|
+
resh;ר
|
|
3276
|
+
reshdageshhebrew;רּ
|
|
3277
|
+
reshhatafpatah;רֲ
|
|
3278
|
+
reshhatafpatahhebrew;רֲ
|
|
3279
|
+
reshhatafsegol;רֱ
|
|
3280
|
+
reshhatafsegolhebrew;רֱ
|
|
3281
|
+
reshhebrew;ר
|
|
3282
|
+
reshhiriq;רִ
|
|
3283
|
+
reshhiriqhebrew;רִ
|
|
3284
|
+
reshholam;רֹ
|
|
3285
|
+
reshholamhebrew;רֹ
|
|
3286
|
+
reshpatah;רַ
|
|
3287
|
+
reshpatahhebrew;רַ
|
|
3288
|
+
reshqamats;רָ
|
|
3289
|
+
reshqamatshebrew;רָ
|
|
3290
|
+
reshqubuts;רֻ
|
|
3291
|
+
reshqubutshebrew;רֻ
|
|
3292
|
+
reshsegol;רֶ
|
|
3293
|
+
reshsegolhebrew;רֶ
|
|
3294
|
+
reshsheva;רְ
|
|
3295
|
+
reshshevahebrew;רְ
|
|
3296
|
+
reshtsere;רֵ
|
|
3297
|
+
reshtserehebrew;רֵ
|
|
3298
|
+
reversedtilde;∽
|
|
3299
|
+
reviahebrew;֗
|
|
3300
|
+
reviamugrashhebrew;֗
|
|
3301
|
+
revlogicalnot;⌐
|
|
3302
|
+
rfishhook;ɾ
|
|
3303
|
+
rfishhookreversed;ɿ
|
|
3304
|
+
rhabengali;ঢ়
|
|
3305
|
+
rhadeva;ढ़
|
|
3306
|
+
rho;ρ
|
|
3307
|
+
rhook;ɽ
|
|
3308
|
+
rhookturned;ɻ
|
|
3309
|
+
rhookturnedsuperior;ʵ
|
|
3310
|
+
rhosymbolgreek;ϱ
|
|
3311
|
+
rhotichookmod;˞
|
|
3312
|
+
rieulacirclekorean;㉱
|
|
3313
|
+
rieulaparenkorean;㈑
|
|
3314
|
+
rieulcirclekorean;㉣
|
|
3315
|
+
rieulhieuhkorean;ㅀ
|
|
3316
|
+
rieulkiyeokkorean;ㄺ
|
|
3317
|
+
rieulkiyeoksioskorean;ㅩ
|
|
3318
|
+
rieulkorean;ㄹ
|
|
3319
|
+
rieulmieumkorean;ㄻ
|
|
3320
|
+
rieulpansioskorean;ㅬ
|
|
3321
|
+
rieulparenkorean;㈃
|
|
3322
|
+
rieulphieuphkorean;ㄿ
|
|
3323
|
+
rieulpieupkorean;ㄼ
|
|
3324
|
+
rieulpieupsioskorean;ㅫ
|
|
3325
|
+
rieulsioskorean;ㄽ
|
|
3326
|
+
rieulthieuthkorean;ㄾ
|
|
3327
|
+
rieultikeutkorean;ㅪ
|
|
3328
|
+
rieulyeorinhieuhkorean;ㅭ
|
|
3329
|
+
rightangle;∟
|
|
3330
|
+
righttackbelowcmb;̙
|
|
3331
|
+
righttriangle;⊿
|
|
3332
|
+
rihiragana;り
|
|
3333
|
+
rikatakana;リ
|
|
3334
|
+
rikatakanahalfwidth;リ
|
|
3335
|
+
ring;˚
|
|
3336
|
+
ringbelowcmb;̥
|
|
3337
|
+
ringcmb;̊
|
|
3338
|
+
ringhalfleft;ʿ
|
|
3339
|
+
ringhalfleftarmenian;ՙ
|
|
3340
|
+
ringhalfleftbelowcmb;̜
|
|
3341
|
+
ringhalfleftcentered;˓
|
|
3342
|
+
ringhalfright;ʾ
|
|
3343
|
+
ringhalfrightbelowcmb;̹
|
|
3344
|
+
ringhalfrightcentered;˒
|
|
3345
|
+
rinvertedbreve;ȓ
|
|
3346
|
+
rittorusquare;㍑
|
|
3347
|
+
rlinebelow;ṟ
|
|
3348
|
+
rlongleg;ɼ
|
|
3349
|
+
rlonglegturned;ɺ
|
|
3350
|
+
rmonospace;r
|
|
3351
|
+
rohiragana;ろ
|
|
3352
|
+
rokatakana;ロ
|
|
3353
|
+
rokatakanahalfwidth;ロ
|
|
3354
|
+
roruathai;ร
|
|
3355
|
+
rparen;⒭
|
|
3356
|
+
rrabengali;ড়
|
|
3357
|
+
rradeva;ऱ
|
|
3358
|
+
rragurmukhi;ੜ
|
|
3359
|
+
rreharabic;ڑ
|
|
3360
|
+
rrehfinalarabic;ﮍ
|
|
3361
|
+
rrvocalicbengali;ৠ
|
|
3362
|
+
rrvocalicdeva;ॠ
|
|
3363
|
+
rrvocalicgujarati;ૠ
|
|
3364
|
+
rrvocalicvowelsignbengali;ৄ
|
|
3365
|
+
rrvocalicvowelsigndeva;ॄ
|
|
3366
|
+
rrvocalicvowelsigngujarati;ૄ
|
|
3367
|
+
rsuperior;
|
|
3368
|
+
rtblock;▐
|
|
3369
|
+
rturned;ɹ
|
|
3370
|
+
rturnedsuperior;ʴ
|
|
3371
|
+
ruhiragana;る
|
|
3372
|
+
rukatakana;ル
|
|
3373
|
+
rukatakanahalfwidth;ル
|
|
3374
|
+
rupeemarkbengali;৲
|
|
3375
|
+
rupeesignbengali;৳
|
|
3376
|
+
rupiah;
|
|
3377
|
+
ruthai;ฤ
|
|
3378
|
+
rvocalicbengali;ঋ
|
|
3379
|
+
rvocalicdeva;ऋ
|
|
3380
|
+
rvocalicgujarati;ઋ
|
|
3381
|
+
rvocalicvowelsignbengali;ৃ
|
|
3382
|
+
rvocalicvowelsigndeva;ृ
|
|
3383
|
+
rvocalicvowelsigngujarati;ૃ
|
|
3384
|
+
s;s
|
|
3385
|
+
sabengali;স
|
|
3386
|
+
sacute;ś
|
|
3387
|
+
sacutedotaccent;ṥ
|
|
3388
|
+
sadarabic;ص
|
|
3389
|
+
sadeva;स
|
|
3390
|
+
sadfinalarabic;ﺺ
|
|
3391
|
+
sadinitialarabic;ﺻ
|
|
3392
|
+
sadmedialarabic;ﺼ
|
|
3393
|
+
sagujarati;સ
|
|
3394
|
+
sagurmukhi;ਸ
|
|
3395
|
+
sahiragana;さ
|
|
3396
|
+
sakatakana;サ
|
|
3397
|
+
sakatakanahalfwidth;サ
|
|
3398
|
+
sallallahoualayhewasallamarabic;ﷺ
|
|
3399
|
+
samekh;ס
|
|
3400
|
+
samekhdagesh;סּ
|
|
3401
|
+
samekhdageshhebrew;סּ
|
|
3402
|
+
samekhhebrew;ס
|
|
3403
|
+
saraaathai;า
|
|
3404
|
+
saraaethai;แ
|
|
3405
|
+
saraaimaimalaithai;ไ
|
|
3406
|
+
saraaimaimuanthai;ใ
|
|
3407
|
+
saraamthai;ำ
|
|
3408
|
+
saraathai;ะ
|
|
3409
|
+
saraethai;เ
|
|
3410
|
+
saraiileftthai;
|
|
3411
|
+
saraiithai;ี
|
|
3412
|
+
saraileftthai;
|
|
3413
|
+
saraithai;ิ
|
|
3414
|
+
saraothai;โ
|
|
3415
|
+
saraueeleftthai;
|
|
3416
|
+
saraueethai;ื
|
|
3417
|
+
saraueleftthai;
|
|
3418
|
+
sarauethai;ึ
|
|
3419
|
+
sarauthai;ุ
|
|
3420
|
+
sarauuthai;ู
|
|
3421
|
+
sbopomofo;ㄙ
|
|
3422
|
+
scaron;š
|
|
3423
|
+
scarondotaccent;ṧ
|
|
3424
|
+
scedilla;ş
|
|
3425
|
+
schwa;ə
|
|
3426
|
+
schwacyrillic;ә
|
|
3427
|
+
schwadieresiscyrillic;ӛ
|
|
3428
|
+
schwahook;ɚ
|
|
3429
|
+
scircle;ⓢ
|
|
3430
|
+
scircumflex;ŝ
|
|
3431
|
+
scommaaccent;ș
|
|
3432
|
+
sdotaccent;ṡ
|
|
3433
|
+
sdotbelow;ṣ
|
|
3434
|
+
sdotbelowdotaccent;ṩ
|
|
3435
|
+
seagullbelowcmb;̼
|
|
3436
|
+
second;″
|
|
3437
|
+
secondtonechinese;ˊ
|
|
3438
|
+
section;§
|
|
3439
|
+
seenarabic;س
|
|
3440
|
+
seenfinalarabic;ﺲ
|
|
3441
|
+
seeninitialarabic;ﺳ
|
|
3442
|
+
seenmedialarabic;ﺴ
|
|
3443
|
+
segol;ֶ
|
|
3444
|
+
segol13;ֶ
|
|
3445
|
+
segol1f;ֶ
|
|
3446
|
+
segol2c;ֶ
|
|
3447
|
+
segolhebrew;ֶ
|
|
3448
|
+
segolnarrowhebrew;ֶ
|
|
3449
|
+
segolquarterhebrew;ֶ
|
|
3450
|
+
segoltahebrew;֒
|
|
3451
|
+
segolwidehebrew;ֶ
|
|
3452
|
+
seharmenian;ս
|
|
3453
|
+
sehiragana;せ
|
|
3454
|
+
sekatakana;セ
|
|
3455
|
+
sekatakanahalfwidth;セ
|
|
3456
|
+
semicolon;;
|
|
3457
|
+
semicolonarabic;؛
|
|
3458
|
+
semicolonmonospace;;
|
|
3459
|
+
semicolonsmall;﹔
|
|
3460
|
+
semivoicedmarkkana;゜
|
|
3461
|
+
semivoicedmarkkanahalfwidth;゚
|
|
3462
|
+
sentisquare;㌢
|
|
3463
|
+
sentosquare;㌣
|
|
3464
|
+
seven;7
|
|
3465
|
+
sevenarabic;٧
|
|
3466
|
+
sevenbengali;৭
|
|
3467
|
+
sevencircle;⑦
|
|
3468
|
+
sevencircleinversesansserif;➐
|
|
3469
|
+
sevendeva;७
|
|
3470
|
+
seveneighths;⅞
|
|
3471
|
+
sevengujarati;૭
|
|
3472
|
+
sevengurmukhi;੭
|
|
3473
|
+
sevenhackarabic;٧
|
|
3474
|
+
sevenhangzhou;〧
|
|
3475
|
+
sevenideographicparen;㈦
|
|
3476
|
+
seveninferior;₇
|
|
3477
|
+
sevenmonospace;7
|
|
3478
|
+
sevenoldstyle;
|
|
3479
|
+
sevenparen;⑺
|
|
3480
|
+
sevenperiod;⒎
|
|
3481
|
+
sevenpersian;۷
|
|
3482
|
+
sevenroman;ⅶ
|
|
3483
|
+
sevensuperior;⁷
|
|
3484
|
+
seventeencircle;⑰
|
|
3485
|
+
seventeenparen;⒄
|
|
3486
|
+
seventeenperiod;⒘
|
|
3487
|
+
seventhai;๗
|
|
3488
|
+
sfthyphen;
|
|
3489
|
+
shaarmenian;շ
|
|
3490
|
+
shabengali;শ
|
|
3491
|
+
shacyrillic;ш
|
|
3492
|
+
shaddaarabic;ّ
|
|
3493
|
+
shaddadammaarabic;ﱡ
|
|
3494
|
+
shaddadammatanarabic;ﱞ
|
|
3495
|
+
shaddafathaarabic;ﱠ
|
|
3496
|
+
shaddafathatanarabic;ًّ
|
|
3497
|
+
shaddakasraarabic;ﱢ
|
|
3498
|
+
shaddakasratanarabic;ﱟ
|
|
3499
|
+
shade;▒
|
|
3500
|
+
shadedark;▓
|
|
3501
|
+
shadelight;░
|
|
3502
|
+
shademedium;▒
|
|
3503
|
+
shadeva;श
|
|
3504
|
+
shagujarati;શ
|
|
3505
|
+
shagurmukhi;ਸ਼
|
|
3506
|
+
shalshelethebrew;֓
|
|
3507
|
+
shbopomofo;ㄕ
|
|
3508
|
+
shchacyrillic;щ
|
|
3509
|
+
sheenarabic;ش
|
|
3510
|
+
sheenfinalarabic;ﺶ
|
|
3511
|
+
sheeninitialarabic;ﺷ
|
|
3512
|
+
sheenmedialarabic;ﺸ
|
|
3513
|
+
sheicoptic;ϣ
|
|
3514
|
+
sheqel;₪
|
|
3515
|
+
sheqelhebrew;₪
|
|
3516
|
+
sheva;ְ
|
|
3517
|
+
sheva115;ְ
|
|
3518
|
+
sheva15;ְ
|
|
3519
|
+
sheva22;ְ
|
|
3520
|
+
sheva2e;ְ
|
|
3521
|
+
shevahebrew;ְ
|
|
3522
|
+
shevanarrowhebrew;ְ
|
|
3523
|
+
shevaquarterhebrew;ְ
|
|
3524
|
+
shevawidehebrew;ְ
|
|
3525
|
+
shhacyrillic;һ
|
|
3526
|
+
shimacoptic;ϭ
|
|
3527
|
+
shin;ש
|
|
3528
|
+
shindagesh;שּ
|
|
3529
|
+
shindageshhebrew;שּ
|
|
3530
|
+
shindageshshindot;שּׁ
|
|
3531
|
+
shindageshshindothebrew;שּׁ
|
|
3532
|
+
shindageshsindot;שּׂ
|
|
3533
|
+
shindageshsindothebrew;שּׂ
|
|
3534
|
+
shindothebrew;ׁ
|
|
3535
|
+
shinhebrew;ש
|
|
3536
|
+
shinshindot;שׁ
|
|
3537
|
+
shinshindothebrew;שׁ
|
|
3538
|
+
shinsindot;שׂ
|
|
3539
|
+
shinsindothebrew;שׂ
|
|
3540
|
+
shook;ʂ
|
|
3541
|
+
sigma;σ
|
|
3542
|
+
sigma1;ς
|
|
3543
|
+
sigmafinal;ς
|
|
3544
|
+
sigmalunatesymbolgreek;ϲ
|
|
3545
|
+
sihiragana;し
|
|
3546
|
+
sikatakana;シ
|
|
3547
|
+
sikatakanahalfwidth;シ
|
|
3548
|
+
siluqhebrew;ֽ
|
|
3549
|
+
siluqlefthebrew;ֽ
|
|
3550
|
+
similar;∼
|
|
3551
|
+
sindothebrew;ׂ
|
|
3552
|
+
siosacirclekorean;㉴
|
|
3553
|
+
siosaparenkorean;㈔
|
|
3554
|
+
sioscieuckorean;ㅾ
|
|
3555
|
+
sioscirclekorean;㉦
|
|
3556
|
+
sioskiyeokkorean;ㅺ
|
|
3557
|
+
sioskorean;ㅅ
|
|
3558
|
+
siosnieunkorean;ㅻ
|
|
3559
|
+
siosparenkorean;㈆
|
|
3560
|
+
siospieupkorean;ㅽ
|
|
3561
|
+
siostikeutkorean;ㅼ
|
|
3562
|
+
six;6
|
|
3563
|
+
sixarabic;٦
|
|
3564
|
+
sixbengali;৬
|
|
3565
|
+
sixcircle;⑥
|
|
3566
|
+
sixcircleinversesansserif;➏
|
|
3567
|
+
sixdeva;६
|
|
3568
|
+
sixgujarati;૬
|
|
3569
|
+
sixgurmukhi;੬
|
|
3570
|
+
sixhackarabic;٦
|
|
3571
|
+
sixhangzhou;〦
|
|
3572
|
+
sixideographicparen;㈥
|
|
3573
|
+
sixinferior;₆
|
|
3574
|
+
sixmonospace;6
|
|
3575
|
+
sixoldstyle;
|
|
3576
|
+
sixparen;⑹
|
|
3577
|
+
sixperiod;⒍
|
|
3578
|
+
sixpersian;۶
|
|
3579
|
+
sixroman;ⅵ
|
|
3580
|
+
sixsuperior;⁶
|
|
3581
|
+
sixteencircle;⑯
|
|
3582
|
+
sixteencurrencydenominatorbengali;৹
|
|
3583
|
+
sixteenparen;⒃
|
|
3584
|
+
sixteenperiod;⒗
|
|
3585
|
+
sixthai;๖
|
|
3586
|
+
slash;/
|
|
3587
|
+
slashmonospace;/
|
|
3588
|
+
slong;ſ
|
|
3589
|
+
slongdotaccent;ẛ
|
|
3590
|
+
smileface;☺
|
|
3591
|
+
smonospace;s
|
|
3592
|
+
sofpasuqhebrew;׃
|
|
3593
|
+
softhyphen;
|
|
3594
|
+
softsigncyrillic;ь
|
|
3595
|
+
sohiragana;そ
|
|
3596
|
+
sokatakana;ソ
|
|
3597
|
+
sokatakanahalfwidth;ソ
|
|
3598
|
+
soliduslongoverlaycmb;̸
|
|
3599
|
+
solidusshortoverlaycmb;̷
|
|
3600
|
+
sorusithai;ษ
|
|
3601
|
+
sosalathai;ศ
|
|
3602
|
+
sosothai;ซ
|
|
3603
|
+
sosuathai;ส
|
|
3604
|
+
space;
|
|
3605
|
+
spacehackarabic;
|
|
3606
|
+
spade;♠
|
|
3607
|
+
spadesuitblack;♠
|
|
3608
|
+
spadesuitwhite;♤
|
|
3609
|
+
sparen;⒮
|
|
3610
|
+
squarebelowcmb;̻
|
|
3611
|
+
squarecc;㏄
|
|
3612
|
+
squarecm;㎝
|
|
3613
|
+
squarediagonalcrosshatchfill;▩
|
|
3614
|
+
squarehorizontalfill;▤
|
|
3615
|
+
squarekg;㎏
|
|
3616
|
+
squarekm;㎞
|
|
3617
|
+
squarekmcapital;㏎
|
|
3618
|
+
squareln;㏑
|
|
3619
|
+
squarelog;㏒
|
|
3620
|
+
squaremg;㎎
|
|
3621
|
+
squaremil;㏕
|
|
3622
|
+
squaremm;㎜
|
|
3623
|
+
squaremsquared;㎡
|
|
3624
|
+
squareorthogonalcrosshatchfill;▦
|
|
3625
|
+
squareupperlefttolowerrightfill;▧
|
|
3626
|
+
squareupperrighttolowerleftfill;▨
|
|
3627
|
+
squareverticalfill;▥
|
|
3628
|
+
squarewhitewithsmallblack;▣
|
|
3629
|
+
srsquare;㏛
|
|
3630
|
+
ssabengali;ষ
|
|
3631
|
+
ssadeva;ष
|
|
3632
|
+
ssagujarati;ષ
|
|
3633
|
+
ssangcieuckorean;ㅉ
|
|
3634
|
+
ssanghieuhkorean;ㆅ
|
|
3635
|
+
ssangieungkorean;ㆀ
|
|
3636
|
+
ssangkiyeokkorean;ㄲ
|
|
3637
|
+
ssangnieunkorean;ㅥ
|
|
3638
|
+
ssangpieupkorean;ㅃ
|
|
3639
|
+
ssangsioskorean;ㅆ
|
|
3640
|
+
ssangtikeutkorean;ㄸ
|
|
3641
|
+
ssuperior;
|
|
3642
|
+
sterling;£
|
|
3643
|
+
sterlingmonospace;£
|
|
3644
|
+
strokelongoverlaycmb;̶
|
|
3645
|
+
strokeshortoverlaycmb;̵
|
|
3646
|
+
subset;⊂
|
|
3647
|
+
subsetnotequal;⊊
|
|
3648
|
+
subsetorequal;⊆
|
|
3649
|
+
succeeds;≻
|
|
3650
|
+
suchthat;∋
|
|
3651
|
+
suhiragana;す
|
|
3652
|
+
sukatakana;ス
|
|
3653
|
+
sukatakanahalfwidth;ス
|
|
3654
|
+
sukunarabic;ْ
|
|
3655
|
+
summation;∑
|
|
3656
|
+
sun;☼
|
|
3657
|
+
superset;⊃
|
|
3658
|
+
supersetnotequal;⊋
|
|
3659
|
+
supersetorequal;⊇
|
|
3660
|
+
svsquare;㏜
|
|
3661
|
+
syouwaerasquare;㍼
|
|
3662
|
+
t;t
|
|
3663
|
+
tabengali;ত
|
|
3664
|
+
tackdown;⊤
|
|
3665
|
+
tackleft;⊣
|
|
3666
|
+
tadeva;त
|
|
3667
|
+
tagujarati;ત
|
|
3668
|
+
tagurmukhi;ਤ
|
|
3669
|
+
taharabic;ط
|
|
3670
|
+
tahfinalarabic;ﻂ
|
|
3671
|
+
tahinitialarabic;ﻃ
|
|
3672
|
+
tahiragana;た
|
|
3673
|
+
tahmedialarabic;ﻄ
|
|
3674
|
+
taisyouerasquare;㍽
|
|
3675
|
+
takatakana;タ
|
|
3676
|
+
takatakanahalfwidth;タ
|
|
3677
|
+
tatweelarabic;ـ
|
|
3678
|
+
tau;τ
|
|
3679
|
+
tav;ת
|
|
3680
|
+
tavdages;תּ
|
|
3681
|
+
tavdagesh;תּ
|
|
3682
|
+
tavdageshhebrew;תּ
|
|
3683
|
+
tavhebrew;ת
|
|
3684
|
+
tbar;ŧ
|
|
3685
|
+
tbopomofo;ㄊ
|
|
3686
|
+
tcaron;ť
|
|
3687
|
+
tccurl;ʨ
|
|
3688
|
+
tcedilla;ţ
|
|
3689
|
+
tcheharabic;چ
|
|
3690
|
+
tchehfinalarabic;ﭻ
|
|
3691
|
+
tchehinitialarabic;ﭼ
|
|
3692
|
+
tchehmedialarabic;ﭽ
|
|
3693
|
+
tchehmeeminitialarabic;ﭼﻤ
|
|
3694
|
+
tcircle;ⓣ
|
|
3695
|
+
tcircumflexbelow;ṱ
|
|
3696
|
+
tcommaaccent;ţ
|
|
3697
|
+
tdieresis;ẗ
|
|
3698
|
+
tdotaccent;ṫ
|
|
3699
|
+
tdotbelow;ṭ
|
|
3700
|
+
tecyrillic;т
|
|
3701
|
+
tedescendercyrillic;ҭ
|
|
3702
|
+
teharabic;ت
|
|
3703
|
+
tehfinalarabic;ﺖ
|
|
3704
|
+
tehhahinitialarabic;ﲢ
|
|
3705
|
+
tehhahisolatedarabic;ﰌ
|
|
3706
|
+
tehinitialarabic;ﺗ
|
|
3707
|
+
tehiragana;て
|
|
3708
|
+
tehjeeminitialarabic;ﲡ
|
|
3709
|
+
tehjeemisolatedarabic;ﰋ
|
|
3710
|
+
tehmarbutaarabic;ة
|
|
3711
|
+
tehmarbutafinalarabic;ﺔ
|
|
3712
|
+
tehmedialarabic;ﺘ
|
|
3713
|
+
tehmeeminitialarabic;ﲤ
|
|
3714
|
+
tehmeemisolatedarabic;ﰎ
|
|
3715
|
+
tehnoonfinalarabic;ﱳ
|
|
3716
|
+
tekatakana;テ
|
|
3717
|
+
tekatakanahalfwidth;テ
|
|
3718
|
+
telephone;℡
|
|
3719
|
+
telephoneblack;☎
|
|
3720
|
+
telishagedolahebrew;֠
|
|
3721
|
+
telishaqetanahebrew;֩
|
|
3722
|
+
tencircle;⑩
|
|
3723
|
+
tenideographicparen;㈩
|
|
3724
|
+
tenparen;⑽
|
|
3725
|
+
tenperiod;⒑
|
|
3726
|
+
tenroman;ⅹ
|
|
3727
|
+
tesh;ʧ
|
|
3728
|
+
tet;ט
|
|
3729
|
+
tetdagesh;טּ
|
|
3730
|
+
tetdageshhebrew;טּ
|
|
3731
|
+
tethebrew;ט
|
|
3732
|
+
tetsecyrillic;ҵ
|
|
3733
|
+
tevirhebrew;֛
|
|
3734
|
+
tevirlefthebrew;֛
|
|
3735
|
+
thabengali;থ
|
|
3736
|
+
thadeva;थ
|
|
3737
|
+
thagujarati;થ
|
|
3738
|
+
thagurmukhi;ਥ
|
|
3739
|
+
thalarabic;ذ
|
|
3740
|
+
thalfinalarabic;ﺬ
|
|
3741
|
+
thanthakhatlowleftthai;
|
|
3742
|
+
thanthakhatlowrightthai;
|
|
3743
|
+
thanthakhatthai;์
|
|
3744
|
+
thanthakhatupperleftthai;
|
|
3745
|
+
theharabic;ث
|
|
3746
|
+
thehfinalarabic;ﺚ
|
|
3747
|
+
thehinitialarabic;ﺛ
|
|
3748
|
+
thehmedialarabic;ﺜ
|
|
3749
|
+
thereexists;∃
|
|
3750
|
+
therefore;∴
|
|
3751
|
+
theta;θ
|
|
3752
|
+
theta1;ϑ
|
|
3753
|
+
thetasymbolgreek;ϑ
|
|
3754
|
+
thieuthacirclekorean;㉹
|
|
3755
|
+
thieuthaparenkorean;㈙
|
|
3756
|
+
thieuthcirclekorean;㉫
|
|
3757
|
+
thieuthkorean;ㅌ
|
|
3758
|
+
thieuthparenkorean;㈋
|
|
3759
|
+
thirteencircle;⑬
|
|
3760
|
+
thirteenparen;⒀
|
|
3761
|
+
thirteenperiod;⒔
|
|
3762
|
+
thonangmonthothai;ฑ
|
|
3763
|
+
thook;ƭ
|
|
3764
|
+
thophuthaothai;ฒ
|
|
3765
|
+
thorn;þ
|
|
3766
|
+
thothahanthai;ท
|
|
3767
|
+
thothanthai;ฐ
|
|
3768
|
+
thothongthai;ธ
|
|
3769
|
+
thothungthai;ถ
|
|
3770
|
+
thousandcyrillic;҂
|
|
3771
|
+
thousandsseparatorarabic;٬
|
|
3772
|
+
thousandsseparatorpersian;٬
|
|
3773
|
+
three;3
|
|
3774
|
+
threearabic;٣
|
|
3775
|
+
threebengali;৩
|
|
3776
|
+
threecircle;③
|
|
3777
|
+
threecircleinversesansserif;➌
|
|
3778
|
+
threedeva;३
|
|
3779
|
+
threeeighths;⅜
|
|
3780
|
+
threegujarati;૩
|
|
3781
|
+
threegurmukhi;੩
|
|
3782
|
+
threehackarabic;٣
|
|
3783
|
+
threehangzhou;〣
|
|
3784
|
+
threeideographicparen;㈢
|
|
3785
|
+
threeinferior;₃
|
|
3786
|
+
threemonospace;3
|
|
3787
|
+
threenumeratorbengali;৶
|
|
3788
|
+
threeoldstyle;
|
|
3789
|
+
threeparen;⑶
|
|
3790
|
+
threeperiod;⒊
|
|
3791
|
+
threepersian;۳
|
|
3792
|
+
threequarters;¾
|
|
3793
|
+
threequartersemdash;
|
|
3794
|
+
threeroman;ⅲ
|
|
3795
|
+
threesuperior;³
|
|
3796
|
+
threethai;๓
|
|
3797
|
+
thzsquare;㎔
|
|
3798
|
+
tihiragana;ち
|
|
3799
|
+
tikatakana;チ
|
|
3800
|
+
tikatakanahalfwidth;チ
|
|
3801
|
+
tikeutacirclekorean;㉰
|
|
3802
|
+
tikeutaparenkorean;㈐
|
|
3803
|
+
tikeutcirclekorean;㉢
|
|
3804
|
+
tikeutkorean;ㄷ
|
|
3805
|
+
tikeutparenkorean;㈂
|
|
3806
|
+
tilde;˜
|
|
3807
|
+
tildebelowcmb;̰
|
|
3808
|
+
tildecmb;̃
|
|
3809
|
+
tildecomb;̃
|
|
3810
|
+
tildedoublecmb;͠
|
|
3811
|
+
tildeoperator;∼
|
|
3812
|
+
tildeoverlaycmb;̴
|
|
3813
|
+
tildeverticalcmb;̾
|
|
3814
|
+
timescircle;⊗
|
|
3815
|
+
tipehahebrew;֖
|
|
3816
|
+
tipehalefthebrew;֖
|
|
3817
|
+
tippigurmukhi;ੰ
|
|
3818
|
+
titlocyrilliccmb;҃
|
|
3819
|
+
tiwnarmenian;տ
|
|
3820
|
+
tlinebelow;ṯ
|
|
3821
|
+
tmonospace;t
|
|
3822
|
+
toarmenian;թ
|
|
3823
|
+
tohiragana;と
|
|
3824
|
+
tokatakana;ト
|
|
3825
|
+
tokatakanahalfwidth;ト
|
|
3826
|
+
tonebarextrahighmod;˥
|
|
3827
|
+
tonebarextralowmod;˩
|
|
3828
|
+
tonebarhighmod;˦
|
|
3829
|
+
tonebarlowmod;˨
|
|
3830
|
+
tonebarmidmod;˧
|
|
3831
|
+
tonefive;ƽ
|
|
3832
|
+
tonesix;ƅ
|
|
3833
|
+
tonetwo;ƨ
|
|
3834
|
+
tonos;΄
|
|
3835
|
+
tonsquare;㌧
|
|
3836
|
+
topatakthai;ฏ
|
|
3837
|
+
tortoiseshellbracketleft;〔
|
|
3838
|
+
tortoiseshellbracketleftsmall;﹝
|
|
3839
|
+
tortoiseshellbracketleftvertical;︹
|
|
3840
|
+
tortoiseshellbracketright;〕
|
|
3841
|
+
tortoiseshellbracketrightsmall;﹞
|
|
3842
|
+
tortoiseshellbracketrightvertical;︺
|
|
3843
|
+
totaothai;ต
|
|
3844
|
+
tpalatalhook;ƫ
|
|
3845
|
+
tparen;⒯
|
|
3846
|
+
trademark;™
|
|
3847
|
+
trademarksans;
|
|
3848
|
+
trademarkserif;
|
|
3849
|
+
tretroflexhook;ʈ
|
|
3850
|
+
triagdn;▼
|
|
3851
|
+
triaglf;◄
|
|
3852
|
+
triagrt;►
|
|
3853
|
+
triagup;▲
|
|
3854
|
+
ts;ʦ
|
|
3855
|
+
tsadi;צ
|
|
3856
|
+
tsadidagesh;צּ
|
|
3857
|
+
tsadidageshhebrew;צּ
|
|
3858
|
+
tsadihebrew;צ
|
|
3859
|
+
tsecyrillic;ц
|
|
3860
|
+
tsere;ֵ
|
|
3861
|
+
tsere12;ֵ
|
|
3862
|
+
tsere1e;ֵ
|
|
3863
|
+
tsere2b;ֵ
|
|
3864
|
+
tserehebrew;ֵ
|
|
3865
|
+
tserenarrowhebrew;ֵ
|
|
3866
|
+
tserequarterhebrew;ֵ
|
|
3867
|
+
tserewidehebrew;ֵ
|
|
3868
|
+
tshecyrillic;ћ
|
|
3869
|
+
tsuperior;
|
|
3870
|
+
ttabengali;ট
|
|
3871
|
+
ttadeva;ट
|
|
3872
|
+
ttagujarati;ટ
|
|
3873
|
+
ttagurmukhi;ਟ
|
|
3874
|
+
tteharabic;ٹ
|
|
3875
|
+
ttehfinalarabic;ﭧ
|
|
3876
|
+
ttehinitialarabic;ﭨ
|
|
3877
|
+
ttehmedialarabic;ﭩ
|
|
3878
|
+
tthabengali;ঠ
|
|
3879
|
+
tthadeva;ठ
|
|
3880
|
+
tthagujarati;ઠ
|
|
3881
|
+
tthagurmukhi;ਠ
|
|
3882
|
+
tturned;ʇ
|
|
3883
|
+
tuhiragana;つ
|
|
3884
|
+
tukatakana;ツ
|
|
3885
|
+
tukatakanahalfwidth;ツ
|
|
3886
|
+
tusmallhiragana;っ
|
|
3887
|
+
tusmallkatakana;ッ
|
|
3888
|
+
tusmallkatakanahalfwidth;ッ
|
|
3889
|
+
twelvecircle;⑫
|
|
3890
|
+
twelveparen;⑿
|
|
3891
|
+
twelveperiod;⒓
|
|
3892
|
+
twelveroman;ⅻ
|
|
3893
|
+
twentycircle;⑳
|
|
3894
|
+
twentyhangzhou;卄
|
|
3895
|
+
twentyparen;⒇
|
|
3896
|
+
twentyperiod;⒛
|
|
3897
|
+
two;2
|
|
3898
|
+
twoarabic;٢
|
|
3899
|
+
twobengali;২
|
|
3900
|
+
twocircle;②
|
|
3901
|
+
twocircleinversesansserif;➋
|
|
3902
|
+
twodeva;२
|
|
3903
|
+
twodotenleader;‥
|
|
3904
|
+
twodotleader;‥
|
|
3905
|
+
twodotleadervertical;︰
|
|
3906
|
+
twogujarati;૨
|
|
3907
|
+
twogurmukhi;੨
|
|
3908
|
+
twohackarabic;٢
|
|
3909
|
+
twohangzhou;〢
|
|
3910
|
+
twoideographicparen;㈡
|
|
3911
|
+
twoinferior;₂
|
|
3912
|
+
twomonospace;2
|
|
3913
|
+
twonumeratorbengali;৵
|
|
3914
|
+
twooldstyle;
|
|
3915
|
+
twoparen;⑵
|
|
3916
|
+
twoperiod;⒉
|
|
3917
|
+
twopersian;۲
|
|
3918
|
+
tworoman;ⅱ
|
|
3919
|
+
twostroke;ƻ
|
|
3920
|
+
twosuperior;²
|
|
3921
|
+
twothai;๒
|
|
3922
|
+
twothirds;⅔
|
|
3923
|
+
u;u
|
|
3924
|
+
uacute;ú
|
|
3925
|
+
ubar;ʉ
|
|
3926
|
+
ubengali;উ
|
|
3927
|
+
ubopomofo;ㄨ
|
|
3928
|
+
ubreve;ŭ
|
|
3929
|
+
ucaron;ǔ
|
|
3930
|
+
ucircle;ⓤ
|
|
3931
|
+
ucircumflex;û
|
|
3932
|
+
ucircumflexbelow;ṷ
|
|
3933
|
+
ucyrillic;у
|
|
3934
|
+
udattadeva;॑
|
|
3935
|
+
udblacute;ű
|
|
3936
|
+
udblgrave;ȕ
|
|
3937
|
+
udeva;उ
|
|
3938
|
+
udieresis;ü
|
|
3939
|
+
udieresisacute;ǘ
|
|
3940
|
+
udieresisbelow;ṳ
|
|
3941
|
+
udieresiscaron;ǚ
|
|
3942
|
+
udieresiscyrillic;ӱ
|
|
3943
|
+
udieresisgrave;ǜ
|
|
3944
|
+
udieresismacron;ǖ
|
|
3945
|
+
udotbelow;ụ
|
|
3946
|
+
ugrave;ù
|
|
3947
|
+
ugujarati;ઉ
|
|
3948
|
+
ugurmukhi;ਉ
|
|
3949
|
+
uhiragana;う
|
|
3950
|
+
uhookabove;ủ
|
|
3951
|
+
uhorn;ư
|
|
3952
|
+
uhornacute;ứ
|
|
3953
|
+
uhorndotbelow;ự
|
|
3954
|
+
uhorngrave;ừ
|
|
3955
|
+
uhornhookabove;ử
|
|
3956
|
+
uhorntilde;ữ
|
|
3957
|
+
uhungarumlaut;ű
|
|
3958
|
+
uhungarumlautcyrillic;ӳ
|
|
3959
|
+
uinvertedbreve;ȗ
|
|
3960
|
+
ukatakana;ウ
|
|
3961
|
+
ukatakanahalfwidth;ウ
|
|
3962
|
+
ukcyrillic;ѹ
|
|
3963
|
+
ukorean;ㅜ
|
|
3964
|
+
umacron;ū
|
|
3965
|
+
umacroncyrillic;ӯ
|
|
3966
|
+
umacrondieresis;ṻ
|
|
3967
|
+
umatragurmukhi;ੁ
|
|
3968
|
+
umonospace;u
|
|
3969
|
+
underscore;_
|
|
3970
|
+
underscoredbl;‗
|
|
3971
|
+
underscoremonospace;_
|
|
3972
|
+
underscorevertical;︳
|
|
3973
|
+
underscorewavy;﹏
|
|
3974
|
+
union;∪
|
|
3975
|
+
universal;∀
|
|
3976
|
+
uogonek;ų
|
|
3977
|
+
uparen;⒰
|
|
3978
|
+
upblock;▀
|
|
3979
|
+
upperdothebrew;ׄ
|
|
3980
|
+
upsilon;υ
|
|
3981
|
+
upsilondieresis;ϋ
|
|
3982
|
+
upsilondieresistonos;ΰ
|
|
3983
|
+
upsilonlatin;ʊ
|
|
3984
|
+
upsilontonos;ύ
|
|
3985
|
+
uptackbelowcmb;̝
|
|
3986
|
+
uptackmod;˔
|
|
3987
|
+
uragurmukhi;ੳ
|
|
3988
|
+
uring;ů
|
|
3989
|
+
ushortcyrillic;ў
|
|
3990
|
+
usmallhiragana;ぅ
|
|
3991
|
+
usmallkatakana;ゥ
|
|
3992
|
+
usmallkatakanahalfwidth;ゥ
|
|
3993
|
+
ustraightcyrillic;ү
|
|
3994
|
+
ustraightstrokecyrillic;ұ
|
|
3995
|
+
utilde;ũ
|
|
3996
|
+
utildeacute;ṹ
|
|
3997
|
+
utildebelow;ṵ
|
|
3998
|
+
uubengali;ঊ
|
|
3999
|
+
uudeva;ऊ
|
|
4000
|
+
uugujarati;ઊ
|
|
4001
|
+
uugurmukhi;ਊ
|
|
4002
|
+
uumatragurmukhi;ੂ
|
|
4003
|
+
uuvowelsignbengali;ূ
|
|
4004
|
+
uuvowelsigndeva;ू
|
|
4005
|
+
uuvowelsigngujarati;ૂ
|
|
4006
|
+
uvowelsignbengali;ু
|
|
4007
|
+
uvowelsigndeva;ु
|
|
4008
|
+
uvowelsigngujarati;ુ
|
|
4009
|
+
v;v
|
|
4010
|
+
vadeva;व
|
|
4011
|
+
vagujarati;વ
|
|
4012
|
+
vagurmukhi;ਵ
|
|
4013
|
+
vakatakana;ヷ
|
|
4014
|
+
vav;ו
|
|
4015
|
+
vavdagesh;וּ
|
|
4016
|
+
vavdagesh65;וּ
|
|
4017
|
+
vavdageshhebrew;וּ
|
|
4018
|
+
vavhebrew;ו
|
|
4019
|
+
vavholam;וֹ
|
|
4020
|
+
vavholamhebrew;וֹ
|
|
4021
|
+
vavvavhebrew;װ
|
|
4022
|
+
vavyodhebrew;ױ
|
|
4023
|
+
vcircle;ⓥ
|
|
4024
|
+
vdotbelow;ṿ
|
|
4025
|
+
vecyrillic;в
|
|
4026
|
+
veharabic;ڤ
|
|
4027
|
+
vehfinalarabic;ﭫ
|
|
4028
|
+
vehinitialarabic;ﭬ
|
|
4029
|
+
vehmedialarabic;ﭭ
|
|
4030
|
+
vekatakana;ヹ
|
|
4031
|
+
venus;♀
|
|
4032
|
+
verticalbar;|
|
|
4033
|
+
verticallineabovecmb;̍
|
|
4034
|
+
verticallinebelowcmb;̩
|
|
4035
|
+
verticallinelowmod;ˌ
|
|
4036
|
+
verticallinemod;ˈ
|
|
4037
|
+
vewarmenian;վ
|
|
4038
|
+
vhook;ʋ
|
|
4039
|
+
vikatakana;ヸ
|
|
4040
|
+
viramabengali;্
|
|
4041
|
+
viramadeva;्
|
|
4042
|
+
viramagujarati;્
|
|
4043
|
+
visargabengali;ঃ
|
|
4044
|
+
visargadeva;ः
|
|
4045
|
+
visargagujarati;ઃ
|
|
4046
|
+
vmonospace;v
|
|
4047
|
+
voarmenian;ո
|
|
4048
|
+
voicediterationhiragana;ゞ
|
|
4049
|
+
voicediterationkatakana;ヾ
|
|
4050
|
+
voicedmarkkana;゛
|
|
4051
|
+
voicedmarkkanahalfwidth;゙
|
|
4052
|
+
vokatakana;ヺ
|
|
4053
|
+
vparen;⒱
|
|
4054
|
+
vtilde;ṽ
|
|
4055
|
+
vturned;ʌ
|
|
4056
|
+
vuhiragana;ゔ
|
|
4057
|
+
vukatakana;ヴ
|
|
4058
|
+
w;w
|
|
4059
|
+
wacute;ẃ
|
|
4060
|
+
waekorean;ㅙ
|
|
4061
|
+
wahiragana;わ
|
|
4062
|
+
wakatakana;ワ
|
|
4063
|
+
wakatakanahalfwidth;ワ
|
|
4064
|
+
wakorean;ㅘ
|
|
4065
|
+
wasmallhiragana;ゎ
|
|
4066
|
+
wasmallkatakana;ヮ
|
|
4067
|
+
wattosquare;㍗
|
|
4068
|
+
wavedash;〜
|
|
4069
|
+
wavyunderscorevertical;︴
|
|
4070
|
+
wawarabic;و
|
|
4071
|
+
wawfinalarabic;ﻮ
|
|
4072
|
+
wawhamzaabovearabic;ؤ
|
|
4073
|
+
wawhamzaabovefinalarabic;ﺆ
|
|
4074
|
+
wbsquare;㏝
|
|
4075
|
+
wcircle;ⓦ
|
|
4076
|
+
wcircumflex;ŵ
|
|
4077
|
+
wdieresis;ẅ
|
|
4078
|
+
wdotaccent;ẇ
|
|
4079
|
+
wdotbelow;ẉ
|
|
4080
|
+
wehiragana;ゑ
|
|
4081
|
+
weierstrass;℘
|
|
4082
|
+
wekatakana;ヱ
|
|
4083
|
+
wekorean;ㅞ
|
|
4084
|
+
weokorean;ㅝ
|
|
4085
|
+
wgrave;ẁ
|
|
4086
|
+
whitebullet;◦
|
|
4087
|
+
whitecircle;○
|
|
4088
|
+
whitecircleinverse;◙
|
|
4089
|
+
whitecornerbracketleft;『
|
|
4090
|
+
whitecornerbracketleftvertical;﹃
|
|
4091
|
+
whitecornerbracketright;』
|
|
4092
|
+
whitecornerbracketrightvertical;﹄
|
|
4093
|
+
whitediamond;◇
|
|
4094
|
+
whitediamondcontainingblacksmalldiamond;◈
|
|
4095
|
+
whitedownpointingsmalltriangle;▿
|
|
4096
|
+
whitedownpointingtriangle;▽
|
|
4097
|
+
whiteleftpointingsmalltriangle;◃
|
|
4098
|
+
whiteleftpointingtriangle;◁
|
|
4099
|
+
whitelenticularbracketleft;〖
|
|
4100
|
+
whitelenticularbracketright;〗
|
|
4101
|
+
whiterightpointingsmalltriangle;▹
|
|
4102
|
+
whiterightpointingtriangle;▷
|
|
4103
|
+
whitesmallsquare;▫
|
|
4104
|
+
whitesmilingface;☺
|
|
4105
|
+
whitesquare;□
|
|
4106
|
+
whitestar;☆
|
|
4107
|
+
whitetelephone;☏
|
|
4108
|
+
whitetortoiseshellbracketleft;〘
|
|
4109
|
+
whitetortoiseshellbracketright;〙
|
|
4110
|
+
whiteuppointingsmalltriangle;▵
|
|
4111
|
+
whiteuppointingtriangle;△
|
|
4112
|
+
wihiragana;ゐ
|
|
4113
|
+
wikatakana;ヰ
|
|
4114
|
+
wikorean;ㅟ
|
|
4115
|
+
wmonospace;w
|
|
4116
|
+
wohiragana;を
|
|
4117
|
+
wokatakana;ヲ
|
|
4118
|
+
wokatakanahalfwidth;ヲ
|
|
4119
|
+
won;₩
|
|
4120
|
+
wonmonospace;₩
|
|
4121
|
+
wowaenthai;ว
|
|
4122
|
+
wparen;⒲
|
|
4123
|
+
wring;ẘ
|
|
4124
|
+
wsuperior;ʷ
|
|
4125
|
+
wturned;ʍ
|
|
4126
|
+
wynn;ƿ
|
|
4127
|
+
x;x
|
|
4128
|
+
xabovecmb;̽
|
|
4129
|
+
xbopomofo;ㄒ
|
|
4130
|
+
xcircle;ⓧ
|
|
4131
|
+
xdieresis;ẍ
|
|
4132
|
+
xdotaccent;ẋ
|
|
4133
|
+
xeharmenian;խ
|
|
4134
|
+
xi;ξ
|
|
4135
|
+
xmonospace;x
|
|
4136
|
+
xparen;⒳
|
|
4137
|
+
xsuperior;ˣ
|
|
4138
|
+
y;y
|
|
4139
|
+
yaadosquare;㍎
|
|
4140
|
+
yabengali;য
|
|
4141
|
+
yacute;ý
|
|
4142
|
+
yadeva;य
|
|
4143
|
+
yaekorean;ㅒ
|
|
4144
|
+
yagujarati;ય
|
|
4145
|
+
yagurmukhi;ਯ
|
|
4146
|
+
yahiragana;や
|
|
4147
|
+
yakatakana;ヤ
|
|
4148
|
+
yakatakanahalfwidth;ヤ
|
|
4149
|
+
yakorean;ㅑ
|
|
4150
|
+
yamakkanthai;๎
|
|
4151
|
+
yasmallhiragana;ゃ
|
|
4152
|
+
yasmallkatakana;ャ
|
|
4153
|
+
yasmallkatakanahalfwidth;ャ
|
|
4154
|
+
yatcyrillic;ѣ
|
|
4155
|
+
ycircle;ⓨ
|
|
4156
|
+
ycircumflex;ŷ
|
|
4157
|
+
ydieresis;ÿ
|
|
4158
|
+
ydotaccent;ẏ
|
|
4159
|
+
ydotbelow;ỵ
|
|
4160
|
+
yeharabic;ي
|
|
4161
|
+
yehbarreearabic;ے
|
|
4162
|
+
yehbarreefinalarabic;ﮯ
|
|
4163
|
+
yehfinalarabic;ﻲ
|
|
4164
|
+
yehhamzaabovearabic;ئ
|
|
4165
|
+
yehhamzaabovefinalarabic;ﺊ
|
|
4166
|
+
yehhamzaaboveinitialarabic;ﺋ
|
|
4167
|
+
yehhamzaabovemedialarabic;ﺌ
|
|
4168
|
+
yehinitialarabic;ﻳ
|
|
4169
|
+
yehmedialarabic;ﻴ
|
|
4170
|
+
yehmeeminitialarabic;ﳝ
|
|
4171
|
+
yehmeemisolatedarabic;ﱘ
|
|
4172
|
+
yehnoonfinalarabic;ﲔ
|
|
4173
|
+
yehthreedotsbelowarabic;ۑ
|
|
4174
|
+
yekorean;ㅖ
|
|
4175
|
+
yen;¥
|
|
4176
|
+
yenmonospace;¥
|
|
4177
|
+
yeokorean;ㅕ
|
|
4178
|
+
yeorinhieuhkorean;ㆆ
|
|
4179
|
+
yerahbenyomohebrew;֪
|
|
4180
|
+
yerahbenyomolefthebrew;֪
|
|
4181
|
+
yericyrillic;ы
|
|
4182
|
+
yerudieresiscyrillic;ӹ
|
|
4183
|
+
yesieungkorean;ㆁ
|
|
4184
|
+
yesieungpansioskorean;ㆃ
|
|
4185
|
+
yesieungsioskorean;ㆂ
|
|
4186
|
+
yetivhebrew;֚
|
|
4187
|
+
ygrave;ỳ
|
|
4188
|
+
yhook;ƴ
|
|
4189
|
+
yhookabove;ỷ
|
|
4190
|
+
yiarmenian;յ
|
|
4191
|
+
yicyrillic;ї
|
|
4192
|
+
yikorean;ㅢ
|
|
4193
|
+
yinyang;☯
|
|
4194
|
+
yiwnarmenian;ւ
|
|
4195
|
+
ymonospace;y
|
|
4196
|
+
yod;י
|
|
4197
|
+
yoddagesh;יּ
|
|
4198
|
+
yoddageshhebrew;יּ
|
|
4199
|
+
yodhebrew;י
|
|
4200
|
+
yodyodhebrew;ײ
|
|
4201
|
+
yodyodpatahhebrew;ײַ
|
|
4202
|
+
yohiragana;よ
|
|
4203
|
+
yoikorean;ㆉ
|
|
4204
|
+
yokatakana;ヨ
|
|
4205
|
+
yokatakanahalfwidth;ヨ
|
|
4206
|
+
yokorean;ㅛ
|
|
4207
|
+
yosmallhiragana;ょ
|
|
4208
|
+
yosmallkatakana;ョ
|
|
4209
|
+
yosmallkatakanahalfwidth;ョ
|
|
4210
|
+
yotgreek;ϳ
|
|
4211
|
+
yoyaekorean;ㆈ
|
|
4212
|
+
yoyakorean;ㆇ
|
|
4213
|
+
yoyakthai;ย
|
|
4214
|
+
yoyingthai;ญ
|
|
4215
|
+
yparen;⒴
|
|
4216
|
+
ypogegrammeni;ͺ
|
|
4217
|
+
ypogegrammenigreekcmb;ͅ
|
|
4218
|
+
yr;Ʀ
|
|
4219
|
+
yring;ẙ
|
|
4220
|
+
ysuperior;ʸ
|
|
4221
|
+
ytilde;ỹ
|
|
4222
|
+
yturned;ʎ
|
|
4223
|
+
yuhiragana;ゆ
|
|
4224
|
+
yuikorean;ㆌ
|
|
4225
|
+
yukatakana;ユ
|
|
4226
|
+
yukatakanahalfwidth;ユ
|
|
4227
|
+
yukorean;ㅠ
|
|
4228
|
+
yusbigcyrillic;ѫ
|
|
4229
|
+
yusbigiotifiedcyrillic;ѭ
|
|
4230
|
+
yuslittlecyrillic;ѧ
|
|
4231
|
+
yuslittleiotifiedcyrillic;ѩ
|
|
4232
|
+
yusmallhiragana;ゅ
|
|
4233
|
+
yusmallkatakana;ュ
|
|
4234
|
+
yusmallkatakanahalfwidth;ュ
|
|
4235
|
+
yuyekorean;ㆋ
|
|
4236
|
+
yuyeokorean;ㆊ
|
|
4237
|
+
yyabengali;য়
|
|
4238
|
+
yyadeva;य़
|
|
4239
|
+
z;z
|
|
4240
|
+
zaarmenian;զ
|
|
4241
|
+
zacute;ź
|
|
4242
|
+
zadeva;ज़
|
|
4243
|
+
zagurmukhi;ਜ਼
|
|
4244
|
+
zaharabic;ظ
|
|
4245
|
+
zahfinalarabic;ﻆ
|
|
4246
|
+
zahinitialarabic;ﻇ
|
|
4247
|
+
zahiragana;ざ
|
|
4248
|
+
zahmedialarabic;ﻈ
|
|
4249
|
+
zainarabic;ز
|
|
4250
|
+
zainfinalarabic;ﺰ
|
|
4251
|
+
zakatakana;ザ
|
|
4252
|
+
zaqefgadolhebrew;֕
|
|
4253
|
+
zaqefqatanhebrew;֔
|
|
4254
|
+
zarqahebrew;֘
|
|
4255
|
+
zayin;ז
|
|
4256
|
+
zayindagesh;זּ
|
|
4257
|
+
zayindageshhebrew;זּ
|
|
4258
|
+
zayinhebrew;ז
|
|
4259
|
+
zbopomofo;ㄗ
|
|
4260
|
+
zcaron;ž
|
|
4261
|
+
zcircle;ⓩ
|
|
4262
|
+
zcircumflex;ẑ
|
|
4263
|
+
zcurl;ʑ
|
|
4264
|
+
zdot;ż
|
|
4265
|
+
zdotaccent;ż
|
|
4266
|
+
zdotbelow;ẓ
|
|
4267
|
+
zecyrillic;з
|
|
4268
|
+
zedescendercyrillic;ҙ
|
|
4269
|
+
zedieresiscyrillic;ӟ
|
|
4270
|
+
zehiragana;ぜ
|
|
4271
|
+
zekatakana;ゼ
|
|
4272
|
+
zero;0
|
|
4273
|
+
zeroarabic;٠
|
|
4274
|
+
zerobengali;০
|
|
4275
|
+
zerodeva;०
|
|
4276
|
+
zerogujarati;૦
|
|
4277
|
+
zerogurmukhi;੦
|
|
4278
|
+
zerohackarabic;٠
|
|
4279
|
+
zeroinferior;₀
|
|
4280
|
+
zeromonospace;0
|
|
4281
|
+
zerooldstyle;
|
|
4282
|
+
zeropersian;۰
|
|
4283
|
+
zerosuperior;⁰
|
|
4284
|
+
zerothai;๐
|
|
4285
|
+
zerowidthjoiner;
|
|
4286
|
+
zerowidthnonjoiner;
|
|
4287
|
+
zerowidthspace;
|
|
4288
|
+
zeta;ζ
|
|
4289
|
+
zhbopomofo;ㄓ
|
|
4290
|
+
zhearmenian;ժ
|
|
4291
|
+
zhebrevecyrillic;ӂ
|
|
4292
|
+
zhecyrillic;ж
|
|
4293
|
+
zhedescendercyrillic;җ
|
|
4294
|
+
zhedieresiscyrillic;ӝ
|
|
4295
|
+
zihiragana;じ
|
|
4296
|
+
zikatakana;ジ
|
|
4297
|
+
zinorhebrew;֮
|
|
4298
|
+
zlinebelow;ẕ
|
|
4299
|
+
zmonospace;z
|
|
4300
|
+
zohiragana;ぞ
|
|
4301
|
+
zokatakana;ゾ
|
|
4302
|
+
zparen;⒵
|
|
4303
|
+
zretroflexhook;ʐ
|
|
4304
|
+
zstroke;ƶ
|
|
4305
|
+
zuhiragana;ず
|
|
4306
|
+
zukatakana;ズ
|