summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-14 21:48:29 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-14 21:48:29 +0000
commit9b0a6e9600aba7d629f1e69b799af8a94d06846c (patch)
tree004d33ef8f094e54616ccd2ea6549e19ab5ee162
parent41d70e88b1e4d25553f3c581b04d012e140e2868 (diff)
Update.
* assert/assert.h (assert): Use !! in front of expression to allow use of pointers.
-rw-r--r--ChangeLog3
-rw-r--r--assert/assert.h2
-rw-r--r--localedata/charmaps/EUC-JP-MS15282
3 files changed, 15286 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 201c5142de..d3f16d0634 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-08-14 Ulrich Drepper <drepper@redhat.com>
+ * assert/assert.h (assert): Use !! in front of expression to allow
+ use of pointers.
+
* iconvdata/cp932.c: Fixed checking of a few border of code areas.
Changed conversion of JIS X 0201 from using a table to calculating.
* iconvdata/euc-jp-ms.c: Fixed conversion table and rewrote
diff --git a/assert/assert.h b/assert/assert.h
index 9908d4176a..b511d116d9 100644
--- a/assert/assert.h
+++ b/assert/assert.h
@@ -89,7 +89,7 @@ __END_DECLS
enough estimate for when the feature became available. */
# if __GNUC_PREREQ (3, 0)
# define assert(expr) \
- (__ASSERT_VOID_CAST (__builtin_expect (expr, 1) ? 0 : \
+ (__ASSERT_VOID_CAST (__builtin_expect (!!(expr), 1) ? 0 : \
(__assert_fail (__STRING(expr), __FILE__, __LINE__, \
__ASSERT_FUNCTION), 0)))
# else
diff --git a/localedata/charmaps/EUC-JP-MS b/localedata/charmaps/EUC-JP-MS
new file mode 100644
index 0000000000..6b1c9e4733
--- /dev/null
+++ b/localedata/charmaps/EUC-JP-MS
@@ -0,0 +1,15282 @@
+<code_set_name> EUC-JP-MS
+<comment_char> %
+<escape_char> /
+<mb_cur_min> 1
+<mb_cur_max> 3
+
+% EUC-JP-MS character map
+% MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>, 2003.
+% Last changed: 2003-07-18
+
+CHARMAP
+%
+% ASCII or JIS X 0201 Roman
+%
+<U0000> /x00 NULL
+<U0001> /x01 START OF HEADING
+<U0002> /x02 START OF TEXT
+<U0003> /x03 END OF TEXT
+<U0004> /x04 END OF TRANSMISSION
+<U0005> /x05 ENQUIRY
+<U0006> /x06 ACKNOWLEDGE
+<U0007> /x07 BELL
+<U0008> /x08 BACKSPACE
+<U0009> /x09 HORIZONTAL TABULATION
+<U000A> /x0a LINE FEED
+<U000B> /x0b VERTICAL TABULATION
+<U000C> /x0c FORM FEED
+<U000D> /x0d CARRIAGE RETURN
+<U000E> /x0e SHIFT OUT
+<U000F> /x0f SHIFT IN
+<U0010> /x10 DATA LINK ESCAPE
+<U0011> /x11 DEVICE CONTROL ONE
+<U0012> /x12 DEVICE CONTROL TWO
+<U0013> /x13 DEVICE CONTROL THREE
+<U0014> /x14 DEVICE CONTROL FOUR
+<U0015> /x15 NEGATIVE ACKNOWLEDGE
+<U0016> /x16 SYNCHRONOUS IDLE
+<U0017> /x17 END OF TRANSMISSION BLOCK
+<U0018> /x18 CANCEL
+<U0019> /x19 END OF MEDIUM
+<U001A> /x1a SUBSTITUTE
+<U001B> /x1b ESCAPE
+<U001C> /x1c FILE SEPARATOR
+<U001D> /x1d GROUP SEPARATOR
+<U001E> /x1e RECORD SEPARATOR
+<U001F> /x1f UNIT SEPARATOR
+<U0020> /x20 SPACE
+<U0021> /x21 EXCLAMATION MARK
+<U0022> /x22 QUOTATION MARK
+<U0023> /x23 NUMBER SIGN
+<U0024> /x24 DOLLAR SIGN
+<U0025> /x25 PERCENT SIGN
+<U0026> /x26 AMPERSAND
+<U0027> /x27 APOSTROPHE
+<U0028> /x28 LEFT PARENTHESIS
+<U0029> /x29 RIGHT PARENTHESIS
+<U002A> /x2a ASTERISK
+<U002B> /x2b PLUS SIGN
+<U002C> /x2c COMMA
+<U002D> /x2d HYPHEN-MINUS
+<U002E> /x2e FULL STOP
+<U002F> /x2f SOLIDUS
+<U0030> /x30 DIGIT ZERO
+<U0031> /x31 DIGIT ONE
+<U0032> /x32 DIGIT TWO
+<U0033> /x33 DIGIT THREE
+<U0034> /x34 DIGIT FOUR
+<U0035> /x35 DIGIT FIVE
+<U0036> /x36 DIGIT SIX
+<U0037> /x37 DIGIT SEVEN
+<U0038> /x38 DIGIT EIGHT
+<U0039> /x39 DIGIT NINE
+<U003A> /x3a COLON
+<U003B> /x3b SEMICOLON
+<U003C> /x3c LESS-THAN SIGN
+<U003D> /x3d EQUALS SIGN
+<U003E> /x3e GREATER-THAN SIGN
+<U003F> /x3f QUESTION MARK
+<U0040> /x40 COMMERCIAL AT
+<U0041> /x41 LATIN CAPITAL LETTER A
+<U0042> /x42 LATIN CAPITAL LETTER B
+<U0043> /x43 LATIN CAPITAL LETTER C
+<U0044> /x44 LATIN CAPITAL LETTER D
+<U0045> /x45 LATIN CAPITAL LETTER E
+<U0046> /x46 LATIN CAPITAL LETTER F
+<U0047> /x47 LATIN CAPITAL LETTER G
+<U0048> /x48 LATIN CAPITAL LETTER H
+<U0049> /x49 LATIN CAPITAL LETTER I
+<U004A> /x4a LATIN CAPITAL LETTER J
+<U004B> /x4b LATIN CAPITAL LETTER K
+<U004C> /x4c LATIN CAPITAL LETTER L
+<U004D> /x4d LATIN CAPITAL LETTER M
+<U004E> /x4e LATIN CAPITAL LETTER N
+<U004F> /x4f LATIN CAPITAL LETTER O
+<U0050> /x50 LATIN CAPITAL LETTER P
+<U0051> /x51 LATIN CAPITAL LETTER Q
+<U0052> /x52 LATIN CAPITAL LETTER R
+<U0053> /x53 LATIN CAPITAL LETTER S
+<U0054> /x54 LATIN CAPITAL LETTER T
+<U0055> /x55 LATIN CAPITAL LETTER U
+<U0056> /x56 LATIN CAPITAL LETTER V
+<U0057> /x57 LATIN CAPITAL LETTER W
+<U0058> /x58 LATIN CAPITAL LETTER X
+<U0059> /x59 LATIN CAPITAL LETTER Y
+<U005A> /x5a LATIN CAPITAL LETTER Z
+<U005B> /x5b LEFT SQUARE BRACKET
+<U005C> /x5c REVERSE SOLIDUS
+<U005D> /x5d RIGHT SQUARE BRACKET
+<U005E> /x5e CIRCUMFLEX ACCENT
+<U005F> /x5f LOW LINE
+<U0060> /x60 GRAVE ACCENT
+<U0061> /x61 LATIN SMALL LETTER A
+<U0062> /x62 LATIN SMALL LETTER B
+<U0063> /x63 LATIN SMALL LETTER C
+<U0064> /x64 LATIN SMALL LETTER D
+<U0065> /x65 LATIN SMALL LETTER E
+<U0066> /x66 LATIN SMALL LETTER F
+<U0067> /x67 LATIN SMALL LETTER G
+<U0068> /x68 LATIN SMALL LETTER H
+<U0069> /x69 LATIN SMALL LETTER I
+<U006A> /x6a LATIN SMALL LETTER J
+<U006B> /x6b LATIN SMALL LETTER K
+<U006C> /x6c LATIN SMALL LETTER L
+<U006D> /x6d LATIN SMALL LETTER M
+<U006E> /x6e LATIN SMALL LETTER N
+<U006F> /x6f LATIN SMALL LETTER O
+<U0070> /x70 LATIN SMALL LETTER P
+<U0071> /x71 LATIN SMALL LETTER Q
+<U0072> /x72 LATIN SMALL LETTER R
+<U0073> /x73 LATIN SMALL LETTER S
+<U0074> /x74 LATIN SMALL LETTER T
+<U0075> /x75 LATIN SMALL LETTER U
+<U0076> /x76 LATIN SMALL LETTER V
+<U0077> /x77 LATIN SMALL LETTER W
+<U0078> /x78 LATIN SMALL LETTER X
+<U0079> /x79 LATIN SMALL LETTER Y
+<U007A> /x7a LATIN SMALL LETTER Z
+<U007B> /x7b LEFT CURLY BRACKET
+<U007C> /x7c VERTICAL LINE
+<U007D> /x7d RIGHT CURLY BRACKET
+<U007E> /x7e TILDE
+<U007F> /x7f DELETE
+
+%
+% C1 area is mapped to itself. Excluding SS2 and SS3.
+%
+<U0080> /x80 PADDING CHARACTER (PAD)
+<U0081> /x81 HIGH OCTET PRESET (HOP)
+<U0082> /x82 BREAK PERMITTED HERE (BPH)
+<U0083> /x83 NO BREAK HERE (NBH)
+<U0084> /x84 INDEX (IND)
+<U0085> /x85 NEXT LINE (NEL)
+<U0086> /x86 START OF SELECTED AREA (SSA)
+<U0087> /x87 END OF SELECTED AREA (ESA)
+<U0088> /x88 CHARACTER TABULATION SET (HTS)
+<U0089> /x89 CHARACTER TABULATION WITH JUSTIFICATION (HTJ)
+<U008A> /x8a LINE TABULATION SET (VTS)
+<U008B> /x8b PARTIAL LINE FORWARD (PLD)
+<U008C> /x8c PARTIAL LINE BACKWARD (PLU)
+<U008D> /x8d REVERSE LINE FEED (RI)
+<U0090> /x90 DEVICE CONTROL STRING (DCS)
+<U0091> /x91 PRIVATE USE ONE (PU1)
+<U0092> /x92 PRIVATE USE TWO (PU2)
+<U0093> /x93 SET TRANSMIT STATE (STS)
+<U0094> /x94 CANCEL CHARACTER (CCH)
+<U0095> /x95 MESSAGE WAITING (MW)
+<U0096> /x96 START OF GUARDED AREA (SPA)
+<U0097> /x97 END OF GUARDED AREA (EPA)
+<U0098> /x98 START OF STRING (SOS)
+<U0099> /x99 SINGLE GRAPHIC CHARACTER INTRODUCER (SGCI)
+<U009A> /x9a SINGLE CHARACTER INTRODUCER (SCI)
+<U009B> /x9b CONTROL SEQUENCE INTRODUCER (CSI)
+<U009C> /x9c STRING TERMINATOR (ST)
+<U009D> /x9d OPERATING SYSTEM COMMAND (OSC)
+<U009E> /x9e PRIVACY MESSAGE (PM)
+<U009F> /x9f APPLICATION PROGRAM COMMAND (APC)
+
+%
+% JIS X 0201 Kana
+%
+<UFF61> /x8e/xa1 HALFWIDTH IDEOGRAPHIC FULL STOP
+<UFF62> /x8e/xa2 HALFWIDTH LEFT CORNER BRACKET
+<UFF63> /x8e/xa3 HALFWIDTH RIGHT CORNER BRACKET
+<UFF64> /x8e/xa4 HALFWIDTH IDEOGRAPHIC COMMA
+<UFF65> /x8e/xa5 HALFWIDTH KATAKANA MIDDLE DOT
+<UFF66> /x8e/xa6 HALFWIDTH KATAKANA LETTER WO
+<UFF67> /x8e/xa7 HALFWIDTH KATAKANA LETTER SMALL A
+<UFF68> /x8e/xa8 HALFWIDTH KATAKANA LETTER SMALL I
+<UFF69> /x8e/xa9 HALFWIDTH KATAKANA LETTER SMALL U
+<UFF6A> /x8e/xaa HALFWIDTH KATAKANA LETTER SMALL E
+<UFF6B> /x8e/xab HALFWIDTH KATAKANA LETTER SMALL O
+<UFF6C> /x8e/xac HALFWIDTH KATAKANA LETTER SMALL YA
+<UFF6D> /x8e/xad HALFWIDTH KATAKANA LETTER SMALL YU
+<UFF6E> /x8e/xae HALFWIDTH KATAKANA LETTER SMALL YO
+<UFF6F> /x8e/xaf HALFWIDTH KATAKANA LETTER SMALL TU
+<UFF70> /x8e/xb0 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK
+<UFF71> /x8e/xb1 HALFWIDTH KATAKANA LETTER A
+<UFF72> /x8e/xb2 HALFWIDTH KATAKANA LETTER I
+<UFF73> /x8e/xb3 HALFWIDTH KATAKANA LETTER U
+<UFF74> /x8e/xb4 HALFWIDTH KATAKANA LETTER E
+<UFF75> /x8e/xb5 HALFWIDTH KATAKANA LETTER O
+<UFF76> /x8e/xb6 HALFWIDTH KATAKANA LETTER KA
+<UFF77> /x8e/xb7 HALFWIDTH KATAKANA LETTER KI
+<UFF78> /x8e/xb8 HALFWIDTH KATAKANA LETTER KU
+<UFF79> /x8e/xb9 HALFWIDTH KATAKANA LETTER KE
+<UFF7A> /x8e/xba HALFWIDTH KATAKANA LETTER KO
+<UFF7B> /x8e/xbb HALFWIDTH KATAKANA LETTER SA
+<UFF7C> /x8e/xbc HALFWIDTH KATAKANA LETTER SI
+<UFF7D> /x8e/xbd HALFWIDTH KATAKANA LETTER SU
+<UFF7E> /x8e/xbe HALFWIDTH KATAKANA LETTER SE
+<UFF7F> /x8e/xbf HALFWIDTH KATAKANA LETTER SO
+<UFF80> /x8e/xc0 HALFWIDTH KATAKANA LETTER TA
+<UFF81> /x8e/xc1 HALFWIDTH KATAKANA LETTER TI
+<UFF82> /x8e/xc2 HALFWIDTH KATAKANA LETTER TU
+<UFF83> /x8e/xc3 HALFWIDTH KATAKANA LETTER TE
+<UFF84> /x8e/xc4 HALFWIDTH KATAKANA LETTER TO
+<UFF85> /x8e/xc5 HALFWIDTH KATAKANA LETTER NA
+<UFF86> /x8e/xc6 HALFWIDTH KATAKANA LETTER NI
+<UFF87> /x8e/xc7 HALFWIDTH KATAKANA LETTER NU
+<UFF88> /x8e/xc8 HALFWIDTH KATAKANA LETTER NE
+<UFF89> /x8e/xc9 HALFWIDTH KATAKANA LETTER NO
+<UFF8A> /x8e/xca HALFWIDTH KATAKANA LETTER HA
+<UFF8B> /x8e/xcb HALFWIDTH KATAKANA LETTER HI
+<UFF8C> /x8e/xcc HALFWIDTH KATAKANA LETTER HU
+<UFF8D> /x8e/xcd HALFWIDTH KATAKANA LETTER HE
+<UFF8E> /x8e/xce HALFWIDTH KATAKANA LETTER HO
+<UFF8F> /x8e/xcf HALFWIDTH KATAKANA LETTER MA
+<UFF90> /x8e/xd0 HALFWIDTH KATAKANA LETTER MI
+<UFF91> /x8e/xd1 HALFWIDTH KATAKANA LETTER MU
+<UFF92> /x8e/xd2 HALFWIDTH KATAKANA LETTER ME
+<UFF93> /x8e/xd3 HALFWIDTH KATAKANA LETTER MO
+<UFF94> /x8e/xd4 HALFWIDTH KATAKANA LETTER YA
+<UFF95> /x8e/xd5 HALFWIDTH KATAKANA LETTER YU
+<UFF96> /x8e/xd6 HALFWIDTH KATAKANA LETTER YO
+<UFF97> /x8e/xd7 HALFWIDTH KATAKANA LETTER RA
+<UFF98> /x8e/xd8 HALFWIDTH KATAKANA LETTER RI
+<UFF99> /x8e/xd9 HALFWIDTH KATAKANA LETTER RU
+<UFF9A> /x8e/xda HALFWIDTH KATAKANA LETTER RE
+<UFF9B> /x8e/xdb HALFWIDTH KATAKANA LETTER RO
+<UFF9C> /x8e/xdc HALFWIDTH KATAKANA LETTER WA
+<UFF9D> /x8e/xdd HALFWIDTH KATAKANA LETTER N
+<UFF9E> /x8e/xde HALFWIDTH KATAKANA VOICED SOUND MARK
+<UFF9F> /x8e/xdf HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK
+
+%
+% JIS X 0208
+%
+<U3000> /xa1/xa1 IDEOGRAPHIC SPACE
+<U3001> /xa1/xa2 IDEOGRAPHIC COMMA
+<U3002> /xa1/xa3 IDEOGRAPHIC FULL STOP
+<UFF0C> /xa1/xa4 FULLWIDTH COMMA
+<UFF0E> /xa1/xa5 FULLWIDTH FULL STOP
+<U30FB> /xa1/xa6 KATAKANA MIDDLE DOT
+<UFF1A> /xa1/xa7 FULLWIDTH COLON
+<UFF1B> /xa1/xa8 FULLWIDTH SEMICOLON
+<UFF1F> /xa1/xa9 FULLWIDTH QUESTION MARK
+<UFF01> /xa1/xaa FULLWIDTH EXCLAMATION MARK
+<U309B> /xa1/xab KATAKANA-HIRAGANA VOICED SOUND MARK
+<U309C> /xa1/xac KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK
+<U00B4> /xa1/xad ACUTE ACCENT
+<UFF40> /xa1/xae FULLWIDTH GRAVE ACCENT
+<U00A8> /xa1/xaf DIAERESIS
+<UFF3E> /xa1/xb0 FULLWIDTH CIRCUMFLEX ACCENT
+<UFFE3> /xa1/xb1 FULLWIDTH MACRON
+<UFF3F> /xa1/xb2 FULLWIDTH LOW LINE
+<U30FD> /xa1/xb3 KATAKANA ITERATION MARK
+<U30FE> /xa1/xb4 KATAKANA VOICED ITERATION MARK
+<U309D> /xa1/xb5 HIRAGANA ITERATION MARK
+<U309E> /xa1/xb6 HIRAGANA VOICED ITERATION MARK
+<U3003> /xa1/xb7 DITTO MARK
+<U4EDD> /xa1/xb8 <CJK>
+<U3005> /xa1/xb9 IDEOGRAPHIC ITERATION MARK
+<U3006> /xa1/xba IDEOGRAPHIC CLOSING MARK
+<U3007> /xa1/xbb IDEOGRAPHIC NUMBER ZERO
+<U30FC> /xa1/xbc KATAKANA-HIRAGANA PROLONGED SOUND MARK
+<U2015> /xa1/xbd HORIZONTAL BAR
+<U2010> /xa1/xbe HYPHEN
+<UFF0F> /xa1/xbf FULLWIDTH SOLIDUS
+<UFF3C> /xa1/xc0 FULLWIDTH REVERSE SOLIDUS
+<UFF5E> /xa1/xc1 FULLWIDTH TILDE
+<U2225> /xa1/xc2 PARALLEL TO
+<UFF5C> /xa1/xc3 FULLWIDTH VERTICAL LINE
+<U2026> /xa1/xc4 HORIZONTAL ELLIPSIS
+<U2025> /xa1/xc5 TWO DOT LEADER
+<U2018> /xa1/xc6 LEFT SINGLE QUOTATION MARK
+<U2019> /xa1/xc7 RIGHT SINGLE QUOTATION MARK
+<U201C> /xa1/xc8 LEFT DOUBLE QUOTATION MARK
+<U201D> /xa1/xc9 RIGHT DOUBLE QUOTATION MARK
+<UFF08> /xa1/xca FULLWIDTH LEFT PARENTHESIS
+<UFF09> /xa1/xcb FULLWIDTH RIGHT PARENTHESIS
+<U3014> /xa1/xcc LEFT TORTOISE SHELL BRACKET
+<U3015> /xa1/xcd RIGHT TORTOISE SHELL BRACKET
+<UFF3B> /xa1/xce FULLWIDTH LEFT SQUARE BRACKET
+<UFF3D> /xa1/xcf FULLWIDTH RIGHT SQUARE BRACKET
+<UFF5B> /xa1/xd0 FULLWIDTH LEFT CURLY BRACKET
+<UFF5D> /xa1/xd1 FULLWIDTH RIGHT CURLY BRACKET
+<U3008> /xa1/xd2 LEFT ANGLE BRACKET
+<U3009> /xa1/xd3 RIGHT ANGLE BRACKET
+<U300A> /xa1/xd4 LEFT DOUBLE ANGLE BRACKET
+<U300B> /xa1/xd5 RIGHT DOUBLE ANGLE BRACKET
+<U300C> /xa1/xd6 LEFT CORNER BRACKET
+<U300D> /xa1/xd7 RIGHT CORNER BRACKET
+<U300E> /xa1/xd8 LEFT WHITE CORNER BRACKET
+<U300F> /xa1/xd9 RIGHT WHITE CORNER BRACKET
+<U3010> /xa1/xda LEFT BLACK LENTICULAR BRACKET
+<U3011> /xa1/xdb RIGHT BLACK LENTICULAR BRACKET
+<UFF0B> /xa1/xdc FULLWIDTH PLUS SIGN
+<UFF0D> /xa1/xdd FULLWIDTH HYPHEN-MINUS
+<U00B1> /xa1/xde PLUS-MINUS SIGN
+<U00D7> /xa1/xdf MULTIPLICATION SIGN
+<U00F7> /xa1/xe0 DIVISION SIGN
+<UFF1D> /xa1/xe1 FULLWIDTH EQUALS SIGN
+<U2260> /xa1/xe2 NOT EQUAL TO
+<UFF1C> /xa1/xe3 FULLWIDTH LESS-THAN SIGN
+<UFF1E> /xa1/xe4 FULLWIDTH GREATER-THAN SIGN
+<U2266> /xa1/xe5 LESS-THAN OVER EQUAL TO
+<U2267> /xa1/xe6 GREATER-THAN OVER EQUAL TO
+<U221E> /xa1/xe7 INFINITY
+<U2234> /xa1/xe8 THEREFORE
+<U2642> /xa1/xe9 MALE SIGN
+<U2640> /xa1/xea FEMALE SIGN
+<U00B0> /xa1/xeb DEGREE SIGN
+<U2032> /xa1/xec PRIME
+<U2033> /xa1/xed DOUBLE PRIME
+<U2103> /xa1/xee DEGREE CELSIUS
+<UFFE5> /xa1/xef FULLWIDTH YEN SIGN
+<UFF04> /xa1/xf0 FULLWIDTH DOLLAR SIGN
+<UFFE0> /xa1/xf1 FULLWIDTH CENT SIGN
+<UFFE1> /xa1/xf2 FULLWIDTH POUND SIGN
+<UFF05> /xa1/xf3 FULLWIDTH PERCENT SIGN
+<UFF03> /xa1/xf4 FULLWIDTH NUMBER SIGN
+<UFF06> /xa1/xf5 FULLWIDTH AMPERSAND
+<UFF0A> /xa1/xf6 FULLWIDTH ASTERISK
+<UFF20> /xa1/xf7 FULLWIDTH COMMERCIAL AT
+<U00A7> /xa1/xf8 SECTION SIGN
+<U2606> /xa1/xf9 WHITE STAR
+<U2605> /xa1/xfa BLACK STAR
+<U25CB> /xa1/xfb WHITE CIRCLE
+<U25CF> /xa1/xfc BLACK CIRCLE
+<U25CE> /xa1/xfd BULLSEYE
+<U25C7> /xa1/xfe WHITE DIAMOND
+<U25C6> /xa2/xa1 BLACK DIAMOND
+<U25A1> /xa2/xa2 WHITE SQUARE
+<U25A0> /xa2/xa3 BLACK SQUARE
+<U25B3> /xa2/xa4 WHITE UP-POINTING TRIANGLE
+<U25B2> /xa2/xa5 BLACK UP-POINTING TRIANGLE
+<U25BD> /xa2/xa6 WHITE DOWN-POINTING TRIANGLE
+<U25BC> /xa2/xa7 BLACK DOWN-POINTING TRIANGLE
+<U203B> /xa2/xa8 REFERENCE MARK
+<U3012> /xa2/xa9 POSTAL MARK
+<U2192> /xa2/xaa RIGHTWARDS ARROW
+<U2190> /xa2/xab LEFTWARDS ARROW
+<U2191> /xa2/xac UPWARDS ARROW
+<U2193> /xa2/xad DOWNWARDS ARROW
+<U3013> /xa2/xae GETA MARK
+<U2208> /xa2/xba ELEMENT OF
+<U220B> /xa2/xbb CONTAINS AS MEMBER
+<U2286> /xa2/xbc SUBSET OF OR EQUAL TO
+<U2287> /xa2/xbd SUPERSET OF OR EQUAL TO
+<U2282> /xa2/xbe SUBSET OF
+<U2283> /xa2/xbf SUPERSET OF
+<U222A> /xa2/xc0 UNION
+<U2229> /xa2/xc1 INTERSECTION
+<U2227> /xa2/xca LOGICAL AND
+<U2228> /xa2/xcb LOGICAL OR
+<UFFE2> /xa2/xcc FULLWIDTH NOT SIGN
+<U21D2> /xa2/xcd RIGHTWARDS DOUBLE ARROW
+<U21D4> /xa2/xce LEFT RIGHT DOUBLE ARROW
+<U2200> /xa2/xcf FOR ALL
+<U2203> /xa2/xd0 THERE EXISTS
+<U2220> /xa2/xdc ANGLE
+<U22A5> /xa2/xdd UP TACK
+<U2312> /xa2/xde ARC
+<U2202> /xa2/xdf PARTIAL DIFFERENTIAL
+<U2207> /xa2/xe0 NABLA
+<U2261> /xa2/xe1 IDENTICAL TO
+<U2252> /xa2/xe2 APPROXIMATELY EQUAL TO OR THE IMAGE OF
+<U226A> /xa2/xe3 MUCH LESS-THAN
+<U226B> /xa2/xe4 MUCH GREATER-THAN
+<U221A> /xa2/xe5 SQUARE ROOT
+<U223D> /xa2/xe6 REVERSED TILDE
+<U221D> /xa2/xe7 PROPORTIONAL TO
+<U2235> /xa2/xe8 BECAUSE
+<U222B> /xa2/xe9 INTEGRAL
+<U222C> /xa2/xea DOUBLE INTEGRAL
+<U212B> /xa2/xf2 ANGSTROM SIGN
+<U2030> /xa2/xf3 PER MILLE SIGN
+<U266F> /xa2/xf4 MUSIC SHARP SIGN
+<U266D> /xa2/xf5 MUSIC FLAT SIGN
+<U266A> /xa2/xf6 EIGHTH NOTE
+<U2020> /xa2/xf7 DAGGER
+<U2021> /xa2/xf8 DOUBLE DAGGER
+<U00B6> /xa2/xf9 PILCROW SIGN
+<U25EF> /xa2/xfe LARGE CIRCLE
+<UFF10> /xa3/xb0 FULLWIDTH DIGIT ZERO
+<UFF11> /xa3/xb1 FULLWIDTH DIGIT ONE
+<UFF12> /xa3/xb2 FULLWIDTH DIGIT TWO
+<UFF13> /xa3/xb3 FULLWIDTH DIGIT THREE
+<UFF14> /xa3/xb4 FULLWIDTH DIGIT FOUR
+<UFF15> /xa3/xb5 FULLWIDTH DIGIT FIVE
+<UFF16> /xa3/xb6 FULLWIDTH DIGIT SIX
+<UFF17> /xa3/xb7 FULLWIDTH DIGIT SEVEN
+<UFF18> /xa3/xb8 FULLWIDTH DIGIT EIGHT
+<UFF19> /xa3/xb9 FULLWIDTH DIGIT NINE
+<UFF21> /xa3/xc1 FULLWIDTH LATIN CAPITAL LETTER A
+<UFF22> /xa3/xc2 FULLWIDTH LATIN CAPITAL LETTER B
+<UFF23> /xa3/xc3 FULLWIDTH LATIN CAPITAL LETTER C
+<UFF24> /xa3/xc4 FULLWIDTH LATIN CAPITAL LETTER D
+<UFF25> /xa3/xc5 FULLWIDTH LATIN CAPITAL LETTER E
+<UFF26> /xa3/xc6 FULLWIDTH LATIN CAPITAL LETTER F
+<UFF27> /xa3/xc7 FULLWIDTH LATIN CAPITAL LETTER G
+<UFF28> /xa3/xc8 FULLWIDTH LATIN CAPITAL LETTER H
+<UFF29> /xa3/xc9 FULLWIDTH LATIN CAPITAL LETTER I
+<UFF2A> /xa3/xca FULLWIDTH LATIN CAPITAL LETTER J
+<UFF2B> /xa3/xcb FULLWIDTH LATIN CAPITAL LETTER K
+<UFF2C> /xa3/xcc FULLWIDTH LATIN CAPITAL LETTER L
+<UFF2D> /xa3/xcd FULLWIDTH LATIN CAPITAL LETTER M
+<UFF2E> /xa3/xce FULLWIDTH LATIN CAPITAL LETTER N
+<UFF2F> /xa3/xcf FULLWIDTH LATIN CAPITAL LETTER O
+<UFF30> /xa3/xd0 FULLWIDTH LATIN CAPITAL LETTER P
+<UFF31> /xa3/xd1 FULLWIDTH LATIN CAPITAL LETTER Q
+<UFF32> /xa3/xd2 FULLWIDTH LATIN CAPITAL LETTER R
+<UFF33> /xa3/xd3 FULLWIDTH LATIN CAPITAL LETTER S
+<UFF34> /xa3/xd4 FULLWIDTH LATIN CAPITAL LETTER T
+<UFF35> /xa3/xd5 FULLWIDTH LATIN CAPITAL LETTER U
+<UFF36> /xa3/xd6 FULLWIDTH LATIN CAPITAL LETTER V
+<UFF37> /xa3/xd7 FULLWIDTH LATIN CAPITAL LETTER W
+<UFF38> /xa3/xd8 FULLWIDTH LATIN CAPITAL LETTER X
+<UFF39> /xa3/xd9 FULLWIDTH LATIN CAPITAL LETTER Y
+<UFF3A> /xa3/xda FULLWIDTH LATIN CAPITAL LETTER Z
+<UFF41> /xa3/xe1 FULLWIDTH LATIN SMALL LETTER A
+<UFF42> /xa3/xe2 FULLWIDTH LATIN SMALL LETTER B
+<UFF43> /xa3/xe3 FULLWIDTH LATIN SMALL LETTER C
+<UFF44> /xa3/xe4 FULLWIDTH LATIN SMALL LETTER D
+<UFF45> /xa3/xe5 FULLWIDTH LATIN SMALL LETTER E
+<UFF46> /xa3/xe6 FULLWIDTH LATIN SMALL LETTER F
+<UFF47> /xa3/xe7 FULLWIDTH LATIN SMALL LETTER G
+<UFF48> /xa3/xe8 FULLWIDTH LATIN SMALL LETTER H
+<UFF49> /xa3/xe9 FULLWIDTH LATIN SMALL LETTER I
+<UFF4A> /xa3/xea FULLWIDTH LATIN SMALL LETTER J
+<UFF4B> /xa3/xeb FULLWIDTH LATIN SMALL LETTER K
+<UFF4C> /xa3/xec FULLWIDTH LATIN SMALL LETTER L
+<UFF4D> /xa3/xed FULLWIDTH LATIN SMALL LETTER M
+<UFF4E> /xa3/xee FULLWIDTH LATIN SMALL LETTER N
+<UFF4F> /xa3/xef FULLWIDTH LATIN SMALL LETTER O
+<UFF50> /xa3/xf0 FULLWIDTH LATIN SMALL LETTER P
+<UFF51> /xa3/xf1 FULLWIDTH LATIN SMALL LETTER Q
+<UFF52> /xa3/xf2 FULLWIDTH LATIN SMALL LETTER R
+<UFF53> /xa3/xf3 FULLWIDTH LATIN SMALL LETTER S
+<UFF54> /xa3/xf4 FULLWIDTH LATIN SMALL LETTER T
+<UFF55> /xa3/xf5 FULLWIDTH LATIN SMALL LETTER U
+<UFF56> /xa3/xf6 FULLWIDTH LATIN SMALL LETTER V
+<UFF57> /xa3/xf7 FULLWIDTH LATIN SMALL LETTER W
+<UFF58> /xa3/xf8 FULLWIDTH LATIN SMALL LETTER X
+<UFF59> /xa3/xf9 FULLWIDTH LATIN SMALL LETTER Y
+<UFF5A> /xa3/xfa FULLWIDTH LATIN SMALL LETTER Z
+<U3041> /xa4/xa1 HIRAGANA LETTER SMALL A
+<U3042> /xa4/xa2 HIRAGANA LETTER A
+<U3043> /xa4/xa3 HIRAGANA LETTER SMALL I
+<U3044> /xa4/xa4 HIRAGANA LETTER I
+<U3045> /xa4/xa5 HIRAGANA LETTER SMALL U
+<U3046> /xa4/xa6 HIRAGANA LETTER U
+<U3047> /xa4/xa7 HIRAGANA LETTER SMALL E
+<U3048> /xa4/xa8 HIRAGANA LETTER E
+<U3049> /xa4/xa9 HIRAGANA LETTER SMALL O
+<U304A> /xa4/xaa HIRAGANA LETTER O
+<U304B> /xa4/xab HIRAGANA LETTER KA
+<U304C> /xa4/xac HIRAGANA LETTER GA
+<U304D> /xa4/xad HIRAGANA LETTER KI
+<U304E> /xa4/xae HIRAGANA LETTER GI
+<U304F> /xa4/xaf HIRAGANA LETTER KU
+<U3050> /xa4/xb0 HIRAGANA LETTER GU
+<U3051> /xa4/xb1 HIRAGANA LETTER KE
+<U3052> /xa4/xb2 HIRAGANA LETTER GE
+<U3053> /xa4/xb3 HIRAGANA LETTER KO
+<U3054> /xa4/xb4 HIRAGANA LETTER GO
+<U3055> /xa4/xb5 HIRAGANA LETTER SA
+<U3056> /xa4/xb6 HIRAGANA LETTER ZA
+<U3057> /xa4/xb7 HIRAGANA LETTER SI
+<U3058> /xa4/xb8 HIRAGANA LETTER ZI
+<U3059> /xa4/xb9 HIRAGANA LETTER SU
+<U305A> /xa4/xba HIRAGANA LETTER ZU
+<U305B> /xa4/xbb HIRAGANA LETTER SE
+<U305C> /xa4/xbc HIRAGANA LETTER ZE
+<U305D> /xa4/xbd HIRAGANA LETTER SO
+<U305E> /xa4/xbe HIRAGANA LETTER ZO
+<U305F> /xa4/xbf HIRAGANA LETTER TA
+<U3060> /xa4/xc0 HIRAGANA LETTER DA
+<U3061> /xa4/xc1 HIRAGANA LETTER TI
+<U3062> /xa4/xc2 HIRAGANA LETTER DI
+<U3063> /xa4/xc3 HIRAGANA LETTER SMALL TU
+<U3064> /xa4/xc4 HIRAGANA LETTER TU
+<U3065> /xa4/xc5 HIRAGANA LETTER DU
+<U3066> /xa4/xc6 HIRAGANA LETTER TE
+<U3067> /xa4/xc7 HIRAGANA LETTER DE
+<U3068> /xa4/xc8 HIRAGANA LETTER TO
+<U3069> /xa4/xc9 HIRAGANA LETTER DO
+<U306A> /xa4/xca HIRAGANA LETTER NA
+<U306B> /xa4/xcb HIRAGANA LETTER NI
+<U306C> /xa4/xcc HIRAGANA LETTER NU
+<U306D> /xa4/xcd HIRAGANA LETTER NE
+<U306E> /xa4/xce HIRAGANA LETTER NO
+<U306F> /xa4/xcf HIRAGANA LETTER HA
+<U3070> /xa4/xd0 HIRAGANA LETTER BA
+<U3071> /xa4/xd1 HIRAGANA LETTER PA
+<U3072> /xa4/xd2 HIRAGANA LETTER HI
+<U3073> /xa4/xd3 HIRAGANA LETTER BI
+<U3074> /xa4/xd4 HIRAGANA LETTER PI
+<U3075> /xa4/xd5 HIRAGANA LETTER HU
+<U3076> /xa4/xd6 HIRAGANA LETTER BU
+<U3077> /xa4/xd7 HIRAGANA LETTER PU
+<U3078> /xa4/xd8 HIRAGANA LETTER HE
+<U3079> /xa4/xd9 HIRAGANA LETTER BE
+<U307A> /xa4/xda HIRAGANA LETTER PE
+<U307B> /xa4/xdb HIRAGANA LETTER HO
+<U307C> /xa4/xdc HIRAGANA LETTER BO
+<U307D> /xa4/xdd HIRAGANA LETTER PO
+<U307E> /xa4/xde HIRAGANA LETTER MA
+<U307F> /xa4/xdf HIRAGANA LETTER MI
+<U3080> /xa4/xe0 HIRAGANA LETTER MU
+<U3081> /xa4/xe1 HIRAGANA LETTER ME
+<U3082> /xa4/xe2 HIRAGANA LETTER MO
+<U3083> /xa4/xe3 HIRAGANA LETTER SMALL YA
+<U3084> /xa4/xe4 HIRAGANA LETTER YA
+<U3085> /xa4/xe5 HIRAGANA LETTER SMALL YU
+<U3086> /xa4/xe6 HIRAGANA LETTER YU
+<U3087> /xa4/xe7 HIRAGANA LETTER SMALL YO
+<U3088> /xa4/xe8 HIRAGANA LETTER YO
+<U3089> /xa4/xe9 HIRAGANA LETTER RA
+<U308A> /xa4/xea HIRAGANA LETTER RI
+<U308B> /xa4/xeb HIRAGANA LETTER RU
+<U308C> /xa4/xec HIRAGANA LETTER RE
+<U308D> /xa4/xed HIRAGANA LETTER RO
+<U308E> /xa4/xee HIRAGANA LETTER SMALL WA
+<U308F> /xa4/xef HIRAGANA LETTER WA
+<U3090> /xa4/xf0 HIRAGANA LETTER WI
+<U3091> /xa4/xf1 HIRAGANA LETTER WE
+<U3092> /xa4/xf2 HIRAGANA LETTER WO
+<U3093> /xa4/xf3 HIRAGANA LETTER N
+<U30A1> /xa5/xa1 KATAKANA LETTER SMALL A
+<U30A2> /xa5/xa2 KATAKANA LETTER A
+<U30A3> /xa5/xa3 KATAKANA LETTER SMALL I
+<U30A4> /xa5/xa4 KATAKANA LETTER I
+<U30A5> /xa5/xa5 KATAKANA LETTER SMALL U
+<U30A6> /xa5/xa6 KATAKANA LETTER U
+<U30A7> /xa5/xa7 KATAKANA LETTER SMALL E
+<U30A8> /xa5/xa8 KATAKANA LETTER E
+<U30A9> /xa5/xa9 KATAKANA LETTER SMALL O
+<U30AA> /xa5/xaa KATAKANA LETTER O
+<U30AB> /xa5/xab KATAKANA LETTER KA
+<U30AC> /xa5/xac KATAKANA LETTER GA
+<U30AD> /xa5/xad KATAKANA LETTER KI
+<U30AE> /xa5/xae KATAKANA LETTER GI
+<U30AF> /xa5/xaf KATAKANA LETTER KU
+<U30B0> /xa5/xb0 KATAKANA LETTER GU
+<U30B1> /xa5/xb1 KATAKANA LETTER KE
+<U30B2> /xa5/xb2 KATAKANA LETTER GE
+<U30B3> /xa5/xb3 KATAKANA LETTER KO
+<U30B4> /xa5/xb4 KATAKANA LETTER GO
+<U30B5> /xa5/xb5 KATAKANA LETTER SA
+<U30B6> /xa5/xb6 KATAKANA LETTER ZA
+<U30B7> /xa5/xb7 KATAKANA LETTER SI
+<U30B8> /xa5/xb8 KATAKANA LETTER ZI
+<U30B9> /xa5/xb9 KATAKANA LETTER SU
+<U30BA> /xa5/xba KATAKANA LETTER ZU
+<U30BB> /xa5/xbb KATAKANA LETTER SE
+<U30BC> /xa5/xbc KATAKANA LETTER ZE
+<U30BD> /xa5/xbd KATAKANA LETTER SO
+<U30BE> /xa5/xbe KATAKANA LETTER ZO
+<U30BF> /xa5/xbf KATAKANA LETTER TA
+<U30C0> /xa5/xc0 KATAKANA LETTER DA
+<U30C1> /xa5/xc1 KATAKANA LETTER TI
+<U30C2> /xa5/xc2 KATAKANA LETTER DI
+<U30C3> /xa5/xc3 KATAKANA LETTER SMALL TU
+<U30C4> /xa5/xc4 KATAKANA LETTER TU
+<U30C5> /xa5/xc5 KATAKANA LETTER DU
+<U30C6> /xa5/xc6 KATAKANA LETTER TE
+<U30C7> /xa5/xc7 KATAKANA LETTER DE
+<U30C8> /xa5/xc8 KATAKANA LETTER TO
+<U30C9> /xa5/xc9 KATAKANA LETTER DO
+<U30CA> /xa5/xca KATAKANA LETTER NA
+<U30CB> /xa5/xcb KATAKANA LETTER NI
+<U30CC> /xa5/xcc KATAKANA LETTER NU
+<U30CD> /xa5/xcd KATAKANA LETTER NE
+<U30CE> /xa5/xce KATAKANA LETTER NO
+<U30CF> /xa5/xcf KATAKANA LETTER HA
+<U30D0> /xa5/xd0 KATAKANA LETTER BA
+<U30D1> /xa5/xd1 KATAKANA LETTER PA
+<U30D2> /xa5/xd2 KATAKANA LETTER HI
+<U30D3> /xa5/xd3 KATAKANA LETTER BI
+<U30D4> /xa5/xd4 KATAKANA LETTER PI
+<U30D5> /xa5/xd5 KATAKANA LETTER HU
+<U30D6> /xa5/xd6 KATAKANA LETTER BU
+<U30D7> /xa5/xd7 KATAKANA LETTER PU
+<U30D8> /xa5/xd8 KATAKANA LETTER HE
+<U30D9> /xa5/xd9 KATAKANA LETTER BE
+<U30DA> /xa5/xda KATAKANA LETTER PE
+<U30DB> /xa5/xdb KATAKANA LETTER HO
+<U30DC> /xa5/xdc KATAKANA LETTER BO
+<U30DD> /xa5/xdd KATAKANA LETTER PO
+<U30DE> /xa5/xde KATAKANA LETTER MA
+<U30DF> /xa5/xdf KATAKANA LETTER MI
+<U30E0> /xa5/xe0 KATAKANA LETTER MU
+<U30E1> /xa5/xe1 KATAKANA LETTER ME
+<U30E2> /xa5/xe2 KATAKANA LETTER MO
+<U30E3> /xa5/xe3 KATAKANA LETTER SMALL YA
+<U30E4> /xa5/xe4 KATAKANA LETTER YA
+<U30E5> /xa5/xe5 KATAKANA LETTER SMALL YU
+<U30E6> /xa5/xe6 KATAKANA LETTER YU
+<U30E7> /xa5/xe7 KATAKANA LETTER SMALL YO
+<U30E8> /xa5/xe8 KATAKANA LETTER YO
+<U30E9> /xa5/xe9 KATAKANA LETTER RA
+<U30EA> /xa5/xea KATAKANA LETTER RI
+<U30EB> /xa5/xeb KATAKANA LETTER RU
+<U30EC> /xa5/xec KATAKANA LETTER RE
+<U30ED> /xa5/xed KATAKANA LETTER RO
+<U30EE> /xa5/xee KATAKANA LETTER SMALL WA
+<U30EF> /xa5/xef KATAKANA LETTER WA
+<U30F0> /xa5/xf0 KATAKANA LETTER WI
+<U30F1> /xa5/xf1 KATAKANA LETTER WE
+<U30F2> /xa5/xf2 KATAKANA LETTER WO
+<U30F3> /xa5/xf3 KATAKANA LETTER N
+<U30F4> /xa5/xf4 KATAKANA LETTER VU
+<U30F5> /xa5/xf5 KATAKANA LETTER SMALL KA
+<U30F6> /xa5/xf6 KATAKANA LETTER SMALL KE
+<U0391> /xa6/xa1 GREEK CAPITAL LETTER ALPHA
+<U0392> /xa6/xa2 GREEK CAPITAL LETTER BETA
+<U0393> /xa6/xa3 GREEK CAPITAL LETTER GAMMA
+<U0394> /xa6/xa4 GREEK CAPITAL LETTER DELTA
+<U0395> /xa6/xa5 GREEK CAPITAL LETTER EPSILON
+<U0396> /xa6/xa6 GREEK CAPITAL LETTER ZETA
+<U0397> /xa6/xa7 GREEK CAPITAL LETTER ETA
+<U0398> /xa6/xa8 GREEK CAPITAL LETTER THETA
+<U0399> /xa6/xa9 GREEK CAPITAL LETTER IOTA
+<U039A> /xa6/xaa GREEK CAPITAL LETTER KAPPA
+<U039B> /xa6/xab GREEK CAPITAL LETTER LAMDA
+<U039C> /xa6/xac GREEK CAPITAL LETTER MU
+<U039D> /xa6/xad GREEK CAPITAL LETTER NU
+<U039E> /xa6/xae GREEK CAPITAL LETTER XI
+<U039F> /xa6/xaf GREEK CAPITAL LETTER OMICRON
+<U03A0> /xa6/xb0 GREEK CAPITAL LETTER PI
+<U03A1> /xa6/xb1 GREEK CAPITAL LETTER RHO
+<U03A3> /xa6/xb2 GREEK CAPITAL LETTER SIGMA
+<U03A4> /xa6/xb3 GREEK CAPITAL LETTER TAU
+<U03A5> /xa6/xb4 GREEK CAPITAL LETTER UPSILON
+<U03A6> /xa6/xb5 GREEK CAPITAL LETTER PHI
+<U03A7> /xa6/xb6 GREEK CAPITAL LETTER CHI
+<U03A8> /xa6/xb7 GREEK CAPITAL LETTER PSI
+<U03A9> /xa6/xb8 GREEK CAPITAL LETTER OMEGA
+<U03B1> /xa6/xc1 GREEK SMALL LETTER ALPHA
+<U03B2> /xa6/xc2 GREEK SMALL LETTER BETA
+<U03B3> /xa6/xc3 GREEK SMALL LETTER GAMMA
+<U03B4> /xa6/xc4 GREEK SMALL LETTER DELTA
+<U03B5> /xa6/xc5 GREEK SMALL LETTER EPSILON
+<U03B6> /xa6/xc6 GREEK SMALL LETTER ZETA
+<U03B7> /xa6/xc7 GREEK SMALL LETTER ETA
+<U03B8> /xa6/xc8 GREEK SMALL LETTER THETA
+<U03B9> /xa6/xc9 GREEK SMALL LETTER IOTA
+<U03BA> /xa6/xca GREEK SMALL LETTER KAPPA
+<U03BB> /xa6/xcb GREEK SMALL LETTER LAMDA
+<U03BC> /xa6/xcc GREEK SMALL LETTER MU
+<U03BD> /xa6/xcd GREEK SMALL LETTER NU
+<U03BE> /xa6/xce GREEK SMALL LETTER XI
+<U03BF> /xa6/xcf GREEK SMALL LETTER OMICRON
+<U03C0> /xa6/xd0 GREEK SMALL LETTER PI
+<U03C1> /xa6/xd1 GREEK SMALL LETTER RHO
+<U03C3> /xa6/xd2 GREEK SMALL LETTER SIGMA
+<U03C4> /xa6/xd3 GREEK SMALL LETTER TAU
+<U03C5> /xa6/xd4 GREEK SMALL LETTER UPSILON
+<U03C6> /xa6/xd5 GREEK SMALL LETTER PHI
+<U03C7> /xa6/xd6 GREEK SMALL LETTER CHI
+<U03C8> /xa6/xd7 GREEK SMALL LETTER PSI
+<U03C9> /xa6/xd8 GREEK SMALL LETTER OMEGA
+<U0410> /xa7/xa1 CYRILLIC CAPITAL LETTER A
+<U0411> /xa7/xa2 CYRILLIC CAPITAL LETTER BE
+<U0412> /xa7/xa3 CYRILLIC CAPITAL LETTER VE
+<U0413> /xa7/xa4 CYRILLIC CAPITAL LETTER GHE
+<U0414> /xa7/xa5 CYRILLIC CAPITAL LETTER DE
+<U0415> /xa7/xa6 CYRILLIC CAPITAL LETTER IE
+<U0401> /xa7/xa7 CYRILLIC CAPITAL LETTER IO
+<U0416> /xa7/xa8 CYRILLIC CAPITAL LETTER ZHE
+<U0417> /xa7/xa9 CYRILLIC CAPITAL LETTER ZE
+<U0418> /xa7/xaa CYRILLIC CAPITAL LETTER I
+<U0419> /xa7/xab CYRILLIC CAPITAL LETTER SHORT I
+<U041A> /xa7/xac CYRILLIC CAPITAL LETTER KA
+<U041B> /xa7/xad CYRILLIC CAPITAL LETTER EL
+<U041C> /xa7/xae CYRILLIC CAPITAL LETTER EM
+<U041D> /xa7/xaf CYRILLIC CAPITAL LETTER EN
+<U041E> /xa7/xb0 CYRILLIC CAPITAL LETTER O
+<U041F> /xa7/xb1 CYRILLIC CAPITAL LETTER PE
+<U0420> /xa7/xb2 CYRILLIC CAPITAL LETTER ER
+<U0421> /xa7/xb3 CYRILLIC CAPITAL LETTER ES
+<U0422> /xa7/xb4 CYRILLIC CAPITAL LETTER TE
+<U0423> /xa7/xb5 CYRILLIC CAPITAL LETTER U
+<U0424> /xa7/xb6 CYRILLIC CAPITAL LETTER EF
+<U0425> /xa7/xb7 CYRILLIC CAPITAL LETTER HA
+<U0426> /xa7/xb8 CYRILLIC CAPITAL LETTER TSE
+<U0427> /xa7/xb9 CYRILLIC CAPITAL LETTER CHE
+<U0428> /xa7/xba CYRILLIC CAPITAL LETTER SHA
+<U0429> /xa7/xbb CYRILLIC CAPITAL LETTER SHCHA
+<U042A> /xa7/xbc CYRILLIC CAPITAL LETTER HARD SIGN
+<U042B> /xa7/xbd CYRILLIC CAPITAL LETTER YERU
+<U042C> /xa7/xbe CYRILLIC CAPITAL LETTER SOFT SIGN
+<U042D> /xa7/xbf CYRILLIC CAPITAL LETTER E
+<U042E> /xa7/xc0 CYRILLIC CAPITAL LETTER YU
+<U042F> /xa7/xc1 CYRILLIC CAPITAL LETTER YA
+<U0430> /xa7/xd1 CYRILLIC SMALL LETTER A
+<U0431> /xa7/xd2 CYRILLIC SMALL LETTER BE
+<U0432> /xa7/xd3 CYRILLIC SMALL LETTER VE
+<U0433> /xa7/xd4 CYRILLIC SMALL LETTER GHE
+<U0434> /xa7/xd5 CYRILLIC SMALL LETTER DE
+<U0435> /xa7/xd6 CYRILLIC SMALL LETTER IE
+<U0451> /xa7/xd7 CYRILLIC SMALL LETTER IO
+<U0436> /xa7/xd8 CYRILLIC SMALL LETTER ZHE
+<U0437> /xa7/xd9 CYRILLIC SMALL LETTER ZE
+<U0438> /xa7/xda CYRILLIC SMALL LETTER I
+<U0439> /xa7/xdb CYRILLIC SMALL LETTER SHORT I
+<U043A> /xa7/xdc CYRILLIC SMALL LETTER KA
+<U043B> /xa7/xdd CYRILLIC SMALL LETTER EL
+<U043C> /xa7/xde CYRILLIC SMALL LETTER EM
+<U043D> /xa7/xdf CYRILLIC SMALL LETTER EN
+<U043E> /xa7/xe0 CYRILLIC SMALL LETTER O
+<U043F> /xa7/xe1 CYRILLIC SMALL LETTER PE
+<U0440> /xa7/xe2 CYRILLIC SMALL LETTER ER
+<U0441> /xa7/xe3 CYRILLIC SMALL LETTER ES
+<U0442> /xa7/xe4 CYRILLIC SMALL LETTER TE
+<U0443> /xa7/xe5 CYRILLIC SMALL LETTER U
+<U0444> /xa7/xe6 CYRILLIC SMALL LETTER EF
+<U0445> /xa7/xe7 CYRILLIC SMALL LETTER HA
+<U0446> /xa7/xe8 CYRILLIC SMALL LETTER TSE
+<U0447> /xa7/xe9 CYRILLIC SMALL LETTER CHE
+<U0448> /xa7/xea CYRILLIC SMALL LETTER SHA
+<U0449> /xa7/xeb CYRILLIC SMALL LETTER SHCHA
+<U044A> /xa7/xec CYRILLIC SMALL LETTER HARD SIGN
+<U044B> /xa7/xed CYRILLIC SMALL LETTER YERU
+<U044C> /xa7/xee CYRILLIC SMALL LETTER SOFT SIGN
+<U044D> /xa7/xef CYRILLIC SMALL LETTER E
+<U044E> /xa7/xf0 CYRILLIC SMALL LETTER YU
+<U044F> /xa7/xf1 CYRILLIC SMALL LETTER YA
+<U2500> /xa8/xa1 BOX DRAWINGS LIGHT HORIZONTAL
+<U2502> /xa8/xa2 BOX DRAWINGS LIGHT VERTICAL
+<U250C> /xa8/xa3 BOX DRAWINGS LIGHT DOWN AND RIGHT
+<U2510> /xa8/xa4 BOX DRAWINGS LIGHT DOWN AND LEFT
+<U2518> /xa8/xa5 BOX DRAWINGS LIGHT UP AND LEFT
+<U2514> /xa8/xa6 BOX DRAWINGS LIGHT UP AND RIGHT
+<U251C> /xa8/xa7 BOX DRAWINGS LIGHT VERTICAL AND RIGHT
+<U252C> /xa8/xa8 BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
+<U2524> /xa8/xa9 BOX DRAWINGS LIGHT VERTICAL AND LEFT
+<U2534> /xa8/xaa BOX DRAWINGS LIGHT UP AND HORIZONTAL
+<U253C> /xa8/xab BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
+<U2501> /xa8/xac BOX DRAWINGS HEAVY HORIZONTAL
+<U2503> /xa8/xad BOX DRAWINGS HEAVY VERTICAL
+<U250F> /xa8/xae BOX DRAWINGS HEAVY DOWN AND RIGHT
+<U2513> /xa8/xaf BOX DRAWINGS HEAVY DOWN AND LEFT
+<U251B> /xa8/xb0 BOX DRAWINGS HEAVY UP AND LEFT
+<U2517> /xa8/xb1 BOX DRAWINGS HEAVY UP AND RIGHT
+<U2523> /xa8/xb2 BOX DRAWINGS HEAVY VERTICAL AND RIGHT
+<U2533> /xa8/xb3 BOX DRAWINGS HEAVY DOWN AND HORIZONTAL
+<U252B> /xa8/xb4 BOX DRAWINGS HEAVY VERTICAL AND LEFT
+<U253B> /xa8/xb5 BOX DRAWINGS HEAVY UP AND HORIZONTAL
+<U254B> /xa8/xb6 BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL
+<U2520> /xa8/xb7 BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT
+<U252F> /xa8/xb8 BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY
+<U2528> /xa8/xb9 BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT
+<U2537> /xa8/xba BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY
+<U253F> /xa8/xbb BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY
+<U251D> /xa8/xbc BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY
+<U2530> /xa8/xbd BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT
+<U2525> /xa8/xbe BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY
+<U2538> /xa8/xbf BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT
+<U2542> /xa8/xc0 BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT
+<U2460> /xad/xa1 CIRCLED DIGIT ONE
+<U2461> /xad/xa2 CIRCLED DIGIT TWO
+<U2462> /xad/xa3 CIRCLED DIGIT THREE
+<U2463> /xad/xa4 CIRCLED DIGIT FOUR
+<U2464> /xad/xa5 CIRCLED DIGIT FIVE
+<U2465> /xad/xa6 CIRCLED DIGIT SIX
+<U2466> /xad/xa7 CIRCLED DIGIT SEVEN
+<U2467> /xad/xa8 CIRCLED DIGIT EIGHT
+<U2468> /xad/xa9 CIRCLED DIGIT NINE
+<U2469> /xad/xaa CIRCLED NUMBER TEN
+<U246A> /xad/xab CIRCLED NUMBER ELEVEN
+<U246B> /xad/xac CIRCLED NUMBER TWELVE
+<U246C> /xad/xad CIRCLED NUMBER THIRTEEN
+<U246D> /xad/xae CIRCLED NUMBER FOURTEEN
+<U246E> /xad/xaf CIRCLED NUMBER FIFTEEN
+<U246F> /xad/xb0 CIRCLED NUMBER SIXTEEN
+<U2470> /xad/xb1 CIRCLED NUMBER SEVENTEEN
+<U2471> /xad/xb2 CIRCLED NUMBER EIGHTEEN
+<U2472> /xad/xb3 CIRCLED NUMBER NINETEEN
+<U2473> /xad/xb4 CIRCLED NUMBER TWENTY
+<U2160> /xad/xb5 ROMAN NUMERAL ONE
+<U2161> /xad/xb6 ROMAN NUMERAL TWO
+<U2162> /xad/xb7 ROMAN NUMERAL THREE
+<U2163> /xad/xb8 ROMAN NUMERAL FOUR
+<U2164> /xad/xb9 ROMAN NUMERAL FIVE
+<U2165> /xad/xba ROMAN NUMERAL SIX
+<U2166> /xad/xbb ROMAN NUMERAL SEVEN
+<U2167> /xad/xbc ROMAN NUMERAL EIGHT
+<U2168> /xad/xbd ROMAN NUMERAL NINE
+<U2169> /xad/xbe ROMAN NUMERAL TEN
+<U3349> /xad/xc0 SQUARE MIRI
+<U3314> /xad/xc1 SQUARE KIRO
+<U3322> /xad/xc2 SQUARE SENTI
+<U334D> /xad/xc3 SQUARE MEETORU
+<U3318> /xad/xc4 SQUARE GURAMU
+<U3327> /xad/xc5 SQUARE TON
+<U3303> /xad/xc6 SQUARE AARU
+<U3336> /xad/xc7 SQUARE HEKUTAARU
+<U3351> /xad/xc8 SQUARE RITTORU
+<U3357> /xad/xc9 SQUARE WATTO
+<U330D> /xad/xca SQUARE KARORII
+<U3326> /xad/xcb SQUARE DORU
+<U3323> /xad/xcc SQUARE SENTO
+<U332B> /xad/xcd SQUARE PAASENTO
+<U334A> /xad/xce SQUARE MIRIBAARU
+<U333B> /xad/xcf SQUARE PEEZI
+<U339C> /xad/xd0 SQUARE MM
+<U339D> /xad/xd1 SQUARE CM
+<U339E> /xad/xd2 SQUARE KM
+<U338E> /xad/xd3 SQUARE MG
+<U338F> /xad/xd4 SQUARE KG
+<U33C4> /xad/xd5 SQUARE CC
+<U33A1> /xad/xd6 SQUARE M SQUARED
+<U337B> /xad/xdf SQUARE ERA NAME HEISEI
+<U301D> /xad/xe0 REVERSED DOUBLE PRIME QUOTATION MARK
+<U301F> /xad/xe1 LOW DOUBLE PRIME QUOTATION MARK
+<U2116> /xad/xe2 NUMERO SIGN
+<U33CD> /xad/xe3 SQUARE KK
+<U2121> /xad/xe4 TELEPHONE SIGN
+<U32A4> /xad/xe5 CIRCLED IDEOGRAPH HIGH
+<U32A5> /xad/xe6 CIRCLED IDEOGRAPH CENTRE
+<U32A6> /xad/xe7 CIRCLED IDEOGRAPH LOW
+<U32A7> /xad/xe8 CIRCLED IDEOGRAPH LEFT
+<U32A8> /xad/xe9 CIRCLED IDEOGRAPH RIGHT
+<U3231> /xad/xea PARENTHESIZED IDEOGRAPH STOCK
+<U3232> /xad/xeb PARENTHESIZED IDEOGRAPH HAVE
+<U3239> /xad/xec PARENTHESIZED IDEOGRAPH REPRESENT
+<U337E> /xad/xed SQUARE ERA NAME MEIZI
+<U337D> /xad/xee SQUARE ERA NAME TAISYOU
+<U337C> /xad/xef SQUARE ERA NAME SYOUWA
+%IRREVERSIBLE%<U2252> /xad/xf0 APPROXIMATELY EQUAL TO OR THE IMAGE OF
+%IRREVERSIBLE%<U2261> /xad/xf1 IDENTICAL TO
+%IRREVERSIBLE%<U222B> /xad/xf2 INTEGRAL
+<U222E> /xad/xf3 CONTOUR INTEGRAL
+<U2211> /xad/xf4 N-ARY SUMMATION
+%IRREVERSIBLE%<U221A> /xad/xf5 SQUARE ROOT
+%IRREVERSIBLE%<U22A5> /xad/xf6 UP TACK
+%IRREVERSIBLE%<U2220> /xad/xf7 ANGLE
+<U221F> /xad/xf8 RIGHT ANGLE
+<U22BF> /xad/xf9 RIGHT TRIANGLE
+%IRREVERSIBLE%<U2235> /xad/xfa BECAUSE
+%IRREVERSIBLE%<U2229> /xad/xfb INTERSECTION
+%IRREVERSIBLE%<U222A> /xad/xfc UNION
+<U4E9C> /xb0/xa1 <CJK>
+<U5516> /xb0/xa2 <CJK>
+<U5A03> /xb0/xa3 <CJK>
+<U963F> /xb0/xa4 <CJK>
+<U54C0> /xb0/xa5 <CJK>
+<U611B> /xb0/xa6 <CJK>
+<U6328> /xb0/xa7 <CJK>
+<U59F6> /xb0/xa8 <CJK>
+<U9022> /xb0/xa9 <CJK>
+<U8475> /xb0/xaa <CJK>
+<U831C> /xb0/xab <CJK>
+<U7A50> /xb0/xac <CJK>
+<U60AA> /xb0/xad <CJK>
+<U63E1> /xb0/xae <CJK>
+<U6E25> /xb0/xaf <CJK>
+<U65ED> /xb0/xb0 <CJK>
+<U8466> /xb0/xb1 <CJK>
+<U82A6> /xb0/xb2 <CJK>
+<U9BF5> /xb0/xb3 <CJK>
+<U6893> /xb0/xb4 <CJK>
+<U5727> /xb0/xb5 <CJK>
+<U65A1> /xb0/xb6 <CJK>
+<U6271> /xb0/xb7 <CJK>
+<U5B9B> /xb0/xb8 <CJK>
+<U59D0> /xb0/xb9 <CJK>
+<U867B> /xb0/xba <CJK>
+<U98F4> /xb0/xbb <CJK>
+<U7D62> /xb0/xbc <CJK>
+<U7DBE> /xb0/xbd <CJK>
+<U9B8E> /xb0/xbe <CJK>
+<U6216> /xb0/xbf <CJK>
+<U7C9F> /xb0/xc0 <CJK>
+<U88B7> /xb0/xc1 <CJK>
+<U5B89> /xb0/xc2 <CJK>
+<U5EB5> /xb0/xc3 <CJK>
+<U6309> /xb0/xc4 <CJK>
+<U6697> /xb0/xc5 <CJK>
+<U6848> /xb0/xc6 <CJK>
+<U95C7> /xb0/xc7 <CJK>
+<U978D> /xb0/xc8 <CJK>
+<U674F> /xb0/xc9 <CJK>
+<U4EE5> /xb0/xca <CJK>
+<U4F0A> /xb0/xcb <CJK>
+<U4F4D> /xb0/xcc <CJK>
+<U4F9D> /xb0/xcd <CJK>
+<U5049> /xb0/xce <CJK>
+<U56F2> /xb0/xcf <CJK>
+<U5937> /xb0/xd0 <CJK>
+<U59D4> /xb0/xd1 <CJK>
+<U5A01> /xb0/xd2 <CJK>
+<U5C09> /xb0/xd3 <CJK>
+<U60DF> /xb0/xd4 <CJK>
+<U610F> /xb0/xd5 <CJK>
+<U6170> /xb0/xd6 <CJK>
+<U6613> /xb0/xd7 <CJK>
+<U6905> /xb0/xd8 <CJK>
+<U70BA> /xb0/xd9 <CJK>
+<U754F> /xb0/xda <CJK>
+<U7570> /xb0/xdb <CJK>
+<U79FB> /xb0/xdc <CJK>
+<U7DAD> /xb0/xdd <CJK>
+<U7DEF> /xb0/xde <CJK>
+<U80C3> /xb0/xdf <CJK>
+<U840E> /xb0/xe0 <CJK>
+<U8863> /xb0/xe1 <CJK>
+<U8B02> /xb0/xe2 <CJK>
+<U9055> /xb0/xe3 <CJK>
+<U907A> /xb0/xe4 <CJK>
+<U533B> /xb0/xe5 <CJK>
+<U4E95> /xb0/xe6 <CJK>
+<U4EA5> /xb0/xe7 <CJK>
+<U57DF> /xb0/xe8 <CJK>
+<U80B2> /xb0/xe9 <CJK>
+<U90C1> /xb0/xea <CJK>
+<U78EF> /xb0/xeb <CJK>
+<U4E00> /xb0/xec <CJK>
+<U58F1> /xb0/xed <CJK>
+<U6EA2> /xb0/xee <CJK>
+<U9038> /xb0/xef <CJK>
+<U7A32> /xb0/xf0 <CJK>
+<U8328> /xb0/xf1 <CJK>
+<U828B> /xb0/xf2 <CJK>
+<U9C2F> /xb0/xf3 <CJK>
+<U5141> /xb0/xf4 <CJK>
+<U5370> /xb0/xf5 <CJK>
+<U54BD> /xb0/xf6 <CJK>
+<U54E1> /xb0/xf7 <CJK>
+<U56E0> /xb0/xf8 <CJK>
+<U59FB> /xb0/xf9 <CJK>
+<U5F15> /xb0/xfa <CJK>
+<U98F2> /xb0/xfb <CJK>
+<U6DEB> /xb0/xfc <CJK>
+<U80E4> /xb0/xfd <CJK>
+<U852D> /xb0/xfe <CJK>
+<U9662> /xb1/xa1 <CJK>
+<U9670> /xb1/xa2 <CJK>
+<U96A0> /xb1/xa3 <CJK>
+<U97FB> /xb1/xa4 <CJK>
+<U540B> /xb1/xa5 <CJK>
+<U53F3> /xb1/xa6 <CJK>
+<U5B87> /xb1/xa7 <CJK>
+<U70CF> /xb1/xa8 <CJK>
+<U7FBD> /xb1/xa9 <CJK>
+<U8FC2> /xb1/xaa <CJK>
+<U96E8> /xb1/xab <CJK>
+<U536F> /xb1/xac <CJK>
+<U9D5C> /xb1/xad <CJK>
+<U7ABA> /xb1/xae <CJK>
+<U4E11> /xb1/xaf <CJK>
+<U7893> /xb1/xb0 <CJK>
+<U81FC> /xb1/xb1 <CJK>
+<U6E26> /xb1/xb2 <CJK>
+<U5618> /xb1/xb3 <CJK>
+<U5504> /xb1/xb4 <CJK>
+<U6B1D> /xb1/xb5 <CJK>
+<U851A> /xb1/xb6 <CJK>
+<U9C3B> /xb1/xb7 <CJK>
+<U59E5> /xb1/xb8 <CJK>
+<U53A9> /xb1/xb9 <CJK>
+<U6D66> /xb1/xba <CJK>
+<U74DC> /xb1/xbb <CJK>
+<U958F> /xb1/xbc <CJK>
+<U5642> /xb1/xbd <CJK>
+<U4E91> /xb1/xbe <CJK>
+<U904B> /xb1/xbf <CJK>
+<U96F2> /xb1/xc0 <CJK>
+<U834F> /xb1/xc1 <CJK>
+<U990C> /xb1/xc2 <CJK>
+<U53E1> /xb1/xc3 <CJK>
+<U55B6> /xb1/xc4 <CJK>
+<U5B30> /xb1/xc5 <CJK>
+<U5F71> /xb1/xc6 <CJK>
+<U6620> /xb1/xc7 <CJK>
+<U66F3> /xb1/xc8 <CJK>
+<U6804> /xb1/xc9 <CJK>
+<U6C38> /xb1/xca <CJK>
+<U6CF3> /xb1/xcb <CJK>
+<U6D29> /xb1/xcc <CJK>
+<U745B> /xb1/xcd <CJK>
+<U76C8> /xb1/xce <CJK>
+<U7A4E> /xb1/xcf <CJK>
+<U9834> /xb1/xd0 <CJK>
+<U82F1> /xb1/xd1 <CJK>
+<U885B> /xb1/xd2 <CJK>
+<U8A60> /xb1/xd3 <CJK>
+<U92ED> /xb1/xd4 <CJK>
+<U6DB2> /xb1/xd5 <CJK>
+<U75AB> /xb1/xd6 <CJK>
+<U76CA> /xb1/xd7 <CJK>
+<U99C5> /xb1/xd8 <CJK>
+<U60A6> /xb1/xd9 <CJK>
+<U8B01> /xb1/xda <CJK>
+<U8D8A> /xb1/xdb <CJK>
+<U95B2> /xb1/xdc <CJK>
+<U698E> /xb1/xdd <CJK>
+<U53AD> /xb1/xde <CJK>
+<U5186> /xb1/xdf <CJK>
+<U5712> /xb1/xe0 <CJK>
+<U5830> /xb1/xe1 <CJK>
+<U5944> /xb1/xe2 <CJK>
+<U5BB4> /xb1/xe3 <CJK>
+<U5EF6> /xb1/xe4 <CJK>
+<U6028> /xb1/xe5 <CJK>
+<U63A9> /xb1/xe6 <CJK>
+<U63F4> /xb1/xe7 <CJK>
+<U6CBF> /xb1/xe8 <CJK>
+<U6F14> /xb1/xe9 <CJK>
+<U708E> /xb1/xea <CJK>
+<U7114> /xb1/xeb <CJK>
+<U7159> /xb1/xec <CJK>
+<U71D5> /xb1/xed <CJK>
+<U733F> /xb1/xee <CJK>
+<U7E01> /xb1/xef <CJK>
+<U8276> /xb1/xf0 <CJK>
+<U82D1> /xb1/xf1 <CJK>
+<U8597> /xb1/xf2 <CJK>
+<U9060> /xb1/xf3 <CJK>
+<U925B> /xb1/xf4 <CJK>
+<U9D1B> /xb1/xf5 <CJK>
+<U5869> /xb1/xf6 <CJK>
+<U65BC> /xb1/xf7 <CJK>
+<U6C5A> /xb1/xf8 <CJK>
+<U7525> /xb1/xf9 <CJK>
+<U51F9> /xb1/xfa <CJK>
+<U592E> /xb1/xfb <CJK>
+<U5965> /xb1/xfc <CJK>
+<U5F80> /xb1/xfd <CJK>
+<U5FDC> /xb1/xfe <CJK>
+<U62BC> /xb2/xa1 <CJK>
+<U65FA> /xb2/xa2 <CJK>
+<U6A2A> /xb2/xa3 <CJK>
+<U6B27> /xb2/xa4 <CJK>
+<U6BB4> /xb2/xa5 <CJK>
+<U738B> /xb2/xa6 <CJK>
+<U7FC1> /xb2/xa7 <CJK>
+<U8956> /xb2/xa8 <CJK>
+<U9D2C> /xb2/xa9 <CJK>
+<U9D0E> /xb2/xaa <CJK>
+<U9EC4> /xb2/xab <CJK>
+<U5CA1> /xb2/xac <CJK>
+<U6C96> /xb2/xad <CJK>
+<U837B> /xb2/xae <CJK>
+<U5104> /xb2/xaf <CJK>
+<U5C4B> /xb2/xb0 <CJK>
+<U61B6> /xb2/xb1 <CJK>
+<U81C6> /xb2/xb2 <CJK>
+<U6876> /xb2/xb3 <CJK>
+<U7261> /xb2/xb4 <CJK>
+<U4E59> /xb2/xb5 <CJK>
+<U4FFA> /xb2/xb6 <CJK>
+<U5378> /xb2/xb7 <CJK>
+<U6069> /xb2/xb8 <CJK>
+<U6E29> /xb2/xb9 <CJK>
+<U7A4F> /xb2/xba <CJK>
+<U97F3> /xb2/xbb <CJK>
+<U4E0B> /xb2/xbc <CJK>
+<U5316> /xb2/xbd <CJK>
+<U4EEE> /xb2/xbe <CJK>
+<U4F55> /xb2/xbf <CJK>
+<U4F3D> /xb2/xc0 <CJK>
+<U4FA1> /xb2/xc1 <CJK>
+<U4F73> /xb2/xc2 <CJK>
+<U52A0> /xb2/xc3 <CJK>
+<U53EF> /xb2/xc4 <CJK>
+<U5609> /xb2/xc5 <CJK>
+<U590F> /xb2/xc6 <CJK>
+<U5AC1> /xb2/xc7 <CJK>
+<U5BB6> /xb2/xc8 <CJK>
+<U5BE1> /xb2/xc9 <CJK>
+<U79D1> /xb2/xca <CJK>
+<U6687> /xb2/xcb <CJK>
+<U679C> /xb2/xcc <CJK>
+<U67B6> /xb2/xcd <CJK>
+<U6B4C> /xb2/xce <CJK>
+<U6CB3> /xb2/xcf <CJK>
+<U706B> /xb2/xd0 <CJK>
+<U73C2> /xb2/xd1 <CJK>
+<U798D> /xb2/xd2 <CJK>
+<U79BE> /xb2/xd3 <CJK>
+<U7A3C> /xb2/xd4 <CJK>
+<U7B87> /xb2/xd5 <CJK>
+<U82B1> /xb2/xd6 <CJK>
+<U82DB> /xb2/xd7 <CJK>
+<U8304> /xb2/xd8 <CJK>
+<U8377> /xb2/xd9 <CJK>
+<U83EF> /xb2/xda <CJK>
+<U83D3> /xb2/xdb <CJK>
+<U8766> /xb2/xdc <CJK>
+<U8AB2> /xb2/xdd <CJK>
+<U5629> /xb2/xde <CJK>
+<U8CA8> /xb2/xdf <CJK>
+<U8FE6> /xb2/xe0 <CJK>
+<U904E> /xb2/xe1 <CJK>
+<U971E> /xb2/xe2 <CJK>
+<U868A> /xb2/xe3 <CJK>
+<U4FC4> /xb2/xe4 <CJK>
+<U5CE8> /xb2/xe5 <CJK>
+<U6211> /xb2/xe6 <CJK>
+<U7259> /xb2/xe7 <CJK>
+<U753B> /xb2/xe8 <CJK>
+<U81E5> /xb2/xe9 <CJK>
+<U82BD> /xb2/xea <CJK>
+<U86FE> /xb2/xeb <CJK>
+<U8CC0> /xb2/xec <CJK>
+<U96C5> /xb2/xed <CJK>
+<U9913> /xb2/xee <CJK>
+<U99D5> /xb2/xef <CJK>
+<U4ECB> /xb2/xf0 <CJK>
+<U4F1A> /xb2/xf1 <CJK>
+<U89E3> /xb2/xf2 <CJK>
+<U56DE> /xb2/xf3 <CJK>
+<U584A> /xb2/xf4 <CJK>
+<U58CA> /xb2/xf5 <CJK>
+<U5EFB> /xb2/xf6 <CJK>
+<U5FEB> /xb2/xf7 <CJK>
+<U602A> /xb2/xf8 <CJK>
+<U6094> /xb2/xf9 <CJK>
+<U6062> /xb2/xfa <CJK>
+<U61D0> /xb2/xfb <CJK>
+<U6212> /xb2/xfc <CJK>
+<U62D0> /xb2/xfd <CJK>
+<U6539> /xb2/xfe <CJK>
+<U9B41> /xb3/xa1 <CJK>
+<U6666> /xb3/xa2 <CJK>
+<U68B0> /xb3/xa3 <CJK>
+<U6D77> /xb3/xa4 <CJK>
+<U7070> /xb3/xa5 <CJK>
+<U754C> /xb3/xa6 <CJK>
+<U7686> /xb3/xa7 <CJK>
+<U7D75> /xb3/xa8 <CJK>
+<U82A5> /xb3/xa9 <CJK>
+<U87F9> /xb3/xaa <CJK>
+<U958B> /xb3/xab <CJK>
+<U968E> /xb3/xac <CJK>
+<U8C9D> /xb3/xad <CJK>
+<U51F1> /xb3/xae <CJK>
+<U52BE> /xb3/xaf <CJK>
+<U5916> /xb3/xb0 <CJK>
+<U54B3> /xb3/xb1 <CJK>
+<U5BB3> /xb3/xb2 <CJK>
+<U5D16> /xb3/xb3 <CJK>
+<U6168> /xb3/xb4 <CJK>
+<U6982> /xb3/xb5 <CJK>
+<U6DAF> /xb3/xb6 <CJK>
+<U788D> /xb3/xb7 <CJK>
+<U84CB> /xb3/xb8 <CJK>
+<U8857> /xb3/xb9 <CJK>
+<U8A72> /xb3/xba <CJK>
+<U93A7> /xb3/xbb <CJK>
+<U9AB8> /xb3/xbc <CJK>
+<U6D6C> /xb3/xbd <CJK>
+<U99A8> /xb3/xbe <CJK>
+<U86D9> /xb3/xbf <CJK>
+<U57A3> /xb3/xc0 <CJK>
+<U67FF> /xb3/xc1 <CJK>
+<U86CE> /xb3/xc2 <CJK>
+<U920E> /xb3/xc3 <CJK>
+<U5283> /xb3/xc4 <CJK>
+<U5687> /xb3/xc5 <CJK>
+<U5404> /xb3/xc6 <CJK>
+<U5ED3> /xb3/xc7 <CJK>
+<U62E1> /xb3/xc8 <CJK>
+<U64B9> /xb3/xc9 <CJK>
+<U683C> /xb3/xca <CJK>
+<U6838> /xb3/xcb <CJK>
+<U6BBB> /xb3/xcc <CJK>
+<U7372> /xb3/xcd <CJK>
+<U78BA> /xb3/xce <CJK>
+<U7A6B> /xb3/xcf <CJK>
+<U899A> /xb3/xd0 <CJK>
+<U89D2> /xb3/xd1 <CJK>
+<U8D6B> /xb3/xd2 <CJK>
+<U8F03> /xb3/xd3 <CJK>
+<U90ED> /xb3/xd4 <CJK>
+<U95A3> /xb3/xd5 <CJK>
+<U9694> /xb3/xd6 <CJK>
+<U9769> /xb3/xd7 <CJK>
+<U5B66> /xb3/xd8 <CJK>
+<U5CB3> /xb3/xd9 <CJK>
+<U697D> /xb3/xda <CJK>
+<U984D> /xb3/xdb <CJK>
+<U984E> /xb3/xdc <CJK>
+<U639B> /xb3/xdd <CJK>
+<U7B20> /xb3/xde <CJK>
+<U6A2B> /xb3/xdf <CJK>
+<U6A7F> /xb3/xe0 <CJK>
+<U68B6> /xb3/xe1 <CJK>
+<U9C0D> /xb3/xe2 <CJK>
+<U6F5F> /xb3/xe3 <CJK>
+<U5272> /xb3/xe4 <CJK>
+<U559D> /xb3/xe5 <CJK>
+<U6070> /xb3/xe6 <CJK>
+<U62EC> /xb3/xe7 <CJK>
+<U6D3B> /xb3/xe8 <CJK>
+<U6E07> /xb3/xe9 <CJK>
+<U6ED1> /xb3/xea <CJK>
+<U845B> /xb3/xeb <CJK>
+<U8910> /xb3/xec <CJK>
+<U8F44> /xb3/xed <CJK>
+<U4E14> /xb3/xee <CJK>
+<U9C39> /xb3/xef <CJK>
+<U53F6> /xb3/xf0 <CJK>
+<U691B> /xb3/xf1 <CJK>
+<U6A3A> /xb3/xf2 <CJK>
+<U9784> /xb3/xf3 <CJK>
+<U682A> /xb3/xf4 <CJK>
+<U515C> /xb3/xf5 <CJK>
+<U7AC3> /xb3/xf6 <CJK>
+<U84B2> /xb3/xf7 <CJK>
+<U91DC> /xb3/xf8 <CJK>
+<U938C> /xb3/xf9 <CJK>
+<U565B> /xb3/xfa <CJK>
+<U9D28> /xb3/xfb <CJK>
+<U6822> /xb3/xfc <CJK>
+<U8305> /xb3/xfd <CJK>
+<U8431> /xb3/xfe <CJK>
+<U7CA5> /xb4/xa1 <CJK>
+<U5208> /xb4/xa2 <CJK>
+<U82C5> /xb4/xa3 <CJK>
+<U74E6> /xb4/xa4 <CJK>
+<U4E7E> /xb4/xa5 <CJK>
+<U4F83> /xb4/xa6 <CJK>
+<U51A0> /xb4/xa7 <CJK>
+<U5BD2> /xb4/xa8 <CJK>
+<U520A> /xb4/xa9 <CJK>
+<U52D8> /xb4/xaa <CJK>
+<U52E7> /xb4/xab <CJK>
+<U5DFB> /xb4/xac <CJK>
+<U559A> /xb4/xad <CJK>
+<U582A> /xb4/xae <CJK>
+<U59E6> /xb4/xaf <CJK>
+<U5B8C> /xb4/xb0 <CJK>
+<U5B98> /xb4/xb1 <CJK>
+<U5BDB> /xb4/xb2 <CJK>
+<U5E72> /xb4/xb3 <CJK>
+<U5E79> /xb4/xb4 <CJK>
+<U60A3> /xb4/xb5 <CJK>
+<U611F> /xb4/xb6 <CJK>
+<U6163> /xb4/xb7 <CJK>
+<U61BE> /xb4/xb8 <CJK>
+<U63DB> /xb4/xb9 <CJK>
+<U6562> /xb4/xba <CJK>
+<U67D1> /xb4/xbb <CJK>
+<U6853> /xb4/xbc <CJK>
+<U68FA> /xb4/xbd <CJK>
+<U6B3E> /xb4/xbe <CJK>
+<U6B53> /xb4/xbf <CJK>
+<U6C57> /xb4/xc0 <CJK>
+<U6F22> /xb4/xc1 <CJK>
+<U6F97> /xb4/xc2 <CJK>
+<U6F45> /xb4/xc3 <CJK>
+<U74B0> /xb4/xc4 <CJK>
+<U7518> /xb4/xc5 <CJK>
+<U76E3> /xb4/xc6 <CJK>
+<U770B> /xb4/xc7 <CJK>
+<U7AFF> /xb4/xc8 <CJK>
+<U7BA1> /xb4/xc9 <CJK>
+<U7C21> /xb4/xca <CJK>
+<U7DE9> /xb4/xcb <CJK>
+<U7F36> /xb4/xcc <CJK>
+<U7FF0> /xb4/xcd <CJK>
+<U809D> /xb4/xce <CJK>
+<U8266> /xb4/xcf <CJK>
+<U839E> /xb4/xd0 <CJK>
+<U89B3> /xb4/xd1 <CJK>
+<U8ACC> /xb4/xd2 <CJK>
+<U8CAB> /xb4/xd3 <CJK>
+<U9084> /xb4/xd4 <CJK>
+<U9451> /xb4/xd5 <CJK>
+<U9593> /xb4/xd6 <CJK>
+<U9591> /xb4/xd7 <CJK>
+<U95A2> /xb4/xd8 <CJK>
+<U9665> /xb4/xd9 <CJK>
+<U97D3> /xb4/xda <CJK>
+<U9928> /xb4/xdb <CJK>
+<U8218> /xb4/xdc <CJK>
+<U4E38> /xb4/xdd <CJK>
+<U542B> /xb4/xde <CJK>
+<U5CB8> /xb4/xdf <CJK>
+<U5DCC> /xb4/xe0 <CJK>
+<U73A9> /xb4/xe1 <CJK>
+<U764C> /xb4/xe2 <CJK>
+<U773C> /xb4/xe3 <CJK>
+<U5CA9> /xb4/xe4 <CJK>
+<U7FEB> /xb4/xe5 <CJK>
+<U8D0B> /xb4/xe6 <CJK>
+<U96C1> /xb4/xe7 <CJK>
+<U9811> /xb4/xe8 <CJK>
+<U9854> /xb4/xe9 <CJK>
+<U9858> /xb4/xea <CJK>
+<U4F01> /xb4/xeb <CJK>
+<U4F0E> /xb4/xec <CJK>
+<U5371> /xb4/xed <CJK>
+<U559C> /xb4/xee <CJK>
+<U5668> /xb4/xef <CJK>
+<U57FA> /xb4/xf0 <CJK>
+<U5947> /xb4/xf1 <CJK>
+<U5B09> /xb4/xf2 <CJK>
+<U5BC4> /xb4/xf3 <CJK>
+<U5C90> /xb4/xf4 <CJK>
+<U5E0C> /xb4/xf5 <CJK>
+<U5E7E> /xb4/xf6 <CJK>
+<U5FCC> /xb4/xf7 <CJK>
+<U63EE> /xb4/xf8 <CJK>
+<U673A> /xb4/xf9 <CJK>
+<U65D7> /xb4/xfa <CJK>
+<U65E2> /xb4/xfb <CJK>
+<U671F> /xb4/xfc <CJK>
+<U68CB> /xb4/xfd <CJK>
+<U68C4> /xb4/xfe <CJK>
+<U6A5F> /xb5/xa1 <CJK>
+<U5E30> /xb5/xa2 <CJK>
+<U6BC5> /xb5/xa3 <CJK>
+<U6C17> /xb5/xa4 <CJK>
+<U6C7D> /xb5/xa5 <CJK>
+<U757F> /xb5/xa6 <CJK>
+<U7948> /xb5/xa7 <CJK>
+<U5B63> /xb5/xa8 <CJK>
+<U7A00> /xb5/xa9 <CJK>
+<U7D00> /xb5/xaa <CJK>
+<U5FBD> /xb5/xab <CJK>
+<U898F> /xb5/xac <CJK>
+<U8A18> /xb5/xad <CJK>
+<U8CB4> /xb5/xae <CJK>
+<U8D77> /xb5/xaf <CJK>
+<U8ECC> /xb5/xb0 <CJK>
+<U8F1D> /xb5/xb1 <CJK>
+<U98E2> /xb5/xb2 <CJK>
+<U9A0E> /xb5/xb3 <CJK>
+<U9B3C> /xb5/xb4 <CJK>
+<U4E80> /xb5/xb5 <CJK>
+<U507D> /xb5/xb6 <CJK>
+<U5100> /xb5/xb7 <CJK>
+<U5993> /xb5/xb8 <CJK>
+<U5B9C> /xb5/xb9 <CJK>
+<U622F> /xb5/xba <CJK>
+<U6280> /xb5/xbb <CJK>
+<U64EC> /xb5/xbc <CJK>
+<U6B3A> /xb5/xbd <CJK>
+<U72A0> /xb5/xbe <CJK>
+<U7591> /xb5/xbf <CJK>
+<U7947> /xb5/xc0 <CJK>
+<U7FA9> /xb5/xc1 <CJK>
+<U87FB> /xb5/xc2 <CJK>
+<U8ABC> /xb5/xc3 <CJK>
+<U8B70> /xb5/xc4 <CJK>
+<U63AC> /xb5/xc5 <CJK>
+<U83CA> /xb5/xc6 <CJK>
+<U97A0> /xb5/xc7 <CJK>
+<U5409> /xb5/xc8 <CJK>
+<U5403> /xb5/xc9 <CJK>
+<U55AB> /xb5/xca <CJK>
+<U6854> /xb5/xcb <CJK>
+<U6A58> /xb5/xcc <CJK>
+<U8A70> /xb5/xcd <CJK>
+<U7827> /xb5/xce <CJK>
+<U6775> /xb5/xcf <CJK>
+<U9ECD> /xb5/xd0 <CJK>
+<U5374> /xb5/xd1 <CJK>
+<U5BA2> /xb5/xd2 <CJK>
+<U811A> /xb5/xd3 <CJK>
+<U8650> /xb5/xd4 <CJK>
+<U9006> /xb5/xd5 <CJK>
+<U4E18> /xb5/xd6 <CJK>
+<U4E45> /xb5/xd7 <CJK>
+<U4EC7> /xb5/xd8 <CJK>
+<U4F11> /xb5/xd9 <CJK>
+<U53CA> /xb5/xda <CJK>
+<U5438> /xb5/xdb <CJK>
+<U5BAE> /xb5/xdc <CJK>
+<U5F13> /xb5/xdd <CJK>
+<U6025> /xb5/xde <CJK>
+<U6551> /xb5/xdf <CJK>
+<U673D> /xb5/xe0 <CJK>
+<U6C42> /xb5/xe1 <CJK>
+<U6C72> /xb5/xe2 <CJK>
+<U6CE3> /xb5/xe3 <CJK>
+<U7078> /xb5/xe4 <CJK>
+<U7403> /xb5/xe5 <CJK>
+<U7A76> /xb5/xe6 <CJK>
+<U7AAE> /xb5/xe7 <CJK>
+<U7B08> /xb5/xe8 <CJK>
+<U7D1A> /xb5/xe9 <CJK>
+<U7CFE> /xb5/xea <CJK>
+<U7D66> /xb5/xeb <CJK>
+<U65E7> /xb5/xec <CJK>
+<U725B> /xb5/xed <CJK>
+<U53BB> /xb5/xee <CJK>
+<U5C45> /xb5/xef <CJK>
+<U5DE8> /xb5/xf0 <CJK>
+<U62D2> /xb5/xf1 <CJK>
+<U62E0> /xb5/xf2 <CJK>
+<U6319> /xb5/xf3 <CJK>
+<U6E20> /xb5/xf4 <CJK>
+<U865A> /xb5/xf5 <CJK>
+<U8A31> /xb5/xf6 <CJK>
+<U8DDD> /xb5/xf7 <CJK>
+<U92F8> /xb5/xf8 <CJK>
+<U6F01> /xb5/xf9 <CJK>
+<U79A6> /xb5/xfa <CJK>
+<U9B5A> /xb5/xfb <CJK>
+<U4EA8> /xb5/xfc <CJK>
+<U4EAB> /xb5/xfd <CJK>
+<U4EAC> /xb5/xfe <CJK>
+<U4F9B> /xb6/xa1 <CJK>
+<U4FA0> /xb6/xa2 <CJK>
+<U50D1> /xb6/xa3 <CJK>
+<U5147> /xb6/xa4 <CJK>
+<U7AF6> /xb6/xa5 <CJK>
+<U5171> /xb6/xa6 <CJK>
+<U51F6> /xb6/xa7 <CJK>
+<U5354> /xb6/xa8 <CJK>
+<U5321> /xb6/xa9 <CJK>
+<U537F> /xb6/xaa <CJK>
+<U53EB> /xb6/xab <CJK>
+<U55AC> /xb6/xac <CJK>
+<U5883> /xb6/xad <CJK>
+<U5CE1> /xb6/xae <CJK>
+<U5F37> /xb6/xaf <CJK>
+<U5F4A> /xb6/xb0 <CJK>
+<U602F> /xb6/xb1 <CJK>
+<U6050> /xb6/xb2 <CJK>
+<U606D> /xb6/xb3 <CJK>
+<U631F> /xb6/xb4 <CJK>
+<U6559> /xb6/xb5 <CJK>
+<U6A4B> /xb6/xb6 <CJK>
+<U6CC1> /xb6/xb7 <CJK>
+<U72C2> /xb6/xb8 <CJK>
+<U72ED> /xb6/xb9 <CJK>
+<U77EF> /xb6/xba <CJK>
+<U80F8> /xb6/xbb <CJK>
+<U8105> /xb6/xbc <CJK>
+<U8208> /xb6/xbd <CJK>
+<U854E> /xb6/xbe <CJK>
+<U90F7> /xb6/xbf <CJK>
+<U93E1> /xb6/xc0 <CJK>
+<U97FF> /xb6/xc1 <CJK>
+<U9957> /xb6/xc2 <CJK>
+<U9A5A> /xb6/xc3 <CJK>
+<U4EF0> /xb6/xc4 <CJK>
+<U51DD> /xb6/xc5 <CJK>
+<U5C2D> /xb6/xc6 <CJK>
+<U6681> /xb6/xc7 <CJK>
+<U696D> /xb6/xc8 <CJK>
+<U5C40> /xb6/xc9 <CJK>
+<U66F2> /xb6/xca <CJK>
+<U6975> /xb6/xcb <CJK>
+<U7389> /xb6/xcc <CJK>
+<U6850> /xb6/xcd <CJK>
+<U7C81> /xb6/xce <CJK>
+<U50C5> /xb6/xcf <CJK>
+<U52E4> /xb6/xd0 <CJK>
+<U5747> /xb6/xd1 <CJK>
+<U5DFE> /xb6/xd2 <CJK>
+<U9326> /xb6/xd3 <CJK>
+<U65A4> /xb6/xd4 <CJK>
+<U6B23> /xb6/xd5 <CJK>
+<U6B3D> /xb6/xd6 <CJK>
+<U7434> /xb6/xd7 <CJK>
+<U7981> /xb6/xd8 <CJK>
+<U79BD> /xb6/xd9 <CJK>
+<U7B4B> /xb6/xda <CJK>
+<U7DCA> /xb6/xdb <CJK>
+<U82B9> /xb6/xdc <CJK>
+<U83CC> /xb6/xdd <CJK>
+<U887F> /xb6/xde <CJK>
+<U895F> /xb6/xdf <CJK>
+<U8B39> /xb6/xe0 <CJK>
+<U8FD1> /xb6/xe1 <CJK>
+<U91D1> /xb6/xe2 <CJK>
+<U541F> /xb6/xe3 <CJK>
+<U9280> /xb6/xe4 <CJK>
+<U4E5D> /xb6/xe5 <CJK>
+<U5036> /xb6/xe6 <CJK>
+<U53E5> /xb6/xe7 <CJK>
+<U533A> /xb6/xe8 <CJK>
+<U72D7> /xb6/xe9 <CJK>
+<U7396> /xb6/xea <CJK>
+<U77E9> /xb6/xeb <CJK>
+<U82E6> /xb6/xec <CJK>
+<U8EAF> /xb6/xed <CJK>
+<U99C6> /xb6/xee <CJK>
+<U99C8> /xb6/xef <CJK>
+<U99D2> /xb6/xf0 <CJK>
+<U5177> /xb6/xf1 <CJK>
+<U611A> /xb6/xf2 <CJK>
+<U865E> /xb6/xf3 <CJK>
+<U55B0> /xb6/xf4 <CJK>
+<U7A7A> /xb6/xf5 <CJK>
+<U5076> /xb6/xf6 <CJK>
+<U5BD3> /xb6/xf7 <CJK>
+<U9047> /xb6/xf8 <CJK>
+<U9685> /xb6/xf9 <CJK>
+<U4E32> /xb6/xfa <CJK>
+<U6ADB> /xb6/xfb <CJK>
+<U91E7> /xb6/xfc <CJK>
+<U5C51> /xb6/xfd <CJK>
+<U5C48> /xb6/xfe <CJK>
+<U6398> /xb7/xa1 <CJK>
+<U7A9F> /xb7/xa2 <CJK>
+<U6C93> /xb7/xa3 <CJK>
+<U9774> /xb7/xa4 <CJK>
+<U8F61> /xb7/xa5 <CJK>
+<U7AAA> /xb7/xa6 <CJK>
+<U718A> /xb7/xa7 <CJK>
+<U9688> /xb7/xa8 <CJK>
+<U7C82> /xb7/xa9 <CJK>
+<U6817> /xb7/xaa <CJK>
+<U7E70> /xb7/xab <CJK>
+<U6851> /xb7/xac <CJK>
+<U936C> /xb7/xad <CJK>
+<U52F2> /xb7/xae <CJK>
+<U541B> /xb7/xaf <CJK>
+<U85AB> /xb7/xb0 <CJK>
+<U8A13> /xb7/xb1 <CJK>
+<U7FA4> /xb7/xb2 <CJK>
+<U8ECD> /xb7/xb3 <CJK>
+<U90E1> /xb7/xb4 <CJK>
+<U5366> /xb7/xb5 <CJK>
+<U8888> /xb7/xb6 <CJK>
+<U7941> /xb7/xb7 <CJK>
+<U4FC2> /xb7/xb8 <CJK>
+<U50BE> /xb7/xb9 <CJK>
+<U5211> /xb7/xba <CJK>
+<U5144> /xb7/xbb <CJK>
+<U5553> /xb7/xbc <CJK>
+<U572D> /xb7/xbd <CJK>
+<U73EA> /xb7/xbe <CJK>
+<U578B> /xb7/xbf <CJK>
+<U5951> /xb7/xc0 <CJK>
+<U5F62> /xb7/xc1 <CJK>
+<U5F84> /xb7/xc2 <CJK>
+<U6075> /xb7/xc3 <CJK>
+<U6176> /xb7/xc4 <CJK>
+<U6167> /xb7/xc5 <CJK>
+<U61A9> /xb7/xc6 <CJK>
+<U63B2> /xb7/xc7 <CJK>
+<U643A> /xb7/xc8 <CJK>
+<U656C> /xb7/xc9 <CJK>
+<U666F> /xb7/xca <CJK>
+<U6842> /xb7/xcb <CJK>
+<U6E13> /xb7/xcc <CJK>
+<U7566> /xb7/xcd <CJK>
+<U7A3D> /xb7/xce <CJK>
+<U7CFB> /xb7/xcf <CJK>
+<U7D4C> /xb7/xd0 <CJK>
+<U7D99> /xb7/xd1 <CJK>
+<U7E4B> /xb7/xd2 <CJK>
+<U7F6B> /xb7/xd3 <CJK>
+<U830E> /xb7/xd4 <CJK>
+<U834A> /xb7/xd5 <CJK>
+<U86CD> /xb7/xd6 <CJK>
+<U8A08> /xb7/xd7 <CJK>
+<U8A63> /xb7/xd8 <CJK>
+<U8B66> /xb7/xd9 <CJK>
+<U8EFD> /xb7/xda <CJK>
+<U981A> /xb7/xdb <CJK>
+<U9D8F> /xb7/xdc <CJK>
+<U82B8> /xb7/xdd <CJK>
+<U8FCE> /xb7/xde <CJK>
+<U9BE8> /xb7/xdf <CJK>
+<U5287> /xb7/xe0 <CJK>
+<U621F> /xb7/xe1 <CJK>
+<U6483> /xb7/xe2 <CJK>
+<U6FC0> /xb7/xe3 <CJK>
+<U9699> /xb7/xe4 <CJK>
+<U6841> /xb7/xe5 <CJK>
+<U5091> /xb7/xe6 <CJK>
+<U6B20> /xb7/xe7 <CJK>
+<U6C7A> /xb7/xe8 <CJK>
+<U6F54> /xb7/xe9 <CJK>
+<U7A74> /xb7/xea <CJK>
+<U7D50> /xb7/xeb <CJK>
+<U8840> /xb7/xec <CJK>
+<U8A23> /xb7/xed <CJK>
+<U6708> /xb7/xee <CJK>
+<U4EF6> /xb7/xef <CJK>
+<U5039> /xb7/xf0 <CJK>
+<U5026> /xb7/xf1 <CJK>
+<U5065> /xb7/xf2 <CJK>
+<U517C> /xb7/xf3 <CJK>
+<U5238> /xb7/xf4 <CJK>
+<U5263> /xb7/xf5 <CJK>
+<U55A7> /xb7/xf6 <CJK>
+<U570F> /xb7/xf7 <CJK>
+<U5805> /xb7/xf8 <CJK>
+<U5ACC> /xb7/xf9 <CJK>
+<U5EFA> /xb7/xfa <CJK>
+<U61B2> /xb7/xfb <CJK>
+<U61F8> /xb7/xfc <CJK>
+<U62F3> /xb7/xfd <CJK>
+<U6372> /xb7/xfe <CJK>
+<U691C> /xb8/xa1 <CJK>
+<U6A29> /xb8/xa2 <CJK>
+<U727D> /xb8/xa3 <CJK>
+<U72AC> /xb8/xa4 <CJK>
+<U732E> /xb8/xa5 <CJK>
+<U7814> /xb8/xa6 <CJK>
+<U786F> /xb8/xa7 <CJK>
+<U7D79> /xb8/xa8 <CJK>
+<U770C> /xb8/xa9 <CJK>
+<U80A9> /xb8/xaa <CJK>
+<U898B> /xb8/xab <CJK>
+<U8B19> /xb8/xac <CJK>
+<U8CE2> /xb8/xad <CJK>
+<U8ED2> /xb8/xae <CJK>
+<U9063> /xb8/xaf <CJK>
+<U9375> /xb8/xb0 <CJK>
+<U967A> /xb8/xb1 <CJK>
+<U9855> /xb8/xb2 <CJK>
+<U9A13> /xb8/xb3 <CJK>
+<U9E78> /xb8/xb4 <CJK>
+<U5143> /xb8/xb5 <CJK>
+<U539F> /xb8/xb6 <CJK>
+<U53B3> /xb8/xb7 <CJK>
+<U5E7B> /xb8/xb8 <CJK>
+<U5F26> /xb8/xb9 <CJK>
+<U6E1B> /xb8/xba <CJK>
+<U6E90> /xb8/xbb <CJK>
+<U7384> /xb8/xbc <CJK>
+<U73FE> /xb8/xbd <CJK>
+<U7D43> /xb8/xbe <CJK>
+<U8237> /xb8/xbf <CJK>
+<U8A00> /xb8/xc0 <CJK>
+<U8AFA> /xb8/xc1 <CJK>
+<U9650> /xb8/xc2 <CJK>
+<U4E4E> /xb8/xc3 <CJK>
+<U500B> /xb8/xc4 <CJK>
+<U53E4> /xb8/xc5 <CJK>
+<U547C> /xb8/xc6 <CJK>
+<U56FA> /xb8/xc7 <CJK>
+<U59D1> /xb8/xc8 <CJK>
+<U5B64> /xb8/xc9 <CJK>
+<U5DF1> /xb8/xca <CJK>
+<U5EAB> /xb8/xcb <CJK>
+<U5F27> /xb8/xcc <CJK>
+<U6238> /xb8/xcd <CJK>
+<U6545> /xb8/xce <CJK>
+<U67AF> /xb8/xcf <CJK>
+<U6E56> /xb8/xd0 <CJK>
+<U72D0> /xb8/xd1 <CJK>
+<U7CCA> /xb8/xd2 <CJK>
+<U88B4> /xb8/xd3 <CJK>
+<U80A1> /xb8/xd4 <CJK>
+<U80E1> /xb8/xd5 <CJK>
+<U83F0> /xb8/xd6 <CJK>
+<U864E> /xb8/xd7 <CJK>
+<U8A87> /xb8/xd8 <CJK>
+<U8DE8> /xb8/xd9 <CJK>
+<U9237> /xb8/xda <CJK>
+<U96C7> /xb8/xdb <CJK>
+<U9867> /xb8/xdc <CJK>
+<U9F13> /xb8/xdd <CJK>
+<U4E94> /xb8/xde <CJK>
+<U4E92> /xb8/xdf <CJK>
+<U4F0D> /xb8/xe0 <CJK>
+<U5348> /xb8/xe1 <CJK>
+<U5449> /xb8/xe2 <CJK>
+<U543E> /xb8/xe3 <CJK>
+<U5A2F> /xb8/xe4 <CJK>
+<U5F8C> /xb8/xe5 <CJK>
+<U5FA1> /xb8/xe6 <CJK>
+<U609F> /xb8/xe7 <CJK>
+<U68A7> /xb8/xe8 <CJK>
+<U6A8E> /xb8/xe9 <CJK>
+<U745A> /xb8/xea <CJK>
+<U7881> /xb8/xeb <CJK>
+<U8A9E> /xb8/xec <CJK>
+<U8AA4> /xb8/xed <CJK>
+<U8B77> /xb8/xee <CJK>
+<U9190> /xb8/xef <CJK>
+<U4E5E> /xb8/xf0 <CJK>
+<U9BC9> /xb8/xf1 <CJK>
+<U4EA4> /xb8/xf2 <CJK>
+<U4F7C> /xb8/xf3 <CJK>
+<U4FAF> /xb8/xf4 <CJK>
+<U5019> /xb8/xf5 <CJK>
+<U5016> /xb8/xf6 <CJK>
+<U5149> /xb8/xf7 <CJK>
+<U516C> /xb8/xf8 <CJK>
+<U529F> /xb8/xf9 <CJK>
+<U52B9> /xb8/xfa <CJK>
+<U52FE> /xb8/xfb <CJK>
+<U539A> /xb8/xfc <CJK>
+<U53E3> /xb8/xfd <CJK>
+<U5411> /xb8/xfe <CJK>
+<U540E> /xb9/xa1 <CJK>
+<U5589> /xb9/xa2 <CJK>
+<U5751> /xb9/xa3 <CJK>
+<U57A2> /xb9/xa4 <CJK>
+<U597D> /xb9/xa5 <CJK>
+<U5B54> /xb9/xa6 <CJK>
+<U5B5D> /xb9/xa7 <CJK>
+<U5B8F> /xb9/xa8 <CJK>
+<U5DE5> /xb9/xa9 <CJK>
+<U5DE7> /xb9/xaa <CJK>
+<U5DF7> /xb9/xab <CJK>
+<U5E78> /xb9/xac <CJK>
+<U5E83> /xb9/xad <CJK>
+<U5E9A> /xb9/xae <CJK>
+<U5EB7> /xb9/xaf <CJK>
+<U5F18> /xb9/xb0 <CJK>
+<U6052> /xb9/xb1 <CJK>
+<U614C> /xb9/xb2 <CJK>
+<U6297> /xb9/xb3 <CJK>
+<U62D8> /xb9/xb4 <CJK>
+<U63A7> /xb9/xb5 <CJK>
+<U653B> /xb9/xb6 <CJK>
+<U6602> /xb9/xb7 <CJK>
+<U6643> /xb9/xb8 <CJK>
+<U66F4> /xb9/xb9 <CJK>
+<U676D> /xb9/xba <CJK>
+<U6821> /xb9/xbb <CJK>
+<U6897> /xb9/xbc <CJK>
+<U69CB> /xb9/xbd <CJK>
+<U6C5F> /xb9/xbe <CJK>
+<U6D2A> /xb9/xbf <CJK>
+<U6D69> /xb9/xc0 <CJK>
+<U6E2F> /xb9/xc1 <CJK>
+<U6E9D> /xb9/xc2 <CJK>
+<U7532> /xb9/xc3 <CJK>
+<U7687> /xb9/xc4 <CJK>
+<U786C> /xb9/xc5 <CJK>
+<U7A3F> /xb9/xc6 <CJK>
+<U7CE0> /xb9/xc7 <CJK>
+<U7D05> /xb9/xc8 <CJK>
+<U7D18> /xb9/xc9 <CJK>
+<U7D5E> /xb9/xca <CJK>
+<U7DB1> /xb9/xcb <CJK>
+<U8015> /xb9/xcc <CJK>
+<U8003> /xb9/xcd <CJK>
+<U80AF> /xb9/xce <CJK>
+<U80B1> /xb9/xcf <CJK>
+<U8154> /xb9/xd0 <CJK>
+<U818F> /xb9/xd1 <CJK>
+<U822A> /xb9/xd2 <CJK>
+<U8352> /xb9/xd3 <CJK>
+<U884C> /xb9/xd4 <CJK>
+<U8861> /xb9/xd5 <CJK>
+<U8B1B> /xb9/xd6 <CJK>
+<U8CA2> /xb9/xd7 <CJK>
+<U8CFC> /xb9/xd8 <CJK>
+<U90CA> /xb9/xd9 <CJK>
+<U9175> /xb9/xda <CJK>
+<U9271> /xb9/xdb <CJK>
+<U783F> /xb9/xdc <CJK>
+<U92FC> /xb9/xdd <CJK>
+<U95A4> /xb9/xde <CJK>
+<U964D> /xb9/xdf <CJK>
+<U9805> /xb9/xe0 <CJK>
+<U9999> /xb9/xe1 <CJK>
+<U9AD8> /xb9/xe2 <CJK>
+<U9D3B> /xb9/xe3 <CJK>
+<U525B> /xb9/xe4 <CJK>
+<U52AB> /xb9/xe5 <CJK>
+<U53F7> /xb9/xe6 <CJK>
+<U5408> /xb9/xe7 <CJK>
+<U58D5> /xb9/xe8 <CJK>
+<U62F7> /xb9/xe9 <CJK>
+<U6FE0> /xb9/xea <CJK>
+<U8C6A> /xb9/xeb <CJK>
+<U8F5F> /xb9/xec <CJK>
+<U9EB9> /xb9/xed <CJK>
+<U514B> /xb9/xee <CJK>
+<U523B> /xb9/xef <CJK>
+<U544A> /xb9/xf0 <CJK>
+<U56FD> /xb9/xf1 <CJK>
+<U7A40> /xb9/xf2 <CJK>
+<U9177> /xb9/xf3 <CJK>
+<U9D60> /xb9/xf4 <CJK>
+<U9ED2> /xb9/xf5 <CJK>
+<U7344> /xb9/xf6 <CJK>
+<U6F09> /xb9/xf7 <CJK>
+<U8170> /xb9/xf8 <CJK>
+<U7511> /xb9/xf9 <CJK>
+<U5FFD> /xb9/xfa <CJK>
+<U60DA> /xb9/xfb <CJK>
+<U9AA8> /xb9/xfc <CJK>
+<U72DB> /xb9/xfd <CJK>
+<U8FBC> /xb9/xfe <CJK>
+<U6B64> /xba/xa1 <CJK>
+<U9803> /xba/xa2 <CJK>
+<U4ECA> /xba/xa3 <CJK>
+<U56F0> /xba/xa4 <CJK>
+<U5764> /xba/xa5 <CJK>
+<U58BE> /xba/xa6 <CJK>
+<U5A5A> /xba/xa7 <CJK>
+<U6068> /xba/xa8 <CJK>
+<U61C7> /xba/xa9 <CJK>
+<U660F> /xba/xaa <CJK>
+<U6606> /xba/xab <CJK>
+<U6839> /xba/xac <CJK>
+<U68B1> /xba/xad <CJK>
+<U6DF7> /xba/xae <CJK>
+<U75D5> /xba/xaf <CJK>
+<U7D3A> /xba/xb0 <CJK>
+<U826E> /xba/xb1 <CJK>
+<U9B42> /xba/xb2 <CJK>
+<U4E9B> /xba/xb3 <CJK>
+<U4F50> /xba/xb4 <CJK>
+<U53C9> /xba/xb5 <CJK>
+<U5506> /xba/xb6 <CJK>
+<U5D6F> /xba/xb7 <CJK>
+<U5DE6> /xba/xb8 <CJK>
+<U5DEE> /xba/xb9 <CJK>
+<U67FB> /xba/xba <CJK>
+<U6C99> /xba/xbb <CJK>
+<U7473> /xba/xbc <CJK>
+<U7802> /xba/xbd <CJK>
+<U8A50> /xba/xbe <CJK>
+<U9396> /xba/xbf <CJK>
+<U88DF> /xba/xc0 <CJK>
+<U5750> /xba/xc1 <CJK>
+<U5EA7> /xba/xc2 <CJK>
+<U632B> /xba/xc3 <CJK>
+<U50B5> /xba/xc4 <CJK>
+<U50AC> /xba/xc5 <CJK>
+<U518D> /xba/xc6 <CJK>
+<U6700> /xba/xc7 <CJK>
+<U54C9> /xba/xc8 <CJK>
+<U585E> /xba/xc9 <CJK>
+<U59BB> /xba/xca <CJK>
+<U5BB0> /xba/xcb <CJK>
+<U5F69> /xba/xcc <CJK>
+<U624D> /xba/xcd <CJK>
+<U63A1> /xba/xce <CJK>
+<U683D> /xba/xcf <CJK>
+<U6B73> /xba/xd0 <CJK>
+<U6E08> /xba/xd1 <CJK>
+<U707D> /xba/xd2 <CJK>
+<U91C7> /xba/xd3 <CJK>
+<U7280> /xba/xd4 <CJK>
+<U7815> /xba/xd5 <CJK>
+<U7826> /xba/xd6 <CJK>
+<U796D> /xba/xd7 <CJK>
+<U658E> /xba/xd8 <CJK>
+<U7D30> /xba/xd9 <CJK>
+<U83DC> /xba/xda <CJK>
+<U88C1> /xba/xdb <CJK>
+<U8F09> /xba/xdc <CJK>
+<U969B> /xba/xdd <CJK>
+<U5264> /xba/xde <CJK>
+<U5728> /xba/xdf <CJK>
+<U6750> /xba/xe0 <CJK>
+<U7F6A> /xba/xe1 <CJK>
+<U8CA1> /xba/xe2 <CJK>
+<U51B4> /xba/xe3 <CJK>
+<U5742> /xba/xe4 <CJK>
+<U962A> /xba/xe5 <CJK>
+<U583A> /xba/xe6 <CJK>
+<U698A> /xba/xe7 <CJK>
+<U80B4> /xba/xe8 <CJK>
+<U54B2> /xba/xe9 <CJK>
+<U5D0E> /xba/xea <CJK>
+<U57FC> /xba/xeb <CJK>
+<U7895> /xba/xec <CJK>
+<U9DFA> /xba/xed <CJK>
+<U4F5C> /xba/xee <CJK>
+<U524A> /xba/xef <CJK>
+<U548B> /xba/xf0 <CJK>
+<U643E> /xba/xf1 <CJK>
+<U6628> /xba/xf2 <CJK>
+<U6714> /xba/xf3 <CJK>
+<U67F5> /xba/xf4 <CJK>
+<U7A84> /xba/xf5 <CJK>
+<U7B56> /xba/xf6 <CJK>
+<U7D22> /xba/xf7 <CJK>
+<U932F> /xba/xf8 <CJK>
+<U685C> /xba/xf9 <CJK>
+<U9BAD> /xba/xfa <CJK>
+<U7B39> /xba/xfb <CJK>
+<U5319> /xba/xfc <CJK>
+<U518A> /xba/xfd <CJK>
+<U5237> /xba/xfe <CJK>
+<U5BDF> /xbb/xa1 <CJK>
+<U62F6> /xbb/xa2 <CJK>
+<U64AE> /xbb/xa3 <CJK>
+<U64E6> /xbb/xa4 <CJK>
+<U672D> /xbb/xa5 <CJK>
+<U6BBA> /xbb/xa6 <CJK>
+<U85A9> /xbb/xa7 <CJK>
+<U96D1> /xbb/xa8 <CJK>
+<U7690> /xbb/xa9 <CJK>
+<U9BD6> /xbb/xaa <CJK>
+<U634C> /xbb/xab <CJK>
+<U9306> /xbb/xac <CJK>
+<U9BAB> /xbb/xad <CJK>
+<U76BF> /xbb/xae <CJK>
+<U6652> /xbb/xaf <CJK>
+<U4E09> /xbb/xb0 <CJK>
+<U5098> /xbb/xb1 <CJK>
+<U53C2> /xbb/xb2 <CJK>
+<U5C71> /xbb/xb3 <CJK>
+<U60E8> /xbb/xb4 <CJK>
+<U6492> /xbb/xb5 <CJK>
+<U6563> /xbb/xb6 <CJK>
+<U685F> /xbb/xb7 <CJK>
+<U71E6> /xbb/xb8 <CJK>
+<U73CA> /xbb/xb9 <CJK>
+<U7523> /xbb/xba <CJK>
+<U7B97> /xbb/xbb <CJK>
+<U7E82> /xbb/xbc <CJK>
+<U8695> /xbb/xbd <CJK>
+<U8B83> /xbb/xbe <CJK>
+<U8CDB> /xbb/xbf <CJK>
+<U9178> /xbb/xc0 <CJK>
+<U9910> /xbb/xc1 <CJK>
+<U65AC> /xbb/xc2 <CJK>
+<U66AB> /xbb/xc3 <CJK>
+<U6B8B> /xbb/xc4 <CJK>
+<U4ED5> /xbb/xc5 <CJK>
+<U4ED4> /xbb/xc6 <CJK>
+<U4F3A> /xbb/xc7 <CJK>
+<U4F7F> /xbb/xc8 <CJK>
+<U523A> /xbb/xc9 <CJK>
+<U53F8> /xbb/xca <CJK>
+<U53F2> /xbb/xcb <CJK>
+<U55E3> /xbb/xcc <CJK>
+<U56DB> /xbb/xcd <CJK>
+<U58EB> /xbb/xce <CJK>
+<U59CB> /xbb/xcf <CJK>
+<U59C9> /xbb/xd0 <CJK>
+<U59FF> /xbb/xd1 <CJK>
+<U5B50> /xbb/xd2 <CJK>
+<U5C4D> /xbb/xd3 <CJK>
+<U5E02> /xbb/xd4 <CJK>
+<U5E2B> /xbb/xd5 <CJK>
+<U5FD7> /xbb/xd6 <CJK>
+<U601D> /xbb/xd7 <CJK>
+<U6307> /xbb/xd8 <CJK>
+<U652F> /xbb/xd9 <CJK>
+<U5B5C> /xbb/xda <CJK>
+<U65AF> /xbb/xdb <CJK>
+<U65BD> /xbb/xdc <CJK>
+<U65E8> /xbb/xdd <CJK>
+<U679D> /xbb/xde <CJK>
+<U6B62> /xbb/xdf <CJK>
+<U6B7B> /xbb/xe0 <CJK>
+<U6C0F> /xbb/xe1 <CJK>
+<U7345> /xbb/xe2 <CJK>
+<U7949> /xbb/xe3 <CJK>
+<U79C1> /xbb/xe4 <CJK>
+<U7CF8> /xbb/xe5 <CJK>
+<U7D19> /xbb/xe6 <CJK>
+<U7D2B> /xbb/xe7 <CJK>
+<U80A2> /xbb/xe8 <CJK>
+<U8102> /xbb/xe9 <CJK>
+<U81F3> /xbb/xea <CJK>
+<U8996> /xbb/xeb <CJK>
+<U8A5E> /xbb/xec <CJK>
+<U8A69> /xbb/xed <CJK>
+<U8A66> /xbb/xee <CJK>
+<U8A8C> /xbb/xef <CJK>
+<U8AEE> /xbb/xf0 <CJK>
+<U8CC7> /xbb/xf1 <CJK>
+<U8CDC> /xbb/xf2 <CJK>
+<U96CC> /xbb/xf3 <CJK>
+<U98FC> /xbb/xf4 <CJK>
+<U6B6F> /xbb/xf5 <CJK>
+<U4E8B> /xbb/xf6 <CJK>
+<U4F3C> /xbb/xf7 <CJK>
+<U4F8D> /xbb/xf8 <CJK>
+<U5150> /xbb/xf9 <CJK>
+<U5B57> /xbb/xfa <CJK>
+<U5BFA> /xbb/xfb <CJK>
+<U6148> /xbb/xfc <CJK>
+<U6301> /xbb/xfd <CJK>
+<U6642> /xbb/xfe <CJK>
+<U6B21> /xbc/xa1 <CJK>
+<U6ECB> /xbc/xa2 <CJK>
+<U6CBB> /xbc/xa3 <CJK>
+<U723E> /xbc/xa4 <CJK>
+<U74BD> /xbc/xa5 <CJK>
+<U75D4> /xbc/xa6 <CJK>
+<U78C1> /xbc/xa7 <CJK>
+<U793A> /xbc/xa8 <CJK>
+<U800C> /xbc/xa9 <CJK>
+<U8033> /xbc/xaa <CJK>
+<U81EA> /xbc/xab <CJK>
+<U8494> /xbc/xac <CJK>
+<U8F9E> /xbc/xad <CJK>
+<U6C50> /xbc/xae <CJK>
+<U9E7F> /xbc/xaf <CJK>
+<U5F0F> /xbc/xb0 <CJK>
+<U8B58> /xbc/xb1 <CJK>
+<U9D2B> /xbc/xb2 <CJK>
+<U7AFA> /xbc/xb3 <CJK>
+<U8EF8> /xbc/xb4 <CJK>
+<U5B8D> /xbc/xb5 <CJK>
+<U96EB> /xbc/xb6 <CJK>
+<U4E03> /xbc/xb7 <CJK>
+<U53F1> /xbc/xb8 <CJK>
+<U57F7> /xbc/xb9 <CJK>
+<U5931> /xbc/xba <CJK>
+<U5AC9> /xbc/xbb <CJK>
+<U5BA4> /xbc/xbc <CJK>
+<U6089> /xbc/xbd <CJK>
+<U6E7F> /xbc/xbe <CJK>
+<U6F06> /xbc/xbf <CJK>
+<U75BE> /xbc/xc0 <CJK>
+<U8CEA> /xbc/xc1 <CJK>
+<U5B9F> /xbc/xc2 <CJK>
+<U8500> /xbc/xc3 <CJK>
+<U7BE0> /xbc/xc4 <CJK>
+<U5072> /xbc/xc5 <CJK>
+<U67F4> /xbc/xc6 <CJK>
+<U829D> /xbc/xc7 <CJK>
+<U5C61> /xbc/xc8 <CJK>
+<U854A> /xbc/xc9 <CJK>
+<U7E1E> /xbc/xca <CJK>
+<U820E> /xbc/xcb <CJK>
+<U5199> /xbc/xcc <CJK>
+<U5C04> /xbc/xcd <CJK>
+<U6368> /xbc/xce <CJK>
+<U8D66> /xbc/xcf <CJK>
+<U659C> /xbc/xd0 <CJK>
+<U716E> /xbc/xd1 <CJK>
+<U793E> /xbc/xd2 <CJK>
+<U7D17> /xbc/xd3 <CJK>
+<U8005> /xbc/xd4 <CJK>
+<U8B1D> /xbc/xd5 <CJK>
+<U8ECA> /xbc/xd6 <CJK>
+<U906E> /xbc/xd7 <CJK>
+<U86C7> /xbc/xd8 <CJK>
+<U90AA> /xbc/xd9 <CJK>
+<U501F> /xbc/xda <CJK>
+<U52FA> /xbc/xdb <CJK>
+<U5C3A> /xbc/xdc <CJK>
+<U6753> /xbc/xdd <CJK>
+<U707C> /xbc/xde <CJK>
+<U7235> /xbc/xdf <CJK>
+<U914C> /xbc/xe0 <CJK>
+<U91C8> /xbc/xe1 <CJK>
+<U932B> /xbc/xe2 <CJK>
+<U82E5> /xbc/xe3 <CJK>
+<U5BC2> /xbc/xe4 <CJK>
+<U5F31> /xbc/xe5 <CJK>
+<U60F9> /xbc/xe6 <CJK>
+<U4E3B> /xbc/xe7 <CJK>
+<U53D6> /xbc/xe8 <CJK>
+<U5B88> /xbc/xe9 <CJK>
+<U624B> /xbc/xea <CJK>
+<U6731> /xbc/xeb <CJK>
+<U6B8A> /xbc/xec <CJK>
+<U72E9> /xbc/xed <CJK>
+<U73E0> /xbc/xee <CJK>
+<U7A2E> /xbc/xef <CJK>
+<U816B> /xbc/xf0 <CJK>
+<U8DA3> /xbc/xf1 <CJK>
+<U9152> /xbc/xf2 <CJK>
+<U9996> /xbc/xf3 <CJK>
+<U5112> /xbc/xf4 <CJK>
+<U53D7> /xbc/xf5 <CJK>
+<U546A> /xbc/xf6 <CJK>
+<U5BFF> /xbc/xf7 <CJK>
+<U6388> /xbc/xf8 <CJK>
+<U6A39> /xbc/xf9 <CJK>
+<U7DAC> /xbc/xfa <CJK>
+<U9700> /xbc/xfb <CJK>
+<U56DA> /xbc/xfc <CJK>
+<U53CE> /xbc/xfd <CJK>
+<U5468> /xbc/xfe <CJK>
+<U5B97> /xbd/xa1 <CJK>
+<U5C31> /xbd/xa2 <CJK>
+<U5DDE> /xbd/xa3 <CJK>
+<U4FEE> /xbd/xa4 <CJK>
+<U6101> /xbd/xa5 <CJK>
+<U62FE> /xbd/xa6 <CJK>
+<U6D32> /xbd/xa7 <CJK>
+<U79C0> /xbd/xa8 <CJK>
+<U79CB> /xbd/xa9 <CJK>
+<U7D42> /xbd/xaa <CJK>
+<U7E4D> /xbd/xab <CJK>
+<U7FD2> /xbd/xac <CJK>
+<U81ED> /xbd/xad <CJK>
+<U821F> /xbd/xae <CJK>
+<U8490> /xbd/xaf <CJK>
+<U8846> /xbd/xb0 <CJK>
+<U8972> /xbd/xb1 <CJK>
+<U8B90> /xbd/xb2 <CJK>
+<U8E74> /xbd/xb3 <CJK>
+<U8F2F> /xbd/xb4 <CJK>
+<U9031> /xbd/xb5 <CJK>
+<U914B> /xbd/xb6 <CJK>
+<U916C> /xbd/xb7 <CJK>
+<U96C6> /xbd/xb8 <CJK>
+<U919C> /xbd/xb9 <CJK>
+<U4EC0> /xbd/xba <CJK>
+<U4F4F> /xbd/xbb <CJK>
+<U5145> /xbd/xbc <CJK>
+<U5341> /xbd/xbd <CJK>
+<U5F93> /xbd/xbe <CJK>
+<U620E> /xbd/xbf <CJK>
+<U67D4> /xbd/xc0 <CJK>
+<U6C41> /xbd/xc1 <CJK>
+<U6E0B> /xbd/xc2 <CJK>
+<U7363> /xbd/xc3 <CJK>
+<U7E26> /xbd/xc4 <CJK>
+<U91CD> /xbd/xc5 <CJK>
+<U9283> /xbd/xc6 <CJK>
+<U53D4> /xbd/xc7 <CJK>
+<U5919> /xbd/xc8 <CJK>
+<U5BBF> /xbd/xc9 <CJK>
+<U6DD1> /xbd/xca <CJK>
+<U795D> /xbd/xcb <CJK>
+<U7E2E> /xbd/xcc <CJK>
+<U7C9B> /xbd/xcd <CJK>
+<U587E> /xbd/xce <CJK>
+<U719F> /xbd/xcf <CJK>
+<U51FA> /xbd/xd0 <CJK>
+<U8853> /xbd/xd1 <CJK>
+<U8FF0> /xbd/xd2 <CJK>
+<U4FCA> /xbd/xd3 <CJK>
+<U5CFB> /xbd/xd4 <CJK>
+<U6625> /xbd/xd5 <CJK>
+<U77AC> /xbd/xd6 <CJK>
+<U7AE3> /xbd/xd7 <CJK>
+<U821C> /xbd/xd8 <CJK>
+<U99FF> /xbd/xd9 <CJK>
+<U51C6> /xbd/xda <CJK>
+<U5FAA> /xbd/xdb <CJK>
+<U65EC> /xbd/xdc <CJK>
+<U696F> /xbd/xdd <CJK>
+<U6B89> /xbd/xde <CJK>
+<U6DF3> /xbd/xdf <CJK>
+<U6E96> /xbd/xe0 <CJK>
+<U6F64> /xbd/xe1 <CJK>
+<U76FE> /xbd/xe2 <CJK>
+<U7D14> /xbd/xe3 <CJK>
+<U5DE1> /xbd/xe4 <CJK>
+<U9075> /xbd/xe5 <CJK>
+<U9187> /xbd/xe6 <CJK>
+<U9806> /xbd/xe7 <CJK>
+<U51E6> /xbd/xe8 <CJK>
+<U521D> /xbd/xe9 <CJK>
+<U6240> /xbd/xea <CJK>
+<U6691> /xbd/xeb <CJK>
+<U66D9> /xbd/xec <CJK>
+<U6E1A> /xbd/xed <CJK>
+<U5EB6> /xbd/xee <CJK>
+<U7DD2> /xbd/xef <CJK>
+<U7F72> /xbd/xf0 <CJK>
+<U66F8> /xbd/xf1 <CJK>
+<U85AF> /xbd/xf2 <CJK>
+<U85F7> /xbd/xf3 <CJK>
+<U8AF8> /xbd/xf4 <CJK>
+<U52A9> /xbd/xf5 <CJK>
+<U53D9> /xbd/xf6 <CJK>
+<U5973> /xbd/xf7 <CJK>
+<U5E8F> /xbd/xf8 <CJK>
+<U5F90> /xbd/xf9 <CJK>
+<U6055> /xbd/xfa <CJK>
+<U92E4> /xbd/xfb <CJK>
+<U9664> /xbd/xfc <CJK>
+<U50B7> /xbd/xfd <CJK>
+<U511F> /xbd/xfe <CJK>
+<U52DD> /xbe/xa1 <CJK>
+<U5320> /xbe/xa2 <CJK>
+<U5347> /xbe/xa3 <CJK>
+<U53EC> /xbe/xa4 <CJK>
+<U54E8> /xbe/xa5 <CJK>
+<U5546> /xbe/xa6 <CJK>
+<U5531> /xbe/xa7 <CJK>
+<U5617> /xbe/xa8 <CJK>
+<U5968> /xbe/xa9 <CJK>
+<U59BE> /xbe/xaa <CJK>
+<U5A3C> /xbe/xab <CJK>
+<U5BB5> /xbe/xac <CJK>
+<U5C06> /xbe/xad <CJK>
+<U5C0F> /xbe/xae <CJK>
+<U5C11> /xbe/xaf <CJK>
+<U5C1A> /xbe/xb0 <CJK>
+<U5E84> /xbe/xb1 <CJK>
+<U5E8A> /xbe/xb2 <CJK>
+<U5EE0> /xbe/xb3 <CJK>
+<U5F70> /xbe/xb4 <CJK>
+<U627F> /xbe/xb5 <CJK>
+<U6284> /xbe/xb6 <CJK>
+<U62DB> /xbe/xb7 <CJK>
+<U638C> /xbe/xb8 <CJK>
+<U6377> /xbe/xb9 <CJK>
+<U6607> /xbe/xba <CJK>
+<U660C> /xbe/xbb <CJK>
+<U662D> /xbe/xbc <CJK>
+<U6676> /xbe/xbd <CJK>
+<U677E> /xbe/xbe <CJK>
+<U68A2> /xbe/xbf <CJK>
+<U6A1F> /xbe/xc0 <CJK>
+<U6A35> /xbe/xc1 <CJK>
+<U6CBC> /xbe/xc2 <CJK>
+<U6D88> /xbe/xc3 <CJK>
+<U6E09> /xbe/xc4 <CJK>
+<U6E58> /xbe/xc5 <CJK>
+<U713C> /xbe/xc6 <CJK>
+<U7126> /xbe/xc7 <CJK>
+<U7167> /xbe/xc8 <CJK>
+<U75C7> /xbe/xc9 <CJK>
+<U7701> /xbe/xca <CJK>
+<U785D> /xbe/xcb <CJK>
+<U7901> /xbe/xcc <CJK>
+<U7965> /xbe/xcd <CJK>
+<U79F0> /xbe/xce <CJK>
+<U7AE0> /xbe/xcf <CJK>
+<U7B11> /xbe/xd0 <CJK>
+<U7CA7> /xbe/xd1 <CJK>
+<U7D39> /xbe/xd2 <CJK>
+<U8096> /xbe/xd3 <CJK>
+<U83D6> /xbe/xd4 <CJK>
+<U848B> /xbe/xd5 <CJK>
+<U8549> /xbe/xd6 <CJK>
+<U885D> /xbe/xd7 <CJK>
+<U88F3> /xbe/xd8 <CJK>
+<U8A1F> /xbe/xd9 <CJK>
+<U8A3C> /xbe/xda <CJK>
+<U8A54> /xbe/xdb <CJK>
+<U8A73> /xbe/xdc <CJK>
+<U8C61> /xbe/xdd <CJK>
+<U8CDE> /xbe/xde <CJK>
+<U91A4> /xbe/xdf <CJK>
+<U9266> /xbe/xe0 <CJK>
+<U937E> /xbe/xe1 <CJK>
+<U9418> /xbe/xe2 <CJK>
+<U969C> /xbe/xe3 <CJK>
+<U9798> /xbe/xe4 <CJK>
+<U4E0A> /xbe/xe5 <CJK>
+<U4E08> /xbe/xe6 <CJK>
+<U4E1E> /xbe/xe7 <CJK>
+<U4E57> /xbe/xe8 <CJK>
+<U5197> /xbe/xe9 <CJK>
+<U5270> /xbe/xea <CJK>
+<U57CE> /xbe/xeb <CJK>
+<U5834> /xbe/xec <CJK>
+<U58CC> /xbe/xed <CJK>
+<U5B22> /xbe/xee <CJK>
+<U5E38> /xbe/xef <CJK>
+<U60C5> /xbe/xf0 <CJK>
+<U64FE> /xbe/xf1 <CJK>
+<U6761> /xbe/xf2 <CJK>
+<U6756> /xbe/xf3 <CJK>
+<U6D44> /xbe/xf4 <CJK>
+<U72B6> /xbe/xf5 <CJK>
+<U7573> /xbe/xf6 <CJK>
+<U7A63> /xbe/xf7 <CJK>
+<U84B8> /xbe/xf8 <CJK>
+<U8B72> /xbe/xf9 <CJK>
+<U91B8> /xbe/xfa <CJK>
+<U9320> /xbe/xfb <CJK>
+<U5631> /xbe/xfc <CJK>
+<U57F4> /xbe/xfd <CJK>
+<U98FE> /xbe/xfe <CJK>
+<U62ED> /xbf/xa1 <CJK>
+<U690D> /xbf/xa2 <CJK>
+<U6B96> /xbf/xa3 <CJK>
+<U71ED> /xbf/xa4 <CJK>
+<U7E54> /xbf/xa5 <CJK>
+<U8077> /xbf/xa6 <CJK>
+<U8272> /xbf/xa7 <CJK>
+<U89E6> /xbf/xa8 <CJK>
+<U98DF> /xbf/xa9 <CJK>
+<U8755> /xbf/xaa <CJK>
+<U8FB1> /xbf/xab <CJK>
+<U5C3B> /xbf/xac <CJK>
+<U4F38> /xbf/xad <CJK>
+<U4FE1> /xbf/xae <CJK>
+<U4FB5> /xbf/xaf <CJK>
+<U5507> /xbf/xb0 <CJK>
+<U5A20> /xbf/xb1 <CJK>
+<U5BDD> /xbf/xb2 <CJK>
+<U5BE9> /xbf/xb3 <CJK>
+<U5FC3> /xbf/xb4 <CJK>
+<U614E> /xbf/xb5 <CJK>
+<U632F> /xbf/xb6 <CJK>
+<U65B0> /xbf/xb7 <CJK>
+<U664B> /xbf/xb8 <CJK>
+<U68EE> /xbf/xb9 <CJK>
+<U699B> /xbf/xba <CJK>
+<U6D78> /xbf/xbb <CJK>
+<U6DF1> /xbf/xbc <CJK>
+<U7533> /xbf/xbd <CJK>
+<U75B9> /xbf/xbe <CJK>
+<U771F> /xbf/xbf <CJK>
+<U795E> /xbf/xc0 <CJK>
+<U79E6> /xbf/xc1 <CJK>
+<U7D33> /xbf/xc2 <CJK>
+<U81E3> /xbf/xc3 <CJK>
+<U82AF> /xbf/xc4 <CJK>
+<U85AA> /xbf/xc5 <CJK>
+<U89AA> /xbf/xc6 <CJK>
+<U8A3A> /xbf/xc7 <CJK>
+<U8EAB> /xbf/xc8 <CJK>
+<U8F9B> /xbf/xc9 <CJK>
+<U9032> /xbf/xca <CJK>
+<U91DD> /xbf/xcb <CJK>
+<U9707> /xbf/xcc <CJK>
+<U4EBA> /xbf/xcd <CJK>
+<U4EC1> /xbf/xce <CJK>
+<U5203> /xbf/xcf <CJK>
+<U5875> /xbf/xd0 <CJK>
+<U58EC> /xbf/xd1 <CJK>
+<U5C0B> /xbf/xd2 <CJK>
+<U751A> /xbf/xd3 <CJK>
+<U5C3D> /xbf/xd4 <CJK>
+<U814E> /xbf/xd5 <CJK>
+<U8A0A> /xbf/xd6 <CJK>
+<U8FC5> /xbf/xd7 <CJK>
+<U9663> /xbf/xd8 <CJK>
+<U976D> /xbf/xd9 <CJK>
+<U7B25> /xbf/xda <CJK>
+<U8ACF> /xbf/xdb <CJK>
+<U9808> /xbf/xdc <CJK>
+<U9162> /xbf/xdd <CJK>
+<U56F3> /xbf/xde <CJK>
+<U53A8> /xbf/xdf <CJK>
+<U9017> /xbf/xe0 <CJK>
+<U5439> /xbf/xe1 <CJK>
+<U5782> /xbf/xe2 <CJK>
+<U5E25> /xbf/xe3 <CJK>
+<U63A8> /xbf/xe4 <CJK>
+<U6C34> /xbf/xe5 <CJK>
+<U708A> /xbf/xe6 <CJK>
+<U7761> /xbf/xe7 <CJK>
+<U7C8B> /xbf/xe8 <CJK>
+<U7FE0> /xbf/xe9 <CJK>
+<U8870> /xbf/xea <CJK>
+<U9042> /xbf/xeb <CJK>
+<U9154> /xbf/xec <CJK>
+<U9310> /xbf/xed <CJK>
+<U9318> /xbf/xee <CJK>
+<U968F> /xbf/xef <CJK>
+<U745E> /xbf/xf0 <CJK>
+<U9AC4> /xbf/xf1 <CJK>
+<U5D07> /xbf/xf2 <CJK>
+<U5D69> /xbf/xf3 <CJK>
+<U6570> /xbf/xf4 <CJK>
+<U67A2> /xbf/xf5 <CJK>
+<U8DA8> /xbf/xf6 <CJK>
+<U96DB> /xbf/xf7 <CJK>
+<U636E> /xbf/xf8 <CJK>
+<U6749> /xbf/xf9 <CJK>
+<U6919> /xbf/xfa <CJK>
+<U83C5> /xbf/xfb <CJK>
+<U9817> /xbf/xfc <CJK>
+<U96C0> /xbf/xfd <CJK>
+<U88FE> /xbf/xfe <CJK>
+<U6F84> /xc0/xa1 <CJK>
+<U647A> /xc0/xa2 <CJK>
+<U5BF8> /xc0/xa3 <CJK>
+<U4E16> /xc0/xa4 <CJK>
+<U702C> /xc0/xa5 <CJK>
+<U755D> /xc0/xa6 <CJK>
+<U662F> /xc0/xa7 <CJK>
+<U51C4> /xc0/xa8 <CJK>
+<U5236> /xc0/xa9 <CJK>
+<U52E2> /xc0/xaa <CJK>
+<U59D3> /xc0/xab <CJK>
+<U5F81> /xc0/xac <CJK>
+<U6027> /xc0/xad <CJK>
+<U6210> /xc0/xae <CJK>
+<U653F> /xc0/xaf <CJK>
+<U6574> /xc0/xb0 <CJK>
+<U661F> /xc0/xb1 <CJK>
+<U6674> /xc0/xb2 <CJK>
+<U68F2> /xc0/xb3 <CJK>
+<U6816> /xc0/xb4 <CJK>
+<U6B63> /xc0/xb5 <CJK>
+<U6E05> /xc0/xb6 <CJK>
+<U7272> /xc0/xb7 <CJK>
+<U751F> /xc0/xb8 <CJK>
+<U76DB> /xc0/xb9 <CJK>
+<U7CBE> /xc0/xba <CJK>
+<U8056> /xc0/xbb <CJK>
+<U58F0> /xc0/xbc <CJK>
+<U88FD> /xc0/xbd <CJK>
+<U897F> /xc0/xbe <CJK>
+<U8AA0> /xc0/xbf <CJK>
+<U8A93> /xc0/xc0 <CJK>
+<U8ACB> /xc0/xc1 <CJK>
+<U901D> /xc0/xc2 <CJK>
+<U9192> /xc0/xc3 <CJK>
+<U9752> /xc0/xc4 <CJK>
+<U9759> /xc0/xc5 <CJK>
+<U6589> /xc0/xc6 <CJK>
+<U7A0E> /xc0/xc7 <CJK>
+<U8106> /xc0/xc8 <CJK>
+<U96BB> /xc0/xc9 <CJK>
+<U5E2D> /xc0/xca <CJK>
+<U60DC> /xc0/xcb <CJK>
+<U621A> /xc0/xcc <CJK>
+<U65A5> /xc0/xcd <CJK>
+<U6614> /xc0/xce <CJK>
+<U6790> /xc0/xcf <CJK>
+<U77F3> /xc0/xd0 <CJK>
+<U7A4D> /xc0/xd1 <CJK>
+<U7C4D> /xc0/xd2 <CJK>
+<U7E3E> /xc0/xd3 <CJK>
+<U810A> /xc0/xd4 <CJK>
+<U8CAC> /xc0/xd5 <CJK>
+<U8D64> /xc0/xd6 <CJK>
+<U8DE1> /xc0/xd7 <CJK>
+<U8E5F> /xc0/xd8 <CJK>
+<U78A9> /xc0/xd9 <CJK>
+<U5207> /xc0/xda <CJK>
+<U62D9> /xc0/xdb <CJK>
+<U63A5> /xc0/xdc <CJK>
+<U6442> /xc0/xdd <CJK>
+<U6298> /xc0/xde <CJK>
+<U8A2D> /xc0/xdf <CJK>
+<U7A83> /xc0/xe0 <CJK>
+<U7BC0> /xc0/xe1 <CJK>
+<U8AAC> /xc0/xe2 <CJK>
+<U96EA> /xc0/xe3 <CJK>
+<U7D76> /xc0/xe4 <CJK>
+<U820C> /xc0/xe5 <CJK>
+<U8749> /xc0/xe6 <CJK>
+<U4ED9> /xc0/xe7 <CJK>
+<U5148> /xc0/xe8 <CJK>
+<U5343> /xc0/xe9 <CJK>
+<U5360> /xc0/xea <CJK>
+<U5BA3> /xc0/xeb <CJK>
+<U5C02> /xc0/xec <CJK>
+<U5C16> /xc0/xed <CJK>
+<U5DDD> /xc0/xee <CJK>
+<U6226> /xc0/xef <CJK>
+<U6247> /xc0/xf0 <CJK>
+<U64B0> /xc0/xf1 <CJK>
+<U6813> /xc0/xf2 <CJK>
+<U6834> /xc0/xf3 <CJK>
+<U6CC9> /xc0/xf4 <CJK>
+<U6D45> /xc0/xf5 <CJK>
+<U6D17> /xc0/xf6 <CJK>
+<U67D3> /xc0/xf7 <CJK>
+<U6F5C> /xc0/xf8 <CJK>
+<U714E> /xc0/xf9 <CJK>
+<U717D> /xc0/xfa <CJK>
+<U65CB> /xc0/xfb <CJK>
+<U7A7F> /xc0/xfc <CJK>
+<U7BAD> /xc0/xfd <CJK>
+<U7DDA> /xc0/xfe <CJK>
+<U7E4A> /xc1/xa1 <CJK>
+<U7FA8> /xc1/xa2 <CJK>
+<U817A> /xc1/xa3 <CJK>
+<U821B> /xc1/xa4 <CJK>
+<U8239> /xc1/xa5 <CJK>
+<U85A6> /xc1/xa6 <CJK>
+<U8A6E> /xc1/xa7 <CJK>
+<U8CCE> /xc1/xa8 <CJK>
+<U8DF5> /xc1/xa9 <CJK>
+<U9078> /xc1/xaa <CJK>
+<U9077> /xc1/xab <CJK>
+<U92AD> /xc1/xac <CJK>
+<U9291> /xc1/xad <CJK>
+<U9583> /xc1/xae <CJK>
+<U9BAE> /xc1/xaf <CJK>
+<U524D> /xc1/xb0 <CJK>
+<U5584> /xc1/xb1 <CJK>
+<U6F38> /xc1/xb2 <CJK>
+<U7136> /xc1/xb3 <CJK>
+<U5168> /xc1/xb4 <CJK>
+<U7985> /xc1/xb5 <CJK>
+<U7E55> /xc1/xb6 <CJK>
+<U81B3> /xc1/xb7 <CJK>
+<U7CCE> /xc1/xb8 <CJK>
+<U564C> /xc1/xb9 <CJK>
+<U5851> /xc1/xba <CJK>
+<U5CA8> /xc1/xbb <CJK>
+<U63AA> /xc1/xbc <CJK>
+<U66FE> /xc1/xbd <CJK>
+<U66FD> /xc1/xbe <CJK>
+<U695A> /xc1/xbf <CJK>
+<U72D9> /xc1/xc0 <CJK>
+<U758F> /xc1/xc1 <CJK>
+<U758E> /xc1/xc2 <CJK>
+<U790E> /xc1/xc3 <CJK>
+<U7956> /xc1/xc4 <CJK>
+<U79DF> /xc1/xc5 <CJK>
+<U7C97> /xc1/xc6 <CJK>
+<U7D20> /xc1/xc7 <CJK>
+<U7D44> /xc1/xc8 <CJK>
+<U8607> /xc1/xc9 <CJK>
+<U8A34> /xc1/xca <CJK>
+<U963B> /xc1/xcb <CJK>
+<U9061> /xc1/xcc <CJK>
+<U9F20> /xc1/xcd <CJK>
+<U50E7> /xc1/xce <CJK>
+<U5275> /xc1/xcf <CJK>
+<U53CC> /xc1/xd0 <CJK>
+<U53E2> /xc1/xd1 <CJK>
+<U5009> /xc1/xd2 <CJK>
+<U55AA> /xc1/xd3 <CJK>
+<U58EE> /xc1/xd4 <CJK>
+<U594F> /xc1/xd5 <CJK>
+<U723D> /xc1/xd6 <CJK>
+<U5B8B> /xc1/xd7 <CJK>
+<U5C64> /xc1/xd8 <CJK>
+<U531D> /xc1/xd9 <CJK>
+<U60E3> /xc1/xda <CJK>
+<U60F3> /xc1/xdb <CJK>
+<U635C> /xc1/xdc <CJK>
+<U6383> /xc1/xdd <CJK>
+<U633F> /xc1/xde <CJK>
+<U63BB> /xc1/xdf <CJK>
+<U64CD> /xc1/xe0 <CJK>
+<U65E9> /xc1/xe1 <CJK>
+<U66F9> /xc1/xe2 <CJK>
+<U5DE3> /xc1/xe3 <CJK>
+<U69CD> /xc1/xe4 <CJK>
+<U69FD> /xc1/xe5 <CJK>
+<U6F15> /xc1/xe6 <CJK>
+<U71E5> /xc1/xe7 <CJK>
+<U4E89> /xc1/xe8 <CJK>
+<U75E9> /xc1/xe9 <CJK>
+<U76F8> /xc1/xea <CJK>
+<U7A93> /xc1/xeb <CJK>
+<U7CDF> /xc1/xec <CJK>
+<U7DCF> /xc1/xed <CJK>
+<U7D9C> /xc1/xee <CJK>
+<U8061> /xc1/xef <CJK>
+<U8349> /xc1/xf0 <CJK>
+<U8358> /xc1/xf1 <CJK>
+<U846C> /xc1/xf2 <CJK>
+<U84BC> /xc1/xf3 <CJK>
+<U85FB> /xc1/xf4 <CJK>
+<U88C5> /xc1/xf5 <CJK>
+<U8D70> /xc1/xf6 <CJK>
+<U9001> /xc1/xf7 <CJK>
+<U906D> /xc1/xf8 <CJK>
+<U9397> /xc1/xf9 <CJK>
+<U971C> /xc1/xfa <CJK>
+<U9A12> /xc1/xfb <CJK>
+<U50CF> /xc1/xfc <CJK>
+<U5897> /xc1/xfd <CJK>
+<U618E> /xc1/xfe <CJK>
+<U81D3> /xc2/xa1 <CJK>
+<U8535> /xc2/xa2 <CJK>
+<U8D08> /xc2/xa3 <CJK>
+<U9020> /xc2/xa4 <CJK>
+<U4FC3> /xc2/xa5 <CJK>
+<U5074> /xc2/xa6 <CJK>
+<U5247> /xc2/xa7 <CJK>
+<U5373> /xc2/xa8 <CJK>
+<U606F> /xc2/xa9 <CJK>
+<U6349> /xc2/xaa <CJK>
+<U675F> /xc2/xab <CJK>
+<U6E2C> /xc2/xac <CJK>
+<U8DB3> /xc2/xad <CJK>
+<U901F> /xc2/xae <CJK>
+<U4FD7> /xc2/xaf <CJK>
+<U5C5E> /xc2/xb0 <CJK>
+<U8CCA> /xc2/xb1 <CJK>
+<U65CF> /xc2/xb2 <CJK>
+<U7D9A> /xc2/xb3 <CJK>
+<U5352> /xc2/xb4 <CJK>
+<U8896> /xc2/xb5 <CJK>
+<U5176> /xc2/xb6 <CJK>
+<U63C3> /xc2/xb7 <CJK>
+<U5B58> /xc2/xb8 <CJK>
+<U5B6B> /xc2/xb9 <CJK>
+<U5C0A> /xc2/xba <CJK>
+<U640D> /xc2/xbb <CJK>
+<U6751> /xc2/xbc <CJK>
+<U905C> /xc2/xbd <CJK>
+<U4ED6> /xc2/xbe <CJK>
+<U591A> /xc2/xbf <CJK>
+<U592A> /xc2/xc0 <CJK>
+<U6C70> /xc2/xc1 <CJK>
+<U8A51> /xc2/xc2 <CJK>
+<U553E> /xc2/xc3 <CJK>
+<U5815> /xc2/xc4 <CJK>
+<U59A5> /xc2/xc5 <CJK>
+<U60F0> /xc2/xc6 <CJK>
+<U6253> /xc2/xc7 <CJK>
+<U67C1> /xc2/xc8 <CJK>
+<U8235> /xc2/xc9 <CJK>
+<U6955> /xc2/xca <CJK>
+<U9640> /xc2/xcb <CJK>
+<U99C4> /xc2/xcc <CJK>
+<U9A28> /xc2/xcd <CJK>
+<U4F53> /xc2/xce <CJK>
+<U5806> /xc2/xcf <CJK>
+<U5BFE> /xc2/xd0 <CJK>
+<U8010> /xc2/xd1 <CJK>
+<U5CB1> /xc2/xd2 <CJK>
+<U5E2F> /xc2/xd3 <CJK>
+<U5F85> /xc2/xd4 <CJK>
+<U6020> /xc2/xd5 <CJK>
+<U614B> /xc2/xd6 <CJK>
+<U6234> /xc2/xd7 <CJK>
+<U66FF> /xc2/xd8 <CJK>
+<U6CF0> /xc2/xd9 <CJK>
+<U6EDE> /xc2/xda <CJK>
+<U80CE> /xc2/xdb <CJK>
+<U817F> /xc2/xdc <CJK>
+<U82D4> /xc2/xdd <CJK>
+<U888B> /xc2/xde <CJK>
+<U8CB8> /xc2/xdf <CJK>
+<U9000> /xc2/xe0 <CJK>
+<U902E> /xc2/xe1 <CJK>
+<U968A> /xc2/xe2 <CJK>
+<U9EDB> /xc2/xe3 <CJK>
+<U9BDB> /xc2/xe4 <CJK>
+<U4EE3> /xc2/xe5 <CJK>
+<U53F0> /xc2/xe6 <CJK>
+<U5927> /xc2/xe7 <CJK>
+<U7B2C> /xc2/xe8 <CJK>
+<U918D> /xc2/xe9 <CJK>
+<U984C> /xc2/xea <CJK>
+<U9DF9> /xc2/xeb <CJK>
+<U6EDD> /xc2/xec <CJK>
+<U7027> /xc2/xed <CJK>
+<U5353> /xc2/xee <CJK>
+<U5544> /xc2/xef <CJK>
+<U5B85> /xc2/xf0 <CJK>
+<U6258> /xc2/xf1 <CJK>
+<U629E> /xc2/xf2 <CJK>
+<U62D3> /xc2/xf3 <CJK>
+<U6CA2> /xc2/xf4 <CJK>
+<U6FEF> /xc2/xf5 <CJK>
+<U7422> /xc2/xf6 <CJK>
+<U8A17> /xc2/xf7 <CJK>
+<U9438> /xc2/xf8 <CJK>
+<U6FC1> /xc2/xf9 <CJK>
+<U8AFE> /xc2/xfa <CJK>
+<U8338> /xc2/xfb <CJK>
+<U51E7> /xc2/xfc <CJK>
+<U86F8> /xc2/xfd <CJK>
+<U53EA> /xc2/xfe <CJK>
+<U53E9> /xc3/xa1 <CJK>
+<U4F46> /xc3/xa2 <CJK>
+<U9054> /xc3/xa3 <CJK>
+<U8FB0> /xc3/xa4 <CJK>
+<U596A> /xc3/xa5 <CJK>
+<U8131> /xc3/xa6 <CJK>
+<U5DFD> /xc3/xa7 <CJK>
+<U7AEA> /xc3/xa8 <CJK>
+<U8FBF> /xc3/xa9 <CJK>
+<U68DA> /xc3/xaa <CJK>
+<U8C37> /xc3/xab <CJK>
+<U72F8> /xc3/xac <CJK>
+<U9C48> /xc3/xad <CJK>
+<U6A3D> /xc3/xae <CJK>
+<U8AB0> /xc3/xaf <CJK>
+<U4E39> /xc3/xb0 <CJK>
+<U5358> /xc3/xb1 <CJK>
+<U5606> /xc3/xb2 <CJK>
+<U5766> /xc3/xb3 <CJK>
+<U62C5> /xc3/xb4 <CJK>
+<U63A2> /xc3/xb5 <CJK>
+<U65E6> /xc3/xb6 <CJK>
+<U6B4E> /xc3/xb7 <CJK>
+<U6DE1> /xc3/xb8 <CJK>
+<U6E5B> /xc3/xb9 <CJK>
+<U70AD> /xc3/xba <CJK>
+<U77ED> /xc3/xbb <CJK>
+<U7AEF> /xc3/xbc <CJK>
+<U7BAA> /xc3/xbd <CJK>
+<U7DBB> /xc3/xbe <CJK>
+<U803D> /xc3/xbf <CJK>
+<U80C6> /xc3/xc0 <CJK>
+<U86CB> /xc3/xc1 <CJK>
+<U8A95> /xc3/xc2 <CJK>
+<U935B> /xc3/xc3 <CJK>
+<U56E3> /xc3/xc4 <CJK>
+<U58C7> /xc3/xc5 <CJK>
+<U5F3E> /xc3/xc6 <CJK>
+<U65AD> /xc3/xc7 <CJK>
+<U6696> /xc3/xc8 <CJK>
+<U6A80> /xc3/xc9 <CJK>
+<U6BB5> /xc3/xca <CJK>
+<U7537> /xc3/xcb <CJK>
+<U8AC7> /xc3/xcc <CJK>
+<U5024> /xc3/xcd <CJK>
+<U77E5> /xc3/xce <CJK>
+<U5730> /xc3/xcf <CJK>
+<U5F1B> /xc3/xd0 <CJK>
+<U6065> /xc3/xd1 <CJK>
+<U667A> /xc3/xd2 <CJK>
+<U6C60> /xc3/xd3 <CJK>
+<U75F4> /xc3/xd4 <CJK>
+<U7A1A> /xc3/xd5 <CJK>
+<U7F6E> /xc3/xd6 <CJK>
+<U81F4> /xc3/xd7 <CJK>
+<U8718> /xc3/xd8 <CJK>
+<U9045> /xc3/xd9 <CJK>
+<U99B3> /xc3/xda <CJK>
+<U7BC9> /xc3/xdb <CJK>
+<U755C> /xc3/xdc <CJK>
+<U7AF9> /xc3/xdd <CJK>
+<U7B51> /xc3/xde <CJK>
+<U84C4> /xc3/xdf <CJK>
+<U9010> /xc3/xe0 <CJK>
+<U79E9> /xc3/xe1 <CJK>
+<U7A92> /xc3/xe2 <CJK>
+<U8336> /xc3/xe3 <CJK>
+<U5AE1> /xc3/xe4 <CJK>
+<U7740> /xc3/xe5 <CJK>
+<U4E2D> /xc3/xe6 <CJK>
+<U4EF2> /xc3/xe7 <CJK>
+<U5B99> /xc3/xe8 <CJK>
+<U5FE0> /xc3/xe9 <CJK>
+<U62BD> /xc3/xea <CJK>
+<U663C> /xc3/xeb <CJK>
+<U67F1> /xc3/xec <CJK>
+<U6CE8> /xc3/xed <CJK>
+<U866B> /xc3/xee <CJK>
+<U8877> /xc3/xef <CJK>
+<U8A3B> /xc3/xf0 <CJK>
+<U914E> /xc3/xf1 <CJK>
+<U92F3> /xc3/xf2 <CJK>
+<U99D0> /xc3/xf3 <CJK>
+<U6A17> /xc3/xf4 <CJK>
+<U7026> /xc3/xf5 <CJK>
+<U732A> /xc3/xf6 <CJK>
+<U82E7> /xc3/xf7 <CJK>
+<U8457> /xc3/xf8 <CJK>
+<U8CAF> /xc3/xf9 <CJK>
+<U4E01> /xc3/xfa <CJK>
+<U5146> /xc3/xfb <CJK>
+<U51CB> /xc3/xfc <CJK>
+<U558B> /xc3/xfd <CJK>
+<U5BF5> /xc3/xfe <CJK>
+<U5E16> /xc4/xa1 <CJK>
+<U5E33> /xc4/xa2 <CJK>
+<U5E81> /xc4/xa3 <CJK>
+<U5F14> /xc4/xa4 <CJK>
+<U5F35> /xc4/xa5 <CJK>
+<U5F6B> /xc4/xa6 <CJK>
+<U5FB4> /xc4/xa7 <CJK>
+<U61F2> /xc4/xa8 <CJK>
+<U6311> /xc4/xa9 <CJK>
+<U66A2> /xc4/xaa <CJK>
+<U671D> /xc4/xab <CJK>
+<U6F6E> /xc4/xac <CJK>
+<U7252> /xc4/xad <CJK>
+<U753A> /xc4/xae <CJK>
+<U773A> /xc4/xaf <CJK>
+<U8074> /xc4/xb0 <CJK>
+<U8139> /xc4/xb1 <CJK>
+<U8178> /xc4/xb2 <CJK>
+<U8776> /xc4/xb3 <CJK>
+<U8ABF> /xc4/xb4 <CJK>
+<U8ADC> /xc4/xb5 <CJK>
+<U8D85> /xc4/xb6 <CJK>
+<U8DF3> /xc4/xb7 <CJK>
+<U929A> /xc4/xb8 <CJK>
+<U9577> /xc4/xb9 <CJK>
+<U9802> /xc4/xba <CJK>
+<U9CE5> /xc4/xbb <CJK>
+<U52C5> /xc4/xbc <CJK>
+<U6357> /xc4/xbd <CJK>
+<U76F4> /xc4/xbe <CJK>
+<U6715> /xc4/xbf <CJK>
+<U6C88> /xc4/xc0 <CJK>
+<U73CD> /xc4/xc1 <CJK>
+<U8CC3> /xc4/xc2 <CJK>
+<U93AE> /xc4/xc3 <CJK>
+<U9673> /xc4/xc4 <CJK>
+<U6D25> /xc4/xc5 <CJK>
+<U589C> /xc4/xc6 <CJK>
+<U690E> /xc4/xc7 <CJK>
+<U69CC> /xc4/xc8 <CJK>
+<U8FFD> /xc4/xc9 <CJK>
+<U939A> /xc4/xca <CJK>
+<U75DB> /xc4/xcb <CJK>
+<U901A> /xc4/xcc <CJK>
+<U585A> /xc4/xcd <CJK>
+<U6802> /xc4/xce <CJK>
+<U63B4> /xc4/xcf <CJK>
+<U69FB> /xc4/xd0 <CJK>
+<U4F43> /xc4/xd1 <CJK>
+<U6F2C> /xc4/xd2 <CJK>
+<U67D8> /xc4/xd3 <CJK>
+<U8FBB> /xc4/xd4 <CJK>
+<U8526> /xc4/xd5 <CJK>
+<U7DB4> /xc4/xd6 <CJK>
+<U9354> /xc4/xd7 <CJK>
+<U693F> /xc4/xd8 <CJK>
+<U6F70> /xc4/xd9 <CJK>
+<U576A> /xc4/xda <CJK>
+<U58F7> /xc4/xdb <CJK>
+<U5B2C> /xc4/xdc <CJK>
+<U7D2C> /xc4/xdd <CJK>
+<U722A> /xc4/xde <CJK>
+<U540A> /xc4/xdf <CJK>
+<U91E3> /xc4/xe0 <CJK>
+<U9DB4> /xc4/xe1 <CJK>
+<U4EAD> /xc4/xe2 <CJK>
+<U4F4E> /xc4/xe3 <CJK>
+<U505C> /xc4/xe4 <CJK>
+<U5075> /xc4/xe5 <CJK>
+<U5243> /xc4/xe6 <CJK>
+<U8C9E> /xc4/xe7 <CJK>
+<U5448> /xc4/xe8 <CJK>
+<U5824> /xc4/xe9 <CJK>
+<U5B9A> /xc4/xea <CJK>
+<U5E1D> /xc4/xeb <CJK>
+<U5E95> /xc4/xec <CJK>
+<U5EAD> /xc4/xed <CJK>
+<U5EF7> /xc4/xee <CJK>
+<U5F1F> /xc4/xef <CJK>
+<U608C> /xc4/xf0 <CJK>
+<U62B5> /xc4/xf1 <CJK>
+<U633A> /xc4/xf2 <CJK>
+<U63D0> /xc4/xf3 <CJK>
+<U68AF> /xc4/xf4 <CJK>
+<U6C40> /xc4/xf5 <CJK>
+<U7887> /xc4/xf6 <CJK>
+<U798E> /xc4/xf7 <CJK>
+<U7A0B> /xc4/xf8 <CJK>
+<U7DE0> /xc4/xf9 <CJK>
+<U8247> /xc4/xfa <CJK>
+<U8A02> /xc4/xfb <CJK>
+<U8AE6> /xc4/xfc <CJK>
+<U8E44> /xc4/xfd <CJK>
+<U9013> /xc4/xfe <CJK>
+<U90B8> /xc5/xa1 <CJK>
+<U912D> /xc5/xa2 <CJK>
+<U91D8> /xc5/xa3 <CJK>
+<U9F0E> /xc5/xa4 <CJK>
+<U6CE5> /xc5/xa5 <CJK>
+<U6458> /xc5/xa6 <CJK>
+<U64E2> /xc5/xa7 <CJK>
+<U6575> /xc5/xa8 <CJK>
+<U6EF4> /xc5/xa9 <CJK>
+<U7684> /xc5/xaa <CJK>
+<U7B1B> /xc5/xab <CJK>
+<U9069> /xc5/xac <CJK>
+<U93D1> /xc5/xad <CJK>
+<U6EBA> /xc5/xae <CJK>
+<U54F2> /xc5/xaf <CJK>
+<U5FB9> /xc5/xb0 <CJK>
+<U64A4> /xc5/xb1 <CJK>
+<U8F4D> /xc5/xb2 <CJK>
+<U8FED> /xc5/xb3 <CJK>
+<U9244> /xc5/xb4 <CJK>
+<U5178> /xc5/xb5 <CJK>
+<U586B> /xc5/xb6 <CJK>
+<U5929> /xc5/xb7 <CJK>
+<U5C55> /xc5/xb8 <CJK>
+<U5E97> /xc5/xb9 <CJK>
+<U6DFB> /xc5/xba <CJK>
+<U7E8F> /xc5/xbb <CJK>
+<U751C> /xc5/xbc <CJK>
+<U8CBC> /xc5/xbd <CJK>
+<U8EE2> /xc5/xbe <CJK>
+<U985B> /xc5/xbf <CJK>
+<U70B9> /xc5/xc0 <CJK>
+<U4F1D> /xc5/xc1 <CJK>
+<U6BBF> /xc5/xc2 <CJK>
+<U6FB1> /xc5/xc3 <CJK>
+<U7530> /xc5/xc4 <CJK>
+<U96FB> /xc5/xc5 <CJK>
+<U514E> /xc5/xc6 <CJK>
+<U5410> /xc5/xc7 <CJK>
+<U5835> /xc5/xc8 <CJK>
+<U5857> /xc5/xc9 <CJK>
+<U59AC> /xc5/xca <CJK>
+<U5C60> /xc5/xcb <CJK>
+<U5F92> /xc5/xcc <CJK>
+<U6597> /xc5/xcd <CJK>
+<U675C> /xc5/xce <CJK>
+<U6E21> /xc5/xcf <CJK>
+<U767B> /xc5/xd0 <CJK>
+<U83DF> /xc5/xd1 <CJK>
+<U8CED> /xc5/xd2 <CJK>
+<U9014> /xc5/xd3 <CJK>
+<U90FD> /xc5/xd4 <CJK>
+<U934D> /xc5/xd5 <CJK>
+<U7825> /xc5/xd6 <CJK>
+<U783A> /xc5/xd7 <CJK>
+<U52AA> /xc5/xd8 <CJK>
+<U5EA6> /xc5/xd9 <CJK>
+<U571F> /xc5/xda <CJK>
+<U5974> /xc5/xdb <CJK>
+<U6012> /xc5/xdc <CJK>
+<U5012> /xc5/xdd <CJK>
+<U515A> /xc5/xde <CJK>
+<U51AC> /xc5/xdf <CJK>
+<U51CD> /xc5/xe0 <CJK>
+<U5200> /xc5/xe1 <CJK>
+<U5510> /xc5/xe2 <CJK>
+<U5854> /xc5/xe3 <CJK>
+<U5858> /xc5/xe4 <CJK>
+<U5957> /xc5/xe5 <CJK>
+<U5B95> /xc5/xe6 <CJK>
+<U5CF6> /xc5/xe7 <CJK>
+<U5D8B> /xc5/xe8 <CJK>
+<U60BC> /xc5/xe9 <CJK>
+<U6295> /xc5/xea <CJK>
+<U642D> /xc5/xeb <CJK>
+<U6771> /xc5/xec <CJK>
+<U6843> /xc5/xed <CJK>
+<U68BC> /xc5/xee <CJK>
+<U68DF> /xc5/xef <CJK>
+<U76D7> /xc5/xf0 <CJK>
+<U6DD8> /xc5/xf1 <CJK>
+<U6E6F> /xc5/xf2 <CJK>
+<U6D9B> /xc5/xf3 <CJK>
+<U706F> /xc5/xf4 <CJK>
+<U71C8> /xc5/xf5 <CJK>
+<U5F53> /xc5/xf6 <CJK>
+<U75D8> /xc5/xf7 <CJK>
+<U7977> /xc5/xf8 <CJK>
+<U7B49> /xc5/xf9 <CJK>
+<U7B54> /xc5/xfa <CJK>
+<U7B52> /xc5/xfb <CJK>
+<U7CD6> /xc5/xfc <CJK>
+<U7D71> /xc5/xfd <CJK>
+<U5230> /xc5/xfe <CJK>
+<U8463> /xc6/xa1 <CJK>
+<U8569> /xc6/xa2 <CJK>
+<U85E4> /xc6/xa3 <CJK>
+<U8A0E> /xc6/xa4 <CJK>
+<U8B04> /xc6/xa5 <CJK>
+<U8C46> /xc6/xa6 <CJK>
+<U8E0F> /xc6/xa7 <CJK>
+<U9003> /xc6/xa8 <CJK>
+<U900F> /xc6/xa9 <CJK>
+<U9419> /xc6/xaa <CJK>
+<U9676> /xc6/xab <CJK>
+<U982D> /xc6/xac <CJK>
+<U9A30> /xc6/xad <CJK>
+<U95D8> /xc6/xae <CJK>
+<U50CD> /xc6/xaf <CJK>
+<U52D5> /xc6/xb0 <CJK>
+<U540C> /xc6/xb1 <CJK>
+<U5802> /xc6/xb2 <CJK>
+<U5C0E> /xc6/xb3 <CJK>
+<U61A7> /xc6/xb4 <CJK>
+<U649E> /xc6/xb5 <CJK>
+<U6D1E> /xc6/xb6 <CJK>
+<U77B3> /xc6/xb7 <CJK>
+<U7AE5> /xc6/xb8 <CJK>
+<U80F4> /xc6/xb9 <CJK>
+<U8404> /xc6/xba <CJK>
+<U9053> /xc6/xbb <CJK>
+<U9285> /xc6/xbc <CJK>
+<U5CE0> /xc6/xbd <CJK>
+<U9D07> /xc6/xbe <CJK>
+<U533F> /xc6/xbf <CJK>
+<U5F97> /xc6/xc0 <CJK>
+<U5FB3> /xc6/xc1 <CJK>
+<U6D9C> /xc6/xc2 <CJK>
+<U7279> /xc6/xc3 <CJK>
+<U7763> /xc6/xc4 <CJK>
+<U79BF> /xc6/xc5 <CJK>
+<U7BE4> /xc6/xc6 <CJK>
+<U6BD2> /xc6/xc7 <CJK>
+<U72EC> /xc6/xc8 <CJK>
+<U8AAD> /xc6/xc9 <CJK>
+<U6803> /xc6/xca <CJK>
+<U6A61> /xc6/xcb <CJK>
+<U51F8> /xc6/xcc <CJK>
+<U7A81> /xc6/xcd <CJK>
+<U6934> /xc6/xce <CJK>
+<U5C4A> /xc6/xcf <CJK>
+<U9CF6> /xc6/xd0 <CJK>
+<U82EB> /xc6/xd1 <CJK>
+<U5BC5> /xc6/xd2 <CJK>
+<U9149> /xc6/xd3 <CJK>
+<U701E> /xc6/xd4 <CJK>
+<U5678> /xc6/xd5 <CJK>
+<U5C6F> /xc6/xd6 <CJK>
+<U60C7> /xc6/xd7 <CJK>
+<U6566> /xc6/xd8 <CJK>
+<U6C8C> /xc6/xd9 <CJK>
+<U8C5A> /xc6/xda <CJK>
+<U9041> /xc6/xdb <CJK>
+<U9813> /xc6/xdc <CJK>
+<U5451> /xc6/xdd <CJK>
+<U66C7> /xc6/xde <CJK>
+<U920D> /xc6/xdf <CJK>
+<U5948> /xc6/xe0 <CJK>
+<U90A3> /xc6/xe1 <CJK>
+<U5185> /xc6/xe2 <CJK>
+<U4E4D> /xc6/xe3 <CJK>
+<U51EA> /xc6/xe4 <CJK>
+<U8599> /xc6/xe5 <CJK>
+<U8B0E> /xc6/xe6 <CJK>
+<U7058> /xc6/xe7 <CJK>
+<U637A> /xc6/xe8 <CJK>
+<U934B> /xc6/xe9 <CJK>
+<U6962> /xc6/xea <CJK>
+<U99B4> /xc6/xeb <CJK>
+<U7E04> /xc6/xec <CJK>
+<U7577> /xc6/xed <CJK>
+<U5357> /xc6/xee <CJK>
+<U6960> /xc6/xef <CJK>
+<U8EDF> /xc6/xf0 <CJK>
+<U96E3> /xc6/xf1 <CJK>
+<U6C5D> /xc6/xf2 <CJK>
+<U4E8C> /xc6/xf3 <CJK>
+<U5C3C> /xc6/xf4 <CJK>
+<U5F10> /xc6/xf5 <CJK>
+<U8FE9> /xc6/xf6 <CJK>
+<U5302> /xc6/xf7 <CJK>
+<U8CD1> /xc6/xf8 <CJK>
+<U8089> /xc6/xf9 <CJK>
+<U8679> /xc6/xfa <CJK>
+<U5EFF> /xc6/xfb <CJK>
+<U65E5> /xc6/xfc <CJK>
+<U4E73> /xc6/xfd <CJK>
+<U5165> /xc6/xfe <CJK>
+<U5982> /xc7/xa1 <CJK>
+<U5C3F> /xc7/xa2 <CJK>
+<U97EE> /xc7/xa3 <CJK>
+<U4EFB> /xc7/xa4 <CJK>
+<U598A> /xc7/xa5 <CJK>
+<U5FCD> /xc7/xa6 <CJK>
+<U8A8D> /xc7/xa7 <CJK>
+<U6FE1> /xc7/xa8 <CJK>
+<U79B0> /xc7/xa9 <CJK>
+<U7962> /xc7/xaa <CJK>
+<U5BE7> /xc7/xab <CJK>
+<U8471> /xc7/xac <CJK>
+<U732B> /xc7/xad <CJK>
+<U71B1> /xc7/xae <CJK>
+<U5E74> /xc7/xaf <CJK>
+<U5FF5> /xc7/xb0 <CJK>
+<U637B> /xc7/xb1 <CJK>
+<U649A> /xc7/xb2 <CJK>
+<U71C3> /xc7/xb3 <CJK>
+<U7C98> /xc7/xb4 <CJK>
+<U4E43> /xc7/xb5 <CJK>
+<U5EFC> /xc7/xb6 <CJK>
+<U4E4B> /xc7/xb7 <CJK>
+<U57DC> /xc7/xb8 <CJK>
+<U56A2> /xc7/xb9 <CJK>
+<U60A9> /xc7/xba <CJK>
+<U6FC3> /xc7/xbb <CJK>
+<U7D0D> /xc7/xbc <CJK>
+<U80FD> /xc7/xbd <CJK>
+<U8133> /xc7/xbe <CJK>
+<U81BF> /xc7/xbf <CJK>
+<U8FB2> /xc7/xc0 <CJK>
+<U8997> /xc7/xc1 <CJK>
+<U86A4> /xc7/xc2 <CJK>
+<U5DF4> /xc7/xc3 <CJK>
+<U628A> /xc7/xc4 <CJK>
+<U64AD> /xc7/xc5 <CJK>
+<U8987> /xc7/xc6 <CJK>
+<U6777> /xc7/xc7 <CJK>
+<U6CE2> /xc7/xc8 <CJK>
+<U6D3E> /xc7/xc9 <CJK>
+<U7436> /xc7/xca <CJK>
+<U7834> /xc7/xcb <CJK>
+<U5A46> /xc7/xcc <CJK>
+<U7F75> /xc7/xcd <CJK>
+<U82AD> /xc7/xce <CJK>
+<U99AC> /xc7/xcf <CJK>
+<U4FF3> /xc7/xd0 <CJK>
+<U5EC3> /xc7/xd1 <CJK>
+<U62DD> /xc7/xd2 <CJK>
+<U6392> /xc7/xd3 <CJK>
+<U6557> /xc7/xd4 <CJK>
+<U676F> /xc7/xd5 <CJK>
+<U76C3> /xc7/xd6 <CJK>
+<U724C> /xc7/xd7 <CJK>
+<U80CC> /xc7/xd8 <CJK>
+<U80BA> /xc7/xd9 <CJK>
+<U8F29> /xc7/xda <CJK>
+<U914D> /xc7/xdb <CJK>
+<U500D> /xc7/xdc <CJK>
+<U57F9> /xc7/xdd <CJK>
+<U5A92> /xc7/xde <CJK>
+<U6885> /xc7/xdf <CJK>
+<U6973> /xc7/xe0 <CJK>
+<U7164> /xc7/xe1 <CJK>
+<U72FD> /xc7/xe2 <CJK>
+<U8CB7> /xc7/xe3 <CJK>
+<U58F2> /xc7/xe4 <CJK>
+<U8CE0> /xc7/xe5 <CJK>
+<U966A> /xc7/xe6 <CJK>
+<U9019> /xc7/xe7 <CJK>
+<U877F> /xc7/xe8 <CJK>
+<U79E4> /xc7/xe9 <CJK>
+<U77E7> /xc7/xea <CJK>
+<U8429> /xc7/xeb <CJK>
+<U4F2F> /xc7/xec <CJK>
+<U5265> /xc7/xed <CJK>
+<U535A> /xc7/xee <CJK>
+<U62CD> /xc7/xef <CJK>
+<U67CF> /xc7/xf0 <CJK>
+<U6CCA> /xc7/xf1 <CJK>
+<U767D> /xc7/xf2 <CJK>
+<U7B94> /xc7/xf3 <CJK>
+<U7C95> /xc7/xf4 <CJK>
+<U8236> /xc7/xf5 <CJK>
+<U8584> /xc7/xf6 <CJK>
+<U8FEB> /xc7/xf7 <CJK>
+<U66DD> /xc7/xf8 <CJK>
+<U6F20> /xc7/xf9 <CJK>
+<U7206> /xc7/xfa <CJK>
+<U7E1B> /xc7/xfb <CJK>
+<U83AB> /xc7/xfc <CJK>
+<U99C1> /xc7/xfd <CJK>
+<U9EA6> /xc7/xfe <CJK>
+<U51FD> /xc8/xa1 <CJK>
+<U7BB1> /xc8/xa2 <CJK>
+<U7872> /xc8/xa3 <CJK>
+<U7BB8> /xc8/xa4 <CJK>
+<U8087> /xc8/xa5 <CJK>
+<U7B48> /xc8/xa6 <CJK>
+<U6AE8> /xc8/xa7 <CJK>
+<U5E61> /xc8/xa8 <CJK>
+<U808C> /xc8/xa9 <CJK>
+<U7551> /xc8/xaa <CJK>
+<U7560> /xc8/xab <CJK>
+<U516B> /xc8/xac <CJK>
+<U9262> /xc8/xad <CJK>
+<U6E8C> /xc8/xae <CJK>
+<U767A> /xc8/xaf <CJK>
+<U9197> /xc8/xb0 <CJK>
+<U9AEA> /xc8/xb1 <CJK>
+<U4F10> /xc8/xb2 <CJK>
+<U7F70> /xc8/xb3 <CJK>
+<U629C> /xc8/xb4 <CJK>
+<U7B4F> /xc8/xb5 <CJK>
+<U95A5> /xc8/xb6 <CJK>
+<U9CE9> /xc8/xb7 <CJK>
+<U567A> /xc8/xb8 <CJK>
+<U5859> /xc8/xb9 <CJK>
+<U86E4> /xc8/xba <CJK>
+<U96BC> /xc8/xbb <CJK>
+<U4F34> /xc8/xbc <CJK>
+<U5224> /xc8/xbd <CJK>
+<U534A> /xc8/xbe <CJK>
+<U53CD> /xc8/xbf <CJK>
+<U53DB> /xc8/xc0 <CJK>
+<U5E06> /xc8/xc1 <CJK>
+<U642C> /xc8/xc2 <CJK>
+<U6591> /xc8/xc3 <CJK>
+<U677F> /xc8/xc4 <CJK>
+<U6C3E> /xc8/xc5 <CJK>
+<U6C4E> /xc8/xc6 <CJK>
+<U7248> /xc8/xc7 <CJK>
+<U72AF> /xc8/xc8 <CJK>
+<U73ED> /xc8/xc9 <CJK>
+<U7554> /xc8/xca <CJK>
+<U7E41> /xc8/xcb <CJK>
+<U822C> /xc8/xcc <CJK>
+<U85E9> /xc8/xcd <CJK>
+<U8CA9> /xc8/xce <CJK>
+<U7BC4> /xc8/xcf <CJK>
+<U91C6> /xc8/xd0 <CJK>
+<U7169> /xc8/xd1 <CJK>
+<U9812> /xc8/xd2 <CJK>
+<U98EF> /xc8/xd3 <CJK>
+<U633D> /xc8/xd4 <CJK>
+<U6669> /xc8/xd5 <CJK>
+<U756A> /xc8/xd6 <CJK>
+<U76E4> /xc8/xd7 <CJK>
+<U78D0> /xc8/xd8 <CJK>
+<U8543> /xc8/xd9 <CJK>
+<U86EE> /xc8/xda <CJK>
+<U532A> /xc8/xdb <CJK>
+<U5351> /xc8/xdc <CJK>
+<U5426> /xc8/xdd <CJK>
+<U5983> /xc8/xde <CJK>
+<U5E87> /xc8/xdf <CJK>
+<U5F7C> /xc8/xe0 <CJK>
+<U60B2> /xc8/xe1 <CJK>
+<U6249> /xc8/xe2 <CJK>
+<U6279> /xc8/xe3 <CJK>
+<U62AB> /xc8/xe4 <CJK>
+<U6590> /xc8/xe5 <CJK>
+<U6BD4> /xc8/xe6 <CJK>
+<U6CCC> /xc8/xe7 <CJK>
+<U75B2> /xc8/xe8 <CJK>
+<U76AE> /xc8/xe9 <CJK>
+<U7891> /xc8/xea <CJK>
+<U79D8> /xc8/xeb <CJK>
+<U7DCB> /xc8/xec <CJK>
+<U7F77> /xc8/xed <CJK>
+<U80A5> /xc8/xee <CJK>
+<U88AB> /xc8/xef <CJK>
+<U8AB9> /xc8/xf0 <CJK>
+<U8CBB> /xc8/xf1 <CJK>
+<U907F> /xc8/xf2 <CJK>
+<U975E> /xc8/xf3 <CJK>
+<U98DB> /xc8/xf4 <CJK>
+<U6A0B> /xc8/xf5 <CJK>
+<U7C38> /xc8/xf6 <CJK>
+<U5099> /xc8/xf7 <CJK>
+<U5C3E> /xc8/xf8 <CJK>
+<U5FAE> /xc8/xf9 <CJK>
+<U6787> /xc8/xfa <CJK>
+<U6BD8> /xc8/xfb <CJK>
+<U7435> /xc8/xfc <CJK>
+<U7709> /xc8/xfd <CJK>
+<U7F8E> /xc8/xfe <CJK>
+<U9F3B> /xc9/xa1 <CJK>
+<U67CA> /xc9/xa2 <CJK>
+<U7A17> /xc9/xa3 <CJK>
+<U5339> /xc9/xa4 <CJK>
+<U758B> /xc9/xa5 <CJK>
+<U9AED> /xc9/xa6 <CJK>
+<U5F66> /xc9/xa7 <CJK>
+<U819D> /xc9/xa8 <CJK>
+<U83F1> /xc9/xa9 <CJK>
+<U8098> /xc9/xaa <CJK>
+<U5F3C> /xc9/xab <CJK>
+<U5FC5> /xc9/xac <CJK>
+<U7562> /xc9/xad <CJK>
+<U7B46> /xc9/xae <CJK>
+<U903C> /xc9/xaf <CJK>
+<U6867> /xc9/xb0 <CJK>
+<U59EB> /xc9/xb1 <CJK>
+<U5A9B> /xc9/xb2 <CJK>
+<U7D10> /xc9/xb3 <CJK>
+<U767E> /xc9/xb4 <CJK>
+<U8B2C> /xc9/xb5 <CJK>
+<U4FF5> /xc9/xb6 <CJK>
+<U5F6A> /xc9/xb7 <CJK>
+<U6A19> /xc9/xb8 <CJK>
+<U6C37> /xc9/xb9 <CJK>
+<U6F02> /xc9/xba <CJK>
+<U74E2> /xc9/xbb <CJK>
+<U7968> /xc9/xbc <CJK>
+<U8868> /xc9/xbd <CJK>
+<U8A55> /xc9/xbe <CJK>
+<U8C79> /xc9/xbf <CJK>
+<U5EDF> /xc9/xc0 <CJK>
+<U63CF> /xc9/xc1 <CJK>
+<U75C5> /xc9/xc2 <CJK>
+<U79D2> /xc9/xc3 <CJK>
+<U82D7> /xc9/xc4 <CJK>
+<U9328> /xc9/xc5 <CJK>
+<U92F2> /xc9/xc6 <CJK>
+<U849C> /xc9/xc7 <CJK>
+<U86ED> /xc9/xc8 <CJK>
+<U9C2D> /xc9/xc9 <CJK>
+<U54C1> /xc9/xca <CJK>
+<U5F6C> /xc9/xcb <CJK>
+<U658C> /xc9/xcc <CJK>
+<U6D5C> /xc9/xcd <CJK>
+<U7015> /xc9/xce <CJK>
+<U8CA7> /xc9/xcf <CJK>
+<U8CD3> /xc9/xd0 <CJK>
+<U983B> /xc9/xd1 <CJK>
+<U654F> /xc9/xd2 <CJK>
+<U74F6> /xc9/xd3 <CJK>
+<U4E0D> /xc9/xd4 <CJK>
+<U4ED8> /xc9/xd5 <CJK>
+<U57E0> /xc9/xd6 <CJK>
+<U592B> /xc9/xd7 <CJK>
+<U5A66> /xc9/xd8 <CJK>
+<U5BCC> /xc9/xd9 <CJK>
+<U51A8> /xc9/xda <CJK>
+<U5E03> /xc9/xdb <CJK>
+<U5E9C> /xc9/xdc <CJK>
+<U6016> /xc9/xdd <CJK>
+<U6276> /xc9/xde <CJK>
+<U6577> /xc9/xdf <CJK>
+<U65A7> /xc9/xe0 <CJK>
+<U666E> /xc9/xe1 <CJK>
+<U6D6E> /xc9/xe2 <CJK>
+<U7236> /xc9/xe3 <CJK>
+<U7B26> /xc9/xe4 <CJK>
+<U8150> /xc9/xe5 <CJK>
+<U819A> /xc9/xe6 <CJK>
+<U8299> /xc9/xe7 <CJK>
+<U8B5C> /xc9/xe8 <CJK>
+<U8CA0> /xc9/xe9 <CJK>
+<U8CE6> /xc9/xea <CJK>
+<U8D74> /xc9/xeb <CJK>
+<U961C> /xc9/xec <CJK>
+<U9644> /xc9/xed <CJK>
+<U4FAE> /xc9/xee <CJK>
+<U64AB> /xc9/xef <CJK>
+<U6B66> /xc9/xf0 <CJK>
+<U821E> /xc9/xf1 <CJK>
+<U8461> /xc9/xf2 <CJK>
+<U856A> /xc9/xf3 <CJK>
+<U90E8> /xc9/xf4 <CJK>
+<U5C01> /xc9/xf5 <CJK>
+<U6953> /xc9/xf6 <CJK>
+<U98A8> /xc9/xf7 <CJK>
+<U847A> /xc9/xf8 <CJK>
+<U8557> /xc9/xf9 <CJK>
+<U4F0F> /xc9/xfa <CJK>
+<U526F> /xc9/xfb <CJK>
+<U5FA9> /xc9/xfc <CJK>
+<U5E45> /xc9/xfd <CJK>
+<U670D> /xc9/xfe <CJK>
+<U798F> /xca/xa1 <CJK>
+<U8179> /xca/xa2 <CJK>
+<U8907> /xca/xa3 <CJK>
+<U8986> /xca/xa4 <CJK>
+<U6DF5> /xca/xa5 <CJK>
+<U5F17> /xca/xa6 <CJK>
+<U6255> /xca/xa7 <CJK>
+<U6CB8> /xca/xa8 <CJK>
+<U4ECF> /xca/xa9 <CJK>
+<U7269> /xca/xaa <CJK>
+<U9B92> /xca/xab <CJK>
+<U5206> /xca/xac <CJK>
+<U543B> /xca/xad <CJK>
+<U5674> /xca/xae <CJK>
+<U58B3> /xca/xaf <CJK>
+<U61A4> /xca/xb0 <CJK>
+<U626E> /xca/xb1 <CJK>
+<U711A> /xca/xb2 <CJK>
+<U596E> /xca/xb3 <CJK>
+<U7C89> /xca/xb4 <CJK>
+<U7CDE> /xca/xb5 <CJK>
+<U7D1B> /xca/xb6 <CJK>
+<U96F0> /xca/xb7 <CJK>
+<U6587> /xca/xb8 <CJK>
+<U805E> /xca/xb9 <CJK>
+<U4E19> /xca/xba <CJK>
+<U4F75> /xca/xbb <CJK>
+<U5175> /xca/xbc <CJK>
+<U5840> /xca/xbd <CJK>
+<U5E63> /xca/xbe <CJK>
+<U5E73> /xca/xbf <CJK>
+<U5F0A> /xca/xc0 <CJK>
+<U67C4> /xca/xc1 <CJK>
+<U4E26> /xca/xc2 <CJK>
+<U853D> /xca/xc3 <CJK>
+<U9589> /xca/xc4 <CJK>
+<U965B> /xca/xc5 <CJK>
+<U7C73> /xca/xc6 <CJK>
+<U9801> /xca/xc7 <CJK>
+<U50FB> /xca/xc8 <CJK>
+<U58C1> /xca/xc9 <CJK>
+<U7656> /xca/xca <CJK>
+<U78A7> /xca/xcb <CJK>
+<U5225> /xca/xcc <CJK>
+<U77A5> /xca/xcd <CJK>
+<U8511> /xca/xce <CJK>
+<U7B86> /xca/xcf <CJK>
+<U504F> /xca/xd0 <CJK>
+<U5909> /xca/xd1 <CJK>
+<U7247> /xca/xd2 <CJK>
+<U7BC7> /xca/xd3 <CJK>
+<U7DE8> /xca/xd4 <CJK>
+<U8FBA> /xca/xd5 <CJK>
+<U8FD4> /xca/xd6 <CJK>
+<U904D> /xca/xd7 <CJK>
+<U4FBF> /xca/xd8 <CJK>
+<U52C9> /xca/xd9 <CJK>
+<U5A29> /xca/xda <CJK>
+<U5F01> /xca/xdb <CJK>
+<U97AD> /xca/xdc <CJK>
+<U4FDD> /xca/xdd <CJK>
+<U8217> /xca/xde <CJK>
+<U92EA> /xca/xdf <CJK>
+<U5703> /xca/xe0 <CJK>
+<U6355> /xca/xe1 <CJK>
+<U6B69> /xca/xe2 <CJK>
+<U752B> /xca/xe3 <CJK>
+<U88DC> /xca/xe4 <CJK>
+<U8F14> /xca/xe5 <CJK>
+<U7A42> /xca/xe6 <CJK>
+<U52DF> /xca/xe7 <CJK>
+<U5893> /xca/xe8 <CJK>
+<U6155> /xca/xe9 <CJK>
+<U620A> /xca/xea <CJK>
+<U66AE> /xca/xeb <CJK>
+<U6BCD> /xca/xec <CJK>
+<U7C3F> /xca/xed <CJK>
+<U83E9> /xca/xee <CJK>
+<U5023> /xca/xef <CJK>
+<U4FF8> /xca/xf0 <CJK>
+<U5305> /xca/xf1 <CJK>
+<U5446> /xca/xf2 <CJK>
+<U5831> /xca/xf3 <CJK>
+<U5949> /xca/xf4 <CJK>
+<U5B9D> /xca/xf5 <CJK>
+<U5CF0> /xca/xf6 <CJK>
+<U5CEF> /xca/xf7 <CJK>
+<U5D29> /xca/xf8 <CJK>
+<U5E96> /xca/xf9 <CJK>
+<U62B1> /xca/xfa <CJK>
+<U6367> /xca/xfb <CJK>
+<U653E> /xca/xfc <CJK>
+<U65B9> /xca/xfd <CJK>
+<U670B> /xca/xfe <CJK>
+<U6CD5> /xcb/xa1 <CJK>
+<U6CE1> /xcb/xa2 <CJK>
+<U70F9> /xcb/xa3 <CJK>
+<U7832> /xcb/xa4 <CJK>
+<U7E2B> /xcb/xa5 <CJK>
+<U80DE> /xcb/xa6 <CJK>
+<U82B3> /xcb/xa7 <CJK>
+<U840C> /xcb/xa8 <CJK>
+<U84EC> /xcb/xa9 <CJK>
+<U8702> /xcb/xaa <CJK>
+<U8912> /xcb/xab <CJK>
+<U8A2A> /xcb/xac <CJK>
+<U8C4A> /xcb/xad <CJK>
+<U90A6> /xcb/xae <CJK>
+<U92D2> /xcb/xaf <CJK>
+<U98FD> /xcb/xb0 <CJK>
+<U9CF3> /xcb/xb1 <CJK>
+<U9D6C> /xcb/xb2 <CJK>
+<U4E4F> /xcb/xb3 <CJK>
+<U4EA1> /xcb/xb4 <CJK>
+<U508D> /xcb/xb5 <CJK>
+<U5256> /xcb/xb6 <CJK>
+<U574A> /xcb/xb7 <CJK>
+<U59A8> /xcb/xb8 <CJK>
+<U5E3D> /xcb/xb9 <CJK>
+<U5FD8> /xcb/xba <CJK>
+<U5FD9> /xcb/xbb <CJK>
+<U623F> /xcb/xbc <CJK>
+<U66B4> /xcb/xbd <CJK>
+<U671B> /xcb/xbe <CJK>
+<U67D0> /xcb/xbf <CJK>
+<U68D2> /xcb/xc0 <CJK>
+<U5192> /xcb/xc1 <CJK>
+<U7D21> /xcb/xc2 <CJK>
+<U80AA> /xcb/xc3 <CJK>
+<U81A8> /xcb/xc4 <CJK>
+<U8B00> /xcb/xc5 <CJK>
+<U8C8C> /xcb/xc6 <CJK>
+<U8CBF> /xcb/xc7 <CJK>
+<U927E> /xcb/xc8 <CJK>
+<U9632> /xcb/xc9 <CJK>
+<U5420> /xcb/xca <CJK>
+<U982C> /xcb/xcb <CJK>
+<U5317> /xcb/xcc <CJK>
+<U50D5> /xcb/xcd <CJK>
+<U535C> /xcb/xce <CJK>
+<U58A8> /xcb/xcf <CJK>
+<U64B2> /xcb/xd0 <CJK>
+<U6734> /xcb/xd1 <CJK>
+<U7267> /xcb/xd2 <CJK>
+<U7766> /xcb/xd3 <CJK>
+<U7A46> /xcb/xd4 <CJK>
+<U91E6> /xcb/xd5 <CJK>
+<U52C3> /xcb/xd6 <CJK>
+<U6CA1> /xcb/xd7 <CJK>
+<U6B86> /xcb/xd8 <CJK>
+<U5800> /xcb/xd9 <CJK>
+<U5E4C> /xcb/xda <CJK>
+<U5954> /xcb/xdb <CJK>
+<U672C> /xcb/xdc <CJK>
+<U7FFB> /xcb/xdd <CJK>
+<U51E1> /xcb/xde <CJK>
+<U76C6> /xcb/xdf <CJK>
+<U6469> /xcb/xe0 <CJK>
+<U78E8> /xcb/xe1 <CJK>
+<U9B54> /xcb/xe2 <CJK>
+<U9EBB> /xcb/xe3 <CJK>
+<U57CB> /xcb/xe4 <CJK>
+<U59B9> /xcb/xe5 <CJK>
+<U6627> /xcb/xe6 <CJK>
+<U679A> /xcb/xe7 <CJK>
+<U6BCE> /xcb/xe8 <CJK>
+<U54E9> /xcb/xe9 <CJK>
+<U69D9> /xcb/xea <CJK>
+<U5E55> /xcb/xeb <CJK>
+<U819C> /xcb/xec <CJK>
+<U6795> /xcb/xed <CJK>
+<U9BAA> /xcb/xee <CJK>
+<U67FE> /xcb/xef <CJK>
+<U9C52> /xcb/xf0 <CJK>
+<U685D> /xcb/xf1 <CJK>
+<U4EA6> /xcb/xf2 <CJK>
+<U4FE3> /xcb/xf3 <CJK>
+<U53C8> /xcb/xf4 <CJK>
+<U62B9> /xcb/xf5 <CJK>
+<U672B> /xcb/xf6 <CJK>
+<U6CAB> /xcb/xf7 <CJK>
+<U8FC4> /xcb/xf8 <CJK>
+<U4FAD> /xcb/xf9 <CJK>
+<U7E6D> /xcb/xfa <CJK>
+<U9EBF> /xcb/xfb <CJK>
+<U4E07> /xcb/xfc <CJK>
+<U6162> /xcb/xfd <CJK>
+<U6E80> /xcb/xfe <CJK>
+<U6F2B> /xcc/xa1 <CJK>
+<U8513> /xcc/xa2 <CJK>
+<U5473> /xcc/xa3 <CJK>
+<U672A> /xcc/xa4 <CJK>
+<U9B45> /xcc/xa5 <CJK>
+<U5DF3> /xcc/xa6 <CJK>
+<U7B95> /xcc/xa7 <CJK>
+<U5CAC> /xcc/xa8 <CJK>
+<U5BC6> /xcc/xa9 <CJK>
+<U871C> /xcc/xaa <CJK>
+<U6E4A> /xcc/xab <CJK>
+<U84D1> /xcc/xac <CJK>
+<U7A14> /xcc/xad <CJK>
+<U8108> /xcc/xae <CJK>
+<U5999> /xcc/xaf <CJK>
+<U7C8D> /xcc/xb0 <CJK>
+<U6C11> /xcc/xb1 <CJK>
+<U7720> /xcc/xb2 <CJK>
+<U52D9> /xcc/xb3 <CJK>
+<U5922> /xcc/xb4 <CJK>
+<U7121> /xcc/xb5 <CJK>
+<U725F> /xcc/xb6 <CJK>
+<U77DB> /xcc/xb7 <CJK>
+<U9727> /xcc/xb8 <CJK>
+<U9D61> /xcc/xb9 <CJK>
+<U690B> /xcc/xba <CJK>
+<U5A7F> /xcc/xbb <CJK>
+<U5A18> /xcc/xbc <CJK>
+<U51A5> /xcc/xbd <CJK>
+<U540D> /xcc/xbe <CJK>
+<U547D> /xcc/xbf <CJK>
+<U660E> /xcc/xc0 <CJK>
+<U76DF> /xcc/xc1 <CJK>
+<U8FF7> /xcc/xc2 <CJK>
+<U9298> /xcc/xc3 <CJK>
+<U9CF4> /xcc/xc4 <CJK>
+<U59EA> /xcc/xc5 <CJK>
+<U725D> /xcc/xc6 <CJK>
+<U6EC5> /xcc/xc7 <CJK>
+<U514D> /xcc/xc8 <CJK>
+<U68C9> /xcc/xc9 <CJK>
+<U7DBF> /xcc/xca <CJK>
+<U7DEC> /xcc/xcb <CJK>
+<U9762> /xcc/xcc <CJK>
+<U9EBA> /xcc/xcd <CJK>
+<U6478> /xcc/xce <CJK>
+<U6A21> /xcc/xcf <CJK>
+<U8302> /xcc/xd0 <CJK>
+<U5984> /xcc/xd1 <CJK>
+<U5B5F> /xcc/xd2 <CJK>
+<U6BDB> /xcc/xd3 <CJK>
+<U731B> /xcc/xd4 <CJK>
+<U76F2> /xcc/xd5 <CJK>
+<U7DB2> /xcc/xd6 <CJK>
+<U8017> /xcc/xd7 <CJK>
+<U8499> /xcc/xd8 <CJK>
+<U5132> /xcc/xd9 <CJK>
+<U6728> /xcc/xda <CJK>
+<U9ED9> /xcc/xdb <CJK>
+<U76EE> /xcc/xdc <CJK>
+<U6762> /xcc/xdd <CJK>
+<U52FF> /xcc/xde <CJK>
+<U9905> /xcc/xdf <CJK>
+<U5C24> /xcc/xe0 <CJK>
+<U623B> /xcc/xe1 <CJK>
+<U7C7E> /xcc/xe2 <CJK>
+<U8CB0> /xcc/xe3 <CJK>
+<U554F> /xcc/xe4 <CJK>
+<U60B6> /xcc/xe5 <CJK>
+<U7D0B> /xcc/xe6 <CJK>
+<U9580> /xcc/xe7 <CJK>
+<U5301> /xcc/xe8 <CJK>
+<U4E5F> /xcc/xe9 <CJK>
+<U51B6> /xcc/xea <CJK>
+<U591C> /xcc/xeb <CJK>
+<U723A> /xcc/xec <CJK>
+<U8036> /xcc/xed <CJK>
+<U91CE> /xcc/xee <CJK>
+<U5F25> /xcc/xef <CJK>
+<U77E2> /xcc/xf0 <CJK>
+<U5384> /xcc/xf1 <CJK>
+<U5F79> /xcc/xf2 <CJK>
+<U7D04> /xcc/xf3 <CJK>
+<U85AC> /xcc/xf4 <CJK>
+<U8A33> /xcc/xf5 <CJK>
+<U8E8D> /xcc/xf6 <CJK>
+<U9756> /xcc/xf7 <CJK>
+<U67F3> /xcc/xf8 <CJK>
+<U85AE> /xcc/xf9 <CJK>
+<U9453> /xcc/xfa <CJK>
+<U6109> /xcc/xfb <CJK>
+<U6108> /xcc/xfc <CJK>
+<U6CB9> /xcc/xfd <CJK>
+<U7652> /xcc/xfe <CJK>
+<U8AED> /xcd/xa1 <CJK>
+<U8F38> /xcd/xa2 <CJK>
+<U552F> /xcd/xa3 <CJK>
+<U4F51> /xcd/xa4 <CJK>
+<U512A> /xcd/xa5 <CJK>
+<U52C7> /xcd/xa6 <CJK>
+<U53CB> /xcd/xa7 <CJK>
+<U5BA5> /xcd/xa8 <CJK>
+<U5E7D> /xcd/xa9 <CJK>
+<U60A0> /xcd/xaa <CJK>
+<U6182> /xcd/xab <CJK>
+<U63D6> /xcd/xac <CJK>
+<U6709> /xcd/xad <CJK>
+<U67DA> /xcd/xae <CJK>
+<U6E67> /xcd/xaf <CJK>
+<U6D8C> /xcd/xb0 <CJK>
+<U7336> /xcd/xb1 <CJK>
+<U7337> /xcd/xb2 <CJK>
+<U7531> /xcd/xb3 <CJK>
+<U7950> /xcd/xb4 <CJK>
+<U88D5> /xcd/xb5 <CJK>
+<U8A98> /xcd/xb6 <CJK>
+<U904A> /xcd/xb7 <CJK>
+<U9091> /xcd/xb8 <CJK>
+<U90F5> /xcd/xb9 <CJK>
+<U96C4> /xcd/xba <CJK>
+<U878D> /xcd/xbb <CJK>
+<U5915> /xcd/xbc <CJK>
+<U4E88> /xcd/xbd <CJK>
+<U4F59> /xcd/xbe <CJK>
+<U4E0E> /xcd/xbf <CJK>
+<U8A89> /xcd/xc0 <CJK>
+<U8F3F> /xcd/xc1 <CJK>
+<U9810> /xcd/xc2 <CJK>
+<U50AD> /xcd/xc3 <CJK>
+<U5E7C> /xcd/xc4 <CJK>
+<U5996> /xcd/xc5 <CJK>
+<U5BB9> /xcd/xc6 <CJK>
+<U5EB8> /xcd/xc7 <CJK>
+<U63DA> /xcd/xc8 <CJK>
+<U63FA> /xcd/xc9 <CJK>
+<U64C1> /xcd/xca <CJK>
+<U66DC> /xcd/xcb <CJK>
+<U694A> /xcd/xcc <CJK>
+<U69D8> /xcd/xcd <CJK>
+<U6D0B> /xcd/xce <CJK>
+<U6EB6> /xcd/xcf <CJK>
+<U7194> /xcd/xd0 <CJK>
+<U7528> /xcd/xd1 <CJK>
+<U7AAF> /xcd/xd2 <CJK>
+<U7F8A> /xcd/xd3 <CJK>
+<U8000> /xcd/xd4 <CJK>
+<U8449> /xcd/xd5 <CJK>
+<U84C9> /xcd/xd6 <CJK>
+<U8981> /xcd/xd7 <CJK>
+<U8B21> /xcd/xd8 <CJK>
+<U8E0A> /xcd/xd9 <CJK>
+<U9065> /xcd/xda <CJK>
+<U967D> /xcd/xdb <CJK>
+<U990A> /xcd/xdc <CJK>
+<U617E> /xcd/xdd <CJK>
+<U6291> /xcd/xde <CJK>
+<U6B32> /xcd/xdf <CJK>
+<U6C83> /xcd/xe0 <CJK>
+<U6D74> /xcd/xe1 <CJK>
+<U7FCC> /xcd/xe2 <CJK>
+<U7FFC> /xcd/xe3 <CJK>
+<U6DC0> /xcd/xe4 <CJK>
+<U7F85> /xcd/xe5 <CJK>
+<U87BA> /xcd/xe6 <CJK>
+<U88F8> /xcd/xe7 <CJK>
+<U6765> /xcd/xe8 <CJK>
+<U83B1> /xcd/xe9 <CJK>
+<U983C> /xcd/xea <CJK>
+<U96F7> /xcd/xeb <CJK>
+<U6D1B> /xcd/xec <CJK>
+<U7D61> /xcd/xed <CJK>
+<U843D> /xcd/xee <CJK>
+<U916A> /xcd/xef <CJK>
+<U4E71> /xcd/xf0 <CJK>
+<U5375> /xcd/xf1 <CJK>
+<U5D50> /xcd/xf2 <CJK>
+<U6B04> /xcd/xf3 <CJK>
+<U6FEB> /xcd/xf4 <CJK>
+<U85CD> /xcd/xf5 <CJK>
+<U862D> /xcd/xf6 <CJK>
+<U89A7> /xcd/xf7 <CJK>
+<U5229> /xcd/xf8 <CJK>
+<U540F> /xcd/xf9 <CJK>
+<U5C65> /xcd/xfa <CJK>
+<U674E> /xcd/xfb <CJK>
+<U68A8> /xcd/xfc <CJK>
+<U7406> /xcd/xfd <CJK>
+<U7483> /xcd/xfe <CJK>
+<U75E2> /xce/xa1 <CJK>
+<U88CF> /xce/xa2 <CJK>
+<U88E1> /xce/xa3 <CJK>
+<U91CC> /xce/xa4 <CJK>
+<U96E2> /xce/xa5 <CJK>
+<U9678> /xce/xa6 <CJK>
+<U5F8B> /xce/xa7 <CJK>
+<U7387> /xce/xa8 <CJK>
+<U7ACB> /xce/xa9 <CJK>
+<U844E> /xce/xaa <CJK>
+<U63A0> /xce/xab <CJK>
+<U7565> /xce/xac <CJK>
+<U5289> /xce/xad <CJK>
+<U6D41> /xce/xae <CJK>
+<U6E9C> /xce/xaf <CJK>
+<U7409> /xce/xb0 <CJK>
+<U7559> /xce/xb1 <CJK>
+<U786B> /xce/xb2 <CJK>
+<U7C92> /xce/xb3 <CJK>
+<U9686> /xce/xb4 <CJK>
+<U7ADC> /xce/xb5 <CJK>
+<U9F8D> /xce/xb6 <CJK>
+<U4FB6> /xce/xb7 <CJK>
+<U616E> /xce/xb8 <CJK>
+<U65C5> /xce/xb9 <CJK>
+<U865C> /xce/xba <CJK>
+<U4E86> /xce/xbb <CJK>
+<U4EAE> /xce/xbc <CJK>
+<U50DA> /xce/xbd <CJK>
+<U4E21> /xce/xbe <CJK>
+<U51CC> /xce/xbf <CJK>
+<U5BEE> /xce/xc0 <CJK>
+<U6599> /xce/xc1 <CJK>
+<U6881> /xce/xc2 <CJK>
+<U6DBC> /xce/xc3 <CJK>
+<U731F> /xce/xc4 <CJK>
+<U7642> /xce/xc5 <CJK>
+<U77AD> /xce/xc6 <CJK>
+<U7A1C> /xce/xc7 <CJK>
+<U7CE7> /xce/xc8 <CJK>
+<U826F> /xce/xc9 <CJK>
+<U8AD2> /xce/xca <CJK>
+<U907C> /xce/xcb <CJK>
+<U91CF> /xce/xcc <CJK>
+<U9675> /xce/xcd <CJK>
+<U9818> /xce/xce <CJK>
+<U529B> /xce/xcf <CJK>
+<U7DD1> /xce/xd0 <CJK>
+<U502B> /xce/xd1 <CJK>
+<U5398> /xce/xd2 <CJK>
+<U6797> /xce/xd3 <CJK>
+<U6DCB> /xce/xd4 <CJK>
+<U71D0> /xce/xd5 <CJK>
+<U7433> /xce/xd6 <CJK>
+<U81E8> /xce/xd7 <CJK>
+<U8F2A> /xce/xd8 <CJK>
+<U96A3> /xce/xd9 <CJK>
+<U9C57> /xce/xda <CJK>
+<U9E9F> /xce/xdb <CJK>
+<U7460> /xce/xdc <CJK>
+<U5841> /xce/xdd <CJK>
+<U6D99> /xce/xde <CJK>
+<U7D2F> /xce/xdf <CJK>
+<U985E> /xce/xe0 <CJK>
+<U4EE4> /xce/xe1 <CJK>
+<U4F36> /xce/xe2 <CJK>
+<U4F8B> /xce/xe3 <CJK>
+<U51B7> /xce/xe4 <CJK>
+<U52B1> /xce/xe5 <CJK>
+<U5DBA> /xce/xe6 <CJK>
+<U601C> /xce/xe7 <CJK>
+<U73B2> /xce/xe8 <CJK>
+<U793C> /xce/xe9 <CJK>
+<U82D3> /xce/xea <CJK>
+<U9234> /xce/xeb <CJK>
+<U96B7> /xce/xec <CJK>
+<U96F6> /xce/xed <CJK>
+<U970A> /xce/xee <CJK>
+<U9E97> /xce/xef <CJK>
+<U9F62> /xce/xf0 <CJK>
+<U66A6> /xce/xf1 <CJK>
+<U6B74> /xce/xf2 <CJK>
+<U5217> /xce/xf3 <CJK>
+<U52A3> /xce/xf4 <CJK>
+<U70C8> /xce/xf5 <CJK>
+<U88C2> /xce/xf6 <CJK>
+<U5EC9> /xce/xf7 <CJK>
+<U604B> /xce/xf8 <CJK>
+<U6190> /xce/xf9 <CJK>
+<U6F23> /xce/xfa <CJK>
+<U7149> /xce/xfb <CJK>
+<U7C3E> /xce/xfc <CJK>
+<U7DF4> /xce/xfd <CJK>
+<U806F> /xce/xfe <CJK>
+<U84EE> /xcf/xa1 <CJK>
+<U9023> /xcf/xa2 <CJK>
+<U932C> /xcf/xa3 <CJK>
+<U5442> /xcf/xa4 <CJK>
+<U9B6F> /xcf/xa5 <CJK>
+<U6AD3> /xcf/xa6 <CJK>
+<U7089> /xcf/xa7 <CJK>
+<U8CC2> /xcf/xa8 <CJK>
+<U8DEF> /xcf/xa9 <CJK>
+<U9732> /xcf/xaa <CJK>
+<U52B4> /xcf/xab <CJK>
+<U5A41> /xcf/xac <CJK>
+<U5ECA> /xcf/xad <CJK>
+<U5F04> /xcf/xae <CJK>
+<U6717> /xcf/xaf <CJK>
+<U697C> /xcf/xb0 <CJK>
+<U6994> /xcf/xb1 <CJK>
+<U6D6A> /xcf/xb2 <CJK>
+<U6F0F> /xcf/xb3 <CJK>
+<U7262> /xcf/xb4 <CJK>
+<U72FC> /xcf/xb5 <CJK>
+<U7BED> /xcf/xb6 <CJK>
+<U8001> /xcf/xb7 <CJK>
+<U807E> /xcf/xb8 <CJK>
+<U874B> /xcf/xb9 <CJK>
+<U90CE> /xcf/xba <CJK>
+<U516D> /xcf/xbb <CJK>
+<U9E93> /xcf/xbc <CJK>
+<U7984> /xcf/xbd <CJK>
+<U808B> /xcf/xbe <CJK>
+<U9332> /xcf/xbf <CJK>
+<U8AD6> /xcf/xc0 <CJK>
+<U502D> /xcf/xc1 <CJK>
+<U548C> /xcf/xc2 <CJK>
+<U8A71> /xcf/xc3 <CJK>
+<U6B6A> /xcf/xc4 <CJK>
+<U8CC4> /xcf/xc5 <CJK>
+<U8107> /xcf/xc6 <CJK>
+<U60D1> /xcf/xc7 <CJK>
+<U67A0> /xcf/xc8 <CJK>
+<U9DF2> /xcf/xc9 <CJK>
+<U4E99> /xcf/xca <CJK>
+<U4E98> /xcf/xcb <CJK>
+<U9C10> /xcf/xcc <CJK>
+<U8A6B> /xcf/xcd <CJK>
+<U85C1> /xcf/xce <CJK>
+<U8568> /xcf/xcf <CJK>
+<U6900> /xcf/xd0 <CJK>
+<U6E7E> /xcf/xd1 <CJK>
+<U7897> /xcf/xd2 <CJK>
+<U8155> /xcf/xd3 <CJK>
+<U5F0C> /xd0/xa1 <CJK>
+<U4E10> /xd0/xa2 <CJK>
+<U4E15> /xd0/xa3 <CJK>
+<U4E2A> /xd0/xa4 <CJK>
+<U4E31> /xd0/xa5 <CJK>
+<U4E36> /xd0/xa6 <CJK>
+<U4E3C> /xd0/xa7 <CJK>
+<U4E3F> /xd0/xa8 <CJK>
+<U4E42> /xd0/xa9 <CJK>
+<U4E56> /xd0/xaa <CJK>
+<U4E58> /xd0/xab <CJK>
+<U4E82> /xd0/xac <CJK>
+<U4E85> /xd0/xad <CJK>
+<U8C6B> /xd0/xae <CJK>
+<U4E8A> /xd0/xaf <CJK>
+<U8212> /xd0/xb0 <CJK>
+<U5F0D> /xd0/xb1 <CJK>
+<U4E8E> /xd0/xb2 <CJK>
+<U4E9E> /xd0/xb3 <CJK>
+<U4E9F> /xd0/xb4 <CJK>
+<U4EA0> /xd0/xb5 <CJK>
+<U4EA2> /xd0/xb6 <CJK>
+<U4EB0> /xd0/xb7 <CJK>
+<U4EB3> /xd0/xb8 <CJK>
+<U4EB6> /xd0/xb9 <CJK>
+<U4ECE> /xd0/xba <CJK>
+<U4ECD> /xd0/xbb <CJK>
+<U4EC4> /xd0/xbc <CJK>
+<U4EC6> /xd0/xbd <CJK>
+<U4EC2> /xd0/xbe <CJK>
+<U4ED7> /xd0/xbf <CJK>
+<U4EDE> /xd0/xc0 <CJK>
+<U4EED> /xd0/xc1 <CJK>
+<U4EDF> /xd0/xc2 <CJK>
+<U4EF7> /xd0/xc3 <CJK>
+<U4F09> /xd0/xc4 <CJK>
+<U4F5A> /xd0/xc5 <CJK>
+<U4F30> /xd0/xc6 <CJK>
+<U4F5B> /xd0/xc7 <CJK>
+<U4F5D> /xd0/xc8 <CJK>
+<U4F57> /xd0/xc9 <CJK>
+<U4F47> /xd0/xca <CJK>
+<U4F76> /xd0/xcb <CJK>
+<U4F88> /xd0/xcc <CJK>
+<U4F8F> /xd0/xcd <CJK>
+<U4F98> /xd0/xce <CJK>
+<U4F7B> /xd0/xcf <CJK>
+<U4F69> /xd0/xd0 <CJK>
+<U4F70> /xd0/xd1 <CJK>
+<U4F91> /xd0/xd2 <CJK>
+<U4F6F> /xd0/xd3 <CJK>
+<U4F86> /xd0/xd4 <CJK>
+<U4F96> /xd0/xd5 <CJK>
+<U5118> /xd0/xd6 <CJK>
+<U4FD4> /xd0/xd7 <CJK>
+<U4FDF> /xd0/xd8 <CJK>
+<U4FCE> /xd0/xd9 <CJK>
+<U4FD8> /xd0/xda <CJK>
+<U4FDB> /xd0/xdb <CJK>
+<U4FD1> /xd0/xdc <CJK>
+<U4FDA> /xd0/xdd <CJK>
+<U4FD0> /xd0/xde <CJK>
+<U4FE4> /xd0/xdf <CJK>
+<U4FE5> /xd0/xe0 <CJK>
+<U501A> /xd0/xe1 <CJK>
+<U5028> /xd0/xe2 <CJK>
+<U5014> /xd0/xe3 <CJK>
+<U502A> /xd0/xe4 <CJK>
+<U5025> /xd0/xe5 <CJK>
+<U5005> /xd0/xe6 <CJK>
+<U4F1C> /xd0/xe7 <CJK>
+<U4FF6> /xd0/xe8 <CJK>
+<U5021> /xd0/xe9 <CJK>
+<U5029> /xd0/xea <CJK>
+<U502C> /xd0/xeb <CJK>
+<U4FFE> /xd0/xec <CJK>
+<U4FEF> /xd0/xed <CJK>
+<U5011> /xd0/xee <CJK>
+<U5006> /xd0/xef <CJK>
+<U5043> /xd0/xf0 <CJK>
+<U5047> /xd0/xf1 <CJK>
+<U6703> /xd0/xf2 <CJK>
+<U5055> /xd0/xf3 <CJK>
+<U5050> /xd0/xf4 <CJK>
+<U5048> /xd0/xf5 <CJK>
+<U505A> /xd0/xf6 <CJK>
+<U5056> /xd0/xf7 <CJK>
+<U506C> /xd0/xf8 <CJK>
+<U5078> /xd0/xf9 <CJK>
+<U5080> /xd0/xfa <CJK>
+<U509A> /xd0/xfb <CJK>
+<U5085> /xd0/xfc <CJK>
+<U50B4> /xd0/xfd <CJK>
+<U50B2> /xd0/xfe <CJK>
+<U50C9> /xd1/xa1 <CJK>
+<U50CA> /xd1/xa2 <CJK>
+<U50B3> /xd1/xa3 <CJK>
+<U50C2> /xd1/xa4 <CJK>
+<U50D6> /xd1/xa5 <CJK>
+<U50DE> /xd1/xa6 <CJK>
+<U50E5> /xd1/xa7 <CJK>
+<U50ED> /xd1/xa8 <CJK>
+<U50E3> /xd1/xa9 <CJK>
+<U50EE> /xd1/xaa <CJK>
+<U50F9> /xd1/xab <CJK>
+<U50F5> /xd1/xac <CJK>
+<U5109> /xd1/xad <CJK>
+<U5101> /xd1/xae <CJK>
+<U5102> /xd1/xaf <CJK>
+<U5116> /xd1/xb0 <CJK>
+<U5115> /xd1/xb1 <CJK>
+<U5114> /xd1/xb2 <CJK>
+<U511A> /xd1/xb3 <CJK>
+<U5121> /xd1/xb4 <CJK>
+<U513A> /xd1/xb5 <CJK>
+<U5137> /xd1/xb6 <CJK>
+<U513C> /xd1/xb7 <CJK>
+<U513B> /xd1/xb8 <CJK>
+<U513F> /xd1/xb9 <CJK>
+<U5140> /xd1/xba <CJK>
+<U5152> /xd1/xbb <CJK>
+<U514C> /xd1/xbc <CJK>
+<U5154> /xd1/xbd <CJK>
+<U5162> /xd1/xbe <CJK>
+<U7AF8> /xd1/xbf <CJK>
+<U5169> /xd1/xc0 <CJK>
+<U516A> /xd1/xc1 <CJK>
+<U516E> /xd1/xc2 <CJK>
+<U5180> /xd1/xc3 <CJK>
+<U5182> /xd1/xc4 <CJK>
+<U56D8> /xd1/xc5 <CJK>
+<U518C> /xd1/xc6 <CJK>
+<U5189> /xd1/xc7 <CJK>
+<U518F> /xd1/xc8 <CJK>
+<U5191> /xd1/xc9 <CJK>
+<U5193> /xd1/xca <CJK>
+<U5195> /xd1/xcb <CJK>
+<U5196> /xd1/xcc <CJK>
+<U51A4> /xd1/xcd <CJK>
+<U51A6> /xd1/xce <CJK>
+<U51A2> /xd1/xcf <CJK>
+<U51A9> /xd1/xd0 <CJK>
+<U51AA> /xd1/xd1 <CJK>
+<U51AB> /xd1/xd2 <CJK>
+<U51B3> /xd1/xd3 <CJK>
+<U51B1> /xd1/xd4 <CJK>
+<U51B2> /xd1/xd5 <CJK>
+<U51B0> /xd1/xd6 <CJK>
+<U51B5> /xd1/xd7 <CJK>
+<U51BD> /xd1/xd8 <CJK>
+<U51C5> /xd1/xd9 <CJK>
+<U51C9> /xd1/xda <CJK>
+<U51DB> /xd1/xdb <CJK>
+<U51E0> /xd1/xdc <CJK>
+<U8655> /xd1/xdd <CJK>
+<U51E9> /xd1/xde <CJK>
+<U51ED> /xd1/xdf <CJK>
+<U51F0> /xd1/xe0 <CJK>
+<U51F5> /xd1/xe1 <CJK>
+<U51FE> /xd1/xe2 <CJK>
+<U5204> /xd1/xe3 <CJK>
+<U520B> /xd1/xe4 <CJK>
+<U5214> /xd1/xe5 <CJK>
+<U520E> /xd1/xe6 <CJK>
+<U5227> /xd1/xe7 <CJK>
+<U522A> /xd1/xe8 <CJK>
+<U522E> /xd1/xe9 <CJK>
+<U5233> /xd1/xea <CJK>
+<U5239> /xd1/xeb <CJK>
+<U524F> /xd1/xec <CJK>
+<U5244> /xd1/xed <CJK>
+<U524B> /xd1/xee <CJK>
+<U524C> /xd1/xef <CJK>
+<U525E> /xd1/xf0 <CJK>
+<U5254> /xd1/xf1 <CJK>
+<U526A> /xd1/xf2 <CJK>
+<U5274> /xd1/xf3 <CJK>
+<U5269> /xd1/xf4 <CJK>
+<U5273> /xd1/xf5 <CJK>
+<U527F> /xd1/xf6 <CJK>
+<U527D> /xd1/xf7 <CJK>
+<U528D> /xd1/xf8 <CJK>
+<U5294> /xd1/xf9 <CJK>
+<U5292> /xd1/xfa <CJK>
+<U5271> /xd1/xfb <CJK>
+<U5288> /xd1/xfc <CJK>
+<U5291> /xd1/xfd <CJK>
+<U8FA8> /xd1/xfe <CJK>
+<U8FA7> /xd2/xa1 <CJK>
+<U52AC> /xd2/xa2 <CJK>
+<U52AD> /xd2/xa3 <CJK>
+<U52BC> /xd2/xa4 <CJK>
+<U52B5> /xd2/xa5 <CJK>
+<U52C1> /xd2/xa6 <CJK>
+<U52CD> /xd2/xa7 <CJK>
+<U52D7> /xd2/xa8 <CJK>
+<U52DE> /xd2/xa9 <CJK>
+<U52E3> /xd2/xaa <CJK>
+<U52E6> /xd2/xab <CJK>
+<U98ED> /xd2/xac <CJK>
+<U52E0> /xd2/xad <CJK>
+<U52F3> /xd2/xae <CJK>
+<U52F5> /xd2/xaf <CJK>
+<U52F8> /xd2/xb0 <CJK>
+<U52F9> /xd2/xb1 <CJK>
+<U5306> /xd2/xb2 <CJK>
+<U5308> /xd2/xb3 <CJK>
+<U7538> /xd2/xb4 <CJK>
+<U530D> /xd2/xb5 <CJK>
+<U5310> /xd2/xb6 <CJK>
+<U530F> /xd2/xb7 <CJK>
+<U5315> /xd2/xb8 <CJK>
+<U531A> /xd2/xb9 <CJK>
+<U5323> /xd2/xba <CJK>
+<U532F> /xd2/xbb <CJK>
+<U5331> /xd2/xbc <CJK>
+<U5333> /xd2/xbd <CJK>
+<U5338> /xd2/xbe <CJK>
+<U5340> /xd2/xbf <CJK>
+<U5346> /xd2/xc0 <CJK>
+<U5345> /xd2/xc1 <CJK>
+<U4E17> /xd2/xc2 <CJK>
+<U5349> /xd2/xc3 <CJK>
+<U534D> /xd2/xc4 <CJK>
+<U51D6> /xd2/xc5 <CJK>
+<U535E> /xd2/xc6 <CJK>
+<U5369> /xd2/xc7 <CJK>
+<U536E> /xd2/xc8 <CJK>
+<U5918> /xd2/xc9 <CJK>
+<U537B> /xd2/xca <CJK>
+<U5377> /xd2/xcb <CJK>
+<U5382> /xd2/xcc <CJK>
+<U5396> /xd2/xcd <CJK>
+<U53A0> /xd2/xce <CJK>
+<U53A6> /xd2/xcf <CJK>
+<U53A5> /xd2/xd0 <CJK>
+<U53AE> /xd2/xd1 <CJK>
+<U53B0> /xd2/xd2 <CJK>
+<U53B6> /xd2/xd3 <CJK>
+<U53C3> /xd2/xd4 <CJK>
+<U7C12> /xd2/xd5 <CJK>
+<U96D9> /xd2/xd6 <CJK>
+<U53DF> /xd2/xd7 <CJK>
+<U66FC> /xd2/xd8 <CJK>
+<U71EE> /xd2/xd9 <CJK>
+<U53EE> /xd2/xda <CJK>
+<U53E8> /xd2/xdb <CJK>
+<U53ED> /xd2/xdc <CJK>
+<U53FA> /xd2/xdd <CJK>
+<U5401> /xd2/xde <CJK>
+<U543D> /xd2/xdf <CJK>
+<U5440> /xd2/xe0 <CJK>
+<U542C> /xd2/xe1 <CJK>
+<U542D> /xd2/xe2 <CJK>
+<U543C> /xd2/xe3 <CJK>
+<U542E> /xd2/xe4 <CJK>
+<U5436> /xd2/xe5 <CJK>
+<U5429> /xd2/xe6 <CJK>
+<U541D> /xd2/xe7 <CJK>
+<U544E> /xd2/xe8 <CJK>
+<U548F> /xd2/xe9 <CJK>
+<U5475> /xd2/xea <CJK>
+<U548E> /xd2/xeb <CJK>
+<U545F> /xd2/xec <CJK>
+<U5471> /xd2/xed <CJK>
+<U5477> /xd2/xee <CJK>
+<U5470> /xd2/xef <CJK>
+<U5492> /xd2/xf0 <CJK>
+<U547B> /xd2/xf1 <CJK>
+<U5480> /xd2/xf2 <CJK>
+<U5476> /xd2/xf3 <CJK>
+<U5484> /xd2/xf4 <CJK>
+<U5490> /xd2/xf5 <CJK>
+<U5486> /xd2/xf6 <CJK>
+<U54C7> /xd2/xf7 <CJK>
+<U54A2> /xd2/xf8 <CJK>
+<U54B8> /xd2/xf9 <CJK>
+<U54A5> /xd2/xfa <CJK>
+<U54AC> /xd2/xfb <CJK>
+<U54C4> /xd2/xfc <CJK>
+<U54C8> /xd2/xfd <CJK>
+<U54A8> /xd2/xfe <CJK>
+<U54AB> /xd3/xa1 <CJK>
+<U54C2> /xd3/xa2 <CJK>
+<U54A4> /xd3/xa3 <CJK>
+<U54BE> /xd3/xa4 <CJK>
+<U54BC> /xd3/xa5 <CJK>
+<U54D8> /xd3/xa6 <CJK>
+<U54E5> /xd3/xa7 <CJK>
+<U54E6> /xd3/xa8 <CJK>
+<U550F> /xd3/xa9 <CJK>
+<U5514> /xd3/xaa <CJK>
+<U54FD> /xd3/xab <CJK>
+<U54EE> /xd3/xac <CJK>
+<U54ED> /xd3/xad <CJK>
+<U54FA> /xd3/xae <CJK>
+<U54E2> /xd3/xaf <CJK>
+<U5539> /xd3/xb0 <CJK>
+<U5540> /xd3/xb1 <CJK>
+<U5563> /xd3/xb2 <CJK>
+<U554C> /xd3/xb3 <CJK>
+<U552E> /xd3/xb4 <CJK>
+<U555C> /xd3/xb5 <CJK>
+<U5545> /xd3/xb6 <CJK>
+<U5556> /xd3/xb7 <CJK>
+<U5557> /xd3/xb8 <CJK>
+<U5538> /xd3/xb9 <CJK>
+<U5533> /xd3/xba <CJK>
+<U555D> /xd3/xbb <CJK>
+<U5599> /xd3/xbc <CJK>
+<U5580> /xd3/xbd <CJK>
+<U54AF> /xd3/xbe <CJK>
+<U558A> /xd3/xbf <CJK>
+<U559F> /xd3/xc0 <CJK>
+<U557B> /xd3/xc1 <CJK>
+<U557E> /xd3/xc2 <CJK>
+<U5598> /xd3/xc3 <CJK>
+<U559E> /xd3/xc4 <CJK>
+<U55AE> /xd3/xc5 <CJK>
+<U557C> /xd3/xc6 <CJK>
+<U5583> /xd3/xc7 <CJK>
+<U55A9> /xd3/xc8 <CJK>
+<U5587> /xd3/xc9 <CJK>
+<U55A8> /xd3/xca <CJK>
+<U55DA> /xd3/xcb <CJK>
+<U55C5> /xd3/xcc <CJK>
+<U55DF> /xd3/xcd <CJK>
+<U55C4> /xd3/xce <CJK>
+<U55DC> /xd3/xcf <CJK>
+<U55E4> /xd3/xd0 <CJK>
+<U55D4> /xd3/xd1 <CJK>
+<U5614> /xd3/xd2 <CJK>
+<U55F7> /xd3/xd3 <CJK>
+<U5616> /xd3/xd4 <CJK>
+<U55FE> /xd3/xd5 <CJK>
+<U55FD> /xd3/xd6 <CJK>
+<U561B> /xd3/xd7 <CJK>
+<U55F9> /xd3/xd8 <CJK>
+<U564E> /xd3/xd9 <CJK>
+<U5650> /xd3/xda <CJK>
+<U71DF> /xd3/xdb <CJK>
+<U5634> /xd3/xdc <CJK>
+<U5636> /xd3/xdd <CJK>
+<U5632> /xd3/xde <CJK>
+<U5638> /xd3/xdf <CJK>
+<U566B> /xd3/xe0 <CJK>
+<U5664> /xd3/xe1 <CJK>
+<U562F> /xd3/xe2 <CJK>
+<U566C> /xd3/xe3 <CJK>
+<U566A> /xd3/xe4 <CJK>
+<U5686> /xd3/xe5 <CJK>
+<U5680> /xd3/xe6 <CJK>
+<U568A> /xd3/xe7 <CJK>
+<U56A0> /xd3/xe8 <CJK>
+<U5694> /xd3/xe9 <CJK>
+<U568F> /xd3/xea <CJK>
+<U56A5> /xd3/xeb <CJK>
+<U56AE> /xd3/xec <CJK>
+<U56B6> /xd3/xed <CJK>
+<U56B4> /xd3/xee <CJK>
+<U56C2> /xd3/xef <CJK>
+<U56BC> /xd3/xf0 <CJK>
+<U56C1> /xd3/xf1 <CJK>
+<U56C3> /xd3/xf2 <CJK>
+<U56C0> /xd3/xf3 <CJK>
+<U56C8> /xd3/xf4 <CJK>
+<U56CE> /xd3/xf5 <CJK>
+<U56D1> /xd3/xf6 <CJK>
+<U56D3> /xd3/xf7 <CJK>
+<U56D7> /xd3/xf8 <CJK>
+<U56EE> /xd3/xf9 <CJK>
+<U56F9> /xd3/xfa <CJK>
+<U5700> /xd3/xfb <CJK>
+<U56FF> /xd3/xfc <CJK>
+<U5704> /xd3/xfd <CJK>
+<U5709> /xd3/xfe <CJK>
+<U5708> /xd4/xa1 <CJK>
+<U570B> /xd4/xa2 <CJK>
+<U570D> /xd4/xa3 <CJK>
+<U5713> /xd4/xa4 <CJK>
+<U5718> /xd4/xa5 <CJK>
+<U5716> /xd4/xa6 <CJK>
+<U55C7> /xd4/xa7 <CJK>
+<U571C> /xd4/xa8 <CJK>
+<U5726> /xd4/xa9 <CJK>
+<U5737> /xd4/xaa <CJK>
+<U5738> /xd4/xab <CJK>
+<U574E> /xd4/xac <CJK>
+<U573B> /xd4/xad <CJK>
+<U5740> /xd4/xae <CJK>
+<U574F> /xd4/xaf <CJK>
+<U5769> /xd4/xb0 <CJK>
+<U57C0> /xd4/xb1 <CJK>
+<U5788> /xd4/xb2 <CJK>
+<U5761> /xd4/xb3 <CJK>
+<U577F> /xd4/xb4 <CJK>
+<U5789> /xd4/xb5 <CJK>
+<U5793> /xd4/xb6 <CJK>
+<U57A0> /xd4/xb7 <CJK>
+<U57B3> /xd4/xb8 <CJK>
+<U57A4> /xd4/xb9 <CJK>
+<U57AA> /xd4/xba <CJK>
+<U57B0> /xd4/xbb <CJK>
+<U57C3> /xd4/xbc <CJK>
+<U57C6> /xd4/xbd <CJK>
+<U57D4> /xd4/xbe <CJK>
+<U57D2> /xd4/xbf <CJK>
+<U57D3> /xd4/xc0 <CJK>
+<U580A> /xd4/xc1 <CJK>
+<U57D6> /xd4/xc2 <CJK>
+<U57E3> /xd4/xc3 <CJK>
+<U580B> /xd4/xc4 <CJK>
+<U5819> /xd4/xc5 <CJK>
+<U581D> /xd4/xc6 <CJK>
+<U5872> /xd4/xc7 <CJK>
+<U5821> /xd4/xc8 <CJK>
+<U5862> /xd4/xc9 <CJK>
+<U584B> /xd4/xca <CJK>
+<U5870> /xd4/xcb <CJK>
+<U6BC0> /xd4/xcc <CJK>
+<U5852> /xd4/xcd <CJK>
+<U583D> /xd4/xce <CJK>
+<U5879> /xd4/xcf <CJK>
+<U5885> /xd4/xd0 <CJK>
+<U58B9> /xd4/xd1 <CJK>
+<U589F> /xd4/xd2 <CJK>
+<U58AB> /xd4/xd3 <CJK>
+<U58BA> /xd4/xd4 <CJK>
+<U58DE> /xd4/xd5 <CJK>
+<U58BB> /xd4/xd6 <CJK>
+<U58B8> /xd4/xd7 <CJK>
+<U58AE> /xd4/xd8 <CJK>
+<U58C5> /xd4/xd9 <CJK>
+<U58D3> /xd4/xda <CJK>
+<U58D1> /xd4/xdb <CJK>
+<U58D7> /xd4/xdc <CJK>
+<U58D9> /xd4/xdd <CJK>
+<U58D8> /xd4/xde <CJK>
+<U58E5> /xd4/xdf <CJK>
+<U58DC> /xd4/xe0 <CJK>
+<U58E4> /xd4/xe1 <CJK>
+<U58DF> /xd4/xe2 <CJK>
+<U58EF> /xd4/xe3 <CJK>
+<U58FA> /xd4/xe4 <CJK>
+<U58F9> /xd4/xe5 <CJK>
+<U58FB> /xd4/xe6 <CJK>
+<U58FC> /xd4/xe7 <CJK>
+<U58FD> /xd4/xe8 <CJK>
+<U5902> /xd4/xe9 <CJK>
+<U590A> /xd4/xea <CJK>
+<U5910> /xd4/xeb <CJK>
+<U591B> /xd4/xec <CJK>
+<U68A6> /xd4/xed <CJK>
+<U5925> /xd4/xee <CJK>
+<U592C> /xd4/xef <CJK>
+<U592D> /xd4/xf0 <CJK>
+<U5932> /xd4/xf1 <CJK>
+<U5938> /xd4/xf2 <CJK>
+<U593E> /xd4/xf3 <CJK>
+<U7AD2> /xd4/xf4 <CJK>
+<U5955> /xd4/xf5 <CJK>
+<U5950> /xd4/xf6 <CJK>
+<U594E> /xd4/xf7 <CJK>
+<U595A> /xd4/xf8 <CJK>
+<U5958> /xd4/xf9 <CJK>
+<U5962> /xd4/xfa <CJK>
+<U5960> /xd4/xfb <CJK>
+<U5967> /xd4/xfc <CJK>
+<U596C> /xd4/xfd <CJK>
+<U5969> /xd4/xfe <CJK>
+<U5978> /xd5/xa1 <CJK>
+<U5981> /xd5/xa2 <CJK>
+<U599D> /xd5/xa3 <CJK>
+<U4F5E> /xd5/xa4 <CJK>
+<U4FAB> /xd5/xa5 <CJK>
+<U59A3> /xd5/xa6 <CJK>
+<U59B2> /xd5/xa7 <CJK>
+<U59C6> /xd5/xa8 <CJK>
+<U59E8> /xd5/xa9 <CJK>
+<U59DC> /xd5/xaa <CJK>
+<U598D> /xd5/xab <CJK>
+<U59D9> /xd5/xac <CJK>
+<U59DA> /xd5/xad <CJK>
+<U5A25> /xd5/xae <CJK>
+<U5A1F> /xd5/xaf <CJK>
+<U5A11> /xd5/xb0 <CJK>
+<U5A1C> /xd5/xb1 <CJK>
+<U5A09> /xd5/xb2 <CJK>
+<U5A1A> /xd5/xb3 <CJK>
+<U5A40> /xd5/xb4 <CJK>
+<U5A6C> /xd5/xb5 <CJK>
+<U5A49> /xd5/xb6 <CJK>
+<U5A35> /xd5/xb7 <CJK>
+<U5A36> /xd5/xb8 <CJK>
+<U5A62> /xd5/xb9 <CJK>
+<U5A6A> /xd5/xba <CJK>
+<U5A9A> /xd5/xbb <CJK>
+<U5ABC> /xd5/xbc <CJK>
+<U5ABE> /xd5/xbd <CJK>
+<U5ACB> /xd5/xbe <CJK>
+<U5AC2> /xd5/xbf <CJK>
+<U5ABD> /xd5/xc0 <CJK>
+<U5AE3> /xd5/xc1 <CJK>
+<U5AD7> /xd5/xc2 <CJK>
+<U5AE6> /xd5/xc3 <CJK>
+<U5AE9> /xd5/xc4 <CJK>
+<U5AD6> /xd5/xc5 <CJK>
+<U5AFA> /xd5/xc6 <CJK>
+<U5AFB> /xd5/xc7 <CJK>
+<U5B0C> /xd5/xc8 <CJK>
+<U5B0B> /xd5/xc9 <CJK>
+<U5B16> /xd5/xca <CJK>
+<U5B32> /xd5/xcb <CJK>
+<U5AD0> /xd5/xcc <CJK>
+<U5B2A> /xd5/xcd <CJK>
+<U5B36> /xd5/xce <CJK>
+<U5B3E> /xd5/xcf <CJK>
+<U5B43> /xd5/xd0 <CJK>
+<U5B45> /xd5/xd1 <CJK>
+<U5B40> /xd5/xd2 <CJK>
+<U5B51> /xd5/xd3 <CJK>
+<U5B55> /xd5/xd4 <CJK>
+<U5B5A> /xd5/xd5 <CJK>
+<U5B5B> /xd5/xd6 <CJK>
+<U5B65> /xd5/xd7 <CJK>
+<U5B69> /xd5/xd8 <CJK>
+<U5B70> /xd5/xd9 <CJK>
+<U5B73> /xd5/xda <CJK>
+<U5B75> /xd5/xdb <CJK>
+<U5B78> /xd5/xdc <CJK>
+<U6588> /xd5/xdd <CJK>
+<U5B7A> /xd5/xde <CJK>
+<U5B80> /xd5/xdf <CJK>
+<U5B83> /xd5/xe0 <CJK>
+<U5BA6> /xd5/xe1 <CJK>
+<U5BB8> /xd5/xe2 <CJK>
+<U5BC3> /xd5/xe3 <CJK>
+<U5BC7> /xd5/xe4 <CJK>
+<U5BC9> /xd5/xe5 <CJK>
+<U5BD4> /xd5/xe6 <CJK>
+<U5BD0> /xd5/xe7 <CJK>
+<U5BE4> /xd5/xe8 <CJK>
+<U5BE6> /xd5/xe9 <CJK>
+<U5BE2> /xd5/xea <CJK>
+<U5BDE> /xd5/xeb <CJK>
+<U5BE5> /xd5/xec <CJK>
+<U5BEB> /xd5/xed <CJK>
+<U5BF0> /xd5/xee <CJK>
+<U5BF6> /xd5/xef <CJK>
+<U5BF3> /xd5/xf0 <CJK>
+<U5C05> /xd5/xf1 <CJK>
+<U5C07> /xd5/xf2 <CJK>
+<U5C08> /xd5/xf3 <CJK>
+<U5C0D> /xd5/xf4 <CJK>
+<U5C13> /xd5/xf5 <CJK>
+<U5C20> /xd5/xf6 <CJK>
+<U5C22> /xd5/xf7 <CJK>
+<U5C28> /xd5/xf8 <CJK>
+<U5C38> /xd5/xf9 <CJK>
+<U5C39> /xd5/xfa <CJK>
+<U5C41> /xd5/xfb <CJK>
+<U5C46> /xd5/xfc <CJK>
+<U5C4E> /xd5/xfd <CJK>
+<U5C53> /xd5/xfe <CJK>
+<U5C50> /xd6/xa1 <CJK>
+<U5C4F> /xd6/xa2 <CJK>
+<U5B71> /xd6/xa3 <CJK>
+<U5C6C> /xd6/xa4 <CJK>
+<U5C6E> /xd6/xa5 <CJK>
+<U4E62> /xd6/xa6 <CJK>
+<U5C76> /xd6/xa7 <CJK>
+<U5C79> /xd6/xa8 <CJK>
+<U5C8C> /xd6/xa9 <CJK>
+<U5C91> /xd6/xaa <CJK>
+<U5C94> /xd6/xab <CJK>
+<U599B> /xd6/xac <CJK>
+<U5CAB> /xd6/xad <CJK>
+<U5CBB> /xd6/xae <CJK>
+<U5CB6> /xd6/xaf <CJK>
+<U5CBC> /xd6/xb0 <CJK>
+<U5CB7> /xd6/xb1 <CJK>
+<U5CC5> /xd6/xb2 <CJK>
+<U5CBE> /xd6/xb3 <CJK>
+<U5CC7> /xd6/xb4 <CJK>
+<U5CD9> /xd6/xb5 <CJK>
+<U5CE9> /xd6/xb6 <CJK>
+<U5CFD> /xd6/xb7 <CJK>
+<U5CFA> /xd6/xb8 <CJK>
+<U5CED> /xd6/xb9 <CJK>
+<U5D8C> /xd6/xba <CJK>
+<U5CEA> /xd6/xbb <CJK>
+<U5D0B> /xd6/xbc <CJK>
+<U5D15> /xd6/xbd <CJK>
+<U5D17> /xd6/xbe <CJK>
+<U5D5C> /xd6/xbf <CJK>
+<U5D1F> /xd6/xc0 <CJK>
+<U5D1B> /xd6/xc1 <CJK>
+<U5D11> /xd6/xc2 <CJK>
+<U5D14> /xd6/xc3 <CJK>
+<U5D22> /xd6/xc4 <CJK>
+<U5D1A> /xd6/xc5 <CJK>
+<U5D19> /xd6/xc6 <CJK>
+<U5D18> /xd6/xc7 <CJK>
+<U5D4C> /xd6/xc8 <CJK>
+<U5D52> /xd6/xc9 <CJK>
+<U5D4E> /xd6/xca <CJK>
+<U5D4B> /xd6/xcb <CJK>
+<U5D6C> /xd6/xcc <CJK>
+<U5D73> /xd6/xcd <CJK>
+<U5D76> /xd6/xce <CJK>
+<U5D87> /xd6/xcf <CJK>
+<U5D84> /xd6/xd0 <CJK>
+<U5D82> /xd6/xd1 <CJK>
+<U5DA2> /xd6/xd2 <CJK>
+<U5D9D> /xd6/xd3 <CJK>
+<U5DAC> /xd6/xd4 <CJK>
+<U5DAE> /xd6/xd5 <CJK>
+<U5DBD> /xd6/xd6 <CJK>
+<U5D90> /xd6/xd7 <CJK>
+<U5DB7> /xd6/xd8 <CJK>
+<U5DBC> /xd6/xd9 <CJK>
+<U5DC9> /xd6/xda <CJK>
+<U5DCD> /xd6/xdb <CJK>
+<U5DD3> /xd6/xdc <CJK>
+<U5DD2> /xd6/xdd <CJK>
+<U5DD6> /xd6/xde <CJK>
+<U5DDB> /xd6/xdf <CJK>
+<U5DEB> /xd6/xe0 <CJK>
+<U5DF2> /xd6/xe1 <CJK>
+<U5DF5> /xd6/xe2 <CJK>
+<U5E0B> /xd6/xe3 <CJK>
+<U5E1A> /xd6/xe4 <CJK>
+<U5E19> /xd6/xe5 <CJK>
+<U5E11> /xd6/xe6 <CJK>
+<U5E1B> /xd6/xe7 <CJK>
+<U5E36> /xd6/xe8 <CJK>
+<U5E37> /xd6/xe9 <CJK>
+<U5E44> /xd6/xea <CJK>
+<U5E43> /xd6/xeb <CJK>
+<U5E40> /xd6/xec <CJK>
+<U5E4E> /xd6/xed <CJK>
+<U5E57> /xd6/xee <CJK>
+<U5E54> /xd6/xef <CJK>
+<U5E5F> /xd6/xf0 <CJK>
+<U5E62> /xd6/xf1 <CJK>
+<U5E64> /xd6/xf2 <CJK>
+<U5E47> /xd6/xf3 <CJK>
+<U5E75> /xd6/xf4 <CJK>
+<U5E76> /xd6/xf5 <CJK>
+<U5E7A> /xd6/xf6 <CJK>
+<U9EBC> /xd6/xf7 <CJK>
+<U5E7F> /xd6/xf8 <CJK>
+<U5EA0> /xd6/xf9 <CJK>
+<U5EC1> /xd6/xfa <CJK>
+<U5EC2> /xd6/xfb <CJK>
+<U5EC8> /xd6/xfc <CJK>
+<U5ED0> /xd6/xfd <CJK>
+<U5ECF> /xd6/xfe <CJK>
+<U5ED6> /xd7/xa1 <CJK>
+<U5EE3> /xd7/xa2 <CJK>
+<U5EDD> /xd7/xa3 <CJK>
+<U5EDA> /xd7/xa4 <CJK>
+<U5EDB> /xd7/xa5 <CJK>
+<U5EE2> /xd7/xa6 <CJK>
+<U5EE1> /xd7/xa7 <CJK>
+<U5EE8> /xd7/xa8 <CJK>
+<U5EE9> /xd7/xa9 <CJK>
+<U5EEC> /xd7/xaa <CJK>
+<U5EF1> /xd7/xab <CJK>
+<U5EF3> /xd7/xac <CJK>
+<U5EF0> /xd7/xad <CJK>
+<U5EF4> /xd7/xae <CJK>
+<U5EF8> /xd7/xaf <CJK>
+<U5EFE> /xd7/xb0 <CJK>
+<U5F03> /xd7/xb1 <CJK>
+<U5F09> /xd7/xb2 <CJK>
+<U5F5D> /xd7/xb3 <CJK>
+<U5F5C> /xd7/xb4 <CJK>
+<U5F0B> /xd7/xb5 <CJK>
+<U5F11> /xd7/xb6 <CJK>
+<U5F16> /xd7/xb7 <CJK>
+<U5F29> /xd7/xb8 <CJK>
+<U5F2D> /xd7/xb9 <CJK>
+<U5F38> /xd7/xba <CJK>
+<U5F41> /xd7/xbb <CJK>
+<U5F48> /xd7/xbc <CJK>
+<U5F4C> /xd7/xbd <CJK>
+<U5F4E> /xd7/xbe <CJK>
+<U5F2F> /xd7/xbf <CJK>
+<U5F51> /xd7/xc0 <CJK>
+<U5F56> /xd7/xc1 <CJK>
+<U5F57> /xd7/xc2 <CJK>
+<U5F59> /xd7/xc3 <CJK>
+<U5F61> /xd7/xc4 <CJK>
+<U5F6D> /xd7/xc5 <CJK>
+<U5F73> /xd7/xc6 <CJK>
+<U5F77> /xd7/xc7 <CJK>
+<U5F83> /xd7/xc8 <CJK>
+<U5F82> /xd7/xc9 <CJK>
+<U5F7F> /xd7/xca <CJK>
+<U5F8A> /xd7/xcb <CJK>
+<U5F88> /xd7/xcc <CJK>
+<U5F91> /xd7/xcd <CJK>
+<U5F87> /xd7/xce <CJK>
+<U5F9E> /xd7/xcf <CJK>
+<U5F99> /xd7/xd0 <CJK>
+<U5F98> /xd7/xd1 <CJK>
+<U5FA0> /xd7/xd2 <CJK>
+<U5FA8> /xd7/xd3 <CJK>
+<U5FAD> /xd7/xd4 <CJK>
+<U5FBC> /xd7/xd5 <CJK>
+<U5FD6> /xd7/xd6 <CJK>
+<U5FFB> /xd7/xd7 <CJK>
+<U5FE4> /xd7/xd8 <CJK>
+<U5FF8> /xd7/xd9 <CJK>
+<U5FF1> /xd7/xda <CJK>
+<U5FDD> /xd7/xdb <CJK>
+<U60B3> /xd7/xdc <CJK>
+<U5FFF> /xd7/xdd <CJK>
+<U6021> /xd7/xde <CJK>
+<U6060> /xd7/xdf <CJK>
+<U6019> /xd7/xe0 <CJK>
+<U6010> /xd7/xe1 <CJK>
+<U6029> /xd7/xe2 <CJK>
+<U600E> /xd7/xe3 <CJK>
+<U6031> /xd7/xe4 <CJK>
+<U601B> /xd7/xe5 <CJK>
+<U6015> /xd7/xe6 <CJK>
+<U602B> /xd7/xe7 <CJK>
+<U6026> /xd7/xe8 <CJK>
+<U600F> /xd7/xe9 <CJK>
+<U603A> /xd7/xea <CJK>
+<U605A> /xd7/xeb <CJK>
+<U6041> /xd7/xec <CJK>
+<U606A> /xd7/xed <CJK>
+<U6077> /xd7/xee <CJK>
+<U605F> /xd7/xef <CJK>
+<U604A> /xd7/xf0 <CJK>
+<U6046> /xd7/xf1 <CJK>
+<U604D> /xd7/xf2 <CJK>
+<U6063> /xd7/xf3 <CJK>
+<U6043> /xd7/xf4 <CJK>
+<U6064> /xd7/xf5 <CJK>
+<U6042> /xd7/xf6 <CJK>
+<U606C> /xd7/xf7 <CJK>
+<U606B> /xd7/xf8 <CJK>
+<U6059> /xd7/xf9 <CJK>
+<U6081> /xd7/xfa <CJK>
+<U608D> /xd7/xfb <CJK>
+<U60E7> /xd7/xfc <CJK>
+<U6083> /xd7/xfd <CJK>
+<U609A> /xd7/xfe <CJK>
+<U6084> /xd8/xa1 <CJK>
+<U609B> /xd8/xa2 <CJK>
+<U6096> /xd8/xa3 <CJK>
+<U6097> /xd8/xa4 <CJK>
+<U6092> /xd8/xa5 <CJK>
+<U60A7> /xd8/xa6 <CJK>
+<U608B> /xd8/xa7 <CJK>
+<U60E1> /xd8/xa8 <CJK>
+<U60B8> /xd8/xa9 <CJK>
+<U60E0> /xd8/xaa <CJK>
+<U60D3> /xd8/xab <CJK>
+<U60B4> /xd8/xac <CJK>
+<U5FF0> /xd8/xad <CJK>
+<U60BD> /xd8/xae <CJK>
+<U60C6> /xd8/xaf <CJK>
+<U60B5> /xd8/xb0 <CJK>
+<U60D8> /xd8/xb1 <CJK>
+<U614D> /xd8/xb2 <CJK>
+<U6115> /xd8/xb3 <CJK>
+<U6106> /xd8/xb4 <CJK>
+<U60F6> /xd8/xb5 <CJK>
+<U60F7> /xd8/xb6 <CJK>
+<U6100> /xd8/xb7 <CJK>
+<U60F4> /xd8/xb8 <CJK>
+<U60FA> /xd8/xb9 <CJK>
+<U6103> /xd8/xba <CJK>
+<U6121> /xd8/xbb <CJK>
+<U60FB> /xd8/xbc <CJK>
+<U60F1> /xd8/xbd <CJK>
+<U610D> /xd8/xbe <CJK>
+<U610E> /xd8/xbf <CJK>
+<U6147> /xd8/xc0 <CJK>
+<U613E> /xd8/xc1 <CJK>
+<U6128> /xd8/xc2 <CJK>
+<U6127> /xd8/xc3 <CJK>
+<U614A> /xd8/xc4 <CJK>
+<U613F> /xd8/xc5 <CJK>
+<U613C> /xd8/xc6 <CJK>
+<U612C> /xd8/xc7 <CJK>
+<U6134> /xd8/xc8 <CJK>
+<U613D> /xd8/xc9 <CJK>
+<U6142> /xd8/xca <CJK>
+<U6144> /xd8/xcb <CJK>
+<U6173> /xd8/xcc <CJK>
+<U6177> /xd8/xcd <CJK>
+<U6158> /xd8/xce <CJK>
+<U6159> /xd8/xcf <CJK>
+<U615A> /xd8/xd0 <CJK>
+<U616B> /xd8/xd1 <CJK>
+<U6174> /xd8/xd2 <CJK>
+<U616F> /xd8/xd3 <CJK>
+<U6165> /xd8/xd4 <CJK>
+<U6171> /xd8/xd5 <CJK>
+<U615F> /xd8/xd6 <CJK>
+<U615D> /xd8/xd7 <CJK>
+<U6153> /xd8/xd8 <CJK>
+<U6175> /xd8/xd9 <CJK>
+<U6199> /xd8/xda <CJK>
+<U6196> /xd8/xdb <CJK>
+<U6187> /xd8/xdc <CJK>
+<U61AC> /xd8/xdd <CJK>
+<U6194> /xd8/xde <CJK>
+<U619A> /xd8/xdf <CJK>
+<U618A> /xd8/xe0 <CJK>
+<U6191> /xd8/xe1 <CJK>
+<U61AB> /xd8/xe2 <CJK>
+<U61AE> /xd8/xe3 <CJK>
+<U61CC> /xd8/xe4 <CJK>
+<U61CA> /xd8/xe5 <CJK>
+<U61C9> /xd8/xe6 <CJK>
+<U61F7> /xd8/xe7 <CJK>
+<U61C8> /xd8/xe8 <CJK>
+<U61C3> /xd8/xe9 <CJK>
+<U61C6> /xd8/xea <CJK>
+<U61BA> /xd8/xeb <CJK>
+<U61CB> /xd8/xec <CJK>
+<U7F79> /xd8/xed <CJK>
+<U61CD> /xd8/xee <CJK>
+<U61E6> /xd8/xef <CJK>
+<U61E3> /xd8/xf0 <CJK>
+<U61F6> /xd8/xf1 <CJK>
+<U61FA> /xd8/xf2 <CJK>
+<U61F4> /xd8/xf3 <CJK>
+<U61FF> /xd8/xf4 <CJK>
+<U61FD> /xd8/xf5 <CJK>
+<U61FC> /xd8/xf6 <CJK>
+<U61FE> /xd8/xf7 <CJK>
+<U6200> /xd8/xf8 <CJK>
+<U6208> /xd8/xf9 <CJK>
+<U6209> /xd8/xfa <CJK>
+<U620D> /xd8/xfb <CJK>
+<U620C> /xd8/xfc <CJK>
+<U6214> /xd8/xfd <CJK>
+<U621B> /xd8/xfe <CJK>
+<U621E> /xd9/xa1 <CJK>
+<U6221> /xd9/xa2 <CJK>
+<U622A> /xd9/xa3 <CJK>
+<U622E> /xd9/xa4 <CJK>
+<U6230> /xd9/xa5 <CJK>
+<U6232> /xd9/xa6 <CJK>
+<U6233> /xd9/xa7 <CJK>
+<U6241> /xd9/xa8 <CJK>
+<U624E> /xd9/xa9 <CJK>
+<U625E> /xd9/xaa <CJK>
+<U6263> /xd9/xab <CJK>
+<U625B> /xd9/xac <CJK>
+<U6260> /xd9/xad <CJK>
+<U6268> /xd9/xae <CJK>
+<U627C> /xd9/xaf <CJK>
+<U6282> /xd9/xb0 <CJK>
+<U6289> /xd9/xb1 <CJK>
+<U627E> /xd9/xb2 <CJK>
+<U6292> /xd9/xb3 <CJK>
+<U6293> /xd9/xb4 <CJK>
+<U6296> /xd9/xb5 <CJK>
+<U62D4> /xd9/xb6 <CJK>
+<U6283> /xd9/xb7 <CJK>
+<U6294> /xd9/xb8 <CJK>
+<U62D7> /xd9/xb9 <CJK>
+<U62D1> /xd9/xba <CJK>
+<U62BB> /xd9/xbb <CJK>
+<U62CF> /xd9/xbc <CJK>
+<U62FF> /xd9/xbd <CJK>
+<U62C6> /xd9/xbe <CJK>
+<U64D4> /xd9/xbf <CJK>
+<U62C8> /xd9/xc0 <CJK>
+<U62DC> /xd9/xc1 <CJK>
+<U62CC> /xd9/xc2 <CJK>
+<U62CA> /xd9/xc3 <CJK>
+<U62C2> /xd9/xc4 <CJK>
+<U62C7> /xd9/xc5 <CJK>
+<U629B> /xd9/xc6 <CJK>
+<U62C9> /xd9/xc7 <CJK>
+<U630C> /xd9/xc8 <CJK>
+<U62EE> /xd9/xc9 <CJK>
+<U62F1> /xd9/xca <CJK>
+<U6327> /xd9/xcb <CJK>
+<U6302> /xd9/xcc <CJK>
+<U6308> /xd9/xcd <CJK>
+<U62EF> /xd9/xce <CJK>
+<U62F5> /xd9/xcf <CJK>
+<U6350> /xd9/xd0 <CJK>
+<U633E> /xd9/xd1 <CJK>
+<U634D> /xd9/xd2 <CJK>
+<U641C> /xd9/xd3 <CJK>
+<U634F> /xd9/xd4 <CJK>
+<U6396> /xd9/xd5 <CJK>
+<U638E> /xd9/xd6 <CJK>
+<U6380> /xd9/xd7 <CJK>
+<U63AB> /xd9/xd8 <CJK>
+<U6376> /xd9/xd9 <CJK>
+<U63A3> /xd9/xda <CJK>
+<U638F> /xd9/xdb <CJK>
+<U6389> /xd9/xdc <CJK>
+<U639F> /xd9/xdd <CJK>
+<U63B5> /xd9/xde <CJK>
+<U636B> /xd9/xdf <CJK>
+<U6369> /xd9/xe0 <CJK>
+<U63BE> /xd9/xe1 <CJK>
+<U63E9> /xd9/xe2 <CJK>
+<U63C0> /xd9/xe3 <CJK>
+<U63C6> /xd9/xe4 <CJK>
+<U63E3> /xd9/xe5 <CJK>
+<U63C9> /xd9/xe6 <CJK>
+<U63D2> /xd9/xe7 <CJK>
+<U63F6> /xd9/xe8 <CJK>
+<U63C4> /xd9/xe9 <CJK>
+<U6416> /xd9/xea <CJK>
+<U6434> /xd9/xeb <CJK>
+<U6406> /xd9/xec <CJK>
+<U6413> /xd9/xed <CJK>
+<U6426> /xd9/xee <CJK>
+<U6436> /xd9/xef <CJK>
+<U651D> /xd9/xf0 <CJK>
+<U6417> /xd9/xf1 <CJK>
+<U6428> /xd9/xf2 <CJK>
+<U640F> /xd9/xf3 <CJK>
+<U6467> /xd9/xf4 <CJK>
+<U646F> /xd9/xf5 <CJK>
+<U6476> /xd9/xf6 <CJK>
+<U644E> /xd9/xf7 <CJK>
+<U652A> /xd9/xf8 <CJK>
+<U6495> /xd9/xf9 <CJK>
+<U6493> /xd9/xfa <CJK>
+<U64A5> /xd9/xfb <CJK>
+<U64A9> /xd9/xfc <CJK>
+<U6488> /xd9/xfd <CJK>
+<U64BC> /xd9/xfe <CJK>
+<U64DA> /xda/xa1 <CJK>
+<U64D2> /xda/xa2 <CJK>
+<U64C5> /xda/xa3 <CJK>
+<U64C7> /xda/xa4 <CJK>
+<U64BB> /xda/xa5 <CJK>
+<U64D8> /xda/xa6 <CJK>
+<U64C2> /xda/xa7 <CJK>
+<U64F1> /xda/xa8 <CJK>
+<U64E7> /xda/xa9 <CJK>
+<U8209> /xda/xaa <CJK>
+<U64E0> /xda/xab <CJK>
+<U64E1> /xda/xac <CJK>
+<U62AC> /xda/xad <CJK>
+<U64E3> /xda/xae <CJK>
+<U64EF> /xda/xaf <CJK>
+<U652C> /xda/xb0 <CJK>
+<U64F6> /xda/xb1 <CJK>
+<U64F4> /xda/xb2 <CJK>
+<U64F2> /xda/xb3 <CJK>
+<U64FA> /xda/xb4 <CJK>
+<U6500> /xda/xb5 <CJK>
+<U64FD> /xda/xb6 <CJK>
+<U6518> /xda/xb7 <CJK>
+<U651C> /xda/xb8 <CJK>
+<U6505> /xda/xb9 <CJK>
+<U6524> /xda/xba <CJK>
+<U6523> /xda/xbb <CJK>
+<U652B> /xda/xbc <CJK>
+<U6534> /xda/xbd <CJK>
+<U6535> /xda/xbe <CJK>
+<U6537> /xda/xbf <CJK>
+<U6536> /xda/xc0 <CJK>
+<U6538> /xda/xc1 <CJK>
+<U754B> /xda/xc2 <CJK>
+<U6548> /xda/xc3 <CJK>
+<U6556> /xda/xc4 <CJK>
+<U6555> /xda/xc5 <CJK>
+<U654D> /xda/xc6 <CJK>
+<U6558> /xda/xc7 <CJK>
+<U655E> /xda/xc8 <CJK>
+<U655D> /xda/xc9 <CJK>
+<U6572> /xda/xca <CJK>
+<U6578> /xda/xcb <CJK>
+<U6582> /xda/xcc <CJK>
+<U6583> /xda/xcd <CJK>
+<U8B8A> /xda/xce <CJK>
+<U659B> /xda/xcf <CJK>
+<U659F> /xda/xd0 <CJK>
+<U65AB> /xda/xd1 <CJK>
+<U65B7> /xda/xd2 <CJK>
+<U65C3> /xda/xd3 <CJK>
+<U65C6> /xda/xd4 <CJK>
+<U65C1> /xda/xd5 <CJK>
+<U65C4> /xda/xd6 <CJK>
+<U65CC> /xda/xd7 <CJK>
+<U65D2> /xda/xd8 <CJK>
+<U65DB> /xda/xd9 <CJK>
+<U65D9> /xda/xda <CJK>
+<U65E0> /xda/xdb <CJK>
+<U65E1> /xda/xdc <CJK>
+<U65F1> /xda/xdd <CJK>
+<U6772> /xda/xde <CJK>
+<U660A> /xda/xdf <CJK>
+<U6603> /xda/xe0 <CJK>
+<U65FB> /xda/xe1 <CJK>
+<U6773> /xda/xe2 <CJK>
+<U6635> /xda/xe3 <CJK>
+<U6636> /xda/xe4 <CJK>
+<U6634> /xda/xe5 <CJK>
+<U661C> /xda/xe6 <CJK>
+<U664F> /xda/xe7 <CJK>
+<U6644> /xda/xe8 <CJK>
+<U6649> /xda/xe9 <CJK>
+<U6641> /xda/xea <CJK>
+<U665E> /xda/xeb <CJK>
+<U665D> /xda/xec <CJK>
+<U6664> /xda/xed <CJK>
+<U6667> /xda/xee <CJK>
+<U6668> /xda/xef <CJK>
+<U665F> /xda/xf0 <CJK>
+<U6662> /xda/xf1 <CJK>
+<U6670> /xda/xf2 <CJK>
+<U6683> /xda/xf3 <CJK>
+<U6688> /xda/xf4 <CJK>
+<U668E> /xda/xf5 <CJK>
+<U6689> /xda/xf6 <CJK>
+<U6684> /xda/xf7 <CJK>
+<U6698> /xda/xf8 <CJK>
+<U669D> /xda/xf9 <CJK>
+<U66C1> /xda/xfa <CJK>
+<U66B9> /xda/xfb <CJK>
+<U66C9> /xda/xfc <CJK>
+<U66BE> /xda/xfd <CJK>
+<U66BC> /xda/xfe <CJK>
+<U66C4> /xdb/xa1 <CJK>
+<U66B8> /xdb/xa2 <CJK>
+<U66D6> /xdb/xa3 <CJK>
+<U66DA> /xdb/xa4 <CJK>
+<U66E0> /xdb/xa5 <CJK>
+<U663F> /xdb/xa6 <CJK>
+<U66E6> /xdb/xa7 <CJK>
+<U66E9> /xdb/xa8 <CJK>
+<U66F0> /xdb/xa9 <CJK>
+<U66F5> /xdb/xaa <CJK>
+<U66F7> /xdb/xab <CJK>
+<U670F> /xdb/xac <CJK>
+<U6716> /xdb/xad <CJK>
+<U671E> /xdb/xae <CJK>
+<U6726> /xdb/xaf <CJK>
+<U6727> /xdb/xb0 <CJK>
+<U9738> /xdb/xb1 <CJK>
+<U672E> /xdb/xb2 <CJK>
+<U673F> /xdb/xb3 <CJK>
+<U6736> /xdb/xb4 <CJK>
+<U6741> /xdb/xb5 <CJK>
+<U6738> /xdb/xb6 <CJK>
+<U6737> /xdb/xb7 <CJK>
+<U6746> /xdb/xb8 <CJK>
+<U675E> /xdb/xb9 <CJK>
+<U6760> /xdb/xba <CJK>
+<U6759> /xdb/xbb <CJK>
+<U6763> /xdb/xbc <CJK>
+<U6764> /xdb/xbd <CJK>
+<U6789> /xdb/xbe <CJK>
+<U6770> /xdb/xbf <CJK>
+<U67A9> /xdb/xc0 <CJK>
+<U677C> /xdb/xc1 <CJK>
+<U676A> /xdb/xc2 <CJK>
+<U678C> /xdb/xc3 <CJK>
+<U678B> /xdb/xc4 <CJK>
+<U67A6> /xdb/xc5 <CJK>
+<U67A1> /xdb/xc6 <CJK>
+<U6785> /xdb/xc7 <CJK>
+<U67B7> /xdb/xc8 <CJK>
+<U67EF> /xdb/xc9 <CJK>
+<U67B4> /xdb/xca <CJK>
+<U67EC> /xdb/xcb <CJK>
+<U67B3> /xdb/xcc <CJK>
+<U67E9> /xdb/xcd <CJK>
+<U67B8> /xdb/xce <CJK>
+<U67E4> /xdb/xcf <CJK>
+<U67DE> /xdb/xd0 <CJK>
+<U67DD> /xdb/xd1 <CJK>
+<U67E2> /xdb/xd2 <CJK>
+<U67EE> /xdb/xd3 <CJK>
+<U67B9> /xdb/xd4 <CJK>
+<U67CE> /xdb/xd5 <CJK>
+<U67C6> /xdb/xd6 <CJK>
+<U67E7> /xdb/xd7 <CJK>
+<U6A9C> /xdb/xd8 <CJK>
+<U681E> /xdb/xd9 <CJK>
+<U6846> /xdb/xda <CJK>
+<U6829> /xdb/xdb <CJK>
+<U6840> /xdb/xdc <CJK>
+<U684D> /xdb/xdd <CJK>
+<U6832> /xdb/xde <CJK>
+<U684E> /xdb/xdf <CJK>
+<U68B3> /xdb/xe0 <CJK>
+<U682B> /xdb/xe1 <CJK>
+<U6859> /xdb/xe2 <CJK>
+<U6863> /xdb/xe3 <CJK>
+<U6877> /xdb/xe4 <CJK>
+<U687F> /xdb/xe5 <CJK>
+<U689F> /xdb/xe6 <CJK>
+<U688F> /xdb/xe7 <CJK>
+<U68AD> /xdb/xe8 <CJK>
+<U6894> /xdb/xe9 <CJK>
+<U689D> /xdb/xea <CJK>
+<U689B> /xdb/xeb <CJK>
+<U6883> /xdb/xec <CJK>
+<U6AAE> /xdb/xed <CJK>
+<U68B9> /xdb/xee <CJK>
+<U6874> /xdb/xef <CJK>
+<U68B5> /xdb/xf0 <CJK>
+<U68A0> /xdb/xf1 <CJK>
+<U68BA> /xdb/xf2 <CJK>
+<U690F> /xdb/xf3 <CJK>
+<U688D> /xdb/xf4 <CJK>
+<U687E> /xdb/xf5 <CJK>
+<U6901> /xdb/xf6 <CJK>
+<U68CA> /xdb/xf7 <CJK>
+<U6908> /xdb/xf8 <CJK>
+<U68D8> /xdb/xf9 <CJK>
+<U6922> /xdb/xfa <CJK>
+<U6926> /xdb/xfb <CJK>
+<U68E1> /xdb/xfc <CJK>
+<U690C> /xdb/xfd <CJK>
+<U68CD> /xdb/xfe <CJK>
+<U68D4> /xdc/xa1 <CJK>
+<U68E7> /xdc/xa2 <CJK>
+<U68D5> /xdc/xa3 <CJK>
+<U6936> /xdc/xa4 <CJK>
+<U6912> /xdc/xa5 <CJK>
+<U6904> /xdc/xa6 <CJK>
+<U68D7> /xdc/xa7 <CJK>
+<U68E3> /xdc/xa8 <CJK>
+<U6925> /xdc/xa9 <CJK>
+<U68F9> /xdc/xaa <CJK>
+<U68E0> /xdc/xab <CJK>
+<U68EF> /xdc/xac <CJK>
+<U6928> /xdc/xad <CJK>
+<U692A> /xdc/xae <CJK>
+<U691A> /xdc/xaf <CJK>
+<U6923> /xdc/xb0 <CJK>
+<U6921> /xdc/xb1 <CJK>
+<U68C6> /xdc/xb2 <CJK>
+<U6979> /xdc/xb3 <CJK>
+<U6977> /xdc/xb4 <CJK>
+<U695C> /xdc/xb5 <CJK>
+<U6978> /xdc/xb6 <CJK>
+<U696B> /xdc/xb7 <CJK>
+<U6954> /xdc/xb8 <CJK>
+<U697E> /xdc/xb9 <CJK>
+<U696E> /xdc/xba <CJK>
+<U6939> /xdc/xbb <CJK>
+<U6974> /xdc/xbc <CJK>
+<U693D> /xdc/xbd <CJK>
+<U6959> /xdc/xbe <CJK>
+<U6930> /xdc/xbf <CJK>
+<U6961> /xdc/xc0 <CJK>
+<U695E> /xdc/xc1 <CJK>
+<U695D> /xdc/xc2 <CJK>
+<U6981> /xdc/xc3 <CJK>
+<U696A> /xdc/xc4 <CJK>
+<U69B2> /xdc/xc5 <CJK>
+<U69AE> /xdc/xc6 <CJK>
+<U69D0> /xdc/xc7 <CJK>
+<U69BF> /xdc/xc8 <CJK>
+<U69C1> /xdc/xc9 <CJK>
+<U69D3> /xdc/xca <CJK>
+<U69BE> /xdc/xcb <CJK>
+<U69CE> /xdc/xcc <CJK>
+<U5BE8> /xdc/xcd <CJK>
+<U69CA> /xdc/xce <CJK>
+<U69DD> /xdc/xcf <CJK>
+<U69BB> /xdc/xd0 <CJK>
+<U69C3> /xdc/xd1 <CJK>
+<U69A7> /xdc/xd2 <CJK>
+<U6A2E> /xdc/xd3 <CJK>
+<U6991> /xdc/xd4 <CJK>
+<U69A0> /xdc/xd5 <CJK>
+<U699C> /xdc/xd6 <CJK>
+<U6995> /xdc/xd7 <CJK>
+<U69B4> /xdc/xd8 <CJK>
+<U69DE> /xdc/xd9 <CJK>
+<U69E8> /xdc/xda <CJK>
+<U6A02> /xdc/xdb <CJK>
+<U6A1B> /xdc/xdc <CJK>
+<U69FF> /xdc/xdd <CJK>
+<U6B0A> /xdc/xde <CJK>
+<U69F9> /xdc/xdf <CJK>
+<U69F2> /xdc/xe0 <CJK>
+<U69E7> /xdc/xe1 <CJK>
+<U6A05> /xdc/xe2 <CJK>
+<U69B1> /xdc/xe3 <CJK>
+<U6A1E> /xdc/xe4 <CJK>
+<U69ED> /xdc/xe5 <CJK>
+<U6A14> /xdc/xe6 <CJK>
+<U69EB> /xdc/xe7 <CJK>
+<U6A0A> /xdc/xe8 <CJK>
+<U6A12> /xdc/xe9 <CJK>
+<U6AC1> /xdc/xea <CJK>
+<U6A23> /xdc/xeb <CJK>
+<U6A13> /xdc/xec <CJK>
+<U6A44> /xdc/xed <CJK>
+<U6A0C> /xdc/xee <CJK>
+<U6A72> /xdc/xef <CJK>
+<U6A36> /xdc/xf0 <CJK>
+<U6A78> /xdc/xf1 <CJK>
+<U6A47> /xdc/xf2 <CJK>
+<U6A62> /xdc/xf3 <CJK>
+<U6A59> /xdc/xf4 <CJK>
+<U6A66> /xdc/xf5 <CJK>
+<U6A48> /xdc/xf6 <CJK>
+<U6A38> /xdc/xf7 <CJK>
+<U6A22> /xdc/xf8 <CJK>
+<U6A90> /xdc/xf9 <CJK>
+<U6A8D> /xdc/xfa <CJK>
+<U6AA0> /xdc/xfb <CJK>
+<U6A84> /xdc/xfc <CJK>
+<U6AA2> /xdc/xfd <CJK>
+<U6AA3> /xdc/xfe <CJK>
+<U6A97> /xdd/xa1 <CJK>
+<U8617> /xdd/xa2 <CJK>
+<U6ABB> /xdd/xa3 <CJK>
+<U6AC3> /xdd/xa4 <CJK>
+<U6AC2> /xdd/xa5 <CJK>
+<U6AB8> /xdd/xa6 <CJK>
+<U6AB3> /xdd/xa7 <CJK>
+<U6AAC> /xdd/xa8 <CJK>
+<U6ADE> /xdd/xa9 <CJK>
+<U6AD1> /xdd/xaa <CJK>
+<U6ADF> /xdd/xab <CJK>
+<U6AAA> /xdd/xac <CJK>
+<U6ADA> /xdd/xad <CJK>
+<U6AEA> /xdd/xae <CJK>
+<U6AFB> /xdd/xaf <CJK>
+<U6B05> /xdd/xb0 <CJK>
+<U8616> /xdd/xb1 <CJK>
+<U6AFA> /xdd/xb2 <CJK>
+<U6B12> /xdd/xb3 <CJK>
+<U6B16> /xdd/xb4 <CJK>
+<U9B31> /xdd/xb5 <CJK>
+<U6B1F> /xdd/xb6 <CJK>
+<U6B38> /xdd/xb7 <CJK>
+<U6B37> /xdd/xb8 <CJK>
+<U76DC> /xdd/xb9 <CJK>
+<U6B39> /xdd/xba <CJK>
+<U98EE> /xdd/xbb <CJK>
+<U6B47> /xdd/xbc <CJK>
+<U6B43> /xdd/xbd <CJK>
+<U6B49> /xdd/xbe <CJK>
+<U6B50> /xdd/xbf <CJK>
+<U6B59> /xdd/xc0 <CJK>
+<U6B54> /xdd/xc1 <CJK>
+<U6B5B> /xdd/xc2 <CJK>
+<U6B5F> /xdd/xc3 <CJK>
+<U6B61> /xdd/xc4 <CJK>
+<U6B78> /xdd/xc5 <CJK>
+<U6B79> /xdd/xc6 <CJK>
+<U6B7F> /xdd/xc7 <CJK>
+<U6B80> /xdd/xc8 <CJK>
+<U6B84> /xdd/xc9 <CJK>
+<U6B83> /xdd/xca <CJK>
+<U6B8D> /xdd/xcb <CJK>
+<U6B98> /xdd/xcc <CJK>
+<U6B95> /xdd/xcd <CJK>
+<U6B9E> /xdd/xce <CJK>
+<U6BA4> /xdd/xcf <CJK>
+<U6BAA> /xdd/xd0 <CJK>
+<U6BAB> /xdd/xd1 <CJK>
+<U6BAF> /xdd/xd2 <CJK>
+<U6BB2> /xdd/xd3 <CJK>
+<U6BB1> /xdd/xd4 <CJK>
+<U6BB3> /xdd/xd5 <CJK>
+<U6BB7> /xdd/xd6 <CJK>
+<U6BBC> /xdd/xd7 <CJK>
+<U6BC6> /xdd/xd8 <CJK>
+<U6BCB> /xdd/xd9 <CJK>
+<U6BD3> /xdd/xda <CJK>
+<U6BDF> /xdd/xdb <CJK>
+<U6BEC> /xdd/xdc <CJK>
+<U6BEB> /xdd/xdd <CJK>
+<U6BF3> /xdd/xde <CJK>
+<U6BEF> /xdd/xdf <CJK>
+<U9EBE> /xdd/xe0 <CJK>
+<U6C08> /xdd/xe1 <CJK>
+<U6C13> /xdd/xe2 <CJK>
+<U6C14> /xdd/xe3 <CJK>
+<U6C1B> /xdd/xe4 <CJK>
+<U6C24> /xdd/xe5 <CJK>
+<U6C23> /xdd/xe6 <CJK>
+<U6C5E> /xdd/xe7 <CJK>
+<U6C55> /xdd/xe8 <CJK>
+<U6C62> /xdd/xe9 <CJK>
+<U6C6A> /xdd/xea <CJK>
+<U6C82> /xdd/xeb <CJK>
+<U6C8D> /xdd/xec <CJK>
+<U6C9A> /xdd/xed <CJK>
+<U6C81> /xdd/xee <CJK>
+<U6C9B> /xdd/xef <CJK>
+<U6C7E> /xdd/xf0 <CJK>
+<U6C68> /xdd/xf1 <CJK>
+<U6C73> /xdd/xf2 <CJK>
+<U6C92> /xdd/xf3 <CJK>
+<U6C90> /xdd/xf4 <CJK>
+<U6CC4> /xdd/xf5 <CJK>
+<U6CF1> /xdd/xf6 <CJK>
+<U6CD3> /xdd/xf7 <CJK>
+<U6CBD> /xdd/xf8 <CJK>
+<U6CD7> /xdd/xf9 <CJK>
+<U6CC5> /xdd/xfa <CJK>
+<U6CDD> /xdd/xfb <CJK>
+<U6CAE> /xdd/xfc <CJK>
+<U6CB1> /xdd/xfd <CJK>
+<U6CBE> /xdd/xfe <CJK>
+<U6CBA> /xde/xa1 <CJK>
+<U6CDB> /xde/xa2 <CJK>
+<U6CEF> /xde/xa3 <CJK>
+<U6CD9> /xde/xa4 <CJK>
+<U6CEA> /xde/xa5 <CJK>
+<U6D1F> /xde/xa6 <CJK>
+<U884D> /xde/xa7 <CJK>
+<U6D36> /xde/xa8 <CJK>
+<U6D2B> /xde/xa9 <CJK>
+<U6D3D> /xde/xaa <CJK>
+<U6D38> /xde/xab <CJK>
+<U6D19> /xde/xac <CJK>
+<U6D35> /xde/xad <CJK>
+<U6D33> /xde/xae <CJK>
+<U6D12> /xde/xaf <CJK>
+<U6D0C> /xde/xb0 <CJK>
+<U6D63> /xde/xb1 <CJK>
+<U6D93> /xde/xb2 <CJK>
+<U6D64> /xde/xb3 <CJK>
+<U6D5A> /xde/xb4 <CJK>
+<U6D79> /xde/xb5 <CJK>
+<U6D59> /xde/xb6 <CJK>
+<U6D8E> /xde/xb7 <CJK>
+<U6D95> /xde/xb8 <CJK>
+<U6FE4> /xde/xb9 <CJK>
+<U6D85> /xde/xba <CJK>
+<U6DF9> /xde/xbb <CJK>
+<U6E15> /xde/xbc <CJK>
+<U6E0A> /xde/xbd <CJK>
+<U6DB5> /xde/xbe <CJK>
+<U6DC7> /xde/xbf <CJK>
+<U6DE6> /xde/xc0 <CJK>
+<U6DB8> /xde/xc1 <CJK>
+<U6DC6> /xde/xc2 <CJK>
+<U6DEC> /xde/xc3 <CJK>
+<U6DDE> /xde/xc4 <CJK>
+<U6DCC> /xde/xc5 <CJK>
+<U6DE8> /xde/xc6 <CJK>
+<U6DD2> /xde/xc7 <CJK>
+<U6DC5> /xde/xc8 <CJK>
+<U6DFA> /xde/xc9 <CJK>
+<U6DD9> /xde/xca <CJK>
+<U6DE4> /xde/xcb <CJK>
+<U6DD5> /xde/xcc <CJK>
+<U6DEA> /xde/xcd <CJK>
+<U6DEE> /xde/xce <CJK>
+<U6E2D> /xde/xcf <CJK>
+<U6E6E> /xde/xd0 <CJK>
+<U6E2E> /xde/xd1 <CJK>
+<U6E19> /xde/xd2 <CJK>
+<U6E72> /xde/xd3 <CJK>
+<U6E5F> /xde/xd4 <CJK>
+<U6E3E> /xde/xd5 <CJK>
+<U6E23> /xde/xd6 <CJK>
+<U6E6B> /xde/xd7 <CJK>
+<U6E2B> /xde/xd8 <CJK>
+<U6E76> /xde/xd9 <CJK>
+<U6E4D> /xde/xda <CJK>
+<U6E1F> /xde/xdb <CJK>
+<U6E43> /xde/xdc <CJK>
+<U6E3A> /xde/xdd <CJK>
+<U6E4E> /xde/xde <CJK>
+<U6E24> /xde/xdf <CJK>
+<U6EFF> /xde/xe0 <CJK>
+<U6E1D> /xde/xe1 <CJK>
+<U6E38> /xde/xe2 <CJK>
+<U6E82> /xde/xe3 <CJK>
+<U6EAA> /xde/xe4 <CJK>
+<U6E98> /xde/xe5 <CJK>
+<U6EC9> /xde/xe6 <CJK>
+<U6EB7> /xde/xe7 <CJK>
+<U6ED3> /xde/xe8 <CJK>
+<U6EBD> /xde/xe9 <CJK>
+<U6EAF> /xde/xea <CJK>
+<U6EC4> /xde/xeb <CJK>
+<U6EB2> /xde/xec <CJK>
+<U6ED4> /xde/xed <CJK>
+<U6ED5> /xde/xee <CJK>
+<U6E8F> /xde/xef <CJK>
+<U6EA5> /xde/xf0 <CJK>
+<U6EC2> /xde/xf1 <CJK>
+<U6E9F> /xde/xf2 <CJK>
+<U6F41> /xde/xf3 <CJK>
+<U6F11> /xde/xf4 <CJK>
+<U704C> /xde/xf5 <CJK>
+<U6EEC> /xde/xf6 <CJK>
+<U6EF8> /xde/xf7 <CJK>
+<U6EFE> /xde/xf8 <CJK>
+<U6F3F> /xde/xf9 <CJK>
+<U6EF2> /xde/xfa <CJK>
+<U6F31> /xde/xfb <CJK>
+<U6EEF> /xde/xfc <CJK>
+<U6F32> /xde/xfd <CJK>
+<U6ECC> /xde/xfe <CJK>
+<U6F3E> /xdf/xa1 <CJK>
+<U6F13> /xdf/xa2 <CJK>
+<U6EF7> /xdf/xa3 <CJK>
+<U6F86> /xdf/xa4 <CJK>
+<U6F7A> /xdf/xa5 <CJK>
+<U6F78> /xdf/xa6 <CJK>
+<U6F81> /xdf/xa7 <CJK>
+<U6F80> /xdf/xa8 <CJK>
+<U6F6F> /xdf/xa9 <CJK>
+<U6F5B> /xdf/xaa <CJK>
+<U6FF3> /xdf/xab <CJK>
+<U6F6D> /xdf/xac <CJK>
+<U6F82> /xdf/xad <CJK>
+<U6F7C> /xdf/xae <CJK>
+<U6F58> /xdf/xaf <CJK>
+<U6F8E> /xdf/xb0 <CJK>
+<U6F91> /xdf/xb1 <CJK>
+<U6FC2> /xdf/xb2 <CJK>
+<U6F66> /xdf/xb3 <CJK>
+<U6FB3> /xdf/xb4 <CJK>
+<U6FA3> /xdf/xb5 <CJK>
+<U6FA1> /xdf/xb6 <CJK>
+<U6FA4> /xdf/xb7 <CJK>
+<U6FB9> /xdf/xb8 <CJK>
+<U6FC6> /xdf/xb9 <CJK>
+<U6FAA> /xdf/xba <CJK>
+<U6FDF> /xdf/xbb <CJK>
+<U6FD5> /xdf/xbc <CJK>
+<U6FEC> /xdf/xbd <CJK>
+<U6FD4> /xdf/xbe <CJK>
+<U6FD8> /xdf/xbf <CJK>
+<U6FF1> /xdf/xc0 <CJK>
+<U6FEE> /xdf/xc1 <CJK>
+<U6FDB> /xdf/xc2 <CJK>
+<U7009> /xdf/xc3 <CJK>
+<U700B> /xdf/xc4 <CJK>
+<U6FFA> /xdf/xc5 <CJK>
+<U7011> /xdf/xc6 <CJK>
+<U7001> /xdf/xc7 <CJK>
+<U700F> /xdf/xc8 <CJK>
+<U6FFE> /xdf/xc9 <CJK>
+<U701B> /xdf/xca <CJK>
+<U701A> /xdf/xcb <CJK>
+<U6F74> /xdf/xcc <CJK>
+<U701D> /xdf/xcd <CJK>
+<U7018> /xdf/xce <CJK>
+<U701F> /xdf/xcf <CJK>
+<U7030> /xdf/xd0 <CJK>
+<U703E> /xdf/xd1 <CJK>
+<U7032> /xdf/xd2 <CJK>
+<U7051> /xdf/xd3 <CJK>
+<U7063> /xdf/xd4 <CJK>
+<U7099> /xdf/xd5 <CJK>
+<U7092> /xdf/xd6 <CJK>
+<U70AF> /xdf/xd7 <CJK>
+<U70F1> /xdf/xd8 <CJK>
+<U70AC> /xdf/xd9 <CJK>
+<U70B8> /xdf/xda <CJK>
+<U70B3> /xdf/xdb <CJK>
+<U70AE> /xdf/xdc <CJK>
+<U70DF> /xdf/xdd <CJK>
+<U70CB> /xdf/xde <CJK>
+<U70DD> /xdf/xdf <CJK>
+<U70D9> /xdf/xe0 <CJK>
+<U7109> /xdf/xe1 <CJK>
+<U70FD> /xdf/xe2 <CJK>
+<U711C> /xdf/xe3 <CJK>
+<U7119> /xdf/xe4 <CJK>
+<U7165> /xdf/xe5 <CJK>
+<U7155> /xdf/xe6 <CJK>
+<U7188> /xdf/xe7 <CJK>
+<U7166> /xdf/xe8 <CJK>
+<U7162> /xdf/xe9 <CJK>
+<U714C> /xdf/xea <CJK>
+<U7156> /xdf/xeb <CJK>
+<U716C> /xdf/xec <CJK>
+<U718F> /xdf/xed <CJK>
+<U71FB> /xdf/xee <CJK>
+<U7184> /xdf/xef <CJK>
+<U7195> /xdf/xf0 <CJK>
+<U71A8> /xdf/xf1 <CJK>
+<U71AC> /xdf/xf2 <CJK>
+<U71D7> /xdf/xf3 <CJK>
+<U71B9> /xdf/xf4 <CJK>
+<U71BE> /xdf/xf5 <CJK>
+<U71D2> /xdf/xf6 <CJK>
+<U71C9> /xdf/xf7 <CJK>
+<U71D4> /xdf/xf8 <CJK>
+<U71CE> /xdf/xf9 <CJK>
+<U71E0> /xdf/xfa <CJK>
+<U71EC> /xdf/xfb <CJK>
+<U71E7> /xdf/xfc <CJK>
+<U71F5> /xdf/xfd <CJK>
+<U71FC> /xdf/xfe <CJK>
+<U71F9> /xe0/xa1 <CJK>
+<U71FF> /xe0/xa2 <CJK>
+<U720D> /xe0/xa3 <CJK>
+<U7210> /xe0/xa4 <CJK>
+<U721B> /xe0/xa5 <CJK>
+<U7228> /xe0/xa6 <CJK>
+<U722D> /xe0/xa7 <CJK>
+<U722C> /xe0/xa8 <CJK>
+<U7230> /xe0/xa9 <CJK>
+<U7232> /xe0/xaa <CJK>
+<U723B> /xe0/xab <CJK>
+<U723C> /xe0/xac <CJK>
+<U723F> /xe0/xad <CJK>
+<U7240> /xe0/xae <CJK>
+<U7246> /xe0/xaf <CJK>
+<U724B> /xe0/xb0 <CJK>
+<U7258> /xe0/xb1 <CJK>
+<U7274> /xe0/xb2 <CJK>
+<U727E> /xe0/xb3 <CJK>
+<U7282> /xe0/xb4 <CJK>
+<U7281> /xe0/xb5 <CJK>
+<U7287> /xe0/xb6 <CJK>
+<U7292> /xe0/xb7 <CJK>
+<U7296> /xe0/xb8 <CJK>
+<U72A2> /xe0/xb9 <CJK>
+<U72A7> /xe0/xba <CJK>
+<U72B9> /xe0/xbb <CJK>
+<U72B2> /xe0/xbc <CJK>
+<U72C3> /xe0/xbd <CJK>
+<U72C6> /xe0/xbe <CJK>
+<U72C4> /xe0/xbf <CJK>
+<U72CE> /xe0/xc0 <CJK>
+<U72D2> /xe0/xc1 <CJK>
+<U72E2> /xe0/xc2 <CJK>
+<U72E0> /xe0/xc3 <CJK>
+<U72E1> /xe0/xc4 <CJK>
+<U72F9> /xe0/xc5 <CJK>
+<U72F7> /xe0/xc6 <CJK>
+<U500F> /xe0/xc7 <CJK>
+<U7317> /xe0/xc8 <CJK>
+<U730A> /xe0/xc9 <CJK>
+<U731C> /xe0/xca <CJK>
+<U7316> /xe0/xcb <CJK>
+<U731D> /xe0/xcc <CJK>
+<U7334> /xe0/xcd <CJK>
+<U732F> /xe0/xce <CJK>
+<U7329> /xe0/xcf <CJK>
+<U7325> /xe0/xd0 <CJK>
+<U733E> /xe0/xd1 <CJK>
+<U734E> /xe0/xd2 <CJK>
+<U734F> /xe0/xd3 <CJK>
+<U9ED8> /xe0/xd4 <CJK>
+<U7357> /xe0/xd5 <CJK>
+<U736A> /xe0/xd6 <CJK>
+<U7368> /xe0/xd7 <CJK>
+<U7370> /xe0/xd8 <CJK>
+<U7378> /xe0/xd9 <CJK>
+<U7375> /xe0/xda <CJK>
+<U737B> /xe0/xdb <CJK>
+<U737A> /xe0/xdc <CJK>
+<U73C8> /xe0/xdd <CJK>
+<U73B3> /xe0/xde <CJK>
+<U73CE> /xe0/xdf <CJK>
+<U73BB> /xe0/xe0 <CJK>
+<U73C0> /xe0/xe1 <CJK>
+<U73E5> /xe0/xe2 <CJK>
+<U73EE> /xe0/xe3 <CJK>
+<U73DE> /xe0/xe4 <CJK>
+<U74A2> /xe0/xe5 <CJK>
+<U7405> /xe0/xe6 <CJK>
+<U746F> /xe0/xe7 <CJK>
+<U7425> /xe0/xe8 <CJK>
+<U73F8> /xe0/xe9 <CJK>
+<U7432> /xe0/xea <CJK>
+<U743A> /xe0/xeb <CJK>
+<U7455> /xe0/xec <CJK>
+<U743F> /xe0/xed <CJK>
+<U745F> /xe0/xee <CJK>
+<U7459> /xe0/xef <CJK>
+<U7441> /xe0/xf0 <CJK>
+<U745C> /xe0/xf1 <CJK>
+<U7469> /xe0/xf2 <CJK>
+<U7470> /xe0/xf3 <CJK>
+<U7463> /xe0/xf4 <CJK>
+<U746A> /xe0/xf5 <CJK>
+<U7476> /xe0/xf6 <CJK>
+<U747E> /xe0/xf7 <CJK>
+<U748B> /xe0/xf8 <CJK>
+<U749E> /xe0/xf9 <CJK>
+<U74A7> /xe0/xfa <CJK>
+<U74CA> /xe0/xfb <CJK>
+<U74CF> /xe0/xfc <CJK>
+<U74D4> /xe0/xfd <CJK>
+<U73F1> /xe0/xfe <CJK>
+<U74E0> /xe1/xa1 <CJK>
+<U74E3> /xe1/xa2 <CJK>
+<U74E7> /xe1/xa3 <CJK>
+<U74E9> /xe1/xa4 <CJK>
+<U74EE> /xe1/xa5 <CJK>
+<U74F2> /xe1/xa6 <CJK>
+<U74F0> /xe1/xa7 <CJK>
+<U74F1> /xe1/xa8 <CJK>
+<U74F8> /xe1/xa9 <CJK>
+<U74F7> /xe1/xaa <CJK>
+<U7504> /xe1/xab <CJK>
+<U7503> /xe1/xac <CJK>
+<U7505> /xe1/xad <CJK>
+<U750C> /xe1/xae <CJK>
+<U750E> /xe1/xaf <CJK>
+<U750D> /xe1/xb0 <CJK>
+<U7515> /xe1/xb1 <CJK>
+<U7513> /xe1/xb2 <CJK>
+<U751E> /xe1/xb3 <CJK>
+<U7526> /xe1/xb4 <CJK>
+<U752C> /xe1/xb5 <CJK>
+<U753C> /xe1/xb6 <CJK>
+<U7544> /xe1/xb7 <CJK>
+<U754D> /xe1/xb8 <CJK>
+<U754A> /xe1/xb9 <CJK>
+<U7549> /xe1/xba <CJK>
+<U755B> /xe1/xbb <CJK>
+<U7546> /xe1/xbc <CJK>
+<U755A> /xe1/xbd <CJK>
+<U7569> /xe1/xbe <CJK>
+<U7564> /xe1/xbf <CJK>
+<U7567> /xe1/xc0 <CJK>
+<U756B> /xe1/xc1 <CJK>
+<U756D> /xe1/xc2 <CJK>
+<U7578> /xe1/xc3 <CJK>
+<U7576> /xe1/xc4 <CJK>
+<U7586> /xe1/xc5 <CJK>
+<U7587> /xe1/xc6 <CJK>
+<U7574> /xe1/xc7 <CJK>
+<U758A> /xe1/xc8 <CJK>
+<U7589> /xe1/xc9 <CJK>
+<U7582> /xe1/xca <CJK>
+<U7594> /xe1/xcb <CJK>
+<U759A> /xe1/xcc <CJK>
+<U759D> /xe1/xcd <CJK>
+<U75A5> /xe1/xce <CJK>
+<U75A3> /xe1/xcf <CJK>
+<U75C2> /xe1/xd0 <CJK>
+<U75B3> /xe1/xd1 <CJK>
+<U75C3> /xe1/xd2 <CJK>
+<U75B5> /xe1/xd3 <CJK>
+<U75BD> /xe1/xd4 <CJK>
+<U75B8> /xe1/xd5 <CJK>
+<U75BC> /xe1/xd6 <CJK>
+<U75B1> /xe1/xd7 <CJK>
+<U75CD> /xe1/xd8 <CJK>
+<U75CA> /xe1/xd9 <CJK>
+<U75D2> /xe1/xda <CJK>
+<U75D9> /xe1/xdb <CJK>
+<U75E3> /xe1/xdc <CJK>
+<U75DE> /xe1/xdd <CJK>
+<U75FE> /xe1/xde <CJK>
+<U75FF> /xe1/xdf <CJK>
+<U75FC> /xe1/xe0 <CJK>
+<U7601> /xe1/xe1 <CJK>
+<U75F0> /xe1/xe2 <CJK>
+<U75FA> /xe1/xe3 <CJK>
+<U75F2> /xe1/xe4 <CJK>
+<U75F3> /xe1/xe5 <CJK>
+<U760B> /xe1/xe6 <CJK>
+<U760D> /xe1/xe7 <CJK>
+<U7609> /xe1/xe8 <CJK>
+<U761F> /xe1/xe9 <CJK>
+<U7627> /xe1/xea <CJK>
+<U7620> /xe1/xeb <CJK>
+<U7621> /xe1/xec <CJK>
+<U7622> /xe1/xed <CJK>
+<U7624> /xe1/xee <CJK>
+<U7634> /xe1/xef <CJK>
+<U7630> /xe1/xf0 <CJK>
+<U763B> /xe1/xf1 <CJK>
+<U7647> /xe1/xf2 <CJK>
+<U7648> /xe1/xf3 <CJK>
+<U7646> /xe1/xf4 <CJK>
+<U765C> /xe1/xf5 <CJK>
+<U7658> /xe1/xf6 <CJK>
+<U7661> /xe1/xf7 <CJK>
+<U7662> /xe1/xf8 <CJK>
+<U7668> /xe1/xf9 <CJK>
+<U7669> /xe1/xfa <CJK>
+<U766A> /xe1/xfb <CJK>
+<U7667> /xe1/xfc <CJK>
+<U766C> /xe1/xfd <CJK>
+<U7670> /xe1/xfe <CJK>
+<U7672> /xe2/xa1 <CJK>
+<U7676> /xe2/xa2 <CJK>
+<U7678> /xe2/xa3 <CJK>
+<U767C> /xe2/xa4 <CJK>
+<U7680> /xe2/xa5 <CJK>
+<U7683> /xe2/xa6 <CJK>
+<U7688> /xe2/xa7 <CJK>
+<U768B> /xe2/xa8 <CJK>
+<U768E> /xe2/xa9 <CJK>
+<U7696> /xe2/xaa <CJK>
+<U7693> /xe2/xab <CJK>
+<U7699> /xe2/xac <CJK>
+<U769A> /xe2/xad <CJK>
+<U76B0> /xe2/xae <CJK>
+<U76B4> /xe2/xaf <CJK>
+<U76B8> /xe2/xb0 <CJK>
+<U76B9> /xe2/xb1 <CJK>
+<U76BA> /xe2/xb2 <CJK>
+<U76C2> /xe2/xb3 <CJK>
+<U76CD> /xe2/xb4 <CJK>
+<U76D6> /xe2/xb5 <CJK>
+<U76D2> /xe2/xb6 <CJK>
+<U76DE> /xe2/xb7 <CJK>
+<U76E1> /xe2/xb8 <CJK>
+<U76E5> /xe2/xb9 <CJK>
+<U76E7> /xe2/xba <CJK>
+<U76EA> /xe2/xbb <CJK>
+<U862F> /xe2/xbc <CJK>
+<U76FB> /xe2/xbd <CJK>
+<U7708> /xe2/xbe <CJK>
+<U7707> /xe2/xbf <CJK>
+<U7704> /xe2/xc0 <CJK>
+<U7729> /xe2/xc1 <CJK>
+<U7724> /xe2/xc2 <CJK>
+<U771E> /xe2/xc3 <CJK>
+<U7725> /xe2/xc4 <CJK>
+<U7726> /xe2/xc5 <CJK>
+<U771B> /xe2/xc6 <CJK>
+<U7737> /xe2/xc7 <CJK>
+<U7738> /xe2/xc8 <CJK>
+<U7747> /xe2/xc9 <CJK>
+<U775A> /xe2/xca <CJK>
+<U7768> /xe2/xcb <CJK>
+<U776B> /xe2/xcc <CJK>
+<U775B> /xe2/xcd <CJK>
+<U7765> /xe2/xce <CJK>
+<U777F> /xe2/xcf <CJK>
+<U777E> /xe2/xd0 <CJK>
+<U7779> /xe2/xd1 <CJK>
+<U778E> /xe2/xd2 <CJK>
+<U778B> /xe2/xd3 <CJK>
+<U7791> /xe2/xd4 <CJK>
+<U77A0> /xe2/xd5 <CJK>
+<U779E> /xe2/xd6 <CJK>
+<U77B0> /xe2/xd7 <CJK>
+<U77B6> /xe2/xd8 <CJK>
+<U77B9> /xe2/xd9 <CJK>
+<U77BF> /xe2/xda <CJK>
+<U77BC> /xe2/xdb <CJK>
+<U77BD> /xe2/xdc <CJK>
+<U77BB> /xe2/xdd <CJK>
+<U77C7> /xe2/xde <CJK>
+<U77CD> /xe2/xdf <CJK>
+<U77D7> /xe2/xe0 <CJK>
+<U77DA> /xe2/xe1 <CJK>
+<U77DC> /xe2/xe2 <CJK>
+<U77E3> /xe2/xe3 <CJK>
+<U77EE> /xe2/xe4 <CJK>
+<U77FC> /xe2/xe5 <CJK>
+<U780C> /xe2/xe6 <CJK>
+<U7812> /xe2/xe7 <CJK>
+<U7926> /xe2/xe8 <CJK>
+<U7820> /xe2/xe9 <CJK>
+<U792A> /xe2/xea <CJK>
+<U7845> /xe2/xeb <CJK>
+<U788E> /xe2/xec <CJK>
+<U7874> /xe2/xed <CJK>
+<U7886> /xe2/xee <CJK>
+<U787C> /xe2/xef <CJK>
+<U789A> /xe2/xf0 <CJK>
+<U788C> /xe2/xf1 <CJK>
+<U78A3> /xe2/xf2 <CJK>
+<U78B5> /xe2/xf3 <CJK>
+<U78AA> /xe2/xf4 <CJK>
+<U78AF> /xe2/xf5 <CJK>
+<U78D1> /xe2/xf6 <CJK>
+<U78C6> /xe2/xf7 <CJK>
+<U78CB> /xe2/xf8 <CJK>
+<U78D4> /xe2/xf9 <CJK>
+<U78BE> /xe2/xfa <CJK>
+<U78BC> /xe2/xfb <CJK>
+<U78C5> /xe2/xfc <CJK>
+<U78CA> /xe2/xfd <CJK>
+<U78EC> /xe2/xfe <CJK>
+<U78E7> /xe3/xa1 <CJK>
+<U78DA> /xe3/xa2 <CJK>
+<U78FD> /xe3/xa3 <CJK>
+<U78F4> /xe3/xa4 <CJK>
+<U7907> /xe3/xa5 <CJK>
+<U7912> /xe3/xa6 <CJK>
+<U7911> /xe3/xa7 <CJK>
+<U7919> /xe3/xa8 <CJK>
+<U792C> /xe3/xa9 <CJK>
+<U792B> /xe3/xaa <CJK>
+<U7940> /xe3/xab <CJK>
+<U7960> /xe3/xac <CJK>
+<U7957> /xe3/xad <CJK>
+<U795F> /xe3/xae <CJK>
+<U795A> /xe3/xaf <CJK>
+<U7955> /xe3/xb0 <CJK>
+<U7953> /xe3/xb1 <CJK>
+<U797A> /xe3/xb2 <CJK>
+<U797F> /xe3/xb3 <CJK>
+<U798A> /xe3/xb4 <CJK>
+<U799D> /xe3/xb5 <CJK>
+<U79A7> /xe3/xb6 <CJK>
+<U9F4B> /xe3/xb7 <CJK>
+<U79AA> /xe3/xb8 <CJK>
+<U79AE> /xe3/xb9 <CJK>
+<U79B3> /xe3/xba <CJK>
+<U79B9> /xe3/xbb <CJK>
+<U79BA> /xe3/xbc <CJK>
+<U79C9> /xe3/xbd <CJK>
+<U79D5> /xe3/xbe <CJK>
+<U79E7> /xe3/xbf <CJK>
+<U79EC> /xe3/xc0 <CJK>
+<U79E1> /xe3/xc1 <CJK>
+<U79E3> /xe3/xc2 <CJK>
+<U7A08> /xe3/xc3 <CJK>
+<U7A0D> /xe3/xc4 <CJK>
+<U7A18> /xe3/xc5 <CJK>
+<U7A19> /xe3/xc6 <CJK>
+<U7A20> /xe3/xc7 <CJK>
+<U7A1F> /xe3/xc8 <CJK>
+<U7980> /xe3/xc9 <CJK>
+<U7A31> /xe3/xca <CJK>
+<U7A3B> /xe3/xcb <CJK>
+<U7A3E> /xe3/xcc <CJK>
+<U7A37> /xe3/xcd <CJK>
+<U7A43> /xe3/xce <CJK>
+<U7A57> /xe3/xcf <CJK>
+<U7A49> /xe3/xd0 <CJK>
+<U7A61> /xe3/xd1 <CJK>
+<U7A62> /xe3/xd2 <CJK>
+<U7A69> /xe3/xd3 <CJK>
+<U9F9D> /xe3/xd4 <CJK>
+<U7A70> /xe3/xd5 <CJK>
+<U7A79> /xe3/xd6 <CJK>
+<U7A7D> /xe3/xd7 <CJK>
+<U7A88> /xe3/xd8 <CJK>
+<U7A97> /xe3/xd9 <CJK>
+<U7A95> /xe3/xda <CJK>
+<U7A98> /xe3/xdb <CJK>
+<U7A96> /xe3/xdc <CJK>
+<U7AA9> /xe3/xdd <CJK>
+<U7AC8> /xe3/xde <CJK>
+<U7AB0> /xe3/xdf <CJK>
+<U7AB6> /xe3/xe0 <CJK>
+<U7AC5> /xe3/xe1 <CJK>
+<U7AC4> /xe3/xe2 <CJK>
+<U7ABF> /xe3/xe3 <CJK>
+<U9083> /xe3/xe4 <CJK>
+<U7AC7> /xe3/xe5 <CJK>
+<U7ACA> /xe3/xe6 <CJK>
+<U7ACD> /xe3/xe7 <CJK>
+<U7ACF> /xe3/xe8 <CJK>
+<U7AD5> /xe3/xe9 <CJK>
+<U7AD3> /xe3/xea <CJK>
+<U7AD9> /xe3/xeb <CJK>
+<U7ADA> /xe3/xec <CJK>
+<U7ADD> /xe3/xed <CJK>
+<U7AE1> /xe3/xee <CJK>
+<U7AE2> /xe3/xef <CJK>
+<U7AE6> /xe3/xf0 <CJK>
+<U7AED> /xe3/xf1 <CJK>
+<U7AF0> /xe3/xf2 <CJK>
+<U7B02> /xe3/xf3 <CJK>
+<U7B0F> /xe3/xf4 <CJK>
+<U7B0A> /xe3/xf5 <CJK>
+<U7B06> /xe3/xf6 <CJK>
+<U7B33> /xe3/xf7 <CJK>
+<U7B18> /xe3/xf8 <CJK>
+<U7B19> /xe3/xf9 <CJK>
+<U7B1E> /xe3/xfa <CJK>
+<U7B35> /xe3/xfb <CJK>
+<U7B28> /xe3/xfc <CJK>
+<U7B36> /xe3/xfd <CJK>
+<U7B50> /xe3/xfe <CJK>
+<U7B7A> /xe4/xa1 <CJK>
+<U7B04> /xe4/xa2 <CJK>
+<U7B4D> /xe4/xa3 <CJK>
+<U7B0B> /xe4/xa4 <CJK>
+<U7B4C> /xe4/xa5 <CJK>
+<U7B45> /xe4/xa6 <CJK>
+<U7B75> /xe4/xa7 <CJK>
+<U7B65> /xe4/xa8 <CJK>
+<U7B74> /xe4/xa9 <CJK>
+<U7B67> /xe4/xaa <CJK>
+<U7B70> /xe4/xab <CJK>
+<U7B71> /xe4/xac <CJK>
+<U7B6C> /xe4/xad <CJK>
+<U7B6E> /xe4/xae <CJK>
+<U7B9D> /xe4/xaf <CJK>
+<U7B98> /xe4/xb0 <CJK>
+<U7B9F> /xe4/xb1 <CJK>
+<U7B8D> /xe4/xb2 <CJK>
+<U7B9C> /xe4/xb3 <CJK>
+<U7B9A> /xe4/xb4 <CJK>
+<U7B8B> /xe4/xb5 <CJK>
+<U7B92> /xe4/xb6 <CJK>
+<U7B8F> /xe4/xb7 <CJK>
+<U7B5D> /xe4/xb8 <CJK>
+<U7B99> /xe4/xb9 <CJK>
+<U7BCB> /xe4/xba <CJK>
+<U7BC1> /xe4/xbb <CJK>
+<U7BCC> /xe4/xbc <CJK>
+<U7BCF> /xe4/xbd <CJK>
+<U7BB4> /xe4/xbe <CJK>
+<U7BC6> /xe4/xbf <CJK>
+<U7BDD> /xe4/xc0 <CJK>
+<U7BE9> /xe4/xc1 <CJK>
+<U7C11> /xe4/xc2 <CJK>
+<U7C14> /xe4/xc3 <CJK>
+<U7BE6> /xe4/xc4 <CJK>
+<U7BE5> /xe4/xc5 <CJK>
+<U7C60> /xe4/xc6 <CJK>
+<U7C00> /xe4/xc7 <CJK>
+<U7C07> /xe4/xc8 <CJK>
+<U7C13> /xe4/xc9 <CJK>
+<U7BF3> /xe4/xca <CJK>
+<U7BF7> /xe4/xcb <CJK>
+<U7C17> /xe4/xcc <CJK>
+<U7C0D> /xe4/xcd <CJK>
+<U7BF6> /xe4/xce <CJK>
+<U7C23> /xe4/xcf <CJK>
+<U7C27> /xe4/xd0 <CJK>
+<U7C2A> /xe4/xd1 <CJK>
+<U7C1F> /xe4/xd2 <CJK>
+<U7C37> /xe4/xd3 <CJK>
+<U7C2B> /xe4/xd4 <CJK>
+<U7C3D> /xe4/xd5 <CJK>
+<U7C4C> /xe4/xd6 <CJK>
+<U7C43> /xe4/xd7 <CJK>
+<U7C54> /xe4/xd8 <CJK>
+<U7C4F> /xe4/xd9 <CJK>
+<U7C40> /xe4/xda <CJK>
+<U7C50> /xe4/xdb <CJK>
+<U7C58> /xe4/xdc <CJK>
+<U7C5F> /xe4/xdd <CJK>
+<U7C64> /xe4/xde <CJK>
+<U7C56> /xe4/xdf <CJK>
+<U7C65> /xe4/xe0 <CJK>
+<U7C6C> /xe4/xe1 <CJK>
+<U7C75> /xe4/xe2 <CJK>
+<U7C83> /xe4/xe3 <CJK>
+<U7C90> /xe4/xe4 <CJK>
+<U7CA4> /xe4/xe5 <CJK>
+<U7CAD> /xe4/xe6 <CJK>
+<U7CA2> /xe4/xe7 <CJK>
+<U7CAB> /xe4/xe8 <CJK>
+<U7CA1> /xe4/xe9 <CJK>
+<U7CA8> /xe4/xea <CJK>
+<U7CB3> /xe4/xeb <CJK>
+<U7CB2> /xe4/xec <CJK>
+<U7CB1> /xe4/xed <CJK>
+<U7CAE> /xe4/xee <CJK>
+<U7CB9> /xe4/xef <CJK>
+<U7CBD> /xe4/xf0 <CJK>
+<U7CC0> /xe4/xf1 <CJK>
+<U7CC5> /xe4/xf2 <CJK>
+<U7CC2> /xe4/xf3 <CJK>
+<U7CD8> /xe4/xf4 <CJK>
+<U7CD2> /xe4/xf5 <CJK>
+<U7CDC> /xe4/xf6 <CJK>
+<U7CE2> /xe4/xf7 <CJK>
+<U9B3B> /xe4/xf8 <CJK>
+<U7CEF> /xe4/xf9 <CJK>
+<U7CF2> /xe4/xfa <CJK>
+<U7CF4> /xe4/xfb <CJK>
+<U7CF6> /xe4/xfc <CJK>
+<U7CFA> /xe4/xfd <CJK>
+<U7D06> /xe4/xfe <CJK>
+<U7D02> /xe5/xa1 <CJK>
+<U7D1C> /xe5/xa2 <CJK>
+<U7D15> /xe5/xa3 <CJK>
+<U7D0A> /xe5/xa4 <CJK>
+<U7D45> /xe5/xa5 <CJK>
+<U7D4B> /xe5/xa6 <CJK>
+<U7D2E> /xe5/xa7 <CJK>
+<U7D32> /xe5/xa8 <CJK>
+<U7D3F> /xe5/xa9 <CJK>
+<U7D35> /xe5/xaa <CJK>
+<U7D46> /xe5/xab <CJK>
+<U7D73> /xe5/xac <CJK>
+<U7D56> /xe5/xad <CJK>
+<U7D4E> /xe5/xae <CJK>
+<U7D72> /xe5/xaf <CJK>
+<U7D68> /xe5/xb0 <CJK>
+<U7D6E> /xe5/xb1 <CJK>
+<U7D4F> /xe5/xb2 <CJK>
+<U7D63> /xe5/xb3 <CJK>
+<U7D93> /xe5/xb4 <CJK>
+<U7D89> /xe5/xb5 <CJK>
+<U7D5B> /xe5/xb6 <CJK>
+<U7D8F> /xe5/xb7 <CJK>
+<U7D7D> /xe5/xb8 <CJK>
+<U7D9B> /xe5/xb9 <CJK>
+<U7DBA> /xe5/xba <CJK>
+<U7DAE> /xe5/xbb <CJK>
+<U7DA3> /xe5/xbc <CJK>
+<U7DB5> /xe5/xbd <CJK>
+<U7DC7> /xe5/xbe <CJK>
+<U7DBD> /xe5/xbf <CJK>
+<U7DAB> /xe5/xc0 <CJK>
+<U7E3D> /xe5/xc1 <CJK>
+<U7DA2> /xe5/xc2 <CJK>
+<U7DAF> /xe5/xc3 <CJK>
+<U7DDC> /xe5/xc4 <CJK>
+<U7DB8> /xe5/xc5 <CJK>
+<U7D9F> /xe5/xc6 <CJK>
+<U7DB0> /xe5/xc7 <CJK>
+<U7DD8> /xe5/xc8 <CJK>
+<U7DDD> /xe5/xc9 <CJK>
+<U7DE4> /xe5/xca <CJK>
+<U7DDE> /xe5/xcb <CJK>
+<U7DFB> /xe5/xcc <CJK>
+<U7DF2> /xe5/xcd <CJK>
+<U7DE1> /xe5/xce <CJK>
+<U7E05> /xe5/xcf <CJK>
+<U7E0A> /xe5/xd0 <CJK>
+<U7E23> /xe5/xd1 <CJK>
+<U7E21> /xe5/xd2 <CJK>
+<U7E12> /xe5/xd3 <CJK>
+<U7E31> /xe5/xd4 <CJK>
+<U7E1F> /xe5/xd5 <CJK>
+<U7E09> /xe5/xd6 <CJK>
+<U7E0B> /xe5/xd7 <CJK>
+<U7E22> /xe5/xd8 <CJK>
+<U7E46> /xe5/xd9 <CJK>
+<U7E66> /xe5/xda <CJK>
+<U7E3B> /xe5/xdb <CJK>
+<U7E35> /xe5/xdc <CJK>
+<U7E39> /xe5/xdd <CJK>
+<U7E43> /xe5/xde <CJK>
+<U7E37> /xe5/xdf <CJK>
+<U7E32> /xe5/xe0 <CJK>
+<U7E3A> /xe5/xe1 <CJK>
+<U7E67> /xe5/xe2 <CJK>
+<U7E5D> /xe5/xe3 <CJK>
+<U7E56> /xe5/xe4 <CJK>
+<U7E5E> /xe5/xe5 <CJK>
+<U7E59> /xe5/xe6 <CJK>
+<U7E5A> /xe5/xe7 <CJK>
+<U7E79> /xe5/xe8 <CJK>
+<U7E6A> /xe5/xe9 <CJK>
+<U7E69> /xe5/xea <CJK>
+<U7E7C> /xe5/xeb <CJK>
+<U7E7B> /xe5/xec <CJK>
+<U7E83> /xe5/xed <CJK>
+<U7DD5> /xe5/xee <CJK>
+<U7E7D> /xe5/xef <CJK>
+<U8FAE> /xe5/xf0 <CJK>
+<U7E7F> /xe5/xf1 <CJK>
+<U7E88> /xe5/xf2 <CJK>
+<U7E89> /xe5/xf3 <CJK>
+<U7E8C> /xe5/xf4 <CJK>
+<U7E92> /xe5/xf5 <CJK>
+<U7E90> /xe5/xf6 <CJK>
+<U7E93> /xe5/xf7 <CJK>
+<U7E94> /xe5/xf8 <CJK>
+<U7E96> /xe5/xf9 <CJK>
+<U7E8E> /xe5/xfa <CJK>
+<U7E9B> /xe5/xfb <CJK>
+<U7E9C> /xe5/xfc <CJK>
+<U7F38> /xe5/xfd <CJK>
+<U7F3A> /xe5/xfe <CJK>
+<U7F45> /xe6/xa1 <CJK>
+<U7F4C> /xe6/xa2 <CJK>
+<U7F4D> /xe6/xa3 <CJK>
+<U7F4E> /xe6/xa4 <CJK>
+<U7F50> /xe6/xa5 <CJK>
+<U7F51> /xe6/xa6 <CJK>
+<U7F55> /xe6/xa7 <CJK>
+<U7F54> /xe6/xa8 <CJK>
+<U7F58> /xe6/xa9 <CJK>
+<U7F5F> /xe6/xaa <CJK>
+<U7F60> /xe6/xab <CJK>
+<U7F68> /xe6/xac <CJK>
+<U7F69> /xe6/xad <CJK>
+<U7F67> /xe6/xae <CJK>
+<U7F78> /xe6/xaf <CJK>
+<U7F82> /xe6/xb0 <CJK>
+<U7F86> /xe6/xb1 <CJK>
+<U7F83> /xe6/xb2 <CJK>
+<U7F88> /xe6/xb3 <CJK>
+<U7F87> /xe6/xb4 <CJK>
+<U7F8C> /xe6/xb5 <CJK>
+<U7F94> /xe6/xb6 <CJK>
+<U7F9E> /xe6/xb7 <CJK>
+<U7F9D> /xe6/xb8 <CJK>
+<U7F9A> /xe6/xb9 <CJK>
+<U7FA3> /xe6/xba <CJK>
+<U7FAF> /xe6/xbb <CJK>
+<U7FB2> /xe6/xbc <CJK>
+<U7FB9> /xe6/xbd <CJK>
+<U7FAE> /xe6/xbe <CJK>
+<U7FB6> /xe6/xbf <CJK>
+<U7FB8> /xe6/xc0 <CJK>
+<U8B71> /xe6/xc1 <CJK>
+<U7FC5> /xe6/xc2 <CJK>
+<U7FC6> /xe6/xc3 <CJK>
+<U7FCA> /xe6/xc4 <CJK>
+<U7FD5> /xe6/xc5 <CJK>
+<U7FD4> /xe6/xc6 <CJK>
+<U7FE1> /xe6/xc7 <CJK>
+<U7FE6> /xe6/xc8 <CJK>
+<U7FE9> /xe6/xc9 <CJK>
+<U7FF3> /xe6/xca <CJK>
+<U7FF9> /xe6/xcb <CJK>
+<U98DC> /xe6/xcc <CJK>
+<U8006> /xe6/xcd <CJK>
+<U8004> /xe6/xce <CJK>
+<U800B> /xe6/xcf <CJK>
+<U8012> /xe6/xd0 <CJK>
+<U8018> /xe6/xd1 <CJK>
+<U8019> /xe6/xd2 <CJK>
+<U801C> /xe6/xd3 <CJK>
+<U8021> /xe6/xd4 <CJK>
+<U8028> /xe6/xd5 <CJK>
+<U803F> /xe6/xd6 <CJK>
+<U803B> /xe6/xd7 <CJK>
+<U804A> /xe6/xd8 <CJK>
+<U8046> /xe6/xd9 <CJK>
+<U8052> /xe6/xda <CJK>
+<U8058> /xe6/xdb <CJK>
+<U805A> /xe6/xdc <CJK>
+<U805F> /xe6/xdd <CJK>
+<U8062> /xe6/xde <CJK>
+<U8068> /xe6/xdf <CJK>
+<U8073> /xe6/xe0 <CJK>
+<U8072> /xe6/xe1 <CJK>
+<U8070> /xe6/xe2 <CJK>
+<U8076> /xe6/xe3 <CJK>
+<U8079> /xe6/xe4 <CJK>
+<U807D> /xe6/xe5 <CJK>
+<U807F> /xe6/xe6 <CJK>
+<U8084> /xe6/xe7 <CJK>
+<U8086> /xe6/xe8 <CJK>
+<U8085> /xe6/xe9 <CJK>
+<U809B> /xe6/xea <CJK>
+<U8093> /xe6/xeb <CJK>
+<U809A> /xe6/xec <CJK>
+<U80AD> /xe6/xed <CJK>
+<U5190> /xe6/xee <CJK>
+<U80AC> /xe6/xef <CJK>
+<U80DB> /xe6/xf0 <CJK>
+<U80E5> /xe6/xf1 <CJK>
+<U80D9> /xe6/xf2 <CJK>
+<U80DD> /xe6/xf3 <CJK>
+<U80C4> /xe6/xf4 <CJK>
+<U80DA> /xe6/xf5 <CJK>
+<U80D6> /xe6/xf6 <CJK>
+<U8109> /xe6/xf7 <CJK>
+<U80EF> /xe6/xf8 <CJK>
+<U80F1> /xe6/xf9 <CJK>
+<U811B> /xe6/xfa <CJK>
+<U8129> /xe6/xfb <CJK>
+<U8123> /xe6/xfc <CJK>
+<U812F> /xe6/xfd <CJK>
+<U814B> /xe6/xfe <CJK>
+<U968B> /xe7/xa1 <CJK>
+<U8146> /xe7/xa2 <CJK>
+<U813E> /xe7/xa3 <CJK>
+<U8153> /xe7/xa4 <CJK>
+<U8151> /xe7/xa5 <CJK>
+<U80FC> /xe7/xa6 <CJK>
+<U8171> /xe7/xa7 <CJK>
+<U816E> /xe7/xa8 <CJK>
+<U8165> /xe7/xa9 <CJK>
+<U8166> /xe7/xaa <CJK>
+<U8174> /xe7/xab <CJK>
+<U8183> /xe7/xac <CJK>
+<U8188> /xe7/xad <CJK>
+<U818A> /xe7/xae <CJK>
+<U8180> /xe7/xaf <CJK>
+<U8182> /xe7/xb0 <CJK>
+<U81A0> /xe7/xb1 <CJK>
+<U8195> /xe7/xb2 <CJK>
+<U81A4> /xe7/xb3 <CJK>
+<U81A3> /xe7/xb4 <CJK>
+<U815F> /xe7/xb5 <CJK>
+<U8193> /xe7/xb6 <CJK>
+<U81A9> /xe7/xb7 <CJK>
+<U81B0> /xe7/xb8 <CJK>
+<U81B5> /xe7/xb9 <CJK>
+<U81BE> /xe7/xba <CJK>
+<U81B8> /xe7/xbb <CJK>
+<U81BD> /xe7/xbc <CJK>
+<U81C0> /xe7/xbd <CJK>
+<U81C2> /xe7/xbe <CJK>
+<U81BA> /xe7/xbf <CJK>
+<U81C9> /xe7/xc0 <CJK>
+<U81CD> /xe7/xc1 <CJK>
+<U81D1> /xe7/xc2 <CJK>
+<U81D9> /xe7/xc3 <CJK>
+<U81D8> /xe7/xc4 <CJK>
+<U81C8> /xe7/xc5 <CJK>
+<U81DA> /xe7/xc6 <CJK>
+<U81DF> /xe7/xc7 <CJK>
+<U81E0> /xe7/xc8 <CJK>
+<U81E7> /xe7/xc9 <CJK>
+<U81FA> /xe7/xca <CJK>
+<U81FB> /xe7/xcb <CJK>
+<U81FE> /xe7/xcc <CJK>
+<U8201> /xe7/xcd <CJK>
+<U8202> /xe7/xce <CJK>
+<U8205> /xe7/xcf <CJK>
+<U8207> /xe7/xd0 <CJK>
+<U820A> /xe7/xd1 <CJK>
+<U820D> /xe7/xd2 <CJK>
+<U8210> /xe7/xd3 <CJK>
+<U8216> /xe7/xd4 <CJK>
+<U8229> /xe7/xd5 <CJK>
+<U822B> /xe7/xd6 <CJK>
+<U8238> /xe7/xd7 <CJK>
+<U8233> /xe7/xd8 <CJK>
+<U8240> /xe7/xd9 <CJK>
+<U8259> /xe7/xda <CJK>
+<U8258> /xe7/xdb <CJK>
+<U825D> /xe7/xdc <CJK>
+<U825A> /xe7/xdd <CJK>
+<U825F> /xe7/xde <CJK>
+<U8264> /xe7/xdf <CJK>
+<U8262> /xe7/xe0 <CJK>
+<U8268> /xe7/xe1 <CJK>
+<U826A> /xe7/xe2 <CJK>
+<U826B> /xe7/xe3 <CJK>
+<U822E> /xe7/xe4 <CJK>
+<U8271> /xe7/xe5 <CJK>
+<U8277> /xe7/xe6 <CJK>
+<U8278> /xe7/xe7 <CJK>
+<U827E> /xe7/xe8 <CJK>
+<U828D> /xe7/xe9 <CJK>
+<U8292> /xe7/xea <CJK>
+<U82AB> /xe7/xeb <CJK>
+<U829F> /xe7/xec <CJK>
+<U82BB> /xe7/xed <CJK>
+<U82AC> /xe7/xee <CJK>
+<U82E1> /xe7/xef <CJK>
+<U82E3> /xe7/xf0 <CJK>
+<U82DF> /xe7/xf1 <CJK>
+<U82D2> /xe7/xf2 <CJK>
+<U82F4> /xe7/xf3 <CJK>
+<U82F3> /xe7/xf4 <CJK>
+<U82FA> /xe7/xf5 <CJK>
+<U8393> /xe7/xf6 <CJK>
+<U8303> /xe7/xf7 <CJK>
+<U82FB> /xe7/xf8 <CJK>
+<U82F9> /xe7/xf9 <CJK>
+<U82DE> /xe7/xfa <CJK>
+<U8306> /xe7/xfb <CJK>
+<U82DC> /xe7/xfc <CJK>
+<U8309> /xe7/xfd <CJK>
+<U82D9> /xe7/xfe <CJK>
+<U8335> /xe8/xa1 <CJK>
+<U8334> /xe8/xa2 <CJK>
+<U8316> /xe8/xa3 <CJK>
+<U8332> /xe8/xa4 <CJK>
+<U8331> /xe8/xa5 <CJK>
+<U8340> /xe8/xa6 <CJK>
+<U8339> /xe8/xa7 <CJK>
+<U8350> /xe8/xa8 <CJK>
+<U8345> /xe8/xa9 <CJK>
+<U832F> /xe8/xaa <CJK>
+<U832B> /xe8/xab <CJK>
+<U8317> /xe8/xac <CJK>
+<U8318> /xe8/xad <CJK>
+<U8385> /xe8/xae <CJK>
+<U839A> /xe8/xaf <CJK>
+<U83AA> /xe8/xb0 <CJK>
+<U839F> /xe8/xb1 <CJK>
+<U83A2> /xe8/xb2 <CJK>
+<U8396> /xe8/xb3 <CJK>
+<U8323> /xe8/xb4 <CJK>
+<U838E> /xe8/xb5 <CJK>
+<U8387> /xe8/xb6 <CJK>
+<U838A> /xe8/xb7 <CJK>
+<U837C> /xe8/xb8 <CJK>
+<U83B5> /xe8/xb9 <CJK>
+<U8373> /xe8/xba <CJK>
+<U8375> /xe8/xbb <CJK>
+<U83A0> /xe8/xbc <CJK>
+<U8389> /xe8/xbd <CJK>
+<U83A8> /xe8/xbe <CJK>
+<U83F4> /xe8/xbf <CJK>
+<U8413> /xe8/xc0 <CJK>
+<U83EB> /xe8/xc1 <CJK>
+<U83CE> /xe8/xc2 <CJK>
+<U83FD> /xe8/xc3 <CJK>
+<U8403> /xe8/xc4 <CJK>
+<U83D8> /xe8/xc5 <CJK>
+<U840B> /xe8/xc6 <CJK>
+<U83C1> /xe8/xc7 <CJK>
+<U83F7> /xe8/xc8 <CJK>
+<U8407> /xe8/xc9 <CJK>
+<U83E0> /xe8/xca <CJK>
+<U83F2> /xe8/xcb <CJK>
+<U840D> /xe8/xcc <CJK>
+<U8422> /xe8/xcd <CJK>
+<U8420> /xe8/xce <CJK>
+<U83BD> /xe8/xcf <CJK>
+<U8438> /xe8/xd0 <CJK>
+<U8506> /xe8/xd1 <CJK>
+<U83FB> /xe8/xd2 <CJK>
+<U846D> /xe8/xd3 <CJK>
+<U842A> /xe8/xd4 <CJK>
+<U843C> /xe8/xd5 <CJK>
+<U855A> /xe8/xd6 <CJK>
+<U8484> /xe8/xd7 <CJK>
+<U8477> /xe8/xd8 <CJK>
+<U846B> /xe8/xd9 <CJK>
+<U84AD> /xe8/xda <CJK>
+<U846E> /xe8/xdb <CJK>
+<U8482> /xe8/xdc <CJK>
+<U8469> /xe8/xdd <CJK>
+<U8446> /xe8/xde <CJK>
+<U842C> /xe8/xdf <CJK>
+<U846F> /xe8/xe0 <CJK>
+<U8479> /xe8/xe1 <CJK>
+<U8435> /xe8/xe2 <CJK>
+<U84CA> /xe8/xe3 <CJK>
+<U8462> /xe8/xe4 <CJK>
+<U84B9> /xe8/xe5 <CJK>
+<U84BF> /xe8/xe6 <CJK>
+<U849F> /xe8/xe7 <CJK>
+<U84D9> /xe8/xe8 <CJK>
+<U84CD> /xe8/xe9 <CJK>
+<U84BB> /xe8/xea <CJK>
+<U84DA> /xe8/xeb <CJK>
+<U84D0> /xe8/xec <CJK>
+<U84C1> /xe8/xed <CJK>
+<U84C6> /xe8/xee <CJK>
+<U84D6> /xe8/xef <CJK>
+<U84A1> /xe8/xf0 <CJK>
+<U8521> /xe8/xf1 <CJK>
+<U84FF> /xe8/xf2 <CJK>
+<U84F4> /xe8/xf3 <CJK>
+<U8517> /xe8/xf4 <CJK>
+<U8518> /xe8/xf5 <CJK>
+<U852C> /xe8/xf6 <CJK>
+<U851F> /xe8/xf7 <CJK>
+<U8515> /xe8/xf8 <CJK>
+<U8514> /xe8/xf9 <CJK>
+<U84FC> /xe8/xfa <CJK>
+<U8540> /xe8/xfb <CJK>
+<U8563> /xe8/xfc <CJK>
+<U8558> /xe8/xfd <CJK>
+<U8548> /xe8/xfe <CJK>
+<U8541> /xe9/xa1 <CJK>
+<U8602> /xe9/xa2 <CJK>
+<U854B> /xe9/xa3 <CJK>
+<U8555> /xe9/xa4 <CJK>
+<U8580> /xe9/xa5 <CJK>
+<U85A4> /xe9/xa6 <CJK>
+<U8588> /xe9/xa7 <CJK>
+<U8591> /xe9/xa8 <CJK>
+<U858A> /xe9/xa9 <CJK>
+<U85A8> /xe9/xaa <CJK>
+<U856D> /xe9/xab <CJK>
+<U8594> /xe9/xac <CJK>
+<U859B> /xe9/xad <CJK>
+<U85EA> /xe9/xae <CJK>
+<U8587> /xe9/xaf <CJK>
+<U859C> /xe9/xb0 <CJK>
+<U8577> /xe9/xb1 <CJK>
+<U857E> /xe9/xb2 <CJK>
+<U8590> /xe9/xb3 <CJK>
+<U85C9> /xe9/xb4 <CJK>
+<U85BA> /xe9/xb5 <CJK>
+<U85CF> /xe9/xb6 <CJK>
+<U85B9> /xe9/xb7 <CJK>
+<U85D0> /xe9/xb8 <CJK>
+<U85D5> /xe9/xb9 <CJK>
+<U85DD> /xe9/xba <CJK>
+<U85E5> /xe9/xbb <CJK>
+<U85DC> /xe9/xbc <CJK>
+<U85F9> /xe9/xbd <CJK>
+<U860A> /xe9/xbe <CJK>
+<U8613> /xe9/xbf <CJK>
+<U860B> /xe9/xc0 <CJK>
+<U85FE> /xe9/xc1 <CJK>
+<U85FA> /xe9/xc2 <CJK>
+<U8606> /xe9/xc3 <CJK>
+<U8622> /xe9/xc4 <CJK>
+<U861A> /xe9/xc5 <CJK>
+<U8630> /xe9/xc6 <CJK>
+<U863F> /xe9/xc7 <CJK>
+<U864D> /xe9/xc8 <CJK>
+<U4E55> /xe9/xc9 <CJK>
+<U8654> /xe9/xca <CJK>
+<U865F> /xe9/xcb <CJK>
+<U8667> /xe9/xcc <CJK>
+<U8671> /xe9/xcd <CJK>
+<U8693> /xe9/xce <CJK>
+<U86A3> /xe9/xcf <CJK>
+<U86A9> /xe9/xd0 <CJK>
+<U86AA> /xe9/xd1 <CJK>
+<U868B> /xe9/xd2 <CJK>
+<U868C> /xe9/xd3 <CJK>
+<U86B6> /xe9/xd4 <CJK>
+<U86AF> /xe9/xd5 <CJK>
+<U86C4> /xe9/xd6 <CJK>
+<U86C6> /xe9/xd7 <CJK>
+<U86B0> /xe9/xd8 <CJK>
+<U86C9> /xe9/xd9 <CJK>
+<U8823> /xe9/xda <CJK>
+<U86AB> /xe9/xdb <CJK>
+<U86D4> /xe9/xdc <CJK>
+<U86DE> /xe9/xdd <CJK>
+<U86E9> /xe9/xde <CJK>
+<U86EC> /xe9/xdf <CJK>
+<U86DF> /xe9/xe0 <CJK>
+<U86DB> /xe9/xe1 <CJK>
+<U86EF> /xe9/xe2 <CJK>
+<U8712> /xe9/xe3 <CJK>
+<U8706> /xe9/xe4 <CJK>
+<U8708> /xe9/xe5 <CJK>
+<U8700> /xe9/xe6 <CJK>
+<U8703> /xe9/xe7 <CJK>
+<U86FB> /xe9/xe8 <CJK>
+<U8711> /xe9/xe9 <CJK>
+<U8709> /xe9/xea <CJK>
+<U870D> /xe9/xeb <CJK>
+<U86F9> /xe9/xec <CJK>
+<U870A> /xe9/xed <CJK>
+<U8734> /xe9/xee <CJK>
+<U873F> /xe9/xef <CJK>
+<U8737> /xe9/xf0 <CJK>
+<U873B> /xe9/xf1 <CJK>
+<U8725> /xe9/xf2 <CJK>
+<U8729> /xe9/xf3 <CJK>
+<U871A> /xe9/xf4 <CJK>
+<U8760> /xe9/xf5 <CJK>
+<U875F> /xe9/xf6 <CJK>
+<U8778> /xe9/xf7 <CJK>
+<U874C> /xe9/xf8 <CJK>
+<U874E> /xe9/xf9 <CJK>
+<U8774> /xe9/xfa <CJK>
+<U8757> /xe9/xfb <CJK>
+<U8768> /xe9/xfc <CJK>
+<U876E> /xe9/xfd <CJK>
+<U8759> /xe9/xfe <CJK>
+<U8753> /xea/xa1 <CJK>
+<U8763> /xea/xa2 <CJK>
+<U876A> /xea/xa3 <CJK>
+<U8805> /xea/xa4 <CJK>
+<U87A2> /xea/xa5 <CJK>
+<U879F> /xea/xa6 <CJK>
+<U8782> /xea/xa7 <CJK>
+<U87AF> /xea/xa8 <CJK>
+<U87CB> /xea/xa9 <CJK>
+<U87BD> /xea/xaa <CJK>
+<U87C0> /xea/xab <CJK>
+<U87D0> /xea/xac <CJK>
+<U96D6> /xea/xad <CJK>
+<U87AB> /xea/xae <CJK>
+<U87C4> /xea/xaf <CJK>
+<U87B3> /xea/xb0 <CJK>
+<U87C7> /xea/xb1 <CJK>
+<U87C6> /xea/xb2 <CJK>
+<U87BB> /xea/xb3 <CJK>
+<U87EF> /xea/xb4 <CJK>
+<U87F2> /xea/xb5 <CJK>
+<U87E0> /xea/xb6 <CJK>
+<U880F> /xea/xb7 <CJK>
+<U880D> /xea/xb8 <CJK>
+<U87FE> /xea/xb9 <CJK>
+<U87F6> /xea/xba <CJK>
+<U87F7> /xea/xbb <CJK>
+<U880E> /xea/xbc <CJK>
+<U87D2> /xea/xbd <CJK>
+<U8811> /xea/xbe <CJK>
+<U8816> /xea/xbf <CJK>
+<U8815> /xea/xc0 <CJK>
+<U8822> /xea/xc1 <CJK>
+<U8821> /xea/xc2 <CJK>
+<U8831> /xea/xc3 <CJK>
+<U8836> /xea/xc4 <CJK>
+<U8839> /xea/xc5 <CJK>
+<U8827> /xea/xc6 <CJK>
+<U883B> /xea/xc7 <CJK>
+<U8844> /xea/xc8 <CJK>
+<U8842> /xea/xc9 <CJK>
+<U8852> /xea/xca <CJK>
+<U8859> /xea/xcb <CJK>
+<U885E> /xea/xcc <CJK>
+<U8862> /xea/xcd <CJK>
+<U886B> /xea/xce <CJK>
+<U8881> /xea/xcf <CJK>
+<U887E> /xea/xd0 <CJK>
+<U889E> /xea/xd1 <CJK>
+<U8875> /xea/xd2 <CJK>
+<U887D> /xea/xd3 <CJK>
+<U88B5> /xea/xd4 <CJK>
+<U8872> /xea/xd5 <CJK>
+<U8882> /xea/xd6 <CJK>
+<U8897> /xea/xd7 <CJK>
+<U8892> /xea/xd8 <CJK>
+<U88AE> /xea/xd9 <CJK>
+<U8899> /xea/xda <CJK>
+<U88A2> /xea/xdb <CJK>
+<U888D> /xea/xdc <CJK>
+<U88A4> /xea/xdd <CJK>
+<U88B0> /xea/xde <CJK>
+<U88BF> /xea/xdf <CJK>
+<U88B1> /xea/xe0 <CJK>
+<U88C3> /xea/xe1 <CJK>
+<U88C4> /xea/xe2 <CJK>
+<U88D4> /xea/xe3 <CJK>
+<U88D8> /xea/xe4 <CJK>
+<U88D9> /xea/xe5 <CJK>
+<U88DD> /xea/xe6 <CJK>
+<U88F9> /xea/xe7 <CJK>
+<U8902> /xea/xe8 <CJK>
+<U88FC> /xea/xe9 <CJK>
+<U88F4> /xea/xea <CJK>
+<U88E8> /xea/xeb <CJK>
+<U88F2> /xea/xec <CJK>
+<U8904> /xea/xed <CJK>
+<U890C> /xea/xee <CJK>
+<U890A> /xea/xef <CJK>
+<U8913> /xea/xf0 <CJK>
+<U8943> /xea/xf1 <CJK>
+<U891E> /xea/xf2 <CJK>
+<U8925> /xea/xf3 <CJK>
+<U892A> /xea/xf4 <CJK>
+<U892B> /xea/xf5 <CJK>
+<U8941> /xea/xf6 <CJK>
+<U8944> /xea/xf7 <CJK>
+<U893B> /xea/xf8 <CJK>
+<U8936> /xea/xf9 <CJK>
+<U8938> /xea/xfa <CJK>
+<U894C> /xea/xfb <CJK>
+<U891D> /xea/xfc <CJK>
+<U8960> /xea/xfd <CJK>
+<U895E> /xea/xfe <CJK>
+<U8966> /xeb/xa1 <CJK>
+<U8964> /xeb/xa2 <CJK>
+<U896D> /xeb/xa3 <CJK>
+<U896A> /xeb/xa4 <CJK>
+<U896F> /xeb/xa5 <CJK>
+<U8974> /xeb/xa6 <CJK>
+<U8977> /xeb/xa7 <CJK>
+<U897E> /xeb/xa8 <CJK>
+<U8983> /xeb/xa9 <CJK>
+<U8988> /xeb/xaa <CJK>
+<U898A> /xeb/xab <CJK>
+<U8993> /xeb/xac <CJK>
+<U8998> /xeb/xad <CJK>
+<U89A1> /xeb/xae <CJK>
+<U89A9> /xeb/xaf <CJK>
+<U89A6> /xeb/xb0 <CJK>
+<U89AC> /xeb/xb1 <CJK>
+<U89AF> /xeb/xb2 <CJK>
+<U89B2> /xeb/xb3 <CJK>
+<U89BA> /xeb/xb4 <CJK>
+<U89BD> /xeb/xb5 <CJK>
+<U89BF> /xeb/xb6 <CJK>
+<U89C0> /xeb/xb7 <CJK>
+<U89DA> /xeb/xb8 <CJK>
+<U89DC> /xeb/xb9 <CJK>
+<U89DD> /xeb/xba <CJK>
+<U89E7> /xeb/xbb <CJK>
+<U89F4> /xeb/xbc <CJK>
+<U89F8> /xeb/xbd <CJK>
+<U8A03> /xeb/xbe <CJK>
+<U8A16> /xeb/xbf <CJK>
+<U8A10> /xeb/xc0 <CJK>
+<U8A0C> /xeb/xc1 <CJK>
+<U8A1B> /xeb/xc2 <CJK>
+<U8A1D> /xeb/xc3 <CJK>
+<U8A25> /xeb/xc4 <CJK>
+<U8A36> /xeb/xc5 <CJK>
+<U8A41> /xeb/xc6 <CJK>
+<U8A5B> /xeb/xc7 <CJK>
+<U8A52> /xeb/xc8 <CJK>
+<U8A46> /xeb/xc9 <CJK>
+<U8A48> /xeb/xca <CJK>
+<U8A7C> /xeb/xcb <CJK>
+<U8A6D> /xeb/xcc <CJK>
+<U8A6C> /xeb/xcd <CJK>
+<U8A62> /xeb/xce <CJK>
+<U8A85> /xeb/xcf <CJK>
+<U8A82> /xeb/xd0 <CJK>
+<U8A84> /xeb/xd1 <CJK>
+<U8AA8> /xeb/xd2 <CJK>
+<U8AA1> /xeb/xd3 <CJK>
+<U8A91> /xeb/xd4 <CJK>
+<U8AA5> /xeb/xd5 <CJK>
+<U8AA6> /xeb/xd6 <CJK>
+<U8A9A> /xeb/xd7 <CJK>
+<U8AA3> /xeb/xd8 <CJK>
+<U8AC4> /xeb/xd9 <CJK>
+<U8ACD> /xeb/xda <CJK>
+<U8AC2> /xeb/xdb <CJK>
+<U8ADA> /xeb/xdc <CJK>
+<U8AEB> /xeb/xdd <CJK>
+<U8AF3> /xeb/xde <CJK>
+<U8AE7> /xeb/xdf <CJK>
+<U8AE4> /xeb/xe0 <CJK>
+<U8AF1> /xeb/xe1 <CJK>
+<U8B14> /xeb/xe2 <CJK>
+<U8AE0> /xeb/xe3 <CJK>
+<U8AE2> /xeb/xe4 <CJK>
+<U8AF7> /xeb/xe5 <CJK>
+<U8ADE> /xeb/xe6 <CJK>
+<U8ADB> /xeb/xe7 <CJK>
+<U8B0C> /xeb/xe8 <CJK>
+<U8B07> /xeb/xe9 <CJK>
+<U8B1A> /xeb/xea <CJK>
+<U8AE1> /xeb/xeb <CJK>
+<U8B16> /xeb/xec <CJK>
+<U8B10> /xeb/xed <CJK>
+<U8B17> /xeb/xee <CJK>
+<U8B20> /xeb/xef <CJK>
+<U8B33> /xeb/xf0 <CJK>
+<U97AB> /xeb/xf1 <CJK>
+<U8B26> /xeb/xf2 <CJK>
+<U8B2B> /xeb/xf3 <CJK>
+<U8B3E> /xeb/xf4 <CJK>
+<U8B28> /xeb/xf5 <CJK>
+<U8B41> /xeb/xf6 <CJK>
+<U8B4C> /xeb/xf7 <CJK>
+<U8B4F> /xeb/xf8 <CJK>
+<U8B4E> /xeb/xf9 <CJK>
+<U8B49> /xeb/xfa <CJK>
+<U8B56> /xeb/xfb <CJK>
+<U8B5B> /xeb/xfc <CJK>
+<U8B5A> /xeb/xfd <CJK>
+<U8B6B> /xeb/xfe <CJK>
+<U8B5F> /xec/xa1 <CJK>
+<U8B6C> /xec/xa2 <CJK>
+<U8B6F> /xec/xa3 <CJK>
+<U8B74> /xec/xa4 <CJK>
+<U8B7D> /xec/xa5 <CJK>
+<U8B80> /xec/xa6 <CJK>
+<U8B8C> /xec/xa7 <CJK>
+<U8B8E> /xec/xa8 <CJK>
+<U8B92> /xec/xa9 <CJK>
+<U8B93> /xec/xaa <CJK>
+<U8B96> /xec/xab <CJK>
+<U8B99> /xec/xac <CJK>
+<U8B9A> /xec/xad <CJK>
+<U8C3A> /xec/xae <CJK>
+<U8C41> /xec/xaf <CJK>
+<U8C3F> /xec/xb0 <CJK>
+<U8C48> /xec/xb1 <CJK>
+<U8C4C> /xec/xb2 <CJK>
+<U8C4E> /xec/xb3 <CJK>
+<U8C50> /xec/xb4 <CJK>
+<U8C55> /xec/xb5 <CJK>
+<U8C62> /xec/xb6 <CJK>
+<U8C6C> /xec/xb7 <CJK>
+<U8C78> /xec/xb8 <CJK>
+<U8C7A> /xec/xb9 <CJK>
+<U8C82> /xec/xba <CJK>
+<U8C89> /xec/xbb <CJK>
+<U8C85> /xec/xbc <CJK>
+<U8C8A> /xec/xbd <CJK>
+<U8C8D> /xec/xbe <CJK>
+<U8C8E> /xec/xbf <CJK>
+<U8C94> /xec/xc0 <CJK>
+<U8C7C> /xec/xc1 <CJK>
+<U8C98> /xec/xc2 <CJK>
+<U621D> /xec/xc3 <CJK>
+<U8CAD> /xec/xc4 <CJK>
+<U8CAA> /xec/xc5 <CJK>
+<U8CBD> /xec/xc6 <CJK>
+<U8CB2> /xec/xc7 <CJK>
+<U8CB3> /xec/xc8 <CJK>
+<U8CAE> /xec/xc9 <CJK>
+<U8CB6> /xec/xca <CJK>
+<U8CC8> /xec/xcb <CJK>
+<U8CC1> /xec/xcc <CJK>
+<U8CE4> /xec/xcd <CJK>
+<U8CE3> /xec/xce <CJK>
+<U8CDA> /xec/xcf <CJK>
+<U8CFD> /xec/xd0 <CJK>
+<U8CFA> /xec/xd1 <CJK>
+<U8CFB> /xec/xd2 <CJK>
+<U8D04> /xec/xd3 <CJK>
+<U8D05> /xec/xd4 <CJK>
+<U8D0A> /xec/xd5 <CJK>
+<U8D07> /xec/xd6 <CJK>
+<U8D0F> /xec/xd7 <CJK>
+<U8D0D> /xec/xd8 <CJK>
+<U8D10> /xec/xd9 <CJK>
+<U9F4E> /xec/xda <CJK>
+<U8D13> /xec/xdb <CJK>
+<U8CCD> /xec/xdc <CJK>
+<U8D14> /xec/xdd <CJK>
+<U8D16> /xec/xde <CJK>
+<U8D67> /xec/xdf <CJK>
+<U8D6D> /xec/xe0 <CJK>
+<U8D71> /xec/xe1 <CJK>
+<U8D73> /xec/xe2 <CJK>
+<U8D81> /xec/xe3 <CJK>
+<U8D99> /xec/xe4 <CJK>
+<U8DC2> /xec/xe5 <CJK>
+<U8DBE> /xec/xe6 <CJK>
+<U8DBA> /xec/xe7 <CJK>
+<U8DCF> /xec/xe8 <CJK>
+<U8DDA> /xec/xe9 <CJK>
+<U8DD6> /xec/xea <CJK>
+<U8DCC> /xec/xeb <CJK>
+<U8DDB> /xec/xec <CJK>
+<U8DCB> /xec/xed <CJK>
+<U8DEA> /xec/xee <CJK>
+<U8DEB> /xec/xef <CJK>
+<U8DDF> /xec/xf0 <CJK>
+<U8DE3> /xec/xf1 <CJK>
+<U8DFC> /xec/xf2 <CJK>
+<U8E08> /xec/xf3 <CJK>
+<U8E09> /xec/xf4 <CJK>
+<U8DFF> /xec/xf5 <CJK>
+<U8E1D> /xec/xf6 <CJK>
+<U8E1E> /xec/xf7 <CJK>
+<U8E10> /xec/xf8 <CJK>
+<U8E1F> /xec/xf9 <CJK>
+<U8E42> /xec/xfa <CJK>
+<U8E35> /xec/xfb <CJK>
+<U8E30> /xec/xfc <CJK>
+<U8E34> /xec/xfd <CJK>
+<U8E4A> /xec/xfe <CJK>
+<U8E47> /xed/xa1 <CJK>
+<U8E49> /xed/xa2 <CJK>
+<U8E4C> /xed/xa3 <CJK>
+<U8E50> /xed/xa4 <CJK>
+<U8E48> /xed/xa5 <CJK>
+<U8E59> /xed/xa6 <CJK>
+<U8E64> /xed/xa7 <CJK>
+<U8E60> /xed/xa8 <CJK>
+<U8E2A> /xed/xa9 <CJK>
+<U8E63> /xed/xaa <CJK>
+<U8E55> /xed/xab <CJK>
+<U8E76> /xed/xac <CJK>
+<U8E72> /xed/xad <CJK>
+<U8E7C> /xed/xae <CJK>
+<U8E81> /xed/xaf <CJK>
+<U8E87> /xed/xb0 <CJK>
+<U8E85> /xed/xb1 <CJK>
+<U8E84> /xed/xb2 <CJK>
+<U8E8B> /xed/xb3 <CJK>
+<U8E8A> /xed/xb4 <CJK>
+<U8E93> /xed/xb5 <CJK>
+<U8E91> /xed/xb6 <CJK>
+<U8E94> /xed/xb7 <CJK>
+<U8E99> /xed/xb8 <CJK>
+<U8EAA> /xed/xb9 <CJK>
+<U8EA1> /xed/xba <CJK>
+<U8EAC> /xed/xbb <CJK>
+<U8EB0> /xed/xbc <CJK>
+<U8EC6> /xed/xbd <CJK>
+<U8EB1> /xed/xbe <CJK>
+<U8EBE> /xed/xbf <CJK>
+<U8EC5> /xed/xc0 <CJK>
+<U8EC8> /xed/xc1 <CJK>
+<U8ECB> /xed/xc2 <CJK>
+<U8EDB> /xed/xc3 <CJK>
+<U8EE3> /xed/xc4 <CJK>
+<U8EFC> /xed/xc5 <CJK>
+<U8EFB> /xed/xc6 <CJK>
+<U8EEB> /xed/xc7 <CJK>
+<U8EFE> /xed/xc8 <CJK>
+<U8F0A> /xed/xc9 <CJK>
+<U8F05> /xed/xca <CJK>
+<U8F15> /xed/xcb <CJK>
+<U8F12> /xed/xcc <CJK>
+<U8F19> /xed/xcd <CJK>
+<U8F13> /xed/xce <CJK>
+<U8F1C> /xed/xcf <CJK>
+<U8F1F> /xed/xd0 <CJK>
+<U8F1B> /xed/xd1 <CJK>
+<U8F0C> /xed/xd2 <CJK>
+<U8F26> /xed/xd3 <CJK>
+<U8F33> /xed/xd4 <CJK>
+<U8F3B> /xed/xd5 <CJK>
+<U8F39> /xed/xd6 <CJK>
+<U8F45> /xed/xd7 <CJK>
+<U8F42> /xed/xd8 <CJK>
+<U8F3E> /xed/xd9 <CJK>
+<U8F4C> /xed/xda <CJK>
+<U8F49> /xed/xdb <CJK>
+<U8F46> /xed/xdc <CJK>
+<U8F4E> /xed/xdd <CJK>
+<U8F57> /xed/xde <CJK>
+<U8F5C> /xed/xdf <CJK>
+<U8F62> /xed/xe0 <CJK>
+<U8F63> /xed/xe1 <CJK>
+<U8F64> /xed/xe2 <CJK>
+<U8F9C> /xed/xe3 <CJK>
+<U8F9F> /xed/xe4 <CJK>
+<U8FA3> /xed/xe5 <CJK>
+<U8FAD> /xed/xe6 <CJK>
+<U8FAF> /xed/xe7 <CJK>
+<U8FB7> /xed/xe8 <CJK>
+<U8FDA> /xed/xe9 <CJK>
+<U8FE5> /xed/xea <CJK>
+<U8FE2> /xed/xeb <CJK>
+<U8FEA> /xed/xec <CJK>
+<U8FEF> /xed/xed <CJK>
+<U9087> /xed/xee <CJK>
+<U8FF4> /xed/xef <CJK>
+<U9005> /xed/xf0 <CJK>
+<U8FF9> /xed/xf1 <CJK>
+<U8FFA> /xed/xf2 <CJK>
+<U9011> /xed/xf3 <CJK>
+<U9015> /xed/xf4 <CJK>
+<U9021> /xed/xf5 <CJK>
+<U900D> /xed/xf6 <CJK>
+<U901E> /xed/xf7 <CJK>
+<U9016> /xed/xf8 <CJK>
+<U900B> /xed/xf9 <CJK>
+<U9027> /xed/xfa <CJK>
+<U9036> /xed/xfb <CJK>
+<U9035> /xed/xfc <CJK>
+<U9039> /xed/xfd <CJK>
+<U8FF8> /xed/xfe <CJK>
+<U904F> /xee/xa1 <CJK>
+<U9050> /xee/xa2 <CJK>
+<U9051> /xee/xa3 <CJK>
+<U9052> /xee/xa4 <CJK>
+<U900E> /xee/xa5 <CJK>
+<U9049> /xee/xa6 <CJK>
+<U903E> /xee/xa7 <CJK>
+<U9056> /xee/xa8 <CJK>
+<U9058> /xee/xa9 <CJK>
+<U905E> /xee/xaa <CJK>
+<U9068> /xee/xab <CJK>
+<U906F> /xee/xac <CJK>
+<U9076> /xee/xad <CJK>
+<U96A8> /xee/xae <CJK>
+<U9072> /xee/xaf <CJK>
+<U9082> /xee/xb0 <CJK>
+<U907D> /xee/xb1 <CJK>
+<U9081> /xee/xb2 <CJK>
+<U9080> /xee/xb3 <CJK>
+<U908A> /xee/xb4 <CJK>
+<U9089> /xee/xb5 <CJK>
+<U908F> /xee/xb6 <CJK>
+<U90A8> /xee/xb7 <CJK>
+<U90AF> /xee/xb8 <CJK>
+<U90B1> /xee/xb9 <CJK>
+<U90B5> /xee/xba <CJK>
+<U90E2> /xee/xbb <CJK>
+<U90E4> /xee/xbc <CJK>
+<U6248> /xee/xbd <CJK>
+<U90DB> /xee/xbe <CJK>
+<U9102> /xee/xbf <CJK>
+<U9112> /xee/xc0 <CJK>
+<U9119> /xee/xc1 <CJK>
+<U9132> /xee/xc2 <CJK>
+<U9130> /xee/xc3 <CJK>
+<U914A> /xee/xc4 <CJK>
+<U9156> /xee/xc5 <CJK>
+<U9158> /xee/xc6 <CJK>
+<U9163> /xee/xc7 <CJK>
+<U9165> /xee/xc8 <CJK>
+<U9169> /xee/xc9 <CJK>
+<U9173> /xee/xca <CJK>
+<U9172> /xee/xcb <CJK>
+<U918B> /xee/xcc <CJK>
+<U9189> /xee/xcd <CJK>
+<U9182> /xee/xce <CJK>
+<U91A2> /xee/xcf <CJK>
+<U91AB> /xee/xd0 <CJK>
+<U91AF> /xee/xd1 <CJK>
+<U91AA> /xee/xd2 <CJK>
+<U91B5> /xee/xd3 <CJK>
+<U91B4> /xee/xd4 <CJK>
+<U91BA> /xee/xd5 <CJK>
+<U91C0> /xee/xd6 <CJK>
+<U91C1> /xee/xd7 <CJK>
+<U91C9> /xee/xd8 <CJK>
+<U91CB> /xee/xd9 <CJK>
+<U91D0> /xee/xda <CJK>
+<U91D6> /xee/xdb <CJK>
+<U91DF> /xee/xdc <CJK>
+<U91E1> /xee/xdd <CJK>
+<U91DB> /xee/xde <CJK>
+<U91FC> /xee/xdf <CJK>
+<U91F5> /xee/xe0 <CJK>
+<U91F6> /xee/xe1 <CJK>
+<U921E> /xee/xe2 <CJK>
+<U91FF> /xee/xe3 <CJK>
+<U9214> /xee/xe4 <CJK>
+<U922C> /xee/xe5 <CJK>
+<U9215> /xee/xe6 <CJK>
+<U9211> /xee/xe7 <CJK>
+<U925E> /xee/xe8 <CJK>
+<U9257> /xee/xe9 <CJK>
+<U9245> /xee/xea <CJK>
+<U9249> /xee/xeb <CJK>
+<U9264> /xee/xec <CJK>
+<U9248> /xee/xed <CJK>
+<U9295> /xee/xee <CJK>
+<U923F> /xee/xef <CJK>
+<U924B> /xee/xf0 <CJK>
+<U9250> /xee/xf1 <CJK>
+<U929C> /xee/xf2 <CJK>
+<U9296> /xee/xf3 <CJK>
+<U9293> /xee/xf4 <CJK>
+<U929B> /xee/xf5 <CJK>
+<U925A> /xee/xf6 <CJK>
+<U92CF> /xee/xf7 <CJK>
+<U92B9> /xee/xf8 <CJK>
+<U92B7> /xee/xf9 <CJK>
+<U92E9> /xee/xfa <CJK>
+<U930F> /xee/xfb <CJK>
+<U92FA> /xee/xfc <CJK>
+<U9344> /xee/xfd <CJK>
+<U932E> /xee/xfe <CJK>
+<U9319> /xef/xa1 <CJK>
+<U9322> /xef/xa2 <CJK>
+<U931A> /xef/xa3 <CJK>
+<U9323> /xef/xa4 <CJK>
+<U933A> /xef/xa5 <CJK>
+<U9335> /xef/xa6 <CJK>
+<U933B> /xef/xa7 <CJK>
+<U935C> /xef/xa8 <CJK>
+<U9360> /xef/xa9 <CJK>
+<U937C> /xef/xaa <CJK>
+<U936E> /xef/xab <CJK>
+<U9356> /xef/xac <CJK>
+<U93B0> /xef/xad <CJK>
+<U93AC> /xef/xae <CJK>
+<U93AD> /xef/xaf <CJK>
+<U9394> /xef/xb0 <CJK>
+<U93B9> /xef/xb1 <CJK>
+<U93D6> /xef/xb2 <CJK>
+<U93D7> /xef/xb3 <CJK>
+<U93E8> /xef/xb4 <CJK>
+<U93E5> /xef/xb5 <CJK>
+<U93D8> /xef/xb6 <CJK>
+<U93C3> /xef/xb7 <CJK>
+<U93DD> /xef/xb8 <CJK>
+<U93D0> /xef/xb9 <CJK>
+<U93C8> /xef/xba <CJK>
+<U93E4> /xef/xbb <CJK>
+<U941A> /xef/xbc <CJK>
+<U9414> /xef/xbd <CJK>
+<U9413> /xef/xbe <CJK>
+<U9403> /xef/xbf <CJK>
+<U9407> /xef/xc0 <CJK>
+<U9410> /xef/xc1 <CJK>
+<U9436> /xef/xc2 <CJK>
+<U942B> /xef/xc3 <CJK>
+<U9435> /xef/xc4 <CJK>
+<U9421> /xef/xc5 <CJK>
+<U943A> /xef/xc6 <CJK>
+<U9441> /xef/xc7 <CJK>
+<U9452> /xef/xc8 <CJK>
+<U9444> /xef/xc9 <CJK>
+<U945B> /xef/xca <CJK>
+<U9460> /xef/xcb <CJK>
+<U9462> /xef/xcc <CJK>
+<U945E> /xef/xcd <CJK>
+<U946A> /xef/xce <CJK>
+<U9229> /xef/xcf <CJK>
+<U9470> /xef/xd0 <CJK>
+<U9475> /xef/xd1 <CJK>
+<U9477> /xef/xd2 <CJK>
+<U947D> /xef/xd3 <CJK>
+<U945A> /xef/xd4 <CJK>
+<U947C> /xef/xd5 <CJK>
+<U947E> /xef/xd6 <CJK>
+<U9481> /xef/xd7 <CJK>
+<U947F> /xef/xd8 <CJK>
+<U9582> /xef/xd9 <CJK>
+<U9587> /xef/xda <CJK>
+<U958A> /xef/xdb <CJK>
+<U9594> /xef/xdc <CJK>
+<U9596> /xef/xdd <CJK>
+<U9598> /xef/xde <CJK>
+<U9599> /xef/xdf <CJK>
+<U95A0> /xef/xe0 <CJK>
+<U95A8> /xef/xe1 <CJK>
+<U95A7> /xef/xe2 <CJK>
+<U95AD> /xef/xe3 <CJK>
+<U95BC> /xef/xe4 <CJK>
+<U95BB> /xef/xe5 <CJK>
+<U95B9> /xef/xe6 <CJK>
+<U95BE> /xef/xe7 <CJK>
+<U95CA> /xef/xe8 <CJK>
+<U6FF6> /xef/xe9 <CJK>
+<U95C3> /xef/xea <CJK>
+<U95CD> /xef/xeb <CJK>
+<U95CC> /xef/xec <CJK>
+<U95D5> /xef/xed <CJK>
+<U95D4> /xef/xee <CJK>
+<U95D6> /xef/xef <CJK>
+<U95DC> /xef/xf0 <CJK>
+<U95E1> /xef/xf1 <CJK>
+<U95E5> /xef/xf2 <CJK>
+<U95E2> /xef/xf3 <CJK>
+<U9621> /xef/xf4 <CJK>
+<U9628> /xef/xf5 <CJK>
+<U962E> /xef/xf6 <CJK>
+<U962F> /xef/xf7 <CJK>
+<U9642> /xef/xf8 <CJK>
+<U964C> /xef/xf9 <CJK>
+<U964F> /xef/xfa <CJK>
+<U964B> /xef/xfb <CJK>
+<U9677> /xef/xfc <CJK>
+<U965C> /xef/xfd <CJK>
+<U965E> /xef/xfe <CJK>
+<U965D> /xf0/xa1 <CJK>
+<U965F> /xf0/xa2 <CJK>
+<U9666> /xf0/xa3 <CJK>
+<U9672> /xf0/xa4 <CJK>
+<U966C> /xf0/xa5 <CJK>
+<U968D> /xf0/xa6 <CJK>
+<U9698> /xf0/xa7 <CJK>
+<U9695> /xf0/xa8 <CJK>
+<U9697> /xf0/xa9 <CJK>
+<U96AA> /xf0/xaa <CJK>
+<U96A7> /xf0/xab <CJK>
+<U96B1> /xf0/xac <CJK>
+<U96B2> /xf0/xad <CJK>
+<U96B0> /xf0/xae <CJK>
+<U96B4> /xf0/xaf <CJK>
+<U96B6> /xf0/xb0 <CJK>
+<U96B8> /xf0/xb1 <CJK>
+<U96B9> /xf0/xb2 <CJK>
+<U96CE> /xf0/xb3 <CJK>
+<U96CB> /xf0/xb4 <CJK>
+<U96C9> /xf0/xb5 <CJK>
+<U96CD> /xf0/xb6 <CJK>
+<U894D> /xf0/xb7 <CJK>
+<U96DC> /xf0/xb8 <CJK>
+<U970D> /xf0/xb9 <CJK>
+<U96D5> /xf0/xba <CJK>
+<U96F9> /xf0/xbb <CJK>
+<U9704> /xf0/xbc <CJK>
+<U9706> /xf0/xbd <CJK>
+<U9708> /xf0/xbe <CJK>
+<U9713> /xf0/xbf <CJK>
+<U970E> /xf0/xc0 <CJK>
+<U9711> /xf0/xc1 <CJK>
+<U970F> /xf0/xc2 <CJK>
+<U9716> /xf0/xc3 <CJK>
+<U9719> /xf0/xc4 <CJK>
+<U9724> /xf0/xc5 <CJK>
+<U972A> /xf0/xc6 <CJK>
+<U9730> /xf0/xc7 <CJK>
+<U9739> /xf0/xc8 <CJK>
+<U973D> /xf0/xc9 <CJK>
+<U973E> /xf0/xca <CJK>
+<U9744> /xf0/xcb <CJK>
+<U9746> /xf0/xcc <CJK>
+<U9748> /xf0/xcd <CJK>
+<U9742> /xf0/xce <CJK>
+<U9749> /xf0/xcf <CJK>
+<U975C> /xf0/xd0 <CJK>
+<U9760> /xf0/xd1 <CJK>
+<U9764> /xf0/xd2 <CJK>
+<U9766> /xf0/xd3 <CJK>
+<U9768> /xf0/xd4 <CJK>
+<U52D2> /xf0/xd5 <CJK>
+<U976B> /xf0/xd6 <CJK>
+<U9771> /xf0/xd7 <CJK>
+<U9779> /xf0/xd8 <CJK>
+<U9785> /xf0/xd9 <CJK>
+<U977C> /xf0/xda <CJK>
+<U9781> /xf0/xdb <CJK>
+<U977A> /xf0/xdc <CJK>
+<U9786> /xf0/xdd <CJK>
+<U978B> /xf0/xde <CJK>
+<U978F> /xf0/xdf <CJK>
+<U9790> /xf0/xe0 <CJK>
+<U979C> /xf0/xe1 <CJK>
+<U97A8> /xf0/xe2 <CJK>
+<U97A6> /xf0/xe3 <CJK>
+<U97A3> /xf0/xe4 <CJK>
+<U97B3> /xf0/xe5 <CJK>
+<U97B4> /xf0/xe6 <CJK>
+<U97C3> /xf0/xe7 <CJK>
+<U97C6> /xf0/xe8 <CJK>
+<U97C8> /xf0/xe9 <CJK>
+<U97CB> /xf0/xea <CJK>
+<U97DC> /xf0/xeb <CJK>
+<U97ED> /xf0/xec <CJK>
+<U9F4F> /xf0/xed <CJK>
+<U97F2> /xf0/xee <CJK>
+<U7ADF> /xf0/xef <CJK>
+<U97F6> /xf0/xf0 <CJK>
+<U97F5> /xf0/xf1 <CJK>
+<U980F> /xf0/xf2 <CJK>
+<U980C> /xf0/xf3 <CJK>
+<U9838> /xf0/xf4 <CJK>
+<U9824> /xf0/xf5 <CJK>
+<U9821> /xf0/xf6 <CJK>
+<U9837> /xf0/xf7 <CJK>
+<U983D> /xf0/xf8 <CJK>
+<U9846> /xf0/xf9 <CJK>
+<U984F> /xf0/xfa <CJK>
+<U984B> /xf0/xfb <CJK>
+<U986B> /xf0/xfc <CJK>
+<U986F> /xf0/xfd <CJK>
+<U9870> /xf0/xfe <CJK>
+<U9871> /xf1/xa1 <CJK>
+<U9874> /xf1/xa2 <CJK>
+<U9873> /xf1/xa3 <CJK>
+<U98AA> /xf1/xa4 <CJK>
+<U98AF> /xf1/xa5 <CJK>
+<U98B1> /xf1/xa6 <CJK>
+<U98B6> /xf1/xa7 <CJK>
+<U98C4> /xf1/xa8 <CJK>
+<U98C3> /xf1/xa9 <CJK>
+<U98C6> /xf1/xaa <CJK>
+<U98E9> /xf1/xab <CJK>
+<U98EB> /xf1/xac <CJK>
+<U9903> /xf1/xad <CJK>
+<U9909> /xf1/xae <CJK>
+<U9912> /xf1/xaf <CJK>
+<U9914> /xf1/xb0 <CJK>
+<U9918> /xf1/xb1 <CJK>
+<U9921> /xf1/xb2 <CJK>
+<U991D> /xf1/xb3 <CJK>
+<U991E> /xf1/xb4 <CJK>
+<U9924> /xf1/xb5 <CJK>
+<U9920> /xf1/xb6 <CJK>
+<U992C> /xf1/xb7 <CJK>
+<U992E> /xf1/xb8 <CJK>
+<U993D> /xf1/xb9 <CJK>
+<U993E> /xf1/xba <CJK>
+<U9942> /xf1/xbb <CJK>
+<U9949> /xf1/xbc <CJK>
+<U9945> /xf1/xbd <CJK>
+<U9950> /xf1/xbe <CJK>
+<U994B> /xf1/xbf <CJK>
+<U9951> /xf1/xc0 <CJK>
+<U9952> /xf1/xc1 <CJK>
+<U994C> /xf1/xc2 <CJK>
+<U9955> /xf1/xc3 <CJK>
+<U9997> /xf1/xc4 <CJK>
+<U9998> /xf1/xc5 <CJK>
+<U99A5> /xf1/xc6 <CJK>
+<U99AD> /xf1/xc7 <CJK>
+<U99AE> /xf1/xc8 <CJK>
+<U99BC> /xf1/xc9 <CJK>
+<U99DF> /xf1/xca <CJK>
+<U99DB> /xf1/xcb <CJK>
+<U99DD> /xf1/xcc <CJK>
+<U99D8> /xf1/xcd <CJK>
+<U99D1> /xf1/xce <CJK>
+<U99ED> /xf1/xcf <CJK>
+<U99EE> /xf1/xd0 <CJK>
+<U99F1> /xf1/xd1 <CJK>
+<U99F2> /xf1/xd2 <CJK>
+<U99FB> /xf1/xd3 <CJK>
+<U99F8> /xf1/xd4 <CJK>
+<U9A01> /xf1/xd5 <CJK>
+<U9A0F> /xf1/xd6 <CJK>
+<U9A05> /xf1/xd7 <CJK>
+<U99E2> /xf1/xd8 <CJK>
+<U9A19> /xf1/xd9 <CJK>
+<U9A2B> /xf1/xda <CJK>
+<U9A37> /xf1/xdb <CJK>
+<U9A45> /xf1/xdc <CJK>
+<U9A42> /xf1/xdd <CJK>
+<U9A40> /xf1/xde <CJK>
+<U9A43> /xf1/xdf <CJK>
+<U9A3E> /xf1/xe0 <CJK>
+<U9A55> /xf1/xe1 <CJK>
+<U9A4D> /xf1/xe2 <CJK>
+<U9A5B> /xf1/xe3 <CJK>
+<U9A57> /xf1/xe4 <CJK>
+<U9A5F> /xf1/xe5 <CJK>
+<U9A62> /xf1/xe6 <CJK>
+<U9A65> /xf1/xe7 <CJK>
+<U9A64> /xf1/xe8 <CJK>
+<U9A69> /xf1/xe9 <CJK>
+<U9A6B> /xf1/xea <CJK>
+<U9A6A> /xf1/xeb <CJK>
+<U9AAD> /xf1/xec <CJK>
+<U9AB0> /xf1/xed <CJK>
+<U9ABC> /xf1/xee <CJK>
+<U9AC0> /xf1/xef <CJK>
+<U9ACF> /xf1/xf0 <CJK>
+<U9AD1> /xf1/xf1 <CJK>
+<U9AD3> /xf1/xf2 <CJK>
+<U9AD4> /xf1/xf3 <CJK>
+<U9ADE> /xf1/xf4 <CJK>
+<U9ADF> /xf1/xf5 <CJK>
+<U9AE2> /xf1/xf6 <CJK>
+<U9AE3> /xf1/xf7 <CJK>
+<U9AE6> /xf1/xf8 <CJK>
+<U9AEF> /xf1/xf9 <CJK>
+<U9AEB> /xf1/xfa <CJK>
+<U9AEE> /xf1/xfb <CJK>
+<U9AF4> /xf1/xfc <CJK>
+<U9AF1> /xf1/xfd <CJK>
+<U9AF7> /xf1/xfe <CJK>
+<U9AFB> /xf2/xa1 <CJK>
+<U9B06> /xf2/xa2 <CJK>
+<U9B18> /xf2/xa3 <CJK>
+<U9B1A> /xf2/xa4 <CJK>
+<U9B1F> /xf2/xa5 <CJK>
+<U9B22> /xf2/xa6 <CJK>
+<U9B23> /xf2/xa7 <CJK>
+<U9B25> /xf2/xa8 <CJK>
+<U9B27> /xf2/xa9 <CJK>
+<U9B28> /xf2/xaa <CJK>
+<U9B29> /xf2/xab <CJK>
+<U9B2A> /xf2/xac <CJK>
+<U9B2E> /xf2/xad <CJK>
+<U9B2F> /xf2/xae <CJK>
+<U9B32> /xf2/xaf <CJK>
+<U9B44> /xf2/xb0 <CJK>
+<U9B43> /xf2/xb1 <CJK>
+<U9B4F> /xf2/xb2 <CJK>
+<U9B4D> /xf2/xb3 <CJK>
+<U9B4E> /xf2/xb4 <CJK>
+<U9B51> /xf2/xb5 <CJK>
+<U9B58> /xf2/xb6 <CJK>
+<U9B74> /xf2/xb7 <CJK>
+<U9B93> /xf2/xb8 <CJK>
+<U9B83> /xf2/xb9 <CJK>
+<U9B91> /xf2/xba <CJK>
+<U9B96> /xf2/xbb <CJK>
+<U9B97> /xf2/xbc <CJK>
+<U9B9F> /xf2/xbd <CJK>
+<U9BA0> /xf2/xbe <CJK>
+<U9BA8> /xf2/xbf <CJK>
+<U9BB4> /xf2/xc0 <CJK>
+<U9BC0> /xf2/xc1 <CJK>
+<U9BCA> /xf2/xc2 <CJK>
+<U9BB9> /xf2/xc3 <CJK>
+<U9BC6> /xf2/xc4 <CJK>
+<U9BCF> /xf2/xc5 <CJK>
+<U9BD1> /xf2/xc6 <CJK>
+<U9BD2> /xf2/xc7 <CJK>
+<U9BE3> /xf2/xc8 <CJK>
+<U9BE2> /xf2/xc9 <CJK>
+<U9BE4> /xf2/xca <CJK>
+<U9BD4> /xf2/xcb <CJK>
+<U9BE1> /xf2/xcc <CJK>
+<U9C3A> /xf2/xcd <CJK>
+<U9BF2> /xf2/xce <CJK>
+<U9BF1> /xf2/xcf <CJK>
+<U9BF0> /xf2/xd0 <CJK>
+<U9C15> /xf2/xd1 <CJK>
+<U9C14> /xf2/xd2 <CJK>
+<U9C09> /xf2/xd3 <CJK>
+<U9C13> /xf2/xd4 <CJK>
+<U9C0C> /xf2/xd5 <CJK>
+<U9C06> /xf2/xd6 <CJK>
+<U9C08> /xf2/xd7 <CJK>
+<U9C12> /xf2/xd8 <CJK>
+<U9C0A> /xf2/xd9 <CJK>
+<U9C04> /xf2/xda <CJK>
+<U9C2E> /xf2/xdb <CJK>
+<U9C1B> /xf2/xdc <CJK>
+<U9C25> /xf2/xdd <CJK>
+<U9C24> /xf2/xde <CJK>
+<U9C21> /xf2/xdf <CJK>
+<U9C30> /xf2/xe0 <CJK>
+<U9C47> /xf2/xe1 <CJK>
+<U9C32> /xf2/xe2 <CJK>
+<U9C46> /xf2/xe3 <CJK>
+<U9C3E> /xf2/xe4 <CJK>
+<U9C5A> /xf2/xe5 <CJK>
+<U9C60> /xf2/xe6 <CJK>
+<U9C67> /xf2/xe7 <CJK>
+<U9C76> /xf2/xe8 <CJK>
+<U9C78> /xf2/xe9 <CJK>
+<U9CE7> /xf2/xea <CJK>
+<U9CEC> /xf2/xeb <CJK>
+<U9CF0> /xf2/xec <CJK>
+<U9D09> /xf2/xed <CJK>
+<U9D08> /xf2/xee <CJK>
+<U9CEB> /xf2/xef <CJK>
+<U9D03> /xf2/xf0 <CJK>
+<U9D06> /xf2/xf1 <CJK>
+<U9D2A> /xf2/xf2 <CJK>
+<U9D26> /xf2/xf3 <CJK>
+<U9DAF> /xf2/xf4 <CJK>
+<U9D23> /xf2/xf5 <CJK>
+<U9D1F> /xf2/xf6 <CJK>
+<U9D44> /xf2/xf7 <CJK>
+<U9D15> /xf2/xf8 <CJK>
+<U9D12> /xf2/xf9 <CJK>
+<U9D41> /xf2/xfa <CJK>
+<U9D3F> /xf2/xfb <CJK>
+<U9D3E> /xf2/xfc <CJK>
+<U9D46> /xf2/xfd <CJK>
+<U9D48> /xf2/xfe <CJK>
+<U9D5D> /xf3/xa1 <CJK>
+<U9D5E> /xf3/xa2 <CJK>
+<U9D64> /xf3/xa3 <CJK>
+<U9D51> /xf3/xa4 <CJK>
+<U9D50> /xf3/xa5 <CJK>
+<U9D59> /xf3/xa6 <CJK>
+<U9D72> /xf3/xa7 <CJK>
+<U9D89> /xf3/xa8 <CJK>
+<U9D87> /xf3/xa9 <CJK>
+<U9DAB> /xf3/xaa <CJK>
+<U9D6F> /xf3/xab <CJK>
+<U9D7A> /xf3/xac <CJK>
+<U9D9A> /xf3/xad <CJK>
+<U9DA4> /xf3/xae <CJK>
+<U9DA9> /xf3/xaf <CJK>
+<U9DB2> /xf3/xb0 <CJK>
+<U9DC4> /xf3/xb1 <CJK>
+<U9DC1> /xf3/xb2 <CJK>
+<U9DBB> /xf3/xb3 <CJK>
+<U9DB8> /xf3/xb4 <CJK>
+<U9DBA> /xf3/xb5 <CJK>
+<U9DC6> /xf3/xb6 <CJK>
+<U9DCF> /xf3/xb7 <CJK>
+<U9DC2> /xf3/xb8 <CJK>
+<U9DD9> /xf3/xb9 <CJK>
+<U9DD3> /xf3/xba <CJK>
+<U9DF8> /xf3/xbb <CJK>
+<U9DE6> /xf3/xbc <CJK>
+<U9DED> /xf3/xbd <CJK>
+<U9DEF> /xf3/xbe <CJK>
+<U9DFD> /xf3/xbf <CJK>
+<U9E1A> /xf3/xc0 <CJK>
+<U9E1B> /xf3/xc1 <CJK>
+<U9E1E> /xf3/xc2 <CJK>
+<U9E75> /xf3/xc3 <CJK>
+<U9E79> /xf3/xc4 <CJK>
+<U9E7D> /xf3/xc5 <CJK>
+<U9E81> /xf3/xc6 <CJK>
+<U9E88> /xf3/xc7 <CJK>
+<U9E8B> /xf3/xc8 <CJK>
+<U9E8C> /xf3/xc9 <CJK>
+<U9E92> /xf3/xca <CJK>
+<U9E95> /xf3/xcb <CJK>
+<U9E91> /xf3/xcc <CJK>
+<U9E9D> /xf3/xcd <CJK>
+<U9EA5> /xf3/xce <CJK>
+<U9EA9> /xf3/xcf <CJK>
+<U9EB8> /xf3/xd0 <CJK>
+<U9EAA> /xf3/xd1 <CJK>
+<U9EAD> /xf3/xd2 <CJK>
+<U9761> /xf3/xd3 <CJK>
+<U9ECC> /xf3/xd4 <CJK>
+<U9ECE> /xf3/xd5 <CJK>
+<U9ECF> /xf3/xd6 <CJK>
+<U9ED0> /xf3/xd7 <CJK>
+<U9ED4> /xf3/xd8 <CJK>
+<U9EDC> /xf3/xd9 <CJK>
+<U9EDE> /xf3/xda <CJK>
+<U9EDD> /xf3/xdb <CJK>
+<U9EE0> /xf3/xdc <CJK>
+<U9EE5> /xf3/xdd <CJK>
+<U9EE8> /xf3/xde <CJK>
+<U9EEF> /xf3/xdf <CJK>
+<U9EF4> /xf3/xe0 <CJK>
+<U9EF6> /xf3/xe1 <CJK>
+<U9EF7> /xf3/xe2 <CJK>
+<U9EF9> /xf3/xe3 <CJK>
+<U9EFB> /xf3/xe4 <CJK>
+<U9EFC> /xf3/xe5 <CJK>
+<U9EFD> /xf3/xe6 <CJK>
+<U9F07> /xf3/xe7 <CJK>
+<U9F08> /xf3/xe8 <CJK>
+<U76B7> /xf3/xe9 <CJK>
+<U9F15> /xf3/xea <CJK>
+<U9F21> /xf3/xeb <CJK>
+<U9F2C> /xf3/xec <CJK>
+<U9F3E> /xf3/xed <CJK>
+<U9F4A> /xf3/xee <CJK>
+<U9F52> /xf3/xef <CJK>
+<U9F54> /xf3/xf0 <CJK>
+<U9F63> /xf3/xf1 <CJK>
+<U9F5F> /xf3/xf2 <CJK>
+<U9F60> /xf3/xf3 <CJK>
+<U9F61> /xf3/xf4 <CJK>
+<U9F66> /xf3/xf5 <CJK>
+<U9F67> /xf3/xf6 <CJK>
+<U9F6C> /xf3/xf7 <CJK>
+<U9F6A> /xf3/xf8 <CJK>
+<U9F77> /xf3/xf9 <CJK>
+<U9F72> /xf3/xfa <CJK>
+<U9F76> /xf3/xfb <CJK>
+<U9F95> /xf3/xfc <CJK>
+<U9F9C> /xf3/xfd <CJK>
+<U9FA0> /xf3/xfe <CJK>
+<U582F> /xf4/xa1 <CJK>
+<U69C7> /xf4/xa2 <CJK>
+<U9059> /xf4/xa3 <CJK>
+<U7464> /xf4/xa4 <CJK>
+<U51DC> /xf4/xa5 <CJK>
+<U7199> /xf4/xa6 <CJK>
+
+%
+% User Defined Characters (EUC Code Set 1)
+%
+<UE000> /xf5/xa1 <Private Use>
+<UE001> /xf5/xa2 <Private Use>
+<UE002> /xf5/xa3 <Private Use>
+<UE003> /xf5/xa4 <Private Use>
+<UE004> /xf5/xa5 <Private Use>
+<UE005> /xf5/xa6 <Private Use>
+<UE006> /xf5/xa7 <Private Use>
+<UE007> /xf5/xa8 <Private Use>
+<UE008> /xf5/xa9 <Private Use>
+<UE009> /xf5/xaa <Private Use>
+<UE00A> /xf5/xab <Private Use>
+<UE00B> /xf5/xac <Private Use>
+<UE00C> /xf5/xad <Private Use>
+<UE00D> /xf5/xae <Private Use>
+<UE00E> /xf5/xaf <Private Use>
+<UE00F> /xf5/xb0 <Private Use>
+<UE010> /xf5/xb1 <Private Use>
+<UE011> /xf5/xb2 <Private Use>
+<UE012> /xf5/xb3 <Private Use>
+<UE013> /xf5/xb4 <Private Use>
+<UE014> /xf5/xb5 <Private Use>
+<UE015> /xf5/xb6 <Private Use>
+<UE016> /xf5/xb7 <Private Use>
+<UE017> /xf5/xb8 <Private Use>
+<UE018> /xf5/xb9 <Private Use>
+<UE019> /xf5/xba <Private Use>
+<UE01A> /xf5/xbb <Private Use>
+<UE01B> /xf5/xbc <Private Use>
+<UE01C> /xf5/xbd <Private Use>
+<UE01D> /xf5/xbe <Private Use>
+<UE01E> /xf5/xbf <Private Use>
+<UE01F> /xf5/xc0 <Private Use>
+<UE020> /xf5/xc1 <Private Use>
+<UE021> /xf5/xc2 <Private Use>
+<UE022> /xf5/xc3 <Private Use>
+<UE023> /xf5/xc4 <Private Use>
+<UE024> /xf5/xc5 <Private Use>
+<UE025> /xf5/xc6 <Private Use>
+<UE026> /xf5/xc7 <Private Use>
+<UE027> /xf5/xc8 <Private Use>
+<UE028> /xf5/xc9 <Private Use>
+<UE029> /xf5/xca <Private Use>
+<UE02A> /xf5/xcb <Private Use>
+<UE02B> /xf5/xcc <Private Use>
+<UE02C> /xf5/xcd <Private Use>
+<UE02D> /xf5/xce <Private Use>
+<UE02E> /xf5/xcf <Private Use>
+<UE02F> /xf5/xd0 <Private Use>
+<UE030> /xf5/xd1 <Private Use>
+<UE031> /xf5/xd2 <Private Use>
+<UE032> /xf5/xd3 <Private Use>
+<UE033> /xf5/xd4 <Private Use>
+<UE034> /xf5/xd5 <Private Use>
+<UE035> /xf5/xd6 <Private Use>
+<UE036> /xf5/xd7 <Private Use>
+<UE037> /xf5/xd8 <Private Use>
+<UE038> /xf5/xd9 <Private Use>
+<UE039> /xf5/xda <Private Use>
+<UE03A> /xf5/xdb <Private Use>
+<UE03B> /xf5/xdc <Private Use>
+<UE03C> /xf5/xdd <Private Use>
+<UE03D> /xf5/xde <Private Use>
+<UE03E> /xf5/xdf <Private Use>
+<UE03F> /xf5/xe0 <Private Use>
+<UE040> /xf5/xe1 <Private Use>
+<UE041> /xf5/xe2 <Private Use>
+<UE042> /xf5/xe3 <Private Use>
+<UE043> /xf5/xe4 <Private Use>
+<UE044> /xf5/xe5 <Private Use>
+<UE045> /xf5/xe6 <Private Use>
+<UE046> /xf5/xe7 <Private Use>
+<UE047> /xf5/xe8 <Private Use>
+<UE048> /xf5/xe9 <Private Use>
+<UE049> /xf5/xea <Private Use>
+<UE04A> /xf5/xeb <Private Use>
+<UE04B> /xf5/xec <Private Use>
+<UE04C> /xf5/xed <Private Use>
+<UE04D> /xf5/xee <Private Use>
+<UE04E> /xf5/xef <Private Use>
+<UE04F> /xf5/xf0 <Private Use>
+<UE050> /xf5/xf1 <Private Use>
+<UE051> /xf5/xf2 <Private Use>
+<UE052> /xf5/xf3 <Private Use>
+<UE053> /xf5/xf4 <Private Use>
+<UE054> /xf5/xf5 <Private Use>
+<UE055> /xf5/xf6 <Private Use>
+<UE056> /xf5/xf7 <Private Use>
+<UE057> /xf5/xf8 <Private Use>
+<UE058> /xf5/xf9 <Private Use>
+<UE059> /xf5/xfa <Private Use>
+<UE05A> /xf5/xfb <Private Use>
+<UE05B> /xf5/xfc <Private Use>
+<UE05C> /xf5/xfd <Private Use>
+<UE05D> /xf5/xfe <Private Use>
+<UE05E> /xf6/xa1 <Private Use>
+<UE05F> /xf6/xa2 <Private Use>
+<UE060> /xf6/xa3 <Private Use>
+<UE061> /xf6/xa4 <Private Use>
+<UE062> /xf6/xa5 <Private Use>
+<UE063> /xf6/xa6 <Private Use>
+<UE064> /xf6/xa7 <Private Use>
+<UE065> /xf6/xa8 <Private Use>
+<UE066> /xf6/xa9 <Private Use>
+<UE067> /xf6/xaa <Private Use>
+<UE068> /xf6/xab <Private Use>
+<UE069> /xf6/xac <Private Use>
+<UE06A> /xf6/xad <Private Use>
+<UE06B> /xf6/xae <Private Use>
+<UE06C> /xf6/xaf <Private Use>
+<UE06D> /xf6/xb0 <Private Use>
+<UE06E> /xf6/xb1 <Private Use>
+<UE06F> /xf6/xb2 <Private Use>
+<UE070> /xf6/xb3 <Private Use>
+<UE071> /xf6/xb4 <Private Use>
+<UE072> /xf6/xb5 <Private Use>
+<UE073> /xf6/xb6 <Private Use>
+<UE074> /xf6/xb7 <Private Use>
+<UE075> /xf6/xb8 <Private Use>
+<UE076> /xf6/xb9 <Private Use>
+<UE077> /xf6/xba <Private Use>
+<UE078> /xf6/xbb <Private Use>
+<UE079> /xf6/xbc <Private Use>
+<UE07A> /xf6/xbd <Private Use>
+<UE07B> /xf6/xbe <Private Use>
+<UE07C> /xf6/xbf <Private Use>
+<UE07D> /xf6/xc0 <Private Use>
+<UE07E> /xf6/xc1 <Private Use>
+<UE07F> /xf6/xc2 <Private Use>
+<UE080> /xf6/xc3 <Private Use>
+<UE081> /xf6/xc4 <Private Use>
+<UE082> /xf6/xc5 <Private Use>
+<UE083> /xf6/xc6 <Private Use>
+<UE084> /xf6/xc7 <Private Use>
+<UE085> /xf6/xc8 <Private Use>
+<UE086> /xf6/xc9 <Private Use>
+<UE087> /xf6/xca <Private Use>
+<UE088> /xf6/xcb <Private Use>
+<UE089> /xf6/xcc <Private Use>
+<UE08A> /xf6/xcd <Private Use>
+<UE08B> /xf6/xce <Private Use>
+<UE08C> /xf6/xcf <Private Use>
+<UE08D> /xf6/xd0 <Private Use>
+<UE08E> /xf6/xd1 <Private Use>
+<UE08F> /xf6/xd2 <Private Use>
+<UE090> /xf6/xd3 <Private Use>
+<UE091> /xf6/xd4 <Private Use>
+<UE092> /xf6/xd5 <Private Use>
+<UE093> /xf6/xd6 <Private Use>
+<UE094> /xf6/xd7 <Private Use>
+<UE095> /xf6/xd8 <Private Use>
+<UE096> /xf6/xd9 <Private Use>
+<UE097> /xf6/xda <Private Use>
+<UE098> /xf6/xdb <Private Use>
+<UE099> /xf6/xdc <Private Use>
+<UE09A> /xf6/xdd <Private Use>
+<UE09B> /xf6/xde <Private Use>
+<UE09C> /xf6/xdf <Private Use>
+<UE09D> /xf6/xe0 <Private Use>
+<UE09E> /xf6/xe1 <Private Use>
+<UE09F> /xf6/xe2 <Private Use>
+<UE0A0> /xf6/xe3 <Private Use>
+<UE0A1> /xf6/xe4 <Private Use>
+<UE0A2> /xf6/xe5 <Private Use>
+<UE0A3> /xf6/xe6 <Private Use>
+<UE0A4> /xf6/xe7 <Private Use>
+<UE0A5> /xf6/xe8 <Private Use>
+<UE0A6> /xf6/xe9 <Private Use>
+<UE0A7> /xf6/xea <Private Use>
+<UE0A8> /xf6/xeb <Private Use>
+<UE0A9> /xf6/xec <Private Use>
+<UE0AA> /xf6/xed <Private Use>
+<UE0AB> /xf6/xee <Private Use>
+<UE0AC> /xf6/xef <Private Use>
+<UE0AD> /xf6/xf0 <Private Use>
+<UE0AE> /xf6/xf1 <Private Use>
+<UE0AF> /xf6/xf2 <Private Use>
+<UE0B0> /xf6/xf3 <Private Use>
+<UE0B1> /xf6/xf4 <Private Use>
+<UE0B2> /xf6/xf5 <Private Use>
+<UE0B3> /xf6/xf6 <Private Use>
+<UE0B4> /xf6/xf7 <Private Use>
+<UE0B5> /xf6/xf8 <Private Use>
+<UE0B6> /xf6/xf9 <Private Use>
+<UE0B7> /xf6/xfa <Private Use>
+<UE0B8> /xf6/xfb <Private Use>
+<UE0B9> /xf6/xfc <Private Use>
+<UE0BA> /xf6/xfd <Private Use>
+<UE0BB> /xf6/xfe <Private Use>
+<UE0BC> /xf7/xa1 <Private Use>
+<UE0BD> /xf7/xa2 <Private Use>
+<UE0BE> /xf7/xa3 <Private Use>
+<UE0BF> /xf7/xa4 <Private Use>
+<UE0C0> /xf7/xa5 <Private Use>
+<UE0C1> /xf7/xa6 <Private Use>
+<UE0C2> /xf7/xa7 <Private Use>
+<UE0C3> /xf7/xa8 <Private Use>
+<UE0C4> /xf7/xa9 <Private Use>
+<UE0C5> /xf7/xaa <Private Use>
+<UE0C6> /xf7/xab <Private Use>
+<UE0C7> /xf7/xac <Private Use>
+<UE0C8> /xf7/xad <Private Use>
+<UE0C9> /xf7/xae <Private Use>
+<UE0CA> /xf7/xaf <Private Use>
+<UE0CB> /xf7/xb0 <Private Use>
+<UE0CC> /xf7/xb1 <Private Use>
+<UE0CD> /xf7/xb2 <Private Use>
+<UE0CE> /xf7/xb3 <Private Use>
+<UE0CF> /xf7/xb4 <Private Use>
+<UE0D0> /xf7/xb5 <Private Use>
+<UE0D1> /xf7/xb6 <Private Use>
+<UE0D2> /xf7/xb7 <Private Use>
+<UE0D3> /xf7/xb8 <Private Use>
+<UE0D4> /xf7/xb9 <Private Use>
+<UE0D5> /xf7/xba <Private Use>
+<UE0D6> /xf7/xbb <Private Use>
+<UE0D7> /xf7/xbc <Private Use>
+<UE0D8> /xf7/xbd <Private Use>
+<UE0D9> /xf7/xbe <Private Use>
+<UE0DA> /xf7/xbf <Private Use>
+<UE0DB> /xf7/xc0 <Private Use>
+<UE0DC> /xf7/xc1 <Private Use>
+<UE0DD> /xf7/xc2 <Private Use>
+<UE0DE> /xf7/xc3 <Private Use>
+<UE0DF> /xf7/xc4 <Private Use>
+<UE0E0> /xf7/xc5 <Private Use>
+<UE0E1> /xf7/xc6 <Private Use>
+<UE0E2> /xf7/xc7 <Private Use>
+<UE0E3> /xf7/xc8 <Private Use>
+<UE0E4> /xf7/xc9 <Private Use>
+<UE0E5> /xf7/xca <Private Use>
+<UE0E6> /xf7/xcb <Private Use>
+<UE0E7> /xf7/xcc <Private Use>
+<UE0E8> /xf7/xcd <Private Use>
+<UE0E9> /xf7/xce <Private Use>
+<UE0EA> /xf7/xcf <Private Use>
+<UE0EB> /xf7/xd0 <Private Use>
+<UE0EC> /xf7/xd1 <Private Use>
+<UE0ED> /xf7/xd2 <Private Use>
+<UE0EE> /xf7/xd3 <Private Use>
+<UE0EF> /xf7/xd4 <Private Use>
+<UE0F0> /xf7/xd5 <Private Use>
+<UE0F1> /xf7/xd6 <Private Use>
+<UE0F2> /xf7/xd7 <Private Use>
+<UE0F3> /xf7/xd8 <Private Use>
+<UE0F4> /xf7/xd9 <Private Use>
+<UE0F5> /xf7/xda <Private Use>
+<UE0F6> /xf7/xdb <Private Use>
+<UE0F7> /xf7/xdc <Private Use>
+<UE0F8> /xf7/xdd <Private Use>
+<UE0F9> /xf7/xde <Private Use>
+<UE0FA> /xf7/xdf <Private Use>
+<UE0FB> /xf7/xe0 <Private Use>
+<UE0FC> /xf7/xe1 <Private Use>
+<UE0FD> /xf7/xe2 <Private Use>
+<UE0FE> /xf7/xe3 <Private Use>
+<UE0FF> /xf7/xe4 <Private Use>
+<UE100> /xf7/xe5 <Private Use>
+<UE101> /xf7/xe6 <Private Use>
+<UE102> /xf7/xe7 <Private Use>
+<UE103> /xf7/xe8 <Private Use>
+<UE104> /xf7/xe9 <Private Use>
+<UE105> /xf7/xea <Private Use>
+<UE106> /xf7/xeb <Private Use>
+<UE107> /xf7/xec <Private Use>
+<UE108> /xf7/xed <Private Use>
+<UE109> /xf7/xee <Private Use>
+<UE10A> /xf7/xef <Private Use>
+<UE10B> /xf7/xf0 <Private Use>
+<UE10C> /xf7/xf1 <Private Use>
+<UE10D> /xf7/xf2 <Private Use>
+<UE10E> /xf7/xf3 <Private Use>
+<UE10F> /xf7/xf4 <Private Use>
+<UE110> /xf7/xf5 <Private Use>
+<UE111> /xf7/xf6 <Private Use>
+<UE112> /xf7/xf7 <Private Use>
+<UE113> /xf7/xf8 <Private Use>
+<UE114> /xf7/xf9 <Private Use>
+<UE115> /xf7/xfa <Private Use>
+<UE116> /xf7/xfb <Private Use>
+<UE117> /xf7/xfc <Private Use>
+<UE118> /xf7/xfd <Private Use>
+<UE119> /xf7/xfe <Private Use>
+<UE11A> /xf8/xa1 <Private Use>
+<UE11B> /xf8/xa2 <Private Use>
+<UE11C> /xf8/xa3 <Private Use>
+<UE11D> /xf8/xa4 <Private Use>
+<UE11E> /xf8/xa5 <Private Use>
+<UE11F> /xf8/xa6 <Private Use>
+<UE120> /xf8/xa7 <Private Use>
+<UE121> /xf8/xa8 <Private Use>
+<UE122> /xf8/xa9 <Private Use>
+<UE123> /xf8/xaa <Private Use>
+<UE124> /xf8/xab <Private Use>
+<UE125> /xf8/xac <Private Use>
+<UE126> /xf8/xad <Private Use>
+<UE127> /xf8/xae <Private Use>
+<UE128> /xf8/xaf <Private Use>
+<UE129> /xf8/xb0 <Private Use>
+<UE12A> /xf8/xb1 <Private Use>
+<UE12B> /xf8/xb2 <Private Use>
+<UE12C> /xf8/xb3 <Private Use>
+<UE12D> /xf8/xb4 <Private Use>
+<UE12E> /xf8/xb5 <Private Use>
+<UE12F> /xf8/xb6 <Private Use>
+<UE130> /xf8/xb7 <Private Use>
+<UE131> /xf8/xb8 <Private Use>
+<UE132> /xf8/xb9 <Private Use>
+<UE133> /xf8/xba <Private Use>
+<UE134> /xf8/xbb <Private Use>
+<UE135> /xf8/xbc <Private Use>
+<UE136> /xf8/xbd <Private Use>
+<UE137> /xf8/xbe <Private Use>
+<UE138> /xf8/xbf <Private Use>
+<UE139> /xf8/xc0 <Private Use>
+<UE13A> /xf8/xc1 <Private Use>
+<UE13B> /xf8/xc2 <Private Use>
+<UE13C> /xf8/xc3 <Private Use>
+<UE13D> /xf8/xc4 <Private Use>
+<UE13E> /xf8/xc5 <Private Use>
+<UE13F> /xf8/xc6 <Private Use>
+<UE140> /xf8/xc7 <Private Use>
+<UE141> /xf8/xc8 <Private Use>
+<UE142> /xf8/xc9 <Private Use>
+<UE143> /xf8/xca <Private Use>
+<UE144> /xf8/xcb <Private Use>
+<UE145> /xf8/xcc <Private Use>
+<UE146> /xf8/xcd <Private Use>
+<UE147> /xf8/xce <Private Use>
+<UE148> /xf8/xcf <Private Use>
+<UE149> /xf8/xd0 <Private Use>
+<UE14A> /xf8/xd1 <Private Use>
+<UE14B> /xf8/xd2 <Private Use>
+<UE14C> /xf8/xd3 <Private Use>
+<UE14D> /xf8/xd4 <Private Use>
+<UE14E> /xf8/xd5 <Private Use>
+<UE14F> /xf8/xd6 <Private Use>
+<UE150> /xf8/xd7 <Private Use>
+<UE151> /xf8/xd8 <Private Use>
+<UE152> /xf8/xd9 <Private Use>
+<UE153> /xf8/xda <Private Use>
+<UE154> /xf8/xdb <Private Use>
+<UE155> /xf8/xdc <Private Use>
+<UE156> /xf8/xdd <Private Use>
+<UE157> /xf8/xde <Private Use>
+<UE158> /xf8/xdf <Private Use>
+<UE159> /xf8/xe0 <Private Use>
+<UE15A> /xf8/xe1 <Private Use>
+<UE15B> /xf8/xe2 <Private Use>
+<UE15C> /xf8/xe3 <Private Use>
+<UE15D> /xf8/xe4 <Private Use>
+<UE15E> /xf8/xe5 <Private Use>
+<UE15F> /xf8/xe6 <Private Use>
+<UE160> /xf8/xe7 <Private Use>
+<UE161> /xf8/xe8 <Private Use>
+<UE162> /xf8/xe9 <Private Use>
+<UE163> /xf8/xea <Private Use>
+<UE164> /xf8/xeb <Private Use>
+<UE165> /xf8/xec <Private Use>
+<UE166> /xf8/xed <Private Use>
+<UE167> /xf8/xee <Private Use>
+<UE168> /xf8/xef <Private Use>
+<UE169> /xf8/xf0 <Private Use>
+<UE16A> /xf8/xf1 <Private Use>
+<UE16B> /xf8/xf2 <Private Use>
+<UE16C> /xf8/xf3 <Private Use>
+<UE16D> /xf8/xf4 <Private Use>
+<UE16E> /xf8/xf5 <Private Use>
+<UE16F> /xf8/xf6 <Private Use>
+<UE170> /xf8/xf7 <Private Use>
+<UE171> /xf8/xf8 <Private Use>
+<UE172> /xf8/xf9 <Private Use>
+<UE173> /xf8/xfa <Private Use>
+<UE174> /xf8/xfb <Private Use>
+<UE175> /xf8/xfc <Private Use>
+<UE176> /xf8/xfd <Private Use>
+<UE177> /xf8/xfe <Private Use>
+<UE178> /xf9/xa1 <Private Use>
+<UE179> /xf9/xa2 <Private Use>
+<UE17A> /xf9/xa3 <Private Use>
+<UE17B> /xf9/xa4 <Private Use>
+<UE17C> /xf9/xa5 <Private Use>
+<UE17D> /xf9/xa6 <Private Use>
+<UE17E> /xf9/xa7 <Private Use>
+<UE17F> /xf9/xa8 <Private Use>
+<UE180> /xf9/xa9 <Private Use>
+<UE181> /xf9/xaa <Private Use>
+<UE182> /xf9/xab <Private Use>
+<UE183> /xf9/xac <Private Use>
+<UE184> /xf9/xad <Private Use>
+<UE185> /xf9/xae <Private Use>
+<UE186> /xf9/xaf <Private Use>
+<UE187> /xf9/xb0 <Private Use>
+<UE188> /xf9/xb1 <Private Use>
+<UE189> /xf9/xb2 <Private Use>
+<UE18A> /xf9/xb3 <Private Use>
+<UE18B> /xf9/xb4 <Private Use>
+<UE18C> /xf9/xb5 <Private Use>
+<UE18D> /xf9/xb6 <Private Use>
+<UE18E> /xf9/xb7 <Private Use>
+<UE18F> /xf9/xb8 <Private Use>
+<UE190> /xf9/xb9 <Private Use>
+<UE191> /xf9/xba <Private Use>
+<UE192> /xf9/xbb <Private Use>
+<UE193> /xf9/xbc <Private Use>
+<UE194> /xf9/xbd <Private Use>
+<UE195> /xf9/xbe <Private Use>
+<UE196> /xf9/xbf <Private Use>
+<UE197> /xf9/xc0 <Private Use>
+<UE198> /xf9/xc1 <Private Use>
+<UE199> /xf9/xc2 <Private Use>
+<UE19A> /xf9/xc3 <Private Use>
+<UE19B> /xf9/xc4 <Private Use>
+<UE19C> /xf9/xc5 <Private Use>
+<UE19D> /xf9/xc6 <Private Use>
+<UE19E> /xf9/xc7 <Private Use>
+<UE19F> /xf9/xc8 <Private Use>
+<UE1A0> /xf9/xc9 <Private Use>
+<UE1A1> /xf9/xca <Private Use>
+<UE1A2> /xf9/xcb <Private Use>
+<UE1A3> /xf9/xcc <Private Use>
+<UE1A4> /xf9/xcd <Private Use>
+<UE1A5> /xf9/xce <Private Use>
+<UE1A6> /xf9/xcf <Private Use>
+<UE1A7> /xf9/xd0 <Private Use>
+<UE1A8> /xf9/xd1 <Private Use>
+<UE1A9> /xf9/xd2 <Private Use>
+<UE1AA> /xf9/xd3 <Private Use>
+<UE1AB> /xf9/xd4 <Private Use>
+<UE1AC> /xf9/xd5 <Private Use>
+<UE1AD> /xf9/xd6 <Private Use>
+<UE1AE> /xf9/xd7 <Private Use>
+<UE1AF> /xf9/xd8 <Private Use>
+<UE1B0> /xf9/xd9 <Private Use>
+<UE1B1> /xf9/xda <Private Use>
+<UE1B2> /xf9/xdb <Private Use>
+<UE1B3> /xf9/xdc <Private Use>
+<UE1B4> /xf9/xdd <Private Use>
+<UE1B5> /xf9/xde <Private Use>
+<UE1B6> /xf9/xdf <Private Use>
+<UE1B7> /xf9/xe0 <Private Use>
+<UE1B8> /xf9/xe1 <Private Use>
+<UE1B9> /xf9/xe2 <Private Use>
+<UE1BA> /xf9/xe3 <Private Use>
+<UE1BB> /xf9/xe4 <Private Use>
+<UE1BC> /xf9/xe5 <Private Use>
+<UE1BD> /xf9/xe6 <Private Use>
+<UE1BE> /xf9/xe7 <Private Use>
+<UE1BF> /xf9/xe8 <Private Use>
+<UE1C0> /xf9/xe9 <Private Use>
+<UE1C1> /xf9/xea <Private Use>
+<UE1C2> /xf9/xeb <Private Use>
+<UE1C3> /xf9/xec <Private Use>
+<UE1C4> /xf9/xed <Private Use>
+<UE1C5> /xf9/xee <Private Use>
+<UE1C6> /xf9/xef <Private Use>
+<UE1C7> /xf9/xf0 <Private Use>
+<UE1C8> /xf9/xf1 <Private Use>
+<UE1C9> /xf9/xf2 <Private Use>
+<UE1CA> /xf9/xf3 <Private Use>
+<UE1CB> /xf9/xf4 <Private Use>
+<UE1CC> /xf9/xf5 <Private Use>
+<UE1CD> /xf9/xf6 <Private Use>
+<UE1CE> /xf9/xf7 <Private Use>
+<UE1CF> /xf9/xf8 <Private Use>
+<UE1D0> /xf9/xf9 <Private Use>
+<UE1D1> /xf9/xfa <Private Use>
+<UE1D2> /xf9/xfb <Private Use>
+<UE1D3> /xf9/xfc <Private Use>
+<UE1D4> /xf9/xfd <Private Use>
+<UE1D5> /xf9/xfe <Private Use>
+<UE1D6> /xfa/xa1 <Private Use>
+<UE1D7> /xfa/xa2 <Private Use>
+<UE1D8> /xfa/xa3 <Private Use>
+<UE1D9> /xfa/xa4 <Private Use>
+<UE1DA> /xfa/xa5 <Private Use>
+<UE1DB> /xfa/xa6 <Private Use>
+<UE1DC> /xfa/xa7 <Private Use>
+<UE1DD> /xfa/xa8 <Private Use>
+<UE1DE> /xfa/xa9 <Private Use>
+<UE1DF> /xfa/xaa <Private Use>
+<UE1E0> /xfa/xab <Private Use>
+<UE1E1> /xfa/xac <Private Use>
+<UE1E2> /xfa/xad <Private Use>
+<UE1E3> /xfa/xae <Private Use>
+<UE1E4> /xfa/xaf <Private Use>
+<UE1E5> /xfa/xb0 <Private Use>
+<UE1E6> /xfa/xb1 <Private Use>
+<UE1E7> /xfa/xb2 <Private Use>
+<UE1E8> /xfa/xb3 <Private Use>
+<UE1E9> /xfa/xb4 <Private Use>
+<UE1EA> /xfa/xb5 <Private Use>
+<UE1EB> /xfa/xb6 <Private Use>
+<UE1EC> /xfa/xb7 <Private Use>
+<UE1ED> /xfa/xb8 <Private Use>
+<UE1EE> /xfa/xb9 <Private Use>
+<UE1EF> /xfa/xba <Private Use>
+<UE1F0> /xfa/xbb <Private Use>
+<UE1F1> /xfa/xbc <Private Use>
+<UE1F2> /xfa/xbd <Private Use>
+<UE1F3> /xfa/xbe <Private Use>
+<UE1F4> /xfa/xbf <Private Use>
+<UE1F5> /xfa/xc0 <Private Use>
+<UE1F6> /xfa/xc1 <Private Use>
+<UE1F7> /xfa/xc2 <Private Use>
+<UE1F8> /xfa/xc3 <Private Use>
+<UE1F9> /xfa/xc4 <Private Use>
+<UE1FA> /xfa/xc5 <Private Use>
+<UE1FB> /xfa/xc6 <Private Use>
+<UE1FC> /xfa/xc7 <Private Use>
+<UE1FD> /xfa/xc8 <Private Use>
+<UE1FE> /xfa/xc9 <Private Use>
+<UE1FF> /xfa/xca <Private Use>
+<UE200> /xfa/xcb <Private Use>
+<UE201> /xfa/xcc <Private Use>
+<UE202> /xfa/xcd <Private Use>
+<UE203> /xfa/xce <Private Use>
+<UE204> /xfa/xcf <Private Use>
+<UE205> /xfa/xd0 <Private Use>
+<UE206> /xfa/xd1 <Private Use>
+<UE207> /xfa/xd2 <Private Use>
+<UE208> /xfa/xd3 <Private Use>
+<UE209> /xfa/xd4 <Private Use>
+<UE20A> /xfa/xd5 <Private Use>
+<UE20B> /xfa/xd6 <Private Use>
+<UE20C> /xfa/xd7 <Private Use>
+<UE20D> /xfa/xd8 <Private Use>
+<UE20E> /xfa/xd9 <Private Use>
+<UE20F> /xfa/xda <Private Use>
+<UE210> /xfa/xdb <Private Use>
+<UE211> /xfa/xdc <Private Use>
+<UE212> /xfa/xdd <Private Use>
+<UE213> /xfa/xde <Private Use>
+<UE214> /xfa/xdf <Private Use>
+<UE215> /xfa/xe0 <Private Use>
+<UE216> /xfa/xe1 <Private Use>
+<UE217> /xfa/xe2 <Private Use>
+<UE218> /xfa/xe3 <Private Use>
+<UE219> /xfa/xe4 <Private Use>
+<UE21A> /xfa/xe5 <Private Use>
+<UE21B> /xfa/xe6 <Private Use>
+<UE21C> /xfa/xe7 <Private Use>
+<UE21D> /xfa/xe8 <Private Use>
+<UE21E> /xfa/xe9 <Private Use>
+<UE21F> /xfa/xea <Private Use>
+<UE220> /xfa/xeb <Private Use>
+<UE221> /xfa/xec <Private Use>
+<UE222> /xfa/xed <Private Use>
+<UE223> /xfa/xee <Private Use>
+<UE224> /xfa/xef <Private Use>
+<UE225> /xfa/xf0 <Private Use>
+<UE226> /xfa/xf1 <Private Use>
+<UE227> /xfa/xf2 <Private Use>
+<UE228> /xfa/xf3 <Private Use>
+<UE229> /xfa/xf4 <Private Use>
+<UE22A> /xfa/xf5 <Private Use>
+<UE22B> /xfa/xf6 <Private Use>
+<UE22C> /xfa/xf7 <Private Use>
+<UE22D> /xfa/xf8 <Private Use>
+<UE22E> /xfa/xf9 <Private Use>
+<UE22F> /xfa/xfa <Private Use>
+<UE230> /xfa/xfb <Private Use>
+<UE231> /xfa/xfc <Private Use>
+<UE232> /xfa/xfd <Private Use>
+<UE233> /xfa/xfe <Private Use>
+<UE234> /xfb/xa1 <Private Use>
+<UE235> /xfb/xa2 <Private Use>
+<UE236> /xfb/xa3 <Private Use>
+<UE237> /xfb/xa4 <Private Use>
+<UE238> /xfb/xa5 <Private Use>
+<UE239> /xfb/xa6 <Private Use>
+<UE23A> /xfb/xa7 <Private Use>
+<UE23B> /xfb/xa8 <Private Use>
+<UE23C> /xfb/xa9 <Private Use>
+<UE23D> /xfb/xaa <Private Use>
+<UE23E> /xfb/xab <Private Use>
+<UE23F> /xfb/xac <Private Use>
+<UE240> /xfb/xad <Private Use>
+<UE241> /xfb/xae <Private Use>
+<UE242> /xfb/xaf <Private Use>
+<UE243> /xfb/xb0 <Private Use>
+<UE244> /xfb/xb1 <Private Use>
+<UE245> /xfb/xb2 <Private Use>
+<UE246> /xfb/xb3 <Private Use>
+<UE247> /xfb/xb4 <Private Use>
+<UE248> /xfb/xb5 <Private Use>
+<UE249> /xfb/xb6 <Private Use>
+<UE24A> /xfb/xb7 <Private Use>
+<UE24B> /xfb/xb8 <Private Use>
+<UE24C> /xfb/xb9 <Private Use>
+<UE24D> /xfb/xba <Private Use>
+<UE24E> /xfb/xbb <Private Use>
+<UE24F> /xfb/xbc <Private Use>
+<UE250> /xfb/xbd <Private Use>
+<UE251> /xfb/xbe <Private Use>
+<UE252> /xfb/xbf <Private Use>
+<UE253> /xfb/xc0 <Private Use>
+<UE254> /xfb/xc1 <Private Use>
+<UE255> /xfb/xc2 <Private Use>
+<UE256> /xfb/xc3 <Private Use>
+<UE257> /xfb/xc4 <Private Use>
+<UE258> /xfb/xc5 <Private Use>
+<UE259> /xfb/xc6 <Private Use>
+<UE25A> /xfb/xc7 <Private Use>
+<UE25B> /xfb/xc8 <Private Use>
+<UE25C> /xfb/xc9 <Private Use>
+<UE25D> /xfb/xca <Private Use>
+<UE25E> /xfb/xcb <Private Use>
+<UE25F> /xfb/xcc <Private Use>
+<UE260> /xfb/xcd <Private Use>
+<UE261> /xfb/xce <Private Use>
+<UE262> /xfb/xcf <Private Use>
+<UE263> /xfb/xd0 <Private Use>
+<UE264> /xfb/xd1 <Private Use>
+<UE265> /xfb/xd2 <Private Use>
+<UE266> /xfb/xd3 <Private Use>
+<UE267> /xfb/xd4 <Private Use>
+<UE268> /xfb/xd5 <Private Use>
+<UE269> /xfb/xd6 <Private Use>
+<UE26A> /xfb/xd7 <Private Use>
+<UE26B> /xfb/xd8 <Private Use>
+<UE26C> /xfb/xd9 <Private Use>
+<UE26D> /xfb/xda <Private Use>
+<UE26E> /xfb/xdb <Private Use>
+<UE26F> /xfb/xdc <Private Use>
+<UE270> /xfb/xdd <Private Use>
+<UE271> /xfb/xde <Private Use>
+<UE272> /xfb/xdf <Private Use>
+<UE273> /xfb/xe0 <Private Use>
+<UE274> /xfb/xe1 <Private Use>
+<UE275> /xfb/xe2 <Private Use>
+<UE276> /xfb/xe3 <Private Use>
+<UE277> /xfb/xe4 <Private Use>
+<UE278> /xfb/xe5 <Private Use>
+<UE279> /xfb/xe6 <Private Use>
+<UE27A> /xfb/xe7 <Private Use>
+<UE27B> /xfb/xe8 <Private Use>
+<UE27C> /xfb/xe9 <Private Use>
+<UE27D> /xfb/xea <Private Use>
+<UE27E> /xfb/xeb <Private Use>
+<UE27F> /xfb/xec <Private Use>
+<UE280> /xfb/xed <Private Use>
+<UE281> /xfb/xee <Private Use>
+<UE282> /xfb/xef <Private Use>
+<UE283> /xfb/xf0 <Private Use>
+<UE284> /xfb/xf1 <Private Use>
+<UE285> /xfb/xf2 <Private Use>
+<UE286> /xfb/xf3 <Private Use>
+<UE287> /xfb/xf4 <Private Use>
+<UE288> /xfb/xf5 <Private Use>
+<UE289> /xfb/xf6 <Private Use>
+<UE28A> /xfb/xf7 <Private Use>
+<UE28B> /xfb/xf8 <Private Use>
+<UE28C> /xfb/xf9 <Private Use>
+<UE28D> /xfb/xfa <Private Use>
+<UE28E> /xfb/xfb <Private Use>
+<UE28F> /xfb/xfc <Private Use>
+<UE290> /xfb/xfd <Private Use>
+<UE291> /xfb/xfe <Private Use>
+<UE292> /xfc/xa1 <Private Use>
+<UE293> /xfc/xa2 <Private Use>
+<UE294> /xfc/xa3 <Private Use>
+<UE295> /xfc/xa4 <Private Use>
+<UE296> /xfc/xa5 <Private Use>
+<UE297> /xfc/xa6 <Private Use>
+<UE298> /xfc/xa7 <Private Use>
+<UE299> /xfc/xa8 <Private Use>
+<UE29A> /xfc/xa9 <Private Use>
+<UE29B> /xfc/xaa <Private Use>
+<UE29C> /xfc/xab <Private Use>
+<UE29D> /xfc/xac <Private Use>
+<UE29E> /xfc/xad <Private Use>
+<UE29F> /xfc/xae <Private Use>
+<UE2A0> /xfc/xaf <Private Use>
+<UE2A1> /xfc/xb0 <Private Use>
+<UE2A2> /xfc/xb1 <Private Use>
+<UE2A3> /xfc/xb2 <Private Use>
+<UE2A4> /xfc/xb3 <Private Use>
+<UE2A5> /xfc/xb4 <Private Use>
+<UE2A6> /xfc/xb5 <Private Use>
+<UE2A7> /xfc/xb6 <Private Use>
+<UE2A8> /xfc/xb7 <Private Use>
+<UE2A9> /xfc/xb8 <Private Use>
+<UE2AA> /xfc/xb9 <Private Use>
+<UE2AB> /xfc/xba <Private Use>
+<UE2AC> /xfc/xbb <Private Use>
+<UE2AD> /xfc/xbc <Private Use>
+<UE2AE> /xfc/xbd <Private Use>
+<UE2AF> /xfc/xbe <Private Use>
+<UE2B0> /xfc/xbf <Private Use>
+<UE2B1> /xfc/xc0 <Private Use>
+<UE2B2> /xfc/xc1 <Private Use>
+<UE2B3> /xfc/xc2 <Private Use>
+<UE2B4> /xfc/xc3 <Private Use>
+<UE2B5> /xfc/xc4 <Private Use>
+<UE2B6> /xfc/xc5 <Private Use>
+<UE2B7> /xfc/xc6 <Private Use>
+<UE2B8> /xfc/xc7 <Private Use>
+<UE2B9> /xfc/xc8 <Private Use>
+<UE2BA> /xfc/xc9 <Private Use>
+<UE2BB> /xfc/xca <Private Use>
+<UE2BC> /xfc/xcb <Private Use>
+<UE2BD> /xfc/xcc <Private Use>
+<UE2BE> /xfc/xcd <Private Use>
+<UE2BF> /xfc/xce <Private Use>
+<UE2C0> /xfc/xcf <Private Use>
+<UE2C1> /xfc/xd0 <Private Use>
+<UE2C2> /xfc/xd1 <Private Use>
+<UE2C3> /xfc/xd2 <Private Use>
+<UE2C4> /xfc/xd3 <Private Use>
+<UE2C5> /xfc/xd4 <Private Use>
+<UE2C6> /xfc/xd5 <Private Use>
+<UE2C7> /xfc/xd6 <Private Use>
+<UE2C8> /xfc/xd7 <Private Use>
+<UE2C9> /xfc/xd8 <Private Use>
+<UE2CA> /xfc/xd9 <Private Use>
+<UE2CB> /xfc/xda <Private Use>
+<UE2CC> /xfc/xdb <Private Use>
+<UE2CD> /xfc/xdc <Private Use>
+<UE2CE> /xfc/xdd <Private Use>
+<UE2CF> /xfc/xde <Private Use>
+<UE2D0> /xfc/xdf <Private Use>
+<UE2D1> /xfc/xe0 <Private Use>
+<UE2D2> /xfc/xe1 <Private Use>
+<UE2D3> /xfc/xe2 <Private Use>
+<UE2D4> /xfc/xe3 <Private Use>
+<UE2D5> /xfc/xe4 <Private Use>
+<UE2D6> /xfc/xe5 <Private Use>
+<UE2D7> /xfc/xe6 <Private Use>
+<UE2D8> /xfc/xe7 <Private Use>
+<UE2D9> /xfc/xe8 <Private Use>
+<UE2DA> /xfc/xe9 <Private Use>
+<UE2DB> /xfc/xea <Private Use>
+<UE2DC> /xfc/xeb <Private Use>
+<UE2DD> /xfc/xec <Private Use>
+<UE2DE> /xfc/xed <Private Use>
+<UE2DF> /xfc/xee <Private Use>
+<UE2E0> /xfc/xef <Private Use>
+<UE2E1> /xfc/xf0 <Private Use>
+<UE2E2> /xfc/xf1 <Private Use>
+<UE2E3> /xfc/xf2 <Private Use>
+<UE2E4> /xfc/xf3 <Private Use>
+<UE2E5> /xfc/xf4 <Private Use>
+<UE2E6> /xfc/xf5 <Private Use>
+<UE2E7> /xfc/xf6 <Private Use>
+<UE2E8> /xfc/xf7 <Private Use>
+<UE2E9> /xfc/xf8 <Private Use>
+<UE2EA> /xfc/xf9 <Private Use>
+<UE2EB> /xfc/xfa <Private Use>
+<UE2EC> /xfc/xfb <Private Use>
+<UE2ED> /xfc/xfc <Private Use>
+<UE2EE> /xfc/xfd <Private Use>
+<UE2EF> /xfc/xfe <Private Use>
+<UE2F0> /xfd/xa1 <Private Use>
+<UE2F1> /xfd/xa2 <Private Use>
+<UE2F2> /xfd/xa3 <Private Use>
+<UE2F3> /xfd/xa4 <Private Use>
+<UE2F4> /xfd/xa5 <Private Use>
+<UE2F5> /xfd/xa6 <Private Use>
+<UE2F6> /xfd/xa7 <Private Use>
+<UE2F7> /xfd/xa8 <Private Use>
+<UE2F8> /xfd/xa9 <Private Use>
+<UE2F9> /xfd/xaa <Private Use>
+<UE2FA> /xfd/xab <Private Use>
+<UE2FB> /xfd/xac <Private Use>
+<UE2FC> /xfd/xad <Private Use>
+<UE2FD> /xfd/xae <Private Use>
+<UE2FE> /xfd/xaf <Private Use>
+<UE2FF> /xfd/xb0 <Private Use>
+<UE300> /xfd/xb1 <Private Use>
+<UE301> /xfd/xb2 <Private Use>
+<UE302> /xfd/xb3 <Private Use>
+<UE303> /xfd/xb4 <Private Use>
+<UE304> /xfd/xb5 <Private Use>
+<UE305> /xfd/xb6 <Private Use>
+<UE306> /xfd/xb7 <Private Use>
+<UE307> /xfd/xb8 <Private Use>
+<UE308> /xfd/xb9 <Private Use>
+<UE309> /xfd/xba <Private Use>
+<UE30A> /xfd/xbb <Private Use>
+<UE30B> /xfd/xbc <Private Use>
+<UE30C> /xfd/xbd <Private Use>
+<UE30D> /xfd/xbe <Private Use>
+<UE30E> /xfd/xbf <Private Use>
+<UE30F> /xfd/xc0 <Private Use>
+<UE310> /xfd/xc1 <Private Use>
+<UE311> /xfd/xc2 <Private Use>
+<UE312> /xfd/xc3 <Private Use>
+<UE313> /xfd/xc4 <Private Use>
+<UE314> /xfd/xc5 <Private Use>
+<UE315> /xfd/xc6 <Private Use>
+<UE316> /xfd/xc7 <Private Use>
+<UE317> /xfd/xc8 <Private Use>
+<UE318> /xfd/xc9 <Private Use>
+<UE319> /xfd/xca <Private Use>
+<UE31A> /xfd/xcb <Private Use>
+<UE31B> /xfd/xcc <Private Use>
+<UE31C> /xfd/xcd <Private Use>
+<UE31D> /xfd/xce <Private Use>
+<UE31E> /xfd/xcf <Private Use>
+<UE31F> /xfd/xd0 <Private Use>
+<UE320> /xfd/xd1 <Private Use>
+<UE321> /xfd/xd2 <Private Use>
+<UE322> /xfd/xd3 <Private Use>
+<UE323> /xfd/xd4 <Private Use>
+<UE324> /xfd/xd5 <Private Use>
+<UE325> /xfd/xd6 <Private Use>
+<UE326> /xfd/xd7 <Private Use>
+<UE327> /xfd/xd8 <Private Use>
+<UE328> /xfd/xd9 <Private Use>
+<UE329> /xfd/xda <Private Use>
+<UE32A> /xfd/xdb <Private Use>
+<UE32B> /xfd/xdc <Private Use>
+<UE32C> /xfd/xdd <Private Use>
+<UE32D> /xfd/xde <Private Use>
+<UE32E> /xfd/xdf <Private Use>
+<UE32F> /xfd/xe0 <Private Use>
+<UE330> /xfd/xe1 <Private Use>
+<UE331> /xfd/xe2 <Private Use>
+<UE332> /xfd/xe3 <Private Use>
+<UE333> /xfd/xe4 <Private Use>
+<UE334> /xfd/xe5 <Private Use>
+<UE335> /xfd/xe6 <Private Use>
+<UE336> /xfd/xe7 <Private Use>
+<UE337> /xfd/xe8 <Private Use>
+<UE338> /xfd/xe9 <Private Use>
+<UE339> /xfd/xea <Private Use>
+<UE33A> /xfd/xeb <Private Use>
+<UE33B> /xfd/xec <Private Use>
+<UE33C> /xfd/xed <Private Use>
+<UE33D> /xfd/xee <Private Use>
+<UE33E> /xfd/xef <Private Use>
+<UE33F> /xfd/xf0 <Private Use>
+<UE340> /xfd/xf1 <Private Use>
+<UE341> /xfd/xf2 <Private Use>
+<UE342> /xfd/xf3 <Private Use>
+<UE343> /xfd/xf4 <Private Use>
+<UE344> /xfd/xf5 <Private Use>
+<UE345> /xfd/xf6 <Private Use>
+<UE346> /xfd/xf7 <Private Use>
+<UE347> /xfd/xf8 <Private Use>
+<UE348> /xfd/xf9 <Private Use>
+<UE349> /xfd/xfa <Private Use>
+<UE34A> /xfd/xfb <Private Use>
+<UE34B> /xfd/xfc <Private Use>
+<UE34C> /xfd/xfd <Private Use>
+<UE34D> /xfd/xfe <Private Use>
+<UE34E> /xfe/xa1 <Private Use>
+<UE34F> /xfe/xa2 <Private Use>
+<UE350> /xfe/xa3 <Private Use>
+<UE351> /xfe/xa4 <Private Use>
+<UE352> /xfe/xa5 <Private Use>
+<UE353> /xfe/xa6 <Private Use>
+<UE354> /xfe/xa7 <Private Use>
+<UE355> /xfe/xa8 <Private Use>
+<UE356> /xfe/xa9 <Private Use>
+<UE357> /xfe/xaa <Private Use>
+<UE358> /xfe/xab <Private Use>
+<UE359> /xfe/xac <Private Use>
+<UE35A> /xfe/xad <Private Use>
+<UE35B> /xfe/xae <Private Use>
+<UE35C> /xfe/xaf <Private Use>
+<UE35D> /xfe/xb0 <Private Use>
+<UE35E> /xfe/xb1 <Private Use>
+<UE35F> /xfe/xb2 <Private Use>
+<UE360> /xfe/xb3 <Private Use>
+<UE361> /xfe/xb4 <Private Use>
+<UE362> /xfe/xb5 <Private Use>
+<UE363> /xfe/xb6 <Private Use>
+<UE364> /xfe/xb7 <Private Use>
+<UE365> /xfe/xb8 <Private Use>
+<UE366> /xfe/xb9 <Private Use>
+<UE367> /xfe/xba <Private Use>
+<UE368> /xfe/xbb <Private Use>
+<UE369> /xfe/xbc <Private Use>
+<UE36A> /xfe/xbd <Private Use>
+<UE36B> /xfe/xbe <Private Use>
+<UE36C> /xfe/xbf <Private Use>
+<UE36D> /xfe/xc0 <Private Use>
+<UE36E> /xfe/xc1 <Private Use>
+<UE36F> /xfe/xc2 <Private Use>
+<UE370> /xfe/xc3 <Private Use>
+<UE371> /xfe/xc4 <Private Use>
+<UE372> /xfe/xc5 <Private Use>
+<UE373> /xfe/xc6 <Private Use>
+<UE374> /xfe/xc7 <Private Use>
+<UE375> /xfe/xc8 <Private Use>
+<UE376> /xfe/xc9 <Private Use>
+<UE377> /xfe/xca <Private Use>
+<UE378> /xfe/xcb <Private Use>
+<UE379> /xfe/xcc <Private Use>
+<UE37A> /xfe/xcd <Private Use>
+<UE37B> /xfe/xce <Private Use>
+<UE37C> /xfe/xcf <Private Use>
+<UE37D> /xfe/xd0 <Private Use>
+<UE37E> /xfe/xd1 <Private Use>
+<UE37F> /xfe/xd2 <Private Use>
+<UE380> /xfe/xd3 <Private Use>
+<UE381> /xfe/xd4 <Private Use>
+<UE382> /xfe/xd5 <Private Use>
+<UE383> /xfe/xd6 <Private Use>
+<UE384> /xfe/xd7 <Private Use>
+<UE385> /xfe/xd8 <Private Use>
+<UE386> /xfe/xd9 <Private Use>
+<UE387> /xfe/xda <Private Use>
+<UE388> /xfe/xdb <Private Use>
+<UE389> /xfe/xdc <Private Use>
+<UE38A> /xfe/xdd <Private Use>
+<UE38B> /xfe/xde <Private Use>
+<UE38C> /xfe/xdf <Private Use>
+<UE38D> /xfe/xe0 <Private Use>
+<UE38E> /xfe/xe1 <Private Use>
+<UE38F> /xfe/xe2 <Private Use>
+<UE390> /xfe/xe3 <Private Use>
+<UE391> /xfe/xe4 <Private Use>
+<UE392> /xfe/xe5 <Private Use>
+<UE393> /xfe/xe6 <Private Use>
+<UE394> /xfe/xe7 <Private Use>
+<UE395> /xfe/xe8 <Private Use>
+<UE396> /xfe/xe9 <Private Use>
+<UE397> /xfe/xea <Private Use>
+<UE398> /xfe/xeb <Private Use>
+<UE399> /xfe/xec <Private Use>
+<UE39A> /xfe/xed <Private Use>
+<UE39B> /xfe/xee <Private Use>
+<UE39C> /xfe/xef <Private Use>
+<UE39D> /xfe/xf0 <Private Use>
+<UE39E> /xfe/xf1 <Private Use>
+<UE39F> /xfe/xf2 <Private Use>
+<UE3A0> /xfe/xf3 <Private Use>
+<UE3A1> /xfe/xf4 <Private Use>
+<UE3A2> /xfe/xf5 <Private Use>
+<UE3A3> /xfe/xf6 <Private Use>
+<UE3A4> /xfe/xf7 <Private Use>
+<UE3A5> /xfe/xf8 <Private Use>
+<UE3A6> /xfe/xf9 <Private Use>
+<UE3A7> /xfe/xfa <Private Use>
+<UE3A8> /xfe/xfb <Private Use>
+<UE3A9> /xfe/xfc <Private Use>
+<UE3AA> /xfe/xfd <Private Use>
+<UE3AB> /xfe/xfe <Private Use>
+
+%
+% JIS X 0212
+%
+<U02D8> /x8f/xa2/xaf BREVE
+<U02C7> /x8f/xa2/xb0 CARON (Mandarin Chinese third tone)
+<U00B8> /x8f/xa2/xb1 CEDILLA
+<U02D9> /x8f/xa2/xb2 DOT ABOVE (Mandarin Chinese light tone)
+<U02DD> /x8f/xa2/xb3 DOUBLE ACUTE ACCENT
+<U00AF> /x8f/xa2/xb4 MACRON
+<U02DB> /x8f/xa2/xb5 OGONEK
+<U02DA> /x8f/xa2/xb6 RING ABOVE
+%IRREVERSIBLE%<UFF5E> /x8f/xa2/xb7 FULLWIDTH TILDE
+<U0384> /x8f/xa2/xb8 GREEK TONOS
+<U0385> /x8f/xa2/xb9 GREEK DIALYTIKA TONOS
+<U00A1> /x8f/xa2/xc2 INVERTED EXCLAMATION MARK
+<UFFE4> /x8f/xa2/xc3 FULLWIDTH BROKEN BAR
+<U00BF> /x8f/xa2/xc4 INVERTED QUESTION MARK
+<U00BA> /x8f/xa2/xeb MASCULINE ORDINAL INDICATOR
+<U00AA> /x8f/xa2/xec FEMININE ORDINAL INDICATOR
+<U00A9> /x8f/xa2/xed COPYRIGHT SIGN
+<U00AE> /x8f/xa2/xee REGISTERED SIGN
+<U2122> /x8f/xa2/xef TRADE MARK SIGN
+<U00A4> /x8f/xa2/xf0 CURRENCY SIGN
+%IRREVERSIBLE%<U2116> /x8f/xa2/xf1 NUMERO SIGN
+<U0386> /x8f/xa6/xe1 GREEK CAPITAL LETTER ALPHA WITH TONOS
+<U0388> /x8f/xa6/xe2 GREEK CAPITAL LETTER EPSILON WITH TONOS
+<U0389> /x8f/xa6/xe3 GREEK CAPITAL LETTER ETA WITH TONOS
+<U038A> /x8f/xa6/xe4 GREEK CAPITAL LETTER IOTA WITH TONOS
+<U03AA> /x8f/xa6/xe5 GREEK CAPITAL LETTER IOTA WITH DIALYTIKA
+<U038C> /x8f/xa6/xe7 GREEK CAPITAL LETTER OMICRON WITH TONOS
+<U038E> /x8f/xa6/xe9 GREEK CAPITAL LETTER UPSILON WITH TONOS
+<U03AB> /x8f/xa6/xea GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA
+<U038F> /x8f/xa6/xec GREEK CAPITAL LETTER OMEGA WITH TONOS
+<U03AC> /x8f/xa6/xf1 GREEK SMALL LETTER ALPHA WITH TONOS
+<U03AD> /x8f/xa6/xf2 GREEK SMALL LETTER EPSILON WITH TONOS
+<U03AE> /x8f/xa6/xf3 GREEK SMALL LETTER ETA WITH TONOS
+<U03AF> /x8f/xa6/xf4 GREEK SMALL LETTER IOTA WITH TONOS
+<U03CA> /x8f/xa6/xf5 GREEK SMALL LETTER IOTA WITH DIALYTIKA
+<U0390> /x8f/xa6/xf6 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+<U03CC> /x8f/xa6/xf7 GREEK SMALL LETTER OMICRON WITH TONOS
+<U03C2> /x8f/xa6/xf8 GREEK SMALL LETTER FINAL SIGMA
+<U03CD> /x8f/xa6/xf9 GREEK SMALL LETTER UPSILON WITH TONOS
+<U03CB> /x8f/xa6/xfa GREEK SMALL LETTER UPSILON WITH DIALYTIKA
+<U03B0> /x8f/xa6/xfb GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+<U03CE> /x8f/xa6/xfc GREEK SMALL LETTER OMEGA WITH TONOS
+<U0402> /x8f/xa7/xc2 CYRILLIC CAPITAL LETTER DJE
+<U0403> /x8f/xa7/xc3 CYRILLIC CAPITAL LETTER GJE
+<U0404> /x8f/xa7/xc4 CYRILLIC CAPITAL LETTER UKRAINIAN IE
+<U0405> /x8f/xa7/xc5 CYRILLIC CAPITAL LETTER DZE
+<U0406> /x8f/xa7/xc6 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I
+<U0407> /x8f/xa7/xc7 CYRILLIC CAPITAL LETTER YI
+<U0408> /x8f/xa7/xc8 CYRILLIC CAPITAL LETTER JE
+<U0409> /x8f/xa7/xc9 CYRILLIC CAPITAL LETTER LJE
+<U040A> /x8f/xa7/xca CYRILLIC CAPITAL LETTER NJE
+<U040B> /x8f/xa7/xcb CYRILLIC CAPITAL LETTER TSHE
+<U040C> /x8f/xa7/xcc CYRILLIC CAPITAL LETTER KJE
+<U040E> /x8f/xa7/xcd CYRILLIC CAPITAL LETTER SHORT U
+<U040F> /x8f/xa7/xce CYRILLIC CAPITAL LETTER DZHE
+<U0452> /x8f/xa7/xf2 CYRILLIC SMALL LETTER DJE
+<U0453> /x8f/xa7/xf3 CYRILLIC SMALL LETTER GJE
+<U0454> /x8f/xa7/xf4 CYRILLIC SMALL LETTER UKRAINIAN IE
+<U0455> /x8f/xa7/xf5 CYRILLIC SMALL LETTER DZE
+<U0456> /x8f/xa7/xf6 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I
+<U0457> /x8f/xa7/xf7 CYRILLIC SMALL LETTER YI
+<U0458> /x8f/xa7/xf8 CYRILLIC SMALL LETTER JE
+<U0459> /x8f/xa7/xf9 CYRILLIC SMALL LETTER LJE
+<U045A> /x8f/xa7/xfa CYRILLIC SMALL LETTER NJE
+<U045B> /x8f/xa7/xfb CYRILLIC SMALL LETTER TSHE
+<U045C> /x8f/xa7/xfc CYRILLIC SMALL LETTER KJE
+<U045E> /x8f/xa7/xfd CYRILLIC SMALL LETTER SHORT U
+<U045F> /x8f/xa7/xfe CYRILLIC SMALL LETTER DZHE
+<U00C6> /x8f/xa9/xa1 LATIN CAPITAL LIGATURE AE
+<U0110> /x8f/xa9/xa2 LATIN CAPITAL LETTER D WITH STROKE
+<U0126> /x8f/xa9/xa4 LATIN CAPITAL LETTER H WITH STROKE
+<U0132> /x8f/xa9/xa6 LATIN CAPITAL LIGATURE IJ
+<U0141> /x8f/xa9/xa8 LATIN CAPITAL LETTER L WITH STROKE
+<U013F> /x8f/xa9/xa9 LATIN CAPITAL LETTER L WITH MIDDLE DOT
+<U014A> /x8f/xa9/xab LATIN CAPITAL LETTER ENG
+<U00D8> /x8f/xa9/xac LATIN CAPITAL LETTER O WITH STROKE
+<U0152> /x8f/xa9/xad LATIN CAPITAL LIGATURE OE
+<U0166> /x8f/xa9/xaf LATIN CAPITAL LETTER T WITH STROKE
+<U00DE> /x8f/xa9/xb0 LATIN CAPITAL LETTER THORN
+<U00E6> /x8f/xa9/xc1 LATIN SMALL LIGATURE AE
+<U0111> /x8f/xa9/xc2 LATIN SMALL LETTER D WITH STROKE
+<U00F0> /x8f/xa9/xc3 LATIN SMALL LETTER ETH
+<U0127> /x8f/xa9/xc4 LATIN SMALL LETTER H WITH STROKE
+<U0131> /x8f/xa9/xc5 LATIN SMALL LETTER DOTLESS I
+<U0133> /x8f/xa9/xc6 LATIN SMALL LIGATURE IJ
+<U0138> /x8f/xa9/xc7 LATIN SMALL LETTER KRA
+<U0142> /x8f/xa9/xc8 LATIN SMALL LETTER L WITH STROKE
+<U0140> /x8f/xa9/xc9 LATIN SMALL LETTER L WITH MIDDLE DOT
+<U0149> /x8f/xa9/xca LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
+<U014B> /x8f/xa9/xcb LATIN SMALL LETTER ENG
+<U00F8> /x8f/xa9/xcc LATIN SMALL LETTER O WITH STROKE
+<U0153> /x8f/xa9/xcd LATIN SMALL LIGATURE OE
+<U00DF> /x8f/xa9/xce LATIN SMALL LETTER SHARP S
+<U0167> /x8f/xa9/xcf LATIN SMALL LETTER T WITH STROKE
+<U00FE> /x8f/xa9/xd0 LATIN SMALL LETTER THORN
+<U00C1> /x8f/xaa/xa1 LATIN CAPITAL LETTER A WITH ACUTE
+<U00C0> /x8f/xaa/xa2 LATIN CAPITAL LETTER A WITH GRAVE
+<U00C4> /x8f/xaa/xa3 LATIN CAPITAL LETTER A WITH DIAERESIS
+<U00C2> /x8f/xaa/xa4 LATIN CAPITAL LETTER A WITH CIRCUMFLEX
+<U0102> /x8f/xaa/xa5 LATIN CAPITAL LETTER A WITH BREVE
+<U01CD> /x8f/xaa/xa6 LATIN CAPITAL LETTER A WITH CARON
+<U0100> /x8f/xaa/xa7 LATIN CAPITAL LETTER A WITH MACRON
+<U0104> /x8f/xaa/xa8 LATIN CAPITAL LETTER A WITH OGONEK
+<U00C5> /x8f/xaa/xa9 LATIN CAPITAL LETTER A WITH RING ABOVE
+<U00C3> /x8f/xaa/xaa LATIN CAPITAL LETTER A WITH TILDE
+<U0106> /x8f/xaa/xab LATIN CAPITAL LETTER C WITH ACUTE
+<U0108> /x8f/xaa/xac LATIN CAPITAL LETTER C WITH CIRCUMFLEX
+<U010C> /x8f/xaa/xad LATIN CAPITAL LETTER C WITH CARON
+<U00C7> /x8f/xaa/xae LATIN CAPITAL LETTER C WITH CEDILLA
+<U010A> /x8f/xaa/xaf LATIN CAPITAL LETTER C WITH DOT ABOVE
+<U010E> /x8f/xaa/xb0 LATIN CAPITAL LETTER D WITH CARON
+<U00C9> /x8f/xaa/xb1 LATIN CAPITAL LETTER E WITH ACUTE
+<U00C8> /x8f/xaa/xb2 LATIN CAPITAL LETTER E WITH GRAVE
+<U00CB> /x8f/xaa/xb3 LATIN CAPITAL LETTER E WITH DIAERESIS
+<U00CA> /x8f/xaa/xb4 LATIN CAPITAL LETTER E WITH CIRCUMFLEX
+<U011A> /x8f/xaa/xb5 LATIN CAPITAL LETTER E WITH CARON
+<U0116> /x8f/xaa/xb6 LATIN CAPITAL LETTER E WITH DOT ABOVE
+<U0112> /x8f/xaa/xb7 LATIN CAPITAL LETTER E WITH MACRON
+<U0118> /x8f/xaa/xb8 LATIN CAPITAL LETTER E WITH OGONEK
+<U011C> /x8f/xaa/xba LATIN CAPITAL LETTER G WITH CIRCUMFLEX
+<U011E> /x8f/xaa/xbb LATIN CAPITAL LETTER G WITH BREVE
+<U0122> /x8f/xaa/xbc LATIN CAPITAL LETTER G WITH CEDILLA
+<U0120> /x8f/xaa/xbd LATIN CAPITAL LETTER G WITH DOT ABOVE
+<U0124> /x8f/xaa/xbe LATIN CAPITAL LETTER H WITH CIRCUMFLEX
+<U00CD> /x8f/xaa/xbf LATIN CAPITAL LETTER I WITH ACUTE
+<U00CC> /x8f/xaa/xc0 LATIN CAPITAL LETTER I WITH GRAVE
+<U00CF> /x8f/xaa/xc1 LATIN CAPITAL LETTER I WITH DIAERESIS
+<U00CE> /x8f/xaa/xc2 LATIN CAPITAL LETTER I WITH CIRCUMFLEX
+<U01CF> /x8f/xaa/xc3 LATIN CAPITAL LETTER I WITH CARON
+<U0130> /x8f/xaa/xc4 LATIN CAPITAL LETTER I WITH DOT ABOVE
+<U012A> /x8f/xaa/xc5 LATIN CAPITAL LETTER I WITH MACRON
+<U012E> /x8f/xaa/xc6 LATIN CAPITAL LETTER I WITH OGONEK
+<U0128> /x8f/xaa/xc7 LATIN CAPITAL LETTER I WITH TILDE
+<U0134> /x8f/xaa/xc8 LATIN CAPITAL LETTER J WITH CIRCUMFLEX
+<U0136> /x8f/xaa/xc9 LATIN CAPITAL LETTER K WITH CEDILLA
+<U0139> /x8f/xaa/xca LATIN CAPITAL LETTER L WITH ACUTE
+<U013D> /x8f/xaa/xcb LATIN CAPITAL LETTER L WITH CARON
+<U013B> /x8f/xaa/xcc LATIN CAPITAL LETTER L WITH CEDILLA
+<U0143> /x8f/xaa/xcd LATIN CAPITAL LETTER N WITH ACUTE
+<U0147> /x8f/xaa/xce LATIN CAPITAL LETTER N WITH CARON
+<U0145> /x8f/xaa/xcf LATIN CAPITAL LETTER N WITH CEDILLA
+<U00D1> /x8f/xaa/xd0 LATIN CAPITAL LETTER N WITH TILDE
+<U00D3> /x8f/xaa/xd1 LATIN CAPITAL LETTER O WITH ACUTE
+<U00D2> /x8f/xaa/xd2 LATIN CAPITAL LETTER O WITH GRAVE
+<U00D6> /x8f/xaa/xd3 LATIN CAPITAL LETTER O WITH DIAERESIS
+<U00D4> /x8f/xaa/xd4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX
+<U01D1> /x8f/xaa/xd5 LATIN CAPITAL LETTER O WITH CARON
+<U0150> /x8f/xaa/xd6 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
+<U014C> /x8f/xaa/xd7 LATIN CAPITAL LETTER O WITH MACRON
+<U00D5> /x8f/xaa/xd8 LATIN CAPITAL LETTER O WITH TILDE
+<U0154> /x8f/xaa/xd9 LATIN CAPITAL LETTER R WITH ACUTE
+<U0158> /x8f/xaa/xda LATIN CAPITAL LETTER R WITH CARON
+<U0156> /x8f/xaa/xdb LATIN CAPITAL LETTER R WITH CEDILLA
+<U015A> /x8f/xaa/xdc LATIN CAPITAL LETTER S WITH ACUTE
+<U015C> /x8f/xaa/xdd LATIN CAPITAL LETTER S WITH CIRCUMFLEX
+<U0160> /x8f/xaa/xde LATIN CAPITAL LETTER S WITH CARON
+<U015E> /x8f/xaa/xdf LATIN CAPITAL LETTER S WITH CEDILLA
+<U0164> /x8f/xaa/xe0 LATIN CAPITAL LETTER T WITH CARON
+<U0162> /x8f/xaa/xe1 LATIN CAPITAL LETTER T WITH CEDILLA
+<U00DA> /x8f/xaa/xe2 LATIN CAPITAL LETTER U WITH ACUTE
+<U00D9> /x8f/xaa/xe3 LATIN CAPITAL LETTER U WITH GRAVE
+<U00DC> /x8f/xaa/xe4 LATIN CAPITAL LETTER U WITH DIAERESIS
+<U00DB> /x8f/xaa/xe5 LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+<U016C> /x8f/xaa/xe6 LATIN CAPITAL LETTER U WITH BREVE
+<U01D3> /x8f/xaa/xe7 LATIN CAPITAL LETTER U WITH CARON
+<U0170> /x8f/xaa/xe8 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
+<U016A> /x8f/xaa/xe9 LATIN CAPITAL LETTER U WITH MACRON
+<U0172> /x8f/xaa/xea LATIN CAPITAL LETTER U WITH OGONEK
+<U016E> /x8f/xaa/xeb LATIN CAPITAL LETTER U WITH RING ABOVE
+<U0168> /x8f/xaa/xec LATIN CAPITAL LETTER U WITH TILDE
+<U01D7> /x8f/xaa/xed LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE
+<U01DB> /x8f/xaa/xee LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE
+<U01D9> /x8f/xaa/xef LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON
+<U01D5> /x8f/xaa/xf0 LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON
+<U0174> /x8f/xaa/xf1 LATIN CAPITAL LETTER W WITH CIRCUMFLEX
+<U00DD> /x8f/xaa/xf2 LATIN CAPITAL LETTER Y WITH ACUTE
+<U0178> /x8f/xaa/xf3 LATIN CAPITAL LETTER Y WITH DIAERESIS
+<U0176> /x8f/xaa/xf4 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX
+<U0179> /x8f/xaa/xf5 LATIN CAPITAL LETTER Z WITH ACUTE
+<U017D> /x8f/xaa/xf6 LATIN CAPITAL LETTER Z WITH CARON
+<U017B> /x8f/xaa/xf7 LATIN CAPITAL LETTER Z WITH DOT ABOVE
+<U00E1> /x8f/xab/xa1 LATIN SMALL LETTER A WITH ACUTE
+<U00E0> /x8f/xab/xa2 LATIN SMALL LETTER A WITH GRAVE
+<U00E4> /x8f/xab/xa3 LATIN SMALL LETTER A WITH DIAERESIS
+<U00E2> /x8f/xab/xa4 LATIN SMALL LETTER A WITH CIRCUMFLEX
+<U0103> /x8f/xab/xa5 LATIN SMALL LETTER A WITH BREVE
+<U01CE> /x8f/xab/xa6 LATIN SMALL LETTER A WITH CARON
+<U0101> /x8f/xab/xa7 LATIN SMALL LETTER A WITH MACRON
+<U0105> /x8f/xab/xa8 LATIN SMALL LETTER A WITH OGONEK
+<U00E5> /x8f/xab/xa9 LATIN SMALL LETTER A WITH RING ABOVE
+<U00E3> /x8f/xab/xaa LATIN SMALL LETTER A WITH TILDE
+<U0107> /x8f/xab/xab LATIN SMALL LETTER C WITH ACUTE
+<U0109> /x8f/xab/xac LATIN SMALL LETTER C WITH CIRCUMFLEX
+<U010D> /x8f/xab/xad LATIN SMALL LETTER C WITH CARON
+<U00E7> /x8f/xab/xae LATIN SMALL LETTER C WITH CEDILLA
+<U010B> /x8f/xab/xaf LATIN SMALL LETTER C WITH DOT ABOVE
+<U010F> /x8f/xab/xb0 LATIN SMALL LETTER D WITH CARON
+<U00E9> /x8f/xab/xb1 LATIN SMALL LETTER E WITH ACUTE
+<U00E8> /x8f/xab/xb2 LATIN SMALL LETTER E WITH GRAVE
+<U00EB> /x8f/xab/xb3 LATIN SMALL LETTER E WITH DIAERESIS
+<U00EA> /x8f/xab/xb4 LATIN SMALL LETTER E WITH CIRCUMFLEX
+<U011B> /x8f/xab/xb5 LATIN SMALL LETTER E WITH CARON
+<U0117> /x8f/xab/xb6 LATIN SMALL LETTER E WITH DOT ABOVE
+<U0113> /x8f/xab/xb7 LATIN SMALL LETTER E WITH MACRON
+<U0119> /x8f/xab/xb8 LATIN SMALL LETTER E WITH OGONEK
+<U01F5> /x8f/xab/xb9 LATIN SMALL LETTER G WITH ACUTE
+<U011D> /x8f/xab/xba LATIN SMALL LETTER G WITH CIRCUMFLEX
+<U011F> /x8f/xab/xbb LATIN SMALL LETTER G WITH BREVE
+<U0121> /x8f/xab/xbd LATIN SMALL LETTER G WITH DOT ABOVE
+<U0125> /x8f/xab/xbe LATIN SMALL LETTER H WITH CIRCUMFLEX
+<U00ED> /x8f/xab/xbf LATIN SMALL LETTER I WITH ACUTE
+<U00EC> /x8f/xab/xc0 LATIN SMALL LETTER I WITH GRAVE
+<U00EF> /x8f/xab/xc1 LATIN SMALL LETTER I WITH DIAERESIS
+<U00EE> /x8f/xab/xc2 LATIN SMALL LETTER I WITH CIRCUMFLEX
+<U01D0> /x8f/xab/xc3 LATIN SMALL LETTER I WITH CARON
+<U012B> /x8f/xab/xc5 LATIN SMALL LETTER I WITH MACRON
+<U012F> /x8f/xab/xc6 LATIN SMALL LETTER I WITH OGONEK
+<U0129> /x8f/xab/xc7 LATIN SMALL LETTER I WITH TILDE
+<U0135> /x8f/xab/xc8 LATIN SMALL LETTER J WITH CIRCUMFLEX
+<U0137> /x8f/xab/xc9 LATIN SMALL LETTER K WITH CEDILLA
+<U013A> /x8f/xab/xca LATIN SMALL LETTER L WITH ACUTE
+<U013E> /x8f/xab/xcb LATIN SMALL LETTER L WITH CARON
+<U013C> /x8f/xab/xcc LATIN SMALL LETTER L WITH CEDILLA
+<U0144> /x8f/xab/xcd LATIN SMALL LETTER N WITH ACUTE
+<U0148> /x8f/xab/xce LATIN SMALL LETTER N WITH CARON
+<U0146> /x8f/xab/xcf LATIN SMALL LETTER N WITH CEDILLA
+<U00F1> /x8f/xab/xd0 LATIN SMALL LETTER N WITH TILDE
+<U00F3> /x8f/xab/xd1 LATIN SMALL LETTER O WITH ACUTE
+<U00F2> /x8f/xab/xd2 LATIN SMALL LETTER O WITH GRAVE
+<U00F6> /x8f/xab/xd3 LATIN SMALL LETTER O WITH DIAERESIS
+<U00F4> /x8f/xab/xd4 LATIN SMALL LETTER O WITH CIRCUMFLEX
+<U01D2> /x8f/xab/xd5 LATIN SMALL LETTER O WITH CARON
+<U0151> /x8f/xab/xd6 LATIN SMALL LETTER O WITH DOUBLE ACUTE
+<U014D> /x8f/xab/xd7 LATIN SMALL LETTER O WITH MACRON
+<U00F5> /x8f/xab/xd8 LATIN SMALL LETTER O WITH TILDE
+<U0155> /x8f/xab/xd9 LATIN SMALL LETTER R WITH ACUTE
+<U0159> /x8f/xab/xda LATIN SMALL LETTER R WITH CARON
+<U0157> /x8f/xab/xdb LATIN SMALL LETTER R WITH CEDILLA
+<U015B> /x8f/xab/xdc LATIN SMALL LETTER S WITH ACUTE
+<U015D> /x8f/xab/xdd LATIN SMALL LETTER S WITH CIRCUMFLEX
+<U0161> /x8f/xab/xde LATIN SMALL LETTER S WITH CARON
+<U015F> /x8f/xab/xdf LATIN SMALL LETTER S WITH CEDILLA
+<U0165> /x8f/xab/xe0 LATIN SMALL LETTER T WITH CARON
+<U0163> /x8f/xab/xe1 LATIN SMALL LETTER T WITH CEDILLA
+<U00FA> /x8f/xab/xe2 LATIN SMALL LETTER U WITH ACUTE
+<U00F9> /x8f/xab/xe3 LATIN SMALL LETTER U WITH GRAVE
+<U00FC> /x8f/xab/xe4 LATIN SMALL LETTER U WITH DIAERESIS
+<U00FB> /x8f/xab/xe5 LATIN SMALL LETTER U WITH CIRCUMFLEX
+<U016D> /x8f/xab/xe6 LATIN SMALL LETTER U WITH BREVE
+<U01D4> /x8f/xab/xe7 LATIN SMALL LETTER U WITH CARON
+<U0171> /x8f/xab/xe8 LATIN SMALL LETTER U WITH DOUBLE ACUTE
+<U016B> /x8f/xab/xe9 LATIN SMALL LETTER U WITH MACRON
+<U0173> /x8f/xab/xea LATIN SMALL LETTER U WITH OGONEK
+<U016F> /x8f/xab/xeb LATIN SMALL LETTER U WITH RING ABOVE
+<U0169> /x8f/xab/xec LATIN SMALL LETTER U WITH TILDE
+<U01D8> /x8f/xab/xed LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE
+<U01DC> /x8f/xab/xee LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE
+<U01DA> /x8f/xab/xef LATIN SMALL LETTER U WITH DIAERESIS AND CARON
+<U01D6> /x8f/xab/xf0 LATIN SMALL LETTER U WITH DIAERESIS AND MACRON
+<U0175> /x8f/xab/xf1 LATIN SMALL LETTER W WITH CIRCUMFLEX
+<U00FD> /x8f/xab/xf2 LATIN SMALL LETTER Y WITH ACUTE
+<U00FF> /x8f/xab/xf3 LATIN SMALL LETTER Y WITH DIAERESIS
+<U0177> /x8f/xab/xf4 LATIN SMALL LETTER Y WITH CIRCUMFLEX
+<U017A> /x8f/xab/xf5 LATIN SMALL LETTER Z WITH ACUTE
+<U017E> /x8f/xab/xf6 LATIN SMALL LETTER Z WITH CARON
+<U017C> /x8f/xab/xf7 LATIN SMALL LETTER Z WITH DOT ABOVE
+<U4E02> /x8f/xb0/xa1 <CJK>
+<U4E04> /x8f/xb0/xa2 <CJK>
+<U4E05> /x8f/xb0/xa3 <CJK>
+<U4E0C> /x8f/xb0/xa4 <CJK>
+<U4E12> /x8f/xb0/xa5 <CJK>
+<U4E1F> /x8f/xb0/xa6 <CJK>
+<U4E23> /x8f/xb0/xa7 <CJK>
+<U4E24> /x8f/xb0/xa8 <CJK>
+<U4E28> /x8f/xb0/xa9 <CJK>
+<U4E2B> /x8f/xb0/xaa <CJK>
+<U4E2E> /x8f/xb0/xab <CJK>
+<U4E2F> /x8f/xb0/xac <CJK>
+<U4E30> /x8f/xb0/xad <CJK>
+<U4E35> /x8f/xb0/xae <CJK>
+<U4E40> /x8f/xb0/xaf <CJK>
+<U4E41> /x8f/xb0/xb0 <CJK>
+<U4E44> /x8f/xb0/xb1 <CJK>
+<U4E47> /x8f/xb0/xb2 <CJK>
+<U4E51> /x8f/xb0/xb3 <CJK>
+<U4E5A> /x8f/xb0/xb4 <CJK>
+<U4E5C> /x8f/xb0/xb5 <CJK>
+<U4E63> /x8f/xb0/xb6 <CJK>
+<U4E68> /x8f/xb0/xb7 <CJK>
+<U4E69> /x8f/xb0/xb8 <CJK>
+<U4E74> /x8f/xb0/xb9 <CJK>
+<U4E75> /x8f/xb0/xba <CJK>
+<U4E79> /x8f/xb0/xbb <CJK>
+<U4E7F> /x8f/xb0/xbc <CJK>
+<U4E8D> /x8f/xb0/xbd <CJK>
+<U4E96> /x8f/xb0/xbe <CJK>
+<U4E97> /x8f/xb0/xbf <CJK>
+<U4E9D> /x8f/xb0/xc0 <CJK>
+<U4EAF> /x8f/xb0/xc1 <CJK>
+<U4EB9> /x8f/xb0/xc2 <CJK>
+<U4EC3> /x8f/xb0/xc3 <CJK>
+<U4ED0> /x8f/xb0/xc4 <CJK>
+<U4EDA> /x8f/xb0/xc5 <CJK>
+<U4EDB> /x8f/xb0/xc6 <CJK>
+<U4EE0> /x8f/xb0/xc7 <CJK>
+<U4EE1> /x8f/xb0/xc8 <CJK>
+<U4EE2> /x8f/xb0/xc9 <CJK>
+<U4EE8> /x8f/xb0/xca <CJK>
+<U4EEF> /x8f/xb0/xcb <CJK>
+<U4EF1> /x8f/xb0/xcc <CJK>
+<U4EF3> /x8f/xb0/xcd <CJK>
+<U4EF5> /x8f/xb0/xce <CJK>
+<U4EFD> /x8f/xb0/xcf <CJK>
+<U4EFE> /x8f/xb0/xd0 <CJK>
+<U4EFF> /x8f/xb0/xd1 <CJK>
+<U4F00> /x8f/xb0/xd2 <CJK>
+<U4F02> /x8f/xb0/xd3 <CJK>
+<U4F03> /x8f/xb0/xd4 <CJK>
+<U4F08> /x8f/xb0/xd5 <CJK>
+<U4F0B> /x8f/xb0/xd6 <CJK>
+<U4F0C> /x8f/xb0/xd7 <CJK>
+<U4F12> /x8f/xb0/xd8 <CJK>
+<U4F15> /x8f/xb0/xd9 <CJK>
+<U4F16> /x8f/xb0/xda <CJK>
+<U4F17> /x8f/xb0/xdb <CJK>
+<U4F19> /x8f/xb0/xdc <CJK>
+<U4F2E> /x8f/xb0/xdd <CJK>
+<U4F31> /x8f/xb0/xde <CJK>
+<U4F60> /x8f/xb0/xdf <CJK>
+<U4F33> /x8f/xb0/xe0 <CJK>
+<U4F35> /x8f/xb0/xe1 <CJK>
+<U4F37> /x8f/xb0/xe2 <CJK>
+<U4F39> /x8f/xb0/xe3 <CJK>
+<U4F3B> /x8f/xb0/xe4 <CJK>
+<U4F3E> /x8f/xb0/xe5 <CJK>
+<U4F40> /x8f/xb0/xe6 <CJK>
+<U4F42> /x8f/xb0/xe7 <CJK>
+<U4F48> /x8f/xb0/xe8 <CJK>
+<U4F49> /x8f/xb0/xe9 <CJK>
+<U4F4B> /x8f/xb0/xea <CJK>
+<U4F4C> /x8f/xb0/xeb <CJK>
+<U4F52> /x8f/xb0/xec <CJK>
+<U4F54> /x8f/xb0/xed <CJK>
+<U4F56> /x8f/xb0/xee <CJK>
+<U4F58> /x8f/xb0/xef <CJK>
+<U4F5F> /x8f/xb0/xf0 <CJK>
+<U4F63> /x8f/xb0/xf1 <CJK>
+<U4F6A> /x8f/xb0/xf2 <CJK>
+<U4F6C> /x8f/xb0/xf3 <CJK>
+<U4F6E> /x8f/xb0/xf4 <CJK>
+<U4F71> /x8f/xb0/xf5 <CJK>
+<U4F77> /x8f/xb0/xf6 <CJK>
+<U4F78> /x8f/xb0/xf7 <CJK>
+<U4F79> /x8f/xb0/xf8 <CJK>
+<U4F7A> /x8f/xb0/xf9 <CJK>
+<U4F7D> /x8f/xb0/xfa <CJK>
+<U4F7E> /x8f/xb0/xfb <CJK>
+<U4F81> /x8f/xb0/xfc <CJK>
+<U4F82> /x8f/xb0/xfd <CJK>
+<U4F84> /x8f/xb0/xfe <CJK>
+<U4F85> /x8f/xb1/xa1 <CJK>
+<U4F89> /x8f/xb1/xa2 <CJK>
+<U4F8A> /x8f/xb1/xa3 <CJK>
+<U4F8C> /x8f/xb1/xa4 <CJK>
+<U4F8E> /x8f/xb1/xa5 <CJK>
+<U4F90> /x8f/xb1/xa6 <CJK>
+<U4F92> /x8f/xb1/xa7 <CJK>
+<U4F93> /x8f/xb1/xa8 <CJK>
+<U4F94> /x8f/xb1/xa9 <CJK>
+<U4F97> /x8f/xb1/xaa <CJK>
+<U4F99> /x8f/xb1/xab <CJK>
+<U4F9A> /x8f/xb1/xac <CJK>
+<U4F9E> /x8f/xb1/xad <CJK>
+<U4F9F> /x8f/xb1/xae <CJK>
+<U4FB2> /x8f/xb1/xaf <CJK>
+<U4FB7> /x8f/xb1/xb0 <CJK>
+<U4FB9> /x8f/xb1/xb1 <CJK>
+<U4FBB> /x8f/xb1/xb2 <CJK>
+<U4FBC> /x8f/xb1/xb3 <CJK>
+<U4FBD> /x8f/xb1/xb4 <CJK>
+<U4FBE> /x8f/xb1/xb5 <CJK>
+<U4FC0> /x8f/xb1/xb6 <CJK>
+<U4FC1> /x8f/xb1/xb7 <CJK>
+<U4FC5> /x8f/xb1/xb8 <CJK>
+<U4FC6> /x8f/xb1/xb9 <CJK>
+<U4FC8> /x8f/xb1/xba <CJK>
+<U4FC9> /x8f/xb1/xbb <CJK>
+<U4FCB> /x8f/xb1/xbc <CJK>
+<U4FCC> /x8f/xb1/xbd <CJK>
+<U4FCD> /x8f/xb1/xbe <CJK>
+<U4FCF> /x8f/xb1/xbf <CJK>
+<U4FD2> /x8f/xb1/xc0 <CJK>
+<U4FDC> /x8f/xb1/xc1 <CJK>
+<U4FE0> /x8f/xb1/xc2 <CJK>
+<U4FE2> /x8f/xb1/xc3 <CJK>
+<U4FF0> /x8f/xb1/xc4 <CJK>
+<U4FF2> /x8f/xb1/xc5 <CJK>
+<U4FFC> /x8f/xb1/xc6 <CJK>
+<U4FFD> /x8f/xb1/xc7 <CJK>
+<U4FFF> /x8f/xb1/xc8 <CJK>
+<U5000> /x8f/xb1/xc9 <CJK>
+<U5001> /x8f/xb1/xca <CJK>
+<U5004> /x8f/xb1/xcb <CJK>
+<U5007> /x8f/xb1/xcc <CJK>
+<U500A> /x8f/xb1/xcd <CJK>
+<U500C> /x8f/xb1/xce <CJK>
+<U500E> /x8f/xb1/xcf <CJK>
+<U5010> /x8f/xb1/xd0 <CJK>
+<U5013> /x8f/xb1/xd1 <CJK>
+<U5017> /x8f/xb1/xd2 <CJK>
+<U5018> /x8f/xb1/xd3 <CJK>
+<U501B> /x8f/xb1/xd4 <CJK>
+<U501C> /x8f/xb1/xd5 <CJK>
+<U501D> /x8f/xb1/xd6 <CJK>
+<U501E> /x8f/xb1/xd7 <CJK>
+<U5022> /x8f/xb1/xd8 <CJK>
+<U5027> /x8f/xb1/xd9 <CJK>
+<U502E> /x8f/xb1/xda <CJK>
+<U5030> /x8f/xb1/xdb <CJK>
+<U5032> /x8f/xb1/xdc <CJK>
+<U5033> /x8f/xb1/xdd <CJK>
+<U5035> /x8f/xb1/xde <CJK>
+<U5040> /x8f/xb1/xdf <CJK>
+<U5041> /x8f/xb1/xe0 <CJK>
+<U5042> /x8f/xb1/xe1 <CJK>
+<U5045> /x8f/xb1/xe2 <CJK>
+<U5046> /x8f/xb1/xe3 <CJK>
+<U504A> /x8f/xb1/xe4 <CJK>
+<U504C> /x8f/xb1/xe5 <CJK>
+<U504E> /x8f/xb1/xe6 <CJK>
+<U5051> /x8f/xb1/xe7 <CJK>
+<U5052> /x8f/xb1/xe8 <CJK>
+<U5053> /x8f/xb1/xe9 <CJK>
+<U5057> /x8f/xb1/xea <CJK>
+<U5059> /x8f/xb1/xeb <CJK>
+<U505F> /x8f/xb1/xec <CJK>
+<U5060> /x8f/xb1/xed <CJK>
+<U5062> /x8f/xb1/xee <CJK>
+<U5063> /x8f/xb1/xef <CJK>
+<U5066> /x8f/xb1/xf0 <CJK>
+<U5067> /x8f/xb1/xf1 <CJK>
+<U506A> /x8f/xb1/xf2 <CJK>
+<U506D> /x8f/xb1/xf3 <CJK>
+<U5070> /x8f/xb1/xf4 <CJK>
+<U5071> /x8f/xb1/xf5 <CJK>
+<U503B> /x8f/xb1/xf6 <CJK>
+<U5081> /x8f/xb1/xf7 <CJK>
+<U5083> /x8f/xb1/xf8 <CJK>
+<U5084> /x8f/xb1/xf9 <CJK>
+<U5086> /x8f/xb1/xfa <CJK>
+<U508A> /x8f/xb1/xfb <CJK>
+<U508E> /x8f/xb1/xfc <CJK>
+<U508F> /x8f/xb1/xfd <CJK>
+<U5090> /x8f/xb1/xfe <CJK>
+<U5092> /x8f/xb2/xa1 <CJK>
+<U5093> /x8f/xb2/xa2 <CJK>
+<U5094> /x8f/xb2/xa3 <CJK>
+<U5096> /x8f/xb2/xa4 <CJK>
+<U509B> /x8f/xb2/xa5 <CJK>
+<U509C> /x8f/xb2/xa6 <CJK>
+<U509E> /x8f/xb2/xa7 <CJK>
+<U509F> /x8f/xb2/xa8 <CJK>
+<U50A0> /x8f/xb2/xa9 <CJK>
+<U50A1> /x8f/xb2/xaa <CJK>
+<U50A2> /x8f/xb2/xab <CJK>
+<U50AA> /x8f/xb2/xac <CJK>
+<U50AF> /x8f/xb2/xad <CJK>
+<U50B0> /x8f/xb2/xae <CJK>
+<U50B9> /x8f/xb2/xaf <CJK>
+<U50BA> /x8f/xb2/xb0 <CJK>
+<U50BD> /x8f/xb2/xb1 <CJK>
+<U50C0> /x8f/xb2/xb2 <CJK>
+<U50C3> /x8f/xb2/xb3 <CJK>
+<U50C4> /x8f/xb2/xb4 <CJK>
+<U50C7> /x8f/xb2/xb5 <CJK>
+<U50CC> /x8f/xb2/xb6 <CJK>
+<U50CE> /x8f/xb2/xb7 <CJK>
+<U50D0> /x8f/xb2/xb8 <CJK>
+<U50D3> /x8f/xb2/xb9 <CJK>
+<U50D4> /x8f/xb2/xba <CJK>
+<U50D8> /x8f/xb2/xbb <CJK>
+<U50DC> /x8f/xb2/xbc <CJK>
+<U50DD> /x8f/xb2/xbd <CJK>
+<U50DF> /x8f/xb2/xbe <CJK>
+<U50E2> /x8f/xb2/xbf <CJK>
+<U50E4> /x8f/xb2/xc0 <CJK>
+<U50E6> /x8f/xb2/xc1 <CJK>
+<U50E8> /x8f/xb2/xc2 <CJK>
+<U50E9> /x8f/xb2/xc3 <CJK>
+<U50EF> /x8f/xb2/xc4 <CJK>
+<U50F1> /x8f/xb2/xc5 <CJK>
+<U50F6> /x8f/xb2/xc6 <CJK>
+<U50FA> /x8f/xb2/xc7 <CJK>
+<U50FE> /x8f/xb2/xc8 <CJK>
+<U5103> /x8f/xb2/xc9 <CJK>
+<U5106> /x8f/xb2/xca <CJK>
+<U5107> /x8f/xb2/xcb <CJK>
+<U5108> /x8f/xb2/xcc <CJK>
+<U510B> /x8f/xb2/xcd <CJK>
+<U510C> /x8f/xb2/xce <CJK>
+<U510D> /x8f/xb2/xcf <CJK>
+<U510E> /x8f/xb2/xd0 <CJK>
+<U50F2> /x8f/xb2/xd1 <CJK>
+<U5110> /x8f/xb2/xd2 <CJK>
+<U5117> /x8f/xb2/xd3 <CJK>
+<U5119> /x8f/xb2/xd4 <CJK>
+<U511B> /x8f/xb2/xd5 <CJK>
+<U511C> /x8f/xb2/xd6 <CJK>
+<U511D> /x8f/xb2/xd7 <CJK>
+<U511E> /x8f/xb2/xd8 <CJK>
+<U5123> /x8f/xb2/xd9 <CJK>
+<U5127> /x8f/xb2/xda <CJK>
+<U5128> /x8f/xb2/xdb <CJK>
+<U512C> /x8f/xb2/xdc <CJK>
+<U512D> /x8f/xb2/xdd <CJK>
+<U512F> /x8f/xb2/xde <CJK>
+<U5131> /x8f/xb2/xdf <CJK>
+<U5133> /x8f/xb2/xe0 <CJK>
+<U5134> /x8f/xb2/xe1 <CJK>
+<U5135> /x8f/xb2/xe2 <CJK>
+<U5138> /x8f/xb2/xe3 <CJK>
+<U5139> /x8f/xb2/xe4 <CJK>
+<U5142> /x8f/xb2/xe5 <CJK>
+<U514A> /x8f/xb2/xe6 <CJK>
+<U514F> /x8f/xb2/xe7 <CJK>
+<U5153> /x8f/xb2/xe8 <CJK>
+<U5155> /x8f/xb2/xe9 <CJK>
+<U5157> /x8f/xb2/xea <CJK>
+<U5158> /x8f/xb2/xeb <CJK>
+<U515F> /x8f/xb2/xec <CJK>
+<U5164> /x8f/xb2/xed <CJK>
+<U5166> /x8f/xb2/xee <CJK>
+<U517E> /x8f/xb2/xef <CJK>
+<U5183> /x8f/xb2/xf0 <CJK>
+<U5184> /x8f/xb2/xf1 <CJK>
+<U518B> /x8f/xb2/xf2 <CJK>
+<U518E> /x8f/xb2/xf3 <CJK>
+<U5198> /x8f/xb2/xf4 <CJK>
+<U519D> /x8f/xb2/xf5 <CJK>
+<U51A1> /x8f/xb2/xf6 <CJK>
+<U51A3> /x8f/xb2/xf7 <CJK>
+<U51AD> /x8f/xb2/xf8 <CJK>
+<U51B8> /x8f/xb2/xf9 <CJK>
+<U51BA> /x8f/xb2/xfa <CJK>
+<U51BC> /x8f/xb2/xfb <CJK>
+<U51BE> /x8f/xb2/xfc <CJK>
+<U51BF> /x8f/xb2/xfd <CJK>
+<U51C2> /x8f/xb2/xfe <CJK>
+<U51C8> /x8f/xb3/xa1 <CJK>
+<U51CF> /x8f/xb3/xa2 <CJK>
+<U51D1> /x8f/xb3/xa3 <CJK>
+<U51D2> /x8f/xb3/xa4 <CJK>
+<U51D3> /x8f/xb3/xa5 <CJK>
+<U51D5> /x8f/xb3/xa6 <CJK>
+<U51D8> /x8f/xb3/xa7 <CJK>
+<U51DE> /x8f/xb3/xa8 <CJK>
+<U51E2> /x8f/xb3/xa9 <CJK>
+<U51E5> /x8f/xb3/xaa <CJK>
+<U51EE> /x8f/xb3/xab <CJK>
+<U51F2> /x8f/xb3/xac <CJK>
+<U51F3> /x8f/xb3/xad <CJK>
+<U51F4> /x8f/xb3/xae <CJK>
+<U51F7> /x8f/xb3/xaf <CJK>
+<U5201> /x8f/xb3/xb0 <CJK>
+<U5202> /x8f/xb3/xb1 <CJK>
+<U5205> /x8f/xb3/xb2 <CJK>
+<U5212> /x8f/xb3/xb3 <CJK>
+<U5213> /x8f/xb3/xb4 <CJK>
+<U5215> /x8f/xb3/xb5 <CJK>
+<U5216> /x8f/xb3/xb6 <CJK>
+<U5218> /x8f/xb3/xb7 <CJK>
+<U5222> /x8f/xb3/xb8 <CJK>
+<U5228> /x8f/xb3/xb9 <CJK>
+<U5231> /x8f/xb3/xba <CJK>
+<U5232> /x8f/xb3/xbb <CJK>
+<U5235> /x8f/xb3/xbc <CJK>
+<U523C> /x8f/xb3/xbd <CJK>
+<U5245> /x8f/xb3/xbe <CJK>
+<U5249> /x8f/xb3/xbf <CJK>
+<U5255> /x8f/xb3/xc0 <CJK>
+<U5257> /x8f/xb3/xc1 <CJK>
+<U5258> /x8f/xb3/xc2 <CJK>
+<U525A> /x8f/xb3/xc3 <CJK>
+<U525C> /x8f/xb3/xc4 <CJK>
+<U525F> /x8f/xb3/xc5 <CJK>
+<U5260> /x8f/xb3/xc6 <CJK>
+<U5261> /x8f/xb3/xc7 <CJK>
+<U5266> /x8f/xb3/xc8 <CJK>
+<U526E> /x8f/xb3/xc9 <CJK>
+<U5277> /x8f/xb3/xca <CJK>
+<U5278> /x8f/xb3/xcb <CJK>
+<U5279> /x8f/xb3/xcc <CJK>
+<U5280> /x8f/xb3/xcd <CJK>
+<U5282> /x8f/xb3/xce <CJK>
+<U5285> /x8f/xb3/xcf <CJK>
+<U528A> /x8f/xb3/xd0 <CJK>
+<U528C> /x8f/xb3/xd1 <CJK>
+<U5293> /x8f/xb3/xd2 <CJK>
+<U5295> /x8f/xb3/xd3 <CJK>
+<U5296> /x8f/xb3/xd4 <CJK>
+<U5297> /x8f/xb3/xd5 <CJK>
+<U5298> /x8f/xb3/xd6 <CJK>
+<U529A> /x8f/xb3/xd7 <CJK>
+<U529C> /x8f/xb3/xd8 <CJK>
+<U52A4> /x8f/xb3/xd9 <CJK>
+<U52A5> /x8f/xb3/xda <CJK>
+<U52A6> /x8f/xb3/xdb <CJK>
+<U52A7> /x8f/xb3/xdc <CJK>
+<U52AF> /x8f/xb3/xdd <CJK>
+<U52B0> /x8f/xb3/xde <CJK>
+<U52B6> /x8f/xb3/xdf <CJK>
+<U52B7> /x8f/xb3/xe0 <CJK>
+<U52B8> /x8f/xb3/xe1 <CJK>
+<U52BA> /x8f/xb3/xe2 <CJK>
+<U52BB> /x8f/xb3/xe3 <CJK>
+<U52BD> /x8f/xb3/xe4 <CJK>
+<U52C0> /x8f/xb3/xe5 <CJK>
+<U52C4> /x8f/xb3/xe6 <CJK>
+<U52C6> /x8f/xb3/xe7 <CJK>
+<U52C8> /x8f/xb3/xe8 <CJK>
+<U52CC> /x8f/xb3/xe9 <CJK>
+<U52CF> /x8f/xb3/xea <CJK>
+<U52D1> /x8f/xb3/xeb <CJK>
+<U52D4> /x8f/xb3/xec <CJK>
+<U52D6> /x8f/xb3/xed <CJK>
+<U52DB> /x8f/xb3/xee <CJK>
+<U52DC> /x8f/xb3/xef <CJK>
+<U52E1> /x8f/xb3/xf0 <CJK>
+<U52E5> /x8f/xb3/xf1 <CJK>
+<U52E8> /x8f/xb3/xf2 <CJK>
+<U52E9> /x8f/xb3/xf3 <CJK>
+<U52EA> /x8f/xb3/xf4 <CJK>
+<U52EC> /x8f/xb3/xf5 <CJK>
+<U52F0> /x8f/xb3/xf6 <CJK>
+<U52F1> /x8f/xb3/xf7 <CJK>
+<U52F4> /x8f/xb3/xf8 <CJK>
+<U52F6> /x8f/xb3/xf9 <CJK>
+<U52F7> /x8f/xb3/xfa <CJK>
+<U5300> /x8f/xb3/xfb <CJK>
+<U5303> /x8f/xb3/xfc <CJK>
+<U530A> /x8f/xb3/xfd <CJK>
+<U530B> /x8f/xb3/xfe <CJK>
+<U530C> /x8f/xb4/xa1 <CJK>
+<U5311> /x8f/xb4/xa2 <CJK>
+<U5313> /x8f/xb4/xa3 <CJK>
+<U5318> /x8f/xb4/xa4 <CJK>
+<U531B> /x8f/xb4/xa5 <CJK>
+<U531C> /x8f/xb4/xa6 <CJK>
+<U531E> /x8f/xb4/xa7 <CJK>
+<U531F> /x8f/xb4/xa8 <CJK>
+<U5325> /x8f/xb4/xa9 <CJK>
+<U5327> /x8f/xb4/xaa <CJK>
+<U5328> /x8f/xb4/xab <CJK>
+<U5329> /x8f/xb4/xac <CJK>
+<U532B> /x8f/xb4/xad <CJK>
+<U532C> /x8f/xb4/xae <CJK>
+<U532D> /x8f/xb4/xaf <CJK>
+<U5330> /x8f/xb4/xb0 <CJK>
+<U5332> /x8f/xb4/xb1 <CJK>
+<U5335> /x8f/xb4/xb2 <CJK>
+<U533C> /x8f/xb4/xb3 <CJK>
+<U533D> /x8f/xb4/xb4 <CJK>
+<U533E> /x8f/xb4/xb5 <CJK>
+<U5342> /x8f/xb4/xb6 <CJK>
+<U534C> /x8f/xb4/xb7 <CJK>
+<U534B> /x8f/xb4/xb8 <CJK>
+<U5359> /x8f/xb4/xb9 <CJK>
+<U535B> /x8f/xb4/xba <CJK>
+<U5361> /x8f/xb4/xbb <CJK>
+<U5363> /x8f/xb4/xbc <CJK>
+<U5365> /x8f/xb4/xbd <CJK>
+<U536C> /x8f/xb4/xbe <CJK>
+<U536D> /x8f/xb4/xbf <CJK>
+<U5372> /x8f/xb4/xc0 <CJK>
+<U5379> /x8f/xb4/xc1 <CJK>
+<U537E> /x8f/xb4/xc2 <CJK>
+<U5383> /x8f/xb4/xc3 <CJK>
+<U5387> /x8f/xb4/xc4 <CJK>
+<U5388> /x8f/xb4/xc5 <CJK>
+<U538E> /x8f/xb4/xc6 <CJK>
+<U5393> /x8f/xb4/xc7 <CJK>
+<U5394> /x8f/xb4/xc8 <CJK>
+<U5399> /x8f/xb4/xc9 <CJK>
+<U539D> /x8f/xb4/xca <CJK>
+<U53A1> /x8f/xb4/xcb <CJK>
+<U53A4> /x8f/xb4/xcc <CJK>
+<U53AA> /x8f/xb4/xcd <CJK>
+<U53AB> /x8f/xb4/xce <CJK>
+<U53AF> /x8f/xb4/xcf <CJK>
+<U53B2> /x8f/xb4/xd0 <CJK>
+<U53B4> /x8f/xb4/xd1 <CJK>
+<U53B5> /x8f/xb4/xd2 <CJK>
+<U53B7> /x8f/xb4/xd3 <CJK>
+<U53B8> /x8f/xb4/xd4 <CJK>
+<U53BA> /x8f/xb4/xd5 <CJK>
+<U53BD> /x8f/xb4/xd6 <CJK>
+<U53C0> /x8f/xb4/xd7 <CJK>
+<U53C5> /x8f/xb4/xd8 <CJK>
+<U53CF> /x8f/xb4/xd9 <CJK>
+<U53D2> /x8f/xb4/xda <CJK>
+<U53D3> /x8f/xb4/xdb <CJK>
+<U53D5> /x8f/xb4/xdc <CJK>
+<U53DA> /x8f/xb4/xdd <CJK>
+<U53DD> /x8f/xb4/xde <CJK>
+<U53DE> /x8f/xb4/xdf <CJK>
+<U53E0> /x8f/xb4/xe0 <CJK>
+<U53E6> /x8f/xb4/xe1 <CJK>
+<U53E7> /x8f/xb4/xe2 <CJK>
+<U53F5> /x8f/xb4/xe3 <CJK>
+<U5402> /x8f/xb4/xe4 <CJK>
+<U5413> /x8f/xb4/xe5 <CJK>
+<U541A> /x8f/xb4/xe6 <CJK>
+<U5421> /x8f/xb4/xe7 <CJK>
+<U5427> /x8f/xb4/xe8 <CJK>
+<U5428> /x8f/xb4/xe9 <CJK>
+<U542A> /x8f/xb4/xea <CJK>
+<U542F> /x8f/xb4/xeb <CJK>
+<U5431> /x8f/xb4/xec <CJK>
+<U5434> /x8f/xb4/xed <CJK>
+<U5435> /x8f/xb4/xee <CJK>
+<U5443> /x8f/xb4/xef <CJK>
+<U5444> /x8f/xb4/xf0 <CJK>
+<U5447> /x8f/xb4/xf1 <CJK>
+<U544D> /x8f/xb4/xf2 <CJK>
+<U544F> /x8f/xb4/xf3 <CJK>
+<U545E> /x8f/xb4/xf4 <CJK>
+<U5462> /x8f/xb4/xf5 <CJK>
+<U5464> /x8f/xb4/xf6 <CJK>
+<U5466> /x8f/xb4/xf7 <CJK>
+<U5467> /x8f/xb4/xf8 <CJK>
+<U5469> /x8f/xb4/xf9 <CJK>
+<U546B> /x8f/xb4/xfa <CJK>
+<U546D> /x8f/xb4/xfb <CJK>
+<U546E> /x8f/xb4/xfc <CJK>
+<U5474> /x8f/xb4/xfd <CJK>
+<U547F> /x8f/xb4/xfe <CJK>
+<U5481> /x8f/xb5/xa1 <CJK>
+<U5483> /x8f/xb5/xa2 <CJK>
+<U5485> /x8f/xb5/xa3 <CJK>
+<U5488> /x8f/xb5/xa4 <CJK>
+<U5489> /x8f/xb5/xa5 <CJK>
+<U548D> /x8f/xb5/xa6 <CJK>
+<U5491> /x8f/xb5/xa7 <CJK>
+<U5495> /x8f/xb5/xa8 <CJK>
+<U5496> /x8f/xb5/xa9 <CJK>
+<U549C> /x8f/xb5/xaa <CJK>
+<U549F> /x8f/xb5/xab <CJK>
+<U54A1> /x8f/xb5/xac <CJK>
+<U54A6> /x8f/xb5/xad <CJK>
+<U54A7> /x8f/xb5/xae <CJK>
+<U54A9> /x8f/xb5/xaf <CJK>
+<U54AA> /x8f/xb5/xb0 <CJK>
+<U54AD> /x8f/xb5/xb1 <CJK>
+<U54AE> /x8f/xb5/xb2 <CJK>
+<U54B1> /x8f/xb5/xb3 <CJK>
+<U54B7> /x8f/xb5/xb4 <CJK>
+<U54B9> /x8f/xb5/xb5 <CJK>
+<U54BA> /x8f/xb5/xb6 <CJK>
+<U54BB> /x8f/xb5/xb7 <CJK>
+<U54BF> /x8f/xb5/xb8 <CJK>
+<U54C6> /x8f/xb5/xb9 <CJK>
+<U54CA> /x8f/xb5/xba <CJK>
+<U54CD> /x8f/xb5/xbb <CJK>
+<U54CE> /x8f/xb5/xbc <CJK>
+<U54E0> /x8f/xb5/xbd <CJK>
+<U54EA> /x8f/xb5/xbe <CJK>
+<U54EC> /x8f/xb5/xbf <CJK>
+<U54EF> /x8f/xb5/xc0 <CJK>
+<U54F6> /x8f/xb5/xc1 <CJK>
+<U54FC> /x8f/xb5/xc2 <CJK>
+<U54FE> /x8f/xb5/xc3 <CJK>
+<U54FF> /x8f/xb5/xc4 <CJK>
+<U5500> /x8f/xb5/xc5 <CJK>
+<U5501> /x8f/xb5/xc6 <CJK>
+<U5505> /x8f/xb5/xc7 <CJK>
+<U5508> /x8f/xb5/xc8 <CJK>
+<U5509> /x8f/xb5/xc9 <CJK>
+<U550C> /x8f/xb5/xca <CJK>
+<U550D> /x8f/xb5/xcb <CJK>
+<U550E> /x8f/xb5/xcc <CJK>
+<U5515> /x8f/xb5/xcd <CJK>
+<U552A> /x8f/xb5/xce <CJK>
+<U552B> /x8f/xb5/xcf <CJK>
+<U5532> /x8f/xb5/xd0 <CJK>
+<U5535> /x8f/xb5/xd1 <CJK>
+<U5536> /x8f/xb5/xd2 <CJK>
+<U553B> /x8f/xb5/xd3 <CJK>
+<U553C> /x8f/xb5/xd4 <CJK>
+<U553D> /x8f/xb5/xd5 <CJK>
+<U5541> /x8f/xb5/xd6 <CJK>
+<U5547> /x8f/xb5/xd7 <CJK>
+<U5549> /x8f/xb5/xd8 <CJK>
+<U554A> /x8f/xb5/xd9 <CJK>
+<U554D> /x8f/xb5/xda <CJK>
+<U5550> /x8f/xb5/xdb <CJK>
+<U5551> /x8f/xb5/xdc <CJK>
+<U5558> /x8f/xb5/xdd <CJK>
+<U555A> /x8f/xb5/xde <CJK>
+<U555B> /x8f/xb5/xdf <CJK>
+<U555E> /x8f/xb5/xe0 <CJK>
+<U5560> /x8f/xb5/xe1 <CJK>
+<U5561> /x8f/xb5/xe2 <CJK>
+<U5564> /x8f/xb5/xe3 <CJK>
+<U5566> /x8f/xb5/xe4 <CJK>
+<U557F> /x8f/xb5/xe5 <CJK>
+<U5581> /x8f/xb5/xe6 <CJK>
+<U5582> /x8f/xb5/xe7 <CJK>
+<U5586> /x8f/xb5/xe8 <CJK>
+<U5588> /x8f/xb5/xe9 <CJK>
+<U558E> /x8f/xb5/xea <CJK>
+<U558F> /x8f/xb5/xeb <CJK>
+<U5591> /x8f/xb5/xec <CJK>
+<U5592> /x8f/xb5/xed <CJK>
+<U5593> /x8f/xb5/xee <CJK>
+<U5594> /x8f/xb5/xef <CJK>
+<U5597> /x8f/xb5/xf0 <CJK>
+<U55A3> /x8f/xb5/xf1 <CJK>
+<U55A4> /x8f/xb5/xf2 <CJK>
+<U55AD> /x8f/xb5/xf3 <CJK>
+<U55B2> /x8f/xb5/xf4 <CJK>
+<U55BF> /x8f/xb5/xf5 <CJK>
+<U55C1> /x8f/xb5/xf6 <CJK>
+<U55C3> /x8f/xb5/xf7 <CJK>
+<U55C6> /x8f/xb5/xf8 <CJK>
+<U55C9> /x8f/xb5/xf9 <CJK>
+<U55CB> /x8f/xb5/xfa <CJK>
+<U55CC> /x8f/xb5/xfb <CJK>
+<U55CE> /x8f/xb5/xfc <CJK>
+<U55D1> /x8f/xb5/xfd <CJK>
+<U55D2> /x8f/xb5/xfe <CJK>
+<U55D3> /x8f/xb6/xa1 <CJK>
+<U55D7> /x8f/xb6/xa2 <CJK>
+<U55D8> /x8f/xb6/xa3 <CJK>
+<U55DB> /x8f/xb6/xa4 <CJK>
+<U55DE> /x8f/xb6/xa5 <CJK>
+<U55E2> /x8f/xb6/xa6 <CJK>
+<U55E9> /x8f/xb6/xa7 <CJK>
+<U55F6> /x8f/xb6/xa8 <CJK>
+<U55FF> /x8f/xb6/xa9 <CJK>
+<U5605> /x8f/xb6/xaa <CJK>
+<U5608> /x8f/xb6/xab <CJK>
+<U560A> /x8f/xb6/xac <CJK>
+<U560D> /x8f/xb6/xad <CJK>
+<U560E> /x8f/xb6/xae <CJK>
+<U560F> /x8f/xb6/xaf <CJK>
+<U5610> /x8f/xb6/xb0 <CJK>
+<U5611> /x8f/xb6/xb1 <CJK>
+<U5612> /x8f/xb6/xb2 <CJK>
+<U5619> /x8f/xb6/xb3 <CJK>
+<U562C> /x8f/xb6/xb4 <CJK>
+<U5630> /x8f/xb6/xb5 <CJK>
+<U5633> /x8f/xb6/xb6 <CJK>
+<U5635> /x8f/xb6/xb7 <CJK>
+<U5637> /x8f/xb6/xb8 <CJK>
+<U5639> /x8f/xb6/xb9 <CJK>
+<U563B> /x8f/xb6/xba <CJK>
+<U563C> /x8f/xb6/xbb <CJK>
+<U563D> /x8f/xb6/xbc <CJK>
+<U563F> /x8f/xb6/xbd <CJK>
+<U5640> /x8f/xb6/xbe <CJK>
+<U5641> /x8f/xb6/xbf <CJK>
+<U5643> /x8f/xb6/xc0 <CJK>
+<U5644> /x8f/xb6/xc1 <CJK>
+<U5646> /x8f/xb6/xc2 <CJK>
+<U5649> /x8f/xb6/xc3 <CJK>
+<U564B> /x8f/xb6/xc4 <CJK>
+<U564D> /x8f/xb6/xc5 <CJK>
+<U564F> /x8f/xb6/xc6 <CJK>
+<U5654> /x8f/xb6/xc7 <CJK>
+<U565E> /x8f/xb6/xc8 <CJK>
+<U5660> /x8f/xb6/xc9 <CJK>
+<U5661> /x8f/xb6/xca <CJK>
+<U5662> /x8f/xb6/xcb <CJK>
+<U5663> /x8f/xb6/xcc <CJK>
+<U5666> /x8f/xb6/xcd <CJK>
+<U5669> /x8f/xb6/xce <CJK>
+<U566D> /x8f/xb6/xcf <CJK>
+<U566F> /x8f/xb6/xd0 <CJK>
+<U5671> /x8f/xb6/xd1 <CJK>
+<U5672> /x8f/xb6/xd2 <CJK>
+<U5675> /x8f/xb6/xd3 <CJK>
+<U5684> /x8f/xb6/xd4 <CJK>
+<U5685> /x8f/xb6/xd5 <CJK>
+<U5688> /x8f/xb6/xd6 <CJK>
+<U568B> /x8f/xb6/xd7 <CJK>
+<U568C> /x8f/xb6/xd8 <CJK>
+<U5695> /x8f/xb6/xd9 <CJK>
+<U5699> /x8f/xb6/xda <CJK>
+<U569A> /x8f/xb6/xdb <CJK>
+<U569D> /x8f/xb6/xdc <CJK>
+<U569E> /x8f/xb6/xdd <CJK>
+<U569F> /x8f/xb6/xde <CJK>
+<U56A6> /x8f/xb6/xdf <CJK>
+<U56A7> /x8f/xb6/xe0 <CJK>
+<U56A8> /x8f/xb6/xe1 <CJK>
+<U56A9> /x8f/xb6/xe2 <CJK>
+<U56AB> /x8f/xb6/xe3 <CJK>
+<U56AC> /x8f/xb6/xe4 <CJK>
+<U56AD> /x8f/xb6/xe5 <CJK>
+<U56B1> /x8f/xb6/xe6 <CJK>
+<U56B3> /x8f/xb6/xe7 <CJK>
+<U56B7> /x8f/xb6/xe8 <CJK>
+<U56BE> /x8f/xb6/xe9 <CJK>
+<U56C5> /x8f/xb6/xea <CJK>
+<U56C9> /x8f/xb6/xeb <CJK>
+<U56CA> /x8f/xb6/xec <CJK>
+<U56CB> /x8f/xb6/xed <CJK>
+<U56CF> /x8f/xb6/xee <CJK>
+<U56D0> /x8f/xb6/xef <CJK>
+<U56CC> /x8f/xb6/xf0 <CJK>
+<U56CD> /x8f/xb6/xf1 <CJK>
+<U56D9> /x8f/xb6/xf2 <CJK>
+<U56DC> /x8f/xb6/xf3 <CJK>
+<U56DD> /x8f/xb6/xf4 <CJK>
+<U56DF> /x8f/xb6/xf5 <CJK>
+<U56E1> /x8f/xb6/xf6 <CJK>
+<U56E4> /x8f/xb6/xf7 <CJK>
+<U56E5> /x8f/xb6/xf8 <CJK>
+<U56E6> /x8f/xb6/xf9 <CJK>
+<U56E7> /x8f/xb6/xfa <CJK>
+<U56E8> /x8f/xb6/xfb <CJK>
+<U56F1> /x8f/xb6/xfc <CJK>
+<U56EB> /x8f/xb6/xfd <CJK>
+<U56ED> /x8f/xb6/xfe <CJK>
+<U56F6> /x8f/xb7/xa1 <CJK>
+<U56F7> /x8f/xb7/xa2 <CJK>
+<U5701> /x8f/xb7/xa3 <CJK>
+<U5702> /x8f/xb7/xa4 <CJK>
+<U5707> /x8f/xb7/xa5 <CJK>
+<U570A> /x8f/xb7/xa6 <CJK>
+<U570C> /x8f/xb7/xa7 <CJK>
+<U5711> /x8f/xb7/xa8 <CJK>
+<U5715> /x8f/xb7/xa9 <CJK>
+<U571A> /x8f/xb7/xaa <CJK>
+<U571B> /x8f/xb7/xab <CJK>
+<U571D> /x8f/xb7/xac <CJK>
+<U5720> /x8f/xb7/xad <CJK>
+<U5722> /x8f/xb7/xae <CJK>
+<U5723> /x8f/xb7/xaf <CJK>
+<U5724> /x8f/xb7/xb0 <CJK>
+<U5725> /x8f/xb7/xb1 <CJK>
+<U5729> /x8f/xb7/xb2 <CJK>
+<U572A> /x8f/xb7/xb3 <CJK>
+<U572C> /x8f/xb7/xb4 <CJK>
+<U572E> /x8f/xb7/xb5 <CJK>
+<U572F> /x8f/xb7/xb6 <CJK>
+<U5733> /x8f/xb7/xb7 <CJK>
+<U5734> /x8f/xb7/xb8 <CJK>
+<U573D> /x8f/xb7/xb9 <CJK>
+<U573E> /x8f/xb7/xba <CJK>
+<U573F> /x8f/xb7/xbb <CJK>
+<U5745> /x8f/xb7/xbc <CJK>
+<U5746> /x8f/xb7/xbd <CJK>
+<U574C> /x8f/xb7/xbe <CJK>
+<U574D> /x8f/xb7/xbf <CJK>
+<U5752> /x8f/xb7/xc0 <CJK>
+<U5762> /x8f/xb7/xc1 <CJK>
+<U5765> /x8f/xb7/xc2 <CJK>
+<U5767> /x8f/xb7/xc3 <CJK>
+<U5768> /x8f/xb7/xc4 <CJK>
+<U576B> /x8f/xb7/xc5 <CJK>
+<U576D> /x8f/xb7/xc6 <CJK>
+<U576E> /x8f/xb7/xc7 <CJK>
+<U576F> /x8f/xb7/xc8 <CJK>
+<U5770> /x8f/xb7/xc9 <CJK>
+<U5771> /x8f/xb7/xca <CJK>
+<U5773> /x8f/xb7/xcb <CJK>
+<U5774> /x8f/xb7/xcc <CJK>
+<U5775> /x8f/xb7/xcd <CJK>
+<U5777> /x8f/xb7/xce <CJK>
+<U5779> /x8f/xb7/xcf <CJK>
+<U577A> /x8f/xb7/xd0 <CJK>
+<U577B> /x8f/xb7/xd1 <CJK>
+<U577C> /x8f/xb7/xd2 <CJK>
+<U577E> /x8f/xb7/xd3 <CJK>
+<U5781> /x8f/xb7/xd4 <CJK>
+<U5783> /x8f/xb7/xd5 <CJK>
+<U578C> /x8f/xb7/xd6 <CJK>
+<U5794> /x8f/xb7/xd7 <CJK>
+<U5797> /x8f/xb7/xd8 <CJK>
+<U5799> /x8f/xb7/xd9 <CJK>
+<U579A> /x8f/xb7/xda <CJK>
+<U579C> /x8f/xb7/xdb <CJK>
+<U579D> /x8f/xb7/xdc <CJK>
+<U579E> /x8f/xb7/xdd <CJK>
+<U579F> /x8f/xb7/xde <CJK>
+<U57A1> /x8f/xb7/xdf <CJK>
+<U5795> /x8f/xb7/xe0 <CJK>
+<U57A7> /x8f/xb7/xe1 <CJK>
+<U57A8> /x8f/xb7/xe2 <CJK>
+<U57A9> /x8f/xb7/xe3 <CJK>
+<U57AC> /x8f/xb7/xe4 <CJK>
+<U57B8> /x8f/xb7/xe5 <CJK>
+<U57BD> /x8f/xb7/xe6 <CJK>
+<U57C7> /x8f/xb7/xe7 <CJK>
+<U57C8> /x8f/xb7/xe8 <CJK>
+<U57CC> /x8f/xb7/xe9 <CJK>
+<U57CF> /x8f/xb7/xea <CJK>
+<U57D5> /x8f/xb7/xeb <CJK>
+<U57DD> /x8f/xb7/xec <CJK>
+<U57DE> /x8f/xb7/xed <CJK>
+<U57E4> /x8f/xb7/xee <CJK>
+<U57E6> /x8f/xb7/xef <CJK>
+<U57E7> /x8f/xb7/xf0 <CJK>
+<U57E9> /x8f/xb7/xf1 <CJK>
+<U57ED> /x8f/xb7/xf2 <CJK>
+<U57F0> /x8f/xb7/xf3 <CJK>
+<U57F5> /x8f/xb7/xf4 <CJK>
+<U57F6> /x8f/xb7/xf5 <CJK>
+<U57F8> /x8f/xb7/xf6 <CJK>
+<U57FD> /x8f/xb7/xf7 <CJK>
+<U57FE> /x8f/xb7/xf8 <CJK>
+<U57FF> /x8f/xb7/xf9 <CJK>
+<U5803> /x8f/xb7/xfa <CJK>
+<U5804> /x8f/xb7/xfb <CJK>
+<U5808> /x8f/xb7/xfc <CJK>
+<U5809> /x8f/xb7/xfd <CJK>
+<U57E1> /x8f/xb7/xfe <CJK>
+<U580C> /x8f/xb8/xa1 <CJK>
+<U580D> /x8f/xb8/xa2 <CJK>
+<U581B> /x8f/xb8/xa3 <CJK>
+<U581E> /x8f/xb8/xa4 <CJK>
+<U581F> /x8f/xb8/xa5 <CJK>
+<U5820> /x8f/xb8/xa6 <CJK>
+<U5826> /x8f/xb8/xa7 <CJK>
+<U5827> /x8f/xb8/xa8 <CJK>
+<U582D> /x8f/xb8/xa9 <CJK>
+<U5832> /x8f/xb8/xaa <CJK>
+<U5839> /x8f/xb8/xab <CJK>
+<U583F> /x8f/xb8/xac <CJK>
+<U5849> /x8f/xb8/xad <CJK>
+<U584C> /x8f/xb8/xae <CJK>
+<U584D> /x8f/xb8/xaf <CJK>
+<U584F> /x8f/xb8/xb0 <CJK>
+<U5850> /x8f/xb8/xb1 <CJK>
+<U5855> /x8f/xb8/xb2 <CJK>
+<U585F> /x8f/xb8/xb3 <CJK>
+<U5861> /x8f/xb8/xb4 <CJK>
+<U5864> /x8f/xb8/xb5 <CJK>
+<U5867> /x8f/xb8/xb6 <CJK>
+<U5868> /x8f/xb8/xb7 <CJK>
+<U5878> /x8f/xb8/xb8 <CJK>
+<U587C> /x8f/xb8/xb9 <CJK>
+<U587F> /x8f/xb8/xba <CJK>
+<U5880> /x8f/xb8/xbb <CJK>
+<U5881> /x8f/xb8/xbc <CJK>
+<U5887> /x8f/xb8/xbd <CJK>
+<U5888> /x8f/xb8/xbe <CJK>
+<U5889> /x8f/xb8/xbf <CJK>
+<U588A> /x8f/xb8/xc0 <CJK>
+<U588C> /x8f/xb8/xc1 <CJK>
+<U588D> /x8f/xb8/xc2 <CJK>
+<U588F> /x8f/xb8/xc3 <CJK>
+<U5890> /x8f/xb8/xc4 <CJK>
+<U5894> /x8f/xb8/xc5 <CJK>
+<U5896> /x8f/xb8/xc6 <CJK>
+<U589D> /x8f/xb8/xc7 <CJK>
+<U58A0> /x8f/xb8/xc8 <CJK>
+<U58A1> /x8f/xb8/xc9 <CJK>
+<U58A2> /x8f/xb8/xca <CJK>
+<U58A6> /x8f/xb8/xcb <CJK>
+<U58A9> /x8f/xb8/xcc <CJK>
+<U58B1> /x8f/xb8/xcd <CJK>
+<U58B2> /x8f/xb8/xce <CJK>
+<U58C4> /x8f/xb8/xcf <CJK>
+<U58BC> /x8f/xb8/xd0 <CJK>
+<U58C2> /x8f/xb8/xd1 <CJK>
+<U58C8> /x8f/xb8/xd2 <CJK>
+<U58CD> /x8f/xb8/xd3 <CJK>
+<U58CE> /x8f/xb8/xd4 <CJK>
+<U58D0> /x8f/xb8/xd5 <CJK>
+<U58D2> /x8f/xb8/xd6 <CJK>
+<U58D4> /x8f/xb8/xd7 <CJK>
+<U58D6> /x8f/xb8/xd8 <CJK>
+<U58DA> /x8f/xb8/xd9 <CJK>
+<U58DD> /x8f/xb8/xda <CJK>
+<U58E1> /x8f/xb8/xdb <CJK>
+<U58E2> /x8f/xb8/xdc <CJK>
+<U58E9> /x8f/xb8/xdd <CJK>
+<U58F3> /x8f/xb8/xde <CJK>
+<U5905> /x8f/xb8/xdf <CJK>
+<U5906> /x8f/xb8/xe0 <CJK>
+<U590B> /x8f/xb8/xe1 <CJK>
+<U590C> /x8f/xb8/xe2 <CJK>
+<U5912> /x8f/xb8/xe3 <CJK>
+<U5913> /x8f/xb8/xe4 <CJK>
+<U5914> /x8f/xb8/xe5 <CJK>
+<U8641> /x8f/xb8/xe6 <CJK>
+<U591D> /x8f/xb8/xe7 <CJK>
+<U5921> /x8f/xb8/xe8 <CJK>
+<U5923> /x8f/xb8/xe9 <CJK>
+<U5924> /x8f/xb8/xea <CJK>
+<U5928> /x8f/xb8/xeb <CJK>
+<U592F> /x8f/xb8/xec <CJK>
+<U5930> /x8f/xb8/xed <CJK>
+<U5933> /x8f/xb8/xee <CJK>
+<U5935> /x8f/xb8/xef <CJK>
+<U5936> /x8f/xb8/xf0 <CJK>
+<U593F> /x8f/xb8/xf1 <CJK>
+<U5943> /x8f/xb8/xf2 <CJK>
+<U5946> /x8f/xb8/xf3 <CJK>
+<U5952> /x8f/xb8/xf4 <CJK>
+<U5953> /x8f/xb8/xf5 <CJK>
+<U5959> /x8f/xb8/xf6 <CJK>
+<U595B> /x8f/xb8/xf7 <CJK>
+<U595D> /x8f/xb8/xf8 <CJK>
+<U595E> /x8f/xb8/xf9 <CJK>
+<U595F> /x8f/xb8/xfa <CJK>
+<U5961> /x8f/xb8/xfb <CJK>
+<U5963> /x8f/xb8/xfc <CJK>
+<U596B> /x8f/xb8/xfd <CJK>
+<U596D> /x8f/xb8/xfe <CJK>
+<U596F> /x8f/xb9/xa1 <CJK>
+<U5972> /x8f/xb9/xa2 <CJK>
+<U5975> /x8f/xb9/xa3 <CJK>
+<U5976> /x8f/xb9/xa4 <CJK>
+<U5979> /x8f/xb9/xa5 <CJK>
+<U597B> /x8f/xb9/xa6 <CJK>
+<U597C> /x8f/xb9/xa7 <CJK>
+<U598B> /x8f/xb9/xa8 <CJK>
+<U598C> /x8f/xb9/xa9 <CJK>
+<U598E> /x8f/xb9/xaa <CJK>
+<U5992> /x8f/xb9/xab <CJK>
+<U5995> /x8f/xb9/xac <CJK>
+<U5997> /x8f/xb9/xad <CJK>
+<U599F> /x8f/xb9/xae <CJK>
+<U59A4> /x8f/xb9/xaf <CJK>
+<U59A7> /x8f/xb9/xb0 <CJK>
+<U59AD> /x8f/xb9/xb1 <CJK>
+<U59AE> /x8f/xb9/xb2 <CJK>
+<U59AF> /x8f/xb9/xb3 <CJK>
+<U59B0> /x8f/xb9/xb4 <CJK>
+<U59B3> /x8f/xb9/xb5 <CJK>
+<U59B7> /x8f/xb9/xb6 <CJK>
+<U59BA> /x8f/xb9/xb7 <CJK>
+<U59BC> /x8f/xb9/xb8 <CJK>
+<U59C1> /x8f/xb9/xb9 <CJK>
+<U59C3> /x8f/xb9/xba <CJK>
+<U59C4> /x8f/xb9/xbb <CJK>
+<U59C8> /x8f/xb9/xbc <CJK>
+<U59CA> /x8f/xb9/xbd <CJK>
+<U59CD> /x8f/xb9/xbe <CJK>
+<U59D2> /x8f/xb9/xbf <CJK>
+<U59DD> /x8f/xb9/xc0 <CJK>
+<U59DE> /x8f/xb9/xc1 <CJK>
+<U59DF> /x8f/xb9/xc2 <CJK>
+<U59E3> /x8f/xb9/xc3 <CJK>
+<U59E4> /x8f/xb9/xc4 <CJK>
+<U59E7> /x8f/xb9/xc5 <CJK>
+<U59EE> /x8f/xb9/xc6 <CJK>
+<U59EF> /x8f/xb9/xc7 <CJK>
+<U59F1> /x8f/xb9/xc8 <CJK>
+<U59F2> /x8f/xb9/xc9 <CJK>
+<U59F4> /x8f/xb9/xca <CJK>
+<U59F7> /x8f/xb9/xcb <CJK>
+<U5A00> /x8f/xb9/xcc <CJK>
+<U5A04> /x8f/xb9/xcd <CJK>
+<U5A0C> /x8f/xb9/xce <CJK>
+<U5A0D> /x8f/xb9/xcf <CJK>
+<U5A0E> /x8f/xb9/xd0 <CJK>
+<U5A12> /x8f/xb9/xd1 <CJK>
+<U5A13> /x8f/xb9/xd2 <CJK>
+<U5A1E> /x8f/xb9/xd3 <CJK>
+<U5A23> /x8f/xb9/xd4 <CJK>
+<U5A24> /x8f/xb9/xd5 <CJK>
+<U5A27> /x8f/xb9/xd6 <CJK>
+<U5A28> /x8f/xb9/xd7 <CJK>
+<U5A2A> /x8f/xb9/xd8 <CJK>
+<U5A2D> /x8f/xb9/xd9 <CJK>
+<U5A30> /x8f/xb9/xda <CJK>
+<U5A44> /x8f/xb9/xdb <CJK>
+<U5A45> /x8f/xb9/xdc <CJK>
+<U5A47> /x8f/xb9/xdd <CJK>
+<U5A48> /x8f/xb9/xde <CJK>
+<U5A4C> /x8f/xb9/xdf <CJK>
+<U5A50> /x8f/xb9/xe0 <CJK>
+<U5A55> /x8f/xb9/xe1 <CJK>
+<U5A5E> /x8f/xb9/xe2 <CJK>
+<U5A63> /x8f/xb9/xe3 <CJK>
+<U5A65> /x8f/xb9/xe4 <CJK>
+<U5A67> /x8f/xb9/xe5 <CJK>
+<U5A6D> /x8f/xb9/xe6 <CJK>
+<U5A77> /x8f/xb9/xe7 <CJK>
+<U5A7A> /x8f/xb9/xe8 <CJK>
+<U5A7B> /x8f/xb9/xe9 <CJK>
+<U5A7E> /x8f/xb9/xea <CJK>
+<U5A8B> /x8f/xb9/xeb <CJK>
+<U5A90> /x8f/xb9/xec <CJK>
+<U5A93> /x8f/xb9/xed <CJK>
+<U5A96> /x8f/xb9/xee <CJK>
+<U5A99> /x8f/xb9/xef <CJK>
+<U5A9C> /x8f/xb9/xf0 <CJK>
+<U5A9E> /x8f/xb9/xf1 <CJK>
+<U5A9F> /x8f/xb9/xf2 <CJK>
+<U5AA0> /x8f/xb9/xf3 <CJK>
+<U5AA2> /x8f/xb9/xf4 <CJK>
+<U5AA7> /x8f/xb9/xf5 <CJK>
+<U5AAC> /x8f/xb9/xf6 <CJK>
+<U5AB1> /x8f/xb9/xf7 <CJK>
+<U5AB2> /x8f/xb9/xf8 <CJK>
+<U5AB3> /x8f/xb9/xf9 <CJK>
+<U5AB5> /x8f/xb9/xfa <CJK>
+<U5AB8> /x8f/xb9/xfb <CJK>
+<U5ABA> /x8f/xb9/xfc <CJK>
+<U5ABB> /x8f/xb9/xfd <CJK>
+<U5ABF> /x8f/xb9/xfe <CJK>
+<U5AC4> /x8f/xba/xa1 <CJK>
+<U5AC6> /x8f/xba/xa2 <CJK>
+<U5AC8> /x8f/xba/xa3 <CJK>
+<U5ACF> /x8f/xba/xa4 <CJK>
+<U5ADA> /x8f/xba/xa5 <CJK>
+<U5ADC> /x8f/xba/xa6 <CJK>
+<U5AE0> /x8f/xba/xa7 <CJK>
+<U5AE5> /x8f/xba/xa8 <CJK>
+<U5AEA> /x8f/xba/xa9 <CJK>
+<U5AEE> /x8f/xba/xaa <CJK>
+<U5AF5> /x8f/xba/xab <CJK>
+<U5AF6> /x8f/xba/xac <CJK>
+<U5AFD> /x8f/xba/xad <CJK>
+<U5B00> /x8f/xba/xae <CJK>
+<U5B01> /x8f/xba/xaf <CJK>
+<U5B08> /x8f/xba/xb0 <CJK>
+<U5B17> /x8f/xba/xb1 <CJK>
+<U5B34> /x8f/xba/xb2 <CJK>
+<U5B19> /x8f/xba/xb3 <CJK>
+<U5B1B> /x8f/xba/xb4 <CJK>
+<U5B1D> /x8f/xba/xb5 <CJK>
+<U5B21> /x8f/xba/xb6 <CJK>
+<U5B25> /x8f/xba/xb7 <CJK>
+<U5B2D> /x8f/xba/xb8 <CJK>
+<U5B38> /x8f/xba/xb9 <CJK>
+<U5B41> /x8f/xba/xba <CJK>
+<U5B4B> /x8f/xba/xbb <CJK>
+<U5B4C> /x8f/xba/xbc <CJK>
+<U5B52> /x8f/xba/xbd <CJK>
+<U5B56> /x8f/xba/xbe <CJK>
+<U5B5E> /x8f/xba/xbf <CJK>
+<U5B68> /x8f/xba/xc0 <CJK>
+<U5B6E> /x8f/xba/xc1 <CJK>
+<U5B6F> /x8f/xba/xc2 <CJK>
+<U5B7C> /x8f/xba/xc3 <CJK>
+<U5B7D> /x8f/xba/xc4 <CJK>
+<U5B7E> /x8f/xba/xc5 <CJK>
+<U5B7F> /x8f/xba/xc6 <CJK>
+<U5B81> /x8f/xba/xc7 <CJK>
+<U5B84> /x8f/xba/xc8 <CJK>
+<U5B86> /x8f/xba/xc9 <CJK>
+<U5B8A> /x8f/xba/xca <CJK>
+<U5B8E> /x8f/xba/xcb <CJK>
+<U5B90> /x8f/xba/xcc <CJK>
+<U5B91> /x8f/xba/xcd <CJK>
+<U5B93> /x8f/xba/xce <CJK>
+<U5B94> /x8f/xba/xcf <CJK>
+<U5B96> /x8f/xba/xd0 <CJK>
+<U5BA8> /x8f/xba/xd1 <CJK>
+<U5BA9> /x8f/xba/xd2 <CJK>
+<U5BAC> /x8f/xba/xd3 <CJK>
+<U5BAD> /x8f/xba/xd4 <CJK>
+<U5BAF> /x8f/xba/xd5 <CJK>
+<U5BB1> /x8f/xba/xd6 <CJK>
+<U5BB2> /x8f/xba/xd7 <CJK>
+<U5BB7> /x8f/xba/xd8 <CJK>
+<U5BBA> /x8f/xba/xd9 <CJK>
+<U5BBC> /x8f/xba/xda <CJK>
+<U5BC0> /x8f/xba/xdb <CJK>
+<U5BC1> /x8f/xba/xdc <CJK>
+<U5BCD> /x8f/xba/xdd <CJK>
+<U5BCF> /x8f/xba/xde <CJK>
+<U5BD6> /x8f/xba/xdf <CJK>
+<U5BD7> /x8f/xba/xe0 <CJK>
+<U5BD8> /x8f/xba/xe1 <CJK>
+<U5BD9> /x8f/xba/xe2 <CJK>
+<U5BDA> /x8f/xba/xe3 <CJK>
+<U5BE0> /x8f/xba/xe4 <CJK>
+<U5BEF> /x8f/xba/xe5 <CJK>
+<U5BF1> /x8f/xba/xe6 <CJK>
+<U5BF4> /x8f/xba/xe7 <CJK>
+<U5BFD> /x8f/xba/xe8 <CJK>
+<U5C0C> /x8f/xba/xe9 <CJK>
+<U5C17> /x8f/xba/xea <CJK>
+<U5C1E> /x8f/xba/xeb <CJK>
+<U5C1F> /x8f/xba/xec <CJK>
+<U5C23> /x8f/xba/xed <CJK>
+<U5C26> /x8f/xba/xee <CJK>
+<U5C29> /x8f/xba/xef <CJK>
+<U5C2B> /x8f/xba/xf0 <CJK>
+<U5C2C> /x8f/xba/xf1 <CJK>
+<U5C2E> /x8f/xba/xf2 <CJK>
+<U5C30> /x8f/xba/xf3 <CJK>
+<U5C32> /x8f/xba/xf4 <CJK>
+<U5C35> /x8f/xba/xf5 <CJK>
+<U5C36> /x8f/xba/xf6 <CJK>
+<U5C59> /x8f/xba/xf7 <CJK>
+<U5C5A> /x8f/xba/xf8 <CJK>
+<U5C5C> /x8f/xba/xf9 <CJK>
+<U5C62> /x8f/xba/xfa <CJK>
+<U5C63> /x8f/xba/xfb <CJK>
+<U5C67> /x8f/xba/xfc <CJK>
+<U5C68> /x8f/xba/xfd <CJK>
+<U5C69> /x8f/xba/xfe <CJK>
+<U5C6D> /x8f/xbb/xa1 <CJK>
+<U5C70> /x8f/xbb/xa2 <CJK>
+<U5C74> /x8f/xbb/xa3 <CJK>
+<U5C75> /x8f/xbb/xa4 <CJK>
+<U5C7A> /x8f/xbb/xa5 <CJK>
+<U5C7B> /x8f/xbb/xa6 <CJK>
+<U5C7C> /x8f/xbb/xa7 <CJK>
+<U5C7D> /x8f/xbb/xa8 <CJK>
+<U5C87> /x8f/xbb/xa9 <CJK>
+<U5C88> /x8f/xbb/xaa <CJK>
+<U5C8A> /x8f/xbb/xab <CJK>
+<U5C8F> /x8f/xbb/xac <CJK>
+<U5C92> /x8f/xbb/xad <CJK>
+<U5C9D> /x8f/xbb/xae <CJK>
+<U5C9F> /x8f/xbb/xaf <CJK>
+<U5CA0> /x8f/xbb/xb0 <CJK>
+<U5CA2> /x8f/xbb/xb1 <CJK>
+<U5CA3> /x8f/xbb/xb2 <CJK>
+<U5CA6> /x8f/xbb/xb3 <CJK>
+<U5CAA> /x8f/xbb/xb4 <CJK>
+<U5CB2> /x8f/xbb/xb5 <CJK>
+<U5CB4> /x8f/xbb/xb6 <CJK>
+<U5CB5> /x8f/xbb/xb7 <CJK>
+<U5CBA> /x8f/xbb/xb8 <CJK>
+<U5CC9> /x8f/xbb/xb9 <CJK>
+<U5CCB> /x8f/xbb/xba <CJK>
+<U5CD2> /x8f/xbb/xbb <CJK>
+<U5CDD> /x8f/xbb/xbc <CJK>
+<U5CD7> /x8f/xbb/xbd <CJK>
+<U5CEE> /x8f/xbb/xbe <CJK>
+<U5CF1> /x8f/xbb/xbf <CJK>
+<U5CF2> /x8f/xbb/xc0 <CJK>
+<U5CF4> /x8f/xbb/xc1 <CJK>
+<U5D01> /x8f/xbb/xc2 <CJK>
+<U5D06> /x8f/xbb/xc3 <CJK>
+<U5D0D> /x8f/xbb/xc4 <CJK>
+<U5D12> /x8f/xbb/xc5 <CJK>
+<U5D2B> /x8f/xbb/xc6 <CJK>
+<U5D23> /x8f/xbb/xc7 <CJK>
+<U5D24> /x8f/xbb/xc8 <CJK>
+<U5D26> /x8f/xbb/xc9 <CJK>
+<U5D27> /x8f/xbb/xca <CJK>
+<U5D31> /x8f/xbb/xcb <CJK>
+<U5D34> /x8f/xbb/xcc <CJK>
+<U5D39> /x8f/xbb/xcd <CJK>
+<U5D3D> /x8f/xbb/xce <CJK>
+<U5D3F> /x8f/xbb/xcf <CJK>
+<U5D42> /x8f/xbb/xd0 <CJK>
+<U5D43> /x8f/xbb/xd1 <CJK>
+<U5D46> /x8f/xbb/xd2 <CJK>
+<U5D48> /x8f/xbb/xd3 <CJK>
+<U5D55> /x8f/xbb/xd4 <CJK>
+<U5D51> /x8f/xbb/xd5 <CJK>
+<U5D59> /x8f/xbb/xd6 <CJK>
+<U5D4A> /x8f/xbb/xd7 <CJK>
+<U5D5F> /x8f/xbb/xd8 <CJK>
+<U5D60> /x8f/xbb/xd9 <CJK>
+<U5D61> /x8f/xbb/xda <CJK>
+<U5D62> /x8f/xbb/xdb <CJK>
+<U5D64> /x8f/xbb/xdc <CJK>
+<U5D6A> /x8f/xbb/xdd <CJK>
+<U5D6D> /x8f/xbb/xde <CJK>
+<U5D70> /x8f/xbb/xdf <CJK>
+<U5D79> /x8f/xbb/xe0 <CJK>
+<U5D7A> /x8f/xbb/xe1 <CJK>
+<U5D7E> /x8f/xbb/xe2 <CJK>
+<U5D7F> /x8f/xbb/xe3 <CJK>
+<U5D81> /x8f/xbb/xe4 <CJK>
+<U5D83> /x8f/xbb/xe5 <CJK>
+<U5D88> /x8f/xbb/xe6 <CJK>
+<U5D8A> /x8f/xbb/xe7 <CJK>
+<U5D92> /x8f/xbb/xe8 <CJK>
+<U5D93> /x8f/xbb/xe9 <CJK>
+<U5D94> /x8f/xbb/xea <CJK>
+<U5D95> /x8f/xbb/xeb <CJK>
+<U5D99> /x8f/xbb/xec <CJK>
+<U5D9B> /x8f/xbb/xed <CJK>
+<U5D9F> /x8f/xbb/xee <CJK>
+<U5DA0> /x8f/xbb/xef <CJK>
+<U5DA7> /x8f/xbb/xf0 <CJK>
+<U5DAB> /x8f/xbb/xf1 <CJK>
+<U5DB0> /x8f/xbb/xf2 <CJK>
+<U5DB4> /x8f/xbb/xf3 <CJK>
+<U5DB8> /x8f/xbb/xf4 <CJK>
+<U5DB9> /x8f/xbb/xf5 <CJK>
+<U5DC3> /x8f/xbb/xf6 <CJK>
+<U5DC7> /x8f/xbb/xf7 <CJK>
+<U5DCB> /x8f/xbb/xf8 <CJK>
+<U5DD0> /x8f/xbb/xf9 <CJK>
+<U5DCE> /x8f/xbb/xfa <CJK>
+<U5DD8> /x8f/xbb/xfb <CJK>
+<U5DD9> /x8f/xbb/xfc <CJK>
+<U5DE0> /x8f/xbb/xfd <CJK>
+<U5DE4> /x8f/xbb/xfe <CJK>
+<U5DE9> /x8f/xbc/xa1 <CJK>
+<U5DF8> /x8f/xbc/xa2 <CJK>
+<U5DF9> /x8f/xbc/xa3 <CJK>
+<U5E00> /x8f/xbc/xa4 <CJK>
+<U5E07> /x8f/xbc/xa5 <CJK>
+<U5E0D> /x8f/xbc/xa6 <CJK>
+<U5E12> /x8f/xbc/xa7 <CJK>
+<U5E14> /x8f/xbc/xa8 <CJK>
+<U5E15> /x8f/xbc/xa9 <CJK>
+<U5E18> /x8f/xbc/xaa <CJK>
+<U5E1F> /x8f/xbc/xab <CJK>
+<U5E20> /x8f/xbc/xac <CJK>
+<U5E2E> /x8f/xbc/xad <CJK>
+<U5E28> /x8f/xbc/xae <CJK>
+<U5E32> /x8f/xbc/xaf <CJK>
+<U5E35> /x8f/xbc/xb0 <CJK>
+<U5E3E> /x8f/xbc/xb1 <CJK>
+<U5E4B> /x8f/xbc/xb2 <CJK>
+<U5E50> /x8f/xbc/xb3 <CJK>
+<U5E49> /x8f/xbc/xb4 <CJK>
+<U5E51> /x8f/xbc/xb5 <CJK>
+<U5E56> /x8f/xbc/xb6 <CJK>
+<U5E58> /x8f/xbc/xb7 <CJK>
+<U5E5B> /x8f/xbc/xb8 <CJK>
+<U5E5C> /x8f/xbc/xb9 <CJK>
+<U5E5E> /x8f/xbc/xba <CJK>
+<U5E68> /x8f/xbc/xbb <CJK>
+<U5E6A> /x8f/xbc/xbc <CJK>
+<U5E6B> /x8f/xbc/xbd <CJK>
+<U5E6C> /x8f/xbc/xbe <CJK>
+<U5E6D> /x8f/xbc/xbf <CJK>
+<U5E6E> /x8f/xbc/xc0 <CJK>
+<U5E70> /x8f/xbc/xc1 <CJK>
+<U5E80> /x8f/xbc/xc2 <CJK>
+<U5E8B> /x8f/xbc/xc3 <CJK>
+<U5E8E> /x8f/xbc/xc4 <CJK>
+<U5EA2> /x8f/xbc/xc5 <CJK>
+<U5EA4> /x8f/xbc/xc6 <CJK>
+<U5EA5> /x8f/xbc/xc7 <CJK>
+<U5EA8> /x8f/xbc/xc8 <CJK>
+<U5EAA> /x8f/xbc/xc9 <CJK>
+<U5EAC> /x8f/xbc/xca <CJK>
+<U5EB1> /x8f/xbc/xcb <CJK>
+<U5EB3> /x8f/xbc/xcc <CJK>
+<U5EBD> /x8f/xbc/xcd <CJK>
+<U5EBE> /x8f/xbc/xce <CJK>
+<U5EBF> /x8f/xbc/xcf <CJK>
+<U5EC6> /x8f/xbc/xd0 <CJK>
+<U5ECC> /x8f/xbc/xd1 <CJK>
+<U5ECB> /x8f/xbc/xd2 <CJK>
+<U5ECE> /x8f/xbc/xd3 <CJK>
+<U5ED1> /x8f/xbc/xd4 <CJK>
+<U5ED2> /x8f/xbc/xd5 <CJK>
+<U5ED4> /x8f/xbc/xd6 <CJK>
+<U5ED5> /x8f/xbc/xd7 <CJK>
+<U5EDC> /x8f/xbc/xd8 <CJK>
+<U5EDE> /x8f/xbc/xd9 <CJK>
+<U5EE5> /x8f/xbc/xda <CJK>
+<U5EEB> /x8f/xbc/xdb <CJK>
+<U5F02> /x8f/xbc/xdc <CJK>
+<U5F06> /x8f/xbc/xdd <CJK>
+<U5F07> /x8f/xbc/xde <CJK>
+<U5F08> /x8f/xbc/xdf <CJK>
+<U5F0E> /x8f/xbc/xe0 <CJK>
+<U5F19> /x8f/xbc/xe1 <CJK>
+<U5F1C> /x8f/xbc/xe2 <CJK>
+<U5F1D> /x8f/xbc/xe3 <CJK>
+<U5F21> /x8f/xbc/xe4 <CJK>
+<U5F22> /x8f/xbc/xe5 <CJK>
+<U5F23> /x8f/xbc/xe6 <CJK>
+<U5F24> /x8f/xbc/xe7 <CJK>
+<U5F28> /x8f/xbc/xe8 <CJK>
+<U5F2B> /x8f/xbc/xe9 <CJK>
+<U5F2C> /x8f/xbc/xea <CJK>
+<U5F2E> /x8f/xbc/xeb <CJK>
+<U5F30> /x8f/xbc/xec <CJK>
+<U5F34> /x8f/xbc/xed <CJK>
+<U5F36> /x8f/xbc/xee <CJK>
+<U5F3B> /x8f/xbc/xef <CJK>
+<U5F3D> /x8f/xbc/xf0 <CJK>
+<U5F3F> /x8f/xbc/xf1 <CJK>
+<U5F40> /x8f/xbc/xf2 <CJK>
+<U5F44> /x8f/xbc/xf3 <CJK>
+<U5F45> /x8f/xbc/xf4 <CJK>
+<U5F47> /x8f/xbc/xf5 <CJK>
+<U5F4D> /x8f/xbc/xf6 <CJK>
+<U5F50> /x8f/xbc/xf7 <CJK>
+<U5F54> /x8f/xbc/xf8 <CJK>
+<U5F58> /x8f/xbc/xf9 <CJK>
+<U5F5B> /x8f/xbc/xfa <CJK>
+<U5F60> /x8f/xbc/xfb <CJK>
+<U5F63> /x8f/xbc/xfc <CJK>
+<U5F64> /x8f/xbc/xfd <CJK>
+<U5F67> /x8f/xbc/xfe <CJK>
+<U5F6F> /x8f/xbd/xa1 <CJK>
+<U5F72> /x8f/xbd/xa2 <CJK>
+<U5F74> /x8f/xbd/xa3 <CJK>
+<U5F75> /x8f/xbd/xa4 <CJK>
+<U5F78> /x8f/xbd/xa5 <CJK>
+<U5F7A> /x8f/xbd/xa6 <CJK>
+<U5F7D> /x8f/xbd/xa7 <CJK>
+<U5F7E> /x8f/xbd/xa8 <CJK>
+<U5F89> /x8f/xbd/xa9 <CJK>
+<U5F8D> /x8f/xbd/xaa <CJK>
+<U5F8F> /x8f/xbd/xab <CJK>
+<U5F96> /x8f/xbd/xac <CJK>
+<U5F9C> /x8f/xbd/xad <CJK>
+<U5F9D> /x8f/xbd/xae <CJK>
+<U5FA2> /x8f/xbd/xaf <CJK>
+<U5FA7> /x8f/xbd/xb0 <CJK>
+<U5FAB> /x8f/xbd/xb1 <CJK>
+<U5FA4> /x8f/xbd/xb2 <CJK>
+<U5FAC> /x8f/xbd/xb3 <CJK>
+<U5FAF> /x8f/xbd/xb4 <CJK>
+<U5FB0> /x8f/xbd/xb5 <CJK>
+<U5FB1> /x8f/xbd/xb6 <CJK>
+<U5FB8> /x8f/xbd/xb7 <CJK>
+<U5FC4> /x8f/xbd/xb8 <CJK>
+<U5FC7> /x8f/xbd/xb9 <CJK>
+<U5FC8> /x8f/xbd/xba <CJK>
+<U5FC9> /x8f/xbd/xbb <CJK>
+<U5FCB> /x8f/xbd/xbc <CJK>
+<U5FD0> /x8f/xbd/xbd <CJK>
+<U5FD1> /x8f/xbd/xbe <CJK>
+<U5FD2> /x8f/xbd/xbf <CJK>
+<U5FD3> /x8f/xbd/xc0 <CJK>
+<U5FD4> /x8f/xbd/xc1 <CJK>
+<U5FDE> /x8f/xbd/xc2 <CJK>
+<U5FE1> /x8f/xbd/xc3 <CJK>
+<U5FE2> /x8f/xbd/xc4 <CJK>
+<U5FE8> /x8f/xbd/xc5 <CJK>
+<U5FE9> /x8f/xbd/xc6 <CJK>
+<U5FEA> /x8f/xbd/xc7 <CJK>
+<U5FEC> /x8f/xbd/xc8 <CJK>
+<U5FED> /x8f/xbd/xc9 <CJK>
+<U5FEE> /x8f/xbd/xca <CJK>
+<U5FEF> /x8f/xbd/xcb <CJK>
+<U5FF2> /x8f/xbd/xcc <CJK>
+<U5FF3> /x8f/xbd/xcd <CJK>
+<U5FF6> /x8f/xbd/xce <CJK>
+<U5FFA> /x8f/xbd/xcf <CJK>
+<U5FFC> /x8f/xbd/xd0 <CJK>
+<U6007> /x8f/xbd/xd1 <CJK>
+<U600A> /x8f/xbd/xd2 <CJK>
+<U600D> /x8f/xbd/xd3 <CJK>
+<U6013> /x8f/xbd/xd4 <CJK>
+<U6014> /x8f/xbd/xd5 <CJK>
+<U6017> /x8f/xbd/xd6 <CJK>
+<U6018> /x8f/xbd/xd7 <CJK>
+<U601A> /x8f/xbd/xd8 <CJK>
+<U601F> /x8f/xbd/xd9 <CJK>
+<U6024> /x8f/xbd/xda <CJK>
+<U602D> /x8f/xbd/xdb <CJK>
+<U6033> /x8f/xbd/xdc <CJK>
+<U6035> /x8f/xbd/xdd <CJK>
+<U6040> /x8f/xbd/xde <CJK>
+<U6047> /x8f/xbd/xdf <CJK>
+<U6048> /x8f/xbd/xe0 <CJK>
+<U6049> /x8f/xbd/xe1 <CJK>
+<U604C> /x8f/xbd/xe2 <CJK>
+<U6051> /x8f/xbd/xe3 <CJK>
+<U6054> /x8f/xbd/xe4 <CJK>
+<U6056> /x8f/xbd/xe5 <CJK>
+<U6057> /x8f/xbd/xe6 <CJK>
+<U605D> /x8f/xbd/xe7 <CJK>
+<U6061> /x8f/xbd/xe8 <CJK>
+<U6067> /x8f/xbd/xe9 <CJK>
+<U6071> /x8f/xbd/xea <CJK>
+<U607E> /x8f/xbd/xeb <CJK>
+<U607F> /x8f/xbd/xec <CJK>
+<U6082> /x8f/xbd/xed <CJK>
+<U6086> /x8f/xbd/xee <CJK>
+<U6088> /x8f/xbd/xef <CJK>
+<U608A> /x8f/xbd/xf0 <CJK>
+<U608E> /x8f/xbd/xf1 <CJK>
+<U6091> /x8f/xbd/xf2 <CJK>
+<U6093> /x8f/xbd/xf3 <CJK>
+<U6095> /x8f/xbd/xf4 <CJK>
+<U6098> /x8f/xbd/xf5 <CJK>
+<U609D> /x8f/xbd/xf6 <CJK>
+<U609E> /x8f/xbd/xf7 <CJK>
+<U60A2> /x8f/xbd/xf8 <CJK>
+<U60A4> /x8f/xbd/xf9 <CJK>
+<U60A5> /x8f/xbd/xfa <CJK>
+<U60A8> /x8f/xbd/xfb <CJK>
+<U60B0> /x8f/xbd/xfc <CJK>
+<U60B1> /x8f/xbd/xfd <CJK>
+<U60B7> /x8f/xbd/xfe <CJK>
+<U60BB> /x8f/xbe/xa1 <CJK>
+<U60BE> /x8f/xbe/xa2 <CJK>
+<U60C2> /x8f/xbe/xa3 <CJK>
+<U60C4> /x8f/xbe/xa4 <CJK>
+<U60C8> /x8f/xbe/xa5 <CJK>
+<U60C9> /x8f/xbe/xa6 <CJK>
+<U60CA> /x8f/xbe/xa7 <CJK>
+<U60CB> /x8f/xbe/xa8 <CJK>
+<U60CE> /x8f/xbe/xa9 <CJK>
+<U60CF> /x8f/xbe/xaa <CJK>
+<U60D4> /x8f/xbe/xab <CJK>
+<U60D5> /x8f/xbe/xac <CJK>
+<U60D9> /x8f/xbe/xad <CJK>
+<U60DB> /x8f/xbe/xae <CJK>
+<U60DD> /x8f/xbe/xaf <CJK>
+<U60DE> /x8f/xbe/xb0 <CJK>
+<U60E2> /x8f/xbe/xb1 <CJK>
+<U60E5> /x8f/xbe/xb2 <CJK>
+<U60F2> /x8f/xbe/xb3 <CJK>
+<U60F5> /x8f/xbe/xb4 <CJK>
+<U60F8> /x8f/xbe/xb5 <CJK>
+<U60FC> /x8f/xbe/xb6 <CJK>
+<U60FD> /x8f/xbe/xb7 <CJK>
+<U6102> /x8f/xbe/xb8 <CJK>
+<U6107> /x8f/xbe/xb9 <CJK>
+<U610A> /x8f/xbe/xba <CJK>
+<U610C> /x8f/xbe/xbb <CJK>
+<U6110> /x8f/xbe/xbc <CJK>
+<U6111> /x8f/xbe/xbd <CJK>
+<U6112> /x8f/xbe/xbe <CJK>
+<U6113> /x8f/xbe/xbf <CJK>
+<U6114> /x8f/xbe/xc0 <CJK>
+<U6116> /x8f/xbe/xc1 <CJK>
+<U6117> /x8f/xbe/xc2 <CJK>
+<U6119> /x8f/xbe/xc3 <CJK>
+<U611C> /x8f/xbe/xc4 <CJK>
+<U611E> /x8f/xbe/xc5 <CJK>
+<U6122> /x8f/xbe/xc6 <CJK>
+<U612A> /x8f/xbe/xc7 <CJK>
+<U612B> /x8f/xbe/xc8 <CJK>
+<U6130> /x8f/xbe/xc9 <CJK>
+<U6131> /x8f/xbe/xca <CJK>
+<U6135> /x8f/xbe/xcb <CJK>
+<U6136> /x8f/xbe/xcc <CJK>
+<U6137> /x8f/xbe/xcd <CJK>
+<U6139> /x8f/xbe/xce <CJK>
+<U6141> /x8f/xbe/xcf <CJK>
+<U6145> /x8f/xbe/xd0 <CJK>
+<U6146> /x8f/xbe/xd1 <CJK>
+<U6149> /x8f/xbe/xd2 <CJK>
+<U615E> /x8f/xbe/xd3 <CJK>
+<U6160> /x8f/xbe/xd4 <CJK>
+<U616C> /x8f/xbe/xd5 <CJK>
+<U6172> /x8f/xbe/xd6 <CJK>
+<U6178> /x8f/xbe/xd7 <CJK>
+<U617B> /x8f/xbe/xd8 <CJK>
+<U617C> /x8f/xbe/xd9 <CJK>
+<U617F> /x8f/xbe/xda <CJK>
+<U6180> /x8f/xbe/xdb <CJK>
+<U6181> /x8f/xbe/xdc <CJK>
+<U6183> /x8f/xbe/xdd <CJK>
+<U6184> /x8f/xbe/xde <CJK>
+<U618B> /x8f/xbe/xdf <CJK>
+<U618D> /x8f/xbe/xe0 <CJK>
+<U6192> /x8f/xbe/xe1 <CJK>
+<U6193> /x8f/xbe/xe2 <CJK>
+<U6197> /x8f/xbe/xe3 <CJK>
+<U6198> /x8f/xbe/xe4 <CJK>
+<U619C> /x8f/xbe/xe5 <CJK>
+<U619D> /x8f/xbe/xe6 <CJK>
+<U619F> /x8f/xbe/xe7 <CJK>
+<U61A0> /x8f/xbe/xe8 <CJK>
+<U61A5> /x8f/xbe/xe9 <CJK>
+<U61A8> /x8f/xbe/xea <CJK>
+<U61AA> /x8f/xbe/xeb <CJK>
+<U61AD> /x8f/xbe/xec <CJK>
+<U61B8> /x8f/xbe/xed <CJK>
+<U61B9> /x8f/xbe/xee <CJK>
+<U61BC> /x8f/xbe/xef <CJK>
+<U61C0> /x8f/xbe/xf0 <CJK>
+<U61C1> /x8f/xbe/xf1 <CJK>
+<U61C2> /x8f/xbe/xf2 <CJK>
+<U61CE> /x8f/xbe/xf3 <CJK>
+<U61CF> /x8f/xbe/xf4 <CJK>
+<U61D5> /x8f/xbe/xf5 <CJK>
+<U61DC> /x8f/xbe/xf6 <CJK>
+<U61DD> /x8f/xbe/xf7 <CJK>
+<U61DE> /x8f/xbe/xf8 <CJK>
+<U61DF> /x8f/xbe/xf9 <CJK>
+<U61E1> /x8f/xbe/xfa <CJK>
+<U61E2> /x8f/xbe/xfb <CJK>
+<U61E7> /x8f/xbe/xfc <CJK>
+<U61E9> /x8f/xbe/xfd <CJK>
+<U61E5> /x8f/xbe/xfe <CJK>
+<U61EC> /x8f/xbf/xa1 <CJK>
+<U61ED> /x8f/xbf/xa2 <CJK>
+<U61EF> /x8f/xbf/xa3 <CJK>
+<U6201> /x8f/xbf/xa4 <CJK>
+<U6203> /x8f/xbf/xa5 <CJK>
+<U6204> /x8f/xbf/xa6 <CJK>
+<U6207> /x8f/xbf/xa7 <CJK>
+<U6213> /x8f/xbf/xa8 <CJK>
+<U6215> /x8f/xbf/xa9 <CJK>
+<U621C> /x8f/xbf/xaa <CJK>
+<U6220> /x8f/xbf/xab <CJK>
+<U6222> /x8f/xbf/xac <CJK>
+<U6223> /x8f/xbf/xad <CJK>
+<U6227> /x8f/xbf/xae <CJK>
+<U6229> /x8f/xbf/xaf <CJK>
+<U622B> /x8f/xbf/xb0 <CJK>
+<U6239> /x8f/xbf/xb1 <CJK>
+<U623D> /x8f/xbf/xb2 <CJK>
+<U6242> /x8f/xbf/xb3 <CJK>
+<U6243> /x8f/xbf/xb4 <CJK>
+<U6244> /x8f/xbf/xb5 <CJK>
+<U6246> /x8f/xbf/xb6 <CJK>
+<U624C> /x8f/xbf/xb7 <CJK>
+<U6250> /x8f/xbf/xb8 <CJK>
+<U6251> /x8f/xbf/xb9 <CJK>
+<U6252> /x8f/xbf/xba <CJK>
+<U6254> /x8f/xbf/xbb <CJK>
+<U6256> /x8f/xbf/xbc <CJK>
+<U625A> /x8f/xbf/xbd <CJK>
+<U625C> /x8f/xbf/xbe <CJK>
+<U6264> /x8f/xbf/xbf <CJK>
+<U626D> /x8f/xbf/xc0 <CJK>
+<U626F> /x8f/xbf/xc1 <CJK>
+<U6273> /x8f/xbf/xc2 <CJK>
+<U627A> /x8f/xbf/xc3 <CJK>
+<U627D> /x8f/xbf/xc4 <CJK>
+<U628D> /x8f/xbf/xc5 <CJK>
+<U628E> /x8f/xbf/xc6 <CJK>
+<U628F> /x8f/xbf/xc7 <CJK>
+<U6290> /x8f/xbf/xc8 <CJK>
+<U62A6> /x8f/xbf/xc9 <CJK>
+<U62A8> /x8f/xbf/xca <CJK>
+<U62B3> /x8f/xbf/xcb <CJK>
+<U62B6> /x8f/xbf/xcc <CJK>
+<U62B7> /x8f/xbf/xcd <CJK>
+<U62BA> /x8f/xbf/xce <CJK>
+<U62BE> /x8f/xbf/xcf <CJK>
+<U62BF> /x8f/xbf/xd0 <CJK>
+<U62C4> /x8f/xbf/xd1 <CJK>
+<U62CE> /x8f/xbf/xd2 <CJK>
+<U62D5> /x8f/xbf/xd3 <CJK>
+<U62D6> /x8f/xbf/xd4 <CJK>
+<U62DA> /x8f/xbf/xd5 <CJK>
+<U62EA> /x8f/xbf/xd6 <CJK>
+<U62F2> /x8f/xbf/xd7 <CJK>
+<U62F4> /x8f/xbf/xd8 <CJK>
+<U62FC> /x8f/xbf/xd9 <CJK>
+<U62FD> /x8f/xbf/xda <CJK>
+<U6303> /x8f/xbf/xdb <CJK>
+<U6304> /x8f/xbf/xdc <CJK>
+<U630A> /x8f/xbf/xdd <CJK>
+<U630B> /x8f/xbf/xde <CJK>
+<U630D> /x8f/xbf/xdf <CJK>
+<U6310> /x8f/xbf/xe0 <CJK>
+<U6313> /x8f/xbf/xe1 <CJK>
+<U6316> /x8f/xbf/xe2 <CJK>
+<U6318> /x8f/xbf/xe3 <CJK>
+<U6329> /x8f/xbf/xe4 <CJK>
+<U632A> /x8f/xbf/xe5 <CJK>
+<U632D> /x8f/xbf/xe6 <CJK>
+<U6335> /x8f/xbf/xe7 <CJK>
+<U6336> /x8f/xbf/xe8 <CJK>
+<U6339> /x8f/xbf/xe9 <CJK>
+<U633C> /x8f/xbf/xea <CJK>
+<U6341> /x8f/xbf/xeb <CJK>
+<U6342> /x8f/xbf/xec <CJK>
+<U6343> /x8f/xbf/xed <CJK>
+<U6344> /x8f/xbf/xee <CJK>
+<U6346> /x8f/xbf/xef <CJK>
+<U634A> /x8f/xbf/xf0 <CJK>
+<U634B> /x8f/xbf/xf1 <CJK>
+<U634E> /x8f/xbf/xf2 <CJK>
+<U6352> /x8f/xbf/xf3 <CJK>
+<U6353> /x8f/xbf/xf4 <CJK>
+<U6354> /x8f/xbf/xf5 <CJK>
+<U6358> /x8f/xbf/xf6 <CJK>
+<U635B> /x8f/xbf/xf7 <CJK>
+<U6365> /x8f/xbf/xf8 <CJK>
+<U6366> /x8f/xbf/xf9 <CJK>
+<U636C> /x8f/xbf/xfa <CJK>
+<U636D> /x8f/xbf/xfb <CJK>
+<U6371> /x8f/xbf/xfc <CJK>
+<U6374> /x8f/xbf/xfd <CJK>
+<U6375> /x8f/xbf/xfe <CJK>
+<U6378> /x8f/xc0/xa1 <CJK>
+<U637C> /x8f/xc0/xa2 <CJK>
+<U637D> /x8f/xc0/xa3 <CJK>
+<U637F> /x8f/xc0/xa4 <CJK>
+<U6382> /x8f/xc0/xa5 <CJK>
+<U6384> /x8f/xc0/xa6 <CJK>
+<U6387> /x8f/xc0/xa7 <CJK>
+<U638A> /x8f/xc0/xa8 <CJK>
+<U6390> /x8f/xc0/xa9 <CJK>
+<U6394> /x8f/xc0/xaa <CJK>
+<U6395> /x8f/xc0/xab <CJK>
+<U6399> /x8f/xc0/xac <CJK>
+<U639A> /x8f/xc0/xad <CJK>
+<U639E> /x8f/xc0/xae <CJK>
+<U63A4> /x8f/xc0/xaf <CJK>
+<U63A6> /x8f/xc0/xb0 <CJK>
+<U63AD> /x8f/xc0/xb1 <CJK>
+<U63AE> /x8f/xc0/xb2 <CJK>
+<U63AF> /x8f/xc0/xb3 <CJK>
+<U63BD> /x8f/xc0/xb4 <CJK>
+<U63C1> /x8f/xc0/xb5 <CJK>
+<U63C5> /x8f/xc0/xb6 <CJK>
+<U63C8> /x8f/xc0/xb7 <CJK>
+<U63CE> /x8f/xc0/xb8 <CJK>
+<U63D1> /x8f/xc0/xb9 <CJK>
+<U63D3> /x8f/xc0/xba <CJK>
+<U63D4> /x8f/xc0/xbb <CJK>
+<U63D5> /x8f/xc0/xbc <CJK>
+<U63DC> /x8f/xc0/xbd <CJK>
+<U63E0> /x8f/xc0/xbe <CJK>
+<U63E5> /x8f/xc0/xbf <CJK>
+<U63EA> /x8f/xc0/xc0 <CJK>
+<U63EC> /x8f/xc0/xc1 <CJK>
+<U63F2> /x8f/xc0/xc2 <CJK>
+<U63F3> /x8f/xc0/xc3 <CJK>
+<U63F5> /x8f/xc0/xc4 <CJK>
+<U63F8> /x8f/xc0/xc5 <CJK>
+<U63F9> /x8f/xc0/xc6 <CJK>
+<U6409> /x8f/xc0/xc7 <CJK>
+<U640A> /x8f/xc0/xc8 <CJK>
+<U6410> /x8f/xc0/xc9 <CJK>
+<U6412> /x8f/xc0/xca <CJK>
+<U6414> /x8f/xc0/xcb <CJK>
+<U6418> /x8f/xc0/xcc <CJK>
+<U641E> /x8f/xc0/xcd <CJK>
+<U6420> /x8f/xc0/xce <CJK>
+<U6422> /x8f/xc0/xcf <CJK>
+<U6424> /x8f/xc0/xd0 <CJK>
+<U6425> /x8f/xc0/xd1 <CJK>
+<U6429> /x8f/xc0/xd2 <CJK>
+<U642A> /x8f/xc0/xd3 <CJK>
+<U642F> /x8f/xc0/xd4 <CJK>
+<U6430> /x8f/xc0/xd5 <CJK>
+<U6435> /x8f/xc0/xd6 <CJK>
+<U643D> /x8f/xc0/xd7 <CJK>
+<U643F> /x8f/xc0/xd8 <CJK>
+<U644B> /x8f/xc0/xd9 <CJK>
+<U644F> /x8f/xc0/xda <CJK>
+<U6451> /x8f/xc0/xdb <CJK>
+<U6452> /x8f/xc0/xdc <CJK>
+<U6453> /x8f/xc0/xdd <CJK>
+<U6454> /x8f/xc0/xde <CJK>
+<U645A> /x8f/xc0/xdf <CJK>
+<U645B> /x8f/xc0/xe0 <CJK>
+<U645C> /x8f/xc0/xe1 <CJK>
+<U645D> /x8f/xc0/xe2 <CJK>
+<U645F> /x8f/xc0/xe3 <CJK>
+<U6460> /x8f/xc0/xe4 <CJK>
+<U6461> /x8f/xc0/xe5 <CJK>
+<U6463> /x8f/xc0/xe6 <CJK>
+<U646D> /x8f/xc0/xe7 <CJK>
+<U6473> /x8f/xc0/xe8 <CJK>
+<U6474> /x8f/xc0/xe9 <CJK>
+<U647B> /x8f/xc0/xea <CJK>
+<U647D> /x8f/xc0/xeb <CJK>
+<U6485> /x8f/xc0/xec <CJK>
+<U6487> /x8f/xc0/xed <CJK>
+<U648F> /x8f/xc0/xee <CJK>
+<U6490> /x8f/xc0/xef <CJK>
+<U6491> /x8f/xc0/xf0 <CJK>
+<U6498> /x8f/xc0/xf1 <CJK>
+<U6499> /x8f/xc0/xf2 <CJK>
+<U649B> /x8f/xc0/xf3 <CJK>
+<U649D> /x8f/xc0/xf4 <CJK>
+<U649F> /x8f/xc0/xf5 <CJK>
+<U64A1> /x8f/xc0/xf6 <CJK>
+<U64A3> /x8f/xc0/xf7 <CJK>
+<U64A6> /x8f/xc0/xf8 <CJK>
+<U64A8> /x8f/xc0/xf9 <CJK>
+<U64AC> /x8f/xc0/xfa <CJK>
+<U64B3> /x8f/xc0/xfb <CJK>
+<U64BD> /x8f/xc0/xfc <CJK>
+<U64BE> /x8f/xc0/xfd <CJK>
+<U64BF> /x8f/xc0/xfe <CJK>
+<U64C4> /x8f/xc1/xa1 <CJK>
+<U64C9> /x8f/xc1/xa2 <CJK>
+<U64CA> /x8f/xc1/xa3 <CJK>
+<U64CB> /x8f/xc1/xa4 <CJK>
+<U64CC> /x8f/xc1/xa5 <CJK>
+<U64CE> /x8f/xc1/xa6 <CJK>
+<U64D0> /x8f/xc1/xa7 <CJK>
+<U64D1> /x8f/xc1/xa8 <CJK>
+<U64D5> /x8f/xc1/xa9 <CJK>
+<U64D7> /x8f/xc1/xaa <CJK>
+<U64E4> /x8f/xc1/xab <CJK>
+<U64E5> /x8f/xc1/xac <CJK>
+<U64E9> /x8f/xc1/xad <CJK>
+<U64EA> /x8f/xc1/xae <CJK>
+<U64ED> /x8f/xc1/xaf <CJK>
+<U64F0> /x8f/xc1/xb0 <CJK>
+<U64F5> /x8f/xc1/xb1 <CJK>
+<U64F7> /x8f/xc1/xb2 <CJK>
+<U64FB> /x8f/xc1/xb3 <CJK>
+<U64FF> /x8f/xc1/xb4 <CJK>
+<U6501> /x8f/xc1/xb5 <CJK>
+<U6504> /x8f/xc1/xb6 <CJK>
+<U6508> /x8f/xc1/xb7 <CJK>
+<U6509> /x8f/xc1/xb8 <CJK>
+<U650A> /x8f/xc1/xb9 <CJK>
+<U650F> /x8f/xc1/xba <CJK>
+<U6513> /x8f/xc1/xbb <CJK>
+<U6514> /x8f/xc1/xbc <CJK>
+<U6516> /x8f/xc1/xbd <CJK>
+<U6519> /x8f/xc1/xbe <CJK>
+<U651B> /x8f/xc1/xbf <CJK>
+<U651E> /x8f/xc1/xc0 <CJK>
+<U651F> /x8f/xc1/xc1 <CJK>
+<U6522> /x8f/xc1/xc2 <CJK>
+<U6526> /x8f/xc1/xc3 <CJK>
+<U6529> /x8f/xc1/xc4 <CJK>
+<U652E> /x8f/xc1/xc5 <CJK>
+<U6531> /x8f/xc1/xc6 <CJK>
+<U653A> /x8f/xc1/xc7 <CJK>
+<U653C> /x8f/xc1/xc8 <CJK>
+<U653D> /x8f/xc1/xc9 <CJK>
+<U6543> /x8f/xc1/xca <CJK>
+<U6547> /x8f/xc1/xcb <CJK>
+<U6549> /x8f/xc1/xcc <CJK>
+<U6550> /x8f/xc1/xcd <CJK>
+<U6552> /x8f/xc1/xce <CJK>
+<U6554> /x8f/xc1/xcf <CJK>
+<U655F> /x8f/xc1/xd0 <CJK>
+<U6560> /x8f/xc1/xd1 <CJK>
+<U6567> /x8f/xc1/xd2 <CJK>
+<U656B> /x8f/xc1/xd3 <CJK>
+<U657A> /x8f/xc1/xd4 <CJK>
+<U657D> /x8f/xc1/xd5 <CJK>
+<U6581> /x8f/xc1/xd6 <CJK>
+<U6585> /x8f/xc1/xd7 <CJK>
+<U658A> /x8f/xc1/xd8 <CJK>
+<U6592> /x8f/xc1/xd9 <CJK>
+<U6595> /x8f/xc1/xda <CJK>
+<U6598> /x8f/xc1/xdb <CJK>
+<U659D> /x8f/xc1/xdc <CJK>
+<U65A0> /x8f/xc1/xdd <CJK>
+<U65A3> /x8f/xc1/xde <CJK>
+<U65A6> /x8f/xc1/xdf <CJK>
+<U65AE> /x8f/xc1/xe0 <CJK>
+<U65B2> /x8f/xc1/xe1 <CJK>
+<U65B3> /x8f/xc1/xe2 <CJK>
+<U65B4> /x8f/xc1/xe3 <CJK>
+<U65BF> /x8f/xc1/xe4 <CJK>
+<U65C2> /x8f/xc1/xe5 <CJK>
+<U65C8> /x8f/xc1/xe6 <CJK>
+<U65C9> /x8f/xc1/xe7 <CJK>
+<U65CE> /x8f/xc1/xe8 <CJK>
+<U65D0> /x8f/xc1/xe9 <CJK>
+<U65D4> /x8f/xc1/xea <CJK>
+<U65D6> /x8f/xc1/xeb <CJK>
+<U65D8> /x8f/xc1/xec <CJK>
+<U65DF> /x8f/xc1/xed <CJK>
+<U65F0> /x8f/xc1/xee <CJK>
+<U65F2> /x8f/xc1/xef <CJK>
+<U65F4> /x8f/xc1/xf0 <CJK>
+<U65F5> /x8f/xc1/xf1 <CJK>
+<U65F9> /x8f/xc1/xf2 <CJK>
+<U65FE> /x8f/xc1/xf3 <CJK>
+<U65FF> /x8f/xc1/xf4 <CJK>
+<U6600> /x8f/xc1/xf5 <CJK>
+<U6604> /x8f/xc1/xf6 <CJK>
+<U6608> /x8f/xc1/xf7 <CJK>
+<U6609> /x8f/xc1/xf8 <CJK>
+<U660D> /x8f/xc1/xf9 <CJK>
+<U6611> /x8f/xc1/xfa <CJK>
+<U6612> /x8f/xc1/xfb <CJK>
+<U6615> /x8f/xc1/xfc <CJK>
+<U6616> /x8f/xc1/xfd <CJK>
+<U661D> /x8f/xc1/xfe <CJK>
+<U661E> /x8f/xc2/xa1 <CJK>
+<U6621> /x8f/xc2/xa2 <CJK>
+<U6622> /x8f/xc2/xa3 <CJK>
+<U6623> /x8f/xc2/xa4 <CJK>
+<U6624> /x8f/xc2/xa5 <CJK>
+<U6626> /x8f/xc2/xa6 <CJK>
+<U6629> /x8f/xc2/xa7 <CJK>
+<U662A> /x8f/xc2/xa8 <CJK>
+<U662B> /x8f/xc2/xa9 <CJK>
+<U662C> /x8f/xc2/xaa <CJK>
+<U662E> /x8f/xc2/xab <CJK>
+<U6630> /x8f/xc2/xac <CJK>
+<U6631> /x8f/xc2/xad <CJK>
+<U6633> /x8f/xc2/xae <CJK>
+<U6639> /x8f/xc2/xaf <CJK>
+<U6637> /x8f/xc2/xb0 <CJK>
+<U6640> /x8f/xc2/xb1 <CJK>
+<U6645> /x8f/xc2/xb2 <CJK>
+<U6646> /x8f/xc2/xb3 <CJK>
+<U664A> /x8f/xc2/xb4 <CJK>
+<U664C> /x8f/xc2/xb5 <CJK>
+<U6651> /x8f/xc2/xb6 <CJK>
+<U664E> /x8f/xc2/xb7 <CJK>
+<U6657> /x8f/xc2/xb8 <CJK>
+<U6658> /x8f/xc2/xb9 <CJK>
+<U6659> /x8f/xc2/xba <CJK>
+<U665B> /x8f/xc2/xbb <CJK>
+<U665C> /x8f/xc2/xbc <CJK>
+<U6660> /x8f/xc2/xbd <CJK>
+<U6661> /x8f/xc2/xbe <CJK>
+<U66FB> /x8f/xc2/xbf <CJK>
+<U666A> /x8f/xc2/xc0 <CJK>
+<U666B> /x8f/xc2/xc1 <CJK>
+<U666C> /x8f/xc2/xc2 <CJK>
+<U667E> /x8f/xc2/xc3 <CJK>
+<U6673> /x8f/xc2/xc4 <CJK>
+<U6675> /x8f/xc2/xc5 <CJK>
+<U667F> /x8f/xc2/xc6 <CJK>
+<U6677> /x8f/xc2/xc7 <CJK>
+<U6678> /x8f/xc2/xc8 <CJK>
+<U6679> /x8f/xc2/xc9 <CJK>
+<U667B> /x8f/xc2/xca <CJK>
+<U6680> /x8f/xc2/xcb <CJK>
+<U667C> /x8f/xc2/xcc <CJK>
+<U668B> /x8f/xc2/xcd <CJK>
+<U668C> /x8f/xc2/xce <CJK>
+<U668D> /x8f/xc2/xcf <CJK>
+<U6690> /x8f/xc2/xd0 <CJK>
+<U6692> /x8f/xc2/xd1 <CJK>
+<U6699> /x8f/xc2/xd2 <CJK>
+<U669A> /x8f/xc2/xd3 <CJK>
+<U669B> /x8f/xc2/xd4 <CJK>
+<U669C> /x8f/xc2/xd5 <CJK>
+<U669F> /x8f/xc2/xd6 <CJK>
+<U66A0> /x8f/xc2/xd7 <CJK>
+<U66A4> /x8f/xc2/xd8 <CJK>
+<U66AD> /x8f/xc2/xd9 <CJK>
+<U66B1> /x8f/xc2/xda <CJK>
+<U66B2> /x8f/xc2/xdb <CJK>
+<U66B5> /x8f/xc2/xdc <CJK>
+<U66BB> /x8f/xc2/xdd <CJK>
+<U66BF> /x8f/xc2/xde <CJK>
+<U66C0> /x8f/xc2/xdf <CJK>
+<U66C2> /x8f/xc2/xe0 <CJK>
+<U66C3> /x8f/xc2/xe1 <CJK>
+<U66C8> /x8f/xc2/xe2 <CJK>
+<U66CC> /x8f/xc2/xe3 <CJK>
+<U66CE> /x8f/xc2/xe4 <CJK>
+<U66CF> /x8f/xc2/xe5 <CJK>
+<U66D4> /x8f/xc2/xe6 <CJK>
+<U66DB> /x8f/xc2/xe7 <CJK>
+<U66DF> /x8f/xc2/xe8 <CJK>
+<U66E8> /x8f/xc2/xe9 <CJK>
+<U66EB> /x8f/xc2/xea <CJK>
+<U66EC> /x8f/xc2/xeb <CJK>
+<U66EE> /x8f/xc2/xec <CJK>
+<U66FA> /x8f/xc2/xed <CJK>
+<U6705> /x8f/xc2/xee <CJK>
+<U6707> /x8f/xc2/xef <CJK>
+<U670E> /x8f/xc2/xf0 <CJK>
+<U6713> /x8f/xc2/xf1 <CJK>
+<U6719> /x8f/xc2/xf2 <CJK>
+<U671C> /x8f/xc2/xf3 <CJK>
+<U6720> /x8f/xc2/xf4 <CJK>
+<U6722> /x8f/xc2/xf5 <CJK>
+<U6733> /x8f/xc2/xf6 <CJK>
+<U673E> /x8f/xc2/xf7 <CJK>
+<U6745> /x8f/xc2/xf8 <CJK>
+<U6747> /x8f/xc2/xf9 <CJK>
+<U6748> /x8f/xc2/xfa <CJK>
+<U674C> /x8f/xc2/xfb <CJK>
+<U6754> /x8f/xc2/xfc <CJK>
+<U6755> /x8f/xc2/xfd <CJK>
+<U675D> /x8f/xc2/xfe <CJK>
+<U6766> /x8f/xc3/xa1 <CJK>
+<U676C> /x8f/xc3/xa2 <CJK>
+<U676E> /x8f/xc3/xa3 <CJK>
+<U6774> /x8f/xc3/xa4 <CJK>
+<U6776> /x8f/xc3/xa5 <CJK>
+<U677B> /x8f/xc3/xa6 <CJK>
+<U6781> /x8f/xc3/xa7 <CJK>
+<U6784> /x8f/xc3/xa8 <CJK>
+<U678E> /x8f/xc3/xa9 <CJK>
+<U678F> /x8f/xc3/xaa <CJK>
+<U6791> /x8f/xc3/xab <CJK>
+<U6793> /x8f/xc3/xac <CJK>
+<U6796> /x8f/xc3/xad <CJK>
+<U6798> /x8f/xc3/xae <CJK>
+<U6799> /x8f/xc3/xaf <CJK>
+<U679B> /x8f/xc3/xb0 <CJK>
+<U67B0> /x8f/xc3/xb1 <CJK>
+<U67B1> /x8f/xc3/xb2 <CJK>
+<U67B2> /x8f/xc3/xb3 <CJK>
+<U67B5> /x8f/xc3/xb4 <CJK>
+<U67BB> /x8f/xc3/xb5 <CJK>
+<U67BC> /x8f/xc3/xb6 <CJK>
+<U67BD> /x8f/xc3/xb7 <CJK>
+<U67F9> /x8f/xc3/xb8 <CJK>
+<U67C0> /x8f/xc3/xb9 <CJK>
+<U67C2> /x8f/xc3/xba <CJK>
+<U67C3> /x8f/xc3/xbb <CJK>
+<U67C5> /x8f/xc3/xbc <CJK>
+<U67C8> /x8f/xc3/xbd <CJK>
+<U67C9> /x8f/xc3/xbe <CJK>
+<U67D2> /x8f/xc3/xbf <CJK>
+<U67D7> /x8f/xc3/xc0 <CJK>
+<U67D9> /x8f/xc3/xc1 <CJK>
+<U67DC> /x8f/xc3/xc2 <CJK>
+<U67E1> /x8f/xc3/xc3 <CJK>
+<U67E6> /x8f/xc3/xc4 <CJK>
+<U67F0> /x8f/xc3/xc5 <CJK>
+<U67F2> /x8f/xc3/xc6 <CJK>
+<U67F6> /x8f/xc3/xc7 <CJK>
+<U67F7> /x8f/xc3/xc8 <CJK>
+<U6852> /x8f/xc3/xc9 <CJK>
+<U6814> /x8f/xc3/xca <CJK>
+<U6819> /x8f/xc3/xcb <CJK>
+<U681D> /x8f/xc3/xcc <CJK>
+<U681F> /x8f/xc3/xcd <CJK>
+<U6828> /x8f/xc3/xce <CJK>
+<U6827> /x8f/xc3/xcf <CJK>
+<U682C> /x8f/xc3/xd0 <CJK>
+<U682D> /x8f/xc3/xd1 <CJK>
+<U682F> /x8f/xc3/xd2 <CJK>
+<U6830> /x8f/xc3/xd3 <CJK>
+<U6831> /x8f/xc3/xd4 <CJK>
+<U6833> /x8f/xc3/xd5 <CJK>
+<U683B> /x8f/xc3/xd6 <CJK>
+<U683F> /x8f/xc3/xd7 <CJK>
+<U6844> /x8f/xc3/xd8 <CJK>
+<U6845> /x8f/xc3/xd9 <CJK>
+<U684A> /x8f/xc3/xda <CJK>
+<U684C> /x8f/xc3/xdb <CJK>
+<U6855> /x8f/xc3/xdc <CJK>
+<U6857> /x8f/xc3/xdd <CJK>
+<U6858> /x8f/xc3/xde <CJK>
+<U685B> /x8f/xc3/xdf <CJK>
+<U686B> /x8f/xc3/xe0 <CJK>
+<U686E> /x8f/xc3/xe1 <CJK>
+<U686F> /x8f/xc3/xe2 <CJK>
+<U6870> /x8f/xc3/xe3 <CJK>
+<U6871> /x8f/xc3/xe4 <CJK>
+<U6872> /x8f/xc3/xe5 <CJK>
+<U6875> /x8f/xc3/xe6 <CJK>
+<U6879> /x8f/xc3/xe7 <CJK>
+<U687A> /x8f/xc3/xe8 <CJK>
+<U687B> /x8f/xc3/xe9 <CJK>
+<U687C> /x8f/xc3/xea <CJK>
+<U6882> /x8f/xc3/xeb <CJK>
+<U6884> /x8f/xc3/xec <CJK>
+<U6886> /x8f/xc3/xed <CJK>
+<U6888> /x8f/xc3/xee <CJK>
+<U6896> /x8f/xc3/xef <CJK>
+<U6898> /x8f/xc3/xf0 <CJK>
+<U689A> /x8f/xc3/xf1 <CJK>
+<U689C> /x8f/xc3/xf2 <CJK>
+<U68A1> /x8f/xc3/xf3 <CJK>
+<U68A3> /x8f/xc3/xf4 <CJK>
+<U68A5> /x8f/xc3/xf5 <CJK>
+<U68A9> /x8f/xc3/xf6 <CJK>
+<U68AA> /x8f/xc3/xf7 <CJK>
+<U68AE> /x8f/xc3/xf8 <CJK>
+<U68B2> /x8f/xc3/xf9 <CJK>
+<U68BB> /x8f/xc3/xfa <CJK>
+<U68C5> /x8f/xc3/xfb <CJK>
+<U68C8> /x8f/xc3/xfc <CJK>
+<U68CC> /x8f/xc3/xfd <CJK>
+<U68CF> /x8f/xc3/xfe <CJK>
+<U68D0> /x8f/xc4/xa1 <CJK>
+<U68D1> /x8f/xc4/xa2 <CJK>
+<U68D3> /x8f/xc4/xa3 <CJK>
+<U68D6> /x8f/xc4/xa4 <CJK>
+<U68D9> /x8f/xc4/xa5 <CJK>
+<U68DC> /x8f/xc4/xa6 <CJK>
+<U68DD> /x8f/xc4/xa7 <CJK>
+<U68E5> /x8f/xc4/xa8 <CJK>
+<U68E8> /x8f/xc4/xa9 <CJK>
+<U68EA> /x8f/xc4/xaa <CJK>
+<U68EB> /x8f/xc4/xab <CJK>
+<U68EC> /x8f/xc4/xac <CJK>
+<U68ED> /x8f/xc4/xad <CJK>
+<U68F0> /x8f/xc4/xae <CJK>
+<U68F1> /x8f/xc4/xaf <CJK>
+<U68F5> /x8f/xc4/xb0 <CJK>
+<U68F6> /x8f/xc4/xb1 <CJK>
+<U68FB> /x8f/xc4/xb2 <CJK>
+<U68FC> /x8f/xc4/xb3 <CJK>
+<U68FD> /x8f/xc4/xb4 <CJK>
+<U6906> /x8f/xc4/xb5 <CJK>
+<U6909> /x8f/xc4/xb6 <CJK>
+<U690A> /x8f/xc4/xb7 <CJK>
+<U6910> /x8f/xc4/xb8 <CJK>
+<U6911> /x8f/xc4/xb9 <CJK>
+<U6913> /x8f/xc4/xba <CJK>
+<U6916> /x8f/xc4/xbb <CJK>
+<U6917> /x8f/xc4/xbc <CJK>
+<U6931> /x8f/xc4/xbd <CJK>
+<U6933> /x8f/xc4/xbe <CJK>
+<U6935> /x8f/xc4/xbf <CJK>
+<U6938> /x8f/xc4/xc0 <CJK>
+<U693B> /x8f/xc4/xc1 <CJK>
+<U6942> /x8f/xc4/xc2 <CJK>
+<U6945> /x8f/xc4/xc3 <CJK>
+<U6949> /x8f/xc4/xc4 <CJK>
+<U694E> /x8f/xc4/xc5 <CJK>
+<U6957> /x8f/xc4/xc6 <CJK>
+<U695B> /x8f/xc4/xc7 <CJK>
+<U6963> /x8f/xc4/xc8 <CJK>
+<U6964> /x8f/xc4/xc9 <CJK>
+<U6965> /x8f/xc4/xca <CJK>
+<U6966> /x8f/xc4/xcb <CJK>
+<U6968> /x8f/xc4/xcc <CJK>
+<U6969> /x8f/xc4/xcd <CJK>
+<U696C> /x8f/xc4/xce <CJK>
+<U6970> /x8f/xc4/xcf <CJK>
+<U6971> /x8f/xc4/xd0 <CJK>
+<U6972> /x8f/xc4/xd1 <CJK>
+<U697A> /x8f/xc4/xd2 <CJK>
+<U697B> /x8f/xc4/xd3 <CJK>
+<U697F> /x8f/xc4/xd4 <CJK>
+<U6980> /x8f/xc4/xd5 <CJK>
+<U698D> /x8f/xc4/xd6 <CJK>
+<U6992> /x8f/xc4/xd7 <CJK>
+<U6996> /x8f/xc4/xd8 <CJK>
+<U6998> /x8f/xc4/xd9 <CJK>
+<U69A1> /x8f/xc4/xda <CJK>
+<U69A5> /x8f/xc4/xdb <CJK>
+<U69A6> /x8f/xc4/xdc <CJK>
+<U69A8> /x8f/xc4/xdd <CJK>
+<U69AB> /x8f/xc4/xde <CJK>
+<U69AD> /x8f/xc4/xdf <CJK>
+<U69AF> /x8f/xc4/xe0 <CJK>
+<U69B7> /x8f/xc4/xe1 <CJK>
+<U69B8> /x8f/xc4/xe2 <CJK>
+<U69BA> /x8f/xc4/xe3 <CJK>
+<U69BC> /x8f/xc4/xe4 <CJK>
+<U69C5> /x8f/xc4/xe5 <CJK>
+<U69C8> /x8f/xc4/xe6 <CJK>
+<U69D1> /x8f/xc4/xe7 <CJK>
+<U69D6> /x8f/xc4/xe8 <CJK>
+<U69D7> /x8f/xc4/xe9 <CJK>
+<U69E2> /x8f/xc4/xea <CJK>
+<U69E5> /x8f/xc4/xeb <CJK>
+<U69EE> /x8f/xc4/xec <CJK>
+<U69EF> /x8f/xc4/xed <CJK>
+<U69F1> /x8f/xc4/xee <CJK>
+<U69F3> /x8f/xc4/xef <CJK>
+<U69F5> /x8f/xc4/xf0 <CJK>
+<U69FE> /x8f/xc4/xf1 <CJK>
+<U6A00> /x8f/xc4/xf2 <CJK>
+<U6A01> /x8f/xc4/xf3 <CJK>
+<U6A03> /x8f/xc4/xf4 <CJK>
+<U6A0F> /x8f/xc4/xf5 <CJK>
+<U6A11> /x8f/xc4/xf6 <CJK>
+<U6A15> /x8f/xc4/xf7 <CJK>
+<U6A1A> /x8f/xc4/xf8 <CJK>
+<U6A1D> /x8f/xc4/xf9 <CJK>
+<U6A20> /x8f/xc4/xfa <CJK>
+<U6A24> /x8f/xc4/xfb <CJK>
+<U6A28> /x8f/xc4/xfc <CJK>
+<U6A30> /x8f/xc4/xfd <CJK>
+<U6A32> /x8f/xc4/xfe <CJK>
+<U6A34> /x8f/xc5/xa1 <CJK>
+<U6A37> /x8f/xc5/xa2 <CJK>
+<U6A3B> /x8f/xc5/xa3 <CJK>
+<U6A3E> /x8f/xc5/xa4 <CJK>
+<U6A3F> /x8f/xc5/xa5 <CJK>
+<U6A45> /x8f/xc5/xa6 <CJK>
+<U6A46> /x8f/xc5/xa7 <CJK>
+<U6A49> /x8f/xc5/xa8 <CJK>
+<U6A4A> /x8f/xc5/xa9 <CJK>
+<U6A4E> /x8f/xc5/xaa <CJK>
+<U6A50> /x8f/xc5/xab <CJK>
+<U6A51> /x8f/xc5/xac <CJK>
+<U6A52> /x8f/xc5/xad <CJK>
+<U6A55> /x8f/xc5/xae <CJK>
+<U6A56> /x8f/xc5/xaf <CJK>
+<U6A5B> /x8f/xc5/xb0 <CJK>
+<U6A64> /x8f/xc5/xb1 <CJK>
+<U6A67> /x8f/xc5/xb2 <CJK>
+<U6A6A> /x8f/xc5/xb3 <CJK>
+<U6A71> /x8f/xc5/xb4 <CJK>
+<U6A73> /x8f/xc5/xb5 <CJK>
+<U6A7E> /x8f/xc5/xb6 <CJK>
+<U6A81> /x8f/xc5/xb7 <CJK>
+<U6A83> /x8f/xc5/xb8 <CJK>
+<U6A86> /x8f/xc5/xb9 <CJK>
+<U6A87> /x8f/xc5/xba <CJK>
+<U6A89> /x8f/xc5/xbb <CJK>
+<U6A8B> /x8f/xc5/xbc <CJK>
+<U6A91> /x8f/xc5/xbd <CJK>
+<U6A9B> /x8f/xc5/xbe <CJK>
+<U6A9D> /x8f/xc5/xbf <CJK>
+<U6A9E> /x8f/xc5/xc0 <CJK>
+<U6A9F> /x8f/xc5/xc1 <CJK>
+<U6AA5> /x8f/xc5/xc2 <CJK>
+<U6AAB> /x8f/xc5/xc3 <CJK>
+<U6AAF> /x8f/xc5/xc4 <CJK>
+<U6AB0> /x8f/xc5/xc5 <CJK>
+<U6AB1> /x8f/xc5/xc6 <CJK>
+<U6AB4> /x8f/xc5/xc7 <CJK>
+<U6ABD> /x8f/xc5/xc8 <CJK>
+<U6ABE> /x8f/xc5/xc9 <CJK>
+<U6ABF> /x8f/xc5/xca <CJK>
+<U6AC6> /x8f/xc5/xcb <CJK>
+<U6AC9> /x8f/xc5/xcc <CJK>
+<U6AC8> /x8f/xc5/xcd <CJK>
+<U6ACC> /x8f/xc5/xce <CJK>
+<U6AD0> /x8f/xc5/xcf <CJK>
+<U6AD4> /x8f/xc5/xd0 <CJK>
+<U6AD5> /x8f/xc5/xd1 <CJK>
+<U6AD6> /x8f/xc5/xd2 <CJK>
+<U6ADC> /x8f/xc5/xd3 <CJK>
+<U6ADD> /x8f/xc5/xd4 <CJK>
+<U6AE4> /x8f/xc5/xd5 <CJK>
+<U6AE7> /x8f/xc5/xd6 <CJK>
+<U6AEC> /x8f/xc5/xd7 <CJK>
+<U6AF0> /x8f/xc5/xd8 <CJK>
+<U6AF1> /x8f/xc5/xd9 <CJK>
+<U6AF2> /x8f/xc5/xda <CJK>
+<U6AFC> /x8f/xc5/xdb <CJK>
+<U6AFD> /x8f/xc5/xdc <CJK>
+<U6B02> /x8f/xc5/xdd <CJK>
+<U6B03> /x8f/xc5/xde <CJK>
+<U6B06> /x8f/xc5/xdf <CJK>
+<U6B07> /x8f/xc5/xe0 <CJK>
+<U6B09> /x8f/xc5/xe1 <CJK>
+<U6B0F> /x8f/xc5/xe2 <CJK>
+<U6B10> /x8f/xc5/xe3 <CJK>
+<U6B11> /x8f/xc5/xe4 <CJK>
+<U6B17> /x8f/xc5/xe5 <CJK>
+<U6B1B> /x8f/xc5/xe6 <CJK>
+<U6B1E> /x8f/xc5/xe7 <CJK>
+<U6B24> /x8f/xc5/xe8 <CJK>
+<U6B28> /x8f/xc5/xe9 <CJK>
+<U6B2B> /x8f/xc5/xea <CJK>
+<U6B2C> /x8f/xc5/xeb <CJK>
+<U6B2F> /x8f/xc5/xec <CJK>
+<U6B35> /x8f/xc5/xed <CJK>
+<U6B36> /x8f/xc5/xee <CJK>
+<U6B3B> /x8f/xc5/xef <CJK>
+<U6B3F> /x8f/xc5/xf0 <CJK>
+<U6B46> /x8f/xc5/xf1 <CJK>
+<U6B4A> /x8f/xc5/xf2 <CJK>
+<U6B4D> /x8f/xc5/xf3 <CJK>
+<U6B52> /x8f/xc5/xf4 <CJK>
+<U6B56> /x8f/xc5/xf5 <CJK>
+<U6B58> /x8f/xc5/xf6 <CJK>
+<U6B5D> /x8f/xc5/xf7 <CJK>
+<U6B60> /x8f/xc5/xf8 <CJK>
+<U6B67> /x8f/xc5/xf9 <CJK>
+<U6B6B> /x8f/xc5/xfa <CJK>
+<U6B6E> /x8f/xc5/xfb <CJK>
+<U6B70> /x8f/xc5/xfc <CJK>
+<U6B75> /x8f/xc5/xfd <CJK>
+<U6B7D> /x8f/xc5/xfe <CJK>
+<U6B7E> /x8f/xc6/xa1 <CJK>
+<U6B82> /x8f/xc6/xa2 <CJK>
+<U6B85> /x8f/xc6/xa3 <CJK>
+<U6B97> /x8f/xc6/xa4 <CJK>
+<U6B9B> /x8f/xc6/xa5 <CJK>
+<U6B9F> /x8f/xc6/xa6 <CJK>
+<U6BA0> /x8f/xc6/xa7 <CJK>
+<U6BA2> /x8f/xc6/xa8 <CJK>
+<U6BA3> /x8f/xc6/xa9 <CJK>
+<U6BA8> /x8f/xc6/xaa <CJK>
+<U6BA9> /x8f/xc6/xab <CJK>
+<U6BAC> /x8f/xc6/xac <CJK>
+<U6BAD> /x8f/xc6/xad <CJK>
+<U6BAE> /x8f/xc6/xae <CJK>
+<U6BB0> /x8f/xc6/xaf <CJK>
+<U6BB8> /x8f/xc6/xb0 <CJK>
+<U6BB9> /x8f/xc6/xb1 <CJK>
+<U6BBD> /x8f/xc6/xb2 <CJK>
+<U6BBE> /x8f/xc6/xb3 <CJK>
+<U6BC3> /x8f/xc6/xb4 <CJK>
+<U6BC4> /x8f/xc6/xb5 <CJK>
+<U6BC9> /x8f/xc6/xb6 <CJK>
+<U6BCC> /x8f/xc6/xb7 <CJK>
+<U6BD6> /x8f/xc6/xb8 <CJK>
+<U6BDA> /x8f/xc6/xb9 <CJK>
+<U6BE1> /x8f/xc6/xba <CJK>
+<U6BE3> /x8f/xc6/xbb <CJK>
+<U6BE6> /x8f/xc6/xbc <CJK>
+<U6BE7> /x8f/xc6/xbd <CJK>
+<U6BEE> /x8f/xc6/xbe <CJK>
+<U6BF1> /x8f/xc6/xbf <CJK>
+<U6BF7> /x8f/xc6/xc0 <CJK>
+<U6BF9> /x8f/xc6/xc1 <CJK>
+<U6BFF> /x8f/xc6/xc2 <CJK>
+<U6C02> /x8f/xc6/xc3 <CJK>
+<U6C04> /x8f/xc6/xc4 <CJK>
+<U6C05> /x8f/xc6/xc5 <CJK>
+<U6C09> /x8f/xc6/xc6 <CJK>
+<U6C0D> /x8f/xc6/xc7 <CJK>
+<U6C0E> /x8f/xc6/xc8 <CJK>
+<U6C10> /x8f/xc6/xc9 <CJK>
+<U6C12> /x8f/xc6/xca <CJK>
+<U6C19> /x8f/xc6/xcb <CJK>
+<U6C1F> /x8f/xc6/xcc <CJK>
+<U6C26> /x8f/xc6/xcd <CJK>
+<U6C27> /x8f/xc6/xce <CJK>
+<U6C28> /x8f/xc6/xcf <CJK>
+<U6C2C> /x8f/xc6/xd0 <CJK>
+<U6C2E> /x8f/xc6/xd1 <CJK>
+<U6C33> /x8f/xc6/xd2 <CJK>
+<U6C35> /x8f/xc6/xd3 <CJK>
+<U6C36> /x8f/xc6/xd4 <CJK>
+<U6C3A> /x8f/xc6/xd5 <CJK>
+<U6C3B> /x8f/xc6/xd6 <CJK>
+<U6C3F> /x8f/xc6/xd7 <CJK>
+<U6C4A> /x8f/xc6/xd8 <CJK>
+<U6C4B> /x8f/xc6/xd9 <CJK>
+<U6C4D> /x8f/xc6/xda <CJK>
+<U6C4F> /x8f/xc6/xdb <CJK>
+<U6C52> /x8f/xc6/xdc <CJK>
+<U6C54> /x8f/xc6/xdd <CJK>
+<U6C59> /x8f/xc6/xde <CJK>
+<U6C5B> /x8f/xc6/xdf <CJK>
+<U6C5C> /x8f/xc6/xe0 <CJK>
+<U6C6B> /x8f/xc6/xe1 <CJK>
+<U6C6D> /x8f/xc6/xe2 <CJK>
+<U6C6F> /x8f/xc6/xe3 <CJK>
+<U6C74> /x8f/xc6/xe4 <CJK>
+<U6C76> /x8f/xc6/xe5 <CJK>
+<U6C78> /x8f/xc6/xe6 <CJK>
+<U6C79> /x8f/xc6/xe7 <CJK>
+<U6C7B> /x8f/xc6/xe8 <CJK>
+<U6C85> /x8f/xc6/xe9 <CJK>
+<U6C86> /x8f/xc6/xea <CJK>
+<U6C87> /x8f/xc6/xeb <CJK>
+<U6C89> /x8f/xc6/xec <CJK>
+<U6C94> /x8f/xc6/xed <CJK>
+<U6C95> /x8f/xc6/xee <CJK>
+<U6C97> /x8f/xc6/xef <CJK>
+<U6C98> /x8f/xc6/xf0 <CJK>
+<U6C9C> /x8f/xc6/xf1 <CJK>
+<U6C9F> /x8f/xc6/xf2 <CJK>
+<U6CB0> /x8f/xc6/xf3 <CJK>
+<U6CB2> /x8f/xc6/xf4 <CJK>
+<U6CB4> /x8f/xc6/xf5 <CJK>
+<U6CC2> /x8f/xc6/xf6 <CJK>
+<U6CC6> /x8f/xc6/xf7 <CJK>
+<U6CCD> /x8f/xc6/xf8 <CJK>
+<U6CCF> /x8f/xc6/xf9 <CJK>
+<U6CD0> /x8f/xc6/xfa <CJK>
+<U6CD1> /x8f/xc6/xfb <CJK>
+<U6CD2> /x8f/xc6/xfc <CJK>
+<U6CD4> /x8f/xc6/xfd <CJK>
+<U6CD6> /x8f/xc6/xfe <CJK>
+<U6CDA> /x8f/xc7/xa1 <CJK>
+<U6CDC> /x8f/xc7/xa2 <CJK>
+<U6CE0> /x8f/xc7/xa3 <CJK>
+<U6CE7> /x8f/xc7/xa4 <CJK>
+<U6CE9> /x8f/xc7/xa5 <CJK>
+<U6CEB> /x8f/xc7/xa6 <CJK>
+<U6CEC> /x8f/xc7/xa7 <CJK>
+<U6CEE> /x8f/xc7/xa8 <CJK>
+<U6CF2> /x8f/xc7/xa9 <CJK>
+<U6CF4> /x8f/xc7/xaa <CJK>
+<U6D04> /x8f/xc7/xab <CJK>
+<U6D07> /x8f/xc7/xac <CJK>
+<U6D0A> /x8f/xc7/xad <CJK>
+<U6D0E> /x8f/xc7/xae <CJK>
+<U6D0F> /x8f/xc7/xaf <CJK>
+<U6D11> /x8f/xc7/xb0 <CJK>
+<U6D13> /x8f/xc7/xb1 <CJK>
+<U6D1A> /x8f/xc7/xb2 <CJK>
+<U6D26> /x8f/xc7/xb3 <CJK>
+<U6D27> /x8f/xc7/xb4 <CJK>
+<U6D28> /x8f/xc7/xb5 <CJK>
+<U6C67> /x8f/xc7/xb6 <CJK>
+<U6D2E> /x8f/xc7/xb7 <CJK>
+<U6D2F> /x8f/xc7/xb8 <CJK>
+<U6D31> /x8f/xc7/xb9 <CJK>
+<U6D39> /x8f/xc7/xba <CJK>
+<U6D3C> /x8f/xc7/xbb <CJK>
+<U6D3F> /x8f/xc7/xbc <CJK>
+<U6D57> /x8f/xc7/xbd <CJK>
+<U6D5E> /x8f/xc7/xbe <CJK>
+<U6D5F> /x8f/xc7/xbf <CJK>
+<U6D61> /x8f/xc7/xc0 <CJK>
+<U6D65> /x8f/xc7/xc1 <CJK>
+<U6D67> /x8f/xc7/xc2 <CJK>
+<U6D6F> /x8f/xc7/xc3 <CJK>
+<U6D70> /x8f/xc7/xc4 <CJK>
+<U6D7C> /x8f/xc7/xc5 <CJK>
+<U6D82> /x8f/xc7/xc6 <CJK>
+<U6D87> /x8f/xc7/xc7 <CJK>
+<U6D91> /x8f/xc7/xc8 <CJK>
+<U6D92> /x8f/xc7/xc9 <CJK>
+<U6D94> /x8f/xc7/xca <CJK>
+<U6D96> /x8f/xc7/xcb <CJK>
+<U6D97> /x8f/xc7/xcc <CJK>
+<U6D98> /x8f/xc7/xcd <CJK>
+<U6DAA> /x8f/xc7/xce <CJK>
+<U6DAC> /x8f/xc7/xcf <CJK>
+<U6DB4> /x8f/xc7/xd0 <CJK>
+<U6DB7> /x8f/xc7/xd1 <CJK>
+<U6DB9> /x8f/xc7/xd2 <CJK>
+<U6DBD> /x8f/xc7/xd3 <CJK>
+<U6DBF> /x8f/xc7/xd4 <CJK>
+<U6DC4> /x8f/xc7/xd5 <CJK>
+<U6DC8> /x8f/xc7/xd6 <CJK>
+<U6DCA> /x8f/xc7/xd7 <CJK>
+<U6DCE> /x8f/xc7/xd8 <CJK>
+<U6DCF> /x8f/xc7/xd9 <CJK>
+<U6DD6> /x8f/xc7/xda <CJK>
+<U6DDB> /x8f/xc7/xdb <CJK>
+<U6DDD> /x8f/xc7/xdc <CJK>
+<U6DDF> /x8f/xc7/xdd <CJK>
+<U6DE0> /x8f/xc7/xde <CJK>
+<U6DE2> /x8f/xc7/xdf <CJK>
+<U6DE5> /x8f/xc7/xe0 <CJK>
+<U6DE9> /x8f/xc7/xe1 <CJK>
+<U6DEF> /x8f/xc7/xe2 <CJK>
+<U6DF0> /x8f/xc7/xe3 <CJK>
+<U6DF4> /x8f/xc7/xe4 <CJK>
+<U6DF6> /x8f/xc7/xe5 <CJK>
+<U6DFC> /x8f/xc7/xe6 <CJK>
+<U6E00> /x8f/xc7/xe7 <CJK>
+<U6E04> /x8f/xc7/xe8 <CJK>
+<U6E1E> /x8f/xc7/xe9 <CJK>
+<U6E22> /x8f/xc7/xea <CJK>
+<U6E27> /x8f/xc7/xeb <CJK>
+<U6E32> /x8f/xc7/xec <CJK>
+<U6E36> /x8f/xc7/xed <CJK>
+<U6E39> /x8f/xc7/xee <CJK>
+<U6E3B> /x8f/xc7/xef <CJK>
+<U6E3C> /x8f/xc7/xf0 <CJK>
+<U6E44> /x8f/xc7/xf1 <CJK>
+<U6E45> /x8f/xc7/xf2 <CJK>
+<U6E48> /x8f/xc7/xf3 <CJK>
+<U6E49> /x8f/xc7/xf4 <CJK>
+<U6E4B> /x8f/xc7/xf5 <CJK>
+<U6E4F> /x8f/xc7/xf6 <CJK>
+<U6E51> /x8f/xc7/xf7 <CJK>
+<U6E52> /x8f/xc7/xf8 <CJK>
+<U6E53> /x8f/xc7/xf9 <CJK>
+<U6E54> /x8f/xc7/xfa <CJK>
+<U6E57> /x8f/xc7/xfb <CJK>
+<U6E5C> /x8f/xc7/xfc <CJK>
+<U6E5D> /x8f/xc7/xfd <CJK>
+<U6E5E> /x8f/xc7/xfe <CJK>
+<U6E62> /x8f/xc8/xa1 <CJK>
+<U6E63> /x8f/xc8/xa2 <CJK>
+<U6E68> /x8f/xc8/xa3 <CJK>
+<U6E73> /x8f/xc8/xa4 <CJK>
+<U6E7B> /x8f/xc8/xa5 <CJK>
+<U6E7D> /x8f/xc8/xa6 <CJK>
+<U6E8D> /x8f/xc8/xa7 <CJK>
+<U6E93> /x8f/xc8/xa8 <CJK>
+<U6E99> /x8f/xc8/xa9 <CJK>
+<U6EA0> /x8f/xc8/xaa <CJK>
+<U6EA7> /x8f/xc8/xab <CJK>
+<U6EAD> /x8f/xc8/xac <CJK>
+<U6EAE> /x8f/xc8/xad <CJK>
+<U6EB1> /x8f/xc8/xae <CJK>
+<U6EB3> /x8f/xc8/xaf <CJK>
+<U6EBB> /x8f/xc8/xb0 <CJK>
+<U6EBF> /x8f/xc8/xb1 <CJK>
+<U6EC0> /x8f/xc8/xb2 <CJK>
+<U6EC1> /x8f/xc8/xb3 <CJK>
+<U6EC3> /x8f/xc8/xb4 <CJK>
+<U6EC7> /x8f/xc8/xb5 <CJK>
+<U6EC8> /x8f/xc8/xb6 <CJK>
+<U6ECA> /x8f/xc8/xb7 <CJK>
+<U6ECD> /x8f/xc8/xb8 <CJK>
+<U6ECE> /x8f/xc8/xb9 <CJK>
+<U6ECF> /x8f/xc8/xba <CJK>
+<U6EEB> /x8f/xc8/xbb <CJK>
+<U6EED> /x8f/xc8/xbc <CJK>
+<U6EEE> /x8f/xc8/xbd <CJK>
+<U6EF9> /x8f/xc8/xbe <CJK>
+<U6EFB> /x8f/xc8/xbf <CJK>
+<U6EFD> /x8f/xc8/xc0 <CJK>
+<U6F04> /x8f/xc8/xc1 <CJK>
+<U6F08> /x8f/xc8/xc2 <CJK>
+<U6F0A> /x8f/xc8/xc3 <CJK>
+<U6F0C> /x8f/xc8/xc4 <CJK>
+<U6F0D> /x8f/xc8/xc5 <CJK>
+<U6F16> /x8f/xc8/xc6 <CJK>
+<U6F18> /x8f/xc8/xc7 <CJK>
+<U6F1A> /x8f/xc8/xc8 <CJK>
+<U6F1B> /x8f/xc8/xc9 <CJK>
+<U6F26> /x8f/xc8/xca <CJK>
+<U6F29> /x8f/xc8/xcb <CJK>
+<U6F2A> /x8f/xc8/xcc <CJK>
+<U6F2F> /x8f/xc8/xcd <CJK>
+<U6F30> /x8f/xc8/xce <CJK>
+<U6F33> /x8f/xc8/xcf <CJK>
+<U6F36> /x8f/xc8/xd0 <CJK>
+<U6F3B> /x8f/xc8/xd1 <CJK>
+<U6F3C> /x8f/xc8/xd2 <CJK>
+<U6F2D> /x8f/xc8/xd3 <CJK>
+<U6F4F> /x8f/xc8/xd4 <CJK>
+<U6F51> /x8f/xc8/xd5 <CJK>
+<U6F52> /x8f/xc8/xd6 <CJK>
+<U6F53> /x8f/xc8/xd7 <CJK>
+<U6F57> /x8f/xc8/xd8 <CJK>
+<U6F59> /x8f/xc8/xd9 <CJK>
+<U6F5A> /x8f/xc8/xda <CJK>
+<U6F5D> /x8f/xc8/xdb <CJK>
+<U6F5E> /x8f/xc8/xdc <CJK>
+<U6F61> /x8f/xc8/xdd <CJK>
+<U6F62> /x8f/xc8/xde <CJK>
+<U6F68> /x8f/xc8/xdf <CJK>
+<U6F6C> /x8f/xc8/xe0 <CJK>
+<U6F7D> /x8f/xc8/xe1 <CJK>
+<U6F7E> /x8f/xc8/xe2 <CJK>
+<U6F83> /x8f/xc8/xe3 <CJK>
+<U6F87> /x8f/xc8/xe4 <CJK>
+<U6F88> /x8f/xc8/xe5 <CJK>
+<U6F8B> /x8f/xc8/xe6 <CJK>
+<U6F8C> /x8f/xc8/xe7 <CJK>
+<U6F8D> /x8f/xc8/xe8 <CJK>
+<U6F90> /x8f/xc8/xe9 <CJK>
+<U6F92> /x8f/xc8/xea <CJK>
+<U6F93> /x8f/xc8/xeb <CJK>
+<U6F94> /x8f/xc8/xec <CJK>
+<U6F96> /x8f/xc8/xed <CJK>
+<U6F9A> /x8f/xc8/xee <CJK>
+<U6F9F> /x8f/xc8/xef <CJK>
+<U6FA0> /x8f/xc8/xf0 <CJK>
+<U6FA5> /x8f/xc8/xf1 <CJK>
+<U6FA6> /x8f/xc8/xf2 <CJK>
+<U6FA7> /x8f/xc8/xf3 <CJK>
+<U6FA8> /x8f/xc8/xf4 <CJK>
+<U6FAE> /x8f/xc8/xf5 <CJK>
+<U6FAF> /x8f/xc8/xf6 <CJK>
+<U6FB0> /x8f/xc8/xf7 <CJK>
+<U6FB5> /x8f/xc8/xf8 <CJK>
+<U6FB6> /x8f/xc8/xf9 <CJK>
+<U6FBC> /x8f/xc8/xfa <CJK>
+<U6FC5> /x8f/xc8/xfb <CJK>
+<U6FC7> /x8f/xc8/xfc <CJK>
+<U6FC8> /x8f/xc8/xfd <CJK>
+<U6FCA> /x8f/xc8/xfe <CJK>
+<U6FDA> /x8f/xc9/xa1 <CJK>
+<U6FDE> /x8f/xc9/xa2 <CJK>
+<U6FE8> /x8f/xc9/xa3 <CJK>
+<U6FE9> /x8f/xc9/xa4 <CJK>
+<U6FF0> /x8f/xc9/xa5 <CJK>
+<U6FF5> /x8f/xc9/xa6 <CJK>
+<U6FF9> /x8f/xc9/xa7 <CJK>
+<U6FFC> /x8f/xc9/xa8 <CJK>
+<U6FFD> /x8f/xc9/xa9 <CJK>
+<U7000> /x8f/xc9/xaa <CJK>
+<U7005> /x8f/xc9/xab <CJK>
+<U7006> /x8f/xc9/xac <CJK>
+<U7007> /x8f/xc9/xad <CJK>
+<U700D> /x8f/xc9/xae <CJK>
+<U7017> /x8f/xc9/xaf <CJK>
+<U7020> /x8f/xc9/xb0 <CJK>
+<U7023> /x8f/xc9/xb1 <CJK>
+<U702F> /x8f/xc9/xb2 <CJK>
+<U7034> /x8f/xc9/xb3 <CJK>
+<U7037> /x8f/xc9/xb4 <CJK>
+<U7039> /x8f/xc9/xb5 <CJK>
+<U703C> /x8f/xc9/xb6 <CJK>
+<U7043> /x8f/xc9/xb7 <CJK>
+<U7044> /x8f/xc9/xb8 <CJK>
+<U7048> /x8f/xc9/xb9 <CJK>
+<U7049> /x8f/xc9/xba <CJK>
+<U704A> /x8f/xc9/xbb <CJK>
+<U704B> /x8f/xc9/xbc <CJK>
+<U7054> /x8f/xc9/xbd <CJK>
+<U7055> /x8f/xc9/xbe <CJK>
+<U705D> /x8f/xc9/xbf <CJK>
+<U705E> /x8f/xc9/xc0 <CJK>
+<U704E> /x8f/xc9/xc1 <CJK>
+<U7064> /x8f/xc9/xc2 <CJK>
+<U7065> /x8f/xc9/xc3 <CJK>
+<U706C> /x8f/xc9/xc4 <CJK>
+<U706E> /x8f/xc9/xc5 <CJK>
+<U7075> /x8f/xc9/xc6 <CJK>
+<U7076> /x8f/xc9/xc7 <CJK>
+<U707E> /x8f/xc9/xc8 <CJK>
+<U7081> /x8f/xc9/xc9 <CJK>
+<U7085> /x8f/xc9/xca <CJK>
+<U7086> /x8f/xc9/xcb <CJK>
+<U7094> /x8f/xc9/xcc <CJK>
+<U7095> /x8f/xc9/xcd <CJK>
+<U7096> /x8f/xc9/xce <CJK>
+<U7097> /x8f/xc9/xcf <CJK>
+<U7098> /x8f/xc9/xd0 <CJK>
+<U709B> /x8f/xc9/xd1 <CJK>
+<U70A4> /x8f/xc9/xd2 <CJK>
+<U70AB> /x8f/xc9/xd3 <CJK>
+<U70B0> /x8f/xc9/xd4 <CJK>
+<U70B1> /x8f/xc9/xd5 <CJK>
+<U70B4> /x8f/xc9/xd6 <CJK>
+<U70B7> /x8f/xc9/xd7 <CJK>
+<U70CA> /x8f/xc9/xd8 <CJK>
+<U70D1> /x8f/xc9/xd9 <CJK>
+<U70D3> /x8f/xc9/xda <CJK>
+<U70D4> /x8f/xc9/xdb <CJK>
+<U70D5> /x8f/xc9/xdc <CJK>
+<U70D6> /x8f/xc9/xdd <CJK>
+<U70D8> /x8f/xc9/xde <CJK>
+<U70DC> /x8f/xc9/xdf <CJK>
+<U70E4> /x8f/xc9/xe0 <CJK>
+<U70FA> /x8f/xc9/xe1 <CJK>
+<U7103> /x8f/xc9/xe2 <CJK>
+<U7104> /x8f/xc9/xe3 <CJK>
+<U7105> /x8f/xc9/xe4 <CJK>
+<U7106> /x8f/xc9/xe5 <CJK>
+<U7107> /x8f/xc9/xe6 <CJK>
+<U710B> /x8f/xc9/xe7 <CJK>
+<U710C> /x8f/xc9/xe8 <CJK>
+<U710F> /x8f/xc9/xe9 <CJK>
+<U711E> /x8f/xc9/xea <CJK>
+<U7120> /x8f/xc9/xeb <CJK>
+<U712B> /x8f/xc9/xec <CJK>
+<U712D> /x8f/xc9/xed <CJK>
+<U712F> /x8f/xc9/xee <CJK>
+<U7130> /x8f/xc9/xef <CJK>
+<U7131> /x8f/xc9/xf0 <CJK>
+<U7138> /x8f/xc9/xf1 <CJK>
+<U7141> /x8f/xc9/xf2 <CJK>
+<U7145> /x8f/xc9/xf3 <CJK>
+<U7146> /x8f/xc9/xf4 <CJK>
+<U7147> /x8f/xc9/xf5 <CJK>
+<U714A> /x8f/xc9/xf6 <CJK>
+<U714B> /x8f/xc9/xf7 <CJK>
+<U7150> /x8f/xc9/xf8 <CJK>
+<U7152> /x8f/xc9/xf9 <CJK>
+<U7157> /x8f/xc9/xfa <CJK>
+<U715A> /x8f/xc9/xfb <CJK>
+<U715C> /x8f/xc9/xfc <CJK>
+<U715E> /x8f/xc9/xfd <CJK>
+<U7160> /x8f/xc9/xfe <CJK>
+<U7168> /x8f/xca/xa1 <CJK>
+<U7179> /x8f/xca/xa2 <CJK>
+<U7180> /x8f/xca/xa3 <CJK>
+<U7185> /x8f/xca/xa4 <CJK>
+<U7187> /x8f/xca/xa5 <CJK>
+<U718C> /x8f/xca/xa6 <CJK>
+<U7192> /x8f/xca/xa7 <CJK>
+<U719A> /x8f/xca/xa8 <CJK>
+<U719B> /x8f/xca/xa9 <CJK>
+<U71A0> /x8f/xca/xaa <CJK>
+<U71A2> /x8f/xca/xab <CJK>
+<U71AF> /x8f/xca/xac <CJK>
+<U71B0> /x8f/xca/xad <CJK>
+<U71B2> /x8f/xca/xae <CJK>
+<U71B3> /x8f/xca/xaf <CJK>
+<U71BA> /x8f/xca/xb0 <CJK>
+<U71BF> /x8f/xca/xb1 <CJK>
+<U71C0> /x8f/xca/xb2 <CJK>
+<U71C1> /x8f/xca/xb3 <CJK>
+<U71C4> /x8f/xca/xb4 <CJK>
+<U71CB> /x8f/xca/xb5 <CJK>
+<U71CC> /x8f/xca/xb6 <CJK>
+<U71D3> /x8f/xca/xb7 <CJK>
+<U71D6> /x8f/xca/xb8 <CJK>
+<U71D9> /x8f/xca/xb9 <CJK>
+<U71DA> /x8f/xca/xba <CJK>
+<U71DC> /x8f/xca/xbb <CJK>
+<U71F8> /x8f/xca/xbc <CJK>
+<U71FE> /x8f/xca/xbd <CJK>
+<U7200> /x8f/xca/xbe <CJK>
+<U7207> /x8f/xca/xbf <CJK>
+<U7208> /x8f/xca/xc0 <CJK>
+<U7209> /x8f/xca/xc1 <CJK>
+<U7213> /x8f/xca/xc2 <CJK>
+<U7217> /x8f/xca/xc3 <CJK>
+<U721A> /x8f/xca/xc4 <CJK>
+<U721D> /x8f/xca/xc5 <CJK>
+<U721F> /x8f/xca/xc6 <CJK>
+<U7224> /x8f/xca/xc7 <CJK>
+<U722B> /x8f/xca/xc8 <CJK>
+<U722F> /x8f/xca/xc9 <CJK>
+<U7234> /x8f/xca/xca <CJK>
+<U7238> /x8f/xca/xcb <CJK>
+<U7239> /x8f/xca/xcc <CJK>
+<U7241> /x8f/xca/xcd <CJK>
+<U7242> /x8f/xca/xce <CJK>
+<U7243> /x8f/xca/xcf <CJK>
+<U7245> /x8f/xca/xd0 <CJK>
+<U724E> /x8f/xca/xd1 <CJK>
+<U724F> /x8f/xca/xd2 <CJK>
+<U7250> /x8f/xca/xd3 <CJK>
+<U7253> /x8f/xca/xd4 <CJK>
+<U7255> /x8f/xca/xd5 <CJK>
+<U7256> /x8f/xca/xd6 <CJK>
+<U725A> /x8f/xca/xd7 <CJK>
+<U725C> /x8f/xca/xd8 <CJK>
+<U725E> /x8f/xca/xd9 <CJK>
+<U7260> /x8f/xca/xda <CJK>
+<U7263> /x8f/xca/xdb <CJK>
+<U7268> /x8f/xca/xdc <CJK>
+<U726B> /x8f/xca/xdd <CJK>
+<U726E> /x8f/xca/xde <CJK>
+<U726F> /x8f/xca/xdf <CJK>
+<U7271> /x8f/xca/xe0 <CJK>
+<U7277> /x8f/xca/xe1 <CJK>
+<U7278> /x8f/xca/xe2 <CJK>
+<U727B> /x8f/xca/xe3 <CJK>
+<U727C> /x8f/xca/xe4 <CJK>
+<U727F> /x8f/xca/xe5 <CJK>
+<U7284> /x8f/xca/xe6 <CJK>
+<U7289> /x8f/xca/xe7 <CJK>
+<U728D> /x8f/xca/xe8 <CJK>
+<U728E> /x8f/xca/xe9 <CJK>
+<U7293> /x8f/xca/xea <CJK>
+<U729B> /x8f/xca/xeb <CJK>
+<U72A8> /x8f/xca/xec <CJK>
+<U72AD> /x8f/xca/xed <CJK>
+<U72AE> /x8f/xca/xee <CJK>
+<U72B1> /x8f/xca/xef <CJK>
+<U72B4> /x8f/xca/xf0 <CJK>
+<U72BE> /x8f/xca/xf1 <CJK>
+<U72C1> /x8f/xca/xf2 <CJK>
+<U72C7> /x8f/xca/xf3 <CJK>
+<U72C9> /x8f/xca/xf4 <CJK>
+<U72CC> /x8f/xca/xf5 <CJK>
+<U72D5> /x8f/xca/xf6 <CJK>
+<U72D6> /x8f/xca/xf7 <CJK>
+<U72D8> /x8f/xca/xf8 <CJK>
+<U72DF> /x8f/xca/xf9 <CJK>
+<U72E5> /x8f/xca/xfa <CJK>
+<U72F3> /x8f/xca/xfb <CJK>
+<U72F4> /x8f/xca/xfc <CJK>
+<U72FA> /x8f/xca/xfd <CJK>
+<U72FB> /x8f/xca/xfe <CJK>
+<U72FE> /x8f/xcb/xa1 <CJK>
+<U7302> /x8f/xcb/xa2 <CJK>
+<U7304> /x8f/xcb/xa3 <CJK>
+<U7305> /x8f/xcb/xa4 <CJK>
+<U7307> /x8f/xcb/xa5 <CJK>
+<U730B> /x8f/xcb/xa6 <CJK>
+<U730D> /x8f/xcb/xa7 <CJK>
+<U7312> /x8f/xcb/xa8 <CJK>
+<U7313> /x8f/xcb/xa9 <CJK>
+<U7318> /x8f/xcb/xaa <CJK>
+<U7319> /x8f/xcb/xab <CJK>
+<U731E> /x8f/xcb/xac <CJK>
+<U7322> /x8f/xcb/xad <CJK>
+<U7324> /x8f/xcb/xae <CJK>
+<U7327> /x8f/xcb/xaf <CJK>
+<U7328> /x8f/xcb/xb0 <CJK>
+<U732C> /x8f/xcb/xb1 <CJK>
+<U7331> /x8f/xcb/xb2 <CJK>
+<U7332> /x8f/xcb/xb3 <CJK>
+<U7335> /x8f/xcb/xb4 <CJK>
+<U733A> /x8f/xcb/xb5 <CJK>
+<U733B> /x8f/xcb/xb6 <CJK>
+<U733D> /x8f/xcb/xb7 <CJK>
+<U7343> /x8f/xcb/xb8 <CJK>
+<U734D> /x8f/xcb/xb9 <CJK>
+<U7350> /x8f/xcb/xba <CJK>
+<U7352> /x8f/xcb/xbb <CJK>
+<U7356> /x8f/xcb/xbc <CJK>
+<U7358> /x8f/xcb/xbd <CJK>
+<U735D> /x8f/xcb/xbe <CJK>
+<U735E> /x8f/xcb/xbf <CJK>
+<U735F> /x8f/xcb/xc0 <CJK>
+<U7360> /x8f/xcb/xc1 <CJK>
+<U7366> /x8f/xcb/xc2 <CJK>
+<U7367> /x8f/xcb/xc3 <CJK>
+<U7369> /x8f/xcb/xc4 <CJK>
+<U736B> /x8f/xcb/xc5 <CJK>
+<U736C> /x8f/xcb/xc6 <CJK>
+<U736E> /x8f/xcb/xc7 <CJK>
+<U736F> /x8f/xcb/xc8 <CJK>
+<U7371> /x8f/xcb/xc9 <CJK>
+<U7377> /x8f/xcb/xca <CJK>
+<U7379> /x8f/xcb/xcb <CJK>
+<U737C> /x8f/xcb/xcc <CJK>
+<U7380> /x8f/xcb/xcd <CJK>
+<U7381> /x8f/xcb/xce <CJK>
+<U7383> /x8f/xcb/xcf <CJK>
+<U7385> /x8f/xcb/xd0 <CJK>
+<U7386> /x8f/xcb/xd1 <CJK>
+<U738E> /x8f/xcb/xd2 <CJK>
+<U7390> /x8f/xcb/xd3 <CJK>
+<U7393> /x8f/xcb/xd4 <CJK>
+<U7395> /x8f/xcb/xd5 <CJK>
+<U7397> /x8f/xcb/xd6 <CJK>
+<U7398> /x8f/xcb/xd7 <CJK>
+<U739C> /x8f/xcb/xd8 <CJK>
+<U739E> /x8f/xcb/xd9 <CJK>
+<U739F> /x8f/xcb/xda <CJK>
+<U73A0> /x8f/xcb/xdb <CJK>
+<U73A2> /x8f/xcb/xdc <CJK>
+<U73A5> /x8f/xcb/xdd <CJK>
+<U73A6> /x8f/xcb/xde <CJK>
+<U73AA> /x8f/xcb/xdf <CJK>
+<U73AB> /x8f/xcb/xe0 <CJK>
+<U73AD> /x8f/xcb/xe1 <CJK>
+<U73B5> /x8f/xcb/xe2 <CJK>
+<U73B7> /x8f/xcb/xe3 <CJK>
+<U73B9> /x8f/xcb/xe4 <CJK>
+<U73BC> /x8f/xcb/xe5 <CJK>
+<U73BD> /x8f/xcb/xe6 <CJK>
+<U73BF> /x8f/xcb/xe7 <CJK>
+<U73C5> /x8f/xcb/xe8 <CJK>
+<U73C6> /x8f/xcb/xe9 <CJK>
+<U73C9> /x8f/xcb/xea <CJK>
+<U73CB> /x8f/xcb/xeb <CJK>
+<U73CC> /x8f/xcb/xec <CJK>
+<U73CF> /x8f/xcb/xed <CJK>
+<U73D2> /x8f/xcb/xee <CJK>
+<U73D3> /x8f/xcb/xef <CJK>
+<U73D6> /x8f/xcb/xf0 <CJK>
+<U73D9> /x8f/xcb/xf1 <CJK>
+<U73DD> /x8f/xcb/xf2 <CJK>
+<U73E1> /x8f/xcb/xf3 <CJK>
+<U73E3> /x8f/xcb/xf4 <CJK>
+<U73E6> /x8f/xcb/xf5 <CJK>
+<U73E7> /x8f/xcb/xf6 <CJK>
+<U73E9> /x8f/xcb/xf7 <CJK>
+<U73F4> /x8f/xcb/xf8 <CJK>
+<U73F5> /x8f/xcb/xf9 <CJK>
+<U73F7> /x8f/xcb/xfa <CJK>
+<U73F9> /x8f/xcb/xfb <CJK>
+<U73FA> /x8f/xcb/xfc <CJK>
+<U73FB> /x8f/xcb/xfd <CJK>
+<U73FD> /x8f/xcb/xfe <CJK>
+<U73FF> /x8f/xcc/xa1 <CJK>
+<U7400> /x8f/xcc/xa2 <CJK>
+<U7401> /x8f/xcc/xa3 <CJK>
+<U7404> /x8f/xcc/xa4 <CJK>
+<U7407> /x8f/xcc/xa5 <CJK>
+<U740A> /x8f/xcc/xa6 <CJK>
+<U7411> /x8f/xcc/xa7 <CJK>
+<U741A> /x8f/xcc/xa8 <CJK>
+<U741B> /x8f/xcc/xa9 <CJK>
+<U7424> /x8f/xcc/xaa <CJK>
+<U7426> /x8f/xcc/xab <CJK>
+<U7428> /x8f/xcc/xac <CJK>
+<U7429> /x8f/xcc/xad <CJK>
+<U742A> /x8f/xcc/xae <CJK>
+<U742B> /x8f/xcc/xaf <CJK>
+<U742C> /x8f/xcc/xb0 <CJK>
+<U742D> /x8f/xcc/xb1 <CJK>
+<U742E> /x8f/xcc/xb2 <CJK>
+<U742F> /x8f/xcc/xb3 <CJK>
+<U7430> /x8f/xcc/xb4 <CJK>
+<U7431> /x8f/xcc/xb5 <CJK>
+<U7439> /x8f/xcc/xb6 <CJK>
+<U7440> /x8f/xcc/xb7 <CJK>
+<U7443> /x8f/xcc/xb8 <CJK>
+<U7444> /x8f/xcc/xb9 <CJK>
+<U7446> /x8f/xcc/xba <CJK>
+<U7447> /x8f/xcc/xbb <CJK>
+<U744B> /x8f/xcc/xbc <CJK>
+<U744D> /x8f/xcc/xbd <CJK>
+<U7451> /x8f/xcc/xbe <CJK>
+<U7452> /x8f/xcc/xbf <CJK>
+<U7457> /x8f/xcc/xc0 <CJK>
+<U745D> /x8f/xcc/xc1 <CJK>
+<U7462> /x8f/xcc/xc2 <CJK>
+<U7466> /x8f/xcc/xc3 <CJK>
+<U7467> /x8f/xcc/xc4 <CJK>
+<U7468> /x8f/xcc/xc5 <CJK>
+<U746B> /x8f/xcc/xc6 <CJK>
+<U746D> /x8f/xcc/xc7 <CJK>
+<U746E> /x8f/xcc/xc8 <CJK>
+<U7471> /x8f/xcc/xc9 <CJK>
+<U7472> /x8f/xcc/xca <CJK>
+<U7480> /x8f/xcc/xcb <CJK>
+<U7481> /x8f/xcc/xcc <CJK>
+<U7485> /x8f/xcc/xcd <CJK>
+<U7486> /x8f/xcc/xce <CJK>
+<U7487> /x8f/xcc/xcf <CJK>
+<U7489> /x8f/xcc/xd0 <CJK>
+<U748F> /x8f/xcc/xd1 <CJK>
+<U7490> /x8f/xcc/xd2 <CJK>
+<U7491> /x8f/xcc/xd3 <CJK>
+<U7492> /x8f/xcc/xd4 <CJK>
+<U7498> /x8f/xcc/xd5 <CJK>
+<U7499> /x8f/xcc/xd6 <CJK>
+<U749A> /x8f/xcc/xd7 <CJK>
+<U749C> /x8f/xcc/xd8 <CJK>
+<U749F> /x8f/xcc/xd9 <CJK>
+<U74A0> /x8f/xcc/xda <CJK>
+<U74A1> /x8f/xcc/xdb <CJK>
+<U74A3> /x8f/xcc/xdc <CJK>
+<U74A6> /x8f/xcc/xdd <CJK>
+<U74A8> /x8f/xcc/xde <CJK>
+<U74A9> /x8f/xcc/xdf <CJK>
+<U74AA> /x8f/xcc/xe0 <CJK>
+<U74AB> /x8f/xcc/xe1 <CJK>
+<U74AE> /x8f/xcc/xe2 <CJK>
+<U74AF> /x8f/xcc/xe3 <CJK>
+<U74B1> /x8f/xcc/xe4 <CJK>
+<U74B2> /x8f/xcc/xe5 <CJK>
+<U74B5> /x8f/xcc/xe6 <CJK>
+<U74B9> /x8f/xcc/xe7 <CJK>
+<U74BB> /x8f/xcc/xe8 <CJK>
+<U74BF> /x8f/xcc/xe9 <CJK>
+<U74C8> /x8f/xcc/xea <CJK>
+<U74C9> /x8f/xcc/xeb <CJK>
+<U74CC> /x8f/xcc/xec <CJK>
+<U74D0> /x8f/xcc/xed <CJK>
+<U74D3> /x8f/xcc/xee <CJK>
+<U74D8> /x8f/xcc/xef <CJK>
+<U74DA> /x8f/xcc/xf0 <CJK>
+<U74DB> /x8f/xcc/xf1 <CJK>
+<U74DE> /x8f/xcc/xf2 <CJK>
+<U74DF> /x8f/xcc/xf3 <CJK>
+<U74E4> /x8f/xcc/xf4 <CJK>
+<U74E8> /x8f/xcc/xf5 <CJK>
+<U74EA> /x8f/xcc/xf6 <CJK>
+<U74EB> /x8f/xcc/xf7 <CJK>
+<U74EF> /x8f/xcc/xf8 <CJK>
+<U74F4> /x8f/xcc/xf9 <CJK>
+<U74FA> /x8f/xcc/xfa <CJK>
+<U74FB> /x8f/xcc/xfb <CJK>
+<U74FC> /x8f/xcc/xfc <CJK>
+<U74FF> /x8f/xcc/xfd <CJK>
+<U7506> /x8f/xcc/xfe <CJK>
+<U7512> /x8f/xcd/xa1 <CJK>
+<U7516> /x8f/xcd/xa2 <CJK>
+<U7517> /x8f/xcd/xa3 <CJK>
+<U7520> /x8f/xcd/xa4 <CJK>
+<U7521> /x8f/xcd/xa5 <CJK>
+<U7524> /x8f/xcd/xa6 <CJK>
+<U7527> /x8f/xcd/xa7 <CJK>
+<U7529> /x8f/xcd/xa8 <CJK>
+<U752A> /x8f/xcd/xa9 <CJK>
+<U752F> /x8f/xcd/xaa <CJK>
+<U7536> /x8f/xcd/xab <CJK>
+<U7539> /x8f/xcd/xac <CJK>
+<U753D> /x8f/xcd/xad <CJK>
+<U753E> /x8f/xcd/xae <CJK>
+<U753F> /x8f/xcd/xaf <CJK>
+<U7540> /x8f/xcd/xb0 <CJK>
+<U7543> /x8f/xcd/xb1 <CJK>
+<U7547> /x8f/xcd/xb2 <CJK>
+<U7548> /x8f/xcd/xb3 <CJK>
+<U754E> /x8f/xcd/xb4 <CJK>
+<U7550> /x8f/xcd/xb5 <CJK>
+<U7552> /x8f/xcd/xb6 <CJK>
+<U7557> /x8f/xcd/xb7 <CJK>
+<U755E> /x8f/xcd/xb8 <CJK>
+<U755F> /x8f/xcd/xb9 <CJK>
+<U7561> /x8f/xcd/xba <CJK>
+<U756F> /x8f/xcd/xbb <CJK>
+<U7571> /x8f/xcd/xbc <CJK>
+<U7579> /x8f/xcd/xbd <CJK>
+<U757A> /x8f/xcd/xbe <CJK>
+<U757B> /x8f/xcd/xbf <CJK>
+<U757C> /x8f/xcd/xc0 <CJK>
+<U757D> /x8f/xcd/xc1 <CJK>
+<U757E> /x8f/xcd/xc2 <CJK>
+<U7581> /x8f/xcd/xc3 <CJK>
+<U7585> /x8f/xcd/xc4 <CJK>
+<U7590> /x8f/xcd/xc5 <CJK>
+<U7592> /x8f/xcd/xc6 <CJK>
+<U7593> /x8f/xcd/xc7 <CJK>
+<U7595> /x8f/xcd/xc8 <CJK>
+<U7599> /x8f/xcd/xc9 <CJK>
+<U759C> /x8f/xcd/xca <CJK>
+<U75A2> /x8f/xcd/xcb <CJK>
+<U75A4> /x8f/xcd/xcc <CJK>
+<U75B4> /x8f/xcd/xcd <CJK>
+<U75BA> /x8f/xcd/xce <CJK>
+<U75BF> /x8f/xcd/xcf <CJK>
+<U75C0> /x8f/xcd/xd0 <CJK>
+<U75C1> /x8f/xcd/xd1 <CJK>
+<U75C4> /x8f/xcd/xd2 <CJK>
+<U75C6> /x8f/xcd/xd3 <CJK>
+<U75CC> /x8f/xcd/xd4 <CJK>
+<U75CE> /x8f/xcd/xd5 <CJK>
+<U75CF> /x8f/xcd/xd6 <CJK>
+<U75D7> /x8f/xcd/xd7 <CJK>
+<U75DC> /x8f/xcd/xd8 <CJK>
+<U75DF> /x8f/xcd/xd9 <CJK>
+<U75E0> /x8f/xcd/xda <CJK>
+<U75E1> /x8f/xcd/xdb <CJK>
+<U75E4> /x8f/xcd/xdc <CJK>
+<U75E7> /x8f/xcd/xdd <CJK>
+<U75EC> /x8f/xcd/xde <CJK>
+<U75EE> /x8f/xcd/xdf <CJK>
+<U75EF> /x8f/xcd/xe0 <CJK>
+<U75F1> /x8f/xcd/xe1 <CJK>
+<U75F9> /x8f/xcd/xe2 <CJK>
+<U7600> /x8f/xcd/xe3 <CJK>
+<U7602> /x8f/xcd/xe4 <CJK>
+<U7603> /x8f/xcd/xe5 <CJK>
+<U7604> /x8f/xcd/xe6 <CJK>
+<U7607> /x8f/xcd/xe7 <CJK>
+<U7608> /x8f/xcd/xe8 <CJK>
+<U760A> /x8f/xcd/xe9 <CJK>
+<U760C> /x8f/xcd/xea <CJK>
+<U760F> /x8f/xcd/xeb <CJK>
+<U7612> /x8f/xcd/xec <CJK>
+<U7613> /x8f/xcd/xed <CJK>
+<U7615> /x8f/xcd/xee <CJK>
+<U7616> /x8f/xcd/xef <CJK>
+<U7619> /x8f/xcd/xf0 <CJK>
+<U761B> /x8f/xcd/xf1 <CJK>
+<U761C> /x8f/xcd/xf2 <CJK>
+<U761D> /x8f/xcd/xf3 <CJK>
+<U761E> /x8f/xcd/xf4 <CJK>
+<U7623> /x8f/xcd/xf5 <CJK>
+<U7625> /x8f/xcd/xf6 <CJK>
+<U7626> /x8f/xcd/xf7 <CJK>
+<U7629> /x8f/xcd/xf8 <CJK>
+<U762D> /x8f/xcd/xf9 <CJK>
+<U7632> /x8f/xcd/xfa <CJK>
+<U7633> /x8f/xcd/xfb <CJK>
+<U7635> /x8f/xcd/xfc <CJK>
+<U7638> /x8f/xcd/xfd <CJK>
+<U7639> /x8f/xcd/xfe <CJK>
+<U763A> /x8f/xce/xa1 <CJK>
+<U763C> /x8f/xce/xa2 <CJK>
+<U764A> /x8f/xce/xa3 <CJK>
+<U7640> /x8f/xce/xa4 <CJK>
+<U7641> /x8f/xce/xa5 <CJK>
+<U7643> /x8f/xce/xa6 <CJK>
+<U7644> /x8f/xce/xa7 <CJK>
+<U7645> /x8f/xce/xa8 <CJK>
+<U7649> /x8f/xce/xa9 <CJK>
+<U764B> /x8f/xce/xaa <CJK>
+<U7655> /x8f/xce/xab <CJK>
+<U7659> /x8f/xce/xac <CJK>
+<U765F> /x8f/xce/xad <CJK>
+<U7664> /x8f/xce/xae <CJK>
+<U7665> /x8f/xce/xaf <CJK>
+<U766D> /x8f/xce/xb0 <CJK>
+<U766E> /x8f/xce/xb1 <CJK>
+<U766F> /x8f/xce/xb2 <CJK>
+<U7671> /x8f/xce/xb3 <CJK>
+<U7674> /x8f/xce/xb4 <CJK>
+<U7681> /x8f/xce/xb5 <CJK>
+<U7685> /x8f/xce/xb6 <CJK>
+<U768C> /x8f/xce/xb7 <CJK>
+<U768D> /x8f/xce/xb8 <CJK>
+<U7695> /x8f/xce/xb9 <CJK>
+<U769B> /x8f/xce/xba <CJK>
+<U769C> /x8f/xce/xbb <CJK>
+<U769D> /x8f/xce/xbc <CJK>
+<U769F> /x8f/xce/xbd <CJK>
+<U76A0> /x8f/xce/xbe <CJK>
+<U76A2> /x8f/xce/xbf <CJK>
+<U76A3> /x8f/xce/xc0 <CJK>
+<U76A4> /x8f/xce/xc1 <CJK>
+<U76A5> /x8f/xce/xc2 <CJK>
+<U76A6> /x8f/xce/xc3 <CJK>
+<U76A7> /x8f/xce/xc4 <CJK>
+<U76A8> /x8f/xce/xc5 <CJK>
+<U76AA> /x8f/xce/xc6 <CJK>
+<U76AD> /x8f/xce/xc7 <CJK>
+<U76BD> /x8f/xce/xc8 <CJK>
+<U76C1> /x8f/xce/xc9 <CJK>
+<U76C5> /x8f/xce/xca <CJK>
+<U76C9> /x8f/xce/xcb <CJK>
+<U76CB> /x8f/xce/xcc <CJK>
+<U76CC> /x8f/xce/xcd <CJK>
+<U76CE> /x8f/xce/xce <CJK>
+<U76D4> /x8f/xce/xcf <CJK>
+<U76D9> /x8f/xce/xd0 <CJK>
+<U76E0> /x8f/xce/xd1 <CJK>
+<U76E6> /x8f/xce/xd2 <CJK>
+<U76E8> /x8f/xce/xd3 <CJK>
+<U76EC> /x8f/xce/xd4 <CJK>
+<U76F0> /x8f/xce/xd5 <CJK>
+<U76F1> /x8f/xce/xd6 <CJK>
+<U76F6> /x8f/xce/xd7 <CJK>
+<U76F9> /x8f/xce/xd8 <CJK>
+<U76FC> /x8f/xce/xd9 <CJK>
+<U7700> /x8f/xce/xda <CJK>
+<U7706> /x8f/xce/xdb <CJK>
+<U770A> /x8f/xce/xdc <CJK>
+<U770E> /x8f/xce/xdd <CJK>
+<U7712> /x8f/xce/xde <CJK>
+<U7714> /x8f/xce/xdf <CJK>
+<U7715> /x8f/xce/xe0 <CJK>
+<U7717> /x8f/xce/xe1 <CJK>
+<U7719> /x8f/xce/xe2 <CJK>
+<U771A> /x8f/xce/xe3 <CJK>
+<U771C> /x8f/xce/xe4 <CJK>
+<U7722> /x8f/xce/xe5 <CJK>
+<U7728> /x8f/xce/xe6 <CJK>
+<U772D> /x8f/xce/xe7 <CJK>
+<U772E> /x8f/xce/xe8 <CJK>
+<U772F> /x8f/xce/xe9 <CJK>
+<U7734> /x8f/xce/xea <CJK>
+<U7735> /x8f/xce/xeb <CJK>
+<U7736> /x8f/xce/xec <CJK>
+<U7739> /x8f/xce/xed <CJK>
+<U773D> /x8f/xce/xee <CJK>
+<U773E> /x8f/xce/xef <CJK>
+<U7742> /x8f/xce/xf0 <CJK>
+<U7745> /x8f/xce/xf1 <CJK>
+<U7746> /x8f/xce/xf2 <CJK>
+<U774A> /x8f/xce/xf3 <CJK>
+<U774D> /x8f/xce/xf4 <CJK>
+<U774E> /x8f/xce/xf5 <CJK>
+<U774F> /x8f/xce/xf6 <CJK>
+<U7752> /x8f/xce/xf7 <CJK>
+<U7756> /x8f/xce/xf8 <CJK>
+<U7757> /x8f/xce/xf9 <CJK>
+<U775C> /x8f/xce/xfa <CJK>
+<U775E> /x8f/xce/xfb <CJK>
+<U775F> /x8f/xce/xfc <CJK>
+<U7760> /x8f/xce/xfd <CJK>
+<U7762> /x8f/xce/xfe <CJK>
+<U7764> /x8f/xcf/xa1 <CJK>
+<U7767> /x8f/xcf/xa2 <CJK>
+<U776A> /x8f/xcf/xa3 <CJK>
+<U776C> /x8f/xcf/xa4 <CJK>
+<U7770> /x8f/xcf/xa5 <CJK>
+<U7772> /x8f/xcf/xa6 <CJK>
+<U7773> /x8f/xcf/xa7 <CJK>
+<U7774> /x8f/xcf/xa8 <CJK>
+<U777A> /x8f/xcf/xa9 <CJK>
+<U777D> /x8f/xcf/xaa <CJK>
+<U7780> /x8f/xcf/xab <CJK>
+<U7784> /x8f/xcf/xac <CJK>
+<U778C> /x8f/xcf/xad <CJK>
+<U778D> /x8f/xcf/xae <CJK>
+<U7794> /x8f/xcf/xaf <CJK>
+<U7795> /x8f/xcf/xb0 <CJK>
+<U7796> /x8f/xcf/xb1 <CJK>
+<U779A> /x8f/xcf/xb2 <CJK>
+<U779F> /x8f/xcf/xb3 <CJK>
+<U77A2> /x8f/xcf/xb4 <CJK>
+<U77A7> /x8f/xcf/xb5 <CJK>
+<U77AA> /x8f/xcf/xb6 <CJK>
+<U77AE> /x8f/xcf/xb7 <CJK>
+<U77AF> /x8f/xcf/xb8 <CJK>
+<U77B1> /x8f/xcf/xb9 <CJK>
+<U77B5> /x8f/xcf/xba <CJK>
+<U77BE> /x8f/xcf/xbb <CJK>
+<U77C3> /x8f/xcf/xbc <CJK>
+<U77C9> /x8f/xcf/xbd <CJK>
+<U77D1> /x8f/xcf/xbe <CJK>
+<U77D2> /x8f/xcf/xbf <CJK>
+<U77D5> /x8f/xcf/xc0 <CJK>
+<U77D9> /x8f/xcf/xc1 <CJK>
+<U77DE> /x8f/xcf/xc2 <CJK>
+<U77DF> /x8f/xcf/xc3 <CJK>
+<U77E0> /x8f/xcf/xc4 <CJK>
+<U77E4> /x8f/xcf/xc5 <CJK>
+<U77E6> /x8f/xcf/xc6 <CJK>
+<U77EA> /x8f/xcf/xc7 <CJK>
+<U77EC> /x8f/xcf/xc8 <CJK>
+<U77F0> /x8f/xcf/xc9 <CJK>
+<U77F1> /x8f/xcf/xca <CJK>
+<U77F4> /x8f/xcf/xcb <CJK>
+<U77F8> /x8f/xcf/xcc <CJK>
+<U77FB> /x8f/xcf/xcd <CJK>
+<U7805> /x8f/xcf/xce <CJK>
+<U7806> /x8f/xcf/xcf <CJK>
+<U7809> /x8f/xcf/xd0 <CJK>
+<U780D> /x8f/xcf/xd1 <CJK>
+<U780E> /x8f/xcf/xd2 <CJK>
+<U7811> /x8f/xcf/xd3 <CJK>
+<U781D> /x8f/xcf/xd4 <CJK>
+<U7821> /x8f/xcf/xd5 <CJK>
+<U7822> /x8f/xcf/xd6 <CJK>
+<U7823> /x8f/xcf/xd7 <CJK>
+<U782D> /x8f/xcf/xd8 <CJK>
+<U782E> /x8f/xcf/xd9 <CJK>
+<U7830> /x8f/xcf/xda <CJK>
+<U7835> /x8f/xcf/xdb <CJK>
+<U7837> /x8f/xcf/xdc <CJK>
+<U7843> /x8f/xcf/xdd <CJK>
+<U7844> /x8f/xcf/xde <CJK>
+<U7847> /x8f/xcf/xdf <CJK>
+<U7848> /x8f/xcf/xe0 <CJK>
+<U784C> /x8f/xcf/xe1 <CJK>
+<U784E> /x8f/xcf/xe2 <CJK>
+<U7852> /x8f/xcf/xe3 <CJK>
+<U785C> /x8f/xcf/xe4 <CJK>
+<U785E> /x8f/xcf/xe5 <CJK>
+<U7860> /x8f/xcf/xe6 <CJK>
+<U7861> /x8f/xcf/xe7 <CJK>
+<U7863> /x8f/xcf/xe8 <CJK>
+<U7864> /x8f/xcf/xe9 <CJK>
+<U7868> /x8f/xcf/xea <CJK>
+<U786A> /x8f/xcf/xeb <CJK>
+<U786E> /x8f/xcf/xec <CJK>
+<U787A> /x8f/xcf/xed <CJK>
+<U787E> /x8f/xcf/xee <CJK>
+<U788A> /x8f/xcf/xef <CJK>
+<U788F> /x8f/xcf/xf0 <CJK>
+<U7894> /x8f/xcf/xf1 <CJK>
+<U7898> /x8f/xcf/xf2 <CJK>
+<U78A1> /x8f/xcf/xf3 <CJK>
+<U789D> /x8f/xcf/xf4 <CJK>
+<U789E> /x8f/xcf/xf5 <CJK>
+<U789F> /x8f/xcf/xf6 <CJK>
+<U78A4> /x8f/xcf/xf7 <CJK>
+<U78A8> /x8f/xcf/xf8 <CJK>
+<U78AC> /x8f/xcf/xf9 <CJK>
+<U78AD> /x8f/xcf/xfa <CJK>
+<U78B0> /x8f/xcf/xfb <CJK>
+<U78B1> /x8f/xcf/xfc <CJK>
+<U78B2> /x8f/xcf/xfd <CJK>
+<U78B3> /x8f/xcf/xfe <CJK>
+<U78BB> /x8f/xd0/xa1 <CJK>
+<U78BD> /x8f/xd0/xa2 <CJK>
+<U78BF> /x8f/xd0/xa3 <CJK>
+<U78C7> /x8f/xd0/xa4 <CJK>
+<U78C8> /x8f/xd0/xa5 <CJK>
+<U78C9> /x8f/xd0/xa6 <CJK>
+<U78CC> /x8f/xd0/xa7 <CJK>
+<U78CE> /x8f/xd0/xa8 <CJK>
+<U78D2> /x8f/xd0/xa9 <CJK>
+<U78D3> /x8f/xd0/xaa <CJK>
+<U78D5> /x8f/xd0/xab <CJK>
+<U78D6> /x8f/xd0/xac <CJK>
+<U78E4> /x8f/xd0/xad <CJK>
+<U78DB> /x8f/xd0/xae <CJK>
+<U78DF> /x8f/xd0/xaf <CJK>
+<U78E0> /x8f/xd0/xb0 <CJK>
+<U78E1> /x8f/xd0/xb1 <CJK>
+<U78E6> /x8f/xd0/xb2 <CJK>
+<U78EA> /x8f/xd0/xb3 <CJK>
+<U78F2> /x8f/xd0/xb4 <CJK>
+<U78F3> /x8f/xd0/xb5 <CJK>
+<U7900> /x8f/xd0/xb6 <CJK>
+<U78F6> /x8f/xd0/xb7 <CJK>
+<U78F7> /x8f/xd0/xb8 <CJK>
+<U78FA> /x8f/xd0/xb9 <CJK>
+<U78FB> /x8f/xd0/xba <CJK>
+<U78FF> /x8f/xd0/xbb <CJK>
+<U7906> /x8f/xd0/xbc <CJK>
+<U790C> /x8f/xd0/xbd <CJK>
+<U7910> /x8f/xd0/xbe <CJK>
+<U791A> /x8f/xd0/xbf <CJK>
+<U791C> /x8f/xd0/xc0 <CJK>
+<U791E> /x8f/xd0/xc1 <CJK>
+<U791F> /x8f/xd0/xc2 <CJK>
+<U7920> /x8f/xd0/xc3 <CJK>
+<U7925> /x8f/xd0/xc4 <CJK>
+<U7927> /x8f/xd0/xc5 <CJK>
+<U7929> /x8f/xd0/xc6 <CJK>
+<U792D> /x8f/xd0/xc7 <CJK>
+<U7931> /x8f/xd0/xc8 <CJK>
+<U7934> /x8f/xd0/xc9 <CJK>
+<U7935> /x8f/xd0/xca <CJK>
+<U793B> /x8f/xd0/xcb <CJK>
+<U793D> /x8f/xd0/xcc <CJK>
+<U793F> /x8f/xd0/xcd <CJK>
+<U7944> /x8f/xd0/xce <CJK>
+<U7945> /x8f/xd0/xcf <CJK>
+<U7946> /x8f/xd0/xd0 <CJK>
+<U794A> /x8f/xd0/xd1 <CJK>
+<U794B> /x8f/xd0/xd2 <CJK>
+<U794F> /x8f/xd0/xd3 <CJK>
+<U7951> /x8f/xd0/xd4 <CJK>
+<U7954> /x8f/xd0/xd5 <CJK>
+<U7958> /x8f/xd0/xd6 <CJK>
+<U795B> /x8f/xd0/xd7 <CJK>
+<U795C> /x8f/xd0/xd8 <CJK>
+<U7967> /x8f/xd0/xd9 <CJK>
+<U7969> /x8f/xd0/xda <CJK>
+<U796B> /x8f/xd0/xdb <CJK>
+<U7972> /x8f/xd0/xdc <CJK>
+<U7979> /x8f/xd0/xdd <CJK>
+<U797B> /x8f/xd0/xde <CJK>
+<U797C> /x8f/xd0/xdf <CJK>
+<U797E> /x8f/xd0/xe0 <CJK>
+<U798B> /x8f/xd0/xe1 <CJK>
+<U798C> /x8f/xd0/xe2 <CJK>
+<U7991> /x8f/xd0/xe3 <CJK>
+<U7993> /x8f/xd0/xe4 <CJK>
+<U7994> /x8f/xd0/xe5 <CJK>
+<U7995> /x8f/xd0/xe6 <CJK>
+<U7996> /x8f/xd0/xe7 <CJK>
+<U7998> /x8f/xd0/xe8 <CJK>
+<U799B> /x8f/xd0/xe9 <CJK>
+<U799C> /x8f/xd0/xea <CJK>
+<U79A1> /x8f/xd0/xeb <CJK>
+<U79A8> /x8f/xd0/xec <CJK>
+<U79A9> /x8f/xd0/xed <CJK>
+<U79AB> /x8f/xd0/xee <CJK>
+<U79AF> /x8f/xd0/xef <CJK>
+<U79B1> /x8f/xd0/xf0 <CJK>
+<U79B4> /x8f/xd0/xf1 <CJK>
+<U79B8> /x8f/xd0/xf2 <CJK>
+<U79BB> /x8f/xd0/xf3 <CJK>
+<U79C2> /x8f/xd0/xf4 <CJK>
+<U79C4> /x8f/xd0/xf5 <CJK>
+<U79C7> /x8f/xd0/xf6 <CJK>
+<U79C8> /x8f/xd0/xf7 <CJK>
+<U79CA> /x8f/xd0/xf8 <CJK>
+<U79CF> /x8f/xd0/xf9 <CJK>
+<U79D4> /x8f/xd0/xfa <CJK>
+<U79D6> /x8f/xd0/xfb <CJK>
+<U79DA> /x8f/xd0/xfc <CJK>
+<U79DD> /x8f/xd0/xfd <CJK>
+<U79DE> /x8f/xd0/xfe <CJK>
+<U79E0> /x8f/xd1/xa1 <CJK>
+<U79E2> /x8f/xd1/xa2 <CJK>
+<U79E5> /x8f/xd1/xa3 <CJK>
+<U79EA> /x8f/xd1/xa4 <CJK>
+<U79EB> /x8f/xd1/xa5 <CJK>
+<U79ED> /x8f/xd1/xa6 <CJK>
+<U79F1> /x8f/xd1/xa7 <CJK>
+<U79F8> /x8f/xd1/xa8 <CJK>
+<U79FC> /x8f/xd1/xa9 <CJK>
+<U7A02> /x8f/xd1/xaa <CJK>
+<U7A03> /x8f/xd1/xab <CJK>
+<U7A07> /x8f/xd1/xac <CJK>
+<U7A09> /x8f/xd1/xad <CJK>
+<U7A0A> /x8f/xd1/xae <CJK>
+<U7A0C> /x8f/xd1/xaf <CJK>
+<U7A11> /x8f/xd1/xb0 <CJK>
+<U7A15> /x8f/xd1/xb1 <CJK>
+<U7A1B> /x8f/xd1/xb2 <CJK>
+<U7A1E> /x8f/xd1/xb3 <CJK>
+<U7A21> /x8f/xd1/xb4 <CJK>
+<U7A27> /x8f/xd1/xb5 <CJK>
+<U7A2B> /x8f/xd1/xb6 <CJK>
+<U7A2D> /x8f/xd1/xb7 <CJK>
+<U7A2F> /x8f/xd1/xb8 <CJK>
+<U7A30> /x8f/xd1/xb9 <CJK>
+<U7A34> /x8f/xd1/xba <CJK>
+<U7A35> /x8f/xd1/xbb <CJK>
+<U7A38> /x8f/xd1/xbc <CJK>
+<U7A39> /x8f/xd1/xbd <CJK>
+<U7A3A> /x8f/xd1/xbe <CJK>
+<U7A44> /x8f/xd1/xbf <CJK>
+<U7A45> /x8f/xd1/xc0 <CJK>
+<U7A47> /x8f/xd1/xc1 <CJK>
+<U7A48> /x8f/xd1/xc2 <CJK>
+<U7A4C> /x8f/xd1/xc3 <CJK>
+<U7A55> /x8f/xd1/xc4 <CJK>
+<U7A56> /x8f/xd1/xc5 <CJK>
+<U7A59> /x8f/xd1/xc6 <CJK>
+<U7A5C> /x8f/xd1/xc7 <CJK>
+<U7A5D> /x8f/xd1/xc8 <CJK>
+<U7A5F> /x8f/xd1/xc9 <CJK>
+<U7A60> /x8f/xd1/xca <CJK>
+<U7A65> /x8f/xd1/xcb <CJK>
+<U7A67> /x8f/xd1/xcc <CJK>
+<U7A6A> /x8f/xd1/xcd <CJK>
+<U7A6D> /x8f/xd1/xce <CJK>
+<U7A75> /x8f/xd1/xcf <CJK>
+<U7A78> /x8f/xd1/xd0 <CJK>
+<U7A7E> /x8f/xd1/xd1 <CJK>
+<U7A80> /x8f/xd1/xd2 <CJK>
+<U7A82> /x8f/xd1/xd3 <CJK>
+<U7A85> /x8f/xd1/xd4 <CJK>
+<U7A86> /x8f/xd1/xd5 <CJK>
+<U7A8A> /x8f/xd1/xd6 <CJK>
+<U7A8B> /x8f/xd1/xd7 <CJK>
+<U7A90> /x8f/xd1/xd8 <CJK>
+<U7A91> /x8f/xd1/xd9 <CJK>
+<U7A94> /x8f/xd1/xda <CJK>
+<U7A9E> /x8f/xd1/xdb <CJK>
+<U7AA0> /x8f/xd1/xdc <CJK>
+<U7AA3> /x8f/xd1/xdd <CJK>
+<U7AAC> /x8f/xd1/xde <CJK>
+<U7AB3> /x8f/xd1/xdf <CJK>
+<U7AB5> /x8f/xd1/xe0 <CJK>
+<U7AB9> /x8f/xd1/xe1 <CJK>
+<U7ABB> /x8f/xd1/xe2 <CJK>
+<U7ABC> /x8f/xd1/xe3 <CJK>
+<U7AC6> /x8f/xd1/xe4 <CJK>
+<U7AC9> /x8f/xd1/xe5 <CJK>
+<U7ACC> /x8f/xd1/xe6 <CJK>
+<U7ACE> /x8f/xd1/xe7 <CJK>
+<U7AD1> /x8f/xd1/xe8 <CJK>
+<U7ADB> /x8f/xd1/xe9 <CJK>
+<U7AE8> /x8f/xd1/xea <CJK>
+<U7AE9> /x8f/xd1/xeb <CJK>
+<U7AEB> /x8f/xd1/xec <CJK>
+<U7AEC> /x8f/xd1/xed <CJK>
+<U7AF1> /x8f/xd1/xee <CJK>
+<U7AF4> /x8f/xd1/xef <CJK>
+<U7AFB> /x8f/xd1/xf0 <CJK>
+<U7AFD> /x8f/xd1/xf1 <CJK>
+<U7AFE> /x8f/xd1/xf2 <CJK>
+<U7B07> /x8f/xd1/xf3 <CJK>
+<U7B14> /x8f/xd1/xf4 <CJK>
+<U7B1F> /x8f/xd1/xf5 <CJK>
+<U7B23> /x8f/xd1/xf6 <CJK>
+<U7B27> /x8f/xd1/xf7 <CJK>
+<U7B29> /x8f/xd1/xf8 <CJK>
+<U7B2A> /x8f/xd1/xf9 <CJK>
+<U7B2B> /x8f/xd1/xfa <CJK>
+<U7B2D> /x8f/xd1/xfb <CJK>
+<U7B2E> /x8f/xd1/xfc <CJK>
+<U7B2F> /x8f/xd1/xfd <CJK>
+<U7B30> /x8f/xd1/xfe <CJK>
+<U7B31> /x8f/xd2/xa1 <CJK>
+<U7B34> /x8f/xd2/xa2 <CJK>
+<U7B3D> /x8f/xd2/xa3 <CJK>
+<U7B3F> /x8f/xd2/xa4 <CJK>
+<U7B40> /x8f/xd2/xa5 <CJK>
+<U7B41> /x8f/xd2/xa6 <CJK>
+<U7B47> /x8f/xd2/xa7 <CJK>
+<U7B4E> /x8f/xd2/xa8 <CJK>
+<U7B55> /x8f/xd2/xa9 <CJK>
+<U7B60> /x8f/xd2/xaa <CJK>
+<U7B64> /x8f/xd2/xab <CJK>
+<U7B66> /x8f/xd2/xac <CJK>
+<U7B69> /x8f/xd2/xad <CJK>
+<U7B6A> /x8f/xd2/xae <CJK>
+<U7B6D> /x8f/xd2/xaf <CJK>
+<U7B6F> /x8f/xd2/xb0 <CJK>
+<U7B72> /x8f/xd2/xb1 <CJK>
+<U7B73> /x8f/xd2/xb2 <CJK>
+<U7B77> /x8f/xd2/xb3 <CJK>
+<U7B84> /x8f/xd2/xb4 <CJK>
+<U7B89> /x8f/xd2/xb5 <CJK>
+<U7B8E> /x8f/xd2/xb6 <CJK>
+<U7B90> /x8f/xd2/xb7 <CJK>
+<U7B91> /x8f/xd2/xb8 <CJK>
+<U7B96> /x8f/xd2/xb9 <CJK>
+<U7B9B> /x8f/xd2/xba <CJK>
+<U7B9E> /x8f/xd2/xbb <CJK>
+<U7BA0> /x8f/xd2/xbc <CJK>
+<U7BA5> /x8f/xd2/xbd <CJK>
+<U7BAC> /x8f/xd2/xbe <CJK>
+<U7BAF> /x8f/xd2/xbf <CJK>
+<U7BB0> /x8f/xd2/xc0 <CJK>
+<U7BB2> /x8f/xd2/xc1 <CJK>
+<U7BB5> /x8f/xd2/xc2 <CJK>
+<U7BB6> /x8f/xd2/xc3 <CJK>
+<U7BBA> /x8f/xd2/xc4 <CJK>
+<U7BBB> /x8f/xd2/xc5 <CJK>
+<U7BBC> /x8f/xd2/xc6 <CJK>
+<U7BBD> /x8f/xd2/xc7 <CJK>
+<U7BC2> /x8f/xd2/xc8 <CJK>
+<U7BC5> /x8f/xd2/xc9 <CJK>
+<U7BC8> /x8f/xd2/xca <CJK>
+<U7BCA> /x8f/xd2/xcb <CJK>
+<U7BD4> /x8f/xd2/xcc <CJK>
+<U7BD6> /x8f/xd2/xcd <CJK>
+<U7BD7> /x8f/xd2/xce <CJK>
+<U7BD9> /x8f/xd2/xcf <CJK>
+<U7BDA> /x8f/xd2/xd0 <CJK>
+<U7BDB> /x8f/xd2/xd1 <CJK>
+<U7BE8> /x8f/xd2/xd2 <CJK>
+<U7BEA> /x8f/xd2/xd3 <CJK>
+<U7BF2> /x8f/xd2/xd4 <CJK>
+<U7BF4> /x8f/xd2/xd5 <CJK>
+<U7BF5> /x8f/xd2/xd6 <CJK>
+<U7BF8> /x8f/xd2/xd7 <CJK>
+<U7BF9> /x8f/xd2/xd8 <CJK>
+<U7BFA> /x8f/xd2/xd9 <CJK>
+<U7BFC> /x8f/xd2/xda <CJK>
+<U7BFE> /x8f/xd2/xdb <CJK>
+<U7C01> /x8f/xd2/xdc <CJK>
+<U7C02> /x8f/xd2/xdd <CJK>
+<U7C03> /x8f/xd2/xde <CJK>
+<U7C04> /x8f/xd2/xdf <CJK>
+<U7C06> /x8f/xd2/xe0 <CJK>
+<U7C09> /x8f/xd2/xe1 <CJK>
+<U7C0B> /x8f/xd2/xe2 <CJK>
+<U7C0C> /x8f/xd2/xe3 <CJK>
+<U7C0E> /x8f/xd2/xe4 <CJK>
+<U7C0F> /x8f/xd2/xe5 <CJK>
+<U7C19> /x8f/xd2/xe6 <CJK>
+<U7C1B> /x8f/xd2/xe7 <CJK>
+<U7C20> /x8f/xd2/xe8 <CJK>
+<U7C25> /x8f/xd2/xe9 <CJK>
+<U7C26> /x8f/xd2/xea <CJK>
+<U7C28> /x8f/xd2/xeb <CJK>
+<U7C2C> /x8f/xd2/xec <CJK>
+<U7C31> /x8f/xd2/xed <CJK>
+<U7C33> /x8f/xd2/xee <CJK>
+<U7C34> /x8f/xd2/xef <CJK>
+<U7C36> /x8f/xd2/xf0 <CJK>
+<U7C39> /x8f/xd2/xf1 <CJK>
+<U7C3A> /x8f/xd2/xf2 <CJK>
+<U7C46> /x8f/xd2/xf3 <CJK>
+<U7C4A> /x8f/xd2/xf4 <CJK>
+<U7C55> /x8f/xd2/xf5 <CJK>
+<U7C51> /x8f/xd2/xf6 <CJK>
+<U7C52> /x8f/xd2/xf7 <CJK>
+<U7C53> /x8f/xd2/xf8 <CJK>
+<U7C59> /x8f/xd2/xf9 <CJK>
+<U7C5A> /x8f/xd2/xfa <CJK>
+<U7C5B> /x8f/xd2/xfb <CJK>
+<U7C5C> /x8f/xd2/xfc <CJK>
+<U7C5D> /x8f/xd2/xfd <CJK>
+<U7C5E> /x8f/xd2/xfe <CJK>
+<U7C61> /x8f/xd3/xa1 <CJK>
+<U7C63> /x8f/xd3/xa2 <CJK>
+<U7C67> /x8f/xd3/xa3 <CJK>
+<U7C69> /x8f/xd3/xa4 <CJK>
+<U7C6D> /x8f/xd3/xa5 <CJK>
+<U7C6E> /x8f/xd3/xa6 <CJK>
+<U7C70> /x8f/xd3/xa7 <CJK>
+<U7C72> /x8f/xd3/xa8 <CJK>
+<U7C79> /x8f/xd3/xa9 <CJK>
+<U7C7C> /x8f/xd3/xaa <CJK>
+<U7C7D> /x8f/xd3/xab <CJK>
+<U7C86> /x8f/xd3/xac <CJK>
+<U7C87> /x8f/xd3/xad <CJK>
+<U7C8F> /x8f/xd3/xae <CJK>
+<U7C94> /x8f/xd3/xaf <CJK>
+<U7C9E> /x8f/xd3/xb0 <CJK>
+<U7CA0> /x8f/xd3/xb1 <CJK>
+<U7CA6> /x8f/xd3/xb2 <CJK>
+<U7CB0> /x8f/xd3/xb3 <CJK>
+<U7CB6> /x8f/xd3/xb4 <CJK>
+<U7CB7> /x8f/xd3/xb5 <CJK>
+<U7CBA> /x8f/xd3/xb6 <CJK>
+<U7CBB> /x8f/xd3/xb7 <CJK>
+<U7CBC> /x8f/xd3/xb8 <CJK>
+<U7CBF> /x8f/xd3/xb9 <CJK>
+<U7CC4> /x8f/xd3/xba <CJK>
+<U7CC7> /x8f/xd3/xbb <CJK>
+<U7CC8> /x8f/xd3/xbc <CJK>
+<U7CC9> /x8f/xd3/xbd <CJK>
+<U7CCD> /x8f/xd3/xbe <CJK>
+<U7CCF> /x8f/xd3/xbf <CJK>
+<U7CD3> /x8f/xd3/xc0 <CJK>
+<U7CD4> /x8f/xd3/xc1 <CJK>
+<U7CD5> /x8f/xd3/xc2 <CJK>
+<U7CD7> /x8f/xd3/xc3 <CJK>
+<U7CD9> /x8f/xd3/xc4 <CJK>
+<U7CDA> /x8f/xd3/xc5 <CJK>
+<U7CDD> /x8f/xd3/xc6 <CJK>
+<U7CE6> /x8f/xd3/xc7 <CJK>
+<U7CE9> /x8f/xd3/xc8 <CJK>
+<U7CEB> /x8f/xd3/xc9 <CJK>
+<U7CF5> /x8f/xd3/xca <CJK>
+<U7D03> /x8f/xd3/xcb <CJK>
+<U7D07> /x8f/xd3/xcc <CJK>
+<U7D08> /x8f/xd3/xcd <CJK>
+<U7D09> /x8f/xd3/xce <CJK>
+<U7D0F> /x8f/xd3/xcf <CJK>
+<U7D11> /x8f/xd3/xd0 <CJK>
+<U7D12> /x8f/xd3/xd1 <CJK>
+<U7D13> /x8f/xd3/xd2 <CJK>
+<U7D16> /x8f/xd3/xd3 <CJK>
+<U7D1D> /x8f/xd3/xd4 <CJK>
+<U7D1E> /x8f/xd3/xd5 <CJK>
+<U7D23> /x8f/xd3/xd6 <CJK>
+<U7D26> /x8f/xd3/xd7 <CJK>
+<U7D2A> /x8f/xd3/xd8 <CJK>
+<U7D2D> /x8f/xd3/xd9 <CJK>
+<U7D31> /x8f/xd3/xda <CJK>
+<U7D3C> /x8f/xd3/xdb <CJK>
+<U7D3D> /x8f/xd3/xdc <CJK>
+<U7D3E> /x8f/xd3/xdd <CJK>
+<U7D40> /x8f/xd3/xde <CJK>
+<U7D41> /x8f/xd3/xdf <CJK>
+<U7D47> /x8f/xd3/xe0 <CJK>
+<U7D48> /x8f/xd3/xe1 <CJK>
+<U7D4D> /x8f/xd3/xe2 <CJK>
+<U7D51> /x8f/xd3/xe3 <CJK>
+<U7D53> /x8f/xd3/xe4 <CJK>
+<U7D57> /x8f/xd3/xe5 <CJK>
+<U7D59> /x8f/xd3/xe6 <CJK>
+<U7D5A> /x8f/xd3/xe7 <CJK>
+<U7D5C> /x8f/xd3/xe8 <CJK>
+<U7D5D> /x8f/xd3/xe9 <CJK>
+<U7D65> /x8f/xd3/xea <CJK>
+<U7D67> /x8f/xd3/xeb <CJK>
+<U7D6A> /x8f/xd3/xec <CJK>
+<U7D70> /x8f/xd3/xed <CJK>
+<U7D78> /x8f/xd3/xee <CJK>
+<U7D7A> /x8f/xd3/xef <CJK>
+<U7D7B> /x8f/xd3/xf0 <CJK>
+<U7D7F> /x8f/xd3/xf1 <CJK>
+<U7D81> /x8f/xd3/xf2 <CJK>
+<U7D82> /x8f/xd3/xf3 <CJK>
+<U7D83> /x8f/xd3/xf4 <CJK>
+<U7D85> /x8f/xd3/xf5 <CJK>
+<U7D86> /x8f/xd3/xf6 <CJK>
+<U7D88> /x8f/xd3/xf7 <CJK>
+<U7D8B> /x8f/xd3/xf8 <CJK>
+<U7D8C> /x8f/xd3/xf9 <CJK>
+<U7D8D> /x8f/xd3/xfa <CJK>
+<U7D91> /x8f/xd3/xfb <CJK>
+<U7D96> /x8f/xd3/xfc <CJK>
+<U7D97> /x8f/xd3/xfd <CJK>
+<U7D9D> /x8f/xd3/xfe <CJK>
+<U7D9E> /x8f/xd4/xa1 <CJK>
+<U7DA6> /x8f/xd4/xa2 <CJK>
+<U7DA7> /x8f/xd4/xa3 <CJK>
+<U7DAA> /x8f/xd4/xa4 <CJK>
+<U7DB3> /x8f/xd4/xa5 <CJK>
+<U7DB6> /x8f/xd4/xa6 <CJK>
+<U7DB7> /x8f/xd4/xa7 <CJK>
+<U7DB9> /x8f/xd4/xa8 <CJK>
+<U7DC2> /x8f/xd4/xa9 <CJK>
+<U7DC3> /x8f/xd4/xaa <CJK>
+<U7DC4> /x8f/xd4/xab <CJK>
+<U7DC5> /x8f/xd4/xac <CJK>
+<U7DC6> /x8f/xd4/xad <CJK>
+<U7DCC> /x8f/xd4/xae <CJK>
+<U7DCD> /x8f/xd4/xaf <CJK>
+<U7DCE> /x8f/xd4/xb0 <CJK>
+<U7DD7> /x8f/xd4/xb1 <CJK>
+<U7DD9> /x8f/xd4/xb2 <CJK>
+<U7E00> /x8f/xd4/xb3 <CJK>
+<U7DE2> /x8f/xd4/xb4 <CJK>
+<U7DE5> /x8f/xd4/xb5 <CJK>
+<U7DE6> /x8f/xd4/xb6 <CJK>
+<U7DEA> /x8f/xd4/xb7 <CJK>
+<U7DEB> /x8f/xd4/xb8 <CJK>
+<U7DED> /x8f/xd4/xb9 <CJK>
+<U7DF1> /x8f/xd4/xba <CJK>
+<U7DF5> /x8f/xd4/xbb <CJK>
+<U7DF6> /x8f/xd4/xbc <CJK>
+<U7DF9> /x8f/xd4/xbd <CJK>
+<U7DFA> /x8f/xd4/xbe <CJK>
+<U7E08> /x8f/xd4/xbf <CJK>
+<U7E10> /x8f/xd4/xc0 <CJK>
+<U7E11> /x8f/xd4/xc1 <CJK>
+<U7E15> /x8f/xd4/xc2 <CJK>
+<U7E17> /x8f/xd4/xc3 <CJK>
+<U7E1C> /x8f/xd4/xc4 <CJK>
+<U7E1D> /x8f/xd4/xc5 <CJK>
+<U7E20> /x8f/xd4/xc6 <CJK>
+<U7E27> /x8f/xd4/xc7 <CJK>
+<U7E28> /x8f/xd4/xc8 <CJK>
+<U7E2C> /x8f/xd4/xc9 <CJK>
+<U7E2D> /x8f/xd4/xca <CJK>
+<U7E2F> /x8f/xd4/xcb <CJK>
+<U7E33> /x8f/xd4/xcc <CJK>
+<U7E36> /x8f/xd4/xcd <CJK>
+<U7E3F> /x8f/xd4/xce <CJK>
+<U7E44> /x8f/xd4/xcf <CJK>
+<U7E45> /x8f/xd4/xd0 <CJK>
+<U7E47> /x8f/xd4/xd1 <CJK>
+<U7E4E> /x8f/xd4/xd2 <CJK>
+<U7E50> /x8f/xd4/xd3 <CJK>
+<U7E52> /x8f/xd4/xd4 <CJK>
+<U7E58> /x8f/xd4/xd5 <CJK>
+<U7E5F> /x8f/xd4/xd6 <CJK>
+<U7E61> /x8f/xd4/xd7 <CJK>
+<U7E62> /x8f/xd4/xd8 <CJK>
+<U7E65> /x8f/xd4/xd9 <CJK>
+<U7E6B> /x8f/xd4/xda <CJK>
+<U7E6E> /x8f/xd4/xdb <CJK>
+<U7E6F> /x8f/xd4/xdc <CJK>
+<U7E73> /x8f/xd4/xdd <CJK>
+<U7E78> /x8f/xd4/xde <CJK>
+<U7E7E> /x8f/xd4/xdf <CJK>
+<U7E81> /x8f/xd4/xe0 <CJK>
+<U7E86> /x8f/xd4/xe1 <CJK>
+<U7E87> /x8f/xd4/xe2 <CJK>
+<U7E8A> /x8f/xd4/xe3 <CJK>
+<U7E8D> /x8f/xd4/xe4 <CJK>
+<U7E91> /x8f/xd4/xe5 <CJK>
+<U7E95> /x8f/xd4/xe6 <CJK>
+<U7E98> /x8f/xd4/xe7 <CJK>
+<U7E9A> /x8f/xd4/xe8 <CJK>
+<U7E9D> /x8f/xd4/xe9 <CJK>
+<U7E9E> /x8f/xd4/xea <CJK>
+<U7F3C> /x8f/xd4/xeb <CJK>
+<U7F3B> /x8f/xd4/xec <CJK>
+<U7F3D> /x8f/xd4/xed <CJK>
+<U7F3E> /x8f/xd4/xee <CJK>
+<U7F3F> /x8f/xd4/xef <CJK>
+<U7F43> /x8f/xd4/xf0 <CJK>
+<U7F44> /x8f/xd4/xf1 <CJK>
+<U7F47> /x8f/xd4/xf2 <CJK>
+<U7F4F> /x8f/xd4/xf3 <CJK>
+<U7F52> /x8f/xd4/xf4 <CJK>
+<U7F53> /x8f/xd4/xf5 <CJK>
+<U7F5B> /x8f/xd4/xf6 <CJK>
+<U7F5C> /x8f/xd4/xf7 <CJK>
+<U7F5D> /x8f/xd4/xf8 <CJK>
+<U7F61> /x8f/xd4/xf9 <CJK>
+<U7F63> /x8f/xd4/xfa <CJK>
+<U7F64> /x8f/xd4/xfb <CJK>
+<U7F65> /x8f/xd4/xfc <CJK>
+<U7F66> /x8f/xd4/xfd <CJK>
+<U7F6D> /x8f/xd4/xfe <CJK>
+<U7F71> /x8f/xd5/xa1 <CJK>
+<U7F7D> /x8f/xd5/xa2 <CJK>
+<U7F7E> /x8f/xd5/xa3 <CJK>
+<U7F7F> /x8f/xd5/xa4 <CJK>
+<U7F80> /x8f/xd5/xa5 <CJK>
+<U7F8B> /x8f/xd5/xa6 <CJK>
+<U7F8D> /x8f/xd5/xa7 <CJK>
+<U7F8F> /x8f/xd5/xa8 <CJK>
+<U7F90> /x8f/xd5/xa9 <CJK>
+<U7F91> /x8f/xd5/xaa <CJK>
+<U7F96> /x8f/xd5/xab <CJK>
+<U7F97> /x8f/xd5/xac <CJK>
+<U7F9C> /x8f/xd5/xad <CJK>
+<U7FA1> /x8f/xd5/xae <CJK>
+<U7FA2> /x8f/xd5/xaf <CJK>
+<U7FA6> /x8f/xd5/xb0 <CJK>
+<U7FAA> /x8f/xd5/xb1 <CJK>
+<U7FAD> /x8f/xd5/xb2 <CJK>
+<U7FB4> /x8f/xd5/xb3 <CJK>
+<U7FBC> /x8f/xd5/xb4 <CJK>
+<U7FBF> /x8f/xd5/xb5 <CJK>
+<U7FC0> /x8f/xd5/xb6 <CJK>
+<U7FC3> /x8f/xd5/xb7 <CJK>
+<U7FC8> /x8f/xd5/xb8 <CJK>
+<U7FCE> /x8f/xd5/xb9 <CJK>
+<U7FCF> /x8f/xd5/xba <CJK>
+<U7FDB> /x8f/xd5/xbb <CJK>
+<U7FDF> /x8f/xd5/xbc <CJK>
+<U7FE3> /x8f/xd5/xbd <CJK>
+<U7FE5> /x8f/xd5/xbe <CJK>
+<U7FE8> /x8f/xd5/xbf <CJK>
+<U7FEC> /x8f/xd5/xc0 <CJK>
+<U7FEE> /x8f/xd5/xc1 <CJK>
+<U7FEF> /x8f/xd5/xc2 <CJK>
+<U7FF2> /x8f/xd5/xc3 <CJK>
+<U7FFA> /x8f/xd5/xc4 <CJK>
+<U7FFD> /x8f/xd5/xc5 <CJK>
+<U7FFE> /x8f/xd5/xc6 <CJK>
+<U7FFF> /x8f/xd5/xc7 <CJK>
+<U8007> /x8f/xd5/xc8 <CJK>
+<U8008> /x8f/xd5/xc9 <CJK>
+<U800A> /x8f/xd5/xca <CJK>
+<U800D> /x8f/xd5/xcb <CJK>
+<U800E> /x8f/xd5/xcc <CJK>
+<U800F> /x8f/xd5/xcd <CJK>
+<U8011> /x8f/xd5/xce <CJK>
+<U8013> /x8f/xd5/xcf <CJK>
+<U8014> /x8f/xd5/xd0 <CJK>
+<U8016> /x8f/xd5/xd1 <CJK>
+<U801D> /x8f/xd5/xd2 <CJK>
+<U801E> /x8f/xd5/xd3 <CJK>
+<U801F> /x8f/xd5/xd4 <CJK>
+<U8020> /x8f/xd5/xd5 <CJK>
+<U8024> /x8f/xd5/xd6 <CJK>
+<U8026> /x8f/xd5/xd7 <CJK>
+<U802C> /x8f/xd5/xd8 <CJK>
+<U802E> /x8f/xd5/xd9 <CJK>
+<U8030> /x8f/xd5/xda <CJK>
+<U8034> /x8f/xd5/xdb <CJK>
+<U8035> /x8f/xd5/xdc <CJK>
+<U8037> /x8f/xd5/xdd <CJK>
+<U8039> /x8f/xd5/xde <CJK>
+<U803A> /x8f/xd5/xdf <CJK>
+<U803C> /x8f/xd5/xe0 <CJK>
+<U803E> /x8f/xd5/xe1 <CJK>
+<U8040> /x8f/xd5/xe2 <CJK>
+<U8044> /x8f/xd5/xe3 <CJK>
+<U8060> /x8f/xd5/xe4 <CJK>
+<U8064> /x8f/xd5/xe5 <CJK>
+<U8066> /x8f/xd5/xe6 <CJK>
+<U806D> /x8f/xd5/xe7 <CJK>
+<U8071> /x8f/xd5/xe8 <CJK>
+<U8075> /x8f/xd5/xe9 <CJK>
+<U8081> /x8f/xd5/xea <CJK>
+<U8088> /x8f/xd5/xeb <CJK>
+<U808E> /x8f/xd5/xec <CJK>
+<U809C> /x8f/xd5/xed <CJK>
+<U809E> /x8f/xd5/xee <CJK>
+<U80A6> /x8f/xd5/xef <CJK>
+<U80A7> /x8f/xd5/xf0 <CJK>
+<U80AB> /x8f/xd5/xf1 <CJK>
+<U80B8> /x8f/xd5/xf2 <CJK>
+<U80B9> /x8f/xd5/xf3 <CJK>
+<U80C8> /x8f/xd5/xf4 <CJK>
+<U80CD> /x8f/xd5/xf5 <CJK>
+<U80CF> /x8f/xd5/xf6 <CJK>
+<U80D2> /x8f/xd5/xf7 <CJK>
+<U80D4> /x8f/xd5/xf8 <CJK>
+<U80D5> /x8f/xd5/xf9 <CJK>
+<U80D7> /x8f/xd5/xfa <CJK>
+<U80D8> /x8f/xd5/xfb <CJK>
+<U80E0> /x8f/xd5/xfc <CJK>
+<U80ED> /x8f/xd5/xfd <CJK>
+<U80EE> /x8f/xd5/xfe <CJK>
+<U80F0> /x8f/xd6/xa1 <CJK>
+<U80F2> /x8f/xd6/xa2 <CJK>
+<U80F3> /x8f/xd6/xa3 <CJK>
+<U80F6> /x8f/xd6/xa4 <CJK>
+<U80F9> /x8f/xd6/xa5 <CJK>
+<U80FA> /x8f/xd6/xa6 <CJK>
+<U80FE> /x8f/xd6/xa7 <CJK>
+<U8103> /x8f/xd6/xa8 <CJK>
+<U810B> /x8f/xd6/xa9 <CJK>
+<U8116> /x8f/xd6/xaa <CJK>
+<U8117> /x8f/xd6/xab <CJK>
+<U8118> /x8f/xd6/xac <CJK>
+<U811C> /x8f/xd6/xad <CJK>
+<U811E> /x8f/xd6/xae <CJK>
+<U8120> /x8f/xd6/xaf <CJK>
+<U8124> /x8f/xd6/xb0 <CJK>
+<U8127> /x8f/xd6/xb1 <CJK>
+<U812C> /x8f/xd6/xb2 <CJK>
+<U8130> /x8f/xd6/xb3 <CJK>
+<U8135> /x8f/xd6/xb4 <CJK>
+<U813A> /x8f/xd6/xb5 <CJK>
+<U813C> /x8f/xd6/xb6 <CJK>
+<U8145> /x8f/xd6/xb7 <CJK>
+<U8147> /x8f/xd6/xb8 <CJK>
+<U814A> /x8f/xd6/xb9 <CJK>
+<U814C> /x8f/xd6/xba <CJK>
+<U8152> /x8f/xd6/xbb <CJK>
+<U8157> /x8f/xd6/xbc <CJK>
+<U8160> /x8f/xd6/xbd <CJK>
+<U8161> /x8f/xd6/xbe <CJK>
+<U8167> /x8f/xd6/xbf <CJK>
+<U8168> /x8f/xd6/xc0 <CJK>
+<U8169> /x8f/xd6/xc1 <CJK>
+<U816D> /x8f/xd6/xc2 <CJK>
+<U816F> /x8f/xd6/xc3 <CJK>
+<U8177> /x8f/xd6/xc4 <CJK>
+<U8181> /x8f/xd6/xc5 <CJK>
+<U8190> /x8f/xd6/xc6 <CJK>
+<U8184> /x8f/xd6/xc7 <CJK>
+<U8185> /x8f/xd6/xc8 <CJK>
+<U8186> /x8f/xd6/xc9 <CJK>
+<U818B> /x8f/xd6/xca <CJK>
+<U818E> /x8f/xd6/xcb <CJK>
+<U8196> /x8f/xd6/xcc <CJK>
+<U8198> /x8f/xd6/xcd <CJK>
+<U819B> /x8f/xd6/xce <CJK>
+<U819E> /x8f/xd6/xcf <CJK>
+<U81A2> /x8f/xd6/xd0 <CJK>
+<U81AE> /x8f/xd6/xd1 <CJK>
+<U81B2> /x8f/xd6/xd2 <CJK>
+<U81B4> /x8f/xd6/xd3 <CJK>
+<U81BB> /x8f/xd6/xd4 <CJK>
+<U81CB> /x8f/xd6/xd5 <CJK>
+<U81C3> /x8f/xd6/xd6 <CJK>
+<U81C5> /x8f/xd6/xd7 <CJK>
+<U81CA> /x8f/xd6/xd8 <CJK>
+<U81CE> /x8f/xd6/xd9 <CJK>
+<U81CF> /x8f/xd6/xda <CJK>
+<U81D5> /x8f/xd6/xdb <CJK>
+<U81D7> /x8f/xd6/xdc <CJK>
+<U81DB> /x8f/xd6/xdd <CJK>
+<U81DD> /x8f/xd6/xde <CJK>
+<U81DE> /x8f/xd6/xdf <CJK>
+<U81E1> /x8f/xd6/xe0 <CJK>
+<U81E4> /x8f/xd6/xe1 <CJK>
+<U81EB> /x8f/xd6/xe2 <CJK>
+<U81EC> /x8f/xd6/xe3 <CJK>
+<U81F0> /x8f/xd6/xe4 <CJK>
+<U81F1> /x8f/xd6/xe5 <CJK>
+<U81F2> /x8f/xd6/xe6 <CJK>
+<U81F5> /x8f/xd6/xe7 <CJK>
+<U81F6> /x8f/xd6/xe8 <CJK>
+<U81F8> /x8f/xd6/xe9 <CJK>
+<U81F9> /x8f/xd6/xea <CJK>
+<U81FD> /x8f/xd6/xeb <CJK>
+<U81FF> /x8f/xd6/xec <CJK>
+<U8200> /x8f/xd6/xed <CJK>
+<U8203> /x8f/xd6/xee <CJK>
+<U820F> /x8f/xd6/xef <CJK>
+<U8213> /x8f/xd6/xf0 <CJK>
+<U8214> /x8f/xd6/xf1 <CJK>
+<U8219> /x8f/xd6/xf2 <CJK>
+<U821A> /x8f/xd6/xf3 <CJK>
+<U821D> /x8f/xd6/xf4 <CJK>
+<U8221> /x8f/xd6/xf5 <CJK>
+<U8222> /x8f/xd6/xf6 <CJK>
+<U8228> /x8f/xd6/xf7 <CJK>
+<U8232> /x8f/xd6/xf8 <CJK>
+<U8234> /x8f/xd6/xf9 <CJK>
+<U823A> /x8f/xd6/xfa <CJK>
+<U8243> /x8f/xd6/xfb <CJK>
+<U8244> /x8f/xd6/xfc <CJK>
+<U8245> /x8f/xd6/xfd <CJK>
+<U8246> /x8f/xd6/xfe <CJK>
+<U824B> /x8f/xd7/xa1 <CJK>
+<U824E> /x8f/xd7/xa2 <CJK>
+<U824F> /x8f/xd7/xa3 <CJK>
+<U8251> /x8f/xd7/xa4 <CJK>
+<U8256> /x8f/xd7/xa5 <CJK>
+<U825C> /x8f/xd7/xa6 <CJK>
+<U8260> /x8f/xd7/xa7 <CJK>
+<U8263> /x8f/xd7/xa8 <CJK>
+<U8267> /x8f/xd7/xa9 <CJK>
+<U826D> /x8f/xd7/xaa <CJK>
+<U8274> /x8f/xd7/xab <CJK>
+<U827B> /x8f/xd7/xac <CJK>
+<U827D> /x8f/xd7/xad <CJK>
+<U827F> /x8f/xd7/xae <CJK>
+<U8280> /x8f/xd7/xaf <CJK>
+<U8281> /x8f/xd7/xb0 <CJK>
+<U8283> /x8f/xd7/xb1 <CJK>
+<U8284> /x8f/xd7/xb2 <CJK>
+<U8287> /x8f/xd7/xb3 <CJK>
+<U8289> /x8f/xd7/xb4 <CJK>
+<U828A> /x8f/xd7/xb5 <CJK>
+<U828E> /x8f/xd7/xb6 <CJK>
+<U8291> /x8f/xd7/xb7 <CJK>
+<U8294> /x8f/xd7/xb8 <CJK>
+<U8296> /x8f/xd7/xb9 <CJK>
+<U8298> /x8f/xd7/xba <CJK>
+<U829A> /x8f/xd7/xbb <CJK>
+<U829B> /x8f/xd7/xbc <CJK>
+<U82A0> /x8f/xd7/xbd <CJK>
+<U82A1> /x8f/xd7/xbe <CJK>
+<U82A3> /x8f/xd7/xbf <CJK>
+<U82A4> /x8f/xd7/xc0 <CJK>
+<U82A7> /x8f/xd7/xc1 <CJK>
+<U82A8> /x8f/xd7/xc2 <CJK>
+<U82A9> /x8f/xd7/xc3 <CJK>
+<U82AA> /x8f/xd7/xc4 <CJK>
+<U82AE> /x8f/xd7/xc5 <CJK>
+<U82B0> /x8f/xd7/xc6 <CJK>
+<U82B2> /x8f/xd7/xc7 <CJK>
+<U82B4> /x8f/xd7/xc8 <CJK>
+<U82B7> /x8f/xd7/xc9 <CJK>
+<U82BA> /x8f/xd7/xca <CJK>
+<U82BC> /x8f/xd7/xcb <CJK>
+<U82BE> /x8f/xd7/xcc <CJK>
+<U82BF> /x8f/xd7/xcd <CJK>
+<U82C6> /x8f/xd7/xce <CJK>
+<U82D0> /x8f/xd7/xcf <CJK>
+<U82D5> /x8f/xd7/xd0 <CJK>
+<U82DA> /x8f/xd7/xd1 <CJK>
+<U82E0> /x8f/xd7/xd2 <CJK>
+<U82E2> /x8f/xd7/xd3 <CJK>
+<U82E4> /x8f/xd7/xd4 <CJK>
+<U82E8> /x8f/xd7/xd5 <CJK>
+<U82EA> /x8f/xd7/xd6 <CJK>
+<U82ED> /x8f/xd7/xd7 <CJK>
+<U82EF> /x8f/xd7/xd8 <CJK>
+<U82F6> /x8f/xd7/xd9 <CJK>
+<U82F7> /x8f/xd7/xda <CJK>
+<U82FD> /x8f/xd7/xdb <CJK>
+<U82FE> /x8f/xd7/xdc <CJK>
+<U8300> /x8f/xd7/xdd <CJK>
+<U8301> /x8f/xd7/xde <CJK>
+<U8307> /x8f/xd7/xdf <CJK>
+<U8308> /x8f/xd7/xe0 <CJK>
+<U830A> /x8f/xd7/xe1 <CJK>
+<U830B> /x8f/xd7/xe2 <CJK>
+<U8354> /x8f/xd7/xe3 <CJK>
+<U831B> /x8f/xd7/xe4 <CJK>
+<U831D> /x8f/xd7/xe5 <CJK>
+<U831E> /x8f/xd7/xe6 <CJK>
+<U831F> /x8f/xd7/xe7 <CJK>
+<U8321> /x8f/xd7/xe8 <CJK>
+<U8322> /x8f/xd7/xe9 <CJK>
+<U832C> /x8f/xd7/xea <CJK>
+<U832D> /x8f/xd7/xeb <CJK>
+<U832E> /x8f/xd7/xec <CJK>
+<U8330> /x8f/xd7/xed <CJK>
+<U8333> /x8f/xd7/xee <CJK>
+<U8337> /x8f/xd7/xef <CJK>
+<U833A> /x8f/xd7/xf0 <CJK>
+<U833C> /x8f/xd7/xf1 <CJK>
+<U833D> /x8f/xd7/xf2 <CJK>
+<U8342> /x8f/xd7/xf3 <CJK>
+<U8343> /x8f/xd7/xf4 <CJK>
+<U8344> /x8f/xd7/xf5 <CJK>
+<U8347> /x8f/xd7/xf6 <CJK>
+<U834D> /x8f/xd7/xf7 <CJK>
+<U834E> /x8f/xd7/xf8 <CJK>
+<U8351> /x8f/xd7/xf9 <CJK>
+<U8355> /x8f/xd7/xfa <CJK>
+<U8356> /x8f/xd7/xfb <CJK>
+<U8357> /x8f/xd7/xfc <CJK>
+<U8370> /x8f/xd7/xfd <CJK>
+<U8378> /x8f/xd7/xfe <CJK>
+<U837D> /x8f/xd8/xa1 <CJK>
+<U837F> /x8f/xd8/xa2 <CJK>
+<U8380> /x8f/xd8/xa3 <CJK>
+<U8382> /x8f/xd8/xa4 <CJK>
+<U8384> /x8f/xd8/xa5 <CJK>
+<U8386> /x8f/xd8/xa6 <CJK>
+<U838D> /x8f/xd8/xa7 <CJK>
+<U8392> /x8f/xd8/xa8 <CJK>
+<U8394> /x8f/xd8/xa9 <CJK>
+<U8395> /x8f/xd8/xaa <CJK>
+<U8398> /x8f/xd8/xab <CJK>
+<U8399> /x8f/xd8/xac <CJK>
+<U839B> /x8f/xd8/xad <CJK>
+<U839C> /x8f/xd8/xae <CJK>
+<U839D> /x8f/xd8/xaf <CJK>
+<U83A6> /x8f/xd8/xb0 <CJK>
+<U83A7> /x8f/xd8/xb1 <CJK>
+<U83A9> /x8f/xd8/xb2 <CJK>
+<U83AC> /x8f/xd8/xb3 <CJK>
+<U83BE> /x8f/xd8/xb4 <CJK>
+<U83BF> /x8f/xd8/xb5 <CJK>
+<U83C0> /x8f/xd8/xb6 <CJK>
+<U83C7> /x8f/xd8/xb7 <CJK>
+<U83C9> /x8f/xd8/xb8 <CJK>
+<U83CF> /x8f/xd8/xb9 <CJK>
+<U83D0> /x8f/xd8/xba <CJK>
+<U83D1> /x8f/xd8/xbb <CJK>
+<U83D4> /x8f/xd8/xbc <CJK>
+<U83DD> /x8f/xd8/xbd <CJK>
+<U8353> /x8f/xd8/xbe <CJK>
+<U83E8> /x8f/xd8/xbf <CJK>
+<U83EA> /x8f/xd8/xc0 <CJK>
+<U83F6> /x8f/xd8/xc1 <CJK>
+<U83F8> /x8f/xd8/xc2 <CJK>
+<U83F9> /x8f/xd8/xc3 <CJK>
+<U83FC> /x8f/xd8/xc4 <CJK>
+<U8401> /x8f/xd8/xc5 <CJK>
+<U8406> /x8f/xd8/xc6 <CJK>
+<U840A> /x8f/xd8/xc7 <CJK>
+<U840F> /x8f/xd8/xc8 <CJK>
+<U8411> /x8f/xd8/xc9 <CJK>
+<U8415> /x8f/xd8/xca <CJK>
+<U8419> /x8f/xd8/xcb <CJK>
+<U83AD> /x8f/xd8/xcc <CJK>
+<U842F> /x8f/xd8/xcd <CJK>
+<U8439> /x8f/xd8/xce <CJK>
+<U8445> /x8f/xd8/xcf <CJK>
+<U8447> /x8f/xd8/xd0 <CJK>
+<U8448> /x8f/xd8/xd1 <CJK>
+<U844A> /x8f/xd8/xd2 <CJK>
+<U844D> /x8f/xd8/xd3 <CJK>
+<U844F> /x8f/xd8/xd4 <CJK>
+<U8451> /x8f/xd8/xd5 <CJK>
+<U8452> /x8f/xd8/xd6 <CJK>
+<U8456> /x8f/xd8/xd7 <CJK>
+<U8458> /x8f/xd8/xd8 <CJK>
+<U8459> /x8f/xd8/xd9 <CJK>
+<U845A> /x8f/xd8/xda <CJK>
+<U845C> /x8f/xd8/xdb <CJK>
+<U8460> /x8f/xd8/xdc <CJK>
+<U8464> /x8f/xd8/xdd <CJK>
+<U8465> /x8f/xd8/xde <CJK>
+<U8467> /x8f/xd8/xdf <CJK>
+<U846A> /x8f/xd8/xe0 <CJK>
+<U8470> /x8f/xd8/xe1 <CJK>
+<U8473> /x8f/xd8/xe2 <CJK>
+<U8474> /x8f/xd8/xe3 <CJK>
+<U8476> /x8f/xd8/xe4 <CJK>
+<U8478> /x8f/xd8/xe5 <CJK>
+<U847C> /x8f/xd8/xe6 <CJK>
+<U847D> /x8f/xd8/xe7 <CJK>
+<U8481> /x8f/xd8/xe8 <CJK>
+<U8485> /x8f/xd8/xe9 <CJK>
+<U8492> /x8f/xd8/xea <CJK>
+<U8493> /x8f/xd8/xeb <CJK>
+<U8495> /x8f/xd8/xec <CJK>
+<U849E> /x8f/xd8/xed <CJK>
+<U84A6> /x8f/xd8/xee <CJK>
+<U84A8> /x8f/xd8/xef <CJK>
+<U84A9> /x8f/xd8/xf0 <CJK>
+<U84AA> /x8f/xd8/xf1 <CJK>
+<U84AF> /x8f/xd8/xf2 <CJK>
+<U84B1> /x8f/xd8/xf3 <CJK>
+<U84B4> /x8f/xd8/xf4 <CJK>
+<U84BA> /x8f/xd8/xf5 <CJK>
+<U84BD> /x8f/xd8/xf6 <CJK>
+<U84BE> /x8f/xd8/xf7 <CJK>
+<U84C0> /x8f/xd8/xf8 <CJK>
+<U84C2> /x8f/xd8/xf9 <CJK>
+<U84C7> /x8f/xd8/xfa <CJK>
+<U84C8> /x8f/xd8/xfb <CJK>
+<U84CC> /x8f/xd8/xfc <CJK>
+<U84CF> /x8f/xd8/xfd <CJK>
+<U84D3> /x8f/xd8/xfe <CJK>
+<U84DC> /x8f/xd9/xa1 <CJK>
+<U84E7> /x8f/xd9/xa2 <CJK>
+<U84EA> /x8f/xd9/xa3 <CJK>
+<U84EF> /x8f/xd9/xa4 <CJK>
+<U84F0> /x8f/xd9/xa5 <CJK>
+<U84F1> /x8f/xd9/xa6 <CJK>
+<U84F2> /x8f/xd9/xa7 <CJK>
+<U84F7> /x8f/xd9/xa8 <CJK>
+<U8532> /x8f/xd9/xa9 <CJK>
+<U84FA> /x8f/xd9/xaa <CJK>
+<U84FB> /x8f/xd9/xab <CJK>
+<U84FD> /x8f/xd9/xac <CJK>
+<U8502> /x8f/xd9/xad <CJK>
+<U8503> /x8f/xd9/xae <CJK>
+<U8507> /x8f/xd9/xaf <CJK>
+<U850C> /x8f/xd9/xb0 <CJK>
+<U850E> /x8f/xd9/xb1 <CJK>
+<U8510> /x8f/xd9/xb2 <CJK>
+<U851C> /x8f/xd9/xb3 <CJK>
+<U851E> /x8f/xd9/xb4 <CJK>
+<U8522> /x8f/xd9/xb5 <CJK>
+<U8523> /x8f/xd9/xb6 <CJK>
+<U8524> /x8f/xd9/xb7 <CJK>
+<U8525> /x8f/xd9/xb8 <CJK>
+<U8527> /x8f/xd9/xb9 <CJK>
+<U852A> /x8f/xd9/xba <CJK>
+<U852B> /x8f/xd9/xbb <CJK>
+<U852F> /x8f/xd9/xbc <CJK>
+<U8533> /x8f/xd9/xbd <CJK>
+<U8534> /x8f/xd9/xbe <CJK>
+<U8536> /x8f/xd9/xbf <CJK>
+<U853F> /x8f/xd9/xc0 <CJK>
+<U8546> /x8f/xd9/xc1 <CJK>
+<U854F> /x8f/xd9/xc2 <CJK>
+<U8550> /x8f/xd9/xc3 <CJK>
+<U8551> /x8f/xd9/xc4 <CJK>
+<U8552> /x8f/xd9/xc5 <CJK>
+<U8553> /x8f/xd9/xc6 <CJK>
+<U8556> /x8f/xd9/xc7 <CJK>
+<U8559> /x8f/xd9/xc8 <CJK>
+<U855C> /x8f/xd9/xc9 <CJK>
+<U855D> /x8f/xd9/xca <CJK>
+<U855E> /x8f/xd9/xcb <CJK>
+<U855F> /x8f/xd9/xcc <CJK>
+<U8560> /x8f/xd9/xcd <CJK>
+<U8561> /x8f/xd9/xce <CJK>
+<U8562> /x8f/xd9/xcf <CJK>
+<U8564> /x8f/xd9/xd0 <CJK>
+<U856B> /x8f/xd9/xd1 <CJK>
+<U856F> /x8f/xd9/xd2 <CJK>
+<U8579> /x8f/xd9/xd3 <CJK>
+<U857A> /x8f/xd9/xd4 <CJK>
+<U857B> /x8f/xd9/xd5 <CJK>
+<U857D> /x8f/xd9/xd6 <CJK>
+<U857F> /x8f/xd9/xd7 <CJK>
+<U8581> /x8f/xd9/xd8 <CJK>
+<U8585> /x8f/xd9/xd9 <CJK>
+<U8586> /x8f/xd9/xda <CJK>
+<U8589> /x8f/xd9/xdb <CJK>
+<U858B> /x8f/xd9/xdc <CJK>
+<U858C> /x8f/xd9/xdd <CJK>
+<U858F> /x8f/xd9/xde <CJK>
+<U8593> /x8f/xd9/xdf <CJK>
+<U8598> /x8f/xd9/xe0 <CJK>
+<U859D> /x8f/xd9/xe1 <CJK>
+<U859F> /x8f/xd9/xe2 <CJK>
+<U85A0> /x8f/xd9/xe3 <CJK>
+<U85A2> /x8f/xd9/xe4 <CJK>
+<U85A5> /x8f/xd9/xe5 <CJK>
+<U85A7> /x8f/xd9/xe6 <CJK>
+<U85B4> /x8f/xd9/xe7 <CJK>
+<U85B6> /x8f/xd9/xe8 <CJK>
+<U85B7> /x8f/xd9/xe9 <CJK>
+<U85B8> /x8f/xd9/xea <CJK>
+<U85BC> /x8f/xd9/xeb <CJK>
+<U85BD> /x8f/xd9/xec <CJK>
+<U85BE> /x8f/xd9/xed <CJK>
+<U85BF> /x8f/xd9/xee <CJK>
+<U85C2> /x8f/xd9/xef <CJK>
+<U85C7> /x8f/xd9/xf0 <CJK>
+<U85CA> /x8f/xd9/xf1 <CJK>
+<U85CB> /x8f/xd9/xf2 <CJK>
+<U85CE> /x8f/xd9/xf3 <CJK>
+<U85AD> /x8f/xd9/xf4 <CJK>
+<U85D8> /x8f/xd9/xf5 <CJK>
+<U85DA> /x8f/xd9/xf6 <CJK>
+<U85DF> /x8f/xd9/xf7 <CJK>
+<U85E0> /x8f/xd9/xf8 <CJK>
+<U85E6> /x8f/xd9/xf9 <CJK>
+<U85E8> /x8f/xd9/xfa <CJK>
+<U85ED> /x8f/xd9/xfb <CJK>
+<U85F3> /x8f/xd9/xfc <CJK>
+<U85F6> /x8f/xd9/xfd <CJK>
+<U85FC> /x8f/xd9/xfe <CJK>
+<U85FF> /x8f/xda/xa1 <CJK>
+<U8600> /x8f/xda/xa2 <CJK>
+<U8604> /x8f/xda/xa3 <CJK>
+<U8605> /x8f/xda/xa4 <CJK>
+<U860D> /x8f/xda/xa5 <CJK>
+<U860E> /x8f/xda/xa6 <CJK>
+<U8610> /x8f/xda/xa7 <CJK>
+<U8611> /x8f/xda/xa8 <CJK>
+<U8612> /x8f/xda/xa9 <CJK>
+<U8618> /x8f/xda/xaa <CJK>
+<U8619> /x8f/xda/xab <CJK>
+<U861B> /x8f/xda/xac <CJK>
+<U861E> /x8f/xda/xad <CJK>
+<U8621> /x8f/xda/xae <CJK>
+<U8627> /x8f/xda/xaf <CJK>
+<U8629> /x8f/xda/xb0 <CJK>
+<U8636> /x8f/xda/xb1 <CJK>
+<U8638> /x8f/xda/xb2 <CJK>
+<U863A> /x8f/xda/xb3 <CJK>
+<U863C> /x8f/xda/xb4 <CJK>
+<U863D> /x8f/xda/xb5 <CJK>
+<U8640> /x8f/xda/xb6 <CJK>
+<U8642> /x8f/xda/xb7 <CJK>
+<U8646> /x8f/xda/xb8 <CJK>
+<U8652> /x8f/xda/xb9 <CJK>
+<U8653> /x8f/xda/xba <CJK>
+<U8656> /x8f/xda/xbb <CJK>
+<U8657> /x8f/xda/xbc <CJK>
+<U8658> /x8f/xda/xbd <CJK>
+<U8659> /x8f/xda/xbe <CJK>
+<U865D> /x8f/xda/xbf <CJK>
+<U8660> /x8f/xda/xc0 <CJK>
+<U8661> /x8f/xda/xc1 <CJK>
+<U8662> /x8f/xda/xc2 <CJK>
+<U8663> /x8f/xda/xc3 <CJK>
+<U8664> /x8f/xda/xc4 <CJK>
+<U8669> /x8f/xda/xc5 <CJK>
+<U866C> /x8f/xda/xc6 <CJK>
+<U866F> /x8f/xda/xc7 <CJK>
+<U8675> /x8f/xda/xc8 <CJK>
+<U8676> /x8f/xda/xc9 <CJK>
+<U8677> /x8f/xda/xca <CJK>
+<U867A> /x8f/xda/xcb <CJK>
+<U868D> /x8f/xda/xcc <CJK>
+<U8691> /x8f/xda/xcd <CJK>
+<U8696> /x8f/xda/xce <CJK>
+<U8698> /x8f/xda/xcf <CJK>
+<U869A> /x8f/xda/xd0 <CJK>
+<U869C> /x8f/xda/xd1 <CJK>
+<U86A1> /x8f/xda/xd2 <CJK>
+<U86A6> /x8f/xda/xd3 <CJK>
+<U86A7> /x8f/xda/xd4 <CJK>
+<U86A8> /x8f/xda/xd5 <CJK>
+<U86AD> /x8f/xda/xd6 <CJK>
+<U86B1> /x8f/xda/xd7 <CJK>
+<U86B3> /x8f/xda/xd8 <CJK>
+<U86B4> /x8f/xda/xd9 <CJK>
+<U86B5> /x8f/xda/xda <CJK>
+<U86B7> /x8f/xda/xdb <CJK>
+<U86B8> /x8f/xda/xdc <CJK>
+<U86B9> /x8f/xda/xdd <CJK>
+<U86BF> /x8f/xda/xde <CJK>
+<U86C0> /x8f/xda/xdf <CJK>
+<U86C1> /x8f/xda/xe0 <CJK>
+<U86C3> /x8f/xda/xe1 <CJK>
+<U86C5> /x8f/xda/xe2 <CJK>
+<U86D1> /x8f/xda/xe3 <CJK>
+<U86D2> /x8f/xda/xe4 <CJK>
+<U86D5> /x8f/xda/xe5 <CJK>
+<U86D7> /x8f/xda/xe6 <CJK>
+<U86DA> /x8f/xda/xe7 <CJK>
+<U86DC> /x8f/xda/xe8 <CJK>
+<U86E0> /x8f/xda/xe9 <CJK>
+<U86E3> /x8f/xda/xea <CJK>
+<U86E5> /x8f/xda/xeb <CJK>
+<U86E7> /x8f/xda/xec <CJK>
+<U8688> /x8f/xda/xed <CJK>
+<U86FA> /x8f/xda/xee <CJK>
+<U86FC> /x8f/xda/xef <CJK>
+<U86FD> /x8f/xda/xf0 <CJK>
+<U8704> /x8f/xda/xf1 <CJK>
+<U8705> /x8f/xda/xf2 <CJK>
+<U8707> /x8f/xda/xf3 <CJK>
+<U870B> /x8f/xda/xf4 <CJK>
+<U870E> /x8f/xda/xf5 <CJK>
+<U870F> /x8f/xda/xf6 <CJK>
+<U8710> /x8f/xda/xf7 <CJK>
+<U8713> /x8f/xda/xf8 <CJK>
+<U8714> /x8f/xda/xf9 <CJK>
+<U8719> /x8f/xda/xfa <CJK>
+<U871E> /x8f/xda/xfb <CJK>
+<U871F> /x8f/xda/xfc <CJK>
+<U8721> /x8f/xda/xfd <CJK>
+<U8723> /x8f/xda/xfe <CJK>
+<U8728> /x8f/xdb/xa1 <CJK>
+<U872E> /x8f/xdb/xa2 <CJK>
+<U872F> /x8f/xdb/xa3 <CJK>
+<U8731> /x8f/xdb/xa4 <CJK>
+<U8732> /x8f/xdb/xa5 <CJK>
+<U8739> /x8f/xdb/xa6 <CJK>
+<U873A> /x8f/xdb/xa7 <CJK>
+<U873C> /x8f/xdb/xa8 <CJK>
+<U873D> /x8f/xdb/xa9 <CJK>
+<U873E> /x8f/xdb/xaa <CJK>
+<U8740> /x8f/xdb/xab <CJK>
+<U8743> /x8f/xdb/xac <CJK>
+<U8745> /x8f/xdb/xad <CJK>
+<U874D> /x8f/xdb/xae <CJK>
+<U8758> /x8f/xdb/xaf <CJK>
+<U875D> /x8f/xdb/xb0 <CJK>
+<U8761> /x8f/xdb/xb1 <CJK>
+<U8764> /x8f/xdb/xb2 <CJK>
+<U8765> /x8f/xdb/xb3 <CJK>
+<U876F> /x8f/xdb/xb4 <CJK>
+<U8771> /x8f/xdb/xb5 <CJK>
+<U8772> /x8f/xdb/xb6 <CJK>
+<U877B> /x8f/xdb/xb7 <CJK>
+<U8783> /x8f/xdb/xb8 <CJK>
+<U8784> /x8f/xdb/xb9 <CJK>
+<U8785> /x8f/xdb/xba <CJK>
+<U8786> /x8f/xdb/xbb <CJK>
+<U8787> /x8f/xdb/xbc <CJK>
+<U8788> /x8f/xdb/xbd <CJK>
+<U8789> /x8f/xdb/xbe <CJK>
+<U878B> /x8f/xdb/xbf <CJK>
+<U878C> /x8f/xdb/xc0 <CJK>
+<U8790> /x8f/xdb/xc1 <CJK>
+<U8793> /x8f/xdb/xc2 <CJK>
+<U8795> /x8f/xdb/xc3 <CJK>
+<U8797> /x8f/xdb/xc4 <CJK>
+<U8798> /x8f/xdb/xc5 <CJK>
+<U8799> /x8f/xdb/xc6 <CJK>
+<U879E> /x8f/xdb/xc7 <CJK>
+<U87A0> /x8f/xdb/xc8 <CJK>
+<U87A3> /x8f/xdb/xc9 <CJK>
+<U87A7> /x8f/xdb/xca <CJK>
+<U87AC> /x8f/xdb/xcb <CJK>
+<U87AD> /x8f/xdb/xcc <CJK>
+<U87AE> /x8f/xdb/xcd <CJK>
+<U87B1> /x8f/xdb/xce <CJK>
+<U87B5> /x8f/xdb/xcf <CJK>
+<U87BE> /x8f/xdb/xd0 <CJK>
+<U87BF> /x8f/xdb/xd1 <CJK>
+<U87C1> /x8f/xdb/xd2 <CJK>
+<U87C8> /x8f/xdb/xd3 <CJK>
+<U87C9> /x8f/xdb/xd4 <CJK>
+<U87CA> /x8f/xdb/xd5 <CJK>
+<U87CE> /x8f/xdb/xd6 <CJK>
+<U87D5> /x8f/xdb/xd7 <CJK>
+<U87D6> /x8f/xdb/xd8 <CJK>
+<U87D9> /x8f/xdb/xd9 <CJK>
+<U87DA> /x8f/xdb/xda <CJK>
+<U87DC> /x8f/xdb/xdb <CJK>
+<U87DF> /x8f/xdb/xdc <CJK>
+<U87E2> /x8f/xdb/xdd <CJK>
+<U87E3> /x8f/xdb/xde <CJK>
+<U87E4> /x8f/xdb/xdf <CJK>
+<U87EA> /x8f/xdb/xe0 <CJK>
+<U87EB> /x8f/xdb/xe1 <CJK>
+<U87ED> /x8f/xdb/xe2 <CJK>
+<U87F1> /x8f/xdb/xe3 <CJK>
+<U87F3> /x8f/xdb/xe4 <CJK>
+<U87F8> /x8f/xdb/xe5 <CJK>
+<U87FA> /x8f/xdb/xe6 <CJK>
+<U87FF> /x8f/xdb/xe7 <CJK>
+<U8801> /x8f/xdb/xe8 <CJK>
+<U8803> /x8f/xdb/xe9 <CJK>
+<U8806> /x8f/xdb/xea <CJK>
+<U8809> /x8f/xdb/xeb <CJK>
+<U880A> /x8f/xdb/xec <CJK>
+<U880B> /x8f/xdb/xed <CJK>
+<U8810> /x8f/xdb/xee <CJK>
+<U8819> /x8f/xdb/xef <CJK>
+<U8812> /x8f/xdb/xf0 <CJK>
+<U8813> /x8f/xdb/xf1 <CJK>
+<U8814> /x8f/xdb/xf2 <CJK>
+<U8818> /x8f/xdb/xf3 <CJK>
+<U881A> /x8f/xdb/xf4 <CJK>
+<U881B> /x8f/xdb/xf5 <CJK>
+<U881C> /x8f/xdb/xf6 <CJK>
+<U881E> /x8f/xdb/xf7 <CJK>
+<U881F> /x8f/xdb/xf8 <CJK>
+<U8828> /x8f/xdb/xf9 <CJK>
+<U882D> /x8f/xdb/xfa <CJK>
+<U882E> /x8f/xdb/xfb <CJK>
+<U8830> /x8f/xdb/xfc <CJK>
+<U8832> /x8f/xdb/xfd <CJK>
+<U8835> /x8f/xdb/xfe <CJK>
+<U883A> /x8f/xdc/xa1 <CJK>
+<U883C> /x8f/xdc/xa2 <CJK>
+<U8841> /x8f/xdc/xa3 <CJK>
+<U8843> /x8f/xdc/xa4 <CJK>
+<U8845> /x8f/xdc/xa5 <CJK>
+<U8848> /x8f/xdc/xa6 <CJK>
+<U8849> /x8f/xdc/xa7 <CJK>
+<U884A> /x8f/xdc/xa8 <CJK>
+<U884B> /x8f/xdc/xa9 <CJK>
+<U884E> /x8f/xdc/xaa <CJK>
+<U8851> /x8f/xdc/xab <CJK>
+<U8855> /x8f/xdc/xac <CJK>
+<U8856> /x8f/xdc/xad <CJK>
+<U8858> /x8f/xdc/xae <CJK>
+<U885A> /x8f/xdc/xaf <CJK>
+<U885C> /x8f/xdc/xb0 <CJK>
+<U885F> /x8f/xdc/xb1 <CJK>
+<U8860> /x8f/xdc/xb2 <CJK>
+<U8864> /x8f/xdc/xb3 <CJK>
+<U8869> /x8f/xdc/xb4 <CJK>
+<U8871> /x8f/xdc/xb5 <CJK>
+<U8879> /x8f/xdc/xb6 <CJK>
+<U887B> /x8f/xdc/xb7 <CJK>
+<U8880> /x8f/xdc/xb8 <CJK>
+<U8898> /x8f/xdc/xb9 <CJK>
+<U889A> /x8f/xdc/xba <CJK>
+<U889B> /x8f/xdc/xbb <CJK>
+<U889C> /x8f/xdc/xbc <CJK>
+<U889F> /x8f/xdc/xbd <CJK>
+<U88A0> /x8f/xdc/xbe <CJK>
+<U88A8> /x8f/xdc/xbf <CJK>
+<U88AA> /x8f/xdc/xc0 <CJK>
+<U88BA> /x8f/xdc/xc1 <CJK>
+<U88BD> /x8f/xdc/xc2 <CJK>
+<U88BE> /x8f/xdc/xc3 <CJK>
+<U88C0> /x8f/xdc/xc4 <CJK>
+<U88CA> /x8f/xdc/xc5 <CJK>
+<U88CB> /x8f/xdc/xc6 <CJK>
+<U88CC> /x8f/xdc/xc7 <CJK>
+<U88CD> /x8f/xdc/xc8 <CJK>
+<U88CE> /x8f/xdc/xc9 <CJK>
+<U88D1> /x8f/xdc/xca <CJK>
+<U88D2> /x8f/xdc/xcb <CJK>
+<U88D3> /x8f/xdc/xcc <CJK>
+<U88DB> /x8f/xdc/xcd <CJK>
+<U88DE> /x8f/xdc/xce <CJK>
+<U88E7> /x8f/xdc/xcf <CJK>
+<U88EF> /x8f/xdc/xd0 <CJK>
+<U88F0> /x8f/xdc/xd1 <CJK>
+<U88F1> /x8f/xdc/xd2 <CJK>
+<U88F5> /x8f/xdc/xd3 <CJK>
+<U88F7> /x8f/xdc/xd4 <CJK>
+<U8901> /x8f/xdc/xd5 <CJK>
+<U8906> /x8f/xdc/xd6 <CJK>
+<U890D> /x8f/xdc/xd7 <CJK>
+<U890E> /x8f/xdc/xd8 <CJK>
+<U890F> /x8f/xdc/xd9 <CJK>
+<U8915> /x8f/xdc/xda <CJK>
+<U8916> /x8f/xdc/xdb <CJK>
+<U8918> /x8f/xdc/xdc <CJK>
+<U8919> /x8f/xdc/xdd <CJK>
+<U891A> /x8f/xdc/xde <CJK>
+<U891C> /x8f/xdc/xdf <CJK>
+<U8920> /x8f/xdc/xe0 <CJK>
+<U8926> /x8f/xdc/xe1 <CJK>
+<U8927> /x8f/xdc/xe2 <CJK>
+<U8928> /x8f/xdc/xe3 <CJK>
+<U8930> /x8f/xdc/xe4 <CJK>
+<U8931> /x8f/xdc/xe5 <CJK>
+<U8932> /x8f/xdc/xe6 <CJK>
+<U8935> /x8f/xdc/xe7 <CJK>
+<U8939> /x8f/xdc/xe8 <CJK>
+<U893A> /x8f/xdc/xe9 <CJK>
+<U893E> /x8f/xdc/xea <CJK>
+<U8940> /x8f/xdc/xeb <CJK>
+<U8942> /x8f/xdc/xec <CJK>
+<U8945> /x8f/xdc/xed <CJK>
+<U8946> /x8f/xdc/xee <CJK>
+<U8949> /x8f/xdc/xef <CJK>
+<U894F> /x8f/xdc/xf0 <CJK>
+<U8952> /x8f/xdc/xf1 <CJK>
+<U8957> /x8f/xdc/xf2 <CJK>
+<U895A> /x8f/xdc/xf3 <CJK>
+<U895B> /x8f/xdc/xf4 <CJK>
+<U895C> /x8f/xdc/xf5 <CJK>
+<U8961> /x8f/xdc/xf6 <CJK>
+<U8962> /x8f/xdc/xf7 <CJK>
+<U8963> /x8f/xdc/xf8 <CJK>
+<U896B> /x8f/xdc/xf9 <CJK>
+<U896E> /x8f/xdc/xfa <CJK>
+<U8970> /x8f/xdc/xfb <CJK>
+<U8973> /x8f/xdc/xfc <CJK>
+<U8975> /x8f/xdc/xfd <CJK>
+<U897A> /x8f/xdc/xfe <CJK>
+<U897B> /x8f/xdd/xa1 <CJK>
+<U897C> /x8f/xdd/xa2 <CJK>
+<U897D> /x8f/xdd/xa3 <CJK>
+<U8989> /x8f/xdd/xa4 <CJK>
+<U898D> /x8f/xdd/xa5 <CJK>
+<U8990> /x8f/xdd/xa6 <CJK>
+<U8994> /x8f/xdd/xa7 <CJK>
+<U8995> /x8f/xdd/xa8 <CJK>
+<U899B> /x8f/xdd/xa9 <CJK>
+<U899C> /x8f/xdd/xaa <CJK>
+<U899F> /x8f/xdd/xab <CJK>
+<U89A0> /x8f/xdd/xac <CJK>
+<U89A5> /x8f/xdd/xad <CJK>
+<U89B0> /x8f/xdd/xae <CJK>
+<U89B4> /x8f/xdd/xaf <CJK>
+<U89B5> /x8f/xdd/xb0 <CJK>
+<U89B6> /x8f/xdd/xb1 <CJK>
+<U89B7> /x8f/xdd/xb2 <CJK>
+<U89BC> /x8f/xdd/xb3 <CJK>
+<U89D4> /x8f/xdd/xb4 <CJK>
+<U89D5> /x8f/xdd/xb5 <CJK>
+<U89D6> /x8f/xdd/xb6 <CJK>
+<U89D7> /x8f/xdd/xb7 <CJK>
+<U89D8> /x8f/xdd/xb8 <CJK>
+<U89E5> /x8f/xdd/xb9 <CJK>
+<U89E9> /x8f/xdd/xba <CJK>
+<U89EB> /x8f/xdd/xbb <CJK>
+<U89ED> /x8f/xdd/xbc <CJK>
+<U89F1> /x8f/xdd/xbd <CJK>
+<U89F3> /x8f/xdd/xbe <CJK>
+<U89F6> /x8f/xdd/xbf <CJK>
+<U89F9> /x8f/xdd/xc0 <CJK>
+<U89FD> /x8f/xdd/xc1 <CJK>
+<U89FF> /x8f/xdd/xc2 <CJK>
+<U8A04> /x8f/xdd/xc3 <CJK>
+<U8A05> /x8f/xdd/xc4 <CJK>
+<U8A07> /x8f/xdd/xc5 <CJK>
+<U8A0F> /x8f/xdd/xc6 <CJK>
+<U8A11> /x8f/xdd/xc7 <CJK>
+<U8A12> /x8f/xdd/xc8 <CJK>
+<U8A14> /x8f/xdd/xc9 <CJK>
+<U8A15> /x8f/xdd/xca <CJK>
+<U8A1E> /x8f/xdd/xcb <CJK>
+<U8A20> /x8f/xdd/xcc <CJK>
+<U8A22> /x8f/xdd/xcd <CJK>
+<U8A24> /x8f/xdd/xce <CJK>
+<U8A26> /x8f/xdd/xcf <CJK>
+<U8A2B> /x8f/xdd/xd0 <CJK>
+<U8A2C> /x8f/xdd/xd1 <CJK>
+<U8A2F> /x8f/xdd/xd2 <CJK>
+<U8A35> /x8f/xdd/xd3 <CJK>
+<U8A37> /x8f/xdd/xd4 <CJK>
+<U8A3D> /x8f/xdd/xd5 <CJK>
+<U8A3E> /x8f/xdd/xd6 <CJK>
+<U8A40> /x8f/xdd/xd7 <CJK>
+<U8A43> /x8f/xdd/xd8 <CJK>
+<U8A45> /x8f/xdd/xd9 <CJK>
+<U8A47> /x8f/xdd/xda <CJK>
+<U8A49> /x8f/xdd/xdb <CJK>
+<U8A4D> /x8f/xdd/xdc <CJK>
+<U8A4E> /x8f/xdd/xdd <CJK>
+<U8A53> /x8f/xdd/xde <CJK>
+<U8A56> /x8f/xdd/xdf <CJK>
+<U8A57> /x8f/xdd/xe0 <CJK>
+<U8A58> /x8f/xdd/xe1 <CJK>
+<U8A5C> /x8f/xdd/xe2 <CJK>
+<U8A5D> /x8f/xdd/xe3 <CJK>
+<U8A61> /x8f/xdd/xe4 <CJK>
+<U8A65> /x8f/xdd/xe5 <CJK>
+<U8A67> /x8f/xdd/xe6 <CJK>
+<U8A75> /x8f/xdd/xe7 <CJK>
+<U8A76> /x8f/xdd/xe8 <CJK>
+<U8A77> /x8f/xdd/xe9 <CJK>
+<U8A79> /x8f/xdd/xea <CJK>
+<U8A7A> /x8f/xdd/xeb <CJK>
+<U8A7B> /x8f/xdd/xec <CJK>
+<U8A7E> /x8f/xdd/xed <CJK>
+<U8A7F> /x8f/xdd/xee <CJK>
+<U8A80> /x8f/xdd/xef <CJK>
+<U8A83> /x8f/xdd/xf0 <CJK>
+<U8A86> /x8f/xdd/xf1 <CJK>
+<U8A8B> /x8f/xdd/xf2 <CJK>
+<U8A8F> /x8f/xdd/xf3 <CJK>
+<U8A90> /x8f/xdd/xf4 <CJK>
+<U8A92> /x8f/xdd/xf5 <CJK>
+<U8A96> /x8f/xdd/xf6 <CJK>
+<U8A97> /x8f/xdd/xf7 <CJK>
+<U8A99> /x8f/xdd/xf8 <CJK>
+<U8A9F> /x8f/xdd/xf9 <CJK>
+<U8AA7> /x8f/xdd/xfa <CJK>
+<U8AA9> /x8f/xdd/xfb <CJK>
+<U8AAE> /x8f/xdd/xfc <CJK>
+<U8AAF> /x8f/xdd/xfd <CJK>
+<U8AB3> /x8f/xdd/xfe <CJK>
+<U8AB6> /x8f/xde/xa1 <CJK>
+<U8AB7> /x8f/xde/xa2 <CJK>
+<U8ABB> /x8f/xde/xa3 <CJK>
+<U8ABE> /x8f/xde/xa4 <CJK>
+<U8AC3> /x8f/xde/xa5 <CJK>
+<U8AC6> /x8f/xde/xa6 <CJK>
+<U8AC8> /x8f/xde/xa7 <CJK>
+<U8AC9> /x8f/xde/xa8 <CJK>
+<U8ACA> /x8f/xde/xa9 <CJK>
+<U8AD1> /x8f/xde/xaa <CJK>
+<U8AD3> /x8f/xde/xab <CJK>
+<U8AD4> /x8f/xde/xac <CJK>
+<U8AD5> /x8f/xde/xad <CJK>
+<U8AD7> /x8f/xde/xae <CJK>
+<U8ADD> /x8f/xde/xaf <CJK>
+<U8ADF> /x8f/xde/xb0 <CJK>
+<U8AEC> /x8f/xde/xb1 <CJK>
+<U8AF0> /x8f/xde/xb2 <CJK>
+<U8AF4> /x8f/xde/xb3 <CJK>
+<U8AF5> /x8f/xde/xb4 <CJK>
+<U8AF6> /x8f/xde/xb5 <CJK>
+<U8AFC> /x8f/xde/xb6 <CJK>
+<U8AFF> /x8f/xde/xb7 <CJK>
+<U8B05> /x8f/xde/xb8 <CJK>
+<U8B06> /x8f/xde/xb9 <CJK>
+<U8B0B> /x8f/xde/xba <CJK>
+<U8B11> /x8f/xde/xbb <CJK>
+<U8B1C> /x8f/xde/xbc <CJK>
+<U8B1E> /x8f/xde/xbd <CJK>
+<U8B1F> /x8f/xde/xbe <CJK>
+<U8B0A> /x8f/xde/xbf <CJK>
+<U8B2D> /x8f/xde/xc0 <CJK>
+<U8B30> /x8f/xde/xc1 <CJK>
+<U8B37> /x8f/xde/xc2 <CJK>
+<U8B3C> /x8f/xde/xc3 <CJK>
+<U8B42> /x8f/xde/xc4 <CJK>
+<U8B43> /x8f/xde/xc5 <CJK>
+<U8B44> /x8f/xde/xc6 <CJK>
+<U8B45> /x8f/xde/xc7 <CJK>
+<U8B46> /x8f/xde/xc8 <CJK>
+<U8B48> /x8f/xde/xc9 <CJK>
+<U8B52> /x8f/xde/xca <CJK>
+<U8B53> /x8f/xde/xcb <CJK>
+<U8B54> /x8f/xde/xcc <CJK>
+<U8B59> /x8f/xde/xcd <CJK>
+<U8B4D> /x8f/xde/xce <CJK>
+<U8B5E> /x8f/xde/xcf <CJK>
+<U8B63> /x8f/xde/xd0 <CJK>
+<U8B6D> /x8f/xde/xd1 <CJK>
+<U8B76> /x8f/xde/xd2 <CJK>
+<U8B78> /x8f/xde/xd3 <CJK>
+<U8B79> /x8f/xde/xd4 <CJK>
+<U8B7C> /x8f/xde/xd5 <CJK>
+<U8B7E> /x8f/xde/xd6 <CJK>
+<U8B81> /x8f/xde/xd7 <CJK>
+<U8B84> /x8f/xde/xd8 <CJK>
+<U8B85> /x8f/xde/xd9 <CJK>
+<U8B8B> /x8f/xde/xda <CJK>
+<U8B8D> /x8f/xde/xdb <CJK>
+<U8B8F> /x8f/xde/xdc <CJK>
+<U8B94> /x8f/xde/xdd <CJK>
+<U8B95> /x8f/xde/xde <CJK>
+<U8B9C> /x8f/xde/xdf <CJK>
+<U8B9E> /x8f/xde/xe0 <CJK>
+<U8B9F> /x8f/xde/xe1 <CJK>
+<U8C38> /x8f/xde/xe2 <CJK>
+<U8C39> /x8f/xde/xe3 <CJK>
+<U8C3D> /x8f/xde/xe4 <CJK>
+<U8C3E> /x8f/xde/xe5 <CJK>
+<U8C45> /x8f/xde/xe6 <CJK>
+<U8C47> /x8f/xde/xe7 <CJK>
+<U8C49> /x8f/xde/xe8 <CJK>
+<U8C4B> /x8f/xde/xe9 <CJK>
+<U8C4F> /x8f/xde/xea <CJK>
+<U8C51> /x8f/xde/xeb <CJK>
+<U8C53> /x8f/xde/xec <CJK>
+<U8C54> /x8f/xde/xed <CJK>
+<U8C57> /x8f/xde/xee <CJK>
+<U8C58> /x8f/xde/xef <CJK>
+<U8C5B> /x8f/xde/xf0 <CJK>
+<U8C5D> /x8f/xde/xf1 <CJK>
+<U8C59> /x8f/xde/xf2 <CJK>
+<U8C63> /x8f/xde/xf3 <CJK>
+<U8C64> /x8f/xde/xf4 <CJK>
+<U8C66> /x8f/xde/xf5 <CJK>
+<U8C68> /x8f/xde/xf6 <CJK>
+<U8C69> /x8f/xde/xf7 <CJK>
+<U8C6D> /x8f/xde/xf8 <CJK>
+<U8C73> /x8f/xde/xf9 <CJK>
+<U8C75> /x8f/xde/xfa <CJK>
+<U8C76> /x8f/xde/xfb <CJK>
+<U8C7B> /x8f/xde/xfc <CJK>
+<U8C7E> /x8f/xde/xfd <CJK>
+<U8C86> /x8f/xde/xfe <CJK>
+<U8C87> /x8f/xdf/xa1 <CJK>
+<U8C8B> /x8f/xdf/xa2 <CJK>
+<U8C90> /x8f/xdf/xa3 <CJK>
+<U8C92> /x8f/xdf/xa4 <CJK>
+<U8C93> /x8f/xdf/xa5 <CJK>
+<U8C99> /x8f/xdf/xa6 <CJK>
+<U8C9B> /x8f/xdf/xa7 <CJK>
+<U8C9C> /x8f/xdf/xa8 <CJK>
+<U8CA4> /x8f/xdf/xa9 <CJK>
+<U8CB9> /x8f/xdf/xaa <CJK>
+<U8CBA> /x8f/xdf/xab <CJK>
+<U8CC5> /x8f/xdf/xac <CJK>
+<U8CC6> /x8f/xdf/xad <CJK>
+<U8CC9> /x8f/xdf/xae <CJK>
+<U8CCB> /x8f/xdf/xaf <CJK>
+<U8CCF> /x8f/xdf/xb0 <CJK>
+<U8CD6> /x8f/xdf/xb1 <CJK>
+<U8CD5> /x8f/xdf/xb2 <CJK>
+<U8CD9> /x8f/xdf/xb3 <CJK>
+<U8CDD> /x8f/xdf/xb4 <CJK>
+<U8CE1> /x8f/xdf/xb5 <CJK>
+<U8CE8> /x8f/xdf/xb6 <CJK>
+<U8CEC> /x8f/xdf/xb7 <CJK>
+<U8CEF> /x8f/xdf/xb8 <CJK>
+<U8CF0> /x8f/xdf/xb9 <CJK>
+<U8CF2> /x8f/xdf/xba <CJK>
+<U8CF5> /x8f/xdf/xbb <CJK>
+<U8CF7> /x8f/xdf/xbc <CJK>
+<U8CF8> /x8f/xdf/xbd <CJK>
+<U8CFE> /x8f/xdf/xbe <CJK>
+<U8CFF> /x8f/xdf/xbf <CJK>
+<U8D01> /x8f/xdf/xc0 <CJK>
+<U8D03> /x8f/xdf/xc1 <CJK>
+<U8D09> /x8f/xdf/xc2 <CJK>
+<U8D12> /x8f/xdf/xc3 <CJK>
+<U8D17> /x8f/xdf/xc4 <CJK>
+<U8D1B> /x8f/xdf/xc5 <CJK>
+<U8D65> /x8f/xdf/xc6 <CJK>
+<U8D69> /x8f/xdf/xc7 <CJK>
+<U8D6C> /x8f/xdf/xc8 <CJK>
+<U8D6E> /x8f/xdf/xc9 <CJK>
+<U8D7F> /x8f/xdf/xca <CJK>
+<U8D82> /x8f/xdf/xcb <CJK>
+<U8D84> /x8f/xdf/xcc <CJK>
+<U8D88> /x8f/xdf/xcd <CJK>
+<U8D8D> /x8f/xdf/xce <CJK>
+<U8D90> /x8f/xdf/xcf <CJK>
+<U8D91> /x8f/xdf/xd0 <CJK>
+<U8D95> /x8f/xdf/xd1 <CJK>
+<U8D9E> /x8f/xdf/xd2 <CJK>
+<U8D9F> /x8f/xdf/xd3 <CJK>
+<U8DA0> /x8f/xdf/xd4 <CJK>
+<U8DA6> /x8f/xdf/xd5 <CJK>
+<U8DAB> /x8f/xdf/xd6 <CJK>
+<U8DAC> /x8f/xdf/xd7 <CJK>
+<U8DAF> /x8f/xdf/xd8 <CJK>
+<U8DB2> /x8f/xdf/xd9 <CJK>
+<U8DB5> /x8f/xdf/xda <CJK>
+<U8DB7> /x8f/xdf/xdb <CJK>
+<U8DB9> /x8f/xdf/xdc <CJK>
+<U8DBB> /x8f/xdf/xdd <CJK>
+<U8DC0> /x8f/xdf/xde <CJK>
+<U8DC5> /x8f/xdf/xdf <CJK>
+<U8DC6> /x8f/xdf/xe0 <CJK>
+<U8DC7> /x8f/xdf/xe1 <CJK>
+<U8DC8> /x8f/xdf/xe2 <CJK>
+<U8DCA> /x8f/xdf/xe3 <CJK>
+<U8DCE> /x8f/xdf/xe4 <CJK>
+<U8DD1> /x8f/xdf/xe5 <CJK>
+<U8DD4> /x8f/xdf/xe6 <CJK>
+<U8DD5> /x8f/xdf/xe7 <CJK>
+<U8DD7> /x8f/xdf/xe8 <CJK>
+<U8DD9> /x8f/xdf/xe9 <CJK>
+<U8DE4> /x8f/xdf/xea <CJK>
+<U8DE5> /x8f/xdf/xeb <CJK>
+<U8DE7> /x8f/xdf/xec <CJK>
+<U8DEC> /x8f/xdf/xed <CJK>
+<U8DF0> /x8f/xdf/xee <CJK>
+<U8DBC> /x8f/xdf/xef <CJK>
+<U8DF1> /x8f/xdf/xf0 <CJK>
+<U8DF2> /x8f/xdf/xf1 <CJK>
+<U8DF4> /x8f/xdf/xf2 <CJK>
+<U8DFD> /x8f/xdf/xf3 <CJK>
+<U8E01> /x8f/xdf/xf4 <CJK>
+<U8E04> /x8f/xdf/xf5 <CJK>
+<U8E05> /x8f/xdf/xf6 <CJK>
+<U8E06> /x8f/xdf/xf7 <CJK>
+<U8E0B> /x8f/xdf/xf8 <CJK>
+<U8E11> /x8f/xdf/xf9 <CJK>
+<U8E14> /x8f/xdf/xfa <CJK>
+<U8E16> /x8f/xdf/xfb <CJK>
+<U8E20> /x8f/xdf/xfc <CJK>
+<U8E21> /x8f/xdf/xfd <CJK>
+<U8E22> /x8f/xdf/xfe <CJK>
+<U8E23> /x8f/xe0/xa1 <CJK>
+<U8E26> /x8f/xe0/xa2 <CJK>
+<U8E27> /x8f/xe0/xa3 <CJK>
+<U8E31> /x8f/xe0/xa4 <CJK>
+<U8E33> /x8f/xe0/xa5 <CJK>
+<U8E36> /x8f/xe0/xa6 <CJK>
+<U8E37> /x8f/xe0/xa7 <CJK>
+<U8E38> /x8f/xe0/xa8 <CJK>
+<U8E39> /x8f/xe0/xa9 <CJK>
+<U8E3D> /x8f/xe0/xaa <CJK>
+<U8E40> /x8f/xe0/xab <CJK>
+<U8E41> /x8f/xe0/xac <CJK>
+<U8E4B> /x8f/xe0/xad <CJK>
+<U8E4D> /x8f/xe0/xae <CJK>
+<U8E4E> /x8f/xe0/xaf <CJK>
+<U8E4F> /x8f/xe0/xb0 <CJK>
+<U8E54> /x8f/xe0/xb1 <CJK>
+<U8E5B> /x8f/xe0/xb2 <CJK>
+<U8E5C> /x8f/xe0/xb3 <CJK>
+<U8E5D> /x8f/xe0/xb4 <CJK>
+<U8E5E> /x8f/xe0/xb5 <CJK>
+<U8E61> /x8f/xe0/xb6 <CJK>
+<U8E62> /x8f/xe0/xb7 <CJK>
+<U8E69> /x8f/xe0/xb8 <CJK>
+<U8E6C> /x8f/xe0/xb9 <CJK>
+<U8E6D> /x8f/xe0/xba <CJK>
+<U8E6F> /x8f/xe0/xbb <CJK>
+<U8E70> /x8f/xe0/xbc <CJK>
+<U8E71> /x8f/xe0/xbd <CJK>
+<U8E79> /x8f/xe0/xbe <CJK>
+<U8E7A> /x8f/xe0/xbf <CJK>
+<U8E7B> /x8f/xe0/xc0 <CJK>
+<U8E82> /x8f/xe0/xc1 <CJK>
+<U8E83> /x8f/xe0/xc2 <CJK>
+<U8E89> /x8f/xe0/xc3 <CJK>
+<U8E90> /x8f/xe0/xc4 <CJK>
+<U8E92> /x8f/xe0/xc5 <CJK>
+<U8E95> /x8f/xe0/xc6 <CJK>
+<U8E9A> /x8f/xe0/xc7 <CJK>
+<U8E9B> /x8f/xe0/xc8 <CJK>
+<U8E9D> /x8f/xe0/xc9 <CJK>
+<U8E9E> /x8f/xe0/xca <CJK>
+<U8EA2> /x8f/xe0/xcb <CJK>
+<U8EA7> /x8f/xe0/xcc <CJK>
+<U8EA9> /x8f/xe0/xcd <CJK>
+<U8EAD> /x8f/xe0/xce <CJK>
+<U8EAE> /x8f/xe0/xcf <CJK>
+<U8EB3> /x8f/xe0/xd0 <CJK>
+<U8EB5> /x8f/xe0/xd1 <CJK>
+<U8EBA> /x8f/xe0/xd2 <CJK>
+<U8EBB> /x8f/xe0/xd3 <CJK>
+<U8EC0> /x8f/xe0/xd4 <CJK>
+<U8EC1> /x8f/xe0/xd5 <CJK>
+<U8EC3> /x8f/xe0/xd6 <CJK>
+<U8EC4> /x8f/xe0/xd7 <CJK>
+<U8EC7> /x8f/xe0/xd8 <CJK>
+<U8ECF> /x8f/xe0/xd9 <CJK>
+<U8ED1> /x8f/xe0/xda <CJK>
+<U8ED4> /x8f/xe0/xdb <CJK>
+<U8EDC> /x8f/xe0/xdc <CJK>
+<U8EE8> /x8f/xe0/xdd <CJK>
+<U8EEE> /x8f/xe0/xde <CJK>
+<U8EF0> /x8f/xe0/xdf <CJK>
+<U8EF1> /x8f/xe0/xe0 <CJK>
+<U8EF7> /x8f/xe0/xe1 <CJK>
+<U8EF9> /x8f/xe0/xe2 <CJK>
+<U8EFA> /x8f/xe0/xe3 <CJK>
+<U8EED> /x8f/xe0/xe4 <CJK>
+<U8F00> /x8f/xe0/xe5 <CJK>
+<U8F02> /x8f/xe0/xe6 <CJK>
+<U8F07> /x8f/xe0/xe7 <CJK>
+<U8F08> /x8f/xe0/xe8 <CJK>
+<U8F0F> /x8f/xe0/xe9 <CJK>
+<U8F10> /x8f/xe0/xea <CJK>
+<U8F16> /x8f/xe0/xeb <CJK>
+<U8F17> /x8f/xe0/xec <CJK>
+<U8F18> /x8f/xe0/xed <CJK>
+<U8F1E> /x8f/xe0/xee <CJK>
+<U8F20> /x8f/xe0/xef <CJK>
+<U8F21> /x8f/xe0/xf0 <CJK>
+<U8F23> /x8f/xe0/xf1 <CJK>
+<U8F25> /x8f/xe0/xf2 <CJK>
+<U8F27> /x8f/xe0/xf3 <CJK>
+<U8F28> /x8f/xe0/xf4 <CJK>
+<U8F2C> /x8f/xe0/xf5 <CJK>
+<U8F2D> /x8f/xe0/xf6 <CJK>
+<U8F2E> /x8f/xe0/xf7 <CJK>
+<U8F34> /x8f/xe0/xf8 <CJK>
+<U8F35> /x8f/xe0/xf9 <CJK>
+<U8F36> /x8f/xe0/xfa <CJK>
+<U8F37> /x8f/xe0/xfb <CJK>
+<U8F3A> /x8f/xe0/xfc <CJK>
+<U8F40> /x8f/xe0/xfd <CJK>
+<U8F41> /x8f/xe0/xfe <CJK>
+<U8F43> /x8f/xe1/xa1 <CJK>
+<U8F47> /x8f/xe1/xa2 <CJK>
+<U8F4F> /x8f/xe1/xa3 <CJK>
+<U8F51> /x8f/xe1/xa4 <CJK>
+<U8F52> /x8f/xe1/xa5 <CJK>
+<U8F53> /x8f/xe1/xa6 <CJK>
+<U8F54> /x8f/xe1/xa7 <CJK>
+<U8F55> /x8f/xe1/xa8 <CJK>
+<U8F58> /x8f/xe1/xa9 <CJK>
+<U8F5D> /x8f/xe1/xaa <CJK>
+<U8F5E> /x8f/xe1/xab <CJK>
+<U8F65> /x8f/xe1/xac <CJK>
+<U8F9D> /x8f/xe1/xad <CJK>
+<U8FA0> /x8f/xe1/xae <CJK>
+<U8FA1> /x8f/xe1/xaf <CJK>
+<U8FA4> /x8f/xe1/xb0 <CJK>
+<U8FA5> /x8f/xe1/xb1 <CJK>
+<U8FA6> /x8f/xe1/xb2 <CJK>
+<U8FB5> /x8f/xe1/xb3 <CJK>
+<U8FB6> /x8f/xe1/xb4 <CJK>
+<U8FB8> /x8f/xe1/xb5 <CJK>
+<U8FBE> /x8f/xe1/xb6 <CJK>
+<U8FC0> /x8f/xe1/xb7 <CJK>
+<U8FC1> /x8f/xe1/xb8 <CJK>
+<U8FC6> /x8f/xe1/xb9 <CJK>
+<U8FCA> /x8f/xe1/xba <CJK>
+<U8FCB> /x8f/xe1/xbb <CJK>
+<U8FCD> /x8f/xe1/xbc <CJK>
+<U8FD0> /x8f/xe1/xbd <CJK>
+<U8FD2> /x8f/xe1/xbe <CJK>
+<U8FD3> /x8f/xe1/xbf <CJK>
+<U8FD5> /x8f/xe1/xc0 <CJK>
+<U8FE0> /x8f/xe1/xc1 <CJK>
+<U8FE3> /x8f/xe1/xc2 <CJK>
+<U8FE4> /x8f/xe1/xc3 <CJK>
+<U8FE8> /x8f/xe1/xc4 <CJK>
+<U8FEE> /x8f/xe1/xc5 <CJK>
+<U8FF1> /x8f/xe1/xc6 <CJK>
+<U8FF5> /x8f/xe1/xc7 <CJK>
+<U8FF6> /x8f/xe1/xc8 <CJK>
+<U8FFB> /x8f/xe1/xc9 <CJK>
+<U8FFE> /x8f/xe1/xca <CJK>
+<U9002> /x8f/xe1/xcb <CJK>
+<U9004> /x8f/xe1/xcc <CJK>
+<U9008> /x8f/xe1/xcd <CJK>
+<U900C> /x8f/xe1/xce <CJK>
+<U9018> /x8f/xe1/xcf <CJK>
+<U901B> /x8f/xe1/xd0 <CJK>
+<U9028> /x8f/xe1/xd1 <CJK>
+<U9029> /x8f/xe1/xd2 <CJK>
+<U902F> /x8f/xe1/xd3 <CJK>
+<U902A> /x8f/xe1/xd4 <CJK>
+<U902C> /x8f/xe1/xd5 <CJK>
+<U902D> /x8f/xe1/xd6 <CJK>
+<U9033> /x8f/xe1/xd7 <CJK>
+<U9034> /x8f/xe1/xd8 <CJK>
+<U9037> /x8f/xe1/xd9 <CJK>
+<U903F> /x8f/xe1/xda <CJK>
+<U9043> /x8f/xe1/xdb <CJK>
+<U9044> /x8f/xe1/xdc <CJK>
+<U904C> /x8f/xe1/xdd <CJK>
+<U905B> /x8f/xe1/xde <CJK>
+<U905D> /x8f/xe1/xdf <CJK>
+<U9062> /x8f/xe1/xe0 <CJK>
+<U9066> /x8f/xe1/xe1 <CJK>
+<U9067> /x8f/xe1/xe2 <CJK>
+<U906C> /x8f/xe1/xe3 <CJK>
+<U9070> /x8f/xe1/xe4 <CJK>
+<U9074> /x8f/xe1/xe5 <CJK>
+<U9079> /x8f/xe1/xe6 <CJK>
+<U9085> /x8f/xe1/xe7 <CJK>
+<U9088> /x8f/xe1/xe8 <CJK>
+<U908B> /x8f/xe1/xe9 <CJK>
+<U908C> /x8f/xe1/xea <CJK>
+<U908E> /x8f/xe1/xeb <CJK>
+<U9090> /x8f/xe1/xec <CJK>
+<U9095> /x8f/xe1/xed <CJK>
+<U9097> /x8f/xe1/xee <CJK>
+<U9098> /x8f/xe1/xef <CJK>
+<U9099> /x8f/xe1/xf0 <CJK>
+<U909B> /x8f/xe1/xf1 <CJK>
+<U90A0> /x8f/xe1/xf2 <CJK>
+<U90A1> /x8f/xe1/xf3 <CJK>
+<U90A2> /x8f/xe1/xf4 <CJK>
+<U90A5> /x8f/xe1/xf5 <CJK>
+<U90B0> /x8f/xe1/xf6 <CJK>
+<U90B2> /x8f/xe1/xf7 <CJK>
+<U90B3> /x8f/xe1/xf8 <CJK>
+<U90B4> /x8f/xe1/xf9 <CJK>
+<U90B6> /x8f/xe1/xfa <CJK>
+<U90BD> /x8f/xe1/xfb <CJK>
+<U90CC> /x8f/xe1/xfc <CJK>
+<U90BE> /x8f/xe1/xfd <CJK>
+<U90C3> /x8f/xe1/xfe <CJK>
+<U90C4> /x8f/xe2/xa1 <CJK>
+<U90C5> /x8f/xe2/xa2 <CJK>
+<U90C7> /x8f/xe2/xa3 <CJK>
+<U90C8> /x8f/xe2/xa4 <CJK>
+<U90D5> /x8f/xe2/xa5 <CJK>
+<U90D7> /x8f/xe2/xa6 <CJK>
+<U90D8> /x8f/xe2/xa7 <CJK>
+<U90D9> /x8f/xe2/xa8 <CJK>
+<U90DC> /x8f/xe2/xa9 <CJK>
+<U90DD> /x8f/xe2/xaa <CJK>
+<U90DF> /x8f/xe2/xab <CJK>
+<U90E5> /x8f/xe2/xac <CJK>
+<U90D2> /x8f/xe2/xad <CJK>
+<U90F6> /x8f/xe2/xae <CJK>
+<U90EB> /x8f/xe2/xaf <CJK>
+<U90EF> /x8f/xe2/xb0 <CJK>
+<U90F0> /x8f/xe2/xb1 <CJK>
+<U90F4> /x8f/xe2/xb2 <CJK>
+<U90FE> /x8f/xe2/xb3 <CJK>
+<U90FF> /x8f/xe2/xb4 <CJK>
+<U9100> /x8f/xe2/xb5 <CJK>
+<U9104> /x8f/xe2/xb6 <CJK>
+<U9105> /x8f/xe2/xb7 <CJK>
+<U9106> /x8f/xe2/xb8 <CJK>
+<U9108> /x8f/xe2/xb9 <CJK>
+<U910D> /x8f/xe2/xba <CJK>
+<U9110> /x8f/xe2/xbb <CJK>
+<U9114> /x8f/xe2/xbc <CJK>
+<U9116> /x8f/xe2/xbd <CJK>
+<U9117> /x8f/xe2/xbe <CJK>
+<U9118> /x8f/xe2/xbf <CJK>
+<U911A> /x8f/xe2/xc0 <CJK>
+<U911C> /x8f/xe2/xc1 <CJK>
+<U911E> /x8f/xe2/xc2 <CJK>
+<U9120> /x8f/xe2/xc3 <CJK>
+<U9125> /x8f/xe2/xc4 <CJK>
+<U9122> /x8f/xe2/xc5 <CJK>
+<U9123> /x8f/xe2/xc6 <CJK>
+<U9127> /x8f/xe2/xc7 <CJK>
+<U9129> /x8f/xe2/xc8 <CJK>
+<U912E> /x8f/xe2/xc9 <CJK>
+<U912F> /x8f/xe2/xca <CJK>
+<U9131> /x8f/xe2/xcb <CJK>
+<U9134> /x8f/xe2/xcc <CJK>
+<U9136> /x8f/xe2/xcd <CJK>
+<U9137> /x8f/xe2/xce <CJK>
+<U9139> /x8f/xe2/xcf <CJK>
+<U913A> /x8f/xe2/xd0 <CJK>
+<U913C> /x8f/xe2/xd1 <CJK>
+<U913D> /x8f/xe2/xd2 <CJK>
+<U9143> /x8f/xe2/xd3 <CJK>
+<U9147> /x8f/xe2/xd4 <CJK>
+<U9148> /x8f/xe2/xd5 <CJK>
+<U914F> /x8f/xe2/xd6 <CJK>
+<U9153> /x8f/xe2/xd7 <CJK>
+<U9157> /x8f/xe2/xd8 <CJK>
+<U9159> /x8f/xe2/xd9 <CJK>
+<U915A> /x8f/xe2/xda <CJK>
+<U915B> /x8f/xe2/xdb <CJK>
+<U9161> /x8f/xe2/xdc <CJK>
+<U9164> /x8f/xe2/xdd <CJK>
+<U9167> /x8f/xe2/xde <CJK>
+<U916D> /x8f/xe2/xdf <CJK>
+<U9174> /x8f/xe2/xe0 <CJK>
+<U9179> /x8f/xe2/xe1 <CJK>
+<U917A> /x8f/xe2/xe2 <CJK>
+<U917B> /x8f/xe2/xe3 <CJK>
+<U9181> /x8f/xe2/xe4 <CJK>
+<U9183> /x8f/xe2/xe5 <CJK>
+<U9185> /x8f/xe2/xe6 <CJK>
+<U9186> /x8f/xe2/xe7 <CJK>
+<U918A> /x8f/xe2/xe8 <CJK>
+<U918E> /x8f/xe2/xe9 <CJK>
+<U9191> /x8f/xe2/xea <CJK>
+<U9193> /x8f/xe2/xeb <CJK>
+<U9194> /x8f/xe2/xec <CJK>
+<U9195> /x8f/xe2/xed <CJK>
+<U9198> /x8f/xe2/xee <CJK>
+<U919E> /x8f/xe2/xef <CJK>
+<U91A1> /x8f/xe2/xf0 <CJK>
+<U91A6> /x8f/xe2/xf1 <CJK>
+<U91A8> /x8f/xe2/xf2 <CJK>
+<U91AC> /x8f/xe2/xf3 <CJK>
+<U91AD> /x8f/xe2/xf4 <CJK>
+<U91AE> /x8f/xe2/xf5 <CJK>
+<U91B0> /x8f/xe2/xf6 <CJK>
+<U91B1> /x8f/xe2/xf7 <CJK>
+<U91B2> /x8f/xe2/xf8 <CJK>
+<U91B3> /x8f/xe2/xf9 <CJK>
+<U91B6> /x8f/xe2/xfa <CJK>
+<U91BB> /x8f/xe2/xfb <CJK>
+<U91BC> /x8f/xe2/xfc <CJK>
+<U91BD> /x8f/xe2/xfd <CJK>
+<U91BF> /x8f/xe2/xfe <CJK>
+<U91C2> /x8f/xe3/xa1 <CJK>
+<U91C3> /x8f/xe3/xa2 <CJK>
+<U91C5> /x8f/xe3/xa3 <CJK>
+<U91D3> /x8f/xe3/xa4 <CJK>
+<U91D4> /x8f/xe3/xa5 <CJK>
+<U91D7> /x8f/xe3/xa6 <CJK>
+<U91D9> /x8f/xe3/xa7 <CJK>
+<U91DA> /x8f/xe3/xa8 <CJK>
+<U91DE> /x8f/xe3/xa9 <CJK>
+<U91E4> /x8f/xe3/xaa <CJK>
+<U91E5> /x8f/xe3/xab <CJK>
+<U91E9> /x8f/xe3/xac <CJK>
+<U91EA> /x8f/xe3/xad <CJK>
+<U91EC> /x8f/xe3/xae <CJK>
+<U91ED> /x8f/xe3/xaf <CJK>
+<U91EE> /x8f/xe3/xb0 <CJK>
+<U91EF> /x8f/xe3/xb1 <CJK>
+<U91F0> /x8f/xe3/xb2 <CJK>
+<U91F1> /x8f/xe3/xb3 <CJK>
+<U91F7> /x8f/xe3/xb4 <CJK>
+<U91F9> /x8f/xe3/xb5 <CJK>
+<U91FB> /x8f/xe3/xb6 <CJK>
+<U91FD> /x8f/xe3/xb7 <CJK>
+<U9200> /x8f/xe3/xb8 <CJK>
+<U9201> /x8f/xe3/xb9 <CJK>
+<U9204> /x8f/xe3/xba <CJK>
+<U9205> /x8f/xe3/xbb <CJK>
+<U9206> /x8f/xe3/xbc <CJK>
+<U9207> /x8f/xe3/xbd <CJK>
+<U9209> /x8f/xe3/xbe <CJK>
+<U920A> /x8f/xe3/xbf <CJK>
+<U920C> /x8f/xe3/xc0 <CJK>
+<U9210> /x8f/xe3/xc1 <CJK>
+<U9212> /x8f/xe3/xc2 <CJK>
+<U9213> /x8f/xe3/xc3 <CJK>
+<U9216> /x8f/xe3/xc4 <CJK>
+<U9218> /x8f/xe3/xc5 <CJK>
+<U921C> /x8f/xe3/xc6 <CJK>
+<U921D> /x8f/xe3/xc7 <CJK>
+<U9223> /x8f/xe3/xc8 <CJK>
+<U9224> /x8f/xe3/xc9 <CJK>
+<U9225> /x8f/xe3/xca <CJK>
+<U9226> /x8f/xe3/xcb <CJK>
+<U9228> /x8f/xe3/xcc <CJK>
+<U922E> /x8f/xe3/xcd <CJK>
+<U922F> /x8f/xe3/xce <CJK>
+<U9230> /x8f/xe3/xcf <CJK>
+<U9233> /x8f/xe3/xd0 <CJK>
+<U9235> /x8f/xe3/xd1 <CJK>
+<U9236> /x8f/xe3/xd2 <CJK>
+<U9238> /x8f/xe3/xd3 <CJK>
+<U9239> /x8f/xe3/xd4 <CJK>
+<U923A> /x8f/xe3/xd5 <CJK>
+<U923C> /x8f/xe3/xd6 <CJK>
+<U923E> /x8f/xe3/xd7 <CJK>
+<U9240> /x8f/xe3/xd8 <CJK>
+<U9242> /x8f/xe3/xd9 <CJK>
+<U9243> /x8f/xe3/xda <CJK>
+<U9246> /x8f/xe3/xdb <CJK>
+<U9247> /x8f/xe3/xdc <CJK>
+<U924A> /x8f/xe3/xdd <CJK>
+<U924D> /x8f/xe3/xde <CJK>
+<U924E> /x8f/xe3/xdf <CJK>
+<U924F> /x8f/xe3/xe0 <CJK>
+<U9251> /x8f/xe3/xe1 <CJK>
+<U9258> /x8f/xe3/xe2 <CJK>
+<U9259> /x8f/xe3/xe3 <CJK>
+<U925C> /x8f/xe3/xe4 <CJK>
+<U925D> /x8f/xe3/xe5 <CJK>
+<U9260> /x8f/xe3/xe6 <CJK>
+<U9261> /x8f/xe3/xe7 <CJK>
+<U9265> /x8f/xe3/xe8 <CJK>
+<U9267> /x8f/xe3/xe9 <CJK>
+<U9268> /x8f/xe3/xea <CJK>
+<U9269> /x8f/xe3/xeb <CJK>
+<U926E> /x8f/xe3/xec <CJK>
+<U926F> /x8f/xe3/xed <CJK>
+<U9270> /x8f/xe3/xee <CJK>
+<U9275> /x8f/xe3/xef <CJK>
+<U9276> /x8f/xe3/xf0 <CJK>
+<U9277> /x8f/xe3/xf1 <CJK>
+<U9278> /x8f/xe3/xf2 <CJK>
+<U9279> /x8f/xe3/xf3 <CJK>
+<U927B> /x8f/xe3/xf4 <CJK>
+<U927C> /x8f/xe3/xf5 <CJK>
+<U927D> /x8f/xe3/xf6 <CJK>
+<U927F> /x8f/xe3/xf7 <CJK>
+<U9288> /x8f/xe3/xf8 <CJK>
+<U9289> /x8f/xe3/xf9 <CJK>
+<U928A> /x8f/xe3/xfa <CJK>
+<U928D> /x8f/xe3/xfb <CJK>
+<U928E> /x8f/xe3/xfc <CJK>
+<U9292> /x8f/xe3/xfd <CJK>
+<U9297> /x8f/xe3/xfe <CJK>
+<U9299> /x8f/xe4/xa1 <CJK>
+<U929F> /x8f/xe4/xa2 <CJK>
+<U92A0> /x8f/xe4/xa3 <CJK>
+<U92A4> /x8f/xe4/xa4 <CJK>
+<U92A5> /x8f/xe4/xa5 <CJK>
+<U92A7> /x8f/xe4/xa6 <CJK>
+<U92A8> /x8f/xe4/xa7 <CJK>
+<U92AB> /x8f/xe4/xa8 <CJK>
+<U92AF> /x8f/xe4/xa9 <CJK>
+<U92B2> /x8f/xe4/xaa <CJK>
+<U92B6> /x8f/xe4/xab <CJK>
+<U92B8> /x8f/xe4/xac <CJK>
+<U92BA> /x8f/xe4/xad <CJK>
+<U92BB> /x8f/xe4/xae <CJK>
+<U92BC> /x8f/xe4/xaf <CJK>
+<U92BD> /x8f/xe4/xb0 <CJK>
+<U92BF> /x8f/xe4/xb1 <CJK>
+<U92C0> /x8f/xe4/xb2 <CJK>
+<U92C1> /x8f/xe4/xb3 <CJK>
+<U92C2> /x8f/xe4/xb4 <CJK>
+<U92C3> /x8f/xe4/xb5 <CJK>
+<U92C5> /x8f/xe4/xb6 <CJK>
+<U92C6> /x8f/xe4/xb7 <CJK>
+<U92C7> /x8f/xe4/xb8 <CJK>
+<U92C8> /x8f/xe4/xb9 <CJK>
+<U92CB> /x8f/xe4/xba <CJK>
+<U92CC> /x8f/xe4/xbb <CJK>
+<U92CD> /x8f/xe4/xbc <CJK>
+<U92CE> /x8f/xe4/xbd <CJK>
+<U92D0> /x8f/xe4/xbe <CJK>
+<U92D3> /x8f/xe4/xbf <CJK>
+<U92D5> /x8f/xe4/xc0 <CJK>
+<U92D7> /x8f/xe4/xc1 <CJK>
+<U92D8> /x8f/xe4/xc2 <CJK>
+<U92D9> /x8f/xe4/xc3 <CJK>
+<U92DC> /x8f/xe4/xc4 <CJK>
+<U92DD> /x8f/xe4/xc5 <CJK>
+<U92DF> /x8f/xe4/xc6 <CJK>
+<U92E0> /x8f/xe4/xc7 <CJK>
+<U92E1> /x8f/xe4/xc8 <CJK>
+<U92E3> /x8f/xe4/xc9 <CJK>
+<U92E5> /x8f/xe4/xca <CJK>
+<U92E7> /x8f/xe4/xcb <CJK>
+<U92E8> /x8f/xe4/xcc <CJK>
+<U92EC> /x8f/xe4/xcd <CJK>
+<U92EE> /x8f/xe4/xce <CJK>
+<U92F0> /x8f/xe4/xcf <CJK>
+<U92F9> /x8f/xe4/xd0 <CJK>
+<U92FB> /x8f/xe4/xd1 <CJK>
+<U92FF> /x8f/xe4/xd2 <CJK>
+<U9300> /x8f/xe4/xd3 <CJK>
+<U9302> /x8f/xe4/xd4 <CJK>
+<U9308> /x8f/xe4/xd5 <CJK>
+<U930D> /x8f/xe4/xd6 <CJK>
+<U9311> /x8f/xe4/xd7 <CJK>
+<U9314> /x8f/xe4/xd8 <CJK>
+<U9315> /x8f/xe4/xd9 <CJK>
+<U931C> /x8f/xe4/xda <CJK>
+<U931D> /x8f/xe4/xdb <CJK>
+<U931E> /x8f/xe4/xdc <CJK>
+<U931F> /x8f/xe4/xdd <CJK>
+<U9321> /x8f/xe4/xde <CJK>
+<U9324> /x8f/xe4/xdf <CJK>
+<U9325> /x8f/xe4/xe0 <CJK>
+<U9327> /x8f/xe4/xe1 <CJK>
+<U9329> /x8f/xe4/xe2 <CJK>
+<U932A> /x8f/xe4/xe3 <CJK>
+<U9333> /x8f/xe4/xe4 <CJK>
+<U9334> /x8f/xe4/xe5 <CJK>
+<U9336> /x8f/xe4/xe6 <CJK>
+<U9337> /x8f/xe4/xe7 <CJK>
+<U9347> /x8f/xe4/xe8 <CJK>
+<U9348> /x8f/xe4/xe9 <CJK>
+<U9349> /x8f/xe4/xea <CJK>
+<U9350> /x8f/xe4/xeb <CJK>
+<U9351> /x8f/xe4/xec <CJK>
+<U9352> /x8f/xe4/xed <CJK>
+<U9355> /x8f/xe4/xee <CJK>
+<U9357> /x8f/xe4/xef <CJK>
+<U9358> /x8f/xe4/xf0 <CJK>
+<U935A> /x8f/xe4/xf1 <CJK>
+<U935E> /x8f/xe4/xf2 <CJK>
+<U9364> /x8f/xe4/xf3 <CJK>
+<U9365> /x8f/xe4/xf4 <CJK>
+<U9367> /x8f/xe4/xf5 <CJK>
+<U9369> /x8f/xe4/xf6 <CJK>
+<U936A> /x8f/xe4/xf7 <CJK>
+<U936D> /x8f/xe4/xf8 <CJK>
+<U936F> /x8f/xe4/xf9 <CJK>
+<U9370> /x8f/xe4/xfa <CJK>
+<U9371> /x8f/xe4/xfb <CJK>
+<U9373> /x8f/xe4/xfc <CJK>
+<U9374> /x8f/xe4/xfd <CJK>
+<U9376> /x8f/xe4/xfe <CJK>
+<U937A> /x8f/xe5/xa1 <CJK>
+<U937D> /x8f/xe5/xa2 <CJK>
+<U937F> /x8f/xe5/xa3 <CJK>
+<U9380> /x8f/xe5/xa4 <CJK>
+<U9381> /x8f/xe5/xa5 <CJK>
+<U9382> /x8f/xe5/xa6 <CJK>
+<U9388> /x8f/xe5/xa7 <CJK>
+<U938A> /x8f/xe5/xa8 <CJK>
+<U938B> /x8f/xe5/xa9 <CJK>
+<U938D> /x8f/xe5/xaa <CJK>
+<U938F> /x8f/xe5/xab <CJK>
+<U9392> /x8f/xe5/xac <CJK>
+<U9395> /x8f/xe5/xad <CJK>
+<U9398> /x8f/xe5/xae <CJK>
+<U939B> /x8f/xe5/xaf <CJK>
+<U939E> /x8f/xe5/xb0 <CJK>
+<U93A1> /x8f/xe5/xb1 <CJK>
+<U93A3> /x8f/xe5/xb2 <CJK>
+<U93A4> /x8f/xe5/xb3 <CJK>
+<U93A6> /x8f/xe5/xb4 <CJK>
+<U93A8> /x8f/xe5/xb5 <CJK>
+<U93AB> /x8f/xe5/xb6 <CJK>
+<U93B4> /x8f/xe5/xb7 <CJK>
+<U93B5> /x8f/xe5/xb8 <CJK>
+<U93B6> /x8f/xe5/xb9 <CJK>
+<U93BA> /x8f/xe5/xba <CJK>
+<U93A9> /x8f/xe5/xbb <CJK>
+<U93C1> /x8f/xe5/xbc <CJK>
+<U93C4> /x8f/xe5/xbd <CJK>
+<U93C5> /x8f/xe5/xbe <CJK>
+<U93C6> /x8f/xe5/xbf <CJK>
+<U93C7> /x8f/xe5/xc0 <CJK>
+<U93C9> /x8f/xe5/xc1 <CJK>
+<U93CA> /x8f/xe5/xc2 <CJK>
+<U93CB> /x8f/xe5/xc3 <CJK>
+<U93CC> /x8f/xe5/xc4 <CJK>
+<U93CD> /x8f/xe5/xc5 <CJK>
+<U93D3> /x8f/xe5/xc6 <CJK>
+<U93D9> /x8f/xe5/xc7 <CJK>
+<U93DC> /x8f/xe5/xc8 <CJK>
+<U93DE> /x8f/xe5/xc9 <CJK>
+<U93DF> /x8f/xe5/xca <CJK>
+<U93E2> /x8f/xe5/xcb <CJK>
+<U93E6> /x8f/xe5/xcc <CJK>
+<U93E7> /x8f/xe5/xcd <CJK>
+<U93F9> /x8f/xe5/xce <CJK>
+<U93F7> /x8f/xe5/xcf <CJK>
+<U93F8> /x8f/xe5/xd0 <CJK>
+<U93FA> /x8f/xe5/xd1 <CJK>
+<U93FB> /x8f/xe5/xd2 <CJK>
+<U93FD> /x8f/xe5/xd3 <CJK>
+<U9401> /x8f/xe5/xd4 <CJK>
+<U9402> /x8f/xe5/xd5 <CJK>
+<U9404> /x8f/xe5/xd6 <CJK>
+<U9408> /x8f/xe5/xd7 <CJK>
+<U9409> /x8f/xe5/xd8 <CJK>
+<U940D> /x8f/xe5/xd9 <CJK>
+<U940E> /x8f/xe5/xda <CJK>
+<U940F> /x8f/xe5/xdb <CJK>
+<U9415> /x8f/xe5/xdc <CJK>
+<U9416> /x8f/xe5/xdd <CJK>
+<U9417> /x8f/xe5/xde <CJK>
+<U941F> /x8f/xe5/xdf <CJK>
+<U942E> /x8f/xe5/xe0 <CJK>
+<U942F> /x8f/xe5/xe1 <CJK>
+<U9431> /x8f/xe5/xe2 <CJK>
+<U9432> /x8f/xe5/xe3 <CJK>
+<U9433> /x8f/xe5/xe4 <CJK>
+<U9434> /x8f/xe5/xe5 <CJK>
+<U943B> /x8f/xe5/xe6 <CJK>
+<U943F> /x8f/xe5/xe7 <CJK>
+<U943D> /x8f/xe5/xe8 <CJK>
+<U9443> /x8f/xe5/xe9 <CJK>
+<U9445> /x8f/xe5/xea <CJK>
+<U9448> /x8f/xe5/xeb <CJK>
+<U944A> /x8f/xe5/xec <CJK>
+<U944C> /x8f/xe5/xed <CJK>
+<U9455> /x8f/xe5/xee <CJK>
+<U9459> /x8f/xe5/xef <CJK>
+<U945C> /x8f/xe5/xf0 <CJK>
+<U945F> /x8f/xe5/xf1 <CJK>
+<U9461> /x8f/xe5/xf2 <CJK>
+<U9463> /x8f/xe5/xf3 <CJK>
+<U9468> /x8f/xe5/xf4 <CJK>
+<U946B> /x8f/xe5/xf5 <CJK>
+<U946D> /x8f/xe5/xf6 <CJK>
+<U946E> /x8f/xe5/xf7 <CJK>
+<U946F> /x8f/xe5/xf8 <CJK>
+<U9471> /x8f/xe5/xf9 <CJK>
+<U9472> /x8f/xe5/xfa <CJK>
+<U9484> /x8f/xe5/xfb <CJK>
+<U9483> /x8f/xe5/xfc <CJK>
+<U9578> /x8f/xe5/xfd <CJK>
+<U9579> /x8f/xe5/xfe <CJK>
+<U957E> /x8f/xe6/xa1 <CJK>
+<U9584> /x8f/xe6/xa2 <CJK>
+<U9588> /x8f/xe6/xa3 <CJK>
+<U958C> /x8f/xe6/xa4 <CJK>
+<U958D> /x8f/xe6/xa5 <CJK>
+<U958E> /x8f/xe6/xa6 <CJK>
+<U959D> /x8f/xe6/xa7 <CJK>
+<U959E> /x8f/xe6/xa8 <CJK>
+<U959F> /x8f/xe6/xa9 <CJK>
+<U95A1> /x8f/xe6/xaa <CJK>
+<U95A6> /x8f/xe6/xab <CJK>
+<U95A9> /x8f/xe6/xac <CJK>
+<U95AB> /x8f/xe6/xad <CJK>
+<U95AC> /x8f/xe6/xae <CJK>
+<U95B4> /x8f/xe6/xaf <CJK>
+<U95B6> /x8f/xe6/xb0 <CJK>
+<U95BA> /x8f/xe6/xb1 <CJK>
+<U95BD> /x8f/xe6/xb2 <CJK>
+<U95BF> /x8f/xe6/xb3 <CJK>
+<U95C6> /x8f/xe6/xb4 <CJK>
+<U95C8> /x8f/xe6/xb5 <CJK>
+<U95C9> /x8f/xe6/xb6 <CJK>
+<U95CB> /x8f/xe6/xb7 <CJK>
+<U95D0> /x8f/xe6/xb8 <CJK>
+<U95D1> /x8f/xe6/xb9 <CJK>
+<U95D2> /x8f/xe6/xba <CJK>
+<U95D3> /x8f/xe6/xbb <CJK>
+<U95D9> /x8f/xe6/xbc <CJK>
+<U95DA> /x8f/xe6/xbd <CJK>
+<U95DD> /x8f/xe6/xbe <CJK>
+<U95DE> /x8f/xe6/xbf <CJK>
+<U95DF> /x8f/xe6/xc0 <CJK>
+<U95E0> /x8f/xe6/xc1 <CJK>
+<U95E4> /x8f/xe6/xc2 <CJK>
+<U95E6> /x8f/xe6/xc3 <CJK>
+<U961D> /x8f/xe6/xc4 <CJK>
+<U961E> /x8f/xe6/xc5 <CJK>
+<U9622> /x8f/xe6/xc6 <CJK>
+<U9624> /x8f/xe6/xc7 <CJK>
+<U9625> /x8f/xe6/xc8 <CJK>
+<U9626> /x8f/xe6/xc9 <CJK>
+<U962C> /x8f/xe6/xca <CJK>
+<U9631> /x8f/xe6/xcb <CJK>
+<U9633> /x8f/xe6/xcc <CJK>
+<U9637> /x8f/xe6/xcd <CJK>
+<U9638> /x8f/xe6/xce <CJK>
+<U9639> /x8f/xe6/xcf <CJK>
+<U963A> /x8f/xe6/xd0 <CJK>
+<U963C> /x8f/xe6/xd1 <CJK>
+<U963D> /x8f/xe6/xd2 <CJK>
+<U9641> /x8f/xe6/xd3 <CJK>
+<U9652> /x8f/xe6/xd4 <CJK>
+<U9654> /x8f/xe6/xd5 <CJK>
+<U9656> /x8f/xe6/xd6 <CJK>
+<U9657> /x8f/xe6/xd7 <CJK>
+<U9658> /x8f/xe6/xd8 <CJK>
+<U9661> /x8f/xe6/xd9 <CJK>
+<U966E> /x8f/xe6/xda <CJK>
+<U9674> /x8f/xe6/xdb <CJK>
+<U967B> /x8f/xe6/xdc <CJK>
+<U967C> /x8f/xe6/xdd <CJK>
+<U967E> /x8f/xe6/xde <CJK>
+<U967F> /x8f/xe6/xdf <CJK>
+<U9681> /x8f/xe6/xe0 <CJK>
+<U9682> /x8f/xe6/xe1 <CJK>
+<U9683> /x8f/xe6/xe2 <CJK>
+<U9684> /x8f/xe6/xe3 <CJK>
+<U9689> /x8f/xe6/xe4 <CJK>
+<U9691> /x8f/xe6/xe5 <CJK>
+<U9696> /x8f/xe6/xe6 <CJK>
+<U969A> /x8f/xe6/xe7 <CJK>
+<U969D> /x8f/xe6/xe8 <CJK>
+<U969F> /x8f/xe6/xe9 <CJK>
+<U96A4> /x8f/xe6/xea <CJK>
+<U96A5> /x8f/xe6/xeb <CJK>
+<U96A6> /x8f/xe6/xec <CJK>
+<U96A9> /x8f/xe6/xed <CJK>
+<U96AE> /x8f/xe6/xee <CJK>
+<U96AF> /x8f/xe6/xef <CJK>
+<U96B3> /x8f/xe6/xf0 <CJK>
+<U96BA> /x8f/xe6/xf1 <CJK>
+<U96CA> /x8f/xe6/xf2 <CJK>
+<U96D2> /x8f/xe6/xf3 <CJK>
+<U5DB2> /x8f/xe6/xf4 <CJK>
+<U96D8> /x8f/xe6/xf5 <CJK>
+<U96DA> /x8f/xe6/xf6 <CJK>
+<U96DD> /x8f/xe6/xf7 <CJK>
+<U96DE> /x8f/xe6/xf8 <CJK>
+<U96DF> /x8f/xe6/xf9 <CJK>
+<U96E9> /x8f/xe6/xfa <CJK>
+<U96EF> /x8f/xe6/xfb <CJK>
+<U96F1> /x8f/xe6/xfc <CJK>
+<U96FA> /x8f/xe6/xfd <CJK>
+<U9702> /x8f/xe6/xfe <CJK>
+<U9703> /x8f/xe7/xa1 <CJK>
+<U9705> /x8f/xe7/xa2 <CJK>
+<U9709> /x8f/xe7/xa3 <CJK>
+<U971A> /x8f/xe7/xa4 <CJK>
+<U971B> /x8f/xe7/xa5 <CJK>
+<U971D> /x8f/xe7/xa6 <CJK>
+<U9721> /x8f/xe7/xa7 <CJK>
+<U9722> /x8f/xe7/xa8 <CJK>
+<U9723> /x8f/xe7/xa9 <CJK>
+<U9728> /x8f/xe7/xaa <CJK>
+<U9731> /x8f/xe7/xab <CJK>
+<U9733> /x8f/xe7/xac <CJK>
+<U9741> /x8f/xe7/xad <CJK>
+<U9743> /x8f/xe7/xae <CJK>
+<U974A> /x8f/xe7/xaf <CJK>
+<U974E> /x8f/xe7/xb0 <CJK>
+<U974F> /x8f/xe7/xb1 <CJK>
+<U9755> /x8f/xe7/xb2 <CJK>
+<U9757> /x8f/xe7/xb3 <CJK>
+<U9758> /x8f/xe7/xb4 <CJK>
+<U975A> /x8f/xe7/xb5 <CJK>
+<U975B> /x8f/xe7/xb6 <CJK>
+<U9763> /x8f/xe7/xb7 <CJK>
+<U9767> /x8f/xe7/xb8 <CJK>
+<U976A> /x8f/xe7/xb9 <CJK>
+<U976E> /x8f/xe7/xba <CJK>
+<U9773> /x8f/xe7/xbb <CJK>
+<U9776> /x8f/xe7/xbc <CJK>
+<U9777> /x8f/xe7/xbd <CJK>
+<U9778> /x8f/xe7/xbe <CJK>
+<U977B> /x8f/xe7/xbf <CJK>
+<U977D> /x8f/xe7/xc0 <CJK>
+<U977F> /x8f/xe7/xc1 <CJK>
+<U9780> /x8f/xe7/xc2 <CJK>
+<U9789> /x8f/xe7/xc3 <CJK>
+<U9795> /x8f/xe7/xc4 <CJK>
+<U9796> /x8f/xe7/xc5 <CJK>
+<U9797> /x8f/xe7/xc6 <CJK>
+<U9799> /x8f/xe7/xc7 <CJK>
+<U979A> /x8f/xe7/xc8 <CJK>
+<U979E> /x8f/xe7/xc9 <CJK>
+<U979F> /x8f/xe7/xca <CJK>
+<U97A2> /x8f/xe7/xcb <CJK>
+<U97AC> /x8f/xe7/xcc <CJK>
+<U97AE> /x8f/xe7/xcd <CJK>
+<U97B1> /x8f/xe7/xce <CJK>
+<U97B2> /x8f/xe7/xcf <CJK>
+<U97B5> /x8f/xe7/xd0 <CJK>
+<U97B6> /x8f/xe7/xd1 <CJK>
+<U97B8> /x8f/xe7/xd2 <CJK>
+<U97B9> /x8f/xe7/xd3 <CJK>
+<U97BA> /x8f/xe7/xd4 <CJK>
+<U97BC> /x8f/xe7/xd5 <CJK>
+<U97BE> /x8f/xe7/xd6 <CJK>
+<U97BF> /x8f/xe7/xd7 <CJK>
+<U97C1> /x8f/xe7/xd8 <CJK>
+<U97C4> /x8f/xe7/xd9 <CJK>
+<U97C5> /x8f/xe7/xda <CJK>
+<U97C7> /x8f/xe7/xdb <CJK>
+<U97C9> /x8f/xe7/xdc <CJK>
+<U97CA> /x8f/xe7/xdd <CJK>
+<U97CC> /x8f/xe7/xde <CJK>
+<U97CD> /x8f/xe7/xdf <CJK>
+<U97CE> /x8f/xe7/xe0 <CJK>
+<U97D0> /x8f/xe7/xe1 <CJK>
+<U97D1> /x8f/xe7/xe2 <CJK>
+<U97D4> /x8f/xe7/xe3 <CJK>
+<U97D7> /x8f/xe7/xe4 <CJK>
+<U97D8> /x8f/xe7/xe5 <CJK>
+<U97D9> /x8f/xe7/xe6 <CJK>
+<U97DD> /x8f/xe7/xe7 <CJK>
+<U97DE> /x8f/xe7/xe8 <CJK>
+<U97E0> /x8f/xe7/xe9 <CJK>
+<U97DB> /x8f/xe7/xea <CJK>
+<U97E1> /x8f/xe7/xeb <CJK>
+<U97E4> /x8f/xe7/xec <CJK>
+<U97EF> /x8f/xe7/xed <CJK>
+<U97F1> /x8f/xe7/xee <CJK>
+<U97F4> /x8f/xe7/xef <CJK>
+<U97F7> /x8f/xe7/xf0 <CJK>
+<U97F8> /x8f/xe7/xf1 <CJK>
+<U97FA> /x8f/xe7/xf2 <CJK>
+<U9807> /x8f/xe7/xf3 <CJK>
+<U980A> /x8f/xe7/xf4 <CJK>
+<U9819> /x8f/xe7/xf5 <CJK>
+<U980D> /x8f/xe7/xf6 <CJK>
+<U980E> /x8f/xe7/xf7 <CJK>
+<U9814> /x8f/xe7/xf8 <CJK>
+<U9816> /x8f/xe7/xf9 <CJK>
+<U981C> /x8f/xe7/xfa <CJK>
+<U981E> /x8f/xe7/xfb <CJK>
+<U9820> /x8f/xe7/xfc <CJK>
+<U9823> /x8f/xe7/xfd <CJK>
+<U9826> /x8f/xe7/xfe <CJK>
+<U982B> /x8f/xe8/xa1 <CJK>
+<U982E> /x8f/xe8/xa2 <CJK>
+<U982F> /x8f/xe8/xa3 <CJK>
+<U9830> /x8f/xe8/xa4 <CJK>
+<U9832> /x8f/xe8/xa5 <CJK>
+<U9833> /x8f/xe8/xa6 <CJK>
+<U9835> /x8f/xe8/xa7 <CJK>
+<U9825> /x8f/xe8/xa8 <CJK>
+<U983E> /x8f/xe8/xa9 <CJK>
+<U9844> /x8f/xe8/xaa <CJK>
+<U9847> /x8f/xe8/xab <CJK>
+<U984A> /x8f/xe8/xac <CJK>
+<U9851> /x8f/xe8/xad <CJK>
+<U9852> /x8f/xe8/xae <CJK>
+<U9853> /x8f/xe8/xaf <CJK>
+<U9856> /x8f/xe8/xb0 <CJK>
+<U9857> /x8f/xe8/xb1 <CJK>
+<U9859> /x8f/xe8/xb2 <CJK>
+<U985A> /x8f/xe8/xb3 <CJK>
+<U9862> /x8f/xe8/xb4 <CJK>
+<U9863> /x8f/xe8/xb5 <CJK>
+<U9865> /x8f/xe8/xb6 <CJK>
+<U9866> /x8f/xe8/xb7 <CJK>
+<U986A> /x8f/xe8/xb8 <CJK>
+<U986C> /x8f/xe8/xb9 <CJK>
+<U98AB> /x8f/xe8/xba <CJK>
+<U98AD> /x8f/xe8/xbb <CJK>
+<U98AE> /x8f/xe8/xbc <CJK>
+<U98B0> /x8f/xe8/xbd <CJK>
+<U98B4> /x8f/xe8/xbe <CJK>
+<U98B7> /x8f/xe8/xbf <CJK>
+<U98B8> /x8f/xe8/xc0 <CJK>
+<U98BA> /x8f/xe8/xc1 <CJK>
+<U98BB> /x8f/xe8/xc2 <CJK>
+<U98BF> /x8f/xe8/xc3 <CJK>
+<U98C2> /x8f/xe8/xc4 <CJK>
+<U98C5> /x8f/xe8/xc5 <CJK>
+<U98C8> /x8f/xe8/xc6 <CJK>
+<U98CC> /x8f/xe8/xc7 <CJK>
+<U98E1> /x8f/xe8/xc8 <CJK>
+<U98E3> /x8f/xe8/xc9 <CJK>
+<U98E5> /x8f/xe8/xca <CJK>
+<U98E6> /x8f/xe8/xcb <CJK>
+<U98E7> /x8f/xe8/xcc <CJK>
+<U98EA> /x8f/xe8/xcd <CJK>
+<U98F3> /x8f/xe8/xce <CJK>
+<U98F6> /x8f/xe8/xcf <CJK>
+<U9902> /x8f/xe8/xd0 <CJK>
+<U9907> /x8f/xe8/xd1 <CJK>
+<U9908> /x8f/xe8/xd2 <CJK>
+<U9911> /x8f/xe8/xd3 <CJK>
+<U9915> /x8f/xe8/xd4 <CJK>
+<U9916> /x8f/xe8/xd5 <CJK>
+<U9917> /x8f/xe8/xd6 <CJK>
+<U991A> /x8f/xe8/xd7 <CJK>
+<U991B> /x8f/xe8/xd8 <CJK>
+<U991C> /x8f/xe8/xd9 <CJK>
+<U991F> /x8f/xe8/xda <CJK>
+<U9922> /x8f/xe8/xdb <CJK>
+<U9926> /x8f/xe8/xdc <CJK>
+<U9927> /x8f/xe8/xdd <CJK>
+<U992B> /x8f/xe8/xde <CJK>
+<U9931> /x8f/xe8/xdf <CJK>
+<U9932> /x8f/xe8/xe0 <CJK>
+<U9933> /x8f/xe8/xe1 <CJK>
+<U9934> /x8f/xe8/xe2 <CJK>
+<U9935> /x8f/xe8/xe3 <CJK>
+<U9939> /x8f/xe8/xe4 <CJK>
+<U993A> /x8f/xe8/xe5 <CJK>
+<U993B> /x8f/xe8/xe6 <CJK>
+<U993C> /x8f/xe8/xe7 <CJK>
+<U9940> /x8f/xe8/xe8 <CJK>
+<U9941> /x8f/xe8/xe9 <CJK>
+<U9946> /x8f/xe8/xea <CJK>
+<U9947> /x8f/xe8/xeb <CJK>
+<U9948> /x8f/xe8/xec <CJK>
+<U994D> /x8f/xe8/xed <CJK>
+<U994E> /x8f/xe8/xee <CJK>
+<U9954> /x8f/xe8/xef <CJK>
+<U9958> /x8f/xe8/xf0 <CJK>
+<U9959> /x8f/xe8/xf1 <CJK>
+<U995B> /x8f/xe8/xf2 <CJK>
+<U995C> /x8f/xe8/xf3 <CJK>
+<U995E> /x8f/xe8/xf4 <CJK>
+<U995F> /x8f/xe8/xf5 <CJK>
+<U9960> /x8f/xe8/xf6 <CJK>
+<U999B> /x8f/xe8/xf7 <CJK>
+<U999D> /x8f/xe8/xf8 <CJK>
+<U999F> /x8f/xe8/xf9 <CJK>
+<U99A6> /x8f/xe8/xfa <CJK>
+<U99B0> /x8f/xe8/xfb <CJK>
+<U99B1> /x8f/xe8/xfc <CJK>
+<U99B2> /x8f/xe8/xfd <CJK>
+<U99B5> /x8f/xe8/xfe <CJK>
+<U99B9> /x8f/xe9/xa1 <CJK>
+<U99BA> /x8f/xe9/xa2 <CJK>
+<U99BD> /x8f/xe9/xa3 <CJK>
+<U99BF> /x8f/xe9/xa4 <CJK>
+<U99C3> /x8f/xe9/xa5 <CJK>
+<U99C9> /x8f/xe9/xa6 <CJK>
+<U99D3> /x8f/xe9/xa7 <CJK>
+<U99D4> /x8f/xe9/xa8 <CJK>
+<U99D9> /x8f/xe9/xa9 <CJK>
+<U99DA> /x8f/xe9/xaa <CJK>
+<U99DC> /x8f/xe9/xab <CJK>
+<U99DE> /x8f/xe9/xac <CJK>
+<U99E7> /x8f/xe9/xad <CJK>
+<U99EA> /x8f/xe9/xae <CJK>
+<U99EB> /x8f/xe9/xaf <CJK>
+<U99EC> /x8f/xe9/xb0 <CJK>
+<U99F0> /x8f/xe9/xb1 <CJK>
+<U99F4> /x8f/xe9/xb2 <CJK>
+<U99F5> /x8f/xe9/xb3 <CJK>
+<U99F9> /x8f/xe9/xb4 <CJK>
+<U99FD> /x8f/xe9/xb5 <CJK>
+<U99FE> /x8f/xe9/xb6 <CJK>
+<U9A02> /x8f/xe9/xb7 <CJK>
+<U9A03> /x8f/xe9/xb8 <CJK>
+<U9A04> /x8f/xe9/xb9 <CJK>
+<U9A0B> /x8f/xe9/xba <CJK>
+<U9A0C> /x8f/xe9/xbb <CJK>
+<U9A10> /x8f/xe9/xbc <CJK>
+<U9A11> /x8f/xe9/xbd <CJK>
+<U9A16> /x8f/xe9/xbe <CJK>
+<U9A1E> /x8f/xe9/xbf <CJK>
+<U9A20> /x8f/xe9/xc0 <CJK>
+<U9A22> /x8f/xe9/xc1 <CJK>
+<U9A23> /x8f/xe9/xc2 <CJK>
+<U9A24> /x8f/xe9/xc3 <CJK>
+<U9A27> /x8f/xe9/xc4 <CJK>
+<U9A2D> /x8f/xe9/xc5 <CJK>
+<U9A2E> /x8f/xe9/xc6 <CJK>
+<U9A33> /x8f/xe9/xc7 <CJK>
+<U9A35> /x8f/xe9/xc8 <CJK>
+<U9A36> /x8f/xe9/xc9 <CJK>
+<U9A38> /x8f/xe9/xca <CJK>
+<U9A47> /x8f/xe9/xcb <CJK>
+<U9A41> /x8f/xe9/xcc <CJK>
+<U9A44> /x8f/xe9/xcd <CJK>
+<U9A4A> /x8f/xe9/xce <CJK>
+<U9A4B> /x8f/xe9/xcf <CJK>
+<U9A4C> /x8f/xe9/xd0 <CJK>
+<U9A4E> /x8f/xe9/xd1 <CJK>
+<U9A51> /x8f/xe9/xd2 <CJK>
+<U9A54> /x8f/xe9/xd3 <CJK>
+<U9A56> /x8f/xe9/xd4 <CJK>
+<U9A5D> /x8f/xe9/xd5 <CJK>
+<U9AAA> /x8f/xe9/xd6 <CJK>
+<U9AAC> /x8f/xe9/xd7 <CJK>
+<U9AAE> /x8f/xe9/xd8 <CJK>
+<U9AAF> /x8f/xe9/xd9 <CJK>
+<U9AB2> /x8f/xe9/xda <CJK>
+<U9AB4> /x8f/xe9/xdb <CJK>
+<U9AB5> /x8f/xe9/xdc <CJK>
+<U9AB6> /x8f/xe9/xdd <CJK>
+<U9AB9> /x8f/xe9/xde <CJK>
+<U9ABB> /x8f/xe9/xdf <CJK>
+<U9ABE> /x8f/xe9/xe0 <CJK>
+<U9ABF> /x8f/xe9/xe1 <CJK>
+<U9AC1> /x8f/xe9/xe2 <CJK>
+<U9AC3> /x8f/xe9/xe3 <CJK>
+<U9AC6> /x8f/xe9/xe4 <CJK>
+<U9AC8> /x8f/xe9/xe5 <CJK>
+<U9ACE> /x8f/xe9/xe6 <CJK>
+<U9AD0> /x8f/xe9/xe7 <CJK>
+<U9AD2> /x8f/xe9/xe8 <CJK>
+<U9AD5> /x8f/xe9/xe9 <CJK>
+<U9AD6> /x8f/xe9/xea <CJK>
+<U9AD7> /x8f/xe9/xeb <CJK>
+<U9ADB> /x8f/xe9/xec <CJK>
+<U9ADC> /x8f/xe9/xed <CJK>
+<U9AE0> /x8f/xe9/xee <CJK>
+<U9AE4> /x8f/xe9/xef <CJK>
+<U9AE5> /x8f/xe9/xf0 <CJK>
+<U9AE7> /x8f/xe9/xf1 <CJK>
+<U9AE9> /x8f/xe9/xf2 <CJK>
+<U9AEC> /x8f/xe9/xf3 <CJK>
+<U9AF2> /x8f/xe9/xf4 <CJK>
+<U9AF3> /x8f/xe9/xf5 <CJK>
+<U9AF5> /x8f/xe9/xf6 <CJK>
+<U9AF9> /x8f/xe9/xf7 <CJK>
+<U9AFA> /x8f/xe9/xf8 <CJK>
+<U9AFD> /x8f/xe9/xf9 <CJK>
+<U9AFF> /x8f/xe9/xfa <CJK>
+<U9B00> /x8f/xe9/xfb <CJK>
+<U9B01> /x8f/xe9/xfc <CJK>
+<U9B02> /x8f/xe9/xfd <CJK>
+<U9B03> /x8f/xe9/xfe <CJK>
+<U9B04> /x8f/xea/xa1 <CJK>
+<U9B05> /x8f/xea/xa2 <CJK>
+<U9B08> /x8f/xea/xa3 <CJK>
+<U9B09> /x8f/xea/xa4 <CJK>
+<U9B0B> /x8f/xea/xa5 <CJK>
+<U9B0C> /x8f/xea/xa6 <CJK>
+<U9B0D> /x8f/xea/xa7 <CJK>
+<U9B0E> /x8f/xea/xa8 <CJK>
+<U9B10> /x8f/xea/xa9 <CJK>
+<U9B12> /x8f/xea/xaa <CJK>
+<U9B16> /x8f/xea/xab <CJK>
+<U9B19> /x8f/xea/xac <CJK>
+<U9B1B> /x8f/xea/xad <CJK>
+<U9B1C> /x8f/xea/xae <CJK>
+<U9B20> /x8f/xea/xaf <CJK>
+<U9B26> /x8f/xea/xb0 <CJK>
+<U9B2B> /x8f/xea/xb1 <CJK>
+<U9B2D> /x8f/xea/xb2 <CJK>
+<U9B33> /x8f/xea/xb3 <CJK>
+<U9B34> /x8f/xea/xb4 <CJK>
+<U9B35> /x8f/xea/xb5 <CJK>
+<U9B37> /x8f/xea/xb6 <CJK>
+<U9B39> /x8f/xea/xb7 <CJK>
+<U9B3A> /x8f/xea/xb8 <CJK>
+<U9B3D> /x8f/xea/xb9 <CJK>
+<U9B48> /x8f/xea/xba <CJK>
+<U9B4B> /x8f/xea/xbb <CJK>
+<U9B4C> /x8f/xea/xbc <CJK>
+<U9B55> /x8f/xea/xbd <CJK>
+<U9B56> /x8f/xea/xbe <CJK>
+<U9B57> /x8f/xea/xbf <CJK>
+<U9B5B> /x8f/xea/xc0 <CJK>
+<U9B5E> /x8f/xea/xc1 <CJK>
+<U9B61> /x8f/xea/xc2 <CJK>
+<U9B63> /x8f/xea/xc3 <CJK>
+<U9B65> /x8f/xea/xc4 <CJK>
+<U9B66> /x8f/xea/xc5 <CJK>
+<U9B68> /x8f/xea/xc6 <CJK>
+<U9B6A> /x8f/xea/xc7 <CJK>
+<U9B6B> /x8f/xea/xc8 <CJK>
+<U9B6C> /x8f/xea/xc9 <CJK>
+<U9B6D> /x8f/xea/xca <CJK>
+<U9B6E> /x8f/xea/xcb <CJK>
+<U9B73> /x8f/xea/xcc <CJK>
+<U9B75> /x8f/xea/xcd <CJK>
+<U9B77> /x8f/xea/xce <CJK>
+<U9B78> /x8f/xea/xcf <CJK>
+<U9B79> /x8f/xea/xd0 <CJK>
+<U9B7F> /x8f/xea/xd1 <CJK>
+<U9B80> /x8f/xea/xd2 <CJK>
+<U9B84> /x8f/xea/xd3 <CJK>
+<U9B85> /x8f/xea/xd4 <CJK>
+<U9B86> /x8f/xea/xd5 <CJK>
+<U9B87> /x8f/xea/xd6 <CJK>
+<U9B89> /x8f/xea/xd7 <CJK>
+<U9B8A> /x8f/xea/xd8 <CJK>
+<U9B8B> /x8f/xea/xd9 <CJK>
+<U9B8D> /x8f/xea/xda <CJK>
+<U9B8F> /x8f/xea/xdb <CJK>
+<U9B90> /x8f/xea/xdc <CJK>
+<U9B94> /x8f/xea/xdd <CJK>
+<U9B9A> /x8f/xea/xde <CJK>
+<U9B9D> /x8f/xea/xdf <CJK>
+<U9B9E> /x8f/xea/xe0 <CJK>
+<U9BA6> /x8f/xea/xe1 <CJK>
+<U9BA7> /x8f/xea/xe2 <CJK>
+<U9BA9> /x8f/xea/xe3 <CJK>
+<U9BAC> /x8f/xea/xe4 <CJK>
+<U9BB0> /x8f/xea/xe5 <CJK>
+<U9BB1> /x8f/xea/xe6 <CJK>
+<U9BB2> /x8f/xea/xe7 <CJK>
+<U9BB7> /x8f/xea/xe8 <CJK>
+<U9BB8> /x8f/xea/xe9 <CJK>
+<U9BBB> /x8f/xea/xea <CJK>
+<U9BBC> /x8f/xea/xeb <CJK>
+<U9BBE> /x8f/xea/xec <CJK>
+<U9BBF> /x8f/xea/xed <CJK>
+<U9BC1> /x8f/xea/xee <CJK>
+<U9BC7> /x8f/xea/xef <CJK>
+<U9BC8> /x8f/xea/xf0 <CJK>
+<U9BCE> /x8f/xea/xf1 <CJK>
+<U9BD0> /x8f/xea/xf2 <CJK>
+<U9BD7> /x8f/xea/xf3 <CJK>
+<U9BD8> /x8f/xea/xf4 <CJK>
+<U9BDD> /x8f/xea/xf5 <CJK>
+<U9BDF> /x8f/xea/xf6 <CJK>
+<U9BE5> /x8f/xea/xf7 <CJK>
+<U9BE7> /x8f/xea/xf8 <CJK>
+<U9BEA> /x8f/xea/xf9 <CJK>
+<U9BEB> /x8f/xea/xfa <CJK>
+<U9BEF> /x8f/xea/xfb <CJK>
+<U9BF3> /x8f/xea/xfc <CJK>
+<U9BF7> /x8f/xea/xfd <CJK>
+<U9BF8> /x8f/xea/xfe <CJK>
+<U9BF9> /x8f/xeb/xa1 <CJK>
+<U9BFA> /x8f/xeb/xa2 <CJK>
+<U9BFD> /x8f/xeb/xa3 <CJK>
+<U9BFF> /x8f/xeb/xa4 <CJK>
+<U9C00> /x8f/xeb/xa5 <CJK>
+<U9C02> /x8f/xeb/xa6 <CJK>
+<U9C0B> /x8f/xeb/xa7 <CJK>
+<U9C0F> /x8f/xeb/xa8 <CJK>
+<U9C11> /x8f/xeb/xa9 <CJK>
+<U9C16> /x8f/xeb/xaa <CJK>
+<U9C18> /x8f/xeb/xab <CJK>
+<U9C19> /x8f/xeb/xac <CJK>
+<U9C1A> /x8f/xeb/xad <CJK>
+<U9C1C> /x8f/xeb/xae <CJK>
+<U9C1E> /x8f/xeb/xaf <CJK>
+<U9C22> /x8f/xeb/xb0 <CJK>
+<U9C23> /x8f/xeb/xb1 <CJK>
+<U9C26> /x8f/xeb/xb2 <CJK>
+<U9C27> /x8f/xeb/xb3 <CJK>
+<U9C28> /x8f/xeb/xb4 <CJK>
+<U9C29> /x8f/xeb/xb5 <CJK>
+<U9C2A> /x8f/xeb/xb6 <CJK>
+<U9C31> /x8f/xeb/xb7 <CJK>
+<U9C35> /x8f/xeb/xb8 <CJK>
+<U9C36> /x8f/xeb/xb9 <CJK>
+<U9C37> /x8f/xeb/xba <CJK>
+<U9C3D> /x8f/xeb/xbb <CJK>
+<U9C41> /x8f/xeb/xbc <CJK>
+<U9C43> /x8f/xeb/xbd <CJK>
+<U9C44> /x8f/xeb/xbe <CJK>
+<U9C45> /x8f/xeb/xbf <CJK>
+<U9C49> /x8f/xeb/xc0 <CJK>
+<U9C4A> /x8f/xeb/xc1 <CJK>
+<U9C4E> /x8f/xeb/xc2 <CJK>
+<U9C4F> /x8f/xeb/xc3 <CJK>
+<U9C50> /x8f/xeb/xc4 <CJK>
+<U9C53> /x8f/xeb/xc5 <CJK>
+<U9C54> /x8f/xeb/xc6 <CJK>
+<U9C56> /x8f/xeb/xc7 <CJK>
+<U9C58> /x8f/xeb/xc8 <CJK>
+<U9C5B> /x8f/xeb/xc9 <CJK>
+<U9C5D> /x8f/xeb/xca <CJK>
+<U9C5E> /x8f/xeb/xcb <CJK>
+<U9C5F> /x8f/xeb/xcc <CJK>
+<U9C63> /x8f/xeb/xcd <CJK>
+<U9C69> /x8f/xeb/xce <CJK>
+<U9C6A> /x8f/xeb/xcf <CJK>
+<U9C5C> /x8f/xeb/xd0 <CJK>
+<U9C6B> /x8f/xeb/xd1 <CJK>
+<U9C68> /x8f/xeb/xd2 <CJK>
+<U9C6E> /x8f/xeb/xd3 <CJK>
+<U9C70> /x8f/xeb/xd4 <CJK>
+<U9C72> /x8f/xeb/xd5 <CJK>
+<U9C75> /x8f/xeb/xd6 <CJK>
+<U9C77> /x8f/xeb/xd7 <CJK>
+<U9C7B> /x8f/xeb/xd8 <CJK>
+<U9CE6> /x8f/xeb/xd9 <CJK>
+<U9CF2> /x8f/xeb/xda <CJK>
+<U9CF7> /x8f/xeb/xdb <CJK>
+<U9CF9> /x8f/xeb/xdc <CJK>
+<U9D0B> /x8f/xeb/xdd <CJK>
+<U9D02> /x8f/xeb/xde <CJK>
+<U9D11> /x8f/xeb/xdf <CJK>
+<U9D17> /x8f/xeb/xe0 <CJK>
+<U9D18> /x8f/xeb/xe1 <CJK>
+<U9D1C> /x8f/xeb/xe2 <CJK>
+<U9D1D> /x8f/xeb/xe3 <CJK>
+<U9D1E> /x8f/xeb/xe4 <CJK>
+<U9D2F> /x8f/xeb/xe5 <CJK>
+<U9D30> /x8f/xeb/xe6 <CJK>
+<U9D32> /x8f/xeb/xe7 <CJK>
+<U9D33> /x8f/xeb/xe8 <CJK>
+<U9D34> /x8f/xeb/xe9 <CJK>
+<U9D3A> /x8f/xeb/xea <CJK>
+<U9D3C> /x8f/xeb/xeb <CJK>
+<U9D45> /x8f/xeb/xec <CJK>
+<U9D3D> /x8f/xeb/xed <CJK>
+<U9D42> /x8f/xeb/xee <CJK>
+<U9D43> /x8f/xeb/xef <CJK>
+<U9D47> /x8f/xeb/xf0 <CJK>
+<U9D4A> /x8f/xeb/xf1 <CJK>
+<U9D53> /x8f/xeb/xf2 <CJK>
+<U9D54> /x8f/xeb/xf3 <CJK>
+<U9D5F> /x8f/xeb/xf4 <CJK>
+<U9D63> /x8f/xeb/xf5 <CJK>
+<U9D62> /x8f/xeb/xf6 <CJK>
+<U9D65> /x8f/xeb/xf7 <CJK>
+<U9D69> /x8f/xeb/xf8 <CJK>
+<U9D6A> /x8f/xeb/xf9 <CJK>
+<U9D6B> /x8f/xeb/xfa <CJK>
+<U9D70> /x8f/xeb/xfb <CJK>
+<U9D76> /x8f/xeb/xfc <CJK>
+<U9D77> /x8f/xeb/xfd <CJK>
+<U9D7B> /x8f/xeb/xfe <CJK>
+<U9D7C> /x8f/xec/xa1 <CJK>
+<U9D7E> /x8f/xec/xa2 <CJK>
+<U9D83> /x8f/xec/xa3 <CJK>
+<U9D84> /x8f/xec/xa4 <CJK>
+<U9D86> /x8f/xec/xa5 <CJK>
+<U9D8A> /x8f/xec/xa6 <CJK>
+<U9D8D> /x8f/xec/xa7 <CJK>
+<U9D8E> /x8f/xec/xa8 <CJK>
+<U9D92> /x8f/xec/xa9 <CJK>
+<U9D93> /x8f/xec/xaa <CJK>
+<U9D95> /x8f/xec/xab <CJK>
+<U9D96> /x8f/xec/xac <CJK>
+<U9D97> /x8f/xec/xad <CJK>
+<U9D98> /x8f/xec/xae <CJK>
+<U9DA1> /x8f/xec/xaf <CJK>
+<U9DAA> /x8f/xec/xb0 <CJK>
+<U9DAC> /x8f/xec/xb1 <CJK>
+<U9DAE> /x8f/xec/xb2 <CJK>
+<U9DB1> /x8f/xec/xb3 <CJK>
+<U9DB5> /x8f/xec/xb4 <CJK>
+<U9DB9> /x8f/xec/xb5 <CJK>
+<U9DBC> /x8f/xec/xb6 <CJK>
+<U9DBF> /x8f/xec/xb7 <CJK>
+<U9DC3> /x8f/xec/xb8 <CJK>
+<U9DC7> /x8f/xec/xb9 <CJK>
+<U9DC9> /x8f/xec/xba <CJK>
+<U9DCA> /x8f/xec/xbb <CJK>
+<U9DD4> /x8f/xec/xbc <CJK>
+<U9DD5> /x8f/xec/xbd <CJK>
+<U9DD6> /x8f/xec/xbe <CJK>
+<U9DD7> /x8f/xec/xbf <CJK>
+<U9DDA> /x8f/xec/xc0 <CJK>
+<U9DDE> /x8f/xec/xc1 <CJK>
+<U9DDF> /x8f/xec/xc2 <CJK>
+<U9DE0> /x8f/xec/xc3 <CJK>
+<U9DE5> /x8f/xec/xc4 <CJK>
+<U9DE7> /x8f/xec/xc5 <CJK>
+<U9DE9> /x8f/xec/xc6 <CJK>
+<U9DEB> /x8f/xec/xc7 <CJK>
+<U9DEE> /x8f/xec/xc8 <CJK>
+<U9DF0> /x8f/xec/xc9 <CJK>
+<U9DF3> /x8f/xec/xca <CJK>
+<U9DF4> /x8f/xec/xcb <CJK>
+<U9DFE> /x8f/xec/xcc <CJK>
+<U9E0A> /x8f/xec/xcd <CJK>
+<U9E02> /x8f/xec/xce <CJK>
+<U9E07> /x8f/xec/xcf <CJK>
+<U9E0E> /x8f/xec/xd0 <CJK>
+<U9E10> /x8f/xec/xd1 <CJK>
+<U9E11> /x8f/xec/xd2 <CJK>
+<U9E12> /x8f/xec/xd3 <CJK>
+<U9E15> /x8f/xec/xd4 <CJK>
+<U9E16> /x8f/xec/xd5 <CJK>
+<U9E19> /x8f/xec/xd6 <CJK>
+<U9E1C> /x8f/xec/xd7 <CJK>
+<U9E1D> /x8f/xec/xd8 <CJK>
+<U9E7A> /x8f/xec/xd9 <CJK>
+<U9E7B> /x8f/xec/xda <CJK>
+<U9E7C> /x8f/xec/xdb <CJK>
+<U9E80> /x8f/xec/xdc <CJK>
+<U9E82> /x8f/xec/xdd <CJK>
+<U9E83> /x8f/xec/xde <CJK>
+<U9E84> /x8f/xec/xdf <CJK>
+<U9E85> /x8f/xec/xe0 <CJK>
+<U9E87> /x8f/xec/xe1 <CJK>
+<U9E8E> /x8f/xec/xe2 <CJK>
+<U9E8F> /x8f/xec/xe3 <CJK>
+<U9E96> /x8f/xec/xe4 <CJK>
+<U9E98> /x8f/xec/xe5 <CJK>
+<U9E9B> /x8f/xec/xe6 <CJK>
+<U9E9E> /x8f/xec/xe7 <CJK>
+<U9EA4> /x8f/xec/xe8 <CJK>
+<U9EA8> /x8f/xec/xe9 <CJK>
+<U9EAC> /x8f/xec/xea <CJK>
+<U9EAE> /x8f/xec/xeb <CJK>
+<U9EAF> /x8f/xec/xec <CJK>
+<U9EB0> /x8f/xec/xed <CJK>
+<U9EB3> /x8f/xec/xee <CJK>
+<U9EB4> /x8f/xec/xef <CJK>
+<U9EB5> /x8f/xec/xf0 <CJK>
+<U9EC6> /x8f/xec/xf1 <CJK>
+<U9EC8> /x8f/xec/xf2 <CJK>
+<U9ECB> /x8f/xec/xf3 <CJK>
+<U9ED5> /x8f/xec/xf4 <CJK>
+<U9EDF> /x8f/xec/xf5 <CJK>
+<U9EE4> /x8f/xec/xf6 <CJK>
+<U9EE7> /x8f/xec/xf7 <CJK>
+<U9EEC> /x8f/xec/xf8 <CJK>
+<U9EED> /x8f/xec/xf9 <CJK>
+<U9EEE> /x8f/xec/xfa <CJK>
+<U9EF0> /x8f/xec/xfb <CJK>
+<U9EF1> /x8f/xec/xfc <CJK>
+<U9EF2> /x8f/xec/xfd <CJK>
+<U9EF5> /x8f/xec/xfe <CJK>
+<U9EF8> /x8f/xed/xa1 <CJK>
+<U9EFF> /x8f/xed/xa2 <CJK>
+<U9F02> /x8f/xed/xa3 <CJK>
+<U9F03> /x8f/xed/xa4 <CJK>
+<U9F09> /x8f/xed/xa5 <CJK>
+<U9F0F> /x8f/xed/xa6 <CJK>
+<U9F10> /x8f/xed/xa7 <CJK>
+<U9F11> /x8f/xed/xa8 <CJK>
+<U9F12> /x8f/xed/xa9 <CJK>
+<U9F14> /x8f/xed/xaa <CJK>
+<U9F16> /x8f/xed/xab <CJK>
+<U9F17> /x8f/xed/xac <CJK>
+<U9F19> /x8f/xed/xad <CJK>
+<U9F1A> /x8f/xed/xae <CJK>
+<U9F1B> /x8f/xed/xaf <CJK>
+<U9F1F> /x8f/xed/xb0 <CJK>
+<U9F22> /x8f/xed/xb1 <CJK>
+<U9F26> /x8f/xed/xb2 <CJK>
+<U9F2A> /x8f/xed/xb3 <CJK>
+<U9F2B> /x8f/xed/xb4 <CJK>
+<U9F2F> /x8f/xed/xb5 <CJK>
+<U9F31> /x8f/xed/xb6 <CJK>
+<U9F32> /x8f/xed/xb7 <CJK>
+<U9F34> /x8f/xed/xb8 <CJK>
+<U9F37> /x8f/xed/xb9 <CJK>
+<U9F39> /x8f/xed/xba <CJK>
+<U9F3A> /x8f/xed/xbb <CJK>
+<U9F3C> /x8f/xed/xbc <CJK>
+<U9F3D> /x8f/xed/xbd <CJK>
+<U9F3F> /x8f/xed/xbe <CJK>
+<U9F41> /x8f/xed/xbf <CJK>
+<U9F43> /x8f/xed/xc0 <CJK>
+<U9F44> /x8f/xed/xc1 <CJK>
+<U9F45> /x8f/xed/xc2 <CJK>
+<U9F46> /x8f/xed/xc3 <CJK>
+<U9F47> /x8f/xed/xc4 <CJK>
+<U9F53> /x8f/xed/xc5 <CJK>
+<U9F55> /x8f/xed/xc6 <CJK>
+<U9F56> /x8f/xed/xc7 <CJK>
+<U9F57> /x8f/xed/xc8 <CJK>
+<U9F58> /x8f/xed/xc9 <CJK>
+<U9F5A> /x8f/xed/xca <CJK>
+<U9F5D> /x8f/xed/xcb <CJK>
+<U9F5E> /x8f/xed/xcc <CJK>
+<U9F68> /x8f/xed/xcd <CJK>
+<U9F69> /x8f/xed/xce <CJK>
+<U9F6D> /x8f/xed/xcf <CJK>
+<U9F6E> /x8f/xed/xd0 <CJK>
+<U9F6F> /x8f/xed/xd1 <CJK>
+<U9F70> /x8f/xed/xd2 <CJK>
+<U9F71> /x8f/xed/xd3 <CJK>
+<U9F73> /x8f/xed/xd4 <CJK>
+<U9F75> /x8f/xed/xd5 <CJK>
+<U9F7A> /x8f/xed/xd6 <CJK>
+<U9F7D> /x8f/xed/xd7 <CJK>
+<U9F8F> /x8f/xed/xd8 <CJK>
+<U9F90> /x8f/xed/xd9 <CJK>
+<U9F91> /x8f/xed/xda <CJK>
+<U9F92> /x8f/xed/xdb <CJK>
+<U9F94> /x8f/xed/xdc <CJK>
+<U9F96> /x8f/xed/xdd <CJK>
+<U9F97> /x8f/xed/xde <CJK>
+<U9F9E> /x8f/xed/xdf <CJK>
+<U9FA1> /x8f/xed/xe0 <CJK>
+<U9FA2> /x8f/xed/xe1 <CJK>
+<U9FA3> /x8f/xed/xe2 <CJK>
+<U9FA5> /x8f/xed/xe3 <CJK>
+<U2170> /x8f/xf3/xf3 SMALL ROMAN NUMERAL ONE
+<U2171> /x8f/xf3/xf4 SMALL ROMAN NUMERAL TWO
+<U2172> /x8f/xf3/xf5 SMALL ROMAN NUMERAL THREE
+<U2173> /x8f/xf3/xf6 SMALL ROMAN NUMERAL FOUR
+<U2174> /x8f/xf3/xf7 SMALL ROMAN NUMERAL FIVE
+<U2175> /x8f/xf3/xf8 SMALL ROMAN NUMERAL SIX
+<U2176> /x8f/xf3/xf9 SMALL ROMAN NUMERAL SEVEN
+<U2177> /x8f/xf3/xfa SMALL ROMAN NUMERAL EIGHT
+<U2178> /x8f/xf3/xfb SMALL ROMAN NUMERAL NINE
+<U2179> /x8f/xf3/xfc SMALL ROMAN NUMERAL TEN
+%IRREVERSIBLE%<U2160> /x8f/xf3/xfd ROMAN NUMERAL ONE
+%IRREVERSIBLE%<U2161> /x8f/xf3/xfe ROMAN NUMERAL TWO
+%IRREVERSIBLE%<U2162> /x8f/xf4/xa1 ROMAN NUMERAL THREE
+%IRREVERSIBLE%<U2163> /x8f/xf4/xa2 ROMAN NUMERAL FOUR
+%IRREVERSIBLE%<U2164> /x8f/xf4/xa3 ROMAN NUMERAL FIVE
+%IRREVERSIBLE%<U2165> /x8f/xf4/xa4 ROMAN NUMERAL SIX
+%IRREVERSIBLE%<U2166> /x8f/xf4/xa5 ROMAN NUMERAL SEVEN
+%IRREVERSIBLE%<U2167> /x8f/xf4/xa6 ROMAN NUMERAL EIGHT
+%IRREVERSIBLE%<U2168> /x8f/xf4/xa7 ROMAN NUMERAL NINE
+%IRREVERSIBLE%<U2169> /x8f/xf4/xa8 ROMAN NUMERAL TEN
+<UFF07> /x8f/xf4/xa9 FULLWIDTH APOSTROPHE
+<UFF02> /x8f/xf4/xaa FULLWIDTH QUOTATION MARK
+%IRREVERSIBLE%<U3231> /x8f/xf4/xab PARENTHESIZED IDEOGRAPH STOCK
+%IRREVERSIBLE%<U2116> /x8f/xf4/xac NUMERO SIGN
+%IRREVERSIBLE%<U2121> /x8f/xf4/xad TELEPHONE SIGN
+<U70BB> /x8f/xf4/xae <CJK>
+<U4EFC> /x8f/xf4/xaf <CJK>
+<U50F4> /x8f/xf4/xb0 <CJK>
+<U51EC> /x8f/xf4/xb1 <CJK>
+<U5307> /x8f/xf4/xb2 <CJK>
+<U5324> /x8f/xf4/xb3 <CJK>
+<UFA0E> /x8f/xf4/xb4 CJK COMPATIBILITY IDEOGRAPH-FA0E
+<U548A> /x8f/xf4/xb5 <CJK>
+<U5759> /x8f/xf4/xb6 <CJK>
+<UFA0F> /x8f/xf4/xb7 CJK COMPATIBILITY IDEOGRAPH-FA0F
+<UFA10> /x8f/xf4/xb8 CJK COMPATIBILITY IDEOGRAPH-FA10
+<U589E> /x8f/xf4/xb9 <CJK>
+<U5BEC> /x8f/xf4/xba <CJK>
+<U5CF5> /x8f/xf4/xbb <CJK>
+<U5D53> /x8f/xf4/xbc <CJK>
+<UFA11> /x8f/xf4/xbd CJK COMPATIBILITY IDEOGRAPH-FA11
+<U5FB7> /x8f/xf4/xbe <CJK>
+<U6085> /x8f/xf4/xbf <CJK>
+<U6120> /x8f/xf4/xc0 <CJK>
+<U654E> /x8f/xf4/xc1 <CJK>
+<U663B> /x8f/xf4/xc2 <CJK>
+<U6665> /x8f/xf4/xc3 <CJK>
+<UFA12> /x8f/xf4/xc4 CJK COMPATIBILITY IDEOGRAPH-FA12
+<UF929> /x8f/xf4/xc5 CJK COMPATIBILITY IDEOGRAPH-F929
+<U6801> /x8f/xf4/xc6 <CJK>
+<UFA13> /x8f/xf4/xc7 CJK COMPATIBILITY IDEOGRAPH-FA13
+<UFA14> /x8f/xf4/xc8 CJK COMPATIBILITY IDEOGRAPH-FA14
+<U6A6B> /x8f/xf4/xc9 <CJK>
+<U6AE2> /x8f/xf4/xca <CJK>
+<U6DF8> /x8f/xf4/xcb <CJK>
+<U6DF2> /x8f/xf4/xcc <CJK>
+<U7028> /x8f/xf4/xcd <CJK>
+<UFA15> /x8f/xf4/xce CJK COMPATIBILITY IDEOGRAPH-FA15
+<UFA16> /x8f/xf4/xcf CJK COMPATIBILITY IDEOGRAPH-FA16
+<U7501> /x8f/xf4/xd0 <CJK>
+<U7682> /x8f/xf4/xd1 <CJK>
+<U769E> /x8f/xf4/xd2 <CJK>
+<UFA17> /x8f/xf4/xd3 CJK COMPATIBILITY IDEOGRAPH-FA17
+<U7930> /x8f/xf4/xd4 <CJK>
+<UFA18> /x8f/xf4/xd5 CJK COMPATIBILITY IDEOGRAPH-FA18
+<UFA19> /x8f/xf4/xd6 CJK COMPATIBILITY IDEOGRAPH-FA19
+<UFA1A> /x8f/xf4/xd7 CJK COMPATIBILITY IDEOGRAPH-FA1A
+<UFA1B> /x8f/xf4/xd8 CJK COMPATIBILITY IDEOGRAPH-FA1B
+<U7AE7> /x8f/xf4/xd9 <CJK>
+<UFA1C> /x8f/xf4/xda CJK COMPATIBILITY IDEOGRAPH-FA1C
+<UFA1D> /x8f/xf4/xdb CJK COMPATIBILITY IDEOGRAPH-FA1D
+<U7DA0> /x8f/xf4/xdc <CJK>
+<U7DD6> /x8f/xf4/xdd <CJK>
+<UFA1E> /x8f/xf4/xde CJK COMPATIBILITY IDEOGRAPH-FA1E
+<U8362> /x8f/xf4/xdf <CJK>
+<UFA1F> /x8f/xf4/xe0 CJK COMPATIBILITY IDEOGRAPH-FA1F
+<U85B0> /x8f/xf4/xe1 <CJK>
+<UFA20> /x8f/xf4/xe2 CJK COMPATIBILITY IDEOGRAPH-FA20
+<UFA21> /x8f/xf4/xe3 CJK COMPATIBILITY IDEOGRAPH-FA21
+<U8807> /x8f/xf4/xe4 <CJK>
+<UFA22> /x8f/xf4/xe5 CJK COMPATIBILITY IDEOGRAPH-FA22
+<U8B7F> /x8f/xf4/xe6 <CJK>
+<U8CF4> /x8f/xf4/xe7 <CJK>
+<U8D76> /x8f/xf4/xe8 <CJK>
+<UFA23> /x8f/xf4/xe9 CJK COMPATIBILITY IDEOGRAPH-FA23
+<UFA24> /x8f/xf4/xea CJK COMPATIBILITY IDEOGRAPH-FA24
+<UFA25> /x8f/xf4/xeb CJK COMPATIBILITY IDEOGRAPH-FA25
+<U90DE> /x8f/xf4/xec <CJK>
+<UFA26> /x8f/xf4/xed CJK COMPATIBILITY IDEOGRAPH-FA26
+<U9115> /x8f/xf4/xee <CJK>
+<UFA27> /x8f/xf4/xef CJK COMPATIBILITY IDEOGRAPH-FA27
+<UFA28> /x8f/xf4/xf0 CJK COMPATIBILITY IDEOGRAPH-FA28
+<U9592> /x8f/xf4/xf1 <CJK>
+<UF9DC> /x8f/xf4/xf2 CJK COMPATIBILITY IDEOGRAPH-F9DC
+<UFA29> /x8f/xf4/xf3 CJK COMPATIBILITY IDEOGRAPH-FA29
+<U973B> /x8f/xf4/xf4 <CJK>
+<U974D> /x8f/xf4/xf5 <CJK>
+<U9751> /x8f/xf4/xf6 <CJK>
+<UFA2A> /x8f/xf4/xf7 CJK COMPATIBILITY IDEOGRAPH-FA2A
+<UFA2B> /x8f/xf4/xf8 CJK COMPATIBILITY IDEOGRAPH-FA2B
+<UFA2C> /x8f/xf4/xf9 CJK COMPATIBILITY IDEOGRAPH-FA2C
+<U999E> /x8f/xf4/xfa <CJK>
+<U9AD9> /x8f/xf4/xfb <CJK>
+<U9B72> /x8f/xf4/xfc <CJK>
+<UFA2D> /x8f/xf4/xfd CJK COMPATIBILITY IDEOGRAPH-FA2D
+<U9ED1> /x8f/xf4/xfe <CJK>
+
+%
+% User Defined Characters (EUC Code Set 3)
+%
+<UE3AC> /x8f/xf5/xa1 <Private Use>
+<UE3AD> /x8f/xf5/xa2 <Private Use>
+<UE3AE> /x8f/xf5/xa3 <Private Use>
+<UE3AF> /x8f/xf5/xa4 <Private Use>
+<UE3B0> /x8f/xf5/xa5 <Private Use>
+<UE3B1> /x8f/xf5/xa6 <Private Use>
+<UE3B2> /x8f/xf5/xa7 <Private Use>
+<UE3B3> /x8f/xf5/xa8 <Private Use>
+<UE3B4> /x8f/xf5/xa9 <Private Use>
+<UE3B5> /x8f/xf5/xaa <Private Use>
+<UE3B6> /x8f/xf5/xab <Private Use>
+<UE3B7> /x8f/xf5/xac <Private Use>
+<UE3B8> /x8f/xf5/xad <Private Use>
+<UE3B9> /x8f/xf5/xae <Private Use>
+<UE3BA> /x8f/xf5/xaf <Private Use>
+<UE3BB> /x8f/xf5/xb0 <Private Use>
+<UE3BC> /x8f/xf5/xb1 <Private Use>
+<UE3BD> /x8f/xf5/xb2 <Private Use>
+<UE3BE> /x8f/xf5/xb3 <Private Use>
+<UE3BF> /x8f/xf5/xb4 <Private Use>
+<UE3C0> /x8f/xf5/xb5 <Private Use>
+<UE3C1> /x8f/xf5/xb6 <Private Use>
+<UE3C2> /x8f/xf5/xb7 <Private Use>
+<UE3C3> /x8f/xf5/xb8 <Private Use>
+<UE3C4> /x8f/xf5/xb9 <Private Use>
+<UE3C5> /x8f/xf5/xba <Private Use>
+<UE3C6> /x8f/xf5/xbb <Private Use>
+<UE3C7> /x8f/xf5/xbc <Private Use>
+<UE3C8> /x8f/xf5/xbd <Private Use>
+<UE3C9> /x8f/xf5/xbe <Private Use>
+<UE3CA> /x8f/xf5/xbf <Private Use>
+<UE3CB> /x8f/xf5/xc0 <Private Use>
+<UE3CC> /x8f/xf5/xc1 <Private Use>
+<UE3CD> /x8f/xf5/xc2 <Private Use>
+<UE3CE> /x8f/xf5/xc3 <Private Use>
+<UE3CF> /x8f/xf5/xc4 <Private Use>
+<UE3D0> /x8f/xf5/xc5 <Private Use>
+<UE3D1> /x8f/xf5/xc6 <Private Use>
+<UE3D2> /x8f/xf5/xc7 <Private Use>
+<UE3D3> /x8f/xf5/xc8 <Private Use>
+<UE3D4> /x8f/xf5/xc9 <Private Use>
+<UE3D5> /x8f/xf5/xca <Private Use>
+<UE3D6> /x8f/xf5/xcb <Private Use>
+<UE3D7> /x8f/xf5/xcc <Private Use>
+<UE3D8> /x8f/xf5/xcd <Private Use>
+<UE3D9> /x8f/xf5/xce <Private Use>
+<UE3DA> /x8f/xf5/xcf <Private Use>
+<UE3DB> /x8f/xf5/xd0 <Private Use>
+<UE3DC> /x8f/xf5/xd1 <Private Use>
+<UE3DD> /x8f/xf5/xd2 <Private Use>
+<UE3DE> /x8f/xf5/xd3 <Private Use>
+<UE3DF> /x8f/xf5/xd4 <Private Use>
+<UE3E0> /x8f/xf5/xd5 <Private Use>
+<UE3E1> /x8f/xf5/xd6 <Private Use>
+<UE3E2> /x8f/xf5/xd7 <Private Use>
+<UE3E3> /x8f/xf5/xd8 <Private Use>
+<UE3E4> /x8f/xf5/xd9 <Private Use>
+<UE3E5> /x8f/xf5/xda <Private Use>
+<UE3E6> /x8f/xf5/xdb <Private Use>
+<UE3E7> /x8f/xf5/xdc <Private Use>
+<UE3E8> /x8f/xf5/xdd <Private Use>
+<UE3E9> /x8f/xf5/xde <Private Use>
+<UE3EA> /x8f/xf5/xdf <Private Use>
+<UE3EB> /x8f/xf5/xe0 <Private Use>
+<UE3EC> /x8f/xf5/xe1 <Private Use>
+<UE3ED> /x8f/xf5/xe2 <Private Use>
+<UE3EE> /x8f/xf5/xe3 <Private Use>
+<UE3EF> /x8f/xf5/xe4 <Private Use>
+<UE3F0> /x8f/xf5/xe5 <Private Use>
+<UE3F1> /x8f/xf5/xe6 <Private Use>
+<UE3F2> /x8f/xf5/xe7 <Private Use>
+<UE3F3> /x8f/xf5/xe8 <Private Use>
+<UE3F4> /x8f/xf5/xe9 <Private Use>
+<UE3F5> /x8f/xf5/xea <Private Use>
+<UE3F6> /x8f/xf5/xeb <Private Use>
+<UE3F7> /x8f/xf5/xec <Private Use>
+<UE3F8> /x8f/xf5/xed <Private Use>
+<UE3F9> /x8f/xf5/xee <Private Use>
+<UE3FA> /x8f/xf5/xef <Private Use>
+<UE3FB> /x8f/xf5/xf0 <Private Use>
+<UE3FC> /x8f/xf5/xf1 <Private Use>
+<UE3FD> /x8f/xf5/xf2 <Private Use>
+<UE3FE> /x8f/xf5/xf3 <Private Use>
+<UE3FF> /x8f/xf5/xf4 <Private Use>
+<UE400> /x8f/xf5/xf5 <Private Use>
+<UE401> /x8f/xf5/xf6 <Private Use>
+<UE402> /x8f/xf5/xf7 <Private Use>
+<UE403> /x8f/xf5/xf8 <Private Use>
+<UE404> /x8f/xf5/xf9 <Private Use>
+<UE405> /x8f/xf5/xfa <Private Use>
+<UE406> /x8f/xf5/xfb <Private Use>
+<UE407> /x8f/xf5/xfc <Private Use>
+<UE408> /x8f/xf5/xfd <Private Use>
+<UE409> /x8f/xf5/xfe <Private Use>
+<UE40A> /x8f/xf6/xa1 <Private Use>
+<UE40B> /x8f/xf6/xa2 <Private Use>
+<UE40C> /x8f/xf6/xa3 <Private Use>
+<UE40D> /x8f/xf6/xa4 <Private Use>
+<UE40E> /x8f/xf6/xa5 <Private Use>
+<UE40F> /x8f/xf6/xa6 <Private Use>
+<UE410> /x8f/xf6/xa7 <Private Use>
+<UE411> /x8f/xf6/xa8 <Private Use>
+<UE412> /x8f/xf6/xa9 <Private Use>
+<UE413> /x8f/xf6/xaa <Private Use>
+<UE414> /x8f/xf6/xab <Private Use>
+<UE415> /x8f/xf6/xac <Private Use>
+<UE416> /x8f/xf6/xad <Private Use>
+<UE417> /x8f/xf6/xae <Private Use>
+<UE418> /x8f/xf6/xaf <Private Use>
+<UE419> /x8f/xf6/xb0 <Private Use>
+<UE41A> /x8f/xf6/xb1 <Private Use>
+<UE41B> /x8f/xf6/xb2 <Private Use>
+<UE41C> /x8f/xf6/xb3 <Private Use>
+<UE41D> /x8f/xf6/xb4 <Private Use>
+<UE41E> /x8f/xf6/xb5 <Private Use>
+<UE41F> /x8f/xf6/xb6 <Private Use>
+<UE420> /x8f/xf6/xb7 <Private Use>
+<UE421> /x8f/xf6/xb8 <Private Use>
+<UE422> /x8f/xf6/xb9 <Private Use>
+<UE423> /x8f/xf6/xba <Private Use>
+<UE424> /x8f/xf6/xbb <Private Use>
+<UE425> /x8f/xf6/xbc <Private Use>
+<UE426> /x8f/xf6/xbd <Private Use>
+<UE427> /x8f/xf6/xbe <Private Use>
+<UE428> /x8f/xf6/xbf <Private Use>
+<UE429> /x8f/xf6/xc0 <Private Use>
+<UE42A> /x8f/xf6/xc1 <Private Use>
+<UE42B> /x8f/xf6/xc2 <Private Use>
+<UE42C> /x8f/xf6/xc3 <Private Use>
+<UE42D> /x8f/xf6/xc4 <Private Use>
+<UE42E> /x8f/xf6/xc5 <Private Use>
+<UE42F> /x8f/xf6/xc6 <Private Use>
+<UE430> /x8f/xf6/xc7 <Private Use>
+<UE431> /x8f/xf6/xc8 <Private Use>
+<UE432> /x8f/xf6/xc9 <Private Use>
+<UE433> /x8f/xf6/xca <Private Use>
+<UE434> /x8f/xf6/xcb <Private Use>
+<UE435> /x8f/xf6/xcc <Private Use>
+<UE436> /x8f/xf6/xcd <Private Use>
+<UE437> /x8f/xf6/xce <Private Use>
+<UE438> /x8f/xf6/xcf <Private Use>
+<UE439> /x8f/xf6/xd0 <Private Use>
+<UE43A> /x8f/xf6/xd1 <Private Use>
+<UE43B> /x8f/xf6/xd2 <Private Use>
+<UE43C> /x8f/xf6/xd3 <Private Use>
+<UE43D> /x8f/xf6/xd4 <Private Use>
+<UE43E> /x8f/xf6/xd5 <Private Use>
+<UE43F> /x8f/xf6/xd6 <Private Use>
+<UE440> /x8f/xf6/xd7 <Private Use>
+<UE441> /x8f/xf6/xd8 <Private Use>
+<UE442> /x8f/xf6/xd9 <Private Use>
+<UE443> /x8f/xf6/xda <Private Use>
+<UE444> /x8f/xf6/xdb <Private Use>
+<UE445> /x8f/xf6/xdc <Private Use>
+<UE446> /x8f/xf6/xdd <Private Use>
+<UE447> /x8f/xf6/xde <Private Use>
+<UE448> /x8f/xf6/xdf <Private Use>
+<UE449> /x8f/xf6/xe0 <Private Use>
+<UE44A> /x8f/xf6/xe1 <Private Use>
+<UE44B> /x8f/xf6/xe2 <Private Use>
+<UE44C> /x8f/xf6/xe3 <Private Use>
+<UE44D> /x8f/xf6/xe4 <Private Use>
+<UE44E> /x8f/xf6/xe5 <Private Use>
+<UE44F> /x8f/xf6/xe6 <Private Use>
+<UE450> /x8f/xf6/xe7 <Private Use>
+<UE451> /x8f/xf6/xe8 <Private Use>
+<UE452> /x8f/xf6/xe9 <Private Use>
+<UE453> /x8f/xf6/xea <Private Use>
+<UE454> /x8f/xf6/xeb <Private Use>
+<UE455> /x8f/xf6/xec <Private Use>
+<UE456> /x8f/xf6/xed <Private Use>
+<UE457> /x8f/xf6/xee <Private Use>
+<UE458> /x8f/xf6/xef <Private Use>
+<UE459> /x8f/xf6/xf0 <Private Use>
+<UE45A> /x8f/xf6/xf1 <Private Use>
+<UE45B> /x8f/xf6/xf2 <Private Use>
+<UE45C> /x8f/xf6/xf3 <Private Use>
+<UE45D> /x8f/xf6/xf4 <Private Use>
+<UE45E> /x8f/xf6/xf5 <Private Use>
+<UE45F> /x8f/xf6/xf6 <Private Use>
+<UE460> /x8f/xf6/xf7 <Private Use>
+<UE461> /x8f/xf6/xf8 <Private Use>
+<UE462> /x8f/xf6/xf9 <Private Use>
+<UE463> /x8f/xf6/xfa <Private Use>
+<UE464> /x8f/xf6/xfb <Private Use>
+<UE465> /x8f/xf6/xfc <Private Use>
+<UE466> /x8f/xf6/xfd <Private Use>
+<UE467> /x8f/xf6/xfe <Private Use>
+<UE468> /x8f/xf7/xa1 <Private Use>
+<UE469> /x8f/xf7/xa2 <Private Use>
+<UE46A> /x8f/xf7/xa3 <Private Use>
+<UE46B> /x8f/xf7/xa4 <Private Use>
+<UE46C> /x8f/xf7/xa5 <Private Use>
+<UE46D> /x8f/xf7/xa6 <Private Use>
+<UE46E> /x8f/xf7/xa7 <Private Use>
+<UE46F> /x8f/xf7/xa8 <Private Use>
+<UE470> /x8f/xf7/xa9 <Private Use>
+<UE471> /x8f/xf7/xaa <Private Use>
+<UE472> /x8f/xf7/xab <Private Use>
+<UE473> /x8f/xf7/xac <Private Use>
+<UE474> /x8f/xf7/xad <Private Use>
+<UE475> /x8f/xf7/xae <Private Use>
+<UE476> /x8f/xf7/xaf <Private Use>
+<UE477> /x8f/xf7/xb0 <Private Use>
+<UE478> /x8f/xf7/xb1 <Private Use>
+<UE479> /x8f/xf7/xb2 <Private Use>
+<UE47A> /x8f/xf7/xb3 <Private Use>
+<UE47B> /x8f/xf7/xb4 <Private Use>
+<UE47C> /x8f/xf7/xb5 <Private Use>
+<UE47D> /x8f/xf7/xb6 <Private Use>
+<UE47E> /x8f/xf7/xb7 <Private Use>
+<UE47F> /x8f/xf7/xb8 <Private Use>
+<UE480> /x8f/xf7/xb9 <Private Use>
+<UE481> /x8f/xf7/xba <Private Use>
+<UE482> /x8f/xf7/xbb <Private Use>
+<UE483> /x8f/xf7/xbc <Private Use>
+<UE484> /x8f/xf7/xbd <Private Use>
+<UE485> /x8f/xf7/xbe <Private Use>
+<UE486> /x8f/xf7/xbf <Private Use>
+<UE487> /x8f/xf7/xc0 <Private Use>
+<UE488> /x8f/xf7/xc1 <Private Use>
+<UE489> /x8f/xf7/xc2 <Private Use>
+<UE48A> /x8f/xf7/xc3 <Private Use>
+<UE48B> /x8f/xf7/xc4 <Private Use>
+<UE48C> /x8f/xf7/xc5 <Private Use>
+<UE48D> /x8f/xf7/xc6 <Private Use>
+<UE48E> /x8f/xf7/xc7 <Private Use>
+<UE48F> /x8f/xf7/xc8 <Private Use>
+<UE490> /x8f/xf7/xc9 <Private Use>
+<UE491> /x8f/xf7/xca <Private Use>
+<UE492> /x8f/xf7/xcb <Private Use>
+<UE493> /x8f/xf7/xcc <Private Use>
+<UE494> /x8f/xf7/xcd <Private Use>
+<UE495> /x8f/xf7/xce <Private Use>
+<UE496> /x8f/xf7/xcf <Private Use>
+<UE497> /x8f/xf7/xd0 <Private Use>
+<UE498> /x8f/xf7/xd1 <Private Use>
+<UE499> /x8f/xf7/xd2 <Private Use>
+<UE49A> /x8f/xf7/xd3 <Private Use>
+<UE49B> /x8f/xf7/xd4 <Private Use>
+<UE49C> /x8f/xf7/xd5 <Private Use>
+<UE49D> /x8f/xf7/xd6 <Private Use>
+<UE49E> /x8f/xf7/xd7 <Private Use>
+<UE49F> /x8f/xf7/xd8 <Private Use>
+<UE4A0> /x8f/xf7/xd9 <Private Use>
+<UE4A1> /x8f/xf7/xda <Private Use>
+<UE4A2> /x8f/xf7/xdb <Private Use>
+<UE4A3> /x8f/xf7/xdc <Private Use>
+<UE4A4> /x8f/xf7/xdd <Private Use>
+<UE4A5> /x8f/xf7/xde <Private Use>
+<UE4A6> /x8f/xf7/xdf <Private Use>
+<UE4A7> /x8f/xf7/xe0 <Private Use>
+<UE4A8> /x8f/xf7/xe1 <Private Use>
+<UE4A9> /x8f/xf7/xe2 <Private Use>
+<UE4AA> /x8f/xf7/xe3 <Private Use>
+<UE4AB> /x8f/xf7/xe4 <Private Use>
+<UE4AC> /x8f/xf7/xe5 <Private Use>
+<UE4AD> /x8f/xf7/xe6 <Private Use>
+<UE4AE> /x8f/xf7/xe7 <Private Use>
+<UE4AF> /x8f/xf7/xe8 <Private Use>
+<UE4B0> /x8f/xf7/xe9 <Private Use>
+<UE4B1> /x8f/xf7/xea <Private Use>
+<UE4B2> /x8f/xf7/xeb <Private Use>
+<UE4B3> /x8f/xf7/xec <Private Use>
+<UE4B4> /x8f/xf7/xed <Private Use>
+<UE4B5> /x8f/xf7/xee <Private Use>
+<UE4B6> /x8f/xf7/xef <Private Use>
+<UE4B7> /x8f/xf7/xf0 <Private Use>
+<UE4B8> /x8f/xf7/xf1 <Private Use>
+<UE4B9> /x8f/xf7/xf2 <Private Use>
+<UE4BA> /x8f/xf7/xf3 <Private Use>
+<UE4BB> /x8f/xf7/xf4 <Private Use>
+<UE4BC> /x8f/xf7/xf5 <Private Use>
+<UE4BD> /x8f/xf7/xf6 <Private Use>
+<UE4BE> /x8f/xf7/xf7 <Private Use>
+<UE4BF> /x8f/xf7/xf8 <Private Use>
+<UE4C0> /x8f/xf7/xf9 <Private Use>
+<UE4C1> /x8f/xf7/xfa <Private Use>
+<UE4C2> /x8f/xf7/xfb <Private Use>
+<UE4C3> /x8f/xf7/xfc <Private Use>
+<UE4C4> /x8f/xf7/xfd <Private Use>
+<UE4C5> /x8f/xf7/xfe <Private Use>
+<UE4C6> /x8f/xf8/xa1 <Private Use>
+<UE4C7> /x8f/xf8/xa2 <Private Use>
+<UE4C8> /x8f/xf8/xa3 <Private Use>
+<UE4C9> /x8f/xf8/xa4 <Private Use>
+<UE4CA> /x8f/xf8/xa5 <Private Use>
+<UE4CB> /x8f/xf8/xa6 <Private Use>
+<UE4CC> /x8f/xf8/xa7 <Private Use>
+<UE4CD> /x8f/xf8/xa8 <Private Use>
+<UE4CE> /x8f/xf8/xa9 <Private Use>
+<UE4CF> /x8f/xf8/xaa <Private Use>
+<UE4D0> /x8f/xf8/xab <Private Use>
+<UE4D1> /x8f/xf8/xac <Private Use>
+<UE4D2> /x8f/xf8/xad <Private Use>
+<UE4D3> /x8f/xf8/xae <Private Use>
+<UE4D4> /x8f/xf8/xaf <Private Use>
+<UE4D5> /x8f/xf8/xb0 <Private Use>
+<UE4D6> /x8f/xf8/xb1 <Private Use>
+<UE4D7> /x8f/xf8/xb2 <Private Use>
+<UE4D8> /x8f/xf8/xb3 <Private Use>
+<UE4D9> /x8f/xf8/xb4 <Private Use>
+<UE4DA> /x8f/xf8/xb5 <Private Use>
+<UE4DB> /x8f/xf8/xb6 <Private Use>
+<UE4DC> /x8f/xf8/xb7 <Private Use>
+<UE4DD> /x8f/xf8/xb8 <Private Use>
+<UE4DE> /x8f/xf8/xb9 <Private Use>
+<UE4DF> /x8f/xf8/xba <Private Use>
+<UE4E0> /x8f/xf8/xbb <Private Use>
+<UE4E1> /x8f/xf8/xbc <Private Use>
+<UE4E2> /x8f/xf8/xbd <Private Use>
+<UE4E3> /x8f/xf8/xbe <Private Use>
+<UE4E4> /x8f/xf8/xbf <Private Use>
+<UE4E5> /x8f/xf8/xc0 <Private Use>
+<UE4E6> /x8f/xf8/xc1 <Private Use>
+<UE4E7> /x8f/xf8/xc2 <Private Use>
+<UE4E8> /x8f/xf8/xc3 <Private Use>
+<UE4E9> /x8f/xf8/xc4 <Private Use>
+<UE4EA> /x8f/xf8/xc5 <Private Use>
+<UE4EB> /x8f/xf8/xc6 <Private Use>
+<UE4EC> /x8f/xf8/xc7 <Private Use>
+<UE4ED> /x8f/xf8/xc8 <Private Use>
+<UE4EE> /x8f/xf8/xc9 <Private Use>
+<UE4EF> /x8f/xf8/xca <Private Use>
+<UE4F0> /x8f/xf8/xcb <Private Use>
+<UE4F1> /x8f/xf8/xcc <Private Use>
+<UE4F2> /x8f/xf8/xcd <Private Use>
+<UE4F3> /x8f/xf8/xce <Private Use>
+<UE4F4> /x8f/xf8/xcf <Private Use>
+<UE4F5> /x8f/xf8/xd0 <Private Use>
+<UE4F6> /x8f/xf8/xd1 <Private Use>
+<UE4F7> /x8f/xf8/xd2 <Private Use>
+<UE4F8> /x8f/xf8/xd3 <Private Use>
+<UE4F9> /x8f/xf8/xd4 <Private Use>
+<UE4FA> /x8f/xf8/xd5 <Private Use>
+<UE4FB> /x8f/xf8/xd6 <Private Use>
+<UE4FC> /x8f/xf8/xd7 <Private Use>
+<UE4FD> /x8f/xf8/xd8 <Private Use>
+<UE4FE> /x8f/xf8/xd9 <Private Use>
+<UE4FF> /x8f/xf8/xda <Private Use>
+<UE500> /x8f/xf8/xdb <Private Use>
+<UE501> /x8f/xf8/xdc <Private Use>
+<UE502> /x8f/xf8/xdd <Private Use>
+<UE503> /x8f/xf8/xde <Private Use>
+<UE504> /x8f/xf8/xdf <Private Use>
+<UE505> /x8f/xf8/xe0 <Private Use>
+<UE506> /x8f/xf8/xe1 <Private Use>
+<UE507> /x8f/xf8/xe2 <Private Use>
+<UE508> /x8f/xf8/xe3 <Private Use>
+<UE509> /x8f/xf8/xe4 <Private Use>
+<UE50A> /x8f/xf8/xe5 <Private Use>
+<UE50B> /x8f/xf8/xe6 <Private Use>
+<UE50C> /x8f/xf8/xe7 <Private Use>
+<UE50D> /x8f/xf8/xe8 <Private Use>
+<UE50E> /x8f/xf8/xe9 <Private Use>
+<UE50F> /x8f/xf8/xea <Private Use>
+<UE510> /x8f/xf8/xeb <Private Use>
+<UE511> /x8f/xf8/xec <Private Use>
+<UE512> /x8f/xf8/xed <Private Use>
+<UE513> /x8f/xf8/xee <Private Use>
+<UE514> /x8f/xf8/xef <Private Use>
+<UE515> /x8f/xf8/xf0 <Private Use>
+<UE516> /x8f/xf8/xf1 <Private Use>
+<UE517> /x8f/xf8/xf2 <Private Use>
+<UE518> /x8f/xf8/xf3 <Private Use>
+<UE519> /x8f/xf8/xf4 <Private Use>
+<UE51A> /x8f/xf8/xf5 <Private Use>
+<UE51B> /x8f/xf8/xf6 <Private Use>
+<UE51C> /x8f/xf8/xf7 <Private Use>
+<UE51D> /x8f/xf8/xf8 <Private Use>
+<UE51E> /x8f/xf8/xf9 <Private Use>
+<UE51F> /x8f/xf8/xfa <Private Use>
+<UE520> /x8f/xf8/xfb <Private Use>
+<UE521> /x8f/xf8/xfc <Private Use>
+<UE522> /x8f/xf8/xfd <Private Use>
+<UE523> /x8f/xf8/xfe <Private Use>
+<UE524> /x8f/xf9/xa1 <Private Use>
+<UE525> /x8f/xf9/xa2 <Private Use>
+<UE526> /x8f/xf9/xa3 <Private Use>
+<UE527> /x8f/xf9/xa4 <Private Use>
+<UE528> /x8f/xf9/xa5 <Private Use>
+<UE529> /x8f/xf9/xa6 <Private Use>
+<UE52A> /x8f/xf9/xa7 <Private Use>
+<UE52B> /x8f/xf9/xa8 <Private Use>
+<UE52C> /x8f/xf9/xa9 <Private Use>
+<UE52D> /x8f/xf9/xaa <Private Use>
+<UE52E> /x8f/xf9/xab <Private Use>
+<UE52F> /x8f/xf9/xac <Private Use>
+<UE530> /x8f/xf9/xad <Private Use>
+<UE531> /x8f/xf9/xae <Private Use>
+<UE532> /x8f/xf9/xaf <Private Use>
+<UE533> /x8f/xf9/xb0 <Private Use>
+<UE534> /x8f/xf9/xb1 <Private Use>
+<UE535> /x8f/xf9/xb2 <Private Use>
+<UE536> /x8f/xf9/xb3 <Private Use>
+<UE537> /x8f/xf9/xb4 <Private Use>
+<UE538> /x8f/xf9/xb5 <Private Use>
+<UE539> /x8f/xf9/xb6 <Private Use>
+<UE53A> /x8f/xf9/xb7 <Private Use>
+<UE53B> /x8f/xf9/xb8 <Private Use>
+<UE53C> /x8f/xf9/xb9 <Private Use>
+<UE53D> /x8f/xf9/xba <Private Use>
+<UE53E> /x8f/xf9/xbb <Private Use>
+<UE53F> /x8f/xf9/xbc <Private Use>
+<UE540> /x8f/xf9/xbd <Private Use>
+<UE541> /x8f/xf9/xbe <Private Use>
+<UE542> /x8f/xf9/xbf <Private Use>
+<UE543> /x8f/xf9/xc0 <Private Use>
+<UE544> /x8f/xf9/xc1 <Private Use>
+<UE545> /x8f/xf9/xc2 <Private Use>
+<UE546> /x8f/xf9/xc3 <Private Use>
+<UE547> /x8f/xf9/xc4 <Private Use>
+<UE548> /x8f/xf9/xc5 <Private Use>
+<UE549> /x8f/xf9/xc6 <Private Use>
+<UE54A> /x8f/xf9/xc7 <Private Use>
+<UE54B> /x8f/xf9/xc8 <Private Use>
+<UE54C> /x8f/xf9/xc9 <Private Use>
+<UE54D> /x8f/xf9/xca <Private Use>
+<UE54E> /x8f/xf9/xcb <Private Use>
+<UE54F> /x8f/xf9/xcc <Private Use>
+<UE550> /x8f/xf9/xcd <Private Use>
+<UE551> /x8f/xf9/xce <Private Use>
+<UE552> /x8f/xf9/xcf <Private Use>
+<UE553> /x8f/xf9/xd0 <Private Use>
+<UE554> /x8f/xf9/xd1 <Private Use>
+<UE555> /x8f/xf9/xd2 <Private Use>
+<UE556> /x8f/xf9/xd3 <Private Use>
+<UE557> /x8f/xf9/xd4 <Private Use>
+<UE558> /x8f/xf9/xd5 <Private Use>
+<UE559> /x8f/xf9/xd6 <Private Use>
+<UE55A> /x8f/xf9/xd7 <Private Use>
+<UE55B> /x8f/xf9/xd8 <Private Use>
+<UE55C> /x8f/xf9/xd9 <Private Use>
+<UE55D> /x8f/xf9/xda <Private Use>
+<UE55E> /x8f/xf9/xdb <Private Use>
+<UE55F> /x8f/xf9/xdc <Private Use>
+<UE560> /x8f/xf9/xdd <Private Use>
+<UE561> /x8f/xf9/xde <Private Use>
+<UE562> /x8f/xf9/xdf <Private Use>
+<UE563> /x8f/xf9/xe0 <Private Use>
+<UE564> /x8f/xf9/xe1 <Private Use>
+<UE565> /x8f/xf9/xe2 <Private Use>
+<UE566> /x8f/xf9/xe3 <Private Use>
+<UE567> /x8f/xf9/xe4 <Private Use>
+<UE568> /x8f/xf9/xe5 <Private Use>
+<UE569> /x8f/xf9/xe6 <Private Use>
+<UE56A> /x8f/xf9/xe7 <Private Use>
+<UE56B> /x8f/xf9/xe8 <Private Use>
+<UE56C> /x8f/xf9/xe9 <Private Use>
+<UE56D> /x8f/xf9/xea <Private Use>
+<UE56E> /x8f/xf9/xeb <Private Use>
+<UE56F> /x8f/xf9/xec <Private Use>
+<UE570> /x8f/xf9/xed <Private Use>
+<UE571> /x8f/xf9/xee <Private Use>
+<UE572> /x8f/xf9/xef <Private Use>
+<UE573> /x8f/xf9/xf0 <Private Use>
+<UE574> /x8f/xf9/xf1 <Private Use>
+<UE575> /x8f/xf9/xf2 <Private Use>
+<UE576> /x8f/xf9/xf3 <Private Use>
+<UE577> /x8f/xf9/xf4 <Private Use>
+<UE578> /x8f/xf9/xf5 <Private Use>
+<UE579> /x8f/xf9/xf6 <Private Use>
+<UE57A> /x8f/xf9/xf7 <Private Use>
+<UE57B> /x8f/xf9/xf8 <Private Use>
+<UE57C> /x8f/xf9/xf9 <Private Use>
+<UE57D> /x8f/xf9/xfa <Private Use>
+<UE57E> /x8f/xf9/xfb <Private Use>
+<UE57F> /x8f/xf9/xfc <Private Use>
+<UE580> /x8f/xf9/xfd <Private Use>
+<UE581> /x8f/xf9/xfe <Private Use>
+<UE582> /x8f/xfa/xa1 <Private Use>
+<UE583> /x8f/xfa/xa2 <Private Use>
+<UE584> /x8f/xfa/xa3 <Private Use>
+<UE585> /x8f/xfa/xa4 <Private Use>
+<UE586> /x8f/xfa/xa5 <Private Use>
+<UE587> /x8f/xfa/xa6 <Private Use>
+<UE588> /x8f/xfa/xa7 <Private Use>
+<UE589> /x8f/xfa/xa8 <Private Use>
+<UE58A> /x8f/xfa/xa9 <Private Use>
+<UE58B> /x8f/xfa/xaa <Private Use>
+<UE58C> /x8f/xfa/xab <Private Use>
+<UE58D> /x8f/xfa/xac <Private Use>
+<UE58E> /x8f/xfa/xad <Private Use>
+<UE58F> /x8f/xfa/xae <Private Use>
+<UE590> /x8f/xfa/xaf <Private Use>
+<UE591> /x8f/xfa/xb0 <Private Use>
+<UE592> /x8f/xfa/xb1 <Private Use>
+<UE593> /x8f/xfa/xb2 <Private Use>
+<UE594> /x8f/xfa/xb3 <Private Use>
+<UE595> /x8f/xfa/xb4 <Private Use>
+<UE596> /x8f/xfa/xb5 <Private Use>
+<UE597> /x8f/xfa/xb6 <Private Use>
+<UE598> /x8f/xfa/xb7 <Private Use>
+<UE599> /x8f/xfa/xb8 <Private Use>
+<UE59A> /x8f/xfa/xb9 <Private Use>
+<UE59B> /x8f/xfa/xba <Private Use>
+<UE59C> /x8f/xfa/xbb <Private Use>
+<UE59D> /x8f/xfa/xbc <Private Use>
+<UE59E> /x8f/xfa/xbd <Private Use>
+<UE59F> /x8f/xfa/xbe <Private Use>
+<UE5A0> /x8f/xfa/xbf <Private Use>
+<UE5A1> /x8f/xfa/xc0 <Private Use>
+<UE5A2> /x8f/xfa/xc1 <Private Use>
+<UE5A3> /x8f/xfa/xc2 <Private Use>
+<UE5A4> /x8f/xfa/xc3 <Private Use>
+<UE5A5> /x8f/xfa/xc4 <Private Use>
+<UE5A6> /x8f/xfa/xc5 <Private Use>
+<UE5A7> /x8f/xfa/xc6 <Private Use>
+<UE5A8> /x8f/xfa/xc7 <Private Use>
+<UE5A9> /x8f/xfa/xc8 <Private Use>
+<UE5AA> /x8f/xfa/xc9 <Private Use>
+<UE5AB> /x8f/xfa/xca <Private Use>
+<UE5AC> /x8f/xfa/xcb <Private Use>
+<UE5AD> /x8f/xfa/xcc <Private Use>
+<UE5AE> /x8f/xfa/xcd <Private Use>
+<UE5AF> /x8f/xfa/xce <Private Use>
+<UE5B0> /x8f/xfa/xcf <Private Use>
+<UE5B1> /x8f/xfa/xd0 <Private Use>
+<UE5B2> /x8f/xfa/xd1 <Private Use>
+<UE5B3> /x8f/xfa/xd2 <Private Use>
+<UE5B4> /x8f/xfa/xd3 <Private Use>
+<UE5B5> /x8f/xfa/xd4 <Private Use>
+<UE5B6> /x8f/xfa/xd5 <Private Use>
+<UE5B7> /x8f/xfa/xd6 <Private Use>
+<UE5B8> /x8f/xfa/xd7 <Private Use>
+<UE5B9> /x8f/xfa/xd8 <Private Use>
+<UE5BA> /x8f/xfa/xd9 <Private Use>
+<UE5BB> /x8f/xfa/xda <Private Use>
+<UE5BC> /x8f/xfa/xdb <Private Use>
+<UE5BD> /x8f/xfa/xdc <Private Use>
+<UE5BE> /x8f/xfa/xdd <Private Use>
+<UE5BF> /x8f/xfa/xde <Private Use>
+<UE5C0> /x8f/xfa/xdf <Private Use>
+<UE5C1> /x8f/xfa/xe0 <Private Use>
+<UE5C2> /x8f/xfa/xe1 <Private Use>
+<UE5C3> /x8f/xfa/xe2 <Private Use>
+<UE5C4> /x8f/xfa/xe3 <Private Use>
+<UE5C5> /x8f/xfa/xe4 <Private Use>
+<UE5C6> /x8f/xfa/xe5 <Private Use>
+<UE5C7> /x8f/xfa/xe6 <Private Use>
+<UE5C8> /x8f/xfa/xe7 <Private Use>
+<UE5C9> /x8f/xfa/xe8 <Private Use>
+<UE5CA> /x8f/xfa/xe9 <Private Use>
+<UE5CB> /x8f/xfa/xea <Private Use>
+<UE5CC> /x8f/xfa/xeb <Private Use>
+<UE5CD> /x8f/xfa/xec <Private Use>
+<UE5CE> /x8f/xfa/xed <Private Use>
+<UE5CF> /x8f/xfa/xee <Private Use>
+<UE5D0> /x8f/xfa/xef <Private Use>
+<UE5D1> /x8f/xfa/xf0 <Private Use>
+<UE5D2> /x8f/xfa/xf1 <Private Use>
+<UE5D3> /x8f/xfa/xf2 <Private Use>
+<UE5D4> /x8f/xfa/xf3 <Private Use>
+<UE5D5> /x8f/xfa/xf4 <Private Use>
+<UE5D6> /x8f/xfa/xf5 <Private Use>
+<UE5D7> /x8f/xfa/xf6 <Private Use>
+<UE5D8> /x8f/xfa/xf7 <Private Use>
+<UE5D9> /x8f/xfa/xf8 <Private Use>
+<UE5DA> /x8f/xfa/xf9 <Private Use>
+<UE5DB> /x8f/xfa/xfa <Private Use>
+<UE5DC> /x8f/xfa/xfb <Private Use>
+<UE5DD> /x8f/xfa/xfc <Private Use>
+<UE5DE> /x8f/xfa/xfd <Private Use>
+<UE5DF> /x8f/xfa/xfe <Private Use>
+<UE5E0> /x8f/xfb/xa1 <Private Use>
+<UE5E1> /x8f/xfb/xa2 <Private Use>
+<UE5E2> /x8f/xfb/xa3 <Private Use>
+<UE5E3> /x8f/xfb/xa4 <Private Use>
+<UE5E4> /x8f/xfb/xa5 <Private Use>
+<UE5E5> /x8f/xfb/xa6 <Private Use>
+<UE5E6> /x8f/xfb/xa7 <Private Use>
+<UE5E7> /x8f/xfb/xa8 <Private Use>
+<UE5E8> /x8f/xfb/xa9 <Private Use>
+<UE5E9> /x8f/xfb/xaa <Private Use>
+<UE5EA> /x8f/xfb/xab <Private Use>
+<UE5EB> /x8f/xfb/xac <Private Use>
+<UE5EC> /x8f/xfb/xad <Private Use>
+<UE5ED> /x8f/xfb/xae <Private Use>
+<UE5EE> /x8f/xfb/xaf <Private Use>
+<UE5EF> /x8f/xfb/xb0 <Private Use>
+<UE5F0> /x8f/xfb/xb1 <Private Use>
+<UE5F1> /x8f/xfb/xb2 <Private Use>
+<UE5F2> /x8f/xfb/xb3 <Private Use>
+<UE5F3> /x8f/xfb/xb4 <Private Use>
+<UE5F4> /x8f/xfb/xb5 <Private Use>
+<UE5F5> /x8f/xfb/xb6 <Private Use>
+<UE5F6> /x8f/xfb/xb7 <Private Use>
+<UE5F7> /x8f/xfb/xb8 <Private Use>
+<UE5F8> /x8f/xfb/xb9 <Private Use>
+<UE5F9> /x8f/xfb/xba <Private Use>
+<UE5FA> /x8f/xfb/xbb <Private Use>
+<UE5FB> /x8f/xfb/xbc <Private Use>
+<UE5FC> /x8f/xfb/xbd <Private Use>
+<UE5FD> /x8f/xfb/xbe <Private Use>
+<UE5FE> /x8f/xfb/xbf <Private Use>
+<UE5FF> /x8f/xfb/xc0 <Private Use>
+<UE600> /x8f/xfb/xc1 <Private Use>
+<UE601> /x8f/xfb/xc2 <Private Use>
+<UE602> /x8f/xfb/xc3 <Private Use>
+<UE603> /x8f/xfb/xc4 <Private Use>
+<UE604> /x8f/xfb/xc5 <Private Use>
+<UE605> /x8f/xfb/xc6 <Private Use>
+<UE606> /x8f/xfb/xc7 <Private Use>
+<UE607> /x8f/xfb/xc8 <Private Use>
+<UE608> /x8f/xfb/xc9 <Private Use>
+<UE609> /x8f/xfb/xca <Private Use>
+<UE60A> /x8f/xfb/xcb <Private Use>
+<UE60B> /x8f/xfb/xcc <Private Use>
+<UE60C> /x8f/xfb/xcd <Private Use>
+<UE60D> /x8f/xfb/xce <Private Use>
+<UE60E> /x8f/xfb/xcf <Private Use>
+<UE60F> /x8f/xfb/xd0 <Private Use>
+<UE610> /x8f/xfb/xd1 <Private Use>
+<UE611> /x8f/xfb/xd2 <Private Use>
+<UE612> /x8f/xfb/xd3 <Private Use>
+<UE613> /x8f/xfb/xd4 <Private Use>
+<UE614> /x8f/xfb/xd5 <Private Use>
+<UE615> /x8f/xfb/xd6 <Private Use>
+<UE616> /x8f/xfb/xd7 <Private Use>
+<UE617> /x8f/xfb/xd8 <Private Use>
+<UE618> /x8f/xfb/xd9 <Private Use>
+<UE619> /x8f/xfb/xda <Private Use>
+<UE61A> /x8f/xfb/xdb <Private Use>
+<UE61B> /x8f/xfb/xdc <Private Use>
+<UE61C> /x8f/xfb/xdd <Private Use>
+<UE61D> /x8f/xfb/xde <Private Use>
+<UE61E> /x8f/xfb/xdf <Private Use>
+<UE61F> /x8f/xfb/xe0 <Private Use>
+<UE620> /x8f/xfb/xe1 <Private Use>
+<UE621> /x8f/xfb/xe2 <Private Use>
+<UE622> /x8f/xfb/xe3 <Private Use>
+<UE623> /x8f/xfb/xe4 <Private Use>
+<UE624> /x8f/xfb/xe5 <Private Use>
+<UE625> /x8f/xfb/xe6 <Private Use>
+<UE626> /x8f/xfb/xe7 <Private Use>
+<UE627> /x8f/xfb/xe8 <Private Use>
+<UE628> /x8f/xfb/xe9 <Private Use>
+<UE629> /x8f/xfb/xea <Private Use>
+<UE62A> /x8f/xfb/xeb <Private Use>
+<UE62B> /x8f/xfb/xec <Private Use>
+<UE62C> /x8f/xfb/xed <Private Use>
+<UE62D> /x8f/xfb/xee <Private Use>
+<UE62E> /x8f/xfb/xef <Private Use>
+<UE62F> /x8f/xfb/xf0 <Private Use>
+<UE630> /x8f/xfb/xf1 <Private Use>
+<UE631> /x8f/xfb/xf2 <Private Use>
+<UE632> /x8f/xfb/xf3 <Private Use>
+<UE633> /x8f/xfb/xf4 <Private Use>
+<UE634> /x8f/xfb/xf5 <Private Use>
+<UE635> /x8f/xfb/xf6 <Private Use>
+<UE636> /x8f/xfb/xf7 <Private Use>
+<UE637> /x8f/xfb/xf8 <Private Use>
+<UE638> /x8f/xfb/xf9 <Private Use>
+<UE639> /x8f/xfb/xfa <Private Use>
+<UE63A> /x8f/xfb/xfb <Private Use>
+<UE63B> /x8f/xfb/xfc <Private Use>
+<UE63C> /x8f/xfb/xfd <Private Use>
+<UE63D> /x8f/xfb/xfe <Private Use>
+<UE63E> /x8f/xfc/xa1 <Private Use>
+<UE63F> /x8f/xfc/xa2 <Private Use>
+<UE640> /x8f/xfc/xa3 <Private Use>
+<UE641> /x8f/xfc/xa4 <Private Use>
+<UE642> /x8f/xfc/xa5 <Private Use>
+<UE643> /x8f/xfc/xa6 <Private Use>
+<UE644> /x8f/xfc/xa7 <Private Use>
+<UE645> /x8f/xfc/xa8 <Private Use>
+<UE646> /x8f/xfc/xa9 <Private Use>
+<UE647> /x8f/xfc/xaa <Private Use>
+<UE648> /x8f/xfc/xab <Private Use>
+<UE649> /x8f/xfc/xac <Private Use>
+<UE64A> /x8f/xfc/xad <Private Use>
+<UE64B> /x8f/xfc/xae <Private Use>
+<UE64C> /x8f/xfc/xaf <Private Use>
+<UE64D> /x8f/xfc/xb0 <Private Use>
+<UE64E> /x8f/xfc/xb1 <Private Use>
+<UE64F> /x8f/xfc/xb2 <Private Use>
+<UE650> /x8f/xfc/xb3 <Private Use>
+<UE651> /x8f/xfc/xb4 <Private Use>
+<UE652> /x8f/xfc/xb5 <Private Use>
+<UE653> /x8f/xfc/xb6 <Private Use>
+<UE654> /x8f/xfc/xb7 <Private Use>
+<UE655> /x8f/xfc/xb8 <Private Use>
+<UE656> /x8f/xfc/xb9 <Private Use>
+<UE657> /x8f/xfc/xba <Private Use>
+<UE658> /x8f/xfc/xbb <Private Use>
+<UE659> /x8f/xfc/xbc <Private Use>
+<UE65A> /x8f/xfc/xbd <Private Use>
+<UE65B> /x8f/xfc/xbe <Private Use>
+<UE65C> /x8f/xfc/xbf <Private Use>
+<UE65D> /x8f/xfc/xc0 <Private Use>
+<UE65E> /x8f/xfc/xc1 <Private Use>
+<UE65F> /x8f/xfc/xc2 <Private Use>
+<UE660> /x8f/xfc/xc3 <Private Use>
+<UE661> /x8f/xfc/xc4 <Private Use>
+<UE662> /x8f/xfc/xc5 <Private Use>
+<UE663> /x8f/xfc/xc6 <Private Use>
+<UE664> /x8f/xfc/xc7 <Private Use>
+<UE665> /x8f/xfc/xc8 <Private Use>
+<UE666> /x8f/xfc/xc9 <Private Use>
+<UE667> /x8f/xfc/xca <Private Use>
+<UE668> /x8f/xfc/xcb <Private Use>
+<UE669> /x8f/xfc/xcc <Private Use>
+<UE66A> /x8f/xfc/xcd <Private Use>
+<UE66B> /x8f/xfc/xce <Private Use>
+<UE66C> /x8f/xfc/xcf <Private Use>
+<UE66D> /x8f/xfc/xd0 <Private Use>
+<UE66E> /x8f/xfc/xd1 <Private Use>
+<UE66F> /x8f/xfc/xd2 <Private Use>
+<UE670> /x8f/xfc/xd3 <Private Use>
+<UE671> /x8f/xfc/xd4 <Private Use>
+<UE672> /x8f/xfc/xd5 <Private Use>
+<UE673> /x8f/xfc/xd6 <Private Use>
+<UE674> /x8f/xfc/xd7 <Private Use>
+<UE675> /x8f/xfc/xd8 <Private Use>
+<UE676> /x8f/xfc/xd9 <Private Use>
+<UE677> /x8f/xfc/xda <Private Use>
+<UE678> /x8f/xfc/xdb <Private Use>
+<UE679> /x8f/xfc/xdc <Private Use>
+<UE67A> /x8f/xfc/xdd <Private Use>
+<UE67B> /x8f/xfc/xde <Private Use>
+<UE67C> /x8f/xfc/xdf <Private Use>
+<UE67D> /x8f/xfc/xe0 <Private Use>
+<UE67E> /x8f/xfc/xe1 <Private Use>
+<UE67F> /x8f/xfc/xe2 <Private Use>
+<UE680> /x8f/xfc/xe3 <Private Use>
+<UE681> /x8f/xfc/xe4 <Private Use>
+<UE682> /x8f/xfc/xe5 <Private Use>
+<UE683> /x8f/xfc/xe6 <Private Use>
+<UE684> /x8f/xfc/xe7 <Private Use>
+<UE685> /x8f/xfc/xe8 <Private Use>
+<UE686> /x8f/xfc/xe9 <Private Use>
+<UE687> /x8f/xfc/xea <Private Use>
+<UE688> /x8f/xfc/xeb <Private Use>
+<UE689> /x8f/xfc/xec <Private Use>
+<UE68A> /x8f/xfc/xed <Private Use>
+<UE68B> /x8f/xfc/xee <Private Use>
+<UE68C> /x8f/xfc/xef <Private Use>
+<UE68D> /x8f/xfc/xf0 <Private Use>
+<UE68E> /x8f/xfc/xf1 <Private Use>
+<UE68F> /x8f/xfc/xf2 <Private Use>
+<UE690> /x8f/xfc/xf3 <Private Use>
+<UE691> /x8f/xfc/xf4 <Private Use>
+<UE692> /x8f/xfc/xf5 <Private Use>
+<UE693> /x8f/xfc/xf6 <Private Use>
+<UE694> /x8f/xfc/xf7 <Private Use>
+<UE695> /x8f/xfc/xf8 <Private Use>
+<UE696> /x8f/xfc/xf9 <Private Use>
+<UE697> /x8f/xfc/xfa <Private Use>
+<UE698> /x8f/xfc/xfb <Private Use>
+<UE699> /x8f/xfc/xfc <Private Use>
+<UE69A> /x8f/xfc/xfd <Private Use>
+<UE69B> /x8f/xfc/xfe <Private Use>
+<UE69C> /x8f/xfd/xa1 <Private Use>
+<UE69D> /x8f/xfd/xa2 <Private Use>
+<UE69E> /x8f/xfd/xa3 <Private Use>
+<UE69F> /x8f/xfd/xa4 <Private Use>
+<UE6A0> /x8f/xfd/xa5 <Private Use>
+<UE6A1> /x8f/xfd/xa6 <Private Use>
+<UE6A2> /x8f/xfd/xa7 <Private Use>
+<UE6A3> /x8f/xfd/xa8 <Private Use>
+<UE6A4> /x8f/xfd/xa9 <Private Use>
+<UE6A5> /x8f/xfd/xaa <Private Use>
+<UE6A6> /x8f/xfd/xab <Private Use>
+<UE6A7> /x8f/xfd/xac <Private Use>
+<UE6A8> /x8f/xfd/xad <Private Use>
+<UE6A9> /x8f/xfd/xae <Private Use>
+<UE6AA> /x8f/xfd/xaf <Private Use>
+<UE6AB> /x8f/xfd/xb0 <Private Use>
+<UE6AC> /x8f/xfd/xb1 <Private Use>
+<UE6AD> /x8f/xfd/xb2 <Private Use>
+<UE6AE> /x8f/xfd/xb3 <Private Use>
+<UE6AF> /x8f/xfd/xb4 <Private Use>
+<UE6B0> /x8f/xfd/xb5 <Private Use>
+<UE6B1> /x8f/xfd/xb6 <Private Use>
+<UE6B2> /x8f/xfd/xb7 <Private Use>
+<UE6B3> /x8f/xfd/xb8 <Private Use>
+<UE6B4> /x8f/xfd/xb9 <Private Use>
+<UE6B5> /x8f/xfd/xba <Private Use>
+<UE6B6> /x8f/xfd/xbb <Private Use>
+<UE6B7> /x8f/xfd/xbc <Private Use>
+<UE6B8> /x8f/xfd/xbd <Private Use>
+<UE6B9> /x8f/xfd/xbe <Private Use>
+<UE6BA> /x8f/xfd/xbf <Private Use>
+<UE6BB> /x8f/xfd/xc0 <Private Use>
+<UE6BC> /x8f/xfd/xc1 <Private Use>
+<UE6BD> /x8f/xfd/xc2 <Private Use>
+<UE6BE> /x8f/xfd/xc3 <Private Use>
+<UE6BF> /x8f/xfd/xc4 <Private Use>
+<UE6C0> /x8f/xfd/xc5 <Private Use>
+<UE6C1> /x8f/xfd/xc6 <Private Use>
+<UE6C2> /x8f/xfd/xc7 <Private Use>
+<UE6C3> /x8f/xfd/xc8 <Private Use>
+<UE6C4> /x8f/xfd/xc9 <Private Use>
+<UE6C5> /x8f/xfd/xca <Private Use>
+<UE6C6> /x8f/xfd/xcb <Private Use>
+<UE6C7> /x8f/xfd/xcc <Private Use>
+<UE6C8> /x8f/xfd/xcd <Private Use>
+<UE6C9> /x8f/xfd/xce <Private Use>
+<UE6CA> /x8f/xfd/xcf <Private Use>
+<UE6CB> /x8f/xfd/xd0 <Private Use>
+<UE6CC> /x8f/xfd/xd1 <Private Use>
+<UE6CD> /x8f/xfd/xd2 <Private Use>
+<UE6CE> /x8f/xfd/xd3 <Private Use>
+<UE6CF> /x8f/xfd/xd4 <Private Use>
+<UE6D0> /x8f/xfd/xd5 <Private Use>
+<UE6D1> /x8f/xfd/xd6 <Private Use>
+<UE6D2> /x8f/xfd/xd7 <Private Use>
+<UE6D3> /x8f/xfd/xd8 <Private Use>
+<UE6D4> /x8f/xfd/xd9 <Private Use>
+<UE6D5> /x8f/xfd/xda <Private Use>
+<UE6D6> /x8f/xfd/xdb <Private Use>
+<UE6D7> /x8f/xfd/xdc <Private Use>
+<UE6D8> /x8f/xfd/xdd <Private Use>
+<UE6D9> /x8f/xfd/xde <Private Use>
+<UE6DA> /x8f/xfd/xdf <Private Use>
+<UE6DB> /x8f/xfd/xe0 <Private Use>
+<UE6DC> /x8f/xfd/xe1 <Private Use>
+<UE6DD> /x8f/xfd/xe2 <Private Use>
+<UE6DE> /x8f/xfd/xe3 <Private Use>
+<UE6DF> /x8f/xfd/xe4 <Private Use>
+<UE6E0> /x8f/xfd/xe5 <Private Use>
+<UE6E1> /x8f/xfd/xe6 <Private Use>
+<UE6E2> /x8f/xfd/xe7 <Private Use>
+<UE6E3> /x8f/xfd/xe8 <Private Use>
+<UE6E4> /x8f/xfd/xe9 <Private Use>
+<UE6E5> /x8f/xfd/xea <Private Use>
+<UE6E6> /x8f/xfd/xeb <Private Use>
+<UE6E7> /x8f/xfd/xec <Private Use>
+<UE6E8> /x8f/xfd/xed <Private Use>
+<UE6E9> /x8f/xfd/xee <Private Use>
+<UE6EA> /x8f/xfd/xef <Private Use>
+<UE6EB> /x8f/xfd/xf0 <Private Use>
+<UE6EC> /x8f/xfd/xf1 <Private Use>
+<UE6ED> /x8f/xfd/xf2 <Private Use>
+<UE6EE> /x8f/xfd/xf3 <Private Use>
+<UE6EF> /x8f/xfd/xf4 <Private Use>
+<UE6F0> /x8f/xfd/xf5 <Private Use>
+<UE6F1> /x8f/xfd/xf6 <Private Use>
+<UE6F2> /x8f/xfd/xf7 <Private Use>
+<UE6F3> /x8f/xfd/xf8 <Private Use>
+<UE6F4> /x8f/xfd/xf9 <Private Use>
+<UE6F5> /x8f/xfd/xfa <Private Use>
+<UE6F6> /x8f/xfd/xfb <Private Use>
+<UE6F7> /x8f/xfd/xfc <Private Use>
+<UE6F8> /x8f/xfd/xfd <Private Use>
+<UE6F9> /x8f/xfd/xfe <Private Use>
+<UE6FA> /x8f/xfe/xa1 <Private Use>
+<UE6FB> /x8f/xfe/xa2 <Private Use>
+<UE6FC> /x8f/xfe/xa3 <Private Use>
+<UE6FD> /x8f/xfe/xa4 <Private Use>
+<UE6FE> /x8f/xfe/xa5 <Private Use>
+<UE6FF> /x8f/xfe/xa6 <Private Use>
+<UE700> /x8f/xfe/xa7 <Private Use>
+<UE701> /x8f/xfe/xa8 <Private Use>
+<UE702> /x8f/xfe/xa9 <Private Use>
+<UE703> /x8f/xfe/xaa <Private Use>
+<UE704> /x8f/xfe/xab <Private Use>
+<UE705> /x8f/xfe/xac <Private Use>
+<UE706> /x8f/xfe/xad <Private Use>
+<UE707> /x8f/xfe/xae <Private Use>
+<UE708> /x8f/xfe/xaf <Private Use>
+<UE709> /x8f/xfe/xb0 <Private Use>
+<UE70A> /x8f/xfe/xb1 <Private Use>
+<UE70B> /x8f/xfe/xb2 <Private Use>
+<UE70C> /x8f/xfe/xb3 <Private Use>
+<UE70D> /x8f/xfe/xb4 <Private Use>
+<UE70E> /x8f/xfe/xb5 <Private Use>
+<UE70F> /x8f/xfe/xb6 <Private Use>
+<UE710> /x8f/xfe/xb7 <Private Use>
+<UE711> /x8f/xfe/xb8 <Private Use>
+<UE712> /x8f/xfe/xb9 <Private Use>
+<UE713> /x8f/xfe/xba <Private Use>
+<UE714> /x8f/xfe/xbb <Private Use>
+<UE715> /x8f/xfe/xbc <Private Use>
+<UE716> /x8f/xfe/xbd <Private Use>
+<UE717> /x8f/xfe/xbe <Private Use>
+<UE718> /x8f/xfe/xbf <Private Use>
+<UE719> /x8f/xfe/xc0 <Private Use>
+<UE71A> /x8f/xfe/xc1 <Private Use>
+<UE71B> /x8f/xfe/xc2 <Private Use>
+<UE71C> /x8f/xfe/xc3 <Private Use>
+<UE71D> /x8f/xfe/xc4 <Private Use>
+<UE71E> /x8f/xfe/xc5 <Private Use>
+<UE71F> /x8f/xfe/xc6 <Private Use>
+<UE720> /x8f/xfe/xc7 <Private Use>
+<UE721> /x8f/xfe/xc8 <Private Use>
+<UE722> /x8f/xfe/xc9 <Private Use>
+<UE723> /x8f/xfe/xca <Private Use>
+<UE724> /x8f/xfe/xcb <Private Use>
+<UE725> /x8f/xfe/xcc <Private Use>
+<UE726> /x8f/xfe/xcd <Private Use>
+<UE727> /x8f/xfe/xce <Private Use>
+<UE728> /x8f/xfe/xcf <Private Use>
+<UE729> /x8f/xfe/xd0 <Private Use>
+<UE72A> /x8f/xfe/xd1 <Private Use>
+<UE72B> /x8f/xfe/xd2 <Private Use>
+<UE72C> /x8f/xfe/xd3 <Private Use>
+<UE72D> /x8f/xfe/xd4 <Private Use>
+<UE72E> /x8f/xfe/xd5 <Private Use>
+<UE72F> /x8f/xfe/xd6 <Private Use>
+<UE730> /x8f/xfe/xd7 <Private Use>
+<UE731> /x8f/xfe/xd8 <Private Use>
+<UE732> /x8f/xfe/xd9 <Private Use>
+<UE733> /x8f/xfe/xda <Private Use>
+<UE734> /x8f/xfe/xdb <Private Use>
+<UE735> /x8f/xfe/xdc <Private Use>
+<UE736> /x8f/xfe/xdd <Private Use>
+<UE737> /x8f/xfe/xde <Private Use>
+<UE738> /x8f/xfe/xdf <Private Use>
+<UE739> /x8f/xfe/xe0 <Private Use>
+<UE73A> /x8f/xfe/xe1 <Private Use>
+<UE73B> /x8f/xfe/xe2 <Private Use>
+<UE73C> /x8f/xfe/xe3 <Private Use>
+<UE73D> /x8f/xfe/xe4 <Private Use>
+<UE73E> /x8f/xfe/xe5 <Private Use>
+<UE73F> /x8f/xfe/xe6 <Private Use>
+<UE740> /x8f/xfe/xe7 <Private Use>
+<UE741> /x8f/xfe/xe8 <Private Use>
+<UE742> /x8f/xfe/xe9 <Private Use>
+<UE743> /x8f/xfe/xea <Private Use>
+<UE744> /x8f/xfe/xeb <Private Use>
+<UE745> /x8f/xfe/xec <Private Use>
+<UE746> /x8f/xfe/xed <Private Use>
+<UE747> /x8f/xfe/xee <Private Use>
+<UE748> /x8f/xfe/xef <Private Use>
+<UE749> /x8f/xfe/xf0 <Private Use>
+<UE74A> /x8f/xfe/xf1 <Private Use>
+<UE74B> /x8f/xfe/xf2 <Private Use>
+<UE74C> /x8f/xfe/xf3 <Private Use>
+<UE74D> /x8f/xfe/xf4 <Private Use>
+<UE74E> /x8f/xfe/xf5 <Private Use>
+<UE74F> /x8f/xfe/xf6 <Private Use>
+<UE750> /x8f/xfe/xf7 <Private Use>
+<UE751> /x8f/xfe/xf8 <Private Use>
+<UE752> /x8f/xfe/xf9 <Private Use>
+<UE753> /x8f/xfe/xfa <Private Use>
+<UE754> /x8f/xfe/xfb <Private Use>
+<UE755> /x8f/xfe/xfc <Private Use>
+<UE756> /x8f/xfe/xfd <Private Use>
+<UE757> /x8f/xfe/xfe <Private Use>
+END CHARMAP
+
+WIDTH
+<U3000>...<U7199> 2
+<UE000>...<UE3AB> 2
+<U02D8>...<U9ED1> 2
+<UE3AC>...<UE757> 2
+END WIDTH