From 54448d6ab44d2033482fafa56ddc40d42a6815eb Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Sun, 23 Apr 2017 22:15:25 +0000 Subject: Add files needed for CJK to tlgs, adapt runscript.tlu accordingly. git-svn-id: svn://tug.org/texlive/trunk@43997 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlgs/Resource/Init/FAPIcidfmap | 32 + Master/tlpkg/tlgs/Resource/Init/FAPIconfig | 14 + Master/tlpkg/tlgs/Resource/Init/FAPIfontmap | 33 + Master/tlpkg/tlgs/Resource/Init/FCOfontmap-PCLPS2 | 106 + Master/tlpkg/tlgs/Resource/Init/Fontmap | 4 + Master/tlpkg/tlgs/Resource/Init/Fontmap.GS | 343 + Master/tlpkg/tlgs/Resource/Init/cidfmap | 47 + Master/tlpkg/tlgs/Resource/Init/gs_agl.ps | 7988 +++++++++++++++++++++ Master/tlpkg/tlgs/Resource/Init/gs_btokn.ps | 330 + Master/tlpkg/tlgs/Resource/Init/gs_cet.ps | 111 + Master/tlpkg/tlgs/Resource/Init/gs_cff.ps | 250 + Master/tlpkg/tlgs/Resource/Init/gs_cidcm.ps | 447 ++ Master/tlpkg/tlgs/Resource/Init/gs_ciddc.ps | 230 + Master/tlpkg/tlgs/Resource/Init/gs_cidfm.ps | 254 + Master/tlpkg/tlgs/Resource/Init/gs_cidfn.ps | 413 ++ Master/tlpkg/tlgs/Resource/Init/gs_cidtt.ps | 186 + Master/tlpkg/tlgs/Resource/Init/gs_cmap.ps | 549 ++ Master/tlpkg/tlgs/Resource/Init/gs_cspace.ps | 187 + Master/tlpkg/tlgs/Resource/Init/gs_dbt_e.ps | 58 + Master/tlpkg/tlgs/Resource/Init/gs_diskf.ps | 223 + Master/tlpkg/tlgs/Resource/Init/gs_diskn.ps | 213 + Master/tlpkg/tlgs/Resource/Init/gs_dpnxt.ps | 133 + Master/tlpkg/tlgs/Resource/Init/gs_dps.ps | 222 + Master/tlpkg/tlgs/Resource/Init/gs_dps1.ps | 138 + Master/tlpkg/tlgs/Resource/Init/gs_dps2.ps | 246 + Master/tlpkg/tlgs/Resource/Init/gs_dscp.ps | 115 + Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps | 291 + Master/tlpkg/tlgs/Resource/Init/gs_fapi.ps | 460 ++ Master/tlpkg/tlgs/Resource/Init/gs_fntem.ps | 415 ++ Master/tlpkg/tlgs/Resource/Init/gs_fonts.ps | 1288 ++++ Master/tlpkg/tlgs/Resource/Init/gs_frsd.ps | 80 + Master/tlpkg/tlgs/Resource/Init/gs_icc.ps | 109 + Master/tlpkg/tlgs/Resource/Init/gs_il1_e.ps | 65 + Master/tlpkg/tlgs/Resource/Init/gs_img.ps | 864 +++ Master/tlpkg/tlgs/Resource/Init/gs_init.ps | 2261 ++++++ Master/tlpkg/tlgs/Resource/Init/gs_l2img.ps | 183 + Master/tlpkg/tlgs/Resource/Init/gs_lev2.ps | 1198 +++ Master/tlpkg/tlgs/Resource/Init/gs_ll3.ps | 499 ++ Master/tlpkg/tlgs/Resource/Init/gs_mex_e.ps | 65 + Master/tlpkg/tlgs/Resource/Init/gs_mgl_e.ps | 64 + Master/tlpkg/tlgs/Resource/Init/gs_mro_e.ps | 61 + Master/tlpkg/tlgs/Resource/Init/gs_pdf_e.ps | 43 + Master/tlpkg/tlgs/Resource/Init/gs_pdfwr.ps | 1054 +++ Master/tlpkg/tlgs/Resource/Init/gs_res.ps | 1161 +++ Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps | 529 ++ Master/tlpkg/tlgs/Resource/Init/gs_setpd.ps | 1031 +++ Master/tlpkg/tlgs/Resource/Init/gs_statd.ps | 373 + Master/tlpkg/tlgs/Resource/Init/gs_std_e.ps | 72 + Master/tlpkg/tlgs/Resource/Init/gs_sym_e.ps | 82 + Master/tlpkg/tlgs/Resource/Init/gs_trap.ps | 102 + Master/tlpkg/tlgs/Resource/Init/gs_ttf.ps | 1987 +++++ Master/tlpkg/tlgs/Resource/Init/gs_typ32.ps | 133 + Master/tlpkg/tlgs/Resource/Init/gs_typ42.ps | 59 + Master/tlpkg/tlgs/Resource/Init/gs_type1.ps | 303 + Master/tlpkg/tlgs/Resource/Init/gs_wan_e.ps | 45 + Master/tlpkg/tlgs/Resource/Init/pdf_base.ps | 1225 ++++ Master/tlpkg/tlgs/Resource/Init/pdf_draw.ps | 4088 +++++++++++ Master/tlpkg/tlgs/Resource/Init/pdf_font.ps | 2526 +++++++ Master/tlpkg/tlgs/Resource/Init/pdf_main.ps | 3112 ++++++++ Master/tlpkg/tlgs/Resource/Init/pdf_ops.ps | 1815 +++++ Master/tlpkg/tlgs/Resource/Init/pdf_rbld.ps | 448 ++ Master/tlpkg/tlgs/Resource/Init/pdf_sec.ps | 751 ++ Master/tlpkg/tlgs/Resource/Init/xlatmap | 49 + 63 files changed, 41763 insertions(+) create mode 100644 Master/tlpkg/tlgs/Resource/Init/FAPIcidfmap create mode 100644 Master/tlpkg/tlgs/Resource/Init/FAPIconfig create mode 100644 Master/tlpkg/tlgs/Resource/Init/FAPIfontmap create mode 100644 Master/tlpkg/tlgs/Resource/Init/FCOfontmap-PCLPS2 create mode 100644 Master/tlpkg/tlgs/Resource/Init/Fontmap create mode 100644 Master/tlpkg/tlgs/Resource/Init/Fontmap.GS create mode 100644 Master/tlpkg/tlgs/Resource/Init/cidfmap create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_agl.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_btokn.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cet.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cff.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cidcm.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_ciddc.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cidfm.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cidfn.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cidtt.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cmap.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_cspace.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_dbt_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_diskf.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_diskn.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_dpnxt.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_dps.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_dps1.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_dps2.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_dscp.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_fapi.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_fntem.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_fonts.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_frsd.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_icc.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_il1_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_img.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_init.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_l2img.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_lev2.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_ll3.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_mex_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_mgl_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_mro_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_pdf_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_pdfwr.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_res.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_resmp.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_setpd.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_statd.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_std_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_sym_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_trap.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_ttf.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_typ32.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_typ42.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_type1.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/gs_wan_e.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_base.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_draw.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_font.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_main.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_ops.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_rbld.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/pdf_sec.ps create mode 100644 Master/tlpkg/tlgs/Resource/Init/xlatmap (limited to 'Master/tlpkg/tlgs/Resource/Init') diff --git a/Master/tlpkg/tlgs/Resource/Init/FAPIcidfmap b/Master/tlpkg/tlgs/Resource/Init/FAPIcidfmap new file mode 100644 index 00000000000..38e42e60df1 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/FAPIcidfmap @@ -0,0 +1,32 @@ +%! +% $Id: FAPIcidfmap 6826 2006-05-31 15:29:52Z leonardo $ +% This is a sample map file for FAPI CID fonts. + +% +% The map is a set of records like this : +% +% /CIDfont_name options_dict ; +% +% where options_dict is a dictionary with the following entries : +% +% Key Type Description +% Path string Absolute path to font file, or relative path to font file from +% the GS_EXTFONTPATH value. +% CIDFontType interger PostScript type for this CID font. Only 0 is currently allowed. +% Note that this is unrelated to the real type of the font file - +% the bridge will perform format conversion. +% FAPI name Name of the renderer to be used with the font. Only /UFST is now allowed. +% SubfontId integer (optional) Index of the font in font collection, such as FCO or TTC. +% It is being ignored if /Path doesn't specify a collection. +% Default value is 0. +% CSI array Must have strongly 2 elements. +% The first element of the array specifies Ordering of CIDSystemInfo. +% The second element specifies Supplement of CIDSystemInfo. +% +% Use regular Postscript syntax. +% +% Examples : +% +% /Ryumin-Medium << /Path (msgothic.ttc) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; +% /HeiseiKakuGo-W5 << /Path (F:/WIN2000/Fonts/BATANG.TTC) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; + diff --git a/Master/tlpkg/tlgs/Resource/Init/FAPIconfig b/Master/tlpkg/tlgs/Resource/Init/FAPIconfig new file mode 100644 index 00000000000..f893add7db2 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/FAPIconfig @@ -0,0 +1,14 @@ +%! +% $Id: FAPIconfig 6870 2006-06-20 16:31:15Z leonardo $ +% This is configuration file for FAPI client. +% +% /FontPath (/Fonts) % A default directory for FAPI-handled font files path in FAPIfontmap. +% /CIDFontPath (/CIDFonts) % A default directory for FAPI-handled CID font files path in FAPIcidfmap. +% /HookDiskFonts [1 2 9 11 42] % FontType values for disk PS fonts to be redirected to FAPI. +% /HookEmbeddedFonts [1 2 9 11 42] % FontType values for embedded PS fonts to be redirected to FAPI. +% +% Values allowed for HookDiskFonts and HookEmbeddedFonts are 1, 2, 9, 11, 42. +% "Disk fonts" are fonts being installed to Ghostscript with 'lib/Fontmap' or with GS_FONTPATH, +% and CID font resource files. +% "Embedded fonts" are fonts and CID fonts being embedded into a document. + diff --git a/Master/tlpkg/tlgs/Resource/Init/FAPIfontmap b/Master/tlpkg/tlgs/Resource/Init/FAPIfontmap new file mode 100644 index 00000000000..0fedcdeaef8 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/FAPIfontmap @@ -0,0 +1,33 @@ +%! +% $Id: FAPIfontmap 6870 2006-06-20 16:31:15Z leonardo $ +% This is a sample map file for FAPI fonts. + +% +% The map is a set of records like this : +% +% /font_name options_dict ; +% +% where options_dict is a dictionary with the following entries : +% +% Key Type Description +% Path string Absolute path to font file, or relative path to font file from +% the GS_EXTFONTPATH value. +% FontType interger PostScript type for this font. Only 1 and 42 are currently allowed. +% Note that this is unrelated to the real type of the font file - +% the bridge will perform format conversion. +% FAPI name Name of the renderer to be used with the font. Only /AgfaUFST is now allowed. +% SubfontId integer (optional) Index of the font in font collection, such as FCO or TTC. +% It is being ignored if /Path doesn't specify a collection. +% Default value is 0. +% Decoding name (optional) The name of a Decoding resource to be used with the font. +% If specified, "xlatmap" doesn't work for this font. +% +% Use regular Postscript syntax. +% +% Examples : +% +% /ArialTT << /Path (arial.ttf) /FontType 1 /FAPI /UFST >> ; +% /CourierTT << /Path (F:/WIN2000/Fonts/cour.ttf) /FontType 1 /FAPI /UFST >> ; +% /FCO1 << /Path (F:/AFPL/ufst/fontdata/MTFONTS/PCLPS3/MT1/PCLP3__G.FCO) /FontType 42 /FAPI /UFST /SubfontId 10 >> ; +% + diff --git a/Master/tlpkg/tlgs/Resource/Init/FCOfontmap-PCLPS2 b/Master/tlpkg/tlgs/Resource/Init/FCOfontmap-PCLPS2 new file mode 100644 index 00000000000..9011451e2c8 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/FCOfontmap-PCLPS2 @@ -0,0 +1,106 @@ +% Copyright (C) 2001-2012 Artifex Software, Inc. +% All Rights Reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% Refer to licensing information at http://www.artifex.com or contact +% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, +% CA 94903, U.S.A., +1(415)492-9861, for further information. +% + + +% May add general FAPIfontmap records here like this : +/Wingdings-Regular << /Path FCOfontfile2 /FontType 1 /FAPI /UFST /SubfontId 0 /Encoding /Wingdings /Decoding /FCO_Wingdings>> ; + +% Mapping Postscript fonts to pclp2_xj.fco FCO members : +FCOfontfile ReadFCOfontmap: +0 Albertus-Medium +1 Albertus-ExtraBold +2 AntiqueOlive +3 AntiqueOlive-Italic +4 AntiqueOlive-Bold +5 Arial +6 Arial-Italic +7 Arial-Bold +8 Arial-BoldItalic +9 Clarendon-Condensed-Bold +10 Coronet +11 CourierHP +12 CourierHP-Italic +13 CourierHP-Bold +14 CourierHP-BoldItalic +15 Garamond-Antiqua +16 Garamond-Kursiv +17 Garamond-Halbfett +18 Garamond-KursivHalbfett +19 LetterGothic +20 LetterGothic-Italic +21 LetterGothic-Bold +22 Marigold +23 CGOmega +24 CGOmega-Italic +25 CGOmega-Bold +26 CGOmega-BoldItalic +27 SymbolMT SymbolEncoding FCO_Symbol +28 CGTimes +29 CGTimes-Italic +30 CGTimes-Bold +31 CGTimes-BoldItalic +32 TimesNewRoman +33 TimesNewRoman-Italic +34 TimesNewRoman-Bold +35 TimesNewRoman-BoldItalic +36 UniversMedium +37 UniversMedium-Italic +38 Univers-Bold +39 Univers-BoldItalic +40 Univers-Condensed-Medium +41 Univers-Condensed-MediumItalic +42 Univers-Condensed-Bold +43 Univers-Condensed-BoldItalic +44 Courier- +45 Courier-Italic +46 Courier-Bold- +47 Courier-BoldItalic +48 AvantGarde-Book +49 AvantGarde-BookOblique +50 AvantGarde-Demi +51 AvantGarde-DemiOblique +52 Bookman-Light +53 Bookman-LightItalic +54 Bookman-Demi +55 Bookman-DemiItalic +56 Courier +57 Courier-Oblique +58 Courier-Bold +59 Courier-BoldOblique +60 Helvetica +61 Helvetica-Oblique +62 Helvetica-Bold +63 Helvetica-BoldOblique +64 Helvetica-Narrow +65 Helvetica-Narrow-Oblique +66 Helvetica-Narrow-Bold +67 Helvetica-Narrow-BoldOblique +68 NewCenturySchlbk-Roman +69 NewCenturySchlbk-Italic +70 NewCenturySchlbk-Bold +71 NewCenturySchlbk-BoldItalic +72 Palatino-Roman +73 Palatino-Italic +74 Palatino-Bold +75 Palatino-BoldItalic +76 Symbol SymbolEncoding FCO_Symbol +77 Times-Roman +78 Times-Italic +79 Times-Bold +80 Times-BoldItalic +81 ZapfChancery-MediumItalic +82 ZapfDingbats DingbatsEncoding FCO_Dingbats +EndFCOfontmap +%EOF diff --git a/Master/tlpkg/tlgs/Resource/Init/Fontmap b/Master/tlpkg/tlgs/Resource/Init/Fontmap new file mode 100644 index 00000000000..ae5af96e0ee --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/Fontmap @@ -0,0 +1,4 @@ +%! +% See Fontmap.GS for the syntax of real Fontmap files. +%% Replace 1 (Fontmap.GS) +(Fontmap.GS) .runlibfile diff --git a/Master/tlpkg/tlgs/Resource/Init/Fontmap.GS b/Master/tlpkg/tlgs/Resource/Init/Fontmap.GS new file mode 100644 index 00000000000..a9fa335a219 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/Fontmap.GS @@ -0,0 +1,343 @@ +% Copyright (C) 2001-2012 Artifex Software, Inc. +% All Rights Reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% Refer to licensing information at http://www.artifex.com or contact +% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, +% CA 94903, U.S.A., +1(415)492-9861, for further information. +% + +% Fontmap - standard font catalog for Ghostscript. + +% ---------------------------------------------------------------- + +% This file is a catalog of fonts known to Ghostscript. Any font +% that is to be loaded automatically when named must be in this catalog, +% except for fonts that Ghostscript finds automatically in directories +% named in the GS_FONTPATH environment variable. + +% Each font has an entry consisting of three items: +% +% - The name by which the font is known inside Ghostscript +% (a Ghostscript name preceded by a `/', or a string enclosed +% in parentheses). This is used to find the file from which +% a font of a given name should be loaded. +% +% - Information depending on whether this is a real font or a +% font alias: +% +% - For real fonts, the name of the Ghostscript font +% file (a Ghostscript string, enclosed in parentheses). +% The filename should include the extension, which (by +% convention) is `.gsf'. `.pfa' and `.pfb' files are +% also usable as fonts for Ghostscript. +% +% - For font aliases, the name of the font which should +% be used when this one is requested, preceded by a +% `/'. See the entry for Charter below for an example. +% Note that an alias name cannot be enclosed in parentheses. +% +% - At least one space or tab, and a terminating semicolon. + +% The following table is executed as a PostScript file. +% If you add new entries, be sure to copy the punctuation accurately; +% in particular, you must leave at least one space or tab between each +% field in the entry. Also, please read fonts.doc for important information +% about font names. + +% PDF interpreter evaluates hexadecimal escapes in PDF font names before +% looking up the font. When the resulting name cannot be represented using +% PostScript name syntax, the string can be used instead of the name. + +% Note that .pfa and .pfb fonts are compatible with Adobe Type Manager +% and other programs that don't include full PostScript interpreters, +% as well as with PostScript interpreters; .gsf fonts are compatible with +% PostScript interpreters, but not with ATM or similar programs. + +% +% +% Fonts contributed by: +% URW++ Design and Development Incorporated +% Poppenbuetteler Bogen 29A +% D-22399 Hamburg +% Germany +% tel. +49 (40) 60 60 50 +% fax +49 (40) 60 60 51 11 +% http://www.urwpp.de +% for distribution under the GNU License and Aladdin Free Public License. +% See the notice at the head of this Fontmap file for licensing terms. +% Each of these fonts is individually covered by the license: +% for licensing purposes, they are not "part of" any larger entity. +% The following notice applies to these fonts: +% +% Copyright URW Software, Copyright 1994 by URW. +% + +% Aliases + +/AvantGarde-BookOblique /URWGothic-BookOblique ; +/AvantGarde-Book /URWGothic-Book ; +/AvantGarde-DemiOblique /URWGothic-DemiOblique ; +/AvantGarde-Demi /URWGothic-Demi ; +/Bookman-DemiItalic /URWBookman-DemiItalic ; +/Bookman-Demi /URWBookman-Demi ; +/Bookman-LightItalic /URWBookman-LightItalic ; +/Bookman-Light /URWBookman-Light ; +/Courier-Bold /NimbusMonoPS-Bold ; +/Courier-BoldOblique /NimbusMonoPS-BoldItalic ; +/Courier /NimbusMonoPS-Regular ; +/Courier-Oblique /NimbusMonoPS-Italic ; +/Helvetica-Bold /NimbusSans-Bold ; +/Helvetica-BoldOblique /NimbusSans-BoldOblique ; +/Helvetica-Narrow-Bold /NimbusSansNarrow-Bold ; +/Helvetica-Narrow-BoldOblique /NimbusSansNarrow-BdOblique ; +/Helvetica-Narrow /NimbusSansNarrow-Regular ; +/Helvetica-Narrow-Oblique /NimbusSansNarrow-Oblique ; +/Helvetica /NimbusSans-Regular ; +/Helvetica-Oblique /NimbusSans-Oblique ; +/NewCenturySchlbk-Bold /C059-Bold ; +/NewCenturySchlbk-BoldItalic /C059-BdIta ; +/NewCenturySchlbk-Italic /C059-Italic ; +/NewCenturySchlbk-Roman /C059-Roman ; +/Palatino-BoldItalic /P052-BoldItalic ; +/Palatino-Bold /P052-Bold ; +/Palatino-Italic /P052-Italic ; +/Palatino-Roman /P052-Roman ; +/Symbol /StandardSymbolsPS ; +/Times-BoldItalic /NimbusRoman-BoldItalic ; +/Times-Bold /NimbusRoman-Bold ; +/Times-Italic /NimbusRoman-Italic ; +/Times-Roman /NimbusRoman-Regular ; +/ZapfChancery-MediumItalic /Z003-MediumItalic ; +/ZapfDingbats /D050000L ; + +% +% +% Type 1 fonts contributed to the X11R5 distribution. +% + +% The following notice accompanied the Charter fonts. +% +% (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. +% +% You are hereby granted permission under all Bitstream propriety rights +% to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream +% Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts +% for any purpose and without restriction; provided, that this notice is +% left intact on all copies of such fonts and that Bitstream's trademark +% is acknowledged as shown below on all unmodified copies of the 4 Charter +% Type 1 fonts. +% +% BITSTREAM CHARTER is a registered trademark of Bitstream Inc. + +/CharterBT-Roman (bchr.pfa) ; +/CharterBT-Italic (bchri.pfa) ; +/CharterBT-Bold (bchb.pfa) ; +/CharterBT-BoldItalic (bchbi.pfa) ; + +% Aliases + +/Charter-Roman /CharterBT-Roman ; +/Charter-Italic /CharterBT-Italic ; +/Charter-Bold /CharterBT-Bold ; +/Charter-BoldItalic /CharterBT-BoldItalic ; + +% The following notice accompanied the Utopia font: +% +% Permission to use, reproduce, display and distribute the listed +% typefaces is hereby granted, provided that the Adobe Copyright notice +% appears in all whole and partial copies of the software and that the +% following trademark symbol and attribution appear in all unmodified +% copies of the software: +% +% Copyright (c) 1989 Adobe Systems Incorporated +% Utopia (R) +% Utopia is a registered trademark of Adobe Systems Incorporated +% +% The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font +% Metric files) donated are: +% +% Utopia Regular +% Utopia Italic +% Utopia Bold +% Utopia Bold Italic + +/Utopia-Regular (putr.pfa) ; +/Utopia-Italic (putri.pfa) ; +/Utopia-Bold (putb.pfa) ; +/Utopia-BoldItalic (putbi.pfa) ; + +% +% +% Fonts contributed by URW GmbH for distribution under the GNU License. +% The following notice accompanied these fonts: +% +% U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program +% U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program +% +% Copyright (c) 1992 URW GmbH, Hamburg, Germany +% +% This program is free software; you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation; either version 2 of the License, or +% (at your option) later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; wihtout even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +% See the GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with this program; if not, write to the Free Software +% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A. +% +% Address: +% URW GmbH +% PC Support +% Harksheider Strasse 102 +% 2000 Hamburg 65 +% Germany +% Phone: +49 40 60 60 50 (Reception) +% Phone: +49 40 60 60 52 30 (PC Support) +% Fax : +49 40 60 60 52 52 +% + +/URWAntiquaT-RegularCondensed (u003043t.gsf) ; +/URWGroteskT-Bold (u004006t.gsf) ; + +% +% +% Calligraphic Kana fonts. These are distributed under the OFL 1.1: +% +% Copyright (c) 1993, Kevin Hartig (kevin.hartig@gmail.com), +% with Reserved Font Name Calligraphic-Hiragana and Calligraphic-Katakana. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is available with an FAQ at: http://scripts.sil.org/OFL + +% Hiragana and Katakana fonts. The character names are inappropriate, +% and the encoding is probably not related to any known standard. + +/Calligraphic-Hiragana (fhirw.gsf) ; +/Calligraphic-Katakana (fkarw.gsf) ; + +% +% +% Public-domain fonts. These have no copyright, and are of unknown quality. + +% Cyrillic fonts. The character names are inappropriate, +% and the encoding is probably not related to any known standard. + +/Shareware-Cyrillic-Regular (fcyr.gsf) ; +/Shareware-Cyrillic-Italic (fcyri.gsf) ; + +% Aliases +/Cyrillic /Cyrillic-Regular ; +/Cyrillic-Regular /Shareware-Cyrillic-Regular ; +/Cyrillic-Italic /Shareware-Cyrillic-Italic ; + +% +% +% Fonts converted from Hershey outlines. These are constructed and +% maintained manually. These are also in the public domain. +% +% The suggested UniqueID's and filenames are constructed differently for +% these than for the ones above, because of the strange way that the Hershey +% fonts were constructed. The scheme for these looks like: +% +% 42TTXY0 +% +% TT = typeface, X = ``class'', Y = variation +% +% The typeface names and numbers are listed in fonts.mak. +% +% class: +% 0 = normal = r +% 1 = simplex = s +% 2 = complex = c +% 3 = triplex = t +% 4 = duplex = d +% +% variation: +% 0 = normal (omitted) +% 1 = oblique = o +% 2 = italic = i +% 3 = bold = b +% 4 = bold oblique = bo +% 5 = bold italic = bi +% + +% Fonts created by Thomas Wolff , by adding +% accents, accented characters, and various other non-alphabetics +% to the original Hershey fonts. These are "freeware", not to be sold. + +/Hershey-Gothic-English (hrger.pfa) ; % 5066533 +/Hershey-Gothic-German (hrgrr.pfa) ; +/Hershey-Gothic-Italian (hritr.pfa) ; + +/Hershey-Plain-Duplex (hrpld.pfa) ; +/Hershey-Plain-Duplex-Italic (hrpldi.pfa) ; +/Hershey-Plain-Triplex (hrplt.pfa) ; +/Hershey-Plain-Triplex-Italic (hrplti.pfa) ; + +/Hershey-Script-Complex (hrscc.pfa) ; +/Hershey-Script-Simplex (hrscs.pfa) ; % 5066541 + +% Fonts created algorithmically from the above. + +/Hershey-Gothic-English-Bold (hrgerb.gsf) ; % 5066542 +/Hershey-Gothic-English-Oblique (hrgero.gsf) ; +/Hershey-Gothic-English-SemiBold (hrgerd.gsf) ; +/Hershey-Gothic-German-Bold (hrgrrb.gsf) ; +/Hershey-Gothic-German-Oblique (hrgrro.gsf) ; +/Hershey-Gothic-Italian-Bold (hritrb.gsf) ; +/Hershey-Gothic-Italian-Oblique (hritro.gsf) ; + +/Hershey-Plain-Duplex-Bold (hrpldb.gsf) ; +/Hershey-Plain-Duplex-Bold-Italic (hrpldbi.gsf) ; +/Hershey-Plain-Triplex-Bold (hrpltb.gsf) ; +/Hershey-Plain-Triplex-Bold-Italic (hrpltbi.gsf) ; + +/Hershey-Script-Complex-Bold (hrsccb.gsf) ; +/Hershey-Script-Complex-Oblique (hrscco.gsf) ; +/Hershey-Script-Simplex-Bold (hrscsb.gsf) ; +/Hershey-Script-Simplex-Oblique (hrscso.gsf) ; % 5066556 + +% Fonts consisting only of characters from the original Hershey +% distribution. These are Type 3 fonts. + +/Hershey-Greek-Complex (hrgkc.gsf) ; % 5066557 +/Hershey-Greek-Simplex (hrgks.gsf) ; + +/Hershey-Plain (hrplr.gsf) ; +/Hershey-Plain-Simplex (hrpls.gsf) ; % 5066560 + +% Fonts created algorithmically from the above. + +/Hershey-Plain-Bold (hrplrb.gsf) ; % 5066561 +/Hershey-Plain-Bold-Oblique (hrplrbo.gsf) ; +/Hershey-Plain-Oblique (hrplro.gsf) ; +/Hershey-Plain-Simplex-Bold (hrplsb.gsf) ; +/Hershey-Plain-Simplex-Bold-Oblique (hrplsbo.gsf) ; +/Hershey-Plain-Simplex-Oblique (hrplso.gsf) ; % 5066566 + +% This font, and only this font among the Hershey fonts, uses +% the SymbolEncoding. + +/Hershey-Symbol (hrsyr.gsf) ; % 5066567 + +/Arial /ArialMT ; +/Arial,Bold /Arial-BoldMT ; +/Arial,Italic /Arial-ItalicMT ; +/Arial,BoldItalic /Arial-BoldItalicMT ; + +/TimesNewRoman /TimesNewRomanPSMT ; +/TimesNewRoman,Bold /TimesNewRomanPS-BoldMT ; +/TimesNewRoman,Italic /TimesNewRomanPS-ItalicMT ; +/TimesNewRoman,BoldItalic /TimesNewRomanPS-BoldItalicMT ; + diff --git a/Master/tlpkg/tlgs/Resource/Init/cidfmap b/Master/tlpkg/tlgs/Resource/Init/cidfmap new file mode 100644 index 00000000000..bed221ac0db --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/cidfmap @@ -0,0 +1,47 @@ +%! +% This is a sample map file for CIDFont category. + +% +% The map is a set of records, which must use one of the two formats : +% +% 1. A substutution of a CIDFont font with another CIDFont : +% +% /substituted /original ; +% +% Where 'substituted' is a name being used in a document, +% 'original' is a name of an available resource. +% +% 2. A substutution of a CIDFont font with a True Type font : +% +% /substituted << /FileType /TrueType /Path (path) /SubfontID 1 /CSI [(ordering) supplement] >> ; +% +% Where 'substituted' is a name being used in a document, +% 'path' is a path to a True Type font file, +% 'ordering' is a value of Ordering required for CIDSystemInfo dictionary, +% 'supplement' is a value of Supplement required for CIDSystemInfo dictionary. +% 'SubfontID' is the index of the desired font in a TTC - ignored if the target is not a TTC. +% +% The Ordering, and Registry (if present) entries should be PostScript string types +% ie enclosed in parentheses, not PostScript name type (initial character '/'). See +% gs/doc/Use.htm#CIDFontSubstitution +% +% Alternatively: +% (substituted name) << /FileType /TrueType /Path (path) /SubfontID 1 /CSI [(ordering) supplement] >> ; +% +% This is where the CIDFont name in the document contains a space character. Using a string instead of a name +% allows this work - Ghostscript will internally convert the key string with a space to a name. +% +% +% Examples : +% +% /ShinGo-Bold /HeiseiKakuGo-W5 ; +% /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ; +% /Ryumin-Medium << /FileType /TrueType /Path (windir) getenv not {(c:/windows)}if (/Fonts/BATANG.TTC)concatstrings /SubfontID 3 /CSI [(Japan1) 2] >> ; +% +% NOTE: getenv returns a boolean to indicate success of or failure, as well as the value on success. In the example, it uses this +% to include a default value should getenv fail. +% +% (Century Gothic) << /FileType /TrueType /Path (/usr/share/fonts/truetype/fonts-japanese-gothic.ttf) /CSI [(Identity) 1] >> ; +% +% Note the use of a string to cope with the name containing a space. +% diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_agl.ps b/Master/tlpkg/tlgs/Resource/Init/gs_agl.ps new file mode 100644 index 00000000000..6b9e1468f4c --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/gs_agl.ps @@ -0,0 +1,7988 @@ +% Copyright (C) 2001-2012 Artifex Software, Inc. +% All Rights Reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% Refer to licensing information at http://www.artifex.com or contact +% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, +% CA 94903, U.S.A., +1(415)492-9861, for further information. +% + +% $Id: gs_agl.ps 10822 2010-02-27 20:24:13Z alexcher $ + +% This file was derived from the Adobe Glyph List, version 2.0, dated +% September 20, 2002. +% See http://partners.adobe.com/asn/developer/typeforum/unicodegn.html +% That file does not contain any copyright notice. + +/AdobeGlyphList mark +/A 16#0041 +/AE 16#00C6 +/AEacute 16#01FC +/AEmacron 16#01E2 +/AEsmall 16#F7E6 +/Aacute 16#00C1 +/Aacutesmall 16#F7E1 +/Abreve 16#0102 +/Abreveacute 16#1EAE +/Abrevecyrillic 16#04D0 +/Abrevedotbelow 16#1EB6 +/Abrevegrave 16#1EB0 +/Abrevehookabove 16#1EB2 +/Abrevetilde 16#1EB4 +/Acaron 16#01CD +/Acircle 16#24B6 +/Acircumflex 16#00C2 +/Acircumflexacute 16#1EA4 +/Acircumflexdotbelow 16#1EAC +/Acircumflexgrave 16#1EA6 +/Acircumflexhookabove 16#1EA8 +/Acircumflexsmall 16#F7E2 +/Acircumflextilde 16#1EAA +/Acute 16#F6C9 +/Acutesmall 16#F7B4 +/Acyrillic 16#0410 +/Adblgrave 16#0200 +/Adieresis 16#00C4 +/Adieresiscyrillic 16#04D2 +/Adieresismacron 16#01DE +/Adieresissmall 16#F7E4 +/Adotbelow 16#1EA0 +/Adotmacron 16#01E0 +/Agrave 16#00C0 +/Agravesmall 16#F7E0 +/Ahookabove 16#1EA2 +/Aiecyrillic 16#04D4 +/Ainvertedbreve 16#0202 +/Alpha 16#0391 +/Alphatonos 16#0386 +/Amacron 16#0100 +/Amonospace 16#FF21 +/Aogonek 16#0104 +/Aring 16#00C5 +/Aringacute 16#01FA +/Aringbelow 16#1E00 +/Aringsmall 16#F7E5 +/Asmall 16#F761 +/Atilde 16#00C3 +/Atildesmall 16#F7E3 +/Aybarmenian 16#0531 +/B 16#0042 +/Bcircle 16#24B7 +/Bdotaccent 16#1E02 +/Bdotbelow 16#1E04 +/Becyrillic 16#0411 +/Benarmenian 16#0532 +/Beta 16#0392 +/Bhook 16#0181 +/Blinebelow 16#1E06 +/Bmonospace 16#FF22 +/Brevesmall 16#F6F4 +/Bsmall 16#F762 +/Btopbar 16#0182 +/C 16#0043 +/Caarmenian 16#053E +/Cacute 16#0106 +/Caron 16#F6CA +/Caronsmall 16#F6F5 +/Ccaron 16#010C +/Ccedilla 16#00C7 +/Ccedillaacute 16#1E08 +/Ccedillasmall 16#F7E7 +/Ccircle 16#24B8 +/Ccircumflex 16#0108 +/Cdot 16#010A +/Cdotaccent 16#010A +/Cedillasmall 16#F7B8 +/Chaarmenian 16#0549 +/Cheabkhasiancyrillic 16#04BC +/Checyrillic 16#0427 +/Chedescenderabkhasiancyrillic 16#04BE +/Chedescendercyrillic 16#04B6 +/Chedieresiscyrillic 16#04F4 +/Cheharmenian 16#0543 +/Chekhakassiancyrillic 16#04CB +/Cheverticalstrokecyrillic 16#04B8 +/Chi 16#03A7 +/Chook 16#0187 +/Circumflexsmall 16#F6F6 +/Cmonospace 16#FF23 +/Coarmenian 16#0551 +/Csmall 16#F763 +/D 16#0044 +/DZ 16#01F1 +/DZcaron 16#01C4 +/Daarmenian 16#0534 +/Dafrican 16#0189 +/Dcaron 16#010E +/Dcedilla 16#1E10 +/Dcircle 16#24B9 +/Dcircumflexbelow 16#1E12 +/Dcroat 16#0110 +/Ddotaccent 16#1E0A +/Ddotbelow 16#1E0C +/Decyrillic 16#0414 +/Deicoptic 16#03EE +/Delta 16#2206 +/Deltagreek 16#0394 +/Dhook 16#018A +/Dieresis 16#F6CB +/DieresisAcute 16#F6CC +/DieresisGrave 16#F6CD +/Dieresissmall 16#F7A8 +/Digammagreek 16#03DC +/Djecyrillic 16#0402 +/Dlinebelow 16#1E0E +/Dmonospace 16#FF24 +/Dotaccentsmall 16#F6F7 +/Dslash 16#0110 +/Dsmall 16#F764 +/Dtopbar 16#018B +/Dz 16#01F2 +/Dzcaron 16#01C5 +/Dzeabkhasiancyrillic 16#04E0 +/Dzecyrillic 16#0405 +/Dzhecyrillic 16#040F +/E 16#0045 +/Eacute 16#00C9 +/Eacutesmall 16#F7E9 +/Ebreve 16#0114 +/Ecaron 16#011A +/Ecedillabreve 16#1E1C +/Echarmenian 16#0535 +/Ecircle 16#24BA +/Ecircumflex 16#00CA +/Ecircumflexacute 16#1EBE +/Ecircumflexbelow 16#1E18 +/Ecircumflexdotbelow 16#1EC6 +/Ecircumflexgrave 16#1EC0 +/Ecircumflexhookabove 16#1EC2 +/Ecircumflexsmall 16#F7EA +/Ecircumflextilde 16#1EC4 +/Ecyrillic 16#0404 +/Edblgrave 16#0204 +/Edieresis 16#00CB +/Edieresissmall 16#F7EB +/Edot 16#0116 +/Edotaccent 16#0116 +/Edotbelow 16#1EB8 +/Efcyrillic 16#0424 +/Egrave 16#00C8 +/Egravesmall 16#F7E8 +/Eharmenian 16#0537 +/Ehookabove 16#1EBA +/Eightroman 16#2167 +/Einvertedbreve 16#0206 +/Eiotifiedcyrillic 16#0464 +/Elcyrillic 16#041B +/Elevenroman 16#216A +/Emacron 16#0112 +/Emacronacute 16#1E16 +/Emacrongrave 16#1E14 +/Emcyrillic 16#041C +/Emonospace 16#FF25 +/Encyrillic 16#041D +/Endescendercyrillic 16#04A2 +/Eng 16#014A +/Enghecyrillic 16#04A4 +/Enhookcyrillic 16#04C7 +/Eogonek 16#0118 +/Eopen 16#0190 +/Epsilon 16#0395 +/Epsilontonos 16#0388 +/Ercyrillic 16#0420 +/Ereversed 16#018E +/Ereversedcyrillic 16#042D +/Escyrillic 16#0421 +/Esdescendercyrillic 16#04AA +/Esh 16#01A9 +/Esmall 16#F765 +/Eta 16#0397 +/Etarmenian 16#0538 +/Etatonos 16#0389 +/Eth 16#00D0 +/Ethsmall 16#F7F0 +/Etilde 16#1EBC +/Etildebelow 16#1E1A +/Euro 16#20AC +/Ezh 16#01B7 +/Ezhcaron 16#01EE +/Ezhreversed 16#01B8 +/F 16#0046 +/Fcircle 16#24BB +/Fdotaccent 16#1E1E +/Feharmenian 16#0556 +/Feicoptic 16#03E4 +/Fhook 16#0191 +/Fitacyrillic 16#0472 +/Fiveroman 16#2164 +/Fmonospace 16#FF26 +/Fourroman 16#2163 +/Fsmall 16#F766 +/G 16#0047 +/GBsquare 16#3387 +/Gacute 16#01F4 +/Gamma 16#0393 +/Gammaafrican 16#0194 +/Gangiacoptic 16#03EA +/Gbreve 16#011E +/Gcaron 16#01E6 +/Gcedilla 16#0122 +/Gcircle 16#24BC +/Gcircumflex 16#011C +/Gcommaaccent 16#0122 +/Gdot 16#0120 +/Gdotaccent 16#0120 +/Gecyrillic 16#0413 +/Ghadarmenian 16#0542 +/Ghemiddlehookcyrillic 16#0494 +/Ghestrokecyrillic 16#0492 +/Gheupturncyrillic 16#0490 +/Ghook 16#0193 +/Gimarmenian 16#0533 +/Gjecyrillic 16#0403 +/Gmacron 16#1E20 +/Gmonospace 16#FF27 +/Grave 16#F6CE +/Gravesmall 16#F760 +/Gsmall 16#F767 +/Gsmallhook 16#029B +/Gstroke 16#01E4 +/H 16#0048 +/H18533 16#25CF +/H18543 16#25AA +/H18551 16#25AB +/H22073 16#25A1 +/HPsquare 16#33CB +/Haabkhasiancyrillic 16#04A8 +/Hadescendercyrillic 16#04B2 +/Hardsigncyrillic 16#042A +/Hbar 16#0126 +/Hbrevebelow 16#1E2A +/Hcedilla 16#1E28 +/Hcircle 16#24BD +/Hcircumflex 16#0124 +/Hdieresis 16#1E26 +/Hdotaccent 16#1E22 +/Hdotbelow 16#1E24 +/Hmonospace 16#FF28 +/Hoarmenian 16#0540 +/Horicoptic 16#03E8 +/Hsmall 16#F768 +/Hungarumlaut 16#F6CF +/Hungarumlautsmall 16#F6F8 +/Hzsquare 16#3390 +/I 16#0049 +/IAcyrillic 16#042F +/IJ 16#0132 +/IUcyrillic 16#042E +/Iacute 16#00CD +/Iacutesmall 16#F7ED +/Ibreve 16#012C +/Icaron 16#01CF +/Icircle 16#24BE +/Icircumflex 16#00CE +/Icircumflexsmall 16#F7EE +/Icyrillic 16#0406 +/Idblgrave 16#0208 +/Idieresis 16#00CF +/Idieresisacute 16#1E2E +/Idieresiscyrillic 16#04E4 +/Idieresissmall 16#F7EF +/Idot 16#0130 +/Idotaccent 16#0130 +/Idotbelow 16#1ECA +/Iebrevecyrillic 16#04D6 +/Iecyrillic 16#0415 +/Ifraktur 16#2111 +/Igrave 16#00CC +/Igravesmall 16#F7EC +/Ihookabove 16#1EC8 +/Iicyrillic 16#0418 +/Iinvertedbreve 16#020A +/Iishortcyrillic 16#0419 +/Imacron 16#012A +/Imacroncyrillic 16#04E2 +/Imonospace 16#FF29 +/Iniarmenian 16#053B +/Iocyrillic 16#0401 +/Iogonek 16#012E +/Iota 16#0399 +/Iotaafrican 16#0196 +/Iotadieresis 16#03AA +/Iotatonos 16#038A +/Ismall 16#F769 +/Istroke 16#0197 +/Itilde 16#0128 +/Itildebelow 16#1E2C +/Izhitsacyrillic 16#0474 +/Izhitsadblgravecyrillic 16#0476 +/J 16#004A +/Jaarmenian 16#0541 +/Jcircle 16#24BF +/Jcircumflex 16#0134 +/Jecyrillic 16#0408 +/Jheharmenian 16#054B +/Jmonospace 16#FF2A +/Jsmall 16#F76A +/K 16#004B +/KBsquare 16#3385 +/KKsquare 16#33CD +/Kabashkircyrillic 16#04A0 +/Kacute 16#1E30 +/Kacyrillic 16#041A +/Kadescendercyrillic 16#049A +/Kahookcyrillic 16#04C3 +/Kappa 16#039A +/Kastrokecyrillic 16#049E +/Kaverticalstrokecyrillic 16#049C +/Kcaron 16#01E8 +/Kcedilla 16#0136 +/Kcircle 16#24C0 +/Kcommaaccent 16#0136 +/Kdotbelow 16#1E32 +/Keharmenian 16#0554 +/Kenarmenian 16#053F +/Khacyrillic 16#0425 +/Kheicoptic 16#03E6 +/Khook 16#0198 +/Kjecyrillic 16#040C +/Klinebelow 16#1E34 +/Kmonospace 16#FF2B +/Koppacyrillic 16#0480 +/Koppagreek 16#03DE +/Ksicyrillic 16#046E +/Ksmall 16#F76B +/L 16#004C +/LJ 16#01C7 +/LL 16#F6BF +/Lacute 16#0139 +/Lambda 16#039B +/Lcaron 16#013D +/Lcedilla 16#013B +/Lcircle 16#24C1 +/Lcircumflexbelow 16#1E3C +/Lcommaaccent 16#013B +/Ldot 16#013F +/Ldotaccent 16#013F +/Ldotbelow 16#1E36 +/Ldotbelowmacron 16#1E38 +/Liwnarmenian 16#053C +/Lj 16#01C8 +/Ljecyrillic 16#0409 +/Llinebelow 16#1E3A +/Lmonospace 16#FF2C +/Lslash 16#0141 +/Lslashsmall 16#F6F9 +/Lsmall 16#F76C +/M 16#004D +/MBsquare 16#3386 +/Macron 16#F6D0 +/Macronsmall 16#F7AF +/Macute 16#1E3E +/Mcircle 16#24C2 +/Mdotaccent 16#1E40 +/Mdotbelow 16#1E42 +/Menarmenian 16#0544 +/Mmonospace 16#FF2D +/Msmall 16#F76D +/Mturned 16#019C +/Mu 16#039C +/N 16#004E +/NJ 16#01CA +/Nacute 16#0143 +/Ncaron 16#0147 +/Ncedilla 16#0145 +/Ncircle 16#24C3 +/Ncircumflexbelow 16#1E4A +/Ncommaaccent 16#0145 +/Ndotaccent 16#1E44 +/Ndotbelow 16#1E46 +/Nhookleft 16#019D +/Nineroman 16#2168 +/Nj 16#01CB +/Njecyrillic 16#040A +/Nlinebelow 16#1E48 +/Nmonospace 16#FF2E +/Nowarmenian 16#0546 +/Nsmall 16#F76E +/Ntilde 16#00D1 +/Ntildesmall 16#F7F1 +/Nu 16#039D +/O 16#004F +/OE 16#0152 +/OEsmall 16#F6FA +/Oacute 16#00D3 +/Oacutesmall 16#F7F3 +/Obarredcyrillic 16#04E8 +/Obarreddieresiscyrillic 16#04EA +/Obreve 16#014E +/Ocaron 16#01D1 +/Ocenteredtilde 16#019F +/Ocircle 16#24C4 +/Ocircumflex 16#00D4 +/Ocircumflexacute 16#1ED0 +/Ocircumflexdotbelow 16#1ED8 +/Ocircumflexgrave 16#1ED2 +/Ocircumflexhookabove 16#1ED4 +/Ocircumflexsmall 16#F7F4 +/Ocircumflextilde 16#1ED6 +/Ocyrillic 16#041E +/Odblacute 16#0150 +/Odblgrave 16#020C +/Odieresis 16#00D6 +/Odieresiscyrillic 16#04E6 +/Odieresissmall 16#F7F6 +/Odotbelow 16#1ECC +/Ogoneksmall 16#F6FB +/Ograve 16#00D2 +/Ogravesmall 16#F7F2 +/Oharmenian 16#0555 +/Ohm 16#2126 +/Ohookabove 16#1ECE +/Ohorn 16#01A0 +/Ohornacute 16#1EDA +/Ohorndotbelow 16#1EE2 +/Ohorngrave 16#1EDC +/Ohornhookabove 16#1EDE +/Ohorntilde 16#1EE0 +/Ohungarumlaut 16#0150 +/Oi 16#01A2 +/Oinvertedbreve 16#020E +/Omacron 16#014C +/Omacronacute 16#1E52 +/Omacrongrave 16#1E50 +/Omega 16#2126 +/Omegacyrillic 16#0460 +/Omegagreek 16#03A9 +/Omegaroundcyrillic 16#047A +/Omegatitlocyrillic 16#047C +/Omegatonos 16#038F +/Omicron 16#039F +/Omicrontonos 16#038C +/Omonospace 16#FF2F +/Oneroman 16#2160 +/Oogonek 16#01EA +/Oogonekmacron 16#01EC +/Oopen 16#0186 +/Oslash 16#00D8 +/Oslashacute 16#01FE +/Oslashsmall 16#F7F8 +/Osmall 16#F76F +/Ostrokeacute 16#01FE +/Otcyrillic 16#047E +/Otilde 16#00D5 +/Otildeacute 16#1E4C +/Otildedieresis 16#1E4E +/Otildesmall 16#F7F5 +/P 16#0050 +/Pacute 16#1E54 +/Pcircle 16#24C5 +/Pdotaccent 16#1E56 +/Pecyrillic 16#041F +/Peharmenian 16#054A +/Pemiddlehookcyrillic 16#04A6 +/Phi 16#03A6 +/Phook 16#01A4 +/Pi 16#03A0 +/Piwrarmenian 16#0553 +/Pmonospace 16#FF30 +/Psi 16#03A8 +/Psicyrillic 16#0470 +/Psmall 16#F770 +/Q 16#0051 +/Qcircle 16#24C6 +/Qmonospace 16#FF31 +/Qsmall 16#F771 +/R 16#0052 +/Raarmenian 16#054C +/Racute 16#0154 +/Rcaron 16#0158 +/Rcedilla 16#0156 +/Rcircle 16#24C7 +/Rcommaaccent 16#0156 +/Rdblgrave 16#0210 +/Rdotaccent 16#1E58 +/Rdotbelow 16#1E5A +/Rdotbelowmacron 16#1E5C +/Reharmenian 16#0550 +/Rfraktur 16#211C +/Rho 16#03A1 +/Ringsmall 16#F6FC +/Rinvertedbreve 16#0212 +/Rlinebelow 16#1E5E +/Rmonospace 16#FF32 +/Rsmall 16#F772 +/Rsmallinverted 16#0281 +/Rsmallinvertedsuperior 16#02B6 +/S 16#0053 +/SF010000 16#250C +/SF020000 16#2514 +/SF030000 16#2510 +/SF040000 16#2518 +/SF050000 16#253C +/SF060000 16#252C +/SF070000 16#2534 +/SF080000 16#251C +/SF090000 16#2524 +/SF100000 16#2500 +/SF110000 16#2502 +/SF190000 16#2561 +/SF200000 16#2562 +/SF210000 16#2556 +/SF220000 16#2555 +/SF230000 16#2563 +/SF240000 16#2551 +/SF250000 16#2557 +/SF260000 16#255D +/SF270000 16#255C +/SF280000 16#255B +/SF360000 16#255E +/SF370000 16#255F +/SF380000 16#255A +/SF390000 16#2554 +/SF400000 16#2569 +/SF410000 16#2566 +/SF420000 16#2560 +/SF430000 16#2550 +/SF440000 16#256C +/SF450000 16#2567 +/SF460000 16#2568 +/SF470000 16#2564 +/SF480000 16#2565 +/SF490000 16#2559 +/SF500000 16#2558 +/SF510000 16#2552 +/SF520000 16#2553 +/SF530000 16#256B +/SF540000 16#256A +/Sacute 16#015A +/Sacutedotaccent 16#1E64 +/Sampigreek 16#03E0 +/Scaron 16#0160 +/Scarondotaccent 16#1E66 +/Scaronsmall 16#F6FD +/Scedilla 16#015E +/Schwa 16#018F +/Schwacyrillic 16#04D8 +/Schwadieresiscyrillic 16#04DA +/Scircle 16#24C8 +/Scircumflex 16#015C +/Scommaaccent 16#0218 +/Sdotaccent 16#1E60 +/Sdotbelow 16#1E62 +/Sdotbelowdotaccent 16#1E68 +/Seharmenian 16#054D +/Sevenroman 16#2166 +/Shaarmenian 16#0547 +/Shacyrillic 16#0428 +/Shchacyrillic 16#0429 +/Sheicoptic 16#03E2 +/Shhacyrillic 16#04BA +/Shimacoptic 16#03EC +/Sigma 16#03A3 +/Sixroman 16#2165 +/Smonospace 16#FF33 +/Softsigncyrillic 16#042C +/Ssmall 16#F773 +/Stigmagreek 16#03DA +/T 16#0054 +/Tau 16#03A4 +/Tbar 16#0166 +/Tcaron 16#0164 +/Tcedilla 16#0162 +/Tcircle 16#24C9 +/Tcircumflexbelow 16#1E70 +/Tcommaaccent 16#0162 +/Tdotaccent 16#1E6A +/Tdotbelow 16#1E6C +/Tecyrillic 16#0422 +/Tedescendercyrillic 16#04AC +/Tenroman 16#2169 +/Tetsecyrillic 16#04B4 +/Theta 16#0398 +/Thook 16#01AC +/Thorn 16#00DE +/Thornsmall 16#F7FE +/Threeroman 16#2162 +/Tildesmall 16#F6FE +/Tiwnarmenian 16#054F +/Tlinebelow 16#1E6E +/Tmonospace 16#FF34 +/Toarmenian 16#0539 +/Tonefive 16#01BC +/Tonesix 16#0184 +/Tonetwo 16#01A7 +/Tretroflexhook 16#01AE +/Tsecyrillic 16#0426 +/Tshecyrillic 16#040B +/Tsmall 16#F774 +/Twelveroman 16#216B +/Tworoman 16#2161 +/U 16#0055 +/Uacute 16#00DA +/Uacutesmall 16#F7FA +/Ubreve 16#016C +/Ucaron 16#01D3 +/Ucircle 16#24CA +/Ucircumflex 16#00DB +/Ucircumflexbelow 16#1E76 +/Ucircumflexsmall 16#F7FB +/Ucyrillic 16#0423 +/Udblacute 16#0170 +/Udblgrave 16#0214 +/Udieresis 16#00DC +/Udieresisacute 16#01D7 +/Udieresisbelow 16#1E72 +/Udieresiscaron 16#01D9 +/Udieresiscyrillic 16#04F0 +/Udieresisgrave 16#01DB +/Udieresismacron 16#01D5 +/Udieresissmall 16#F7FC +/Udotbelow 16#1EE4 +/Ugrave 16#00D9 +/Ugravesmall 16#F7F9 +/Uhookabove 16#1EE6 +/Uhorn 16#01AF +/Uhornacute 16#1EE8 +/Uhorndotbelow 16#1EF0 +/Uhorngrave 16#1EEA +/Uhornhookabove 16#1EEC +/Uhorntilde 16#1EEE +/Uhungarumlaut 16#0170 +/Uhungarumlautcyrillic 16#04F2 +/Uinvertedbreve 16#0216 +/Ukcyrillic 16#0478 +/Umacron 16#016A +/Umacroncyrillic 16#04EE +/Umacrondieresis 16#1E7A +/Umonospace 16#FF35 +/Uogonek 16#0172 +/Upsilon 16#03A5 +/Upsilon1 16#03D2 +/Upsilonacutehooksymbolgreek 16#03D3 +/Upsilonafrican 16#01B1 +/Upsilondieresis 16#03AB +/Upsilondieresishooksymbolgreek 16#03D4 +/Upsilonhooksymbol 16#03D2 +/Upsilontonos 16#038E +/Uring 16#016E +/Ushortcyrillic 16#040E +/Usmall 16#F775 +/Ustraightcyrillic 16#04AE +/Ustraightstrokecyrillic 16#04B0 +/Utilde 16#0168 +/Utildeacute 16#1E78 +/Utildebelow 16#1E74 +/V 16#0056 +/Vcircle 16#24CB +/Vdotbelow 16#1E7E +/Vecyrillic 16#0412 +/Vewarmenian 16#054E +/Vhook 16#01B2 +/Vmonospace 16#FF36 +/Voarmenian 16#0548 +/Vsmall 16#F776 +/Vtilde 16#1E7C +/W 16#0057 +/Wacute 16#1E82 +/Wcircle 16#24CC +/Wcircumflex 16#0174 +/Wdieresis 16#1E84 +/Wdotaccent 16#1E86 +/Wdotbelow 16#1E88 +/Wgrave 16#1E80 +/Wmonospace 16#FF37 +/Wsmall 16#F777 +/X 16#0058 +/Xcircle 16#24CD +/Xdieresis 16#1E8C +/Xdotaccent 16#1E8A +/Xeharmenian 16#053D +/Xi 16#039E +/Xmonospace 16#FF38 +/Xsmall 16#F778 +/Y 16#0059 +/Yacute 16#00DD +/Yacutesmall 16#F7FD +/Yatcyrillic 16#0462 +/Ycircle 16#24CE +/Ycircumflex 16#0176 +/Ydieresis 16#0178 +/Ydieresissmall 16#F7FF +/Ydotaccent 16#1E8E +/Ydotbelow 16#1EF4 +/Yericyrillic 16#042B +/Yerudieresiscyrillic 16#04F8 +/Ygrave 16#1EF2 +/Yhook 16#01B3 +/Yhookabove 16#1EF6 +/Yiarmenian 16#0545 +/Yicyrillic 16#0407 +/Yiwnarmenian 16#0552 +/Ymonospace 16#FF39 +/Ysmall 16#F779 +/Ytilde 16#1EF8 +/Yusbigcyrillic 16#046A +/Yusbigiotifiedcyrillic 16#046C +/Yuslittlecyrillic 16#0466 +/Yuslittleiotifiedcyrillic 16#0468 +/Z 16#005A +/Zaarmenian 16#0536 +/Zacute 16#0179 +/Zcaron 16#017D +/Zcaronsmall 16#F6FF +/Zcircle 16#24CF +/Zcircumflex 16#1E90 +/Zdot 16#017B +/Zdotaccent 16#017B +/Zdotbelow 16#1E92 +/Zecyrillic 16#0417 +/Zedescendercyrillic 16#0498 +/Zedieresiscyrillic 16#04DE +/Zeta 16#0396 +/Zhearmenian 16#053A +/Zhebrevecyrillic 16#04C1 +/Zhecyrillic 16#0416 +/Zhedescendercyrillic 16#0496 +/Zhedieresiscyrillic 16#04DC +/Zlinebelow 16#1E94 +/Zmonospace 16#FF3A +/Zsmall 16#F77A +/Zstroke 16#01B5 +/a 16#0061 +/aabengali 16#0986 +/aacute 16#00E1 +/aadeva 16#0906 +/aagujarati 16#0A86 +/aagurmukhi 16#0A06 +/aamatragurmukhi 16#0A3E +/aarusquare 16#3303 +/aavowelsignbengali 16#09BE +/aavowelsigndeva 16#093E +/aavowelsigngujarati 16#0ABE +/abbreviationmarkarmenian 16#055F +/abbreviationsigndeva 16#0970 +/abengali 16#0985 +/abopomofo 16#311A +/abreve 16#0103 +/abreveacute 16#1EAF +/abrevecyrillic 16#04D1 +/abrevedotbelow 16#1EB7 +/abrevegrave 16#1EB1 +/abrevehookabove 16#1EB3 +/abrevetilde 16#1EB5 +/acaron 16#01CE +/acircle 16#24D0 +/acircumflex 16#00E2 +/acircumflexacute 16#1EA5 +/acircumflexdotbelow 16#1EAD +/acircumflexgrave 16#1EA7 +/acircumflexhookabove 16#1EA9 +/acircumflextilde 16#1EAB +/acute 16#00B4 +/acutebelowcmb 16#0317 +/acutecmb 16#0301 +/acutecomb 16#0301 +/acutedeva 16#0954 +/acutelowmod 16#02CF +/acutetonecmb 16#0341 +/acyrillic 16#0430 +/adblgrave 16#0201 +/addakgurmukhi 16#0A71 +/adeva 16#0905 +/adieresis 16#00E4 +/adieresiscyrillic 16#04D3 +/adieresismacron 16#01DF +/adotbelow 16#1EA1 +/adotmacron 16#01E1 +/ae 16#00E6 +/aeacute 16#01FD +/aekorean 16#3150 +/aemacron 16#01E3 +/afii00208 16#2015 +/afii08941 16#20A4 +/afii10017 16#0410 +/afii10018 16#0411 +/afii10019 16#0412 +/afii10020 16#0413 +/afii10021 16#0414 +/afii10022 16#0415 +/afii10023 16#0401 +/afii10024 16#0416 +/afii10025 16#0417 +/afii10026 16#0418 +/afii10027 16#0419 +/afii10028 16#041A +/afii10029 16#041B +/afii10030 16#041C +/afii10031 16#041D +/afii10032 16#041E +/afii10033 16#041F +/afii10034 16#0420 +/afii10035 16#0421 +/afii10036 16#0422 +/afii10037 16#0423 +/afii10038 16#0424 +/afii10039 16#0425 +/afii10040 16#0426 +/afii10041 16#0427 +/afii10042 16#0428 +/afii10043 16#0429 +/afii10044 16#042A +/afii10045 16#042B +/afii10046 16#042C +/afii10047 16#042D +/afii10048 16#042E +/afii10049 16#042F +/afii10050 16#0490 +/afii10051 16#0402 +/afii10052 16#0403 +/afii10053 16#0404 +/afii10054 16#0405 +/afii10055 16#0406 +/afii10056 16#0407 +/afii10057 16#0408 +/afii10058 16#0409 +/afii10059 16#040A +/afii10060 16#040B +/afii10061 16#040C +/afii10062 16#040E +/afii10063 16#F6C4 +/afii10064 16#F6C5 +/afii10065 16#0430 +/afii10066 16#0431 +/afii10067 16#0432 +/afii10068 16#0433 +/afii10069 16#0434 +/afii10070 16#0435 +/afii10071 16#0451 +/afii10072 16#0436 +/afii10073 16#0437 +/afii10074 16#0438 +/afii10075 16#0439 +/afii10076 16#043A +/afii10077 16#043B +/afii10078 16#043C +/afii10079 16#043D +/afii10080 16#043E +/afii10081 16#043F +/afii10082 16#0440 +/afii10083 16#0441 +/afii10084 16#0442 +/afii10085 16#0443 +/afii10086 16#0444 +/afii10087 16#0445 +/afii10088 16#0446 +/afii10089 16#0447 +/afii10090 16#0448 +/afii10091 16#0449 +/afii10092 16#044A +/afii10093 16#044B +/afii10094 16#044C +/afii10095 16#044D +/afii10096 16#044E +/afii10097 16#044F +/afii10098 16#0491 +/afii10099 16#0452 +/afii10100 16#0453 +/afii10101 16#0454 +/afii10102 16#0455 +/afii10103 16#0456 +/afii10104 16#0457 +/afii10105 16#0458 +/afii10106 16#0459 +/afii10107 16#045A +/afii10108 16#045B +/afii10109 16#045C +/afii10110 16#045E +/afii10145 16#040F +/afii10146 16#0462 +/afii10147 16#0472 +/afii10148 16#0474 +/afii10192 16#F6C6 +/afii10193 16#045F +/afii10194 16#0463 +/afii10195 16#0473 +/afii10196 16#0475 +/afii10831 16#F6C7 +/afii10832 16#F6C8 +/afii10846 16#04D9 +/afii299 16#200E +/afii300 16#200F +/afii301 16#200D +/afii57381 16#066A +/afii57388 16#060C +/afii57392 16#0660 +/afii57393 16#0661 +/afii57394 16#0662 +/afii57395 16#0663 +/afii57396 16#0664 +/afii57397 16#0665 +/afii57398 16#0666 +/afii57399 16#0667 +/afii57400 16#0668 +/afii57401 16#0669 +/afii57403 16#061B +/afii57407 16#061F +/afii57409 16#0621 +/afii57410 16#0622 +/afii57411 16#0623 +/afii57412 16#0624 +/afii57413 16#0625 +/afii57414 16#0626 +/afii57415 16#0627 +/afii57416 16#0628 +/afii57417 16#0629 +/afii57418 16#062A +/afii57419 16#062B +/afii57420 16#062C +/afii57421 16#062D +/afii57422 16#062E +/afii57423 16#062F +/afii57424 16#0630 +/afii57425 16#0631 +/afii57426 16#0632 +/afii57427 16#0633 +/afii57428 16#0634 +/afii57429 16#0635 +/afii57430 16#0636 +/afii57431 16#0637 +/afii57432 16#0638 +/afii57433 16#0639 +/afii57434 16#063A +/afii57440 16#0640 +/afii57441 16#0641 +/afii57442 16#0642 +/afii57443 16#0643 +/afii57444 16#0644 +/afii57445 16#0645 +/afii57446 16#0646 +/afii57448 16#0648 +/afii57449 16#0649 +/afii57450 16#064A +/afii57451 16#064B +/afii57452 16#064C +/afii57453 16#064D +/afii57454 16#064E +/afii57455 16#064F +/afii57456 16#0650 +/afii57457 16#0651 +/afii57458 16#0652 +/afii57470 16#0647 +/afii57505 16#06A4 +/afii57506 16#067E +/afii57507 16#0686 +/afii57508 16#0698 +/afii57509 16#06AF +/afii57511 16#0679 +/afii57512 16#0688 +/afii57513 16#0691 +/afii57514 16#06BA +/afii57519 16#06D2 +/afii57534 16#06D5 +/afii57636 16#20AA +/afii57645 16#05BE +/afii57658 16#05C3 +/afii57664 16#05D0 +/afii57665 16#05D1 +/afii57666 16#05D2 +/afii57667 16#05D3 +/afii57668 16#05D4 +/afii57669 16#05D5 +/afii57670 16#05D6 +/afii57671 16#05D7 +/afii57672 16#05D8 +/afii57673 16#05D9 +/afii57674 16#05DA +/afii57675 16#05DB +/afii57676 16#05DC +/afii57677 16#05DD +/afii57678 16#05DE +/afii57679 16#05DF +/afii57680 16#05E0 +/afii57681 16#05E1 +/afii57682 16#05E2 +/afii57683 16#05E3 +/afii57684 16#05E4 +/afii57685 16#05E5 +/afii57686 16#05E6 +/afii57687 16#05E7 +/afii57688 16#05E8 +/afii57689 16#05E9 +/afii57690 16#05EA +/afii57694 16#FB2A +/afii57695 16#FB2B +/afii57700 16#FB4B +/afii57705 16#FB1F +/afii57716 16#05F0 +/afii57717 16#05F1 +/afii57718 16#05F2 +/afii57723 16#FB35 +/afii57793 16#05B4 +/afii57794 16#05B5 +/afii57795 16#05B6 +/afii57796 16#05BB +/afii57797 16#05B8 +/afii57798 16#05B7 +/afii57799 16#05B0 +/afii57800 16#05B2 +/afii57801 16#05B1 +/afii57802 16#05B3 +/afii57803 16#05C2 +/afii57804 16#05C1 +/afii57806 16#05B9 +/afii57807 16#05BC +/afii57839 16#05BD +/afii57841 16#05BF +/afii57842 16#05C0 +/afii57929 16#02BC +/afii61248 16#2105 +/afii61289 16#2113 +/afii61352 16#2116 +/afii61573 16#202C +/afii61574 16#202D +/afii61575 16#202E +/afii61664 16#200C +/afii63167 16#066D +/afii64937 16#02BD +/agrave 16#00E0 +/agujarati 16#0A85 +/agurmukhi 16#0A05 +/ahiragana 16#3042 +/ahookabove 16#1EA3 +/aibengali 16#0990 +/aibopomofo 16#311E +/aideva 16#0910 +/aiecyrillic 16#04D5 +/aigujarati 16#0A90 +/aigurmukhi 16#0A10 +/aimatragurmukhi 16#0A48 +/ainarabic 16#0639 +/ainfinalarabic 16#FECA +/aininitialarabic 16#FECB +/ainmedialarabic 16#FECC +/ainvertedbreve 16#0203 +/aivowelsignbengali 16#09C8 +/aivowelsigndeva 16#0948 +/aivowelsigngujarati 16#0AC8 +/akatakana 16#30A2 +/akatakanahalfwidth 16#FF71 +/akorean 16#314F +/alef 16#05D0 +/alefarabic 16#0627 +/alefdageshhebrew 16#FB30 +/aleffinalarabic 16#FE8E +/alefhamzaabovearabic 16#0623 +/alefhamzaabovefinalarabic 16#FE84 +/alefhamzabelowarabic 16#0625 +/alefhamzabelowfinalarabic 16#FE88 +/alefhebrew 16#05D0 +/aleflamedhebrew 16#FB4F +/alefmaddaabovearabic 16#0622 +/alefmaddaabovefinalarabic 16#FE82 +/alefmaksuraarabic 16#0649 +/alefmaksurafinalarabic 16#FEF0 +/alefmaksurainitialarabic 16#FEF3 +/alefmaksuramedialarabic 16#FEF4 +/alefpatahhebrew 16#FB2E +/alefqamatshebrew 16#FB2F +/aleph 16#2135 +/allequal 16#224C +/alpha 16#03B1 +/alphatonos 16#03AC +/amacron 16#0101 +/amonospace 16#FF41 +/ampersand 16#0026 +/ampersandmonospace 16#FF06 +/ampersandsmall 16#F726 +/amsquare 16#33C2 +/anbopomofo 16#3122 +/angbopomofo 16#3124 +/angkhankhuthai 16#0E5A +/angle 16#2220 +/anglebracketleft 16#3008 +/anglebracketleftvertical 16#FE3F +/anglebracketright 16#3009 +/anglebracketrightvertical 16#FE40 +/angleleft 16#2329 +/angleright 16#232A +/angstrom 16#212B +/anoteleia 16#0387 +/anudattadeva 16#0952 +/anusvarabengali 16#0982 +/anusvaradeva 16#0902 +/anusvaragujarati 16#0A82 +/aogonek 16#0105 +/apaatosquare 16#3300 +/aparen 16#249C +/apostrophearmenian 16#055A +/apostrophemod 16#02BC +/apple 16#F8FF +/approaches 16#2250 +/approxequal 16#2248 +/approxequalorimage 16#2252 +/approximatelyequal 16#2245 +/araeaekorean 16#318E +/araeakorean 16#318D +/arc 16#2312 +/arighthalfring 16#1E9A +/aring 16#00E5 +/aringacute 16#01FB +/aringbelow 16#1E01 +/arrowboth 16#2194 +/arrowdashdown 16#21E3 +/arrowdashleft 16#21E0 +/arrowdashright 16#21E2 +/arrowdashup 16#21E1 +/arrowdblboth 16#21D4 +/arrowdbldown 16#21D3 +/arrowdblleft 16#21D0 +/arrowdblright 16#21D2 +/arrowdblup 16#21D1 +/arrowdown 16#2193 +/arrowdownleft 16#2199 +/arrowdownright 16#2198 +/arrowdownwhite 16#21E9 +/arrowheaddownmod 16#02C5 +/arrowheadleftmod 16#02C2 +/arrowheadrightmod 16#02C3 +/arrowheadupmod 16#02C4 +/arrowhorizex 16#F8E7 +/arrowleft 16#2190 +/arrowleftdbl 16#21D0 +/arrowleftdblstroke 16#21CD +/arrowleftoverright 16#21C6 +/arrowleftwhite 16#21E6 +/arrowright 16#2192 +/arrowrightdblstroke 16#21CF +/arrowrightheavy 16#279E +/arrowrightoverleft 16#21C4 +/arrowrightwhite 16#21E8 +/arrowtableft 16#21E4 +/arrowtabright 16#21E5 +/arrowup 16#2191 +/arrowupdn 16#2195 +/arrowupdnbse 16#21A8 +/arrowupdownbase 16#21A8 +/arrowupleft 16#2196 +/arrowupleftofdown 16#21C5 +/arrowupright 16#2197 +/arrowupwhite 16#21E7 +/arrowvertex 16#F8E6 +/asciicircum 16#005E +/asciicircummonospace 16#FF3E +/asciitilde 16#007E +/asciitildemonospace 16#FF5E +/ascript 16#0251 +/ascriptturned 16#0252 +/asmallhiragana 16#3041 +/asmallkatakana 16#30A1 +/asmallkatakanahalfwidth 16#FF67 +/asterisk 16#002A +/asteriskaltonearabic 16#066D +/asteriskarabic 16#066D +/asteriskmath 16#2217 +/asteriskmonospace 16#FF0A +/asterisksmall 16#FE61 +/asterism 16#2042 +/asuperior 16#F6E9 +/asymptoticallyequal 16#2243 +/at 16#0040 +/atilde 16#00E3 +/atmonospace 16#FF20 +/atsmall 16#FE6B +/aturned 16#0250 +/aubengali 16#0994 +/aubopomofo 16#3120 +/audeva 16#0914 +/augujarati 16#0A94 +/augurmukhi 16#0A14 +/aulengthmarkbengali 16#09D7 +/aumatragurmukhi 16#0A4C +/auvowelsignbengali 16#09CC +/auvowelsigndeva 16#094C +/auvowelsigngujarati 16#0ACC +/avagrahadeva 16#093D +/aybarmenian 16#0561 +/ayin 16#05E2 +/ayinaltonehebrew 16#FB20 +/ayinhebrew 16#05E2 +/b 16#0062 +/babengali 16#09AC +/backslash 16#005C +/backslashmonospace 16#FF3C +/badeva 16#092C +/bagujarati 16#0AAC +/bagurmukhi 16#0A2C +/bahiragana 16#3070 +/bahtthai 16#0E3F +/bakatakana 16#30D0 +/bar 16#007C +/barmonospace 16#FF5C +/bbopomofo 16#3105 +/bcircle 16#24D1 +/bdotaccent 16#1E03 +/bdotbelow 16#1E05 +/beamedsixteenthnotes 16#266C +/because 16#2235 +/becyrillic 16#0431 +/beharabic 16#0628 +/behfinalarabic 16#FE90 +/behinitialarabic 16#FE91 +/behiragana 16#3079 +/behmedialarabic 16#FE92 +/behmeeminitialarabic 16#FC9F +/behmeemisolatedarabic 16#FC08 +/behnoonfinalarabic 16#FC6D +/bekatakana 16#30D9 +/benarmenian 16#0562 +/bet 16#05D1 +/beta 16#03B2 +/betasymbolgreek 16#03D0 +/betdagesh 16#FB31 +/betdageshhebrew 16#FB31 +/bethebrew 16#05D1 +/betrafehebrew 16#FB4C +/bhabengali 16#09AD +/bhadeva 16#092D +/bhagujarati 16#0AAD +/bhagurmukhi 16#0A2D +/bhook 16#0253 +/bihiragana 16#3073 +/bikatakana 16#30D3 +/bilabialclick 16#0298 +/bindigurmukhi 16#0A02 +/birusquare 16#3331 +/blackcircle 16#25CF +/blackdiamond 16#25C6 +/blackdownpointingtriangle 16#25BC +/blackleftpointingpointer 16#25C4 +/blackleftpointingtriangle 16#25C0 +/blacklenticularbracketleft 16#3010 +/blacklenticularbracketleftvertical 16#FE3B +/blacklenticularbracketright 16#3011 +/blacklenticularbracketrightvertical 16#FE3C +/blacklowerlefttriangle 16#25E3 +/blacklowerrighttriangle 16#25E2 +/blackrectangle 16#25AC +/blackrightpointingpointer 16#25BA +/blackrightpointingtriangle 16#25B6 +/blacksmallsquare 16#25AA +/blacksmilingface 16#263B +/blacksquare 16#25A0 +/blackstar 16#2605 +/blackupperlefttriangle 16#25E4 +/blackupperrighttriangle 16#25E5 +/blackuppointingsmalltriangle 16#25B4 +/blackuppointingtriangle 16#25B2 +/blank 16#2423 +/blinebelow 16#1E07 +/block 16#2588 +/bmonospace 16#FF42 +/bobaimaithai 16#0E1A +/bohiragana 16#307C +/bokatakana 16#30DC +/bparen 16#249D +/bqsquare 16#33C3 +/braceex 16#F8F4 +/braceleft 16#007B +/braceleftbt 16#F8F3 +/braceleftmid 16#F8F2 +/braceleftmonospace 16#FF5B +/braceleftsmall 16#FE5B +/bracelefttp 16#F8F1 +/braceleftvertical 16#FE37 +/braceright 16#007D +/bracerightbt 16#F8FE +/bracerightmid 16#F8FD +/bracerightmonospace 16#FF5D +/bracerightsmall 16#FE5C +/bracerighttp 16#F8FC +/bracerightvertical 16#FE38 +/bracketleft 16#005B +/bracketleftbt 16#F8F0 +/bracketleftex 16#F8EF +/bracketleftmonospace 16#FF3B +/bracketlefttp 16#F8EE +/bracketright 16#005D +/bracketrightbt 16#F8FB +/bracketrightex 16#F8FA +/bracketrightmonospace 16#FF3D +/bracketrighttp 16#F8F9 +/breve 16#02D8 +/brevebelowcmb 16#032E +/brevecmb 16#0306 +/breveinvertedbelowcmb 16#032F +/breveinvertedcmb 16#0311 +/breveinverteddoublecmb 16#0361 +/bridgebelowcmb 16#032A +/bridgeinvertedbelowcmb 16#033A +/brokenbar 16#00A6 +/bstroke 16#0180 +/bsuperior 16#F6EA +/btopbar 16#0183 +/buhiragana 16#3076 +/bukatakana 16#30D6 +/bullet 16#2022 +/bulletinverse 16#25D8 +/bulletoperator 16#2219 +/bullseye 16#25CE +/c 16#0063 +/caarmenian 16#056E +/cabengali 16#099A +/cacute 16#0107 +/cadeva 16#091A +/cagujarati 16#0A9A +/cagurmukhi 16#0A1A +/calsquare 16#3388 +/candrabindubengali 16#0981 +/candrabinducmb 16#0310 +/candrabindudeva 16#0901 +/candrabindugujarati 16#0A81 +/capslock 16#21EA +/careof 16#2105 +/caron 16#02C7 +/caronbelowcmb 16#032C +/caroncmb 16#030C +/carriagereturn 16#21B5 +/cbopomofo 16#3118 +/ccaron 16#010D +/ccedilla 16#00E7 +/ccedillaacute 16#1E09 +/ccircle 16#24D2 +/ccircumflex 16#0109 +/ccurl 16#0255 +/cdot 16#010B +/cdotaccent 16#010B +/cdsquare 16#33C5 +/cedilla 16#00B8 +/cedillacmb 16#0327 +/cent 16#00A2 +/centigrade 16#2103 +/centinferior 16#F6DF +/centmonospace 16#FFE0 +/centoldstyle 16#F7A2 +/centsuperior 16#F6E0 +/chaarmenian 16#0579 +/chabengali 16#099B +/chadeva 16#091B +/chagujarati 16#0A9B +/chagurmukhi 16#0A1B +/chbopomofo 16#3114 +/cheabkhasiancyrillic 16#04BD +/checkmark 16#2713 +/checyrillic 16#0447 +/chedescenderabkhasiancyrillic 16#04BF +/chedescendercyrillic 16#04B7 +/chedieresiscyrillic 16#04F5 +/cheharmenian 16#0573 +/chekhakassiancyrillic 16#04CC +/cheverticalstrokecyrillic 16#04B9 +/chi 16#03C7 +/chieuchacirclekorean 16#3277 +/chieuchaparenkorean 16#3217 +/chieuchcirclekorean 16#3269 +/chieuchkorean 16#314A +/chieuchparenkorean 16#3209 +/chochangthai 16#0E0A +/chochanthai 16#0E08 +/chochingthai 16#0E09 +/chochoethai 16#0E0C +/chook 16#0188 +/cieucacirclekorean 16#3276 +/cieucaparenkorean 16#3216 +/cieuccirclekorean 16#3268 +/cieuckorean 16#3148 +/cieucparenkorean 16#3208 +/cieucuparenkorean 16#321C +/circle 16#25CB +/circlemultiply 16#2297 +/circleot 16#2299 +/circleplus 16#2295 +/circlepostalmark 16#3036 +/circlewithlefthalfblack 16#25D0 +/circlewithrighthalfblack 16#25D1 +/circumflex 16#02C6 +/circumflexbelowcmb 16#032D +/circumflexcmb 16#0302 +/clear 16#2327 +/clickalveolar 16#01C2 +/clickdental 16#01C0 +/clicklateral 16#01C1 +/clickretroflex 16#01C3 +/club 16#2663 +/clubsuitblack 16#2663 +/clubsuitwhite 16#2667 +/cmcubedsquare 16#33A4 +/cmonospace 16#FF43 +/cmsquaredsquare 16#33A0 +/coarmenian 16#0581 +/colon 16#003A +/colonmonetary 16#20A1 +/colonmonospace 16#FF1A +/colonsign 16#20A1 +/colonsmall 16#FE55 +/colontriangularhalfmod 16#02D1 +/colontriangularmod 16#02D0 +/comma 16#002C +/commaabovecmb 16#0313 +/commaaboverightcmb 16#0315 +/commaaccent 16#F6C3 +/commaarabic 16#060C +/commaarmenian 16#055D +/commainferior 16#F6E1 +/commamonospace 16#FF0C +/commareversedabovecmb 16#0314 +/commareversedmod 16#02BD +/commasmall 16#FE50 +/commasuperior 16#F6E2 +/commaturnedabovecmb 16#0312 +/commaturnedmod 16#02BB +/compass 16#263C +/congruent 16#2245 +/contourintegral 16#222E +/control 16#2303 +/controlACK 16#0006 +/controlBEL 16#0007 +/controlBS 16#0008 +/controlCAN 16#0018 +/controlCR 16#000D +/controlDC1 16#0011 +/controlDC2 16#0012 +/controlDC3 16#0013 +/controlDC4 16#0014 +/controlDEL 16#007F +/controlDLE 16#0010 +/controlEM 16#0019 +/controlENQ 16#0005 +/controlEOT 16#0004 +/controlESC 16#001B +/controlETB 16#0017 +/controlETX 16#0003 +/controlFF 16#000C +/controlFS 16#001C +/controlGS 16#001D +/controlHT 16#0009 +/controlLF 16#000A +/controlNAK 16#0015 +/controlRS 16#001E +/controlSI 16#000F +/controlSO 16#000E +/controlSOT 16#0002 +/controlSTX 16#0001 +/controlSUB 16#001A +/controlSYN 16#0016 +/controlUS 16#001F +/controlVT 16#000B +/copyright 16#00A9 +/copyrightsans 16#F8E9 +/copyrightserif 16#F6D9 +/cornerbracketleft 16#300C +/cornerbracketlefthalfwidth 16#FF62 +/cornerbracketleftvertical 16#FE41 +/cornerbracketright 16#300D +/cornerbracketrighthalfwidth 16#FF63 +/cornerbracketrightvertical 16#FE42 +/corporationsquare 16#337F +/cosquare 16#33C7 +/coverkgsquare 16#33C6 +/cparen 16#249E +/cruzeiro 16#20A2 +/cstretched 16#0297 +/curlyand 16#22CF +/curlyor 16#22CE +/currency 16#00A4 +/cyrBreve 16#F6D1 +/cyrFlex 16#F6D2 +/cyrbreve 16#F6D4 +/cyrflex 16#F6D5 +/d 16#0064 +/daarmenian 16#0564 +/dabengali 16#09A6 +/dadarabic 16#0636 +/dadeva 16#0926 +/dadfinalarabic 16#FEBE +/dadinitialarabic 16#FEBF +/dadmedialarabic 16#FEC0 +/dagesh 16#05BC +/dageshhebrew 16#05BC +/dagger 16#2020 +/daggerdbl 16#2021 +/dagujarati 16#0AA6 +/dagurmukhi 16#0A26 +/dahiragana 16#3060 +/dakatakana 16#30C0 +/dalarabic 16#062F +/dalet 16#05D3 +/daletdagesh 16#FB33 +/daletdageshhebrew 16#FB33 +% /dalethatafpatah 16#05D3 16#05B2 +% /dalethatafpatahhebrew 16#05D3 16#05B2 +% /dalethatafsegol 16#05D3 16#05B1 +% /dalethatafsegolhebrew 16#05D3 16#05B1 +/dalethebrew 16#05D3 +% /dalethiriq 16#05D3 16#05B4 +% /dalethiriqhebrew 16#05D3 16#05B4 +% /daletholam 16#05D3 16#05B9 +% /daletholamhebrew 16#05D3 16#05B9 +% /daletpatah 16#05D3 16#05B7 +% /daletpatahhebrew 16#05D3 16#05B7 +% /daletqamats 16#05D3 16#05B8 +% /daletqamatshebrew 16#05D3 16#05B8 +% /daletqubuts 16#05D3 16#05BB +% /daletqubutshebrew 16#05D3 16#05BB +% /daletsegol 16#05D3 16#05B6 +% /daletsegolhebrew 16#05D3 16#05B6 +% /daletsheva 16#05D3 16#05B0 +% /daletshevahebrew 16#05D3 16#05B0 +% /dalettsere 16#05D3 16#05B5 +% /dalettserehebrew 16#05D3 16#05B5 +/dalfinalarabic 16#FEAA +/dammaarabic 16#064F +/dammalowarabic 16#064F +/dammatanaltonearabic 16#064C +/dammatanarabic 16#064C +/danda 16#0964 +/dargahebrew 16#05A7 +/dargalefthebrew 16#05A7 +/dasiapneumatacyrilliccmb 16#0485 +/dblGrave 16#F6D3 +/dblanglebracketleft 16#300A +/dblanglebracketleftvertical 16#FE3D +/dblanglebracketright 16#300B +/dblanglebracketrightvertical 16#FE3E +/dblarchinvertedbelowcmb 16#032B +/dblarrowleft 16#21D4 +/dblarrowright 16#21D2 +/dbldanda 16#0965 +/dblgrave 16#F6D6 +/dblgravecmb 16#030F +/dblintegral 16#222C +/dbllowline 16#2017 +/dbllowlinecmb 16#0333 +/dbloverlinecmb 16#033F +/dblprimemod 16#02BA +/dblverticalbar 16#2016 +/dblverticallineabovecmb 16#030E +/dbopomofo 16#3109 +/dbsquare 16#33C8 +/dcaron 16#010F +/dcedilla 16#1E11 +/dcircle 16#24D3 +/dcircumflexbelow 16#1E13 +/dcroat 16#0111 +/ddabengali 16#09A1 +/ddadeva 16#0921 +/ddagujarati 16#0AA1 +/ddagurmukhi 16#0A21 +/ddalarabic 16#0688 +/ddalfinalarabic 16#FB89 +/dddhadeva 16#095C +/ddhabengali 16#09A2 +/ddhadeva 16#0922 +/ddhagujarati 16#0AA2 +/ddhagurmukhi 16#0A22 +/ddotaccent 16#1E0B +/ddotbelow 16#1E0D +/decimalseparatorarabic 16#066B +/decimalseparatorpersian 16#066B +/decyrillic 16#0434 +/degree 16#00B0 +/dehihebrew 16#05AD +/dehiragana 16#3067 +/deicoptic 16#03EF +/dekatakana 16#30C7 +/deleteleft 16#232B +/deleteright 16#2326 +/delta 16#03B4 +/deltaturned 16#018D +/denominatorminusonenumeratorbengali 16#09F8 +/dezh 16#02A4 +/dhabengali 16#09A7 +/dhadeva 16#0927 +/dhagujarati 16#0AA7 +/dhagurmukhi 16#0A27 +/dhook 16#0257 +/dialytikatonos 16#0385 +/dialytikatonoscmb 16#0344 +/diamond 16#2666 +/diamondsuitwhite 16#2662 +/dieresis 16#00A8 +/dieresisacute 16#F6D7 +/dieresisbelowcmb 16#0324 +/dieresiscmb 16#0308 +/dieresisgrave 16#F6D8 +/dieresistonos 16#0385 +/dihiragana 16#3062 +/dikatakana 16#30C2 +/dittomark 16#3003 +/divide 16#00F7 +/divides 16#2223 +/divisionslash 16#2215 +/djecyrillic 16#0452 +/dkshade 16#2593 +/dlinebelow 16#1E0F +/dlsquare 16#3397 +/dmacron 16#0111 +/dmonospace 16#FF44 +/dnblock 16#2584 +/dochadathai 16#0E0E +/dodekthai 16#0E14 +/dohiragana 16#3069 +/dokatakana 16#30C9 +/dollar 16#0024 +/dollarinferior 16#F6E3 +/dollarmonospace 16#FF04 +/dollaroldstyle 16#F724 +/dollarsmall 16#FE69 +/dollarsuperior 16#F6E4 +/dong 16#20AB +/dorusquare 16#3326 +/dotaccent 16#02D9 +/dotaccentcmb 16#0307 +/dotbelowcmb 16#0323 +/dotbelowcomb 16#0323 +/dotkatakana 16#30FB +/dotlessi 16#0131 +/dotlessj 16#F6BE +/dotlessjstrokehook 16#0284 +/dotmath 16#22C5 +/dottedcircle 16#25CC +/doubleyodpatah 16#FB1F +/doubleyodpatahhebrew 16#FB1F +/downtackbelowcmb 16#031E +/downtackmod 16#02D5 +/dparen 16#249F +/dsuperior 16#F6EB +/dtail 16#0256 +/dtopbar 16#018C +/duhiragana 16#3065 +/dukatakana 16#30C5 +/dz 16#01F3 +/dzaltone 16#02A3 +/dzcaron 16#01C6 +/dzcurl 16#02A5 +/dzeabkhasiancyrillic 16#04E1 +/dzecyrillic 16#0455 +/dzhecyrillic 16#045F +/e 16#0065 +/eacute 16#00E9 +/earth 16#2641 +/ebengali 16#098F +/ebopomofo 16#311C +/ebreve 16#0115 +/ecandradeva 16#090D +/ecandragujarati 16#0A8D +/ecandravowelsigndeva 16#0945 +/ecandravowelsigngujarati 16#0AC5 +/ecaron 16#011B +/ecedillabreve 16#1E1D +/echarmenian 16#0565 +/echyiwnarmenian 16#0587 +/ecircle 16#24D4 +/ecircumflex 16#00EA +/ecircumflexacute 16#1EBF +/ecircumflexbelow 16#1E19 +/ecircumflexdotbelow 16#1EC7 +/ecircumflexgrave 16#1EC1 +/ecircumflexhookabove 16#1EC3 +/ecircumflextilde 16#1EC5 +/ecyrillic 16#0454 +/edblgrave 16#0205 +/edeva 16#090F +/edieresis 16#00EB +/edot 16#0117 +/edotaccent 16#0117 +/edotbelow 16#1EB9 +/eegurmukhi 16#0A0F +/eematragurmukhi 16#0A47 +/efcyrillic 16#0444 +/egrave 16#00E8 +/egujarati 16#0A8F +/eharmenian 16#0567 +/ehbopomofo 16#311D +/ehiragana 16#3048 +/ehookabove 16#1EBB +/eibopomofo 16#311F +/eight 16#0038 +/eightarabic 16#0668 +/eightbengali 16#09EE +/eightcircle 16#2467 +/eightcircleinversesansserif 16#2791 +/eightdeva 16#096E +/eighteencircle 16#2471 +/eighteenparen 16#2485 +/eighteenperiod 16#2499 +/eightgujarati 16#0AEE +/eightgurmukhi 16#0A6E +/eighthackarabic 16#0668 +/eighthangzhou 16#3028 +/eighthnotebeamed 16#266B +/eightideographicparen 16#3227 +/eightinferior 16#2088 +/eightmonospace 16#FF18 +/eightoldstyle 16#F738 +/eightparen 16#247B +/eightperiod 16#248F +/eightpersian 16#06F8 +/eightroman 16#2177 +/eightsuperior 16#2078 +/eightthai 16#0E58 +/einvertedbreve 16#0207 +/eiotifiedcyrillic 16#0465 +/ekatakana 16#30A8 +/ekatakanahalfwidth 16#FF74 +/ekonkargurmukhi 16#0A74 +/ekorean 16#3154 +/elcyrillic 16#043B +/element 16#2208 +/elevencircle 16#246A +/elevenparen 16#247E +/elevenperiod 16#2492 +/elevenroman 16#217A +/ellipsis 16#2026 +/ellipsisvertical 16#22EE +/emacron 16#0113 +/emacronacute 16#1E17 +/emacrongrave 16#1E15 +/emcyrillic 16#043C +/emdash 16#2014 +/emdashvertical 16#FE31 +/emonospace 16#FF45 +/emphasismarkarmenian 16#055B +/emptyset 16#2205 +/enbopomofo 16#3123 +/encyrillic 16#043D +/endash 16#2013 +/endashvertical 16#FE32 +/endescendercyrillic 16#04A3 +/eng 16#014B +/engbopomofo 16#3125 +/enghecyrillic 16#04A5 +/enhookcyrillic 16#04C8 +/enspace 16#2002 +/eogonek 16#0119 +/eokorean 16#3153 +/eopen 16#025B +/eopenclosed 16#029A +/eopenreversed 16#025C +/eopenreversedclosed 16#025E +/eopenreversedhook 16#025D +/eparen 16#24A0 +/epsilon 16#03B5 +/epsilontonos 16#03AD +/equal 16#003D +/equalmonospace 16#FF1D +/equalsmall 16#FE66 +/equalsuperior 16#207C +/equivalence 16#2261 +/erbopomofo 16#3126 +/ercyrillic 16#0440 +/ereversed 16#0258 +/ereversedcyrillic 16#044D +/escyrillic 16#0441 +/esdescendercyrillic 16#04AB +/esh 16#0283 +/eshcurl 16#0286 +/eshortdeva 16#090E +/eshortvowelsigndeva 16#0946 +/eshreversedloop 16#01AA +/eshsquatreversed 16#0285 +/esmallhiragana 16#3047 +/esmallkatakana 16#30A7 +/esmallkatakanahalfwidth 16#FF6A +/estimated 16#212E +/esuperior 16#F6EC +/eta 16#03B7 +/etarmenian 16#0568 +/etatonos 16#03AE +/eth 16#00F0 +/etilde 16#1EBD +/etildebelow 16#1E1B +/etnahtafoukhhebrew 16#0591 +/etnahtafoukhlefthebrew 16#0591 +/etnahtahebrew 16#0591 +/etnahtalefthebrew 16#0591 +/eturned 16#01DD +/eukorean 16#3161 +/euro 16#20AC +/evowelsignbengali 16#09C7 +/evowelsigndeva 16#0947 +/evowelsigngujarati 16#0AC7 +/exclam 16#0021 +/exclamarmenian 16#055C +/exclamdbl 16#203C +/exclamdown 16#00A1 +/exclamdownsmall 16#F7A1 +/exclammonospace 16#FF01 +/exclamsmall 16#F721 +/existential 16#2203 +/ezh 16#0292 +/ezhcaron 16#01EF +/ezhcurl 16#0293 +/ezhreversed 16#01B9 +/ezhtail 16#01BA +/f 16#0066 +/fadeva 16#095E +/fagurmukhi 16#0A5E +/fahrenheit 16#2109 +/fathaarabic 16#064E +/fathalowarabic 16#064E +/fathatanarabic 16#064B +/fbopomofo 16#3108 +/fcircle 16#24D5 +/fdotaccent 16#1E1F +/feharabic 16#0641 +/feharmenian 16#0586 +/fehfinalarabic 16#FED2 +/fehinitialarabic 16#FED3 +/fehmedialarabic 16#FED4 +/feicoptic 16#03E5 +/female 16#2640 +/ff 16#FB00 +/ffi 16#FB03 +/ffl 16#FB04 +/fi 16#FB01 +/fifteencircle 16#246E +/fifteenparen 16#2482 +/fifteenperiod 16#2496 +/figuredash 16#2012 +/filledbox 16#25A0 +/filledrect 16#25AC +/finalkaf 16#05DA +/finalkafdagesh 16#FB3A +/finalkafdageshhebrew 16#FB3A +/finalkafhebrew 16#05DA +% /finalkafqamats 16#05DA 16#05B8 +% /finalkafqamatshebrew 16#05DA 16#05B8 +% /finalkafsheva 16#05DA 16#05B0 +% /finalkafshevahebrew 16#05DA 16#05B0 +/finalmem 16#05DD +/finalmemhebrew 16#05DD +/finalnun 16#05DF +/finalnunhebrew 16#05DF +/finalpe 16#05E3 +/finalpehebrew 16#05E3 +/finaltsadi 16#05E5 +/finaltsadihebrew 16#05E5 +/firsttonechinese 16#02C9 +/fisheye 16#25C9 +/fitacyrillic 16#0473 +/five 16#0035 +/fivearabic 16#0665 +/fivebengali 16#09EB +/fivecircle 16#2464 +/fivecircleinversesansserif 16#278E +/fivedeva 16#096B +/fiveeighths 16#215D +/fivegujarati 16#0AEB +/fivegurmukhi 16#0A6B +/fivehackarabic 16#0665 +/fivehangzhou 16#3025 +/fiveideographicparen 16#3224 +/fiveinferior 16#2085 +/fivemonospace 16#FF15 +/fiveoldstyle 16#F735 +/fiveparen 16#2478 +/fiveperiod 16#248C +/fivepersian 16#06F5 +/fiveroman 16#2174 +/fivesuperior 16#2075 +/fivethai 16#0E55 +/fl 16#FB02 +/florin 16#0192 +/fmonospace 16#FF46 +/fmsquare 16#3399 +/fofanthai 16#0E1F +/fofathai 16#0E1D +/fongmanthai 16#0E4F +/forall 16#2200 +/four 16#0034 +/fourarabic 16#0664 +/fourbengali 16#09EA +/fourcircle 16#2463 +/fourcircleinversesansserif 16#278D +/fourdeva 16#096A +/fourgujarati 16#0AEA +/fourgurmukhi 16#0A6A +/fourhackarabic 16#0664 +/fourhangzhou 16#3024 +/fourideographicparen 16#3223 +/fourinferior 16#2084 +/fourmonospace 16#FF14 +/fournumeratorbengali 16#09F7 +/fouroldstyle 16#F734 +/fourparen 16#2477 +/fourperiod 16#248B +/fourpersian 16#06F4 +/fourroman 16#2173 +/foursuperior 16#2074 +/fourteencircle 16#246D +/fourteenparen 16#2481 +/fourteenperiod 16#2495 +/fourthai 16#0E54 +/fourthtonechinese 16#02CB +/fparen 16#24A1 +/fraction 16#2044 +/franc 16#20A3 +/g 16#0067 +/gabengali 16#0997 +/gacute 16#01F5 +/gadeva 16#0917 +/gafarabic 16#06AF +/gaffinalarabic 16#FB93 +/gafinitialarabic 16#FB94 +/gafmedialarabic 16#FB95 +/gagujarati 16#0A97 +/gagurmukhi 16#0A17 +/gahiragana 16#304C +/gakatakana 16#30AC +/gamma 16#03B3 +/gammalatinsmall 16#0263 +/gammasuperior 16#02E0 +/gangiacoptic 16#03EB +/gbopomofo 16#310D +/gbreve 16#011F +/gcaron 16#01E7 +/gcedilla 16#0123 +/gcircle 16#24D6 +/gcircumflex 16#011D +/gcommaaccent 16#0123 +/gdot 16#0121 +/gdotaccent 16#0121 +/gecyrillic 16#0433 +/gehiragana 16#3052 +/gekatakana 16#30B2 +/geometricallyequal 16#2251 +/gereshaccenthebrew 16#059C +/gereshhebrew 16#05F3 +/gereshmuqdamhebrew 16#059D +/germandbls 16#00DF +/gershayimaccenthebrew 16#059E +/gershayimhebrew 16#05F4 +/getamark 16#3013 +/ghabengali 16#0998 +/ghadarmenian 16#0572 +/ghadeva 16#0918 +/ghagujarati 16#0A98 +/ghagurmukhi 16#0A18 +/ghainarabic 16#063A +/ghainfinalarabic 16#FECE +/ghaininitialarabic 16#FECF +/ghainmedialarabic 16#FED0 +/ghemiddlehookcyrillic 16#0495 +/ghestrokecyrillic 16#0493 +/gheupturncyrillic 16#0491 +/ghhadeva 16#095A +/ghhagurmukhi 16#0A5A +/ghook 16#0260 +/ghzsquare 16#3393 +/gihiragana 16#304E +/gikatakana 16#30AE +/gimarmenian 16#0563 +/gimel 16#05D2 +/gimeldagesh 16#FB32 +/gimeldageshhebrew 16#FB32 +/gimelhebrew 16#05D2 +/gjecyrillic 16#0453 +/glottalinvertedstroke 16#01BE +/glottalstop 16#0294 +/glottalstopinverted 16#0296 +/glottalstopmod 16#02C0 +/glottalstopreversed 16#0295 +/glottalstopreversedmod 16#02C1 +/glottalstopreversedsuperior 16#02E4 +/glottalstopstroke 16#02A1 +/glottalstopstrokereversed 16#02A2 +/gmacron 16#1E21 +/gmonospace 16#FF47 +/gohiragana 16#3054 +/gokatakana 16#30B4 +/gparen 16#24A2 +/gpasquare 16#33AC +/gradient 16#2207 +/grave 16#0060 +/gravebelowcmb 16#0316 +/gravecmb 16#0300 +/gravecomb 16#0300 +/gravedeva 16#0953 +/gravelowmod 16#02CE +/gravemonospace 16#FF40 +/gravetonecmb 16#0340 +/greater 16#003E +/greaterequal 16#2265 +/greaterequalorless 16#22DB +/greatermonospace 16#FF1E +/greaterorequivalent 16#2273 +/greaterorless 16#2277 +/greateroverequal 16#2267 +/greatersmall 16#FE65 +/gscript 16#0261 +/gstroke 16#01E5 +/guhiragana 16#3050 +/guillemotleft 16#00AB +/guillemotright 16#00BB +/guilsinglleft 16#2039 +/guilsinglright 16#203A +/gukatakana 16#30B0 +/guramusquare 16#3318 +/gysquare 16#33C9 +/h 16#0068 +/haabkhasiancyrillic 16#04A9 +/haaltonearabic 16#06C1 +/habengali 16#09B9 +/hadescendercyrillic 16#04B3 +/hadeva 16#0939 +/hagujarati 16#0AB9 +/hagurmukhi 16#0A39 +/haharabic 16#062D +/hahfinalarabic 16#FEA2 +/hahinitialarabic 16#FEA3 +/hahiragana 16#306F +/hahmedialarabic 16#FEA4 +/haitusquare 16#332A +/hakatakana 16#30CF +/hakatakanahalfwidth 16#FF8A +/halantgurmukhi 16#0A4D +/hamzaarabic 16#0621 +% /hamzadammaarabic 16#0621 16#064F +% /hamzadammatanarabic 16#0621 16#064C +% /hamzafathaarabic 16#0621 16#064E +% /hamzafathatanarabic 16#0621 16#064B +/hamzalowarabic 16#0621 +% /hamzalowkasraarabic 16#0621 16#0650 +% /hamzalowkasratanarabic 16#0621 16#064D +% /hamzasukunarabic 16#0621 16#0652 +/hangulfiller 16#3164 +/hardsigncyrillic 16#044A +/harpoonleftbarbup 16#21BC +/harpoonrightbarbup 16#21C0 +/hasquare 16#33CA +/hatafpatah 16#05B2 +/hatafpatah16 16#05B2 +/hatafpatah23 16#05B2 +/hatafpatah2f 16#05B2 +/hatafpatahhebrew 16#05B2 +/hatafpatahnarrowhebrew 16#05B2 +/hatafpatahquarterhebrew 16#05B2 +/hatafpatahwidehebrew 16#05B2 +/hatafqamats 16#05B3 +/hatafqamats1b 16#05B3 +/hatafqamats28 16#05B3 +/hatafqamats34 16#05B3 +/hatafqamatshebrew 16#05B3 +/hatafqamatsnarrowhebrew 16#05B3 +/hatafqamatsquarterhebrew 16#05B3 +/hatafqamatswidehebrew 16#05B3 +/hatafsegol 16#05B1 +/hatafsegol17 16#05B1 +/hatafsegol24 16#05B1 +/hatafsegol30 16#05B1 +/hatafsegolhebrew 16#05B1 +/hatafsegolnarrowhebrew 16#05B1 +/hatafsegolquarterhebrew 16#05B1 +/hatafsegolwidehebrew 16#05B1 +/hbar 16#0127 +/hbopomofo 16#310F +/hbrevebelow 16#1E2B +/hcedilla 16#1E29 +/hcircle 16#24D7 +/hcircumflex 16#0125 +/hdieresis 16#1E27 +/hdotaccent 16#1E23 +/hdotbelow 16#1E25 +/he 16#05D4 +/heart 16#2665 +/heartsuitblack 16#2665 +/heartsuitwhite 16#2661 +/hedagesh 16#FB34 +/hedageshhebrew 16#FB34 +/hehaltonearabic 16#06C1 +/heharabic 16#0647 +/hehebrew 16#05D4 +/hehfinalaltonearabic 16#FBA7 +/hehfinalalttwoarabic 16#FEEA +/hehfinalarabic 16#FEEA +/hehhamzaabovefinalarabic 16#FBA5 +/hehhamzaaboveisolatedarabic 16#FBA4 +/hehinitialaltonearabic 16#FBA8 +/hehinitialarabic 16#FEEB +/hehiragana 16#3078 +/hehmedialaltonearabic 16#FBA9 +/hehmedialarabic 16#FEEC +/heiseierasquare 16#337B +/hekatakana 16#30D8 +/hekatakanahalfwidth 16#FF8D +/hekutaarusquare 16#3336 +/henghook 16#0267 +/herutusquare 16#3339 +/het 16#05D7 +/hethebrew 16#05D7 +/hhook 16#0266 +/hhooksuperior 16#02B1 +/hieuhacirclekorean 16#327B +/hieuhaparenkorean 16#321B +/hieuhcirclekorean 16#326D +/hieuhkorean 16#314E +/hieuhparenkorean 16#320D +/hihiragana 16#3072 +/hikatakana 16#30D2 +/hikatakanahalfwidth 16#FF8B +/hiriq 16#05B4 +/hiriq14 16#05B4 +/hiriq21 16#05B4 +/hiriq2d 16#05B4 +/hiriqhebrew 16#05B4 +/hiriqnarrowhebrew 16#05B4 +/hiriqquarterhebrew 16#05B4 +/hiriqwidehebrew 16#05B4 +/hlinebelow 16#1E96 +/hmonospace 16#FF48 +/hoarmenian 16#0570 +/hohipthai 16#0E2B +/hohiragana 16#307B +/hokatakana 16#30DB +/hokatakanahalfwidth 16#FF8E +/holam 16#05B9 +/holam19 16#05B9 +/holam26 16#05B9 +/holam32 16#05B9 +/holamhebrew 16#05B9 +/holamnarrowhebrew 16#05B9 +/holamquarterhebrew 16#05B9 +/holamwidehebrew 16#05B9 +/honokhukthai 16#0E2E +/hookabovecomb 16#0309 +/hookcmb 16#0309 +/hookpalatalizedbelowcmb 16#0321 +/hookretroflexbelowcmb 16#0322 +/hoonsquare 16#3342 +/horicoptic 16#03E9 +/horizontalbar 16#2015 +/horncmb 16#031B +/hotsprings 16#2668 +/house 16#2302 +/hparen 16#24A3 +/hsuperior 16#02B0 +/hturned 16#0265 +/huhiragana 16#3075 +/huiitosquare 16#3333 +/hukatakana 16#30D5 +/hukatakanahalfwidth 16#FF8C +/hungarumlaut 16#02DD +/hungarumlautcmb 16#030B +/hv 16#0195 +/hyphen 16#002D +/hypheninferior 16#F6E5 +/hyphenmonospace 16#FF0D +/hyphensmall 16#FE63 +/hyphensuperior 16#F6E6 +/hyphentwo 16#2010 +/i 16#0069 +/iacute 16#00ED +/iacyrillic 16#044F +/ibengali 16#0987 +/ibopomofo 16#3127 +/ibreve 16#012D +/icaron 16#01D0 +/icircle 16#24D8 +/icircumflex 16#00EE +/icyrillic 16#0456 +/idblgrave 16#0209 +/ideographearthcircle 16#328F +/ideographfirecircle 16#328B +/ideographicallianceparen 16#323F +/ideographiccallparen 16#323A +/ideographiccentrecircle 16#32A5 +/ideographicclose 16#3006 +/ideographiccomma 16#3001 +/ideographiccommaleft 16#FF64 +/ideographiccongratulationparen 16#3237 +/ideographiccorrectcircle 16#32A3 +/ideographicearthparen 16#322F +/ideographicenterpriseparen 16#323D +/ideographicexcellentcircle 16#329D +/ideographicfestivalparen 16#3240 +/ideographicfinancialcircle 16#3296 +/ideographicfinancialparen 16#3236 +/ideographicfireparen 16#322B +/ideographichaveparen 16#3232 +/ideographichighcircle 16#32A4 +/ideographiciterationmark 16#3005 +/ideographiclaborcircle 16#3298 +/ideographiclaborparen 16#3238 +/ideographicleftcircle 16#32A7 +/ideographiclowcircle 16#32A6 +/ideographicmedicinecircle 16#32A9 +/ideographicmetalparen 16#322E +/ideographicmoonparen 16#322A +/ideographicnameparen 16#3234 +/ideographicperiod 16#3002 +/ideographicprintcircle 16#329E +/ideographicreachparen 16#3243 +/ideographicrepresentparen 16#3239 +/ideographicresourceparen 16#323E +/ideographicrightcircle 16#32A8 +/ideographicsecretcircle 16#3299 +/ideographicselfparen 16#3242 +/ideographicsocietyparen 16#3233 +/ideographicspace 16#3000 +/ideographicspecialparen 16#3235 +/ideographicstockparen 16#3231 +/ideographicstudyparen 16#323B +/ideographicsunparen 16#3230 +/ideographicsuperviseparen 16#323C +/ideographicwaterparen 16#322C +/ideographicwoodparen 16#322D +/ideographiczero 16#3007 +/ideographmetalcircle 16#328E +/ideographmooncircle 16#328A +/ideographnamecircle 16#3294 +/ideographsuncircle 16#3290 +/ideographwatercircle 16#328C +/ideographwoodcircle 16#328D +/ideva 16#0907 +/idieresis 16#00EF +/idieresisacute 16#1E2F +/idieresiscyrillic 16#04E5 +/idotbelow 16#1ECB +/iebrevecyrillic 16#04D7 +/iecyrillic 16#0435 +/ieungacirclekorean 16#3275 +/ieungaparenkorean 16#3215 +/ieungcirclekorean 16#3267 +/ieungkorean 16#3147 +/ieungparenkorean 16#3207 +/igrave 16#00EC +/igujarati 16#0A87 +/igurmukhi 16#0A07 +/ihiragana 16#3044 +/ihookabove 16#1EC9 +/iibengali 16#0988 +/iicyrillic 16#0438 +/iideva 16#0908 +/iigujarati 16#0A88 +/iigurmukhi 16#0A08 +/iimatragurmukhi 16#0A40 +/iinvertedbreve 16#020B +/iishortcyrillic 16#0439 +/iivowelsignbengali 16#09C0 +/iivowelsigndeva 16#0940 +/iivowelsigngujarati 16#0AC0 +/ij 16#0133 +/ikatakana 16#30A4 +/ikatakanahalfwidth 16#FF72 +/ikorean 16#3163 +/ilde 16#02DC +/iluyhebrew 16#05AC +/imacron 16#012B +/imacroncyrillic 16#04E3 +/imageorapproximatelyequal 16#2253 +/imatragurmukhi 16#0A3F +/imonospace 16#FF49 +/increment 16#2206 +/infinity 16#221E +/iniarmenian 16#056B +/integral 16#222B +/integralbottom 16#2321 +/integralbt 16#2321 +/integralex 16#F8F5 +/integraltop 16#2320 +/integraltp 16#2320 +/intersection 16#2229 +/intisquare 16#3305 +/invbullet 16#25D8 +/invcircle 16#25D9 +/invsmileface 16#263B +/iocyrillic 16#0451 +/iogonek 16#012F +/iota 16#03B9 +/iotadieresis 16#03CA +/iotadieresistonos 16#0390 +/iotalatin 16#0269 +/iotatonos 16#03AF +/iparen 16#24A4 +/irigurmukhi 16#0A72 +/ismallhiragana 16#3043 +/ismallkatakana 16#30A3 +/ismallkatakanahalfwidth 16#FF68 +/issharbengali 16#09FA +/istroke 16#0268 +/isuperior 16#F6ED +/iterationhiragana 16#309D +/iterationkatakana 16#30FD +/itilde 16#0129 +/itildebelow 16#1E2D +/iubopomofo 16#3129 +/iucyrillic 16#044E +/ivowelsignbengali 16#09BF +/ivowelsigndeva 16#093F +/ivowelsigngujarati 16#0ABF +/izhitsacyrillic 16#0475 +/izhitsadblgravecyrillic 16#0477 +/j 16#006A +/jaarmenian 16#0571 +/jabengali 16#099C +/jadeva 16#091C +/jagujarati 16#0A9C +/jagurmukhi 16#0A1C +/jbopomofo 16#3110 +/jcaron 16#01F0 +/jcircle 16#24D9 +/jcircumflex 16#0135 +/jcrossedtail 16#029D +/jdotlessstroke 16#025F +/jecyrillic 16#0458 +/jeemarabic 16#062C +/jeemfinalarabic 16#FE9E +/jeeminitialarabic 16#FE9F +/jeemmedialarabic 16#FEA0 +/jeharabic 16#0698 +/jehfinalarabic 16#FB8B +/jhabengali 16#099D +/jhadeva 16#091D +/jhagujarati 16#0A9D +/jhagurmukhi 16#0A1D +/jheharmenian 16#057B +/jis 16#3004 +/jmonospace 16#FF4A +/jparen 16#24A5 +/jsuperior 16#02B2 +/k 16#006B +/kabashkircyrillic 16#04A1 +/kabengali 16#0995 +/kacute 16#1E31 +/kacyrillic 16#043A +/kadescendercyrillic 16#049B +/kadeva 16#0915 +/kaf 16#05DB +/kafarabic 16#0643 +/kafdagesh 16#FB3B +/kafdageshhebrew 16#FB3B +/kaffinalarabic 16#FEDA +/kafhebrew 16#05DB +/kafinitialarabic 16#FEDB +/kafmedialarabic 16#FEDC +/kafrafehebrew 16#FB4D +/kagujarati 16#0A95 +/kagurmukhi 16#0A15 +/kahiragana 16#304B +/kahookcyrillic 16#04C4 +/kakatakana 16#30AB +/kakatakanahalfwidth 16#FF76 +/kappa 16#03BA +/kappasymbolgreek 16#03F0 +/kapyeounmieumkorean 16#3171 +/kapyeounphieuphkorean 16#3184 +/kapyeounpieupkorean 16#3178 +/kapyeounssangpieupkorean 16#3179 +/karoriisquare 16#330D +/kashidaautoarabic 16#0640 +/kashidaautonosidebearingarabic 16#0640 +/kasmallkatakana 16#30F5 +/kasquare 16#3384 +/kasraarabic 16#0650 +/kasratanarabic 16#064D +/kastrokecyrillic 16#049F +/katahiraprolongmarkhalfwidth 16#FF70 +/kaverticalstrokecyrillic 16#049D +/kbopomofo 16#310E +/kcalsquare 16#3389 +/kcaron 16#01E9 +/kcedilla 16#0137 +/kcircle 16#24DA +/kcommaaccent 16#0137 +/kdotbelow 16#1E33 +/keharmenian 16#0584 +/kehiragana 16#3051 +/kekatakana 16#30B1 +/kekatakanahalfwidth 16#FF79 +/kenarmenian 16#056F +/kesmallkatakana 16#30F6 +/kgreenlandic 16#0138 +/khabengali 16#0996 +/khacyrillic 16#0445 +/khadeva 16#0916 +/khagujarati 16#0A96 +/khagurmukhi 16#0A16 +/khaharabic 16#062E +/khahfinalarabic 16#FEA6 +/khahinitialarabic 16#FEA7 +/khahmedialarabic 16#FEA8 +/kheicoptic 16#03E7 +/khhadeva 16#0959 +/khhagurmukhi 16#0A59 +/khieukhacirclekorean 16#3278 +/khieukhaparenkorean 16#3218 +/khieukhcirclekorean 16#326A +/khieukhkorean 16#314B +/khieukhparenkorean 16#320A +/khokhaithai 16#0E02 +/khokhonthai 16#0E05 +/khokhuatthai 16#0E03 +/khokhwaithai 16#0E04 +/khomutthai 16#0E5B +/khook 16#0199 +/khorakhangthai 16#0E06 +/khzsquare 16#3391 +/kihiragana 16#304D +/kikatakana 16#30AD +/kikatakanahalfwidth 16#FF77 +/kiroguramusquare 16#3315 +/kiromeetorusquare 16#3316 +/kirosquare 16#3314 +/kiyeokacirclekorean 16#326E +/kiyeokaparenkorean 16#320E +/kiyeokcirclekorean 16#3260 +/kiyeokkorean 16#3131 +/kiyeokparenkorean 16#3200 +/kiyeoksioskorean 16#3133 +/kjecyrillic 16#045C +/klinebelow 16#1E35 +/klsquare 16#3398 +/kmcubedsquare 16#33A6 +/kmonospace 16#FF4B +/kmsquaredsquare 16#33A2 +/kohiragana 16#3053 +/kohmsquare 16#33C0 +/kokaithai 16#0E01 +/kokatakana 16#30B3 +/kokatakanahalfwidth 16#FF7A +/kooposquare 16#331E +/koppacyrillic 16#0481 +/koreanstandardsymbol 16#327F +/koroniscmb 16#0343 +/kparen 16#24A6 +/kpasquare 16#33AA +/ksicyrillic 16#046F +/ktsquare 16#33CF +/kturned 16#029E +/kuhiragana 16#304F +/kukatakana 16#30AF +/kukatakanahalfwidth 16#FF78 +/kvsquare 16#33B8 +/kwsquare 16#33BE +/l 16#006C +/labengali 16#09B2 +/lacute 16#013A +/ladeva 16#0932 +/lagujarati 16#0AB2 +/lagurmukhi 16#0A32 +/lakkhangyaothai 16#0E45 +/lamaleffinalarabic 16#FEFC +/lamalefhamzaabovefinalarabic 16#FEF8 +/lamalefhamzaaboveisolatedarabic 16#FEF7 +/lamalefhamzabelowfinalarabic 16#FEFA +/lamalefhamzabelowisolatedarabic 16#FEF9 +/lamalefisolatedarabic 16#FEFB +/lamalefmaddaabovefinalarabic 16#FEF6 +/lamalefmaddaaboveisolatedarabic 16#FEF5 +/lamarabic 16#0644 +/lambda 16#03BB +/lambdastroke 16#019B +/lamed 16#05DC +/lameddagesh 16#FB3C +/lameddageshhebrew 16#FB3C +/lamedhebrew 16#05DC +% /lamedholam 16#05DC 16#05B9 +% /lamedholamdagesh 16#05DC 16#05B9 16#05BC +% /lamedholamdageshhebrew 16#05DC 16#05B9 16#05BC +% /lamedholamhebrew 16#05DC 16#05B9 +/lamfinalarabic 16#FEDE +/lamhahinitialarabic 16#FCCA +/laminitialarabic 16#FEDF +/lamjeeminitialarabic 16#FCC9 +/lamkhahinitialarabic 16#FCCB +/lamlamhehisolatedarabic 16#FDF2 +/lammedialarabic 16#FEE0 +/lammeemhahinitialarabic 16#FD88 +/lammeeminitialarabic 16#FCCC +% /lammeemjeeminitialarabic 16#FEDF 16#FEE4 16#FEA0 +% /lammeemkhahinitialarabic 16#FEDF 16#FEE4 16#FEA8 +/largecircle 16#25EF +/lbar 16#019A +/lbelt 16#026C +/lbopomofo 16#310C +/lcaron 16#013E +/lcedilla 16#013C +/lcircle 16#24DB +/lcircumflexbelow 16#1E3D +/lcommaaccent 16#013C +/ldot 16#0140 +/ldotaccent 16#0140 +/ldotbelow 16#1E37 +/ldotbelowmacron 16#1E39 +/leftangleabovecmb 16#031A +/lefttackbelowcmb 16#0318 +/less 16#003C +/lessequal 16#2264 +/lessequalorgreater 16#22DA +/lessmonospace 16#FF1C +/lessorequivalent 16#2272 +/lessorgreater 16#2276 +/lessoverequal 16#2266 +/lesssmall 16#FE64 +/lezh 16#026E +/lfblock 16#258C +/lhookretroflex 16#026D +/lira 16#20A4 +/liwnarmenian 16#056C +/lj 16#01C9 +/ljecyrillic 16#0459 +/ll 16#F6C0 +/lladeva 16#0933 +/llagujarati 16#0AB3 +/llinebelow 16#1E3B +/llladeva 16#0934 +/llvocalicbengali 16#09E1 +/llvocalicdeva 16#0961 +/llvocalicvowelsignbengali 16#09E3 +/llvocalicvowelsigndeva 16#0963 +/lmiddletilde 16#026B +/lmonospace 16#FF4C +/lmsquare 16#33D0 +/lochulathai 16#0E2C +/logicaland 16#2227 +/logicalnot 16#00AC +/logicalnotreversed 16#2310 +/logicalor 16#2228 +/lolingthai 16#0E25 +/longs 16#017F +/lowlinecenterline 16#FE4E +/lowlinecmb 16#0332 +/lowlinedashed 16#FE4D +/lozenge 16#25CA +/lparen 16#24A7 +/lslash 16#0142 +/lsquare 16#2113 +/lsuperior 16#F6EE +/ltshade 16#2591 +/luthai 16#0E26 +/lvocalicbengali 16#098C +/lvocalicdeva 16#090C +/lvocalicvowelsignbengali 16#09E2 +/lvocalicvowelsigndeva 16#0962 +/lxsquare 16#33D3 +/m 16#006D +/mabengali 16#09AE +/macron 16#00AF +/macronbelowcmb 16#0331 +/macroncmb 16#0304 +/macronlowmod 16#02CD +/macronmonospace 16#FFE3 +/macute 16#1E3F +/madeva 16#092E +/magujarati 16#0AAE +/magurmukhi 16#0A2E +/mahapakhhebrew 16#05A4 +/mahapakhlefthebrew 16#05A4 +/mahiragana 16#307E +/maichattawalowleftthai 16#F895 +/maichattawalowrightthai 16#F894 +/maichattawathai 16#0E4B +/maichattawaupperleftthai 16#F893 +/maieklowleftthai 16#F88C +/maieklowrightthai 16#F88B +/maiekthai 16#0E48 +/maiekupperleftthai 16#F88A +/maihanakatleftthai 16#F884 +/maihanakatthai 16#0E31 +/maitaikhuleftthai 16#F889 +/maitaikhuthai 16#0E47 +/maitholowleftthai 16#F88F +/maitholowrightthai 16#F88E +/maithothai 16#0E49 +/maithoupperleftthai 16#F88D +/maitrilowleftthai 16#F892 +/maitrilowrightthai 16#F891 +/maitrithai 16#0E4A +/maitriupperleftthai 16#F890 +/maiyamokthai 16#0E46 +/makatakana 16#30DE +/makatakanahalfwidth 16#FF8F +/male 16#2642 +/mansyonsquare 16#3347 +/maqafhebrew 16#05BE +/mars 16#2642 +/masoracirclehebrew 16#05AF +/masquare 16#3383 +/mbopomofo 16#3107 +/mbsquare 16#33D4 +/mcircle 16#24DC +/mcubedsquare 16#33A5 +/mdotaccent 16#1E41 +/mdotbelow 16#1E43 +/meemarabic 16#0645 +/meemfinalarabic 16#FEE2 +/meeminitialarabic 16#FEE3 +/meemmedialarabic 16#FEE4 +/meemmeeminitialarabic 16#FCD1 +/meemmeemisolatedarabic 16#FC48 +/meetorusquare 16#334D +/mehiragana 16#3081 +/meizierasquare 16#337E +/mekatakana 16#30E1 +/mekatakanahalfwidth 16#FF92 +/mem 16#05DE +/memdagesh 16#FB3E +/memdageshhebrew 16#FB3E +/memhebrew 16#05DE +/menarmenian 16#0574 +/merkhahebrew 16#05A5 +/merkhakefulahebrew 16#05A6 +/merkhakefulalefthebrew 16#05A6 +/merkhalefthebrew 16#05A5 +/mhook 16#0271 +/mhzsquare 16#3392 +/middledotkatakanahalfwidth 16#FF65 +/middot 16#00B7 +/mieumacirclekorean 16#3272 +/mieumaparenkorean 16#3212 +/mieumcirclekorean 16#3264 +/mieumkorean 16#3141 +/mieumpansioskorean 16#3170 +/mieumparenkorean 16#3204 +/mieumpieupkorean 16#316E +/mieumsioskorean 16#316F +/mihiragana 16#307F +/mikatakana 16#30DF +/mikatakanahalfwidth 16#FF90 +/minus 16#2212 +/minusbelowcmb 16#0320 +/minuscircle 16#2296 +/minusmod 16#02D7 +/minusplus 16#2213 +/minute 16#2032 +/miribaarusquare 16#334A +/mirisquare 16#3349 +/mlonglegturned 16#0270 +/mlsquare 16#3396 +/mmcubedsquare 16#33A3 +/mmonospace 16#FF4D +/mmsquaredsquare 16#339F +/mohiragana 16#3082 +/mohmsquare 16#33C1 +/mokatakana 16#30E2 +/mokatakanahalfwidth 16#FF93 +/molsquare 16#33D6 +/momathai 16#0E21 +/moverssquare 16#33A7 +/moverssquaredsquare 16#33A8 +/mparen 16#24A8 +/mpasquare 16#33AB +/mssquare 16#33B3 +/msuperior 16#F6EF +/mturned 16#026F +/mu 16#00B5 +/mu1 16#00B5 +/muasquare 16#3382 +/muchgreater 16#226B +/muchless 16#226A +/mufsquare 16#338C +/mugreek 16#03BC +/mugsquare 16#338D +/muhiragana 16#3080 +/mukatakana 16#30E0 +/mukatakanahalfwidth 16#FF91 +/mulsquare 16#3395 +/multiply 16#00D7 +/mumsquare 16#339B +/munahhebrew 16#05A3 +/munahlefthebrew 16#05A3 +/musicalnote 16#266A +/musicalnotedbl 16#266B +/musicflatsign 16#266D +/musicsharpsign 16#266F +/mussquare 16#33B2 +/muvsquare 16#33B6 +/muwsquare 16#33BC +/mvmegasquare 16#33B9 +/mvsquare 16#33B7 +/mwmegasquare 16#33BF +/mwsquare 16#33BD +/n 16#006E +/nabengali 16#09A8 +/nabla 16#2207 +/nacute 16#0144 +/nadeva 16#0928 +/nagujarati 16#0AA8 +/nagurmukhi 16#0A28 +/nahiragana 16#306A +/nakatakana 16#30CA +/nakatakanahalfwidth 16#FF85 +/napostrophe 16#0149 +/nasquare 16#3381 +/nbopomofo 16#310B +/nbspace 16#00A0 +/ncaron 16#0148 +/ncedilla 16#0146 +/ncircle 16#24DD +/ncircumflexbelow 16#1E4B +/ncommaaccent 16#0146 +/ndotaccent 16#1E45 +/ndotbelow 16#1E47 +/nehiragana 16#306D +/nekatakana 16#30CD +/nekatakanahalfwidth 16#FF88 +/newsheqelsign 16#20AA +/nfsquare 16#338B +/ngabengali 16#0999 +/ngadeva 16#0919 +/ngagujarati 16#0A99 +/ngagurmukhi 16#0A19 +/ngonguthai 16#0E07 +/nhiragana 16#3093 +/nhookleft 16#0272 +/nhookretroflex 16#0273 +/nieunacirclekorean 16#326F +/nieunaparenkorean 16#320F +/nieuncieuckorean 16#3135 +/nieuncirclekorean 16#3261 +/nieunhieuhkorean 16#3136 +/nieunkorean 16#3134 +/nieunpansioskorean 16#3168 +/nieunparenkorean 16#3201 +/nieunsioskorean 16#3167 +/nieuntikeutkorean 16#3166 +/nihiragana 16#306B +/nikatakana 16#30CB +/nikatakanahalfwidth 16#FF86 +/nikhahitleftthai 16#F899 +/nikhahitthai 16#0E4D +/nine 16#0039 +/ninearabic 16#0669 +/ninebengali 16#09EF +/ninecircle 16#2468 +/ninecircleinversesansserif 16#2792 +/ninedeva 16#096F +/ninegujarati 16#0AEF +/ninegurmukhi 16#0A6F +/ninehackarabic 16#0669 +/ninehangzhou 16#3029 +/nineideographicparen 16#3228 +/nineinferior 16#2089 +/ninemonospace 16#FF19 +/nineoldstyle 16#F739 +/nineparen 16#247C +/nineperiod 16#2490 +/ninepersian 16#06F9 +/nineroman 16#2178 +/ninesuperior 16#2079 +/nineteencircle 16#2472 +/nineteenparen 16#2486 +/nineteenperiod 16#249A +/ninethai 16#0E59 +/nj 16#01CC +/njecyrillic 16#045A +/nkatakana 16#30F3 +/nkatakanahalfwidth 16#FF9D +/nlegrightlong 16#019E +/nlinebelow 16#1E49 +/nmonospace 16#FF4E +/nmsquare 16#339A +/nnabengali 16#09A3 +/nnadeva 16#0923 +/nnagujarati 16#0AA3 +/nnagurmukhi 16#0A23 +/nnnadeva 16#0929 +/nohiragana 16#306E +/nokatakana 16#30CE +/nokatakanahalfwidth 16#FF89 +/nonbreakingspace 16#00A0 +/nonenthai 16#0E13 +/nonuthai 16#0E19 +/noonarabic 16#0646 +/noonfinalarabic 16#FEE6 +/noonghunnaarabic 16#06BA +/noonghunnafinalarabic 16#FB9F +% /noonhehinitialarabic 16#FEE7 16#FEEC +/nooninitialarabic 16#FEE7 +/noonjeeminitialarabic 16#FCD2 +/noonjeemisolatedarabic 16#FC4B +/noonmedialarabic 16#FEE8 +/noonmeeminitialarabic 16#FCD5 +/noonmeemisolatedarabic 16#FC4E +/noonnoonfinalarabic 16#FC8D +/notcontains 16#220C +/notelement 16#2209 +/notelementof 16#2209 +/notequal 16#2260 +/notgreater 16#226F +/notgreaternorequal 16#2271 +/notgreaternorless 16#2279 +/notidentical 16#2262 +/notless 16#226E +/notlessnorequal 16#2270 +/notparallel 16#2226 +/notprecedes 16#2280 +/notsubset 16#2284 +/notsucceeds 16#2281 +/notsuperset 16#2285 +/nowarmenian 16#0576 +/nparen 16#24A9 +/nssquare 16#33B1 +/nsuperior 16#207F +/ntilde 16#00F1 +/nu 16#03BD +/nuhiragana 16#306C +/nukatakana 16#30CC +/nukatakanahalfwidth 16#FF87 +/nuktabengali 16#09BC +/nuktadeva 16#093C +/nuktagujarati 16#0ABC +/nuktagurmukhi 16#0A3C +/numbersign 16#0023 +/numbersignmonospace 16#FF03 +/numbersignsmall 16#FE5F +/numeralsigngreek 16#0374 +/numeralsignlowergreek 16#0375 +/numero 16#2116 +/nun 16#05E0 +/nundagesh 16#FB40 +/nundageshhebrew 16#FB40 +/nunhebrew 16#05E0 +/nvsquare 16#33B5 +/nwsquare 16#33BB +/nyabengali 16#099E +/nyadeva 16#091E +/nyagujarati 16#0A9E +/nyagurmukhi 16#0A1E +/o 16#006F +/oacute 16#00F3 +/oangthai 16#0E2D +/obarred 16#0275 +/obarredcyrillic 16#04E9 +/obarreddieresiscyrillic 16#04EB +/obengali 16#0993 +/obopomofo 16#311B +/obreve 16#014F +/ocandradeva 16#0911 +/ocandragujarati 16#0A91 +/ocandravowelsigndeva 16#0949 +/ocandravowelsigngujarati 16#0AC9 +/ocaron 16#01D2 +/ocircle 16#24DE +/ocircumflex 16#00F4 +/ocircumflexacute 16#1ED1 +/ocircumflexdotbelow 16#1ED9 +/ocircumflexgrave 16#1ED3 +/ocircumflexhookabove 16#1ED5 +/ocircumflextilde 16#1ED7 +/ocyrillic 16#043E +/odblacute 16#0151 +/odblgrave 16#020D +/odeva 16#0913 +/odieresis 16#00F6 +/odieresiscyrillic 16#04E7 +/odotbelow 16#1ECD +/oe 16#0153 +/oekorean 16#315A +/ogonek 16#02DB +/ogonekcmb 16#0328 +/ograve 16#00F2 +/ogujarati 16#0A93 +/oharmenian 16#0585 +/ohiragana 16#304A +/ohookabove 16#1ECF +/ohorn 16#01A1 +/ohornacute 16#1EDB +/ohorndotbelow 16#1EE3 +/ohorngrave 16#1EDD +/ohornhookabove 16#1EDF +/ohorntilde 16#1EE1 +/ohungarumlaut 16#0151 +/oi 16#01A3 +/oinvertedbreve 16#020F +/okatakana 16#30AA +/okatakanahalfwidth 16#FF75 +/okorean 16#3157 +/olehebrew 16#05AB +/omacron 16#014D +/omacronacute 16#1E53 +/omacrongrave 16#1E51 +/omdeva 16#0950 +/omega 16#03C9 +/omega1 16#03D6 +/omegacyrillic 16#0461 +/omegalatinclosed 16#0277 +/omegaroundcyrillic 16#047B +/omegatitlocyrillic 16#047D +/omegatonos 16#03CE +/omgujarati 16#0AD0 +/omicron 16#03BF +/omicrontonos 16#03CC +/omonospace 16#FF4F +/one 16#0031 +/onearabic 16#0661 +/onebengali 16#09E7 +/onecircle 16#2460 +/onecircleinversesansserif 16#278A +/onedeva 16#0967 +/onedotenleader 16#2024 +/oneeighth 16#215B +/onefitted 16#F6DC +/onegujarati 16#0AE7 +/onegurmukhi 16#0A67 +/onehackarabic 16#0661 +/onehalf 16#00BD +/onehangzhou 16#3021 +/oneideographicparen 16#3220 +/oneinferior 16#2081 +/onemonospace 16#FF11 +/onenumeratorbengali 16#09F4 +/oneoldstyle 16#F731 +/oneparen 16#2474 +/oneperiod 16#2488 +/onepersian 16#06F1 +/onequarter 16#00BC +/oneroman 16#2170 +/onesuperior 16#00B9 +/onethai 16#0E51 +/onethird 16#2153 +/oogonek 16#01EB +/oogonekmacron 16#01ED +/oogurmukhi 16#0A13 +/oomatragurmukhi 16#0A4B +/oopen 16#0254 +/oparen 16#24AA +/openbullet 16#25E6 +/option 16#2325 +/ordfeminine 16#00AA +/ordmasculine 16#00BA +/orthogonal 16#221F +/oshortdeva 16#0912 +/oshortvowelsigndeva 16#094A +/oslash 16#00F8 +/oslashacute 16#01FF +/osmallhiragana 16#3049 +/osmallkatakana 16#30A9 +/osmallkatakanahalfwidth 16#FF6B +/ostrokeacute 16#01FF +/osuperior 16#F6F0 +/otcyrillic 16#047F +/otilde 16#00F5 +/otildeacute 16#1E4D +/otildedieresis 16#1E4F +/oubopomofo 16#3121 +/overline 16#203E +/overlinecenterline 16#FE4A +/overlinecmb 16#0305 +/overlinedashed 16#FE49 +/overlinedblwavy 16#FE4C +/overlinewavy 16#FE4B +/overscore 16#00AF +/ovowelsignbengali 16#09CB +/ovowelsigndeva 16#094B +/ovowelsigngujarati 16#0ACB +/p 16#0070 +/paampssquare 16#3380 +/paasentosquare 16#332B +/pabengali 16#09AA +/pacute 16#1E55 +/padeva 16#092A +/pagedown 16#21DF +/pageup 16#21DE +/pagujarati 16#0AAA +/pagurmukhi 16#0A2A +/pahiragana 16#3071 +/paiyannoithai 16#0E2F +/pakatakana 16#30D1 +/palatalizationcyrilliccmb 16#0484 +/palochkacyrillic 16#04C0 +/pansioskorean 16#317F +/paragraph 16#00B6 +/parallel 16#2225 +/parenleft 16#0028 +/parenleftaltonearabic 16#FD3E +/parenleftbt 16#F8ED +/parenleftex 16#F8EC +/parenleftinferior 16#208D +/parenleftmonospace 16#FF08 +/parenleftsmall 16#FE59 +/parenleftsuperior 16#207D +/parenlefttp 16#F8EB +/parenleftvertical 16#FE35 +/parenright 16#0029 +/parenrightaltonearabic 16#FD3F +/parenrightbt 16#F8F8 +/parenrightex 16#F8F7 +/parenrightinferior 16#208E +/parenrightmonospace 16#FF09 +/parenrightsmall 16#FE5A +/parenrightsuperior 16#207E +/parenrighttp 16#F8F6 +/parenrightvertical 16#FE36 +/partialdiff 16#2202 +/paseqhebrew 16#05C0 +/pashtahebrew 16#0599 +/pasquare 16#33A9 +/patah 16#05B7 +/patah11 16#05B7 +/patah1d 16#05B7 +/patah2a 16#05B7 +/patahhebrew 16#05B7 +/patahnarrowhebrew 16#05B7 +/patahquarterhebrew 16#05B7 +/patahwidehebrew 16#05B7 +/pazerhebrew 16#05A1 +/pbopomofo 16#3106 +/pcircle 16#24DF +/pdotaccent 16#1E57 +/pe 16#05E4 +/pecyrillic 16#043F +/pedagesh 16#FB44 +/pedageshhebrew 16#FB44 +/peezisquare 16#333B +/pefinaldageshhebrew 16#FB43 +/peharabic 16#067E +/peharmenian 16#057A +/pehebrew 16#05E4 +/pehfinalarabic 16#FB57 +/pehinitialarabic 16#FB58 +/pehiragana 16#307A +/pehmedialarabic 16#FB59 +/pekatakana 16#30DA +/pemiddlehookcyrillic 16#04A7 +/perafehebrew 16#FB4E +/percent 16#0025 +/percentarabic 16#066A +/percentmonospace 16#FF05 +/percentsmall 16#FE6A +/period 16#002E +/periodarmenian 16#0589 +/periodcentered 16#00B7 +/periodhalfwidth 16#FF61 +/periodinferior 16#F6E7 +/periodmonospace 16#FF0E +/periodsmall 16#FE52 +/periodsuperior 16#F6E8 +/perispomenigreekcmb 16#0342 +/perpendicular 16#22A5 +/perthousand 16#2030 +/peseta 16#20A7 +/pfsquare 16#338A +/phabengali 16#09AB +/phadeva 16#092B +/phagujarati 16#0AAB +/phagurmukhi 16#0A2B +/phi 16#03C6 +/phi1 16#03D5 +/phieuphacirclekorean 16#327A +/phieuphaparenkorean 16#321A +/phieuphcirclekorean 16#326C +/phieuphkorean 16#314D +/phieuphparenkorean 16#320C +/philatin 16#0278 +/phinthuthai 16#0E3A +/phisymbolgreek 16#03D5 +/phook 16#01A5 +/phophanthai 16#0E1E +/phophungthai 16#0E1C +/phosamphaothai 16#0E20 +/pi 16#03C0 +/pieupacirclekorean 16#3273 +/pieupaparenkorean 16#3213 +/pieupcieuckorean 16#3176 +/pieupcirclekorean 16#3265 +/pieupkiyeokkorean 16#3172 +/pieupkorean 16#3142 +/pieupparenkorean 16#3205 +/pieupsioskiyeokkorean 16#3174 +/pieupsioskorean 16#3144 +/pieupsiostikeutkorean 16#3175 +/pieupthieuthkorean 16#3177 +/pieuptikeutkorean 16#3173 +/pihiragana 16#3074 +/pikatakana 16#30D4 +/pisymbolgreek 16#03D6 +/piwrarmenian 16#0583 +/plus 16#002B +/plusbelowcmb 16#031F +/pluscircle 16#2295 +/plusminus 16#00B1 +/plusmod 16#02D6 +/plusmonospace 16#FF0B +/plussmall 16#FE62 +/plussuperior 16#207A +/pmonospace 16#FF50 +/pmsquare 16#33D8 +/pohiragana 16#307D +/pointingindexdownwhite 16#261F +/pointingindexleftwhite 16#261C +/pointingindexrightwhite 16#261E +/pointingindexupwhite 16#261D +/pokatakana 16#30DD +/poplathai 16#0E1B +/postalmark 16#3012 +/postalmarkface 16#3020 +/pparen 16#24AB +/precedes 16#227A +/prescription 16#211E +/primemod 16#02B9 +/primereversed 16#2035 +/product 16#220F +/projective 16#2305 +/prolongedkana 16#30FC +/propellor 16#2318 +/propersubset 16#2282 +/propersuperset 16#2283 +/proportion 16#2237 +/proportional 16#221D +/psi 16#03C8 +/psicyrillic 16#0471 +/psilipneumatacyrilliccmb 16#0486 +/pssquare 16#33B0 +/puhiragana 16#3077 +/pukatakana 16#30D7 +/pvsquare 16#33B4 +/pwsquare 16#33BA +/q 16#0071 +/qadeva 16#0958 +/qadmahebrew 16#05A8 +/qafarabic 16#0642 +/qaffinalarabic 16#FED6 +/qafinitialarabic 16#FED7 +/qafmedialarabic 16#FED8 +/qamats 16#05B8 +/qamats10 16#05B8 +/qamats1a 16#05B8 +/qamats1c 16#05B8 +/qamats27 16#05B8 +/qamats29 16#05B8 +/qamats33 16#05B8 +/qamatsde 16#05B8 +/qamatshebrew 16#05B8 +/qamatsnarrowhebrew 16#05B8 +/qamatsqatanhebrew 16#05B8 +/qamatsqatannarrowhebrew 16#05B8 +/qamatsqatanquarterhebrew 16#05B8 +/qamatsqatanwidehebrew 16#05B8 +/qamatsquarterhebrew 16#05B8 +/qamatswidehebrew 16#05B8 +/qarneyparahebrew 16#059F +/qbopomofo 16#3111 +/qcircle 16#24E0 +/qhook 16#02A0 +/qmonospace 16#FF51 +/qof 16#05E7 +/qofdagesh 16#FB47 +/qofdageshhebrew 16#FB47 +% /qofhatafpatah 16#05E7 16#05B2 +% /qofhatafpatahhebrew 16#05E7 16#05B2 +% /qofhatafsegol 16#05E7 16#05B1 +% /qofhatafsegolhebrew 16#05E7 16#05B1 +/qofhebrew 16#05E7 +% /qofhiriq 16#05E7 16#05B4 +% /qofhiriqhebrew 16#05E7 16#05B4 +% /qofholam 16#05E7 16#05B9 +% /qofholamhebrew 16#05E7 16#05B9 +% /qofpatah 16#05E7 16#05B7 +% /qofpatahhebrew 16#05E7 16#05B7 +% /qofqamats 16#05E7 16#05B8 +% /qofqamatshebrew 16#05E7 16#05B8 +% /qofqubuts 16#05E7 16#05BB +% /qofqubutshebrew 16#05E7 16#05BB +% /qofsegol 16#05E7 16#05B6 +% /qofsegolhebrew 16#05E7 16#05B6 +% /qofsheva 16#05E7 16#05B0 +% /qofshevahebrew 16#05E7 16#05B0 +% /qoftsere 16#05E7 16#05B5 +% /qoftserehebrew 16#05E7 16#05B5 +/qparen 16#24AC +/quarternote 16#2669 +/qubuts 16#05BB +/qubuts18 16#05BB +/qubuts25 16#05BB +/qubuts31 16#05BB +/qubutshebrew 16#05BB +/qubutsnarrowhebrew 16#05BB +/qubutsquarterhebrew 16#05BB +/qubutswidehebrew 16#05BB +/question 16#003F +/questionarabic 16#061F +/questionarmenian 16#055E +/questiondown 16#00BF +/questiondownsmall 16#F7BF +/questiongreek 16#037E +/questionmonospace 16#FF1F +/questionsmall 16#F73F +/quotedbl 16#0022 +/quotedblbase 16#201E +/quotedblleft 16#201C +/quotedblmonospace 16#FF02 +/quotedblprime 16#301E +/quotedblprimereversed 16#301D +/quotedblright 16#201D +/quoteleft 16#2018 +/quoteleftreversed 16#201B +/quotereversed 16#201B +/quoteright 16#2019 +/quoterightn 16#0149 +/quotesinglbase 16#201A +/quotesingle 16#0027 +/quotesinglemonospace 16#FF07 +/r 16#0072 +/raarmenian 16#057C +/rabengali 16#09B0 +/racute 16#0155 +/radeva 16#0930 +/radical 16#221A +/radicalex 16#F8E5 +/radoverssquare 16#33AE +/radoverssquaredsquare 16#33AF +/radsquare 16#33AD +/rafe 16#05BF +/rafehebrew 16#05BF +/ragujarati 16#0AB0 +/ragurmukhi 16#0A30 +/rahiragana 16#3089 +/rakatakana 16#30E9 +/rakatakanahalfwidth 16#FF97 +/ralowerdiagonalbengali 16#09F1 +/ramiddlediagonalbengali 16#09F0 +/ramshorn 16#0264 +/ratio 16#2236 +/rbopomofo 16#3116 +/rcaron 16#0159 +/rcedilla 16#0157 +/rcircle 16#24E1 +/rcommaaccent 16#0157 +/rdblgrave 16#0211 +/rdotaccent 16#1E59 +/rdotbelow 16#1E5B +/rdotbelowmacron 16#1E5D +/referencemark 16#203B +/reflexsubset 16#2286 +/reflexsuperset 16#2287 +/registered 16#00AE +/registersans 16#F8E8 +/registerserif 16#F6DA +/reharabic 16#0631 +/reharmenian 16#0580 +/rehfinalarabic 16#FEAE +/rehiragana 16#308C +% /rehyehaleflamarabic 16#0631 16#FEF3 16#FE8E 16#0644 +/rekatakana 16#30EC +/rekatakanahalfwidth 16#FF9A +/resh 16#05E8 +/reshdageshhebrew 16#FB48 +% /reshhatafpatah 16#05E8 16#05B2 +% /reshhatafpatahhebrew 16#05E8 16#05B2 +% /reshhatafsegol 16#05E8 16#05B1 +% /reshhatafsegolhebrew 16#05E8 16#05B1 +/reshhebrew 16#05E8 +% /reshhiriq 16#05E8 16#05B4 +% /reshhiriqhebrew 16#05E8 16#05B4 +% /reshholam 16#05E8 16#05B9 +% /reshholamhebrew 16#05E8 16#05B9 +% /reshpatah 16#05E8 16#05B7 +% /reshpatahhebrew 16#05E8 16#05B7 +% /reshqamats 16#05E8 16#05B8 +% /reshqamatshebrew 16#05E8 16#05B8 +% /reshqubuts 16#05E8 16#05BB +% /reshqubutshebrew 16#05E8 16#05BB +% /reshsegol 16#05E8 16#05B6 +% /reshsegolhebrew 16#05E8 16#05B6 +% /reshsheva 16#05E8 16#05B0 +% /reshshevahebrew 16#05E8 16#05B0 +% /reshtsere 16#05E8 16#05B5 +% /reshtserehebrew 16#05E8 16#05B5 +/reversedtilde 16#223D +/reviahebrew 16#0597 +/reviamugrashhebrew 16#0597 +/revlogicalnot 16#2310 +/rfishhook 16#027E +/rfishhookreversed 16#027F +/rhabengali 16#09DD +/rhadeva 16#095D +/rho 16#03C1 +/rhook 16#027D +/rhookturned 16#027B +/rhookturnedsuperior 16#02B5 +/rhosymbolgreek 16#03F1 +/rhotichookmod 16#02DE +/rieulacirclekorean 16#3271 +/rieulaparenkorean 16#3211 +/rieulcirclekorean 16#3263 +/rieulhieuhkorean 16#3140 +/rieulkiyeokkorean 16#313A +/rieulkiyeoksioskorean 16#3169 +/rieulkorean 16#3139 +/rieulmieumkorean 16#313B +/rieulpansioskorean 16#316C +/rieulparenkorean 16#3203 +/rieulphieuphkorean 16#313F +/rieulpieupkorean 16#313C +/rieulpieupsioskorean 16#316B +/rieulsioskorean 16#313D +/rieulthieuthkorean 16#313E +/rieultikeutkorean 16#316A +/rieulyeorinhieuhkorean 16#316D +/rightangle 16#221F +/righttackbelowcmb 16#0319 +/righttriangle 16#22BF +/rihiragana 16#308A +/rikatakana 16#30EA +/rikatakanahalfwidth 16#FF98 +/ring 16#02DA +/ringbelowcmb 16#0325 +/ringcmb 16#030A +/ringhalfleft 16#02BF +/ringhalfleftarmenian 16#0559 +/ringhalfleftbelowcmb 16#031C +/ringhalfleftcentered 16#02D3 +/ringhalfright 16#02BE +/ringhalfrightbelowcmb 16#0339 +/ringhalfrightcentered 16#02D2 +/rinvertedbreve 16#0213 +/rittorusquare 16#3351 +/rlinebelow 16#1E5F +/rlongleg 16#027C +/rlonglegturned 16#027A +/rmonospace 16#FF52 +/rohiragana 16#308D +/rokatakana 16#30ED +/rokatakanahalfwidth 16#FF9B +/roruathai 16#0E23 +/rparen 16#24AD +/rrabengali 16#09DC +/rradeva 16#0931 +/rragurmukhi 16#0A5C +/rreharabic 16#0691 +/rrehfinalarabic 16#FB8D +/rrvocalicbengali 16#09E0 +/rrvocalicdeva 16#0960 +/rrvocalicgujarati 16#0AE0 +/rrvocalicvowelsignbengali 16#09C4 +/rrvocalicvowelsigndeva 16#0944 +/rrvocalicvowelsigngujarati 16#0AC4 +/rsuperior 16#F6F1 +/rtblock 16#2590 +/rturned 16#0279 +/rturnedsuperior 16#02B4 +/ruhiragana 16#308B +/rukatakana 16#30EB +/rukatakanahalfwidth 16#FF99 +/rupeemarkbengali 16#09F2 +/rupeesignbengali 16#09F3 +/rupiah 16#F6DD +/ruthai 16#0E24 +/rvocalicbengali 16#098B +/rvocalicdeva 16#090B +/rvocalicgujarati 16#0A8B +/rvocalicvowelsignbengali 16#09C3 +/rvocalicvowelsigndeva 16#0943 +/rvocalicvowelsigngujarati 16#0AC3 +/s 16#0073 +/sabengali 16#09B8 +/sacute 16#015B +/sacutedotaccent 16#1E65 +/sadarabic 16#0635 +/sadeva 16#0938 +/sadfinalarabic 16#FEBA +/sadinitialarabic 16#FEBB +/sadmedialarabic 16#FEBC +/sagujarati 16#0AB8 +/sagurmukhi 16#0A38 +/sahiragana 16#3055 +/sakatakana 16#30B5 +/sakatakanahalfwidth 16#FF7B +/sallallahoualayhewasallamarabic 16#FDFA +/samekh 16#05E1 +/samekhdagesh 16#FB41 +/samekhdageshhebrew 16#FB41 +/samekhhebrew 16#05E1 +/saraaathai 16#0E32 +/saraaethai 16#0E41 +/saraaimaimalaithai 16#0E44 +/saraaimaimuanthai 16#0E43 +/saraamthai 16#0E33 +/saraathai 16#0E30 +/saraethai 16#0E40 +/saraiileftthai 16#F886 +/saraiithai 16#0E35 +/saraileftthai 16#F885 +/saraithai 16#0E34 +/saraothai 16#0E42 +/saraueeleftthai 16#F888 +/saraueethai 16#0E37 +/saraueleftthai 16#F887 +/sarauethai 16#0E36 +/sarauthai 16#0E38 +/sarauuthai 16#0E39 +/sbopomofo 16#3119 +/scaron 16#0161 +/scarondotaccent 16#1E67 +/scedilla 16#015F +/schwa 16#0259 +/schwacyrillic 16#04D9 +/schwadieresiscyrillic 16#04DB +/schwahook 16#025A +/scircle 16#24E2 +/scircumflex 16#015D +/scommaaccent 16#0219 +/sdotaccent 16#1E61 +/sdotbelow 16#1E63 +/sdotbelowdotaccent 16#1E69 +/seagullbelowcmb 16#033C +/second 16#2033 +/secondtonechinese 16#02CA +/section 16#00A7 +/seenarabic 16#0633 +/seenfinalarabic 16#FEB2 +/seeninitialarabic 16#FEB3 +/seenmedialarabic 16#FEB4 +/segol 16#05B6 +/segol13 16#05B6 +/segol1f 16#05B6 +/segol2c 16#05B6 +/segolhebrew 16#05B6 +/segolnarrowhebrew 16#05B6 +/segolquarterhebrew 16#05B6 +/segoltahebrew 16#0592 +/segolwidehebrew 16#05B6 +/seharmenian 16#057D +/sehiragana 16#305B +/sekatakana 16#30BB +/sekatakanahalfwidth 16#FF7E +/semicolon 16#003B +/semicolonarabic 16#061B +/semicolonmonospace 16#FF1B +/semicolonsmall 16#FE54 +/semivoicedmarkkana 16#309C +/semivoicedmarkkanahalfwidth 16#FF9F +/sentisquare 16#3322 +/sentosquare 16#3323 +/seven 16#0037 +/sevenarabic 16#0667 +/sevenbengali 16#09ED +/sevencircle 16#2466 +/sevencircleinversesansserif 16#2790 +/sevendeva 16#096D +/seveneighths 16#215E +/sevengujarati 16#0AED +/sevengurmukhi 16#0A6D +/sevenhackarabic 16#0667 +/sevenhangzhou 16#3027 +/sevenideographicparen 16#3226 +/seveninferior 16#2087 +/sevenmonospace 16#FF17 +/sevenoldstyle 16#F737 +/sevenparen 16#247A +/sevenperiod 16#248E +/sevenpersian 16#06F7 +/sevenroman 16#2176 +/sevensuperior 16#2077 +/seventeencircle 16#2470 +/seventeenparen 16#2484 +/seventeenperiod 16#2498 +/seventhai 16#0E57 +/sfthyphen 16#00AD +/shaarmenian 16#0577 +/shabengali 16#09B6 +/shacyrillic 16#0448 +/shaddaarabic 16#0651 +/shaddadammaarabic 16#FC61 +/shaddadammatanarabic 16#FC5E +/shaddafathaarabic 16#FC60 +% /shaddafathatanarabic 16#0651 16#064B +/shaddakasraarabic 16#FC62 +/shaddakasratanarabic 16#FC5F +/shade 16#2592 +/shadedark 16#2593 +/shadelight 16#2591 +/shademedium 16#2592 +/shadeva 16#0936 +/shagujarati 16#0AB6 +/shagurmukhi 16#0A36 +/shalshelethebrew 16#0593 +/shbopomofo 16#3115 +/shchacyrillic 16#0449 +/sheenarabic 16#0634 +/sheenfinalarabic 16#FEB6 +/sheeninitialarabic 16#FEB7 +/sheenmedialarabic 16#FEB8 +/sheicoptic 16#03E3 +/sheqel 16#20AA +/sheqelhebrew 16#20AA +/sheva 16#05B0 +/sheva115 16#05B0 +/sheva15 16#05B0 +/sheva22 16#05B0 +/sheva2e 16#05B0 +/shevahebrew 16#05B0 +/shevanarrowhebrew 16#05B0 +/shevaquarterhebrew 16#05B0 +/shevawidehebrew 16#05B0 +/shhacyrillic 16#04BB +/shimacoptic 16#03ED +/shin 16#05E9 +/shindagesh 16#FB49 +/shindageshhebrew 16#FB49 +/shindageshshindot 16#FB2C +/shindageshshindothebrew 16#FB2C +/shindageshsindot 16#FB2D +/shindageshsindothebrew 16#FB2D +/shindothebrew 16#05C1 +/shinhebrew 16#05E9 +/shinshindot 16#FB2A +/shinshindothebrew 16#FB2A +/shinsindot 16#FB2B +/shinsindothebrew 16#FB2B +/shook 16#0282 +/sigma 16#03C3 +/sigma1 16#03C2 +/sigmafinal 16#03C2 +/sigmalunatesymbolgreek 16#03F2 +/sihiragana 16#3057 +/sikatakana 16#30B7 +/sikatakanahalfwidth 16#FF7C +/siluqhebrew 16#05BD +/siluqlefthebrew 16#05BD +/similar 16#223C +/sindothebrew 16#05C2 +/siosacirclekorean 16#3274 +/siosaparenkorean 16#3214 +/sioscieuckorean 16#317E +/sioscirclekorean 16#3266 +/sioskiyeokkorean 16#317A +/sioskorean 16#3145 +/siosnieunkorean 16#317B +/siosparenkorean 16#3206 +/siospieupkorean 16#317D +/siostikeutkorean 16#317C +/six 16#0036 +/sixarabic 16#0666 +/sixbengali 16#09EC +/sixcircle 16#2465 +/sixcircleinversesansserif 16#278F +/sixdeva 16#096C +/sixgujarati 16#0AEC +/sixgurmukhi 16#0A6C +/sixhackarabic 16#0666 +/sixhangzhou 16#3026 +/sixideographicparen 16#3225 +/sixinferior 16#2086 +/sixmonospace 16#FF16 +/sixoldstyle 16#F736 +/sixparen 16#2479 +/sixperiod 16#248D +/sixpersian 16#06F6 +/sixroman 16#2175 +/sixsuperior 16#2076 +/sixteencircle 16#246F +/sixteencurrencydenominatorbengali 16#09F9 +/sixteenparen 16#2483 +/sixteenperiod 16#2497 +/sixthai 16#0E56 +/slash 16#002F +/slashmonospace 16#FF0F +/slong 16#017F +/slongdotaccent 16#1E9B +/smileface 16#263A +/smonospace 16#FF53 +/sofpasuqhebrew 16#05C3 +/softhyphen 16#00AD +/softsigncyrillic 16#044C +/sohiragana 16#305D +/sokatakana 16#30BD +/sokatakanahalfwidth 16#FF7F +/soliduslongoverlaycmb 16#0338 +/solidusshortoverlaycmb 16#0337 +/sorusithai 16#0E29 +/sosalathai 16#0E28 +/sosothai 16#0E0B +/sosuathai 16#0E2A +/space 16#0020 +/spacehackarabic 16#0020 +/spade 16#2660 +/spadesuitblack 16#2660 +/spadesuitwhite 16#2664 +/sparen 16#24AE +/squarebelowcmb 16#033B +/squarecc 16#33C4 +/squarecm 16#339D +/squarediagonalcrosshatchfill 16#25A9 +/squarehorizontalfill 16#25A4 +/squarekg 16#338F +/squarekm 16#339E +/squarekmcapital 16#33CE +/squareln 16#33D1 +/squarelog 16#33D2 +/squaremg 16#338E +/squaremil 16#33D5 +/squaremm 16#339C +/squaremsquared 16#33A1 +/squareorthogonalcrosshatchfill 16#25A6 +/squareupperlefttolowerrightfill 16#25A7 +/squareupperrighttolowerleftfill 16#25A8 +/squareverticalfill 16#25A5 +/squarewhitewithsmallblack 16#25A3 +/srsquare 16#33DB +/ssabengali 16#09B7 +/ssadeva 16#0937 +/ssagujarati 16#0AB7 +/ssangcieuckorean 16#3149 +/ssanghieuhkorean 16#3185 +/ssangieungkorean 16#3180 +/ssangkiyeokkorean 16#3132 +/ssangnieunkorean 16#3165 +/ssangpieupkorean 16#3143 +/ssangsioskorean 16#3146 +/ssangtikeutkorean 16#3138 +/ssuperior 16#F6F2 +/sterling 16#00A3 +/sterlingmonospace 16#FFE1 +/strokelongoverlaycmb 16#0336 +/strokeshortoverlaycmb 16#0335 +/subset 16#2282 +/subsetnotequal 16#228A +/subsetorequal 16#2286 +/succeeds 16#227B +/suchthat 16#220B +/suhiragana 16#3059 +/sukatakana 16#30B9 +/sukatakanahalfwidth 16#FF7D +/sukunarabic 16#0652 +/summation 16#2211 +/sun 16#263C +/superset 16#2283 +/supersetnotequal 16#228B +/supersetorequal 16#2287 +/svsquare 16#33DC +/syouwaerasquare 16#337C +/t 16#0074 +/tabengali 16#09A4 +/tackdown 16#22A4 +/tackleft 16#22A3 +/tadeva 16#0924 +/tagujarati 16#0AA4 +/tagurmukhi 16#0A24 +/taharabic 16#0637 +/tahfinalarabic 16#FEC2 +/tahinitialarabic 16#FEC3 +/tahiragana 16#305F +/tahmedialarabic 16#FEC4 +/taisyouerasquare 16#337D +/takatakana 16#30BF +/takatakanahalfwidth 16#FF80 +/tatweelarabic 16#0640 +/tau 16#03C4 +/tav 16#05EA +/tavdages 16#FB4A +/tavdagesh 16#FB4A +/tavdageshhebrew 16#FB4A +/tavhebrew 16#05EA +/tbar 16#0167 +/tbopomofo 16#310A +/tcaron 16#0165 +/tccurl 16#02A8 +/tcedilla 16#0163 +/tcheharabic 16#0686 +/tchehfinalarabic 16#FB7B +/tchehinitialarabic 16#FB7C +/tchehmedialarabic 16#FB7D +% /tchehmeeminitialarabic 16#FB7C 16#FEE4 +/tcircle 16#24E3 +/tcircumflexbelow 16#1E71 +/tcommaaccent 16#0163 +/tdieresis 16#1E97 +/tdotaccent 16#1E6B +/tdotbelow 16#1E6D +/tecyrillic 16#0442 +/tedescendercyrillic 16#04AD +/teharabic 16#062A +/tehfinalarabic 16#FE96 +/tehhahinitialarabic 16#FCA2 +/tehhahisolatedarabic 16#FC0C +/tehinitialarabic 16#FE97 +/tehiragana 16#3066 +/tehjeeminitialarabic 16#FCA1 +/tehjeemisolatedarabic 16#FC0B +/tehmarbutaarabic 16#0629 +/tehmarbutafinalarabic 16#FE94 +/tehmedialarabic 16#FE98 +/tehmeeminitialarabic 16#FCA4 +/tehmeemisolatedarabic 16#FC0E +/tehnoonfinalarabic 16#FC73 +/tekatakana 16#30C6 +/tekatakanahalfwidth 16#FF83 +/telephone 16#2121 +/telephoneblack 16#260E +/telishagedolahebrew 16#05A0 +/telishaqetanahebrew 16#05A9 +/tencircle 16#2469 +/tenideographicparen 16#3229 +/tenparen 16#247D +/tenperiod 16#2491 +/tenroman 16#2179 +/tesh 16#02A7 +/tet 16#05D8 +/tetdagesh 16#FB38 +/tetdageshhebrew 16#FB38 +/tethebrew 16#05D8 +/tetsecyrillic 16#04B5 +/tevirhebrew 16#059B +/tevirlefthebrew 16#059B +/thabengali 16#09A5 +/thadeva 16#0925 +/thagujarati 16#0AA5 +/thagurmukhi 16#0A25 +/thalarabic 16#0630 +/thalfinalarabic 16#FEAC +/thanthakhatlowleftthai 16#F898 +/thanthakhatlowrightthai 16#F897 +/thanthakhatthai 16#0E4C +/thanthakhatupperleftthai 16#F896 +/theharabic 16#062B +/thehfinalarabic 16#FE9A +/thehinitialarabic 16#FE9B +/thehmedialarabic 16#FE9C +/thereexists 16#2203 +/therefore 16#2234 +/theta 16#03B8 +/theta1 16#03D1 +/thetasymbolgreek 16#03D1 +/thieuthacirclekorean 16#3279 +/thieuthaparenkorean 16#3219 +/thieuthcirclekorean 16#326B +/thieuthkorean 16#314C +/thieuthparenkorean 16#320B +/thirteencircle 16#246C +/thirteenparen 16#2480 +/thirteenperiod 16#2494 +/thonangmonthothai 16#0E11 +/thook 16#01AD +/thophuthaothai 16#0E12 +/thorn 16#00FE +/thothahanthai 16#0E17 +/thothanthai 16#0E10 +/thothongthai 16#0E18 +/thothungthai 16#0E16 +/thousandcyrillic 16#0482 +/thousandsseparatorarabic 16#066C +/thousandsseparatorpersian 16#066C +/three 16#0033 +/threearabic 16#0663 +/threebengali 16#09E9 +/threecircle 16#2462 +/threecircleinversesansserif 16#278C +/threedeva 16#0969 +/threeeighths 16#215C +/threegujarati 16#0AE9 +/threegurmukhi 16#0A69 +/threehackarabic 16#0663 +/threehangzhou 16#3023 +/threeideographicparen 16#3222 +/threeinferior 16#2083 +/threemonospace 16#FF13 +/threenumeratorbengali 16#09F6 +/threeoldstyle 16#F733 +/threeparen 16#2476 +/threeperiod 16#248A +/threepersian 16#06F3 +/threequarters 16#00BE +/threequartersemdash 16#F6DE +/threeroman 16#2172 +/threesuperior 16#00B3 +/threethai 16#0E53 +/thzsquare 16#3394 +/tihiragana 16#3061 +/tikatakana 16#30C1 +/tikatakanahalfwidth 16#FF81 +/tikeutacirclekorean 16#3270 +/tikeutaparenkorean 16#3210 +/tikeutcirclekorean 16#3262 +/tikeutkorean 16#3137 +/tikeutparenkorean 16#3202 +/tilde 16#02DC +/tildebelowcmb 16#0330 +/tildecmb 16#0303 +/tildecomb 16#0303 +/tildedoublecmb 16#0360 +/tildeoperator 16#223C +/tildeoverlaycmb 16#0334 +/tildeverticalcmb 16#033E +/timescircle 16#2297 +/tipehahebrew 16#0596 +/tipehalefthebrew 16#0596 +/tippigurmukhi 16#0A70 +/titlocyrilliccmb 16#0483 +/tiwnarmenian 16#057F +/tlinebelow 16#1E6F +/tmonospace 16#FF54 +/toarmenian 16#0569 +/tohiragana 16#3068 +/tokatakana 16#30C8 +/tokatakanahalfwidth 16#FF84 +/tonebarextrahighmod 16#02E5 +/tonebarextralowmod 16#02E9 +/tonebarhighmod 16#02E6 +/tonebarlowmod 16#02E8 +/tonebarmidmod 16#02E7 +/tonefive 16#01BD +/tonesix 16#0185 +/tonetwo 16#01A8 +/tonos 16#0384 +/tonsquare 16#3327 +/topatakthai 16#0E0F +/tortoiseshellbracketleft 16#3014 +/tortoiseshellbracketleftsmall 16#FE5D +/tortoiseshellbracketleftvertical 16#FE39 +/tortoiseshellbracketright 16#3015 +/tortoiseshellbracketrightsmall 16#FE5E +/tortoiseshellbracketrightvertical 16#FE3A +/totaothai 16#0E15 +/tpalatalhook 16#01AB +/tparen 16#24AF +/trademark 16#2122 +/trademarksans 16#F8EA +/trademarkserif 16#F6DB +/tretroflexhook 16#0288 +/triagdn 16#25BC +/triaglf 16#25C4 +/triagrt 16#25BA +/triagup 16#25B2 +/ts 16#02A6 +/tsadi 16#05E6 +/tsadidagesh 16#FB46 +/tsadidageshhebrew 16#FB46 +/tsadihebrew 16#05E6 +/tsecyrillic 16#0446 +/tsere 16#05B5 +/tsere12 16#05B5 +/tsere1e 16#05B5 +/tsere2b 16#05B5 +/tserehebrew 16#05B5 +/tserenarrowhebrew 16#05B5 +/tserequarterhebrew 16#05B5 +/tserewidehebrew 16#05B5 +/tshecyrillic 16#045B +/tsuperior 16#F6F3 +/ttabengali 16#099F +/ttadeva 16#091F +/ttagujarati 16#0A9F +/ttagurmukhi 16#0A1F +/tteharabic 16#0679 +/ttehfinalarabic 16#FB67 +/ttehinitialarabic 16#FB68 +/ttehmedialarabic 16#FB69 +/tthabengali 16#09A0 +/tthadeva 16#0920 +/tthagujarati 16#0AA0 +/tthagurmukhi 16#0A20 +/tturned 16#0287 +/tuhiragana 16#3064 +/tukatakana 16#30C4 +/tukatakanahalfwidth 16#FF82 +/tusmallhiragana 16#3063 +/tusmallkatakana 16#30C3 +/tusmallkatakanahalfwidth 16#FF6F +/twelvecircle 16#246B +/twelveparen 16#247F +/twelveperiod 16#2493 +/twelveroman 16#217B +/twentycircle 16#2473 +/twentyhangzhou 16#5344 +/twentyparen 16#2487 +/twentyperiod 16#249B +/two 16#0032 +/twoarabic 16#0662 +/twobengali 16#09E8 +/twocircle 16#2461 +/twocircleinversesansserif 16#278B +/twodeva 16#0968 +/twodotenleader 16#2025 +/twodotleader 16#2025 +/twodotleadervertical 16#FE30 +/twogujarati 16#0AE8 +/twogurmukhi 16#0A68 +/twohackarabic 16#0662 +/twohangzhou 16#3022 +/twoideographicparen 16#3221 +/twoinferior 16#2082 +/twomonospace 16#FF12 +/twonumeratorbengali 16#09F5 +/twooldstyle 16#F732 +/twoparen 16#2475 +/twoperiod 16#2489 +/twopersian 16#06F2 +/tworoman 16#2171 +/twostroke 16#01BB +/twosuperior 16#00B2 +/twothai 16#0E52 +/twothirds 16#2154 +/u 16#0075 +/uacute 16#00FA +/ubar 16#0289 +/ubengali 16#0989 +/ubopomofo 16#3128 +/ubreve 16#016D +/ucaron 16#01D4 +/ucircle 16#24E4 +/ucircumflex 16#00FB +/ucircumflexbelow 16#1E77 +/ucyrillic 16#0443 +/udattadeva 16#0951 +/udblacute 16#0171 +/udblgrave 16#0215 +/udeva 16#0909 +/udieresis 16#00FC +/udieresisacute 16#01D8 +/udieresisbelow 16#1E73 +/udieresiscaron 16#01DA +/udieresiscyrillic 16#04F1 +/udieresisgrave 16#01DC +/udieresismacron 16#01D6 +/udotbelow 16#1EE5 +/ugrave 16#00F9 +/ugujarati 16#0A89 +/ugurmukhi 16#0A09 +/uhiragana 16#3046 +/uhookabove 16#1EE7 +/uhorn 16#01B0 +/uhornacute 16#1EE9 +/uhorndotbelow 16#1EF1 +/uhorngrave 16#1EEB +/uhornhookabove 16#1EED +/uhorntilde 16#1EEF +/uhungarumlaut 16#0171 +/uhungarumlautcyrillic 16#04F3 +/uinvertedbreve 16#0217 +/ukatakana 16#30A6 +/ukatakanahalfwidth 16#FF73 +/ukcyrillic 16#0479 +/ukorean 16#315C +/umacron 16#016B +/umacroncyrillic 16#04EF +/umacrondieresis 16#1E7B +/umatragurmukhi 16#0A41 +/umonospace 16#FF55 +/underscore 16#005F +/underscoredbl 16#2017 +/underscoremonospace 16#FF3F +/underscorevertical 16#FE33 +/underscorewavy 16#FE4F +/union 16#222A +/universal 16#2200 +/uogonek 16#0173 +/uparen 16#24B0 +/upblock 16#2580 +/upperdothebrew 16#05C4 +/upsilon 16#03C5 +/upsilondieresis 16#03CB +/upsilondieresistonos 16#03B0 +/upsilonlatin 16#028A +/upsilontonos 16#03CD +/uptackbelowcmb 16#031D +/uptackmod 16#02D4 +/uragurmukhi 16#0A73 +/uring 16#016F +/ushortcyrillic 16#045E +/usmallhiragana 16#3045 +/usmallkatakana 16#30A5 +/usmallkatakanahalfwidth 16#FF69 +/ustraightcyrillic 16#04AF +/ustraightstrokecyrillic 16#04B1 +/utilde 16#0169 +/utildeacute 16#1E79 +/utildebelow 16#1E75 +/uubengali 16#098A +/uudeva 16#090A +/uugujarati 16#0A8A +/uugurmukhi 16#0A0A +/uumatragurmukhi 16#0A42 +/uuvowelsignbengali 16#09C2 +/uuvowelsigndeva 16#0942 +/uuvowelsigngujarati 16#0AC2 +/uvowelsignbengali 16#09C1 +/uvowelsigndeva 16#0941 +/uvowelsigngujarati 16#0AC1 +/v 16#0076 +/vadeva 16#0935 +/vagujarati 16#0AB5 +/vagurmukhi 16#0A35 +/vakatakana 16#30F7 +/vav 16#05D5 +/vavdagesh 16#FB35 +/vavdagesh65 16#FB35 +/vavdageshhebrew 16#FB35 +/vavhebrew 16#05D5 +/vavholam 16#FB4B +/vavholamhebrew 16#FB4B +/vavvavhebrew 16#05F0 +/vavyodhebrew 16#05F1 +/vcircle 16#24E5 +/vdotbelow 16#1E7F +/vecyrillic 16#0432 +/veharabic 16#06A4 +/vehfinalarabic 16#FB6B +/vehinitialarabic 16#FB6C +/vehmedialarabic 16#FB6D +/vekatakana 16#30F9 +/venus 16#2640 +/verticalbar 16#007C +/verticallineabovecmb 16#030D +/verticallinebelowcmb 16#0329 +/verticallinelowmod 16#02CC +/verticallinemod 16#02C8 +/vewarmenian 16#057E +/vhook 16#028B +/vikatakana 16#30F8 +/viramabengali 16#09CD +/viramadeva 16#094D +/viramagujarati 16#0ACD +/visargabengali 16#0983 +/visargadeva 16#0903 +/visargagujarati 16#0A83 +/vmonospace 16#FF56 +/voarmenian 16#0578 +/voicediterationhiragana 16#309E +/voicediterationkatakana 16#30FE +/voicedmarkkana 16#309B +/voicedmarkkanahalfwidth 16#FF9E +/vokatakana 16#30FA +/vparen 16#24B1 +/vtilde 16#1E7D +/vturned 16#028C +/vuhiragana 16#3094 +/vukatakana 16#30F4 +/w 16#0077 +/wacute 16#1E83 +/waekorean 16#3159 +/wahiragana 16#308F +/wakatakana 16#30EF +/wakatakanahalfwidth 16#FF9C +/wakorean 16#3158 +/wasmallhiragana 16#308E +/wasmallkatakana 16#30EE +/wattosquare 16#3357 +/wavedash 16#301C +/wavyunderscorevertical 16#FE34 +/wawarabic 16#0648 +/wawfinalarabic 16#FEEE +/wawhamzaabovearabic 16#0624 +/wawhamzaabovefinalarabic 16#FE86 +/wbsquare 16#33DD +/wcircle 16#24E6 +/wcircumflex 16#0175 +/wdieresis 16#1E85 +/wdotaccent 16#1E87 +/wdotbelow 16#1E89 +/wehiragana 16#3091 +/weierstrass 16#2118 +/wekatakana 16#30F1 +/wekorean 16#315E +/weokorean 16#315D +/wgrave 16#1E81 +/whitebullet 16#25E6 +/whitecircle 16#25CB +/whitecircleinverse 16#25D9 +/whitecornerbracketleft 16#300E +/whitecornerbracketleftvertical 16#FE43 +/whitecornerbracketright 16#300F +/whitecornerbracketrightvertical 16#FE44 +/whitediamond 16#25C7 +/whitediamondcontainingblacksmalldiamond 16#25C8 +/whitedownpointingsmalltriangle 16#25BF +/whitedownpointingtriangle 16#25BD +/whiteleftpointingsmalltriangle 16#25C3 +/whiteleftpointingtriangle 16#25C1 +/whitelenticularbracketleft 16#3016 +/whitelenticularbracketright 16#3017 +/whiterightpointingsmalltriangle 16#25B9 +/whiterightpointingtriangle 16#25B7 +/whitesmallsquare 16#25AB +/whitesmilingface 16#263A +/whitesquare 16#25A1 +/whitestar 16#2606 +/whitetelephone 16#260F +/whitetortoiseshellbracketleft 16#3018 +/whitetortoiseshellbracketright 16#3019 +/whiteuppointingsmalltriangle 16#25B5 +/whiteuppointingtriangle 16#25B3 +/wihiragana 16#3090 +/wikatakana 16#30F0 +/wikorean 16#315F +/wmonospace 16#FF57 +/wohiragana 16#3092 +/wokatakana 16#30F2 +/wokatakanahalfwidth 16#FF66 +/won 16#20A9 +/wonmonospace 16#FFE6 +/wowaenthai 16#0E27 +/wparen 16#24B2 +/wring 16#1E98 +/wsuperior 16#02B7 +/wturned 16#028D +/wynn 16#01BF +/x 16#0078 +/xabovecmb 16#033D +/xbopomofo 16#3112 +/xcircle 16#24E7 +/xdieresis 16#1E8D +/xdotaccent 16#1E8B +/xeharmenian 16#056D +/xi 16#03BE +/xmonospace 16#FF58 +/xparen 16#24B3 +/xsuperior 16#02E3 +/y 16#0079 +/yaadosquare 16#334E +/yabengali 16#09AF +/yacute 16#00FD +/yadeva 16#092F +/yaekorean 16#3152 +/yagujarati 16#0AAF +/yagurmukhi 16#0A2F +/yahiragana 16#3084 +/yakatakana 16#30E4 +/yakatakanahalfwidth 16#FF94 +/yakorean 16#3151 +/yamakkanthai 16#0E4E +/yasmallhiragana 16#3083 +/yasmallkatakana 16#30E3 +/yasmallkatakanahalfwidth 16#FF6C +/yatcyrillic 16#0463 +/ycircle 16#24E8 +/ycircumflex 16#0177 +/ydieresis 16#00FF +/ydotaccent 16#1E8F +/ydotbelow 16#1EF5 +/yeharabic 16#064A +/yehbarreearabic 16#06D2 +/yehbarreefinalarabic 16#FBAF +/yehfinalarabic 16#FEF2 +/yehhamzaabovearabic 16#0626 +/yehhamzaabovefinalarabic 16#FE8A +/yehhamzaaboveinitialarabic 16#FE8B +/yehhamzaabovemedialarabic 16#FE8C +/yehinitialarabic 16#FEF3 +/yehmedialarabic 16#FEF4 +/yehmeeminitialarabic 16#FCDD +/yehmeemisolatedarabic 16#FC58 +/yehnoonfinalarabic 16#FC94 +/yehthreedotsbelowarabic 16#06D1 +/yekorean 16#3156 +/yen 16#00A5 +/yenmonospace 16#FFE5 +/yeokorean 16#3155 +/yeorinhieuhkorean 16#3186 +/yerahbenyomohebrew 16#05AA +/yerahbenyomolefthebrew 16#05AA +/yericyrillic 16#044B +/yerudieresiscyrillic 16#04F9 +/yesieungkorean 16#3181 +/yesieungpansioskorean 16#3183 +/yesieungsioskorean 16#3182 +/yetivhebrew 16#059A +/ygrave 16#1EF3 +/yhook 16#01B4 +/yhookabove 16#1EF7 +/yiarmenian 16#0575 +/yicyrillic 16#0457 +/yikorean 16#3162 +/yinyang 16#262F +/yiwnarmenian 16#0582 +/ymonospace 16#FF59 +/yod 16#05D9 +/yoddagesh 16#FB39 +/yoddageshhebrew 16#FB39 +/yodhebrew 16#05D9 +/yodyodhebrew 16#05F2 +/yodyodpatahhebrew 16#FB1F +/yohiragana 16#3088 +/yoikorean 16#3189 +/yokatakana 16#30E8 +/yokatakanahalfwidth 16#FF96 +/yokorean 16#315B +/yosmallhiragana 16#3087 +/yosmallkatakana 16#30E7 +/yosmallkatakanahalfwidth 16#FF6E +/yotgreek 16#03F3 +/yoyaekorean 16#3188 +/yoyakorean 16#3187 +/yoyakthai 16#0E22 +/yoyingthai 16#0E0D +/yparen 16#24B4 +/ypogegrammeni 16#037A +/ypogegrammenigreekcmb 16#0345 +/yr 16#01A6 +/yring 16#1E99 +/ysuperior 16#02B8 +/ytilde 16#1EF9 +/yturned 16#028E +/yuhiragana 16#3086 +/yuikorean 16#318C +/yukatakana 16#30E6 +/yukatakanahalfwidth 16#FF95 +/yukorean 16#3160 +/yusbigcyrillic 16#046B +/yusbigiotifiedcyrillic 16#046D +/yuslittlecyrillic 16#0467 +/yuslittleiotifiedcyrillic 16#0469 +/yusmallhiragana 16#3085 +/yusmallkatakana 16#30E5 +/yusmallkatakanahalfwidth 16#FF6D +/yuyekorean 16#318B +/yuyeokorean 16#318A +/yyabengali 16#09DF +/yyadeva 16#095F +/z 16#007A +/zaarmenian 16#0566 +/zacute 16#017A +/zadeva 16#095B +/zagurmukhi 16#0A5B +/zaharabic 16#0638 +/zahfinalarabic 16#FEC6 +/zahinitialarabic 16#FEC7 +/zahiragana 16#3056 +/zahmedialarabic 16#FEC8 +/zainarabic 16#0632 +/zainfinalarabic 16#FEB0 +/zakatakana 16#30B6 +/zaqefgadolhebrew 16#0595 +/zaqefqatanhebrew 16#0594 +/zarqahebrew 16#0598 +/zayin 16#05D6 +/zayindagesh 16#FB36 +/zayindageshhebrew 16#FB36 +/zayinhebrew 16#05D6 +/zbopomofo 16#3117 +/zcaron 16#017E +/zcircle 16#24E9 +/zcircumflex 16#1E91 +/zcurl 16#0291 +/zdot 16#017C +/zdotaccent 16#017C +/zdotbelow 16#1E93 +/zecyrillic 16#0437 +/zedescendercyrillic 16#0499 +/zedieresiscyrillic 16#04DF +/zehiragana 16#305C +/zekatakana 16#30BC +/zero 16#0030 +/zeroarabic 16#0660 +/zerobengali 16#09E6 +/zerodeva 16#0966 +/zerogujarati 16#0AE6 +/zerogurmukhi 16#0A66 +/zerohackarabic 16#0660 +/zeroinferior 16#2080 +/zeromonospace 16#FF10 +/zerooldstyle 16#F730 +/zeropersian 16#06F0 +/zerosuperior 16#2070 +/zerothai 16#0E50 +/zerowidthjoiner 16#FEFF +/zerowidthnonjoiner 16#200C +/zerowidthspace 16#200B +/zeta 16#03B6 +/zhbopomofo 16#3113 +/zhearmenian 16#056A +/zhebrevecyrillic 16#04C2 +/zhecyrillic 16#0436 +/zhedescendercyrillic 16#0497 +/zhedieresiscyrillic 16#04DD +/zihiragana 16#3058 +/zikatakana 16#30B8 +/zinorhebrew 16#05AE +/zlinebelow 16#1E95 +/zmonospace 16#FF5A +/zohiragana 16#305E +/zokatakana 16#30BE +/zparen 16#24B5 +/zretroflexhook 16#0290 +/zstroke 16#01B6 +/zuhiragana 16#305A +/zukatakana 16#30BA +.dicttomark readonly def + +/ReverseAdobeGlyphList mark + 16#F769 [/Ismall] + 16#263B [/invsmileface /blacksmilingface] + 16#FB48 [/reshdageshhebrew] + 16#A1A [/cagurmukhi] + 16#183 [/btopbar] + 16#F8EC [/parenleftex] + 16#3055 [/sahiragana] + 16#FF27 [/Gmonospace] + 16#562 [/benarmenian] + 16#FCCB [/lamkhahinitialarabic] + 16#2562 [/SF200000] + 16#306 [/brevecmb] + 16#941 [/uvowelsigndeva] + 16#20AA [/sheqelhebrew /sheqel /newsheqelsign /afii57636] + 16#AA [/ordfeminine] + 16#FE4E [/lowlinecenterline] + 16#1E4E [/Otildedieresis] + 16#2489 [/twoperiod] + 16#AC4 [/rrvocalicvowelsigngujarati] + 16#60C [/commaarabic /afii57388] + 16#3B0 [/upsilondieresistonos] + 16#9EB [/fivebengali] + 16#2154 [/twothirds] + 16#154 [/Racute] + 16#3026 [/sixhangzhou] + 16#278F [/sixcircleinversesansserif] + 16#FEF8 [/lamalefhamzaabovefinalarabic] + 16#1EF8 [/Ytilde] + 16#533 [/Gimarmenian] + 16#2D7 [/minusmod] + 16#912 [/oshortdeva] + 16#7B [/braceleft] + 16#F7E4 [/Adieresissmall] + 16#1E1F [/fdotaccent] + 16#45A [/njecyrillic /afii10107] + 16#A95 [/kagujarati] + 16#1FE [/Ostrokeacute /Oslashacute] + 16#30D0 [/bakatakana] + 16#5DD [/finalmemhebrew /finalmem /afii57677] + 16#9BC [/nuktabengali] + 16#125 [/hcircumflex] + 16#F88E [/maitholowrightthai] + 16#1EC9 [/ihookabove] + 16#FC6D [/behnoonfinalarabic] + 16#33D6 [/molsquare] + 16#2A8 [/tccurl] + 16#317A [/sioskiyeokkorean] + 16#4C [/L] + 16#42B [/Yericyrillic /afii10045] + 16#FB94 [/gafinitialarabic] + 16#A66 [/zerogurmukhi] + 16#21CF [/arrowrightdblstroke] + 16#1CF [/Icaron] + 16#30A1 [/asmallkatakana] + 16#FF73 [/ukatakanahalfwidth] + 16#F6DC [/onefitted] + 16#E45 [/lakkhangyaothai] + 16#5AE [/zinorhebrew] + 16#3224 [/fiveideographicparen] + 16#F6 [/odieresis] + 16#FE9A [/thehfinalarabic] + 16#1E9A [/arighthalfring] + 16#24D5 [/fcircle] + 16#4D5 [/aiecyrillic] + 16#33A7 [/moverssquare] + 16#279 [/rturned] + 16#2279 [/notgreaternorless] + 16#314B [/khieukhkorean] + 16#1D [/controlGS] + 16#201D [/quotedblright] + 16#1A0 [/Ohorn] + 16#3072 [/hihiragana] + 16#FF44 [/dmonospace] + 16#E16 [/thothungthai] + 16#57F [/tiwnarmenian] + 16#323 [/dotbelowcomb /dotbelowcmb] + 16#95E [/fadeva] + 16#C7 [/Ccedilla] + 16#1E6B [/tdotaccent] + 16#FE6B [/atsmall] + 16#24A6 [/kparen] + 16#4A6 [/Pemiddlehookcyrillic] + 16#311C [/ebopomofo] + 16#629 [/tehmarbutaarabic /afii57417] + 16#3CD [/upsilontonos] + 16#FB36 [/zayindageshhebrew /zayindagesh] + 16#A08 [/iigurmukhi] + 16#2171 [/tworoman] + 16#171 [/udblacute /uhungarumlaut] + 16#3043 [/ismallhiragana] + 16#FF15 [/fivemonospace] + 16#2550 [/SF430000] + 16#550 [/Reharmenian] + 16#92F [/yadeva] + 16#FE3C [/blacklenticularbracketrightvertical] + 16#1E3C [/Lcircumflexbelow] + 16#477 [/izhitsadblgravecyrillic] + 16#2477 [/fourparen] + 16#3349 [/mirisquare] + 16#AB2 [/lagujarati] + 16#30ED [/rokatakana] + 16#39E [/Xi] + 16#3270 [/tikeutacirclekorean] + 16#142 [/lslash] + 16#3014 [/tortoiseshellbracketleft] + 16#FEE6 [/noonfinalarabic] + 16#1EE6 [/Uhookabove] + 16#2C5 [/arrowheaddownmod] + 16#22C5 [/dotmath] + 16#69 [/i] + 16#6A4 [/veharabic /afii57505] + 16#1E0D [/ddotbelow] + 16#448 [/shacyrillic /afii10090] + 16#A83 [/visargagujarati] + 16#1EC [/Oogonekmacron] + 16#30BE [/zokatakana] + 16#FF90 [/mikatakanahalfwidth] + 16#F6F9 [/Lslashsmall] + 16#25CB [/whitecircle /circle] + 16#9AA [/pabengali] + 16#2113 [/lsquare /afii61289] + 16#113 [/emacron] + 16#FEB7 [/sheeninitialarabic] + 16#1EB7 [/abrevedotbelow] + 16#4F2 [/Uhungarumlautcyrillic] + 16#33C4 [/squarecc] + 16#2296 [/minuscircle] + 16#296 [/glottalstopinverted] + 16#3168 [/nieunpansioskorean] + 16#203A [/guilsinglright] + 16#3A [/colon] + 16#419 [/afii10027 /Iishortcyrillic] + 16#1BD [/tonefive] + 16#308F [/wahiragana] + 16#FF61 [/periodhalfwidth] + 16#F6CA [/Caron] + 16#E33 [/saraamthai] + 16#59C [/gereshaccenthebrew] + 16#340 [/gravetonecmb] + 16#3212 [/mieumaparenkorean] + 16#E4 [/adieresis] + 16#FE88 [/alefhamzabelowfinalarabic] + 16#1E88 [/Wdotbelow] + 16#24C3 [/Ncircle] + 16#4C3 [/Kahookcyrillic] + 16#3395 [/mulsquare] + 16#2267 [/greateroverequal] + 16#267 [/henghook] + 16#3139 [/rieulkorean] + 16#200B [/zerowidthspace] + 16#B [/controlVT] + 16#F774 [/Tsmall] + 16#646 [/noonarabic /afii57446] + 16#3EA [/Gangiacoptic] + 16#A25 [/thagurmukhi] + 16#18E [/Ereversed] + 16#F8F7 [/parenrightex] + 16#3060 [/dahiragana] + 16#FF32 [/Rmonospace] + 16#E04 [/khokhwaithai] + 16#56D [/xeharmenian] + 16#311 [/breveinvertedcmb] + 16#94C [/auvowelsigndeva] + 16#B5 [/mu1 /mu] + 16#6F0 [/zeropersian] + 16#FE59 [/parenleftsmall] + 16#1E59 [/rdotaccent] + 16#2494 [/thirteenperiod] + 16#494 [/Ghemiddlehookcyrillic] + 16#310A [/tbopomofo] + 16#3BB [/lambda] + 16#328D [/ideographwoodcircle] + 16#9F6 [/threenumeratorbengali] + 16#15F [/scedilla] + 16#FF03 [/numbersignmonospace] + 16#53E [/Caarmenian] + 16#91D [/jhadeva] + 16#2086 [/sixinferior] + 16#F7EF [/Idieresissmall] + 16#6C1 [/haaltonearabic /hehaltonearabic] + 16#1E2A [/Hbrevebelow] + 16#2465 [/sixcircle] + 16#465 [/eiotifiedcyrillic] + 16#AA0 [/tthagujarati] + 16#2209 [/notelementof /notelement] + 16#209 [/idblgrave] + 16#30DB [/hokatakana] + 16#5E8 [/resh /reshhebrew /afii57688] + 16#38C [/Omicrontonos] + 16#9C7 [/evowelsignbengali] + 16#130 [/Idotaccent /Idot] + 16#F899 [/nikhahitleftthai] + 16#3002 [/ideographicperiod] + 16#FED4 [/fehmedialarabic] + 16#1ED4 [/Ocircumflexhookabove] + 16#3185 [/ssanghieuhkorean] + 16#57 [/W] + 16#436 [/zhecyrillic /afii10072] + 16#FB9F [/noonghunnafinalarabic] + 16#A71 [/addakgurmukhi] + 16#1DA [/udieresiscaron] + 16#30AC [/gakatakana] + 16#FF7E [/sekatakanahalfwidth] + 16#F6E7 [/periodinferior] + 16#E50 [/zerothai] + 16#25B9 [/whiterightpointingsmalltriangle] + 16#5B9 [/holamwidehebrew /holamquarterhebrew /holamnarrowhebrew /holamhebrew /holam32 /holam26 /holam19 /holam /afii57806] + 16#322F [/ideographicearthparen] + 16#998 [/ghabengali] + 16#101 [/amacron] + 16#1EA5 [/acircumflexacute] + 16#24E0 [/qcircle] + 16#4E0 [/Dzeabkhasiancyrillic] + 16#33B2 [/mussquare] + 16#284 [/dotlessjstrokehook] + 16#2284 [/notsubset] + 16#3156 [/yekorean] + 16#28 [/parenleft] + 16#663 [/threehackarabic /threearabic /afii57395] + 16#2663 [/clubsuitblack /club] + 16#407 [/afii10056 /Yicyrillic] + 16#A42 [/uumatragurmukhi] + 16#1AB [/tpalatalhook] + 16#307D [/pohiragana] + 16#FF4F [/omonospace] + 16#E21 [/momathai] + 16#32E [/brevebelowcmb] + 16#3200 [/kiyeokparenkorean] + 16#969 [/threedeva] + 16#D2 [/Ograve] + 16#1E76 [/Ucircumflexbelow] + 16#4B1 [/ustraightstrokecyrillic] + 16#24B1 [/vparen] + 16#3383 [/masquare] + 16#AEC [/sixgujarati] + 16#255 [/ccurl] + 16#3127 [/ibopomofo] + 16#F762 [/Bsmall] + 16#634 [/sheenarabic /afii57428] + 16#FB41 [/samekhdageshhebrew /samekhdagesh] + 16#A13 [/oogurmukhi] + 16#17C [/zdotaccent /zdot] + 16#F8E5 [/radicalex] + 16#304E [/gihiragana] + 16#FF20 [/atmonospace] + 16#55B [/emphasismarkarmenian] + 16#255B [/SF280000] + 16#20A3 [/franc] + 16#A3 [/sterling] + 16#1E47 [/ndotbelow] + 16#482 [/thousandcyrillic] + 16#2482 [/fifteenparen] + 16#2226 [/notparallel] + 16#30F8 [/vikatakana] + 16#F733 [/threeoldstyle] + 16#2605 [/blackstar] + 16#3A9 [/Omegagreek] + 16#327B [/hieuhacirclekorean] + 16#14D [/omacron] + 16#1EF1 [/uhorndotbelow] + 16#252C [/SF060000] + 16#2D0 [/colontriangularmod] + 16#90B [/rvocalicdeva] + 16#2074 [/foursuperior] + 16#74 [/t] + 16#6AF [/gafarabic /afii57509] + 16#1E18 [/Ecircumflexbelow] + 16#453 [/gjecyrillic /afii10100] + 16#30C9 [/dokatakana] + 16#FF9B [/rokatakanahalfwidth] + 16#5D6 [/zayinhebrew /zayin /afii57670] + 16#FD3F [/parenrightaltonearabic] + 16#37A [/ypogegrammeni] + 16#211E [/prescription] + 16#F887 [/saraueleftthai] + 16#11E [/Gbreve] + 16#FEC2 [/tahfinalarabic] + 16#1EC2 [/Ecircumflexhookabove] + 16#33CF [/ktsquare] + 16#2A1 [/glottalstopstroke] + 16#3173 [/pieuptikeutkorean] + 16#45 [/E] + 16#424 [/afii10038 /Efcyrillic] + 16#FB8D [/rrehfinalarabic] + 16#1C8 [/Lj] + 16#FF6C [/yasmallkatakanahalfwidth] + 16#F6D5 [/cyrflex] + 16#25A7 [/squareupperlefttolowerrightfill] + 16#5A7 [/dargalefthebrew /dargahebrew] + 16#986 [/aabengali] + 16#EF [/idieresis] + 16#1E93 [/zdotbelow] + 16#24CE [/Ycircle] + 16#33A0 [/cmsquaredsquare] + 16#272 [/nhookleft] + 16#2272 [/lessorequivalent] + 16#3144 [/pieupsioskorean] + 16#16 [/controlSYN] + 16#2016 [/dblverticalbar] + 16#651 [/shaddaarabic /afii57457] + 16#A30 [/ragurmukhi] + 16#199 [/khook] + 16#2199 [/arrowdownleft] + 16#306B [/nihiragana] + 16#FF3D [/bracketrightmonospace] + 16#E0F [/topatakthai] + 16#578 [/voarmenian] + 16#31C [/ringhalfleftbelowcmb] + 16#C0 [/Agrave] + 16#FE64 [/lesssmall] + 16#1E64 [/Sacutedotaccent] + 16#49F [/kastrokecyrillic] + 16#249F [/dparen] + 16#FC08 [/behmeemisolatedarabic] + 16#2243 [/asymptoticallyequal] + 16#3115 [/shbopomofo] + 16#622 [/afii57410 /alefmaddaabovearabic] + 16#3C6 [/phi] + 16#FB2F [/alefqamatshebrew] + 16#3298 [/ideographiclaborcircle] + 16#16A [/Umacron] + 16#216A [/Elevenroman] + 16#FF0E [/periodmonospace] + 16#549 [/Chaarmenian] + 16#928 [/nadeva] + 16#F7FA [/Uacutesmall] + 16#FE35 [/parenleftvertical] + 16#1E35 [/klinebelow] + 16#2470 [/seventeencircle] + 16#470 [/Psicyrillic] + 16#3342 [/hoonsquare] + 16#AAB [/phagujarati] + 16#214 [/Udblgrave] + 16#30E6 [/yukatakana] + 16#F721 [/exclamsmall] + 16#5F3 [/gereshhebrew] + 16#397 [/Eta] + 16#FB00 [/ff] + 16#3269 [/chieuchcirclekorean] + 16#13B [/Lcommaaccent /Lcedilla] + 16#300D [/cornerbracketright] + 16#1EDF [/ohornhookabove] + 16#FEDF [/laminitialarabic] + 16#2BE [/ringhalfright] + 16#62 [/b] + 16#1E06 [/Blinebelow] + 16#441 [/escyrillic /afii10083] + 16#1E5 [/gstroke] + 16#21E5 [/arrowtabright] + 16#30B7 [/sikatakana] + 16#FF89 [/nokatakanahalfwidth] + 16#F6F2 [/ssuperior] + 16#E5B [/khomutthai] + 16#5C4 [/upperdothebrew] + 16#25C4 [/triaglf /blackleftpointingpointer] + 16#323A [/ideographiccallparen] + 16#9A3 [/nnabengali] + 16#10C [/Ccaron] + 16#FEB0 [/zainfinalarabic] + 16#1EB0 [/Abrevegrave] + 16#4EB [/obarreddieresiscyrillic] + 16#33BD [/mwsquare] + 16#3161 [/eukorean] + 16#2033 [/second] + 16#33 [/three] + 16#412 [/afii10019 /Vecyrillic] + 16#FB7B [/tchehfinalarabic] + 16#A4D [/halantgurmukhi] + 16#1B6 [/zstroke] + 16#3088 [/yohiragana] + 16#FF5A [/zmonospace] + 16#F6C3 [/commaaccent] + 16#E2C [/lochulathai] + 16#595 [/zaqefgadolhebrew] + 16#339 [/ringhalfrightbelowcmb] + 16#320B [/thieuthparenkorean] + 16#DD [/Yacute] + 16#1E81 [/wgrave] + 16#24BC [/Gcircle] + 16#4BC [/Cheabkhasiancyrillic] + 16#338E [/squaremg] + 16#260 [/ghook] + 16#2260 [/notequal] + 16#3132 [/ssangkiyeokkorean] + 16#4 [/controlEOT] + 16#F76D [/Msmall] + 16#3E3 [/sheicoptic] + 16#FB4C [/betrafehebrew] + 16#A1E [/nyagurmukhi] + 16#187 [/Chook] + 16#F8F0 [/bracketleftbt] + 16#3059 [/suhiragana] + 16#FF2B [/Kmonospace] + 16#566 [/zaarmenian] + 16#2566 [/SF410000] + 16#30A [/ringcmb] + 16#945 [/ecandravowelsigndeva] + 16#AE [/registered] + 16#FE52 [/periodsmall] + 16#1E52 [/Omacronacute] + 16#248D [/sixperiod] + 16#AC8 [/aivowelsigngujarati] + 16#3B4 [/delta] + 16#9EF [/ninebengali] + 16#158 [/Rcaron] + 16#FEFC [/lamaleffinalarabic] + 16#537 [/Eharmenian] + 16#22DB [/greaterequalorless] + 16#2DB [/ogonek] + 16#916 [/khadeva] + 16#207F [/nsuperior] + 16#7F [/controlDEL] + 16#F7E8 [/Egravesmall] + 16#6BA [/noonghunnaarabic /afii57514] + 16#1E23 [/hdotaccent] + 16#45E [/ushortcyrillic /afii10110] + 16#A99 [/ngagujarati] + 16#202 [/Ainvertedbreve] + 16#2202 [/partialdiff] + 16#30D4 [/pikatakana] + 16#5E1 [/samekhhebrew /samekh /afii57681] + 16#385 [/dialytikatonos /dieresistonos] + 16#9C0 [/iivowelsignbengali] + 16#129 [/itilde] + 16#F892 [/maitrilowleftthai] + 16#1ECD [/odotbelow] + 16#317E [/sioscieuckorean] + 16#50 [/P] + 16#42F [/afii10049 /IAcyrillic] + 16#A6A [/fourgurmukhi] + 16#1D3 [/Ucaron] + 16#21D3 [/arrowdbldown] + 16#30A5 [/usmallkatakana] + 16#FF77 [/kikatakanahalfwidth] + 16#F6E0 [/centsuperior] + 16#E49 [/maithothai] + 16#25B2 [/triagup /blackuppointingtriangle] + 16#5B2 [/hatafpatahquarterhebrew /hatafpatahnarrowhebrew /hatafpatahhebrew /hatafpatah2f /hatafpatah23 /hatafpatah16 /hatafpatah /hatafpatahwidehebrew /afii57800] + 16#3228 [/nineideographicparen] + 16#FA [/uacute] + 16#FE9E [/jeemfinalarabic] + 16#4D9 [/schwacyrillic /afii10846] + 16#24D9 [/jcircle] + 16#33AB [/mpasquare] + 16#27D [/rhook] + 16#314F [/akorean] + 16#2021 [/daggerdbl] + 16#21 [/exclam] + 16#FB69 [/ttehmedialarabic] + 16#1A4 [/Phook] + 16#3076 [/buhiragana] + 16#FF48 [/hmonospace] + 16#E1A [/bobaimaithai] + 16#583 [/piwrarmenian] + 16#327 [/cedillacmb] + 16#2327 [/clear] + 16#962 [/lvocalicvowelsigndeva] + 16#CB [/Edieresis] + 16#1E6F [/tlinebelow] + 16#24AA [/oparen] + 16#4AA [/Esdescendercyrillic] + 16#337C [/syouwaerasquare] + 16#3120 [/aubopomofo] + 16#62D [/haharabic /afii57421] + 16#3D1 [/thetasymbolgreek /theta1] + 16#FB3A [/finalkafdageshhebrew /finalkafdagesh] + 16#32A3 [/ideographiccorrectcircle] + 16#175 [/wcircumflex] + 16#2175 [/sixroman] + 16#3047 [/esmallhiragana] + 16#FF19 [/ninemonospace] + 16#554 [/Keharmenian] + 16#2554 [/SF390000] + 16#933 [/lladeva] + 16#FE40 [/anglebracketrightvertical] + 16#1E40 [/Mdotaccent] + 16#47B [/omegaroundcyrillic] + 16#247B [/eightparen] + 16#334D [/meetorusquare] + 16#AB6 [/shagujarati] + 16#221F [/rightangle /orthogonal] + 16#30F1 [/wekatakana] + 16#3274 [/siosacirclekorean] + 16#9DD [/rhabengali] + 16#146 [/ncommaaccent /ncedilla] + 16#3018 [/whitetortoiseshellbracketleft] + 16#FEEA [/hehfinalarabic /hehfinalalttwoarabic] + 16#1EEA [/Uhorngrave] + 16#2C9 [/firsttonechinese] + 16#6D [/m] + 16#1E11 [/dcedilla] + 16#44C [/softsigncyrillic /afii10094] + 16#331E [/kooposquare] + 16#A87 [/igujarati] + 16#1F0 [/jcaron] + 16#30C2 [/dikatakana] + 16#FF94 [/yakatakanahalfwidth] + 16#F6FD [/Scaronsmall] + 16#25CF [/blackcircle /H18533] + 16#9AE [/mabengali] + 16#117 [/edotaccent /edot] + 16#FEBB [/sadinitialarabic] + 16#1EBB [/ehookabove] + 16#FC5F [/shaddakasratanarabic] + 16#33C8 [/dbsquare] + 16#29A [/eopenclosed] + 16#316C [/rieulpansioskorean] + 16#203E [/overline] + 16#3E [/greater] + 16#679 [/tteharabic /afii57511] + 16#41D [/afii10031 /Encyrillic] + 16#1C1 [/clicklateral] + 16#3093 [/nhiragana] + 16#FF65 [/middledotkatakanahalfwidth] + 16#F6CE [/Grave] + 16#E37 [/saraueethai] + 16#5A0 [/telishagedolahebrew] + 16#25A0 [/blacksquare /filledbox] + 16#344 [/dialytikatonoscmb] + 16#3216 [/cieucaparenkorean] + 16#E8 [/egrave] + 16#FE8C [/yehhamzaabovemedialarabic] + 16#1E8C [/Xdieresis] + 16#24C7 [/Rcircle] + 16#4C7 [/Enhookcyrillic] + 16#3399 [/fmsquare] + 16#226B [/muchgreater] + 16#26B [/lmiddletilde] + 16#313D [/rieulsioskorean] + 16#F [/controlSI] + 16#200F [/afii300] + 16#F778 [/Xsmall] + 16#64A [/yeharabic /afii57450] + 16#3EE [/Deicoptic] + 16#FB57 [/pehfinalarabic] + 16#192 [/florin] + 16#F8FB [/bracketrightbt] + 16#3064 [/tuhiragana] + 16#2192 [/arrowright] + 16#FF36 [/Vmonospace] + 16#E08 [/chochanthai] + 16#571 [/jaarmenian] + 16#315 [/commaaboverightcmb] + 16#950 [/omdeva] + 16#B9 [/onesuperior] + 16#6F4 [/fourpersian] + 16#FE5D [/tortoiseshellbracketleftsmall] + 16#1E5D [/rdotbelowmacron] + 16#2498 [/seventeenperiod] + 16#498 [/Zedescendercyrillic] + 16#223C [/tildeoperator /similar] + 16#310E [/kbopomofo] + 16#FFE0 [/centmonospace] + 16#61B [/semicolonarabic /afii57403] + 16#3BF [/omicron] + 16#9FA [/issharbengali] + 16#163 [/tcedilla /tcommaaccent] + 16#2163 [/Fourroman] + 16#279E [/arrowrightheavy] + 16#FF07 [/quotesinglemonospace] + 16#542 [/Ghadarmenian] + 16#2E6 [/tonebarhighmod] + 16#921 [/ddadeva] + 16#F7F3 [/Oacutesmall] + 16#1E2E [/Idieresisacute] + 16#469 [/yuslittleiotifiedcyrillic] + 16#2469 [/tencircle] + 16#333B [/peezisquare] + 16#AA4 [/tagujarati] + 16#20D [/odblgrave] + 16#30DF [/mikatakana] + 16#390 [/iotadieresistonos] + 16#3262 [/tikeutcirclekorean] + 16#9CB [/ovowelsignbengali] + 16#134 [/Jcircumflex] + 16#3006 [/ideographicclose] + 16#FED8 [/qafmedialarabic] + 16#1ED8 [/Ocircumflexdotbelow] + 16#2B7 [/wsuperior] + 16#3189 [/yoikorean] + 16#5B [/bracketleft] + 16#43A [/kacyrillic /afii10076] + 16#21DE [/pageup] + 16#1DE [/Adieresismacron] + 16#30B0 [/gukatakana] + 16#FF82 [/tukatakanahalfwidth] + 16#F6EB [/dsuperior] + 16#E54 [/fourthai] + 16#25BD [/whitedownpointingtriangle] + 16#5BD [/siluqlefthebrew /siluqhebrew /afii57839] + 16#361 [/breveinverteddoublecmb] + 16#3233 [/ideographicsocietyparen] + 16#99C [/jabengali] + 16#2105 [/careof /afii61248] + 16#105 [/aogonek] + 16#1EA9 [/acircumflexhookabove] + 16#24E4 [/ucircle] + 16#4E4 [/Idieresiscyrillic] + 16#33B6 [/muvsquare] + 16#288 [/tretroflexhook] + 16#315A [/oekorean] + 16#202C [/afii61573] + 16#2C [/comma] + 16#667 [/sevenhackarabic /sevenarabic /afii57399] + 16#2667 [/clubsuitwhite] + 16#40B [/afii10060 /Tshecyrillic] + 16#1AF [/Uhorn] + 16#3081 [/mehiragana] + 16#FF53 [/smonospace] + 16#E25 [/lolingthai] + 16#332 [/lowlinecmb] + 16#3204 [/mieumparenkorean] + 16#96D [/sevendeva] + 16#D6 [/Odieresis] + 16#1E7A [/Umacrondieresis] + 16#24B5 [/zparen] + 16#4B5 [/tetsecyrillic] + 16#3387 [/GBsquare] + 16#259 [/schwa] + 16#F766 [/Fsmall] + 16#638 [/zaharabic /afii57432] + 16#3DC [/Digammagreek] + 16#A17 [/gagurmukhi] + 16#180 [/bstroke] + 16#F8E9 [/copyrightsans] + 16#3052 [/gehiragana] + 16#FF24 [/Dmonospace] + 16#55F [/abbreviationmarkarmenian] + 16#255F [/SF370000] + 16#303 [/tildecomb /tildecmb] + 16#2303 [/control] + 16#93E [/aavowelsigndeva] + 16#20A7 [/peseta] + 16#A7 [/section] + 16#FE4B [/overlinewavy] + 16#1E4B [/ncircumflexbelow] + 16#486 [/psilipneumatacyrilliccmb] + 16#2486 [/nineteenparen] + 16#AC1 [/uvowelsigngujarati] + 16#222A [/union] + 16#30FC [/prolongedkana] + 16#F737 [/sevenoldstyle] + 16#3AD [/epsilontonos] + 16#327F [/koreanstandardsymbol] + 16#9E8 [/twobengali] + 16#151 [/odblacute /ohungarumlaut] + 16#3023 [/threehangzhou] + 16#278C [/threecircleinversesansserif] + 16#1EF5 [/ydotbelow] + 16#FEF5 [/lamalefmaddaaboveisolatedarabic] + 16#2D4 [/uptackmod] + 16#90F [/edeva] + 16#2078 [/eightsuperior] + 16#F7E1 [/Aacutesmall] + 16#78 [/x] + 16#1E1C [/Ecedillabreve] + 16#457 [/yicyrillic /afii10104] + 16#1FB [/aringacute] + 16#30CD [/nekatakana] + 16#FF9F [/semivoicedmarkkanahalfwidth] + 16#5DA [/finalkafhebrew /finalkaf /afii57674] + 16#37E [/questiongreek] + 16#9B9 [/habengali] + 16#2122 [/trademark] + 16#F88B [/maieklowrightthai] + 16#122 [/Gcommaaccent /Gcedilla] + 16#FEC6 [/zahfinalarabic] + 16#1EC6 [/Ecircumflexdotbelow] + 16#33D3 [/lxsquare] + 16#2A5 [/dzcurl] + 16#22A5 [/perpendicular] + 16#3177 [/pieupthieuthkorean] + 16#49 [/I] + 16#428 [/afii10042 /Shacyrillic] + 16#1CC [/nj] + 16#309E [/voicediterationhiragana] + 16#FF70 [/katahiraprolongmarkhalfwidth] + 16#F6D9 [/copyrightserif] + 16#E42 [/saraothai] + 16#25AB [/whitesmallsquare /H18551] + 16#5AB [/olehebrew] + 16#3221 [/twoideographicparen] + 16#98A [/uubengali] + 16#F3 [/oacute] + 16#FE97 [/tehinitialarabic] + 16#1E97 [/tdieresis] + 16#24D2 [/ccircle] + 16#4D2 [/Adieresiscyrillic] + 16#33A4 [/cmcubedsquare] + 16#2276 [/lessorgreater] + 16#3148 [/cieuckorean] + 16#1A [/controlSUB] + 16#201A [/quotesinglbase] + 16#19D [/Nhookleft] + 16#306F [/hahiragana] + 16#FF41 [/amonospace] + 16#E13 [/nonenthai] + 16#57C [/raarmenian] + 16#320 [/minusbelowcmb] + 16#2320 [/integraltop /integraltp] + 16#95B [/zadeva] + 16#C4 [/Adieresis] + 16#1E68 [/Sdotbelowdotaccent] + 16#24A3 [/hparen] + 16#FC0C [/tehhahisolatedarabic] + 16#4A3 [/endescendercyrillic] + 16#3119 [/sbopomofo] + 16#626 [/yehhamzaabovearabic /afii57414] + 16#3CA [/iotadieresis] + 16#FB33 [/daletdageshhebrew /daletdagesh] + 16#A05 [/agurmukhi] + 16#16E [/Uring] + 16#FF12 [/twomonospace] + 16#54D [/Seharmenian] + 16#92C [/badeva] + 16#F7FE [/Thornsmall] + 16#FE39 [/tortoiseshellbracketleftvertical] + 16#1E39 [/ldotbelowmacron] + 16#2474 [/oneparen] + 16#474 [/afii10148 /Izhitsacyrillic] + 16#AAF [/yagujarati] + 16#218 [/Scommaaccent] + 16#30EA [/rikatakana] + 16#39B [/Lambda] + 16#FB04 [/ffl] + 16#326D [/hieuhcirclekorean] + 16#13F [/Ldotaccent /Ldot] + 16#3011 [/blacklenticularbracketright] + 16#1EE3 [/ohorndotbelow] + 16#FEE3 [/meeminitialarabic] + 16#2C2 [/arrowheadleftmod] + 16#66 [/f] + 16#1E0A [/Ddotaccent] + 16#445 [/khacyrillic /afii10087] + 16#1E9 [/kcaron] + 16#21E9 [/arrowdownwhite] + 16#30BB [/sekatakana] + 16#FF8D [/hekatakanahalfwidth] + 16#F6F6 [/Circumflexsmall] + 16#25C8 [/whitediamondcontainingblacksmalldiamond] + 16#323E [/ideographicresourceparen] + 16#9A7 [/dhabengali] + 16#110 [/Dslash /Dcroat] + 16#FEB4 [/seenmedialarabic] + 16#1EB4 [/Abrevetilde] + 16#4EF [/umacroncyrillic] + 16#FC58 [/yehmeemisolatedarabic] + 16#33C1 [/mohmsquare] + 16#293 [/ezhcurl] + 16#3165 [/ssangnieunkorean] + 16#37 [/seven] + 16#416 [/Zhecyrillic /afii10024] + 16#1BA [/ezhtail] + 16#308C [/rehiragana] + 16#FF5E [/asciitildemonospace] + 16#F6C7 [/afii10831] + 16#E30 [/saraathai] + 16#599 [/pashtahebrew] + 16#33D [/xabovecmb] + 16#320F [/nieunaparenkorean] + 16#E1 [/aacute] + 16#1E85 [/wdieresis] + 16#4C0 [/palochkacyrillic] + 16#24C0 [/Kcircle] + 16#3392 [/mhzsquare] + 16#264 [/ramshorn] + 16#2264 [/lessequal] + 16#3136 [/nieunhieuhkorean] + 16#8 [/controlBS] + 16#F771 [/Qsmall] + 16#643 [/kafarabic /afii57443] + 16#3E7 [/kheicoptic] + 16#A22 [/ddhagurmukhi] + 16#18B [/Dtopbar] + 16#F8F4 [/braceex] + 16#305D [/sohiragana] + 16#FF2F [/Omonospace] + 16#E01 [/kokaithai] + 16#56A [/zhearmenian] + 16#256A [/SF540000] + 16#30E [/dblverticallineabovecmb] + 16#949 [/ocandravowelsigndeva] + 16#B2 [/twosuperior] + 16#1E56 [/Pdotaccent] + 16#2491 [/tenperiod] + 16#491 [/gheupturncyrillic /afii10098] + 16#ACC [/auvowelsigngujarati] + 16#2235 [/because] + 16#3107 [/mbopomofo] + 16#3B8 [/theta] + 16#328A [/ideographmooncircle] + 16#9F3 [/rupeesignbengali] + 16#215C [/threeeighths] + 16#15C [/Scircumflex] + 16#53B [/Iniarmenian] + 16#FCA4 [/tehmeeminitialarabic] + 16#91A [/cadeva] + 16#2083 [/threeinferior] + 16#F7EC [/Igravesmall] + 16#1E27 [/hdieresis] + 16#2462 [/threecircle] + 16#462 [/afii10146 /Yatcyrillic] + 16#A9D [/jhagujarati] + 16#2206 [/increment /Delta] + 16#206 [/Einvertedbreve] + 16#30D8 [/hekatakana] + 16#5E5 [/finaltsadihebrew /finaltsadi /afii57685] + 16#25E5 [/blackupperrighttriangle] + 16#389 [/Etatonos] + 16#9C4 [/rrvocalicvowelsignbengali] + 16#12D [/ibreve] + 16#F896 [/thanthakhatupperleftthai] + 16#1ED1 [/ocircumflexacute] + 16#250C [/SF010000] + 16#2B0 [/hsuperior] + 16#3182 [/yesieungsioskorean] + 16#54 [/T] + 16#433 [/gecyrillic /afii10068] + 16#3305 [/intisquare] + 16#A6E [/eightgurmukhi] + 16#1D7 [/Udieresisacute] + 16#30A9 [/osmallkatakana] + 16#FF7B [/sakatakanahalfwidth] + 16#F6E4 [/dollarsuperior] + 16#E4D [/nikhahitthai] + 16#5B6 [/segolwidehebrew /segolquarterhebrew /segolnarrowhebrew /segolhebrew /segol2c /segol1f /segol13 /segol /afii57795] + 16#25B6 [/blackrightpointingtriangle] + 16#322C [/ideographicwaterparen] + 16#995 [/kabengali] + 16#FE [/thorn] + 16#FEA2 [/hahfinalarabic] + 16#1EA2 [/Ahookabove] + 16#4DD [/zhedieresiscyrillic] + 16#24DD [/ncircle] + 16#33AF [/radoverssquaredsquare] + 16#2281 [/notsucceeds] + 16#281 [/Rsmallinverted] + 16#3153 [/eokorean] + 16#2025 [/twodotleader /twodotenleader] + 16#25 [/percent] + 16#660 [/zerohackarabic /zeroarabic /afii57392] + 16#2660 [/spadesuitblack /spade] + 16#404 [/afii10053 /Ecyrillic] + 16#FB6D [/vehmedialarabic] + 16#A3F [/imatragurmukhi] + 16#1A8 [/tonetwo] + 16#21A8 [/arrowupdownbase /arrowupdnbse] + 16#307A [/pehiragana] + 16#FF4C [/lmonospace] + 16#E1E [/phophanthai] + 16#587 [/echyiwnarmenian] + 16#32B [/dblarchinvertedbelowcmb] + 16#232B [/deleteleft] + 16#966 [/zerodeva] + 16#CF [/Idieresis] + 16#1E73 [/udieresisbelow] + 16#24AE [/sparen] + 16#4AE [/Ustraightcyrillic] + 16#3380 [/paampssquare] + 16#AE9 [/threegujarati] + 16#252 [/ascriptturned] + 16#2252 [/approxequalorimage] + 16#3124 [/angbopomofo] + 16#631 [/reharabic /afii57425] + 16#3D5 [/phisymbolgreek /phi1] + 16#FB3E [/memdageshhebrew /memdagesh] + 16#32A7 [/ideographicleftcircle] + 16#A10 [/aigurmukhi] + 16#2179 [/tenroman] + 16#179 [/Zacute] + 16#304B [/kahiragana] + 16#FF1D [/equalmonospace] + 16#2558 [/SF500000] + 16#937 [/ssadeva] + 16#A0 [/nonbreakingspace /nbspace] + 16#FE44 [/whitecornerbracketrightvertical] + 16#1E44 [/Ndotaccent] + 16#247F [/twelveparen] + 16#47F [/otcyrillic] + 16#3351 [/rittorusquare] + 16#2223 [/divides] + 16#30F5 [/kasmallkatakana] + 16#F730 [/zerooldstyle] + 16#3A6 [/Phi] + 16#3278 [/khieukhacirclekorean] + 16#9E1 [/llvocalicbengali] + 16#14A [/Eng] + 16#301C [/wavedash] + 16#FEEE [/wawfinalarabic] + 16#1EEE [/Uhorntilde] + 16#2CD [/macronlowmod] + 16#908 [/iideva] + 16#71 [/q] + 16#1E15 [/emacrongrave] + 16#3322 [/sentisquare] + 16#A8B [/rvocalicgujarati] + 16#1F4 [/Gacute] + 16#30C6 [/tekatakana] + 16#FF98 [/rikatakanahalfwidth] + 16#5D3 [/dalethebrew /dalet /afii57667] + 16#9B2 [/labengali] + 16#11B [/ecaron] + 16#F884 [/maihanakatleftthai] + 16#1EBF [/ecircumflexacute] + 16#FEBF [/dadinitialarabic] + 16#29E [/kturned] + 16#3170 [/mieumpansioskorean] + 16#2042 [/asterism] + 16#42 [/B] + 16#421 [/afii10035 /Escyrillic] + 16#A5C [/rragurmukhi] + 16#21C5 [/arrowupleftofdown] + 16#1C5 [/Dzcaron] + 16#FF69 [/usmallkatakanahalfwidth] + 16#F6D2 [/cyrFlex] + 16#25A4 [/squarehorizontalfill] + 16#5A4 [/mahapakhlefthebrew /mahapakhhebrew] + 16#321A [/phieuphaparenkorean] + 16#983 [/visargabengali] + 16#EC [/igrave] + 16#FE90 [/behfinalarabic] + 16#1E90 [/Zcircumflex] + 16#24CB [/Vcircle] + 16#4CB [/Chekhakassiancyrillic] + 16#339D [/squarecm] + 16#26F [/mturned] + 16#226F [/notgreater] + 16#3141 [/mieumkorean] + 16#13 [/controlDC3] + 16#2013 [/endash] + 16#64E [/fathalowarabic /fathaarabic /afii57454] + 16#3F2 [/sigmalunatesymbolgreek] + 16#A2D [/bhagurmukhi] + 16#2196 [/arrowupleft] + 16#F8FF [/apple] + 16#3068 [/tohiragana] + 16#196 [/Iotaafrican] + 16#FF3A [/Zmonospace] + 16#E0C [/chochoethai] + 16#575 [/yiarmenian] + 16#319 [/righttackbelowcmb] + 16#954 [/acutedeva] + 16#BD [/onehalf] + 16#6F8 [/eightpersian] + 16#1E61 [/sdotaccent] + 16#FE61 [/asterisksmall] + 16#249C [/aparen] + 16#49C [/Kaverticalstrokecyrillic] + 16#3112 [/xbopomofo] + 16#261F [/pointingindexdownwhite] + 16#61F [/questionarabic /afii57407] + 16#FD88 [/lammeemhahinitialarabic] + 16#3C3 [/sigma] + 16#FB2C [/shindageshshindothebrew /shindageshshindot] + 16#167 [/tbar] + 16#2167 [/Eightroman] + 16#FF0B [/plusmonospace] + 16#546 [/Nowarmenian] + 16#925 [/thadeva] + 16#208E [/parenrightinferior] + 16#FE32 [/endashvertical] + 16#1E32 [/Kdotbelow] + 16#46D [/yusbigiotifiedcyrillic] + 16#246D [/fourteencircle] + 16#AA8 [/nagujarati] + 16#211 [/rdblgrave] + 16#2211 [/summation] + 16#30E3 [/yasmallkatakana] + 16#5F0 [/vavvavhebrew /afii57716] + 16#394 [/Deltagreek] + 16#3266 [/sioscirclekorean] + 16#138 [/kgreenlandic] + 16#300A [/dblanglebracketleft] + 16#FEDC [/kafmedialarabic] + 16#1EDC [/Ohorngrave] + 16#2BB [/commaturnedmod] + 16#318D [/araeakorean] + 16#5F [/underscore] + 16#1E03 [/bdotaccent] + 16#43E [/ocyrillic /afii10080] + 16#FBA7 [/hehfinalaltonearabic] + 16#21E2 [/arrowdashright] + 16#1E2 [/AEmacron] + 16#30B4 [/gokatakana] + 16#FF86 [/nikatakanahalfwidth] + 16#F6EF [/msuperior] + 16#E58 [/eightthai] + 16#25C1 [/whiteleftpointingtriangle] + 16#5C1 [/shindothebrew /afii57804] + 16#3237 [/ideographiccongratulationparen] + 16#9A0 [/tthabengali] + 16#2109 [/fahrenheit] + 16#109 [/ccircumflex] + 16#1EAD [/acircumflexdotbelow] + 16#24E8 [/ycircle] + 16#4E8 [/Obarredcyrillic] + 16#33BA [/pwsquare] + 16#28C [/vturned] + 16#315E [/wekorean] + 16#2030 [/perthousand] + 16#30 [/zero] + 16#266B [/musicalnotedbl /eighthnotebeamed] + 16#66B [/decimalseparatorpersian /decimalseparatorarabic] + 16#40F [/afii10145 /Dzhecyrillic] + 16#1B3 [/Yhook] + 16#3085 [/yusmallhiragana] + 16#FF57 [/wmonospace] + 16#F6C0 [/ll] + 16#E29 [/sorusithai] + 16#2592 [/shademedium /shade] + 16#592 [/segoltahebrew] + 16#336 [/strokelongoverlaycmb] + 16#3208 [/cieucparenkorean] + 16#DA [/Uacute] + 16#1E7E [/Vdotbelow] + 16#4B9 [/cheverticalstrokecyrillic] + 16#24B9 [/Dcircle] + 16#338B [/nfsquare] + 16#25D [/eopenreversedhook] + 16#1 [/controlSTX] + 16#F76A [/Jsmall] + 16#263C [/sun /compass] + 16#3E0 [/Sampigreek] + 16#FB49 [/shindageshhebrew /shindagesh] + 16#A1B [/chagurmukhi] + 16#184 [/Tonesix] + 16#F8ED [/parenleftbt] + 16#3056 [/zahiragana] + 16#FF28 [/Hmonospace] + 16#563 [/gimarmenian] + 16#FCCC [/lammeeminitialarabic] + 16#2563 [/SF230000] + 16#307 [/dotaccentcmb] + 16#942 [/uuvowelsigndeva] + 16#20AB [/dong] + 16#AB [/guillemotleft] + 16#FE4F [/underscorewavy] + 16#1E4F [/otildedieresis] + 16#248A [/threeperiod] + 16#AC5 [/ecandravowelsigngujarati] + 16#222E [/contourintegral] + 16#3B1 [/alpha] + 16#9EC [/sixbengali] + 16#155 [/racute] + 16#3027 [/sevenhangzhou] + 16#2790 [/sevencircleinversesansserif] + 16#1EF9 [/ytilde] + 16#FEF9 [/lamalefhamzabelowisolatedarabic] + 16#2534 [/SF070000] + 16#534 [/Daarmenian] + 16#2D8 [/breve] + 16#913 [/odeva] + 16#7C [/verticalbar /bar] + 16#207C [/equalsuperior] + 16#F7E5 [/Aringsmall] + 16#1E20 [/Gmacron] + 16#45B [/tshecyrillic /afii10108] + 16#A96 [/khagujarati] + 16#1FF [/ostrokeacute /oslashacute] + 16#30D1 [/pakatakana] + 16#5DE [/memhebrew /mem /afii57678] + 16#2126 [/Ohm /Omega] + 16#F88F [/maitholowleftthai] + 16#126 [/Hbar] + 16#FECA [/ainfinalarabic] + 16#1ECA [/Idotbelow] + 16#317B [/siosnieunkorean] + 16#4D [/M] + 16#688 [/ddalarabic /afii57512] + 16#42C [/afii10046 /Softsigncyrillic] + 16#FB95 [/gafmedialarabic] + 16#A67 [/onegurmukhi] + 16#1D0 [/icaron] + 16#21D0 [/arrowleftdbl /arrowdblleft] + 16#30A2 [/akatakana] + 16#FF74 [/ekatakanahalfwidth] + 16#F6DD [/rupiah] + 16#E46 [/maiyamokthai] + 16#5AF [/masoracirclehebrew] + 16#3225 [/sixideographicparen] + 16#F7 [/divide] + 16#FE9B [/thehinitialarabic] + 16#1E9B [/slongdotaccent] + 16#24D6 [/gcircle] + 16#4D6 [/Iebrevecyrillic] + 16#33A8 [/moverssquaredsquare] + 16#227A [/precedes] + 16#27A [/rlonglegturned] + 16#314C [/thieuthkorean] + 16#1E [/controlRS] + 16#201E [/quotedblbase] + 16#A38 [/sagurmukhi] + 16#1A1 [/ohorn] + 16#3073 [/bihiragana] + 16#FF45 [/emonospace] + 16#E17 [/thothahanthai] + 16#2580 [/upblock] + 16#580 [/reharmenian] + 16#324 [/dieresisbelowcmb] + 16#95F [/yyadeva] + 16#C8 [/Egrave] + 16#1E6C [/Tdotbelow] + 16#4A7 [/pemiddlehookcyrillic] + 16#24A7 [/lparen] + 16#311D [/ehbopomofo] + 16#62A [/teharabic /afii57418] + 16#3CE [/omegatonos] + 16#A09 [/ugurmukhi] + 16#2172 [/threeroman] + 16#172 [/Uogonek] + 16#3044 [/ihiragana] + 16#FF16 [/sixmonospace] + 16#2551 [/SF240000] + 16#551 [/Coarmenian] + 16#930 [/radeva] + 16#1E3D [/lcircumflexbelow] + 16#FE3D [/dblanglebracketleftvertical] + 16#2478 [/fiveparen] + 16#478 [/Ukcyrillic] + 16#334A [/miribaarusquare] + 16#AB3 [/llagujarati] + 16#30EE [/wasmallkatakana] + 16#39F [/Omicron] + 16#3271 [/rieulacirclekorean] + 16#143 [/Nacute] + 16#3015 [/tortoiseshellbracketright] + 16#1EE7 [/uhookabove] + 16#FEE7 [/nooninitialarabic] + 16#2C6 [/circumflex] + 16#901 [/candrabindudeva] + 16#6A [/j] + 16#1E0E [/Dlinebelow] + 16#449 [/shchacyrillic /afii10091] + 16#1ED [/oogonekmacron] + 16#30BF [/takatakana] + 16#FF91 [/mukatakanahalfwidth] + 16#F6FA [/OEsmall] + 16#25CC [/dottedcircle] + 16#3242 [/ideographicselfparen] + 16#9AB [/phabengali] + 16#114 [/Ebreve] + 16#FEB8 [/sheenmedialarabic] + 16#1EB8 [/Edotbelow] + 16#4F3 [/uhungarumlautcyrillic] + 16#33C5 [/cdsquare] + 16#2297 [/timescircle /circlemultiply] + 16#297 [/cstretched] + 16#3169 [/rieulkiyeoksioskorean] + 16#203B [/referencemark] + 16#3B [/semicolon] + 16#41A [/afii10028 /Kacyrillic] + 16#1BE [/glottalinvertedstroke] + 16#3090 [/wihiragana] + 16#FF62 [/cornerbracketlefthalfwidth] + 16#F6CB [/Dieresis] + 16#E34 [/saraithai] + 16#59D [/gereshmuqdamhebrew] + 16#341 [/acutetonecmb] + 16#3213 [/pieupaparenkorean] + 16#E5 [/aring] + 16#1E89 [/wdotbelow] + 16#4C4 [/kahookcyrillic] + 16#24C4 [/Ocircle] + 16#3396 [/mlsquare] + 16#268 [/istroke] + 16#313A [/rieulkiyeokkorean] + 16#200C [/zerowidthnonjoiner /afii61664] + 16#C [/controlFF] + 16#F775 [/Usmall] + 16#647 [/heharabic /afii57470] + 16#3EB [/gangiacoptic] + 16#A26 [/dagurmukhi] + 16#18F [/Schwa] + 16#F8F8 [/parenrightbt] + 16#3061 [/tihiragana] + 16#FF33 [/Smonospace] + 16#E05 [/khokhonthai] + 16#56E [/caarmenian] + 16#312 [/commaturnedabovecmb] + 16#2312 [/arc] + 16#94D [/viramadeva] + 16#B6 [/paragraph] + 16#6F1 [/onepersian] + 16#FE5A [/parenrightsmall] + 16#1E5A [/Rdotbelow] + 16#495 [/ghemiddlehookcyrillic] + 16#2495 [/fourteenperiod] + 16#AD0 [/omgujarati] + 16#310B [/nbopomofo] + 16#3BC [/mugreek] + 16#328E [/ideographmetalcircle] + 16#9F7 [/fournumeratorbengali] + 16#2160 [/Oneroman] + 16#160 [/Scaron] + 16#FF04 [/dollarmonospace] + 16#53F [/Kenarmenian] + 16#2E3 [/xsuperior] + 16#91E [/nyadeva] + 16#2087 [/seveninferior] + 16#F7F0 [/Ethsmall] + 16#1E2B [/hbrevebelow] + 16#2466 [/sevencircle] + 16#466 [/Yuslittlecyrillic] + 16#AA1 [/ddagujarati] + 16#20A [/Iinvertedbreve] + 16#30DC [/bokatakana] + 16#5E9 [/shinhebrew /shin /afii57689] + 16#9C8 [/aivowelsignbengali] + 16#131 [/dotlessi] + 16#3003 [/dittomark] + 16#1ED5 [/ocircumflexhookabove] + 16#2510 [/SF030000] + 16#2B4 [/rturnedsuperior] + 16#3186 [/yeorinhieuhkorean] + 16#58 [/X] + 16#437 [/zecyrillic /afii10073] + 16#A72 [/irigurmukhi] + 16#1DB [/Udieresisgrave] + 16#30AD [/kikatakana] + 16#FF7F [/sokatakanahalfwidth] + 16#F6E8 [/periodsuperior] + 16#E51 [/onethai] + 16#25BA [/triagrt /blackrightpointingpointer] + 16#3230 [/ideographicsunparen] + 16#999 [/ngabengali] + 16#102 [/Abreve] + 16#FEA6 [/khahfinalarabic] + 16#1EA6 [/Acircumflexgrave] + 16#24E1 [/rcircle] + 16#4E1 [/dzeabkhasiancyrillic] + 16#33B3 [/mssquare] + 16#2285 [/notsuperset] + 16#285 [/eshsquatreversed] + 16#3157 [/okorean] + 16#29 [/parenright] + 16#2664 [/spadesuitwhite] + 16#664 [/fourhackarabic /fourarabic /afii57396] + 16#408 [/afii10057 /Jecyrillic] + 16#1AC [/Thook] + 16#307E [/mahiragana] + 16#FF50 [/pmonospace] + 16#E22 [/yoyakthai] + 16#32F [/breveinvertedbelowcmb] + 16#3201 [/nieunparenkorean] + 16#96A [/fourdeva] + 16#D3 [/Oacute] + 16#1E77 [/ucircumflexbelow] + 16#24B2 [/wparen] + 16#4B2 [/Hadescendercyrillic] + 16#3384 [/kasquare] + 16#AED [/sevengujarati] + 16#256 [/dtail] + 16#3128 [/ubopomofo] + 16#F763 [/Csmall] + 16#635 [/sadarabic /afii57429] + 16#A14 [/augurmukhi] + 16#17D [/Zcaron] + 16#F8E6 [/arrowvertex] + 16#304F [/kuhiragana] + 16#FF21 [/Amonospace] + 16#55C [/exclamarmenian] + 16#255C [/SF270000] + 16#300 [/gravecomb /gravecmb] + 16#20A4 [/lira /afii08941] + 16#A4 [/currency] + 16#1E48 [/Nlinebelow] + 16#483 [/titlocyrilliccmb] + 16#2483 [/sixteenparen] + 16#ABE [/aavowelsigngujarati] + 16#2227 [/logicaland] + 16#30F9 [/vekatakana] + 16#F734 [/fouroldstyle] + 16#2606 [/whitestar] + 16#3AA [/Iotadieresis] + 16#14E [/Obreve] + 16#3020 [/postalmarkface] + 16#FEF2 [/yehfinalarabic] + 16#1EF2 [/Ygrave] + 16#2D1 [/colontriangularhalfmod] + 16#90C [/lvocalicdeva] + 16#2075 [/fivesuperior] + 16#75 [/u] + 16#1E19 [/ecircumflexbelow] + 16#454 [/ecyrillic /afii10101] + 16#3326 [/dorusquare] + 16#A8F [/egujarati] + 16#30CA [/nakatakana] + 16#FF9C [/wakatakanahalfwidth] + 16#5D7 [/hethebrew /het /afii57671] + 16#9B6 [/shabengali] + 16#11F [/gbreve] + 16#F888 [/saraueeleftthai] + 16#FEC3 [/tahinitialarabic] + 16#1EC3 [/ecircumflexhookabove] + 16#33D0 [/lmsquare] + 16#2A2 [/glottalstopstrokereversed] + 16#3174 [/pieupsioskiyeokkorean] + 16#46 [/F] + 16#F7AF [/Macronsmall] + 16#425 [/afii10039 /Khacyrillic] + 16#1C9 [/lj] + 16#309B [/voicedmarkkana] + 16#FF6D [/yusmallkatakanahalfwidth] + 16#F6D6 [/dblgrave] + 16#E3F [/bahtthai] + 16#25A8 [/squareupperrighttolowerleftfill] + 16#5A8 [/qadmahebrew] + 16#987 [/ibengali] + 16#F0 [/eth] + 16#FE94 [/tehmarbutafinalarabic] + 16#1E94 [/Zlinebelow] + 16#24CF [/Zcircle] + 16#33A1 [/squaremsquared] + 16#273 [/nhookretroflex] + 16#2273 [/greaterorequivalent] + 16#3145 [/sioskorean] + 16#2017 [/underscoredbl /dbllowline] + 16#17 [/controlETB] + 16#652 [/sukunarabic /afii57458] + 16#19A [/lbar] + 16#306C [/nuhiragana] + 16#FF3E [/asciicircummonospace] + 16#E10 [/thothanthai] + 16#579 [/chaarmenian] + 16#31D [/uptackbelowcmb] + 16#958 [/qadeva] + 16#C1 [/Aacute] + 16#1E65 [/sacutedotaccent] + 16#FE65 [/greatersmall] + 16#24A0 [/eparen] + 16#4A0 [/Kabashkircyrillic] + 16#3116 [/rbopomofo] + 16#623 [/afii57411 /alefhamzaabovearabic] + 16#3C7 [/chi] + 16#FB30 [/alefdageshhebrew] + 16#3299 [/ideographicsecretcircle] + 16#A02 [/bindigurmukhi] + 16#16B [/umacron] + 16#216B [/Twelveroman] + 16#FF0F [/slashmonospace] + 16#54A [/Peharmenian] + 16#22EE [/ellipsisvertical] + 16#929 [/nnnadeva] + 16#F7FB [/Ucircumflexsmall] + 16#FE36 [/parenrightvertical] + 16#1E36 [/Ldotbelow] + 16#471 [/psicyrillic] + 16#2471 [/eighteencircle] + 16#AAC [/bagujarati] + 16#215 [/udblgrave] + 16#2215 [/divisionslash] + 16#30E7 [/yosmallkatakana] + 16#5F4 [/gershayimhebrew] + 16#398 [/Theta] + 16#FB01 [/fi] + 16#326A [/khieukhcirclekorean] + 16#13C [/lcommaaccent /lcedilla] + 16#300E [/whitecornerbracketleft] + 16#FEE0 [/lammedialarabic] + 16#1EE0 [/Ohorntilde] + 16#2BF [/ringhalfleft] + 16#22BF [/righttriangle] + 16#63 [/c] + 16#1E07 [/blinebelow] + 16#442 [/tecyrillic /afii10084] + 16#3314 [/kirosquare] + 16#21E6 [/arrowleftwhite] + 16#1E6 [/Gcaron] + 16#30B8 [/zikatakana] + 16#FF8A [/hakatakanahalfwidth] + 16#F6F3 [/tsuperior] + 16#323B [/ideographicstudyparen] + 16#9A4 [/tabengali] + 16#10D [/ccaron] + 16#1EB1 [/abrevegrave] + 16#33BE [/kwsquare] + 16#290 [/zretroflexhook] + 16#3162 [/yikorean] + 16#34 [/four] + 16#266F [/musicsharpsign] + 16#413 [/afii10020 /Gecyrillic] + 16#FB7C [/tchehinitialarabic] + 16#1B7 [/Ezh] + 16#3089 [/rahiragana] + 16#FF5B [/braceleftmonospace] + 16#F6C4 [/afii10063] + 16#E2D [/oangthai] + 16#596 [/tipehalefthebrew /tipehahebrew] + 16#33A [/bridgeinvertedbelowcmb] + 16#320C [/phieuphparenkorean] + 16#DE [/Thorn] + 16#FE82 [/alefmaddaabovefinalarabic] + 16#1E82 [/Wacute] + 16#4BD [/cheabkhasiancyrillic] + 16#24BD [/Hcircle] + 16#338F [/squarekg] + 16#261 [/gscript] + 16#2261 [/equivalence] + 16#3133 [/kiyeoksioskorean] + 16#5 [/controlENQ] + 16#F76E [/Nsmall] + 16#640 [/tatweelarabic /kashidaautonosidebearingarabic /kashidaautoarabic /afii57440] + 16#2640 [/venus /female] + 16#3E4 [/Feicoptic] + 16#FB4D [/kafrafehebrew] + 16#A1F [/ttagurmukhi] + 16#188 [/chook] + 16#F8F1 [/bracelefttp] + 16#305A [/zuhiragana] + 16#FF2C [/Lmonospace] + 16#567 [/eharmenian] + 16#2567 [/SF450000] + 16#30B [/hungarumlautcmb] + 16#946 [/eshortvowelsigndeva] + 16#AF [/overscore /macron] + 16#1E53 [/omacronacute] + 16#248E [/sevenperiod] + 16#AC9 [/ocandravowelsigngujarati] + 16#F73F [/questionsmall] + 16#3B5 [/epsilon] + 16#9F0 [/ramiddlediagonalbengali] + 16#159 [/rcaron] + 16#538 [/Etarmenian] + 16#FCA1 [/tehjeeminitialarabic] + 16#2DC [/ilde /tilde] + 16#917 [/gadeva] + 16#2080 [/zeroinferior] + 16#F7E9 [/Eacutesmall] + 16#1E24 [/Hdotbelow] + 16#45F [/dzhecyrillic /afii10193] + 16#3331 [/birusquare] + 16#A9A [/cagujarati] + 16#2203 [/thereexists /existential] + 16#203 [/ainvertedbreve] + 16#30D5 [/hukatakana] + 16#25E2 [/blacklowerrighttriangle] + 16#5E2 [/ayin /afii57682 /ayinhebrew] + 16#386 [/Alphatonos] + 16#9C1 [/uvowelsignbengali] + 16#12A [/Imacron] + 16#F893 [/maichattawaupperleftthai] + 16#FECE [/ghainfinalarabic] + 16#1ECE [/Ohookabove] + 16#33DB [/srsquare] + 16#317F [/pansioskorean] + 16#51 [/Q] + 16#430 [/acyrillic /afii10065] + 16#A6B [/fivegurmukhi] + 16#1D4 [/ucaron] + 16#21D4 [/dblarrowleft /arrowdblboth] + 16#30A6 [/ukatakana] + 16#FF78 [/kukatakanahalfwidth] + 16#F6E1 [/commainferior] + 16#E4A [/maitrithai] + 16#25B3 [/whiteuppointingtriangle] + 16#5B3 [/hatafqamatswidehebrew /hatafqamatsquarterhebrew /hatafqamatsnarrowhebrew /hatafqamatshebrew /hatafqamats34 /hatafqamats28 /hatafqamats1b /hatafqamats /afii57802] + 16#3229 [/tenideographicparen] + 16#FB [/ucircumflex] + 16#FE9F [/jeeminitialarabic] + 16#24DA [/kcircle] + 16#4DA [/Schwadieresiscyrillic] + 16#33AC [/gpasquare] + 16#27E [/rfishhook] + 16#3150 [/aekorean] + 16#22 [/quotedbl] + 16#2022 [/bullet] + 16#401 [/afii10023 /Iocyrillic] + 16#A3C [/nuktagurmukhi] + 16#1A5 [/phook] + 16#3077 [/puhiragana] + 16#FF49 [/imonospace] + 16#E1B [/poplathai] + 16#584 [/keharmenian] + 16#2584 [/dnblock] + 16#328 [/ogonekcmb] + 16#963 [/llvocalicvowelsigndeva] + 16#CC [/Igrave] + 16#1E70 [/Tcircumflexbelow] + 16#24AB [/pparen] + 16#4AB [/esdescendercyrillic] + 16#337D [/taisyouerasquare] + 16#AE6 [/zerogujarati] + 16#3121 [/oubopomofo] + 16#62E [/khaharabic /afii57422] + 16#3D2 [/Upsilonhooksymbol /Upsilon1] + 16#FB3B [/kafdageshhebrew /kafdagesh] + 16#32A4 [/ideographichighcircle] + 16#2176 [/sevenroman] + 16#176 [/Ycircumflex] + 16#3048 [/ehiragana] + 16#FF1A [/colonmonospace] + 16#555 [/Oharmenian] + 16#2555 [/SF220000] + 16#934 [/llladeva] + 16#1E41 [/mdotaccent] + 16#FE41 [/cornerbracketleftvertical] + 16#247C [/nineparen] + 16#47C [/Omegatitlocyrillic] + 16#334E [/yaadosquare] + 16#AB7 [/ssagujarati] + 16#2220 [/angle] + 16#30F2 [/wokatakana] + 16#3A3 [/Sigma] + 16#3275 [/ieungacirclekorean] + 16#147 [/Ncaron] + 16#3019 [/whitetortoiseshellbracketright] + 16#1EEB [/uhorngrave] + 16#FEEB [/hehinitialarabic] + 16#2CA [/secondtonechinese] + 16#905 [/adeva] + 16#6E [/n] + 16#1E12 [/Dcircumflexbelow] + 16#44D [/ereversedcyrillic /afii10095] + 16#A88 [/iigujarati] + 16#1F1 [/DZ] + 16#30C3 [/tusmallkatakana] + 16#FF95 [/yukatakanahalfwidth] + 16#F6FE [/Tildesmall] + 16#25D0 [/circlewithlefthalfblack] + 16#5D0 [/alefhebrew /afii57664 /alef] + 16#374 [/numeralsigngreek] + 16#9AF [/yabengali] + 16#118 [/Eogonek] + 16#2118 [/weierstrass] + 16#FEBC [/sadmedialarabic] + 16#1EBC [/Etilde] + 16#FC60 [/shaddafathaarabic] + 16#33C9 [/gysquare] + 16#29B [/Gsmallhook] + 16#316D [/rieulyeorinhieuhkorean] + 16#3F [/question] + 16#F7A8 [/Dieresissmall] + 16#41E [/afii10032 /Ocyrillic] + 16#A59 [/khhagurmukhi] + 16#1C2 [/clickalveolar] + 16#3094 [/vuhiragana] + 16#FF66 [/wokatakanahalfwidth] + 16#F6CF [/Hungarumlaut] + 16#E38 [/sarauthai] + 16#25A1 [/whitesquare /H22073] + 16#5A1 [/pazerhebrew] + 16#345 [/ypogegrammenigreekcmb] + 16#3217 [/chieuchaparenkorean] + 16#E9 [/eacute] + 16#1E8D [/xdieresis] + 16#4C8 [/enhookcyrillic] + 16#24C8 [/Scircle] + 16#339A [/nmsquare] + 16#26C [/lbelt] + 16#313E [/rieulthieuthkorean] + 16#2010 [/hyphentwo] + 16#10 [/controlDLE] + 16#F779 [/Ysmall] + 16#64B [/fathatanarabic /afii57451] + 16#3EF [/deicoptic] + 16#FB58 [/pehinitialarabic] + 16#A2A [/pagurmukhi] + 16#193 [/Ghook] + 16#F8FC [/bracerighttp] + 16#3065 [/duhiragana] + 16#2193 [/arrowdown] + 16#FF37 [/Wmonospace] + 16#E09 [/chochingthai] + 16#572 [/ghadarmenian] + 16#316 [/gravebelowcmb] + 16#951 [/udattadeva] + 16#BA [/ordmasculine] + 16#6F5 [/fivepersian] + 16#FE5E [/tortoiseshellbracketrightsmall] + 16#1E5E [/Rlinebelow] + 16#499 [/zedescendercyrillic] + 16#2499 [/eighteenperiod] + 16#223D [/reversedtilde] + 16#310F [/hbopomofo] + 16#FFE1 [/sterlingmonospace] + 16#261C [/pointingindexleftwhite] + 16#3C0 [/pi] + 16#2164 [/Fiveroman] + 16#164 [/Tcaron] + 16#3036 [/circlepostalmark] + 16#FF08 [/parenleftmonospace] + 16#543 [/Cheharmenian] + 16#2E7 [/tonebarmidmod] + 16#922 [/ddhadeva] + 16#F7F4 [/Ocircumflexsmall] + 16#1E2F [/idieresisacute] + 16#246A [/elevencircle] + 16#46A [/Yusbigcyrillic] + 16#AA5 [/thagujarati] + 16#20E [/Oinvertedbreve] + 16#30E0 [/mukatakana] + 16#391 [/Alpha] + 16#3263 [/rieulcirclekorean] + 16#9CC [/auvowelsignbengali] + 16#135 [/jcircumflex] + 16#2135 [/aleph] + 16#3007 [/ideographiczero] + 16#1ED9 [/ocircumflexdotbelow] + 16#2514 [/SF020000] + 16#2B8 [/ysuperior] + 16#318A [/yuyeokorean] + 16#5C [/backslash] + 16#1E00 [/Aringbelow] + 16#43B [/elcyrillic /afii10077] + 16#FBA4 [/hehhamzaaboveisolatedarabic] + 16#330D [/karoriisquare] + 16#21DF [/pagedown] + 16#1DF [/adieresismacron] + 16#30B1 [/kekatakana] + 16#FF83 [/tekatakanahalfwidth] + 16#F6EC [/esuperior] + 16#E55 [/fivethai] + 16#5BE [/maqafhebrew /afii57645] + 16#3234 [/ideographicnameparen] + 16#99D [/jhabengali] + 16#106 [/Cacute] + 16#FEAA [/dalfinalarabic] + 16#1EAA [/Acircumflextilde] + 16#24E5 [/vcircle] + 16#FC4E [/noonmeemisolatedarabic] + 16#33B7 [/mvsquare] + 16#4E5 [/idieresiscyrillic] + 16#289 [/ubar] + 16#315B [/yokorean] + 16#202D [/afii61574] + 16#2D [/hyphen] + 16#2668 [/hotsprings] + 16#668 [/eightarabic /eighthackarabic /afii57400] + 16#40C [/afii10061 /Kjecyrillic] + 16#A47 [/eematragurmukhi] + 16#1B0 [/uhorn] + 16#3082 [/mohiragana] + 16#FF54 [/tmonospace] + 16#E26 [/luthai] + 16#333 [/dbllowlinecmb] + 16#3205 [/pieupparenkorean] + 16#96E [/eightdeva] + 16#D7 [/multiply] + 16#1E7B [/umacrondieresis] + 16#24B6 [/Acircle] + 16#4B6 [/Chedescendercyrillic] + 16#3388 [/calsquare] + 16#25A [/schwahook] + 16#F767 [/Gsmall] + 16#639 [/afii57433 /ainarabic] + 16#FB46 [/tsadidageshhebrew /tsadidagesh] + 16#A18 [/ghagurmukhi] + 16#181 [/Bhook] + 16#F8EA [/trademarksans] + 16#3053 [/kohiragana] + 16#FF25 [/Emonospace] + 16#2560 [/SF420000] + 16#FCC9 [/lamjeeminitialarabic] + 16#304 [/macroncmb] + 16#93F [/ivowelsigndeva] + 16#A8 [/dieresis] + 16#FE4C [/overlinedblwavy] + 16#1E4C [/Otildeacute] + 16#2487 [/twentyparen] + 16#AC2 [/uuvowelsigngujarati] + 16#222B [/integral] + 16#30FD [/iterationkatakana] + 16#F738 [/eightoldstyle] + 16#3AE [/etatonos] + 16#9E9 [/threebengali] + 16#152 [/OE] + 16#3024 [/fourhangzhou] + 16#278D [/fourcircleinversesansserif] + 16#FEF6 [/lamalefmaddaabovefinalarabic] + 16#1EF6 [/Yhookabove] + 16#531 [/Aybarmenian] + 16#2D5 [/downtackmod] + 16#910 [/aideva] + 16#2079 [/ninesuperior] + 16#F7E2 [/Acircumflexsmall] + 16#79 [/y] + 16#1E1D [/ecedillabreve] + 16#458 [/jecyrillic /afii10105] + 16#332A [/haitusquare] + 16#A93 [/ogujarati] + 16#1FC [/AEacute] + 16#30CE [/nokatakana] + 16#5DB [/kafhebrew /kaf /afii57675] + 16#123 [/gcommaaccent /gcedilla] + 16#F88C [/maieklowleftthai] + 16#FEC7 [/zahinitialarabic] + 16#1EC7 [/ecircumflexdotbelow] + 16#2502 [/SF110000] + 16#33D4 [/mbsquare] + 16#2A6 [/ts] + 16#3178 [/kapyeounpieupkorean] + 16#4A [/J] + 16#429 [/afii10043 /Shchacyrillic] + 16#21CD [/arrowleftdblstroke] + 16#1CD [/Acaron] + 16#FF71 [/akatakanahalfwidth] + 16#F6DA [/registerserif] + 16#E43 [/saraaimaimuanthai] + 16#5AC [/iluyhebrew] + 16#25AC [/filledrect /blackrectangle] + 16#3222 [/threeideographicparen] + 16#98B [/rvocalicbengali] + 16#F4 [/ocircumflex] + 16#FE98 [/tehmedialarabic] + 16#1E98 [/wring] + 16#24D3 [/dcircle] + 16#4D3 [/adieresiscyrillic] + 16#33A5 [/mcubedsquare] + 16#277 [/omegalatinclosed] + 16#2277 [/greaterorless] + 16#3149 [/ssangcieuckorean] + 16#201B [/quotereversed /quoteleftreversed] + 16#1B [/controlESC] + 16#A35 [/vagurmukhi] + 16#19E [/nlegrightlong] + 16#3070 [/bahiragana] + 16#FF42 [/bmonospace] + 16#E14 [/dodekthai] + 16#57D [/seharmenian] + 16#321 [/hookpalatalizedbelowcmb] + 16#2321 [/integralbottom /integralbt] + 16#95C [/dddhadeva] + 16#C5 [/Aring] + 16#1E69 [/sdotbelowdotaccent] + 16#FE69 [/dollarsmall] + 16#24A4 [/iparen] + 16#4A4 [/Enghecyrillic] + 16#2248 [/approxequal] + 16#311A [/abopomofo] + 16#627 [/afii57415 /alefarabic] + 16#3CB [/upsilondieresis] + 16#FB34 [/hedageshhebrew /hedagesh] + 16#329D [/ideographicexcellentcircle] + 16#A06 [/aagurmukhi] + 16#16F [/uring] + 16#3041 [/asmallhiragana] + 16#FF13 [/threemonospace] + 16#54E [/Vewarmenian] + 16#92D [/bhadeva] + 16#F7FF [/Ydieresissmall] + 16#6D1 [/yehthreedotsbelowarabic] + 16#FE3A [/tortoiseshellbracketrightvertical] + 16#1E3A [/Llinebelow] + 16#2475 [/twoparen] + 16#475 [/izhitsacyrillic /afii10196] + 16#3347 [/mansyonsquare] + 16#AB0 [/ragujarati] + 16#219 [/scommaaccent] + 16#2219 [/bulletoperator] + 16#30EB [/rukatakana] + 16#F726 [/ampersandsmall] + 16#39C [/Mu] + 16#326E [/kiyeokacirclekorean] + 16#9D7 [/aulengthmarkbengali] + 16#140 [/ldotaccent /ldot] + 16#3012 [/postalmark] + 16#FEE4 [/meemmedialarabic] + 16#1EE4 [/Udotbelow] + 16#2C3 [/arrowheadrightmod] + 16#67 [/g] + 16#1E0B [/ddotaccent] + 16#446 [/tsecyrillic /afii10088] + 16#FBAF [/yehbarreefinalarabic] + 16#3318 [/guramusquare] + 16#A81 [/candrabindugujarati] + 16#21EA [/capslock] + 16#1EA [/Oogonek] + 16#30BC [/zekatakana] + 16#FF8E [/hokatakanahalfwidth] + 16#F6F7 [/Dotaccentsmall] + 16#25C9 [/fisheye] + 16#323F [/ideographicallianceparen] + 16#9A8 [/nabengali] + 16#111 [/dmacron /dcroat] + 16#2111 [/Ifraktur] + 16#1EB5 [/abrevetilde] + 16#4F0 [/Udieresiscyrillic] + 16#33C2 [/amsquare] + 16#294 [/glottalstop] + 16#3166 [/nieuntikeutkorean] + 16#38 [/eight] + 16#F7A1 [/exclamdownsmall] + 16#417 [/Zecyrillic /afii10025] + 16#1BB [/twostroke] + 16#308D [/rohiragana] + 16#F6C8 [/afii10832] + 16#E31 [/maihanakatthai] + 16#59A [/yetivhebrew] + 16#33E [/tildeverticalcmb] + 16#3210 [/tikeutaparenkorean] + 16#E2 [/acircumflex] + 16#FE86 [/wawhamzaabovefinalarabic] + 16#1E86 [/Wdotaccent] + 16#4C1 [/Zhebrevecyrillic] + 16#24C1 [/Lcircle] + 16#3393 [/ghzsquare] + 16#265 [/hturned] + 16#2265 [/greaterequal] + 16#3137 [/tikeutkorean] + 16#9 [/controlHT] + 16#F772 [/Rsmall] + 16#644 [/lamarabic /afii57444] + 16#3E8 [/Horicoptic] + 16#A23 [/nnagurmukhi] + 16#18C [/dtopbar] + 16#F8F5 [/integralex] + 16#305E [/zohiragana] + 16#FF30 [/Pmonospace] + 16#E02 [/khokhaithai] + 16#56B [/iniarmenian] + 16#256B [/SF530000] + 16#30F [/dblgravecmb] + 16#94A [/oshortvowelsigndeva] + 16#B3 [/threesuperior] + 16#1E57 [/pdotaccent] + 16#2492 [/elevenperiod] + 16#492 [/Ghestrokecyrillic] + 16#ACD [/viramagujarati] + 16#2236 [/ratio] + 16#3108 [/fbopomofo] + 16#3B9 [/iota] + 16#328B [/ideographfirecircle] + 16#9F4 [/onenumeratorbengali] + 16#15D [/scircumflex] + 16#215D [/fiveeighths] + 16#FF01 [/exclammonospace] + 16#53C [/Liwnarmenian] + 16#253C [/SF050000] + 16#2E0 [/gammasuperior] + 16#91B [/chadeva] + 16#2084 [/fourinferior] + 16#F7ED [/Iacutesmall] + 16#1E28 [/Hcedilla] + 16#463 [/yatcyrillic /afii10194] + 16#2463 [/fourcircle] + 16#A9E [/nyagujarati] + 16#2207 [/nabla /gradient] + 16#207 [/einvertedbreve] + 16#30D9 [/bekatakana] + 16#5E6 [/tsadihebrew /tsadi /afii57686] + 16#25E6 [/whitebullet /openbullet] + 16#38A [/Iotatonos] + 16#12E [/Iogonek] + 16#212E [/estimated] + 16#F897 [/thanthakhatlowrightthai] + 16#3000 [/ideographicspace] + 16#FED2 [/fehfinalarabic] + 16#1ED2 [/Ocircumflexgrave] + 16#2B1 [/hhooksuperior] + 16#3183 [/yesieungpansioskorean] + 16#55 [/U] + 16#434 [/decyrillic /afii10069] + 16#A6F [/ninegurmukhi] + 16#1D8 [/udieresisacute] + 16#30AA [/okatakana] + 16#FF7C [/sikatakanahalfwidth] + 16#F6E5 [/hypheninferior] + 16#E4E [/yamakkanthai] + 16#25B7 [/whiterightpointingtriangle] + 16#5B7 [/patahwidehebrew /patahquarterhebrew /patahnarrowhebrew /patahhebrew /patah2a /patah1d /patah11 /patah /afii57798] + 16#322D [/ideographicwoodparen] + 16#996 [/khabengali] + 16#FF [/ydieresis] + 16#FEA3 [/hahinitialarabic] + 16#1EA3 [/ahookabove] + 16#24DE [/ocircle] + 16#4DE [/Zedieresiscyrillic] + 16#33B0 [/pssquare] + 16#2282 [/subset /propersubset] + 16#282 [/shook] + 16#3154 [/ekorean] + 16#26 [/ampersand] + 16#2026 [/ellipsis] + 16#661 [/onehackarabic /onearabic /afii57393] + 16#2661 [/heartsuitwhite] + 16#405 [/afii10054 /Dzecyrillic] + 16#A40 [/iimatragurmukhi] + 16#1A9 [/Esh] + 16#307B [/hohiragana] + 16#FF4D [/mmonospace] + 16#E1F [/fofanthai] + 16#2588 [/block] + 16#32C [/caronbelowcmb] + 16#967 [/onedeva] + 16#D0 [/Eth] + 16#1E74 [/Utildebelow] + 16#4AF [/ustraightcyrillic] + 16#24AF [/tparen] + 16#3381 [/nasquare] + 16#AEA [/fourgujarati] + 16#2253 [/imageorapproximatelyequal] + 16#253 [/bhook] + 16#3125 [/engbopomofo] + 16#F760 [/Gravesmall] + 16#632 [/zainarabic /afii57426] + 16#3D6 [/pisymbolgreek /omega1] + 16#32A8 [/ideographicrightcircle] + 16#17A [/zacute] + 16#217A [/elevenroman] + 16#304C [/gahiragana] + 16#FF1E [/greatermonospace] + 16#559 [/ringhalfleftarmenian] + 16#2559 [/SF490000] + 16#938 [/sadeva] + 16#20A1 [/colonmonetary /colonsign] + 16#A1 [/exclamdown] + 16#1E45 [/ndotaccent] + 16#2480 [/thirteenparen] + 16#480 [/Koppacyrillic] + 16#30F6 [/kesmallkatakana] + 16#F731 [/oneoldstyle] + 16#3A7 [/Chi] + 16#3279 [/thieuthacirclekorean] + 16#9E2 [/lvocalicvowelsignbengali] + 16#14B [/eng] + 16#301D [/quotedblprimereversed] + 16#1EEF [/uhorntilde] + 16#2CE [/gravelowmod] + 16#22CE [/curlyor] + 16#909 [/udeva] + 16#72 [/r] + 16#1E16 [/Emacronacute] + 16#451 [/iocyrillic /afii10071] + 16#3323 [/sentosquare] + 16#1F5 [/gacute] + 16#30C7 [/dekatakana] + 16#FF99 [/rukatakanahalfwidth] + 16#5D4 [/hehebrew /he /afii57668] + 16#11C [/Gcircumflex] + 16#F885 [/saraileftthai] + 16#211C [/Rfraktur] + 16#FEC0 [/dadmedialarabic] + 16#1EC0 [/Ecircumflexgrave] + 16#33CD [/KKsquare] + 16#3171 [/kapyeounmieumkorean] + 16#43 [/C] + 16#67E [/peharabic /afii57506] + 16#422 [/afii10036 /Tecyrillic] + 16#FB8B [/jehfinalarabic] + 16#1C6 [/dzcaron] + 16#21C6 [/arrowleftoverright] + 16#FF6A [/esmallkatakanahalfwidth] + 16#F6D3 [/dblGrave] + 16#25A5 [/squareverticalfill] + 16#5A5 [/merkhalefthebrew /merkhahebrew] + 16#321B [/hieuhaparenkorean] + 16#ED [/iacute] + 16#1E91 [/zcircumflex] + 16#FE91 [/behinitialarabic] + 16#4CC [/chekhakassiancyrillic] + 16#24CC [/Wcircle] + 16#339E [/squarekm] + 16#270 [/mlonglegturned] + 16#2270 [/notlessnorequal] + 16#3142 [/pieupkorean] + 16#14 [/controlDC4] + 16#2014 [/emdash] + 16#64F [/dammalowarabic /dammaarabic /afii57455] + 16#3F3 [/yotgreek] + 16#A2E [/magurmukhi] + 16#2197 [/arrowupright] + 16#197 [/Istroke] + 16#3069 [/dohiragana] + 16#FF3B [/bracketleftmonospace] + 16#E0D [/yoyingthai] + 16#576 [/nowarmenian] + 16#31A [/leftangleabovecmb] + 16#BE [/threequarters] + 16#6F9 [/ninepersian] + 16#FE62 [/plussmall] + 16#1E62 [/Sdotbelow] + 16#49D [/kaverticalstrokecyrillic] + 16#249D [/bparen] + 16#3113 [/zhbopomofo] + 16#FFE5 [/yenmonospace] + 16#3C4 [/tau] + 16#FB2D [/shindageshsindothebrew /shindageshsindot] + 16#3296 [/ideographicfinancialcircle] + 16#168 [/Utilde] + 16#2168 [/Nineroman] + 16#FF0C [/commamonospace] + 16#547 [/Shaarmenian] + 16#926 [/dadeva] + 16#F7F8 [/Oslashsmall] + 16#FE33 [/underscorevertical] + 16#1E33 [/kdotbelow] + 16#246E [/fifteencircle] + 16#46E [/Ksicyrillic] + 16#212 [/Rinvertedbreve] + 16#2212 [/minus] + 16#30E4 [/yakatakana] + 16#5F1 [/vavyodhebrew /afii57717] + 16#395 [/Epsilon] + 16#3267 [/ieungcirclekorean] + 16#139 [/Lacute] + 16#300B [/dblanglebracketright] + 16#1EDD [/ohorngrave] + 16#2518 [/SF040000] + 16#2BC [/apostrophemod /afii57929] + 16#318E [/araeaekorean] + 16#60 [/grave] + 16#1E04 [/Bdotbelow] + 16#43F [/pecyrillic /afii10081] + 16#FBA8 [/hehinitialaltonearabic] + 16#1E3 [/aemacron] + 16#21E3 [/arrowdashdown] + 16#30B5 [/sakatakana] + 16#FF87 [/nukatakanahalfwidth] + 16#F6F0 [/osuperior] + 16#E59 [/ninethai] + 16#5C2 [/sindothebrew /afii57803] + 16#3238 [/ideographiclaborparen] + 16#9A1 [/ddabengali] + 16#10A [/Cdotaccent /Cdot] + 16#FEAE [/rehfinalarabic] + 16#1EAE [/Abreveacute] + 16#24E9 [/zcircle] + 16#4E9 [/obarredcyrillic] + 16#33BB [/nwsquare] + 16#28D [/wturned] + 16#315F [/wikorean] + 16#31 [/one] + 16#66C [/thousandsseparatorpersian /thousandsseparatorarabic] + 16#266C [/beamedsixteenthnotes] + 16#410 [/afii10017 /Acyrillic] + 16#A4B [/oomatragurmukhi] + 16#1B4 [/yhook] + 16#3086 [/yuhiragana] + 16#FF58 [/xmonospace] + 16#E2A [/sosuathai] + 16#2593 [/shadedark /dkshade] + 16#593 [/shalshelethebrew] + 16#337 [/solidusshortoverlaycmb] + 16#3209 [/chieuchparenkorean] + 16#DB [/Ucircumflex] + 16#1E7F [/vdotbelow] + 16#4BA [/Shhacyrillic] + 16#24BA [/Ecircle] + 16#338C [/mufsquare] + 16#25E [/eopenreversedclosed] + 16#2002 [/enspace] + 16#2 [/controlSOT] + 16#F76B [/Ksmall] + 16#FB4A [/tavdageshhebrew /tavdagesh /tavdages] + 16#A1C [/jagurmukhi] + 16#185 [/tonesix] + 16#F8EE [/bracketlefttp] + 16#3057 [/sihiragana] + 16#FF29 [/Imonospace] + 16#564 [/daarmenian] + 16#2564 [/SF470000] + 16#308 [/dieresiscmb] + 16#943 [/rvocalicvowelsigndeva] + 16#20AC [/euro /Euro] + 16#AC [/logicalnot] + 16#FE50 [/commasmall] + 16#1E50 [/Omacrongrave] + 16#248B [/fourperiod] + 16#260E [/telephoneblack] + 16#3B2 [/beta] + 16#9ED [/sevenbengali] + 16#156 [/Rcommaaccent /Rcedilla] + 16#3028 [/eighthangzhou] + 16#2791 [/eightcircleinversesansserif] + 16#FEFA [/lamalefhamzabelowfinalarabic] + 16#535 [/Echarmenian] + 16#2D9 [/dotaccent] + 16#914 [/audeva] + 16#207D [/parenleftsuperior] + 16#F7E6 [/AEsmall] + 16#7D [/braceright] + 16#1E21 [/gmacron] + 16#45C [/kjecyrillic /afii10109] + 16#A97 [/gagujarati] + 16#200 [/Adblgrave] + 16#2200 [/universal /forall] + 16#30D2 [/hikatakana] + 16#5DF [/finalnunhebrew /finalnun /afii57679] + 16#9BE [/aavowelsignbengali] + 16#127 [/hbar] + 16#F890 [/maitriupperleftthai] + 16#1ECB [/idotbelow] + 16#FECB [/aininitialarabic] + 16#33D8 [/pmsquare] + 16#317C [/siostikeutkorean] + 16#4E [/N] + 16#FDF2 [/lamlamhehisolatedarabic] + 16#42D [/afii10047 /Ereversedcyrillic] + 16#A68 [/twogurmukhi] + 16#1D1 [/Ocaron] + 16#21D1 [/arrowdblup] + 16#30A3 [/ismallkatakana] + 16#FF75 [/okatakanahalfwidth] + 16#F6DE [/threequartersemdash] + 16#E47 [/maitaikhuthai] + 16#5B0 [/shevawidehebrew /shevaquarterhebrew /shevanarrowhebrew /shevahebrew /sheva2e /sheva22 /sheva15 /sheva115 /sheva /afii57799] + 16#3226 [/sevenideographicparen] + 16#98F [/ebengali] + 16#F8 [/oslash] + 16#FE9C [/thehmedialarabic] + 16#24D7 [/hcircle] + 16#4D7 [/iebrevecyrillic] + 16#33A9 [/pasquare] + 16#227B [/succeeds] + 16#27B [/rhookturned] + 16#314D [/phieuphkorean] + 16#1F [/controlUS] + 16#FB67 [/ttehfinalarabic] + 16#A39 [/hagurmukhi] + 16#1A2 [/Oi] + 16#3074 [/pihiragana] + 16#FF46 [/fmonospace] + 16#E18 [/thothongthai] + 16#581 [/coarmenian] + 16#325 [/ringbelowcmb] + 16#2325 [/option] + 16#960 [/rrvocalicdeva] + 16#C9 [/Eacute] + 16#1E6D [/tdotbelow] + 16#24A8 [/mparen] + 16#4A8 [/Haabkhasiancyrillic] + 16#224C [/allequal] + 16#311E [/aibopomofo] + 16#62B [/theharabic /afii57419] + 16#FB38 [/tetdageshhebrew /tetdagesh] + 16#A0A [/uugurmukhi] + 16#173 [/uogonek] + 16#2173 [/fourroman] + 16#3045 [/usmallhiragana] + 16#FF17 [/sevenmonospace] + 16#552 [/Yiwnarmenian] + 16#2552 [/SF510000] + 16#931 [/rradeva] + 16#6D5 [/afii57534] + 16#FE3E [/dblanglebracketrightvertical] + 16#1E3E [/Macute] + 16#479 [/ukcyrillic] + 16#2479 [/sixparen] + 16#221D [/proportional] + 16#30EF [/wakatakana] + 16#3A0 [/Pi] + 16#3272 [/mieumacirclekorean] + 16#144 [/nacute] + 16#3016 [/whitelenticularbracketleft] + 16#FEE8 [/noonmedialarabic] + 16#1EE8 [/Uhornacute] + 16#2C7 [/caron] + 16#902 [/anusvaradeva] + 16#6B [/k] + 16#1E0F [/dlinebelow] + 16#44A [/hardsigncyrillic /afii10092] + 16#A85 [/agujarati] + 16#1EE [/Ezhcaron] + 16#30C0 [/dakatakana] + 16#FF92 [/mekatakanahalfwidth] + 16#F6FB [/Ogoneksmall] + 16#3243 [/ideographicreachparen] + 16#9AC [/babengali] + 16#115 [/ebreve] + 16#1EB9 [/edotbelow] + 16#4F4 [/Chedieresiscyrillic] + 16#33C6 [/coverkgsquare] + 16#298 [/bilabialclick] + 16#316A [/rieultikeutkorean] + 16#203C [/exclamdbl] + 16#3C [/less] + 16#41B [/afii10029 /Elcyrillic] + 16#1BF [/wynn] + 16#3091 [/wehiragana] + 16#FF63 [/cornerbracketrighthalfwidth] + 16#F6CC [/DieresisAcute] + 16#E35 [/saraiithai] + 16#59E [/gershayimaccenthebrew] + 16#342 [/perispomenigreekcmb] + 16#3214 [/siosaparenkorean] + 16#E6 [/ae] + 16#FE8A [/yehhamzaabovefinalarabic] + 16#1E8A [/Xdotaccent] + 16#24C5 [/Pcircle] + 16#3397 [/dlsquare] + 16#269 [/iotalatin] + 16#313B [/rieulmieumkorean] + 16#D [/controlCR] + 16#200D [/afii301] + 16#F776 [/Vsmall] + 16#648 [/wawarabic /afii57448] + 16#3EC [/Shimacoptic] + 16#A27 [/dhagurmukhi] + 16#190 [/Eopen] + 16#F8F9 [/bracketrighttp] + 16#3062 [/dihiragana] + 16#2190 [/arrowleft] + 16#FF34 [/Tmonospace] + 16#E06 [/khorakhangthai] + 16#56F [/kenarmenian] + 16#313 [/commaabovecmb] + 16#B7 [/middot /periodcentered] + 16#6F2 [/twopersian] + 16#1E5B [/rdotbelow] + 16#FE5B [/braceleftsmall] + 16#2496 [/fifteenperiod] + 16#496 [/Zhedescendercyrillic] + 16#310C [/lbopomofo] + 16#3BD [/nu] + 16#328F [/ideographearthcircle] + 16#9F8 [/denominatorminusonenumeratorbengali] + 16#161 [/scaron] + 16#2161 [/Tworoman] + 16#FF05 [/percentmonospace] + 16#540 [/Hoarmenian] + 16#2E4 [/glottalstopreversedsuperior] + 16#91F [/ttadeva] + 16#2088 [/eightinferior] + 16#F7F1 [/Ntildesmall] + 16#1E2C [/Itildebelow] + 16#467 [/yuslittlecyrillic] + 16#2467 [/eightcircle] + 16#3339 [/herutusquare] + 16#AA2 [/ddhagujarati] + 16#20B [/iinvertedbreve] + 16#220B [/suchthat] + 16#30DD [/pokatakana] + 16#5EA [/tavhebrew /tav /afii57690] + 16#38E [/Upsilontonos] + 16#3260 [/kiyeokcirclekorean] + 16#132 [/IJ] + 16#3004 [/jis] + 16#FED6 [/qaffinalarabic] + 16#1ED6 [/Ocircumflextilde] + 16#2B5 [/rhookturnedsuperior] + 16#3187 [/yoyakorean] + 16#59 [/Y] + 16#438 [/iicyrillic /afii10074] + 16#A73 [/uragurmukhi] + 16#1DC [/udieresisgrave] + 16#30AE [/gikatakana] + 16#FF80 [/takatakanahalfwidth] + 16#F6E9 [/asuperior] + 16#E52 [/twothai] + 16#5BB [/qubutswidehebrew /qubutsquarterhebrew /qubutsnarrowhebrew /qubutshebrew /qubuts31 /qubuts25 /qubuts18 /qubuts /afii57796] + 16#3231 [/ideographicstockparen] + 16#99A [/cabengali] + 16#2103 [/centigrade] + 16#103 [/abreve] + 16#FEA7 [/khahinitialarabic] + 16#1EA7 [/acircumflexgrave] + 16#24E2 [/scircle] + 16#FC4B [/noonjeemisolatedarabic] + 16#33B4 [/pvsquare] + 16#4E2 [/Imacroncyrillic] + 16#2286 [/subsetorequal /reflexsubset] + 16#286 [/eshcurl] + 16#3158 [/wakorean] + 16#2A [/asterisk] + 16#665 [/fivehackarabic /fivearabic /afii57397] + 16#2665 [/heartsuitblack /heart] + 16#409 [/afii10058 /Ljecyrillic] + 16#1AD [/thook] + 16#307F [/mihiragana] + 16#FF51 [/qmonospace] + 16#E23 [/roruathai] + 16#258C [/lfblock] + 16#330 [/tildebelowcmb] + 16#3202 [/tikeutparenkorean] + 16#96B [/fivedeva] + 16#D4 [/Ocircumflex] + 16#1E78 [/Utildeacute] + 16#24B3 [/xparen] + 16#4B3 [/hadescendercyrillic] + 16#3385 [/KBsquare] + 16#AEE [/eightgujarati] + 16#257 [/dhook] + 16#3129 [/iubopomofo] + 16#F764 [/Dsmall] + 16#636 [/dadarabic /afii57430] + 16#3DA [/Stigmagreek] + 16#FB43 [/pefinaldageshhebrew] + 16#A15 [/kagurmukhi] + 16#17E [/zcaron] + 16#F8E7 [/arrowhorizex] + 16#3050 [/guhiragana] + 16#FF22 [/Bmonospace] + 16#55D [/commaarmenian] + 16#255D [/SF260000] + 16#301 [/acutecomb /acutecmb] + 16#93C [/nuktadeva] + 16#A5 [/yen] + 16#FE49 [/overlinedashed] + 16#1E49 [/nlinebelow] + 16#2484 [/seventeenparen] + 16#484 [/palatalizationcyrilliccmb] + 16#ABF [/ivowelsigngujarati] + 16#2228 [/logicalor] + 16#30FA [/vokatakana] + 16#F735 [/fiveoldstyle] + 16#3AB [/Upsilondieresis] + 16#9E6 [/zerobengali] + 16#14F [/obreve] + 16#3021 [/onehangzhou] + 16#278A [/onecircleinversesansserif] + 16#FEF3 [/yehinitialarabic /alefmaksurainitialarabic] + 16#1EF3 [/ygrave] + 16#2D2 [/ringhalfrightcentered] + 16#90D [/ecandradeva] + 16#2076 [/sixsuperior] + 16#76 [/v] + 16#1E1A [/Etildebelow] + 16#455 [/dzecyrillic /afii10102] + 16#3327 [/tonsquare] + 16#A90 [/aigujarati] + 16#30CB [/nikatakana] + 16#FF9D [/nkatakanahalfwidth] + 16#5D8 [/tethebrew /tet /afii57672] + 16#25D8 [/invbullet /bulletinverse] + 16#9B7 [/ssabengali] + 16#120 [/Gdotaccent /Gdot] + 16#F889 [/maitaikhuleftthai] + 16#FEC4 [/tahmedialarabic] + 16#1EC4 [/Ecircumflextilde] + 16#33D1 [/squareln] + 16#22A3 [/tackleft] + 16#2A3 [/dzaltone] + 16#3175 [/pieupsiostikeutkorean] + 16#47 [/G] + 16#426 [/afii10040 /Tsecyrillic] + 16#1CA [/NJ] + 16#309C [/semivoicedmarkkana] + 16#FF6E [/yosmallkatakanahalfwidth] + 16#F6D7 [/dieresisacute] + 16#E40 [/saraethai] + 16#25A9 [/squarediagonalcrosshatchfill] + 16#5A9 [/telishaqetanahebrew] + 16#988 [/iibengali] + 16#F1 [/ntilde] + 16#1E95 [/zlinebelow] + 16#24D0 [/acircle] + 16#4D0 [/Abrevecyrillic] + 16#33A2 [/kmsquaredsquare] + 16#3146 [/ssangsioskorean] + 16#18 [/controlCAN] + 16#2018 [/quoteleft] + 16#A32 [/lagurmukhi] + 16#19B [/lambdastroke] + 16#306D [/nehiragana] + 16#FF3F [/underscoremonospace] + 16#E11 [/thonangmonthothai] + 16#57A [/peharmenian] + 16#31E [/downtackbelowcmb] + 16#959 [/khhadeva] + 16#C2 [/Acircumflex] + 16#FE66 [/equalsmall] + 16#1E66 [/Scarondotaccent] + 16#24A1 [/fparen] + 16#4A1 [/kabashkircyrillic] + 16#2245 [/approximatelyequal /congruent] + 16#3117 [/zbopomofo] + 16#624 [/wawhamzaabovearabic /afii57412] + 16#3C8 [/psi] + 16#FB31 [/betdageshhebrew /betdagesh] + 16#16C [/Ubreve] + 16#FF10 [/zeromonospace] + 16#54B [/Jheharmenian] + 16#92A [/padeva] + 16#F7FC [/Udieresissmall] + 16#1E37 [/ldotbelow] + 16#FE37 [/braceleftvertical] + 16#2472 [/nineteencircle] + 16#472 [/afii10147 /Fitacyrillic] + 16#5344 [/twentyhangzhou] + 16#AAD [/bhagujarati] + 16#216 [/Uinvertedbreve] + 16#30E8 [/yokatakana] + 16#399 [/Iota] + 16#FB02 [/fl] + 16#326B [/thieuthcirclekorean] + 16#13D [/Lcaron] + 16#300F [/whitecornerbracketright] + 16#1EE1 [/ohorntilde] + 16#251C [/SF080000] + 16#2C0 [/glottalstopmod] + 16#64 [/d] + 16#1E08 [/Ccedillaacute] + 16#443 [/ucyrillic /afii10085] + 16#3315 [/kiroguramusquare] + 16#1E7 [/gcaron] + 16#21E7 [/arrowupwhite] + 16#30B9 [/sukatakana] + 16#FF8B [/hikatakanahalfwidth] + 16#F6F4 [/Brevesmall] + 16#25C6 [/blackdiamond] + 16#323C [/ideographicsuperviseparen] + 16#9A5 [/thabengali] + 16#10E [/Dcaron] + 16#FEB2 [/seenfinalarabic] + 16#1EB2 [/Abrevehookabove] + 16#33BF [/mwmegasquare] + 16#291 [/zcurl] + 16#3163 [/ikorean] + 16#2035 [/primereversed] + 16#35 [/five] + 16#414 [/afii10021 /Decyrillic] + 16#FB7D [/tchehmedialarabic] + 16#1B8 [/Ezhreversed] + 16#308A [/rihiragana] + 16#FF5C [/barmonospace] + 16#F6C5 [/afii10064] + 16#E2E [/honokhukthai] + 16#597 [/reviamugrashhebrew /reviahebrew] + 16#33B [/squarebelowcmb] + 16#320D [/hieuhparenkorean] + 16#DF [/germandbls] + 16#1E83 [/wacute] + 16#24BE [/Icircle] + 16#4BE [/Chedescenderabkhasiancyrillic] + 16#3390 [/Hzsquare] + 16#2262 [/notidentical] + 16#3134 [/nieunkorean] + 16#6 [/controlACK] + 16#F76F [/Osmall] + 16#641 [/feharabic /afii57441] + 16#2641 [/earth] + 16#3E5 [/feicoptic] + 16#FB4E [/perafehebrew] + 16#A20 [/tthagurmukhi] + 16#189 [/Dafrican] + 16#F8F2 [/braceleftmid] + 16#305B [/sehiragana] + 16#FF2D [/Mmonospace] + 16#568 [/etarmenian] + 16#FCD1 [/meemmeeminitialarabic] + 16#2568 [/SF460000] + 16#30C [/caroncmb] + 16#947 [/evowelsigndeva] + 16#B0 [/degree] + 16#FE54 [/semicolonsmall] + 16#1E54 [/Pacute] + 16#248F [/eightperiod] + 16#3105 [/bbopomofo] + 16#3B6 [/zeta] + 16#FB1F [/yodyodpatahhebrew /doubleyodpatahhebrew /doubleyodpatah /afii57705] + 16#9F1 [/ralowerdiagonalbengali] + 16#15A [/Sacute] + 16#539 [/Toarmenian] + 16#FCA2 [/tehhahinitialarabic] + 16#2DD [/hungarumlaut] + 16#918 [/ghadeva] + 16#2081 [/oneinferior] + 16#F7EA [/Ecircumflexsmall] + 16#1E25 [/hdotbelow] + 16#2460 [/onecircle] + 16#460 [/Omegacyrillic] + 16#A9B [/chagujarati] + 16#204 [/Edblgrave] + 16#30D6 [/bukatakana] + 16#5E3 [/finalpehebrew /finalpe /afii57683] + 16#25E3 [/blacklowerlefttriangle] + 16#387 [/anoteleia] + 16#9C2 [/uuvowelsignbengali] + 16#12B [/imacron] + 16#F894 [/maichattawalowrightthai] + 16#212B [/angstrom] + 16#1ECF [/ohookabove] + 16#FECF [/ghaininitialarabic] + 16#FC73 [/tehnoonfinalarabic] + 16#33DC [/svsquare] + 16#3180 [/ssangieungkorean] + 16#52 [/R] + 16#431 [/becyrillic /afii10066] + 16#3303 [/aarusquare] + 16#A6C [/sixgurmukhi] + 16#1D5 [/Udieresismacron] + 16#30A7 [/esmallkatakana] + 16#FF79 [/kekatakanahalfwidth] + 16#F6E2 [/commasuperior] + 16#E4B [/maichattawathai] + 16#5B4 [/hiriq2d /hiriq21 /hiriq14 /hiriq /hiriqwidehebrew /hiriqquarterhebrew /hiriqnarrowhebrew /hiriqhebrew /afii57793] + 16#25B4 [/blackuppointingsmalltriangle] + 16#322A [/ideographicmoonparen] + 16#993 [/obengali] + 16#FC [/udieresis] + 16#FEA0 [/jeemmedialarabic] + 16#1EA0 [/Adotbelow] + 16#4DB [/schwadieresiscyrillic] + 16#24DB [/lcircle] + 16#33AD [/radsquare] + 16#27F [/rfishhookreversed] + 16#3151 [/yakorean] + 16#23 [/numbersign] + 16#402 [/afii10051 /Djecyrillic] + 16#FB6B [/vehfinalarabic] + 16#1A6 [/yr] + 16#3078 [/hehiragana] + 16#FF4A [/jmonospace] + 16#E1C [/phophungthai] + 16#585 [/oharmenian] + 16#329 [/verticallinebelowcmb] + 16#2329 [/angleleft] + 16#964 [/danda] + 16#CD [/Iacute] + 16#1E71 [/tcircumflexbelow] + 16#24AC [/qparen] + 16#4AC [/Tedescendercyrillic] + 16#337E [/meizierasquare] + 16#AE7 [/onegujarati] + 16#250 [/aturned] + 16#2250 [/approaches] + 16#3122 [/anbopomofo] + 16#262F [/yinyang] + 16#62F [/dalarabic /afii57423] + 16#3D3 [/Upsilonacutehooksymbolgreek] + 16#FB3C [/lameddageshhebrew /lameddagesh] + 16#32A5 [/ideographiccentrecircle] + 16#177 [/ycircumflex] + 16#2177 [/eightroman] + 16#3049 [/osmallhiragana] + 16#FF1B [/semicolonmonospace] + 16#556 [/Feharmenian] + 16#2556 [/SF210000] + 16#935 [/vadeva] + 16#FE42 [/cornerbracketrightvertical] + 16#1E42 [/Mdotbelow] + 16#247D [/tenparen] + 16#47D [/omegatitlocyrillic] + 16#AB8 [/sagujarati] + 16#30F3 [/nkatakana] + 16#3A4 [/Tau] + 16#3276 [/cieucacirclekorean] + 16#9DF [/yyabengali] + 16#148 [/ncaron] + 16#FEEC [/hehmedialarabic] + 16#1EEC [/Uhornhookabove] + 16#2CB [/fourthtonechinese] + 16#906 [/aadeva] + 16#6F [/o] + 16#1E13 [/dcircumflexbelow] + 16#44E [/iucyrillic /afii10096] + 16#A89 [/ugujarati] + 16#1F2 [/Dz] + 16#30C4 [/tukatakana] + 16#FF96 [/yokatakanahalfwidth] + 16#F6FF [/Zcaronsmall] + 16#25D1 [/circlewithrighthalfblack] + 16#5D1 [/bethebrew /afii57665 /bet] + 16#375 [/numeralsignlowergreek] + 16#9B0 [/rabengali] + 16#119 [/eogonek] + 16#1EBD [/etilde] + 16#4F8 [/Yerudieresiscyrillic] + 16#FC61 [/shaddadammaarabic] + 16#33CA [/hasquare] + 16#316E [/mieumpieupkorean] + 16#40 [/at] + 16#41F [/afii10033 /Pecyrillic] + 16#A5A [/ghhagurmukhi] + 16#1C3 [/clickretroflex] + 16#FF67 [/asmallkatakanahalfwidth] + 16#F6D0 [/Macron] + 16#E39 [/sarauuthai] + 16#3218 [/khieukhaparenkorean] + 16#981 [/candrabindubengali] + 16#EA [/ecircumflex] + 16#1E8E [/Ydotaccent] + 16#FE8E [/aleffinalarabic] + 16#24C9 [/Tcircle] + 16#339B [/mumsquare] + 16#26D [/lhookretroflex] + 16#313F [/rieulphieuphkorean] + 16#11 [/controlDC1] + 16#F77A [/Zsmall] + 16#64C [/dammatanarabic /dammatanaltonearabic /afii57452] + 16#3F0 [/kappasymbolgreek] + 16#FB59 [/pehmedialarabic] + 16#A2B [/phagurmukhi] + 16#194 [/Gammaafrican] + 16#F8FD [/bracerightmid] + 16#3066 [/tehiragana] + 16#2194 [/arrowboth] + 16#FF38 [/Xmonospace] + 16#E0A [/chochangthai] + 16#573 [/cheharmenian] + 16#317 [/acutebelowcmb] + 16#952 [/anudattadeva] + 16#BB [/guillemotright] + 16#6F6 [/sixpersian] + 16#1E5F [/rlinebelow] + 16#FE5F [/numbersignsmall] + 16#249A [/nineteenperiod] + 16#49A [/Kadescendercyrillic] + 16#3110 [/jbopomofo] + 16#261D [/pointingindexupwhite] + 16#3C1 [/rho] + 16#FB2A [/shinshindothebrew /shinshindot /afii57694] + 16#165 [/tcaron] + 16#2165 [/Sixroman] + 16#FF09 [/parenrightmonospace] + 16#544 [/Menarmenian] + 16#2E8 [/tonebarlowmod] + 16#923 [/nnadeva] + 16#F7F5 [/Otildesmall] + 16#FE30 [/twodotleadervertical] + 16#1E30 [/Kacute] + 16#46B [/yusbigcyrillic] + 16#246B [/twelvecircle] + 16#AA6 [/dagujarati] + 16#20F [/oinvertedbreve] + 16#220F [/product] + 16#30E1 [/mekatakana] + 16#392 [/Beta] + 16#3264 [/mieumcirclekorean] + 16#9CD [/viramabengali] + 16#136 [/Kcommaaccent /Kcedilla] + 16#3008 [/anglebracketleft] + 16#FEDA [/kaffinalarabic] + 16#1EDA [/Ohornacute] + 16#2B9 [/primemod] + 16#318B [/yuyekorean] + 16#5D [/bracketright] + 16#698 [/jeharabic /afii57508] + 16#1E01 [/aringbelow] + 16#43C [/emcyrillic /afii10078] + 16#FBA5 [/hehhamzaabovefinalarabic] + 16#21E0 [/arrowdashleft] + 16#1E0 [/Adotmacron] + 16#30B2 [/gekatakana] + 16#FF84 [/tokatakanahalfwidth] + 16#F6ED [/isuperior] + 16#E56 [/sixthai] + 16#25BF [/whitedownpointingsmalltriangle] + 16#5BF [/rafehebrew /rafe /afii57841] + 16#3235 [/ideographicspecialparen] + 16#99E [/nyabengali] + 16#107 [/cacute] + 16#1EAB [/acircumflextilde] + 16#24E6 [/wcircle] + 16#4E6 [/Odieresiscyrillic] + 16#33B8 [/kvsquare] + 16#28A [/upsilonlatin] + 16#228A [/subsetnotequal] + 16#315C [/ukorean] + 16#202E [/afii61575] + 16#2E [/period] + 16#2669 [/quarternote] + 16#669 [/ninearabic /ninehackarabic /afii57401] + 16#A48 [/aimatragurmukhi] + 16#1B1 [/Upsilonafrican] + 16#3083 [/yasmallhiragana] + 16#FF55 [/umonospace] + 16#F6BE [/dotlessj] + 16#E27 [/wowaenthai] + 16#2590 [/rtblock] + 16#334 [/tildeoverlaycmb] + 16#3206 [/siosparenkorean] + 16#96F [/ninedeva] + 16#D8 [/Oslash] + 16#2713 [/checkmark] + 16#1E7C [/Vtilde] + 16#4B7 [/chedescendercyrillic] + 16#24B7 [/Bcircle] + 16#3389 [/kcalsquare] + 16#25B [/eopen] + 16#F768 [/Hsmall] + 16#263A [/whitesmilingface /smileface] + 16#63A [/ghainarabic /afii57434] + 16#3DE [/Koppagreek] + 16#FB47 [/qofdageshhebrew /qofdagesh] + 16#A19 [/ngagurmukhi] + 16#182 [/Btopbar] + 16#F8EB [/parenlefttp] + 16#3054 [/gohiragana] + 16#FF26 [/Fmonospace] + 16#561 [/aybarmenian] + 16#FCCA [/lamhahinitialarabic] + 16#2561 [/SF190000] + 16#2305 [/projective] + 16#305 [/overlinecmb] + 16#940 [/iivowelsigndeva] + 16#20A9 [/won] + 16#A9 [/copyright] + 16#FE4D [/lowlinedashed] + 16#1E4D [/otildeacute] + 16#2488 [/oneperiod] + 16#AC3 [/rvocalicvowelsigngujarati] + 16#222C [/dblintegral] + 16#30FE [/voicediterationkatakana] + 16#F739 [/nineoldstyle] + 16#3AF [/iotatonos] + 16#9EA [/fourbengali] + 16#2153 [/onethird] + 16#153 [/oe] + 16#3025 [/fivehangzhou] + 16#278E [/fivecircleinversesansserif] + 16#1EF7 [/yhookabove] + 16#FEF7 [/lamalefhamzaaboveisolatedarabic] + 16#532 [/Benarmenian] + 16#2D6 [/plusmod] + 16#911 [/ocandradeva] + 16#207A [/plussuperior] + 16#F7E3 [/Atildesmall] + 16#7A [/z] + 16#1E1E [/Fdotaccent] + 16#459 [/ljecyrillic /afii10106] + 16#332B [/paasentosquare] + 16#A94 [/augujarati] + 16#1FD [/aeacute] + 16#30CF [/hakatakana] + 16#5DC [/lamedhebrew /lamed /afii57676] + 16#124 [/Hcircumflex] + 16#F88D [/maithoupperleftthai] + 16#FEC8 [/zahmedialarabic] + 16#1EC8 [/Ihookabove] + 16#33D5 [/squaremil] + 16#2A7 [/tesh] + 16#3179 [/kapyeounssangpieupkorean] + 16#4B [/K] + 16#F7B4 [/Acutesmall] + 16#686 [/tcheharabic /afii57507] + 16#42A [/afii10044 /Hardsigncyrillic] + 16#FB93 [/gaffinalarabic] + 16#1CE [/acaron] + 16#FF72 [/ikatakanahalfwidth] + 16#F6DB [/trademarkserif] + 16#E44 [/saraaimaimalaithai] + 16#5AD [/dehihebrew] + 16#3223 [/fourideographicparen] + 16#98C [/lvocalicbengali] + 16#F5 [/otilde] + 16#1E99 [/yring] + 16#24D4 [/ecircle] + 16#4D4 [/Aiecyrillic] + 16#33A6 [/kmcubedsquare] + 16#278 [/philatin] + 16#314A [/chieuchkorean] + 16#1C [/controlFS] + 16#201C [/quotedblleft] + 16#A36 [/shagurmukhi] + 16#19F [/Ocenteredtilde] + 16#3071 [/pahiragana] + 16#FF43 [/cmonospace] + 16#E15 [/totaothai] + 16#57E [/vewarmenian] + 16#322 [/hookretroflexbelowcmb] + 16#95D [/rhadeva] + 16#C6 [/AE] + 16#FE6A [/percentsmall] + 16#1E6A [/Tdotaccent] + 16#24A5 [/jparen] + 16#FC0E [/tehmeemisolatedarabic] + 16#4A5 [/enghecyrillic] + 16#AE0 [/rrvocalicgujarati] + 16#311B [/obopomofo] + 16#628 [/afii57416 /beharabic] + 16#3CC [/omicrontonos] + 16#FB35 [/vavdageshhebrew /vavdagesh65 /vavdagesh /afii57723] + 16#329E [/ideographicprintcircle] + 16#A07 [/igurmukhi] + 16#2170 [/oneroman] + 16#170 [/Uhungarumlaut /Udblacute] + 16#3042 [/ahiragana] + 16#FF14 [/fourmonospace] + 16#54F [/Tiwnarmenian] + 16#92E [/madeva] + 16#6D2 [/yehbarreearabic /afii57519] + 16#1E3B [/llinebelow] + 16#FE3B [/blacklenticularbracketleftvertical] + 16#2476 [/threeparen] + 16#476 [/Izhitsadblgravecyrillic] + 16#221A [/radical] + 16#30EC [/rekatakana] + 16#39D [/Nu] + 16#326F [/nieunacirclekorean] + 16#141 [/Lslash] + 16#3013 [/getamark] + 16#1EE5 [/udotbelow] + 16#2C4 [/arrowheadupmod] + 16#68 [/h] + 16#1E0C [/Ddotbelow] + 16#447 [/checyrillic /afii10089] + 16#A82 [/anusvaragujarati] + 16#1EB [/oogonek] + 16#30BD [/sokatakana] + 16#FF8F [/makatakanahalfwidth] + 16#F6F8 [/Hungarumlautsmall] + 16#25CA [/lozenge] + 16#3240 [/ideographicfestivalparen] + 16#112 [/Emacron] + 16#FEB6 [/sheenfinalarabic] + 16#1EB6 [/Abrevedotbelow] + 16#4F1 [/udieresiscyrillic] + 16#33C3 [/bqsquare] + 16#2295 [/pluscircle /circleplus] + 16#295 [/glottalstopreversed] + 16#3167 [/nieunsioskorean] + 16#2039 [/guilsinglleft] + 16#F7A2 [/centoldstyle] + 16#39 [/nine] + 16#418 [/afii10026 /Iicyrillic] + 16#21BC [/harpoonleftbarbup] + 16#1BC [/Tonefive] + 16#308E [/wasmallhiragana] + 16#F6C9 [/Acute] + 16#E32 [/saraaathai] + 16#59B [/tevirlefthebrew /tevirhebrew] + 16#33F [/dbloverlinecmb] + 16#3211 [/rieulaparenkorean] + 16#E3 [/atilde] + 16#1E87 [/wdotaccent] + 16#4C2 [/zhebrevecyrillic] + 16#24C2 [/Mcircle] + 16#3394 [/thzsquare] + 16#2266 [/lessoverequal] + 16#266 [/hhook] + 16#3138 [/ssangtikeutkorean] + 16#A [/controlLF] + 16#F773 [/Ssmall] + 16#645 [/meemarabic /afii57445] + 16#3E9 [/horicoptic] + 16#A24 [/tagurmukhi] + 16#18D [/deltaturned] + 16#F8F6 [/parenrighttp] + 16#305F [/tahiragana] + 16#FF31 [/Qmonospace] + 16#E03 [/khokhuatthai] + 16#56C [/liwnarmenian] + 16#FCD5 [/noonmeeminitialarabic] + 16#256C [/SF440000] + 16#2310 [/revlogicalnot /logicalnotreversed] + 16#310 [/candrabinducmb] + 16#94B [/ovowelsigndeva] + 16#B4 [/acute] + 16#1E58 [/Rdotaccent] + 16#2493 [/twelveperiod] + 16#493 [/ghestrokecyrillic] + 16#2237 [/proportion] + 16#3109 [/dbopomofo] + 16#3BA [/kappa] + 16#328C [/ideographwatercircle] + 16#9F5 [/twonumeratorbengali] + 16#215E [/seveneighths] + 16#15E [/Scedilla] + 16#FF02 [/quotedblmonospace] + 16#53D [/Xeharmenian] + 16#91C [/jadeva] + 16#2085 [/fiveinferior] + 16#F7EE [/Icircumflexsmall] + 16#1E29 [/hcedilla] + 16#2464 [/fivecircle] + 16#464 [/Eiotifiedcyrillic] + 16#3336 [/hekutaarusquare] + 16#A9F [/ttagujarati] + 16#208 [/Idblgrave] + 16#2208 [/element] + 16#30DA [/pekatakana] + 16#5E7 [/qofhebrew /qof /afii57687] + 16#12F [/iogonek] + 16#F898 [/thanthakhatlowleftthai] + 16#3001 [/ideographiccomma] + 16#1ED3 [/ocircumflexgrave] + 16#FED3 [/fehinitialarabic] + 16#2B2 [/jsuperior] + 16#3184 [/kapyeounphieuphkorean] + 16#56 [/V] + 16#F7BF [/questiondownsmall] + 16#691 [/rreharabic /afii57513] + 16#FDFA [/sallallahoualayhewasallamarabic] + 16#435 [/iecyrillic /afii10070] + 16#A70 [/tippigurmukhi] + 16#1D9 [/Udieresiscaron] + 16#30AB [/kakatakana] + 16#FF7D [/sukatakanahalfwidth] + 16#F6E6 [/hyphensuperior] + 16#E4F [/fongmanthai] + 16#5B8 [/qamatswidehebrew /qamatsquarterhebrew /qamatsqatanwidehebrew /qamatsqatanquarterhebrew /qamatsqatannarrowhebrew /qamatsqatanhebrew /qamatsnarrowhebrew /qamatshebrew /qamatsde /qamats33 /qamats29 /qamats27 /qamats1c /qamats1a /qamats10 /qamats /afii57797] + 16#322E [/ideographicmetalparen] + 16#997 [/gabengali] + 16#100 [/Amacron] + 16#FEA4 [/hahmedialarabic] + 16#1EA4 [/Acircumflexacute] + 16#4DF [/zedieresiscyrillic] + 16#24DF [/pcircle] + 16#33B1 [/nssquare] + 16#FC48 [/meemmeemisolatedarabic] + 16#2283 [/superset /propersuperset] + 16#283 [/esh] + 16#3155 [/yeokorean] + 16#27 [/quotesingle] + 16#662 [/twoarabic /twohackarabic /afii57394] + 16#2662 [/diamondsuitwhite] + 16#406 [/afii10055 /Icyrillic] + 16#A41 [/umatragurmukhi] + 16#1AA [/eshreversedloop] + 16#307C [/bohiragana] + 16#FF4E [/nmonospace] + 16#E20 [/phosamphaothai] + 16#589 [/periodarmenian] + 16#32D [/circumflexbelowcmb] + 16#968 [/twodeva] + 16#D1 [/Ntilde] + 16#1E75 [/utildebelow] + 16#24B0 [/uparen] + 16#4B0 [/Ustraightstrokecyrillic] + 16#3382 [/muasquare] + 16#AEB [/fivegujarati] + 16#254 [/oopen] + 16#3126 [/erbopomofo] + 16#F761 [/Asmall] + 16#633 [/seenarabic /afii57427] + 16#FB40 [/nundageshhebrew /nundagesh] + 16#32A9 [/ideographicmedicinecircle] + 16#217B [/twelveroman] + 16#17B [/Zdotaccent /Zdot] + 16#304D [/kihiragana] + 16#FF1F [/questionmonospace] + 16#55A [/apostrophearmenian] + 16#255A [/SF380000] + 16#939 [/hadeva] + 16#20A2 [/cruzeiro] + 16#A2 [/cent] + 16#1E46 [/Ndotbelow] + 16#481 [/koppacyrillic] + 16#2481 [/fourteenparen] + 16#ABC [/nuktagujarati] + 16#2225 [/parallel] + 16#30F7 [/vakatakana] + 16#F732 [/twooldstyle] + 16#3A8 [/Psi] + 16#327A [/phieuphacirclekorean] + 16#9E3 [/llvocalicvowelsignbengali] + 16#14C [/Omacron] + 16#301E [/quotedblprime] + 16#FEF0 [/alefmaksurafinalarabic] + 16#1EF0 [/Uhorndotbelow] + 16#FC94 [/yehnoonfinalarabic] + 16#22CF [/curlyand] + 16#2CF [/acutelowmod] + 16#90A [/uudeva] + 16#73 [/s] + 16#1E17 [/emacronacute] + 16#452 [/djecyrillic /afii10099] + 16#A8D [/ecandragujarati] + 16#30C8 [/tokatakana] + 16#FF9A [/rekatakanahalfwidth] + 16#5D5 [/vavhebrew /vav /afii57669] + 16#FD3E [/parenleftaltonearabic] + 16#11D [/gcircumflex] + 16#F886 [/saraiileftthai] + 16#1EC1 [/ecircumflexgrave] + 16#33CE [/squarekmcapital] + 16#2A0 [/qhook] + 16#3172 [/pieupkiyeokkorean] + 16#2044 [/fraction] + 16#44 [/D] + 16#2423 [/blank] + 16#423 [/afii10037 /Ucyrillic] + 16#A5E [/fagurmukhi] + 16#1C7 [/LJ] + 16#FF6B [/osmallkatakanahalfwidth] + 16#F6D4 [/cyrbreve] + 16#25A6 [/squareorthogonalcrosshatchfill] + 16#5A6 [/merkhakefulalefthebrew /merkhakefulahebrew] + 16#321C [/cieucuparenkorean] + 16#985 [/abengali] + 16#EE [/icircumflex] + 16#1E92 [/Zdotbelow] + 16#FE92 [/behmedialarabic] + 16#24CD [/Xcircle] + 16#339F [/mmsquaredsquare] + 16#271 [/mhook] + 16#2271 [/notgreaternorequal] + 16#3143 [/ssangpieupkorean] + 16#2015 [/horizontalbar /afii00208] + 16#15 [/controlNAK] + 16#650 [/kasraarabic /afii57456] + 16#A2F [/yagurmukhi] + 16#2198 [/arrowdownright] + 16#198 [/Khook] + 16#306A [/nahiragana] + 16#FF3C [/backslashmonospace] + 16#E0E [/dochadathai] + 16#577 [/shaarmenian] + 16#31B [/horncmb] + 16#BF [/questiondown] + 16#1E63 [/sdotbelow] + 16#FE63 [/hyphensmall] + 16#249E [/cparen] + 16#49E [/Kastrokecyrillic] + 16#3114 [/chbopomofo] + 16#FFE6 [/wonmonospace] + 16#621 [/hamzalowarabic /hamzaarabic /afii57409] + 16#3C5 [/upsilon] + 16#FB2E [/alefpatahhebrew] + 16#169 [/utilde] + 16#2169 [/Tenroman] + 16#FF0D [/hyphenmonospace] + 16#548 [/Voarmenian] + 16#927 [/dhadeva] + 16#F7F9 [/Ugravesmall] + 16#FE34 [/wavyunderscorevertical] + 16#1E34 [/Klinebelow] + 16#246F [/sixteencircle] + 16#46F [/ksicyrillic] + 16#AAA [/pagujarati] + 16#213 [/rinvertedbreve] + 16#2213 [/minusplus] + 16#30E5 [/yusmallkatakana] + 16#5F2 [/yodyodhebrew /afii57718] + 16#396 [/Zeta] + 16#3268 [/cieuccirclekorean] + 16#13A [/lacute] + 16#300C [/cornerbracketleft] + 16#FEDE [/lamfinalarabic] + 16#1EDE [/Ohornhookabove] + 16#2BD [/commareversedmod /afii64937] + 16#61 [/a] + 16#1E05 [/bdotbelow] + 16#440 [/ercyrillic /afii10082] + 16#FBA9 [/hehmedialaltonearabic] + 16#21E4 [/arrowtableft] + 16#1E4 [/Gstroke] + 16#30B6 [/zakatakana] + 16#FF88 [/nekatakanahalfwidth] + 16#F6F1 [/rsuperior] + 16#E5A [/angkhankhuthai] + 16#25C3 [/whiteleftpointingsmalltriangle] + 16#5C3 [/sofpasuqhebrew /afii57658] + 16#3239 [/ideographicrepresentparen] + 16#9A2 [/ddhabengali] + 16#10B [/cdotaccent /cdot] + 16#1EAF [/abreveacute] + 16#4EA [/Obarreddieresiscyrillic] + 16#33BC [/muwsquare] + 16#28E [/yturned] + 16#3160 [/yukorean] + 16#2032 [/minute] + 16#32 [/two] + 16#266D [/musicflatsign] + 16#66D [/asteriskaltonearabic /asteriskarabic /afii63167] + 16#411 [/afii10018 /Becyrillic] + 16#A4C [/aumatragurmukhi] + 16#1B5 [/Zstroke] + 16#21B5 [/carriagereturn] + 16#3087 [/yosmallhiragana] + 16#FF59 [/ymonospace] + 16#E2B [/hohipthai] + 16#594 [/zaqefqatanhebrew] + 16#338 [/soliduslongoverlaycmb] + 16#320A [/khieukhparenkorean] + 16#DC [/Udieresis] + 16#1E80 [/Wgrave] + 16#4BB [/shhacyrillic] + 16#24BB [/Fcircle] + 16#338D [/mugsquare] + 16#25F [/jdotlessstroke] + 16#3131 [/kiyeokkorean] + 16#3 [/controlETX] + 16#F76C [/Lsmall] + 16#3E2 [/Sheicoptic] + 16#FB4B [/vavholamhebrew /vavholam /afii57700] + 16#A1D [/jhagurmukhi] + 16#186 [/Oopen] + 16#F8EF [/bracketleftex] + 16#3058 [/zihiragana] + 16#FF2A [/Jmonospace] + 16#565 [/echarmenian] + 16#2565 [/SF480000] + 16#309 [/hookcmb /hookabovecomb] + 16#944 [/rrvocalicvowelsigndeva] + 16#AD [/softhyphen /sfthyphen] + 16#1E51 [/omacrongrave] + 16#248C [/fiveperiod] + 16#AC7 [/evowelsigngujarati] + 16#260F [/whitetelephone] + 16#3B3 [/gamma] + 16#9EE [/eightbengali] + 16#157 [/rcommaaccent /rcedilla] + 16#3029 [/ninehangzhou] + 16#2792 [/ninecircleinversesansserif] + 16#FEFB [/lamalefisolatedarabic] + 16#536 [/Zaarmenian] + 16#FC9F [/behmeeminitialarabic] + 16#22DA [/lessequalorgreater] + 16#2DA [/ring] + 16#915 [/kadeva] + 16#207E [/parenrightsuperior] + 16#F7E7 [/Ccedillasmall] + 16#7E [/asciitilde] + 16#1E22 [/Hdotaccent] + 16#A98 [/ghagujarati] + 16#201 [/adblgrave] + 16#30D3 [/bikatakana] + 16#5E0 [/nunhebrew /nun /afii57680] + 16#384 [/tonos] + 16#9BF [/ivowelsignbengali] + 16#128 [/Itilde] + 16#F891 [/maitrilowrightthai] + 16#FECC [/ainmedialarabic] + 16#1ECC [/Odotbelow] + 16#317D [/siospieupkorean] + 16#4F [/O] + 16#F7B8 [/Cedillasmall] + 16#42E [/afii10048 /IUcyrillic] + 16#3300 [/apaatosquare] + 16#A69 [/threegurmukhi] + 16#1D2 [/ocaron] + 16#21D2 [/dblarrowright /arrowdblright] + 16#30A4 [/ikatakana] + 16#FF76 [/kakatakanahalfwidth] + 16#F6DF [/centinferior] + 16#E48 [/maiekthai] + 16#5B1 [/hatafsegolwidehebrew /hatafsegolquarterhebrew /hatafsegolnarrowhebrew /hatafsegolhebrew /hatafsegol30 /hatafsegol24 /hatafsegol17 /hatafsegol /afii57801] + 16#3227 [/eightideographicparen] + 16#990 [/aibengali] + 16#F9 [/ugrave] + 16#24D8 [/icircle] + 16#4D8 [/Schwacyrillic] + 16#33AA [/kpasquare] + 16#27C [/rlongleg] + 16#314E [/hieuhkorean] + 16#20 [/spacehackarabic /space] + 16#2020 [/dagger] + 16#FB68 [/ttehinitialarabic] + 16#1A3 [/oi] + 16#3075 [/huhiragana] + 16#FF47 [/gmonospace] + 16#E19 [/nonuthai] + 16#582 [/yiwnarmenian] + 16#2326 [/deleteright] + 16#961 [/llvocalicdeva] + 16#CA [/Ecircumflex] + 16#1E6E [/Tlinebelow] + 16#24A9 [/nparen] + 16#4A9 [/haabkhasiancyrillic] + 16#337B [/heiseierasquare] + 16#311F [/eibopomofo] + 16#62C [/jeemarabic /afii57420] + 16#3D0 [/betasymbolgreek] + 16#FB39 [/yoddageshhebrew /yoddagesh] + 16#2174 [/fiveroman] + 16#174 [/Wcircumflex] + 16#3046 [/uhiragana] + 16#FF18 [/eightmonospace] + 16#553 [/Piwrarmenian] + 16#2553 [/SF520000] + 16#932 [/ladeva] + 16#1E3F [/macute] + 16#FE3F [/anglebracketleftvertical] + 16#247A [/sevenparen] + 16#47A [/Omegaroundcyrillic] + 16#AB5 [/vagujarati] + 16#221E [/infinity] + 16#30F0 [/wikatakana] + 16#3A1 [/Rho] + 16#3273 [/pieupacirclekorean] + 16#9DC [/rrabengali] + 16#145 [/Ncommaaccent /Ncedilla] + 16#3017 [/whitelenticularbracketright] + 16#1EE9 [/uhornacute] + 16#2524 [/SF090000] + 16#FC8D [/noonnoonfinalarabic] + 16#2C8 [/verticallinemod] + 16#903 [/visargadeva] + 16#6C [/l] + 16#1E10 [/Dcedilla] + 16#44B [/yericyrillic /afii10093] + 16#A86 [/aagujarati] + 16#1EF [/ezhcaron] + 16#30C1 [/tikatakana] + 16#FF93 [/mokatakanahalfwidth] + 16#F6FC [/Ringsmall] + 16#25CE [/bullseye] + 16#9AD [/bhabengali] + 16#2116 [/numero /afii61352] + 16#116 [/Edotaccent /Edot] + 16#FEBA [/sadfinalarabic] + 16#1EBA [/Ehookabove] + 16#4F5 [/chedieresiscyrillic] + 16#FC5E [/shaddadammatanarabic] + 16#33C7 [/cosquare] + 16#2299 [/circleot] + 16#316B [/rieulpieupsioskorean] + 16#3D [/equal] + 16#41C [/afii10030 /Emcyrillic] + 16#21C0 [/harpoonrightbarbup] + 16#1C0 [/clickdental] + 16#3092 [/wohiragana] + 16#FF64 [/ideographiccommaleft] + 16#F6CD [/DieresisGrave] + 16#E36 [/sarauethai] + 16#59F [/qarneyparahebrew] + 16#343 [/koroniscmb] + 16#3215 [/ieungaparenkorean] + 16#E7 [/ccedilla] + 16#FE8B [/yehhamzaaboveinitialarabic] + 16#1E8B [/xdotaccent] + 16#24C6 [/Qcircle] + 16#3398 [/klsquare] + 16#226A [/muchless] + 16#313C [/rieulpieupkorean] + 16#E [/controlSO] + 16#200E [/afii299] + 16#F777 [/Wsmall] + 16#649 [/alefmaksuraarabic /afii57449] + 16#3ED [/shimacoptic] + 16#A28 [/nagurmukhi] + 16#191 [/Fhook] + 16#F8FA [/bracketrightex] + 16#3063 [/tusmallhiragana] + 16#2191 [/arrowup] + 16#FF35 [/Umonospace] + 16#E07 [/ngonguthai] + 16#570 [/hoarmenian] + 16#314 [/commareversedabovecmb] + 16#B8 [/cedilla] + 16#6F3 [/threepersian] + 16#FE5C [/bracerightsmall] + 16#1E5C [/Rdotbelowmacron] + 16#2497 [/sixteenperiod] + 16#497 [/zhedescendercyrillic] + 16#310D [/gbopomofo] + 16#3BE [/xi] + 16#3290 [/ideographsuncircle] + 16#9F9 [/sixteencurrencydenominatorbengali] + 16#162 [/Tcommaaccent /Tcedilla] + 16#2162 [/Threeroman] + 16#FF06 [/ampersandmonospace] + 16#541 [/Jaarmenian] + 16#2E5 [/tonebarextrahighmod] + 16#920 [/tthadeva] + 16#2089 [/nineinferior] + 16#F7F2 [/Ogravesmall] + 16#1E2D [/itildebelow] + 16#2468 [/ninecircle] + 16#468 [/Yuslittleiotifiedcyrillic] + 16#AA3 [/nnagujarati] + 16#220C [/notcontains] + 16#20C [/Odblgrave] + 16#30DE [/makatakana] + 16#38F [/Omegatonos] + 16#3261 [/nieuncirclekorean] + 16#133 [/ij] + 16#3005 [/ideographiciterationmark] + 16#FED7 [/qafinitialarabic] + 16#1ED7 [/ocircumflextilde] + 16#2B6 [/Rsmallinvertedsuperior] + 16#3188 [/yoyaekorean] + 16#5A [/Z] + 16#439 [/iishortcyrillic /afii10075] + 16#A74 [/ekonkargurmukhi] + 16#1DD [/eturned] + 16#30AF [/kukatakana] + 16#FF81 [/tikatakanahalfwidth] + 16#F6EA [/bsuperior] + 16#E53 [/threethai] + 16#25BC [/triagdn /blackdownpointingtriangle] + 16#5BC [/dageshhebrew /dagesh /afii57807] + 16#360 [/tildedoublecmb] + 16#3232 [/ideographichaveparen] + 16#99B [/chabengali] + 16#104 [/Aogonek] + 16#FEA8 [/khahmedialarabic] + 16#1EA8 [/Acircumflexhookabove] + 16#24E3 [/tcircle] + 16#4E3 [/imacroncyrillic] + 16#33B5 [/nvsquare] + 16#287 [/tturned] + 16#2287 [/supersetorequal /reflexsuperset] + 16#3159 [/waekorean] + 16#2B [/plus] + 16#666 [/sixhackarabic /sixarabic /afii57398] + 16#2666 [/diamond] + 16#40A [/afii10059 /Njecyrillic] + 16#1AE [/Tretroflexhook] + 16#3080 [/muhiragana] + 16#FF52 [/rmonospace] + 16#E24 [/ruthai] + 16#331 [/macronbelowcmb] + 16#3203 [/rieulparenkorean] + 16#96C [/sixdeva] + 16#D5 [/Otilde] + 16#1E79 [/utildeacute] + 16#24B4 [/yparen] + 16#4B4 [/Tetsecyrillic] + 16#3386 [/MBsquare] + 16#AEF [/ninegujarati] + 16#258 [/ereversed] + 16#F765 [/Esmall] + 16#637 [/taharabic /afii57431] + 16#FB44 [/pedageshhebrew /pedagesh] + 16#A16 [/khagurmukhi] + 16#17F [/slong /longs] + 16#F8E8 [/registersans] + 16#3051 [/kehiragana] + 16#FF23 [/Cmonospace] + 16#55E [/questionarmenian] + 16#255E [/SF360000] + 16#2302 [/house] + 16#302 [/circumflexcmb] + 16#93D [/avagrahadeva] + 16#A6 [/brokenbar] + 16#FE4A [/overlinecenterline] + 16#1E4A [/Ncircumflexbelow] + 16#485 [/dasiapneumatacyrilliccmb] + 16#2485 [/eighteenparen] + 16#3357 [/wattosquare] + 16#AC0 [/iivowelsigngujarati] + 16#2229 [/intersection] + 16#30FB [/dotkatakana] + 16#F736 [/sixoldstyle] + 16#3AC [/alphatonos] + 16#9E7 [/onebengali] + 16#150 [/Ohungarumlaut /Odblacute] + 16#3022 [/twohangzhou] + 16#278B [/twocircleinversesansserif] + 16#FEF4 [/yehmedialarabic /alefmaksuramedialarabic] + 16#1EF4 [/Ydotbelow] + 16#2D3 [/ringhalfleftcentered] + 16#90E [/eshortdeva] + 16#2077 [/sevensuperior] + 16#F7E0 [/Agravesmall] + 16#77 [/w] + 16#1E1B [/etildebelow] + 16#456 [/icyrillic /afii10103] + 16#A91 [/ocandragujarati] + 16#1FA [/Aringacute] + 16#30CC [/nukatakana] + 16#FF9E [/voicedmarkkanahalfwidth] + 16#5D9 [/yodhebrew /yod /afii57673] + 16#25D9 [/whitecircleinverse /invcircle] + 16#9B8 [/sabengali] + 16#2121 [/telephone] + 16#F88A [/maiekupperleftthai] + 16#121 [/gdotaccent /gdot] + 16#1EC5 [/ecircumflextilde] + 16#2500 [/SF100000] + 16#33D2 [/squarelog] + 16#22A4 [/tackdown] + 16#2A4 [/dezh] + 16#3176 [/pieupcieuckorean] + 16#48 [/H] + 16#427 [/afii10041 /Checyrillic] + 16#1CB [/Nj] + 16#309D [/iterationhiragana] + 16#FF6F [/tusmallkatakanahalfwidth] + 16#F6D8 [/dieresisgrave] + 16#E41 [/saraaethai] + 16#5AA [/yerahbenyomolefthebrew /yerahbenyomohebrew] + 16#25AA [/blacksmallsquare /H18543] + 16#3220 [/oneideographicparen] + 16#989 [/ubengali] + 16#F2 [/ograve] + 16#FE96 [/tehfinalarabic] + 16#1E96 [/hlinebelow] + 16#4D1 [/abrevecyrillic] + 16#24D1 [/bcircle] + 16#33A3 [/mmcubedsquare] + 16#275 [/obarred] + 16#3147 [/ieungkorean] + 16#19 [/controlEM] + 16#2019 [/quoteright] + 16#19C [/Mturned] + 16#306E [/nohiragana] + 16#FF40 [/gravemonospace] + 16#E12 [/thophuthaothai] + 16#57B [/jheharmenian] + 16#31F [/plusbelowcmb] + 16#95A [/ghhadeva] + 16#C3 [/Atilde] + 16#1E67 [/scarondotaccent] + 16#24A2 [/gparen] + 16#FC0B [/tehjeemisolatedarabic] + 16#4A2 [/Endescendercyrillic] + 16#3118 [/cbopomofo] + 16#625 [/afii57413 /alefhamzabelowarabic] + 16#3C9 [/omega] + 16#FB32 [/gimeldagesh /gimeldageshhebrew] + 16#16D [/ubreve] + 16#FF11 [/onemonospace] + 16#54C [/Raarmenian] + 16#92B [/phadeva] + 16#F7FD [/Yacutesmall] + 16#FE38 [/bracerightvertical] + 16#1E38 [/Ldotbelowmacron] + 16#2473 [/twentycircle] + 16#473 [/fitacyrillic /afii10195] + 16#AAE [/magujarati] + 16#217 [/uinvertedbreve] + 16#2217 [/asteriskmath] + 16#30E9 [/rakatakana] + 16#F724 [/dollaroldstyle] + 16#39A [/Kappa] + 16#FB03 [/ffi] + 16#326C [/phieuphcirclekorean] + 16#13E [/lcaron] + 16#3010 [/blacklenticularbracketleft] + 16#FEE2 [/meemfinalarabic] + 16#1EE2 [/Ohorndotbelow] + 16#2C1 [/glottalstopreversedmod] + 16#65 [/e] + 16#1E09 [/ccedillaacute] + 16#444 [/efcyrillic /afii10086] + 16#3316 [/kiromeetorusquare] + 16#21E8 [/arrowrightwhite] + 16#1E8 [/Kcaron] + 16#30BA [/zukatakana] + 16#FF8C [/hukatakanahalfwidth] + 16#F6F5 [/Caronsmall] + 16#25C7 [/whitediamond] + 16#323D [/ideographicenterpriseparen] + 16#9A6 [/dabengali] + 16#10F [/dcaron] + 16#FEB3 [/seeninitialarabic] + 16#1EB3 [/abrevehookabove] + 16#4EE [/Umacroncyrillic] + 16#33C0 [/kohmsquare] + 16#292 [/ezh] + 16#3164 [/hangulfiller] + 16#36 [/six] + 16#415 [/afii10022 /Iecyrillic] + 16#1B9 [/ezhreversed] + 16#308B [/ruhiragana] + 16#FF5D [/bracerightmonospace] + 16#F6C6 [/afii10192] + 16#E2F [/paiyannoithai] + 16#598 [/zarqahebrew] + 16#33C [/seagullbelowcmb] + 16#320E [/kiyeokaparenkorean] + 16#E0 [/agrave] + 16#FE84 [/alefhamzaabovefinalarabic] + 16#1E84 [/Wdieresis] + 16#4BF [/chedescenderabkhasiancyrillic] + 16#24BF [/Jcircle] + 16#3391 [/khzsquare] + 16#263 [/gammalatinsmall] + 16#3135 [/nieuncieuckorean] + 16#7 [/controlBEL] + 16#F770 [/Psmall] + 16#642 [/qafarabic /afii57442] + 16#2642 [/mars /male] + 16#3E6 [/Kheicoptic] + 16#FB4F [/aleflamedhebrew] + 16#A21 [/ddagurmukhi] + 16#18A [/Dhook] + 16#F8F3 [/braceleftbt] + 16#305C [/zehiragana] + 16#FF2E [/Nmonospace] + 16#569 [/toarmenian] + 16#FCD2 [/noonjeeminitialarabic] + 16#2569 [/SF400000] + 16#30D [/verticallineabovecmb] + 16#948 [/aivowelsigndeva] + 16#B1 [/plusminus] + 16#1E55 [/pacute] + 16#FE55 [/colonsmall] + 16#2490 [/nineperiod] + 16#490 [/afii10050 /Gheupturncyrillic] + 16#ACB [/ovowelsigngujarati] + 16#2234 [/therefore] + 16#3106 [/pbopomofo] + 16#3B7 [/eta] + 16#FB20 [/ayinaltonehebrew] + 16#9F2 [/rupeemarkbengali] + 16#15B [/sacute] + 16#215B [/oneeighth] + 16#FEFF [/zerowidthjoiner] + 16#53A [/Zhearmenian] + 16#2DE [/rhotichookmod] + 16#919 [/ngadeva] + 16#2082 [/twoinferior] + 16#F7EB [/Edieresissmall] + 16#1E26 [/Hdieresis] + 16#2461 [/twocircle] + 16#461 [/omegacyrillic] + 16#3333 [/huiitosquare] + 16#A9C [/jagujarati] + 16#205 [/edblgrave] + 16#2205 [/emptyset] + 16#30D7 [/pukatakana] + 16#5E4 [/pe /pehebrew /afii57684] + 16#25E4 [/blackupperlefttriangle] + 16#388 [/Epsilontonos] + 16#9C3 [/rvocalicvowelsignbengali] + 16#12C [/Ibreve] + 16#F895 [/maichattawalowleftthai] + 16#FED0 [/ghainmedialarabic] + 16#1ED0 [/Ocircumflexacute] + 16#33DD [/wbsquare] + 16#3181 [/yesieungkorean] + 16#53 [/S] + 16#432 [/vecyrillic /afii10067] + 16#A6D [/sevengurmukhi] + 16#1D6 [/udieresismacron] + 16#30A8 [/ekatakana] + 16#FF7A [/kokatakanahalfwidth] + 16#F6E3 [/dollarinferior] + 16#E4C [/thanthakhatthai] + 16#5B5 [/tsere /tserewidehebrew /tserequarterhebrew /tserenarrowhebrew /tserehebrew /tsere2b /tsere1e /tsere12 /afii57794] + 16#25B5 [/whiteuppointingsmalltriangle] + 16#322B [/ideographicfireparen] + 16#994 [/aubengali] + 16#FD [/yacute] + 16#1EA1 [/adotbelow] + 16#24DC [/mcircle] + 16#4DC [/Zhedieresiscyrillic] + 16#33AE [/radoverssquare] + 16#2280 [/notprecedes] + 16#3152 [/yaekorean] + 16#2024 [/onedotenleader] + 16#24 [/dollar] + 16#403 [/afii10052 /Gjecyrillic] + 16#FB6C [/vehinitialarabic] + 16#A3E [/aamatragurmukhi] + 16#1A7 [/Tonetwo] + 16#3079 [/behiragana] + 16#FF4B [/kmonospace] + 16#E1D [/fofathai] + 16#586 [/feharmenian] + 16#32A [/bridgebelowcmb] + 16#232A [/angleright] + 16#965 [/dbldanda] + 16#CE [/Icircumflex] + 16#1E72 [/Udieresisbelow] + 16#4AD [/tedescendercyrillic] + 16#24AD [/rparen] + 16#337F [/corporationsquare] + 16#AE8 [/twogujarati] + 16#2251 [/geometricallyequal] + 16#251 [/ascript] + 16#3123 [/enbopomofo] + 16#630 [/thalarabic /afii57424] + 16#3D4 [/Upsilondieresishooksymbolgreek] + 16#32A6 [/ideographiclowcircle] + 16#A0F [/eegurmukhi] + 16#2178 [/nineroman] + 16#178 [/Ydieresis] + 16#304A [/ohiragana] + 16#FF1C [/lessmonospace] + 16#2557 [/SF250000] + 16#936 [/shadeva] + 16#FE43 [/whitecornerbracketleftvertical] + 16#1E43 [/mdotbelow] + 16#247E [/elevenparen] + 16#47E [/Otcyrillic] + 16#AB9 [/hagujarati] + 16#30F4 [/vukatakana] + 16#3A5 [/Upsilon] + 16#3277 [/chieuchacirclekorean] + 16#9E0 [/rrvocalicbengali] + 16#149 [/quoterightn /napostrophe] + 16#1EED [/uhornhookabove] + 16#2CC [/verticallinelowmod] + 16#907 [/ideva] + 16#2070 [/zerosuperior] + 16#70 [/p] + 16#1E14 [/Emacrongrave] + 16#44F [/iacyrillic /afii10097] + 16#A8A [/uugujarati] + 16#1F3 [/dz] + 16#30C5 [/dukatakana] + 16#FF97 [/rakatakanahalfwidth] + 16#5D2 [/gimel /gimelhebrew /afii57666] + 16#11A [/Ecaron] + 16#FEBE [/dadfinalarabic] + 16#1EBE [/Ecircumflexacute] + 16#4F9 [/yerudieresiscyrillic] + 16#FC62 [/shaddakasraarabic] + 16#33CB [/HPsquare] + 16#29D [/jcrossedtail] + 16#316F [/mieumsioskorean] + 16#41 [/A] + 16#420 [/afii10034 /Ercyrillic] + 16#FB89 [/ddalfinalarabic] + 16#A5B [/zagurmukhi] + 16#21C4 [/arrowrightoverleft] + 16#1C4 [/DZcaron] + 16#FF68 [/ismallkatakanahalfwidth] + 16#F6D1 [/cyrBreve] + 16#E3A [/phinthuthai] + 16#25A3 [/squarewhitewithsmallblack] + 16#5A3 [/munahlefthebrew /munahhebrew] + 16#3219 [/thieuthaparenkorean] + 16#982 [/anusvarabengali] + 16#EB [/edieresis] + 16#1E8F [/ydotaccent] + 16#24CA [/Ucircle] + 16#339C [/squaremm] + 16#226E [/notless] + 16#26E [/lezh] + 16#3140 [/rieulhieuhkorean] + 16#2012 [/figuredash] + 16#12 [/controlDC2] + 16#64D [/kasratanarabic /afii57453] + 16#3F1 [/rhosymbolgreek] + 16#A2C [/bagurmukhi] + 16#195 [/hv] + 16#2195 [/arrowupdn] + 16#3067 [/dehiragana] + 16#F8FE [/bracerightbt] + 16#FF39 [/Ymonospace] + 16#E0B [/sosothai] + 16#574 [/menarmenian] + 16#FCDD [/yehmeeminitialarabic] + 16#2318 [/propellor] + 16#318 [/lefttackbelowcmb] + 16#953 [/gravedeva] + 16#BC [/onequarter] + 16#6F7 [/sevenpersian] + 16#1E60 [/Sdotaccent] + 16#249B [/twentyperiod] + 16#49B [/kadescendercyrillic] + 16#3111 [/qbopomofo] + 16#FFE3 [/macronmonospace] + 16#261E [/pointingindexrightwhite] + 16#3C2 [/sigmafinal /sigma1] + 16#FB2B [/shinsindothebrew /shinsindot /afii57695] + 16#3294 [/ideographnamecircle] + 16#166 [/Tbar] + 16#2166 [/Sevenroman] + 16#FF0A [/asteriskmonospace] + 16#545 [/Yiarmenian] + 16#2E9 [/tonebarextralowmod] + 16#924 [/tadeva] + 16#208D [/parenleftinferior] + 16#F7F6 [/Odieresissmall] + 16#1E31 [/kacute] + 16#FE31 [/emdashvertical] + 16#246C [/thirteencircle] + 16#46C [/Yusbigiotifiedcyrillic] + 16#AA7 [/dhagujarati] + 16#210 [/Rdblgrave] + 16#30E2 [/mokatakana] + 16#25EF [/largecircle] + 16#393 [/Gamma] + 16#3265 [/pieupcirclekorean] + 16#137 [/kcommaaccent /kcedilla] + 16#3009 [/anglebracketright] + 16#1EDB [/ohornacute] + 16#FEDB [/kafinitialarabic] + 16#2BA [/dblprimemod] + 16#318C [/yuikorean] + 16#5E [/asciicircum] + 16#1E02 [/Bdotaccent] + 16#43D [/encyrillic /afii10079] + 16#1E1 [/adotmacron] + 16#21E1 [/arrowdashup] + 16#30B3 [/kokatakana] + 16#FF85 [/nakatakanahalfwidth] + 16#F6EE [/lsuperior] + 16#E57 [/seventhai] + 16#5C0 [/paseqhebrew /afii57842] + 16#25C0 [/blackleftpointingtriangle] + 16#3236 [/ideographicfinancialparen] + 16#99F [/ttabengali] + 16#108 [/Ccircumflex] + 16#FEAC [/thalfinalarabic] + 16#1EAC [/Acircumflexdotbelow] + 16#24E7 [/xcircle] + 16#4E7 [/odieresiscyrillic] + 16#33B9 [/mvmegasquare] + 16#228B [/supersetnotequal] + 16#28B [/vhook] + 16#315D [/weokorean] + 16#2F [/slash] + 16#66A [/percentarabic /afii57381] + 16#266A [/musicalnote] + 16#40E [/afii10062 /Ushortcyrillic] + 16#1B2 [/Vhook] + 16#3084 [/yahiragana] + 16#FF56 [/vmonospace] + 16#F6BF [/LL] + 16#E28 [/sosalathai] + 16#2591 [/shadelight /ltshade] + 16#591 [/etnahtalefthebrew /etnahtahebrew /etnahtafoukhlefthebrew /etnahtafoukhhebrew] + 16#335 [/strokeshortoverlaycmb] + 16#3207 [/ieungparenkorean] + 16#970 [/abbreviationsigndeva] + 16#D9 [/Ugrave] + 16#1E7D [/vtilde] + 16#24B8 [/Ccircle] + 16#4B8 [/Cheverticalstrokecyrillic] + 16#338A [/pfsquare] + 16#25C [/eopenreversed] +.dicttomark readonly def diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_btokn.ps b/Master/tlpkg/tlgs/Resource/Init/gs_btokn.ps new file mode 100644 index 00000000000..a2f08b748b2 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/gs_btokn.ps @@ -0,0 +1,330 @@ +% Copyright (C) 2001-2012 Artifex Software, Inc. +% All Rights Reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% Refer to licensing information at http://www.artifex.com or contact +% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, +% CA 94903, U.S.A., +1(415)492-9861, for further information. +% + +% Initialization file for binary tokens. +% When this is run, systemdict is still writable, +% but everything defined here goes into level2dict. + +% Define whether or not to allow writing dictionaries. +% This is a non-standard feature! +/WRITEDICTS //false def + +languagelevel 1 .setlanguagelevel +level2dict begin + +% Initialization for the system name table. + +mark +% 0 + /abs /add /aload /anchorsearch /and + /arc /arcn /arct /arcto /array + /ashow /astore /awidthshow /begin /bind + /bitshift /ceiling /charpath /clear /cleartomark +% 20 + /clip /clippath /closepath /concat /concatmatrix + /copy /count /counttomark /currentcmykcolor /currentdash + /currentdict /currentfile /currentfont /currentgray /currentgstate + /currenthsbcolor /currentlinecap /currentlinejoin /currentlinewidth /currentmatrix +% 40 + /currentpoint /currentrgbcolor /currentshared /curveto /cvi + /cvlit /cvn /cvr /cvrs /cvs + /cvx /def /defineusername /dict /div + /dtransform /dup /end /eoclip /eofill +% 60 + /eoviewclip /eq /exch /exec /exit + /file /fill /findfont /flattenpath /floor + /flush /flushfile /for /forall /ge + /get /getinterval /grestore /gsave /gstate +% 80 + /gt /identmatrix /idiv /idtransform /if + /ifelse /image /imagemask /index /ineofill + /infill /initviewclip /inueofill /inufill /invertmatrix + /itransform /known /le /length /lineto +% 100 + /load /loop /lt /makefont /matrix + /maxlength /mod /moveto /mul /ne + /neg /newpath /not /null /or + /pathbbox /pathforall /pop /print /printobject +% 120 + /put /putinterval /rcurveto /read /readhexstring + /readline /readstring /rectclip /rectfill /rectstroke + /rectviewclip /repeat /restore /rlineto /rmoveto + /roll /rotate /round /save /scale +% 140 + /scalefont /search /selectfont /setbbox /setcachedevice + /setcachedevice2 /setcharwidth /setcmykcolor /setdash /setfont + /setgray /setgstate /sethsbcolor /setlinecap /setlinejoin + /setlinewidth /setmatrix /setrgbcolor /setshared /shareddict +% 160 + /show /showpage /stop /stopped /store + /string /stringwidth /stroke /strokepath /sub + /systemdict /token /transform /translate /truncate + /type /uappend /ucache /ueofill /ufill +% 180 + /undef /upath /userdict /ustroke /viewclip + /viewclippath /where /widthshow /write /writehexstring + /writeobject /writestring /wtranslation /xor /xshow + /xyshow /yshow /FontDirectory /SharedFontDirectory /Courier +% 200 + /Courier-Bold /Courier-BoldOblique /Courier-Oblique /Helvetica /Helvetica-Bold + /Helvetica-BoldOblique /Helvetica-Oblique /Symbol /Times-Bold /Times-BoldItalic + /Times-Italic /Times-Roman /execuserobject /currentcolor /currentcolorspace + /currentglobal /execform /filter /findresource /globaldict +% 220 + /makepattern /setcolor /setcolorspace /setglobal /setpagedevice + /setpattern +% pad to 256 + counttomark 256 exch sub { 0 } repeat +% 256 + /= /== /ISOLatin1Encoding /StandardEncoding +% 260 + ([) cvn (]) cvn /atan /banddevice /bytesavailable + /cachestatus /closefile /colorimage /condition /copypage + /cos /countdictstack /countexecstack /cshow /currentblackgeneration + /currentcacheparams /currentcolorscreen /currentcolortransfer /currentcontext /currentflat +% 280 + /currenthalftone /currenthalftonephase /currentmiterlimit /currentobjectformat /currentpacking + /currentscreen /currentstrokeadjust /currenttransfer /currentundercolorremoval /defaultmatrix + /definefont /deletefile /detach /deviceinfo /dictstack + /echo /erasepage /errordict /execstack /executeonly +% 300 + /exp /false /filenameforall /fileposition /fork + /framedevice /grestoreall /handleerror /initclip /initgraphics + /initmatrix /instroke /inustroke /join /kshow + /ln /lock /log /mark /monitor +% 320 + /noaccess /notify /nulldevice /packedarray /quit + /rand /rcheck /readonly /realtime /renamefile + /renderbands /resetfile /reversepath /rootfont /rrand + /run /scheck /setblackgeneration /setcachelimit /setcacheparams +% 340 + /setcolorscreen /setcolortransfer /setfileposition /setflat /sethalftone + /sethalftonephase /setmiterlimit /setobjectformat /setpacking /setscreen + /setstrokeadjust /settransfer /setucacheparams /setundercolorremoval /sin + /sqrt /srand /stack /status /statusdict +% 360 + /true /ucachestatus /undefinefont /usertime /ustrokepath + /version /vmreclaim /vmstatus /wait /wcheck + /xcheck /yield /defineuserobject /undefineuserobject /UserObjects + /cleardictstack +% 376 + /A /B /C /D /E /F /G /H /I /J /K /L /M + /N /O /P /Q /R /S /T /U /V /W /X /Y /Z + /a /b /c /d /e /f /g /h /i /j /k /l /m + /n /o /p /q /r /s /t /u /v /w /x /y /z +% 428 + /setvmthreshold (<<) cvn + (>>) cvn /currentcolorrendering /currentdevparams /currentoverprint /currentpagedevice + /currentsystemparams /currentuserparams /defineresource /findencoding /gcheck +% 440 + /glyphshow /languagelevel /product /pstack /resourceforall + /resourcestatus /revision /serialnumber /setcolorrendering /setdevparams + /setoverprint /setsystemparams /setuserparams /startjob /undefineresource + /GlobalFontDirectory /ASCII85Decode /ASCII85Encode /ASCIIHexDecode /ASCIIHexEncode +% 460 + /CCITTFaxDecode /CCITTFaxEncode /DCTDecode /DCTEncode /LZWDecode + /LZWEncode /NullEncode /RunLengthDecode /RunLengthEncode /SubFileDecode + /CIEBasedA /CIEBasedABC /DeviceCMYK /DeviceGray /DeviceRGB + /Indexed /Pattern /Separation /CIEBasedDEF /CIEBasedDEFG +% 480 + /DeviceN +% 481 -- end +.packtomark .installsystemnames + +% Define printobject and writeobject. +% These are mostly implemented in PostScript, so that we don't have to +% worry about interrupts or callbacks when writing to the output file. + +% Define procedures for accumulating the space required to represent +% an object in binary form. The procedures for composite objects (arrays +% and dictionaries) leave different results on the stack: +% <#refs> <#chars> -proc- <#refs> <#chars> +% <#refs> <#chars> -proc- <#refs> <#chars> +% This is required so that .writeobjects can also accumulate the actual +% list of composite objects to write in the binary object sequence. +/cntdict mark + /integertype /pop load + /realtype 1 index + /marktype 1 index + /nulltype 1 index + /booleantype 1 index + /nametype { length add } bind + /stringtype 1 index + /arraytype //null + /dicttype //null +.dicttomark def +/.cntobj { % <> + dup type //cntdict exch get exec +} .bind def +cntdict /arraytype { + dup dup length 5 -1 roll add 4 2 roll { .cntobj } forall +} bind put +cntdict /dicttype { + WRITEDICTS { + dup dup length 2 mul 5 -1 roll add 4 2 roll { + % We have to use .execn here, rather than simply rolling the + % value under the top elements, because key might involve arrays + % or dictionaries. + cvlit {.cntobj} exch 2 .execn .cntobj + } forall + } { + /writeobject .systemvar /typecheck signalerror + } ifelse +} bind put + +/w2dict mark + /nametype { 2 copy .writecvs pop } bind + /stringtype 1 index +.dicttomark def + +/.bosheader { % .bosheader + % + dup 0 currentobjectformat 127 add put % object format => BOS tag + 2 index 255 le 2 index 65531 le and { + % Use the short header format: tag toplen(1) totlen(2) + exch 4 add exch + 0 4 getinterval + dup 1 5 -1 roll put + } { + % Use the long header format: tag 0(1) toplen(2) totlen(4) + exch 8 add exch + 0 0 4 2 roll .bosobject exch pop exch pop % store with byte swapping + } ifelse % Stack: shortlen str + exch dup -8 bitshift exch 255 and % str hibyte lobyte + currentobjectformat 1 and 0 eq { % lsb first + exch + } if + 2 index 3 3 -1 roll put + 1 index 2 3 -1 roll put +} .bind def + +/.writeobjects { % .writeobjects - + mark exch + + % Count the space required for refs and strings. + + dup length 0 3 -1 roll + % Stack: file tag -mark- #refs #chars array + dup 4 1 roll { .cntobj } forall + + % Write the header. + + % Stack: file tag -mark- array1 ... (array|dict)N #refs #chars + counttomark 3 add -2 roll 4 1 roll + % Stack: -mark- array1 ... (array|dict)N tag #refs #chars file + dup counttomark 1 sub index length + 4 index 3 bitshift 4 index add + (xxxxxxxx) .bosheader writestring + + % Write the objects per se. + + 3 1 roll pop + counttomark 1 sub index length 3 bitshift exch + 3 bitshift + % Stack: -mark- array1 ... (array|dict)N tag file ref# char# + counttomark 4 sub { + counttomark -1 roll dup 6 1 roll + % Stack: ... objN tag file ref# char# objN + dup type /dicttype eq { % can't be first object + { 5 1 roll (x\000xxxxxx) .bosobject + 3 index exch writestring + 4 -1 roll (x\000xxxxxx) .bosobject + 3 index exch writestring + } forall + } { + { (x\000xxxxxx) .bosobject + dup 1 6 index put + 3 index exch writestring + 4 -1 roll pop 0 4 1 roll % clear tag + } forall + } ifelse + } repeat + + % Write the strings and names. + + pop pop exch pop + % Stack: -mark- array1 ... array|dictN file + counttomark 1 sub { + counttomark -1 roll { + % The counting pass ensured that the keys and values + % of any dictionary must be writable objects. + % Hence, we are processing a dictionary iff + % the next-to-top stack element is not a file. + 1 index type /filetype ne { + exch 2 index exch dup type //w2dict exch .knownget + { exec } { pop } ifelse pop + } if + dup type //w2dict exch .knownget { exec } { pop } ifelse + } forall + } repeat + + % Clean up. + + % Stack: -mark- file + pop pop + +} .bind def + +/printobject { % printobject - + currentobjectformat 0 eq { + /printobject .systemvar /undefined signalerror + } if + (%stdout) (w) file 2 index 2 index .writeobject pop pop +} odef +/writeobject { % writeobject - + currentobjectformat 0 eq { + /writeobject .systemvar /undefined signalerror + } if + 2 .argindex pop % check # of args + .writeobject +} odef +/.writeobject { + 3 copy exch + % We must allocate the array in local VM + % to avoid a possible invalidaccess. + .currentglobal //false .setglobal exch 1 array astore exch .setglobal + .writeobjects pop pop pop +} .bind def + +% Implement binary error message output. +/.objectprinttest { % .objectprinttest - + % This is a pseudo-operator so it will restore the stack + % if it gets an error. + mark 0 0 3 .argindex .cntobj cleartomark pop +} bind odef +/.printerror { + $error /binary get .languagelevel 2 ge and { + currentobjectformat 0 ne { + [ /Error $error /errorname get $error /command get + % Convert the object with cvs if it isn't printable. + dup { .objectprinttest } .internalstopped { + pop 100 string cvs + } if + //false ] 250 printobject + } + //.printerror % known to be a procedure + ifelse + } + //.printerror % known to be a procedure + ifelse +} bind def + +currentdict /cntdict .undef +currentdict /w2dict .undef + +% End of level2dict + +end +.setlanguagelevel diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_cet.ps b/Master/tlpkg/tlgs/Resource/Init/gs_cet.ps new file mode 100644 index 00000000000..8eb79bb06e0 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/gs_cet.ps @@ -0,0 +1,111 @@ +%!PS +% Set defaults for Ghostscript to match Adobe CPSI behaviour for CET + +% do this in the server level so it is persistent across jobs +//true 0 startjob not { + (*** Warning: CET startup is not in server default) = flush +} if + +300 .sethiresscreen % needed for language switch build since it + % processes gs_init.ps BEFORE setting the resolution + +0 array 0 setdash % CET 09-08 wants local setdash + +currentglobal //true setglobal + +{ + systemdict dup dup dup + /version (3017.102) readonly put % match CPSI 3017.102 + /product (PhotoPRINT SE 5.0v2) readonly put % match CPSI 3017.102 + /revision 0 put % match CPSI 3017.103 Tek shows revision 5 + /serialnumber dup {233640} readonly .makeoperator put % match CPSI 3017.102 Tek shows serialnumber 1401788461 + systemdict /deviceinfo undef % for CET 20-23-1 +% /UNROLLFORMS true put % CET files do unreasonable things inside forms +} superexec + +/UNROLLFORMS true def + +{ } bind dup +setblackgeneration +setundercolorremoval +0 array cvx readonly dup dup dup setcolortransfer + +% CPSI doesn't define "Localization" resource. +/Localization /Category undefineresource + +% Quality Logic test 09-59.ps tries to set each listed /OutputDevice. +% This can cause problems with some devices (eg mswinpr2 on Windows) +% so for the CET files we define the OutputDevice resource as +% being empty. We need to redefine /.definecategory as that definition +% gets destroyed at the end of gs_res.ps +/OutputDevice /Category undefineresource + +/.definecategory % -mark- ... .definecategory - + { counttomark 2 idiv 2 add % .Instances, Category + /Generic /Category findresource dup maxlength 3 -1 roll add + dict .copydict begin + counttomark 2 idiv { def } repeat pop % pop the mark + currentdict end /Category defineresource pop + } bind def + +/OutputDevice mark /InstanceType /dicttype .definecategory + +% Redefine Font category to return -1 (unknown) VM usage +% in all cases to avoid differences between hosts. +/Font /Category findresource +dup length dict copy +dup +dup /.loadfontresource get +dup length array copy cvx +dup 1 0 put +dup 7 -1 put +/.loadfontresource exch put +/Font exch /Category defineresource pop + +% Some previously compile time options such as USE_ADOBE_CMYK_RGB +% and GS_CHAR_FILL are now dynamic. Force CPSI compatibility. +//true .setCPSImode + +setglobal + +% Remove all but 'letter' page size +<< +currentpagedevice /InputAttributes get +1 1 2 index length 1 sub { + 1 index exch undef +} for +/InputAttributes exch +>> +setpagedevice + +% Patch setsmoothness, currentsmoothness for a better view of shadings : +userdict /.smoothness currentsmoothness put +/setsmoothness { + dup type dup /integertype eq exch /realtype eq or { + userdict /.smoothness 3 2 roll cvr put + } { + /setsmoothness .systemvar /typecheck signalerror + } ifelse +} bind odef +/currentsmoothness { userdict /.smoothness get } bind odef % for 09-55.PS, 09-57.PS . + +% slightly nasty hack to give consistent cluster results +/ofnfa systemdict /filenameforall get def + +/filenameforall +{ + 2 index dup length 1 eq + { + (*) eq + { + 3 -1 roll pop ( ) 3 1 roll + } if + } + { + pop + } ifelse + ofnfa +} bind def +% end of slightly nasty hack to give consistent cluster results + +//false 0 startjob pop % re-enter encapsulated mode diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_cff.ps b/Master/tlpkg/tlgs/Resource/Init/gs_cff.ps new file mode 100644 index 00000000000..c5e72602a45 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/gs_cff.ps @@ -0,0 +1,250 @@ +% Copyright (C) 2001-2012 Artifex Software, Inc. +% All Rights Reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% Refer to licensing information at http://www.artifex.com or contact +% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, +% CA 94903, U.S.A., +1(415)492-9861, for further information. +% + +% Loader for CFF (compressed) fonts, including OpenType CFFs. +% The following are not implemented yet: +% Deleted entries in the Name Index +% Embedded PostScript +% Multiple Master fonts +% Chameleon fonts +% Synthetic fonts + +% ---------------- Font loading machinery ---------------- % + +% Augment the FONTPATH machinery so it recognizes OpenType CFF font sets. + +/.scanfontheaders where { + pop /.scanfontheaders [ + .scanfontheaders aload pop (OTTO*) + ] def +} if + +% Load a font file that might be an OpenType CFF font set. + +% .loadfontfile - +/.loadnonottofontfile /.loadfontfile load def +/.loadfontfile { + dup (12345678) .peekstring pop (wOFFOTTO) eq + { + .init_wOFF_otto_font_file + //true //false + }{//true} ifelse + + { + dup 4 string .peekstring pop (OTTO) eq + { + % If this is a font at all, it's an OpenType CFF font set. + .init_otto_font_file //true + } + { //false } ifelse + } if + + { % Use a random FontSet resource name. ****** WRONG ****** + realtime rand xor =string cvs exch //false //false + ReadData pop + } { + % Not a TrueType font. + .loadnonottofontfile + } ifelse +} bind def + +% .init_otto_font_file +/.init_otto_font_file { + /FontSetInit /ProcSet findresource begin + 2 dict begin + /f exch def /cff //null def + card32 pop card16 6 { next pop } repeat dup { + % Stack: numtables tablesleft + dup 0 eq { + pop pop /.loadottofontfile cvx /invalidfont signalerror + } if + f 4 string readstring pop (CFF ) eq { sub exit } if + f 12 string readstring pop pop 1 sub % skip to next table + } loop + % Stack: tablesread + card32 pop card32 card32 + % Stack: tablesread start length + exch 3 -1 roll 1 add 16 mul 12 add sub + f exch subfilefilter flushfile % skip to start + f exch subfilefilter end +} bind def + +% .init_otto_font_file +/.init_wOFF_otto_font_file { + /FontSetInit /ProcSet findresource begin + 2 dict begin + /f exch def /cff //null def + 3 {card32 pop} repeat % (wOFF), (OTTO) and file length + + card16 + 30 { next pop } repeat + dup + { + % Stack: numtables tablesleft + dup 0 eq { + pop pop /.loadottofontfile cvx /invalidfont signalerror + } if + f 4 string readstring pop (CFF ) eq { sub exit } if + f 12 string readstring pop pop 1 sub % skip to next table + } loop + % Stack: tablesread + 4 { card32 } repeat + % Stack: tablesread start complen len checksum + pop + % Stack: tablesread start complen len + 4 -2 roll exch + % Stack: complen len start tablesread + 1 add 20 mul 44 add sub + % Stack: complen len offset + f exch subfilefilter flushfile % skip to start + % Stack: complen len + % the table can legally be uncompressed: complen == len + 1 index 1 index eq + { exch pop f exch subfilefilter} + { pop f exch subfilefilter /FlateDecode filter} ifelse + end +} bind def +20 dict begin + +% ------ Utilities ------ % + +/subfilefilter { % subfilefilter + % SubFileDecode interprets a length of 0 as infinite. + dup 0 le { pop pop () 0 } if () /SubFileDecode filter +} bind def + + +/advance { % advance - + f cff eq { pos add /pos exch store } { pop } ifelse +} bind def +/next { % - next + f read { + 1 advance + CFFDEBUG { ( ) print dup = } if + } { + 0 + CFFDEBUG { ( Out of range access, assuming 0) = } if + /pdfformaterror where { + pop + ( **** Warning: Out of range access to a CFF table, assuming 0.\n) + pdfformaterror + } if + } ifelse +} bind def +/next2 { % - next2 + f read { + f read { + 2 advance + CFFDEBUG { ( ) print 1 index =only (,) print dup = } if + } { + 1 advance + CFFDEBUG { ( ) print dup = } if + } ifelse + } if +} bind def +/nextstring { % nextstring + dup 0 eq { + pop () + } { + string f exch readstring pop dup length advance + CFFDEBUG { ( ) print dup //== exec } if + } ifelse +} bind def + +/card8 % - card8 + /next load +def +/card16 { % - card16 + next2 exch 8 bitshift add +} bind def +/card32 { % - card32 + card16 16 bitshift card16 add +} bind def +/offsetprocs [ + /card8 load + /card16 load + { card8 16 bitshift card16 add } bind + /card32 load +] readonly def +/offsetproc { % offsetproc + 1 sub //offsetprocs exch get +} bind def +/offset { % offset + offsetproc exec +} bind def +/sid % - sid + /card16 load +def + +% ------ Main program ------ % + +% We need to pass the file as a parameter for the sake of the PDF +% interpreter. Also for the sake of PDF, a flag forces the font +% to be defined as instead of the name embedded in the data. +% This is needed for subsetted fonts; it is valid if the CFF +% contains only a single font. +% Finally, PDF interpreter may request creation of CIDFont out of an +% ordinary CFF font. +/StartData { % StartData - + currentfile exch subfilefilter //false //false ReadData pop +} bind def +/ReadData { % ReadData + % Initialize. + + 30 dict begin + /forcecidfont exch def + /forceresname exch def + /cff exch def + /pos 0 def + /resname exch cvlit def + /DEBUG CFFDEBUG def % bring the binding closer + /StringCache 1 dict def % Private DICT may be reused. + + forcecidfont + [ { cff 1024 string readstring not { exit } if } loop ] + .parsecff /fonts exch def + + resname + mark fonts { + forceresname { exch pop resname exch } if + dup /CIDFontType known { % This is a CIDFont. + dup /CIDFontName 3 index put + 1 index exch /CIDFont defineresource + } { % This is a font. + dup /FontName 3 index put + dup /FontType 2 put + 1 index exch + definefont + } ifelse + } forall .dicttomark + + end % temporary dict + end % FontSetInit ProcSet + /FontSet defineresource + +} bind def + +% ---------------- Resource category definition ---------------- % + +currentdict end readonly + +languagelevel exch 2 .setlanguagelevel + +/FontSet /Generic /Category findresource dup length dict .copydict +/Category defineresource pop + +/FontSetInit exch /ProcSet defineresource pop + +.setlanguagelevel diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_cidcm.ps b/Master/tlpkg/tlgs/Resource/Init/gs_cidcm.ps new file mode 100644 index 00000000000..d2a767f7625 --- /dev/null +++ b/Master/tlpkg/tlgs/Resource/Init/gs_cidcm.ps @@ -0,0 +1,447 @@ +% Copyright (C) 2001-2012 Artifex Software, Inc. +% All Rights Reserved. +% +% This software is provided AS-IS with no warranty, either express or +% implied. +% +% This software is distributed under license and may not be copied, +% modified or distributed except as expressly authorized under the terms +% of the license contained in the file LICENSE in this distribution. +% +% Refer to licensing information at http://www.artifex.com or contact +% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, +% CA 94903, U.S.A., +1(415)492-9861, for further information. +% + +% Extending Font resource category with CIDFont-CMap fonts. + +languagelevel 2 .setlanguagelevel currentglobal //true setglobal + +% In the comments below, 'CSI' is an abbreviation/acronym for CIDSystemInfo. +% We pre-scan resource files to retrieve the CSI from them. +% First we define a hidden procset .prs_dict containing +% necessary variables and procedures. +% Then we redefine the old /Font category using this procset. + +% We maintain internal caches for the CSI values retrieved from +% resource files. This supposes that document doesn't uninstall +% resource files. To disable caching, set enable_cache to false. + +% We assume that names starting with '.prs' do not appear in resource files. +% If this causes any problem, this prefix should be systematically changed +% in this file. ('prs' is an abbreviation for 'prescan'.) + +25 dict begin + +% Define local variables : + +/.prs_dict currentdict def % self-reference (constant) +/.prs_empty 0 dict readonly def +/path_buffer 8192 string def +/name_buffer 1024 string def +/minus (-) 0 get def % character code constant for '-' +/period (.) 0 get def % character code constant for '.' +/CMap 10 dict def % CSI cache for CMaps +/CIDFont 10 dict def % CSI cache for CIDFonts +/enable_cache //true def % set false to disable cache + +% The folloving variables are just placeholders for ones to be set +% dynamically : +/.prsFile 0 def % file to prescan +/.prsResult 0 def % result of prescan +/.prsDictCount 0 def % save the dictionary stack depth + +% Define a dummy CIDInit procset to use while pre-scanning : + +/DummyCIDInit 15 dict +begin + + /begincmap {} def + /usecmap {pop} bind def + + {stop} bind + [ /begincodespacerange /endcodespacerange /beginnotdefchar /endnotdefchar + /beginnotdefrange /endnotdefrange /begincidchar /endcidchar /begincidrange + /endcidrange /endcmap /usefont /StartData + ] { + 1 index def + } bind forall + pop + +currentdict end def + +% Define a local 'findresource' for pre-scanning : +% (it returns the dummy CIDInit instead of the regular CIDInit ProcSet) + +/findresource { % findresource + 2 copy /ProcSet eq exch % /InstName /CatName bool /InstName + /CIDInit eq and { + pop pop //DummyCIDInit + } { + //findresource exec + } ifelse +} bind def + +% Define procedures for pre-scanning : + +/StopIfCSIDefined { % - StopIfCSIDefined - + + % Check if the dictionary stack contains a dictionary containing /CIDSystemInfo. + % The search is limited to the top .prsDictCount dictionaries in the stack. + % If so, retrieve the CSI, and execute stop to terminate the pre-scanning of the file. + % Otherwise, do nothing, so the pre-scanning continues. + + countdictstack //.prs_dict /.prsDictCount get sub dup { + currentdict /CIDSystemInfo .knownget { + //.prs_dict exch /.prsResult exch put + stop + } if + currentdict exch end + } repeat { + begin + } repeat +} bind def + +/PrescanFile { % - PrescanFile - + { //.prs_dict /.prsFile get token { + dup type % token type + dup /nametype eq exch /operatortype eq or { + dup xcheck { + exec + //StopIfCSIDefined exec + } if + } if + } { + stop + } ifelse + } loop +} bind odef + +/GetCIDSystemInfoFromFile { % GetCIDSystemInfoFromFile + + % This procedure reads resource files with 'token', + % executing the tokens untill /CIDSystemInfo appears to be defined. + % Normally the resource file creates a new dictionary on + % dictionary stack and defines /CIDSystemInfo in it. + % + % Returns an empty dictionary if no CIDSystemInfo is found. + + RESMPDEBUG { (cidcm GetCIDSystemInfoFromFile beg) = } if + //.prs_dict begin + /.prsFile exch def + /.prsResult //.prs_empty def + /.prsDictCount countdictstack def + RESMPDEBUG { (cidcm GetCIDSystemInfoFromFile will PrescanFile.) = } if + { //PrescanFile } stopped pop + //.prs_dict /.prsResult get + end + RESMPDEBUG { (cidcm GetCIDSystemInfoFromFile end) = } if +} bind def + +/GetCIDSystemInfo { % GetCIDSystemInfo + + % Retrieve CSI, using caches. + + RESMPDEBUG { (cidcm GetCIDSystemInfo beg) = } if + /Category findresource begin % /InstName + dup ResourceStatus + { + pop 2 lt { + FindResource /CIDSystemInfo .knownget not { + //.prs_empty + } if % CSI + } { % /InstName + currentdict /GetCIDSystemInfoFromMap .knownget { + exec + } if + dup type /nametype eq + { + RESMPDEBUG { (cidcm GetCIDSystemInfo got a name.) = } if + //.prs_dict Category get % /InstName CSIs + dup 2 index known + //enable_cache and { + RESMPDEBUG { (cidcm GetCIDSystemInfo from cache.) = } if + exch get % CSI + } { + RESMPDEBUG { (cidcm GetCIDSystemInfo from file.) = } if + exch % CSIs /InstName + dup //path_buffer ResourceFileName % CSIs /InstName (path) + RESMPDEBUG { (cidcm GetCIDSystemInfo from file ) print dup = } if + currentglobal exch //true setglobal % CSIs /InstName g (path) + mark exch % CSIs /InstName g [ (path) + { (r) file } stopped { + cleartomark //.prs_empty + } { + exch 1 index % CSIs /InstName g file [ file + //GetCIDSystemInfoFromFile stopped { + cleartomark closefile //.prs_empty + } { + exch pop exch closefile + } ifelse + } ifelse % CSIs /InstName g CSI + exch setglobal % CSIs /InstName CSI + dup 4 1 roll % CSI CSIs /InstName CSI + put % CSI + RESMPDEBUG { + (cidcm GetCIDSystemInfo got from file : <<) print + dup { exch //=string cvs print ( ) print + //=string cvs print ( ) print + } forall + (>>) = + } if + } ifelse + } if + } ifelse + } { + pop //.prs_empty + } ifelse + end + RESMPDEBUG { (cidcm GetCIDSystemInfo end) = } if +} bind def + +/IsCompatibleCSI { % IsCompatibleCSI + + % The CSI in a CIDFont may be an array, a dict, or null. + % If it is an array, it must be of 1 element, which is a dict. + % In this case the dict is used for testing the compatibility. + % Two dicts are compatible iff they contain same /Ordering and /Registry. + % Identity CMap is compatible with any CIDFont. + + exch % CSI-F CSI-M + { dup type /arraytype eq { + dup length 1 ne { + pop pop //false exit + } if + 0 get + } if % CSI-F CSI-M + dup type /dicttype ne { + pop pop //false exit + } if % CSI-F <> + exch % <> CSI-F + dup type /dicttype ne { + pop pop //false exit + } if % <> <> + dup /Ordering .knownget { + /Identity eq { + pop pop //true exit + } if + } if + //true % <> <> bEQ + [/Registry /Ordering] { + 2 index 1 index .knownget not { + 1234567 + } if % <> <> bEQ /key vF + exch % <> <> bEQ vF /key + 4 index exch .knownget not { + 7654321 + } if % <> <> bEQ vF vM + eq and % <> <> bEQ + } forall + exch pop exch pop % bEQ + exit + } loop +} bind def + +/IsWellComposed { % IsWellComposed + + % Check if the given CIDFont and CMap have compatible CSIs. + exch % /CMapName /CIDFontName + /CIDFont //GetCIDSystemInfo exec % /CMapName CSI-F + dup type /dicttype eq { + dup length 0 ne { + exch % CSI-F /CMapName + /CMap //GetCIDSystemInfo exec % CSI-F CSI-M + //IsCompatibleCSI exec % bool + } { + pop pop //false + } ifelse + } { + pop pop //false + } ifelse +} bind def + +/IsComposedFont { % IsComposedFont true + % IsComposedFont false + + % Check if the given font name may be decomposed into CIDFont.CMap, CIDFont-CMap + % or into CIDFont--CMap, such that CIDFont and CMap have compatible CSIs. + % FontName + dup type /stringtype ne { + //name_buffer cvs + } if % (FontName) + { dup length 2 sub -1 1 { + % (FontName) i + 2 copy get dup //minus eq exch //period eq or { + 2 copy 2 copy % (FontName) i (FontName) i (FontName) i + 2 copy get //minus eq { + 2 copy 1 sub get //minus eq { + 1 sub + } if + } if % (FontName) i (FontName) i (FontName) i0 + 0 exch getinterval cvn % (FontName) i (FontName) i /CIDFontName + 3 1 roll % (FontName) i /CIDFontName (FontName) i + 1 add dup % (FontName) i /CIDFontName (FontName) i1 i1 + 5 index length % (FontName) i /CIDFontName (FontName) i1 i1 l + exch sub getinterval cvn % (FontName) i /CIDFontName /CMapName + 2 copy //IsWellComposed exec { % (FontName) i /CIDFontName /CMapName + 4 2 roll pop pop % /CIDFontName /CMapName + stop + } if + pop pop pop + } { + pop + } ifelse % (FontName) + } for + pop + } stopped +} bind def + +/ComposeName { % ComposeName + dup dup 5 2 roll % (scr) (scr) /CIDFont /CMap (scr) + 3 2 roll exch cvs length dup % (scr) (scr) /CMap l0 l0 + 4 -1 roll exch //minus put % (scr) /CMap l0 + 1 add dup % (scr) /CMap l1 l1 + 3 index dup length % (scr) /CMap l1 l1 (scr) L + 2 index sub % (scr) /CMap l1 l1 (scr) LT + 3 2 roll % (scr) /CMap l1 (scr) LT l1 + exch getinterval % (scr) /CMap l1 (scrT) + 3 2 roll exch cvs length % (scr) l1 l2 + add 0 exch getinterval % (CIDFont-CMap) +} bind def + +% Redefine the /Font category with CIDFont-CMap construction : + +% The following code supposes that the following names are not +% defined in the old /Font category dictionary : +% /IsComposedFont, /IsWellComposed . + +/Font /Category findresource dup length dict copy begin + +/FindResource { % FindResource + dup //ResourceStatus exec { + pop pop //FindResource exec + } { + dup //IsComposedFont exec { % /FontName /CIDFontName /CMapName + exch [ exch ] composefont % inst + } { + //FindResource exec + } ifelse + } ifelse +} bind def + +/ResourceStatus { % ResourceStatus true + % ResourceStatus false + dup //ResourceStatus exec { + 3 2 roll pop //true % nStatus nSize true + } { + //IsComposedFont exec { % /CIDFontName /CMapName + /CMap resourcestatus { % /CIDFontName nStatusM nSizeM + exch pop exch % nSizeM /CIDFontName + /CIDFont resourcestatus { % nSizeM nStatusF nSizeF + exch pop % nSizeF nSizeM + dup 0 ge { + exch dup 0 ge { + add + } { + exch pop + } ifelse + } { + pop + } ifelse % nSize + 2 exch //true % nStatus nSize true + } { + pop pop pop //false % work around buggy resource file + } ifelse + } { + pop pop pop //false % work around buggy resource file + } ifelse + } { + //false + } ifelse + } ifelse +} bind def + +/ResourceForAll { %