Dependencies:   mbed lwip EAOLED

Committer:
lynxeyed_atsu
Date:
Wed Jan 12 06:46:04 2011 +0000
Revision:
0:eb1247cc069b
Network clock and OLED driver

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lynxeyed_atsu 0:eb1247cc069b 1 static const char FontLookup_ABC[][5] =
lynxeyed_atsu 0:eb1247cc069b 2 {
lynxeyed_atsu 0:eb1247cc069b 3 { 0x00, 0x00, 0x00, 0x00, 0x00 }, // sp
lynxeyed_atsu 0:eb1247cc069b 4 { 0x00, 0x00, 0x2f, 0x00, 0x00 }, // !
lynxeyed_atsu 0:eb1247cc069b 5 { 0x00, 0x07, 0x00, 0x07, 0x00 }, // "
lynxeyed_atsu 0:eb1247cc069b 6 { 0x14, 0x7f, 0x14, 0x7f, 0x14 }, // #
lynxeyed_atsu 0:eb1247cc069b 7 { 0x24, 0x2a, 0x7f, 0x2a, 0x12 }, // $
lynxeyed_atsu 0:eb1247cc069b 8 { 0xc4, 0xc8, 0x10, 0x26, 0x46 }, // %
lynxeyed_atsu 0:eb1247cc069b 9 { 0x36, 0x49, 0x55, 0x22, 0x50 }, // &
lynxeyed_atsu 0:eb1247cc069b 10 { 0x00, 0x05, 0x03, 0x00, 0x00 }, // '
lynxeyed_atsu 0:eb1247cc069b 11 { 0x00, 0x1c, 0x22, 0x41, 0x00 }, // (
lynxeyed_atsu 0:eb1247cc069b 12 { 0x00, 0x41, 0x22, 0x1c, 0x00 }, // )
lynxeyed_atsu 0:eb1247cc069b 13 { 0x14, 0x08, 0x3E, 0x08, 0x14 }, // *
lynxeyed_atsu 0:eb1247cc069b 14 { 0x08, 0x08, 0x3E, 0x08, 0x08 }, // +
lynxeyed_atsu 0:eb1247cc069b 15 { 0x00, 0x00, 0x50, 0x30, 0x00 }, // ,
lynxeyed_atsu 0:eb1247cc069b 16 { 0x10, 0x10, 0x10, 0x10, 0x10 }, // -
lynxeyed_atsu 0:eb1247cc069b 17 { 0x00, 0x60, 0x60, 0x00, 0x00 }, // .
lynxeyed_atsu 0:eb1247cc069b 18 { 0x20, 0x10, 0x08, 0x04, 0x02 }, // /
lynxeyed_atsu 0:eb1247cc069b 19 { 0x3E, 0x51, 0x49, 0x45, 0x3E }, // 0
lynxeyed_atsu 0:eb1247cc069b 20 { 0x00, 0x42, 0x7F, 0x40, 0x00 }, // 1
lynxeyed_atsu 0:eb1247cc069b 21 { 0x42, 0x61, 0x51, 0x49, 0x46 }, // 2
lynxeyed_atsu 0:eb1247cc069b 22 { 0x21, 0x41, 0x45, 0x4B, 0x31 }, // 3
lynxeyed_atsu 0:eb1247cc069b 23 { 0x18, 0x14, 0x12, 0x7F, 0x10 }, // 4
lynxeyed_atsu 0:eb1247cc069b 24 { 0x27, 0x45, 0x45, 0x45, 0x39 }, // 5
lynxeyed_atsu 0:eb1247cc069b 25 { 0x3C, 0x4A, 0x49, 0x49, 0x30 }, // 6
lynxeyed_atsu 0:eb1247cc069b 26 { 0x01, 0x71, 0x09, 0x05, 0x03 }, // 7
lynxeyed_atsu 0:eb1247cc069b 27 { 0x36, 0x49, 0x49, 0x49, 0x36 }, // 8
lynxeyed_atsu 0:eb1247cc069b 28 { 0x06, 0x49, 0x49, 0x29, 0x1E }, // 9
lynxeyed_atsu 0:eb1247cc069b 29 { 0x00, 0x36, 0x36, 0x00, 0x00 }, // :
lynxeyed_atsu 0:eb1247cc069b 30 { 0x00, 0x56, 0x36, 0x00, 0x00 }, // ;
lynxeyed_atsu 0:eb1247cc069b 31 { 0x08, 0x14, 0x22, 0x41, 0x00 }, // <
lynxeyed_atsu 0:eb1247cc069b 32 { 0x14, 0x14, 0x14, 0x14, 0x14 }, // =
lynxeyed_atsu 0:eb1247cc069b 33 { 0x00, 0x41, 0x22, 0x14, 0x08 }, // >
lynxeyed_atsu 0:eb1247cc069b 34 { 0x02, 0x01, 0x51, 0x09, 0x06 }, // ?
lynxeyed_atsu 0:eb1247cc069b 35 { 0x32, 0x49, 0x59, 0x51, 0x3E }, // @
lynxeyed_atsu 0:eb1247cc069b 36 { 0x7E, 0x11, 0x11, 0x11, 0x7E }, // A
lynxeyed_atsu 0:eb1247cc069b 37 { 0x7F, 0x49, 0x49, 0x49, 0x36 }, // B
lynxeyed_atsu 0:eb1247cc069b 38 { 0x3E, 0x41, 0x41, 0x41, 0x22 }, // C
lynxeyed_atsu 0:eb1247cc069b 39 { 0x7F, 0x41, 0x41, 0x22, 0x1C }, // D
lynxeyed_atsu 0:eb1247cc069b 40 { 0x7F, 0x49, 0x49, 0x49, 0x41 }, // E
lynxeyed_atsu 0:eb1247cc069b 41 { 0x7F, 0x09, 0x09, 0x09, 0x01 }, // F
lynxeyed_atsu 0:eb1247cc069b 42 { 0x3E, 0x41, 0x49, 0x49, 0x7A }, // G
lynxeyed_atsu 0:eb1247cc069b 43 { 0x7F, 0x08, 0x08, 0x08, 0x7F }, // H
lynxeyed_atsu 0:eb1247cc069b 44 { 0x00, 0x41, 0x7F, 0x41, 0x00 }, // I
lynxeyed_atsu 0:eb1247cc069b 45 { 0x20, 0x40, 0x41, 0x3F, 0x01 }, // J
lynxeyed_atsu 0:eb1247cc069b 46 { 0x7F, 0x08, 0x14, 0x22, 0x41 }, // K
lynxeyed_atsu 0:eb1247cc069b 47 { 0x7F, 0x40, 0x40, 0x40, 0x40 }, // L
lynxeyed_atsu 0:eb1247cc069b 48 { 0x7F, 0x02, 0x0C, 0x02, 0x7F }, // M
lynxeyed_atsu 0:eb1247cc069b 49 { 0x7F, 0x04, 0x08, 0x10, 0x7F }, // N
lynxeyed_atsu 0:eb1247cc069b 50 { 0x3E, 0x41, 0x41, 0x41, 0x3E }, // O
lynxeyed_atsu 0:eb1247cc069b 51 { 0x7F, 0x09, 0x09, 0x09, 0x06 }, // P
lynxeyed_atsu 0:eb1247cc069b 52 { 0x3E, 0x41, 0x51, 0x21, 0x5E }, // Q
lynxeyed_atsu 0:eb1247cc069b 53 { 0x7F, 0x09, 0x19, 0x29, 0x46 }, // R
lynxeyed_atsu 0:eb1247cc069b 54 { 0x46, 0x49, 0x49, 0x49, 0x31 }, // S
lynxeyed_atsu 0:eb1247cc069b 55 { 0x01, 0x01, 0x7F, 0x01, 0x01 }, // T
lynxeyed_atsu 0:eb1247cc069b 56 { 0x3F, 0x40, 0x40, 0x40, 0x3F }, // U
lynxeyed_atsu 0:eb1247cc069b 57 { 0x1F, 0x20, 0x40, 0x20, 0x1F }, // V
lynxeyed_atsu 0:eb1247cc069b 58 { 0x3F, 0x40, 0x38, 0x40, 0x3F }, // W
lynxeyed_atsu 0:eb1247cc069b 59 { 0x63, 0x14, 0x08, 0x14, 0x63 }, // X
lynxeyed_atsu 0:eb1247cc069b 60 { 0x07, 0x08, 0x70, 0x08, 0x07 }, // Y
lynxeyed_atsu 0:eb1247cc069b 61 { 0x61, 0x51, 0x49, 0x45, 0x43 }, // Z
lynxeyed_atsu 0:eb1247cc069b 62 { 0x00, 0x7F, 0x41, 0x41, 0x00 }, // [
lynxeyed_atsu 0:eb1247cc069b 63 { 0x55, 0x2A, 0x55, 0x2A, 0x55 }, // 55
lynxeyed_atsu 0:eb1247cc069b 64 { 0x00, 0x41, 0x41, 0x7F, 0x00 }, // ]
lynxeyed_atsu 0:eb1247cc069b 65 { 0x04, 0x02, 0x01, 0x02, 0x04 }, // ^
lynxeyed_atsu 0:eb1247cc069b 66 { 0x40, 0x40, 0x40, 0x40, 0x40 }, // _
lynxeyed_atsu 0:eb1247cc069b 67 { 0x00, 0x01, 0x02, 0x04, 0x00 }, // '
lynxeyed_atsu 0:eb1247cc069b 68 { 0x20, 0x54, 0x54, 0x54, 0x78 }, // a
lynxeyed_atsu 0:eb1247cc069b 69 { 0x7F, 0x48, 0x44, 0x44, 0x38 }, // b
lynxeyed_atsu 0:eb1247cc069b 70 { 0x38, 0x44, 0x44, 0x44, 0x20 }, // c
lynxeyed_atsu 0:eb1247cc069b 71 { 0x38, 0x44, 0x44, 0x48, 0x7F }, // d
lynxeyed_atsu 0:eb1247cc069b 72 { 0x38, 0x54, 0x54, 0x54, 0x18 }, // e
lynxeyed_atsu 0:eb1247cc069b 73 { 0x08, 0x7E, 0x09, 0x01, 0x02 }, // f
lynxeyed_atsu 0:eb1247cc069b 74 { 0x0C, 0x52, 0x52, 0x52, 0x3E }, // g
lynxeyed_atsu 0:eb1247cc069b 75 { 0x7F, 0x08, 0x04, 0x04, 0x78 }, // h
lynxeyed_atsu 0:eb1247cc069b 76 { 0x00, 0x44, 0x7D, 0x40, 0x00 }, // i
lynxeyed_atsu 0:eb1247cc069b 77 { 0x20, 0x40, 0x44, 0x3D, 0x00 }, // j
lynxeyed_atsu 0:eb1247cc069b 78 { 0x7F, 0x10, 0x28, 0x44, 0x00 }, // k
lynxeyed_atsu 0:eb1247cc069b 79 { 0x00, 0x41, 0x7F, 0x40, 0x00 }, // l
lynxeyed_atsu 0:eb1247cc069b 80 { 0x7C, 0x04, 0x18, 0x04, 0x78 }, // m
lynxeyed_atsu 0:eb1247cc069b 81 { 0x7C, 0x08, 0x04, 0x04, 0x78 }, // n
lynxeyed_atsu 0:eb1247cc069b 82 { 0x38, 0x44, 0x44, 0x44, 0x38 }, // o
lynxeyed_atsu 0:eb1247cc069b 83 { 0x7C, 0x14, 0x14, 0x14, 0x08 }, // p
lynxeyed_atsu 0:eb1247cc069b 84 { 0x08, 0x14, 0x14, 0x18, 0x7C }, // q
lynxeyed_atsu 0:eb1247cc069b 85 { 0x7C, 0x08, 0x04, 0x04, 0x08 }, // r
lynxeyed_atsu 0:eb1247cc069b 86 { 0x48, 0x54, 0x54, 0x54, 0x20 }, // s
lynxeyed_atsu 0:eb1247cc069b 87 { 0x04, 0x3F, 0x44, 0x40, 0x20 }, // t
lynxeyed_atsu 0:eb1247cc069b 88 { 0x3C, 0x40, 0x40, 0x20, 0x7C }, // u
lynxeyed_atsu 0:eb1247cc069b 89 { 0x1C, 0x20, 0x40, 0x20, 0x1C }, // v
lynxeyed_atsu 0:eb1247cc069b 90 { 0x3C, 0x40, 0x30, 0x40, 0x3C }, // w
lynxeyed_atsu 0:eb1247cc069b 91 { 0x44, 0x28, 0x10, 0x28, 0x44 }, // x
lynxeyed_atsu 0:eb1247cc069b 92 { 0x0C, 0x50, 0x50, 0x50, 0x3C }, // y
lynxeyed_atsu 0:eb1247cc069b 93 { 0x44, 0x64, 0x54, 0x4C, 0x44 } // z
lynxeyed_atsu 0:eb1247cc069b 94 };
lynxeyed_atsu 0:eb1247cc069b 95 const struct {
lynxeyed_atsu 0:eb1247cc069b 96 unsigned short start, end;
lynxeyed_atsu 0:eb1247cc069b 97 } font8table[92] = {
lynxeyed_atsu 0:eb1247cc069b 98 {0x8140, 0x817e},
lynxeyed_atsu 0:eb1247cc069b 99 {0x8180, 0x81ac},
lynxeyed_atsu 0:eb1247cc069b 100 {0x81b8, 0x81bf},
lynxeyed_atsu 0:eb1247cc069b 101 {0x81c8, 0x81ce},
lynxeyed_atsu 0:eb1247cc069b 102 {0x81da, 0x81e8},
lynxeyed_atsu 0:eb1247cc069b 103 {0x81f0, 0x81f7},
lynxeyed_atsu 0:eb1247cc069b 104 {0x81fc, 0x81fc},
lynxeyed_atsu 0:eb1247cc069b 105 {0x824f, 0x8258},
lynxeyed_atsu 0:eb1247cc069b 106 {0x8260, 0x8279},
lynxeyed_atsu 0:eb1247cc069b 107 {0x8281, 0x829a},
lynxeyed_atsu 0:eb1247cc069b 108 {0x829f, 0x82f1},
lynxeyed_atsu 0:eb1247cc069b 109 {0x8340, 0x837e},
lynxeyed_atsu 0:eb1247cc069b 110 {0x8380, 0x8396},
lynxeyed_atsu 0:eb1247cc069b 111 {0x839f, 0x83b6},
lynxeyed_atsu 0:eb1247cc069b 112 {0x83bf, 0x83d6},
lynxeyed_atsu 0:eb1247cc069b 113 {0x8440, 0x8460},
lynxeyed_atsu 0:eb1247cc069b 114 {0x8470, 0x847e},
lynxeyed_atsu 0:eb1247cc069b 115 {0x8480, 0x8491},
lynxeyed_atsu 0:eb1247cc069b 116 {0x849f, 0x84be},
lynxeyed_atsu 0:eb1247cc069b 117 {0x8740, 0x875d},
lynxeyed_atsu 0:eb1247cc069b 118 {0x875f, 0x8775},
lynxeyed_atsu 0:eb1247cc069b 119 {0x877e, 0x877e},
lynxeyed_atsu 0:eb1247cc069b 120 {0x8780, 0x879c},
lynxeyed_atsu 0:eb1247cc069b 121 {0x889f, 0x88fc},
lynxeyed_atsu 0:eb1247cc069b 122 {0x8940, 0x897e},
lynxeyed_atsu 0:eb1247cc069b 123 {0x8980, 0x89fc},
lynxeyed_atsu 0:eb1247cc069b 124 {0x8a40, 0x8a7e},
lynxeyed_atsu 0:eb1247cc069b 125 {0x8a80, 0x8afc},
lynxeyed_atsu 0:eb1247cc069b 126 {0x8b40, 0x8b7e},
lynxeyed_atsu 0:eb1247cc069b 127 {0x8b80, 0x8bfc},
lynxeyed_atsu 0:eb1247cc069b 128 {0x8c40, 0x8c7e},
lynxeyed_atsu 0:eb1247cc069b 129 {0x8c80, 0x8cfc},
lynxeyed_atsu 0:eb1247cc069b 130 {0x8d40, 0x8d7e},
lynxeyed_atsu 0:eb1247cc069b 131 {0x8d80, 0x8dfc},
lynxeyed_atsu 0:eb1247cc069b 132 {0x8e40, 0x8e7e},
lynxeyed_atsu 0:eb1247cc069b 133 {0x8e80, 0x8efc},
lynxeyed_atsu 0:eb1247cc069b 134 {0x8f40, 0x8f7e},
lynxeyed_atsu 0:eb1247cc069b 135 {0x8f80, 0x8ffc},
lynxeyed_atsu 0:eb1247cc069b 136 {0x9040, 0x907e},
lynxeyed_atsu 0:eb1247cc069b 137 {0x9080, 0x90fc},
lynxeyed_atsu 0:eb1247cc069b 138 {0x9140, 0x917e},
lynxeyed_atsu 0:eb1247cc069b 139 {0x9180, 0x91fc},
lynxeyed_atsu 0:eb1247cc069b 140 {0x9240, 0x927e},
lynxeyed_atsu 0:eb1247cc069b 141 {0x9280, 0x92fc},
lynxeyed_atsu 0:eb1247cc069b 142 {0x9340, 0x937e},
lynxeyed_atsu 0:eb1247cc069b 143 {0x9380, 0x93fc},
lynxeyed_atsu 0:eb1247cc069b 144 {0x9440, 0x947e},
lynxeyed_atsu 0:eb1247cc069b 145 {0x9480, 0x94fc},
lynxeyed_atsu 0:eb1247cc069b 146 {0x9540, 0x957e},
lynxeyed_atsu 0:eb1247cc069b 147 {0x9580, 0x95fc},
lynxeyed_atsu 0:eb1247cc069b 148 {0x9640, 0x967e},
lynxeyed_atsu 0:eb1247cc069b 149 {0x9680, 0x96fc},
lynxeyed_atsu 0:eb1247cc069b 150 {0x9740, 0x977e},
lynxeyed_atsu 0:eb1247cc069b 151 {0x9780, 0x97fc},
lynxeyed_atsu 0:eb1247cc069b 152 {0x9840, 0x9872},
lynxeyed_atsu 0:eb1247cc069b 153 {0x989f, 0x98fc},
lynxeyed_atsu 0:eb1247cc069b 154 {0x9940, 0x997e},
lynxeyed_atsu 0:eb1247cc069b 155 {0x9980, 0x99fc},
lynxeyed_atsu 0:eb1247cc069b 156 {0x9a40, 0x9a7e},
lynxeyed_atsu 0:eb1247cc069b 157 {0x9a80, 0x9afc},
lynxeyed_atsu 0:eb1247cc069b 158 {0x9b40, 0x9b7e},
lynxeyed_atsu 0:eb1247cc069b 159 {0x9b80, 0x9bfc},
lynxeyed_atsu 0:eb1247cc069b 160 {0x9c40, 0x9c7e},
lynxeyed_atsu 0:eb1247cc069b 161 {0x9c80, 0x9cfc},
lynxeyed_atsu 0:eb1247cc069b 162 {0x9d40, 0x9d7e},
lynxeyed_atsu 0:eb1247cc069b 163 {0x9d80, 0x9dfc},
lynxeyed_atsu 0:eb1247cc069b 164 {0x9e40, 0x9e7e},
lynxeyed_atsu 0:eb1247cc069b 165 {0x9e80, 0x9efc},
lynxeyed_atsu 0:eb1247cc069b 166 {0x9f40, 0x9f7e},
lynxeyed_atsu 0:eb1247cc069b 167 {0x9f80, 0x9ffc},
lynxeyed_atsu 0:eb1247cc069b 168 {0xe040, 0xe07e},
lynxeyed_atsu 0:eb1247cc069b 169 {0xe080, 0xe0fc},
lynxeyed_atsu 0:eb1247cc069b 170 {0xe140, 0xe17e},
lynxeyed_atsu 0:eb1247cc069b 171 {0xe180, 0xe1fc},
lynxeyed_atsu 0:eb1247cc069b 172 {0xe240, 0xe27e},
lynxeyed_atsu 0:eb1247cc069b 173 {0xe280, 0xe2fc},
lynxeyed_atsu 0:eb1247cc069b 174 {0xe340, 0xe37e},
lynxeyed_atsu 0:eb1247cc069b 175 {0xe380, 0xe3fc},
lynxeyed_atsu 0:eb1247cc069b 176 {0xe440, 0xe47e},
lynxeyed_atsu 0:eb1247cc069b 177 {0xe480, 0xe4fc},
lynxeyed_atsu 0:eb1247cc069b 178 {0xe540, 0xe57e},
lynxeyed_atsu 0:eb1247cc069b 179 {0xe580, 0xe5fc},
lynxeyed_atsu 0:eb1247cc069b 180 {0xe640, 0xe67e},
lynxeyed_atsu 0:eb1247cc069b 181 {0xe680, 0xe6fc},
lynxeyed_atsu 0:eb1247cc069b 182 {0xe740, 0xe77e},
lynxeyed_atsu 0:eb1247cc069b 183 {0xe780, 0xe7fc},
lynxeyed_atsu 0:eb1247cc069b 184 {0xe840, 0xe87e},
lynxeyed_atsu 0:eb1247cc069b 185 {0xe880, 0xe8fc},
lynxeyed_atsu 0:eb1247cc069b 186 {0xe940, 0xe97e},
lynxeyed_atsu 0:eb1247cc069b 187 {0xe980, 0xe9fc},
lynxeyed_atsu 0:eb1247cc069b 188 {0xea40, 0xea7e},
lynxeyed_atsu 0:eb1247cc069b 189 {0xea80, 0xeaa4},
lynxeyed_atsu 0:eb1247cc069b 190 };
lynxeyed_atsu 0:eb1247cc069b 191 // converted MISAKI font
lynxeyed_atsu 0:eb1247cc069b 192 // Please refer to following URL for the MISAKI font.
lynxeyed_atsu 0:eb1247cc069b 193 // http://www.geocities.jp/littlimi/misaki.htm
lynxeyed_atsu 0:eb1247cc069b 194 const unsigned char FontLookup[/*6962*/][8] = {
lynxeyed_atsu 0:eb1247cc069b 195 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 0000 8140  
lynxeyed_atsu 0:eb1247cc069b 196 {0x20, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 0001 8141 、
lynxeyed_atsu 0:eb1247cc069b 197 {0x20, 0x50, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 0002 8142 。
lynxeyed_atsu 0:eb1247cc069b 198 {0x50, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 0003 8143 ,
lynxeyed_atsu 0:eb1247cc069b 199 {0x60, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 0004 8144 .
lynxeyed_atsu 0:eb1247cc069b 200 {0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00, 0x00}, // 00 0005 8145 ・
lynxeyed_atsu 0:eb1247cc069b 201 {0x00, 0x00, 0x36, 0x36, 0x00, 0x00, 0x00, 0x00}, // 00 0006 8146 :
lynxeyed_atsu 0:eb1247cc069b 202 {0x00, 0x00, 0x56, 0x36, 0x00, 0x00, 0x00, 0x00}, // 00 0007 8147 ï¼›
lynxeyed_atsu 0:eb1247cc069b 203 {0x00, 0x02, 0x01, 0x51, 0x09, 0x09, 0x06, 0x00}, // 00 0008 8148 ?
lynxeyed_atsu 0:eb1247cc069b 204 {0x00, 0x00, 0x00, 0x5f, 0x00, 0x00, 0x00, 0x00}, // 00 0009 8149 !
lynxeyed_atsu 0:eb1247cc069b 205 {0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00}, // 00 000a 814a ã‚›
lynxeyed_atsu 0:eb1247cc069b 206 {0x00, 0x02, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00}, // 00 000b 814b ゜
lynxeyed_atsu 0:eb1247cc069b 207 {0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00}, // 00 000c 814c ´
lynxeyed_atsu 0:eb1247cc069b 208 {0x00, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00}, // 00 000d 814d ï½€
lynxeyed_atsu 0:eb1247cc069b 209 {0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00}, // 00 000e 814e ¨
lynxeyed_atsu 0:eb1247cc069b 210 {0x00, 0x00, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00}, // 00 000f 814f ï¼¾
lynxeyed_atsu 0:eb1247cc069b 211 {0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00}, // 00 0010 8150 ï¿£
lynxeyed_atsu 0:eb1247cc069b 212 {0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00}, // 00 0011 8151 _
lynxeyed_atsu 0:eb1247cc069b 213 {0x00, 0x00, 0x04, 0x08, 0x30, 0x00, 0x00, 0x00}, // 00 0012 8152 ヽ
lynxeyed_atsu 0:eb1247cc069b 214 {0x00, 0x00, 0x04, 0x08, 0x31, 0x00, 0x01, 0x00}, // 00 0013 8153 ヾ
lynxeyed_atsu 0:eb1247cc069b 215 {0x00, 0x00, 0x02, 0x24, 0x18, 0x10, 0x00, 0x00}, // 00 0014 8154 ゝ
lynxeyed_atsu 0:eb1247cc069b 216 {0x00, 0x00, 0x02, 0x24, 0x19, 0x10, 0x01, 0x00}, // 00 0015 8155 ã‚ž
lynxeyed_atsu 0:eb1247cc069b 217 {0x00, 0x20, 0x1c, 0x00, 0x20, 0x1c, 0x00, 0x00}, // 00 0016 8156 〃
lynxeyed_atsu 0:eb1247cc069b 218 {0x44, 0x4c, 0x4a, 0x79, 0x4a, 0x4c, 0x44, 0x00}, // 00 0017 8157 仝
lynxeyed_atsu 0:eb1247cc069b 219 {0x00, 0x10, 0x08, 0x16, 0x24, 0x54, 0x0c, 0x00}, // 00 0018 8158 々
lynxeyed_atsu 0:eb1247cc069b 220 {0x70, 0x28, 0x14, 0x08, 0x14, 0x02, 0x01, 0x00}, // 00 0019 8159 〆
lynxeyed_atsu 0:eb1247cc069b 221 {0x18, 0x24, 0x42, 0x42, 0x42, 0x24, 0x18, 0x00}, // 00 001a 815a 〇
lynxeyed_atsu 0:eb1247cc069b 222 {0x04, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00}, // 00 001b 815b ー
lynxeyed_atsu 0:eb1247cc069b 223 {0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08}, // 00 001c 815c ―
lynxeyed_atsu 0:eb1247cc069b 224 {0x00, 0x00, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00}, // 00 001d 815d ‐
lynxeyed_atsu 0:eb1247cc069b 225 {0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01, 0x00}, // 00 001e 815e /
lynxeyed_atsu 0:eb1247cc069b 226 {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x00}, // 00 001f 815f ï¼¼
lynxeyed_atsu 0:eb1247cc069b 227 {0x08, 0x04, 0x04, 0x08, 0x10, 0x10, 0x08, 0x00}, // 00 0020 8160 ~
lynxeyed_atsu 0:eb1247cc069b 228 {0x00, 0x00, 0x7f, 0x00, 0x7f, 0x00, 0x00, 0x00}, // 00 0021 8161 ∥
lynxeyed_atsu 0:eb1247cc069b 229 {0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00}, // 00 0022 8162 |
lynxeyed_atsu 0:eb1247cc069b 230 {0x08, 0x00, 0x00, 0x08, 0x00, 0x00, 0x08, 0x00}, // 00 0023 8163 …
lynxeyed_atsu 0:eb1247cc069b 231 {0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00}, // 00 0024 8164 ‥
lynxeyed_atsu 0:eb1247cc069b 232 {0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x05, 0x00}, // 00 0025 8165 ‘
lynxeyed_atsu 0:eb1247cc069b 233 {0x05, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 0026 8166 ’
lynxeyed_atsu 0:eb1247cc069b 234 {0x00, 0x00, 0x06, 0x05, 0x00, 0x06, 0x05, 0x00}, // 00 0027 8167 “
lynxeyed_atsu 0:eb1247cc069b 235 {0x05, 0x03, 0x00, 0x05, 0x03, 0x00, 0x00, 0x00}, // 00 0028 8168 ”
lynxeyed_atsu 0:eb1247cc069b 236 {0x00, 0x00, 0x00, 0x00, 0x1c, 0x22, 0x41, 0x00}, // 00 0029 8169 (
lynxeyed_atsu 0:eb1247cc069b 237 {0x41, 0x22, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 002a 816a )
lynxeyed_atsu 0:eb1247cc069b 238 {0x00, 0x00, 0x00, 0x3e, 0x22, 0x41, 0x41, 0x00}, // 00 002b 816b 〔
lynxeyed_atsu 0:eb1247cc069b 239 {0x41, 0x41, 0x22, 0x3e, 0x00, 0x00, 0x00, 0x00}, // 00 002c 816c 〕
lynxeyed_atsu 0:eb1247cc069b 240 {0x00, 0x00, 0x00, 0x00, 0x7f, 0x41, 0x41, 0x00}, // 00 002d 816d ï¼»
lynxeyed_atsu 0:eb1247cc069b 241 {0x41, 0x41, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 002e 816e ï¼½
lynxeyed_atsu 0:eb1247cc069b 242 {0x00, 0x00, 0x00, 0x08, 0x36, 0x41, 0x41, 0x00}, // 00 002f 816f ï½›
lynxeyed_atsu 0:eb1247cc069b 243 {0x41, 0x41, 0x36, 0x08, 0x00, 0x00, 0x00, 0x00}, // 00 0030 8170 }
lynxeyed_atsu 0:eb1247cc069b 244 {0x00, 0x00, 0x00, 0x08, 0x14, 0x22, 0x41, 0x00}, // 00 0031 8171 〈
lynxeyed_atsu 0:eb1247cc069b 245 {0x41, 0x22, 0x14, 0x08, 0x00, 0x00, 0x00, 0x00}, // 00 0032 8172 〉
lynxeyed_atsu 0:eb1247cc069b 246 {0x00, 0x08, 0x14, 0x2a, 0x55, 0x22, 0x41, 0x00}, // 00 0033 8173 《
lynxeyed_atsu 0:eb1247cc069b 247 {0x41, 0x22, 0x55, 0x2a, 0x14, 0x08, 0x00, 0x00}, // 00 0034 8174 》
lynxeyed_atsu 0:eb1247cc069b 248 {0x00, 0x00, 0x00, 0x3f, 0x01, 0x01, 0x01, 0x00}, // 00 0035 8175 「
lynxeyed_atsu 0:eb1247cc069b 249 {0x40, 0x40, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00}, // 00 0036 8176 」
lynxeyed_atsu 0:eb1247cc069b 250 {0x00, 0x00, 0x7f, 0x41, 0x7d, 0x05, 0x07, 0x00}, // 00 0037 8177 『
lynxeyed_atsu 0:eb1247cc069b 251 {0x70, 0x50, 0x5f, 0x41, 0x7f, 0x00, 0x00, 0x00}, // 00 0038 8178 』
lynxeyed_atsu 0:eb1247cc069b 252 {0x00, 0x00, 0x00, 0x00, 0x7f, 0x63, 0x41, 0x00}, // 00 0039 8179 【
lynxeyed_atsu 0:eb1247cc069b 253 {0x41, 0x63, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00}, // 00 003a 817a 】
lynxeyed_atsu 0:eb1247cc069b 254 {0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00}, // 00 003b 817b +
lynxeyed_atsu 0:eb1247cc069b 255 {0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00}, // 00 003c 817c -
lynxeyed_atsu 0:eb1247cc069b 256 {0x44, 0x44, 0x44, 0x5f, 0x44, 0x44, 0x44, 0x00}, // 00 003d 817d ±
lynxeyed_atsu 0:eb1247cc069b 257 {0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41, 0x00}, // 00 003e 817e ×
lynxeyed_atsu 0:eb1247cc069b 258 {0x08, 0x08, 0x08, 0x2a, 0x08, 0x08, 0x08, 0x00}, // 01 003f 8180 ÷
lynxeyed_atsu 0:eb1247cc069b 259 {0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x00}, // 01 0040 8181 =
lynxeyed_atsu 0:eb1247cc069b 260 {0x14, 0x34, 0x14, 0x1c, 0x14, 0x16, 0x14, 0x00}, // 01 0041 8182 ≠
lynxeyed_atsu 0:eb1247cc069b 261 {0x08, 0x08, 0x14, 0x14, 0x14, 0x22, 0x22, 0x00}, // 01 0042 8183 <
lynxeyed_atsu 0:eb1247cc069b 262 {0x22, 0x22, 0x14, 0x14, 0x14, 0x08, 0x08, 0x00}, // 01 0043 8184 >
lynxeyed_atsu 0:eb1247cc069b 263 {0x44, 0x44, 0x4a, 0x4a, 0x4a, 0x51, 0x51, 0x00}, // 01 0044 8185 ≦
lynxeyed_atsu 0:eb1247cc069b 264 {0x51, 0x51, 0x4a, 0x4a, 0x4a, 0x44, 0x44, 0x00}, // 01 0045 8186 ≧
lynxeyed_atsu 0:eb1247cc069b 265 {0x1c, 0x22, 0x22, 0x1c, 0x22, 0x22, 0x1c, 0x00}, // 01 0046 8187 ∞
lynxeyed_atsu 0:eb1247cc069b 266 {0x00, 0x20, 0x00, 0x02, 0x00, 0x20, 0x00, 0x00}, // 01 0047 8188 ∴
lynxeyed_atsu 0:eb1247cc069b 267 {0x30, 0x48, 0x48, 0x39, 0x05, 0x03, 0x0f, 0x00}, // 01 0048 8189 ♂
lynxeyed_atsu 0:eb1247cc069b 268 {0x00, 0x26, 0x29, 0x79, 0x29, 0x26, 0x00, 0x00}, // 01 0049 818a ♀
lynxeyed_atsu 0:eb1247cc069b 269 {0x02, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00}, // 01 004a 818b °
lynxeyed_atsu 0:eb1247cc069b 270 {0x06, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00}, // 01 004b 818c ′
lynxeyed_atsu 0:eb1247cc069b 271 {0x06, 0x03, 0x01, 0x06, 0x03, 0x01, 0x00, 0x00}, // 01 004c 818d ″
lynxeyed_atsu 0:eb1247cc069b 272 {0x02, 0x05, 0x02, 0x3c, 0x42, 0x42, 0x24, 0x00}, // 01 004d 818e ℃
lynxeyed_atsu 0:eb1247cc069b 273 {0x00, 0x2b, 0x2c, 0x78, 0x2c, 0x2b, 0x00, 0x00}, // 01 004e 818f ï¿¥
lynxeyed_atsu 0:eb1247cc069b 274 {0x00, 0x24, 0x2a, 0x7a, 0x2f, 0x2a, 0x12, 0x00}, // 01 004f 8190 $
lynxeyed_atsu 0:eb1247cc069b 275 {0x00, 0x1c, 0x62, 0x32, 0x2e, 0x23, 0x14, 0x00}, // 01 0050 8191 ï¿ 
lynxeyed_atsu 0:eb1247cc069b 276 {0x20, 0x54, 0x5e, 0x25, 0x41, 0x42, 0x20, 0x00}, // 01 0051 8192 ï¿¡
lynxeyed_atsu 0:eb1247cc069b 277 {0x42, 0x25, 0x12, 0x08, 0x24, 0x52, 0x21, 0x00}, // 01 0052 8193 ï¼…
lynxeyed_atsu 0:eb1247cc069b 278 {0x20, 0x62, 0x3e, 0x63, 0x3e, 0x23, 0x02, 0x00}, // 01 0053 8194 #
lynxeyed_atsu 0:eb1247cc069b 279 {0x20, 0x56, 0x49, 0x55, 0x22, 0x58, 0x40, 0x00}, // 01 0054 8195 &
lynxeyed_atsu 0:eb1247cc069b 280 {0x00, 0x22, 0x14, 0x7f, 0x14, 0x22, 0x00, 0x00}, // 01 0055 8196 *
lynxeyed_atsu 0:eb1247cc069b 281 {0x1c, 0x22, 0x59, 0x55, 0x4d, 0x12, 0x0c, 0x00}, // 01 0056 8197 ï¼ 
lynxeyed_atsu 0:eb1247cc069b 282 {0x00, 0x00, 0x4a, 0x55, 0x55, 0x29, 0x00, 0x00}, // 01 0057 8198 §
lynxeyed_atsu 0:eb1247cc069b 283 {0x04, 0x64, 0x3c, 0x17, 0x3c, 0x64, 0x04, 0x00}, // 01 0058 8199 ☆
lynxeyed_atsu 0:eb1247cc069b 284 {0x04, 0x64, 0x3c, 0x1f, 0x3c, 0x64, 0x04, 0x00}, // 01 0059 819a ★
lynxeyed_atsu 0:eb1247cc069b 285 {0x1c, 0x22, 0x41, 0x41, 0x41, 0x22, 0x1c, 0x00}, // 01 005a 819b â—‹
lynxeyed_atsu 0:eb1247cc069b 286 {0x1c, 0x3e, 0x7f, 0x7f, 0x7f, 0x3e, 0x1c, 0x00}, // 01 005b 819c ●
lynxeyed_atsu 0:eb1247cc069b 287 {0x1c, 0x22, 0x5d, 0x55, 0x5d, 0x22, 0x1c, 0x00}, // 01 005c 819d â—Ž
lynxeyed_atsu 0:eb1247cc069b 288 {0x08, 0x14, 0x22, 0x41, 0x22, 0x14, 0x08, 0x00}, // 01 005d 819e â—‡
lynxeyed_atsu 0:eb1247cc069b 289 {0x08, 0x1c, 0x3e, 0x7f, 0x3e, 0x1c, 0x08, 0x00}, // 01 005e 819f â—†
lynxeyed_atsu 0:eb1247cc069b 290 {0x7f, 0x41, 0x41, 0x41, 0x41, 0x41, 0x7f, 0x00}, // 01 005f 81a0 â–¡
lynxeyed_atsu 0:eb1247cc069b 291 {0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x00}, // 01 0060 81a1 â– 
lynxeyed_atsu 0:eb1247cc069b 292 {0x40, 0x70, 0x4c, 0x43, 0x4c, 0x70, 0x40, 0x00}, // 01 0061 81a2 â–³
lynxeyed_atsu 0:eb1247cc069b 293 {0x40, 0x70, 0x7c, 0x7f, 0x7c, 0x70, 0x40, 0x00}, // 01 0062 81a3 â–²
lynxeyed_atsu 0:eb1247cc069b 294 {0x01, 0x07, 0x19, 0x61, 0x19, 0x07, 0x01, 0x00}, // 01 0063 81a4 â–½
lynxeyed_atsu 0:eb1247cc069b 295 {0x01, 0x07, 0x1f, 0x7f, 0x1f, 0x07, 0x01, 0x00}, // 01 0064 81a5 â–¼
lynxeyed_atsu 0:eb1247cc069b 296 {0x49, 0x22, 0x14, 0x49, 0x14, 0x22, 0x49, 0x00}, // 01 0065 81a6 ※
lynxeyed_atsu 0:eb1247cc069b 297 {0x05, 0x05, 0x05, 0x7d, 0x05, 0x05, 0x05, 0x00}, // 01 0066 81a7 〒
lynxeyed_atsu 0:eb1247cc069b 298 {0x08, 0x08, 0x08, 0x08, 0x2a, 0x1c, 0x08, 0x00}, // 01 0067 81a8 →
lynxeyed_atsu 0:eb1247cc069b 299 {0x08, 0x1c, 0x2a, 0x08, 0x08, 0x08, 0x08, 0x00}, // 01 0068 81a9 ←
lynxeyed_atsu 0:eb1247cc069b 300 {0x00, 0x04, 0x02, 0x7f, 0x02, 0x04, 0x00, 0x00}, // 01 0069 81aa ↑
lynxeyed_atsu 0:eb1247cc069b 301 {0x00, 0x10, 0x20, 0x7f, 0x20, 0x10, 0x00, 0x00}, // 01 006a 81ab ↓
lynxeyed_atsu 0:eb1247cc069b 302 {0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x00}, // 01 006b 81ac 〓
lynxeyed_atsu 0:eb1247cc069b 303 {0x00, 0x1c, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x00}, // 02 006c 81b8 ∈
lynxeyed_atsu 0:eb1247cc069b 304 {0x00, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x1c, 0x00}, // 02 006d 81b9 ∋
lynxeyed_atsu 0:eb1247cc069b 305 {0x00, 0x4e, 0x51, 0x51, 0x51, 0x51, 0x51, 0x00}, // 02 006e 81ba ⊆
lynxeyed_atsu 0:eb1247cc069b 306 {0x00, 0x51, 0x51, 0x51, 0x51, 0x51, 0x4e, 0x00}, // 02 006f 81bb ⊇
lynxeyed_atsu 0:eb1247cc069b 307 {0x00, 0x1c, 0x22, 0x22, 0x22, 0x22, 0x22, 0x00}, // 02 0070 81bc ⊂
lynxeyed_atsu 0:eb1247cc069b 308 {0x00, 0x22, 0x22, 0x22, 0x22, 0x22, 0x1c, 0x00}, // 02 0071 81bd ⊃
lynxeyed_atsu 0:eb1247cc069b 309 {0x00, 0x1f, 0x20, 0x20, 0x20, 0x20, 0x1f, 0x00}, // 02 0072 81be ∪
lynxeyed_atsu 0:eb1247cc069b 310 {0x00, 0x7c, 0x02, 0x02, 0x02, 0x02, 0x7c, 0x00}, // 02 0073 81bf ∩
lynxeyed_atsu 0:eb1247cc069b 311 {0x40, 0x30, 0x0c, 0x03, 0x0c, 0x30, 0x40, 0x00}, // 03 0074 81c8 ∧
lynxeyed_atsu 0:eb1247cc069b 312 {0x01, 0x06, 0x18, 0x60, 0x18, 0x06, 0x01, 0x00}, // 03 0075 81c9 ∨
lynxeyed_atsu 0:eb1247cc069b 313 {0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x38, 0x00}, // 03 0076 81ca ï¿¢
lynxeyed_atsu 0:eb1247cc069b 314 {0x14, 0x14, 0x14, 0x14, 0x36, 0x14, 0x08, 0x00}, // 03 0077 81cb ⇒
lynxeyed_atsu 0:eb1247cc069b 315 {0x08, 0x14, 0x36, 0x14, 0x36, 0x14, 0x08, 0x00}, // 03 0078 81cc ⇔
lynxeyed_atsu 0:eb1247cc069b 316 {0x03, 0x0c, 0x34, 0x44, 0x34, 0x0c, 0x03, 0x00}, // 03 0079 81cd ∀
lynxeyed_atsu 0:eb1247cc069b 317 {0x00, 0x49, 0x49, 0x49, 0x49, 0x49, 0x7f, 0x00}, // 03 007a 81ce ∃
lynxeyed_atsu 0:eb1247cc069b 318 {0x00, 0x40, 0x60, 0x50, 0x48, 0x44, 0x42, 0x00}, // 04 007b 81da ∠
lynxeyed_atsu 0:eb1247cc069b 319 {0x40, 0x40, 0x40, 0x7e, 0x40, 0x40, 0x40, 0x00}, // 04 007c 81db ⊥
lynxeyed_atsu 0:eb1247cc069b 320 {0x00, 0x02, 0x01, 0x01, 0x01, 0x01, 0x02, 0x00}, // 04 007d 81dc ⌒
lynxeyed_atsu 0:eb1247cc069b 321 {0x00, 0x30, 0x4a, 0x49, 0x31, 0x0e, 0x00, 0x00}, // 04 007e 81dd ∂
lynxeyed_atsu 0:eb1247cc069b 322 {0x03, 0x0d, 0x31, 0x41, 0x31, 0x0d, 0x03, 0x00}, // 04 007f 81de ∇
lynxeyed_atsu 0:eb1247cc069b 323 {0x00, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x00}, // 04 0080 81df ≡
lynxeyed_atsu 0:eb1247cc069b 324 {0x14, 0x15, 0x14, 0x14, 0x14, 0x54, 0x14, 0x00}, // 04 0081 81e0 ≒
lynxeyed_atsu 0:eb1247cc069b 325 {0x08, 0x14, 0x22, 0x49, 0x14, 0x22, 0x41, 0x00}, // 04 0082 81e1 ≪
lynxeyed_atsu 0:eb1247cc069b 326 {0x41, 0x22, 0x14, 0x49, 0x22, 0x14, 0x08, 0x00}, // 04 0083 81e2 ≫
lynxeyed_atsu 0:eb1247cc069b 327 {0x10, 0x70, 0x1c, 0x03, 0x01, 0x01, 0x01, 0x00}, // 04 0084 81e3 √
lynxeyed_atsu 0:eb1247cc069b 328 {0x1c, 0x22, 0x20, 0x1c, 0x02, 0x22, 0x1c, 0x00}, // 04 0085 81e4 ∽
lynxeyed_atsu 0:eb1247cc069b 329 {0x1c, 0x22, 0x22, 0x1c, 0x22, 0x22, 0x14, 0x00}, // 04 0086 81e5 ∝
lynxeyed_atsu 0:eb1247cc069b 330 {0x00, 0x02, 0x00, 0x20, 0x00, 0x02, 0x00, 0x00}, // 04 0087 81e6 ∵
lynxeyed_atsu 0:eb1247cc069b 331 {0x00, 0x00, 0x46, 0x49, 0x31, 0x00, 0x00, 0x00}, // 04 0088 81e7 ∫
lynxeyed_atsu 0:eb1247cc069b 332 {0x00, 0x46, 0x49, 0x31, 0x46, 0x49, 0x31, 0x00}, // 04 0089 81e8 ∬
lynxeyed_atsu 0:eb1247cc069b 333 {0x40, 0x30, 0x2a, 0x25, 0x2a, 0x30, 0x40, 0x00}, // 05 008a 81f0 Ã…
lynxeyed_atsu 0:eb1247cc069b 334 {0x22, 0x15, 0x2a, 0x54, 0x22, 0x51, 0x20, 0x00}, // 05 008b 81f1 ‰
lynxeyed_atsu 0:eb1247cc069b 335 {0x00, 0x28, 0x7e, 0x14, 0x14, 0x3f, 0x0a, 0x00}, // 05 008c 81f2 ♯
lynxeyed_atsu 0:eb1247cc069b 336 {0x00, 0x00, 0x7f, 0x48, 0x24, 0x18, 0x00, 0x00}, // 05 008d 81f3 â™­
lynxeyed_atsu 0:eb1247cc069b 337 {0x00, 0x60, 0x70, 0x3f, 0x02, 0x0c, 0x00, 0x00}, // 05 008e 81f4 ♪
lynxeyed_atsu 0:eb1247cc069b 338 {0x00, 0x00, 0x02, 0x7f, 0x02, 0x00, 0x00, 0x00}, // 05 008f 81f5 †
lynxeyed_atsu 0:eb1247cc069b 339 {0x00, 0x00, 0x22, 0x7f, 0x22, 0x00, 0x00, 0x00}, // 05 0090 81f6 ‡
lynxeyed_atsu 0:eb1247cc069b 340 {0x00, 0x06, 0x0f, 0x7f, 0x01, 0x7f, 0x00, 0x00}, // 05 0091 81f7 ¶
lynxeyed_atsu 0:eb1247cc069b 341 {0x3e, 0x41, 0x41, 0x41, 0x41, 0x41, 0x3e, 0x00}, // 06 0092 81fc â—¯
lynxeyed_atsu 0:eb1247cc069b 342 {0x00, 0x3e, 0x41, 0x41, 0x41, 0x41, 0x3e, 0x00}, // 07 0093 824f 0
lynxeyed_atsu 0:eb1247cc069b 343 {0x00, 0x00, 0x42, 0x7f, 0x40, 0x00, 0x00, 0x00}, // 07 0094 8250 1
lynxeyed_atsu 0:eb1247cc069b 344 {0x00, 0x62, 0x51, 0x51, 0x49, 0x49, 0x46, 0x00}, // 07 0095 8251 ï¼’
lynxeyed_atsu 0:eb1247cc069b 345 {0x00, 0x22, 0x41, 0x49, 0x49, 0x49, 0x36, 0x00}, // 07 0096 8252 3
lynxeyed_atsu 0:eb1247cc069b 346 {0x00, 0x30, 0x28, 0x24, 0x22, 0x7f, 0x20, 0x00}, // 07 0097 8253 ï¼”
lynxeyed_atsu 0:eb1247cc069b 347 {0x00, 0x2f, 0x45, 0x45, 0x45, 0x45, 0x39, 0x00}, // 07 0098 8254 5
lynxeyed_atsu 0:eb1247cc069b 348 {0x00, 0x3e, 0x49, 0x49, 0x49, 0x49, 0x32, 0x00}, // 07 0099 8255 ï¼–
lynxeyed_atsu 0:eb1247cc069b 349 {0x00, 0x01, 0x01, 0x61, 0x19, 0x05, 0x03, 0x00}, // 07 009a 8256 ï¼—
lynxeyed_atsu 0:eb1247cc069b 350 {0x00, 0x36, 0x49, 0x49, 0x49, 0x49, 0x36, 0x00}, // 07 009b 8257 8
lynxeyed_atsu 0:eb1247cc069b 351 {0x00, 0x26, 0x49, 0x49, 0x49, 0x49, 0x3e, 0x00}, // 07 009c 8258 ï¼™
lynxeyed_atsu 0:eb1247cc069b 352 {0x60, 0x18, 0x16, 0x11, 0x16, 0x18, 0x60, 0x00}, // 08 009d 8260 A
lynxeyed_atsu 0:eb1247cc069b 353 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x36, 0x00}, // 08 009e 8261 ï¼¢
lynxeyed_atsu 0:eb1247cc069b 354 {0x00, 0x1c, 0x22, 0x41, 0x41, 0x41, 0x22, 0x00}, // 08 009f 8262 ï¼£
lynxeyed_atsu 0:eb1247cc069b 355 {0x00, 0x7f, 0x41, 0x41, 0x41, 0x22, 0x1c, 0x00}, // 08 00a0 8263 D
lynxeyed_atsu 0:eb1247cc069b 356 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x41, 0x00}, // 08 00a1 8264 ï¼¥
lynxeyed_atsu 0:eb1247cc069b 357 {0x00, 0x7f, 0x09, 0x09, 0x09, 0x09, 0x01, 0x00}, // 08 00a2 8265 F
lynxeyed_atsu 0:eb1247cc069b 358 {0x00, 0x1c, 0x22, 0x41, 0x49, 0x49, 0x3a, 0x00}, // 08 00a3 8266 G
lynxeyed_atsu 0:eb1247cc069b 359 {0x00, 0x7f, 0x08, 0x08, 0x08, 0x08, 0x7f, 0x00}, // 08 00a4 8267 H
lynxeyed_atsu 0:eb1247cc069b 360 {0x00, 0x00, 0x41, 0x7f, 0x41, 0x00, 0x00, 0x00}, // 08 00a5 8268 I
lynxeyed_atsu 0:eb1247cc069b 361 {0x00, 0x20, 0x40, 0x40, 0x40, 0x40, 0x3f, 0x00}, // 08 00a6 8269 J
lynxeyed_atsu 0:eb1247cc069b 362 {0x00, 0x7f, 0x10, 0x08, 0x14, 0x22, 0x41, 0x00}, // 08 00a7 826a K
lynxeyed_atsu 0:eb1247cc069b 363 {0x00, 0x7f, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00}, // 08 00a8 826b L
lynxeyed_atsu 0:eb1247cc069b 364 {0x7f, 0x02, 0x0c, 0x30, 0x0c, 0x02, 0x7f, 0x00}, // 08 00a9 826c ï¼­
lynxeyed_atsu 0:eb1247cc069b 365 {0x00, 0x7f, 0x02, 0x04, 0x08, 0x10, 0x7f, 0x00}, // 08 00aa 826d ï¼®
lynxeyed_atsu 0:eb1247cc069b 366 {0x00, 0x1c, 0x22, 0x41, 0x41, 0x22, 0x1c, 0x00}, // 08 00ab 826e O
lynxeyed_atsu 0:eb1247cc069b 367 {0x00, 0x7f, 0x09, 0x09, 0x09, 0x09, 0x06, 0x00}, // 08 00ac 826f ï¼°
lynxeyed_atsu 0:eb1247cc069b 368 {0x00, 0x1c, 0x22, 0x41, 0x51, 0x22, 0x5c, 0x00}, // 08 00ad 8270 ï¼±
lynxeyed_atsu 0:eb1247cc069b 369 {0x00, 0x7f, 0x09, 0x09, 0x19, 0x29, 0x46, 0x00}, // 08 00ae 8271 ï¼²
lynxeyed_atsu 0:eb1247cc069b 370 {0x00, 0x26, 0x49, 0x49, 0x49, 0x49, 0x32, 0x00}, // 08 00af 8272 ï¼³
lynxeyed_atsu 0:eb1247cc069b 371 {0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00}, // 08 00b0 8273 ï¼´
lynxeyed_atsu 0:eb1247cc069b 372 {0x00, 0x3f, 0x40, 0x40, 0x40, 0x40, 0x3f, 0x00}, // 08 00b1 8274 ï¼µ
lynxeyed_atsu 0:eb1247cc069b 373 {0x03, 0x0c, 0x30, 0x40, 0x30, 0x0c, 0x03, 0x00}, // 08 00b2 8275 V
lynxeyed_atsu 0:eb1247cc069b 374 {0x1f, 0x60, 0x18, 0x06, 0x18, 0x60, 0x1f, 0x00}, // 08 00b3 8276 ï¼·
lynxeyed_atsu 0:eb1247cc069b 375 {0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41, 0x00}, // 08 00b4 8277 X
lynxeyed_atsu 0:eb1247cc069b 376 {0x01, 0x02, 0x04, 0x78, 0x04, 0x02, 0x01, 0x00}, // 08 00b5 8278 ï¼¹
lynxeyed_atsu 0:eb1247cc069b 377 {0x00, 0x41, 0x61, 0x51, 0x49, 0x45, 0x43, 0x00}, // 08 00b6 8279 Z
lynxeyed_atsu 0:eb1247cc069b 378 {0x00, 0x20, 0x54, 0x54, 0x54, 0x78, 0x00, 0x00}, // 09 00b7 8281 a
lynxeyed_atsu 0:eb1247cc069b 379 {0x00, 0x7f, 0x48, 0x44, 0x44, 0x38, 0x00, 0x00}, // 09 00b8 8282 b
lynxeyed_atsu 0:eb1247cc069b 380 {0x00, 0x38, 0x44, 0x44, 0x44, 0x28, 0x00, 0x00}, // 09 00b9 8283 c
lynxeyed_atsu 0:eb1247cc069b 381 {0x00, 0x38, 0x44, 0x44, 0x48, 0x7f, 0x00, 0x00}, // 09 00ba 8284 d
lynxeyed_atsu 0:eb1247cc069b 382 {0x00, 0x38, 0x54, 0x54, 0x54, 0x18, 0x00, 0x00}, // 09 00bb 8285 ï½…
lynxeyed_atsu 0:eb1247cc069b 383 {0x00, 0x00, 0x04, 0x7e, 0x05, 0x01, 0x00, 0x00}, // 09 00bc 8286 f
lynxeyed_atsu 0:eb1247cc069b 384 {0x00, 0x08, 0x54, 0x54, 0x54, 0x3c, 0x00, 0x00}, // 09 00bd 8287 g
lynxeyed_atsu 0:eb1247cc069b 385 {0x00, 0x7f, 0x08, 0x04, 0x04, 0x78, 0x00, 0x00}, // 09 00be 8288 h
lynxeyed_atsu 0:eb1247cc069b 386 {0x00, 0x00, 0x00, 0x7d, 0x00, 0x00, 0x00, 0x00}, // 09 00bf 8289 i
lynxeyed_atsu 0:eb1247cc069b 387 {0x00, 0x20, 0x40, 0x40, 0x3d, 0x00, 0x00, 0x00}, // 09 00c0 828a j
lynxeyed_atsu 0:eb1247cc069b 388 {0x00, 0x00, 0x7f, 0x10, 0x28, 0x44, 0x00, 0x00}, // 09 00c1 828b k
lynxeyed_atsu 0:eb1247cc069b 389 {0x00, 0x00, 0x01, 0x7f, 0x00, 0x00, 0x00, 0x00}, // 09 00c2 828c l
lynxeyed_atsu 0:eb1247cc069b 390 {0x00, 0x7c, 0x04, 0x78, 0x04, 0x78, 0x00, 0x00}, // 09 00c3 828d m
lynxeyed_atsu 0:eb1247cc069b 391 {0x00, 0x7c, 0x08, 0x04, 0x04, 0x78, 0x00, 0x00}, // 09 00c4 828e n
lynxeyed_atsu 0:eb1247cc069b 392 {0x00, 0x38, 0x44, 0x44, 0x44, 0x38, 0x00, 0x00}, // 09 00c5 828f o
lynxeyed_atsu 0:eb1247cc069b 393 {0x00, 0x7c, 0x14, 0x14, 0x14, 0x08, 0x00, 0x00}, // 09 00c6 8290 p
lynxeyed_atsu 0:eb1247cc069b 394 {0x00, 0x08, 0x14, 0x14, 0x14, 0x7c, 0x00, 0x00}, // 09 00c7 8291 q
lynxeyed_atsu 0:eb1247cc069b 395 {0x00, 0x7c, 0x08, 0x04, 0x04, 0x08, 0x00, 0x00}, // 09 00c8 8292 ï½’
lynxeyed_atsu 0:eb1247cc069b 396 {0x00, 0x48, 0x54, 0x54, 0x54, 0x24, 0x00, 0x00}, // 09 00c9 8293 s
lynxeyed_atsu 0:eb1247cc069b 397 {0x00, 0x04, 0x3e, 0x44, 0x44, 0x20, 0x00, 0x00}, // 09 00ca 8294 ï½”
lynxeyed_atsu 0:eb1247cc069b 398 {0x00, 0x3c, 0x40, 0x40, 0x20, 0x7c, 0x00, 0x00}, // 09 00cb 8295 u
lynxeyed_atsu 0:eb1247cc069b 399 {0x00, 0x0c, 0x30, 0x40, 0x30, 0x0c, 0x00, 0x00}, // 09 00cc 8296 ï½–
lynxeyed_atsu 0:eb1247cc069b 400 {0x00, 0x1c, 0x60, 0x18, 0x60, 0x1c, 0x00, 0x00}, // 09 00cd 8297 ï½—
lynxeyed_atsu 0:eb1247cc069b 401 {0x00, 0x44, 0x28, 0x10, 0x28, 0x44, 0x00, 0x00}, // 09 00ce 8298 x
lynxeyed_atsu 0:eb1247cc069b 402 {0x00, 0x44, 0x58, 0x20, 0x18, 0x04, 0x00, 0x00}, // 09 00cf 8299 ï½™
lynxeyed_atsu 0:eb1247cc069b 403 {0x00, 0x44, 0x64, 0x54, 0x4c, 0x44, 0x00, 0x00}, // 09 00d0 829a z
lynxeyed_atsu 0:eb1247cc069b 404 {0x00, 0x20, 0x54, 0x7e, 0x34, 0x14, 0x60, 0x00}, // 0a 00d1 829f ぁ
lynxeyed_atsu 0:eb1247cc069b 405 {0x20, 0x52, 0x7f, 0x2a, 0x1a, 0x4a, 0x30, 0x00}, // 0a 00d2 82a0 あ
lynxeyed_atsu 0:eb1247cc069b 406 {0x00, 0x3c, 0x40, 0x20, 0x04, 0x18, 0x00, 0x00}, // 0a 00d3 82a1 ぃ
lynxeyed_atsu 0:eb1247cc069b 407 {0x1e, 0x20, 0x40, 0x20, 0x02, 0x04, 0x18, 0x00}, // 0a 00d4 82a2 い
lynxeyed_atsu 0:eb1247cc069b 408 {0x00, 0x10, 0x4a, 0x4a, 0x2a, 0x10, 0x00, 0x00}, // 0a 00d5 82a3 ぅ
lynxeyed_atsu 0:eb1247cc069b 409 {0x00, 0x08, 0x45, 0x45, 0x45, 0x25, 0x18, 0x00}, // 0a 00d6 82a4 う
lynxeyed_atsu 0:eb1247cc069b 410 {0x00, 0x48, 0x2a, 0x3a, 0x4a, 0x40, 0x00, 0x00}, // 0a 00d7 82a5 ぇ
lynxeyed_atsu 0:eb1247cc069b 411 {0x00, 0x44, 0x25, 0x15, 0x3d, 0x45, 0x40, 0x00}, // 0a 00d8 82a6 え
lynxeyed_atsu 0:eb1247cc069b 412 {0x00, 0x24, 0x7e, 0x14, 0x50, 0x24, 0x00, 0x00}, // 0a 00d9 82a7 ぉ
lynxeyed_atsu 0:eb1247cc069b 413 {0x22, 0x52, 0x7f, 0x0a, 0x48, 0x4a, 0x34, 0x00}, // 0a 00da 82a8 お
lynxeyed_atsu 0:eb1247cc069b 414 {0x44, 0x34, 0x4f, 0x44, 0x38, 0x04, 0x18, 0x00}, // 0a 00db 82a9 か
lynxeyed_atsu 0:eb1247cc069b 415 {0x44, 0x34, 0x4f, 0x44, 0x39, 0x04, 0x19, 0x00}, // 0a 00dc 82aa が
lynxeyed_atsu 0:eb1247cc069b 416 {0x00, 0x2a, 0x5a, 0x4b, 0x4e, 0x5a, 0x08, 0x00}, // 0a 00dd 82ab き
lynxeyed_atsu 0:eb1247cc069b 417 {0x00, 0x2a, 0x5a, 0x4b, 0x4e, 0x5b, 0x08, 0x00}, // 0a 00de 82ac ぎ
lynxeyed_atsu 0:eb1247cc069b 418 {0x00, 0x08, 0x14, 0x14, 0x22, 0x41, 0x00, 0x00}, // 0a 00df 82ad く
lynxeyed_atsu 0:eb1247cc069b 419 {0x00, 0x08, 0x14, 0x14, 0x22, 0x45, 0x04, 0x00}, // 0a 00e0 82ae ぐ
lynxeyed_atsu 0:eb1247cc069b 420 {0x3f, 0x00, 0x04, 0x44, 0x3f, 0x04, 0x04, 0x00}, // 0a 00e1 82af け
lynxeyed_atsu 0:eb1247cc069b 421 {0x3f, 0x00, 0x04, 0x44, 0x3f, 0x04, 0x05, 0x00}, // 0a 00e2 82b0 げ
lynxeyed_atsu 0:eb1247cc069b 422 {0x00, 0x20, 0x52, 0x42, 0x42, 0x42, 0x40, 0x00}, // 0a 00e3 82b1 こ
lynxeyed_atsu 0:eb1247cc069b 423 {0x00, 0x20, 0x52, 0x42, 0x43, 0x42, 0x41, 0x00}, // 0a 00e4 82b2 ご
lynxeyed_atsu 0:eb1247cc069b 424 {0x00, 0x24, 0x54, 0x44, 0x47, 0x5c, 0x04, 0x00}, // 0a 00e5 82b3 さ
lynxeyed_atsu 0:eb1247cc069b 425 {0x00, 0x24, 0x54, 0x44, 0x47, 0x5c, 0x05, 0x00}, // 0a 00e6 82b4 ざ
lynxeyed_atsu 0:eb1247cc069b 426 {0x00, 0x00, 0x3f, 0x40, 0x40, 0x40, 0x20, 0x00}, // 0a 00e7 82b5 し
lynxeyed_atsu 0:eb1247cc069b 427 {0x00, 0x00, 0x3f, 0x40, 0x41, 0x40, 0x21, 0x00}, // 0a 00e8 82b6 じ
lynxeyed_atsu 0:eb1247cc069b 428 {0x02, 0x02, 0x0a, 0x56, 0x3f, 0x02, 0x02, 0x00}, // 0a 00e9 82b7 す
lynxeyed_atsu 0:eb1247cc069b 429 {0x02, 0x02, 0x0a, 0x56, 0x3f, 0x02, 0x03, 0x00}, // 0a 00ea 82b8 ず
lynxeyed_atsu 0:eb1247cc069b 430 {0x04, 0x04, 0x3f, 0x44, 0x54, 0x5f, 0x44, 0x00}, // 0a 00eb 82b9 せ
lynxeyed_atsu 0:eb1247cc069b 431 {0x04, 0x04, 0x3f, 0x44, 0x54, 0x5f, 0x45, 0x00}, // 0a 00ec 82ba ぜ
lynxeyed_atsu 0:eb1247cc069b 432 {0x00, 0x08, 0x09, 0x3d, 0x4b, 0x49, 0x08, 0x00}, // 0a 00ed 82bb そ
lynxeyed_atsu 0:eb1247cc069b 433 {0x00, 0x08, 0x09, 0x3d, 0x4b, 0x49, 0x0a, 0x00}, // 0a 00ee 82bc ぞ
lynxeyed_atsu 0:eb1247cc069b 434 {0x42, 0x3a, 0x07, 0x22, 0x54, 0x44, 0x44, 0x00}, // 0a 00ef 82bd た
lynxeyed_atsu 0:eb1247cc069b 435 {0x42, 0x3a, 0x07, 0x22, 0x55, 0x44, 0x45, 0x00}, // 0a 00f0 82be だ
lynxeyed_atsu 0:eb1247cc069b 436 {0x00, 0x02, 0x12, 0x4e, 0x4b, 0x4a, 0x32, 0x00}, // 0a 00f1 82bf ち
lynxeyed_atsu 0:eb1247cc069b 437 {0x00, 0x02, 0x12, 0x4e, 0x4b, 0x4a, 0x33, 0x00}, // 0a 00f2 82c0 ぢ
lynxeyed_atsu 0:eb1247cc069b 438 {0x00, 0x10, 0x10, 0x48, 0x48, 0x30, 0x00, 0x00}, // 0a 00f3 82c1 っ
lynxeyed_atsu 0:eb1247cc069b 439 {0x04, 0x04, 0x02, 0x22, 0x22, 0x22, 0x1c, 0x00}, // 0a 00f4 82c2 つ
lynxeyed_atsu 0:eb1247cc069b 440 {0x04, 0x04, 0x02, 0x22, 0x23, 0x22, 0x1d, 0x00}, // 0a 00f5 82c3 づ
lynxeyed_atsu 0:eb1247cc069b 441 {0x00, 0x02, 0x02, 0x1a, 0x25, 0x43, 0x41, 0x00}, // 0a 00f6 82c4 て
lynxeyed_atsu 0:eb1247cc069b 442 {0x00, 0x02, 0x02, 0x1a, 0x25, 0x43, 0x45, 0x00}, // 0a 00f7 82c5 で
lynxeyed_atsu 0:eb1247cc069b 443 {0x00, 0x20, 0x57, 0x48, 0x48, 0x44, 0x44, 0x00}, // 0a 00f8 82c6 と
lynxeyed_atsu 0:eb1247cc069b 444 {0x00, 0x20, 0x57, 0x48, 0x49, 0x44, 0x45, 0x00}, // 0a 00f9 82c7 ど
lynxeyed_atsu 0:eb1247cc069b 445 {0x12, 0x0a, 0x27, 0x52, 0x50, 0x3a, 0x24, 0x00}, // 0a 00fa 82c8 な
lynxeyed_atsu 0:eb1247cc069b 446 {0x7f, 0x00, 0x20, 0x52, 0x42, 0x42, 0x40, 0x00}, // 0a 00fb 82c9 に
lynxeyed_atsu 0:eb1247cc069b 447 {0x30, 0x4e, 0x38, 0x54, 0x0f, 0x64, 0x78, 0x00}, // 0a 00fc 82ca ぬ
lynxeyed_atsu 0:eb1247cc069b 448 {0x24, 0x14, 0x7f, 0x04, 0x22, 0x52, 0x3c, 0x00}, // 0a 00fd 82cb ね
lynxeyed_atsu 0:eb1247cc069b 449 {0x18, 0x24, 0x12, 0x4e, 0x42, 0x24, 0x18, 0x00}, // 0a 00fe 82cc の
lynxeyed_atsu 0:eb1247cc069b 450 {0x7f, 0x00, 0x24, 0x54, 0x54, 0x3f, 0x44, 0x00}, // 0a 00ff 82cd は
lynxeyed_atsu 0:eb1247cc069b 451 {0x7f, 0x00, 0x24, 0x54, 0x54, 0x3f, 0x45, 0x00}, // 0a 0100 82ce ば
lynxeyed_atsu 0:eb1247cc069b 452 {0x7f, 0x00, 0x24, 0x54, 0x56, 0x3d, 0x46, 0x00}, // 0a 0101 82cf ぱ
lynxeyed_atsu 0:eb1247cc069b 453 {0x02, 0x3a, 0x47, 0x40, 0x41, 0x3e, 0x04, 0x00}, // 0a 0102 82d0 ひ
lynxeyed_atsu 0:eb1247cc069b 454 {0x02, 0x3a, 0x47, 0x40, 0x41, 0x3e, 0x05, 0x00}, // 0a 0103 82d1 び
lynxeyed_atsu 0:eb1247cc069b 455 {0x02, 0x3a, 0x47, 0x40, 0x43, 0x3d, 0x06, 0x00}, // 0a 0104 82d2 ぴ
lynxeyed_atsu 0:eb1247cc069b 456 {0x40, 0x30, 0x40, 0x4d, 0x32, 0x10, 0x60, 0x00}, // 0a 0105 82d3 ふ
lynxeyed_atsu 0:eb1247cc069b 457 {0x40, 0x30, 0x40, 0x4d, 0x32, 0x11, 0x61, 0x00}, // 0a 0106 82d4 ぶ
lynxeyed_atsu 0:eb1247cc069b 458 {0x40, 0x30, 0x40, 0x4d, 0x32, 0x15, 0x62, 0x00}, // 0a 0107 82d5 ぷ
lynxeyed_atsu 0:eb1247cc069b 459 {0x08, 0x04, 0x02, 0x04, 0x08, 0x10, 0x10, 0x00}, // 0a 0108 82d6 へ
lynxeyed_atsu 0:eb1247cc069b 460 {0x08, 0x04, 0x02, 0x04, 0x09, 0x10, 0x11, 0x00}, // 0a 0109 82d7 べ
lynxeyed_atsu 0:eb1247cc069b 461 {0x08, 0x04, 0x02, 0x04, 0x0a, 0x15, 0x12, 0x00}, // 0a 010a 82d8 ぺ
lynxeyed_atsu 0:eb1247cc069b 462 {0x7f, 0x00, 0x6a, 0x6a, 0x7e, 0x2a, 0x4a, 0x00}, // 0a 010b 82d9 ほ
lynxeyed_atsu 0:eb1247cc069b 463 {0x7f, 0x00, 0x6a, 0x6a, 0x7f, 0x2a, 0x4b, 0x00}, // 0a 010c 82da ぼ
lynxeyed_atsu 0:eb1247cc069b 464 {0x7f, 0x00, 0x6a, 0x6a, 0x7e, 0x2d, 0x4a, 0x00}, // 0a 010d 82db ぽ
lynxeyed_atsu 0:eb1247cc069b 465 {0x00, 0x6a, 0x6a, 0x6a, 0x7f, 0x2a, 0x4a, 0x00}, // 0a 010e 82dc ま
lynxeyed_atsu 0:eb1247cc069b 466 {0x30, 0x29, 0x1d, 0x4b, 0x48, 0x3c, 0x10, 0x00}, // 0a 010f 82dd み
lynxeyed_atsu 0:eb1247cc069b 467 {0x12, 0x2a, 0x7f, 0x42, 0x40, 0x42, 0x24, 0x00}, // 0a 0110 82de ã‚€
lynxeyed_atsu 0:eb1247cc069b 468 {0x30, 0x4e, 0x38, 0x54, 0x0f, 0x44, 0x38, 0x00}, // 0a 0111 82df め
lynxeyed_atsu 0:eb1247cc069b 469 {0x00, 0x0a, 0x3e, 0x4b, 0x4a, 0x4a, 0x30, 0x00}, // 0a 0112 82e0 ã‚‚
lynxeyed_atsu 0:eb1247cc069b 470 {0x00, 0x08, 0x0c, 0x38, 0x46, 0x14, 0x08, 0x00}, // 0a 0113 82e1 ゃ
lynxeyed_atsu 0:eb1247cc069b 471 {0x04, 0x07, 0x1c, 0x62, 0x03, 0x0a, 0x04, 0x00}, // 0a 0114 82e2 ã‚„
lynxeyed_atsu 0:eb1247cc069b 472 {0x00, 0x1c, 0x48, 0x3e, 0x24, 0x18, 0x00, 0x00}, // 0a 0115 82e3 ã‚…
lynxeyed_atsu 0:eb1247cc069b 473 {0x1e, 0x04, 0x52, 0x3f, 0x12, 0x12, 0x0c, 0x00}, // 0a 0116 82e4 ゆ
lynxeyed_atsu 0:eb1247cc069b 474 {0x00, 0x20, 0x50, 0x50, 0x3e, 0x48, 0x00, 0x00}, // 0a 0117 82e5 ょ
lynxeyed_atsu 0:eb1247cc069b 475 {0x00, 0x20, 0x50, 0x50, 0x3f, 0x24, 0x44, 0x00}, // 0a 0118 82e6 よ
lynxeyed_atsu 0:eb1247cc069b 476 {0x00, 0x1c, 0x51, 0x49, 0x4a, 0x48, 0x30, 0x00}, // 0a 0119 82e7 ら
lynxeyed_atsu 0:eb1247cc069b 477 {0x00, 0x0f, 0x42, 0x41, 0x21, 0x1e, 0x00, 0x00}, // 0a 011a 82e8 ã‚Š
lynxeyed_atsu 0:eb1247cc069b 478 {0x00, 0x10, 0x69, 0x6d, 0x4b, 0x49, 0x30, 0x00}, // 0a 011b 82e9 ã‚‹
lynxeyed_atsu 0:eb1247cc069b 479 {0x24, 0x14, 0x7f, 0x04, 0x02, 0x3e, 0x40, 0x00}, // 0a 011c 82ea れ
lynxeyed_atsu 0:eb1247cc069b 480 {0x00, 0x10, 0x49, 0x4d, 0x4b, 0x49, 0x30, 0x00}, // 0a 011d 82eb ろ
lynxeyed_atsu 0:eb1247cc069b 481 {0x00, 0x28, 0x18, 0x7e, 0x08, 0x44, 0x38, 0x00}, // 0a 011e 82ec ã‚Ž
lynxeyed_atsu 0:eb1247cc069b 482 {0x24, 0x14, 0x7f, 0x04, 0x42, 0x42, 0x3c, 0x00}, // 0a 011f 82ed わ
lynxeyed_atsu 0:eb1247cc069b 483 {0x30, 0x49, 0x25, 0x1f, 0x24, 0x54, 0x38, 0x00}, // 0a 0120 82ee ゐ
lynxeyed_atsu 0:eb1247cc069b 484 {0x40, 0x28, 0x25, 0x57, 0x35, 0x28, 0x40, 0x00}, // 0a 0121 82ef ã‚‘
lynxeyed_atsu 0:eb1247cc069b 485 {0x10, 0x0a, 0x2e, 0x5b, 0x72, 0x4a, 0x48, 0x00}, // 0a 0122 82f0 ã‚’
lynxeyed_atsu 0:eb1247cc069b 486 {0x40, 0x30, 0x0c, 0x33, 0x40, 0x40, 0x20, 0x00}, // 0a 0123 82f1 ã‚“
lynxeyed_atsu 0:eb1247cc069b 487 {0x00, 0x04, 0x44, 0x3c, 0x14, 0x0c, 0x00, 0x00}, // 0b 0124 8340 ã‚¡
lynxeyed_atsu 0:eb1247cc069b 488 {0x00, 0x01, 0x41, 0x3d, 0x09, 0x05, 0x03, 0x00}, // 0b 0125 8341 ã‚¢
lynxeyed_atsu 0:eb1247cc069b 489 {0x00, 0x20, 0x20, 0x10, 0x78, 0x04, 0x00, 0x00}, // 0b 0126 8342 ã‚£
lynxeyed_atsu 0:eb1247cc069b 490 {0x00, 0x10, 0x10, 0x08, 0x7c, 0x02, 0x01, 0x00}, // 0b 0127 8343 イ
lynxeyed_atsu 0:eb1247cc069b 491 {0x00, 0x18, 0x48, 0x4c, 0x28, 0x18, 0x00, 0x00}, // 0b 0128 8344 ã‚¥
lynxeyed_atsu 0:eb1247cc069b 492 {0x00, 0x06, 0x42, 0x43, 0x22, 0x12, 0x0e, 0x00}, // 0b 0129 8345 ウ
lynxeyed_atsu 0:eb1247cc069b 493 {0x00, 0x40, 0x48, 0x78, 0x48, 0x40, 0x00, 0x00}, // 0b 012a 8346 ェ
lynxeyed_atsu 0:eb1247cc069b 494 {0x20, 0x22, 0x22, 0x3e, 0x22, 0x22, 0x20, 0x00}, // 0b 012b 8347 エ
lynxeyed_atsu 0:eb1247cc069b 495 {0x00, 0x28, 0x28, 0x58, 0x7c, 0x08, 0x00, 0x00}, // 0b 012c 8348 ã‚©
lynxeyed_atsu 0:eb1247cc069b 496 {0x22, 0x22, 0x12, 0x4a, 0x7f, 0x02, 0x02, 0x00}, // 0b 012d 8349 オ
lynxeyed_atsu 0:eb1247cc069b 497 {0x00, 0x42, 0x22, 0x1f, 0x02, 0x42, 0x7e, 0x00}, // 0b 012e 834a ã‚«
lynxeyed_atsu 0:eb1247cc069b 498 {0x00, 0x42, 0x22, 0x1f, 0x02, 0x42, 0x7f, 0x00}, // 0b 012f 834b ガ
lynxeyed_atsu 0:eb1247cc069b 499 {0x00, 0x12, 0x12, 0x1f, 0x72, 0x12, 0x10, 0x00}, // 0b 0130 834c ã‚­
lynxeyed_atsu 0:eb1247cc069b 500 {0x00, 0x12, 0x12, 0x1f, 0x72, 0x13, 0x10, 0x00}, // 0b 0131 834d ã‚®
lynxeyed_atsu 0:eb1247cc069b 501 {0x00, 0x08, 0x44, 0x43, 0x22, 0x12, 0x0e, 0x00}, // 0b 0132 834e ク
lynxeyed_atsu 0:eb1247cc069b 502 {0x00, 0x08, 0x44, 0x43, 0x22, 0x12, 0x0f, 0x00}, // 0b 0133 834f ã‚°
lynxeyed_atsu 0:eb1247cc069b 503 {0x08, 0x07, 0x42, 0x22, 0x1e, 0x02, 0x02, 0x00}, // 0b 0134 8350 ケ
lynxeyed_atsu 0:eb1247cc069b 504 {0x08, 0x07, 0x42, 0x22, 0x1f, 0x02, 0x03, 0x00}, // 0b 0135 8351 ゲ
lynxeyed_atsu 0:eb1247cc069b 505 {0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x7e, 0x00}, // 0b 0136 8352 コ
lynxeyed_atsu 0:eb1247cc069b 506 {0x00, 0x42, 0x42, 0x42, 0x43, 0x42, 0x7f, 0x00}, // 0b 0137 8353 ã‚´
lynxeyed_atsu 0:eb1247cc069b 507 {0x02, 0x02, 0x4f, 0x42, 0x22, 0x1f, 0x02, 0x00}, // 0b 0138 8354 サ
lynxeyed_atsu 0:eb1247cc069b 508 {0x02, 0x02, 0x4f, 0x42, 0x23, 0x1e, 0x03, 0x00}, // 0b 0139 8355 ザ
lynxeyed_atsu 0:eb1247cc069b 509 {0x00, 0x45, 0x4a, 0x40, 0x20, 0x10, 0x0c, 0x00}, // 0b 013a 8356 ã‚·
lynxeyed_atsu 0:eb1247cc069b 510 {0x00, 0x45, 0x4a, 0x40, 0x21, 0x10, 0x0d, 0x00}, // 0b 013b 8357 ジ
lynxeyed_atsu 0:eb1247cc069b 511 {0x40, 0x42, 0x22, 0x22, 0x1a, 0x26, 0x40, 0x00}, // 0b 013c 8358 ス
lynxeyed_atsu 0:eb1247cc069b 512 {0x40, 0x42, 0x22, 0x22, 0x1b, 0x26, 0x41, 0x00}, // 0b 013d 8359 ズ
lynxeyed_atsu 0:eb1247cc069b 513 {0x04, 0x04, 0x3f, 0x44, 0x44, 0x54, 0x4c, 0x00}, // 0b 013e 835a ã‚»
lynxeyed_atsu 0:eb1247cc069b 514 {0x04, 0x04, 0x3f, 0x44, 0x45, 0x54, 0x4d, 0x00}, // 0b 013f 835b ゼ
lynxeyed_atsu 0:eb1247cc069b 515 {0x00, 0x01, 0x46, 0x40, 0x20, 0x10, 0x0f, 0x00}, // 0b 0140 835c ソ
lynxeyed_atsu 0:eb1247cc069b 516 {0x00, 0x01, 0x46, 0x40, 0x20, 0x11, 0x0f, 0x00}, // 0b 0141 835d ゾ
lynxeyed_atsu 0:eb1247cc069b 517 {0x00, 0x08, 0x44, 0x4b, 0x2a, 0x12, 0x0e, 0x00}, // 0b 0142 835e ã‚¿
lynxeyed_atsu 0:eb1247cc069b 518 {0x00, 0x08, 0x44, 0x4b, 0x2a, 0x12, 0x0f, 0x00}, // 0b 0143 835f ダ
lynxeyed_atsu 0:eb1247cc069b 519 {0x08, 0x0a, 0x4a, 0x3e, 0x09, 0x09, 0x08, 0x00}, // 0b 0144 8360 チ
lynxeyed_atsu 0:eb1247cc069b 520 {0x08, 0x0a, 0x4a, 0x3e, 0x09, 0x08, 0x09, 0x00}, // 0b 0145 8361 ヂ
lynxeyed_atsu 0:eb1247cc069b 521 {0x00, 0x18, 0x40, 0x58, 0x20, 0x18, 0x00, 0x00}, // 0b 0146 8362 ッ
lynxeyed_atsu 0:eb1247cc069b 522 {0x02, 0x0c, 0x42, 0x4c, 0x20, 0x10, 0x0e, 0x00}, // 0b 0147 8363 ツ
lynxeyed_atsu 0:eb1247cc069b 523 {0x02, 0x0c, 0x42, 0x4c, 0x21, 0x10, 0x0d, 0x00}, // 0b 0148 8364 ヅ
lynxeyed_atsu 0:eb1247cc069b 524 {0x04, 0x05, 0x45, 0x3d, 0x05, 0x05, 0x04, 0x00}, // 0b 0149 8365 テ
lynxeyed_atsu 0:eb1247cc069b 525 {0x04, 0x05, 0x45, 0x3d, 0x05, 0x04, 0x05, 0x00}, // 0b 014a 8366 デ
lynxeyed_atsu 0:eb1247cc069b 526 {0x00, 0x00, 0x7f, 0x08, 0x08, 0x10, 0x00, 0x00}, // 0b 014b 8367 ト
lynxeyed_atsu 0:eb1247cc069b 527 {0x00, 0x00, 0x7f, 0x08, 0x09, 0x10, 0x01, 0x00}, // 0b 014c 8368 ド
lynxeyed_atsu 0:eb1247cc069b 528 {0x04, 0x44, 0x24, 0x1f, 0x04, 0x04, 0x04, 0x00}, // 0b 014d 8369 ナ
lynxeyed_atsu 0:eb1247cc069b 529 {0x20, 0x22, 0x22, 0x22, 0x22, 0x22, 0x20, 0x00}, // 0b 014e 836a ニ
lynxeyed_atsu 0:eb1247cc069b 530 {0x40, 0x41, 0x25, 0x15, 0x19, 0x27, 0x00, 0x00}, // 0b 014f 836b ヌ
lynxeyed_atsu 0:eb1247cc069b 531 {0x20, 0x22, 0x12, 0x7b, 0x06, 0x12, 0x20, 0x00}, // 0b 0150 836c ネ
lynxeyed_atsu 0:eb1247cc069b 532 {0x40, 0x40, 0x20, 0x10, 0x08, 0x07, 0x00, 0x00}, // 0b 0151 836d ノ
lynxeyed_atsu 0:eb1247cc069b 533 {0x40, 0x30, 0x0e, 0x00, 0x02, 0x0c, 0x70, 0x00}, // 0b 0152 836e ハ
lynxeyed_atsu 0:eb1247cc069b 534 {0x40, 0x30, 0x0e, 0x00, 0x02, 0x0d, 0x71, 0x00}, // 0b 0153 836f バ
lynxeyed_atsu 0:eb1247cc069b 535 {0x40, 0x30, 0x0e, 0x00, 0x02, 0x0d, 0x72, 0x00}, // 0b 0154 8370 パ
lynxeyed_atsu 0:eb1247cc069b 536 {0x00, 0x3f, 0x48, 0x48, 0x48, 0x44, 0x44, 0x00}, // 0b 0155 8371 ヒ
lynxeyed_atsu 0:eb1247cc069b 537 {0x00, 0x3f, 0x48, 0x48, 0x49, 0x44, 0x45, 0x00}, // 0b 0156 8372 ビ
lynxeyed_atsu 0:eb1247cc069b 538 {0x00, 0x3f, 0x48, 0x48, 0x4a, 0x45, 0x46, 0x00}, // 0b 0157 8373 ピ
lynxeyed_atsu 0:eb1247cc069b 539 {0x00, 0x02, 0x42, 0x42, 0x22, 0x12, 0x0e, 0x00}, // 0b 0158 8374 フ
lynxeyed_atsu 0:eb1247cc069b 540 {0x00, 0x02, 0x42, 0x42, 0x23, 0x12, 0x0f, 0x00}, // 0b 0159 8375 ブ
lynxeyed_atsu 0:eb1247cc069b 541 {0x00, 0x02, 0x42, 0x42, 0x22, 0x15, 0x0e, 0x00}, // 0b 015a 8376 プ
lynxeyed_atsu 0:eb1247cc069b 542 {0x08, 0x04, 0x02, 0x04, 0x08, 0x10, 0x20, 0x00}, // 0b 015b 8377 ヘ
lynxeyed_atsu 0:eb1247cc069b 543 {0x08, 0x04, 0x02, 0x04, 0x09, 0x10, 0x21, 0x00}, // 0b 015c 8378 ベ
lynxeyed_atsu 0:eb1247cc069b 544 {0x08, 0x04, 0x02, 0x04, 0x0a, 0x15, 0x22, 0x00}, // 0b 015d 8379 ペ
lynxeyed_atsu 0:eb1247cc069b 545 {0x24, 0x14, 0x44, 0x7f, 0x04, 0x14, 0x24, 0x00}, // 0b 015e 837a ホ
lynxeyed_atsu 0:eb1247cc069b 546 {0x24, 0x14, 0x44, 0x7f, 0x05, 0x14, 0x25, 0x00}, // 0b 015f 837b ボ
lynxeyed_atsu 0:eb1247cc069b 547 {0x24, 0x14, 0x44, 0x7f, 0x06, 0x15, 0x22, 0x00}, // 0b 0160 837c ポ
lynxeyed_atsu 0:eb1247cc069b 548 {0x02, 0x02, 0x12, 0x22, 0x52, 0x0a, 0x06, 0x00}, // 0b 0161 837d マ
lynxeyed_atsu 0:eb1247cc069b 549 {0x00, 0x21, 0x25, 0x29, 0x4a, 0x42, 0x00, 0x00}, // 0b 0162 837e ミ
lynxeyed_atsu 0:eb1247cc069b 550 {0x40, 0x70, 0x4c, 0x43, 0x50, 0x20, 0x40, 0x00}, // 0c 0163 8380 ム
lynxeyed_atsu 0:eb1247cc069b 551 {0x40, 0x44, 0x24, 0x14, 0x08, 0x37, 0x00, 0x00}, // 0c 0164 8381 メ
lynxeyed_atsu 0:eb1247cc069b 552 {0x00, 0x08, 0x09, 0x3f, 0x49, 0x49, 0x48, 0x00}, // 0c 0165 8382 モ
lynxeyed_atsu 0:eb1247cc069b 553 {0x00, 0x10, 0x1c, 0x68, 0x08, 0x18, 0x00, 0x00}, // 0c 0166 8383 ャ
lynxeyed_atsu 0:eb1247cc069b 554 {0x04, 0x04, 0x0f, 0x74, 0x02, 0x0a, 0x06, 0x00}, // 0c 0167 8384 ヤ
lynxeyed_atsu 0:eb1247cc069b 555 {0x00, 0x40, 0x48, 0x48, 0x78, 0x40, 0x00, 0x00}, // 0c 0168 8385 ュ
lynxeyed_atsu 0:eb1247cc069b 556 {0x20, 0x22, 0x22, 0x22, 0x3e, 0x20, 0x20, 0x00}, // 0c 0169 8386 ユ
lynxeyed_atsu 0:eb1247cc069b 557 {0x00, 0x00, 0x44, 0x54, 0x54, 0x7c, 0x00, 0x00}, // 0c 016a 8387 ョ
lynxeyed_atsu 0:eb1247cc069b 558 {0x00, 0x42, 0x4a, 0x4a, 0x4a, 0x4a, 0x7e, 0x00}, // 0c 016b 8388 ヨ
lynxeyed_atsu 0:eb1247cc069b 559 {0x00, 0x04, 0x45, 0x45, 0x25, 0x15, 0x0c, 0x00}, // 0c 016c 8389 ラ
lynxeyed_atsu 0:eb1247cc069b 560 {0x00, 0x0f, 0x40, 0x40, 0x20, 0x1f, 0x00, 0x00}, // 0c 016d 838a リ
lynxeyed_atsu 0:eb1247cc069b 561 {0x40, 0x20, 0x1e, 0x00, 0x7f, 0x20, 0x10, 0x00}, // 0c 016e 838b ル
lynxeyed_atsu 0:eb1247cc069b 562 {0x00, 0x00, 0x7f, 0x40, 0x20, 0x10, 0x08, 0x00}, // 0c 016f 838c レ
lynxeyed_atsu 0:eb1247cc069b 563 {0x00, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x7e, 0x00}, // 0c 0170 838d ロ
lynxeyed_atsu 0:eb1247cc069b 564 {0x00, 0x0c, 0x44, 0x44, 0x24, 0x1c, 0x00, 0x00}, // 0c 0171 838e ヮ
lynxeyed_atsu 0:eb1247cc069b 565 {0x00, 0x06, 0x42, 0x42, 0x22, 0x12, 0x0e, 0x00}, // 0c 0172 838f ワ
lynxeyed_atsu 0:eb1247cc069b 566 {0x10, 0x12, 0x1e, 0x12, 0x12, 0x7f, 0x12, 0x00}, // 0c 0173 8390 ヰ
lynxeyed_atsu 0:eb1247cc069b 567 {0x20, 0x22, 0x22, 0x3a, 0x26, 0x22, 0x20, 0x00}, // 0c 0174 8391 ヱ
lynxeyed_atsu 0:eb1247cc069b 568 {0x00, 0x01, 0x45, 0x45, 0x25, 0x15, 0x0f, 0x00}, // 0c 0175 8392 ヲ
lynxeyed_atsu 0:eb1247cc069b 569 {0x00, 0x41, 0x42, 0x40, 0x20, 0x10, 0x0c, 0x00}, // 0c 0176 8393 ン
lynxeyed_atsu 0:eb1247cc069b 570 {0x00, 0x06, 0x42, 0x43, 0x22, 0x12, 0x0f, 0x00}, // 0c 0177 8394 ヴ
lynxeyed_atsu 0:eb1247cc069b 571 {0x00, 0x48, 0x28, 0x1c, 0x48, 0x78, 0x00, 0x00}, // 0c 0178 8395 ヵ
lynxeyed_atsu 0:eb1247cc069b 572 {0x00, 0x10, 0x0c, 0x48, 0x38, 0x08, 0x00, 0x00}, // 0c 0179 8396 ヶ
lynxeyed_atsu 0:eb1247cc069b 573 {0x60, 0x18, 0x16, 0x11, 0x16, 0x18, 0x60, 0x00}, // 0d 017a 839f Α
lynxeyed_atsu 0:eb1247cc069b 574 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x36, 0x00}, // 0d 017b 83a0 Î’
lynxeyed_atsu 0:eb1247cc069b 575 {0x00, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00}, // 0d 017c 83a1 Γ
lynxeyed_atsu 0:eb1247cc069b 576 {0x60, 0x58, 0x46, 0x41, 0x46, 0x58, 0x60, 0x00}, // 0d 017d 83a2 Δ
lynxeyed_atsu 0:eb1247cc069b 577 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x41, 0x00}, // 0d 017e 83a3 Ε
lynxeyed_atsu 0:eb1247cc069b 578 {0x00, 0x41, 0x61, 0x51, 0x49, 0x45, 0x43, 0x00}, // 0d 017f 83a4 Ζ
lynxeyed_atsu 0:eb1247cc069b 579 {0x00, 0x7f, 0x08, 0x08, 0x08, 0x08, 0x7f, 0x00}, // 0d 0180 83a5 Η
lynxeyed_atsu 0:eb1247cc069b 580 {0x1c, 0x22, 0x49, 0x49, 0x49, 0x22, 0x1c, 0x00}, // 0d 0181 83a6 Θ
lynxeyed_atsu 0:eb1247cc069b 581 {0x00, 0x00, 0x41, 0x7f, 0x41, 0x00, 0x00, 0x00}, // 0d 0182 83a7 ÃŽâ„¢
lynxeyed_atsu 0:eb1247cc069b 582 {0x00, 0x7f, 0x10, 0x08, 0x14, 0x22, 0x41, 0x00}, // 0d 0183 83a8 ÃŽÅ¡
lynxeyed_atsu 0:eb1247cc069b 583 {0x60, 0x18, 0x06, 0x01, 0x06, 0x18, 0x60, 0x00}, // 0d 0184 83a9 Λ
lynxeyed_atsu 0:eb1247cc069b 584 {0x7f, 0x02, 0x0c, 0x30, 0x0c, 0x02, 0x7f, 0x00}, // 0d 0185 83aa ÃŽÅ“
lynxeyed_atsu 0:eb1247cc069b 585 {0x00, 0x7f, 0x02, 0x04, 0x08, 0x10, 0x7f, 0x00}, // 0d 0186 83ab Ν
lynxeyed_atsu 0:eb1247cc069b 586 {0x00, 0x41, 0x49, 0x49, 0x49, 0x49, 0x41, 0x00}, // 0d 0187 83ac Ξ
lynxeyed_atsu 0:eb1247cc069b 587 {0x00, 0x1c, 0x22, 0x41, 0x41, 0x22, 0x1c, 0x00}, // 0d 0188 83ad Ο
lynxeyed_atsu 0:eb1247cc069b 588 {0x00, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00}, // 0d 0189 83ae Π
lynxeyed_atsu 0:eb1247cc069b 589 {0x00, 0x7f, 0x09, 0x09, 0x09, 0x09, 0x06, 0x00}, // 0d 018a 83af Ρ
lynxeyed_atsu 0:eb1247cc069b 590 {0x00, 0x41, 0x63, 0x55, 0x49, 0x41, 0x41, 0x00}, // 0d 018b 83b0 Σ
lynxeyed_atsu 0:eb1247cc069b 591 {0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00}, // 0d 018c 83b1 Τ
lynxeyed_atsu 0:eb1247cc069b 592 {0x01, 0x02, 0x04, 0x78, 0x04, 0x02, 0x01, 0x00}, // 0d 018d 83b2 ÃŽÂ¥
lynxeyed_atsu 0:eb1247cc069b 593 {0x1c, 0x22, 0x22, 0x7f, 0x22, 0x22, 0x1c, 0x00}, // 0d 018e 83b3 Φ
lynxeyed_atsu 0:eb1247cc069b 594 {0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41, 0x00}, // 0d 018f 83b4 Χ
lynxeyed_atsu 0:eb1247cc069b 595 {0x01, 0x06, 0x08, 0x7f, 0x08, 0x06, 0x01, 0x00}, // 0d 0190 83b5 Ψ
lynxeyed_atsu 0:eb1247cc069b 596 {0x4c, 0x52, 0x61, 0x01, 0x61, 0x52, 0x4c, 0x00}, // 0d 0191 83b6 Ω
lynxeyed_atsu 0:eb1247cc069b 597 {0x00, 0x30, 0x48, 0x44, 0x34, 0x48, 0x04, 0x00}, // 0e 0192 83bf α
lynxeyed_atsu 0:eb1247cc069b 598 {0x00, 0x60, 0x1c, 0x12, 0x25, 0x25, 0x1a, 0x00}, // 0e 0193 83c0 β
lynxeyed_atsu 0:eb1247cc069b 599 {0x00, 0x04, 0x64, 0x38, 0x08, 0x04, 0x00, 0x00}, // 0e 0194 83c1 γ
lynxeyed_atsu 0:eb1247cc069b 600 {0x00, 0x30, 0x4a, 0x45, 0x39, 0x02, 0x00, 0x00}, // 0e 0195 83c2 δ
lynxeyed_atsu 0:eb1247cc069b 601 {0x00, 0x20, 0x58, 0x54, 0x44, 0x28, 0x00, 0x00}, // 0e 0196 83c3 ε
lynxeyed_atsu 0:eb1247cc069b 602 {0x00, 0x00, 0x4d, 0x52, 0x21, 0x01, 0x00, 0x00}, // 0e 0197 83c4 ζ
lynxeyed_atsu 0:eb1247cc069b 603 {0x00, 0x08, 0x24, 0x18, 0x04, 0x64, 0x18, 0x00}, // 0e 0198 83c5 η
lynxeyed_atsu 0:eb1247cc069b 604 {0x00, 0x38, 0x4e, 0x49, 0x39, 0x0e, 0x00, 0x00}, // 0e 0199 83c6 θ
lynxeyed_atsu 0:eb1247cc069b 605 {0x00, 0x00, 0x30, 0x4c, 0x20, 0x00, 0x00, 0x00}, // 0e 019a 83c7 ι
lynxeyed_atsu 0:eb1247cc069b 606 {0x00, 0x60, 0x1c, 0x30, 0x48, 0x44, 0x00, 0x00}, // 0e 019b 83c8 κ
lynxeyed_atsu 0:eb1247cc069b 607 {0x00, 0x40, 0x30, 0x09, 0x3e, 0x40, 0x00, 0x00}, // 0e 019c 83c9 λ
lynxeyed_atsu 0:eb1247cc069b 608 {0x00, 0x40, 0x30, 0x2c, 0x20, 0x10, 0x2c, 0x00}, // 0e 019d 83ca μ
lynxeyed_atsu 0:eb1247cc069b 609 {0x00, 0x04, 0x78, 0x20, 0x10, 0x0c, 0x00, 0x00}, // 0e 019e 83cb ν
lynxeyed_atsu 0:eb1247cc069b 610 {0x00, 0x08, 0x56, 0x55, 0x25, 0x05, 0x00, 0x00}, // 0e 019f 83cc ξ
lynxeyed_atsu 0:eb1247cc069b 611 {0x00, 0x30, 0x48, 0x44, 0x24, 0x18, 0x00, 0x00}, // 0e 01a0 83cd ο
lynxeyed_atsu 0:eb1247cc069b 612 {0x00, 0x48, 0x24, 0x1c, 0x04, 0x7c, 0x44, 0x00}, // 0e 01a1 83ce π
lynxeyed_atsu 0:eb1247cc069b 613 {0x00, 0x60, 0x18, 0x24, 0x24, 0x24, 0x18, 0x00}, // 0e 01a2 83cf ρ
lynxeyed_atsu 0:eb1247cc069b 614 {0x00, 0x30, 0x48, 0x44, 0x24, 0x1c, 0x04, 0x00}, // 0e 01a3 83d0 σ
lynxeyed_atsu 0:eb1247cc069b 615 {0x00, 0x08, 0x04, 0x34, 0x4c, 0x24, 0x04, 0x00}, // 0e 01a4 83d1 Ï„
lynxeyed_atsu 0:eb1247cc069b 616 {0x00, 0x08, 0x34, 0x4c, 0x40, 0x20, 0x1c, 0x00}, // 0e 01a5 83d2 Ï…
lynxeyed_atsu 0:eb1247cc069b 617 {0x00, 0x18, 0x24, 0x64, 0x3c, 0x27, 0x18, 0x00}, // 0e 01a6 83d3 φ
lynxeyed_atsu 0:eb1247cc069b 618 {0x00, 0x40, 0x24, 0x34, 0x48, 0x44, 0x00, 0x00}, // 0e 01a7 83d4 χ
lynxeyed_atsu 0:eb1247cc069b 619 {0x00, 0x14, 0x2c, 0x60, 0x3c, 0x23, 0x18, 0x00}, // 0e 01a8 83d5 ψ
lynxeyed_atsu 0:eb1247cc069b 620 {0x00, 0x38, 0x44, 0x20, 0x38, 0x40, 0x3c, 0x00}, // 0e 01a9 83d6 ω
lynxeyed_atsu 0:eb1247cc069b 621 {0x60, 0x18, 0x16, 0x11, 0x16, 0x18, 0x60, 0x00}, // 0f 01aa 8440 А
lynxeyed_atsu 0:eb1247cc069b 622 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x31, 0x00}, // 0f 01ab 8441 Б
lynxeyed_atsu 0:eb1247cc069b 623 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x36, 0x00}, // 0f 01ac 8442 Ð’
lynxeyed_atsu 0:eb1247cc069b 624 {0x00, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00}, // 0f 01ad 8443 Г
lynxeyed_atsu 0:eb1247cc069b 625 {0x60, 0x30, 0x2f, 0x21, 0x21, 0x3f, 0x60, 0x00}, // 0f 01ae 8444 Д
lynxeyed_atsu 0:eb1247cc069b 626 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x41, 0x00}, // 0f 01af 8445 Е
lynxeyed_atsu 0:eb1247cc069b 627 {0x00, 0x7e, 0x4b, 0x4a, 0x4a, 0x4b, 0x42, 0x00}, // 0f 01b0 8446 Ё
lynxeyed_atsu 0:eb1247cc069b 628 {0x41, 0x36, 0x08, 0x7f, 0x08, 0x36, 0x41, 0x00}, // 0f 01b1 8447 Ж
lynxeyed_atsu 0:eb1247cc069b 629 {0x00, 0x22, 0x41, 0x49, 0x49, 0x49, 0x36, 0x00}, // 0f 01b2 8448 З
lynxeyed_atsu 0:eb1247cc069b 630 {0x00, 0x7f, 0x20, 0x10, 0x08, 0x04, 0x7f, 0x00}, // 0f 01b3 8449 И
lynxeyed_atsu 0:eb1247cc069b 631 {0x00, 0x7e, 0x21, 0x12, 0x0a, 0x05, 0x7e, 0x00}, // 0f 01b4 844a Й
lynxeyed_atsu 0:eb1247cc069b 632 {0x00, 0x7f, 0x08, 0x08, 0x16, 0x21, 0x41, 0x00}, // 0f 01b5 844b К
lynxeyed_atsu 0:eb1247cc069b 633 {0x40, 0x40, 0x3f, 0x01, 0x01, 0x01, 0x7f, 0x00}, // 0f 01b6 844c Л
lynxeyed_atsu 0:eb1247cc069b 634 {0x78, 0x07, 0x18, 0x60, 0x18, 0x07, 0x78, 0x00}, // 0f 01b7 844d М
lynxeyed_atsu 0:eb1247cc069b 635 {0x00, 0x7f, 0x08, 0x08, 0x08, 0x08, 0x7f, 0x00}, // 0f 01b8 844e Н
lynxeyed_atsu 0:eb1247cc069b 636 {0x00, 0x1c, 0x22, 0x41, 0x41, 0x22, 0x1c, 0x00}, // 0f 01b9 844f О
lynxeyed_atsu 0:eb1247cc069b 637 {0x00, 0x7f, 0x01, 0x01, 0x01, 0x01, 0x7f, 0x00}, // 0f 01ba 8450 П
lynxeyed_atsu 0:eb1247cc069b 638 {0x00, 0x7f, 0x09, 0x09, 0x09, 0x09, 0x06, 0x00}, // 0f 01bb 8451 Р
lynxeyed_atsu 0:eb1247cc069b 639 {0x00, 0x1c, 0x22, 0x41, 0x41, 0x41, 0x22, 0x00}, // 0f 01bc 8452 С
lynxeyed_atsu 0:eb1247cc069b 640 {0x01, 0x01, 0x01, 0x7f, 0x01, 0x01, 0x01, 0x00}, // 0f 01bd 8453 Т
lynxeyed_atsu 0:eb1247cc069b 641 {0x00, 0x41, 0x46, 0x28, 0x18, 0x06, 0x01, 0x00}, // 0f 01be 8454 У
lynxeyed_atsu 0:eb1247cc069b 642 {0x1c, 0x22, 0x22, 0x7f, 0x22, 0x22, 0x1c, 0x00}, // 0f 01bf 8455 Ф
lynxeyed_atsu 0:eb1247cc069b 643 {0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41, 0x00}, // 0f 01c0 8456 Х
lynxeyed_atsu 0:eb1247cc069b 644 {0x00, 0x3f, 0x20, 0x20, 0x20, 0x3f, 0x60, 0x00}, // 0f 01c1 8457 Ц
lynxeyed_atsu 0:eb1247cc069b 645 {0x00, 0x0f, 0x10, 0x10, 0x10, 0x10, 0x7f, 0x00}, // 0f 01c2 8458 Ч
lynxeyed_atsu 0:eb1247cc069b 646 {0x7f, 0x40, 0x40, 0x7f, 0x40, 0x40, 0x7f, 0x00}, // 0f 01c3 8459 Ш
lynxeyed_atsu 0:eb1247cc069b 647 {0x3f, 0x20, 0x20, 0x3f, 0x20, 0x20, 0x7f, 0x00}, // 0f 01c4 845a Щ
lynxeyed_atsu 0:eb1247cc069b 648 {0x00, 0x01, 0x7f, 0x48, 0x48, 0x48, 0x30, 0x00}, // 0f 01c5 845b Ъ
lynxeyed_atsu 0:eb1247cc069b 649 {0x00, 0x7f, 0x48, 0x48, 0x30, 0x00, 0x7f, 0x00}, // 0f 01c6 845c Ы
lynxeyed_atsu 0:eb1247cc069b 650 {0x00, 0x00, 0x7f, 0x48, 0x48, 0x48, 0x30, 0x00}, // 0f 01c7 845d Ь
lynxeyed_atsu 0:eb1247cc069b 651 {0x00, 0x22, 0x49, 0x49, 0x49, 0x2a, 0x1c, 0x00}, // 0f 01c8 845e Э
lynxeyed_atsu 0:eb1247cc069b 652 {0x7f, 0x08, 0x3e, 0x41, 0x41, 0x41, 0x3e, 0x00}, // 0f 01c9 845f Ю
lynxeyed_atsu 0:eb1247cc069b 653 {0x00, 0x46, 0x39, 0x09, 0x09, 0x09, 0x7f, 0x00}, // 0f 01ca 8460 Я
lynxeyed_atsu 0:eb1247cc069b 654 {0x00, 0x20, 0x54, 0x54, 0x54, 0x78, 0x00, 0x00}, // 10 01cb 8470 а
lynxeyed_atsu 0:eb1247cc069b 655 {0x00, 0x3c, 0x46, 0x45, 0x45, 0x39, 0x00, 0x00}, // 10 01cc 8471 б
lynxeyed_atsu 0:eb1247cc069b 656 {0x00, 0x7c, 0x54, 0x54, 0x54, 0x28, 0x00, 0x00}, // 10 01cd 8472 в
lynxeyed_atsu 0:eb1247cc069b 657 {0x00, 0x7c, 0x04, 0x04, 0x04, 0x04, 0x00, 0x00}, // 10 01ce 8473 г
lynxeyed_atsu 0:eb1247cc069b 658 {0x00, 0x60, 0x3c, 0x24, 0x3c, 0x60, 0x00, 0x00}, // 10 01cf 8474 д
lynxeyed_atsu 0:eb1247cc069b 659 {0x00, 0x38, 0x54, 0x54, 0x54, 0x18, 0x00, 0x00}, // 10 01d0 8475 е
lynxeyed_atsu 0:eb1247cc069b 660 {0x00, 0x38, 0x55, 0x54, 0x55, 0x18, 0x00, 0x00}, // 10 01d1 8476 Ñ‘
lynxeyed_atsu 0:eb1247cc069b 661 {0x44, 0x28, 0x10, 0x7c, 0x10, 0x28, 0x44, 0x00}, // 10 01d2 8477 ж
lynxeyed_atsu 0:eb1247cc069b 662 {0x00, 0x28, 0x44, 0x54, 0x54, 0x28, 0x00, 0x00}, // 10 01d3 8478 з
lynxeyed_atsu 0:eb1247cc069b 663 {0x00, 0x7c, 0x20, 0x10, 0x08, 0x7c, 0x00, 0x00}, // 10 01d4 8479 и
lynxeyed_atsu 0:eb1247cc069b 664 {0x00, 0x7c, 0x21, 0x12, 0x09, 0x7c, 0x00, 0x00}, // 10 01d5 847a й
lynxeyed_atsu 0:eb1247cc069b 665 {0x00, 0x7c, 0x10, 0x18, 0x24, 0x44, 0x00, 0x00}, // 10 01d6 847b к
lynxeyed_atsu 0:eb1247cc069b 666 {0x40, 0x40, 0x3c, 0x04, 0x04, 0x7c, 0x00, 0x00}, // 10 01d7 847c л
lynxeyed_atsu 0:eb1247cc069b 667 {0x00, 0x7c, 0x08, 0x30, 0x08, 0x7c, 0x00, 0x00}, // 10 01d8 847d м
lynxeyed_atsu 0:eb1247cc069b 668 {0x00, 0x7c, 0x10, 0x10, 0x10, 0x7c, 0x00, 0x00}, // 10 01d9 847e н
lynxeyed_atsu 0:eb1247cc069b 669 {0x00, 0x38, 0x44, 0x44, 0x44, 0x38, 0x00, 0x00}, // 11 01da 8480 о
lynxeyed_atsu 0:eb1247cc069b 670 {0x00, 0x7c, 0x04, 0x04, 0x04, 0x7c, 0x00, 0x00}, // 11 01db 8481 п
lynxeyed_atsu 0:eb1247cc069b 671 {0x00, 0x7c, 0x14, 0x14, 0x14, 0x08, 0x00, 0x00}, // 11 01dc 8482 р
lynxeyed_atsu 0:eb1247cc069b 672 {0x00, 0x38, 0x44, 0x44, 0x44, 0x28, 0x00, 0x00}, // 11 01dd 8483 с
lynxeyed_atsu 0:eb1247cc069b 673 {0x00, 0x04, 0x04, 0x7c, 0x04, 0x04, 0x00, 0x00}, // 11 01de 8484 Ñ‚
lynxeyed_atsu 0:eb1247cc069b 674 {0x00, 0x44, 0x58, 0x20, 0x18, 0x04, 0x00, 0x00}, // 11 01df 8485 у
lynxeyed_atsu 0:eb1247cc069b 675 {0x00, 0x18, 0x24, 0x7f, 0x24, 0x18, 0x00, 0x00}, // 11 01e0 8486 Ñ„
lynxeyed_atsu 0:eb1247cc069b 676 {0x00, 0x44, 0x28, 0x10, 0x28, 0x44, 0x00, 0x00}, // 11 01e1 8487 Ñ…
lynxeyed_atsu 0:eb1247cc069b 677 {0x00, 0x3c, 0x20, 0x20, 0x3c, 0x60, 0x00, 0x00}, // 11 01e2 8488 ц
lynxeyed_atsu 0:eb1247cc069b 678 {0x00, 0x1c, 0x20, 0x20, 0x20, 0x7c, 0x00, 0x00}, // 11 01e3 8489 ч
lynxeyed_atsu 0:eb1247cc069b 679 {0x00, 0x7c, 0x40, 0x7c, 0x40, 0x7c, 0x00, 0x00}, // 11 01e4 848a ш
lynxeyed_atsu 0:eb1247cc069b 680 {0x00, 0x3c, 0x20, 0x3c, 0x20, 0x3c, 0x60, 0x00}, // 11 01e5 848b щ
lynxeyed_atsu 0:eb1247cc069b 681 {0x00, 0x04, 0x7c, 0x50, 0x50, 0x50, 0x20, 0x00}, // 11 01e6 848c ÑŠ
lynxeyed_atsu 0:eb1247cc069b 682 {0x00, 0x7c, 0x50, 0x50, 0x20, 0x7c, 0x00, 0x00}, // 11 01e7 848d Ñ‹
lynxeyed_atsu 0:eb1247cc069b 683 {0x00, 0x7c, 0x50, 0x50, 0x50, 0x20, 0x00, 0x00}, // 11 01e8 848e ь
lynxeyed_atsu 0:eb1247cc069b 684 {0x00, 0x28, 0x44, 0x54, 0x54, 0x38, 0x00, 0x00}, // 11 01e9 848f э
lynxeyed_atsu 0:eb1247cc069b 685 {0x00, 0x7c, 0x10, 0x38, 0x44, 0x44, 0x38, 0x00}, // 11 01ea 8490 ÑŽ
lynxeyed_atsu 0:eb1247cc069b 686 {0x00, 0x48, 0x34, 0x14, 0x14, 0x7c, 0x00, 0x00}, // 11 01eb 8491 я
lynxeyed_atsu 0:eb1247cc069b 687 {0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08}, // 12 01ec 849f ─
lynxeyed_atsu 0:eb1247cc069b 688 {0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00}, // 12 01ed 84a0 │
lynxeyed_atsu 0:eb1247cc069b 689 {0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08}, // 12 01ee 84a1 ┌
lynxeyed_atsu 0:eb1247cc069b 690 {0x08, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, 0x00}, // 12 01ef 84a2 ┐
lynxeyed_atsu 0:eb1247cc069b 691 {0x08, 0x08, 0x08, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 12 01f0 84a3 ┘
lynxeyed_atsu 0:eb1247cc069b 692 {0x00, 0x00, 0x00, 0x0f, 0x08, 0x08, 0x08, 0x08}, // 12 01f1 84a4 â””
lynxeyed_atsu 0:eb1247cc069b 693 {0x00, 0x00, 0x00, 0xff, 0x08, 0x08, 0x08, 0x08}, // 12 01f2 84a5 ├
lynxeyed_atsu 0:eb1247cc069b 694 {0x08, 0x08, 0x08, 0xf8, 0x08, 0x08, 0x08, 0x08}, // 12 01f3 84a6 ┬
lynxeyed_atsu 0:eb1247cc069b 695 {0x08, 0x08, 0x08, 0xff, 0x00, 0x00, 0x00, 0x00}, // 12 01f4 84a7 ┤
lynxeyed_atsu 0:eb1247cc069b 696 {0x08, 0x08, 0x08, 0x0f, 0x08, 0x08, 0x08, 0x08}, // 12 01f5 84a8 â”´
lynxeyed_atsu 0:eb1247cc069b 697 {0x08, 0x08, 0x08, 0xff, 0x08, 0x08, 0x08, 0x08}, // 12 01f6 84a9 ┼
lynxeyed_atsu 0:eb1247cc069b 698 {0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18}, // 12 01f7 84aa ━
lynxeyed_atsu 0:eb1247cc069b 699 {0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00}, // 12 01f8 84ab ┃
lynxeyed_atsu 0:eb1247cc069b 700 {0x00, 0x00, 0x00, 0xf8, 0xf8, 0x18, 0x18, 0x18}, // 12 01f9 84ac ┏
lynxeyed_atsu 0:eb1247cc069b 701 {0x18, 0x18, 0x18, 0xf8, 0xf8, 0x00, 0x00, 0x00}, // 12 01fa 84ad ┓
lynxeyed_atsu 0:eb1247cc069b 702 {0x18, 0x18, 0x18, 0x1f, 0x1f, 0x00, 0x00, 0x00}, // 12 01fb 84ae â”›
lynxeyed_atsu 0:eb1247cc069b 703 {0x00, 0x00, 0x00, 0x1f, 0x1f, 0x18, 0x18, 0x18}, // 12 01fc 84af â”—
lynxeyed_atsu 0:eb1247cc069b 704 {0x00, 0x00, 0x00, 0xff, 0xff, 0x18, 0x18, 0x18}, // 12 01fd 84b0 ┣
lynxeyed_atsu 0:eb1247cc069b 705 {0x18, 0x18, 0x18, 0xf8, 0xf8, 0x18, 0x18, 0x18}, // 12 01fe 84b1 ┳
lynxeyed_atsu 0:eb1247cc069b 706 {0x18, 0x18, 0x18, 0xff, 0xff, 0x00, 0x00, 0x00}, // 12 01ff 84b2 ┫
lynxeyed_atsu 0:eb1247cc069b 707 {0x18, 0x18, 0x18, 0x1f, 0x1f, 0x18, 0x18, 0x18}, // 12 0200 84b3 â”»
lynxeyed_atsu 0:eb1247cc069b 708 {0x18, 0x18, 0x18, 0xff, 0xff, 0x18, 0x18, 0x18}, // 12 0201 84b4 â•‹
lynxeyed_atsu 0:eb1247cc069b 709 {0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0x08, 0x08}, // 12 0202 84b5 â” 
lynxeyed_atsu 0:eb1247cc069b 710 {0x18, 0x18, 0x18, 0xf8, 0x18, 0x18, 0x18, 0x18}, // 12 0203 84b6 ┯
lynxeyed_atsu 0:eb1247cc069b 711 {0x08, 0x08, 0x08, 0xff, 0xff, 0x00, 0x00, 0x00}, // 12 0204 84b7 ┨
lynxeyed_atsu 0:eb1247cc069b 712 {0x18, 0x18, 0x18, 0x1f, 0x18, 0x18, 0x18, 0x18}, // 12 0205 84b8 â”·
lynxeyed_atsu 0:eb1247cc069b 713 {0x18, 0x18, 0x18, 0xff, 0x18, 0x18, 0x18, 0x18}, // 12 0206 84b9 ┿
lynxeyed_atsu 0:eb1247cc069b 714 {0x00, 0x00, 0x00, 0xff, 0x18, 0x18, 0x18, 0x18}, // 12 0207 84ba ┝
lynxeyed_atsu 0:eb1247cc069b 715 {0x08, 0x08, 0x08, 0xf8, 0xf8, 0x08, 0x08, 0x08}, // 12 0208 84bb â”°
lynxeyed_atsu 0:eb1247cc069b 716 {0x18, 0x18, 0x18, 0xff, 0x00, 0x00, 0x00, 0x00}, // 12 0209 84bc ┥
lynxeyed_atsu 0:eb1247cc069b 717 {0x08, 0x08, 0x08, 0x0f, 0x0f, 0x08, 0x08, 0x08}, // 12 020a 84bd ┸
lynxeyed_atsu 0:eb1247cc069b 718 {0x08, 0x08, 0x08, 0xff, 0xff, 0x08, 0x08, 0x08}, // 12 020b 84be â•‚
lynxeyed_atsu 0:eb1247cc069b 719 {0x3e, 0x41, 0x45, 0x7f, 0x41, 0x41, 0x3e, 0x00}, // 13 020c 8740 â‘ 
lynxeyed_atsu 0:eb1247cc069b 720 {0x3e, 0x41, 0x73, 0x6b, 0x65, 0x41, 0x3e, 0x00}, // 13 020d 8741 â‘¡
lynxeyed_atsu 0:eb1247cc069b 721 {0x3e, 0x41, 0x63, 0x6b, 0x55, 0x41, 0x3e, 0x00}, // 13 020e 8742 â‘¢
lynxeyed_atsu 0:eb1247cc069b 722 {0x3e, 0x41, 0x59, 0x55, 0x7f, 0x41, 0x3e, 0x00}, // 13 020f 8743 â‘£
lynxeyed_atsu 0:eb1247cc069b 723 {0x3e, 0x41, 0x6f, 0x6b, 0x53, 0x41, 0x3e, 0x00}, // 13 0210 8744 ⑤
lynxeyed_atsu 0:eb1247cc069b 724 {0x3e, 0x41, 0x5d, 0x6b, 0x53, 0x41, 0x3e, 0x00}, // 13 0211 8745 â‘¥
lynxeyed_atsu 0:eb1247cc069b 725 {0x3e, 0x41, 0x43, 0x7b, 0x47, 0x41, 0x3e, 0x00}, // 13 0212 8746 ⑦
lynxeyed_atsu 0:eb1247cc069b 726 {0x3e, 0x41, 0x55, 0x6b, 0x55, 0x41, 0x3e, 0x00}, // 13 0213 8747 ⑧
lynxeyed_atsu 0:eb1247cc069b 727 {0x3e, 0x41, 0x65, 0x6b, 0x5d, 0x41, 0x3e, 0x00}, // 13 0214 8748 ⑨
lynxeyed_atsu 0:eb1247cc069b 728 {0x3e, 0x45, 0x7f, 0x41, 0x5d, 0x55, 0x3e, 0x00}, // 13 0215 8749 â‘©
lynxeyed_atsu 0:eb1247cc069b 729 {0x3e, 0x45, 0x7f, 0x41, 0x45, 0x7f, 0x3e, 0x00}, // 13 0216 874a ⑪
lynxeyed_atsu 0:eb1247cc069b 730 {0x3e, 0x45, 0x7f, 0x41, 0x7b, 0x6d, 0x3e, 0x00}, // 13 0217 874b â‘«
lynxeyed_atsu 0:eb1247cc069b 731 {0x3e, 0x45, 0x7f, 0x41, 0x6b, 0x55, 0x3e, 0x00}, // 13 0218 874c ⑬
lynxeyed_atsu 0:eb1247cc069b 732 {0x3e, 0x45, 0x7f, 0x41, 0x5f, 0x79, 0x3e, 0x00}, // 13 0219 874d â‘­
lynxeyed_atsu 0:eb1247cc069b 733 {0x3e, 0x45, 0x7f, 0x41, 0x6f, 0x5b, 0x3e, 0x00}, // 13 021a 874e â‘®
lynxeyed_atsu 0:eb1247cc069b 734 {0x3e, 0x45, 0x7f, 0x41, 0x7d, 0x7b, 0x3e, 0x00}, // 13 021b 874f ⑯
lynxeyed_atsu 0:eb1247cc069b 735 {0x3e, 0x45, 0x7f, 0x41, 0x7b, 0x47, 0x3e, 0x00}, // 13 021c 8750 â‘°
lynxeyed_atsu 0:eb1247cc069b 736 {0x3e, 0x45, 0x7f, 0x41, 0x77, 0x77, 0x3e, 0x00}, // 13 021d 8751 ⑱
lynxeyed_atsu 0:eb1247cc069b 737 {0x3e, 0x45, 0x7f, 0x41, 0x6f, 0x5f, 0x3e, 0x00}, // 13 021e 8752 ⑲
lynxeyed_atsu 0:eb1247cc069b 738 {0x3e, 0x7b, 0x6f, 0x41, 0x5d, 0x55, 0x3e, 0x00}, // 13 021f 8753 ⑳
lynxeyed_atsu 0:eb1247cc069b 739 {0x00, 0x00, 0x41, 0x7f, 0x41, 0x00, 0x00, 0x00}, // 13 0220 8754 â… 
lynxeyed_atsu 0:eb1247cc069b 740 {0x00, 0x41, 0x7f, 0x41, 0x7f, 0x41, 0x00, 0x00}, // 13 0221 8755 â…¡
lynxeyed_atsu 0:eb1247cc069b 741 {0x41, 0x7f, 0x41, 0x7f, 0x41, 0x7f, 0x41, 0x00}, // 13 0222 8756 â…¢
lynxeyed_atsu 0:eb1247cc069b 742 {0x41, 0x7f, 0x41, 0x0f, 0x71, 0x0f, 0x01, 0x00}, // 13 0223 8757 â…£
lynxeyed_atsu 0:eb1247cc069b 743 {0x01, 0x07, 0x19, 0x60, 0x19, 0x07, 0x01, 0x00}, // 13 0224 8758 â…¤
lynxeyed_atsu 0:eb1247cc069b 744 {0x01, 0x0f, 0x71, 0x0f, 0x41, 0x7f, 0x41, 0x00}, // 13 0225 8759 â…¥
lynxeyed_atsu 0:eb1247cc069b 745 {0x0f, 0x71, 0x0f, 0x7f, 0x41, 0x7f, 0x41, 0x00}, // 13 0226 875a â…¦
lynxeyed_atsu 0:eb1247cc069b 746 {0x0f, 0x71, 0x0f, 0x7f, 0x7f, 0x7f, 0x41, 0x00}, // 13 0227 875b â…§
lynxeyed_atsu 0:eb1247cc069b 747 {0x41, 0x7f, 0x41, 0x77, 0x49, 0x77, 0x41, 0x00}, // 13 0228 875c â…¨
lynxeyed_atsu 0:eb1247cc069b 748 {0x41, 0x63, 0x55, 0x08, 0x55, 0x63, 0x41, 0x00}, // 13 0229 875d â…©
lynxeyed_atsu 0:eb1247cc069b 749 {0x11, 0x15, 0x15, 0x00, 0x18, 0x40, 0x38, 0x00}, // 14 022a 875f ㍉
lynxeyed_atsu 0:eb1247cc069b 750 {0x0a, 0x1f, 0x0a, 0x00, 0x78, 0x48, 0x78, 0x00}, // 14 022b 8760 ㌔
lynxeyed_atsu 0:eb1247cc069b 751 {0x2f, 0x7a, 0x26, 0x00, 0x09, 0x09, 0x04, 0x00}, // 14 022c 8761 ㌢
lynxeyed_atsu 0:eb1247cc069b 752 {0x75, 0x22, 0x05, 0x40, 0x32, 0x72, 0x42, 0x00}, // 14 022d 8762 ㍍
lynxeyed_atsu 0:eb1247cc069b 753 {0x4a, 0x69, 0x57, 0x61, 0x0a, 0x0b, 0x07, 0x00}, // 14 022e 8763 ㌘
lynxeyed_atsu 0:eb1247cc069b 754 {0x0f, 0x04, 0x04, 0x00, 0x48, 0x48, 0x20, 0x00}, // 14 022f 8764 ㌧
lynxeyed_atsu 0:eb1247cc069b 755 {0x49, 0x37, 0x75, 0x43, 0x00, 0x02, 0x02, 0x00}, // 14 0230 8765 ㌃
lynxeyed_atsu 0:eb1247cc069b 756 {0x52, 0x29, 0x1a, 0x50, 0x3a, 0x79, 0x47, 0x00}, // 14 0231 8766 ㌶
lynxeyed_atsu 0:eb1247cc069b 757 {0x73, 0x20, 0x07, 0x40, 0x32, 0x72, 0x46, 0x00}, // 14 0232 8767 ㍑
lynxeyed_atsu 0:eb1247cc069b 758 {0x03, 0x79, 0x27, 0x00, 0x02, 0x02, 0x06, 0x00}, // 14 0233 8768 ㍗
lynxeyed_atsu 0:eb1247cc069b 759 {0x35, 0x03, 0x77, 0x00, 0x27, 0x25, 0x27, 0x00}, // 14 0234 8769 ㌍
lynxeyed_atsu 0:eb1247cc069b 760 {0x0f, 0x04, 0x45, 0x30, 0x01, 0x70, 0x40, 0x00}, // 14 0235 876a ㌦
lynxeyed_atsu 0:eb1247cc069b 761 {0x0f, 0x7a, 0x26, 0x00, 0x09, 0x09, 0x04, 0x00}, // 14 0236 876b ㌣
lynxeyed_atsu 0:eb1247cc069b 762 {0x76, 0x61, 0x07, 0x53, 0x40, 0x72, 0x22, 0x00}, // 14 0237 876c ㌫
lynxeyed_atsu 0:eb1247cc069b 763 {0x61, 0x17, 0x77, 0x64, 0x33, 0x70, 0x47, 0x00}, // 14 0238 876d ㍊
lynxeyed_atsu 0:eb1247cc069b 764 {0x5a, 0x59, 0x22, 0x15, 0x00, 0x02, 0x02, 0x00}, // 14 0239 876e ㌻
lynxeyed_atsu 0:eb1247cc069b 765 {0x7c, 0x3c, 0x78, 0x00, 0x7c, 0x3c, 0x78, 0x00}, // 14 023a 876f ㎜
lynxeyed_atsu 0:eb1247cc069b 766 {0x38, 0x44, 0x44, 0x00, 0x7c, 0x3c, 0x78, 0x00}, // 14 023b 8770 ㎝
lynxeyed_atsu 0:eb1247cc069b 767 {0x7f, 0x10, 0x6c, 0x00, 0x7c, 0x3c, 0x78, 0x00}, // 14 023c 8771 ㎞
lynxeyed_atsu 0:eb1247cc069b 768 {0x7c, 0x3c, 0x78, 0x00, 0x48, 0x54, 0x3c, 0x00}, // 14 023d 8772 ㎎
lynxeyed_atsu 0:eb1247cc069b 769 {0x7f, 0x10, 0x6c, 0x00, 0x48, 0x54, 0x3c, 0x00}, // 14 023e 8773 ㎏
lynxeyed_atsu 0:eb1247cc069b 770 {0x38, 0x44, 0x44, 0x00, 0x38, 0x44, 0x44, 0x00}, // 14 023f 8774 ㏄
lynxeyed_atsu 0:eb1247cc069b 771 {0x7c, 0x04, 0x78, 0x04, 0x78, 0x0d, 0x0b, 0x00}, // 14 0240 8775 ㎡
lynxeyed_atsu 0:eb1247cc069b 772 {0x15, 0x7f, 0x15, 0x40, 0x3e, 0x3f, 0x52, 0x00}, // 15 0241 877e ㍻
lynxeyed_atsu 0:eb1247cc069b 773 {0x00, 0x00, 0x00, 0x03, 0x04, 0x03, 0x04, 0x00}, // 16 0242 8780 〝
lynxeyed_atsu 0:eb1247cc069b 774 {0x10, 0x60, 0x10, 0x60, 0x00, 0x00, 0x00, 0x00}, // 16 0243 8781 〟
lynxeyed_atsu 0:eb1247cc069b 775 {0x7f, 0x04, 0x08, 0x7f, 0x38, 0x44, 0x38, 0x00}, // 16 0244 8782 â„–
lynxeyed_atsu 0:eb1247cc069b 776 {0x7f, 0x08, 0x77, 0x00, 0x7f, 0x08, 0x77, 0x00}, // 16 0245 8783 ㏍
lynxeyed_atsu 0:eb1247cc069b 777 {0x01, 0x7f, 0x01, 0x38, 0x54, 0x08, 0x7f, 0x00}, // 16 0246 8784 â„¡
lynxeyed_atsu 0:eb1247cc069b 778 {0x3e, 0x41, 0x61, 0x7f, 0x65, 0x41, 0x3e, 0x00}, // 16 0247 8785 ㊤
lynxeyed_atsu 0:eb1247cc069b 779 {0x3e, 0x5d, 0x55, 0x7f, 0x55, 0x5d, 0x3e, 0x00}, // 16 0248 8786 ㊥
lynxeyed_atsu 0:eb1247cc069b 780 {0x3e, 0x41, 0x43, 0x7f, 0x4b, 0x41, 0x3e, 0x00}, // 16 0249 8787 ㊦
lynxeyed_atsu 0:eb1247cc069b 781 {0x3e, 0x53, 0x6f, 0x7b, 0x6b, 0x41, 0x3e, 0x00}, // 16 024a 8788 ㊧
lynxeyed_atsu 0:eb1247cc069b 782 {0x3e, 0x55, 0x4f, 0x75, 0x75, 0x41, 0x3e, 0x00}, // 16 024b 8789 ㊨
lynxeyed_atsu 0:eb1247cc069b 783 {0x3e, 0x5b, 0x7e, 0x16, 0x7c, 0x55, 0x3e, 0x00}, // 16 024c 878a ㈱
lynxeyed_atsu 0:eb1247cc069b 784 {0x3e, 0x51, 0x0a, 0x7f, 0x2a, 0x79, 0x3e, 0x00}, // 16 024d 878b ㈲
lynxeyed_atsu 0:eb1247cc069b 785 {0x3e, 0x49, 0x3e, 0x04, 0x1e, 0x65, 0x3e, 0x00}, // 16 024e 878c ㈹
lynxeyed_atsu 0:eb1247cc069b 786 {0x4e, 0x3f, 0x7f, 0x00, 0x75, 0x6e, 0x69, 0x00}, // 16 024f 878d ㍾
lynxeyed_atsu 0:eb1247cc069b 787 {0x64, 0x1f, 0x64, 0x79, 0x41, 0x7f, 0x49, 0x00}, // 16 0250 878e ㍽
lynxeyed_atsu 0:eb1247cc069b 788 {0x1e, 0x67, 0x6f, 0x00, 0x35, 0x7f, 0x1e, 0x00}, // 16 0251 878f ㍼
lynxeyed_atsu 0:eb1247cc069b 789 {0x14, 0x15, 0x14, 0x14, 0x14, 0x54, 0x14, 0x00}, // 16 0252 8790 ≒
lynxeyed_atsu 0:eb1247cc069b 790 {0x00, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x00}, // 16 0253 8791 ≡
lynxeyed_atsu 0:eb1247cc069b 791 {0x00, 0x00, 0x46, 0x49, 0x31, 0x00, 0x00, 0x00}, // 16 0254 8792 ∫
lynxeyed_atsu 0:eb1247cc069b 792 {0x00, 0x08, 0x56, 0x5d, 0x35, 0x08, 0x00, 0x00}, // 16 0255 8793 ∮
lynxeyed_atsu 0:eb1247cc069b 793 {0x00, 0x41, 0x63, 0x55, 0x49, 0x41, 0x41, 0x00}, // 16 0256 8794 ∑
lynxeyed_atsu 0:eb1247cc069b 794 {0x10, 0x70, 0x1c, 0x03, 0x01, 0x01, 0x01, 0x00}, // 16 0257 8795 √
lynxeyed_atsu 0:eb1247cc069b 795 {0x40, 0x40, 0x40, 0x7e, 0x40, 0x40, 0x40, 0x00}, // 16 0258 8796 ⊥
lynxeyed_atsu 0:eb1247cc069b 796 {0x00, 0x40, 0x60, 0x50, 0x48, 0x44, 0x42, 0x00}, // 16 0259 8797 ∠
lynxeyed_atsu 0:eb1247cc069b 797 {0x00, 0x7e, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00}, // 16 025a 8798 ∟
lynxeyed_atsu 0:eb1247cc069b 798 {0x00, 0x40, 0x60, 0x50, 0x48, 0x44, 0x7e, 0x00}, // 16 025b 8799 ⊿
lynxeyed_atsu 0:eb1247cc069b 799 {0x00, 0x02, 0x00, 0x20, 0x00, 0x02, 0x00, 0x00}, // 16 025c 879a ∵
lynxeyed_atsu 0:eb1247cc069b 800 {0x00, 0x7c, 0x02, 0x02, 0x02, 0x02, 0x7c, 0x00}, // 16 025d 879b ∩
lynxeyed_atsu 0:eb1247cc069b 801 {0x00, 0x1f, 0x20, 0x20, 0x20, 0x20, 0x1f, 0x00}, // 16 025e 879c ∪
lynxeyed_atsu 0:eb1247cc069b 802 {0x5d, 0x55, 0x7f, 0x55, 0x7f, 0x55, 0x5d, 0x00}, // 17 025f 889f 亜
lynxeyed_atsu 0:eb1247cc069b 803 {0x1e, 0x12, 0x5d, 0x7f, 0x55, 0x7f, 0x5d, 0x00}, // 17 0260 88a0 å”–
lynxeyed_atsu 0:eb1247cc069b 804 {0x44, 0x5c, 0x37, 0x2c, 0x5a, 0x7f, 0x5a, 0x00}, // 17 0261 88a1 娃
lynxeyed_atsu 0:eb1247cc069b 805 {0x7f, 0x25, 0x1b, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 17 0262 88a2 阿
lynxeyed_atsu 0:eb1247cc069b 806 {0x22, 0x2e, 0x7a, 0x4b, 0x1a, 0x2e, 0x52, 0x00}, // 17 0263 88a3 å“€
lynxeyed_atsu 0:eb1247cc069b 807 {0x4d, 0x57, 0x2d, 0x57, 0x3d, 0x57, 0x4d, 0x00}, // 17 0264 88a4 æ„›
lynxeyed_atsu 0:eb1247cc069b 808 {0x52, 0x7f, 0x0a, 0x56, 0x5d, 0x34, 0x56, 0x00}, // 17 0265 88a5 挨
lynxeyed_atsu 0:eb1247cc069b 809 {0x44, 0x5c, 0x37, 0x2c, 0x76, 0x55, 0x76, 0x00}, // 17 0266 88a6 姶
lynxeyed_atsu 0:eb1247cc069b 810 {0x49, 0x38, 0x52, 0x56, 0x7d, 0x53, 0x54, 0x00}, // 17 0267 88a7 逢
lynxeyed_atsu 0:eb1247cc069b 811 {0x56, 0x4e, 0x57, 0x32, 0x57, 0x4a, 0x56, 0x00}, // 17 0268 88a8 葵
lynxeyed_atsu 0:eb1247cc069b 812 {0x0a, 0x7a, 0x5f, 0x4a, 0x5f, 0x7a, 0x0a, 0x00}, // 17 0269 88a9 茜
lynxeyed_atsu 0:eb1247cc069b 813 {0x35, 0x7f, 0x15, 0x3a, 0x2d, 0x7f, 0x58, 0x00}, // 17 026a 88aa 穐
lynxeyed_atsu 0:eb1247cc069b 814 {0x69, 0x3f, 0x4f, 0x5f, 0x6f, 0x1f, 0x69, 0x00}, // 17 026b 88ab 悪
lynxeyed_atsu 0:eb1247cc069b 815 {0x52, 0x7f, 0x4a, 0x3f, 0x5b, 0x77, 0x53, 0x00}, // 17 026c 88ac 握
lynxeyed_atsu 0:eb1247cc069b 816 {0x75, 0x40, 0x3f, 0x53, 0x5b, 0x77, 0x5b, 0x00}, // 17 026d 88ad 渥
lynxeyed_atsu 0:eb1247cc069b 817 {0x42, 0x3f, 0x02, 0x7e, 0x5f, 0x55, 0x5f, 0x00}, // 17 026e 88ae æ—­
lynxeyed_atsu 0:eb1247cc069b 818 {0x2a, 0x3a, 0x2f, 0x2a, 0x7b, 0x2e, 0x2a, 0x00}, // 17 026f 88af 葦
lynxeyed_atsu 0:eb1247cc069b 819 {0x4a, 0x3a, 0x2f, 0x2a, 0x2f, 0x3a, 0x0a, 0x00}, // 17 0270 88b0 芦
lynxeyed_atsu 0:eb1247cc069b 820 {0x42, 0x1d, 0x5f, 0x4e, 0x55, 0x2a, 0x14, 0x00}, // 17 0271 88b1 鯵
lynxeyed_atsu 0:eb1247cc069b 821 {0x1a, 0x7f, 0x2a, 0x2e, 0x7b, 0x2e, 0x2a, 0x00}, // 17 0272 88b2 梓
lynxeyed_atsu 0:eb1247cc069b 822 {0x40, 0x3f, 0x41, 0x49, 0x7f, 0x49, 0x41, 0x00}, // 17 0273 88b3 圧
lynxeyed_atsu 0:eb1247cc069b 823 {0x2d, 0x77, 0x2d, 0x2a, 0x21, 0x7e, 0x24, 0x00}, // 17 0274 88b4 æ–¡
lynxeyed_atsu 0:eb1247cc069b 824 {0x52, 0x7f, 0x21, 0x5f, 0x51, 0x27, 0x5c, 0x00}, // 17 0275 88b5 扱
lynxeyed_atsu 0:eb1247cc069b 825 {0x56, 0x5a, 0x2a, 0x1b, 0x7a, 0x4a, 0x5e, 0x00}, // 17 0276 88b6 å®›
lynxeyed_atsu 0:eb1247cc069b 826 {0x5c, 0x37, 0x4c, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 17 0277 88b7 姐
lynxeyed_atsu 0:eb1247cc069b 827 {0x4e, 0x7b, 0x2e, 0x3e, 0x42, 0x43, 0x42, 0x00}, // 17 0278 88b8 è™»
lynxeyed_atsu 0:eb1247cc069b 828 {0x7a, 0x5d, 0x0a, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 17 0279 88b9 飴
lynxeyed_atsu 0:eb1247cc069b 829 {0x2a, 0x75, 0x2c, 0x7f, 0x56, 0x7e, 0x7e, 0x00}, // 17 027a 88ba çµ¢
lynxeyed_atsu 0:eb1247cc069b 830 {0x2a, 0x75, 0x28, 0x5a, 0x2f, 0x5a, 0x48, 0x00}, // 17 027b 88bb 綾
lynxeyed_atsu 0:eb1247cc069b 831 {0x42, 0x1d, 0x5f, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 17 027c 88bc 鮎
lynxeyed_atsu 0:eb1247cc069b 832 {0x42, 0x5a, 0x1a, 0x42, 0x5f, 0x22, 0x53, 0x00}, // 17 027d 88bd 或
lynxeyed_atsu 0:eb1247cc069b 833 {0x51, 0x5b, 0x33, 0x7f, 0x33, 0x5b, 0x51, 0x00}, // 17 027e 88be 粟
lynxeyed_atsu 0:eb1247cc069b 834 {0x12, 0x7b, 0x36, 0x00, 0x76, 0x55, 0x76, 0x00}, // 17 027f 88bf 袷
lynxeyed_atsu 0:eb1247cc069b 835 {0x46, 0x4a, 0x5a, 0x2f, 0x3a, 0x4a, 0x46, 0x00}, // 17 0280 88c0 安
lynxeyed_atsu 0:eb1247cc069b 836 {0x40, 0x3e, 0x0a, 0x36, 0x3b, 0x76, 0x4a, 0x00}, // 17 0281 88c1 庵
lynxeyed_atsu 0:eb1247cc069b 837 {0x52, 0x7f, 0x4e, 0x5a, 0x2f, 0x3a, 0x4e, 0x00}, // 17 0282 88c2 按
lynxeyed_atsu 0:eb1247cc069b 838 {0x3e, 0x2a, 0x3e, 0x0e, 0x6b, 0x6e, 0x0a, 0x00}, // 17 0283 88c3 æš—
lynxeyed_atsu 0:eb1247cc069b 839 {0x56, 0x52, 0x3e, 0x7b, 0x36, 0x5a, 0x56, 0x00}, // 17 0284 88c4 案
lynxeyed_atsu 0:eb1247cc069b 840 {0x7f, 0x2b, 0x7b, 0x6c, 0x7b, 0x2b, 0x7f, 0x00}, // 17 0285 88c5 é—‡
lynxeyed_atsu 0:eb1247cc069b 841 {0x37, 0x7e, 0x4f, 0x5a, 0x2f, 0x3a, 0x4e, 0x00}, // 17 0286 88c6 鞍
lynxeyed_atsu 0:eb1247cc069b 842 {0x0a, 0x7a, 0x56, 0x5f, 0x56, 0x7a, 0x0a, 0x00}, // 17 0287 88c7 杏
lynxeyed_atsu 0:eb1247cc069b 843 {0x20, 0x1f, 0x50, 0x42, 0x24, 0x3f, 0x40, 0x00}, // 17 0288 88c8 以
lynxeyed_atsu 0:eb1247cc069b 844 {0x04, 0x7e, 0x05, 0x55, 0x3f, 0x15, 0x1f, 0x00}, // 17 0289 88c9 伊
lynxeyed_atsu 0:eb1247cc069b 845 {0x04, 0x7e, 0x43, 0x7e, 0x63, 0x5e, 0x42, 0x00}, // 17 028a 88ca 位
lynxeyed_atsu 0:eb1247cc069b 846 {0x04, 0x7e, 0x13, 0x7a, 0x4f, 0x32, 0x4a, 0x00}, // 17 028b 88cb 依
lynxeyed_atsu 0:eb1247cc069b 847 {0x04, 0x7e, 0x29, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 17 028c 88cc 偉
lynxeyed_atsu 0:eb1247cc069b 848 {0x7f, 0x55, 0x7f, 0x55, 0x7f, 0x55, 0x7f, 0x00}, // 17 028d 88cd 囲
lynxeyed_atsu 0:eb1247cc069b 849 {0x42, 0x5e, 0x56, 0x3f, 0x56, 0x76, 0x42, 0x00}, // 17 028e 88ce 夷
lynxeyed_atsu 0:eb1247cc069b 850 {0x4a, 0x5a, 0x77, 0x5f, 0x37, 0x5a, 0x4a, 0x00}, // 17 028f 88cf 委
lynxeyed_atsu 0:eb1247cc069b 851 {0x40, 0x3e, 0x56, 0x2e, 0x56, 0x3f, 0x52, 0x00}, // 17 0290 88d0 威
lynxeyed_atsu 0:eb1247cc069b 852 {0x40, 0x3f, 0x6b, 0x2b, 0x02, 0x5a, 0x7f, 0x00}, // 17 0291 88d1 å°‰
lynxeyed_atsu 0:eb1247cc069b 853 {0x06, 0x7f, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 17 0292 88d2 惟
lynxeyed_atsu 0:eb1247cc069b 854 {0x68, 0x2a, 0x5e, 0x5b, 0x7e, 0x0a, 0x68, 0x00}, // 17 0293 88d3 意
lynxeyed_atsu 0:eb1247cc069b 855 {0x50, 0x2f, 0x5b, 0x4b, 0x66, 0x12, 0x5f, 0x00}, // 17 0294 88d4 æ…°
lynxeyed_atsu 0:eb1247cc069b 856 {0x20, 0x57, 0x3d, 0x55, 0x35, 0x57, 0x70, 0x00}, // 17 0295 88d5 易
lynxeyed_atsu 0:eb1247cc069b 857 {0x1a, 0x7f, 0x12, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 17 0296 88d6 椅
lynxeyed_atsu 0:eb1247cc069b 858 {0x20, 0x52, 0x1b, 0x56, 0x17, 0x5c, 0x70, 0x00}, // 17 0297 88d7 為
lynxeyed_atsu 0:eb1247cc069b 859 {0x50, 0x7f, 0x55, 0x1f, 0x35, 0x5f, 0x50, 0x00}, // 17 0298 88d8 畏
lynxeyed_atsu 0:eb1247cc069b 860 {0x50, 0x57, 0x1d, 0x17, 0x1d, 0x57, 0x50, 0x00}, // 17 0299 88d9 ç•°
lynxeyed_atsu 0:eb1247cc069b 861 {0x35, 0x7f, 0x15, 0x4a, 0x55, 0x2b, 0x18, 0x00}, // 17 029a 88da 移
lynxeyed_atsu 0:eb1247cc069b 862 {0x2a, 0x75, 0x28, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 17 029b 88db 維
lynxeyed_atsu 0:eb1247cc069b 863 {0x2a, 0x75, 0x28, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 17 029c 88dc ç·¯
lynxeyed_atsu 0:eb1247cc069b 864 {0x00, 0x0f, 0x7d, 0x2f, 0x2d, 0x7d, 0x0f, 0x00}, // 17 029d 88dd 胃
lynxeyed_atsu 0:eb1247cc069b 865 {0x52, 0x5a, 0x77, 0x5e, 0x37, 0x5a, 0x52, 0x00}, // 17 029e 88de 萎
lynxeyed_atsu 0:eb1247cc069b 866 {0x12, 0x52, 0x7a, 0x47, 0x1a, 0x32, 0x4a, 0x00}, // 17 029f 88df è¡£
lynxeyed_atsu 0:eb1247cc069b 867 {0x6b, 0x62, 0x0f, 0x7d, 0x2f, 0x7d, 0x0f, 0x00}, // 17 02a0 88e0 謂
lynxeyed_atsu 0:eb1247cc069b 868 {0x49, 0x38, 0x54, 0x5d, 0x57, 0x7d, 0x57, 0x00}, // 17 02a1 88e1 違
lynxeyed_atsu 0:eb1247cc069b 869 {0x49, 0x38, 0x6e, 0x5a, 0x5f, 0x5a, 0x6e, 0x00}, // 17 02a2 88e2 遺
lynxeyed_atsu 0:eb1247cc069b 870 {0x7f, 0x41, 0x69, 0x6f, 0x5d, 0x6d, 0x69, 0x00}, // 17 02a3 88e3 医
lynxeyed_atsu 0:eb1247cc069b 871 {0x12, 0x52, 0x3f, 0x12, 0x12, 0x7f, 0x12, 0x00}, // 17 02a4 88e4 井
lynxeyed_atsu 0:eb1247cc069b 872 {0x42, 0x4a, 0x56, 0x2b, 0x12, 0x2a, 0x42, 0x00}, // 17 02a5 88e5 亥
lynxeyed_atsu 0:eb1247cc069b 873 {0x24, 0x3f, 0x5a, 0x5a, 0x22, 0x3f, 0x52, 0x00}, // 17 02a6 88e6 域
lynxeyed_atsu 0:eb1247cc069b 874 {0x0a, 0x7a, 0x2e, 0x2b, 0x2a, 0x76, 0x0a, 0x00}, // 17 02a7 88e7 育
lynxeyed_atsu 0:eb1247cc069b 875 {0x12, 0x7f, 0x2a, 0x7a, 0x7f, 0x25, 0x1b, 0x00}, // 17 02a8 88e8 郁
lynxeyed_atsu 0:eb1247cc069b 876 {0x09, 0x37, 0x72, 0x3d, 0x48, 0x3a, 0x55, 0x00}, // 17 02a9 88e9 磯
lynxeyed_atsu 0:eb1247cc069b 877 {0x08, 0x08, 0x08, 0x08, 0x08, 0x0c, 0x08, 0x00}, // 17 02aa 88ea 一
lynxeyed_atsu 0:eb1247cc069b 878 {0x1a, 0x0a, 0x7a, 0x5f, 0x5a, 0x4a, 0x1a, 0x00}, // 17 02ab 88eb 壱
lynxeyed_atsu 0:eb1247cc069b 879 {0x75, 0x00, 0x4a, 0x77, 0x72, 0x77, 0x4a, 0x00}, // 17 02ac 88ec 溢
lynxeyed_atsu 0:eb1247cc069b 880 {0x49, 0x38, 0x42, 0x6e, 0x5d, 0x7f, 0x6c, 0x00}, // 17 02ad 88ed 逸
lynxeyed_atsu 0:eb1247cc069b 881 {0x35, 0x7f, 0x15, 0x72, 0x06, 0x71, 0x75, 0x00}, // 17 02ae 88ee 稲
lynxeyed_atsu 0:eb1247cc069b 882 {0x4a, 0x02, 0x53, 0x4e, 0x3b, 0x4a, 0x5a, 0x00}, // 17 02af 88ef 茨
lynxeyed_atsu 0:eb1247cc069b 883 {0x22, 0x2a, 0x6f, 0x7a, 0x2f, 0x2a, 0x22, 0x00}, // 17 02b0 88f0 芋
lynxeyed_atsu 0:eb1247cc069b 884 {0x5d, 0x1f, 0x5d, 0x77, 0x20, 0x5d, 0x77, 0x00}, // 17 02b1 88f1 é°¯
lynxeyed_atsu 0:eb1247cc069b 885 {0x44, 0x24, 0x1e, 0x05, 0x7c, 0x42, 0x64, 0x00}, // 17 02b2 88f2 允
lynxeyed_atsu 0:eb1247cc069b 886 {0x3e, 0x2a, 0x29, 0x00, 0x7f, 0x01, 0x1f, 0x00}, // 17 02b3 88f3 印
lynxeyed_atsu 0:eb1247cc069b 887 {0x1e, 0x12, 0x7f, 0x55, 0x4f, 0x55, 0x7f, 0x00}, // 17 02b4 88f4 å’½
lynxeyed_atsu 0:eb1247cc069b 888 {0x40, 0x7c, 0x2f, 0x2d, 0x2f, 0x7c, 0x40, 0x00}, // 17 02b5 88f5 å“¡
lynxeyed_atsu 0:eb1247cc069b 889 {0x7f, 0x65, 0x55, 0x4f, 0x55, 0x65, 0x7f, 0x00}, // 17 02b6 88f6 å› 
lynxeyed_atsu 0:eb1247cc069b 890 {0x5f, 0x3c, 0x7f, 0x55, 0x4f, 0x55, 0x7f, 0x00}, // 17 02b7 88f7 姻
lynxeyed_atsu 0:eb1247cc069b 891 {0x1d, 0x15, 0x55, 0x77, 0x00, 0x00, 0x7f, 0x00}, // 17 02b8 88f8 引
lynxeyed_atsu 0:eb1247cc069b 892 {0x7a, 0x5d, 0x5a, 0x04, 0x43, 0x3e, 0x46, 0x00}, // 17 02b9 88f9 飲
lynxeyed_atsu 0:eb1247cc069b 893 {0x75, 0x00, 0x56, 0x52, 0x76, 0x51, 0x55, 0x00}, // 17 02ba 88fa æ·«
lynxeyed_atsu 0:eb1247cc069b 894 {0x40, 0x3f, 0x7a, 0x2d, 0x78, 0x7f, 0x40, 0x00}, // 17 02bb 88fb 胤
lynxeyed_atsu 0:eb1247cc069b 895 {0x7e, 0x36, 0x53, 0x7a, 0x57, 0x3a, 0x52, 0x00}, // 17 02bc 88fc è”­
lynxeyed_atsu 0:eb1247cc069b 896 {0x7f, 0x1b, 0x56, 0x3a, 0x1b, 0x7a, 0x56, 0x00}, // 18 02bd 8940 院
lynxeyed_atsu 0:eb1247cc069b 897 {0x7f, 0x1b, 0x54, 0x76, 0x5d, 0x32, 0x54, 0x00}, // 18 02be 8941 é™°
lynxeyed_atsu 0:eb1247cc069b 898 {0x7f, 0x1b, 0x66, 0x3a, 0x5e, 0x59, 0x65, 0x00}, // 18 02bf 8942 éš 
lynxeyed_atsu 0:eb1247cc069b 899 {0x0a, 0x6e, 0x6b, 0x5e, 0x17, 0x17, 0x5c, 0x00}, // 18 02c0 8943 韻
lynxeyed_atsu 0:eb1247cc069b 900 {0x1e, 0x12, 0x1e, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 18 02c1 8944 吋
lynxeyed_atsu 0:eb1247cc069b 901 {0x12, 0x0a, 0x7f, 0x4a, 0x4a, 0x7a, 0x02, 0x00}, // 18 02c2 8945 右
lynxeyed_atsu 0:eb1247cc069b 902 {0x16, 0x12, 0x56, 0x7f, 0x16, 0x12, 0x16, 0x00}, // 18 02c3 8946 宇
lynxeyed_atsu 0:eb1247cc069b 903 {0x40, 0x1e, 0x5a, 0x1b, 0x5a, 0x1e, 0x70, 0x00}, // 18 02c4 8947 烏
lynxeyed_atsu 0:eb1247cc069b 904 {0x21, 0x25, 0x51, 0x7f, 0x25, 0x51, 0x7f, 0x00}, // 18 02c5 8948 ç¾½
lynxeyed_atsu 0:eb1247cc069b 905 {0x49, 0x38, 0x44, 0x65, 0x7f, 0x45, 0x44, 0x00}, // 18 02c6 8949 è¿‚
lynxeyed_atsu 0:eb1247cc069b 906 {0x7d, 0x05, 0x55, 0x7f, 0x05, 0x55, 0x7d, 0x00}, // 18 02c7 894a 雨
lynxeyed_atsu 0:eb1247cc069b 907 {0x1e, 0x52, 0x3d, 0x00, 0x7f, 0x01, 0x1f, 0x00}, // 18 02c8 894b 卯
lynxeyed_atsu 0:eb1247cc069b 908 {0x5a, 0x2b, 0x7e, 0x6b, 0x5e, 0x17, 0x76, 0x00}, // 18 02c9 894c 鵜
lynxeyed_atsu 0:eb1247cc069b 909 {0x56, 0x3a, 0x56, 0x43, 0x3e, 0x7a, 0x5e, 0x00}, // 18 02ca 894d 窺
lynxeyed_atsu 0:eb1247cc069b 910 {0x48, 0x49, 0x79, 0x4f, 0x49, 0x7f, 0x48, 0x00}, // 18 02cb 894e 丑
lynxeyed_atsu 0:eb1247cc069b 911 {0x09, 0x37, 0x31, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 18 02cc 894f 碓
lynxeyed_atsu 0:eb1247cc069b 912 {0x7e, 0x4a, 0x49, 0x40, 0x4a, 0x4a, 0x7e, 0x00}, // 18 02cd 8950 臼
lynxeyed_atsu 0:eb1247cc069b 913 {0x75, 0x00, 0x78, 0x0f, 0x69, 0x6f, 0x78, 0x00}, // 18 02ce 8951 渦
lynxeyed_atsu 0:eb1247cc069b 914 {0x1e, 0x52, 0x3e, 0x64, 0x4f, 0x6a, 0x4a, 0x00}, // 18 02cf 8952 嘘
lynxeyed_atsu 0:eb1247cc069b 915 {0x1e, 0x12, 0x1e, 0x5f, 0x15, 0x15, 0x5f, 0x00}, // 18 02d0 8953 唄
lynxeyed_atsu 0:eb1247cc069b 916 {0x0a, 0x7f, 0x7a, 0x5d, 0x1a, 0x7f, 0x0a, 0x00}, // 18 02d1 8954 欝
lynxeyed_atsu 0:eb1247cc069b 917 {0x42, 0x3e, 0x6f, 0x2e, 0x1b, 0x4a, 0x7e, 0x00}, // 18 02d2 8955 蔚
lynxeyed_atsu 0:eb1247cc069b 918 {0x5d, 0x1f, 0x4c, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 18 02d3 8956 é°»
lynxeyed_atsu 0:eb1247cc069b 919 {0x5c, 0x37, 0x2c, 0x1a, 0x6f, 0x4a, 0x49, 0x00}, // 18 02d4 8957 姥
lynxeyed_atsu 0:eb1247cc069b 920 {0x40, 0x3f, 0x2d, 0x53, 0x3f, 0x73, 0x5f, 0x00}, // 18 02d5 8958 厩
lynxeyed_atsu 0:eb1247cc069b 921 {0x75, 0x00, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 18 02d6 8959 浦
lynxeyed_atsu 0:eb1247cc069b 922 {0x40, 0x3e, 0x42, 0x7e, 0x41, 0x3d, 0x40, 0x00}, // 18 02d7 895a 瓜
lynxeyed_atsu 0:eb1247cc069b 923 {0x7f, 0x05, 0x57, 0x7c, 0x57, 0x05, 0x7f, 0x00}, // 18 02d8 895b 閏
lynxeyed_atsu 0:eb1247cc069b 924 {0x1e, 0x12, 0x1e, 0x37, 0x52, 0x77, 0x1e, 0x00}, // 18 02d9 895c 噂
lynxeyed_atsu 0:eb1247cc069b 925 {0x44, 0x45, 0x65, 0x5d, 0x45, 0x25, 0x44, 0x00}, // 18 02da 895d 云
lynxeyed_atsu 0:eb1247cc069b 926 {0x49, 0x38, 0x53, 0x5d, 0x7f, 0x5d, 0x53, 0x00}, // 18 02db 895e 運
lynxeyed_atsu 0:eb1247cc069b 927 {0x56, 0x52, 0x77, 0x57, 0x53, 0x36, 0x56, 0x00}, // 18 02dc 895f 雲
lynxeyed_atsu 0:eb1247cc069b 928 {0x12, 0x7a, 0x17, 0x56, 0x7f, 0x56, 0x12, 0x00}, // 18 02dd 8960 荏
lynxeyed_atsu 0:eb1247cc069b 929 {0x7a, 0x5d, 0x5a, 0x21, 0x3f, 0x2d, 0x7f, 0x00}, // 18 02de 8961 餌
lynxeyed_atsu 0:eb1247cc069b 930 {0x2c, 0x14, 0x6f, 0x76, 0x4d, 0x31, 0x4f, 0x00}, // 18 02df 8962 叡
lynxeyed_atsu 0:eb1247cc069b 931 {0x06, 0x63, 0x6e, 0x7b, 0x6e, 0x63, 0x06, 0x00}, // 18 02e0 8963 å–¶
lynxeyed_atsu 0:eb1247cc069b 932 {0x54, 0x53, 0x7b, 0x54, 0x33, 0x53, 0x54, 0x00}, // 18 02e1 8964 嬰
lynxeyed_atsu 0:eb1247cc069b 933 {0x44, 0x1f, 0x75, 0x1f, 0x44, 0x4a, 0x25, 0x00}, // 18 02e2 8965 å½±
lynxeyed_atsu 0:eb1247cc069b 934 {0x3e, 0x2a, 0x7e, 0x4e, 0x3b, 0x4e, 0x48, 0x00}, // 18 02e3 8966 映
lynxeyed_atsu 0:eb1247cc069b 935 {0x4e, 0x4a, 0x4f, 0x5a, 0x2e, 0x50, 0x40, 0x00}, // 18 02e4 8967 曳
lynxeyed_atsu 0:eb1247cc069b 936 {0x46, 0x4b, 0x2a, 0x7f, 0x2a, 0x4b, 0x46, 0x00}, // 18 02e5 8968 æ „
lynxeyed_atsu 0:eb1247cc069b 937 {0x28, 0x18, 0x45, 0x7d, 0x10, 0x28, 0x44, 0x00}, // 18 02e6 8969 æ°¸
lynxeyed_atsu 0:eb1247cc069b 938 {0x75, 0x28, 0x18, 0x45, 0x7d, 0x10, 0x28, 0x00}, // 18 02e7 896a æ³³
lynxeyed_atsu 0:eb1247cc069b 939 {0x75, 0x00, 0x4e, 0x4a, 0x5f, 0x2e, 0x50, 0x00}, // 18 02e8 896b æ´©
lynxeyed_atsu 0:eb1247cc069b 940 {0x2a, 0x3e, 0x5a, 0x57, 0x3a, 0x57, 0x5a, 0x00}, // 18 02e9 896c ç‘›
lynxeyed_atsu 0:eb1247cc069b 941 {0x49, 0x75, 0x5b, 0x75, 0x5b, 0x72, 0x4e, 0x00}, // 18 02ea 896d 盈
lynxeyed_atsu 0:eb1247cc069b 942 {0x57, 0x3a, 0x7a, 0x31, 0x5d, 0x17, 0x5d, 0x00}, // 18 02eb 896e ç©Ž
lynxeyed_atsu 0:eb1247cc069b 943 {0x57, 0x1a, 0x7a, 0x11, 0x5d, 0x17, 0x5d, 0x00}, // 18 02ec 896f é ´
lynxeyed_atsu 0:eb1247cc069b 944 {0x52, 0x5a, 0x57, 0x3a, 0x57, 0x5a, 0x52, 0x00}, // 18 02ed 8970 英
lynxeyed_atsu 0:eb1247cc069b 945 {0x0a, 0x7d, 0x2a, 0x77, 0x2e, 0x45, 0x7d, 0x00}, // 18 02ee 8971 è¡›
lynxeyed_atsu 0:eb1247cc069b 946 {0x6a, 0x63, 0x28, 0x5d, 0x7d, 0x10, 0x28, 0x00}, // 18 02ef 8972 è© 
lynxeyed_atsu 0:eb1247cc069b 947 {0x56, 0x7d, 0x4e, 0x3b, 0x0a, 0x7b, 0x4e, 0x00}, // 18 02f0 8973 é‹­
lynxeyed_atsu 0:eb1247cc069b 948 {0x75, 0x00, 0x12, 0x7e, 0x53, 0x2a, 0x5a, 0x00}, // 18 02f1 8974 液
lynxeyed_atsu 0:eb1247cc069b 949 {0x54, 0x3e, 0x52, 0x4e, 0x37, 0x7e, 0x52, 0x00}, // 18 02f2 8975 ç–«
lynxeyed_atsu 0:eb1247cc069b 950 {0x4a, 0x7a, 0x57, 0x72, 0x56, 0x7b, 0x4a, 0x00}, // 18 02f3 8976 益
lynxeyed_atsu 0:eb1247cc069b 951 {0x5f, 0x1f, 0x75, 0x40, 0x3f, 0x19, 0x67, 0x00}, // 18 02f4 8977 駅
lynxeyed_atsu 0:eb1247cc069b 952 {0x06, 0x7f, 0x4e, 0x3b, 0x0a, 0x7b, 0x4e, 0x00}, // 18 02f5 8978 悦
lynxeyed_atsu 0:eb1247cc069b 953 {0x6a, 0x6b, 0x10, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 18 02f6 8979 謁
lynxeyed_atsu 0:eb1247cc069b 954 {0x6a, 0x3f, 0x4a, 0x7e, 0x62, 0x5f, 0x6a, 0x00}, // 18 02f7 897a 越
lynxeyed_atsu 0:eb1247cc069b 955 {0x7f, 0x43, 0x3f, 0x68, 0x5f, 0x43, 0x7f, 0x00}, // 18 02f8 897b é–²
lynxeyed_atsu 0:eb1247cc069b 956 {0x1a, 0x7f, 0x51, 0x5f, 0x2f, 0x5f, 0x41, 0x00}, // 18 02f9 897c 榎
lynxeyed_atsu 0:eb1247cc069b 957 {0x40, 0x3f, 0x7b, 0x7b, 0x45, 0x3f, 0x45, 0x00}, // 18 02fa 897d 厭
lynxeyed_atsu 0:eb1247cc069b 958 {0x7f, 0x09, 0x09, 0x0f, 0x09, 0x49, 0x7f, 0x00}, // 18 02fb 897e 円
lynxeyed_atsu 0:eb1247cc069b 959 {0x7f, 0x65, 0x5f, 0x77, 0x5f, 0x65, 0x7f, 0x00}, // 19 02fc 8980 園
lynxeyed_atsu 0:eb1247cc069b 960 {0x24, 0x3f, 0x7f, 0x49, 0x6f, 0x57, 0x69, 0x00}, // 19 02fd 8981 å °
lynxeyed_atsu 0:eb1247cc069b 961 {0x0a, 0x3a, 0x36, 0x3b, 0x76, 0x7a, 0x4a, 0x00}, // 19 02fe 8982 奄
lynxeyed_atsu 0:eb1247cc069b 962 {0x56, 0x52, 0x7e, 0x5b, 0x3e, 0x52, 0x56, 0x00}, // 19 02ff 8983 å®´
lynxeyed_atsu 0:eb1247cc069b 963 {0x55, 0x3b, 0x40, 0x5a, 0x52, 0x5e, 0x55, 0x00}, // 19 0300 8984 延
lynxeyed_atsu 0:eb1247cc069b 964 {0x6a, 0x2b, 0x45, 0x53, 0x6f, 0x19, 0x6b, 0x00}, // 19 0301 8985 怨
lynxeyed_atsu 0:eb1247cc069b 965 {0x52, 0x7f, 0x0a, 0x36, 0x3b, 0x76, 0x4a, 0x00}, // 19 0302 8986 掩
lynxeyed_atsu 0:eb1247cc069b 966 {0x52, 0x7f, 0x46, 0x2a, 0x5e, 0x29, 0x5d, 0x00}, // 19 0303 8987 援
lynxeyed_atsu 0:eb1247cc069b 967 {0x75, 0x00, 0x08, 0x77, 0x50, 0x77, 0x08, 0x00}, // 19 0304 8988 沿
lynxeyed_atsu 0:eb1247cc069b 968 {0x75, 0x00, 0x36, 0x6a, 0x3b, 0x6a, 0x36, 0x00}, // 19 0305 8989 æ¼”
lynxeyed_atsu 0:eb1247cc069b 969 {0x48, 0x5a, 0x24, 0x13, 0x24, 0x5a, 0x48, 0x00}, // 19 0306 898a ç‚Ž
lynxeyed_atsu 0:eb1247cc069b 970 {0x4c, 0x3f, 0x24, 0x7a, 0x01, 0x7d, 0x7b, 0x00}, // 19 0307 898b ç„”
lynxeyed_atsu 0:eb1247cc069b 971 {0x4c, 0x3f, 0x24, 0x5d, 0x5f, 0x7f, 0x5d, 0x00}, // 19 0308 898c ç…™
lynxeyed_atsu 0:eb1247cc069b 972 {0x56, 0x1e, 0x43, 0x1e, 0x57, 0x1e, 0x56, 0x00}, // 19 0309 898d 燕
lynxeyed_atsu 0:eb1247cc069b 973 {0x55, 0x4a, 0x3d, 0x7e, 0x57, 0x36, 0x5c, 0x00}, // 19 030a 898e 猿
lynxeyed_atsu 0:eb1247cc069b 974 {0x2a, 0x75, 0x24, 0x5d, 0x75, 0x27, 0x54, 0x00}, // 19 030b 898f 縁
lynxeyed_atsu 0:eb1247cc069b 975 {0x5e, 0x77, 0x76, 0x2f, 0x7a, 0x5d, 0x5b, 0x00}, // 19 030c 8990 艶
lynxeyed_atsu 0:eb1247cc069b 976 {0x52, 0x5a, 0x2f, 0x1a, 0x7f, 0x4a, 0x5a, 0x00}, // 19 030d 8991 è‹‘
lynxeyed_atsu 0:eb1247cc069b 977 {0x7e, 0x66, 0x5f, 0x76, 0x5f, 0x66, 0x7e, 0x00}, // 19 030e 8992 è–—
lynxeyed_atsu 0:eb1247cc069b 978 {0x49, 0x38, 0x64, 0x5e, 0x77, 0x5e, 0x64, 0x00}, // 19 030f 8993 遠
lynxeyed_atsu 0:eb1247cc069b 979 {0x56, 0x7d, 0x0a, 0x77, 0x50, 0x77, 0x08, 0x00}, // 19 0310 8994 鉛
lynxeyed_atsu 0:eb1247cc069b 980 {0x4a, 0x0b, 0x5d, 0x1b, 0x5f, 0x19, 0x7b, 0x00}, // 19 0311 8995 é´›
lynxeyed_atsu 0:eb1247cc069b 981 {0x24, 0x3f, 0x44, 0x6f, 0x6a, 0x6e, 0x42, 0x00}, // 19 0312 8996 å¡©
lynxeyed_atsu 0:eb1247cc069b 982 {0x62, 0x1f, 0x7a, 0x02, 0x29, 0x52, 0x04, 0x00}, // 19 0313 8997 æ–¼
lynxeyed_atsu 0:eb1247cc069b 983 {0x65, 0x10, 0x05, 0x1f, 0x15, 0x55, 0x75, 0x00}, // 19 0314 8998 汚
lynxeyed_atsu 0:eb1247cc069b 984 {0x2b, 0x3f, 0x2a, 0x5f, 0x35, 0x5f, 0x7f, 0x00}, // 19 0315 8999 甥
lynxeyed_atsu 0:eb1247cc069b 985 {0x7f, 0x41, 0x4f, 0x48, 0x4f, 0x41, 0x7f, 0x00}, // 19 0316 899a 凹
lynxeyed_atsu 0:eb1247cc069b 986 {0x48, 0x4e, 0x2a, 0x1f, 0x2a, 0x4e, 0x48, 0x00}, // 19 0317 899b 央
lynxeyed_atsu 0:eb1247cc069b 987 {0x50, 0x5e, 0x5a, 0x3f, 0x56, 0x5e, 0x50, 0x00}, // 19 0318 899c 奥
lynxeyed_atsu 0:eb1247cc069b 988 {0x0a, 0x7d, 0x44, 0x55, 0x7e, 0x54, 0x44, 0x00}, // 19 0319 899d å¾€
lynxeyed_atsu 0:eb1247cc069b 989 {0x40, 0x3e, 0x22, 0x76, 0x4b, 0x62, 0x22, 0x00}, // 19 031a 899e 応
lynxeyed_atsu 0:eb1247cc069b 990 {0x52, 0x7f, 0x1f, 0x15, 0x7f, 0x15, 0x1f, 0x00}, // 19 031b 899f 押
lynxeyed_atsu 0:eb1247cc069b 991 {0x3e, 0x2a, 0x3e, 0x41, 0x49, 0x7f, 0x49, 0x00}, // 19 031c 89a0 æ—º
lynxeyed_atsu 0:eb1247cc069b 992 {0x1a, 0x7f, 0x4a, 0x3f, 0x3a, 0x3f, 0x4a, 0x00}, // 19 031d 89a1 横
lynxeyed_atsu 0:eb1247cc069b 993 {0x7f, 0x55, 0x49, 0x14, 0x43, 0x3e, 0x46, 0x00}, // 19 031e 89a2 欧
lynxeyed_atsu 0:eb1247cc069b 994 {0x7f, 0x55, 0x49, 0x14, 0x5b, 0x29, 0x5b, 0x00}, // 19 031f 89a3 æ®´
lynxeyed_atsu 0:eb1247cc069b 995 {0x41, 0x49, 0x49, 0x7f, 0x49, 0x49, 0x41, 0x00}, // 19 0320 89a4 王
lynxeyed_atsu 0:eb1247cc069b 996 {0x4a, 0x5a, 0x2d, 0x78, 0x59, 0x2a, 0x7a, 0x00}, // 19 0321 89a5 翁
lynxeyed_atsu 0:eb1247cc069b 997 {0x12, 0x7b, 0x36, 0x5e, 0x3b, 0x56, 0x5e, 0x00}, // 19 0322 89a6 襖
lynxeyed_atsu 0:eb1247cc069b 998 {0x46, 0x03, 0x5a, 0x1f, 0x5a, 0x13, 0x76, 0x00}, // 19 0323 89a7 é´¬
lynxeyed_atsu 0:eb1247cc069b 999 {0x7f, 0x55, 0x49, 0x14, 0x5e, 0x17, 0x76, 0x00}, // 19 0324 89a8 é´Ž
lynxeyed_atsu 0:eb1247cc069b 1000 {0x4a, 0x7a, 0x2f, 0x3a, 0x2f, 0x7a, 0x4a, 0x00}, // 19 0325 89a9 黄
lynxeyed_atsu 0:eb1247cc069b 1001 {0x7f, 0x35, 0x27, 0x3d, 0x27, 0x35, 0x7f, 0x00}, // 19 0326 89aa 岡
lynxeyed_atsu 0:eb1247cc069b 1002 {0x75, 0x00, 0x1e, 0x12, 0x7f, 0x12, 0x1e, 0x00}, // 19 0327 89ab æ²–
lynxeyed_atsu 0:eb1247cc069b 1003 {0x56, 0x4a, 0x37, 0x5a, 0x43, 0x3e, 0x4a, 0x00}, // 19 0328 89ac 荻
lynxeyed_atsu 0:eb1247cc069b 1004 {0x04, 0x7e, 0x6b, 0x3e, 0x5b, 0x5e, 0x6a, 0x00}, // 19 0329 89ad å„„
lynxeyed_atsu 0:eb1247cc069b 1005 {0x40, 0x3f, 0x55, 0x5d, 0x75, 0x4d, 0x57, 0x00}, // 19 032a 89ae 屋
lynxeyed_atsu 0:eb1247cc069b 1006 {0x06, 0x7f, 0x6a, 0x3e, 0x5b, 0x5e, 0x6a, 0x00}, // 19 032b 89af 憶
lynxeyed_atsu 0:eb1247cc069b 1007 {0x7f, 0x15, 0x7f, 0x6e, 0x3b, 0x5e, 0x6a, 0x00}, // 19 032c 89b0 臆
lynxeyed_atsu 0:eb1247cc069b 1008 {0x1a, 0x7f, 0x7c, 0x15, 0x7d, 0x17, 0x7d, 0x00}, // 19 032d 89b1 桶
lynxeyed_atsu 0:eb1247cc069b 1009 {0x17, 0x7f, 0x4a, 0x44, 0x7f, 0x44, 0x40, 0x00}, // 19 032e 89b2 牡
lynxeyed_atsu 0:eb1247cc069b 1010 {0x20, 0x51, 0x49, 0x45, 0x43, 0x40, 0x60, 0x00}, // 19 032f 89b3 ä¹™
lynxeyed_atsu 0:eb1247cc069b 1011 {0x04, 0x7e, 0x0b, 0x36, 0x3b, 0x76, 0x4a, 0x00}, // 19 0330 89b4 俺
lynxeyed_atsu 0:eb1247cc069b 1012 {0x6c, 0x4b, 0x3e, 0x2a, 0x7f, 0x01, 0x1f, 0x00}, // 19 0331 89b5 卸
lynxeyed_atsu 0:eb1247cc069b 1013 {0x60, 0x3f, 0x4d, 0x5b, 0x6d, 0x1f, 0x60, 0x00}, // 19 0332 89b6 恩
lynxeyed_atsu 0:eb1247cc069b 1014 {0x75, 0x40, 0x77, 0x55, 0x75, 0x77, 0x40, 0x00}, // 19 0333 89b7 温
lynxeyed_atsu 0:eb1247cc069b 1015 {0x35, 0x7f, 0x66, 0x3a, 0x5e, 0x59, 0x65, 0x00}, // 19 0334 89b8 穏
lynxeyed_atsu 0:eb1247cc069b 1016 {0x08, 0x7a, 0x5e, 0x5b, 0x5e, 0x7a, 0x08, 0x00}, // 19 0335 89b9 音
lynxeyed_atsu 0:eb1247cc069b 1017 {0x01, 0x01, 0x01, 0x7f, 0x05, 0x09, 0x01, 0x00}, // 19 0336 89ba 下
lynxeyed_atsu 0:eb1247cc069b 1018 {0x04, 0x7e, 0x01, 0x7f, 0x48, 0x48, 0x64, 0x00}, // 19 0337 89bb 化
lynxeyed_atsu 0:eb1247cc069b 1019 {0x04, 0x7e, 0x41, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 19 0338 89bc ä»®
lynxeyed_atsu 0:eb1247cc069b 1020 {0x04, 0x7e, 0x01, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 19 0339 89bd 何
lynxeyed_atsu 0:eb1247cc069b 1021 {0x0c, 0x7f, 0x62, 0x1f, 0x7e, 0x42, 0x7e, 0x00}, // 19 033a 89be ä¼½
lynxeyed_atsu 0:eb1247cc069b 1022 {0x04, 0x7e, 0x01, 0x7d, 0x7f, 0x45, 0x7d, 0x00}, // 19 033b 89bf 価
lynxeyed_atsu 0:eb1247cc069b 1023 {0x04, 0x7e, 0x49, 0x5a, 0x7f, 0x5a, 0x48, 0x00}, // 19 033c 89c0 ä½³
lynxeyed_atsu 0:eb1247cc069b 1024 {0x42, 0x3f, 0x42, 0x7e, 0x7e, 0x42, 0x7e, 0x00}, // 19 033d 89c1 加
lynxeyed_atsu 0:eb1247cc069b 1025 {0x01, 0x1d, 0x15, 0x1d, 0x41, 0x7f, 0x01, 0x00}, // 19 033e 89c2 可
lynxeyed_atsu 0:eb1247cc069b 1026 {0x52, 0x36, 0x5e, 0x77, 0x7e, 0x56, 0x72, 0x00}, // 19 033f 89c3 嘉
lynxeyed_atsu 0:eb1247cc069b 1027 {0x41, 0x51, 0x5f, 0x2f, 0x5f, 0x41, 0x41, 0x00}, // 19 0340 89c4 夏
lynxeyed_atsu 0:eb1247cc069b 1028 {0x5f, 0x3c, 0x26, 0x5a, 0x7b, 0x2a, 0x56, 0x00}, // 19 0341 89c5 嫁
lynxeyed_atsu 0:eb1247cc069b 1029 {0x56, 0x52, 0x2e, 0x5f, 0x76, 0x22, 0x56, 0x00}, // 19 0342 89c6 家
lynxeyed_atsu 0:eb1247cc069b 1030 {0x56, 0x32, 0x5e, 0x3b, 0x7e, 0x32, 0x56, 0x00}, // 19 0343 89c7 寡
lynxeyed_atsu 0:eb1247cc069b 1031 {0x35, 0x7f, 0x25, 0x2a, 0x20, 0x7f, 0x10, 0x00}, // 19 0344 89c8 科
lynxeyed_atsu 0:eb1247cc069b 1032 {0x3e, 0x2a, 0x7f, 0x2b, 0x58, 0x2d, 0x5f, 0x00}, // 19 0345 89c9 暇
lynxeyed_atsu 0:eb1247cc069b 1033 {0x50, 0x5f, 0x35, 0x7f, 0x35, 0x5f, 0x50, 0x00}, // 19 0346 89ca 果
lynxeyed_atsu 0:eb1247cc069b 1034 {0x5a, 0x57, 0x3a, 0x7e, 0x3e, 0x5a, 0x5e, 0x00}, // 19 0347 89cb 架
lynxeyed_atsu 0:eb1247cc069b 1035 {0x2d, 0x49, 0x7f, 0x44, 0x43, 0x3e, 0x46, 0x00}, // 19 0348 89cc 歌
lynxeyed_atsu 0:eb1247cc069b 1036 {0x75, 0x00, 0x1d, 0x15, 0x1d, 0x41, 0x7f, 0x00}, // 19 0349 89cd æ²³
lynxeyed_atsu 0:eb1247cc069b 1037 {0x40, 0x4c, 0x20, 0x1f, 0x28, 0x44, 0x40, 0x00}, // 19 034a 89ce 火
lynxeyed_atsu 0:eb1247cc069b 1038 {0x2a, 0x3e, 0x2a, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 19 034b 89cf 珂
lynxeyed_atsu 0:eb1247cc069b 1039 {0x12, 0x7b, 0x16, 0x78, 0x0f, 0x69, 0x7f, 0x00}, // 19 034c 89d0 禍
lynxeyed_atsu 0:eb1247cc069b 1040 {0x24, 0x26, 0x16, 0x7e, 0x15, 0x25, 0x24, 0x00}, // 19 034d 89d1 禾
lynxeyed_atsu 0:eb1247cc069b 1041 {0x35, 0x7f, 0x26, 0x5a, 0x7b, 0x2a, 0x56, 0x00}, // 19 034e 89d2 稼
lynxeyed_atsu 0:eb1247cc069b 1042 {0x7c, 0x4b, 0x6e, 0x5c, 0x6b, 0x4e, 0x7a, 0x00}, // 19 034f 89d3 箇
lynxeyed_atsu 0:eb1247cc069b 1043 {0x12, 0x7a, 0x07, 0x02, 0x7f, 0x52, 0x6a, 0x00}, // 19 0350 89d4 花
lynxeyed_atsu 0:eb1247cc069b 1044 {0x0a, 0x7a, 0x5f, 0x7a, 0x0f, 0x7a, 0x0a, 0x00}, // 19 0351 89d5 è‹›
lynxeyed_atsu 0:eb1247cc069b 1045 {0x52, 0x3a, 0x57, 0x72, 0x77, 0x52, 0x72, 0x00}, // 19 0352 89d6 茄
lynxeyed_atsu 0:eb1247cc069b 1046 {0x12, 0x7a, 0x07, 0x6a, 0x6f, 0x0a, 0x7a, 0x00}, // 19 0353 89d7 荷
lynxeyed_atsu 0:eb1247cc069b 1047 {0x2a, 0x3e, 0x2b, 0x7e, 0x2b, 0x3e, 0x2a, 0x00}, // 19 0354 89d8 華
lynxeyed_atsu 0:eb1247cc069b 1048 {0x52, 0x5e, 0x37, 0x7e, 0x37, 0x5e, 0x52, 0x00}, // 19 0355 89d9 菓
lynxeyed_atsu 0:eb1247cc069b 1049 {0x4e, 0x7b, 0x7f, 0x2b, 0x58, 0x2d, 0x5f, 0x00}, // 19 0356 89da 蝦
lynxeyed_atsu 0:eb1247cc069b 1050 {0x6b, 0x6a, 0x57, 0x35, 0x7f, 0x35, 0x57, 0x00}, // 19 0357 89db 課
lynxeyed_atsu 0:eb1247cc069b 1051 {0x1e, 0x1e, 0x2a, 0x3f, 0x7e, 0x3f, 0x2a, 0x00}, // 19 0358 89dc 嘩
lynxeyed_atsu 0:eb1247cc069b 1052 {0x44, 0x4e, 0x31, 0x30, 0x3f, 0x7a, 0x4a, 0x00}, // 19 0359 89dd 貨
lynxeyed_atsu 0:eb1247cc069b 1053 {0x49, 0x38, 0x52, 0x4f, 0x5e, 0x52, 0x5e, 0x00}, // 19 035a 89de 迦
lynxeyed_atsu 0:eb1247cc069b 1054 {0x49, 0x3a, 0x40, 0x78, 0x4f, 0x69, 0x7f, 0x00}, // 19 035b 89df 過
lynxeyed_atsu 0:eb1247cc069b 1055 {0x7e, 0x2a, 0x2f, 0x07, 0x5b, 0x2e, 0x5e, 0x00}, // 19 035c 89e0 霞
lynxeyed_atsu 0:eb1247cc069b 1056 {0x4e, 0x7b, 0x4e, 0x2e, 0x13, 0x2e, 0x42, 0x00}, // 19 035d 89e1 蚊
lynxeyed_atsu 0:eb1247cc069b 1057 {0x0c, 0x7f, 0x26, 0x7e, 0x25, 0x3f, 0x55, 0x00}, // 19 035e 89e2 ä¿„
lynxeyed_atsu 0:eb1247cc069b 1058 {0x38, 0x3f, 0x26, 0x7e, 0x25, 0x3f, 0x55, 0x00}, // 19 035f 89e3 峨
lynxeyed_atsu 0:eb1247cc069b 1059 {0x14, 0x56, 0x7e, 0x15, 0x5f, 0x24, 0x55, 0x00}, // 19 0360 89e4 我
lynxeyed_atsu 0:eb1247cc069b 1060 {0x28, 0x2f, 0x19, 0x49, 0x7f, 0x09, 0x08, 0x00}, // 19 0361 89e5 牙
lynxeyed_atsu 0:eb1247cc069b 1061 {0x7d, 0x41, 0x5d, 0x5f, 0x5d, 0x41, 0x7d, 0x00}, // 19 0362 89e6 ç”»
lynxeyed_atsu 0:eb1247cc069b 1062 {0x7f, 0x55, 0x77, 0x5d, 0x40, 0x3f, 0x40, 0x00}, // 19 0363 89e7 臥
lynxeyed_atsu 0:eb1247cc069b 1063 {0x52, 0x5e, 0x37, 0x56, 0x7f, 0x16, 0x12, 0x00}, // 19 0364 89e8 芽
lynxeyed_atsu 0:eb1247cc069b 1064 {0x4e, 0x7b, 0x26, 0x7e, 0x25, 0x3f, 0x55, 0x00}, // 19 0365 89e9 蛾
lynxeyed_atsu 0:eb1247cc069b 1065 {0x4a, 0x47, 0x3a, 0x2e, 0x2e, 0x7a, 0x4e, 0x00}, // 19 0366 89ea è³€
lynxeyed_atsu 0:eb1247cc069b 1066 {0x2f, 0x59, 0x7f, 0x04, 0x7f, 0x7e, 0x4b, 0x00}, // 19 0367 89eb é›…
lynxeyed_atsu 0:eb1247cc069b 1067 {0x7a, 0x59, 0x26, 0x7e, 0x25, 0x3f, 0x55, 0x00}, // 19 0368 89ec 餓
lynxeyed_atsu 0:eb1247cc069b 1068 {0x4a, 0x07, 0x5a, 0x16, 0x5e, 0x1a, 0x7e, 0x00}, // 19 0369 89ed 駕
lynxeyed_atsu 0:eb1247cc069b 1069 {0x04, 0x44, 0x3a, 0x01, 0x7a, 0x04, 0x04, 0x00}, // 19 036a 89ee 介
lynxeyed_atsu 0:eb1247cc069b 1070 {0x54, 0x54, 0x72, 0x55, 0x56, 0x34, 0x54, 0x00}, // 19 036b 89ef 会
lynxeyed_atsu 0:eb1247cc069b 1071 {0x42, 0x3d, 0x5f, 0x7c, 0x2d, 0x7b, 0x2f, 0x00}, // 19 036c 89f0 解
lynxeyed_atsu 0:eb1247cc069b 1072 {0x7f, 0x41, 0x5d, 0x55, 0x5d, 0x41, 0x7f, 0x00}, // 19 036d 89f1 回
lynxeyed_atsu 0:eb1247cc069b 1073 {0x24, 0x3f, 0x5e, 0x2a, 0x7f, 0x6a, 0x5e, 0x00}, // 19 036e 89f2 å¡Š
lynxeyed_atsu 0:eb1247cc069b 1074 {0x24, 0x3f, 0x32, 0x7e, 0x5f, 0x3a, 0x5e, 0x00}, // 19 036f 89f3 壊
lynxeyed_atsu 0:eb1247cc069b 1075 {0x55, 0x3b, 0x40, 0x7f, 0x5d, 0x55, 0x7f, 0x00}, // 19 0370 89f4 å»»
lynxeyed_atsu 0:eb1247cc069b 1076 {0x06, 0x7f, 0x48, 0x4a, 0x3f, 0x4e, 0x48, 0x00}, // 19 0371 89f5 å¿«
lynxeyed_atsu 0:eb1247cc069b 1077 {0x06, 0x7f, 0x49, 0x5b, 0x75, 0x5b, 0x48, 0x00}, // 19 0372 89f6 怪
lynxeyed_atsu 0:eb1247cc069b 1078 {0x06, 0x7f, 0x14, 0x33, 0x2e, 0x7e, 0x12, 0x00}, // 19 0373 89f7 æ‚”
lynxeyed_atsu 0:eb1247cc069b 1079 {0x06, 0x7f, 0x42, 0x3f, 0x4d, 0x3f, 0x45, 0x00}, // 19 0374 89f8 恢
lynxeyed_atsu 0:eb1247cc069b 1080 {0x06, 0x7f, 0x32, 0x7e, 0x5f, 0x3a, 0x5e, 0x00}, // 19 0375 89f9 懐
lynxeyed_atsu 0:eb1247cc069b 1081 {0x52, 0x3a, 0x12, 0x7a, 0x52, 0x3f, 0x52, 0x00}, // 19 0376 89fa 戒
lynxeyed_atsu 0:eb1247cc069b 1082 {0x52, 0x7f, 0x0a, 0x57, 0x35, 0x55, 0x77, 0x00}, // 19 0377 89fb 拐
lynxeyed_atsu 0:eb1247cc069b 1083 {0x3d, 0x25, 0x37, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 19 0378 89fc 改
lynxeyed_atsu 0:eb1247cc069b 1084 {0x4e, 0x3f, 0x7e, 0x55, 0x50, 0x7f, 0x48, 0x00}, // 1a 0379 8a40 魁
lynxeyed_atsu 0:eb1247cc069b 1085 {0x3e, 0x2a, 0x3e, 0x33, 0x2e, 0x7e, 0x12, 0x00}, // 1a 037a 8a41 晦
lynxeyed_atsu 0:eb1247cc069b 1086 {0x1a, 0x7f, 0x0a, 0x3e, 0x4a, 0x3f, 0x52, 0x00}, // 1a 037b 8a42 械
lynxeyed_atsu 0:eb1247cc069b 1087 {0x75, 0x00, 0x14, 0x33, 0x2e, 0x7e, 0x12, 0x00}, // 1a 037c 8a43 æµ·
lynxeyed_atsu 0:eb1247cc069b 1088 {0x40, 0x3f, 0x4d, 0x21, 0x1f, 0x29, 0x45, 0x00}, // 1a 037d 8a44 灰
lynxeyed_atsu 0:eb1247cc069b 1089 {0x20, 0x5f, 0x35, 0x1f, 0x75, 0x1f, 0x20, 0x00}, // 1a 037e 8a45 界
lynxeyed_atsu 0:eb1247cc069b 1090 {0x08, 0x6f, 0x6a, 0x70, 0x6f, 0x6a, 0x0a, 0x00}, // 1a 037f 8a46 皆
lynxeyed_atsu 0:eb1247cc069b 1091 {0x2a, 0x75, 0x54, 0x72, 0x55, 0x36, 0x54, 0x00}, // 1a 0380 8a47 çµµ
lynxeyed_atsu 0:eb1247cc069b 1092 {0x12, 0x52, 0x3b, 0x06, 0x7b, 0x12, 0x12, 0x00}, // 1a 0381 8a48 芥
lynxeyed_atsu 0:eb1247cc069b 1093 {0x52, 0x4d, 0x5f, 0x78, 0x5d, 0x3b, 0x4f, 0x00}, // 1a 0382 8a49 蟹
lynxeyed_atsu 0:eb1247cc069b 1094 {0x7f, 0x2b, 0x7b, 0x28, 0x7b, 0x2b, 0x7f, 0x00}, // 1a 0383 8a4a é–‹
lynxeyed_atsu 0:eb1247cc069b 1095 {0x7f, 0x25, 0x1f, 0x6a, 0x70, 0x6f, 0x0a, 0x00}, // 1a 0384 8a4b 階
lynxeyed_atsu 0:eb1247cc069b 1096 {0x40, 0x5f, 0x15, 0x15, 0x15, 0x5f, 0x40, 0x00}, // 1a 0385 8a4c 貝
lynxeyed_atsu 0:eb1247cc069b 1097 {0x4b, 0x5a, 0x6b, 0x5a, 0x3f, 0x01, 0x7f, 0x00}, // 1a 0386 8a4d 凱
lynxeyed_atsu 0:eb1247cc069b 1098 {0x4a, 0x56, 0x2b, 0x52, 0x3f, 0x42, 0x7e, 0x00}, // 1a 0387 8a4e 劾
lynxeyed_atsu 0:eb1247cc069b 1099 {0x48, 0x47, 0x2a, 0x1e, 0x7f, 0x08, 0x10, 0x00}, // 1a 0388 8a4f 外
lynxeyed_atsu 0:eb1247cc069b 1100 {0x1e, 0x12, 0x1e, 0x4a, 0x56, 0x2b, 0x52, 0x00}, // 1a 0389 8a50 å’³
lynxeyed_atsu 0:eb1247cc069b 1101 {0x26, 0x2a, 0x6a, 0x7f, 0x6a, 0x2a, 0x26, 0x00}, // 1a 038a 8a51 害
lynxeyed_atsu 0:eb1247cc069b 1102 {0x43, 0x3e, 0x42, 0x57, 0x7e, 0x56, 0x43, 0x00}, // 1a 038b 8a52 å´–
lynxeyed_atsu 0:eb1247cc069b 1103 {0x06, 0x7f, 0x3e, 0x2e, 0x49, 0x3f, 0x4f, 0x00}, // 1a 038c 8a53 æ…¨
lynxeyed_atsu 0:eb1247cc069b 1104 {0x1a, 0x7f, 0x3e, 0x2e, 0x49, 0x3f, 0x4f, 0x00}, // 1a 038d 8a54 概
lynxeyed_atsu 0:eb1247cc069b 1105 {0x75, 0x40, 0x3f, 0x41, 0x55, 0x7f, 0x55, 0x00}, // 1a 038e 8a55 涯
lynxeyed_atsu 0:eb1247cc069b 1106 {0x09, 0x37, 0x31, 0x34, 0x57, 0x7f, 0x14, 0x00}, // 1a 038f 8a56 碍
lynxeyed_atsu 0:eb1247cc069b 1107 {0x4a, 0x7a, 0x5f, 0x7e, 0x5b, 0x76, 0x4a, 0x00}, // 1a 0390 8a57 è“‹
lynxeyed_atsu 0:eb1247cc069b 1108 {0x0a, 0x7d, 0x2a, 0x3f, 0x2a, 0x45, 0x7d, 0x00}, // 1a 0391 8a58 è¡—
lynxeyed_atsu 0:eb1247cc069b 1109 {0x6a, 0x6b, 0x00, 0x4a, 0x56, 0x2b, 0x52, 0x00}, // 1a 0392 8a59 該
lynxeyed_atsu 0:eb1247cc069b 1110 {0x56, 0x7d, 0x4b, 0x5a, 0x6b, 0x5a, 0x4b, 0x00}, // 1a 0393 8a5a 鎧
lynxeyed_atsu 0:eb1247cc069b 1111 {0x0c, 0x77, 0x35, 0x7f, 0x56, 0x2b, 0x52, 0x00}, // 1a 0394 8a5b 骸
lynxeyed_atsu 0:eb1247cc069b 1112 {0x75, 0x00, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 1a 0395 8a5c 浬
lynxeyed_atsu 0:eb1247cc069b 1113 {0x2a, 0x26, 0x77, 0x5a, 0x7b, 0x25, 0x2b, 0x00}, // 1a 0396 8a5d 馨
lynxeyed_atsu 0:eb1247cc069b 1114 {0x4e, 0x7b, 0x4e, 0x5a, 0x7f, 0x5a, 0x48, 0x00}, // 1a 0397 8a5e è›™
lynxeyed_atsu 0:eb1247cc069b 1115 {0x24, 0x3f, 0x41, 0x7f, 0x6b, 0x7f, 0x41, 0x00}, // 1a 0398 8a5f 垣
lynxeyed_atsu 0:eb1247cc069b 1116 {0x1a, 0x7f, 0x3a, 0x0a, 0x7f, 0x0a, 0x3a, 0x00}, // 1a 0399 8a60 柿
lynxeyed_atsu 0:eb1247cc069b 1117 {0x4e, 0x7b, 0x4e, 0x3f, 0x65, 0x1d, 0x75, 0x00}, // 1a 039a 8a61 蛎
lynxeyed_atsu 0:eb1247cc069b 1118 {0x56, 0x7d, 0x36, 0x34, 0x2b, 0x22, 0x7e, 0x00}, // 1a 039b 8a62 鈎
lynxeyed_atsu 0:eb1247cc069b 1119 {0x4a, 0x7a, 0x7f, 0x3e, 0x24, 0x40, 0x7f, 0x00}, // 1a 039c 8a63 劃
lynxeyed_atsu 0:eb1247cc069b 1120 {0x1e, 0x5e, 0x3a, 0x7f, 0x4a, 0x3f, 0x7a, 0x00}, // 1a 039d 8a64 嚇
lynxeyed_atsu 0:eb1247cc069b 1121 {0x10, 0x72, 0x5a, 0x55, 0x5b, 0x70, 0x10, 0x00}, // 1a 039e 8a65 各
lynxeyed_atsu 0:eb1247cc069b 1122 {0x40, 0x3e, 0x3a, 0x6e, 0x3b, 0x7e, 0x36, 0x00}, // 1a 039f 8a66 廓
lynxeyed_atsu 0:eb1247cc069b 1123 {0x52, 0x7f, 0x40, 0x3e, 0x62, 0x5b, 0x62, 0x00}, // 1a 03a0 8a67 æ‹¡
lynxeyed_atsu 0:eb1247cc069b 1124 {0x52, 0x7f, 0x45, 0x3a, 0x3b, 0x7a, 0x45, 0x00}, // 1a 03a1 8a68 æ’¹
lynxeyed_atsu 0:eb1247cc069b 1125 {0x1a, 0x7f, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 1a 03a2 8a69 æ ¼
lynxeyed_atsu 0:eb1247cc069b 1126 {0x1a, 0x7f, 0x4a, 0x56, 0x2b, 0x32, 0x4a, 0x00}, // 1a 03a3 8a6a æ ¸
lynxeyed_atsu 0:eb1247cc069b 1127 {0x5a, 0x2f, 0x6a, 0x58, 0x5b, 0x29, 0x5b, 0x00}, // 1a 03a4 8a6b æ®»
lynxeyed_atsu 0:eb1247cc069b 1128 {0x55, 0x3e, 0x42, 0x5f, 0x2e, 0x5f, 0x4a, 0x00}, // 1a 03a5 8a6c 獲
lynxeyed_atsu 0:eb1247cc069b 1129 {0x09, 0x37, 0x31, 0x16, 0x7a, 0x7f, 0x56, 0x00}, // 1a 03a6 8a6d 確
lynxeyed_atsu 0:eb1247cc069b 1130 {0x35, 0x7f, 0x42, 0x5f, 0x2e, 0x5f, 0x4a, 0x00}, // 1a 03a7 8a6e ç©«
lynxeyed_atsu 0:eb1247cc069b 1131 {0x46, 0x43, 0x3e, 0x2b, 0x7e, 0x43, 0x66, 0x00}, // 1a 03a8 8a6f 覚
lynxeyed_atsu 0:eb1247cc069b 1132 {0x42, 0x3e, 0x15, 0x1d, 0x17, 0x54, 0x7c, 0x00}, // 1a 03a9 8a70 角
lynxeyed_atsu 0:eb1247cc069b 1133 {0x58, 0x3a, 0x7f, 0x4a, 0x3a, 0x7f, 0x2a, 0x00}, // 1a 03aa 8a71 赫
lynxeyed_atsu 0:eb1247cc069b 1134 {0x2d, 0x7f, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 1a 03ab 8a72 較
lynxeyed_atsu 0:eb1247cc069b 1135 {0x22, 0x2e, 0x7b, 0x1e, 0x7f, 0x25, 0x1b, 0x00}, // 1a 03ac 8a73 郭
lynxeyed_atsu 0:eb1247cc069b 1136 {0x7f, 0x23, 0x6b, 0x54, 0x6f, 0x23, 0x7f, 0x00}, // 1a 03ad 8a74 é–£
lynxeyed_atsu 0:eb1247cc069b 1137 {0x7f, 0x25, 0x1b, 0x79, 0x2f, 0x6f, 0x79, 0x00}, // 1a 03ae 8a75 éš”
lynxeyed_atsu 0:eb1247cc069b 1138 {0x22, 0x3a, 0x2f, 0x7a, 0x2f, 0x3a, 0x22, 0x00}, // 1a 03af 8a76 革
lynxeyed_atsu 0:eb1247cc069b 1139 {0x16, 0x13, 0x56, 0x77, 0x1e, 0x13, 0x16, 0x00}, // 1a 03b0 8a77 å­¦
lynxeyed_atsu 0:eb1247cc069b 1140 {0x10, 0x7e, 0x56, 0x76, 0x5d, 0x75, 0x10, 0x00}, // 1a 03b1 8a78 å²³
lynxeyed_atsu 0:eb1247cc069b 1141 {0x55, 0x52, 0x36, 0x7d, 0x36, 0x52, 0x55, 0x00}, // 1a 03b2 8a79 楽
lynxeyed_atsu 0:eb1247cc069b 1142 {0x26, 0x6a, 0x57, 0x6e, 0x5d, 0x17, 0x5d, 0x00}, // 1a 03b3 8a7a 額
lynxeyed_atsu 0:eb1247cc069b 1143 {0x0b, 0x3f, 0x6c, 0x0b, 0x5d, 0x17, 0x5d, 0x00}, // 1a 03b4 8a7b é¡Ž
lynxeyed_atsu 0:eb1247cc069b 1144 {0x52, 0x7f, 0x2a, 0x3f, 0x2a, 0x7f, 0x08, 0x00}, // 1a 03b5 8a7c 掛
lynxeyed_atsu 0:eb1247cc069b 1145 {0x44, 0x53, 0x76, 0x5c, 0x73, 0x56, 0x42, 0x00}, // 1a 03b6 8a7d 笠
lynxeyed_atsu 0:eb1247cc069b 1146 {0x1a, 0x7f, 0x47, 0x57, 0x7b, 0x55, 0x4b, 0x00}, // 1a 03b7 8a7e 樫
lynxeyed_atsu 0:eb1247cc069b 1147 {0x1a, 0x7f, 0x02, 0x49, 0x7f, 0x7f, 0x49, 0x00}, // 1b 03b8 8a80 æ©¿
lynxeyed_atsu 0:eb1247cc069b 1148 {0x1a, 0x7f, 0x4a, 0x3f, 0x2b, 0x7f, 0x57, 0x00}, // 1b 03b9 8a81 梶
lynxeyed_atsu 0:eb1247cc069b 1149 {0x5d, 0x1f, 0x35, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 1b 03ba 8a82 鰍
lynxeyed_atsu 0:eb1247cc069b 1150 {0x75, 0x20, 0x56, 0x1d, 0x54, 0x17, 0x70, 0x00}, // 1b 03bb 8a83 潟
lynxeyed_atsu 0:eb1247cc069b 1151 {0x26, 0x6a, 0x7f, 0x6a, 0x2e, 0x40, 0x7f, 0x00}, // 1b 03bc 8a84 割
lynxeyed_atsu 0:eb1247cc069b 1152 {0x1e, 0x1e, 0x10, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 1b 03bd 8a85 喝
lynxeyed_atsu 0:eb1247cc069b 1153 {0x06, 0x7f, 0x04, 0x72, 0x55, 0x76, 0x04, 0x00}, // 1b 03be 8a86 恰
lynxeyed_atsu 0:eb1247cc069b 1154 {0x52, 0x7f, 0x04, 0x76, 0x5e, 0x75, 0x04, 0x00}, // 1b 03bf 8a87 括
lynxeyed_atsu 0:eb1247cc069b 1155 {0x65, 0x10, 0x04, 0x76, 0x5e, 0x75, 0x04, 0x00}, // 1b 03c0 8a88 æ´»
lynxeyed_atsu 0:eb1247cc069b 1156 {0x75, 0x00, 0x10, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 1b 03c1 8a89 渇
lynxeyed_atsu 0:eb1247cc069b 1157 {0x75, 0x00, 0x0c, 0x77, 0x35, 0x77, 0x0c, 0x00}, // 1b 03c2 8a8a 滑
lynxeyed_atsu 0:eb1247cc069b 1158 {0x22, 0x1e, 0x7b, 0x5a, 0x1b, 0x5e, 0x72, 0x00}, // 1b 03c3 8a8b è‘›
lynxeyed_atsu 0:eb1247cc069b 1159 {0x12, 0x7b, 0x36, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 1b 03c4 8a8c 褐
lynxeyed_atsu 0:eb1247cc069b 1160 {0x2d, 0x7f, 0x26, 0x6a, 0x7f, 0x6a, 0x26, 0x00}, // 1b 03c5 8a8d 轄
lynxeyed_atsu 0:eb1247cc069b 1161 {0x40, 0x7f, 0x55, 0x55, 0x55, 0x7f, 0x40, 0x00}, // 1b 03c6 8a8e 且
lynxeyed_atsu 0:eb1247cc069b 1162 {0x5d, 0x1f, 0x47, 0x57, 0x7b, 0x55, 0x4b, 0x00}, // 1b 03c7 8a8f é°¹
lynxeyed_atsu 0:eb1247cc069b 1163 {0x1e, 0x12, 0x1e, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 1b 03c8 8a90 叶
lynxeyed_atsu 0:eb1247cc069b 1164 {0x1a, 0x7f, 0x12, 0x7b, 0x02, 0x7f, 0x52, 0x00}, // 1b 03c9 8a91 椛
lynxeyed_atsu 0:eb1247cc069b 1165 {0x1a, 0x7f, 0x2a, 0x3f, 0x7e, 0x3f, 0x2a, 0x00}, // 1b 03ca 8a92 樺
lynxeyed_atsu 0:eb1247cc069b 1166 {0x37, 0x7e, 0x37, 0x04, 0x73, 0x56, 0x5e, 0x00}, // 1b 03cb 8a93 éž„
lynxeyed_atsu 0:eb1247cc069b 1167 {0x1a, 0x7f, 0x4c, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 1b 03cc 8a94 æ ª
lynxeyed_atsu 0:eb1247cc069b 1168 {0x5e, 0x51, 0x3e, 0x15, 0x7e, 0x51, 0x5f, 0x00}, // 1b 03cd 8a95 兜
lynxeyed_atsu 0:eb1247cc069b 1169 {0x06, 0x3a, 0x36, 0x3b, 0x7e, 0x7a, 0x46, 0x00}, // 1b 03ce 8a96 竃
lynxeyed_atsu 0:eb1247cc069b 1170 {0x56, 0x02, 0x7b, 0x2a, 0x7f, 0x2a, 0x7a, 0x00}, // 1b 03cf 8a97 è’²
lynxeyed_atsu 0:eb1247cc069b 1171 {0x4a, 0x6a, 0x55, 0x7c, 0x55, 0x6a, 0x4a, 0x00}, // 1b 03d0 8a98 釜
lynxeyed_atsu 0:eb1247cc069b 1172 {0x56, 0x7d, 0x4a, 0x2b, 0x7e, 0x3f, 0x5a, 0x00}, // 1b 03d1 8a99 鎌
lynxeyed_atsu 0:eb1247cc069b 1173 {0x1e, 0x12, 0x7e, 0x6f, 0x54, 0x6f, 0x7a, 0x00}, // 1b 03d2 8a9a å™›
lynxeyed_atsu 0:eb1247cc069b 1174 {0x0f, 0x3f, 0x4f, 0x1e, 0x57, 0x16, 0x70, 0x00}, // 1b 03d3 8a9b é´¨
lynxeyed_atsu 0:eb1247cc069b 1175 {0x1a, 0x7f, 0x0a, 0x7d, 0x57, 0x55, 0x7d, 0x00}, // 1b 03d4 8a9c æ ¢
lynxeyed_atsu 0:eb1247cc069b 1176 {0x52, 0x56, 0x37, 0x56, 0x7f, 0x16, 0x32, 0x00}, // 1b 03d5 8a9d 茅
lynxeyed_atsu 0:eb1247cc069b 1177 {0x5a, 0x4a, 0x7f, 0x7a, 0x7f, 0x4a, 0x5a, 0x00}, // 1b 03d6 8a9e 萱
lynxeyed_atsu 0:eb1247cc069b 1178 {0x5d, 0x77, 0x2a, 0x7f, 0x2a, 0x5d, 0x77, 0x00}, // 1b 03d7 8a9f ç²¥
lynxeyed_atsu 0:eb1247cc069b 1179 {0x40, 0x24, 0x18, 0x27, 0x0e, 0x40, 0x7f, 0x00}, // 1b 03d8 8aa0 刈
lynxeyed_atsu 0:eb1247cc069b 1180 {0x42, 0x2a, 0x13, 0x2e, 0x1b, 0x42, 0x7e, 0x00}, // 1b 03d9 8aa1 è‹…
lynxeyed_atsu 0:eb1247cc069b 1181 {0x41, 0x41, 0x7f, 0x55, 0x05, 0x7d, 0x41, 0x00}, // 1b 03da 8aa2 瓦
lynxeyed_atsu 0:eb1247cc069b 1182 {0x2d, 0x77, 0x2d, 0x23, 0x56, 0x4e, 0x62, 0x00}, // 1b 03db 8aa3 ä¹¾
lynxeyed_atsu 0:eb1247cc069b 1183 {0x04, 0x7e, 0x41, 0x37, 0x75, 0x05, 0x77, 0x00}, // 1b 03dc 8aa4 侃
lynxeyed_atsu 0:eb1247cc069b 1184 {0x53, 0x35, 0x75, 0x51, 0x69, 0x7d, 0x4b, 0x00}, // 1b 03dd 8aa5 冠
lynxeyed_atsu 0:eb1247cc069b 1185 {0x26, 0x1a, 0x3e, 0x3b, 0x5e, 0x1a, 0x26, 0x00}, // 1b 03de 8aa6 寒
lynxeyed_atsu 0:eb1247cc069b 1186 {0x08, 0x09, 0x7f, 0x09, 0x0e, 0x40, 0x7f, 0x00}, // 1b 03df 8aa7 刊
lynxeyed_atsu 0:eb1247cc069b 1187 {0x72, 0x5f, 0x72, 0x5f, 0x62, 0x1f, 0x7e, 0x00}, // 1b 03e0 8aa8 勘
lynxeyed_atsu 0:eb1247cc069b 1188 {0x14, 0x7b, 0x7e, 0x4a, 0x62, 0x1f, 0x7e, 0x00}, // 1b 03e1 8aa9 勧
lynxeyed_atsu 0:eb1247cc069b 1189 {0x14, 0x0d, 0x76, 0x57, 0x5e, 0x4d, 0x14, 0x00}, // 1b 03e2 8aaa å·»
lynxeyed_atsu 0:eb1247cc069b 1190 {0x1e, 0x1e, 0x52, 0x5d, 0x3d, 0x5f, 0x50, 0x00}, // 1b 03e3 8aab å–š
lynxeyed_atsu 0:eb1247cc069b 1191 {0x24, 0x3f, 0x72, 0x5f, 0x72, 0x5f, 0x52, 0x00}, // 1b 03e4 8aac å ª
lynxeyed_atsu 0:eb1247cc069b 1192 {0x52, 0x3a, 0x5e, 0x3b, 0x56, 0x3a, 0x52, 0x00}, // 1b 03e5 8aad 姦
lynxeyed_atsu 0:eb1247cc069b 1193 {0x56, 0x52, 0x36, 0x17, 0x76, 0x52, 0x56, 0x00}, // 1b 03e6 8aae 完
lynxeyed_atsu 0:eb1247cc069b 1194 {0x06, 0x02, 0x7e, 0x57, 0x5e, 0x72, 0x06, 0x00}, // 1b 03e7 8aaf 官
lynxeyed_atsu 0:eb1247cc069b 1195 {0x46, 0x4a, 0x3e, 0x3b, 0x7e, 0x4a, 0x66, 0x00}, // 1b 03e8 8ab0 寛
lynxeyed_atsu 0:eb1247cc069b 1196 {0x08, 0x09, 0x09, 0x7f, 0x09, 0x09, 0x08, 0x00}, // 1b 03e9 8ab1 å¹²
lynxeyed_atsu 0:eb1247cc069b 1197 {0x2d, 0x77, 0x2d, 0x00, 0x2a, 0x79, 0x2a, 0x00}, // 1b 03ea 8ab2 å¹¹
lynxeyed_atsu 0:eb1247cc069b 1198 {0x60, 0x38, 0x5e, 0x5f, 0x7e, 0x18, 0x60, 0x00}, // 1b 03eb 8ab3 æ‚£
lynxeyed_atsu 0:eb1247cc069b 1199 {0x68, 0x26, 0x4e, 0x4e, 0x62, 0x07, 0x6a, 0x00}, // 1b 03ec 8ab4 æ„Ÿ
lynxeyed_atsu 0:eb1247cc069b 1200 {0x06, 0x7f, 0x42, 0x3f, 0x3d, 0x3f, 0x42, 0x00}, // 1b 03ed 8ab5 æ…£
lynxeyed_atsu 0:eb1247cc069b 1201 {0x06, 0x7f, 0x6e, 0x2e, 0x42, 0x47, 0x6a, 0x00}, // 1b 03ee 8ab6 憾
lynxeyed_atsu 0:eb1247cc069b 1202 {0x52, 0x7f, 0x52, 0x5d, 0x3d, 0x5f, 0x50, 0x00}, // 1b 03ef 8ab7 換
lynxeyed_atsu 0:eb1247cc069b 1203 {0x24, 0x3d, 0x27, 0x7d, 0x5c, 0x23, 0x5e, 0x00}, // 1b 03f0 8ab8 æ•¢
lynxeyed_atsu 0:eb1247cc069b 1204 {0x1a, 0x7f, 0x02, 0x7f, 0x4a, 0x7f, 0x02, 0x00}, // 1b 03f1 8ab9 柑
lynxeyed_atsu 0:eb1247cc069b 1205 {0x1a, 0x7f, 0x41, 0x7f, 0x6b, 0x7f, 0x41, 0x00}, // 1b 03f2 8aba æ¡“
lynxeyed_atsu 0:eb1247cc069b 1206 {0x1a, 0x7f, 0x06, 0x7a, 0x5b, 0x5a, 0x76, 0x00}, // 1b 03f3 8abb 棺
lynxeyed_atsu 0:eb1247cc069b 1207 {0x2a, 0x6f, 0x2a, 0x44, 0x43, 0x3e, 0x46, 0x00}, // 1b 03f4 8abc 款
lynxeyed_atsu 0:eb1247cc069b 1208 {0x14, 0x7b, 0x7e, 0x4a, 0x44, 0x3b, 0x46, 0x00}, // 1b 03f5 8abd æ­“
lynxeyed_atsu 0:eb1247cc069b 1209 {0x75, 0x00, 0x08, 0x09, 0x7f, 0x09, 0x08, 0x00}, // 1b 03f6 8abe æ±—
lynxeyed_atsu 0:eb1247cc069b 1210 {0x75, 0x12, 0x5e, 0x5b, 0x3e, 0x5b, 0x5e, 0x00}, // 1b 03f7 8abf æ¼¢
lynxeyed_atsu 0:eb1247cc069b 1211 {0x75, 0x00, 0x7f, 0x03, 0x38, 0x3b, 0x7f, 0x00}, // 1b 03f8 8ac0 æ¾—
lynxeyed_atsu 0:eb1247cc069b 1212 {0x75, 0x00, 0x14, 0x7b, 0x4e, 0x7a, 0x4a, 0x00}, // 1b 03f9 8ac1 æ½…
lynxeyed_atsu 0:eb1247cc069b 1213 {0x2a, 0x3e, 0x47, 0x3d, 0x6f, 0x3d, 0x47, 0x00}, // 1b 03fa 8ac2 ç’°
lynxeyed_atsu 0:eb1247cc069b 1214 {0x02, 0x02, 0x7f, 0x4a, 0x4a, 0x7f, 0x02, 0x00}, // 1b 03fb 8ac3 甘
lynxeyed_atsu 0:eb1247cc069b 1215 {0x4f, 0x7f, 0x59, 0x74, 0x53, 0x7a, 0x4a, 0x00}, // 1b 03fc 8ac4 監
lynxeyed_atsu 0:eb1247cc069b 1216 {0x28, 0x1a, 0x7e, 0x5e, 0x5d, 0x7d, 0x08, 0x00}, // 1b 03fd 8ac5 看
lynxeyed_atsu 0:eb1247cc069b 1217 {0x24, 0x2b, 0x2e, 0x7c, 0x2b, 0x2e, 0x22, 0x00}, // 1b 03fe 8ac6 ç«¿
lynxeyed_atsu 0:eb1247cc069b 1218 {0x1c, 0x0b, 0x7e, 0x7c, 0x6b, 0x6e, 0x1a, 0x00}, // 1b 03ff 8ac7 管
lynxeyed_atsu 0:eb1247cc069b 1219 {0x7c, 0x1b, 0x7e, 0x64, 0x7b, 0x1e, 0x7a, 0x00}, // 1b 0400 8ac8 ç°¡
lynxeyed_atsu 0:eb1247cc069b 1220 {0x2a, 0x75, 0x46, 0x2a, 0x5e, 0x29, 0x5d, 0x00}, // 1b 0401 8ac9 ç·©
lynxeyed_atsu 0:eb1247cc069b 1221 {0x0c, 0x6b, 0x4a, 0x7e, 0x4a, 0x6a, 0x08, 0x00}, // 1b 0402 8aca 缶
lynxeyed_atsu 0:eb1247cc069b 1222 {0x2d, 0x77, 0x4d, 0x2a, 0x79, 0x2a, 0x7c, 0x00}, // 1b 0403 8acb ç¿°
lynxeyed_atsu 0:eb1247cc069b 1223 {0x7f, 0x15, 0x7f, 0x08, 0x09, 0x7f, 0x09, 0x00}, // 1b 0404 8acc 肝
lynxeyed_atsu 0:eb1247cc069b 1224 {0x7e, 0x13, 0x7e, 0x4f, 0x60, 0x6b, 0x4a, 0x00}, // 1b 0405 8acd 艦
lynxeyed_atsu 0:eb1247cc069b 1225 {0x56, 0x52, 0x37, 0x16, 0x77, 0x52, 0x56, 0x00}, // 1b 0406 8ace 莞
lynxeyed_atsu 0:eb1247cc069b 1226 {0x14, 0x7b, 0x7e, 0x4a, 0x3f, 0x75, 0x5f, 0x00}, // 1b 0407 8acf 観
lynxeyed_atsu 0:eb1247cc069b 1227 {0x6b, 0x6a, 0x42, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 1b 0408 8ad0 諌
lynxeyed_atsu 0:eb1247cc069b 1228 {0x42, 0x7f, 0x2d, 0x2f, 0x2d, 0x7f, 0x42, 0x00}, // 1b 0409 8ad1 貫
lynxeyed_atsu 0:eb1247cc069b 1229 {0x49, 0x38, 0x63, 0x5f, 0x77, 0x5f, 0x63, 0x00}, // 1b 040a 8ad2 é‚„
lynxeyed_atsu 0:eb1247cc069b 1230 {0x56, 0x7d, 0x36, 0x4f, 0x60, 0x6b, 0x4a, 0x00}, // 1b 040b 8ad3 é‘‘
lynxeyed_atsu 0:eb1247cc069b 1231 {0x7f, 0x05, 0x7f, 0x54, 0x7f, 0x05, 0x7f, 0x00}, // 1b 040c 8ad4 é–“
lynxeyed_atsu 0:eb1247cc069b 1232 {0x7f, 0x2b, 0x1b, 0x7c, 0x1b, 0x2b, 0x7f, 0x00}, // 1b 040d 8ad5 é–‘
lynxeyed_atsu 0:eb1247cc069b 1233 {0x7f, 0x13, 0x57, 0x38, 0x57, 0x13, 0x7f, 0x00}, // 1b 040e 8ad6 é–¢
lynxeyed_atsu 0:eb1247cc069b 1234 {0x7f, 0x25, 0x1b, 0x7a, 0x01, 0x7d, 0x7b, 0x00}, // 1b 040f 8ad7 陥
lynxeyed_atsu 0:eb1247cc069b 1235 {0x2d, 0x77, 0x2d, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 1b 0410 8ad8 韓
lynxeyed_atsu 0:eb1247cc069b 1236 {0x7a, 0x5d, 0x5a, 0x06, 0x7a, 0x5b, 0x76, 0x00}, // 1b 0411 8ad9 館
lynxeyed_atsu 0:eb1247cc069b 1237 {0x6a, 0x5d, 0x6a, 0x06, 0x7a, 0x5b, 0x76, 0x00}, // 1b 0412 8ada 舘
lynxeyed_atsu 0:eb1247cc069b 1238 {0x42, 0x2a, 0x1f, 0x12, 0x7e, 0x40, 0x60, 0x00}, // 1b 0413 8adb 丸
lynxeyed_atsu 0:eb1247cc069b 1239 {0x04, 0x74, 0x56, 0x55, 0x5e, 0x74, 0x04, 0x00}, // 1b 0414 8adc 含
lynxeyed_atsu 0:eb1247cc069b 1240 {0x43, 0x3e, 0x22, 0x2b, 0x7a, 0x2a, 0x23, 0x00}, // 1b 0415 8add 岸
lynxeyed_atsu 0:eb1247cc069b 1241 {0x43, 0x3e, 0x2a, 0x7f, 0x5a, 0x2e, 0x5b, 0x00}, // 1b 0416 8ade 巌
lynxeyed_atsu 0:eb1247cc069b 1242 {0x2a, 0x3e, 0x44, 0x3d, 0x05, 0x7d, 0x44, 0x00}, // 1b 0417 8adf 玩
lynxeyed_atsu 0:eb1247cc069b 1243 {0x54, 0x3e, 0x7a, 0x5e, 0x67, 0x5e, 0x7a, 0x00}, // 1b 0418 8ae0 癌
lynxeyed_atsu 0:eb1247cc069b 1244 {0x7f, 0x55, 0x7f, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 1b 0419 8ae1 眼
lynxeyed_atsu 0:eb1247cc069b 1245 {0x28, 0x1b, 0x6a, 0x6b, 0x6a, 0x6b, 0x08, 0x00}, // 1b 041a 8ae2 岩
lynxeyed_atsu 0:eb1247cc069b 1246 {0x05, 0x6f, 0x75, 0x6f, 0x44, 0x3d, 0x45, 0x00}, // 1b 041b 8ae3 ç¿«
lynxeyed_atsu 0:eb1247cc069b 1247 {0x40, 0x3f, 0x4d, 0x33, 0x3d, 0x3f, 0x4b, 0x00}, // 1b 041c 8ae4 è´‹
lynxeyed_atsu 0:eb1247cc069b 1248 {0x40, 0x3f, 0x7d, 0x0b, 0x7d, 0x7f, 0x55, 0x00}, // 1b 041d 8ae5 雁
lynxeyed_atsu 0:eb1247cc069b 1249 {0x24, 0x1d, 0x3d, 0x24, 0x5d, 0x17, 0x5d, 0x00}, // 1b 041e 8ae6 é ‘
lynxeyed_atsu 0:eb1247cc069b 1250 {0x7a, 0x0e, 0x5b, 0x2e, 0x5d, 0x17, 0x5d, 0x00}, // 1b 041f 8ae7 é¡”
lynxeyed_atsu 0:eb1247cc069b 1251 {0x7f, 0x2d, 0x7f, 0x2d, 0x5d, 0x17, 0x5d, 0x00}, // 1b 0420 8ae8 願
lynxeyed_atsu 0:eb1247cc069b 1252 {0x44, 0x74, 0x42, 0x7d, 0x52, 0x54, 0x44, 0x00}, // 1b 0421 8ae9 企
lynxeyed_atsu 0:eb1247cc069b 1253 {0x04, 0x7e, 0x4b, 0x5a, 0x2f, 0x5a, 0x42, 0x00}, // 1b 0422 8aea 伎
lynxeyed_atsu 0:eb1247cc069b 1254 {0x42, 0x3e, 0x05, 0x7d, 0x4f, 0x5c, 0x64, 0x00}, // 1b 0423 8aeb 危
lynxeyed_atsu 0:eb1247cc069b 1255 {0x12, 0x76, 0x5e, 0x57, 0x5e, 0x76, 0x12, 0x00}, // 1b 0424 8aec 喜
lynxeyed_atsu 0:eb1247cc069b 1256 {0x28, 0x6b, 0x6b, 0x1c, 0x6b, 0x6b, 0x28, 0x00}, // 1b 0425 8aed 器
lynxeyed_atsu 0:eb1247cc069b 1257 {0x28, 0x1a, 0x4f, 0x6a, 0x4f, 0x1a, 0x28, 0x00}, // 1b 0426 8aee 基
lynxeyed_atsu 0:eb1247cc069b 1258 {0x10, 0x72, 0x5a, 0x77, 0x1a, 0x72, 0x10, 0x00}, // 1b 0427 8aef 奇
lynxeyed_atsu 0:eb1247cc069b 1259 {0x5f, 0x3c, 0x12, 0x7e, 0x57, 0x7e, 0x12, 0x00}, // 1b 0428 8af0 嬉
lynxeyed_atsu 0:eb1247cc069b 1260 {0x16, 0x72, 0x5a, 0x77, 0x1a, 0x72, 0x16, 0x00}, // 1b 0429 8af1 寄
lynxeyed_atsu 0:eb1247cc069b 1261 {0x38, 0x3f, 0x4a, 0x5a, 0x2f, 0x5a, 0x42, 0x00}, // 1b 042a 8af2 岐
lynxeyed_atsu 0:eb1247cc069b 1262 {0x28, 0x18, 0x6d, 0x2a, 0x7a, 0x2d, 0x68, 0x00}, // 1b 042b 8af3 希
lynxeyed_atsu 0:eb1247cc069b 1263 {0x4a, 0x3d, 0x28, 0x4f, 0x5a, 0x2d, 0x50, 0x00}, // 1b 042c 8af4 å¹¾
lynxeyed_atsu 0:eb1247cc069b 1264 {0x60, 0x3d, 0x55, 0x55, 0x75, 0x17, 0x60, 0x00}, // 1b 042d 8af5 忌
lynxeyed_atsu 0:eb1247cc069b 1265 {0x52, 0x7f, 0x27, 0x3d, 0x7f, 0x3d, 0x27, 0x00}, // 1b 042e 8af6 揮
lynxeyed_atsu 0:eb1247cc069b 1266 {0x1a, 0x7f, 0x4a, 0x3f, 0x01, 0x7f, 0x40, 0x00}, // 1b 042f 8af7 机
lynxeyed_atsu 0:eb1247cc069b 1267 {0x62, 0x1f, 0x7a, 0x54, 0x1f, 0x1e, 0x52, 0x00}, // 1b 0430 8af8 æ——
lynxeyed_atsu 0:eb1247cc069b 1268 {0x7f, 0x55, 0x5f, 0x49, 0x2f, 0x79, 0x4f, 0x00}, // 1b 0431 8af9 æ—¢
lynxeyed_atsu 0:eb1247cc069b 1269 {0x52, 0x1f, 0x1a, 0x5f, 0x3f, 0x55, 0x7f, 0x00}, // 1b 0432 8afa 期
lynxeyed_atsu 0:eb1247cc069b 1270 {0x1a, 0x7f, 0x52, 0x1f, 0x1a, 0x1f, 0x52, 0x00}, // 1b 0433 8afb 棋
lynxeyed_atsu 0:eb1247cc069b 1271 {0x52, 0x5a, 0x3e, 0x7b, 0x36, 0x5a, 0x52, 0x00}, // 1b 0434 8afc 棄
lynxeyed_atsu 0:eb1247cc069b 1272 {0x1a, 0x7f, 0x4a, 0x3d, 0x48, 0x3a, 0x55, 0x00}, // 1c 0435 8b40 æ©Ÿ
lynxeyed_atsu 0:eb1247cc069b 1273 {0x4e, 0x3f, 0x0c, 0x35, 0x7d, 0x37, 0x0c, 0x00}, // 1c 0436 8b41 帰
lynxeyed_atsu 0:eb1247cc069b 1274 {0x2a, 0x5e, 0x7b, 0x2e, 0x5b, 0x29, 0x5b, 0x00}, // 1c 0437 8b42 毅
lynxeyed_atsu 0:eb1247cc069b 1275 {0x44, 0x5b, 0x2e, 0x5e, 0x0e, 0x3a, 0x42, 0x00}, // 1c 0438 8b43 æ°—
lynxeyed_atsu 0:eb1247cc069b 1276 {0x75, 0x04, 0x0b, 0x0e, 0x0e, 0x3a, 0x42, 0x00}, // 1c 0439 8b44 æ±½
lynxeyed_atsu 0:eb1247cc069b 1277 {0x6a, 0x6d, 0x68, 0x0f, 0x5a, 0x2d, 0x50, 0x00}, // 1c 043a 8b45 ç•¿
lynxeyed_atsu 0:eb1247cc069b 1278 {0x12, 0x7b, 0x16, 0x40, 0x3e, 0x0a, 0x79, 0x00}, // 1c 043b 8b46 祈
lynxeyed_atsu 0:eb1247cc069b 1279 {0x2a, 0x2a, 0x27, 0x6f, 0x3f, 0x26, 0x2a, 0x00}, // 1c 043c 8b47 å­£
lynxeyed_atsu 0:eb1247cc069b 1280 {0x35, 0x7f, 0x48, 0x2d, 0x7a, 0x2d, 0x68, 0x00}, // 1c 043d 8b48 稀
lynxeyed_atsu 0:eb1247cc069b 1281 {0x2a, 0x75, 0x28, 0x79, 0x49, 0x49, 0x6f, 0x00}, // 1c 043e 8b49 ç´€
lynxeyed_atsu 0:eb1247cc069b 1282 {0x0a, 0x7d, 0x2a, 0x77, 0x2a, 0x3f, 0x5e, 0x00}, // 1c 043f 8b4a å¾½
lynxeyed_atsu 0:eb1247cc069b 1283 {0x4a, 0x3f, 0x2a, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 1c 0440 8b4b 規
lynxeyed_atsu 0:eb1247cc069b 1284 {0x6a, 0x6b, 0x02, 0x79, 0x49, 0x49, 0x6f, 0x00}, // 1c 0441 8b4c 記
lynxeyed_atsu 0:eb1247cc069b 1285 {0x48, 0x7e, 0x2a, 0x2f, 0x2a, 0x7e, 0x48, 0x00}, // 1c 0442 8b4d è²´
lynxeyed_atsu 0:eb1247cc069b 1286 {0x4a, 0x3a, 0x3f, 0x4a, 0x5d, 0x55, 0x57, 0x00}, // 1c 0443 8b4e èµ·
lynxeyed_atsu 0:eb1247cc069b 1287 {0x2d, 0x7f, 0x42, 0x3f, 0x02, 0x7e, 0x40, 0x00}, // 1c 0444 8b4f 軌
lynxeyed_atsu 0:eb1247cc069b 1288 {0x4a, 0x3c, 0x3f, 0x27, 0x3d, 0x7f, 0x27, 0x00}, // 1c 0445 8b50 輝
lynxeyed_atsu 0:eb1247cc069b 1289 {0x7a, 0x5d, 0x5a, 0x3f, 0x01, 0x7f, 0x40, 0x00}, // 1c 0446 8b51 飢
lynxeyed_atsu 0:eb1247cc069b 1290 {0x5f, 0x1f, 0x75, 0x12, 0x5a, 0x17, 0x7a, 0x00}, // 1c 0447 8b52 騎
lynxeyed_atsu 0:eb1247cc069b 1291 {0x40, 0x5e, 0x3a, 0x1f, 0x7a, 0x6e, 0x50, 0x00}, // 1c 0448 8b53 鬼
lynxeyed_atsu 0:eb1247cc069b 1292 {0x3a, 0x2e, 0x2d, 0x3d, 0x6f, 0x78, 0x40, 0x00}, // 1c 0449 8b54 亀
lynxeyed_atsu 0:eb1247cc069b 1293 {0x0c, 0x7f, 0x52, 0x1b, 0x56, 0x1f, 0x70, 0x00}, // 1c 044a 8b55 偽
lynxeyed_atsu 0:eb1247cc069b 1294 {0x0c, 0x7f, 0x2a, 0x7b, 0x2e, 0x3b, 0x5a, 0x00}, // 1c 044b 8b56 å„€
lynxeyed_atsu 0:eb1247cc069b 1295 {0x44, 0x5c, 0x37, 0x4c, 0x5a, 0x2f, 0x5a, 0x00}, // 1c 044c 8b57 妓
lynxeyed_atsu 0:eb1247cc069b 1296 {0x46, 0x42, 0x7e, 0x57, 0x7e, 0x42, 0x46, 0x00}, // 1c 044d 8b58 宜
lynxeyed_atsu 0:eb1247cc069b 1297 {0x7c, 0x44, 0x7f, 0x2a, 0x44, 0x3f, 0x55, 0x00}, // 1c 044e 8b59 戯
lynxeyed_atsu 0:eb1247cc069b 1298 {0x52, 0x7f, 0x4a, 0x5a, 0x2f, 0x5a, 0x42, 0x00}, // 1c 044f 8b5a 技
lynxeyed_atsu 0:eb1247cc069b 1299 {0x52, 0x7f, 0x57, 0x3a, 0x5a, 0x3d, 0x57, 0x00}, // 1c 0450 8b5b 擬
lynxeyed_atsu 0:eb1247cc069b 1300 {0x52, 0x1f, 0x1a, 0x5f, 0x52, 0x3b, 0x46, 0x00}, // 1c 0451 8b5c 欺
lynxeyed_atsu 0:eb1247cc069b 1301 {0x17, 0x7f, 0x2a, 0x7b, 0x2e, 0x3b, 0x5a, 0x00}, // 1c 0452 8b5d 犠
lynxeyed_atsu 0:eb1247cc069b 1302 {0x57, 0x3a, 0x5a, 0x65, 0x3d, 0x57, 0x4d, 0x00}, // 1c 0453 8b5e ç–‘
lynxeyed_atsu 0:eb1247cc069b 1303 {0x12, 0x7b, 0x16, 0x7e, 0x4a, 0x3e, 0x49, 0x00}, // 1c 0454 8b5f 祇
lynxeyed_atsu 0:eb1247cc069b 1304 {0x2a, 0x2a, 0x7b, 0x2e, 0x7a, 0x2b, 0x5a, 0x00}, // 1c 0455 8b60 義
lynxeyed_atsu 0:eb1247cc069b 1305 {0x4e, 0x7f, 0x2a, 0x7b, 0x2e, 0x3b, 0x5a, 0x00}, // 1c 0456 8b61 蟻
lynxeyed_atsu 0:eb1247cc069b 1306 {0x6b, 0x6a, 0x46, 0x7a, 0x5b, 0x7a, 0x46, 0x00}, // 1c 0457 8b62 誼
lynxeyed_atsu 0:eb1247cc069b 1307 {0x6b, 0x62, 0x2a, 0x7b, 0x2e, 0x3b, 0x5a, 0x00}, // 1c 0458 8b63 è­°
lynxeyed_atsu 0:eb1247cc069b 1308 {0x52, 0x7f, 0x04, 0x57, 0x3a, 0x56, 0x7e, 0x00}, // 1c 0459 8b64 掬
lynxeyed_atsu 0:eb1247cc069b 1309 {0x12, 0x5e, 0x2b, 0x7a, 0x2b, 0x5a, 0x7a, 0x00}, // 1c 045a 8b65 菊
lynxeyed_atsu 0:eb1247cc069b 1310 {0x37, 0x7e, 0x37, 0x57, 0x3a, 0x56, 0x7e, 0x00}, // 1c 045b 8b66 éž 
lynxeyed_atsu 0:eb1247cc069b 1311 {0x02, 0x6a, 0x6a, 0x6f, 0x6a, 0x6a, 0x02, 0x00}, // 1c 045c 8b67 吉
lynxeyed_atsu 0:eb1247cc069b 1312 {0x1e, 0x1e, 0x04, 0x23, 0x56, 0x4e, 0x62, 0x00}, // 1c 045d 8b68 吃
lynxeyed_atsu 0:eb1247cc069b 1313 {0x1e, 0x1e, 0x4a, 0x5f, 0x3a, 0x57, 0x4f, 0x00}, // 1c 045e 8b69 å–«
lynxeyed_atsu 0:eb1247cc069b 1314 {0x1a, 0x7f, 0x02, 0x6a, 0x6f, 0x6a, 0x02, 0x00}, // 1c 045f 8b6a æ¡”
lynxeyed_atsu 0:eb1247cc069b 1315 {0x1a, 0x7f, 0x7a, 0x37, 0x5f, 0x33, 0x76, 0x00}, // 1c 0460 8b6b 橘
lynxeyed_atsu 0:eb1247cc069b 1316 {0x6b, 0x6a, 0x02, 0x6a, 0x6f, 0x6a, 0x02, 0x00}, // 1c 0461 8b6c è©°
lynxeyed_atsu 0:eb1247cc069b 1317 {0x09, 0x37, 0x31, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 1c 0462 8b6d ç §
lynxeyed_atsu 0:eb1247cc069b 1318 {0x1a, 0x7f, 0x14, 0x13, 0x7e, 0x12, 0x10, 0x00}, // 1c 0463 8b6e 杵
lynxeyed_atsu 0:eb1247cc069b 1319 {0x2a, 0x6a, 0x37, 0x6f, 0x37, 0x6a, 0x2a, 0x00}, // 1c 0464 8b6f 黍
lynxeyed_atsu 0:eb1247cc069b 1320 {0x48, 0x6a, 0x5f, 0x2a, 0x7f, 0x01, 0x1f, 0x00}, // 1c 0465 8b70 却
lynxeyed_atsu 0:eb1247cc069b 1321 {0x26, 0x2a, 0x6a, 0x57, 0x6e, 0x22, 0x26, 0x00}, // 1c 0466 8b71 客
lynxeyed_atsu 0:eb1247cc069b 1322 {0x7f, 0x15, 0x7f, 0x6a, 0x5f, 0x7f, 0x1f, 0x00}, // 1c 0467 8b72 è„š
lynxeyed_atsu 0:eb1247cc069b 1323 {0x40, 0x3c, 0x04, 0x74, 0x5f, 0x5a, 0x5a, 0x00}, // 1c 0468 8b73 虐
lynxeyed_atsu 0:eb1247cc069b 1324 {0x49, 0x38, 0x5a, 0x73, 0x5e, 0x53, 0x5a, 0x00}, // 1c 0469 8b74 逆
lynxeyed_atsu 0:eb1247cc069b 1325 {0x40, 0x7e, 0x4a, 0x4a, 0x79, 0x49, 0x40, 0x00}, // 1c 046a 8b75 丘
lynxeyed_atsu 0:eb1247cc069b 1326 {0x40, 0x48, 0x47, 0x22, 0x1a, 0x26, 0x40, 0x00}, // 1c 046b 8b76 ä¹…
lynxeyed_atsu 0:eb1247cc069b 1327 {0x04, 0x7e, 0x43, 0x3e, 0x03, 0x7e, 0x40, 0x00}, // 1c 046c 8b77 仇
lynxeyed_atsu 0:eb1247cc069b 1328 {0x04, 0x7e, 0x23, 0x1a, 0x7f, 0x1a, 0x22, 0x00}, // 1c 046d 8b78 休
lynxeyed_atsu 0:eb1247cc069b 1329 {0x41, 0x31, 0x4f, 0x51, 0x27, 0x5c, 0x40, 0x00}, // 1c 046e 8b79 及
lynxeyed_atsu 0:eb1247cc069b 1330 {0x1e, 0x5e, 0x21, 0x5f, 0x51, 0x27, 0x5c, 0x00}, // 1c 046f 8b7a 吸
lynxeyed_atsu 0:eb1247cc069b 1331 {0x06, 0x62, 0x6e, 0x7b, 0x6e, 0x62, 0x06, 0x00}, // 1c 0470 8b7b å®®
lynxeyed_atsu 0:eb1247cc069b 1332 {0x10, 0x1d, 0x15, 0x15, 0x55, 0x57, 0x70, 0x00}, // 1c 0471 8b7c 弓
lynxeyed_atsu 0:eb1247cc069b 1333 {0x62, 0x36, 0x55, 0x55, 0x77, 0x1c, 0x60, 0x00}, // 1c 0472 8b7d 急
lynxeyed_atsu 0:eb1247cc069b 1334 {0x2a, 0x52, 0x7f, 0x2a, 0x5c, 0x23, 0x5e, 0x00}, // 1c 0473 8b7e æ•‘
lynxeyed_atsu 0:eb1247cc069b 1335 {0x1a, 0x7f, 0x0a, 0x01, 0x0f, 0x49, 0x79, 0x00}, // 1d 0474 8b80 朽
lynxeyed_atsu 0:eb1247cc069b 1336 {0x22, 0x2a, 0x52, 0x7f, 0x12, 0x2b, 0x42, 0x00}, // 1d 0475 8b81 求
lynxeyed_atsu 0:eb1247cc069b 1337 {0x75, 0x40, 0x21, 0x5f, 0x51, 0x27, 0x5c, 0x00}, // 1d 0476 8b82 æ±²
lynxeyed_atsu 0:eb1247cc069b 1338 {0x65, 0x10, 0x42, 0x7e, 0x63, 0x5e, 0x42, 0x00}, // 1d 0477 8b83 æ³£
lynxeyed_atsu 0:eb1247cc069b 1339 {0x48, 0x5a, 0x29, 0x15, 0x25, 0x5b, 0x48, 0x00}, // 1d 0478 8b84 灸
lynxeyed_atsu 0:eb1247cc069b 1340 {0x2a, 0x3e, 0x2a, 0x52, 0x7f, 0x12, 0x2b, 0x00}, // 1d 0479 8b85 球
lynxeyed_atsu 0:eb1247cc069b 1341 {0x56, 0x5a, 0x36, 0x13, 0x7e, 0x4a, 0x66, 0x00}, // 1d 047a 8b86 究
lynxeyed_atsu 0:eb1247cc069b 1342 {0x56, 0x5a, 0x2e, 0x7f, 0x02, 0x5e, 0x76, 0x00}, // 1d 047b 8b87 窮
lynxeyed_atsu 0:eb1247cc069b 1343 {0x44, 0x4b, 0x2e, 0x5c, 0x2b, 0x5e, 0x42, 0x00}, // 1d 047c 8b88 笈
lynxeyed_atsu 0:eb1247cc069b 1344 {0x2a, 0x75, 0x28, 0x5f, 0x51, 0x27, 0x5c, 0x00}, // 1d 047d 8b89 ç´š
lynxeyed_atsu 0:eb1247cc069b 1345 {0x2a, 0x75, 0x28, 0x3e, 0x20, 0x7f, 0x10, 0x00}, // 1d 047e 8b8a ç³¾
lynxeyed_atsu 0:eb1247cc069b 1346 {0x2a, 0x75, 0x04, 0x72, 0x55, 0x76, 0x04, 0x00}, // 1d 047f 8b8b 給
lynxeyed_atsu 0:eb1247cc069b 1347 {0x7f, 0x00, 0x7f, 0x49, 0x49, 0x49, 0x7f, 0x00}, // 1d 0480 8b8c æ—§
lynxeyed_atsu 0:eb1247cc069b 1348 {0x14, 0x13, 0x12, 0x7f, 0x12, 0x12, 0x10, 0x00}, // 1d 0481 8b8d 牛
lynxeyed_atsu 0:eb1247cc069b 1349 {0x48, 0x4a, 0x6a, 0x5f, 0x4a, 0x2a, 0x48, 0x00}, // 1d 0482 8b8e 去
lynxeyed_atsu 0:eb1247cc069b 1350 {0x40, 0x3f, 0x0b, 0x6b, 0x7f, 0x6b, 0x0b, 0x00}, // 1d 0483 8b8f å±…
lynxeyed_atsu 0:eb1247cc069b 1351 {0x00, 0x7f, 0x55, 0x55, 0x55, 0x5d, 0x41, 0x00}, // 1d 0484 8b90 å·¨
lynxeyed_atsu 0:eb1247cc069b 1352 {0x52, 0x7f, 0x0a, 0x7f, 0x55, 0x55, 0x5d, 0x00}, // 1d 0485 8b91 æ‹’
lynxeyed_atsu 0:eb1247cc069b 1353 {0x52, 0x7f, 0x4c, 0x33, 0x2e, 0x42, 0x5e, 0x00}, // 1d 0486 8b92 æ‹ 
lynxeyed_atsu 0:eb1247cc069b 1354 {0x2a, 0x37, 0x7a, 0x7b, 0x3a, 0x37, 0x2a, 0x00}, // 1d 0487 8b93 挙
lynxeyed_atsu 0:eb1247cc069b 1355 {0x55, 0x50, 0x3f, 0x7b, 0x3b, 0x5f, 0x59, 0x00}, // 1d 0488 8b94 渠
lynxeyed_atsu 0:eb1247cc069b 1356 {0x40, 0x3c, 0x44, 0x64, 0x4f, 0x6a, 0x4a, 0x00}, // 1d 0489 8b95 虚
lynxeyed_atsu 0:eb1247cc069b 1357 {0x6a, 0x6b, 0x14, 0x13, 0x7e, 0x12, 0x10, 0x00}, // 1d 048a 8b96 許
lynxeyed_atsu 0:eb1247cc069b 1358 {0x77, 0x7d, 0x2b, 0x7f, 0x55, 0x55, 0x5d, 0x00}, // 1d 048b 8b97 距
lynxeyed_atsu 0:eb1247cc069b 1359 {0x56, 0x7d, 0x36, 0x3f, 0x6b, 0x5f, 0x6b, 0x00}, // 1d 048c 8b98 鋸
lynxeyed_atsu 0:eb1247cc069b 1360 {0x65, 0x10, 0x42, 0x1e, 0x5d, 0x17, 0x5c, 0x00}, // 1d 048d 8b99 漁
lynxeyed_atsu 0:eb1247cc069b 1361 {0x4a, 0x3d, 0x53, 0x7e, 0x1a, 0x3f, 0x47, 0x00}, // 1d 048e 8b9a 禦
lynxeyed_atsu 0:eb1247cc069b 1362 {0x42, 0x1e, 0x55, 0x1d, 0x57, 0x1c, 0x40, 0x00}, // 1d 048f 8b9b é­š
lynxeyed_atsu 0:eb1247cc069b 1363 {0x02, 0x0e, 0x4a, 0x6b, 0x1a, 0x0e, 0x02, 0x00}, // 1d 0490 8b9c 亨
lynxeyed_atsu 0:eb1247cc069b 1364 {0x22, 0x2e, 0x2a, 0x6b, 0x3a, 0x2e, 0x22, 0x00}, // 1d 0491 8b9d 享
lynxeyed_atsu 0:eb1247cc069b 1365 {0x42, 0x2e, 0x4a, 0x7b, 0x0a, 0x2e, 0x42, 0x00}, // 1d 0492 8b9e 京
lynxeyed_atsu 0:eb1247cc069b 1366 {0x0c, 0x7f, 0x52, 0x1f, 0x12, 0x1f, 0x52, 0x00}, // 1d 0493 8b9f ä¾›
lynxeyed_atsu 0:eb1247cc069b 1367 {0x04, 0x7e, 0x5b, 0x52, 0x3f, 0x52, 0x5a, 0x00}, // 1d 0494 8ba0 ä¾ 
lynxeyed_atsu 0:eb1247cc069b 1368 {0x0c, 0x7f, 0x7a, 0x17, 0x5b, 0x17, 0x7a, 0x00}, // 1d 0495 8ba1 僑
lynxeyed_atsu 0:eb1247cc069b 1369 {0x40, 0x5f, 0x35, 0x12, 0x75, 0x5f, 0x60, 0x00}, // 1d 0496 8ba2 å…‡
lynxeyed_atsu 0:eb1247cc069b 1370 {0x4a, 0x3e, 0x6b, 0x5e, 0x3e, 0x6b, 0x5e, 0x00}, // 1d 0497 8ba3 競
lynxeyed_atsu 0:eb1247cc069b 1371 {0x50, 0x52, 0x1f, 0x12, 0x1f, 0x52, 0x50, 0x00}, // 1d 0498 8ba4 å…±
lynxeyed_atsu 0:eb1247cc069b 1372 {0x7f, 0x60, 0x54, 0x48, 0x56, 0x40, 0x7f, 0x00}, // 1d 0499 8ba5 凶
lynxeyed_atsu 0:eb1247cc069b 1373 {0x04, 0x7f, 0x24, 0x62, 0x37, 0x62, 0x76, 0x00}, // 1d 049a 8ba6 協
lynxeyed_atsu 0:eb1247cc069b 1374 {0x7f, 0x41, 0x63, 0x6b, 0x7f, 0x6b, 0x41, 0x00}, // 1d 049b 8ba7 匡
lynxeyed_atsu 0:eb1247cc069b 1375 {0x5e, 0x31, 0x7e, 0x4a, 0x2e, 0x7f, 0x1f, 0x00}, // 1d 049c 8ba8 卿
lynxeyed_atsu 0:eb1247cc069b 1376 {0x1e, 0x1e, 0x20, 0x3e, 0x20, 0x7f, 0x10, 0x00}, // 1d 049d 8ba9 叫
lynxeyed_atsu 0:eb1247cc069b 1377 {0x7a, 0x1a, 0x77, 0x5b, 0x77, 0x1a, 0x7a, 0x00}, // 1d 049e 8baa å–¬
lynxeyed_atsu 0:eb1247cc069b 1378 {0x24, 0x3f, 0x4a, 0x3e, 0x3b, 0x7e, 0x4a, 0x00}, // 1d 049f 8bab 境
lynxeyed_atsu 0:eb1247cc069b 1379 {0x38, 0x3f, 0x5a, 0x52, 0x3f, 0x52, 0x5a, 0x00}, // 1d 04a0 8bac 峡
lynxeyed_atsu 0:eb1247cc069b 1380 {0x5d, 0x77, 0x44, 0x5e, 0x7d, 0x5c, 0x66, 0x00}, // 1d 04a1 8bad å¼·
lynxeyed_atsu 0:eb1247cc069b 1381 {0x5d, 0x77, 0x00, 0x49, 0x7f, 0x7f, 0x49, 0x00}, // 1d 04a2 8bae 彊
lynxeyed_atsu 0:eb1247cc069b 1382 {0x06, 0x7f, 0x48, 0x6a, 0x5f, 0x2a, 0x48, 0x00}, // 1d 04a3 8baf 怯
lynxeyed_atsu 0:eb1247cc069b 1383 {0x69, 0x2f, 0x45, 0x48, 0x67, 0x0f, 0x68, 0x00}, // 1d 04a4 8bb0 恐
lynxeyed_atsu 0:eb1247cc069b 1384 {0x48, 0x1a, 0x6f, 0x0a, 0x4f, 0x1a, 0x48, 0x00}, // 1d 04a5 8bb1 恭
lynxeyed_atsu 0:eb1247cc069b 1385 {0x52, 0x7f, 0x5a, 0x52, 0x3f, 0x52, 0x5a, 0x00}, // 1d 04a6 8bb2 挟
lynxeyed_atsu 0:eb1247cc069b 1386 {0x28, 0x1a, 0x6f, 0x3a, 0x5c, 0x23, 0x5e, 0x00}, // 1d 04a7 8bb3 æ•™
lynxeyed_atsu 0:eb1247cc069b 1387 {0x1a, 0x7f, 0x7a, 0x17, 0x5b, 0x17, 0x7a, 0x00}, // 1d 04a8 8bb4 æ©‹
lynxeyed_atsu 0:eb1247cc069b 1388 {0x75, 0x00, 0x4f, 0x39, 0x09, 0x79, 0x4f, 0x00}, // 1d 04a9 8bb5 況
lynxeyed_atsu 0:eb1247cc069b 1389 {0x55, 0x3e, 0x41, 0x49, 0x7f, 0x49, 0x41, 0x00}, // 1d 04aa 8bb6 ç‹‚
lynxeyed_atsu 0:eb1247cc069b 1390 {0x55, 0x3e, 0x5b, 0x52, 0x3f, 0x52, 0x5a, 0x00}, // 1d 04ab 8bb7 ç‹­
lynxeyed_atsu 0:eb1247cc069b 1391 {0x4b, 0x3e, 0x7a, 0x17, 0x5b, 0x17, 0x7a, 0x00}, // 1d 04ac 8bb8 矯
lynxeyed_atsu 0:eb1247cc069b 1392 {0x7f, 0x15, 0x7f, 0x34, 0x2b, 0x36, 0x7e, 0x00}, // 1d 04ad 8bb9 胸
lynxeyed_atsu 0:eb1247cc069b 1393 {0x28, 0x1a, 0x6e, 0x3b, 0x2a, 0x7e, 0x18, 0x00}, // 1d 04ae 8bba è„…
lynxeyed_atsu 0:eb1247cc069b 1394 {0x5e, 0x55, 0x1e, 0x1a, 0x1e, 0x55, 0x5f, 0x00}, // 1d 04af 8bbb 興
lynxeyed_atsu 0:eb1247cc069b 1395 {0x7a, 0x1a, 0x7f, 0x56, 0x7f, 0x1a, 0x7a, 0x00}, // 1d 04b0 8bbc è•Ž
lynxeyed_atsu 0:eb1247cc069b 1396 {0x5a, 0x35, 0x7e, 0x4a, 0x2e, 0x7f, 0x1b, 0x00}, // 1d 04b1 8bbd 郷
lynxeyed_atsu 0:eb1247cc069b 1397 {0x56, 0x7d, 0x4a, 0x3e, 0x3b, 0x7e, 0x4a, 0x00}, // 1d 04b2 8bbe 鏡
lynxeyed_atsu 0:eb1247cc069b 1398 {0x2a, 0x25, 0x7f, 0x6b, 0x78, 0x2f, 0x27, 0x00}, // 1d 04b3 8bbf 響
lynxeyed_atsu 0:eb1247cc069b 1399 {0x2a, 0x25, 0x7f, 0x3b, 0x50, 0x2f, 0x27, 0x00}, // 1d 04b4 8bc0 饗
lynxeyed_atsu 0:eb1247cc069b 1400 {0x4a, 0x07, 0x5e, 0x1f, 0x5a, 0x15, 0x7b, 0x00}, // 1d 04b5 8bc1 é©š
lynxeyed_atsu 0:eb1247cc069b 1401 {0x0c, 0x7f, 0x3e, 0x11, 0x7e, 0x02, 0x1e, 0x00}, // 1d 04b6 8bc2 ä»°
lynxeyed_atsu 0:eb1247cc069b 1402 {0x71, 0x00, 0x57, 0x3a, 0x5a, 0x3d, 0x57, 0x00}, // 1d 04b7 8bc3 凝
lynxeyed_atsu 0:eb1247cc069b 1403 {0x54, 0x56, 0x3e, 0x17, 0x7e, 0x56, 0x54, 0x00}, // 1d 04b8 8bc4 å°­
lynxeyed_atsu 0:eb1247cc069b 1404 {0x3e, 0x2a, 0x5e, 0x3e, 0x17, 0x7e, 0x54, 0x00}, // 1d 04b9 8bc5 暁
lynxeyed_atsu 0:eb1247cc069b 1405 {0x53, 0x5a, 0x3f, 0x7a, 0x3f, 0x5a, 0x53, 0x00}, // 1d 04ba 8bc6 業
lynxeyed_atsu 0:eb1247cc069b 1406 {0x40, 0x3f, 0x75, 0x55, 0x75, 0x07, 0x7c, 0x00}, // 1d 04bb 8bc7 å±€
lynxeyed_atsu 0:eb1247cc069b 1407 {0x7e, 0x4a, 0x7f, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 1d 04bc 8bc8 曲
lynxeyed_atsu 0:eb1247cc069b 1408 {0x1a, 0x7f, 0x0a, 0x59, 0x47, 0x7d, 0x59, 0x00}, // 1d 04bd 8bc9 極
lynxeyed_atsu 0:eb1247cc069b 1409 {0x41, 0x49, 0x49, 0x7f, 0x49, 0x69, 0x41, 0x00}, // 1d 04be 8bca 玉
lynxeyed_atsu 0:eb1247cc069b 1410 {0x1a, 0x7f, 0x0a, 0x7f, 0x35, 0x35, 0x7f, 0x00}, // 1d 04bf 8bcb 桐
lynxeyed_atsu 0:eb1247cc069b 1411 {0x35, 0x7e, 0x09, 0x0a, 0x7e, 0x09, 0x08, 0x00}, // 1d 04c0 8bcc 粁
lynxeyed_atsu 0:eb1247cc069b 1412 {0x0c, 0x7f, 0x5a, 0x5f, 0x7a, 0x5f, 0x5a, 0x00}, // 1d 04c1 8bcd 僅
lynxeyed_atsu 0:eb1247cc069b 1413 {0x5a, 0x5f, 0x7a, 0x5f, 0x62, 0x1f, 0x7e, 0x00}, // 1d 04c2 8bce 勤
lynxeyed_atsu 0:eb1247cc069b 1414 {0x24, 0x3f, 0x14, 0x23, 0x2a, 0x52, 0x7e, 0x00}, // 1d 04c3 8bcf 均
lynxeyed_atsu 0:eb1247cc069b 1415 {0x3e, 0x02, 0x02, 0x7f, 0x02, 0x22, 0x3e, 0x00}, // 1d 04c4 8bd0 å·¾
lynxeyed_atsu 0:eb1247cc069b 1416 {0x56, 0x7d, 0x36, 0x1e, 0x7b, 0x1e, 0x30, 0x00}, // 1d 04c5 8bd1 錦
lynxeyed_atsu 0:eb1247cc069b 1417 {0x40, 0x3e, 0x0a, 0x0a, 0x79, 0x09, 0x08, 0x00}, // 1d 04c6 8bd2 æ–¤
lynxeyed_atsu 0:eb1247cc069b 1418 {0x3e, 0x0a, 0x79, 0x44, 0x43, 0x3e, 0x46, 0x00}, // 1d 04c7 8bd3 欣
lynxeyed_atsu 0:eb1247cc069b 1419 {0x56, 0x7d, 0x36, 0x44, 0x43, 0x3e, 0x46, 0x00}, // 1d 04c8 8bd4 欽
lynxeyed_atsu 0:eb1247cc069b 1420 {0x15, 0x17, 0x2d, 0x28, 0x6d, 0x17, 0x15, 0x00}, // 1d 04c9 8bd5 琴
lynxeyed_atsu 0:eb1247cc069b 1421 {0x5a, 0x36, 0x5f, 0x7a, 0x16, 0x3f, 0x5a, 0x00}, // 1d 04ca 8bd6 禁
lynxeyed_atsu 0:eb1247cc069b 1422 {0x72, 0x1e, 0x7a, 0x55, 0x3a, 0x5e, 0x72, 0x00}, // 1d 04cb 8bd7 禽
lynxeyed_atsu 0:eb1247cc069b 1423 {0x44, 0x3b, 0x7e, 0x54, 0x3b, 0x56, 0x72, 0x00}, // 1d 04cc 8bd8 ç­‹
lynxeyed_atsu 0:eb1247cc069b 1424 {0x57, 0x17, 0x1d, 0x70, 0x1b, 0x15, 0x5b, 0x00}, // 1d 04cd 8bd9 ç·Š
lynxeyed_atsu 0:eb1247cc069b 1425 {0x42, 0x3a, 0x1f, 0x1a, 0x77, 0x16, 0x12, 0x00}, // 1d 04ce 8bda 芹
lynxeyed_atsu 0:eb1247cc069b 1426 {0x7e, 0x6a, 0x5b, 0x7e, 0x5f, 0x6a, 0x7e, 0x00}, // 1d 04cf 8bdb 菌
lynxeyed_atsu 0:eb1247cc069b 1427 {0x12, 0x7b, 0x36, 0x12, 0x55, 0x36, 0x14, 0x00}, // 1d 04d0 8bdc è¡¿
lynxeyed_atsu 0:eb1247cc069b 1428 {0x12, 0x7b, 0x56, 0x1f, 0x78, 0x1a, 0x57, 0x00}, // 1d 04d1 8bdd 襟
lynxeyed_atsu 0:eb1247cc069b 1429 {0x6b, 0x62, 0x5a, 0x5f, 0x7a, 0x5f, 0x5a, 0x00}, // 1d 04d2 8bde 謹
lynxeyed_atsu 0:eb1247cc069b 1430 {0x49, 0x3a, 0x60, 0x5e, 0x4a, 0x79, 0x48, 0x00}, // 1d 04d3 8bdf è¿‘
lynxeyed_atsu 0:eb1247cc069b 1431 {0x54, 0x74, 0x56, 0x7d, 0x56, 0x74, 0x54, 0x00}, // 1d 04d4 8be0 金
lynxeyed_atsu 0:eb1247cc069b 1432 {0x1e, 0x12, 0x1e, 0x52, 0x55, 0x36, 0x14, 0x00}, // 1d 04d5 8be1 吟
lynxeyed_atsu 0:eb1247cc069b 1433 {0x56, 0x7d, 0x36, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 1d 04d6 8be2 銀
lynxeyed_atsu 0:eb1247cc069b 1434 {0x42, 0x32, 0x0f, 0x02, 0x7e, 0x40, 0x60, 0x00}, // 1d 04d7 8be3 九
lynxeyed_atsu 0:eb1247cc069b 1435 {0x04, 0x7e, 0x51, 0x1f, 0x15, 0x1f, 0x50, 0x00}, // 1d 04d8 8be4 倶
lynxeyed_atsu 0:eb1247cc069b 1436 {0x08, 0x07, 0x3a, 0x2a, 0x3a, 0x42, 0x7e, 0x00}, // 1d 04d9 8be5 句
lynxeyed_atsu 0:eb1247cc069b 1437 {0x7f, 0x41, 0x65, 0x55, 0x49, 0x57, 0x41, 0x00}, // 1d 04da 8be6 区
lynxeyed_atsu 0:eb1247cc069b 1438 {0x55, 0x4a, 0x3d, 0x04, 0x1b, 0x5a, 0x7e, 0x00}, // 1d 04db 8be7 ç‹—
lynxeyed_atsu 0:eb1247cc069b 1439 {0x2a, 0x3e, 0x48, 0x27, 0x12, 0x2e, 0x40, 0x00}, // 1d 04dc 8be8 玖
lynxeyed_atsu 0:eb1247cc069b 1440 {0x44, 0x2b, 0x1e, 0x2a, 0x7f, 0x55, 0x5d, 0x00}, // 1d 04dd 8be9 矩
lynxeyed_atsu 0:eb1247cc069b 1441 {0x0a, 0x6a, 0x6f, 0x7a, 0x6f, 0x6a, 0x0a, 0x00}, // 1d 04de 8bea 苦
lynxeyed_atsu 0:eb1247cc069b 1442 {0x50, 0x5e, 0x2b, 0x7e, 0x7f, 0x49, 0x55, 0x00}, // 1d 04df 8beb 躯
lynxeyed_atsu 0:eb1247cc069b 1443 {0x5f, 0x1f, 0x75, 0x00, 0x7f, 0x49, 0x55, 0x00}, // 1d 04e0 8bec 駆
lynxeyed_atsu 0:eb1247cc069b 1444 {0x5f, 0x1f, 0x75, 0x7e, 0x4a, 0x79, 0x48, 0x00}, // 1d 04e1 8bed 駈
lynxeyed_atsu 0:eb1247cc069b 1445 {0x5f, 0x1f, 0x75, 0x04, 0x1b, 0x5a, 0x7e, 0x00}, // 1d 04e2 8bee 駒
lynxeyed_atsu 0:eb1247cc069b 1446 {0x50, 0x5f, 0x15, 0x15, 0x15, 0x5f, 0x50, 0x00}, // 1d 04e3 8bef å…·
lynxeyed_atsu 0:eb1247cc069b 1447 {0x60, 0x3c, 0x57, 0x5f, 0x6f, 0x1c, 0x60, 0x00}, // 1d 04e4 8bf0 æ„š
lynxeyed_atsu 0:eb1247cc069b 1448 {0x40, 0x3c, 0x34, 0x64, 0x3f, 0x7a, 0x2a, 0x00}, // 1d 04e5 8bf1 虞
lynxeyed_atsu 0:eb1247cc069b 1449 {0x1e, 0x1e, 0x04, 0x7a, 0x5d, 0x22, 0x54, 0x00}, // 1d 04e6 8bf2 å–°
lynxeyed_atsu 0:eb1247cc069b 1450 {0x46, 0x4a, 0x56, 0x73, 0x5e, 0x4a, 0x46, 0x00}, // 1d 04e7 8bf3 空
lynxeyed_atsu 0:eb1247cc069b 1451 {0x04, 0x7e, 0x79, 0x4b, 0x7f, 0x2b, 0x78, 0x00}, // 1d 04e8 8bf4 偶
lynxeyed_atsu 0:eb1247cc069b 1452 {0x76, 0x12, 0x5e, 0x7f, 0x3e, 0x52, 0x76, 0x00}, // 1d 04e9 8bf5 寓
lynxeyed_atsu 0:eb1247cc069b 1453 {0x49, 0x3a, 0x78, 0x6b, 0x7f, 0x5b, 0x78, 0x00}, // 1d 04ea 8bf6 遇
lynxeyed_atsu 0:eb1247cc069b 1454 {0x7f, 0x1b, 0x78, 0x4b, 0x7f, 0x2b, 0x78, 0x00}, // 1d 04eb 8bf7 éš…
lynxeyed_atsu 0:eb1247cc069b 1455 {0x30, 0x36, 0x36, 0x7f, 0x36, 0x36, 0x30, 0x00}, // 1d 04ec 8bf8 串
lynxeyed_atsu 0:eb1247cc069b 1456 {0x1a, 0x7f, 0x7b, 0x5e, 0x00, 0x7b, 0x1e, 0x00}, // 1d 04ed 8bf9 æ«›
lynxeyed_atsu 0:eb1247cc069b 1457 {0x56, 0x7d, 0x56, 0x3f, 0x1e, 0x00, 0x7f, 0x00}, // 1d 04ee 8bfa 釧
lynxeyed_atsu 0:eb1247cc069b 1458 {0x40, 0x3f, 0x07, 0x7b, 0x2f, 0x2b, 0x7f, 0x00}, // 1d 04ef 8bfb 屑
lynxeyed_atsu 0:eb1247cc069b 1459 {0x40, 0x3f, 0x65, 0x4d, 0x7d, 0x4d, 0x67, 0x00}, // 1d 04f0 8bfc 屈
lynxeyed_atsu 0:eb1247cc069b 1460 {0x52, 0x7f, 0x3f, 0x65, 0x4d, 0x7d, 0x6f, 0x00}, // 1e 04f1 8c40 掘
lynxeyed_atsu 0:eb1247cc069b 1461 {0x46, 0x3a, 0x7e, 0x5f, 0x7a, 0x5e, 0x66, 0x00}, // 1e 04f2 8c41 窟
lynxeyed_atsu 0:eb1247cc069b 1462 {0x0a, 0x7a, 0x56, 0x5f, 0x54, 0x7a, 0x08, 0x00}, // 1e 04f3 8c42 沓
lynxeyed_atsu 0:eb1247cc069b 1463 {0x37, 0x7e, 0x37, 0x7e, 0x01, 0x7f, 0x44, 0x00}, // 1e 04f4 8c43 靴
lynxeyed_atsu 0:eb1247cc069b 1464 {0x0a, 0x7d, 0x6a, 0x7f, 0x6e, 0x6a, 0x1d, 0x00}, // 1e 04f5 8c44 轡
lynxeyed_atsu 0:eb1247cc069b 1465 {0x56, 0x0a, 0x56, 0x53, 0x7e, 0x5a, 0x56, 0x00}, // 1e 04f6 8c45 窪
lynxeyed_atsu 0:eb1247cc069b 1466 {0x42, 0x1f, 0x4a, 0x1f, 0x40, 0x1b, 0x52, 0x00}, // 1e 04f7 8c46 熊
lynxeyed_atsu 0:eb1247cc069b 1467 {0x7f, 0x25, 0x1b, 0x77, 0x55, 0x37, 0x57, 0x00}, // 1e 04f8 8c47 隈
lynxeyed_atsu 0:eb1247cc069b 1468 {0x48, 0x5a, 0x35, 0x7d, 0x35, 0x5b, 0x48, 0x00}, // 1e 04f9 8c48 粂
lynxeyed_atsu 0:eb1247cc069b 1469 {0x51, 0x57, 0x35, 0x7f, 0x35, 0x57, 0x51, 0x00}, // 1e 04fa 8c49 æ —
lynxeyed_atsu 0:eb1247cc069b 1470 {0x2a, 0x75, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 1e 04fb 8c4a ç¹°
lynxeyed_atsu 0:eb1247cc069b 1471 {0x54, 0x55, 0x2d, 0x75, 0x33, 0x4d, 0x54, 0x00}, // 1e 04fc 8c4b æ¡‘
lynxeyed_atsu 0:eb1247cc069b 1472 {0x56, 0x7d, 0x36, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 1e 04fd 8c4c 鍬
lynxeyed_atsu 0:eb1247cc069b 1473 {0x52, 0x1f, 0x5f, 0x12, 0x5a, 0x07, 0x5e, 0x00}, // 1e 04fe 8c4d 勲
lynxeyed_atsu 0:eb1247cc069b 1474 {0x44, 0x55, 0x35, 0x7f, 0x55, 0x5f, 0x74, 0x00}, // 1e 04ff 8c4e 君
lynxeyed_atsu 0:eb1247cc069b 1475 {0x6a, 0x3a, 0x6f, 0x3e, 0x6f, 0x3a, 0x6a, 0x00}, // 1e 0500 8c4f è–«
lynxeyed_atsu 0:eb1247cc069b 1476 {0x6a, 0x6b, 0x40, 0x3f, 0x1e, 0x00, 0x7f, 0x00}, // 1e 0501 8c50 訓
lynxeyed_atsu 0:eb1247cc069b 1477 {0x55, 0x3f, 0x75, 0x6f, 0x2b, 0x7e, 0x2b, 0x00}, // 1e 0502 8c51 群
lynxeyed_atsu 0:eb1247cc069b 1478 {0x27, 0x3d, 0x2d, 0x7f, 0x2d, 0x3d, 0x27, 0x00}, // 1e 0503 8c52 軍
lynxeyed_atsu 0:eb1247cc069b 1479 {0x55, 0x3f, 0x75, 0x6f, 0x04, 0x7f, 0x1b, 0x00}, // 1e 0504 8c53 郡
lynxeyed_atsu 0:eb1247cc069b 1480 {0x48, 0x5a, 0x3f, 0x2a, 0x7f, 0x08, 0x10, 0x00}, // 1e 0505 8c54 卦
lynxeyed_atsu 0:eb1247cc069b 1481 {0x5a, 0x37, 0x7a, 0x5e, 0x3e, 0x5a, 0x5e, 0x00}, // 1e 0506 8c55 袈
lynxeyed_atsu 0:eb1247cc069b 1482 {0x12, 0x7b, 0x16, 0x00, 0x7f, 0x25, 0x1b, 0x00}, // 1e 0507 8c56 祁
lynxeyed_atsu 0:eb1247cc069b 1483 {0x04, 0x7e, 0x51, 0x15, 0x7b, 0x11, 0x59, 0x00}, // 1e 0508 8c57 ä¿‚
lynxeyed_atsu 0:eb1247cc069b 1484 {0x04, 0x7e, 0x3f, 0x24, 0x5d, 0x17, 0x5d, 0x00}, // 1e 0509 8c58 傾
lynxeyed_atsu 0:eb1247cc069b 1485 {0x49, 0x3f, 0x09, 0x7f, 0x09, 0x4e, 0x7f, 0x00}, // 1e 050a 8c59 刑
lynxeyed_atsu 0:eb1247cc069b 1486 {0x40, 0x4f, 0x39, 0x09, 0x79, 0x4f, 0x60, 0x00}, // 1e 050b 8c5a å…„
lynxeyed_atsu 0:eb1247cc069b 1487 {0x09, 0x77, 0x55, 0x57, 0x5a, 0x75, 0x0b, 0x00}, // 1e 050c 8c5b å•“
lynxeyed_atsu 0:eb1247cc069b 1488 {0x48, 0x5a, 0x5a, 0x7f, 0x5a, 0x5a, 0x48, 0x00}, // 1e 050d 8c5c 圭
lynxeyed_atsu 0:eb1247cc069b 1489 {0x2a, 0x3e, 0x48, 0x5a, 0x7f, 0x5a, 0x48, 0x00}, // 1e 050e 8c5d 珪
lynxeyed_atsu 0:eb1247cc069b 1490 {0x55, 0x4f, 0x55, 0x7f, 0x55, 0x46, 0x5f, 0x00}, // 1e 050f 8c5e åž‹
lynxeyed_atsu 0:eb1247cc069b 1491 {0x4a, 0x5f, 0x5a, 0x39, 0x57, 0x59, 0x4f, 0x00}, // 1e 0510 8c5f 契
lynxeyed_atsu 0:eb1247cc069b 1492 {0x49, 0x3f, 0x09, 0x7f, 0x09, 0x4a, 0x25, 0x00}, // 1e 0511 8c60 å½¢
lynxeyed_atsu 0:eb1247cc069b 1493 {0x0a, 0x7d, 0x49, 0x5b, 0x75, 0x5b, 0x48, 0x00}, // 1e 0512 8c61 径
lynxeyed_atsu 0:eb1247cc069b 1494 {0x62, 0x3e, 0x56, 0x5f, 0x76, 0x1e, 0x62, 0x00}, // 1e 0513 8c62 恵
lynxeyed_atsu 0:eb1247cc069b 1495 {0x40, 0x3e, 0x5a, 0x7e, 0x2b, 0x5e, 0x5a, 0x00}, // 1e 0514 8c63 æ…¶
lynxeyed_atsu 0:eb1247cc069b 1496 {0x6a, 0x2f, 0x5a, 0x58, 0x7a, 0x1f, 0x6a, 0x00}, // 1e 0515 8c64 æ…§
lynxeyed_atsu 0:eb1247cc069b 1497 {0x64, 0x2e, 0x4e, 0x45, 0x6e, 0x0b, 0x6e, 0x00}, // 1e 0516 8c65 憩
lynxeyed_atsu 0:eb1247cc069b 1498 {0x52, 0x7f, 0x10, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 1e 0517 8c66 掲
lynxeyed_atsu 0:eb1247cc069b 1499 {0x52, 0x7f, 0x54, 0x3f, 0x1a, 0x3f, 0x6a, 0x00}, // 1e 0518 8c67 携
lynxeyed_atsu 0:eb1247cc069b 1500 {0x12, 0x2f, 0x4a, 0x7f, 0x5c, 0x23, 0x5e, 0x00}, // 1e 0519 8c68 敬
lynxeyed_atsu 0:eb1247cc069b 1501 {0x44, 0x3f, 0x55, 0x75, 0x15, 0x3f, 0x44, 0x00}, // 1e 051a 8c69 景
lynxeyed_atsu 0:eb1247cc069b 1502 {0x1a, 0x7f, 0x48, 0x5a, 0x7f, 0x5a, 0x48, 0x00}, // 1e 051b 8c6a æ¡‚
lynxeyed_atsu 0:eb1247cc069b 1503 {0x75, 0x00, 0x56, 0x5a, 0x3e, 0x59, 0x55, 0x00}, // 1e 051c 8c6b 渓
lynxeyed_atsu 0:eb1247cc069b 1504 {0x3e, 0x3e, 0x3e, 0x48, 0x5a, 0x7f, 0x5a, 0x00}, // 1e 051d 8c6c 畦
lynxeyed_atsu 0:eb1247cc069b 1505 {0x35, 0x7f, 0x0a, 0x76, 0x6f, 0x6a, 0x0b, 0x00}, // 1e 051e 8c6d 稽
lynxeyed_atsu 0:eb1247cc069b 1506 {0x50, 0x15, 0x15, 0x7b, 0x11, 0x09, 0x50, 0x00}, // 1e 051f 8c6e ç³»
lynxeyed_atsu 0:eb1247cc069b 1507 {0x2a, 0x75, 0x49, 0x5b, 0x75, 0x5b, 0x48, 0x00}, // 1e 0520 8c6f 経
lynxeyed_atsu 0:eb1247cc069b 1508 {0x2a, 0x75, 0x28, 0x7f, 0x55, 0x4e, 0x55, 0x00}, // 1e 0521 8c70 継
lynxeyed_atsu 0:eb1247cc069b 1509 {0x45, 0x17, 0x1f, 0x75, 0x1b, 0x15, 0x4b, 0x00}, // 1e 0522 8c71 繋
lynxeyed_atsu 0:eb1247cc069b 1510 {0x57, 0x7d, 0x57, 0x05, 0x7f, 0x15, 0x27, 0x00}, // 1e 0523 8c72 罫
lynxeyed_atsu 0:eb1247cc069b 1511 {0x12, 0x52, 0x57, 0x6a, 0x57, 0x52, 0x12, 0x00}, // 1e 0524 8c73 茎
lynxeyed_atsu 0:eb1247cc069b 1512 {0x56, 0x3e, 0x17, 0x7e, 0x17, 0x42, 0x7a, 0x00}, // 1e 0525 8c74 荊
lynxeyed_atsu 0:eb1247cc069b 1513 {0x46, 0x5b, 0x5a, 0x7f, 0x5a, 0x3b, 0x46, 0x00}, // 1e 0526 8c75 蛍
lynxeyed_atsu 0:eb1247cc069b 1514 {0x6a, 0x6b, 0x04, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 1e 0527 8c76 計
lynxeyed_atsu 0:eb1247cc069b 1515 {0x6a, 0x6b, 0x00, 0x6f, 0x6a, 0x6a, 0x6d, 0x00}, // 1e 0528 8c77 è©£
lynxeyed_atsu 0:eb1247cc069b 1516 {0x2a, 0x27, 0x76, 0x7f, 0x6a, 0x25, 0x2b, 0x00}, // 1e 0529 8c78 è­¦
lynxeyed_atsu 0:eb1247cc069b 1517 {0x2d, 0x7f, 0x49, 0x5b, 0x75, 0x5b, 0x48, 0x00}, // 1e 052a 8c79 軽
lynxeyed_atsu 0:eb1247cc069b 1518 {0x49, 0x5b, 0x35, 0x2b, 0x5d, 0x17, 0x5d, 0x00}, // 1e 052b 8c7a é š
lynxeyed_atsu 0:eb1247cc069b 1519 {0x55, 0x39, 0x55, 0x1e, 0x56, 0x17, 0x76, 0x00}, // 1e 052c 8c7b 鶏
lynxeyed_atsu 0:eb1247cc069b 1520 {0x52, 0x5a, 0x7f, 0x5a, 0x5f, 0x3a, 0x52, 0x00}, // 1e 052d 8c7c 芸
lynxeyed_atsu 0:eb1247cc069b 1521 {0x49, 0x38, 0x5e, 0x51, 0x7e, 0x42, 0x5e, 0x00}, // 1e 052e 8c7d è¿Ž
lynxeyed_atsu 0:eb1247cc069b 1522 {0x42, 0x1d, 0x5f, 0x22, 0x4e, 0x7b, 0x2e, 0x00}, // 1e 052f 8c7e 鯨
lynxeyed_atsu 0:eb1247cc069b 1523 {0x7c, 0x2c, 0x57, 0x7a, 0x2e, 0x40, 0x7f, 0x00}, // 1f 0530 8c80 劇
lynxeyed_atsu 0:eb1247cc069b 1524 {0x2d, 0x77, 0x2d, 0x44, 0x5f, 0x24, 0x55, 0x00}, // 1f 0531 8c81 戟
lynxeyed_atsu 0:eb1247cc069b 1525 {0x25, 0x37, 0x7f, 0x75, 0x3b, 0x35, 0x2b, 0x00}, // 1f 0532 8c82 æ’ƒ
lynxeyed_atsu 0:eb1247cc069b 1526 {0x75, 0x26, 0x5f, 0x36, 0x5c, 0x23, 0x5e, 0x00}, // 1f 0533 8c83 æ¿€
lynxeyed_atsu 0:eb1247cc069b 1527 {0x7f, 0x25, 0x1b, 0x22, 0x4c, 0x7f, 0x22, 0x00}, // 1f 0534 8c84 éš™
lynxeyed_atsu 0:eb1247cc069b 1528 {0x1a, 0x7f, 0x0a, 0x7d, 0x00, 0x45, 0x7d, 0x00}, // 1f 0535 8c85 桁
lynxeyed_atsu 0:eb1247cc069b 1529 {0x0c, 0x7f, 0x5a, 0x35, 0x7b, 0x36, 0x5f, 0x00}, // 1f 0536 8c86 å‚‘
lynxeyed_atsu 0:eb1247cc069b 1530 {0x48, 0x47, 0x22, 0x1e, 0x22, 0x42, 0x46, 0x00}, // 1f 0537 8c87 欠
lynxeyed_atsu 0:eb1247cc069b 1531 {0x75, 0x00, 0x48, 0x4a, 0x3f, 0x4e, 0x48, 0x00}, // 1f 0538 8c88 決
lynxeyed_atsu 0:eb1247cc069b 1532 {0x75, 0x00, 0x5a, 0x1f, 0x7a, 0x17, 0x5f, 0x00}, // 1f 0539 8c89 æ½”
lynxeyed_atsu 0:eb1247cc069b 1533 {0x46, 0x22, 0x1a, 0x03, 0x1a, 0x22, 0x46, 0x00}, // 1f 053a 8c8a ç©´
lynxeyed_atsu 0:eb1247cc069b 1534 {0x2a, 0x75, 0x02, 0x6a, 0x6f, 0x6a, 0x02, 0x00}, // 1f 053b 8c8b 結
lynxeyed_atsu 0:eb1247cc069b 1535 {0x40, 0x7e, 0x43, 0x7e, 0x42, 0x7e, 0x40, 0x00}, // 1f 053c 8c8c è¡€
lynxeyed_atsu 0:eb1247cc069b 1536 {0x6a, 0x63, 0x48, 0x4a, 0x3f, 0x4e, 0x48, 0x00}, // 1f 053d 8c8d 訣
lynxeyed_atsu 0:eb1247cc069b 1537 {0x40, 0x20, 0x1f, 0x15, 0x15, 0x55, 0x7f, 0x00}, // 1f 053e 8c8e 月
lynxeyed_atsu 0:eb1247cc069b 1538 {0x04, 0x7e, 0x15, 0x13, 0x7f, 0x12, 0x10, 0x00}, // 1f 053f 8c8f 件
lynxeyed_atsu 0:eb1247cc069b 1539 {0x04, 0x7e, 0x5d, 0x56, 0x3d, 0x56, 0x5c, 0x00}, // 1f 0540 8c90 倹
lynxeyed_atsu 0:eb1247cc069b 1540 {0x04, 0x7e, 0x15, 0x6e, 0x57, 0x4e, 0x15, 0x00}, // 1f 0541 8c91 倦
lynxeyed_atsu 0:eb1247cc069b 1541 {0x04, 0x7e, 0x55, 0x3b, 0x56, 0x7f, 0x56, 0x00}, // 1f 0542 8c92 健
lynxeyed_atsu 0:eb1247cc069b 1542 {0x42, 0x36, 0x7f, 0x16, 0x7e, 0x2f, 0x42, 0x00}, // 1f 0543 8c93 å…¼
lynxeyed_atsu 0:eb1247cc069b 1543 {0x14, 0x4d, 0x56, 0x37, 0x56, 0x7d, 0x14, 0x00}, // 1f 0544 8c94 券
lynxeyed_atsu 0:eb1247cc069b 1544 {0x5c, 0x56, 0x3d, 0x56, 0x5c, 0x0e, 0x7f, 0x00}, // 1f 0545 8c95 剣
lynxeyed_atsu 0:eb1247cc069b 1545 {0x1e, 0x1e, 0x46, 0x6a, 0x6b, 0x6a, 0x46, 0x00}, // 1f 0546 8c96 å–§
lynxeyed_atsu 0:eb1247cc069b 1546 {0x7f, 0x55, 0x4f, 0x7d, 0x6f, 0x55, 0x7f, 0x00}, // 1f 0547 8c97 圏
lynxeyed_atsu 0:eb1247cc069b 1547 {0x47, 0x57, 0x55, 0x78, 0x5b, 0x55, 0x4b, 0x00}, // 1f 0548 8c98 å …
lynxeyed_atsu 0:eb1247cc069b 1548 {0x5f, 0x3c, 0x4a, 0x2b, 0x7e, 0x3f, 0x5a, 0x00}, // 1f 0549 8c99 嫌
lynxeyed_atsu 0:eb1247cc069b 1549 {0x55, 0x3b, 0x40, 0x55, 0x7f, 0x57, 0x52, 0x00}, // 1f 054a 8c9a 建
lynxeyed_atsu 0:eb1247cc069b 1550 {0x66, 0x2a, 0x5a, 0x5f, 0x7a, 0x0a, 0x66, 0x00}, // 1f 054b 8c9b 憲
lynxeyed_atsu 0:eb1247cc069b 1551 {0x6e, 0x3b, 0x4b, 0x50, 0x6d, 0x1b, 0x69, 0x00}, // 1f 054c 8c9c 懸
lynxeyed_atsu 0:eb1247cc069b 1552 {0x14, 0x2d, 0x76, 0x77, 0x36, 0x2d, 0x14, 0x00}, // 1f 054d 8c9d 拳
lynxeyed_atsu 0:eb1247cc069b 1553 {0x52, 0x7f, 0x15, 0x6e, 0x57, 0x4e, 0x15, 0x00}, // 1f 054e 8c9e 捲
lynxeyed_atsu 0:eb1247cc069b 1554 {0x1a, 0x7f, 0x5c, 0x56, 0x3d, 0x56, 0x5c, 0x00}, // 1f 054f 8c9f 検
lynxeyed_atsu 0:eb1247cc069b 1555 {0x1a, 0x7f, 0x0a, 0x14, 0x7b, 0x7e, 0x4a, 0x00}, // 1f 0550 8ca0 権
lynxeyed_atsu 0:eb1247cc069b 1556 {0x1a, 0x2e, 0x3e, 0x7b, 0x3a, 0x2e, 0x1a, 0x00}, // 1f 0551 8ca1 牽
lynxeyed_atsu 0:eb1247cc069b 1557 {0x44, 0x44, 0x24, 0x1f, 0x24, 0x45, 0x44, 0x00}, // 1f 0552 8ca2 犬
lynxeyed_atsu 0:eb1247cc069b 1558 {0x7a, 0x3a, 0x6f, 0x7a, 0x44, 0x3f, 0x45, 0x00}, // 1f 0553 8ca3 献
lynxeyed_atsu 0:eb1247cc069b 1559 {0x09, 0x37, 0x31, 0x49, 0x3f, 0x09, 0x7f, 0x00}, // 1f 0554 8ca4 ç ”
lynxeyed_atsu 0:eb1247cc069b 1560 {0x09, 0x37, 0x31, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 1f 0555 8ca5 硯
lynxeyed_atsu 0:eb1247cc069b 1561 {0x2a, 0x75, 0x28, 0x78, 0x2b, 0x2b, 0x78, 0x00}, // 1f 0556 8ca6 çµ¹
lynxeyed_atsu 0:eb1247cc069b 1562 {0x5e, 0x10, 0x1f, 0x75, 0x15, 0x1f, 0x50, 0x00}, // 1f 0557 8ca7 県
lynxeyed_atsu 0:eb1247cc069b 1563 {0x41, 0x3f, 0x05, 0x7d, 0x2d, 0x2f, 0x79, 0x00}, // 1f 0558 8ca8 è‚©
lynxeyed_atsu 0:eb1247cc069b 1564 {0x40, 0x5f, 0x35, 0x15, 0x75, 0x5f, 0x60, 0x00}, // 1f 0559 8ca9 見
lynxeyed_atsu 0:eb1247cc069b 1565 {0x6b, 0x62, 0x4a, 0x2b, 0x7e, 0x3f, 0x5a, 0x00}, // 1f 055a 8caa 謙
lynxeyed_atsu 0:eb1247cc069b 1566 {0x47, 0x77, 0x35, 0x30, 0x3b, 0x75, 0x4b, 0x00}, // 1f 055b 8cab è³¢
lynxeyed_atsu 0:eb1247cc069b 1567 {0x2d, 0x7f, 0x2d, 0x08, 0x09, 0x7f, 0x09, 0x00}, // 1f 055c 8cac è»’
lynxeyed_atsu 0:eb1247cc069b 1568 {0x49, 0x38, 0x4e, 0x7a, 0x7f, 0x7a, 0x6e, 0x00}, // 1f 055d 8cad 遣
lynxeyed_atsu 0:eb1247cc069b 1569 {0x56, 0x7d, 0x36, 0x49, 0x37, 0x4a, 0x5f, 0x00}, // 1f 055e 8cae 鍵
lynxeyed_atsu 0:eb1247cc069b 1570 {0x7f, 0x1b, 0x5c, 0x56, 0x3d, 0x56, 0x5c, 0x00}, // 1f 055f 8caf 険
lynxeyed_atsu 0:eb1247cc069b 1571 {0x4b, 0x7d, 0x3d, 0x2b, 0x5d, 0x17, 0x5d, 0x00}, // 1f 0560 8cb0 é¡•
lynxeyed_atsu 0:eb1247cc069b 1572 {0x5f, 0x1f, 0x7d, 0x56, 0x3d, 0x56, 0x5c, 0x00}, // 1f 0561 8cb1 験
lynxeyed_atsu 0:eb1247cc069b 1573 {0x7c, 0x47, 0x7a, 0x56, 0x3d, 0x56, 0x5c, 0x00}, // 1f 0562 8cb2 鹸
lynxeyed_atsu 0:eb1247cc069b 1574 {0x44, 0x25, 0x1d, 0x05, 0x7d, 0x45, 0x64, 0x00}, // 1f 0563 8cb3 å…ƒ
lynxeyed_atsu 0:eb1247cc069b 1575 {0x40, 0x3f, 0x21, 0x4d, 0x7f, 0x0d, 0x21, 0x00}, // 1f 0564 8cb4 原
lynxeyed_atsu 0:eb1247cc069b 1576 {0x40, 0x3f, 0x2e, 0x7b, 0x52, 0x2b, 0x5a, 0x00}, // 1f 0565 8cb5 厳
lynxeyed_atsu 0:eb1247cc069b 1577 {0x44, 0x6c, 0x53, 0x68, 0x02, 0x42, 0x3e, 0x00}, // 1f 0566 8cb6 å¹»
lynxeyed_atsu 0:eb1247cc069b 1578 {0x5d, 0x77, 0x4a, 0x6e, 0x53, 0x2a, 0x42, 0x00}, // 1f 0567 8cb7 弦
lynxeyed_atsu 0:eb1247cc069b 1579 {0x75, 0x40, 0x3e, 0x6a, 0x6a, 0x3f, 0x52, 0x00}, // 1f 0568 8cb8 減
lynxeyed_atsu 0:eb1247cc069b 1580 {0x75, 0x40, 0x3f, 0x21, 0x4d, 0x7f, 0x2d, 0x00}, // 1f 0569 8cb9 源
lynxeyed_atsu 0:eb1247cc069b 1581 {0x42, 0x4a, 0x6e, 0x53, 0x4a, 0x22, 0x42, 0x00}, // 1f 056a 8cba 玄
lynxeyed_atsu 0:eb1247cc069b 1582 {0x2a, 0x3e, 0x2a, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 1f 056b 8cbb 現
lynxeyed_atsu 0:eb1247cc069b 1583 {0x2a, 0x75, 0x4a, 0x6e, 0x53, 0x2a, 0x42, 0x00}, // 1f 056c 8cbc 絃
lynxeyed_atsu 0:eb1247cc069b 1584 {0x7e, 0x13, 0x7e, 0x4a, 0x6e, 0x53, 0x6a, 0x00}, // 1f 056d 8cbd 舷
lynxeyed_atsu 0:eb1247cc069b 1585 {0x02, 0x62, 0x6b, 0x6b, 0x6b, 0x62, 0x02, 0x00}, // 1f 056e 8cbe 言
lynxeyed_atsu 0:eb1247cc069b 1586 {0x6b, 0x62, 0x7a, 0x0e, 0x5b, 0x4e, 0x2a, 0x00}, // 1f 056f 8cbf 諺
lynxeyed_atsu 0:eb1247cc069b 1587 {0x7f, 0x25, 0x1b, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 1f 0570 8cc0 限
lynxeyed_atsu 0:eb1247cc069b 1588 {0x12, 0x16, 0x52, 0x7e, 0x11, 0x15, 0x11, 0x00}, // 1f 0571 8cc1 乎
lynxeyed_atsu 0:eb1247cc069b 1589 {0x04, 0x7e, 0x7f, 0x75, 0x6f, 0x75, 0x7f, 0x00}, // 1f 0572 8cc2 個
lynxeyed_atsu 0:eb1247cc069b 1590 {0x04, 0x74, 0x54, 0x5f, 0x54, 0x74, 0x04, 0x00}, // 1f 0573 8cc3 古
lynxeyed_atsu 0:eb1247cc069b 1591 {0x1e, 0x1e, 0x16, 0x52, 0x7e, 0x11, 0x15, 0x00}, // 1f 0574 8cc4 呼
lynxeyed_atsu 0:eb1247cc069b 1592 {0x7f, 0x41, 0x75, 0x6f, 0x75, 0x41, 0x7f, 0x00}, // 1f 0575 8cc5 固
lynxeyed_atsu 0:eb1247cc069b 1593 {0x44, 0x5c, 0x37, 0x2c, 0x74, 0x5f, 0x74, 0x00}, // 1f 0576 8cc6 姑
lynxeyed_atsu 0:eb1247cc069b 1594 {0x51, 0x7d, 0x4b, 0x3e, 0x42, 0x3e, 0x61, 0x00}, // 1f 0577 8cc7 å­¤
lynxeyed_atsu 0:eb1247cc069b 1595 {0x39, 0x49, 0x49, 0x49, 0x49, 0x4f, 0x60, 0x00}, // 1f 0578 8cc8 å·±
lynxeyed_atsu 0:eb1247cc069b 1596 {0x40, 0x3e, 0x2a, 0x3a, 0x7f, 0x3a, 0x2a, 0x00}, // 1f 0579 8cc9 庫
lynxeyed_atsu 0:eb1247cc069b 1597 {0x5d, 0x77, 0x40, 0x3e, 0x42, 0x3e, 0x61, 0x00}, // 1f 057a 8cca 弧
lynxeyed_atsu 0:eb1247cc069b 1598 {0x41, 0x3d, 0x15, 0x15, 0x15, 0x1d, 0x01, 0x00}, // 1f 057b 8ccb 戸
lynxeyed_atsu 0:eb1247cc069b 1599 {0x3a, 0x2f, 0x3a, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 1f 057c 8ccc æ•…
lynxeyed_atsu 0:eb1247cc069b 1600 {0x1a, 0x7f, 0x04, 0x74, 0x5f, 0x74, 0x04, 0x00}, // 1f 057d 8ccd 枯
lynxeyed_atsu 0:eb1247cc069b 1601 {0x75, 0x3a, 0x2f, 0x3a, 0x7f, 0x15, 0x7f, 0x00}, // 1f 057e 8cce æ¹–
lynxeyed_atsu 0:eb1247cc069b 1602 {0x55, 0x3e, 0x41, 0x3e, 0x42, 0x3e, 0x61, 0x00}, // 1f 057f 8ccf 狐
lynxeyed_atsu 0:eb1247cc069b 1603 {0x35, 0x7e, 0x3a, 0x2f, 0x7a, 0x3f, 0x7f, 0x00}, // 1f 0580 8cd0 糊
lynxeyed_atsu 0:eb1247cc069b 1604 {0x12, 0x7b, 0x36, 0x0a, 0x36, 0x37, 0x6a, 0x00}, // 1f 0581 8cd1 袴
lynxeyed_atsu 0:eb1247cc069b 1605 {0x7f, 0x15, 0x7f, 0x40, 0x5b, 0x29, 0x5b, 0x00}, // 1f 0582 8cd2 è‚¡
lynxeyed_atsu 0:eb1247cc069b 1606 {0x3a, 0x2f, 0x3a, 0x40, 0x3f, 0x55, 0x7f, 0x00}, // 1f 0583 8cd3 胡
lynxeyed_atsu 0:eb1247cc069b 1607 {0x56, 0x6e, 0x43, 0x3e, 0x47, 0x3e, 0x66, 0x00}, // 1f 0584 8cd4 菰
lynxeyed_atsu 0:eb1247cc069b 1608 {0x40, 0x3c, 0x44, 0x24, 0x0f, 0x6a, 0x4a, 0x00}, // 1f 0585 8cd5 虎
lynxeyed_atsu 0:eb1247cc069b 1609 {0x6b, 0x62, 0x0a, 0x36, 0x3b, 0x36, 0x6a, 0x00}, // 1f 0586 8cd6 誇
lynxeyed_atsu 0:eb1247cc069b 1610 {0x77, 0x7d, 0x57, 0x0a, 0x36, 0x37, 0x6a, 0x00}, // 1f 0587 8cd7 è·¨
lynxeyed_atsu 0:eb1247cc069b 1611 {0x56, 0x7d, 0x06, 0x74, 0x5f, 0x74, 0x04, 0x00}, // 1f 0588 8cd8 鈷
lynxeyed_atsu 0:eb1247cc069b 1612 {0x41, 0x3f, 0x25, 0x7d, 0x55, 0x7f, 0x51, 0x00}, // 1f 0589 8cd9 雇
lynxeyed_atsu 0:eb1247cc069b 1613 {0x11, 0x7f, 0x7d, 0x57, 0x41, 0x1f, 0x5d, 0x00}, // 1f 058a 8cda 顧
lynxeyed_atsu 0:eb1247cc069b 1614 {0x5a, 0x77, 0x2a, 0x40, 0x5a, 0x2f, 0x5a, 0x00}, // 1f 058b 8cdb 鼓
lynxeyed_atsu 0:eb1247cc069b 1615 {0x40, 0x49, 0x79, 0x4f, 0x49, 0x79, 0x40, 0x00}, // 1f 058c 8cdc 五
lynxeyed_atsu 0:eb1247cc069b 1616 {0x41, 0x51, 0x5f, 0x55, 0x75, 0x4d, 0x41, 0x00}, // 1f 058d 8cdd 互
lynxeyed_atsu 0:eb1247cc069b 1617 {0x04, 0x7e, 0x49, 0x79, 0x4f, 0x79, 0x40, 0x00}, // 1f 058e 8cde 伍
lynxeyed_atsu 0:eb1247cc069b 1618 {0x14, 0x13, 0x12, 0x7e, 0x12, 0x12, 0x10, 0x00}, // 1f 058f 8cdf 午
lynxeyed_atsu 0:eb1247cc069b 1619 {0x50, 0x56, 0x14, 0x17, 0x15, 0x5f, 0x50, 0x00}, // 1f 0590 8ce0 呉
lynxeyed_atsu 0:eb1247cc069b 1620 {0x10, 0x75, 0x5d, 0x57, 0x5d, 0x71, 0x10, 0x00}, // 1f 0591 8ce1 吾
lynxeyed_atsu 0:eb1247cc069b 1621 {0x5c, 0x37, 0x2c, 0x56, 0x14, 0x1f, 0x53, 0x00}, // 1f 0592 8ce2 娯
lynxeyed_atsu 0:eb1247cc069b 1622 {0x0a, 0x7d, 0x48, 0x5a, 0x2d, 0x58, 0x4c, 0x00}, // 1f 0593 8ce3 後
lynxeyed_atsu 0:eb1247cc069b 1623 {0x0a, 0x7d, 0x33, 0x3e, 0x2a, 0x7f, 0x1f, 0x00}, // 1f 0594 8ce4 御
lynxeyed_atsu 0:eb1247cc069b 1624 {0x06, 0x7f, 0x14, 0x7d, 0x57, 0x7d, 0x10, 0x00}, // 1f 0595 8ce5 æ‚Ÿ
lynxeyed_atsu 0:eb1247cc069b 1625 {0x1a, 0x7f, 0x14, 0x7d, 0x57, 0x7d, 0x10, 0x00}, // 1f 0596 8ce6 梧
lynxeyed_atsu 0:eb1247cc069b 1626 {0x1a, 0x7f, 0x7a, 0x4e, 0x7d, 0x2e, 0x7a, 0x00}, // 1f 0597 8ce7 檎
lynxeyed_atsu 0:eb1247cc069b 1627 {0x2a, 0x3e, 0x3a, 0x2f, 0x7a, 0x3f, 0x7f, 0x00}, // 1f 0598 8ce8 ç‘š
lynxeyed_atsu 0:eb1247cc069b 1628 {0x28, 0x5a, 0x2f, 0x6a, 0x6f, 0x1a, 0x28, 0x00}, // 1f 0599 8ce9 碁
lynxeyed_atsu 0:eb1247cc069b 1629 {0x6a, 0x6b, 0x14, 0x7d, 0x57, 0x7d, 0x10, 0x00}, // 1f 059a 8cea 語
lynxeyed_atsu 0:eb1247cc069b 1630 {0x6a, 0x6b, 0x00, 0x56, 0x14, 0x1f, 0x53, 0x00}, // 1f 059b 8ceb 誤
lynxeyed_atsu 0:eb1247cc069b 1631 {0x6b, 0x6a, 0x42, 0x5f, 0x2e, 0x5f, 0x4a, 0x00}, // 1f 059c 8cec è­·
lynxeyed_atsu 0:eb1247cc069b 1632 {0x7d, 0x7f, 0x3a, 0x2f, 0x7a, 0x3f, 0x7f, 0x00}, // 1f 059d 8ced 醐
lynxeyed_atsu 0:eb1247cc069b 1633 {0x04, 0x23, 0x56, 0x56, 0x4e, 0x42, 0x62, 0x00}, // 1f 059e 8cee 乞
lynxeyed_atsu 0:eb1247cc069b 1634 {0x42, 0x1d, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 1f 059f 8cef 鯉
lynxeyed_atsu 0:eb1247cc069b 1635 {0x4a, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x4a, 0x00}, // 1f 05a0 8cf0 交
lynxeyed_atsu 0:eb1247cc069b 1636 {0x04, 0x7e, 0x4b, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 1f 05a1 8cf1 ä½¼
lynxeyed_atsu 0:eb1247cc069b 1637 {0x04, 0x7e, 0x01, 0x54, 0x5d, 0x37, 0x54, 0x00}, // 1f 05a2 8cf2 侯
lynxeyed_atsu 0:eb1247cc069b 1638 {0x04, 0x7e, 0x3f, 0x54, 0x5d, 0x37, 0x54, 0x00}, // 1f 05a3 8cf3 候
lynxeyed_atsu 0:eb1247cc069b 1639 {0x04, 0x7e, 0x15, 0x3e, 0x77, 0x3e, 0x14, 0x00}, // 1f 05a4 8cf4 倖
lynxeyed_atsu 0:eb1247cc069b 1640 {0x48, 0x4a, 0x3c, 0x0f, 0x7c, 0x4a, 0x68, 0x00}, // 1f 05a5 8cf5 å…‰
lynxeyed_atsu 0:eb1247cc069b 1641 {0x48, 0x44, 0x63, 0x58, 0x43, 0x24, 0x48, 0x00}, // 1f 05a6 8cf6 å…¬
lynxeyed_atsu 0:eb1247cc069b 1642 {0x22, 0x3e, 0x12, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 1f 05a7 8cf7 功
lynxeyed_atsu 0:eb1247cc069b 1643 {0x4a, 0x56, 0x23, 0x56, 0x3f, 0x42, 0x7e, 0x00}, // 1f 05a8 8cf8 効
lynxeyed_atsu 0:eb1247cc069b 1644 {0x08, 0x27, 0x32, 0x2e, 0x12, 0x22, 0x7e, 0x00}, // 1f 05a9 8cf9 勾
lynxeyed_atsu 0:eb1247cc069b 1645 {0x40, 0x3f, 0x11, 0x57, 0x77, 0x1f, 0x11, 0x00}, // 1f 05aa 8cfa 厚
lynxeyed_atsu 0:eb1247cc069b 1646 {0x00, 0x7e, 0x22, 0x22, 0x22, 0x22, 0x7e, 0x00}, // 1f 05ab 8cfb 口
lynxeyed_atsu 0:eb1247cc069b 1647 {0x7e, 0x02, 0x3a, 0x2b, 0x3a, 0x42, 0x7e, 0x00}, // 1f 05ac 8cfc 向
lynxeyed_atsu 0:eb1247cc069b 1648 {0x40, 0x3e, 0x0a, 0x6a, 0x69, 0x69, 0x08, 0x00}, // 20 05ad 8d40 后
lynxeyed_atsu 0:eb1247cc069b 1649 {0x1e, 0x12, 0x7f, 0x54, 0x5d, 0x37, 0x54, 0x00}, // 20 05ae 8d41 å–‰
lynxeyed_atsu 0:eb1247cc069b 1650 {0x24, 0x3f, 0x42, 0x3a, 0x0b, 0x7a, 0x42, 0x00}, // 20 05af 8d42 坑
lynxeyed_atsu 0:eb1247cc069b 1651 {0x24, 0x3f, 0x54, 0x3e, 0x0a, 0x6a, 0x69, 0x00}, // 20 05b0 8d43 垢
lynxeyed_atsu 0:eb1247cc069b 1652 {0x44, 0x5c, 0x37, 0x2c, 0x49, 0x7d, 0x0b, 0x00}, // 20 05b1 8d44 好
lynxeyed_atsu 0:eb1247cc069b 1653 {0x51, 0x7d, 0x0b, 0x00, 0x7f, 0x40, 0x60, 0x00}, // 20 05b2 8d45 å­”
lynxeyed_atsu 0:eb1247cc069b 1654 {0x28, 0x2a, 0x1a, 0x2f, 0x6e, 0x3a, 0x29, 0x00}, // 20 05b3 8d46 孝
lynxeyed_atsu 0:eb1247cc069b 1655 {0x2e, 0x1a, 0x4e, 0x6b, 0x5a, 0x2a, 0x46, 0x00}, // 20 05b4 8d47 宏
lynxeyed_atsu 0:eb1247cc069b 1656 {0x40, 0x42, 0x42, 0x7e, 0x42, 0x42, 0x40, 0x00}, // 20 05b5 8d48 å·¥
lynxeyed_atsu 0:eb1247cc069b 1657 {0x22, 0x3e, 0x12, 0x01, 0x0f, 0x49, 0x79, 0x00}, // 20 05b6 8d49 å·§
lynxeyed_atsu 0:eb1247cc069b 1658 {0x28, 0x1a, 0x7f, 0x5a, 0x4f, 0x1a, 0x28, 0x00}, // 20 05b7 8d4a å··
lynxeyed_atsu 0:eb1247cc069b 1659 {0x14, 0x36, 0x3e, 0x77, 0x3e, 0x36, 0x14, 0x00}, // 20 05b8 8d4b 幸
lynxeyed_atsu 0:eb1247cc069b 1660 {0x40, 0x3e, 0x42, 0x62, 0x5b, 0x22, 0x42, 0x00}, // 20 05b9 8d4c 広
lynxeyed_atsu 0:eb1247cc069b 1661 {0x40, 0x3e, 0x42, 0x56, 0x3f, 0x56, 0x5e, 0x00}, // 20 05ba 8d4d 庚
lynxeyed_atsu 0:eb1247cc069b 1662 {0x40, 0x3e, 0x5a, 0x2a, 0x7f, 0x2e, 0x56, 0x00}, // 20 05bb 8d4e 康
lynxeyed_atsu 0:eb1247cc069b 1663 {0x5d, 0x77, 0x40, 0x70, 0x4f, 0x20, 0x40, 0x00}, // 20 05bc 8d4f 弘
lynxeyed_atsu 0:eb1247cc069b 1664 {0x06, 0x7f, 0x41, 0x7f, 0x6b, 0x7f, 0x41, 0x00}, // 20 05bd 8d50 恒
lynxeyed_atsu 0:eb1247cc069b 1665 {0x06, 0x7f, 0x42, 0x2f, 0x6a, 0x0b, 0x62, 0x00}, // 20 05be 8d51 慌
lynxeyed_atsu 0:eb1247cc069b 1666 {0x52, 0x7f, 0x42, 0x3a, 0x0b, 0x7a, 0x42, 0x00}, // 20 05bf 8d52 抗
lynxeyed_atsu 0:eb1247cc069b 1667 {0x52, 0x7f, 0x04, 0x1b, 0x1a, 0x42, 0x7e, 0x00}, // 20 05c0 8d53 拘
lynxeyed_atsu 0:eb1247cc069b 1668 {0x52, 0x7f, 0x46, 0x56, 0x73, 0x56, 0x46, 0x00}, // 20 05c1 8d54 控
lynxeyed_atsu 0:eb1247cc069b 1669 {0x22, 0x3e, 0x12, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 20 05c2 8d55 æ”»
lynxeyed_atsu 0:eb1247cc069b 1670 {0x30, 0x2f, 0x25, 0x05, 0x7d, 0x0f, 0x38, 0x00}, // 20 05c3 8d56 昂
lynxeyed_atsu 0:eb1247cc069b 1671 {0x50, 0x5f, 0x35, 0x1d, 0x75, 0x5f, 0x50, 0x00}, // 20 05c4 8d57 晃
lynxeyed_atsu 0:eb1247cc069b 1672 {0x41, 0x5f, 0x35, 0x3f, 0x55, 0x5f, 0x41, 0x00}, // 20 05c5 8d58 æ›´
lynxeyed_atsu 0:eb1247cc069b 1673 {0x1a, 0x7f, 0x42, 0x3a, 0x0b, 0x7a, 0x42, 0x00}, // 20 05c6 8d59 杭
lynxeyed_atsu 0:eb1247cc069b 1674 {0x1a, 0x7f, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 20 05c7 8d5a æ ¡
lynxeyed_atsu 0:eb1247cc069b 1675 {0x1a, 0x7f, 0x41, 0x57, 0x3f, 0x47, 0x41, 0x00}, // 20 05c8 8d5b 梗
lynxeyed_atsu 0:eb1247cc069b 1676 {0x1a, 0x7f, 0x2a, 0x7f, 0x3a, 0x7f, 0x2a, 0x00}, // 20 05c9 8d5c 構
lynxeyed_atsu 0:eb1247cc069b 1677 {0x65, 0x10, 0x40, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 20 05ca 8d5d 江
lynxeyed_atsu 0:eb1247cc069b 1678 {0x75, 0x00, 0x52, 0x1f, 0x12, 0x1f, 0x52, 0x00}, // 20 05cb 8d5e æ´ª
lynxeyed_atsu 0:eb1247cc069b 1679 {0x75, 0x00, 0x0c, 0x6b, 0x6f, 0x6a, 0x08, 0x00}, // 20 05cc 8d5f 浩
lynxeyed_atsu 0:eb1247cc069b 1680 {0x75, 0x28, 0x1a, 0x6f, 0x5a, 0x4f, 0x12, 0x00}, // 20 05cd 8d60 港
lynxeyed_atsu 0:eb1247cc069b 1681 {0x75, 0x00, 0x2a, 0x7f, 0x3a, 0x7f, 0x2a, 0x00}, // 20 05ce 8d61 溝
lynxeyed_atsu 0:eb1247cc069b 1682 {0x1f, 0x15, 0x15, 0x7f, 0x15, 0x15, 0x1f, 0x00}, // 20 05cf 8d62 甲
lynxeyed_atsu 0:eb1247cc069b 1683 {0x50, 0x5e, 0x5a, 0x7b, 0x5a, 0x5e, 0x50, 0x00}, // 20 05d0 8d63 皇
lynxeyed_atsu 0:eb1247cc069b 1684 {0x09, 0x37, 0x31, 0x41, 0x57, 0x3f, 0x47, 0x00}, // 20 05d1 8d64 硬
lynxeyed_atsu 0:eb1247cc069b 1685 {0x35, 0x7f, 0x72, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 20 05d2 8d65 稿
lynxeyed_atsu 0:eb1247cc069b 1686 {0x35, 0x7e, 0x3e, 0x52, 0x7f, 0x2e, 0x56, 0x00}, // 20 05d3 8d66 ç³ 
lynxeyed_atsu 0:eb1247cc069b 1687 {0x2a, 0x75, 0x48, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 20 05d4 8d67 ç´…
lynxeyed_atsu 0:eb1247cc069b 1688 {0x2a, 0x75, 0x22, 0x1f, 0x62, 0x5a, 0x62, 0x00}, // 20 05d5 8d68 ç´˜
lynxeyed_atsu 0:eb1247cc069b 1689 {0x2a, 0x75, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 20 05d6 8d69 絞
lynxeyed_atsu 0:eb1247cc069b 1690 {0x2a, 0x75, 0x7f, 0x35, 0x29, 0x35, 0x7f, 0x00}, // 20 05d7 8d6a 綱
lynxeyed_atsu 0:eb1247cc069b 1691 {0x2a, 0x7f, 0x52, 0x3f, 0x12, 0x7f, 0x12, 0x00}, // 20 05d8 8d6b 耕
lynxeyed_atsu 0:eb1247cc069b 1692 {0x28, 0x2a, 0x1a, 0x3f, 0x2e, 0x2a, 0x69, 0x00}, // 20 05d9 8d6c 考
lynxeyed_atsu 0:eb1247cc069b 1693 {0x08, 0x7e, 0x28, 0x2f, 0x2a, 0x7a, 0x08, 0x00}, // 20 05da 8d6d 肯
lynxeyed_atsu 0:eb1247cc069b 1694 {0x7f, 0x15, 0x7f, 0x12, 0x6f, 0x52, 0x6a, 0x00}, // 20 05db 8d6e 肱
lynxeyed_atsu 0:eb1247cc069b 1695 {0x7f, 0x15, 0x7f, 0x56, 0x73, 0x56, 0x46, 0x00}, // 20 05dc 8d6f è…”
lynxeyed_atsu 0:eb1247cc069b 1696 {0x1a, 0x6e, 0x3a, 0x3b, 0x3a, 0x6e, 0x1a, 0x00}, // 20 05dd 8d70 膏
lynxeyed_atsu 0:eb1247cc069b 1697 {0x7e, 0x13, 0x7e, 0x3a, 0x0b, 0x7a, 0x42, 0x00}, // 20 05de 8d71 航
lynxeyed_atsu 0:eb1247cc069b 1698 {0x42, 0x2e, 0x0b, 0x6a, 0x0b, 0x6a, 0x42, 0x00}, // 20 05df 8d72 荒
lynxeyed_atsu 0:eb1247cc069b 1699 {0x0a, 0x7d, 0x04, 0x05, 0x45, 0x7d, 0x04, 0x00}, // 20 05e0 8d73 行
lynxeyed_atsu 0:eb1247cc069b 1700 {0x0a, 0x7d, 0x5a, 0x3d, 0x5b, 0x05, 0x7d, 0x00}, // 20 05e1 8d74 è¡¡
lynxeyed_atsu 0:eb1247cc069b 1701 {0x6b, 0x62, 0x2a, 0x7f, 0x3a, 0x7f, 0x2a, 0x00}, // 20 05e2 8d75 講
lynxeyed_atsu 0:eb1247cc069b 1702 {0x44, 0x7d, 0x2d, 0x2f, 0x2d, 0x7d, 0x44, 0x00}, // 20 05e3 8d76 è²¢
lynxeyed_atsu 0:eb1247cc069b 1703 {0x5f, 0x1f, 0x2a, 0x7f, 0x3a, 0x7f, 0x2a, 0x00}, // 20 05e4 8d77 è³¼
lynxeyed_atsu 0:eb1247cc069b 1704 {0x4a, 0x56, 0x23, 0x56, 0x7f, 0x25, 0x1b, 0x00}, // 20 05e5 8d78 郊
lynxeyed_atsu 0:eb1247cc069b 1705 {0x7d, 0x7f, 0x29, 0x1a, 0x2f, 0x7a, 0x29, 0x00}, // 20 05e6 8d79 é…µ
lynxeyed_atsu 0:eb1247cc069b 1706 {0x56, 0x7d, 0x36, 0x3e, 0x62, 0x5b, 0x62, 0x00}, // 20 05e7 8d7a 鉱
lynxeyed_atsu 0:eb1247cc069b 1707 {0x09, 0x37, 0x71, 0x3e, 0x62, 0x5b, 0x62, 0x00}, // 20 05e8 8d7b ç ¿
lynxeyed_atsu 0:eb1247cc069b 1708 {0x56, 0x7d, 0x7f, 0x35, 0x29, 0x35, 0x7f, 0x00}, // 20 05e9 8d7c 鋼
lynxeyed_atsu 0:eb1247cc069b 1709 {0x7f, 0x13, 0x7b, 0x54, 0x7b, 0x13, 0x7f, 0x00}, // 20 05ea 8d7d é–¤
lynxeyed_atsu 0:eb1247cc069b 1710 {0x7f, 0x1b, 0x28, 0x3a, 0x35, 0x7b, 0x28, 0x00}, // 20 05eb 8d7e 降
lynxeyed_atsu 0:eb1247cc069b 1711 {0x22, 0x3e, 0x12, 0x5d, 0x17, 0x15, 0x5d, 0x00}, // 21 05ec 8d80 é …
lynxeyed_atsu 0:eb1247cc069b 1712 {0x14, 0x76, 0x6e, 0x7e, 0x6d, 0x75, 0x14, 0x00}, // 21 05ed 8d81 香
lynxeyed_atsu 0:eb1247cc069b 1713 {0x72, 0x12, 0x7e, 0x5b, 0x7e, 0x12, 0x72, 0x00}, // 21 05ee 8d82 高
lynxeyed_atsu 0:eb1247cc069b 1714 {0x75, 0x22, 0x3e, 0x52, 0x1e, 0x57, 0x76, 0x00}, // 21 05ef 8d83 é´»
lynxeyed_atsu 0:eb1247cc069b 1715 {0x7f, 0x35, 0x29, 0x35, 0x7f, 0x0e, 0x7f, 0x00}, // 21 05f0 8d84 剛
lynxeyed_atsu 0:eb1247cc069b 1716 {0x48, 0x6a, 0x5f, 0x2a, 0x62, 0x1f, 0x7e, 0x00}, // 21 05f1 8d85 劫
lynxeyed_atsu 0:eb1247cc069b 1717 {0x04, 0x04, 0x1f, 0x15, 0x57, 0x74, 0x04, 0x00}, // 21 05f2 8d86 号
lynxeyed_atsu 0:eb1247cc069b 1718 {0x04, 0x74, 0x52, 0x55, 0x56, 0x74, 0x04, 0x00}, // 21 05f3 8d87 合
lynxeyed_atsu 0:eb1247cc069b 1719 {0x24, 0x3f, 0x2a, 0x5e, 0x7b, 0x2e, 0x5a, 0x00}, // 21 05f4 8d88 壕
lynxeyed_atsu 0:eb1247cc069b 1720 {0x52, 0x7f, 0x28, 0x1a, 0x3f, 0x2a, 0x69, 0x00}, // 21 05f5 8d89 æ‹·
lynxeyed_atsu 0:eb1247cc069b 1721 {0x75, 0x18, 0x2a, 0x5e, 0x7b, 0x2e, 0x5a, 0x00}, // 21 05f6 8d8a æ¿ 
lynxeyed_atsu 0:eb1247cc069b 1722 {0x5a, 0x5e, 0x2a, 0x5b, 0x7a, 0x2e, 0x5a, 0x00}, // 21 05f7 8d8b 豪
lynxeyed_atsu 0:eb1247cc069b 1723 {0x2a, 0x3a, 0x7e, 0x2f, 0x3e, 0x7a, 0x2a, 0x00}, // 21 05f8 8d8c 轟
lynxeyed_atsu 0:eb1247cc069b 1724 {0x52, 0x2f, 0x5a, 0x57, 0x7a, 0x56, 0x7e, 0x00}, // 21 05f9 8d8d 麹
lynxeyed_atsu 0:eb1247cc069b 1725 {0x42, 0x5e, 0x36, 0x17, 0x76, 0x5e, 0x62, 0x00}, // 21 05fa 8d8e å…‹
lynxeyed_atsu 0:eb1247cc069b 1726 {0x4a, 0x56, 0x2b, 0x52, 0x0e, 0x40, 0x7f, 0x00}, // 21 05fb 8d8f 刻
lynxeyed_atsu 0:eb1247cc069b 1727 {0x0c, 0x6b, 0x6a, 0x6f, 0x6a, 0x6a, 0x08, 0x00}, // 21 05fc 8d90 å‘Š
lynxeyed_atsu 0:eb1247cc069b 1728 {0x7f, 0x41, 0x6b, 0x7f, 0x6b, 0x51, 0x7f, 0x00}, // 21 05fd 8d91 国
lynxeyed_atsu 0:eb1247cc069b 1729 {0x5a, 0x2a, 0x7f, 0x2a, 0x5b, 0x29, 0x5b, 0x00}, // 21 05fe 8d92 ç©€
lynxeyed_atsu 0:eb1247cc069b 1730 {0x7d, 0x6f, 0x7d, 0x0c, 0x6b, 0x6f, 0x6a, 0x00}, // 21 05ff 8d93 é…·
lynxeyed_atsu 0:eb1247cc069b 1731 {0x0c, 0x6b, 0x6f, 0x0a, 0x5e, 0x17, 0x76, 0x00}, // 21 0600 8d94 éµ 
lynxeyed_atsu 0:eb1247cc069b 1732 {0x50, 0x17, 0x55, 0x1f, 0x55, 0x17, 0x50, 0x00}, // 21 0601 8d95 é»’
lynxeyed_atsu 0:eb1247cc069b 1733 {0x55, 0x4a, 0x3d, 0x6b, 0x6a, 0x3f, 0x45, 0x00}, // 21 0602 8d96 獄
lynxeyed_atsu 0:eb1247cc069b 1734 {0x75, 0x40, 0x3e, 0x6a, 0x4f, 0x6e, 0x42, 0x00}, // 21 0603 8d97 漉
lynxeyed_atsu 0:eb1247cc069b 1735 {0x7f, 0x15, 0x7f, 0x51, 0x7f, 0x37, 0x51, 0x00}, // 21 0604 8d98 è…°
lynxeyed_atsu 0:eb1247cc069b 1736 {0x6d, 0x6c, 0x4d, 0x7f, 0x55, 0x3d, 0x41, 0x00}, // 21 0605 8d99 甑
lynxeyed_atsu 0:eb1247cc069b 1737 {0x64, 0x33, 0x4e, 0x52, 0x6e, 0x12, 0x6e, 0x00}, // 21 0606 8d9a 忽
lynxeyed_atsu 0:eb1247cc069b 1738 {0x06, 0x7f, 0x64, 0x33, 0x4e, 0x52, 0x6e, 0x00}, // 21 0607 8d9b 惚
lynxeyed_atsu 0:eb1247cc069b 1739 {0x0c, 0x04, 0x7f, 0x2d, 0x2f, 0x7f, 0x0c, 0x00}, // 21 0608 8d9c 骨
lynxeyed_atsu 0:eb1247cc069b 1740 {0x55, 0x4a, 0x3d, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 21 0609 8d9d ç‹›
lynxeyed_atsu 0:eb1247cc069b 1741 {0x49, 0x3a, 0x50, 0x49, 0x47, 0x48, 0x50, 0x00}, // 21 060a 8d9e è¾¼
lynxeyed_atsu 0:eb1247cc069b 1742 {0x7c, 0x40, 0x3f, 0x24, 0x7f, 0x48, 0x64, 0x00}, // 21 060b 8d9f æ­¤
lynxeyed_atsu 0:eb1247cc069b 1743 {0x3f, 0x24, 0x32, 0x5d, 0x17, 0x15, 0x5d, 0x00}, // 21 060c 8da0 é ƒ
lynxeyed_atsu 0:eb1247cc069b 1744 {0x04, 0x14, 0x52, 0x55, 0x36, 0x14, 0x04, 0x00}, // 21 060d 8da1 今
lynxeyed_atsu 0:eb1247cc069b 1745 {0x7f, 0x55, 0x4d, 0x7f, 0x4d, 0x55, 0x7f, 0x00}, // 21 060e 8da2 å›°
lynxeyed_atsu 0:eb1247cc069b 1746 {0x24, 0x3f, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x00}, // 21 060f 8da3 坤
lynxeyed_atsu 0:eb1247cc069b 1747 {0x4a, 0x56, 0x5d, 0x62, 0x5f, 0x4b, 0x54, 0x00}, // 21 0610 8da4 墾
lynxeyed_atsu 0:eb1247cc069b 1748 {0x5c, 0x37, 0x2c, 0x1f, 0x75, 0x6f, 0x15, 0x00}, // 21 0611 8da5 å©š
lynxeyed_atsu 0:eb1247cc069b 1749 {0x06, 0x7f, 0x02, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 21 0612 8da6 恨
lynxeyed_atsu 0:eb1247cc069b 1750 {0x6a, 0x36, 0x5d, 0x42, 0x5f, 0x0b, 0x54, 0x00}, // 21 0613 8da7 懇
lynxeyed_atsu 0:eb1247cc069b 1751 {0x10, 0x7e, 0x76, 0x66, 0x6d, 0x75, 0x10, 0x00}, // 21 0614 8da8 昏
lynxeyed_atsu 0:eb1247cc069b 1752 {0x40, 0x7f, 0x55, 0x05, 0x7d, 0x57, 0x50, 0x00}, // 21 0615 8da9 昆
lynxeyed_atsu 0:eb1247cc069b 1753 {0x1a, 0x7f, 0x0a, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 21 0616 8daa æ ¹
lynxeyed_atsu 0:eb1247cc069b 1754 {0x1a, 0x7f, 0x7f, 0x55, 0x7f, 0x55, 0x7f, 0x00}, // 21 0617 8dab 梱
lynxeyed_atsu 0:eb1247cc069b 1755 {0x75, 0x00, 0x7f, 0x55, 0x05, 0x7d, 0x57, 0x00}, // 21 0618 8dac æ··
lynxeyed_atsu 0:eb1247cc069b 1756 {0x54, 0x3e, 0x02, 0x7e, 0x57, 0x3e, 0x42, 0x00}, // 21 0619 8dad ç—•
lynxeyed_atsu 0:eb1247cc069b 1757 {0x2a, 0x75, 0x2a, 0x7f, 0x4a, 0x7f, 0x02, 0x00}, // 21 061a 8dae ç´º
lynxeyed_atsu 0:eb1247cc069b 1758 {0x40, 0x7f, 0x55, 0x15, 0x35, 0x5f, 0x40, 0x00}, // 21 061b 8daf 艮
lynxeyed_atsu 0:eb1247cc069b 1759 {0x35, 0x2d, 0x35, 0x5e, 0x3f, 0x7a, 0x5e, 0x00}, // 21 061c 8db0 é­‚
lynxeyed_atsu 0:eb1247cc069b 1760 {0x4e, 0x58, 0x5f, 0x5a, 0x50, 0x5f, 0x4a, 0x00}, // 21 061d 8db1 些
lynxeyed_atsu 0:eb1247cc069b 1761 {0x04, 0x7e, 0x23, 0x5e, 0x4b, 0x7a, 0x4a, 0x00}, // 21 061e 8db2 佐
lynxeyed_atsu 0:eb1247cc069b 1762 {0x40, 0x45, 0x29, 0x13, 0x29, 0x47, 0x40, 0x00}, // 21 061f 8db3 叉
lynxeyed_atsu 0:eb1247cc069b 1763 {0x1e, 0x1e, 0x2a, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 21 0620 8db4 唆
lynxeyed_atsu 0:eb1247cc069b 1764 {0x38, 0x3f, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 21 0621 8db5 嵯
lynxeyed_atsu 0:eb1247cc069b 1765 {0x22, 0x52, 0x4f, 0x4a, 0x7a, 0x4a, 0x42, 0x00}, // 21 0622 8db6 å·¦
lynxeyed_atsu 0:eb1247cc069b 1766 {0x4a, 0x3a, 0x4b, 0x5e, 0x7a, 0x5b, 0x4a, 0x00}, // 21 0623 8db7 å·®
lynxeyed_atsu 0:eb1247cc069b 1767 {0x4a, 0x7a, 0x56, 0x5f, 0x56, 0x7a, 0x4a, 0x00}, // 21 0624 8db8 査
lynxeyed_atsu 0:eb1247cc069b 1768 {0x75, 0x00, 0x08, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 21 0625 8db9 æ²™
lynxeyed_atsu 0:eb1247cc069b 1769 {0x2a, 0x3e, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 21 0626 8dba 瑳
lynxeyed_atsu 0:eb1247cc069b 1770 {0x09, 0x37, 0x31, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 21 0627 8dbb ç ‚
lynxeyed_atsu 0:eb1247cc069b 1771 {0x6a, 0x6b, 0x04, 0x03, 0x7e, 0x2a, 0x2a, 0x00}, // 21 0628 8dbc 詐
lynxeyed_atsu 0:eb1247cc069b 1772 {0x56, 0x7d, 0x36, 0x5d, 0x14, 0x17, 0x5d, 0x00}, // 21 0629 8dbd 鎖
lynxeyed_atsu 0:eb1247cc069b 1773 {0x55, 0x30, 0x7a, 0x58, 0x37, 0x54, 0x52, 0x00}, // 21 062a 8dbe 裟
lynxeyed_atsu 0:eb1247cc069b 1774 {0x44, 0x53, 0x54, 0x7f, 0x54, 0x53, 0x44, 0x00}, // 21 062b 8dbf 坐
lynxeyed_atsu 0:eb1247cc069b 1775 {0x40, 0x3e, 0x4a, 0x56, 0x7b, 0x56, 0x4a, 0x00}, // 21 062c 8dc0 座
lynxeyed_atsu 0:eb1247cc069b 1776 {0x52, 0x7f, 0x44, 0x53, 0x7c, 0x53, 0x44, 0x00}, // 21 062d 8dc1 挫
lynxeyed_atsu 0:eb1247cc069b 1777 {0x04, 0x7e, 0x49, 0x3a, 0x3f, 0x3a, 0x48, 0x00}, // 21 062e 8dc2 債
lynxeyed_atsu 0:eb1247cc069b 1778 {0x04, 0x7e, 0x13, 0x7e, 0x4b, 0x7e, 0x4b, 0x00}, // 21 062f 8dc3 催
lynxeyed_atsu 0:eb1247cc069b 1779 {0x11, 0x7f, 0x15, 0x1f, 0x55, 0x7f, 0x11, 0x00}, // 21 0630 8dc4 再
lynxeyed_atsu 0:eb1247cc069b 1780 {0x24, 0x3f, 0x25, 0x7d, 0x55, 0x27, 0x5c, 0x00}, // 21 0631 8dc5 最
lynxeyed_atsu 0:eb1247cc069b 1781 {0x08, 0x6a, 0x6f, 0x0a, 0x4f, 0x38, 0x5a, 0x00}, // 21 0632 8dc6 哉
lynxeyed_atsu 0:eb1247cc069b 1782 {0x56, 0x3a, 0x5e, 0x7b, 0x5e, 0x3a, 0x56, 0x00}, // 21 0633 8dc7 å¡ž
lynxeyed_atsu 0:eb1247cc069b 1783 {0x52, 0x5a, 0x7a, 0x5f, 0x3a, 0x5e, 0x52, 0x00}, // 21 0634 8dc8 妻
lynxeyed_atsu 0:eb1247cc069b 1784 {0x26, 0x2a, 0x3a, 0x6f, 0x3a, 0x2a, 0x26, 0x00}, // 21 0635 8dc9 å®°
lynxeyed_atsu 0:eb1247cc069b 1785 {0x56, 0x32, 0x76, 0x39, 0x55, 0x4a, 0x25, 0x00}, // 21 0636 8dca 彩
lynxeyed_atsu 0:eb1247cc069b 1786 {0x22, 0x22, 0x22, 0x52, 0x7f, 0x0a, 0x02, 0x00}, // 21 0637 8dcb 才
lynxeyed_atsu 0:eb1247cc069b 1787 {0x52, 0x7f, 0x56, 0x32, 0x76, 0x39, 0x55, 0x00}, // 21 0638 8dcc 採
lynxeyed_atsu 0:eb1247cc069b 1788 {0x48, 0x2a, 0x7f, 0x2a, 0x4f, 0x38, 0x5a, 0x00}, // 21 0639 8dcd æ ½
lynxeyed_atsu 0:eb1247cc069b 1789 {0x48, 0x3e, 0x68, 0x2f, 0x4a, 0x3a, 0x58, 0x00}, // 21 063a 8dce æ­³
lynxeyed_atsu 0:eb1247cc069b 1790 {0x75, 0x00, 0x52, 0x36, 0x2b, 0x76, 0x12, 0x00}, // 21 063b 8dcf 済
lynxeyed_atsu 0:eb1247cc069b 1791 {0x42, 0x55, 0x20, 0x1a, 0x25, 0x52, 0x45, 0x00}, // 21 063c 8dd0 災
lynxeyed_atsu 0:eb1247cc069b 1792 {0x52, 0x56, 0x32, 0x76, 0x39, 0x55, 0x51, 0x00}, // 21 063d 8dd1 采
lynxeyed_atsu 0:eb1247cc069b 1793 {0x40, 0x3f, 0x2b, 0x3b, 0x33, 0x7f, 0x2b, 0x00}, // 21 063e 8dd2 犀
lynxeyed_atsu 0:eb1247cc069b 1794 {0x09, 0x37, 0x31, 0x2a, 0x77, 0x2e, 0x28, 0x00}, // 21 063f 8dd3 ç •
lynxeyed_atsu 0:eb1247cc069b 1795 {0x2e, 0x18, 0x6f, 0x6a, 0x68, 0x6f, 0x0a, 0x00}, // 21 0640 8dd4 ç ¦
lynxeyed_atsu 0:eb1247cc069b 1796 {0x54, 0x2b, 0x55, 0x73, 0x14, 0x2d, 0x53, 0x00}, // 21 0641 8dd5 祭
lynxeyed_atsu 0:eb1247cc069b 1797 {0x4a, 0x3a, 0x2e, 0x77, 0x2e, 0x7a, 0x0a, 0x00}, // 21 0642 8dd6 æ–Ž
lynxeyed_atsu 0:eb1247cc069b 1798 {0x2a, 0x75, 0x28, 0x7f, 0x49, 0x7f, 0x7f, 0x00}, // 21 0643 8dd7 ç´°
lynxeyed_atsu 0:eb1247cc069b 1799 {0x52, 0x56, 0x33, 0x76, 0x3b, 0x56, 0x52, 0x00}, // 21 0644 8dd8 菜
lynxeyed_atsu 0:eb1247cc069b 1800 {0x28, 0x7a, 0x5f, 0x2a, 0x4f, 0x38, 0x5a, 0x00}, // 21 0645 8dd9 裁
lynxeyed_atsu 0:eb1247cc069b 1801 {0x28, 0x3a, 0x7f, 0x2a, 0x4f, 0x38, 0x5a, 0x00}, // 21 0646 8dda 載
lynxeyed_atsu 0:eb1247cc069b 1802 {0x7f, 0x1b, 0x4a, 0x15, 0x73, 0x15, 0x4b, 0x00}, // 21 0647 8ddb éš›
lynxeyed_atsu 0:eb1247cc069b 1803 {0x52, 0x36, 0x2b, 0x76, 0x1e, 0x40, 0x7f, 0x00}, // 21 0648 8ddc 剤
lynxeyed_atsu 0:eb1247cc069b 1804 {0x12, 0x7a, 0x47, 0x4a, 0x7e, 0x4a, 0x42, 0x00}, // 21 0649 8ddd 在
lynxeyed_atsu 0:eb1247cc069b 1805 {0x1a, 0x7f, 0x22, 0x22, 0x52, 0x7f, 0x0a, 0x00}, // 21 064a 8dde 材
lynxeyed_atsu 0:eb1247cc069b 1806 {0x2b, 0x6b, 0x3f, 0x03, 0x7f, 0x2b, 0x2b, 0x00}, // 21 064b 8ddf 罪
lynxeyed_atsu 0:eb1247cc069b 1807 {0x5f, 0x15, 0x5f, 0x22, 0x52, 0x7f, 0x0a, 0x00}, // 21 064c 8de0 財
lynxeyed_atsu 0:eb1247cc069b 1808 {0x71, 0x00, 0x28, 0x2f, 0x59, 0x7f, 0x09, 0x00}, // 21 064d 8de1 冴
lynxeyed_atsu 0:eb1247cc069b 1809 {0x24, 0x3f, 0x54, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 21 064e 8de2 坂
lynxeyed_atsu 0:eb1247cc069b 1810 {0x7f, 0x1b, 0x40, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 21 064f 8de3 阪
lynxeyed_atsu 0:eb1247cc069b 1811 {0x24, 0x3f, 0x2f, 0x75, 0x1f, 0x75, 0x2f, 0x00}, // 21 0650 8de4 å º
lynxeyed_atsu 0:eb1247cc069b 1812 {0x1a, 0x7f, 0x0a, 0x77, 0x3e, 0x6b, 0x3e, 0x00}, // 21 0651 8de5 榊
lynxeyed_atsu 0:eb1247cc069b 1813 {0x28, 0x18, 0x7d, 0x2a, 0x2a, 0x7d, 0x08, 0x00}, // 21 0652 8de6 è‚´
lynxeyed_atsu 0:eb1247cc069b 1814 {0x1e, 0x12, 0x5e, 0x55, 0x3c, 0x55, 0x54, 0x00}, // 21 0653 8de7 å’²
lynxeyed_atsu 0:eb1247cc069b 1815 {0x38, 0x3f, 0x12, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 21 0654 8de8 å´Ž
lynxeyed_atsu 0:eb1247cc069b 1816 {0x24, 0x3f, 0x12, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 21 0655 8de9 埼
lynxeyed_atsu 0:eb1247cc069b 1817 {0x09, 0x37, 0x32, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 21 0656 8dea 碕
lynxeyed_atsu 0:eb1247cc069b 1818 {0x4b, 0x0d, 0x5b, 0x16, 0x5d, 0x1f, 0x74, 0x00}, // 21 0657 8deb é·º
lynxeyed_atsu 0:eb1247cc069b 1819 {0x04, 0x7e, 0x01, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 21 0658 8dec 作
lynxeyed_atsu 0:eb1247cc069b 1820 {0x7d, 0x14, 0x57, 0x7d, 0x0e, 0x40, 0x7f, 0x00}, // 21 0659 8ded 削
lynxeyed_atsu 0:eb1247cc069b 1821 {0x1e, 0x1e, 0x04, 0x03, 0x7e, 0x2a, 0x2a, 0x00}, // 21 065a 8dee å’‹
lynxeyed_atsu 0:eb1247cc069b 1822 {0x52, 0x7f, 0x26, 0x1e, 0x73, 0x36, 0x26, 0x00}, // 21 065b 8def 搾
lynxeyed_atsu 0:eb1247cc069b 1823 {0x3e, 0x2a, 0x3e, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 21 065c 8df0 昨
lynxeyed_atsu 0:eb1247cc069b 1824 {0x5a, 0x33, 0x1e, 0x53, 0x3f, 0x55, 0x7f, 0x00}, // 21 065d 8df1 朔
lynxeyed_atsu 0:eb1247cc069b 1825 {0x1a, 0x7f, 0x08, 0x7f, 0x3f, 0x09, 0x7f, 0x00}, // 21 065e 8df2 柵
lynxeyed_atsu 0:eb1247cc069b 1826 {0x26, 0x1a, 0x16, 0x73, 0x2e, 0x2a, 0x26, 0x00}, // 21 065f 8df3 窄
lynxeyed_atsu 0:eb1247cc069b 1827 {0x5c, 0x4b, 0x2e, 0x7c, 0x2b, 0x4e, 0x5a, 0x00}, // 21 0660 8df4 ç­–
lynxeyed_atsu 0:eb1247cc069b 1828 {0x4c, 0x16, 0x1e, 0x77, 0x0e, 0x16, 0x4c, 0x00}, // 21 0661 8df5 ç´¢
lynxeyed_atsu 0:eb1247cc069b 1829 {0x56, 0x7d, 0x0a, 0x7f, 0x5a, 0x7f, 0x0a, 0x00}, // 21 0662 8df6 錯
lynxeyed_atsu 0:eb1247cc069b 1830 {0x1a, 0x7f, 0x49, 0x58, 0x2d, 0x3a, 0x49, 0x00}, // 21 0663 8df7 桜
lynxeyed_atsu 0:eb1247cc069b 1831 {0x42, 0x1d, 0x5f, 0x08, 0x5a, 0x7f, 0x5a, 0x00}, // 21 0664 8df8 é®­
lynxeyed_atsu 0:eb1247cc069b 1832 {0x14, 0x13, 0x7e, 0x54, 0x7b, 0x7e, 0x52, 0x00}, // 21 0665 8df9 笹
lynxeyed_atsu 0:eb1247cc069b 1833 {0x44, 0x37, 0x3f, 0x54, 0x7f, 0x64, 0x72, 0x00}, // 21 0666 8dfa 匙
lynxeyed_atsu 0:eb1247cc069b 1834 {0x08, 0x7f, 0x3f, 0x09, 0x3f, 0x09, 0x7f, 0x00}, // 21 0667 8dfb 冊
lynxeyed_atsu 0:eb1247cc069b 1835 {0x40, 0x3f, 0x15, 0x7d, 0x37, 0x40, 0x7f, 0x00}, // 21 0668 8dfc 刷
lynxeyed_atsu 0:eb1247cc069b 1836 {0x56, 0x2e, 0x56, 0x73, 0x16, 0x2a, 0x56, 0x00}, // 22 0669 8e40 察
lynxeyed_atsu 0:eb1247cc069b 1837 {0x52, 0x7f, 0x0a, 0x52, 0x5d, 0x2a, 0x1d, 0x00}, // 22 066a 8e41 拶
lynxeyed_atsu 0:eb1247cc069b 1838 {0x52, 0x7f, 0x24, 0x3f, 0x7d, 0x2f, 0x5c, 0x00}, // 22 066b 8e42 æ’®
lynxeyed_atsu 0:eb1247cc069b 1839 {0x52, 0x7f, 0x56, 0x2a, 0x67, 0x2a, 0x56, 0x00}, // 22 066c 8e43 擦
lynxeyed_atsu 0:eb1247cc069b 1840 {0x22, 0x1a, 0x7f, 0x0a, 0x7f, 0x40, 0x60, 0x00}, // 22 066d 8e44 札
lynxeyed_atsu 0:eb1247cc069b 1841 {0x54, 0x35, 0x7a, 0x35, 0x5b, 0x29, 0x5b, 0x00}, // 22 066e 8e45 殺
lynxeyed_atsu 0:eb1247cc069b 1842 {0x7e, 0x36, 0x43, 0x3a, 0x4f, 0x7e, 0x4a, 0x00}, // 22 066f 8e46 è–©
lynxeyed_atsu 0:eb1247cc069b 1843 {0x5a, 0x37, 0x7e, 0x28, 0x7f, 0x7e, 0x4b, 0x00}, // 22 0670 8e47 雑
lynxeyed_atsu 0:eb1247cc069b 1844 {0x28, 0x2e, 0x26, 0x7f, 0x26, 0x2e, 0x28, 0x00}, // 22 0671 8e48 皐
lynxeyed_atsu 0:eb1247cc069b 1845 {0x42, 0x1d, 0x5f, 0x08, 0x7a, 0x2f, 0x7a, 0x00}, // 22 0672 8e49 鯖
lynxeyed_atsu 0:eb1247cc069b 1846 {0x52, 0x7f, 0x67, 0x1d, 0x77, 0x0e, 0x7f, 0x00}, // 22 0673 8e4a 捌
lynxeyed_atsu 0:eb1247cc069b 1847 {0x56, 0x7d, 0x0a, 0x7a, 0x2f, 0x7a, 0x08, 0x00}, // 22 0674 8e4b 錆
lynxeyed_atsu 0:eb1247cc069b 1848 {0x42, 0x1d, 0x5f, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 22 0675 8e4c 鮫
lynxeyed_atsu 0:eb1247cc069b 1849 {0x40, 0x7e, 0x42, 0x7e, 0x42, 0x7e, 0x40, 0x00}, // 22 0676 8e4d çš¿
lynxeyed_atsu 0:eb1247cc069b 1850 {0x3e, 0x2a, 0x7d, 0x5f, 0x45, 0x5f, 0x7d, 0x00}, // 22 0677 8e4e æ™’
lynxeyed_atsu 0:eb1247cc069b 1851 {0x40, 0x42, 0x4a, 0x4a, 0x4a, 0x42, 0x40, 0x00}, // 22 0678 8e4f 三
lynxeyed_atsu 0:eb1247cc069b 1852 {0x24, 0x34, 0x2a, 0x7d, 0x2a, 0x34, 0x24, 0x00}, // 22 0679 8e50 傘
lynxeyed_atsu 0:eb1247cc069b 1853 {0x14, 0x4e, 0x57, 0x4e, 0x25, 0x0e, 0x14, 0x00}, // 22 067a 8e51 参
lynxeyed_atsu 0:eb1247cc069b 1854 {0x7c, 0x40, 0x40, 0x7f, 0x40, 0x40, 0x7c, 0x00}, // 22 067b 8e52 å±±
lynxeyed_atsu 0:eb1247cc069b 1855 {0x06, 0x7f, 0x14, 0x4e, 0x55, 0x2a, 0x14, 0x00}, // 22 067c 8e53 惨
lynxeyed_atsu 0:eb1247cc069b 1856 {0x52, 0x7f, 0x0a, 0x7f, 0x7e, 0x23, 0x5e, 0x00}, // 22 067d 8e54 æ’’
lynxeyed_atsu 0:eb1247cc069b 1857 {0x0a, 0x7f, 0x2a, 0x7f, 0x5c, 0x23, 0x5e, 0x00}, // 22 067e 8e55 æ•£
lynxeyed_atsu 0:eb1247cc069b 1858 {0x1a, 0x7f, 0x0a, 0x4a, 0x5f, 0x2a, 0x53, 0x00}, // 22 067f 8e56 æ¡Ÿ
lynxeyed_atsu 0:eb1247cc069b 1859 {0x4c, 0x3f, 0x54, 0x2b, 0x75, 0x2a, 0x56, 0x00}, // 22 0680 8e57 燦
lynxeyed_atsu 0:eb1247cc069b 1860 {0x2a, 0x3e, 0x2a, 0x7f, 0x3f, 0x09, 0x7f, 0x00}, // 22 0681 8e58 珊
lynxeyed_atsu 0:eb1247cc069b 1861 {0x42, 0x3a, 0x4e, 0x5b, 0x7a, 0x5e, 0x4a, 0x00}, // 22 0682 8e59 産
lynxeyed_atsu 0:eb1247cc069b 1862 {0x24, 0x7b, 0x2e, 0x2c, 0x6b, 0x3e, 0x22, 0x00}, // 22 0683 8e5a ç®—
lynxeyed_atsu 0:eb1247cc069b 1863 {0x54, 0x13, 0x3e, 0x7c, 0x3b, 0x16, 0x52, 0x00}, // 22 0684 8e5b 纂
lynxeyed_atsu 0:eb1247cc069b 1864 {0x45, 0x5d, 0x55, 0x7b, 0x55, 0x3d, 0x45, 0x00}, // 22 0685 8e5c èš•
lynxeyed_atsu 0:eb1247cc069b 1865 {0x6b, 0x62, 0x4a, 0x37, 0x3a, 0x37, 0x4a, 0x00}, // 22 0686 8e5d 讃
lynxeyed_atsu 0:eb1247cc069b 1866 {0x4a, 0x77, 0x3a, 0x30, 0x3a, 0x77, 0x4a, 0x00}, // 22 0687 8e5e è³›
lynxeyed_atsu 0:eb1247cc069b 1867 {0x7d, 0x6f, 0x7d, 0x2a, 0x57, 0x32, 0x4f, 0x00}, // 22 0688 8e5f é…¸
lynxeyed_atsu 0:eb1247cc069b 1868 {0x14, 0x54, 0x7b, 0x5e, 0x2b, 0x55, 0x5b, 0x00}, // 22 0689 8e60 餐
lynxeyed_atsu 0:eb1247cc069b 1869 {0x2d, 0x7f, 0x2d, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 22 068a 8e61 æ–¬
lynxeyed_atsu 0:eb1247cc069b 1870 {0x0a, 0x6e, 0x7f, 0x6a, 0x67, 0x7d, 0x05, 0x00}, // 22 068b 8e62 æš«
lynxeyed_atsu 0:eb1247cc069b 1871 {0x49, 0x37, 0x1d, 0x4a, 0x5f, 0x2a, 0x53, 0x00}, // 22 068c 8e63 残
lynxeyed_atsu 0:eb1247cc069b 1872 {0x04, 0x7e, 0x05, 0x44, 0x7f, 0x44, 0x04, 0x00}, // 22 068d 8e64 仕
lynxeyed_atsu 0:eb1247cc069b 1873 {0x04, 0x7e, 0x09, 0x49, 0x7d, 0x0b, 0x08, 0x00}, // 22 068e 8e65 ä»”
lynxeyed_atsu 0:eb1247cc069b 1874 {0x04, 0x7e, 0x01, 0x35, 0x35, 0x41, 0x7f, 0x00}, // 22 068f 8e66 伺
lynxeyed_atsu 0:eb1247cc069b 1875 {0x04, 0x7e, 0x53, 0x5e, 0x3f, 0x4a, 0x4e, 0x00}, // 22 0690 8e67 使
lynxeyed_atsu 0:eb1247cc069b 1876 {0x5a, 0x2a, 0x7f, 0x2a, 0x5a, 0x00, 0x7f, 0x00}, // 22 0691 8e68 刺
lynxeyed_atsu 0:eb1247cc069b 1877 {0x01, 0x35, 0x35, 0x35, 0x35, 0x41, 0x7f, 0x00}, // 22 0692 8e69 司
lynxeyed_atsu 0:eb1247cc069b 1878 {0x40, 0x4e, 0x5a, 0x3f, 0x4a, 0x4e, 0x40, 0x00}, // 22 0693 8e6a 史
lynxeyed_atsu 0:eb1247cc069b 1879 {0x78, 0x3b, 0x1b, 0x78, 0x35, 0x35, 0x7f, 0x00}, // 22 0694 8e6b å—£
lynxeyed_atsu 0:eb1247cc069b 1880 {0x7f, 0x51, 0x4f, 0x41, 0x4f, 0x49, 0x7f, 0x00}, // 22 0695 8e6c å››
lynxeyed_atsu 0:eb1247cc069b 1881 {0x04, 0x44, 0x44, 0x7f, 0x44, 0x44, 0x04, 0x00}, // 22 0696 8e6d 士
lynxeyed_atsu 0:eb1247cc069b 1882 {0x44, 0x5c, 0x37, 0x2c, 0x6c, 0x6b, 0x6c, 0x00}, // 22 0697 8e6e 始
lynxeyed_atsu 0:eb1247cc069b 1883 {0x5c, 0x37, 0x2c, 0x3a, 0x0a, 0x7f, 0x3a, 0x00}, // 22 0698 8e6f 姉
lynxeyed_atsu 0:eb1247cc069b 1884 {0x55, 0x50, 0x74, 0x5b, 0x36, 0x5a, 0x56, 0x00}, // 22 0699 8e70 姿
lynxeyed_atsu 0:eb1247cc069b 1885 {0x08, 0x09, 0x49, 0x7d, 0x0b, 0x09, 0x08, 0x00}, // 22 069a 8e71 子
lynxeyed_atsu 0:eb1247cc069b 1886 {0x40, 0x3f, 0x55, 0x2d, 0x1d, 0x7d, 0x57, 0x00}, // 22 069b 8e72 屍
lynxeyed_atsu 0:eb1247cc069b 1887 {0x02, 0x3a, 0x0a, 0x7f, 0x0a, 0x3a, 0x02, 0x00}, // 22 069c 8e73 市
lynxeyed_atsu 0:eb1247cc069b 1888 {0x3e, 0x37, 0x3e, 0x05, 0x7f, 0x05, 0x3d, 0x00}, // 22 069d 8e74 師
lynxeyed_atsu 0:eb1247cc069b 1889 {0x62, 0x2a, 0x4a, 0x4f, 0x6a, 0x0a, 0x62, 0x00}, // 22 069e 8e75 å¿—
lynxeyed_atsu 0:eb1247cc069b 1890 {0x60, 0x3f, 0x55, 0x5f, 0x75, 0x1f, 0x60, 0x00}, // 22 069f 8e76 思
lynxeyed_atsu 0:eb1247cc069b 1891 {0x52, 0x7f, 0x00, 0x6f, 0x6a, 0x6a, 0x6d, 0x00}, // 22 06a0 8e77 指
lynxeyed_atsu 0:eb1247cc069b 1892 {0x42, 0x4a, 0x5a, 0x2f, 0x5a, 0x42, 0x42, 0x00}, // 22 06a1 8e78 支
lynxeyed_atsu 0:eb1247cc069b 1893 {0x51, 0x7d, 0x0b, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 22 06a2 8e79 孜
lynxeyed_atsu 0:eb1247cc069b 1894 {0x52, 0x1f, 0x1a, 0x5f, 0x3e, 0x0a, 0x79, 0x00}, // 22 06a3 8e7a æ–¯
lynxeyed_atsu 0:eb1247cc069b 1895 {0x62, 0x1f, 0x7a, 0x14, 0x7f, 0x4a, 0x5a, 0x00}, // 22 06a4 8e7b æ–½
lynxeyed_atsu 0:eb1247cc069b 1896 {0x07, 0x7a, 0x5a, 0x5a, 0x59, 0x79, 0x0c, 0x00}, // 22 06a5 8e7c æ—¨
lynxeyed_atsu 0:eb1247cc069b 1897 {0x1a, 0x7f, 0x4a, 0x5a, 0x2f, 0x5a, 0x42, 0x00}, // 22 06a6 8e7d 枝
lynxeyed_atsu 0:eb1247cc069b 1898 {0x40, 0x7c, 0x40, 0x7f, 0x44, 0x44, 0x40, 0x00}, // 22 06a7 8e7e æ­¢
lynxeyed_atsu 0:eb1247cc069b 1899 {0x49, 0x37, 0x1d, 0x01, 0x7f, 0x49, 0x65, 0x00}, // 23 06a8 8e80 æ­»
lynxeyed_atsu 0:eb1247cc069b 1900 {0x40, 0x7e, 0x4a, 0x0e, 0x19, 0x29, 0x48, 0x00}, // 23 06a9 8e81 氏
lynxeyed_atsu 0:eb1247cc069b 1901 {0x55, 0x4a, 0x3d, 0x3e, 0x37, 0x7f, 0x3d, 0x00}, // 23 06aa 8e82 獅
lynxeyed_atsu 0:eb1247cc069b 1902 {0x12, 0x7b, 0x56, 0x7c, 0x40, 0x7f, 0x44, 0x00}, // 23 06ab 8e83 祉
lynxeyed_atsu 0:eb1247cc069b 1903 {0x24, 0x15, 0x7f, 0x15, 0x70, 0x4f, 0x60, 0x00}, // 23 06ac 8e84 私
lynxeyed_atsu 0:eb1247cc069b 1904 {0x50, 0x12, 0x1a, 0x75, 0x14, 0x0a, 0x50, 0x00}, // 23 06ad 8e85 糸
lynxeyed_atsu 0:eb1247cc069b 1905 {0x2a, 0x75, 0x28, 0x7e, 0x4a, 0x3e, 0x49, 0x00}, // 23 06ae 8e86 ç´™
lynxeyed_atsu 0:eb1247cc069b 1906 {0x4e, 0x18, 0x1f, 0x7a, 0x10, 0x0f, 0x5a, 0x00}, // 23 06af 8e87 ç´«
lynxeyed_atsu 0:eb1247cc069b 1907 {0x7f, 0x15, 0x7f, 0x4a, 0x5a, 0x2f, 0x5a, 0x00}, // 23 06b0 8e88 è‚¢
lynxeyed_atsu 0:eb1247cc069b 1908 {0x7f, 0x15, 0x7f, 0x00, 0x6f, 0x6a, 0x6d, 0x00}, // 23 06b1 8e89 è„‚
lynxeyed_atsu 0:eb1247cc069b 1909 {0x41, 0x55, 0x57, 0x7d, 0x53, 0x55, 0x41, 0x00}, // 23 06b2 8e8a 至
lynxeyed_atsu 0:eb1247cc069b 1910 {0x12, 0x7b, 0x16, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 23 06b3 8e8b 視
lynxeyed_atsu 0:eb1247cc069b 1911 {0x6a, 0x6b, 0x02, 0x35, 0x35, 0x41, 0x7f, 0x00}, // 23 06b4 8e8c è©ž
lynxeyed_atsu 0:eb1247cc069b 1912 {0x6a, 0x63, 0x28, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 23 06b5 8e8d è©©
lynxeyed_atsu 0:eb1247cc069b 1913 {0x6a, 0x6b, 0x54, 0x74, 0x57, 0x3c, 0x45, 0x00}, // 23 06b6 8e8e 試
lynxeyed_atsu 0:eb1247cc069b 1914 {0x6b, 0x6a, 0x42, 0x2a, 0x4f, 0x4a, 0x62, 0x00}, // 23 06b7 8e8f 誌
lynxeyed_atsu 0:eb1247cc069b 1915 {0x6b, 0x6a, 0x11, 0x64, 0x73, 0x6e, 0x76, 0x00}, // 23 06b8 8e90 è«®
lynxeyed_atsu 0:eb1247cc069b 1916 {0x49, 0x70, 0x34, 0x3b, 0x36, 0x7a, 0x46, 0x00}, // 23 06b9 8e91 資
lynxeyed_atsu 0:eb1247cc069b 1917 {0x5f, 0x15, 0x5f, 0x27, 0x5d, 0x35, 0x77, 0x00}, // 23 06ba 8e92 賜
lynxeyed_atsu 0:eb1247cc069b 1918 {0x7c, 0x7f, 0x24, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 23 06bb 8e93 雌
lynxeyed_atsu 0:eb1247cc069b 1919 {0x7a, 0x5d, 0x42, 0x35, 0x35, 0x41, 0x7f, 0x00}, // 23 06bc 8e94 飼
lynxeyed_atsu 0:eb1247cc069b 1920 {0x04, 0x7e, 0x6c, 0x7f, 0x56, 0x6e, 0x7a, 0x00}, // 23 06bd 8e95 æ­¯
lynxeyed_atsu 0:eb1247cc069b 1921 {0x2a, 0x2e, 0x6a, 0x7f, 0x2a, 0x3e, 0x12, 0x00}, // 23 06be 8e96 事
lynxeyed_atsu 0:eb1247cc069b 1922 {0x04, 0x7e, 0x21, 0x1f, 0x48, 0x22, 0x5f, 0x00}, // 23 06bf 8e97 ä¼¼
lynxeyed_atsu 0:eb1247cc069b 1923 {0x04, 0x7e, 0x29, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 23 06c0 8e98 侍
lynxeyed_atsu 0:eb1247cc069b 1924 {0x40, 0x5f, 0x20, 0x1f, 0x75, 0x5f, 0x60, 0x00}, // 23 06c1 8e99 児
lynxeyed_atsu 0:eb1247cc069b 1925 {0x16, 0x12, 0x56, 0x77, 0x1e, 0x12, 0x16, 0x00}, // 23 06c2 8e9a å­—
lynxeyed_atsu 0:eb1247cc069b 1926 {0x28, 0x2a, 0x6a, 0x2f, 0x7a, 0x2a, 0x28, 0x00}, // 23 06c3 8e9b 寺
lynxeyed_atsu 0:eb1247cc069b 1927 {0x62, 0x2a, 0x57, 0x42, 0x6a, 0x17, 0x62, 0x00}, // 23 06c4 8e9c æ…ˆ
lynxeyed_atsu 0:eb1247cc069b 1928 {0x52, 0x7f, 0x28, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 23 06c5 8e9d 持
lynxeyed_atsu 0:eb1247cc069b 1929 {0x3e, 0x2a, 0x3e, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 23 06c6 8e9e 時
lynxeyed_atsu 0:eb1247cc069b 1930 {0x61, 0x10, 0x44, 0x23, 0x1e, 0x22, 0x46, 0x00}, // 23 06c7 8e9f 次
lynxeyed_atsu 0:eb1247cc069b 1931 {0x75, 0x00, 0x6a, 0x57, 0x02, 0x6b, 0x56, 0x00}, // 23 06c8 8ea0 滋
lynxeyed_atsu 0:eb1247cc069b 1932 {0x75, 0x00, 0x08, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 23 06c9 8ea1 æ²»
lynxeyed_atsu 0:eb1247cc069b 1933 {0x7d, 0x57, 0x2d, 0x7f, 0x55, 0x2f, 0x7d, 0x00}, // 23 06ca 8ea2 爾
lynxeyed_atsu 0:eb1247cc069b 1934 {0x5d, 0x77, 0x6d, 0x7f, 0x75, 0x6f, 0x5d, 0x00}, // 23 06cb 8ea3 ç’½
lynxeyed_atsu 0:eb1247cc069b 1935 {0x54, 0x3e, 0x12, 0x36, 0x5f, 0x76, 0x12, 0x00}, // 23 06cc 8ea4 ç—”
lynxeyed_atsu 0:eb1247cc069b 1936 {0x09, 0x37, 0x31, 0x6a, 0x57, 0x6a, 0x57, 0x00}, // 23 06cd 8ea5 磁
lynxeyed_atsu 0:eb1247cc069b 1937 {0x24, 0x15, 0x45, 0x7d, 0x05, 0x15, 0x24, 0x00}, // 23 06ce 8ea6 示
lynxeyed_atsu 0:eb1247cc069b 1938 {0x7d, 0x05, 0x7d, 0x07, 0x7d, 0x05, 0x7d, 0x00}, // 23 06cf 8ea7 而
lynxeyed_atsu 0:eb1247cc069b 1939 {0x21, 0x21, 0x3f, 0x2d, 0x2d, 0x7f, 0x21, 0x00}, // 23 06d0 8ea8 耳
lynxeyed_atsu 0:eb1247cc069b 1940 {0x00, 0x7e, 0x4a, 0x5b, 0x5a, 0x52, 0x7e, 0x00}, // 23 06d1 8ea9 自
lynxeyed_atsu 0:eb1247cc069b 1941 {0x3a, 0x3a, 0x13, 0x36, 0x5f, 0x76, 0x12, 0x00}, // 23 06d2 8eaa è’”
lynxeyed_atsu 0:eb1247cc069b 1942 {0x76, 0x5e, 0x75, 0x2a, 0x2e, 0x7b, 0x2e, 0x00}, // 23 06d3 8eab 辞
lynxeyed_atsu 0:eb1247cc069b 1943 {0x75, 0x00, 0x48, 0x44, 0x2b, 0x12, 0x0e, 0x00}, // 23 06d4 8eac 汐
lynxeyed_atsu 0:eb1247cc069b 1944 {0x40, 0x3e, 0x7a, 0x5e, 0x0b, 0x7e, 0x52, 0x00}, // 23 06d5 8ead 鹿
lynxeyed_atsu 0:eb1247cc069b 1945 {0x42, 0x4a, 0x3a, 0x2a, 0x0f, 0x32, 0x43, 0x00}, // 23 06d6 8eae 式
lynxeyed_atsu 0:eb1247cc069b 1946 {0x6b, 0x62, 0x0a, 0x6f, 0x6e, 0x3f, 0x55, 0x00}, // 23 06d7 8eaf è­˜
lynxeyed_atsu 0:eb1247cc069b 1947 {0x3e, 0x3e, 0x3e, 0x40, 0x1e, 0x57, 0x76, 0x00}, // 23 06d8 8eb0 é´«
lynxeyed_atsu 0:eb1247cc069b 1948 {0x44, 0x53, 0x56, 0x54, 0x53, 0x56, 0x42, 0x00}, // 23 06d9 8eb1 竺
lynxeyed_atsu 0:eb1247cc069b 1949 {0x2d, 0x7f, 0x2d, 0x7e, 0x4a, 0x7f, 0x7e, 0x00}, // 23 06da 8eb2 軸
lynxeyed_atsu 0:eb1247cc069b 1950 {0x56, 0x52, 0x12, 0x1b, 0x12, 0x52, 0x56, 0x00}, // 23 06db 8eb3 宍
lynxeyed_atsu 0:eb1247cc069b 1951 {0x16, 0x12, 0x17, 0x77, 0x33, 0x56, 0x16, 0x00}, // 23 06dc 8eb4 雫
lynxeyed_atsu 0:eb1247cc069b 1952 {0x08, 0x08, 0x3f, 0x48, 0x44, 0x44, 0x64, 0x00}, // 23 06dd 8eb5 七
lynxeyed_atsu 0:eb1247cc069b 1953 {0x1e, 0x12, 0x1e, 0x7f, 0x48, 0x48, 0x64, 0x00}, // 23 06de 8eb6 叱
lynxeyed_atsu 0:eb1247cc069b 1954 {0x14, 0x3e, 0x77, 0x3e, 0x13, 0x7e, 0x40, 0x00}, // 23 06df 8eb7 執
lynxeyed_atsu 0:eb1247cc069b 1955 {0x4c, 0x4b, 0x2a, 0x1f, 0x2a, 0x4a, 0x48, 0x00}, // 23 06e0 8eb8 失
lynxeyed_atsu 0:eb1247cc069b 1956 {0x5f, 0x3c, 0x54, 0x3e, 0x5a, 0x33, 0x52, 0x00}, // 23 06e1 8eb9 嫉
lynxeyed_atsu 0:eb1247cc069b 1957 {0x46, 0x52, 0x5e, 0x77, 0x4a, 0x52, 0x46, 0x00}, // 23 06e2 8eba 室
lynxeyed_atsu 0:eb1247cc069b 1958 {0x55, 0x37, 0x4d, 0x5f, 0x6d, 0x17, 0x55, 0x00}, // 23 06e3 8ebb 悉
lynxeyed_atsu 0:eb1247cc069b 1959 {0x75, 0x00, 0x57, 0x7d, 0x45, 0x7d, 0x57, 0x00}, // 23 06e4 8ebc 湿
lynxeyed_atsu 0:eb1247cc069b 1960 {0x75, 0x40, 0x2a, 0x56, 0x7f, 0x36, 0x4a, 0x00}, // 23 06e5 8ebd 漆
lynxeyed_atsu 0:eb1247cc069b 1961 {0x54, 0x3e, 0x52, 0x5e, 0x3b, 0x5a, 0x52, 0x00}, // 23 06e6 8ebe ç–¾
lynxeyed_atsu 0:eb1247cc069b 1962 {0x48, 0x46, 0x3d, 0x28, 0x2e, 0x7d, 0x44, 0x00}, // 23 06e7 8ebf 質
lynxeyed_atsu 0:eb1247cc069b 1963 {0x56, 0x52, 0x56, 0x3f, 0x56, 0x52, 0x56, 0x00}, // 23 06e8 8ec0 実
lynxeyed_atsu 0:eb1247cc069b 1964 {0x2a, 0x7a, 0x6f, 0x7a, 0x2b, 0x7e, 0x36, 0x00}, // 23 06e9 8ec1 蔀
lynxeyed_atsu 0:eb1247cc069b 1965 {0x14, 0x7b, 0x56, 0x34, 0x7b, 0x36, 0x52, 0x00}, // 23 06ea 8ec2 篠
lynxeyed_atsu 0:eb1247cc069b 1966 {0x04, 0x7e, 0x6f, 0x2d, 0x4f, 0x4d, 0x6f, 0x00}, // 23 06eb 8ec3 偲
lynxeyed_atsu 0:eb1247cc069b 1967 {0x5e, 0x58, 0x3f, 0x7a, 0x30, 0x5f, 0x5a, 0x00}, // 23 06ec 8ec4 柴
lynxeyed_atsu 0:eb1247cc069b 1968 {0x42, 0x2a, 0x4b, 0x6e, 0x5b, 0x4a, 0x42, 0x00}, // 23 06ed 8ec5 芝
lynxeyed_atsu 0:eb1247cc069b 1969 {0x40, 0x3f, 0x57, 0x7b, 0x5f, 0x3b, 0x57, 0x00}, // 23 06ee 8ec6 屡
lynxeyed_atsu 0:eb1247cc069b 1970 {0x6a, 0x3e, 0x53, 0x56, 0x3b, 0x46, 0x6a, 0x00}, // 23 06ef 8ec7 è•Š
lynxeyed_atsu 0:eb1247cc069b 1971 {0x2a, 0x75, 0x72, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 23 06f0 8ec8 縞
lynxeyed_atsu 0:eb1247cc069b 1972 {0x14, 0x74, 0x5a, 0x5d, 0x5a, 0x74, 0x14, 0x00}, // 23 06f1 8ec9 舎
lynxeyed_atsu 0:eb1247cc069b 1973 {0x13, 0x11, 0x1f, 0x55, 0x75, 0x15, 0x13, 0x00}, // 23 06f2 8eca 写
lynxeyed_atsu 0:eb1247cc069b 1974 {0x50, 0x5e, 0x2b, 0x7e, 0x0a, 0x52, 0x7f, 0x00}, // 23 06f3 8ecb å°„
lynxeyed_atsu 0:eb1247cc069b 1975 {0x52, 0x7f, 0x14, 0x7a, 0x5d, 0x7a, 0x14, 0x00}, // 23 06f4 8ecc 捨
lynxeyed_atsu 0:eb1247cc069b 1976 {0x28, 0x7a, 0x0f, 0x7a, 0x5c, 0x23, 0x5e, 0x00}, // 23 06f5 8ecd 赦
lynxeyed_atsu 0:eb1247cc069b 1977 {0x54, 0x16, 0x7d, 0x56, 0x2a, 0x20, 0x7f, 0x00}, // 23 06f6 8ece 斜
lynxeyed_atsu 0:eb1247cc069b 1978 {0x48, 0x1a, 0x4a, 0x1f, 0x5e, 0x1b, 0x48, 0x00}, // 23 06f7 8ecf ç…®
lynxeyed_atsu 0:eb1247cc069b 1979 {0x12, 0x7b, 0x56, 0x44, 0x7f, 0x44, 0x40, 0x00}, // 23 06f8 8ed0 社
lynxeyed_atsu 0:eb1247cc069b 1980 {0x2a, 0x75, 0x28, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 23 06f9 8ed1 ç´—
lynxeyed_atsu 0:eb1247cc069b 1981 {0x28, 0x2a, 0x1a, 0x6f, 0x6e, 0x6a, 0x09, 0x00}, // 23 06fa 8ed2 者
lynxeyed_atsu 0:eb1247cc069b 1982 {0x6b, 0x62, 0x5e, 0x2b, 0x7e, 0x1a, 0x7f, 0x00}, // 23 06fb 8ed3 謝
lynxeyed_atsu 0:eb1247cc069b 1983 {0x22, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x22, 0x00}, // 23 06fc 8ed4 車
lynxeyed_atsu 0:eb1247cc069b 1984 {0x49, 0x38, 0x6e, 0x4a, 0x6f, 0x4e, 0x6a, 0x00}, // 23 06fd 8ed5 遮
lynxeyed_atsu 0:eb1247cc069b 1985 {0x4e, 0x7b, 0x2e, 0x06, 0x7b, 0x52, 0x56, 0x00}, // 23 06fe 8ed6 蛇
lynxeyed_atsu 0:eb1247cc069b 1986 {0x2f, 0x59, 0x7f, 0x09, 0x7f, 0x25, 0x1b, 0x00}, // 23 06ff 8ed7 邪
lynxeyed_atsu 0:eb1247cc069b 1987 {0x0c, 0x7f, 0x0a, 0x7f, 0x5a, 0x7f, 0x0a, 0x00}, // 23 0700 8ed8 借
lynxeyed_atsu 0:eb1247cc069b 1988 {0x04, 0x03, 0x0a, 0x12, 0x02, 0x42, 0x7e, 0x00}, // 23 0701 8ed9 勺
lynxeyed_atsu 0:eb1247cc069b 1989 {0x40, 0x3f, 0x05, 0x0d, 0x15, 0x27, 0x40, 0x00}, // 23 0702 8eda å°º
lynxeyed_atsu 0:eb1247cc069b 1990 {0x1a, 0x7f, 0x04, 0x0b, 0x12, 0x42, 0x7e, 0x00}, // 23 0703 8edb 杓
lynxeyed_atsu 0:eb1247cc069b 1991 {0x4c, 0x3f, 0x24, 0x0b, 0x12, 0x42, 0x7e, 0x00}, // 23 0704 8edc 灼
lynxeyed_atsu 0:eb1247cc069b 1992 {0x41, 0x7f, 0x5d, 0x6f, 0x0d, 0x5f, 0x7d, 0x00}, // 23 0705 8edd 爵
lynxeyed_atsu 0:eb1247cc069b 1993 {0x7d, 0x6f, 0x7d, 0x04, 0x0b, 0x52, 0x7e, 0x00}, // 23 0706 8ede 酌
lynxeyed_atsu 0:eb1247cc069b 1994 {0x55, 0x31, 0x7f, 0x55, 0x3f, 0x19, 0x67, 0x00}, // 23 0707 8edf 釈
lynxeyed_atsu 0:eb1247cc069b 1995 {0x56, 0x7d, 0x36, 0x27, 0x5d, 0x35, 0x77, 0x00}, // 23 0708 8ee0 錫
lynxeyed_atsu 0:eb1247cc069b 1996 {0x2a, 0x1a, 0x6f, 0x6a, 0x6b, 0x6a, 0x0a, 0x00}, // 23 0709 8ee1 è‹¥
lynxeyed_atsu 0:eb1247cc069b 1997 {0x56, 0x12, 0x7e, 0x17, 0x5a, 0x2a, 0x5e, 0x00}, // 23 070a 8ee2 寂
lynxeyed_atsu 0:eb1247cc069b 1998 {0x2d, 0x55, 0x77, 0x00, 0x2d, 0x55, 0x77, 0x00}, // 23 070b 8ee3 å¼±
lynxeyed_atsu 0:eb1247cc069b 1999 {0x52, 0x2a, 0x5f, 0x5a, 0x7b, 0x0a, 0x6a, 0x00}, // 23 070c 8ee4 惹
lynxeyed_atsu 0:eb1247cc069b 2000 {0x44, 0x54, 0x55, 0x7e, 0x54, 0x54, 0x44, 0x00}, // 23 070d 8ee5 主
lynxeyed_atsu 0:eb1247cc069b 2001 {0x21, 0x3f, 0x2d, 0x7f, 0x2a, 0x12, 0x2e, 0x00}, // 23 070e 8ee6 取
lynxeyed_atsu 0:eb1247cc069b 2002 {0x16, 0x12, 0x32, 0x53, 0x7a, 0x12, 0x16, 0x00}, // 23 070f 8ee7 守
lynxeyed_atsu 0:eb1247cc069b 2003 {0x14, 0x16, 0x56, 0x7e, 0x15, 0x15, 0x14, 0x00}, // 23 0710 8ee8 手
lynxeyed_atsu 0:eb1247cc069b 2004 {0x4c, 0x4b, 0x2a, 0x7f, 0x2a, 0x4a, 0x48, 0x00}, // 23 0711 8ee9 朱
lynxeyed_atsu 0:eb1247cc069b 2005 {0x49, 0x37, 0x5d, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 23 0712 8eea 殊
lynxeyed_atsu 0:eb1247cc069b 2006 {0x55, 0x4a, 0x3d, 0x36, 0x53, 0x7a, 0x16, 0x00}, // 23 0713 8eeb ç‹©
lynxeyed_atsu 0:eb1247cc069b 2007 {0x2a, 0x3e, 0x4c, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 23 0714 8eec 珠
lynxeyed_atsu 0:eb1247cc069b 2008 {0x35, 0x7f, 0x44, 0x5e, 0x7e, 0x5d, 0x44, 0x00}, // 23 0715 8eed 種
lynxeyed_atsu 0:eb1247cc069b 2009 {0x7f, 0x15, 0x7f, 0x44, 0x5e, 0x7e, 0x5d, 0x00}, // 23 0716 8eee è…«
lynxeyed_atsu 0:eb1247cc069b 2010 {0x6a, 0x3f, 0x4a, 0x51, 0x7f, 0x4a, 0x56, 0x00}, // 23 0717 8eef 趣
lynxeyed_atsu 0:eb1247cc069b 2011 {0x75, 0x00, 0x7d, 0x6f, 0x65, 0x6f, 0x7d, 0x00}, // 23 0718 8ef0 é…’
lynxeyed_atsu 0:eb1247cc069b 2012 {0x02, 0x7a, 0x5b, 0x5e, 0x5a, 0x7b, 0x02, 0x00}, // 23 0719 8ef1 首
lynxeyed_atsu 0:eb1247cc069b 2013 {0x0c, 0x7f, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 23 071a 8ef2 å„’
lynxeyed_atsu 0:eb1247cc069b 2014 {0x4d, 0x47, 0x5d, 0x2f, 0x5d, 0x47, 0x4d, 0x00}, // 23 071b 8ef3 受
lynxeyed_atsu 0:eb1247cc069b 2015 {0x1e, 0x52, 0x4f, 0x39, 0x09, 0x79, 0x4f, 0x00}, // 23 071c 8ef4 呪
lynxeyed_atsu 0:eb1247cc069b 2016 {0x54, 0x36, 0x1e, 0x57, 0x16, 0x7e, 0x14, 0x00}, // 23 071d 8ef5 寿
lynxeyed_atsu 0:eb1247cc069b 2017 {0x52, 0x7f, 0x4d, 0x57, 0x35, 0x57, 0x4d, 0x00}, // 23 071e 8ef6 授
lynxeyed_atsu 0:eb1247cc069b 2018 {0x1a, 0x7f, 0x5a, 0x6f, 0x5a, 0x12, 0x7f, 0x00}, // 23 071f 8ef7 樹
lynxeyed_atsu 0:eb1247cc069b 2019 {0x2a, 0x75, 0x4d, 0x57, 0x35, 0x57, 0x4d, 0x00}, // 23 0720 8ef8 綬
lynxeyed_atsu 0:eb1247cc069b 2020 {0x66, 0x2a, 0x6f, 0x3f, 0x6b, 0x2e, 0x66, 0x00}, // 23 0721 8ef9 需
lynxeyed_atsu 0:eb1247cc069b 2021 {0x7f, 0x61, 0x51, 0x4f, 0x51, 0x61, 0x7f, 0x00}, // 23 0722 8efa 囚
lynxeyed_atsu 0:eb1247cc069b 2022 {0x3e, 0x20, 0x7f, 0x10, 0x4d, 0x31, 0x4f, 0x00}, // 23 0723 8efb 収
lynxeyed_atsu 0:eb1247cc069b 2023 {0x40, 0x3f, 0x75, 0x5f, 0x75, 0x11, 0x7f, 0x00}, // 23 0724 8efc 周
lynxeyed_atsu 0:eb1247cc069b 2024 {0x56, 0x32, 0x56, 0x77, 0x16, 0x32, 0x56, 0x00}, // 24 0725 8f40 å®—
lynxeyed_atsu 0:eb1247cc069b 2025 {0x22, 0x4e, 0x7b, 0x2e, 0x44, 0x3f, 0x45, 0x00}, // 24 0726 8f41 å°±
lynxeyed_atsu 0:eb1247cc069b 2026 {0x4c, 0x3f, 0x0c, 0x7f, 0x00, 0x0c, 0x7f, 0x00}, // 24 0727 8f42 å·ž
lynxeyed_atsu 0:eb1247cc069b 2027 {0x04, 0x7e, 0x3f, 0x04, 0x4b, 0x56, 0x2a, 0x00}, // 24 0728 8f43 ä¿®
lynxeyed_atsu 0:eb1247cc069b 2028 {0x6a, 0x27, 0x4f, 0x47, 0x6a, 0x07, 0x6a, 0x00}, // 24 0729 8f44 愁
lynxeyed_atsu 0:eb1247cc069b 2029 {0x52, 0x7f, 0x04, 0x72, 0x55, 0x76, 0x04, 0x00}, // 24 072a 8f45 拾
lynxeyed_atsu 0:eb1247cc069b 2030 {0x75, 0x4c, 0x3f, 0x0c, 0x7f, 0x0c, 0x7f, 0x00}, // 24 072b 8f46 æ´²
lynxeyed_atsu 0:eb1247cc069b 2031 {0x4a, 0x5a, 0x37, 0x1f, 0x37, 0x6a, 0x0a, 0x00}, // 24 072c 8f47 秀
lynxeyed_atsu 0:eb1247cc069b 2032 {0x35, 0x7f, 0x4c, 0x20, 0x1f, 0x28, 0x44, 0x00}, // 24 072d 8f48 秋
lynxeyed_atsu 0:eb1247cc069b 2033 {0x2a, 0x75, 0x28, 0x0a, 0x55, 0x4b, 0x08, 0x00}, // 24 072e 8f49 終
lynxeyed_atsu 0:eb1247cc069b 2034 {0x2a, 0x75, 0x4a, 0x3a, 0x7f, 0x2e, 0x74, 0x00}, // 24 072f 8f4a 繍
lynxeyed_atsu 0:eb1247cc069b 2035 {0x09, 0x6b, 0x75, 0x6f, 0x6b, 0x65, 0x0f, 0x00}, // 24 0730 8f4b ç¿’
lynxeyed_atsu 0:eb1247cc069b 2036 {0x50, 0x5e, 0x5a, 0x3b, 0x5a, 0x5e, 0x50, 0x00}, // 24 0731 8f4c 臭
lynxeyed_atsu 0:eb1247cc069b 2037 {0x50, 0x3e, 0x12, 0x77, 0x12, 0x7e, 0x10, 0x00}, // 24 0732 8f4d 舟
lynxeyed_atsu 0:eb1247cc069b 2038 {0x42, 0x5a, 0x3b, 0x1e, 0x7b, 0x5a, 0x62, 0x00}, // 24 0733 8f4e 蒐
lynxeyed_atsu 0:eb1247cc069b 2039 {0x54, 0x2e, 0x06, 0x7f, 0x16, 0x26, 0x54, 0x00}, // 24 0734 8f4f 衆
lynxeyed_atsu 0:eb1247cc069b 2040 {0x5a, 0x3e, 0x7b, 0x5e, 0x3a, 0x57, 0x5d, 0x00}, // 24 0735 8f50 襲
lynxeyed_atsu 0:eb1247cc069b 2041 {0x14, 0x7f, 0x5e, 0x5b, 0x54, 0x7f, 0x1a, 0x00}, // 24 0736 8f51 讐
lynxeyed_atsu 0:eb1247cc069b 2042 {0x77, 0x7d, 0x2e, 0x7b, 0x2e, 0x3f, 0x45, 0x00}, // 24 0737 8f52 è¹´
lynxeyed_atsu 0:eb1247cc069b 2043 {0x2d, 0x7f, 0x24, 0x3f, 0x2d, 0x7f, 0x24, 0x00}, // 24 0738 8f53 輯
lynxeyed_atsu 0:eb1247cc069b 2044 {0x49, 0x38, 0x5f, 0x75, 0x6f, 0x75, 0x7f, 0x00}, // 24 0739 8f54 週
lynxeyed_atsu 0:eb1247cc069b 2045 {0x02, 0x7a, 0x5f, 0x4a, 0x5e, 0x7b, 0x02, 0x00}, // 24 073a 8f55 é…‹
lynxeyed_atsu 0:eb1247cc069b 2046 {0x7d, 0x6f, 0x7d, 0x0c, 0x7f, 0x0c, 0x7f, 0x00}, // 24 073b 8f56 é…¬
lynxeyed_atsu 0:eb1247cc069b 2047 {0x54, 0x52, 0x3f, 0x7a, 0x3f, 0x5a, 0x50, 0x00}, // 24 073c 8f57 集
lynxeyed_atsu 0:eb1247cc069b 2048 {0x7d, 0x6f, 0x7d, 0x5e, 0x3f, 0x7a, 0x5e, 0x00}, // 24 073d 8f58 醜
lynxeyed_atsu 0:eb1247cc069b 2049 {0x04, 0x7e, 0x05, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 24 073e 8f59 什
lynxeyed_atsu 0:eb1247cc069b 2050 {0x04, 0x7e, 0x01, 0x44, 0x55, 0x7e, 0x54, 0x00}, // 24 073f 8f5a 住
lynxeyed_atsu 0:eb1247cc069b 2051 {0x42, 0x4a, 0x3e, 0x0b, 0x76, 0x4a, 0x62, 0x00}, // 24 0740 8f5b å……
lynxeyed_atsu 0:eb1247cc069b 2052 {0x04, 0x04, 0x04, 0x7f, 0x04, 0x04, 0x04, 0x00}, // 24 0741 8f5c 十
lynxeyed_atsu 0:eb1247cc069b 2053 {0x0a, 0x7d, 0x42, 0x3b, 0x42, 0x7f, 0x4a, 0x00}, // 24 0742 8f5d 従
lynxeyed_atsu 0:eb1247cc069b 2054 {0x52, 0x3a, 0x12, 0x42, 0x5f, 0x22, 0x53, 0x00}, // 24 0743 8f5e 戎
lynxeyed_atsu 0:eb1247cc069b 2055 {0x52, 0x5a, 0x37, 0x7b, 0x3f, 0x52, 0x56, 0x00}, // 24 0744 8f5f 柔
lynxeyed_atsu 0:eb1247cc069b 2056 {0x65, 0x10, 0x04, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 24 0745 8f60 汁
lynxeyed_atsu 0:eb1247cc069b 2057 {0x75, 0x00, 0x58, 0x2e, 0x08, 0x2f, 0x5a, 0x00}, // 24 0746 8f61 渋
lynxeyed_atsu 0:eb1247cc069b 2058 {0x11, 0x77, 0x56, 0x77, 0x44, 0x3f, 0x45, 0x00}, // 24 0747 8f62 獣
lynxeyed_atsu 0:eb1247cc069b 2059 {0x2a, 0x75, 0x0a, 0x7d, 0x23, 0x7e, 0x4b, 0x00}, // 24 0748 8f63 縦
lynxeyed_atsu 0:eb1247cc069b 2060 {0x42, 0x5e, 0x6b, 0x7f, 0x6b, 0x5e, 0x42, 0x00}, // 24 0749 8f64 重
lynxeyed_atsu 0:eb1247cc069b 2061 {0x56, 0x7d, 0x4a, 0x3e, 0x0b, 0x76, 0x4a, 0x00}, // 24 074a 8f65 銃
lynxeyed_atsu 0:eb1247cc069b 2062 {0x28, 0x48, 0x7f, 0x2a, 0x4d, 0x31, 0x4f, 0x00}, // 24 074b 8f66 叔
lynxeyed_atsu 0:eb1247cc069b 2063 {0x40, 0x3f, 0x53, 0x2f, 0x1b, 0x7f, 0x40, 0x00}, // 24 074c 8f67 夙
lynxeyed_atsu 0:eb1247cc069b 2064 {0x16, 0x7a, 0x02, 0x6b, 0x7a, 0x6a, 0x6e, 0x00}, // 24 074d 8f68 宿
lynxeyed_atsu 0:eb1247cc069b 2065 {0x75, 0x28, 0x7f, 0x2a, 0x4d, 0x31, 0x4f, 0x00}, // 24 074e 8f69 æ·‘
lynxeyed_atsu 0:eb1247cc069b 2066 {0x12, 0x7b, 0x16, 0x4f, 0x39, 0x79, 0x4f, 0x00}, // 24 074f 8f6a 祝
lynxeyed_atsu 0:eb1247cc069b 2067 {0x2a, 0x75, 0x16, 0x7a, 0x0b, 0x7a, 0x6e, 0x00}, // 24 0750 8f6b 縮
lynxeyed_atsu 0:eb1247cc069b 2068 {0x48, 0x3a, 0x2a, 0x7f, 0x2a, 0x5e, 0x74, 0x00}, // 24 0751 8f6c ç²›
lynxeyed_atsu 0:eb1247cc069b 2069 {0x52, 0x4e, 0x5b, 0x6e, 0x5f, 0x5e, 0x50, 0x00}, // 24 0752 8f6d 塾
lynxeyed_atsu 0:eb1247cc069b 2070 {0x52, 0x0e, 0x5b, 0x0e, 0x5f, 0x1e, 0x50, 0x00}, // 24 0753 8f6e 熟
lynxeyed_atsu 0:eb1247cc069b 2071 {0x70, 0x4e, 0x48, 0x7f, 0x48, 0x4e, 0x70, 0x00}, // 24 0754 8f6f 出
lynxeyed_atsu 0:eb1247cc069b 2072 {0x0a, 0x7d, 0x1a, 0x7f, 0x1a, 0x45, 0x7d, 0x00}, // 24 0755 8f70 è¡“
lynxeyed_atsu 0:eb1247cc069b 2073 {0x49, 0x38, 0x5a, 0x42, 0x7f, 0x42, 0x5b, 0x00}, // 24 0756 8f71 è¿°
lynxeyed_atsu 0:eb1247cc069b 2074 {0x04, 0x7e, 0x2b, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 24 0757 8f72 ä¿Š
lynxeyed_atsu 0:eb1247cc069b 2075 {0x38, 0x3f, 0x2a, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 24 0758 8f73 å³»
lynxeyed_atsu 0:eb1247cc069b 2076 {0x28, 0x1a, 0x6e, 0x6f, 0x6e, 0x1a, 0x28, 0x00}, // 24 0759 8f74 春
lynxeyed_atsu 0:eb1247cc069b 2077 {0x7f, 0x55, 0x7f, 0x37, 0x25, 0x77, 0x2d, 0x00}, // 24 075a 8f75 瞬
lynxeyed_atsu 0:eb1247cc069b 2078 {0x2e, 0x33, 0x2e, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 24 075b 8f76 ç«£
lynxeyed_atsu 0:eb1247cc069b 2079 {0x4d, 0x57, 0x2d, 0x1f, 0x35, 0x77, 0x2d, 0x00}, // 24 075c 8f77 舜
lynxeyed_atsu 0:eb1247cc069b 2080 {0x5f, 0x1f, 0x75, 0x2a, 0x57, 0x32, 0x4f, 0x00}, // 24 075d 8f78 駿
lynxeyed_atsu 0:eb1247cc069b 2081 {0x61, 0x10, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 24 075e 8f79 准
lynxeyed_atsu 0:eb1247cc069b 2082 {0x0a, 0x7d, 0x20, 0x1e, 0x76, 0x7e, 0x75, 0x00}, // 24 075f 8f7a 循
lynxeyed_atsu 0:eb1247cc069b 2083 {0x04, 0x03, 0x7e, 0x56, 0x7e, 0x02, 0x7e, 0x00}, // 24 0760 8f7b æ—¬
lynxeyed_atsu 0:eb1247cc069b 2084 {0x1a, 0x7f, 0x20, 0x1e, 0x76, 0x7e, 0x75, 0x00}, // 24 0761 8f7c 楯
lynxeyed_atsu 0:eb1247cc069b 2085 {0x49, 0x37, 0x1d, 0x7f, 0x56, 0x7e, 0x7e, 0x00}, // 24 0762 8f7d 殉
lynxeyed_atsu 0:eb1247cc069b 2086 {0x75, 0x00, 0x22, 0x2e, 0x6b, 0x3e, 0x22, 0x00}, // 24 0763 8f7e æ·³
lynxeyed_atsu 0:eb1247cc069b 2087 {0x35, 0x20, 0x24, 0x7f, 0x2a, 0x2f, 0x2a, 0x00}, // 25 0764 8f80 準
lynxeyed_atsu 0:eb1247cc069b 2088 {0x75, 0x7f, 0x03, 0x57, 0x7c, 0x57, 0x7f, 0x00}, // 25 0765 8f81 潤
lynxeyed_atsu 0:eb1247cc069b 2089 {0x40, 0x3e, 0x06, 0x76, 0x7e, 0x75, 0x05, 0x00}, // 25 0766 8f82 盾
lynxeyed_atsu 0:eb1247cc069b 2090 {0x2a, 0x75, 0x1a, 0x12, 0x7f, 0x52, 0x5a, 0x00}, // 25 0767 8f83 ç´”
lynxeyed_atsu 0:eb1247cc069b 2091 {0x49, 0x3c, 0x5b, 0x44, 0x5b, 0x44, 0x5b, 0x00}, // 25 0768 8f84 å·¡
lynxeyed_atsu 0:eb1247cc069b 2092 {0x49, 0x3a, 0x5e, 0x57, 0x72, 0x77, 0x5e, 0x00}, // 25 0769 8f85 遵
lynxeyed_atsu 0:eb1247cc069b 2093 {0x7d, 0x6f, 0x7d, 0x22, 0x2e, 0x6b, 0x3e, 0x00}, // 25 076a 8f86 醇
lynxeyed_atsu 0:eb1247cc069b 2094 {0x40, 0x3f, 0x1e, 0x7f, 0x5d, 0x17, 0x5d, 0x00}, // 25 076b 8f87 é †
lynxeyed_atsu 0:eb1247cc069b 2095 {0x48, 0x2f, 0x12, 0x2e, 0x42, 0x5e, 0x50, 0x00}, // 25 076c 8f88 処
lynxeyed_atsu 0:eb1247cc069b 2096 {0x12, 0x7b, 0x36, 0x41, 0x3f, 0x41, 0x7f, 0x00}, // 25 076d 8f89 初
lynxeyed_atsu 0:eb1247cc069b 2097 {0x41, 0x3d, 0x15, 0x5d, 0x3e, 0x0a, 0x79, 0x00}, // 25 076e 8f8a 所
lynxeyed_atsu 0:eb1247cc069b 2098 {0x50, 0x57, 0x3d, 0x7d, 0x5d, 0x77, 0x10, 0x00}, // 25 076f 8f8b æš‘
lynxeyed_atsu 0:eb1247cc069b 2099 {0x3e, 0x2a, 0x5f, 0x35, 0x7f, 0x5d, 0x77, 0x00}, // 25 0770 8f8c æ›™
lynxeyed_atsu 0:eb1247cc069b 2100 {0x75, 0x00, 0x28, 0x1a, 0x6f, 0x6a, 0x69, 0x00}, // 25 0771 8f8d 渚
lynxeyed_atsu 0:eb1247cc069b 2101 {0x40, 0x3e, 0x4a, 0x1e, 0x5b, 0x1e, 0x4a, 0x00}, // 25 0772 8f8e 庶
lynxeyed_atsu 0:eb1247cc069b 2102 {0x2a, 0x75, 0x28, 0x1a, 0x6f, 0x6a, 0x69, 0x00}, // 25 0773 8f8f ç·’
lynxeyed_atsu 0:eb1247cc069b 2103 {0x57, 0x55, 0x3f, 0x7d, 0x5f, 0x75, 0x17, 0x00}, // 25 0774 8f90 ç½²
lynxeyed_atsu 0:eb1247cc069b 2104 {0x28, 0x6a, 0x6a, 0x7f, 0x6a, 0x6e, 0x24, 0x00}, // 25 0775 8f91 書
lynxeyed_atsu 0:eb1247cc069b 2105 {0x22, 0x6e, 0x3b, 0x7e, 0x7b, 0x6e, 0x2a, 0x00}, // 25 0776 8f92 è–¯
lynxeyed_atsu 0:eb1247cc069b 2106 {0x6a, 0x6e, 0x43, 0x2a, 0x7f, 0x6e, 0x6a, 0x00}, // 25 0777 8f93 è—·
lynxeyed_atsu 0:eb1247cc069b 2107 {0x6a, 0x63, 0x28, 0x1a, 0x6f, 0x6a, 0x69, 0x00}, // 25 0778 8f94 諸
lynxeyed_atsu 0:eb1247cc069b 2108 {0x40, 0x7f, 0x55, 0x3f, 0x62, 0x1f, 0x7e, 0x00}, // 25 0779 8f95 助
lynxeyed_atsu 0:eb1247cc069b 2109 {0x54, 0x16, 0x7d, 0x16, 0x4d, 0x31, 0x4f, 0x00}, // 25 077a 8f96 叙
lynxeyed_atsu 0:eb1247cc069b 2110 {0x44, 0x54, 0x5c, 0x27, 0x34, 0x4c, 0x44, 0x00}, // 25 077b 8f97 女
lynxeyed_atsu 0:eb1247cc069b 2111 {0x40, 0x3e, 0x12, 0x56, 0x77, 0x1e, 0x32, 0x00}, // 25 077c 8f98 序
lynxeyed_atsu 0:eb1247cc069b 2112 {0x0a, 0x7d, 0x54, 0x16, 0x7d, 0x16, 0x54, 0x00}, // 25 077d 8f99 徐
lynxeyed_atsu 0:eb1247cc069b 2113 {0x6a, 0x2e, 0x4b, 0x46, 0x6f, 0x09, 0x6f, 0x00}, // 25 077e 8f9a 恕
lynxeyed_atsu 0:eb1247cc069b 2114 {0x56, 0x7d, 0x7e, 0x2a, 0x7e, 0x1f, 0x7c, 0x00}, // 25 077f 8f9b 鋤
lynxeyed_atsu 0:eb1247cc069b 2115 {0x7f, 0x1b, 0x54, 0x16, 0x7d, 0x16, 0x54, 0x00}, // 25 0780 8f9c 除
lynxeyed_atsu 0:eb1247cc069b 2116 {0x04, 0x7e, 0x25, 0x5f, 0x3a, 0x5e, 0x72, 0x00}, // 25 0781 8f9d å‚·
lynxeyed_atsu 0:eb1247cc069b 2117 {0x04, 0x7e, 0x45, 0x3e, 0x3b, 0x3e, 0x45, 0x00}, // 25 0782 8f9e å„Ÿ
lynxeyed_atsu 0:eb1247cc069b 2118 {0x7f, 0x15, 0x7f, 0x55, 0x3c, 0x5f, 0x75, 0x00}, // 25 0783 8f9f 勝
lynxeyed_atsu 0:eb1247cc069b 2119 {0x7f, 0x61, 0x5d, 0x4d, 0x7b, 0x4b, 0x49, 0x00}, // 25 0784 8fa0 匠
lynxeyed_atsu 0:eb1247cc069b 2120 {0x0a, 0x4a, 0x3e, 0x09, 0x08, 0x7f, 0x08, 0x00}, // 25 0785 8fa1 升
lynxeyed_atsu 0:eb1247cc069b 2121 {0x09, 0x79, 0x55, 0x53, 0x51, 0x79, 0x0f, 0x00}, // 25 0786 8fa2 召
lynxeyed_atsu 0:eb1247cc069b 2122 {0x1e, 0x12, 0x1e, 0x7d, 0x14, 0x57, 0x7d, 0x00}, // 25 0787 8fa3 哨
lynxeyed_atsu 0:eb1247cc069b 2123 {0x7a, 0x2a, 0x1e, 0x6b, 0x7a, 0x2e, 0x7a, 0x00}, // 25 0788 8fa4 商
lynxeyed_atsu 0:eb1247cc069b 2124 {0x1e, 0x12, 0x7e, 0x57, 0x55, 0x57, 0x7c, 0x00}, // 25 0789 8fa5 å”±
lynxeyed_atsu 0:eb1247cc069b 2125 {0x06, 0x7b, 0x56, 0x57, 0x56, 0x73, 0x16, 0x00}, // 25 078a 8fa6 嘗
lynxeyed_atsu 0:eb1247cc069b 2126 {0x4a, 0x5f, 0x50, 0x35, 0x57, 0x5d, 0x57, 0x00}, // 25 078b 8fa7 奨
lynxeyed_atsu 0:eb1247cc069b 2127 {0x48, 0x5a, 0x7e, 0x5b, 0x3e, 0x5a, 0x48, 0x00}, // 25 078c 8fa8 妾
lynxeyed_atsu 0:eb1247cc069b 2128 {0x44, 0x5c, 0x37, 0x7c, 0x57, 0x57, 0x7c, 0x00}, // 25 078d 8fa9 娼
lynxeyed_atsu 0:eb1247cc069b 2129 {0x06, 0x7a, 0x2e, 0x2f, 0x2a, 0x7e, 0x06, 0x00}, // 25 078e 8faa 宵
lynxeyed_atsu 0:eb1247cc069b 2130 {0x14, 0x7f, 0x16, 0x32, 0x56, 0x79, 0x15, 0x00}, // 25 078f 8fab å°†
lynxeyed_atsu 0:eb1247cc069b 2131 {0x10, 0x0c, 0x40, 0x7f, 0x00, 0x04, 0x18, 0x00}, // 25 0790 8fac 小
lynxeyed_atsu 0:eb1247cc069b 2132 {0x48, 0x46, 0x50, 0x3f, 0x20, 0x12, 0x04, 0x00}, // 25 0791 8fad å°‘
lynxeyed_atsu 0:eb1247cc069b 2133 {0x7d, 0x06, 0x74, 0x57, 0x74, 0x06, 0x7d, 0x00}, // 25 0792 8fae å°š
lynxeyed_atsu 0:eb1247cc069b 2134 {0x40, 0x3e, 0x42, 0x4a, 0x7f, 0x4a, 0x42, 0x00}, // 25 0793 8faf 庄
lynxeyed_atsu 0:eb1247cc069b 2135 {0x40, 0x3e, 0x4a, 0x2a, 0x7f, 0x2a, 0x4a, 0x00}, // 25 0794 8fb0 床
lynxeyed_atsu 0:eb1247cc069b 2136 {0x40, 0x3e, 0x76, 0x3a, 0x77, 0x2e, 0x5a, 0x00}, // 25 0795 8fb1 å» 
lynxeyed_atsu 0:eb1247cc069b 2137 {0x2a, 0x3e, 0x7b, 0x3e, 0x2a, 0x4a, 0x25, 0x00}, // 25 0796 8fb2 å½°
lynxeyed_atsu 0:eb1247cc069b 2138 {0x24, 0x1c, 0x29, 0x7d, 0x2b, 0x18, 0x24, 0x00}, // 25 0797 8fb3 承
lynxeyed_atsu 0:eb1247cc069b 2139 {0x52, 0x7f, 0x08, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 25 0798 8fb4 抄
lynxeyed_atsu 0:eb1247cc069b 2140 {0x52, 0x7f, 0x0a, 0x75, 0x53, 0x59, 0x7f, 0x00}, // 25 0799 8fb5 æ‹›
lynxeyed_atsu 0:eb1247cc069b 2141 {0x26, 0x33, 0x7e, 0x7b, 0x3e, 0x33, 0x26, 0x00}, // 25 079a 8fb6 掌
lynxeyed_atsu 0:eb1247cc069b 2142 {0x52, 0x7f, 0x40, 0x2a, 0x4a, 0x7f, 0x56, 0x00}, // 25 079b 8fb7 捷
lynxeyed_atsu 0:eb1247cc069b 2143 {0x10, 0x57, 0x3d, 0x15, 0x7d, 0x17, 0x10, 0x00}, // 25 079c 8fb8 昇
lynxeyed_atsu 0:eb1247cc069b 2144 {0x7c, 0x57, 0x55, 0x55, 0x55, 0x57, 0x7c, 0x00}, // 25 079d 8fb9 昌
lynxeyed_atsu 0:eb1247cc069b 2145 {0x3e, 0x2a, 0x3e, 0x75, 0x53, 0x59, 0x7f, 0x00}, // 25 079e 8fba 昭
lynxeyed_atsu 0:eb1247cc069b 2146 {0x78, 0x57, 0x7d, 0x05, 0x7d, 0x57, 0x78, 0x00}, // 25 079f 8fbb 晶
lynxeyed_atsu 0:eb1247cc069b 2147 {0x1a, 0x7f, 0x44, 0x63, 0x58, 0x23, 0x44, 0x00}, // 25 07a0 8fbc 松
lynxeyed_atsu 0:eb1247cc069b 2148 {0x1a, 0x7f, 0x0a, 0x7d, 0x14, 0x57, 0x7d, 0x00}, // 25 07a1 8fbd 梢
lynxeyed_atsu 0:eb1247cc069b 2149 {0x1a, 0x7f, 0x2a, 0x3e, 0x7b, 0x3e, 0x2a, 0x00}, // 25 07a2 8fbe 樟
lynxeyed_atsu 0:eb1247cc069b 2150 {0x1a, 0x7f, 0x44, 0x1f, 0x52, 0x1f, 0x52, 0x00}, // 25 07a3 8fbf 樵
lynxeyed_atsu 0:eb1247cc069b 2151 {0x75, 0x00, 0x09, 0x75, 0x53, 0x59, 0x7f, 0x00}, // 25 07a4 8fc0 æ²¼
lynxeyed_atsu 0:eb1247cc069b 2152 {0x75, 0x00, 0x7d, 0x14, 0x17, 0x54, 0x7d, 0x00}, // 25 07a5 8fc1 消
lynxeyed_atsu 0:eb1247cc069b 2153 {0x75, 0x00, 0x18, 0x4e, 0x58, 0x2f, 0x1a, 0x00}, // 25 07a6 8fc2 渉
lynxeyed_atsu 0:eb1247cc069b 2154 {0x75, 0x1a, 0x7f, 0x0a, 0x7f, 0x55, 0x7f, 0x00}, // 25 07a7 8fc3 湘
lynxeyed_atsu 0:eb1247cc069b 2155 {0x4c, 0x3f, 0x54, 0x3e, 0x17, 0x7e, 0x54, 0x00}, // 25 07a8 8fc4 焼
lynxeyed_atsu 0:eb1247cc069b 2156 {0x48, 0x04, 0x5f, 0x16, 0x5f, 0x16, 0x52, 0x00}, // 25 07a9 8fc5 焦
lynxeyed_atsu 0:eb1247cc069b 2157 {0x5f, 0x15, 0x5f, 0x05, 0x5b, 0x19, 0x5f, 0x00}, // 25 07aa 8fc6 ç…§
lynxeyed_atsu 0:eb1247cc069b 2158 {0x54, 0x3e, 0x42, 0x76, 0x47, 0x7e, 0x56, 0x00}, // 25 07ab 8fc7 ç—‡
lynxeyed_atsu 0:eb1247cc069b 2159 {0x14, 0x12, 0x78, 0x57, 0x54, 0x7e, 0x04, 0x00}, // 25 07ac 8fc8 省
lynxeyed_atsu 0:eb1247cc069b 2160 {0x09, 0x37, 0x31, 0x7d, 0x14, 0x57, 0x7d, 0x00}, // 25 07ad 8fc9 硝
lynxeyed_atsu 0:eb1247cc069b 2161 {0x09, 0x37, 0x31, 0x44, 0x1f, 0x5e, 0x53, 0x00}, // 25 07ae 8fca 礁
lynxeyed_atsu 0:eb1247cc069b 2162 {0x12, 0x7b, 0x16, 0x22, 0x2b, 0x7e, 0x2b, 0x00}, // 25 07af 8fcb 祥
lynxeyed_atsu 0:eb1247cc069b 2163 {0x35, 0x7f, 0x24, 0x5b, 0x7e, 0x0a, 0x32, 0x00}, // 25 07b0 8fcc 称
lynxeyed_atsu 0:eb1247cc069b 2164 {0x28, 0x3a, 0x2e, 0x6b, 0x2e, 0x3a, 0x28, 0x00}, // 25 07b1 8fcd ç« 
lynxeyed_atsu 0:eb1247cc069b 2165 {0x54, 0x53, 0x56, 0x3c, 0x53, 0x56, 0x52, 0x00}, // 25 07b2 8fce 笑
lynxeyed_atsu 0:eb1247cc069b 2166 {0x35, 0x7e, 0x55, 0x3e, 0x4a, 0x7f, 0x4a, 0x00}, // 25 07b3 8fcf 粧
lynxeyed_atsu 0:eb1247cc069b 2167 {0x2a, 0x75, 0x28, 0x75, 0x53, 0x59, 0x7f, 0x00}, // 25 07b4 8fd0 ç´¹
lynxeyed_atsu 0:eb1247cc069b 2168 {0x00, 0x7d, 0x16, 0x17, 0x14, 0x56, 0x7d, 0x00}, // 25 07b5 8fd1 è‚–
lynxeyed_atsu 0:eb1247cc069b 2169 {0x72, 0x5e, 0x5b, 0x5a, 0x5b, 0x5e, 0x72, 0x00}, // 25 07b6 8fd2 菖
lynxeyed_atsu 0:eb1247cc069b 2170 {0x2a, 0x7e, 0x17, 0x32, 0x57, 0x7a, 0x16, 0x00}, // 25 07b7 8fd3 è’‹
lynxeyed_atsu 0:eb1247cc069b 2171 {0x4a, 0x06, 0x5f, 0x16, 0x5f, 0x16, 0x52, 0x00}, // 25 07b8 8fd4 蕉
lynxeyed_atsu 0:eb1247cc069b 2172 {0x0a, 0x7d, 0x5a, 0x7e, 0x59, 0x05, 0x7d, 0x00}, // 25 07b9 8fd5 衝
lynxeyed_atsu 0:eb1247cc069b 2173 {0x56, 0x33, 0x7e, 0x5b, 0x3e, 0x53, 0x56, 0x00}, // 25 07ba 8fd6 裳
lynxeyed_atsu 0:eb1247cc069b 2174 {0x6a, 0x6b, 0x44, 0x63, 0x58, 0x23, 0x44, 0x00}, // 25 07bb 8fd7 訟
lynxeyed_atsu 0:eb1247cc069b 2175 {0x6b, 0x6a, 0x41, 0x79, 0x41, 0x7f, 0x49, 0x00}, // 25 07bc 8fd8 証
lynxeyed_atsu 0:eb1247cc069b 2176 {0x6a, 0x6b, 0x02, 0x75, 0x53, 0x59, 0x7f, 0x00}, // 25 07bd 8fd9 è©”
lynxeyed_atsu 0:eb1247cc069b 2177 {0x6b, 0x6a, 0x22, 0x2b, 0x7e, 0x2b, 0x22, 0x00}, // 25 07be 8fda 詳
lynxeyed_atsu 0:eb1247cc069b 2178 {0x52, 0x52, 0x2d, 0x5d, 0x7f, 0x2c, 0x50, 0x00}, // 25 07bf 8fdb 象
lynxeyed_atsu 0:eb1247cc069b 2179 {0x46, 0x7b, 0x2e, 0x2b, 0x2e, 0x7b, 0x46, 0x00}, // 25 07c0 8fdc 賞
lynxeyed_atsu 0:eb1247cc069b 2180 {0x0a, 0x7f, 0x59, 0x4b, 0x5d, 0x7f, 0x09, 0x00}, // 25 07c1 8fdd 醤
lynxeyed_atsu 0:eb1247cc069b 2181 {0x56, 0x7d, 0x36, 0x79, 0x41, 0x7f, 0x49, 0x00}, // 25 07c2 8fde 鉦
lynxeyed_atsu 0:eb1247cc069b 2182 {0x56, 0x7d, 0x46, 0x5e, 0x7e, 0x5d, 0x44, 0x00}, // 25 07c3 8fdf 鍾
lynxeyed_atsu 0:eb1247cc069b 2183 {0x56, 0x7d, 0x4a, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 25 07c4 8fe0 鐘
lynxeyed_atsu 0:eb1247cc069b 2184 {0x7f, 0x1b, 0x2a, 0x3e, 0x7b, 0x3e, 0x2a, 0x00}, // 25 07c5 8fe1 障
lynxeyed_atsu 0:eb1247cc069b 2185 {0x37, 0x7e, 0x37, 0x7d, 0x14, 0x57, 0x7d, 0x00}, // 25 07c6 8fe2 鞘
lynxeyed_atsu 0:eb1247cc069b 2186 {0x40, 0x40, 0x40, 0x7f, 0x44, 0x44, 0x40, 0x00}, // 25 07c7 8fe3 上
lynxeyed_atsu 0:eb1247cc069b 2187 {0x42, 0x42, 0x2a, 0x1f, 0x22, 0x42, 0x42, 0x00}, // 25 07c8 8fe4 丈
lynxeyed_atsu 0:eb1247cc069b 2188 {0x54, 0x4d, 0x61, 0x7d, 0x43, 0x49, 0x54, 0x00}, // 25 07c9 8fe5 丞
lynxeyed_atsu 0:eb1247cc069b 2189 {0x4a, 0x5e, 0x2b, 0x7f, 0x2b, 0x5e, 0x4a, 0x00}, // 25 07ca 8fe6 ä¹—
lynxeyed_atsu 0:eb1247cc069b 2190 {0x43, 0x21, 0x1d, 0x05, 0x7d, 0x41, 0x63, 0x00}, // 25 07cb 8fe7 冗
lynxeyed_atsu 0:eb1247cc069b 2191 {0x5e, 0x2b, 0x7f, 0x2b, 0x5e, 0x00, 0x7f, 0x00}, // 25 07cc 8fe8 剰
lynxeyed_atsu 0:eb1247cc069b 2192 {0x24, 0x3f, 0x7e, 0x2a, 0x5a, 0x3f, 0x52, 0x00}, // 25 07cd 8fe9 城
lynxeyed_atsu 0:eb1247cc069b 2193 {0x24, 0x3f, 0x24, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 25 07ce 8fea å ´
lynxeyed_atsu 0:eb1247cc069b 2194 {0x24, 0x3f, 0x1a, 0x7e, 0x53, 0x3e, 0x5a, 0x00}, // 25 07cf 8feb 壌
lynxeyed_atsu 0:eb1247cc069b 2195 {0x5f, 0x3c, 0x1a, 0x7e, 0x53, 0x3e, 0x5a, 0x00}, // 25 07d0 8fec 嬢
lynxeyed_atsu 0:eb1247cc069b 2196 {0x06, 0x33, 0x1e, 0x7b, 0x1e, 0x33, 0x06, 0x00}, // 25 07d1 8fed 常
lynxeyed_atsu 0:eb1247cc069b 2197 {0x06, 0x7f, 0x08, 0x7a, 0x2f, 0x7a, 0x08, 0x00}, // 25 07d2 8fee 情
lynxeyed_atsu 0:eb1247cc069b 2198 {0x52, 0x7f, 0x59, 0x5f, 0x2f, 0x5f, 0x59, 0x00}, // 25 07d3 8fef 擾
lynxeyed_atsu 0:eb1247cc069b 2199 {0x48, 0x5a, 0x3a, 0x75, 0x3b, 0x58, 0x48, 0x00}, // 25 07d4 8ff0 条
lynxeyed_atsu 0:eb1247cc069b 2200 {0x1a, 0x7f, 0x42, 0x2a, 0x1f, 0x22, 0x42, 0x00}, // 25 07d5 8ff1 杖
lynxeyed_atsu 0:eb1247cc069b 2201 {0x75, 0x00, 0x2a, 0x6d, 0x7d, 0x2f, 0x3c, 0x00}, // 25 07d6 8ff2 浄
lynxeyed_atsu 0:eb1247cc069b 2202 {0x14, 0x7f, 0x44, 0x24, 0x1f, 0x24, 0x45, 0x00}, // 25 07d7 8ff3 状
lynxeyed_atsu 0:eb1247cc069b 2203 {0x58, 0x4f, 0x7d, 0x5f, 0x7d, 0x4f, 0x58, 0x00}, // 25 07d8 8ff4 畳
lynxeyed_atsu 0:eb1247cc069b 2204 {0x35, 0x7f, 0x1a, 0x7e, 0x53, 0x3e, 0x5a, 0x00}, // 25 07d9 8ff5 ç©£
lynxeyed_atsu 0:eb1247cc069b 2205 {0x6a, 0x3a, 0x67, 0x3e, 0x63, 0x2a, 0x76, 0x00}, // 25 07da 8ff6 è’¸
lynxeyed_atsu 0:eb1247cc069b 2206 {0x6b, 0x62, 0x1a, 0x7e, 0x53, 0x3e, 0x5a, 0x00}, // 25 07db 8ff7 è­²
lynxeyed_atsu 0:eb1247cc069b 2207 {0x7d, 0x7f, 0x1a, 0x7e, 0x53, 0x3e, 0x5a, 0x00}, // 25 07dc 8ff8 醸
lynxeyed_atsu 0:eb1247cc069b 2208 {0x56, 0x7d, 0x46, 0x32, 0x47, 0x7e, 0x56, 0x00}, // 25 07dd 8ff9 錠
lynxeyed_atsu 0:eb1247cc069b 2209 {0x1e, 0x52, 0x3f, 0x73, 0x5b, 0x3f, 0x73, 0x00}, // 25 07de 8ffa 嘱
lynxeyed_atsu 0:eb1247cc069b 2210 {0x24, 0x3f, 0x7a, 0x42, 0x5f, 0x5a, 0x42, 0x00}, // 25 07df 8ffb 埴
lynxeyed_atsu 0:eb1247cc069b 2211 {0x7a, 0x5d, 0x5a, 0x34, 0x13, 0x7e, 0x32, 0x00}, // 25 07e0 8ffc 飾
lynxeyed_atsu 0:eb1247cc069b 2212 {0x52, 0x7f, 0x54, 0x74, 0x57, 0x3c, 0x45, 0x00}, // 26 07e1 9040 æ‹­
lynxeyed_atsu 0:eb1247cc069b 2213 {0x1a, 0x7f, 0x7a, 0x42, 0x5f, 0x5a, 0x42, 0x00}, // 26 07e2 9041 植
lynxeyed_atsu 0:eb1247cc069b 2214 {0x49, 0x37, 0x1d, 0x7a, 0x42, 0x5f, 0x5a, 0x00}, // 26 07e3 9042 æ®–
lynxeyed_atsu 0:eb1247cc069b 2215 {0x4c, 0x3f, 0x4b, 0x75, 0x77, 0x25, 0x7f, 0x00}, // 26 07e4 9043 燭
lynxeyed_atsu 0:eb1247cc069b 2216 {0x2a, 0x75, 0x0a, 0x6f, 0x6e, 0x3f, 0x55, 0x00}, // 26 07e5 9044 ç¹”
lynxeyed_atsu 0:eb1247cc069b 2217 {0x21, 0x3f, 0x7f, 0x6b, 0x4e, 0x3f, 0x55, 0x00}, // 26 07e6 9045 職
lynxeyed_atsu 0:eb1247cc069b 2218 {0x02, 0x3e, 0x55, 0x5d, 0x57, 0x5c, 0x60, 0x00}, // 26 07e7 9046 色
lynxeyed_atsu 0:eb1247cc069b 2219 {0x42, 0x3d, 0x7f, 0x4a, 0x7f, 0x4a, 0x6e, 0x00}, // 26 07e8 9047 触
lynxeyed_atsu 0:eb1247cc069b 2220 {0x04, 0x44, 0x7a, 0x5d, 0x22, 0x54, 0x44, 0x00}, // 26 07e9 9048 食
lynxeyed_atsu 0:eb1247cc069b 2221 {0x7a, 0x5d, 0x5a, 0x4e, 0x7f, 0x4a, 0x6e, 0x00}, // 26 07ea 9049 蝕
lynxeyed_atsu 0:eb1247cc069b 2222 {0x18, 0x17, 0x3d, 0x57, 0x7f, 0x17, 0x15, 0x00}, // 26 07eb 904a è¾±
lynxeyed_atsu 0:eb1247cc069b 2223 {0x40, 0x3f, 0x55, 0x35, 0x1d, 0x75, 0x47, 0x00}, // 26 07ec 904b å°»
lynxeyed_atsu 0:eb1247cc069b 2224 {0x04, 0x7e, 0x3f, 0x2a, 0x7f, 0x2a, 0x3e, 0x00}, // 26 07ed 904c 伸
lynxeyed_atsu 0:eb1247cc069b 2225 {0x04, 0x7e, 0x01, 0x62, 0x6b, 0x6b, 0x62, 0x00}, // 26 07ee 904d ä¿¡
lynxeyed_atsu 0:eb1247cc069b 2226 {0x04, 0x7e, 0x59, 0x5d, 0x2d, 0x5f, 0x58, 0x00}, // 26 07ef 904e ä¾µ
lynxeyed_atsu 0:eb1247cc069b 2227 {0x10, 0x0f, 0x7d, 0x77, 0x6f, 0x77, 0x15, 0x00}, // 26 07f0 904f 唇
lynxeyed_atsu 0:eb1247cc069b 2228 {0x5c, 0x37, 0x2c, 0x7f, 0x51, 0x35, 0x55, 0x00}, // 26 07f1 9050 娠
lynxeyed_atsu 0:eb1247cc069b 2229 {0x2e, 0x7a, 0x02, 0x5b, 0x5e, 0x2a, 0x5e, 0x00}, // 26 07f2 9051 寝
lynxeyed_atsu 0:eb1247cc069b 2230 {0x56, 0x3a, 0x76, 0x7f, 0x76, 0x3a, 0x56, 0x00}, // 26 07f3 9052 審
lynxeyed_atsu 0:eb1247cc069b 2231 {0x20, 0x18, 0x7d, 0x42, 0x40, 0x68, 0x10, 0x00}, // 26 07f4 9053 心
lynxeyed_atsu 0:eb1247cc069b 2232 {0x06, 0x7f, 0x52, 0x1e, 0x1f, 0x1e, 0x52, 0x00}, // 26 07f5 9054 æ…Ž
lynxeyed_atsu 0:eb1247cc069b 2233 {0x52, 0x7f, 0x3f, 0x71, 0x55, 0x35, 0x51, 0x00}, // 26 07f6 9055 振
lynxeyed_atsu 0:eb1247cc069b 2234 {0x52, 0x36, 0x7b, 0x36, 0x5e, 0x0a, 0x79, 0x00}, // 26 07f7 9056 æ–°
lynxeyed_atsu 0:eb1247cc069b 2235 {0x09, 0x7b, 0x5f, 0x59, 0x5f, 0x7b, 0x09, 0x00}, // 26 07f8 9057 晋
lynxeyed_atsu 0:eb1247cc069b 2236 {0x50, 0x3a, 0x76, 0x5f, 0x36, 0x7a, 0x50, 0x00}, // 26 07f9 9058 森
lynxeyed_atsu 0:eb1247cc069b 2237 {0x1a, 0x7f, 0x52, 0x2a, 0x77, 0x2a, 0x52, 0x00}, // 26 07fa 9059 榛
lynxeyed_atsu 0:eb1247cc069b 2238 {0x75, 0x00, 0x58, 0x5d, 0x2d, 0x5f, 0x58, 0x00}, // 26 07fb 905a 浸
lynxeyed_atsu 0:eb1247cc069b 2239 {0x75, 0x00, 0x5b, 0x35, 0x71, 0x3d, 0x5b, 0x00}, // 26 07fc 905b æ·±
lynxeyed_atsu 0:eb1247cc069b 2240 {0x3e, 0x2a, 0x2a, 0x7f, 0x2a, 0x2a, 0x3e, 0x00}, // 26 07fd 905c 申
lynxeyed_atsu 0:eb1247cc069b 2241 {0x54, 0x3e, 0x12, 0x4a, 0x57, 0x2a, 0x12, 0x00}, // 26 07fe 905d ç–¹
lynxeyed_atsu 0:eb1247cc069b 2242 {0x52, 0x52, 0x1e, 0x1f, 0x1e, 0x52, 0x52, 0x00}, // 26 07ff 905e 真
lynxeyed_atsu 0:eb1247cc069b 2243 {0x12, 0x7b, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x00}, // 26 0800 905f 神
lynxeyed_atsu 0:eb1247cc069b 2244 {0x48, 0x5a, 0x2e, 0x7f, 0x2e, 0x5a, 0x48, 0x00}, // 26 0801 9060 秦
lynxeyed_atsu 0:eb1247cc069b 2245 {0x2a, 0x75, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x00}, // 26 0802 9061 ç´³
lynxeyed_atsu 0:eb1247cc069b 2246 {0x00, 0x7f, 0x55, 0x77, 0x55, 0x5d, 0x41, 0x00}, // 26 0803 9062 臣
lynxeyed_atsu 0:eb1247cc069b 2247 {0x42, 0x32, 0x7f, 0x42, 0x67, 0x12, 0x62, 0x00}, // 26 0804 9063 芯
lynxeyed_atsu 0:eb1247cc069b 2248 {0x52, 0x36, 0x7b, 0x36, 0x3f, 0x16, 0x72, 0x00}, // 26 0805 9064 è–ª
lynxeyed_atsu 0:eb1247cc069b 2249 {0x52, 0x36, 0x7b, 0x36, 0x5f, 0x35, 0x5f, 0x00}, // 26 0806 9065 親
lynxeyed_atsu 0:eb1247cc069b 2250 {0x6a, 0x6b, 0x04, 0x42, 0x55, 0x2a, 0x14, 0x00}, // 26 0807 9066 診
lynxeyed_atsu 0:eb1247cc069b 2251 {0x10, 0x50, 0x5e, 0x2b, 0x6a, 0x7e, 0x08, 0x00}, // 26 0808 9067 身
lynxeyed_atsu 0:eb1247cc069b 2252 {0x08, 0x2a, 0x2e, 0x7b, 0x2e, 0x2a, 0x08, 0x00}, // 26 0809 9068 è¾›
lynxeyed_atsu 0:eb1247cc069b 2253 {0x49, 0x38, 0x44, 0x7f, 0x6a, 0x7f, 0x6a, 0x00}, // 26 080a 9069 進
lynxeyed_atsu 0:eb1247cc069b 2254 {0x56, 0x7d, 0x36, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 26 080b 906a 針
lynxeyed_atsu 0:eb1247cc069b 2255 {0x46, 0x3a, 0x7f, 0x5f, 0x3b, 0x5e, 0x56, 0x00}, // 26 080c 906b 震
lynxeyed_atsu 0:eb1247cc069b 2256 {0x40, 0x20, 0x18, 0x07, 0x18, 0x20, 0x40, 0x00}, // 26 080d 906c 人
lynxeyed_atsu 0:eb1247cc069b 2257 {0x04, 0x7e, 0x21, 0x22, 0x22, 0x22, 0x20, 0x00}, // 26 080e 906d 仁
lynxeyed_atsu 0:eb1247cc069b 2258 {0x41, 0x29, 0x19, 0x0f, 0x11, 0x41, 0x7f, 0x00}, // 26 080f 906e 刃
lynxeyed_atsu 0:eb1247cc069b 2259 {0x40, 0x3e, 0x5a, 0x56, 0x67, 0x5e, 0x52, 0x00}, // 26 0810 906f 塵
lynxeyed_atsu 0:eb1247cc069b 2260 {0x08, 0x4a, 0x4a, 0x7e, 0x49, 0x49, 0x08, 0x00}, // 26 0811 9070 壬
lynxeyed_atsu 0:eb1247cc069b 2261 {0x14, 0x1d, 0x35, 0x51, 0x7d, 0x17, 0x1c, 0x00}, // 26 0812 9071 å°‹
lynxeyed_atsu 0:eb1247cc069b 2262 {0x12, 0x72, 0x5f, 0x7a, 0x5f, 0x72, 0x52, 0x00}, // 26 0813 9072 甚
lynxeyed_atsu 0:eb1247cc069b 2263 {0x20, 0x1f, 0x25, 0x2d, 0x45, 0x1b, 0x20, 0x00}, // 26 0814 9073 å°½
lynxeyed_atsu 0:eb1247cc069b 2264 {0x07, 0x77, 0x35, 0x30, 0x3b, 0x75, 0x0b, 0x00}, // 26 0815 9074 è…Ž
lynxeyed_atsu 0:eb1247cc069b 2265 {0x6b, 0x62, 0x49, 0x3f, 0x05, 0x7f, 0x40, 0x00}, // 26 0816 9075 訊
lynxeyed_atsu 0:eb1247cc069b 2266 {0x49, 0x38, 0x45, 0x5f, 0x45, 0x4f, 0x50, 0x00}, // 26 0817 9076 è¿…
lynxeyed_atsu 0:eb1247cc069b 2267 {0x7f, 0x1b, 0x22, 0x3e, 0x7f, 0x3e, 0x22, 0x00}, // 26 0818 9077 陣
lynxeyed_atsu 0:eb1247cc069b 2268 {0x37, 0x7e, 0x37, 0x49, 0x3f, 0x51, 0x7f, 0x00}, // 26 0819 9078 靭
lynxeyed_atsu 0:eb1247cc069b 2269 {0x04, 0x6b, 0x6e, 0x6c, 0x0b, 0x4e, 0x7a, 0x00}, // 26 081a 9079 笥
lynxeyed_atsu 0:eb1247cc069b 2270 {0x6b, 0x6a, 0x21, 0x3f, 0x7f, 0x12, 0x2e, 0x00}, // 26 081b 907a 諏
lynxeyed_atsu 0:eb1247cc069b 2271 {0x4a, 0x25, 0x00, 0x5d, 0x17, 0x15, 0x5d, 0x00}, // 26 081c 907b é ˆ
lynxeyed_atsu 0:eb1247cc069b 2272 {0x7d, 0x6f, 0x7d, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 26 081d 907c é…¢
lynxeyed_atsu 0:eb1247cc069b 2273 {0x7f, 0x43, 0x69, 0x53, 0x59, 0x65, 0x7f, 0x00}, // 26 081e 907d 図
lynxeyed_atsu 0:eb1247cc069b 2274 {0x40, 0x3f, 0x5d, 0x75, 0x2d, 0x49, 0x7d, 0x00}, // 26 081f 907e 厨
lynxeyed_atsu 0:eb1247cc069b 2275 {0x49, 0x3a, 0x41, 0x6f, 0x7b, 0x7b, 0x6f, 0x00}, // 27 0820 9080 逗
lynxeyed_atsu 0:eb1247cc069b 2276 {0x1e, 0x1e, 0x44, 0x23, 0x1e, 0x22, 0x46, 0x00}, // 27 0821 9081 吹
lynxeyed_atsu 0:eb1247cc069b 2277 {0x54, 0x5e, 0x56, 0x7e, 0x55, 0x5d, 0x54, 0x00}, // 27 0822 9082 åž‚
lynxeyed_atsu 0:eb1247cc069b 2278 {0x3e, 0x37, 0x3e, 0x02, 0x7f, 0x02, 0x3e, 0x00}, // 27 0823 9083 帥
lynxeyed_atsu 0:eb1247cc069b 2279 {0x52, 0x7f, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 27 0824 9084 推
lynxeyed_atsu 0:eb1247cc069b 2280 {0x24, 0x14, 0x4c, 0x7f, 0x08, 0x14, 0x22, 0x00}, // 27 0825 9085 æ°´
lynxeyed_atsu 0:eb1247cc069b 2281 {0x4c, 0x3f, 0x44, 0x23, 0x1e, 0x22, 0x46, 0x00}, // 27 0826 9086 ç‚Š
lynxeyed_atsu 0:eb1247cc069b 2282 {0x7f, 0x55, 0x7f, 0x14, 0x5d, 0x7f, 0x55, 0x00}, // 27 0827 9087 睡
lynxeyed_atsu 0:eb1247cc069b 2283 {0x35, 0x7e, 0x2b, 0x26, 0x73, 0x2e, 0x28, 0x00}, // 27 0828 9088 粋
lynxeyed_atsu 0:eb1247cc069b 2284 {0x29, 0x3b, 0x2d, 0x7f, 0x2b, 0x3d, 0x2f, 0x00}, // 27 0829 9089 ç¿ 
lynxeyed_atsu 0:eb1247cc069b 2285 {0x2a, 0x2a, 0x7e, 0x57, 0x3e, 0x4a, 0x4a, 0x00}, // 27 082a 908a è¡°
lynxeyed_atsu 0:eb1247cc069b 2286 {0x49, 0x38, 0x52, 0x6b, 0x7e, 0x53, 0x6a, 0x00}, // 27 082b 908b 遂
lynxeyed_atsu 0:eb1247cc069b 2287 {0x7d, 0x6f, 0x7d, 0x2a, 0x77, 0x2e, 0x28, 0x00}, // 27 082c 908c é…”
lynxeyed_atsu 0:eb1247cc069b 2288 {0x56, 0x7d, 0x36, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 27 082d 908d 錐
lynxeyed_atsu 0:eb1247cc069b 2289 {0x56, 0x7d, 0x56, 0x5d, 0x77, 0x5d, 0x54, 0x00}, // 27 082e 908e 錘
lynxeyed_atsu 0:eb1247cc069b 2290 {0x7f, 0x25, 0x5b, 0x39, 0x4a, 0x77, 0x72, 0x00}, // 27 082f 908f 随
lynxeyed_atsu 0:eb1247cc069b 2291 {0x2a, 0x3e, 0x6b, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 27 0830 9090 ç‘ž
lynxeyed_atsu 0:eb1247cc069b 2292 {0x0c, 0x77, 0x3f, 0x79, 0x4a, 0x77, 0x72, 0x00}, // 27 0831 9091 é«„
lynxeyed_atsu 0:eb1247cc069b 2293 {0x4c, 0x37, 0x5e, 0x7f, 0x1e, 0x37, 0x4c, 0x00}, // 27 0832 9092 å´‡
lynxeyed_atsu 0:eb1247cc069b 2294 {0x74, 0x17, 0x7e, 0x57, 0x7e, 0x17, 0x74, 0x00}, // 27 0833 9093 嵩
lynxeyed_atsu 0:eb1247cc069b 2295 {0x55, 0x7a, 0x57, 0x32, 0x5d, 0x23, 0x5e, 0x00}, // 27 0834 9094 æ•°
lynxeyed_atsu 0:eb1247cc069b 2296 {0x1a, 0x7f, 0x0a, 0x7f, 0x55, 0x49, 0x55, 0x00}, // 27 0835 9095 枢
lynxeyed_atsu 0:eb1247cc069b 2297 {0x6a, 0x3f, 0x4a, 0x64, 0x5b, 0x76, 0x76, 0x00}, // 27 0836 9096 趨
lynxeyed_atsu 0:eb1247cc069b 2298 {0x24, 0x5b, 0x36, 0x36, 0x7f, 0x7e, 0x4b, 0x00}, // 27 0837 9097 é››
lynxeyed_atsu 0:eb1247cc069b 2299 {0x52, 0x7f, 0x4a, 0x3f, 0x6b, 0x5f, 0x6b, 0x00}, // 27 0838 9098 据
lynxeyed_atsu 0:eb1247cc069b 2300 {0x22, 0x1a, 0x7f, 0x0a, 0x40, 0x4a, 0x25, 0x00}, // 27 0839 9099 杉
lynxeyed_atsu 0:eb1247cc069b 2301 {0x1a, 0x7f, 0x7c, 0x57, 0x55, 0x57, 0x7c, 0x00}, // 27 083a 909a 椙
lynxeyed_atsu 0:eb1247cc069b 2302 {0x1a, 0x0a, 0x7f, 0x7a, 0x6f, 0x6a, 0x1a, 0x00}, // 27 083b 909b 菅
lynxeyed_atsu 0:eb1247cc069b 2303 {0x7e, 0x5a, 0x2f, 0x5a, 0x5d, 0x17, 0x5d, 0x00}, // 27 083c 909c é —
lynxeyed_atsu 0:eb1247cc069b 2304 {0x14, 0x12, 0x78, 0x57, 0x7c, 0x56, 0x54, 0x00}, // 27 083d 909d 雀
lynxeyed_atsu 0:eb1247cc069b 2305 {0x12, 0x7b, 0x56, 0x3f, 0x6b, 0x5f, 0x6b, 0x00}, // 27 083e 909e 裾
lynxeyed_atsu 0:eb1247cc069b 2306 {0x65, 0x10, 0x45, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 27 083f 909f 澄
lynxeyed_atsu 0:eb1247cc069b 2307 {0x52, 0x7f, 0x05, 0x6f, 0x70, 0x65, 0x0f, 0x00}, // 27 0840 90a0 摺
lynxeyed_atsu 0:eb1247cc069b 2308 {0x02, 0x02, 0x0a, 0x52, 0x7f, 0x02, 0x02, 0x00}, // 27 0841 90a1 寸
lynxeyed_atsu 0:eb1247cc069b 2309 {0x04, 0x7f, 0x44, 0x5f, 0x54, 0x5f, 0x44, 0x00}, // 27 0842 90a2 世
lynxeyed_atsu 0:eb1247cc069b 2310 {0x75, 0x2e, 0x7f, 0x2e, 0x5d, 0x17, 0x5d, 0x00}, // 27 0843 90a3 瀬
lynxeyed_atsu 0:eb1247cc069b 2311 {0x7a, 0x7a, 0x7b, 0x7a, 0x44, 0x33, 0x4e, 0x00}, // 27 0844 90a4 畝
lynxeyed_atsu 0:eb1247cc069b 2312 {0x44, 0x37, 0x45, 0x7d, 0x55, 0x57, 0x44, 0x00}, // 27 0845 90a5 是
lynxeyed_atsu 0:eb1247cc069b 2313 {0x71, 0x00, 0x52, 0x7a, 0x5f, 0x3e, 0x52, 0x00}, // 27 0846 90a6 凄
lynxeyed_atsu 0:eb1247cc069b 2314 {0x64, 0x2b, 0x7f, 0x2a, 0x6e, 0x00, 0x7f, 0x00}, // 27 0847 90a7 制
lynxeyed_atsu 0:eb1247cc069b 2315 {0x14, 0x4e, 0x5f, 0x3a, 0x57, 0x7e, 0x08, 0x00}, // 27 0848 90a8 å‹¢
lynxeyed_atsu 0:eb1247cc069b 2316 {0x44, 0x5c, 0x37, 0x4c, 0x53, 0x7f, 0x52, 0x00}, // 27 0849 90a9 姓
lynxeyed_atsu 0:eb1247cc069b 2317 {0x0a, 0x7d, 0x40, 0x79, 0x41, 0x7f, 0x49, 0x00}, // 27 084a 90aa 征
lynxeyed_atsu 0:eb1247cc069b 2318 {0x06, 0x7f, 0x44, 0x53, 0x7f, 0x52, 0x42, 0x00}, // 27 084b 90ab 性
lynxeyed_atsu 0:eb1247cc069b 2319 {0x40, 0x3e, 0x4a, 0x3a, 0x42, 0x3f, 0x52, 0x00}, // 27 084c 90ac 成
lynxeyed_atsu 0:eb1247cc069b 2320 {0x79, 0x41, 0x3f, 0x29, 0x5c, 0x23, 0x5e, 0x00}, // 27 084d 90ad 政
lynxeyed_atsu 0:eb1247cc069b 2321 {0x5a, 0x76, 0x5f, 0x76, 0x7a, 0x75, 0x5b, 0x00}, // 27 084e 90ae æ•´
lynxeyed_atsu 0:eb1247cc069b 2322 {0x50, 0x4f, 0x55, 0x7d, 0x55, 0x57, 0x44, 0x00}, // 27 084f 90af 星
lynxeyed_atsu 0:eb1247cc069b 2323 {0x3e, 0x2a, 0x3e, 0x08, 0x7a, 0x2f, 0x7a, 0x00}, // 27 0850 90b0 æ™´
lynxeyed_atsu 0:eb1247cc069b 2324 {0x1a, 0x7f, 0x52, 0x7a, 0x5f, 0x3e, 0x52, 0x00}, // 27 0851 90b1 棲
lynxeyed_atsu 0:eb1247cc069b 2325 {0x1a, 0x7f, 0x7d, 0x5f, 0x45, 0x5f, 0x7d, 0x00}, // 27 0852 90b2 æ –
lynxeyed_atsu 0:eb1247cc069b 2326 {0x41, 0x79, 0x41, 0x7f, 0x49, 0x49, 0x41, 0x00}, // 27 0853 90b3 æ­£
lynxeyed_atsu 0:eb1247cc069b 2327 {0x75, 0x00, 0x08, 0x7a, 0x2f, 0x7a, 0x08, 0x00}, // 27 0854 90b4 清
lynxeyed_atsu 0:eb1247cc069b 2328 {0x17, 0x7f, 0x44, 0x53, 0x7f, 0x52, 0x42, 0x00}, // 27 0855 90b5 牲
lynxeyed_atsu 0:eb1247cc069b 2329 {0x44, 0x53, 0x52, 0x7f, 0x52, 0x52, 0x42, 0x00}, // 27 0856 90b6 生
lynxeyed_atsu 0:eb1247cc069b 2330 {0x48, 0x76, 0x5e, 0x72, 0x5a, 0x77, 0x4a, 0x00}, // 27 0857 90b7 ç››
lynxeyed_atsu 0:eb1247cc069b 2331 {0x35, 0x7e, 0x09, 0x7a, 0x2f, 0x7a, 0x08, 0x00}, // 27 0858 90b8 ç²¾
lynxeyed_atsu 0:eb1247cc069b 2332 {0x45, 0x57, 0x57, 0x7d, 0x57, 0x55, 0x47, 0x00}, // 27 0859 90b9 聖
lynxeyed_atsu 0:eb1247cc069b 2333 {0x42, 0x3a, 0x2a, 0x3f, 0x2a, 0x3a, 0x02, 0x00}, // 27 085a 90ba 声
lynxeyed_atsu 0:eb1247cc069b 2334 {0x54, 0x3b, 0x7f, 0x5a, 0x36, 0x50, 0x5f, 0x00}, // 27 085b 90bb 製
lynxeyed_atsu 0:eb1247cc069b 2335 {0x7d, 0x55, 0x4f, 0x45, 0x5f, 0x55, 0x7d, 0x00}, // 27 085c 90bc 西
lynxeyed_atsu 0:eb1247cc069b 2336 {0x6b, 0x62, 0x7e, 0x2a, 0x5a, 0x3f, 0x52, 0x00}, // 27 085d 90bd 誠
lynxeyed_atsu 0:eb1247cc069b 2337 {0x2a, 0x3f, 0x70, 0x6e, 0x66, 0x3d, 0x24, 0x00}, // 27 085e 90be 誓
lynxeyed_atsu 0:eb1247cc069b 2338 {0x6a, 0x63, 0x08, 0x7a, 0x2f, 0x7a, 0x08, 0x00}, // 27 085f 90bf è«‹
lynxeyed_atsu 0:eb1247cc069b 2339 {0x49, 0x38, 0x52, 0x7f, 0x52, 0x4e, 0x7d, 0x00}, // 27 0860 90c0 逝
lynxeyed_atsu 0:eb1247cc069b 2340 {0x7d, 0x6f, 0x7d, 0x48, 0x57, 0x7d, 0x57, 0x00}, // 27 0861 90c1 醒
lynxeyed_atsu 0:eb1247cc069b 2341 {0x08, 0x7a, 0x2a, 0x2f, 0x2a, 0x7a, 0x08, 0x00}, // 27 0862 90c2 青
lynxeyed_atsu 0:eb1247cc069b 2342 {0x08, 0x7a, 0x2f, 0x7a, 0x2a, 0x7d, 0x3b, 0x00}, // 27 0863 90c3 静
lynxeyed_atsu 0:eb1247cc069b 2343 {0x12, 0x52, 0x36, 0x2b, 0x76, 0x12, 0x12, 0x00}, // 27 0864 90c4 æ–‰
lynxeyed_atsu 0:eb1247cc069b 2344 {0x35, 0x7f, 0x4e, 0x3b, 0x0a, 0x7b, 0x4e, 0x00}, // 27 0865 90c5 税
lynxeyed_atsu 0:eb1247cc069b 2345 {0x7f, 0x15, 0x7f, 0x3e, 0x7d, 0x4f, 0x5c, 0x00}, // 27 0866 90c6 脆
lynxeyed_atsu 0:eb1247cc069b 2346 {0x48, 0x44, 0x5f, 0x2a, 0x5f, 0x4a, 0x4a, 0x00}, // 27 0867 90c7 éš»
lynxeyed_atsu 0:eb1247cc069b 2347 {0x40, 0x3e, 0x6a, 0x2e, 0x7b, 0x2e, 0x6a, 0x00}, // 27 0868 90c8 席
lynxeyed_atsu 0:eb1247cc069b 2348 {0x06, 0x7f, 0x0a, 0x7f, 0x5a, 0x7f, 0x0a, 0x00}, // 27 0869 90c9 惜
lynxeyed_atsu 0:eb1247cc069b 2349 {0x40, 0x3e, 0x22, 0x7e, 0x2a, 0x3f, 0x52, 0x00}, // 27 086a 90ca 戚
lynxeyed_atsu 0:eb1247cc069b 2350 {0x40, 0x3e, 0x0a, 0x1a, 0x79, 0x29, 0x08, 0x00}, // 27 086b 90cb æ–¥
lynxeyed_atsu 0:eb1247cc069b 2351 {0x08, 0x7a, 0x5f, 0x5a, 0x5f, 0x7a, 0x08, 0x00}, // 27 086c 90cc 昔
lynxeyed_atsu 0:eb1247cc069b 2352 {0x1a, 0x7f, 0x40, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 27 086d 90cd 析
lynxeyed_atsu 0:eb1247cc069b 2353 {0x11, 0x09, 0x7f, 0x49, 0x49, 0x79, 0x01, 0x00}, // 27 086e 90ce 石
lynxeyed_atsu 0:eb1247cc069b 2354 {0x35, 0x7f, 0x48, 0x3a, 0x3f, 0x3a, 0x48, 0x00}, // 27 086f 90cf 積
lynxeyed_atsu 0:eb1247cc069b 2355 {0x54, 0x33, 0x7e, 0x34, 0x1b, 0x7e, 0x6a, 0x00}, // 27 0870 90d0 籍
lynxeyed_atsu 0:eb1247cc069b 2356 {0x2a, 0x75, 0x48, 0x3a, 0x3f, 0x3a, 0x48, 0x00}, // 27 0871 90d1 績
lynxeyed_atsu 0:eb1247cc069b 2357 {0x15, 0x75, 0x28, 0x2f, 0x28, 0x75, 0x15, 0x00}, // 27 0872 90d2 è„Š
lynxeyed_atsu 0:eb1247cc069b 2358 {0x48, 0x7a, 0x2a, 0x2f, 0x2a, 0x7a, 0x48, 0x00}, // 27 0873 90d3 責
lynxeyed_atsu 0:eb1247cc069b 2359 {0x28, 0x4a, 0x3a, 0x4f, 0x7a, 0x0a, 0x28, 0x00}, // 27 0874 90d4 赤
lynxeyed_atsu 0:eb1247cc069b 2360 {0x77, 0x7d, 0x5b, 0x3e, 0x43, 0x7e, 0x1a, 0x00}, // 27 0875 90d5 è·¡
lynxeyed_atsu 0:eb1247cc069b 2361 {0x77, 0x7d, 0x4b, 0x3a, 0x3f, 0x3a, 0x48, 0x00}, // 27 0876 90d6 蹟
lynxeyed_atsu 0:eb1247cc069b 2362 {0x09, 0x37, 0x31, 0x5d, 0x17, 0x15, 0x5d, 0x00}, // 27 0877 90d7 碩
lynxeyed_atsu 0:eb1247cc069b 2363 {0x04, 0x3f, 0x24, 0x41, 0x3f, 0x41, 0x7f, 0x00}, // 27 0878 90d8 切
lynxeyed_atsu 0:eb1247cc069b 2364 {0x52, 0x7f, 0x76, 0x44, 0x7f, 0x44, 0x76, 0x00}, // 27 0879 90d9 æ‹™
lynxeyed_atsu 0:eb1247cc069b 2365 {0x52, 0x7f, 0x4a, 0x5e, 0x2b, 0x3e, 0x4a, 0x00}, // 27 087a 90da 接
lynxeyed_atsu 0:eb1247cc069b 2366 {0x52, 0x7f, 0x59, 0x2f, 0x09, 0x2f, 0x59, 0x00}, // 27 087b 90db æ‘‚
lynxeyed_atsu 0:eb1247cc069b 2367 {0x52, 0x7f, 0x40, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 27 087c 90dc 折
lynxeyed_atsu 0:eb1247cc069b 2368 {0x6a, 0x6b, 0x44, 0x5b, 0x29, 0x5f, 0x44, 0x00}, // 27 087d 90dd 設
lynxeyed_atsu 0:eb1247cc069b 2369 {0x16, 0x7a, 0x56, 0x03, 0x5e, 0x3a, 0x76, 0x00}, // 27 087e 90de 窃
lynxeyed_atsu 0:eb1247cc069b 2370 {0x7c, 0x5b, 0x5e, 0x24, 0x7b, 0x0e, 0x3a, 0x00}, // 27 087f 90df 節
lynxeyed_atsu 0:eb1247cc069b 2371 {0x6b, 0x62, 0x4e, 0x3b, 0x0a, 0x7b, 0x4e, 0x00}, // 27 0880 90e0 説
lynxeyed_atsu 0:eb1247cc069b 2372 {0x06, 0x52, 0x57, 0x57, 0x53, 0x76, 0x06, 0x00}, // 27 0881 90e1 雪
lynxeyed_atsu 0:eb1247cc069b 2373 {0x2a, 0x75, 0x2a, 0x7e, 0x5d, 0x57, 0x5c, 0x00}, // 27 0882 90e2 絶
lynxeyed_atsu 0:eb1247cc069b 2374 {0x04, 0x76, 0x56, 0x5e, 0x55, 0x75, 0x04, 0x00}, // 27 0883 90e3 舌
lynxeyed_atsu 0:eb1247cc069b 2375 {0x4e, 0x7b, 0x2d, 0x2c, 0x7d, 0x2e, 0x2d, 0x00}, // 27 0884 90e4 蝉
lynxeyed_atsu 0:eb1247cc069b 2376 {0x04, 0x7e, 0x7d, 0x40, 0x7f, 0x40, 0x7c, 0x00}, // 27 0885 90e5 ä»™
lynxeyed_atsu 0:eb1247cc069b 2377 {0x4c, 0x4b, 0x3a, 0x0f, 0x7a, 0x4a, 0x68, 0x00}, // 27 0886 90e6 å…ˆ
lynxeyed_atsu 0:eb1247cc069b 2378 {0x08, 0x0a, 0x0a, 0x7e, 0x09, 0x09, 0x08, 0x00}, // 27 0887 90e7 千
lynxeyed_atsu 0:eb1247cc069b 2379 {0x00, 0x70, 0x50, 0x5f, 0x54, 0x54, 0x74, 0x00}, // 27 0888 90e8 占
lynxeyed_atsu 0:eb1247cc069b 2380 {0x46, 0x42, 0x76, 0x57, 0x76, 0x42, 0x46, 0x00}, // 27 0889 90e9 宣
lynxeyed_atsu 0:eb1247cc069b 2381 {0x12, 0x12, 0x3e, 0x5f, 0x7e, 0x12, 0x12, 0x00}, // 27 088a 90ea å°‚
lynxeyed_atsu 0:eb1247cc069b 2382 {0x54, 0x52, 0x58, 0x3f, 0x50, 0x52, 0x54, 0x00}, // 27 088b 90eb å°–
lynxeyed_atsu 0:eb1247cc069b 2383 {0x40, 0x3f, 0x00, 0x1e, 0x00, 0x00, 0x7f, 0x00}, // 27 088c 90ec 川
lynxeyed_atsu 0:eb1247cc069b 2384 {0x2d, 0x2c, 0x7d, 0x2c, 0x47, 0x3c, 0x55, 0x00}, // 27 088d 90ed 戦
lynxeyed_atsu 0:eb1247cc069b 2385 {0x41, 0x3f, 0x5b, 0x2b, 0x7b, 0x2b, 0x79, 0x00}, // 27 088e 90ee 扇
lynxeyed_atsu 0:eb1247cc069b 2386 {0x52, 0x7f, 0x4d, 0x1b, 0x10, 0x1d, 0x4b, 0x00}, // 27 088f 90ef æ’°
lynxeyed_atsu 0:eb1247cc069b 2387 {0x1a, 0x7f, 0x44, 0x56, 0x7d, 0x56, 0x44, 0x00}, // 27 0890 90f0 æ “
lynxeyed_atsu 0:eb1247cc069b 2388 {0x1a, 0x7f, 0x24, 0x7b, 0x2a, 0x7a, 0x22, 0x00}, // 27 0891 90f1 æ ´
lynxeyed_atsu 0:eb1247cc069b 2389 {0x50, 0x3e, 0x4a, 0x7b, 0x1a, 0x2e, 0x50, 0x00}, // 27 0892 90f2 泉
lynxeyed_atsu 0:eb1247cc069b 2390 {0x75, 0x00, 0x0a, 0x4a, 0x5f, 0x2a, 0x53, 0x00}, // 27 0893 90f3 æµ…
lynxeyed_atsu 0:eb1247cc069b 2391 {0x75, 0x00, 0x4c, 0x3b, 0x0f, 0x7a, 0x4a, 0x00}, // 27 0894 90f4 æ´—
lynxeyed_atsu 0:eb1247cc069b 2392 {0x55, 0x50, 0x3a, 0x76, 0x33, 0x5e, 0x58, 0x00}, // 27 0895 90f5 染
lynxeyed_atsu 0:eb1247cc069b 2393 {0x75, 0x00, 0x0a, 0x77, 0x5a, 0x77, 0x0a, 0x00}, // 27 0896 90f6 潜
lynxeyed_atsu 0:eb1247cc069b 2394 {0x42, 0x1e, 0x4b, 0x1e, 0x42, 0x1f, 0x42, 0x00}, // 27 0897 90f7 ç…Ž
lynxeyed_atsu 0:eb1247cc069b 2395 {0x4c, 0x3f, 0x45, 0x3f, 0x5b, 0x2b, 0x79, 0x00}, // 27 0898 90f8 ç…½
lynxeyed_atsu 0:eb1247cc069b 2396 {0x62, 0x1f, 0x7a, 0x44, 0x2b, 0x7a, 0x5a, 0x00}, // 27 0899 90f9 æ—‹
lynxeyed_atsu 0:eb1247cc069b 2397 {0x26, 0x6a, 0x36, 0x33, 0x7e, 0x2a, 0x26, 0x00}, // 27 089a 90fa ç©¿
lynxeyed_atsu 0:eb1247cc069b 2398 {0x0c, 0x7b, 0x2e, 0x7c, 0x0b, 0x7e, 0x0a, 0x00}, // 27 089b 90fb ç®­
lynxeyed_atsu 0:eb1247cc069b 2399 {0x2a, 0x75, 0x50, 0x3e, 0x7b, 0x2e, 0x50, 0x00}, // 27 089c 90fc ç·š
lynxeyed_atsu 0:eb1247cc069b 2400 {0x2a, 0x75, 0x4a, 0x7f, 0x2a, 0x3f, 0x55, 0x00}, // 28 089d 9140 繊
lynxeyed_atsu 0:eb1247cc069b 2401 {0x5a, 0x0a, 0x4b, 0x5e, 0x3a, 0x5b, 0x4a, 0x00}, // 28 089e 9141 羨
lynxeyed_atsu 0:eb1247cc069b 2402 {0x7f, 0x15, 0x7f, 0x3e, 0x7b, 0x2e, 0x50, 0x00}, // 28 089f 9142 è…º
lynxeyed_atsu 0:eb1247cc069b 2403 {0x48, 0x47, 0x2a, 0x1e, 0x12, 0x7f, 0x12, 0x00}, // 28 08a0 9143 舛
lynxeyed_atsu 0:eb1247cc069b 2404 {0x50, 0x3e, 0x13, 0x7e, 0x77, 0x50, 0x77, 0x00}, // 28 08a1 9144 船
lynxeyed_atsu 0:eb1247cc069b 2405 {0x42, 0x3e, 0x4b, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 28 08a2 9145 è–¦
lynxeyed_atsu 0:eb1247cc069b 2406 {0x6a, 0x6b, 0x44, 0x56, 0x7d, 0x56, 0x44, 0x00}, // 28 08a3 9146 è©®
lynxeyed_atsu 0:eb1247cc069b 2407 {0x5f, 0x15, 0x5f, 0x0a, 0x5f, 0x2a, 0x53, 0x00}, // 28 08a4 9147 賎
lynxeyed_atsu 0:eb1247cc069b 2408 {0x77, 0x7d, 0x57, 0x0a, 0x5f, 0x2a, 0x53, 0x00}, // 28 08a5 9148 è·µ
lynxeyed_atsu 0:eb1247cc069b 2409 {0x49, 0x38, 0x6d, 0x5b, 0x50, 0x5d, 0x6b, 0x00}, // 28 08a6 9149 選
lynxeyed_atsu 0:eb1247cc069b 2410 {0x49, 0x3a, 0x49, 0x77, 0x6f, 0x67, 0x49, 0x00}, // 28 08a7 914a 遷
lynxeyed_atsu 0:eb1247cc069b 2411 {0x56, 0x7d, 0x36, 0x4a, 0x5f, 0x2a, 0x53, 0x00}, // 28 08a8 914b 銭
lynxeyed_atsu 0:eb1247cc069b 2412 {0x56, 0x7d, 0x4e, 0x3b, 0x0f, 0x7a, 0x48, 0x00}, // 28 08a9 914c 銑
lynxeyed_atsu 0:eb1247cc069b 2413 {0x7f, 0x45, 0x27, 0x18, 0x27, 0x45, 0x7f, 0x00}, // 28 08aa 914d é–ƒ
lynxeyed_atsu 0:eb1247cc069b 2414 {0x42, 0x1d, 0x5f, 0x22, 0x2b, 0x7e, 0x2b, 0x00}, // 28 08ab 914e é®®
lynxeyed_atsu 0:eb1247cc069b 2415 {0x7a, 0x2a, 0x7b, 0x02, 0x1a, 0x43, 0x7a, 0x00}, // 28 08ac 914f 前
lynxeyed_atsu 0:eb1247cc069b 2416 {0x2a, 0x7a, 0x6b, 0x7e, 0x6a, 0x7b, 0x2a, 0x00}, // 28 08ad 9150 å–„
lynxeyed_atsu 0:eb1247cc069b 2417 {0x75, 0x00, 0x2d, 0x7f, 0x3e, 0x0a, 0x79, 0x00}, // 28 08ae 9151 漸
lynxeyed_atsu 0:eb1247cc069b 2418 {0x54, 0x13, 0x4d, 0x07, 0x52, 0x0f, 0x52, 0x00}, // 28 08af 9152 然
lynxeyed_atsu 0:eb1247cc069b 2419 {0x44, 0x54, 0x56, 0x7d, 0x56, 0x54, 0x44, 0x00}, // 28 08b0 9153 å…¨
lynxeyed_atsu 0:eb1247cc069b 2420 {0x12, 0x7b, 0x16, 0x2d, 0x2d, 0x7e, 0x2d, 0x00}, // 28 08b1 9154 禅
lynxeyed_atsu 0:eb1247cc069b 2421 {0x2a, 0x75, 0x2a, 0x7b, 0x6e, 0x7b, 0x2a, 0x00}, // 28 08b2 9155 繕
lynxeyed_atsu 0:eb1247cc069b 2422 {0x7f, 0x15, 0x7f, 0x2a, 0x7b, 0x6e, 0x7b, 0x00}, // 28 08b3 9156 膳
lynxeyed_atsu 0:eb1247cc069b 2423 {0x35, 0x7e, 0x55, 0x3f, 0x5d, 0x7d, 0x5d, 0x00}, // 28 08b4 9157 糎
lynxeyed_atsu 0:eb1247cc069b 2424 {0x1e, 0x12, 0x1e, 0x7b, 0x5e, 0x7b, 0x0e, 0x00}, // 28 08b5 9158 噌
lynxeyed_atsu 0:eb1247cc069b 2425 {0x57, 0x5e, 0x4b, 0x6e, 0x5f, 0x45, 0x5f, 0x00}, // 28 08b6 9159 å¡‘
lynxeyed_atsu 0:eb1247cc069b 2426 {0x38, 0x3f, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08b7 915a 岨
lynxeyed_atsu 0:eb1247cc069b 2427 {0x52, 0x7f, 0x0a, 0x7f, 0x5a, 0x7f, 0x0a, 0x00}, // 28 08b8 915b 措
lynxeyed_atsu 0:eb1247cc069b 2428 {0x04, 0x7e, 0x55, 0x5c, 0x55, 0x7e, 0x04, 0x00}, // 28 08b9 915c 曾
lynxeyed_atsu 0:eb1247cc069b 2429 {0x00, 0x0e, 0x7b, 0x5e, 0x5a, 0x7b, 0x0e, 0x00}, // 28 08ba 915d 曽
lynxeyed_atsu 0:eb1247cc069b 2430 {0x5a, 0x36, 0x5f, 0x7a, 0x76, 0x5f, 0x4a, 0x00}, // 28 08bb 915e 楚
lynxeyed_atsu 0:eb1247cc069b 2431 {0x55, 0x4a, 0x3d, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08bc 915f ç‹™
lynxeyed_atsu 0:eb1247cc069b 2432 {0x31, 0x3d, 0x5b, 0x3e, 0x7b, 0x06, 0x6a, 0x00}, // 28 08bd 9160 疏
lynxeyed_atsu 0:eb1247cc069b 2433 {0x31, 0x3d, 0x5b, 0x2e, 0x7f, 0x2a, 0x4e, 0x00}, // 28 08be 9161 ç–Ž
lynxeyed_atsu 0:eb1247cc069b 2434 {0x09, 0x37, 0x31, 0x4a, 0x37, 0x7a, 0x57, 0x00}, // 28 08bf 9162 礎
lynxeyed_atsu 0:eb1247cc069b 2435 {0x12, 0x7b, 0x56, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08c0 9163 祖
lynxeyed_atsu 0:eb1247cc069b 2436 {0x35, 0x7f, 0x45, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08c1 9164 租
lynxeyed_atsu 0:eb1247cc069b 2437 {0x35, 0x7e, 0x45, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08c2 9165 ç²—
lynxeyed_atsu 0:eb1247cc069b 2438 {0x54, 0x16, 0x1e, 0x77, 0x16, 0x0e, 0x54, 0x00}, // 28 08c3 9166 ç´ 
lynxeyed_atsu 0:eb1247cc069b 2439 {0x2a, 0x75, 0x48, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08c4 9167 組
lynxeyed_atsu 0:eb1247cc069b 2440 {0x4a, 0x16, 0x5f, 0x2a, 0x1f, 0x7e, 0x2a, 0x00}, // 28 08c5 9168 蘇
lynxeyed_atsu 0:eb1247cc069b 2441 {0x6a, 0x6b, 0x40, 0x3e, 0x1a, 0x79, 0x28, 0x00}, // 28 08c6 9169 訴
lynxeyed_atsu 0:eb1247cc069b 2442 {0x7f, 0x1b, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 28 08c7 916a 阻
lynxeyed_atsu 0:eb1247cc069b 2443 {0x49, 0x3a, 0x57, 0x4e, 0x67, 0x5f, 0x7f, 0x00}, // 28 08c8 916b 遡
lynxeyed_atsu 0:eb1247cc069b 2444 {0x40, 0x7e, 0x55, 0x2c, 0x55, 0x3f, 0x40, 0x00}, // 28 08c9 916c é¼ 
lynxeyed_atsu 0:eb1247cc069b 2445 {0x0c, 0x7f, 0x0e, 0x7b, 0x5e, 0x7b, 0x0e, 0x00}, // 28 08ca 916d 僧
lynxeyed_atsu 0:eb1247cc069b 2446 {0x44, 0x3e, 0x6d, 0x62, 0x0e, 0x40, 0x7f, 0x00}, // 28 08cb 916e 創
lynxeyed_atsu 0:eb1247cc069b 2447 {0x41, 0x25, 0x19, 0x27, 0x4d, 0x31, 0x4f, 0x00}, // 28 08cc 916f 双
lynxeyed_atsu 0:eb1247cc069b 2448 {0x2b, 0x3a, 0x7f, 0x1a, 0x5f, 0x2a, 0x5b, 0x00}, // 28 08cd 9170 叢
lynxeyed_atsu 0:eb1247cc069b 2449 {0x44, 0x24, 0x1e, 0x6d, 0x6e, 0x64, 0x04, 0x00}, // 28 08ce 9171 倉
lynxeyed_atsu 0:eb1247cc069b 2450 {0x52, 0x36, 0x76, 0x5f, 0x32, 0x56, 0x56, 0x00}, // 28 08cf 9172 å–ª
lynxeyed_atsu 0:eb1247cc069b 2451 {0x14, 0x7f, 0x04, 0x44, 0x7f, 0x44, 0x04, 0x00}, // 28 08d0 9173 壮
lynxeyed_atsu 0:eb1247cc069b 2452 {0x2a, 0x1a, 0x4e, 0x3f, 0x4e, 0x1a, 0x2a, 0x00}, // 28 08d1 9174 奏
lynxeyed_atsu 0:eb1247cc069b 2453 {0x42, 0x56, 0x2a, 0x1f, 0x2a, 0x56, 0x42, 0x00}, // 28 08d2 9175 爽
lynxeyed_atsu 0:eb1247cc069b 2454 {0x46, 0x4a, 0x2a, 0x7f, 0x2a, 0x4a, 0x46, 0x00}, // 28 08d3 9176 宋
lynxeyed_atsu 0:eb1247cc069b 2455 {0x40, 0x3f, 0x1b, 0x77, 0x5b, 0x77, 0x1b, 0x00}, // 28 08d4 9177 層
lynxeyed_atsu 0:eb1247cc069b 2456 {0x7f, 0x41, 0x5d, 0x45, 0x7f, 0x45, 0x5d, 0x00}, // 28 08d5 9178 匝
lynxeyed_atsu 0:eb1247cc069b 2457 {0x6b, 0x3f, 0x4a, 0x54, 0x6b, 0x16, 0x5e, 0x00}, // 28 08d6 9179 惣
lynxeyed_atsu 0:eb1247cc069b 2458 {0x6a, 0x26, 0x5f, 0x4a, 0x5f, 0x15, 0x5f, 0x00}, // 28 08d7 917a 想
lynxeyed_atsu 0:eb1247cc069b 2459 {0x52, 0x7f, 0x4e, 0x5a, 0x2f, 0x5a, 0x4e, 0x00}, // 28 08d8 917b 捜
lynxeyed_atsu 0:eb1247cc069b 2460 {0x52, 0x7f, 0x0c, 0x35, 0x7d, 0x37, 0x0c, 0x00}, // 28 08d9 917c 掃
lynxeyed_atsu 0:eb1247cc069b 2461 {0x52, 0x7f, 0x3a, 0x2a, 0x7e, 0x29, 0x39, 0x00}, // 28 08da 917d 挿
lynxeyed_atsu 0:eb1247cc069b 2462 {0x52, 0x7f, 0x49, 0x5b, 0x7d, 0x5b, 0x68, 0x00}, // 28 08db 917e 掻
lynxeyed_atsu 0:eb1247cc069b 2463 {0x52, 0x7f, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 29 08dc 9180 操
lynxeyed_atsu 0:eb1247cc069b 2464 {0x20, 0x3f, 0x35, 0x75, 0x35, 0x3f, 0x20, 0x00}, // 29 08dd 9181 æ—©
lynxeyed_atsu 0:eb1247cc069b 2465 {0x1e, 0x76, 0x5f, 0x56, 0x5f, 0x76, 0x1e, 0x00}, // 29 08de 9182 曹
lynxeyed_atsu 0:eb1247cc069b 2466 {0x50, 0x57, 0x36, 0x7f, 0x36, 0x57, 0x50, 0x00}, // 29 08df 9183 å·£
lynxeyed_atsu 0:eb1247cc069b 2467 {0x1a, 0x7f, 0x24, 0x1e, 0x6d, 0x62, 0x04, 0x00}, // 29 08e0 9184 槍
lynxeyed_atsu 0:eb1247cc069b 2468 {0x1a, 0x7f, 0x1a, 0x7f, 0x5a, 0x7f, 0x1a, 0x00}, // 29 08e1 9185 槽
lynxeyed_atsu 0:eb1247cc069b 2469 {0x75, 0x00, 0x1a, 0x7f, 0x5a, 0x7f, 0x1a, 0x00}, // 29 08e2 9186 漕
lynxeyed_atsu 0:eb1247cc069b 2470 {0x4c, 0x3f, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 29 08e3 9187 燥
lynxeyed_atsu 0:eb1247cc069b 2471 {0x0a, 0x2e, 0x6d, 0x7d, 0x2f, 0x3c, 0x08, 0x00}, // 29 08e4 9188 争
lynxeyed_atsu 0:eb1247cc069b 2472 {0x54, 0x3e, 0x4a, 0x5e, 0x2f, 0x5e, 0x4a, 0x00}, // 29 08e5 9189 ç—©
lynxeyed_atsu 0:eb1247cc069b 2473 {0x22, 0x1a, 0x7f, 0x0a, 0x7f, 0x55, 0x7f, 0x00}, // 29 08e6 918a 相
lynxeyed_atsu 0:eb1247cc069b 2474 {0x66, 0x2a, 0x56, 0x53, 0x6e, 0x0a, 0x66, 0x00}, // 29 08e7 918b 窓
lynxeyed_atsu 0:eb1247cc069b 2475 {0x35, 0x7e, 0x1a, 0x7f, 0x5a, 0x7f, 0x1a, 0x00}, // 29 08e8 918c 糟
lynxeyed_atsu 0:eb1247cc069b 2476 {0x2a, 0x75, 0x6a, 0x2d, 0x48, 0x45, 0x6a, 0x00}, // 29 08e9 918d 総
lynxeyed_atsu 0:eb1247cc069b 2477 {0x2a, 0x75, 0x56, 0x1a, 0x7b, 0x1a, 0x56, 0x00}, // 29 08ea 918e 綜
lynxeyed_atsu 0:eb1247cc069b 2478 {0x21, 0x3f, 0x7f, 0x6a, 0x2d, 0x48, 0x6b, 0x00}, // 29 08eb 918f 聡
lynxeyed_atsu 0:eb1247cc069b 2479 {0x22, 0x3e, 0x37, 0x76, 0x37, 0x3e, 0x22, 0x00}, // 29 08ec 9190 草
lynxeyed_atsu 0:eb1247cc069b 2480 {0x2a, 0x7e, 0x13, 0x52, 0x7b, 0x52, 0x12, 0x00}, // 29 08ed 9191 荘
lynxeyed_atsu 0:eb1247cc069b 2481 {0x2a, 0x76, 0x2f, 0x22, 0x7f, 0x36, 0x32, 0x00}, // 29 08ee 9192 葬
lynxeyed_atsu 0:eb1247cc069b 2482 {0x4a, 0x26, 0x1b, 0x7a, 0x7b, 0x66, 0x0a, 0x00}, // 29 08ef 9193 è’¼
lynxeyed_atsu 0:eb1247cc069b 2483 {0x56, 0x02, 0x5b, 0x36, 0x7b, 0x36, 0x5a, 0x00}, // 29 08f0 9194 è—»
lynxeyed_atsu 0:eb1247cc069b 2484 {0x5a, 0x3f, 0x72, 0x5a, 0x3f, 0x5a, 0x52, 0x00}, // 29 08f1 9195 装
lynxeyed_atsu 0:eb1247cc069b 2485 {0x48, 0x2a, 0x4a, 0x7f, 0x5a, 0x5a, 0x48, 0x00}, // 29 08f2 9196 èµ°
lynxeyed_atsu 0:eb1247cc069b 2486 {0x49, 0x38, 0x62, 0x6b, 0x5e, 0x6b, 0x62, 0x00}, // 29 08f3 9197 送
lynxeyed_atsu 0:eb1247cc069b 2487 {0x49, 0x38, 0x5a, 0x7f, 0x5a, 0x7f, 0x5a, 0x00}, // 29 08f4 9198 遭
lynxeyed_atsu 0:eb1247cc069b 2488 {0x56, 0x7d, 0x36, 0x44, 0x3e, 0x6d, 0x62, 0x00}, // 29 08f5 9199 鎗
lynxeyed_atsu 0:eb1247cc069b 2489 {0x56, 0x32, 0x7f, 0x37, 0x7b, 0x4e, 0x7e, 0x00}, // 29 08f6 919a 霜
lynxeyed_atsu 0:eb1247cc069b 2490 {0x5f, 0x1f, 0x75, 0x49, 0x5b, 0x7d, 0x5b, 0x00}, // 29 08f7 919b 騒
lynxeyed_atsu 0:eb1247cc069b 2491 {0x04, 0x7e, 0x23, 0x5e, 0x7d, 0x2f, 0x50, 0x00}, // 29 08f8 919c 像
lynxeyed_atsu 0:eb1247cc069b 2492 {0x24, 0x3f, 0x0e, 0x7b, 0x5e, 0x7b, 0x0e, 0x00}, // 29 08f9 919d 増
lynxeyed_atsu 0:eb1247cc069b 2493 {0x06, 0x7f, 0x0e, 0x7b, 0x5e, 0x7b, 0x0e, 0x00}, // 29 08fa 919e 憎
lynxeyed_atsu 0:eb1247cc069b 2494 {0x7f, 0x15, 0x7f, 0x7b, 0x4a, 0x3f, 0x4a, 0x00}, // 29 08fb 919f 臓
lynxeyed_atsu 0:eb1247cc069b 2495 {0x42, 0x3a, 0x7f, 0x7a, 0x4f, 0x3a, 0x52, 0x00}, // 29 08fc 91a0 蔵
lynxeyed_atsu 0:eb1247cc069b 2496 {0x5f, 0x1f, 0x4e, 0x7b, 0x5e, 0x7b, 0x0e, 0x00}, // 29 08fd 91a1 è´ˆ
lynxeyed_atsu 0:eb1247cc069b 2497 {0x49, 0x38, 0x4c, 0x7b, 0x6f, 0x7a, 0x48, 0x00}, // 29 08fe 91a2 造
lynxeyed_atsu 0:eb1247cc069b 2498 {0x04, 0x7e, 0x41, 0x37, 0x45, 0x7d, 0x57, 0x00}, // 29 08ff 91a3 促
lynxeyed_atsu 0:eb1247cc069b 2499 {0x04, 0x7e, 0x5f, 0x15, 0x5f, 0x0e, 0x7f, 0x00}, // 29 0900 91a4 側
lynxeyed_atsu 0:eb1247cc069b 2500 {0x5f, 0x15, 0x5f, 0x00, 0x0e, 0x40, 0x7f, 0x00}, // 29 0901 91a5 則
lynxeyed_atsu 0:eb1247cc069b 2501 {0x7f, 0x55, 0x5f, 0x20, 0x7f, 0x01, 0x1f, 0x00}, // 29 0902 91a6 即
lynxeyed_atsu 0:eb1247cc069b 2502 {0x60, 0x3e, 0x5a, 0x5b, 0x7a, 0x1e, 0x60, 0x00}, // 29 0903 91a7 息
lynxeyed_atsu 0:eb1247cc069b 2503 {0x52, 0x7f, 0x4a, 0x37, 0x45, 0x7d, 0x57, 0x00}, // 29 0904 91a8 捉
lynxeyed_atsu 0:eb1247cc069b 2504 {0x42, 0x4e, 0x2a, 0x7f, 0x2a, 0x4e, 0x42, 0x00}, // 29 0905 91a9 束
lynxeyed_atsu 0:eb1247cc069b 2505 {0x75, 0x00, 0x5f, 0x15, 0x5f, 0x0e, 0x7f, 0x00}, // 29 0906 91aa 測
lynxeyed_atsu 0:eb1247cc069b 2506 {0x40, 0x37, 0x45, 0x7d, 0x55, 0x57, 0x40, 0x00}, // 29 0907 91ab 足
lynxeyed_atsu 0:eb1247cc069b 2507 {0x49, 0x3a, 0x6e, 0x5a, 0x7f, 0x5a, 0x6e, 0x00}, // 29 0908 91ac 速
lynxeyed_atsu 0:eb1247cc069b 2508 {0x0c, 0x7f, 0x12, 0x69, 0x64, 0x69, 0x12, 0x00}, // 29 0909 91ad ä¿—
lynxeyed_atsu 0:eb1247cc069b 2509 {0x40, 0x3f, 0x73, 0x5b, 0x7f, 0x3f, 0x73, 0x00}, // 29 090a 91ae 属
lynxeyed_atsu 0:eb1247cc069b 2510 {0x5f, 0x1f, 0x4a, 0x1e, 0x4a, 0x3f, 0x52, 0x00}, // 29 090b 91af 賊
lynxeyed_atsu 0:eb1247cc069b 2511 {0x62, 0x1f, 0x7a, 0x14, 0x5f, 0x3a, 0x52, 0x00}, // 29 090c 91b0 族
lynxeyed_atsu 0:eb1247cc069b 2512 {0x2a, 0x75, 0x5a, 0x2a, 0x0f, 0x6a, 0x5a, 0x00}, // 29 090d 91b1 続
lynxeyed_atsu 0:eb1247cc069b 2513 {0x32, 0x2e, 0x32, 0x63, 0x32, 0x2e, 0x32, 0x00}, // 29 090e 91b2 卒
lynxeyed_atsu 0:eb1247cc069b 2514 {0x12, 0x7b, 0x36, 0x7e, 0x4a, 0x7f, 0x7e, 0x00}, // 29 090f 91b3 袖
lynxeyed_atsu 0:eb1247cc069b 2515 {0x52, 0x52, 0x1f, 0x1a, 0x1f, 0x52, 0x52, 0x00}, // 29 0910 91b4 å…¶
lynxeyed_atsu 0:eb1247cc069b 2516 {0x52, 0x7f, 0x7a, 0x2b, 0x7a, 0x03, 0x7a, 0x00}, // 29 0911 91b5 揃
lynxeyed_atsu 0:eb1247cc069b 2517 {0x12, 0x7a, 0x17, 0x52, 0x76, 0x1e, 0x12, 0x00}, // 29 0912 91b6 å­˜
lynxeyed_atsu 0:eb1247cc069b 2518 {0x51, 0x7d, 0x0b, 0x50, 0x15, 0x7b, 0x51, 0x00}, // 29 0913 91b7 å­«
lynxeyed_atsu 0:eb1247cc069b 2519 {0x12, 0x1e, 0x3b, 0x56, 0x7e, 0x1f, 0x12, 0x00}, // 29 0914 91b8 å°Š
lynxeyed_atsu 0:eb1247cc069b 2520 {0x52, 0x7f, 0x0a, 0x5c, 0x17, 0x17, 0x5c, 0x00}, // 29 0915 91b9 損
lynxeyed_atsu 0:eb1247cc069b 2521 {0x22, 0x1a, 0x7f, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 29 0916 91ba 村
lynxeyed_atsu 0:eb1247cc069b 2522 {0x49, 0x38, 0x6d, 0x73, 0x55, 0x7b, 0x51, 0x00}, // 29 0917 91bb 遜
lynxeyed_atsu 0:eb1247cc069b 2523 {0x04, 0x7e, 0x09, 0x7e, 0x44, 0x5f, 0x6c, 0x00}, // 29 0918 91bc ä»–
lynxeyed_atsu 0:eb1247cc069b 2524 {0x08, 0x4a, 0x5a, 0x55, 0x2b, 0x28, 0x18, 0x00}, // 29 0919 91bd 多
lynxeyed_atsu 0:eb1247cc069b 2525 {0x44, 0x44, 0x24, 0x5f, 0x24, 0x44, 0x44, 0x00}, // 29 091a 91be 太
lynxeyed_atsu 0:eb1247cc069b 2526 {0x65, 0x10, 0x44, 0x24, 0x5f, 0x24, 0x44, 0x00}, // 29 091b 91bf æ±°
lynxeyed_atsu 0:eb1247cc069b 2527 {0x6b, 0x6a, 0x06, 0x7a, 0x53, 0x4a, 0x66, 0x00}, // 29 091c 91c0 è©‘
lynxeyed_atsu 0:eb1247cc069b 2528 {0x1e, 0x1e, 0x54, 0x5d, 0x77, 0x5d, 0x54, 0x00}, // 29 091d 91c1 唾
lynxeyed_atsu 0:eb1247cc069b 2529 {0x5f, 0x4b, 0x40, 0x6a, 0x47, 0x5a, 0x5a, 0x00}, // 29 091e 91c2 å •
lynxeyed_atsu 0:eb1247cc069b 2530 {0x4a, 0x4e, 0x5a, 0x2e, 0x39, 0x4d, 0x49, 0x00}, // 29 091f 91c3 妥
lynxeyed_atsu 0:eb1247cc069b 2531 {0x06, 0x7f, 0x0a, 0x77, 0x3a, 0x7e, 0x0a, 0x00}, // 29 0920 91c4 惰
lynxeyed_atsu 0:eb1247cc069b 2532 {0x52, 0x7f, 0x0a, 0x01, 0x41, 0x7f, 0x01, 0x00}, // 29 0921 91c5 打
lynxeyed_atsu 0:eb1247cc069b 2533 {0x1a, 0x7f, 0x0a, 0x06, 0x7a, 0x53, 0x56, 0x00}, // 29 0922 91c6 柁
lynxeyed_atsu 0:eb1247cc069b 2534 {0x7e, 0x13, 0x7e, 0x06, 0x7a, 0x53, 0x56, 0x00}, // 29 0923 91c7 舵
lynxeyed_atsu 0:eb1247cc069b 2535 {0x1a, 0x7f, 0x0a, 0x77, 0x3a, 0x7e, 0x0a, 0x00}, // 29 0924 91c8 楕
lynxeyed_atsu 0:eb1247cc069b 2536 {0x7f, 0x25, 0x1b, 0x06, 0x7a, 0x53, 0x56, 0x00}, // 29 0925 91c9 陀
lynxeyed_atsu 0:eb1247cc069b 2537 {0x5f, 0x1f, 0x75, 0x40, 0x24, 0x5f, 0x64, 0x00}, // 29 0926 91ca 駄
lynxeyed_atsu 0:eb1247cc069b 2538 {0x5f, 0x1f, 0x75, 0x2c, 0x2d, 0x7e, 0x2d, 0x00}, // 29 0927 91cb 騨
lynxeyed_atsu 0:eb1247cc069b 2539 {0x04, 0x7e, 0x13, 0x2a, 0x7f, 0x2a, 0x12, 0x00}, // 29 0928 91cc 体
lynxeyed_atsu 0:eb1247cc069b 2540 {0x24, 0x3f, 0x14, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 29 0929 91cd å †
lynxeyed_atsu 0:eb1247cc069b 2541 {0x42, 0x2a, 0x13, 0x2e, 0x0a, 0x52, 0x7f, 0x00}, // 29 092a 91ce 対
lynxeyed_atsu 0:eb1247cc069b 2542 {0x7d, 0x07, 0x7d, 0x05, 0x7d, 0x1a, 0x7f, 0x00}, // 29 092b 91cf 耐
lynxeyed_atsu 0:eb1247cc069b 2543 {0x64, 0x4e, 0x41, 0x72, 0x43, 0x46, 0x6b, 0x00}, // 29 092c 91d0 å²±
lynxeyed_atsu 0:eb1247cc069b 2544 {0x1a, 0x6f, 0x2a, 0x7f, 0x2a, 0x6f, 0x1a, 0x00}, // 29 092d 91d1 帯
lynxeyed_atsu 0:eb1247cc069b 2545 {0x0a, 0x7d, 0x28, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 29 092e 91d2 å¾…
lynxeyed_atsu 0:eb1247cc069b 2546 {0x64, 0x3c, 0x56, 0x55, 0x74, 0x1a, 0x64, 0x00}, // 29 092f 91d3 怠
lynxeyed_atsu 0:eb1247cc069b 2547 {0x62, 0x3f, 0x4a, 0x5f, 0x60, 0x1b, 0x52, 0x00}, // 29 0930 91d4 æ…‹
lynxeyed_atsu 0:eb1247cc069b 2548 {0x54, 0x1e, 0x5f, 0x16, 0x5f, 0x24, 0x55, 0x00}, // 29 0931 91d5 戴
lynxeyed_atsu 0:eb1247cc069b 2549 {0x0a, 0x77, 0x5a, 0x50, 0x5a, 0x77, 0x0a, 0x00}, // 29 0932 91d6 替
lynxeyed_atsu 0:eb1247cc069b 2550 {0x48, 0x5a, 0x2e, 0x77, 0x2e, 0x5a, 0x48, 0x00}, // 29 0933 91d7 æ³°
lynxeyed_atsu 0:eb1247cc069b 2551 {0x75, 0x00, 0x1a, 0x6f, 0x3a, 0x6f, 0x1a, 0x00}, // 29 0934 91d8 滞
lynxeyed_atsu 0:eb1247cc069b 2552 {0x7f, 0x15, 0x7f, 0x08, 0x6c, 0x6b, 0x6c, 0x00}, // 29 0935 91d9 胎
lynxeyed_atsu 0:eb1247cc069b 2553 {0x7f, 0x15, 0x7f, 0x79, 0x50, 0x4f, 0x57, 0x00}, // 29 0936 91da è…¿
lynxeyed_atsu 0:eb1247cc069b 2554 {0x12, 0x72, 0x5b, 0x56, 0x53, 0x6a, 0x12, 0x00}, // 29 0937 91db è‹”
lynxeyed_atsu 0:eb1247cc069b 2555 {0x54, 0x3e, 0x71, 0x5a, 0x33, 0x56, 0x5b, 0x00}, // 29 0938 91dc 袋
lynxeyed_atsu 0:eb1247cc069b 2556 {0x44, 0x4e, 0x31, 0x32, 0x33, 0x76, 0x4b, 0x00}, // 29 0939 91dd 貸
lynxeyed_atsu 0:eb1247cc069b 2557 {0x49, 0x3a, 0x40, 0x7f, 0x55, 0x75, 0x6f, 0x00}, // 29 093a 91de 退
lynxeyed_atsu 0:eb1247cc069b 2558 {0x49, 0x38, 0x6a, 0x56, 0x7f, 0x56, 0x68, 0x00}, // 29 093b 91df 逮
lynxeyed_atsu 0:eb1247cc069b 2559 {0x7f, 0x1b, 0x2a, 0x57, 0x7a, 0x13, 0x2a, 0x00}, // 29 093c 91e0 隊
lynxeyed_atsu 0:eb1247cc069b 2560 {0x64, 0x2e, 0x79, 0x3a, 0x7b, 0x26, 0x6b, 0x00}, // 29 093d 91e1 é»›
lynxeyed_atsu 0:eb1247cc069b 2561 {0x5d, 0x1f, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 29 093e 91e2 鯛
lynxeyed_atsu 0:eb1247cc069b 2562 {0x04, 0x7e, 0x05, 0x04, 0x0f, 0x34, 0x45, 0x00}, // 29 093f 91e3 代
lynxeyed_atsu 0:eb1247cc069b 2563 {0x08, 0x68, 0x6c, 0x6b, 0x68, 0x64, 0x08, 0x00}, // 29 0940 91e4 台
lynxeyed_atsu 0:eb1247cc069b 2564 {0x44, 0x44, 0x24, 0x1f, 0x24, 0x44, 0x44, 0x00}, // 29 0941 91e5 大
lynxeyed_atsu 0:eb1247cc069b 2565 {0x44, 0x5b, 0x2e, 0x7c, 0x2b, 0x2e, 0x62, 0x00}, // 29 0942 91e6 第
lynxeyed_atsu 0:eb1247cc069b 2566 {0x7d, 0x6f, 0x7d, 0x34, 0x47, 0x7f, 0x54, 0x00}, // 29 0943 91e7 醍
lynxeyed_atsu 0:eb1247cc069b 2567 {0x44, 0x37, 0x3f, 0x54, 0x6d, 0x4f, 0x6d, 0x00}, // 29 0944 91e8 題
lynxeyed_atsu 0:eb1247cc069b 2568 {0x40, 0x3e, 0x4e, 0x12, 0x5f, 0x1e, 0x7a, 0x00}, // 29 0945 91e9 é·¹
lynxeyed_atsu 0:eb1247cc069b 2569 {0x75, 0x00, 0x0a, 0x3e, 0x3b, 0x7e, 0x4a, 0x00}, // 29 0946 91ea 滝
lynxeyed_atsu 0:eb1247cc069b 2570 {0x75, 0x0a, 0x7e, 0x2b, 0x7e, 0x77, 0x5d, 0x00}, // 29 0947 91eb 瀧
lynxeyed_atsu 0:eb1247cc069b 2571 {0x20, 0x3c, 0x34, 0x77, 0x36, 0x3e, 0x22, 0x00}, // 29 0948 91ec 卓
lynxeyed_atsu 0:eb1247cc069b 2572 {0x1e, 0x1e, 0x29, 0x57, 0x7d, 0x19, 0x25, 0x00}, // 29 0949 91ed å•„
lynxeyed_atsu 0:eb1247cc069b 2573 {0x16, 0x12, 0x16, 0x7f, 0x56, 0x52, 0x56, 0x00}, // 29 094a 91ee å®…
lynxeyed_atsu 0:eb1247cc069b 2574 {0x52, 0x7f, 0x08, 0x0a, 0x7e, 0x49, 0x68, 0x00}, // 29 094b 91ef 托
lynxeyed_atsu 0:eb1247cc069b 2575 {0x52, 0x7f, 0x4a, 0x3f, 0x05, 0x1d, 0x67, 0x00}, // 29 094c 91f0 択
lynxeyed_atsu 0:eb1247cc069b 2576 {0x52, 0x7f, 0x0a, 0x11, 0x7f, 0x49, 0x79, 0x00}, // 29 094d 91f1 æ‹“
lynxeyed_atsu 0:eb1247cc069b 2577 {0x65, 0x10, 0x40, 0x3f, 0x05, 0x1d, 0x67, 0x00}, // 29 094e 91f2 æ²¢
lynxeyed_atsu 0:eb1247cc069b 2578 {0x75, 0x00, 0x25, 0x7f, 0x50, 0x7d, 0x57, 0x00}, // 29 094f 91f3 濯
lynxeyed_atsu 0:eb1247cc069b 2579 {0x2a, 0x3e, 0x29, 0x57, 0x7d, 0x19, 0x25, 0x00}, // 29 0950 91f4 琢
lynxeyed_atsu 0:eb1247cc069b 2580 {0x6a, 0x63, 0x08, 0x0a, 0x7e, 0x49, 0x68, 0x00}, // 29 0951 91f5 託
lynxeyed_atsu 0:eb1247cc069b 2581 {0x56, 0x7d, 0x2b, 0x3b, 0x6f, 0x3b, 0x2b, 0x00}, // 29 0952 91f6 鐸
lynxeyed_atsu 0:eb1247cc069b 2582 {0x75, 0x00, 0x4b, 0x75, 0x77, 0x25, 0x7f, 0x00}, // 29 0953 91f7 濁
lynxeyed_atsu 0:eb1247cc069b 2583 {0x6b, 0x62, 0x2a, 0x1f, 0x6a, 0x6b, 0x6a, 0x00}, // 29 0954 91f8 諾
lynxeyed_atsu 0:eb1247cc069b 2584 {0x2a, 0x2a, 0x3f, 0x2a, 0x2f, 0x7a, 0x2a, 0x00}, // 29 0955 91f9 茸
lynxeyed_atsu 0:eb1247cc069b 2585 {0x40, 0x3f, 0x19, 0x7d, 0x19, 0x7f, 0x40, 0x00}, // 29 0956 91fa 凧
lynxeyed_atsu 0:eb1247cc069b 2586 {0x4e, 0x7b, 0x2e, 0x7d, 0x14, 0x57, 0x7d, 0x00}, // 29 0957 91fb 蛸
lynxeyed_atsu 0:eb1247cc069b 2587 {0x40, 0x4f, 0x29, 0x09, 0x29, 0x4f, 0x40, 0x00}, // 29 0958 91fc 只
lynxeyed_atsu 0:eb1247cc069b 2588 {0x1e, 0x12, 0x1e, 0x7f, 0x01, 0x11, 0x1f, 0x00}, // 2a 0959 9240 叩
lynxeyed_atsu 0:eb1247cc069b 2589 {0x04, 0x7e, 0x41, 0x5f, 0x55, 0x5f, 0x40, 0x00}, // 2a 095a 9241 但
lynxeyed_atsu 0:eb1247cc069b 2590 {0x49, 0x38, 0x54, 0x5e, 0x77, 0x5e, 0x54, 0x00}, // 2a 095b 9242 達
lynxeyed_atsu 0:eb1247cc069b 2591 {0x40, 0x3f, 0x71, 0x55, 0x35, 0x55, 0x51, 0x00}, // 2a 095c 9243 è¾°
lynxeyed_atsu 0:eb1247cc069b 2592 {0x1a, 0x16, 0x3e, 0x5f, 0x7a, 0x16, 0x1a, 0x00}, // 2a 095d 9244 奪
lynxeyed_atsu 0:eb1247cc069b 2593 {0x7f, 0x15, 0x7f, 0x4e, 0x3b, 0x7a, 0x4f, 0x00}, // 2a 095e 9245 脱
lynxeyed_atsu 0:eb1247cc069b 2594 {0x51, 0x55, 0x1f, 0x18, 0x1d, 0x55, 0x57, 0x00}, // 2a 095f 9246 å·½
lynxeyed_atsu 0:eb1247cc069b 2595 {0x47, 0x57, 0x75, 0x58, 0x7b, 0x55, 0x4b, 0x00}, // 2a 0960 9247 竪
lynxeyed_atsu 0:eb1247cc069b 2596 {0x49, 0x38, 0x5e, 0x50, 0x5f, 0x50, 0x5e, 0x00}, // 2a 0961 9248 辿
lynxeyed_atsu 0:eb1247cc069b 2597 {0x1a, 0x7f, 0x3f, 0x55, 0x3f, 0x55, 0x7f, 0x00}, // 2a 0962 9249 棚
lynxeyed_atsu 0:eb1247cc069b 2598 {0x10, 0x12, 0x69, 0x64, 0x69, 0x12, 0x10, 0x00}, // 2a 0963 924a è°·
lynxeyed_atsu 0:eb1247cc069b 2599 {0x55, 0x3e, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 2a 0964 924b 狸
lynxeyed_atsu 0:eb1247cc069b 2600 {0x42, 0x1d, 0x5f, 0x06, 0x53, 0x57, 0x76, 0x00}, // 2a 0965 924c 鱈
lynxeyed_atsu 0:eb1247cc069b 2601 {0x1a, 0x7f, 0x1e, 0x37, 0x52, 0x77, 0x1e, 0x00}, // 2a 0966 924d 樽
lynxeyed_atsu 0:eb1247cc069b 2602 {0x6a, 0x6b, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 2a 0967 924e 誰
lynxeyed_atsu 0:eb1247cc069b 2603 {0x50, 0x3f, 0x11, 0x15, 0x51, 0x7f, 0x10, 0x00}, // 2a 0968 924f 丹
lynxeyed_atsu 0:eb1247cc069b 2604 {0x20, 0x3f, 0x2a, 0x7f, 0x2a, 0x3f, 0x20, 0x00}, // 2a 0969 9250 単
lynxeyed_atsu 0:eb1247cc069b 2605 {0x1e, 0x12, 0x5e, 0x5b, 0x3e, 0x5b, 0x5e, 0x00}, // 2a 096a 9251 嘆
lynxeyed_atsu 0:eb1247cc069b 2606 {0x24, 0x3f, 0x54, 0x5f, 0x55, 0x5f, 0x40, 0x00}, // 2a 096b 9252 坦
lynxeyed_atsu 0:eb1247cc069b 2607 {0x52, 0x7f, 0x4a, 0x5f, 0x55, 0x5f, 0x40, 0x00}, // 2a 096c 9253 æ‹…
lynxeyed_atsu 0:eb1247cc069b 2608 {0x52, 0x7f, 0x5b, 0x35, 0x71, 0x3d, 0x5b, 0x00}, // 2a 096d 9254 探
lynxeyed_atsu 0:eb1247cc069b 2609 {0x40, 0x5f, 0x55, 0x55, 0x55, 0x5f, 0x40, 0x00}, // 2a 096e 9255 æ—¦
lynxeyed_atsu 0:eb1247cc069b 2610 {0x5a, 0x5f, 0x3a, 0x5f, 0x44, 0x3b, 0x46, 0x00}, // 2a 096f 9256 æ­Ž
lynxeyed_atsu 0:eb1247cc069b 2611 {0x75, 0x00, 0x55, 0x22, 0x19, 0x22, 0x55, 0x00}, // 2a 0970 9257 æ·¡
lynxeyed_atsu 0:eb1247cc069b 2612 {0x75, 0x00, 0x72, 0x5f, 0x72, 0x5f, 0x52, 0x00}, // 2a 0971 9258 æ¹›
lynxeyed_atsu 0:eb1247cc069b 2613 {0x43, 0x3e, 0x5a, 0x43, 0x3e, 0x52, 0x4b, 0x00}, // 2a 0972 9259 ç‚­
lynxeyed_atsu 0:eb1247cc069b 2614 {0x4b, 0x3e, 0x2a, 0x5d, 0x75, 0x75, 0x5d, 0x00}, // 2a 0973 925a 短
lynxeyed_atsu 0:eb1247cc069b 2615 {0x2e, 0x33, 0x6f, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 2a 0974 925b 端
lynxeyed_atsu 0:eb1247cc069b 2616 {0x24, 0x3b, 0x36, 0x7c, 0x33, 0x3e, 0x22, 0x00}, // 2a 0975 925c 箪
lynxeyed_atsu 0:eb1247cc069b 2617 {0x2a, 0x75, 0x46, 0x32, 0x47, 0x7e, 0x56, 0x00}, // 2a 0976 925d 綻
lynxeyed_atsu 0:eb1247cc069b 2618 {0x21, 0x3f, 0x7f, 0x46, 0x3f, 0x72, 0x46, 0x00}, // 2a 0977 925e 耽
lynxeyed_atsu 0:eb1247cc069b 2619 {0x7f, 0x15, 0x7f, 0x00, 0x5f, 0x55, 0x5f, 0x00}, // 2a 0978 925f 胆
lynxeyed_atsu 0:eb1247cc069b 2620 {0x49, 0x45, 0x59, 0x7f, 0x5b, 0x29, 0x4b, 0x00}, // 2a 0979 9260 蛋
lynxeyed_atsu 0:eb1247cc069b 2621 {0x6b, 0x62, 0x55, 0x3b, 0x52, 0x5e, 0x55, 0x00}, // 2a 097a 9261 誕
lynxeyed_atsu 0:eb1247cc069b 2622 {0x56, 0x7d, 0x36, 0x7e, 0x55, 0x2b, 0x5b, 0x00}, // 2a 097b 9262 鍛
lynxeyed_atsu 0:eb1247cc069b 2623 {0x7f, 0x45, 0x4d, 0x65, 0x7f, 0x45, 0x7f, 0x00}, // 2a 097c 9263 団
lynxeyed_atsu 0:eb1247cc069b 2624 {0x24, 0x3f, 0x4e, 0x7e, 0x5b, 0x7e, 0x4e, 0x00}, // 2a 097d 9264 壇
lynxeyed_atsu 0:eb1247cc069b 2625 {0x5d, 0x77, 0x2d, 0x2c, 0x7d, 0x2e, 0x2d, 0x00}, // 2a 097e 9265 å¼¾
lynxeyed_atsu 0:eb1247cc069b 2626 {0x7f, 0x55, 0x4e, 0x55, 0x3e, 0x0a, 0x79, 0x00}, // 2a 097f 9266 æ–­
lynxeyed_atsu 0:eb1247cc069b 2627 {0x3e, 0x2a, 0x7e, 0x2a, 0x5e, 0x29, 0x5d, 0x00}, // 2a 0980 9267 æš–
lynxeyed_atsu 0:eb1247cc069b 2628 {0x1a, 0x7f, 0x4e, 0x7e, 0x5b, 0x7e, 0x4e, 0x00}, // 2a 0981 9268 檀
lynxeyed_atsu 0:eb1247cc069b 2629 {0x20, 0x7e, 0x15, 0x40, 0x5b, 0x29, 0x5b, 0x00}, // 2a 0982 9269 段
lynxeyed_atsu 0:eb1247cc069b 2630 {0x50, 0x5f, 0x35, 0x1f, 0x15, 0x5f, 0x70, 0x00}, // 2a 0983 926a ç”·
lynxeyed_atsu 0:eb1247cc069b 2631 {0x6b, 0x6a, 0x55, 0x22, 0x19, 0x22, 0x55, 0x00}, // 2a 0984 926b 談
lynxeyed_atsu 0:eb1247cc069b 2632 {0x04, 0x7e, 0x7b, 0x42, 0x5f, 0x5a, 0x42, 0x00}, // 2a 0985 926c 値
lynxeyed_atsu 0:eb1247cc069b 2633 {0x44, 0x2b, 0x1e, 0x2a, 0x7e, 0x42, 0x7e, 0x00}, // 2a 0986 926d 知
lynxeyed_atsu 0:eb1247cc069b 2634 {0x24, 0x3f, 0x08, 0x7e, 0x44, 0x5f, 0x6c, 0x00}, // 2a 0987 926e 地
lynxeyed_atsu 0:eb1247cc069b 2635 {0x5d, 0x77, 0x08, 0x7e, 0x44, 0x5f, 0x6c, 0x00}, // 2a 0988 926f å¼›
lynxeyed_atsu 0:eb1247cc069b 2636 {0x21, 0x3f, 0x7f, 0x18, 0x7d, 0x42, 0x68, 0x00}, // 2a 0989 9270 恥
lynxeyed_atsu 0:eb1247cc069b 2637 {0x14, 0x7b, 0x56, 0x5a, 0x5e, 0x7a, 0x0e, 0x00}, // 2a 098a 9271 智
lynxeyed_atsu 0:eb1247cc069b 2638 {0x75, 0x00, 0x08, 0x7e, 0x44, 0x5f, 0x6c, 0x00}, // 2a 098b 9272 æ± 
lynxeyed_atsu 0:eb1247cc069b 2639 {0x54, 0x3e, 0x52, 0x3e, 0x4b, 0x3a, 0x3a, 0x00}, // 2a 098c 9273 ç—´
lynxeyed_atsu 0:eb1247cc069b 2640 {0x35, 0x7f, 0x15, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 2a 098d 9274 稚
lynxeyed_atsu 0:eb1247cc069b 2641 {0x77, 0x45, 0x7f, 0x55, 0x57, 0x7d, 0x47, 0x00}, // 2a 098e 9275 ç½®
lynxeyed_atsu 0:eb1247cc069b 2642 {0x49, 0x5d, 0x3b, 0x2d, 0x5c, 0x23, 0x5e, 0x00}, // 2a 098f 9276 致
lynxeyed_atsu 0:eb1247cc069b 2643 {0x4e, 0x7f, 0x4b, 0x3e, 0x4a, 0x3e, 0x3e, 0x00}, // 2a 0990 9277 蜘
lynxeyed_atsu 0:eb1247cc069b 2644 {0x49, 0x3a, 0x60, 0x5f, 0x5b, 0x73, 0x5b, 0x00}, // 2a 0991 9278 遅
lynxeyed_atsu 0:eb1247cc069b 2645 {0x5f, 0x1f, 0x75, 0x7e, 0x44, 0x5f, 0x6c, 0x00}, // 2a 0992 9279 馳
lynxeyed_atsu 0:eb1247cc069b 2646 {0x54, 0x5b, 0x36, 0x64, 0x3b, 0x5e, 0x52, 0x00}, // 2a 0993 927a 築
lynxeyed_atsu 0:eb1247cc069b 2647 {0x12, 0x76, 0x56, 0x7b, 0x52, 0x72, 0x1a, 0x00}, // 2a 0994 927b 畜
lynxeyed_atsu 0:eb1247cc069b 2648 {0x04, 0x03, 0x7e, 0x04, 0x43, 0x7e, 0x02, 0x00}, // 2a 0995 927c 竹
lynxeyed_atsu 0:eb1247cc069b 2649 {0x54, 0x73, 0x56, 0x44, 0x33, 0x76, 0x42, 0x00}, // 2a 0996 927d ç­‘
lynxeyed_atsu 0:eb1247cc069b 2650 {0x12, 0x76, 0x57, 0x7a, 0x53, 0x72, 0x1a, 0x00}, // 2a 0997 927e è“„
lynxeyed_atsu 0:eb1247cc069b 2651 {0x49, 0x3a, 0x69, 0x57, 0x7d, 0x49, 0x55, 0x00}, // 2b 0998 9280 逐
lynxeyed_atsu 0:eb1247cc069b 2652 {0x35, 0x7f, 0x4c, 0x2b, 0x1f, 0x2a, 0x48, 0x00}, // 2b 0999 9281 秩
lynxeyed_atsu 0:eb1247cc069b 2653 {0x46, 0x5a, 0x56, 0x7b, 0x5e, 0x4a, 0x56, 0x00}, // 2b 099a 9282 窒
lynxeyed_atsu 0:eb1247cc069b 2654 {0x52, 0x32, 0x1b, 0x76, 0x1b, 0x32, 0x52, 0x00}, // 2b 099b 9283 茶
lynxeyed_atsu 0:eb1247cc069b 2655 {0x5f, 0x3c, 0x7a, 0x6e, 0x5b, 0x6e, 0x7a, 0x00}, // 2b 099c 9284 å«¡
lynxeyed_atsu 0:eb1247cc069b 2656 {0x4a, 0x3a, 0x7b, 0x5e, 0x5a, 0x7b, 0x0a, 0x00}, // 2b 099d 9285 着
lynxeyed_atsu 0:eb1247cc069b 2657 {0x1e, 0x12, 0x12, 0x7f, 0x12, 0x12, 0x1e, 0x00}, // 2b 099e 9286 中
lynxeyed_atsu 0:eb1247cc069b 2658 {0x04, 0x7e, 0x1f, 0x12, 0x7f, 0x12, 0x1e, 0x00}, // 2b 099f 9287 仲
lynxeyed_atsu 0:eb1247cc069b 2659 {0x06, 0x7a, 0x5a, 0x7f, 0x5a, 0x7a, 0x06, 0x00}, // 2b 09a0 9288 å®™
lynxeyed_atsu 0:eb1247cc069b 2660 {0x60, 0x2e, 0x4a, 0x5f, 0x6a, 0x0e, 0x60, 0x00}, // 2b 09a1 9289 å¿ 
lynxeyed_atsu 0:eb1247cc069b 2661 {0x52, 0x7f, 0x7e, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 2b 09a2 928a 抽
lynxeyed_atsu 0:eb1247cc069b 2662 {0x50, 0x4f, 0x75, 0x55, 0x75, 0x4b, 0x50, 0x00}, // 2b 09a3 928b 昼
lynxeyed_atsu 0:eb1247cc069b 2663 {0x1a, 0x7f, 0x44, 0x55, 0x7e, 0x54, 0x44, 0x00}, // 2b 09a4 928c 柱
lynxeyed_atsu 0:eb1247cc069b 2664 {0x65, 0x10, 0x44, 0x55, 0x7e, 0x54, 0x44, 0x00}, // 2b 09a5 928d 注
lynxeyed_atsu 0:eb1247cc069b 2665 {0x40, 0x5e, 0x52, 0x7f, 0x52, 0x3e, 0x40, 0x00}, // 2b 09a6 928e 虫
lynxeyed_atsu 0:eb1247cc069b 2666 {0x22, 0x2e, 0x7a, 0x4f, 0x1a, 0x2e, 0x52, 0x00}, // 2b 09a7 928f è¡·
lynxeyed_atsu 0:eb1247cc069b 2667 {0x6a, 0x6b, 0x44, 0x55, 0x7e, 0x54, 0x44, 0x00}, // 2b 09a8 9290 註
lynxeyed_atsu 0:eb1247cc069b 2668 {0x7d, 0x6f, 0x7d, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 2b 09a9 9291 é…Ž
lynxeyed_atsu 0:eb1247cc069b 2669 {0x56, 0x7d, 0x36, 0x5e, 0x17, 0x7e, 0x14, 0x00}, // 2b 09aa 9292 鋳
lynxeyed_atsu 0:eb1247cc069b 2670 {0x5f, 0x1f, 0x75, 0x44, 0x55, 0x7e, 0x54, 0x00}, // 2b 09ab 9293 駐
lynxeyed_atsu 0:eb1247cc069b 2671 {0x1a, 0x7f, 0x06, 0x1b, 0x1f, 0x5b, 0x76, 0x00}, // 2b 09ac 9294 樗
lynxeyed_atsu 0:eb1247cc069b 2672 {0x75, 0x28, 0x55, 0x3f, 0x1a, 0x6f, 0x6a, 0x00}, // 2b 09ad 9295 瀦
lynxeyed_atsu 0:eb1247cc069b 2673 {0x55, 0x4a, 0x3d, 0x28, 0x1a, 0x6f, 0x6a, 0x00}, // 2b 09ae 9296 猪
lynxeyed_atsu 0:eb1247cc069b 2674 {0x1a, 0x0a, 0x5f, 0x7a, 0x1f, 0x0a, 0x1a, 0x00}, // 2b 09af 9297 苧
lynxeyed_atsu 0:eb1247cc069b 2675 {0x52, 0x52, 0x37, 0x7e, 0x5f, 0x76, 0x12, 0x00}, // 2b 09b0 9298 è‘—
lynxeyed_atsu 0:eb1247cc069b 2676 {0x5f, 0x15, 0x5f, 0x06, 0x4a, 0x7b, 0x0e, 0x00}, // 2b 09b1 9299 貯
lynxeyed_atsu 0:eb1247cc069b 2677 {0x01, 0x01, 0x41, 0x7f, 0x01, 0x01, 0x01, 0x00}, // 2b 09b2 929a 丁
lynxeyed_atsu 0:eb1247cc069b 2678 {0x52, 0x54, 0x3f, 0x00, 0x7f, 0x4c, 0x52, 0x00}, // 2b 09b3 929b å…†
lynxeyed_atsu 0:eb1247cc069b 2679 {0x71, 0x00, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 2b 09b4 929c 凋
lynxeyed_atsu 0:eb1247cc069b 2680 {0x1e, 0x12, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 2b 09b5 929d å–‹
lynxeyed_atsu 0:eb1247cc069b 2681 {0x0e, 0x7a, 0x2e, 0x7b, 0x0a, 0x6e, 0x56, 0x00}, // 2b 09b6 929e 寵
lynxeyed_atsu 0:eb1247cc069b 2682 {0x0e, 0x7f, 0x0e, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 2b 09b7 929f 帖
lynxeyed_atsu 0:eb1247cc069b 2683 {0x0e, 0x7f, 0x10, 0x7f, 0x55, 0x35, 0x51, 0x00}, // 2b 09b8 92a0 帳
lynxeyed_atsu 0:eb1247cc069b 2684 {0x40, 0x3e, 0x0a, 0x4a, 0x7b, 0x0a, 0x0a, 0x00}, // 2b 09b9 92a1 庁
lynxeyed_atsu 0:eb1247cc069b 2685 {0x10, 0x1d, 0x15, 0x7f, 0x15, 0x57, 0x70, 0x00}, // 2b 09ba 92a2 å¼”
lynxeyed_atsu 0:eb1247cc069b 2686 {0x5d, 0x77, 0x10, 0x7f, 0x55, 0x35, 0x51, 0x00}, // 2b 09bb 92a3 å¼µ
lynxeyed_atsu 0:eb1247cc069b 2687 {0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x4a, 0x25, 0x00}, // 2b 09bc 92a4 彫
lynxeyed_atsu 0:eb1247cc069b 2688 {0x0a, 0x7d, 0x56, 0x77, 0x56, 0x3f, 0x5e, 0x00}, // 2b 09bd 92a5 å¾´
lynxeyed_atsu 0:eb1247cc069b 2689 {0x6a, 0x3d, 0x4a, 0x5b, 0x7a, 0x0f, 0x56, 0x00}, // 2b 09be 92a6 懲
lynxeyed_atsu 0:eb1247cc069b 2690 {0x52, 0x7f, 0x4a, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 2b 09bf 92a7 挑
lynxeyed_atsu 0:eb1247cc069b 2691 {0x3e, 0x6b, 0x3e, 0x24, 0x5f, 0x35, 0x77, 0x00}, // 2b 09c0 92a8 暢
lynxeyed_atsu 0:eb1247cc069b 2692 {0x2d, 0x77, 0x2d, 0x40, 0x3f, 0x55, 0x7f, 0x00}, // 2b 09c1 92a9 朝
lynxeyed_atsu 0:eb1247cc069b 2693 {0x75, 0x00, 0x2d, 0x7f, 0x3f, 0x15, 0x7f, 0x00}, // 2b 09c2 92aa æ½®
lynxeyed_atsu 0:eb1247cc069b 2694 {0x7f, 0x14, 0x77, 0x3e, 0x73, 0x36, 0x57, 0x00}, // 2b 09c3 92ab 牒
lynxeyed_atsu 0:eb1247cc069b 2695 {0x3f, 0x25, 0x3f, 0x3f, 0x42, 0x7e, 0x02, 0x00}, // 2b 09c4 92ac 町
lynxeyed_atsu 0:eb1247cc069b 2696 {0x7f, 0x55, 0x7f, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 2b 09c5 92ad 眺
lynxeyed_atsu 0:eb1247cc069b 2697 {0x21, 0x3f, 0x7f, 0x62, 0x2e, 0x4f, 0x6e, 0x00}, // 2b 09c6 92ae 聴
lynxeyed_atsu 0:eb1247cc069b 2698 {0x7f, 0x15, 0x7f, 0x70, 0x5f, 0x35, 0x55, 0x00}, // 2b 09c7 92af 脹
lynxeyed_atsu 0:eb1247cc069b 2699 {0x7f, 0x15, 0x7f, 0x24, 0x5f, 0x35, 0x77, 0x00}, // 2b 09c8 92b0 è…¸
lynxeyed_atsu 0:eb1247cc069b 2700 {0x4e, 0x7b, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 2b 09c9 92b1 蝶
lynxeyed_atsu 0:eb1247cc069b 2701 {0x6b, 0x62, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 2b 09ca 92b2 調
lynxeyed_atsu 0:eb1247cc069b 2702 {0x6b, 0x62, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 2b 09cb 92b3 諜
lynxeyed_atsu 0:eb1247cc069b 2703 {0x4a, 0x3a, 0x3f, 0x4a, 0x75, 0x53, 0x77, 0x00}, // 2b 09cc 92b4 超
lynxeyed_atsu 0:eb1247cc069b 2704 {0x77, 0x7d, 0x57, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 2b 09cd 92b5 è·³
lynxeyed_atsu 0:eb1247cc069b 2705 {0x56, 0x7d, 0x76, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 2b 09ce 92b6 銚
lynxeyed_atsu 0:eb1247cc069b 2706 {0x10, 0x50, 0x7f, 0x55, 0x35, 0x51, 0x50, 0x00}, // 2b 09cf 92b7 é•·
lynxeyed_atsu 0:eb1247cc069b 2707 {0x21, 0x3f, 0x01, 0x5d, 0x17, 0x15, 0x5d, 0x00}, // 2b 09d0 92b8 é ‚
lynxeyed_atsu 0:eb1247cc069b 2708 {0x40, 0x1e, 0x56, 0x17, 0x56, 0x16, 0x70, 0x00}, // 2b 09d1 92b9 é³¥
lynxeyed_atsu 0:eb1247cc069b 2709 {0x42, 0x2e, 0x7f, 0x2a, 0x6e, 0x1f, 0x7e, 0x00}, // 2b 09d2 92ba å‹…
lynxeyed_atsu 0:eb1247cc069b 2710 {0x52, 0x7f, 0x18, 0x4e, 0x58, 0x2f, 0x1a, 0x00}, // 2b 09d3 92bb 捗
lynxeyed_atsu 0:eb1247cc069b 2711 {0x7a, 0x42, 0x7a, 0x6f, 0x6a, 0x7a, 0x42, 0x00}, // 2b 09d4 92bc ç›´
lynxeyed_atsu 0:eb1247cc069b 2712 {0x7f, 0x15, 0x7f, 0x54, 0x55, 0x3c, 0x55, 0x00}, // 2b 09d5 92bd 朕
lynxeyed_atsu 0:eb1247cc069b 2713 {0x65, 0x10, 0x46, 0x22, 0x1f, 0x7a, 0x46, 0x00}, // 2b 09d6 92be 沈
lynxeyed_atsu 0:eb1247cc069b 2714 {0x2a, 0x3e, 0x04, 0x42, 0x55, 0x2a, 0x14, 0x00}, // 2b 09d7 92bf 珍
lynxeyed_atsu 0:eb1247cc069b 2715 {0x44, 0x4e, 0x35, 0x36, 0x3e, 0x75, 0x44, 0x00}, // 2b 09d8 92c0 賃
lynxeyed_atsu 0:eb1247cc069b 2716 {0x56, 0x7d, 0x36, 0x52, 0x1e, 0x1f, 0x52, 0x00}, // 2b 09d9 92c1 鎮
lynxeyed_atsu 0:eb1247cc069b 2717 {0x7f, 0x1b, 0x42, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 2b 09da 92c2 陳
lynxeyed_atsu 0:eb1247cc069b 2718 {0x75, 0x00, 0x2a, 0x2a, 0x7f, 0x2e, 0x24, 0x00}, // 2b 09db 92c3 æ´¥
lynxeyed_atsu 0:eb1247cc069b 2719 {0x5f, 0x4b, 0x4a, 0x77, 0x5e, 0x4b, 0x56, 0x00}, // 2b 09dc 92c4 墜
lynxeyed_atsu 0:eb1247cc069b 2720 {0x1a, 0x7f, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 2b 09dd 92c5 椎
lynxeyed_atsu 0:eb1247cc069b 2721 {0x1a, 0x7f, 0x4a, 0x39, 0x40, 0x7e, 0x77, 0x00}, // 2b 09de 92c6 槌
lynxeyed_atsu 0:eb1247cc069b 2722 {0x49, 0x3a, 0x40, 0x7e, 0x57, 0x56, 0x76, 0x00}, // 2b 09df 92c7 追
lynxeyed_atsu 0:eb1247cc069b 2723 {0x56, 0x7d, 0x2e, 0x79, 0x40, 0x7e, 0x77, 0x00}, // 2b 09e0 92c8 鎚
lynxeyed_atsu 0:eb1247cc069b 2724 {0x54, 0x3e, 0x7a, 0x2a, 0x7b, 0x2e, 0x7a, 0x00}, // 2b 09e1 92c9 ç—›
lynxeyed_atsu 0:eb1247cc069b 2725 {0x49, 0x38, 0x7d, 0x55, 0x7d, 0x57, 0x7d, 0x00}, // 2b 09e2 92ca 通
lynxeyed_atsu 0:eb1247cc069b 2726 {0x24, 0x3f, 0x2b, 0x5d, 0x7d, 0x35, 0x4b, 0x00}, // 2b 09e3 92cb å¡š
lynxeyed_atsu 0:eb1247cc069b 2727 {0x1a, 0x7f, 0x38, 0x2f, 0x69, 0x7f, 0x28, 0x00}, // 2b 09e4 92cc æ ‚
lynxeyed_atsu 0:eb1247cc069b 2728 {0x52, 0x7f, 0x41, 0x6b, 0x7f, 0x6b, 0x7f, 0x00}, // 2b 09e5 92cd 掴
lynxeyed_atsu 0:eb1247cc069b 2729 {0x1a, 0x7f, 0x2a, 0x1f, 0x6a, 0x3f, 0x5f, 0x00}, // 2b 09e6 92ce 槻
lynxeyed_atsu 0:eb1247cc069b 2730 {0x04, 0x7e, 0x7f, 0x49, 0x7f, 0x49, 0x7f, 0x00}, // 2b 09e7 92cf 佃
lynxeyed_atsu 0:eb1247cc069b 2731 {0x75, 0x00, 0x48, 0x3a, 0x3f, 0x3a, 0x48, 0x00}, // 2b 09e8 92d0 漬
lynxeyed_atsu 0:eb1247cc069b 2732 {0x1a, 0x7f, 0x0a, 0x11, 0x7f, 0x49, 0x79, 0x00}, // 2b 09e9 92d1 柘
lynxeyed_atsu 0:eb1247cc069b 2733 {0x49, 0x38, 0x44, 0x44, 0x7f, 0x44, 0x44, 0x00}, // 2b 09ea 92d2 è¾»
lynxeyed_atsu 0:eb1247cc069b 2734 {0x42, 0x1a, 0x5b, 0x1e, 0x5b, 0x12, 0x72, 0x00}, // 2b 09eb 92d3 蔦
lynxeyed_atsu 0:eb1247cc069b 2735 {0x2a, 0x75, 0x5d, 0x2b, 0x5d, 0x2b, 0x5d, 0x00}, // 2b 09ec 92d4 綴
lynxeyed_atsu 0:eb1247cc069b 2736 {0x56, 0x7d, 0x36, 0x0b, 0x3f, 0x2c, 0x6b, 0x00}, // 2b 09ed 92d5 鍔
lynxeyed_atsu 0:eb1247cc069b 2737 {0x1a, 0x7f, 0x2a, 0x1e, 0x6f, 0x7e, 0x2a, 0x00}, // 2b 09ee 92d6 椿
lynxeyed_atsu 0:eb1247cc069b 2738 {0x75, 0x00, 0x4e, 0x3a, 0x3f, 0x3a, 0x4e, 0x00}, // 2b 09ef 92d7 æ½°
lynxeyed_atsu 0:eb1247cc069b 2739 {0x24, 0x3f, 0x15, 0x11, 0x7f, 0x11, 0x15, 0x00}, // 2b 09f0 92d8 坪
lynxeyed_atsu 0:eb1247cc069b 2740 {0x5a, 0x6a, 0x7a, 0x6f, 0x7a, 0x6a, 0x5a, 0x00}, // 2b 09f1 92d9 壷
lynxeyed_atsu 0:eb1247cc069b 2741 {0x5f, 0x3c, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 2b 09f2 92da 嬬
lynxeyed_atsu 0:eb1247cc069b 2742 {0x2a, 0x75, 0x7e, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 2b 09f3 92db ç´¬
lynxeyed_atsu 0:eb1247cc069b 2743 {0x40, 0x3e, 0x02, 0x7e, 0x01, 0x3d, 0x40, 0x00}, // 2b 09f4 92dc 爪
lynxeyed_atsu 0:eb1247cc069b 2744 {0x38, 0x0f, 0x0d, 0x7d, 0x0d, 0x2f, 0x38, 0x00}, // 2b 09f5 92dd 吊
lynxeyed_atsu 0:eb1247cc069b 2745 {0x56, 0x7d, 0x36, 0x04, 0x0b, 0x52, 0x7e, 0x00}, // 2b 09f6 92de 釣
lynxeyed_atsu 0:eb1247cc069b 2746 {0x16, 0x7a, 0x7f, 0x06, 0x5e, 0x17, 0x76, 0x00}, // 2b 09f7 92df 鶴
lynxeyed_atsu 0:eb1247cc069b 2747 {0x1a, 0x0e, 0x5a, 0x7b, 0x1a, 0x0e, 0x1a, 0x00}, // 2b 09f8 92e0 亭
lynxeyed_atsu 0:eb1247cc069b 2748 {0x04, 0x7e, 0x41, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 2b 09f9 92e1 低
lynxeyed_atsu 0:eb1247cc069b 2749 {0x04, 0x7e, 0x0b, 0x5e, 0x7b, 0x1e, 0x1a, 0x00}, // 2b 09fa 92e2 停
lynxeyed_atsu 0:eb1247cc069b 2750 {0x04, 0x7e, 0x41, 0x3c, 0x37, 0x3e, 0x42, 0x00}, // 2b 09fb 92e3 偵
lynxeyed_atsu 0:eb1247cc069b 2751 {0x5a, 0x2b, 0x7e, 0x2b, 0x6e, 0x00, 0x7f, 0x00}, // 2b 09fc 92e4 剃
lynxeyed_atsu 0:eb1247cc069b 2752 {0x40, 0x7c, 0x34, 0x37, 0x36, 0x7e, 0x42, 0x00}, // 2b 09fd 92e5 貞
lynxeyed_atsu 0:eb1247cc069b 2753 {0x44, 0x57, 0x55, 0x7d, 0x55, 0x57, 0x44, 0x00}, // 2b 09fe 92e6 呈
lynxeyed_atsu 0:eb1247cc069b 2754 {0x24, 0x3f, 0x44, 0x34, 0x47, 0x7f, 0x54, 0x00}, // 2b 09ff 92e7 å ¤
lynxeyed_atsu 0:eb1247cc069b 2755 {0x46, 0x32, 0x46, 0x7f, 0x56, 0x52, 0x46, 0x00}, // 2b 0a00 92e8 定
lynxeyed_atsu 0:eb1247cc069b 2756 {0x1a, 0x6a, 0x2e, 0x7b, 0x2a, 0x6e, 0x1a, 0x00}, // 2b 0a01 92e9 帝
lynxeyed_atsu 0:eb1247cc069b 2757 {0x40, 0x3e, 0x42, 0x7e, 0x57, 0x3e, 0x56, 0x00}, // 2b 0a02 92ea 底
lynxeyed_atsu 0:eb1247cc069b 2758 {0x40, 0x3e, 0x56, 0x2e, 0x53, 0x7a, 0x56, 0x00}, // 2b 0a03 92eb 庭
lynxeyed_atsu 0:eb1247cc069b 2759 {0x55, 0x3b, 0x48, 0x6a, 0x7e, 0x69, 0x48, 0x00}, // 2b 0a04 92ec å»·
lynxeyed_atsu 0:eb1247cc069b 2760 {0x42, 0x5a, 0x2b, 0x7e, 0x2a, 0x2b, 0x6e, 0x00}, // 2b 0a05 92ed 弟
lynxeyed_atsu 0:eb1247cc069b 2761 {0x06, 0x7f, 0x5a, 0x2b, 0x7e, 0x2b, 0x6e, 0x00}, // 2b 0a06 92ee 悌
lynxeyed_atsu 0:eb1247cc069b 2762 {0x52, 0x7f, 0x40, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 2b 0a07 92ef 抵
lynxeyed_atsu 0:eb1247cc069b 2763 {0x52, 0x7f, 0x55, 0x3b, 0x6a, 0x7e, 0x69, 0x00}, // 2b 0a08 92f0 挺
lynxeyed_atsu 0:eb1247cc069b 2764 {0x52, 0x7f, 0x42, 0x34, 0x47, 0x7f, 0x54, 0x00}, // 2b 0a09 92f1 提
lynxeyed_atsu 0:eb1247cc069b 2765 {0x1a, 0x7f, 0x5a, 0x2b, 0x7e, 0x2b, 0x6e, 0x00}, // 2b 0a0a 92f2 梯
lynxeyed_atsu 0:eb1247cc069b 2766 {0x65, 0x10, 0x01, 0x41, 0x7f, 0x01, 0x01, 0x00}, // 2b 0a0b 92f3 æ±€
lynxeyed_atsu 0:eb1247cc069b 2767 {0x09, 0x37, 0x31, 0x46, 0x2a, 0x7b, 0x56, 0x00}, // 2b 0a0c 92f4 碇
lynxeyed_atsu 0:eb1247cc069b 2768 {0x12, 0x7b, 0x16, 0x40, 0x3c, 0x3f, 0x42, 0x00}, // 2b 0a0d 92f5 禎
lynxeyed_atsu 0:eb1247cc069b 2769 {0x35, 0x7f, 0x44, 0x57, 0x7d, 0x57, 0x44, 0x00}, // 2b 0a0e 92f6 程
lynxeyed_atsu 0:eb1247cc069b 2770 {0x2a, 0x75, 0x1a, 0x6e, 0x3b, 0x6e, 0x1a, 0x00}, // 2b 0a0f 92f7 ç· 
lynxeyed_atsu 0:eb1247cc069b 2771 {0x7e, 0x7f, 0x55, 0x3b, 0x6a, 0x7e, 0x69, 0x00}, // 2b 0a10 92f8 艇
lynxeyed_atsu 0:eb1247cc069b 2772 {0x6a, 0x6b, 0x6a, 0x01, 0x41, 0x7f, 0x01, 0x00}, // 2b 0a11 92f9 訂
lynxeyed_atsu 0:eb1247cc069b 2773 {0x6b, 0x62, 0x1a, 0x6e, 0x3b, 0x6e, 0x1a, 0x00}, // 2b 0a12 92fa 諦
lynxeyed_atsu 0:eb1247cc069b 2774 {0x77, 0x7d, 0x1b, 0x6e, 0x3b, 0x6e, 0x1a, 0x00}, // 2b 0a13 92fb 蹄
lynxeyed_atsu 0:eb1247cc069b 2775 {0x49, 0x3a, 0x60, 0x5e, 0x4a, 0x7e, 0x59, 0x00}, // 2b 0a14 92fc 逓
lynxeyed_atsu 0:eb1247cc069b 2776 {0x7e, 0x4a, 0x5e, 0x29, 0x40, 0x7f, 0x1b, 0x00}, // 2c 0a15 9340 邸
lynxeyed_atsu 0:eb1247cc069b 2777 {0x5e, 0x57, 0x32, 0x57, 0x5e, 0x7f, 0x1b, 0x00}, // 2c 0a16 9341 é„­
lynxeyed_atsu 0:eb1247cc069b 2778 {0x56, 0x7d, 0x36, 0x01, 0x41, 0x7f, 0x01, 0x00}, // 2c 0a17 9342 釘
lynxeyed_atsu 0:eb1247cc069b 2779 {0x4f, 0x28, 0x7f, 0x07, 0x7f, 0x28, 0x6f, 0x00}, // 2c 0a18 9343 鼎
lynxeyed_atsu 0:eb1247cc069b 2780 {0x75, 0x40, 0x3f, 0x05, 0x7d, 0x55, 0x57, 0x00}, // 2c 0a19 9344 æ³¥
lynxeyed_atsu 0:eb1247cc069b 2781 {0x52, 0x7f, 0x7a, 0x6e, 0x5b, 0x6e, 0x7a, 0x00}, // 2c 0a1a 9345 摘
lynxeyed_atsu 0:eb1247cc069b 2782 {0x52, 0x7f, 0x25, 0x7f, 0x50, 0x7d, 0x57, 0x00}, // 2c 0a1b 9346 æ“¢
lynxeyed_atsu 0:eb1247cc069b 2783 {0x7a, 0x6e, 0x5b, 0x6e, 0x7c, 0x23, 0x5e, 0x00}, // 2c 0a1c 9347 敵
lynxeyed_atsu 0:eb1247cc069b 2784 {0x75, 0x00, 0x7a, 0x6e, 0x5b, 0x6e, 0x7a, 0x00}, // 2c 0a1d 9348 æ»´
lynxeyed_atsu 0:eb1247cc069b 2785 {0x3e, 0x2b, 0x3e, 0x04, 0x0b, 0x52, 0x7e, 0x00}, // 2c 0a1e 9349 çš„
lynxeyed_atsu 0:eb1247cc069b 2786 {0x04, 0x73, 0x56, 0x7c, 0x53, 0x76, 0x02, 0x00}, // 2c 0a1f 934a 笛
lynxeyed_atsu 0:eb1247cc069b 2787 {0x49, 0x38, 0x7a, 0x6e, 0x5b, 0x6e, 0x7a, 0x00}, // 2c 0a20 934b 適
lynxeyed_atsu 0:eb1247cc069b 2788 {0x56, 0x7d, 0x7a, 0x6e, 0x5b, 0x6e, 0x7a, 0x00}, // 2c 0a21 934c 鏑
lynxeyed_atsu 0:eb1247cc069b 2789 {0x75, 0x20, 0x5d, 0x77, 0x20, 0x5d, 0x77, 0x00}, // 2c 0a22 934d 溺
lynxeyed_atsu 0:eb1247cc069b 2790 {0x0a, 0x7f, 0x50, 0x5e, 0x56, 0x7d, 0x04, 0x00}, // 2c 0a23 934e 哲
lynxeyed_atsu 0:eb1247cc069b 2791 {0x0a, 0x7d, 0x0a, 0x77, 0x72, 0x3f, 0x5e, 0x00}, // 2c 0a24 934f å¾¹
lynxeyed_atsu 0:eb1247cc069b 2792 {0x52, 0x7f, 0x0a, 0x77, 0x72, 0x3f, 0x5e, 0x00}, // 2c 0a25 9350 æ’¤
lynxeyed_atsu 0:eb1247cc069b 2793 {0x2d, 0x7f, 0x0a, 0x77, 0x72, 0x3f, 0x5e, 0x00}, // 2c 0a26 9351 轍
lynxeyed_atsu 0:eb1247cc069b 2794 {0x49, 0x38, 0x44, 0x6b, 0x6a, 0x5f, 0x6a, 0x00}, // 2c 0a27 9352 è¿­
lynxeyed_atsu 0:eb1247cc069b 2795 {0x56, 0x7d, 0x4e, 0x2b, 0x1f, 0x2a, 0x48, 0x00}, // 2c 0a28 9353 鉄
lynxeyed_atsu 0:eb1247cc069b 2796 {0x50, 0x5e, 0x1f, 0x1a, 0x1f, 0x5e, 0x50, 0x00}, // 2c 0a29 9354 å…¸
lynxeyed_atsu 0:eb1247cc069b 2797 {0x24, 0x3f, 0x52, 0x1e, 0x1f, 0x1e, 0x52, 0x00}, // 2c 0a2a 9355 å¡«
lynxeyed_atsu 0:eb1247cc069b 2798 {0x41, 0x45, 0x25, 0x1f, 0x25, 0x45, 0x41, 0x00}, // 2c 0a2b 9356 天
lynxeyed_atsu 0:eb1247cc069b 2799 {0x40, 0x3f, 0x75, 0x5d, 0x35, 0x5d, 0x57, 0x00}, // 2c 0a2c 9357 展
lynxeyed_atsu 0:eb1247cc069b 2800 {0x40, 0x3e, 0x02, 0x62, 0x7f, 0x6a, 0x6a, 0x00}, // 2c 0a2d 9358 店
lynxeyed_atsu 0:eb1247cc069b 2801 {0x75, 0x00, 0x54, 0x0e, 0x76, 0x0d, 0x54, 0x00}, // 2c 0a2e 9359 æ·»
lynxeyed_atsu 0:eb1247cc069b 2802 {0x2a, 0x75, 0x3e, 0x5a, 0x6f, 0x5e, 0x5a, 0x00}, // 2c 0a2f 935a 纏
lynxeyed_atsu 0:eb1247cc069b 2803 {0x76, 0x5e, 0x75, 0x02, 0x7f, 0x4a, 0x7f, 0x00}, // 2c 0a30 935b 甜
lynxeyed_atsu 0:eb1247cc069b 2804 {0x5f, 0x15, 0x5f, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 2c 0a31 935c è²¼
lynxeyed_atsu 0:eb1247cc069b 2805 {0x2d, 0x7f, 0x44, 0x65, 0x5d, 0x25, 0x44, 0x00}, // 2c 0a32 935d 転
lynxeyed_atsu 0:eb1247cc069b 2806 {0x52, 0x1e, 0x1f, 0x52, 0x1d, 0x17, 0x5d, 0x00}, // 2c 0a33 935e é¡›
lynxeyed_atsu 0:eb1247cc069b 2807 {0x40, 0x18, 0x58, 0x1f, 0x5a, 0x1a, 0x40, 0x00}, // 2c 0a34 935f 点
lynxeyed_atsu 0:eb1247cc069b 2808 {0x04, 0x7e, 0x45, 0x65, 0x5d, 0x25, 0x44, 0x00}, // 2c 0a35 9360 伝
lynxeyed_atsu 0:eb1247cc069b 2809 {0x40, 0x3f, 0x5d, 0x15, 0x5b, 0x29, 0x5b, 0x00}, // 2c 0a36 9361 殿
lynxeyed_atsu 0:eb1247cc069b 2810 {0x75, 0x3f, 0x5d, 0x15, 0x5b, 0x29, 0x5b, 0x00}, // 2c 0a37 9362 æ¾±
lynxeyed_atsu 0:eb1247cc069b 2811 {0x7f, 0x49, 0x49, 0x7f, 0x49, 0x49, 0x7f, 0x00}, // 2c 0a38 9363 ç”°
lynxeyed_atsu 0:eb1247cc069b 2812 {0x06, 0x3a, 0x2f, 0x3f, 0x6b, 0x7e, 0x46, 0x00}, // 2c 0a39 9364 é›»
lynxeyed_atsu 0:eb1247cc069b 2813 {0x42, 0x5e, 0x36, 0x1e, 0x75, 0x5d, 0x60, 0x00}, // 2c 0a3a 9365 å…Ž
lynxeyed_atsu 0:eb1247cc069b 2814 {0x1e, 0x12, 0x5e, 0x44, 0x7f, 0x44, 0x40, 0x00}, // 2c 0a3b 9366 吐
lynxeyed_atsu 0:eb1247cc069b 2815 {0x24, 0x3f, 0x28, 0x1a, 0x6f, 0x6a, 0x69, 0x00}, // 2c 0a3c 9367 å µ
lynxeyed_atsu 0:eb1247cc069b 2816 {0x55, 0x40, 0x54, 0x76, 0x5d, 0x46, 0x54, 0x00}, // 2c 0a3d 9368 å¡—
lynxeyed_atsu 0:eb1247cc069b 2817 {0x5c, 0x37, 0x2c, 0x11, 0x7f, 0x49, 0x79, 0x00}, // 2c 0a3e 9369 妬
lynxeyed_atsu 0:eb1247cc069b 2818 {0x40, 0x3f, 0x53, 0x37, 0x7f, 0x77, 0x13, 0x00}, // 2c 0a3f 936a å± 
lynxeyed_atsu 0:eb1247cc069b 2819 {0x0a, 0x7d, 0x48, 0x2a, 0x7f, 0x5a, 0x48, 0x00}, // 2c 0a40 936b å¾’
lynxeyed_atsu 0:eb1247cc069b 2820 {0x20, 0x25, 0x2a, 0x20, 0x7f, 0x10, 0x10, 0x00}, // 2c 0a41 936c æ–—
lynxeyed_atsu 0:eb1247cc069b 2821 {0x1a, 0x7f, 0x4a, 0x44, 0x7f, 0x44, 0x40, 0x00}, // 2c 0a42 936d 杜
lynxeyed_atsu 0:eb1247cc069b 2822 {0x75, 0x40, 0x3e, 0x4a, 0x5f, 0x2e, 0x5a, 0x00}, // 2c 0a43 936e 渡
lynxeyed_atsu 0:eb1247cc069b 2823 {0x4a, 0x45, 0x5b, 0x69, 0x5a, 0x45, 0x4a, 0x00}, // 2c 0a44 936f ç™»
lynxeyed_atsu 0:eb1247cc069b 2824 {0x4a, 0x5a, 0x37, 0x1e, 0x77, 0x5e, 0x62, 0x00}, // 2c 0a45 9370 菟
lynxeyed_atsu 0:eb1247cc069b 2825 {0x5f, 0x15, 0x5f, 0x28, 0x1a, 0x6f, 0x6a, 0x00}, // 2c 0a46 9371 è³­
lynxeyed_atsu 0:eb1247cc069b 2826 {0x49, 0x38, 0x54, 0x46, 0x7d, 0x46, 0x54, 0x00}, // 2c 0a47 9372 途
lynxeyed_atsu 0:eb1247cc069b 2827 {0x28, 0x1a, 0x6f, 0x6a, 0x7f, 0x25, 0x1b, 0x00}, // 2c 0a48 9373 都
lynxeyed_atsu 0:eb1247cc069b 2828 {0x56, 0x7d, 0x3e, 0x4a, 0x5f, 0x2e, 0x5a, 0x00}, // 2c 0a49 9374 鍍
lynxeyed_atsu 0:eb1247cc069b 2829 {0x09, 0x37, 0x31, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 2c 0a4a 9375 ç ¥
lynxeyed_atsu 0:eb1247cc069b 2830 {0x09, 0x37, 0x71, 0x3f, 0x65, 0x1d, 0x75, 0x00}, // 2c 0a4b 9376 ç º
lynxeyed_atsu 0:eb1247cc069b 2831 {0x12, 0x4e, 0x5b, 0x36, 0x5b, 0x75, 0x0b, 0x00}, // 2c 0a4c 9377 努
lynxeyed_atsu 0:eb1247cc069b 2832 {0x40, 0x3e, 0x4a, 0x5e, 0x2b, 0x5e, 0x4a, 0x00}, // 2c 0a4d 9378 度
lynxeyed_atsu 0:eb1247cc069b 2833 {0x40, 0x44, 0x44, 0x7f, 0x44, 0x44, 0x40, 0x00}, // 2c 0a4e 9379 土
lynxeyed_atsu 0:eb1247cc069b 2834 {0x44, 0x5c, 0x37, 0x2c, 0x4d, 0x31, 0x4f, 0x00}, // 2c 0a4f 937a 奴
lynxeyed_atsu 0:eb1247cc069b 2835 {0x6a, 0x2e, 0x4b, 0x46, 0x6b, 0x05, 0x6b, 0x00}, // 2c 0a50 937b 怒
lynxeyed_atsu 0:eb1247cc069b 2836 {0x04, 0x7e, 0x2d, 0x3b, 0x29, 0x4e, 0x7f, 0x00}, // 2c 0a51 937c 倒
lynxeyed_atsu 0:eb1247cc069b 2837 {0x46, 0x43, 0x3e, 0x17, 0x7e, 0x43, 0x66, 0x00}, // 2c 0a52 937d å…š
lynxeyed_atsu 0:eb1247cc069b 2838 {0x10, 0x12, 0x2a, 0x35, 0x4b, 0x50, 0x10, 0x00}, // 2c 0a53 937e 冬
lynxeyed_atsu 0:eb1247cc069b 2839 {0x61, 0x10, 0x42, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 2d 0a54 9380 凍
lynxeyed_atsu 0:eb1247cc069b 2840 {0x41, 0x21, 0x19, 0x07, 0x01, 0x41, 0x7f, 0x00}, // 2d 0a55 9381 刀
lynxeyed_atsu 0:eb1247cc069b 2841 {0x40, 0x3e, 0x12, 0x76, 0x5f, 0x7e, 0x0a, 0x00}, // 2d 0a56 9382 唐
lynxeyed_atsu 0:eb1247cc069b 2842 {0x24, 0x3f, 0x12, 0x7b, 0x56, 0x7b, 0x12, 0x00}, // 2d 0a57 9383 å¡”
lynxeyed_atsu 0:eb1247cc069b 2843 {0x24, 0x3f, 0x7e, 0x12, 0x77, 0x5e, 0x6a, 0x00}, // 2d 0a58 9384 塘
lynxeyed_atsu 0:eb1247cc069b 2844 {0x5a, 0x56, 0x7e, 0x5b, 0x52, 0x36, 0x5a, 0x00}, // 2d 0a59 9385 套
lynxeyed_atsu 0:eb1247cc069b 2845 {0x46, 0x2a, 0x7a, 0x6b, 0x6a, 0x6a, 0x06, 0x00}, // 2d 0a5a 9386 宕
lynxeyed_atsu 0:eb1247cc069b 2846 {0x60, 0x5e, 0x76, 0x57, 0x76, 0x16, 0x70, 0x00}, // 2d 0a5b 9387 島
lynxeyed_atsu 0:eb1247cc069b 2847 {0x38, 0x3f, 0x58, 0x1e, 0x57, 0x16, 0x70, 0x00}, // 2d 0a5c 9388 嶋
lynxeyed_atsu 0:eb1247cc069b 2848 {0x06, 0x7f, 0x22, 0x3c, 0x77, 0x3e, 0x22, 0x00}, // 2d 0a5d 9389 悼
lynxeyed_atsu 0:eb1247cc069b 2849 {0x52, 0x7f, 0x44, 0x5b, 0x29, 0x5f, 0x44, 0x00}, // 2d 0a5e 938a 投
lynxeyed_atsu 0:eb1247cc069b 2850 {0x52, 0x7f, 0x12, 0x7b, 0x56, 0x7b, 0x12, 0x00}, // 2d 0a5f 938b 搭
lynxeyed_atsu 0:eb1247cc069b 2851 {0x42, 0x5e, 0x2a, 0x7f, 0x2a, 0x5e, 0x42, 0x00}, // 2d 0a60 938c 東
lynxeyed_atsu 0:eb1247cc069b 2852 {0x1a, 0x7f, 0x4a, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 2d 0a61 938d 桃
lynxeyed_atsu 0:eb1247cc069b 2853 {0x1a, 0x7f, 0x34, 0x5e, 0x17, 0x7e, 0x14, 0x00}, // 2d 0a62 938e 梼
lynxeyed_atsu 0:eb1247cc069b 2854 {0x1a, 0x7f, 0x42, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 2d 0a63 938f 棟
lynxeyed_atsu 0:eb1247cc069b 2855 {0x49, 0x70, 0x54, 0x7b, 0x56, 0x7a, 0x46, 0x00}, // 2d 0a64 9390 ç›—
lynxeyed_atsu 0:eb1247cc069b 2856 {0x75, 0x00, 0x64, 0x4b, 0x7e, 0x6a, 0x7e, 0x00}, // 2d 0a65 9391 æ·˜
lynxeyed_atsu 0:eb1247cc069b 2857 {0x75, 0x00, 0x24, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 2d 0a66 9392 湯
lynxeyed_atsu 0:eb1247cc069b 2858 {0x75, 0x50, 0x34, 0x5e, 0x17, 0x7e, 0x14, 0x00}, // 2d 0a67 9393 涛
lynxeyed_atsu 0:eb1247cc069b 2859 {0x4c, 0x3f, 0x24, 0x01, 0x41, 0x7f, 0x01, 0x00}, // 2d 0a68 9394 灯
lynxeyed_atsu 0:eb1247cc069b 2860 {0x4c, 0x3f, 0x45, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 2d 0a69 9395 燈
lynxeyed_atsu 0:eb1247cc069b 2861 {0x00, 0x45, 0x56, 0x57, 0x54, 0x56, 0x7d, 0x00}, // 2d 0a6a 9396 当
lynxeyed_atsu 0:eb1247cc069b 2862 {0x54, 0x3e, 0x02, 0x5e, 0x77, 0x76, 0x5e, 0x00}, // 2d 0a6b 9397 ç—˜
lynxeyed_atsu 0:eb1247cc069b 2863 {0x12, 0x7b, 0x36, 0x5e, 0x17, 0x7e, 0x14, 0x00}, // 2d 0a6c 9398 祷
lynxeyed_atsu 0:eb1247cc069b 2864 {0x14, 0x13, 0x36, 0x5c, 0x7b, 0x16, 0x12, 0x00}, // 2d 0a6d 9399 ç­‰
lynxeyed_atsu 0:eb1247cc069b 2865 {0x14, 0x13, 0x6e, 0x6c, 0x6b, 0x16, 0x12, 0x00}, // 2d 0a6e 939a ç­”
lynxeyed_atsu 0:eb1247cc069b 2866 {0x7c, 0x0b, 0x6e, 0x6c, 0x6b, 0x0e, 0x7a, 0x00}, // 2d 0a6f 939b ç­’
lynxeyed_atsu 0:eb1247cc069b 2867 {0x35, 0x7e, 0x3e, 0x12, 0x77, 0x5e, 0x6a, 0x00}, // 2d 0a70 939c ç³–
lynxeyed_atsu 0:eb1247cc069b 2868 {0x2a, 0x75, 0x4a, 0x3e, 0x0b, 0x76, 0x4a, 0x00}, // 2d 0a71 939d çµ±
lynxeyed_atsu 0:eb1247cc069b 2869 {0x49, 0x5d, 0x3b, 0x2d, 0x0e, 0x40, 0x7f, 0x00}, // 2d 0a72 939e 到
lynxeyed_atsu 0:eb1247cc069b 2870 {0x4a, 0x7a, 0x6f, 0x7e, 0x6f, 0x7a, 0x4a, 0x00}, // 2d 0a73 939f è‘£
lynxeyed_atsu 0:eb1247cc069b 2871 {0x56, 0x02, 0x53, 0x3e, 0x5b, 0x3e, 0x72, 0x00}, // 2d 0a74 93a0 è•©
lynxeyed_atsu 0:eb1247cc069b 2872 {0x7a, 0x2a, 0x7f, 0x2a, 0x77, 0x2a, 0x56, 0x00}, // 2d 0a75 93a1 è—¤
lynxeyed_atsu 0:eb1247cc069b 2873 {0x6a, 0x6b, 0x00, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 2d 0a76 93a2 討
lynxeyed_atsu 0:eb1247cc069b 2874 {0x7f, 0x15, 0x7f, 0x15, 0x6c, 0x6f, 0x15, 0x00}, // 2d 0a77 93a3 謄
lynxeyed_atsu 0:eb1247cc069b 2875 {0x41, 0x5d, 0x75, 0x55, 0x75, 0x5d, 0x41, 0x00}, // 2d 0a78 93a4 豆
lynxeyed_atsu 0:eb1247cc069b 2876 {0x77, 0x7d, 0x2b, 0x76, 0x5f, 0x74, 0x0a, 0x00}, // 2d 0a79 93a5 踏
lynxeyed_atsu 0:eb1247cc069b 2877 {0x49, 0x38, 0x6a, 0x5f, 0x40, 0x7f, 0x6a, 0x00}, // 2d 0a7a 93a6 逃
lynxeyed_atsu 0:eb1247cc069b 2878 {0x49, 0x38, 0x4a, 0x67, 0x5f, 0x77, 0x4a, 0x00}, // 2d 0a7b 93a7 透
lynxeyed_atsu 0:eb1247cc069b 2879 {0x56, 0x7d, 0x47, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 2d 0a7c 93a8 鐙
lynxeyed_atsu 0:eb1247cc069b 2880 {0x7f, 0x1b, 0x64, 0x4b, 0x7e, 0x6a, 0x7e, 0x00}, // 2d 0a7d 93a9 陶
lynxeyed_atsu 0:eb1247cc069b 2881 {0x2d, 0x35, 0x2d, 0x40, 0x1d, 0x17, 0x5d, 0x00}, // 2d 0a7e 93aa é ­
lynxeyed_atsu 0:eb1247cc069b 2882 {0x7f, 0x15, 0x7f, 0x45, 0x1c, 0x5f, 0x75, 0x00}, // 2d 0a7f 93ab 騰
lynxeyed_atsu 0:eb1247cc069b 2883 {0x7f, 0x5b, 0x6b, 0x58, 0x13, 0x7b, 0x7f, 0x00}, // 2d 0a80 93ac é—˜
lynxeyed_atsu 0:eb1247cc069b 2884 {0x04, 0x7e, 0x2d, 0x3f, 0x62, 0x1f, 0x7e, 0x00}, // 2d 0a81 93ad 働
lynxeyed_atsu 0:eb1247cc069b 2885 {0x5d, 0x7f, 0x5d, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 2d 0a82 93ae å‹•
lynxeyed_atsu 0:eb1247cc069b 2886 {0x7f, 0x01, 0x75, 0x55, 0x75, 0x01, 0x7f, 0x00}, // 2d 0a83 93af 同
lynxeyed_atsu 0:eb1247cc069b 2887 {0x46, 0x53, 0x5e, 0x7b, 0x5e, 0x53, 0x46, 0x00}, // 2d 0a84 93b0 å ‚
lynxeyed_atsu 0:eb1247cc069b 2888 {0x14, 0x1d, 0x32, 0x5f, 0x7e, 0x1f, 0x12, 0x00}, // 2d 0a85 93b1 å°Ž
lynxeyed_atsu 0:eb1247cc069b 2889 {0x06, 0x7f, 0x4a, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 2d 0a86 93b2 憧
lynxeyed_atsu 0:eb1247cc069b 2890 {0x52, 0x7f, 0x4a, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 2d 0a87 93b3 æ’ž
lynxeyed_atsu 0:eb1247cc069b 2891 {0x75, 0x00, 0x7f, 0x35, 0x35, 0x41, 0x7f, 0x00}, // 2d 0a88 93b4 æ´ž
lynxeyed_atsu 0:eb1247cc069b 2892 {0x7f, 0x55, 0x7f, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 2d 0a89 93b5 çž³
lynxeyed_atsu 0:eb1247cc069b 2893 {0x48, 0x5a, 0x5e, 0x7b, 0x5e, 0x5a, 0x48, 0x00}, // 2d 0a8a 93b6 ç«¥
lynxeyed_atsu 0:eb1247cc069b 2894 {0x7f, 0x15, 0x7f, 0x7f, 0x35, 0x35, 0x7f, 0x00}, // 2d 0a8b 93b7 胴
lynxeyed_atsu 0:eb1247cc069b 2895 {0x12, 0x6e, 0x57, 0x7e, 0x57, 0x66, 0x7e, 0x00}, // 2d 0a8c 93b8 萄
lynxeyed_atsu 0:eb1247cc069b 2896 {0x49, 0x38, 0x42, 0x7b, 0x56, 0x7b, 0x42, 0x00}, // 2d 0a8d 93b9 道
lynxeyed_atsu 0:eb1247cc069b 2897 {0x56, 0x7d, 0x36, 0x7f, 0x35, 0x35, 0x7f, 0x00}, // 2d 0a8e 93ba 銅
lynxeyed_atsu 0:eb1247cc069b 2898 {0x38, 0x3f, 0x38, 0x08, 0x7f, 0x1a, 0x2a, 0x00}, // 2d 0a8f 93bb å³ 
lynxeyed_atsu 0:eb1247cc069b 2899 {0x2f, 0x7a, 0x2a, 0x5e, 0x17, 0x56, 0x70, 0x00}, // 2d 0a90 93bc é´‡
lynxeyed_atsu 0:eb1247cc069b 2900 {0x7f, 0x55, 0x4f, 0x7d, 0x57, 0x75, 0x45, 0x00}, // 2d 0a91 93bd 匿
lynxeyed_atsu 0:eb1247cc069b 2901 {0x0a, 0x7d, 0x14, 0x37, 0x55, 0x7f, 0x14, 0x00}, // 2d 0a92 93be å¾—
lynxeyed_atsu 0:eb1247cc069b 2902 {0x0a, 0x7d, 0x62, 0x2e, 0x4f, 0x4e, 0x62, 0x00}, // 2d 0a93 93bf å¾³
lynxeyed_atsu 0:eb1247cc069b 2903 {0x75, 0x00, 0x5a, 0x2a, 0x0f, 0x6a, 0x5a, 0x00}, // 2d 0a94 93c0 涜
lynxeyed_atsu 0:eb1247cc069b 2904 {0x17, 0x7f, 0x2a, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 2d 0a95 93c1 特
lynxeyed_atsu 0:eb1247cc069b 2905 {0x0c, 0x74, 0x5f, 0x56, 0x5b, 0x75, 0x0b, 0x00}, // 2d 0a96 93c2 督
lynxeyed_atsu 0:eb1247cc069b 2906 {0x4a, 0x4a, 0x37, 0x0f, 0x77, 0x4a, 0x6a, 0x00}, // 2d 0a97 93c3 禿
lynxeyed_atsu 0:eb1247cc069b 2907 {0x44, 0x1b, 0x56, 0x1c, 0x57, 0x16, 0x72, 0x00}, // 2d 0a98 93c4 篤
lynxeyed_atsu 0:eb1247cc069b 2908 {0x28, 0x7a, 0x6a, 0x7f, 0x6a, 0x7a, 0x28, 0x00}, // 2d 0a99 93c5 毒
lynxeyed_atsu 0:eb1247cc069b 2909 {0x55, 0x4a, 0x3d, 0x4e, 0x7f, 0x4a, 0x6e, 0x00}, // 2d 0a9a 93c6 独
lynxeyed_atsu 0:eb1247cc069b 2910 {0x6b, 0x62, 0x5a, 0x2a, 0x0f, 0x6a, 0x5a, 0x00}, // 2d 0a9b 93c7 読
lynxeyed_atsu 0:eb1247cc069b 2911 {0x1a, 0x7f, 0x4a, 0x3f, 0x65, 0x1d, 0x75, 0x00}, // 2d 0a9c 93c8 æ ƒ
lynxeyed_atsu 0:eb1247cc069b 2912 {0x1a, 0x7f, 0x22, 0x5e, 0x7d, 0x2f, 0x50, 0x00}, // 2d 0a9d 93c9 æ©¡
lynxeyed_atsu 0:eb1247cc069b 2913 {0x78, 0x48, 0x4f, 0x41, 0x4f, 0x48, 0x78, 0x00}, // 2d 0a9e 93ca 凸
lynxeyed_atsu 0:eb1247cc069b 2914 {0x56, 0x5a, 0x56, 0x33, 0x5e, 0x5a, 0x56, 0x00}, // 2d 0a9f 93cb 突
lynxeyed_atsu 0:eb1247cc069b 2915 {0x1a, 0x7f, 0x7e, 0x15, 0x5b, 0x29, 0x5b, 0x00}, // 2d 0aa0 93cc 椴
lynxeyed_atsu 0:eb1247cc069b 2916 {0x40, 0x3f, 0x75, 0x55, 0x7d, 0x55, 0x77, 0x00}, // 2d 0aa1 93cd 届
lynxeyed_atsu 0:eb1247cc069b 2917 {0x42, 0x1a, 0x5a, 0x1e, 0x5b, 0x16, 0x7b, 0x00}, // 2d 0aa2 93ce 鳶
lynxeyed_atsu 0:eb1247cc069b 2918 {0x02, 0x62, 0x63, 0x7e, 0x6b, 0x6a, 0x02, 0x00}, // 2d 0aa3 93cf è‹«
lynxeyed_atsu 0:eb1247cc069b 2919 {0x46, 0x7a, 0x2e, 0x3f, 0x2e, 0x7a, 0x46, 0x00}, // 2d 0aa4 93d0 寅
lynxeyed_atsu 0:eb1247cc069b 2920 {0x7d, 0x75, 0x6f, 0x65, 0x7f, 0x75, 0x7d, 0x00}, // 2d 0aa5 93d1 é…‰
lynxeyed_atsu 0:eb1247cc069b 2921 {0x75, 0x7a, 0x2f, 0x7a, 0x2a, 0x7d, 0x3b, 0x00}, // 2d 0aa6 93d2 瀞
lynxeyed_atsu 0:eb1247cc069b 2922 {0x1e, 0x12, 0x3f, 0x2a, 0x4d, 0x1f, 0x5d, 0x00}, // 2d 0aa7 93d3 噸
lynxeyed_atsu 0:eb1247cc069b 2923 {0x02, 0x1a, 0x12, 0x7f, 0x52, 0x51, 0x59, 0x00}, // 2d 0aa8 93d4 屯
lynxeyed_atsu 0:eb1247cc069b 2924 {0x06, 0x7f, 0x22, 0x2e, 0x6b, 0x3e, 0x22, 0x00}, // 2d 0aa9 93d5 惇
lynxeyed_atsu 0:eb1247cc069b 2925 {0x22, 0x2e, 0x7b, 0x1e, 0x5c, 0x23, 0x5e, 0x00}, // 2d 0aaa 93d6 敦
lynxeyed_atsu 0:eb1247cc069b 2926 {0x75, 0x00, 0x1a, 0x12, 0x7f, 0x52, 0x5a, 0x00}, // 2d 0aab 93d7 沌
lynxeyed_atsu 0:eb1247cc069b 2927 {0x7f, 0x15, 0x7f, 0x29, 0x57, 0x7d, 0x29, 0x00}, // 2d 0aac 93d8 豚
lynxeyed_atsu 0:eb1247cc069b 2928 {0x49, 0x3a, 0x50, 0x4e, 0x76, 0x7e, 0x75, 0x00}, // 2d 0aad 93d9 遁
lynxeyed_atsu 0:eb1247cc069b 2929 {0x1a, 0x12, 0x7f, 0x52, 0x5d, 0x17, 0x5d, 0x00}, // 2d 0aae 93da é “
lynxeyed_atsu 0:eb1247cc069b 2930 {0x14, 0x0e, 0x76, 0x56, 0x75, 0x0d, 0x14, 0x00}, // 2d 0aaf 93db å‘‘
lynxeyed_atsu 0:eb1247cc069b 2931 {0x4c, 0x57, 0x7d, 0x5d, 0x55, 0x2f, 0x4c, 0x00}, // 2d 0ab0 93dc 曇
lynxeyed_atsu 0:eb1247cc069b 2932 {0x56, 0x7d, 0x1a, 0x12, 0x7f, 0x52, 0x5a, 0x00}, // 2d 0ab1 93dd 鈍
lynxeyed_atsu 0:eb1247cc069b 2933 {0x4a, 0x3a, 0x56, 0x73, 0x16, 0x3a, 0x4a, 0x00}, // 2d 0ab2 93de 奈
lynxeyed_atsu 0:eb1247cc069b 2934 {0x55, 0x3f, 0x55, 0x7f, 0x00, 0x7f, 0x1b, 0x00}, // 2d 0ab3 93df é‚£
lynxeyed_atsu 0:eb1247cc069b 2935 {0x7e, 0x12, 0x0a, 0x07, 0x0a, 0x52, 0x7e, 0x00}, // 2d 0ab4 93e0 内
lynxeyed_atsu 0:eb1247cc069b 2936 {0x08, 0x04, 0x03, 0x7e, 0x2a, 0x2a, 0x2a, 0x00}, // 2d 0ab5 93e1 乍
lynxeyed_atsu 0:eb1247cc069b 2937 {0x40, 0x3f, 0x31, 0x3d, 0x29, 0x7f, 0x40, 0x00}, // 2d 0ab6 93e2 凪
lynxeyed_atsu 0:eb1247cc069b 2938 {0x52, 0x3e, 0x4b, 0x12, 0x7f, 0x7a, 0x56, 0x00}, // 2d 0ab7 93e3 è–™
lynxeyed_atsu 0:eb1247cc069b 2939 {0x6b, 0x62, 0x79, 0x54, 0x4d, 0x7e, 0x55, 0x00}, // 2d 0ab8 93e4 謎
lynxeyed_atsu 0:eb1247cc069b 2940 {0x75, 0x5b, 0x3e, 0x5b, 0x7f, 0x7e, 0x55, 0x00}, // 2d 0ab9 93e5 灘
lynxeyed_atsu 0:eb1247cc069b 2941 {0x52, 0x7f, 0x4a, 0x16, 0x73, 0x16, 0x4a, 0x00}, // 2d 0aba 93e6 捺
lynxeyed_atsu 0:eb1247cc069b 2942 {0x56, 0x7d, 0x36, 0x78, 0x0f, 0x69, 0x7f, 0x00}, // 2d 0abb 93e7 鍋
lynxeyed_atsu 0:eb1247cc069b 2943 {0x1a, 0x7f, 0x7a, 0x5f, 0x4a, 0x5f, 0x7a, 0x00}, // 2d 0abc 93e8 楢
lynxeyed_atsu 0:eb1247cc069b 2944 {0x5f, 0x1f, 0x75, 0x3f, 0x1e, 0x00, 0x7f, 0x00}, // 2d 0abd 93e9 馴
lynxeyed_atsu 0:eb1247cc069b 2945 {0x2a, 0x75, 0x28, 0x3f, 0x2d, 0x77, 0x5c, 0x00}, // 2d 0abe 93ea 縄
lynxeyed_atsu 0:eb1247cc069b 2946 {0x3e, 0x3e, 0x5d, 0x2b, 0x5d, 0x2b, 0x5d, 0x00}, // 2d 0abf 93eb ç•·
lynxeyed_atsu 0:eb1247cc069b 2947 {0x7a, 0x2a, 0x3a, 0x6f, 0x3a, 0x2a, 0x7a, 0x00}, // 2d 0ac0 93ec 南
lynxeyed_atsu 0:eb1247cc069b 2948 {0x1a, 0x7f, 0x7a, 0x2a, 0x77, 0x2a, 0x7a, 0x00}, // 2d 0ac1 93ed 楠
lynxeyed_atsu 0:eb1247cc069b 2949 {0x2d, 0x7f, 0x2d, 0x44, 0x43, 0x3e, 0x46, 0x00}, // 2d 0ac2 93ee 軟
lynxeyed_atsu 0:eb1247cc069b 2950 {0x5a, 0x5f, 0x3a, 0x5f, 0x7f, 0x7e, 0x4b, 0x00}, // 2d 0ac3 93ef 難
lynxeyed_atsu 0:eb1247cc069b 2951 {0x75, 0x00, 0x44, 0x5c, 0x37, 0x2c, 0x44, 0x00}, // 2d 0ac4 93f0 汝
lynxeyed_atsu 0:eb1247cc069b 2952 {0x40, 0x42, 0x42, 0x42, 0x42, 0x42, 0x40, 0x00}, // 2d 0ac5 93f1 二
lynxeyed_atsu 0:eb1247cc069b 2953 {0x40, 0x3f, 0x05, 0x7d, 0x55, 0x55, 0x57, 0x00}, // 2d 0ac6 93f2 å°¼
lynxeyed_atsu 0:eb1247cc069b 2954 {0x44, 0x4d, 0x2d, 0x24, 0x0f, 0x34, 0x45, 0x00}, // 2d 0ac7 93f3 弐
lynxeyed_atsu 0:eb1247cc069b 2955 {0x49, 0x38, 0x54, 0x4b, 0x62, 0x7e, 0x52, 0x00}, // 2d 0ac8 93f4 è¿©
lynxeyed_atsu 0:eb1247cc069b 2956 {0x04, 0x03, 0x3e, 0x2a, 0x2a, 0x42, 0x7e, 0x00}, // 2d 0ac9 93f5 匂
lynxeyed_atsu 0:eb1247cc069b 2957 {0x5f, 0x15, 0x5f, 0x7f, 0x51, 0x35, 0x55, 0x00}, // 2d 0aca 93f6 賑
lynxeyed_atsu 0:eb1247cc069b 2958 {0x7e, 0x02, 0x2a, 0x17, 0x2a, 0x42, 0x7e, 0x00}, // 2d 0acb 93f7 肉
lynxeyed_atsu 0:eb1247cc069b 2959 {0x4e, 0x7b, 0x4e, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 2d 0acc 93f8 虹
lynxeyed_atsu 0:eb1247cc069b 2960 {0x04, 0x04, 0x7f, 0x44, 0x44, 0x7f, 0x04, 0x00}, // 2d 0acd 93f9 廿
lynxeyed_atsu 0:eb1247cc069b 2961 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x49, 0x7f, 0x00}, // 2d 0ace 93fa æ—¥
lynxeyed_atsu 0:eb1247cc069b 2962 {0x22, 0x2a, 0x69, 0x3b, 0x21, 0x7f, 0x40, 0x00}, // 2d 0acf 93fb ä¹³
lynxeyed_atsu 0:eb1247cc069b 2963 {0x40, 0x21, 0x19, 0x07, 0x18, 0x20, 0x40, 0x00}, // 2d 0ad0 93fc å…¥
lynxeyed_atsu 0:eb1247cc069b 2964 {0x44, 0x5c, 0x37, 0x2c, 0x7e, 0x42, 0x7e, 0x00}, // 2e 0ad1 9440 如
lynxeyed_atsu 0:eb1247cc069b 2965 {0x40, 0x3f, 0x55, 0x35, 0x7d, 0x25, 0x57, 0x00}, // 2e 0ad2 9441 å°¿
lynxeyed_atsu 0:eb1247cc069b 2966 {0x42, 0x56, 0x7f, 0x42, 0x7f, 0x56, 0x42, 0x00}, // 2e 0ad3 9442 韮
lynxeyed_atsu 0:eb1247cc069b 2967 {0x04, 0x7e, 0x09, 0x4a, 0x7e, 0x49, 0x08, 0x00}, // 2e 0ad4 9443 ä»»
lynxeyed_atsu 0:eb1247cc069b 2968 {0x44, 0x5c, 0x37, 0x2c, 0x4a, 0x7e, 0x49, 0x00}, // 2e 0ad5 9444 妊
lynxeyed_atsu 0:eb1247cc069b 2969 {0x68, 0x39, 0x4b, 0x55, 0x6b, 0x0f, 0x60, 0x00}, // 2e 0ad6 9445 忍
lynxeyed_atsu 0:eb1247cc069b 2970 {0x6b, 0x62, 0x49, 0x2b, 0x45, 0x4b, 0x6f, 0x00}, // 2e 0ad7 9446 認
lynxeyed_atsu 0:eb1247cc069b 2971 {0x75, 0x00, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 2e 0ad8 9447 æ¿¡
lynxeyed_atsu 0:eb1247cc069b 2972 {0x12, 0x7b, 0x16, 0x7d, 0x57, 0x2f, 0x7d, 0x00}, // 2e 0ad9 9448 禰
lynxeyed_atsu 0:eb1247cc069b 2973 {0x12, 0x7b, 0x16, 0x24, 0x5b, 0x7e, 0x32, 0x00}, // 2e 0ada 9449 祢
lynxeyed_atsu 0:eb1247cc069b 2974 {0x16, 0x1a, 0x56, 0x7b, 0x1e, 0x1a, 0x16, 0x00}, // 2e 0adb 944a 寧
lynxeyed_atsu 0:eb1247cc069b 2975 {0x6a, 0x36, 0x4f, 0x56, 0x6f, 0x1e, 0x62, 0x00}, // 2e 0adc 944b 葱
lynxeyed_atsu 0:eb1247cc069b 2976 {0x55, 0x3e, 0x7a, 0x5f, 0x7a, 0x5f, 0x7a, 0x00}, // 2e 0add 944c 猫
lynxeyed_atsu 0:eb1247cc069b 2977 {0x54, 0x0e, 0x5f, 0x14, 0x4b, 0x1e, 0x50, 0x00}, // 2e 0ade 944d 熱
lynxeyed_atsu 0:eb1247cc069b 2978 {0x24, 0x3b, 0x2a, 0x7e, 0x2a, 0x2a, 0x22, 0x00}, // 2e 0adf 944e å¹´
lynxeyed_atsu 0:eb1247cc069b 2979 {0x64, 0x24, 0x4a, 0x4d, 0x5e, 0x04, 0x64, 0x00}, // 2e 0ae0 944f 念
lynxeyed_atsu 0:eb1247cc069b 2980 {0x52, 0x7f, 0x64, 0x2a, 0x4d, 0x5e, 0x64, 0x00}, // 2e 0ae1 9450 捻
lynxeyed_atsu 0:eb1247cc069b 2981 {0x52, 0x7f, 0x54, 0x0b, 0x56, 0x0f, 0x52, 0x00}, // 2e 0ae2 9451 æ’š
lynxeyed_atsu 0:eb1247cc069b 2982 {0x4c, 0x3f, 0x54, 0x0b, 0x56, 0x0f, 0x52, 0x00}, // 2e 0ae3 9452 燃
lynxeyed_atsu 0:eb1247cc069b 2983 {0x35, 0x7e, 0x15, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 2e 0ae4 9453 粘
lynxeyed_atsu 0:eb1247cc069b 2984 {0x41, 0x31, 0x0f, 0x01, 0x07, 0x44, 0x7c, 0x00}, // 2e 0ae5 9454 乃
lynxeyed_atsu 0:eb1247cc069b 2985 {0x55, 0x3b, 0x40, 0x7d, 0x6f, 0x67, 0x7d, 0x00}, // 2e 0ae6 9455 廼
lynxeyed_atsu 0:eb1247cc069b 2986 {0x40, 0x32, 0x22, 0x53, 0x4a, 0x46, 0x40, 0x00}, // 2e 0ae7 9456 之
lynxeyed_atsu 0:eb1247cc069b 2987 {0x4a, 0x56, 0x5f, 0x7a, 0x56, 0x5f, 0x4a, 0x00}, // 2e 0ae8 9457 埜
lynxeyed_atsu 0:eb1247cc069b 2988 {0x5a, 0x3e, 0x7a, 0x5f, 0x3a, 0x5e, 0x5a, 0x00}, // 2e 0ae9 9458 嚢
lynxeyed_atsu 0:eb1247cc069b 2989 {0x06, 0x7f, 0x79, 0x54, 0x49, 0x54, 0x7b, 0x00}, // 2e 0aea 9459 æ‚©
lynxeyed_atsu 0:eb1247cc069b 2990 {0x75, 0x40, 0x36, 0x77, 0x56, 0x37, 0x56, 0x00}, // 2e 0aeb 945a 濃
lynxeyed_atsu 0:eb1247cc069b 2991 {0x2a, 0x75, 0x7e, 0x12, 0x0f, 0x52, 0x7e, 0x00}, // 2e 0aec 945b 納
lynxeyed_atsu 0:eb1247cc069b 2992 {0x04, 0x7e, 0x2d, 0x7e, 0x00, 0x7f, 0x5a, 0x00}, // 2e 0aed 945c 能
lynxeyed_atsu 0:eb1247cc069b 2993 {0x7f, 0x15, 0x7f, 0x75, 0x49, 0x54, 0x7b, 0x00}, // 2e 0aee 945d 脳
lynxeyed_atsu 0:eb1247cc069b 2994 {0x7f, 0x15, 0x7f, 0x76, 0x57, 0x36, 0x57, 0x00}, // 2e 0aef 945e 膿
lynxeyed_atsu 0:eb1247cc069b 2995 {0x40, 0x36, 0x77, 0x56, 0x37, 0x56, 0x50, 0x00}, // 2e 0af0 945f è¾²
lynxeyed_atsu 0:eb1247cc069b 2996 {0x35, 0x35, 0x7f, 0x40, 0x3f, 0x75, 0x5f, 0x00}, // 2e 0af1 9460 覗
lynxeyed_atsu 0:eb1247cc069b 2997 {0x48, 0x59, 0x57, 0x7d, 0x55, 0x3b, 0x48, 0x00}, // 2e 0af2 9461 蚤
lynxeyed_atsu 0:eb1247cc069b 2998 {0x3f, 0x49, 0x49, 0x4f, 0x49, 0x4f, 0x60, 0x00}, // 2e 0af3 9462 å·´
lynxeyed_atsu 0:eb1247cc069b 2999 {0x52, 0x7f, 0x3f, 0x49, 0x4f, 0x49, 0x6f, 0x00}, // 2e 0af4 9463 把
lynxeyed_atsu 0:eb1247cc069b 3000 {0x52, 0x7f, 0x15, 0x6f, 0x7d, 0x6f, 0x15, 0x00}, // 2e 0af5 9464 æ’­
lynxeyed_atsu 0:eb1247cc069b 3001 {0x29, 0x77, 0x2d, 0x47, 0x3d, 0x2f, 0x79, 0x00}, // 2e 0af6 9465 覇
lynxeyed_atsu 0:eb1247cc069b 3002 {0x1a, 0x7f, 0x3f, 0x49, 0x4f, 0x49, 0x6f, 0x00}, // 2e 0af7 9466 杷
lynxeyed_atsu 0:eb1247cc069b 3003 {0x75, 0x40, 0x3e, 0x5a, 0x2f, 0x5a, 0x46, 0x00}, // 2e 0af8 9467 æ³¢
lynxeyed_atsu 0:eb1247cc069b 3004 {0x75, 0x40, 0x3e, 0x7a, 0x0a, 0x35, 0x55, 0x00}, // 2e 0af9 9468 æ´¾
lynxeyed_atsu 0:eb1247cc069b 3005 {0x05, 0x3f, 0x55, 0x5c, 0x55, 0x5f, 0x65, 0x00}, // 2e 0afa 9469 琶
lynxeyed_atsu 0:eb1247cc069b 3006 {0x09, 0x37, 0x71, 0x3e, 0x5a, 0x2f, 0x5e, 0x00}, // 2e 0afb 946a ç ´
lynxeyed_atsu 0:eb1247cc069b 3007 {0x55, 0x50, 0x78, 0x56, 0x3a, 0x57, 0x5a, 0x00}, // 2e 0afc 946b 婆
lynxeyed_atsu 0:eb1247cc069b 3008 {0x47, 0x1d, 0x57, 0x1d, 0x57, 0x15, 0x77, 0x00}, // 2e 0afd 946c ç½µ
lynxeyed_atsu 0:eb1247cc069b 3009 {0x02, 0x3e, 0x57, 0x5e, 0x57, 0x5e, 0x62, 0x00}, // 2e 0afe 946d 芭
lynxeyed_atsu 0:eb1247cc069b 3010 {0x40, 0x1f, 0x55, 0x1f, 0x55, 0x15, 0x71, 0x00}, // 2e 0aff 946e 馬
lynxeyed_atsu 0:eb1247cc069b 3011 {0x0c, 0x7f, 0x2a, 0x7f, 0x00, 0x7f, 0x2a, 0x00}, // 2e 0b00 946f 俳
lynxeyed_atsu 0:eb1247cc069b 3012 {0x40, 0x3e, 0x56, 0x4e, 0x37, 0x7a, 0x56, 0x00}, // 2e 0b01 9470 廃
lynxeyed_atsu 0:eb1247cc069b 3013 {0x52, 0x7f, 0x21, 0x2b, 0x7f, 0x2b, 0x21, 0x00}, // 2e 0b02 9471 拝
lynxeyed_atsu 0:eb1247cc069b 3014 {0x52, 0x7f, 0x2a, 0x7f, 0x00, 0x7f, 0x2a, 0x00}, // 2e 0b03 9472 排
lynxeyed_atsu 0:eb1247cc069b 3015 {0x5f, 0x15, 0x5f, 0x04, 0x5f, 0x22, 0x5e, 0x00}, // 2e 0b04 9473 æ•—
lynxeyed_atsu 0:eb1247cc069b 3016 {0x1a, 0x7f, 0x11, 0x09, 0x7f, 0x09, 0x11, 0x00}, // 2e 0b05 9474 杯
lynxeyed_atsu 0:eb1247cc069b 3017 {0x49, 0x79, 0x55, 0x7f, 0x51, 0x75, 0x49, 0x00}, // 2e 0b06 9475 盃
lynxeyed_atsu 0:eb1247cc069b 3018 {0x7f, 0x14, 0x77, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 2e 0b07 9476 牌
lynxeyed_atsu 0:eb1247cc069b 3019 {0x0a, 0x7a, 0x2f, 0x28, 0x2f, 0x7a, 0x0a, 0x00}, // 2e 0b08 9477 背
lynxeyed_atsu 0:eb1247cc069b 3020 {0x7f, 0x15, 0x7f, 0x3a, 0x0a, 0x7f, 0x3a, 0x00}, // 2e 0b09 9478 肺
lynxeyed_atsu 0:eb1247cc069b 3021 {0x2a, 0x3a, 0x2f, 0x78, 0x2f, 0x3a, 0x2a, 0x00}, // 2e 0b0a 9479 輩
lynxeyed_atsu 0:eb1247cc069b 3022 {0x7d, 0x6f, 0x7d, 0x00, 0x79, 0x49, 0x6f, 0x00}, // 2e 0b0b 947a 配
lynxeyed_atsu 0:eb1247cc069b 3023 {0x04, 0x7e, 0x0b, 0x6e, 0x6b, 0x6e, 0x0a, 0x00}, // 2e 0b0c 947b 倍
lynxeyed_atsu 0:eb1247cc069b 3024 {0x24, 0x3f, 0x0a, 0x6e, 0x6b, 0x6e, 0x0a, 0x00}, // 2e 0b0d 947c 培
lynxeyed_atsu 0:eb1247cc069b 3025 {0x5f, 0x3c, 0x52, 0x3f, 0x7a, 0x3f, 0x52, 0x00}, // 2e 0b0e 947d 媒
lynxeyed_atsu 0:eb1247cc069b 3026 {0x1a, 0x7f, 0x14, 0x33, 0x2e, 0x7e, 0x12, 0x00}, // 2e 0b0f 947e 梅
lynxeyed_atsu 0:eb1247cc069b 3027 {0x1a, 0x7f, 0x52, 0x3f, 0x7a, 0x3f, 0x52, 0x00}, // 2f 0b10 9480 楳
lynxeyed_atsu 0:eb1247cc069b 3028 {0x4c, 0x3f, 0x52, 0x3f, 0x7a, 0x3f, 0x52, 0x00}, // 2f 0b11 9481 ç…¤
lynxeyed_atsu 0:eb1247cc069b 3029 {0x55, 0x4a, 0x3d, 0x40, 0x1f, 0x15, 0x5f, 0x00}, // 2f 0b12 9482 狽
lynxeyed_atsu 0:eb1247cc069b 3030 {0x47, 0x7d, 0x2f, 0x2d, 0x2f, 0x7d, 0x47, 0x00}, // 2f 0b13 9483 è²·
lynxeyed_atsu 0:eb1247cc069b 3031 {0x5a, 0x4a, 0x2a, 0x0f, 0x6a, 0x4a, 0x5a, 0x00}, // 2f 0b14 9484 売
lynxeyed_atsu 0:eb1247cc069b 3032 {0x5f, 0x15, 0x5f, 0x0e, 0x6b, 0x6e, 0x0a, 0x00}, // 2f 0b15 9485 è³ 
lynxeyed_atsu 0:eb1247cc069b 3033 {0x7f, 0x25, 0x1b, 0x6e, 0x6b, 0x6e, 0x0a, 0x00}, // 2f 0b16 9486 陪
lynxeyed_atsu 0:eb1247cc069b 3034 {0x49, 0x3a, 0x40, 0x62, 0x6b, 0x6b, 0x62, 0x00}, // 2f 0b17 9487 這
lynxeyed_atsu 0:eb1247cc069b 3035 {0x4e, 0x7b, 0x4e, 0x38, 0x2f, 0x77, 0x5c, 0x00}, // 2f 0b18 9488 蝿
lynxeyed_atsu 0:eb1247cc069b 3036 {0x35, 0x7f, 0x15, 0x11, 0x7f, 0x11, 0x15, 0x00}, // 2f 0b19 9489 秤
lynxeyed_atsu 0:eb1247cc069b 3037 {0x4b, 0x3e, 0x2a, 0x5d, 0x77, 0x00, 0x7f, 0x00}, // 2f 0b1a 948a 矧
lynxeyed_atsu 0:eb1247cc069b 3038 {0x2a, 0x7a, 0x27, 0x5a, 0x43, 0x3e, 0x4a, 0x00}, // 2f 0b1b 948b 萩
lynxeyed_atsu 0:eb1247cc069b 3039 {0x04, 0x7e, 0x01, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 2f 0b1c 948c 伯
lynxeyed_atsu 0:eb1247cc069b 3040 {0x54, 0x25, 0x7f, 0x24, 0x5e, 0x00, 0x7f, 0x00}, // 2f 0b1d 948d 剥
lynxeyed_atsu 0:eb1247cc069b 3041 {0x04, 0x7f, 0x12, 0x3e, 0x5f, 0x7e, 0x13, 0x00}, // 2f 0b1e 948e 博
lynxeyed_atsu 0:eb1247cc069b 3042 {0x52, 0x7f, 0x0a, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 2f 0b1f 948f 拍
lynxeyed_atsu 0:eb1247cc069b 3043 {0x1a, 0x7f, 0x0a, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 2f 0b20 9490 柏
lynxeyed_atsu 0:eb1247cc069b 3044 {0x75, 0x00, 0x7e, 0x4a, 0x4b, 0x4a, 0x7e, 0x00}, // 2f 0b21 9491 泊
lynxeyed_atsu 0:eb1247cc069b 3045 {0x00, 0x7e, 0x4a, 0x4b, 0x4a, 0x4a, 0x7e, 0x00}, // 2f 0b22 9492 白
lynxeyed_atsu 0:eb1247cc069b 3046 {0x54, 0x03, 0x76, 0x54, 0x5b, 0x56, 0x72, 0x00}, // 2f 0b23 9493 ç®”
lynxeyed_atsu 0:eb1247cc069b 3047 {0x35, 0x7e, 0x15, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 2f 0b24 9494 粕
lynxeyed_atsu 0:eb1247cc069b 3048 {0x7e, 0x13, 0x7e, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 2f 0b25 9495 舶
lynxeyed_atsu 0:eb1247cc069b 3049 {0x56, 0x02, 0x13, 0x3e, 0x5f, 0x7e, 0x12, 0x00}, // 2f 0b26 9496 è–„
lynxeyed_atsu 0:eb1247cc069b 3050 {0x49, 0x3a, 0x40, 0x7e, 0x6b, 0x6a, 0x7e, 0x00}, // 2f 0b27 9497 è¿«
lynxeyed_atsu 0:eb1247cc069b 3051 {0x3e, 0x2a, 0x5e, 0x2b, 0x7f, 0x2f, 0x5b, 0x00}, // 2f 0b28 9498 曝
lynxeyed_atsu 0:eb1247cc069b 3052 {0x75, 0x00, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 2f 0b29 9499 æ¼ 
lynxeyed_atsu 0:eb1247cc069b 3053 {0x4c, 0x3f, 0x5b, 0x2f, 0x7b, 0x2f, 0x5b, 0x00}, // 2f 0b2a 949a 爆
lynxeyed_atsu 0:eb1247cc069b 3054 {0x2a, 0x75, 0x12, 0x3e, 0x5f, 0x7e, 0x13, 0x00}, // 2f 0b2b 949b 縛
lynxeyed_atsu 0:eb1247cc069b 3055 {0x52, 0x5e, 0x57, 0x36, 0x57, 0x5e, 0x52, 0x00}, // 2f 0b2c 949c 莫
lynxeyed_atsu 0:eb1247cc069b 3056 {0x5f, 0x1f, 0x75, 0x40, 0x55, 0x22, 0x55, 0x00}, // 2f 0b2d 949d 駁
lynxeyed_atsu 0:eb1247cc069b 3057 {0x48, 0x2a, 0x5a, 0x2f, 0x5a, 0x4a, 0x48, 0x00}, // 2f 0b2e 949e 麦
lynxeyed_atsu 0:eb1247cc069b 3058 {0x7d, 0x69, 0x57, 0x7d, 0x51, 0x69, 0x7d, 0x00}, // 2f 0b2f 949f 函
lynxeyed_atsu 0:eb1247cc069b 3059 {0x54, 0x33, 0x7e, 0x34, 0x7b, 0x56, 0x7a, 0x00}, // 2f 0b30 94a0 ç®±
lynxeyed_atsu 0:eb1247cc069b 3060 {0x09, 0x37, 0x32, 0x09, 0x64, 0x69, 0x12, 0x00}, // 2f 0b31 94a1 硲
lynxeyed_atsu 0:eb1247cc069b 3061 {0x54, 0x53, 0x36, 0x7c, 0x5b, 0x76, 0x12, 0x00}, // 2f 0b32 94a2 箸
lynxeyed_atsu 0:eb1247cc069b 3062 {0x29, 0x37, 0x35, 0x77, 0x3b, 0x35, 0x2b, 0x00}, // 2f 0b33 94a3 肇
lynxeyed_atsu 0:eb1247cc069b 3063 {0x24, 0x2b, 0x6e, 0x7c, 0x6b, 0x26, 0x22, 0x00}, // 2f 0b34 94a4 ç­ˆ
lynxeyed_atsu 0:eb1247cc069b 3064 {0x1a, 0x7f, 0x3c, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 2f 0b35 94a5 櫨
lynxeyed_atsu 0:eb1247cc069b 3065 {0x0e, 0x7f, 0x15, 0x6f, 0x7d, 0x6f, 0x15, 0x00}, // 2f 0b36 94a6 幡
lynxeyed_atsu 0:eb1247cc069b 3066 {0x7f, 0x15, 0x7f, 0x3f, 0x01, 0x7f, 0x40, 0x00}, // 2f 0b37 94a7 肌
lynxeyed_atsu 0:eb1247cc069b 3067 {0x4c, 0x3f, 0x24, 0x7f, 0x49, 0x7f, 0x7f, 0x00}, // 2f 0b38 94a8 ç•‘
lynxeyed_atsu 0:eb1247cc069b 3068 {0x00, 0x78, 0x5e, 0x7b, 0x5a, 0x5e, 0x78, 0x00}, // 2f 0b39 94a9 ç• 
lynxeyed_atsu 0:eb1247cc069b 3069 {0x40, 0x30, 0x0f, 0x00, 0x0f, 0x30, 0x40, 0x00}, // 2f 0b3a 94aa å…«
lynxeyed_atsu 0:eb1247cc069b 3070 {0x56, 0x7d, 0x36, 0x2a, 0x7f, 0x2a, 0x12, 0x00}, // 2f 0b3b 94ab 鉢
lynxeyed_atsu 0:eb1247cc069b 3071 {0x75, 0x00, 0x55, 0x3b, 0x19, 0x7a, 0x55, 0x00}, // 2f 0b3c 94ac 溌
lynxeyed_atsu 0:eb1247cc069b 3072 {0x4a, 0x55, 0x3b, 0x19, 0x7a, 0x55, 0x4a, 0x00}, // 2f 0b3d 94ad 発
lynxeyed_atsu 0:eb1247cc069b 3073 {0x7d, 0x7f, 0x55, 0x3b, 0x19, 0x7a, 0x55, 0x00}, // 2f 0b3e 94ae 醗
lynxeyed_atsu 0:eb1247cc069b 3074 {0x44, 0x4f, 0x2d, 0x5d, 0x38, 0x5a, 0x4d, 0x00}, // 2f 0b3f 94af 髪
lynxeyed_atsu 0:eb1247cc069b 3075 {0x04, 0x7e, 0x01, 0x44, 0x5f, 0x24, 0x55, 0x00}, // 2f 0b40 94b0 伐
lynxeyed_atsu 0:eb1247cc069b 3076 {0x67, 0x6d, 0x6f, 0x05, 0x1f, 0x45, 0x7f, 0x00}, // 2f 0b41 94b1 ç½°
lynxeyed_atsu 0:eb1247cc069b 3077 {0x52, 0x7f, 0x22, 0x52, 0x2f, 0x5a, 0x42, 0x00}, // 2f 0b42 94b2 抜
lynxeyed_atsu 0:eb1247cc069b 3078 {0x14, 0x7b, 0x06, 0x54, 0x53, 0x3e, 0x4a, 0x00}, // 2f 0b43 94b3 筏
lynxeyed_atsu 0:eb1247cc069b 3079 {0x7f, 0x13, 0x7b, 0x50, 0x3b, 0x4b, 0x7f, 0x00}, // 2f 0b44 94b4 é–¥
lynxeyed_atsu 0:eb1247cc069b 3080 {0x22, 0x1f, 0x3e, 0x20, 0x5e, 0x17, 0x76, 0x00}, // 2f 0b45 94b5 鳩
lynxeyed_atsu 0:eb1247cc069b 3081 {0x1e, 0x5e, 0x36, 0x7b, 0x3e, 0x0a, 0x79, 0x00}, // 2f 0b46 94b6 噺
lynxeyed_atsu 0:eb1247cc069b 3082 {0x24, 0x3f, 0x72, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 2f 0b47 94b7 å¡™
lynxeyed_atsu 0:eb1247cc069b 3083 {0x4e, 0x7b, 0x2e, 0x00, 0x76, 0x55, 0x76, 0x00}, // 2f 0b48 94b8 蛤
lynxeyed_atsu 0:eb1247cc069b 3084 {0x28, 0x24, 0x2f, 0x7a, 0x2f, 0x2a, 0x2a, 0x00}, // 2f 0b49 94b9 éš¼
lynxeyed_atsu 0:eb1247cc069b 3085 {0x04, 0x7e, 0x01, 0x2a, 0x28, 0x7f, 0x2a, 0x00}, // 2f 0b4a 94ba ä¼´
lynxeyed_atsu 0:eb1247cc069b 3086 {0x2a, 0x28, 0x7f, 0x28, 0x2a, 0x40, 0x7f, 0x00}, // 2f 0b4b 94bb 判
lynxeyed_atsu 0:eb1247cc069b 3087 {0x20, 0x2a, 0x28, 0x7f, 0x28, 0x2a, 0x20, 0x00}, // 2f 0b4c 94bc 半
lynxeyed_atsu 0:eb1247cc069b 3088 {0x40, 0x3f, 0x45, 0x5d, 0x25, 0x5d, 0x41, 0x00}, // 2f 0b4d 94bd 反
lynxeyed_atsu 0:eb1247cc069b 3089 {0x55, 0x3e, 0x15, 0x7f, 0x5d, 0x25, 0x5d, 0x00}, // 2f 0b4e 94be 叛
lynxeyed_atsu 0:eb1247cc069b 3090 {0x0e, 0x7f, 0x40, 0x3f, 0x09, 0x7f, 0x40, 0x00}, // 2f 0b4f 94bf 帆
lynxeyed_atsu 0:eb1247cc069b 3091 {0x52, 0x7f, 0x7e, 0x13, 0x7e, 0x29, 0x5b, 0x00}, // 2f 0b50 94c0 搬
lynxeyed_atsu 0:eb1247cc069b 3092 {0x49, 0x7f, 0x4a, 0x33, 0x4e, 0x7f, 0x49, 0x00}, // 2f 0b51 94c1 æ–‘
lynxeyed_atsu 0:eb1247cc069b 3093 {0x1a, 0x7f, 0x4a, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 2f 0b52 94c2 板
lynxeyed_atsu 0:eb1247cc069b 3094 {0x75, 0x00, 0x3f, 0x41, 0x49, 0x4f, 0x60, 0x00}, // 2f 0b53 94c3 æ°¾
lynxeyed_atsu 0:eb1247cc069b 3095 {0x75, 0x40, 0x3f, 0x05, 0x09, 0x7f, 0x40, 0x00}, // 2f 0b54 94c4 汎
lynxeyed_atsu 0:eb1247cc069b 3096 {0x7f, 0x14, 0x77, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 2f 0b55 94c5 版
lynxeyed_atsu 0:eb1247cc069b 3097 {0x55, 0x4a, 0x3d, 0x7f, 0x41, 0x49, 0x6f, 0x00}, // 2f 0b56 94c6 犯
lynxeyed_atsu 0:eb1247cc069b 3098 {0x29, 0x3f, 0x4d, 0x20, 0x5e, 0x7f, 0x49, 0x00}, // 2f 0b57 94c7 班
lynxeyed_atsu 0:eb1247cc069b 3099 {0x3e, 0x3e, 0x3e, 0x2a, 0x28, 0x7f, 0x2a, 0x00}, // 2f 0b58 94c8 ç•”
lynxeyed_atsu 0:eb1247cc069b 3100 {0x4b, 0x1e, 0x1e, 0x76, 0x1a, 0x15, 0x4b, 0x00}, // 2f 0b59 94c9 繁
lynxeyed_atsu 0:eb1247cc069b 3101 {0x50, 0x3e, 0x13, 0x7e, 0x5b, 0x29, 0x5b, 0x00}, // 2f 0b5a 94ca 般
lynxeyed_atsu 0:eb1247cc069b 3102 {0x56, 0x02, 0x2b, 0x1e, 0x6f, 0x7e, 0x2a, 0x00}, // 2f 0b5b 94cb è—©
lynxeyed_atsu 0:eb1247cc069b 3103 {0x5f, 0x15, 0x5f, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 2f 0b5c 94cc 販
lynxeyed_atsu 0:eb1247cc069b 3104 {0x2c, 0x3b, 0x7e, 0x2c, 0x7b, 0x4e, 0x5a, 0x00}, // 2f 0b5d 94cd 範
lynxeyed_atsu 0:eb1247cc069b 3105 {0x4a, 0x4e, 0x2a, 0x7e, 0x29, 0x4d, 0x49, 0x00}, // 2f 0b5e 94ce 釆
lynxeyed_atsu 0:eb1247cc069b 3106 {0x4c, 0x3f, 0x24, 0x5d, 0x17, 0x15, 0x5d, 0x00}, // 2f 0b5f 94cf ç…©
lynxeyed_atsu 0:eb1247cc069b 3107 {0x44, 0x3b, 0x48, 0x7b, 0x5d, 0x17, 0x5d, 0x00}, // 2f 0b60 94d0 é ’
lynxeyed_atsu 0:eb1247cc069b 3108 {0x7a, 0x5d, 0x5a, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 2f 0b61 94d1 飯
lynxeyed_atsu 0:eb1247cc069b 3109 {0x52, 0x7f, 0x5c, 0x36, 0x1d, 0x77, 0x5c, 0x00}, // 2f 0b62 94d2 挽
lynxeyed_atsu 0:eb1247cc069b 3110 {0x3e, 0x2a, 0x5e, 0x36, 0x1d, 0x77, 0x5c, 0x00}, // 2f 0b63 94d3 晩
lynxeyed_atsu 0:eb1247cc069b 3111 {0x15, 0x77, 0x6d, 0x7f, 0x6d, 0x77, 0x15, 0x00}, // 2f 0b64 94d4 番
lynxeyed_atsu 0:eb1247cc069b 3112 {0x4c, 0x77, 0x5f, 0x74, 0x5b, 0x75, 0x4b, 0x00}, // 2f 0b65 94d5 盤
lynxeyed_atsu 0:eb1247cc069b 3113 {0x5c, 0x37, 0x7f, 0x54, 0x5b, 0x75, 0x1b, 0x00}, // 2f 0b66 94d6 磐
lynxeyed_atsu 0:eb1247cc069b 3114 {0x2a, 0x1e, 0x6b, 0x7e, 0x6b, 0x1e, 0x2a, 0x00}, // 2f 0b67 94d7 蕃
lynxeyed_atsu 0:eb1247cc069b 3115 {0x4a, 0x42, 0x5e, 0x7b, 0x5e, 0x22, 0x4a, 0x00}, // 2f 0b68 94d8 è›®
lynxeyed_atsu 0:eb1247cc069b 3116 {0x7f, 0x55, 0x75, 0x5f, 0x41, 0x7f, 0x55, 0x00}, // 2f 0b69 94d9 匪
lynxeyed_atsu 0:eb1247cc069b 3117 {0x20, 0x2e, 0x3a, 0x2f, 0x7a, 0x2e, 0x20, 0x00}, // 2f 0b6a 94da 卑
lynxeyed_atsu 0:eb1247cc069b 3118 {0x09, 0x79, 0x55, 0x5f, 0x51, 0x75, 0x09, 0x00}, // 2f 0b6b 94db 否
lynxeyed_atsu 0:eb1247cc069b 3119 {0x44, 0x5c, 0x37, 0x2c, 0x79, 0x49, 0x6f, 0x00}, // 2f 0b6c 94dc 妃
lynxeyed_atsu 0:eb1247cc069b 3120 {0x40, 0x3e, 0x7a, 0x52, 0x03, 0x7a, 0x52, 0x00}, // 2f 0b6d 94dd 庇
lynxeyed_atsu 0:eb1247cc069b 3121 {0x0a, 0x7d, 0x3e, 0x5a, 0x2f, 0x5a, 0x46, 0x00}, // 2f 0b6e 94de å½¼
lynxeyed_atsu 0:eb1247cc069b 3122 {0x6a, 0x2a, 0x5f, 0x40, 0x5f, 0x0a, 0x6a, 0x00}, // 2f 0b6f 94df 悲
lynxeyed_atsu 0:eb1247cc069b 3123 {0x41, 0x3f, 0x6d, 0x3d, 0x05, 0x7f, 0x29, 0x00}, // 2f 0b70 94e0 扉
lynxeyed_atsu 0:eb1247cc069b 3124 {0x52, 0x7f, 0x0a, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 2f 0b71 94e1 批
lynxeyed_atsu 0:eb1247cc069b 3125 {0x52, 0x7f, 0x3e, 0x5a, 0x2f, 0x5a, 0x46, 0x00}, // 2f 0b72 94e2 披
lynxeyed_atsu 0:eb1247cc069b 3126 {0x4a, 0x4a, 0x5f, 0x28, 0x5f, 0x4a, 0x4a, 0x00}, // 2f 0b73 94e3 斐
lynxeyed_atsu 0:eb1247cc069b 3127 {0x40, 0x7f, 0x24, 0x24, 0x7f, 0x48, 0x64, 0x00}, // 2f 0b74 94e4 比
lynxeyed_atsu 0:eb1247cc069b 3128 {0x75, 0x00, 0x58, 0x3d, 0x52, 0x48, 0x56, 0x00}, // 2f 0b75 94e5 泌
lynxeyed_atsu 0:eb1247cc069b 3129 {0x54, 0x3e, 0x42, 0x3a, 0x5b, 0x2e, 0x5a, 0x00}, // 2f 0b76 94e6 ç–²
lynxeyed_atsu 0:eb1247cc069b 3130 {0x40, 0x3e, 0x4a, 0x5a, 0x2f, 0x5a, 0x46, 0x00}, // 2f 0b77 94e7 çš®
lynxeyed_atsu 0:eb1247cc069b 3131 {0x09, 0x37, 0x31, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 2f 0b78 94e8 碑
lynxeyed_atsu 0:eb1247cc069b 3132 {0x35, 0x7f, 0x58, 0x3d, 0x52, 0x48, 0x56, 0x00}, // 2f 0b79 94e9 秘
lynxeyed_atsu 0:eb1247cc069b 3133 {0x2a, 0x75, 0x2a, 0x7f, 0x00, 0x7f, 0x2a, 0x00}, // 2f 0b7a 94ea ç·‹
lynxeyed_atsu 0:eb1247cc069b 3134 {0x17, 0x7d, 0x37, 0x7d, 0x07, 0x7d, 0x57, 0x00}, // 2f 0b7b 94eb ç½·
lynxeyed_atsu 0:eb1247cc069b 3135 {0x7f, 0x15, 0x7f, 0x49, 0x4f, 0x49, 0x6f, 0x00}, // 2f 0b7c 94ec è‚¥
lynxeyed_atsu 0:eb1247cc069b 3136 {0x12, 0x7b, 0x36, 0x7e, 0x5a, 0x2f, 0x5e, 0x00}, // 2f 0b7d 94ed 被
lynxeyed_atsu 0:eb1247cc069b 3137 {0x6b, 0x62, 0x2a, 0x7f, 0x00, 0x7f, 0x2a, 0x00}, // 2f 0b7e 94ee 誹
lynxeyed_atsu 0:eb1247cc069b 3138 {0x5a, 0x7a, 0x2f, 0x2a, 0x2f, 0x7a, 0x4e, 0x00}, // 2f 0b7f 94ef è²»
lynxeyed_atsu 0:eb1247cc069b 3139 {0x49, 0x38, 0x5f, 0x5b, 0x56, 0x7b, 0x56, 0x00}, // 2f 0b80 94f0 避
lynxeyed_atsu 0:eb1247cc069b 3140 {0x2a, 0x6a, 0x3f, 0x00, 0x7f, 0x2a, 0x2a, 0x00}, // 2f 0b81 94f1 非
lynxeyed_atsu 0:eb1247cc069b 3141 {0x55, 0x3f, 0x09, 0x7f, 0x09, 0x3b, 0x54, 0x00}, // 2f 0b82 94f2 飛
lynxeyed_atsu 0:eb1247cc069b 3142 {0x1a, 0x7f, 0x49, 0x38, 0x5d, 0x4f, 0x5c, 0x00}, // 2f 0b83 94f3 樋
lynxeyed_atsu 0:eb1247cc069b 3143 {0x54, 0x1b, 0x56, 0x3c, 0x5b, 0x2e, 0x5a, 0x00}, // 2f 0b84 94f4 ç°¸
lynxeyed_atsu 0:eb1247cc069b 3144 {0x0c, 0x7f, 0x3a, 0x0f, 0x6a, 0x2f, 0x6a, 0x00}, // 2f 0b85 94f5 å‚™
lynxeyed_atsu 0:eb1247cc069b 3145 {0x40, 0x3f, 0x2b, 0x2b, 0x7f, 0x57, 0x53, 0x00}, // 2f 0b86 94f6 å°¾
lynxeyed_atsu 0:eb1247cc069b 3146 {0x0a, 0x7d, 0x56, 0x37, 0x56, 0x3f, 0x5e, 0x00}, // 2f 0b87 94f7 å¾®
lynxeyed_atsu 0:eb1247cc069b 3147 {0x1a, 0x7f, 0x0a, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 2f 0b88 94f8 枇
lynxeyed_atsu 0:eb1247cc069b 3148 {0x40, 0x7f, 0x55, 0x07, 0x7d, 0x57, 0x50, 0x00}, // 2f 0b89 94f9 毘
lynxeyed_atsu 0:eb1247cc069b 3149 {0x45, 0x7f, 0x55, 0x00, 0x7d, 0x57, 0x55, 0x00}, // 2f 0b8a 94fa 琵
lynxeyed_atsu 0:eb1247cc069b 3150 {0x40, 0x3f, 0x05, 0x7d, 0x57, 0x55, 0x7f, 0x00}, // 2f 0b8b 94fb 眉
lynxeyed_atsu 0:eb1247cc069b 3151 {0x52, 0x56, 0x57, 0x3e, 0x56, 0x57, 0x52, 0x00}, // 2f 0b8c 94fc 美
lynxeyed_atsu 0:eb1247cc069b 3152 {0x20, 0x78, 0x2e, 0x3b, 0x6e, 0x38, 0x20, 0x00}, // 30 0b8d 9540 é¼»
lynxeyed_atsu 0:eb1247cc069b 3153 {0x1a, 0x7f, 0x08, 0x0a, 0x55, 0x4b, 0x08, 0x00}, // 30 0b8e 9541 柊
lynxeyed_atsu 0:eb1247cc069b 3154 {0x35, 0x7f, 0x2e, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 30 0b8f 9542 稗
lynxeyed_atsu 0:eb1247cc069b 3155 {0x7f, 0x51, 0x4f, 0x41, 0x5f, 0x51, 0x59, 0x00}, // 30 0b90 9543 匹
lynxeyed_atsu 0:eb1247cc069b 3156 {0x41, 0x39, 0x41, 0x7f, 0x49, 0x49, 0x43, 0x00}, // 30 0b91 9544 ç–‹
lynxeyed_atsu 0:eb1247cc069b 3157 {0x64, 0x4f, 0x7d, 0x55, 0x00, 0x7a, 0x55, 0x00}, // 30 0b92 9545 é«­
lynxeyed_atsu 0:eb1247cc069b 3158 {0x42, 0x3a, 0x0e, 0x5b, 0x5a, 0x4e, 0x2a, 0x00}, // 30 0b93 9546 彦
lynxeyed_atsu 0:eb1247cc069b 3159 {0x7f, 0x15, 0x7f, 0x2a, 0x77, 0x2a, 0x52, 0x00}, // 30 0b94 9547 膝
lynxeyed_atsu 0:eb1247cc069b 3160 {0x2a, 0x5a, 0x5f, 0x2e, 0x3f, 0x5a, 0x52, 0x00}, // 30 0b95 9548 菱
lynxeyed_atsu 0:eb1247cc069b 3161 {0x7f, 0x15, 0x7f, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 30 0b96 9549 肘
lynxeyed_atsu 0:eb1247cc069b 3162 {0x5d, 0x77, 0x3a, 0x2e, 0x3a, 0x5d, 0x77, 0x00}, // 30 0b97 954a å¼¼
lynxeyed_atsu 0:eb1247cc069b 3163 {0x58, 0x40, 0x3d, 0x52, 0x48, 0x46, 0x58, 0x00}, // 30 0b98 954b å¿…
lynxeyed_atsu 0:eb1247cc069b 3164 {0x28, 0x3f, 0x2d, 0x7f, 0x2d, 0x3f, 0x28, 0x00}, // 30 0b99 954c ç•¢
lynxeyed_atsu 0:eb1247cc069b 3165 {0x24, 0x2b, 0x2e, 0x7c, 0x2b, 0x3e, 0x2a, 0x00}, // 30 0b9a 954d ç­†
lynxeyed_atsu 0:eb1247cc069b 3166 {0x49, 0x3a, 0x71, 0x57, 0x75, 0x57, 0x71, 0x00}, // 30 0b9b 954e 逼
lynxeyed_atsu 0:eb1247cc069b 3167 {0x1a, 0x7f, 0x54, 0x72, 0x55, 0x36, 0x54, 0x00}, // 30 0b9c 954f 桧
lynxeyed_atsu 0:eb1247cc069b 3168 {0x5c, 0x37, 0x2c, 0x7f, 0x55, 0x77, 0x5d, 0x00}, // 30 0b9d 9550 姫
lynxeyed_atsu 0:eb1247cc069b 3169 {0x5f, 0x3c, 0x46, 0x2a, 0x5e, 0x29, 0x5d, 0x00}, // 30 0b9e 9551 媛
lynxeyed_atsu 0:eb1247cc069b 3170 {0x2a, 0x75, 0x49, 0x7f, 0x49, 0x7f, 0x48, 0x00}, // 30 0b9f 9552 紐
lynxeyed_atsu 0:eb1247cc069b 3171 {0x01, 0x7d, 0x55, 0x57, 0x55, 0x7d, 0x01, 0x00}, // 30 0ba0 9553 百
lynxeyed_atsu 0:eb1247cc069b 3172 {0x6b, 0x6a, 0x11, 0x4b, 0x54, 0x29, 0x13, 0x00}, // 30 0ba1 9554 謬
lynxeyed_atsu 0:eb1247cc069b 3173 {0x04, 0x7e, 0x2b, 0x7a, 0x5f, 0x2a, 0x52, 0x00}, // 30 0ba2 9555 俵
lynxeyed_atsu 0:eb1247cc069b 3174 {0x7c, 0x44, 0x2f, 0x6a, 0x40, 0x6a, 0x55, 0x00}, // 30 0ba3 9556 彪
lynxeyed_atsu 0:eb1247cc069b 3175 {0x1a, 0x7f, 0x51, 0x17, 0x77, 0x17, 0x51, 0x00}, // 30 0ba4 9557 標
lynxeyed_atsu 0:eb1247cc069b 3176 {0x24, 0x15, 0x4c, 0x7f, 0x08, 0x14, 0x22, 0x00}, // 30 0ba5 9558 æ°·
lynxeyed_atsu 0:eb1247cc069b 3177 {0x75, 0x00, 0x51, 0x17, 0x77, 0x17, 0x51, 0x00}, // 30 0ba6 9559 漂
lynxeyed_atsu 0:eb1247cc069b 3178 {0x51, 0x17, 0x77, 0x5d, 0x3e, 0x02, 0x7d, 0x00}, // 30 0ba7 955a ç“¢
lynxeyed_atsu 0:eb1247cc069b 3179 {0x51, 0x37, 0x55, 0x77, 0x15, 0x37, 0x51, 0x00}, // 30 0ba8 955b 票
lynxeyed_atsu 0:eb1247cc069b 3180 {0x28, 0x2a, 0x7a, 0x4f, 0x1a, 0x2a, 0x50, 0x00}, // 30 0ba9 955c 表
lynxeyed_atsu 0:eb1247cc069b 3181 {0x6b, 0x6a, 0x15, 0x11, 0x7f, 0x11, 0x15, 0x00}, // 30 0baa 955d è©•
lynxeyed_atsu 0:eb1247cc069b 3182 {0x2a, 0x56, 0x3d, 0x04, 0x0b, 0x52, 0x7e, 0x00}, // 30 0bab 955e è±¹
lynxeyed_atsu 0:eb1247cc069b 3183 {0x40, 0x3e, 0x7e, 0x36, 0x7b, 0x2a, 0x7a, 0x00}, // 30 0bac 955f 廟
lynxeyed_atsu 0:eb1247cc069b 3184 {0x52, 0x7f, 0x7a, 0x5f, 0x7a, 0x5f, 0x7a, 0x00}, // 30 0bad 9560 描
lynxeyed_atsu 0:eb1247cc069b 3185 {0x54, 0x3e, 0x7a, 0x2e, 0x1f, 0x2e, 0x7a, 0x00}, // 30 0bae 9561 ç—…
lynxeyed_atsu 0:eb1247cc069b 3186 {0x35, 0x7f, 0x08, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 30 0baf 9562 秒
lynxeyed_atsu 0:eb1247cc069b 3187 {0x02, 0x7a, 0x5f, 0x7a, 0x5f, 0x7a, 0x02, 0x00}, // 30 0bb0 9563 è‹—
lynxeyed_atsu 0:eb1247cc069b 3188 {0x56, 0x7d, 0x7a, 0x5f, 0x7a, 0x5f, 0x7a, 0x00}, // 30 0bb1 9564 錨
lynxeyed_atsu 0:eb1247cc069b 3189 {0x56, 0x7d, 0x52, 0x1e, 0x16, 0x1d, 0x54, 0x00}, // 30 0bb2 9565 鋲
lynxeyed_atsu 0:eb1247cc069b 3190 {0x2a, 0x7e, 0x2f, 0x02, 0x2b, 0x7e, 0x2e, 0x00}, // 30 0bb3 9566 蒜
lynxeyed_atsu 0:eb1247cc069b 3191 {0x4e, 0x7b, 0x2e, 0x45, 0x57, 0x7d, 0x55, 0x00}, // 30 0bb4 9567 è›­
lynxeyed_atsu 0:eb1247cc069b 3192 {0x42, 0x1d, 0x5f, 0x0a, 0x67, 0x7e, 0x75, 0x00}, // 30 0bb5 9568 é°­
lynxeyed_atsu 0:eb1247cc069b 3193 {0x70, 0x57, 0x75, 0x05, 0x75, 0x57, 0x70, 0x00}, // 30 0bb6 9569 品
lynxeyed_atsu 0:eb1247cc069b 3194 {0x1a, 0x7f, 0x1a, 0x7f, 0x1a, 0x4a, 0x25, 0x00}, // 30 0bb7 956a 彬
lynxeyed_atsu 0:eb1247cc069b 3195 {0x4a, 0x33, 0x4e, 0x75, 0x65, 0x3e, 0x45, 0x00}, // 30 0bb8 956b 斌
lynxeyed_atsu 0:eb1247cc069b 3196 {0x75, 0x00, 0x50, 0x1e, 0x16, 0x1d, 0x54, 0x00}, // 30 0bb9 956c 浜
lynxeyed_atsu 0:eb1247cc069b 3197 {0x75, 0x48, 0x5f, 0x2a, 0x5d, 0x17, 0x5d, 0x00}, // 30 0bba 956d 瀕
lynxeyed_atsu 0:eb1247cc069b 3198 {0x44, 0x42, 0x35, 0x3c, 0x35, 0x7e, 0x44, 0x00}, // 30 0bbb 956e 貧
lynxeyed_atsu 0:eb1247cc069b 3199 {0x46, 0x5a, 0x36, 0x3f, 0x36, 0x4a, 0x46, 0x00}, // 30 0bbc 956f 賓
lynxeyed_atsu 0:eb1247cc069b 3200 {0x5e, 0x48, 0x3f, 0x1a, 0x5d, 0x17, 0x5d, 0x00}, // 30 0bbd 9570 é »
lynxeyed_atsu 0:eb1247cc069b 3201 {0x33, 0x2e, 0x7e, 0x12, 0x5c, 0x23, 0x5e, 0x00}, // 30 0bbe 9571 敏
lynxeyed_atsu 0:eb1247cc069b 3202 {0x55, 0x3e, 0x7d, 0x7f, 0x55, 0x3d, 0x41, 0x00}, // 30 0bbf 9572 瓶
lynxeyed_atsu 0:eb1247cc069b 3203 {0x11, 0x11, 0x09, 0x7f, 0x01, 0x09, 0x11, 0x00}, // 30 0bc0 9573 不
lynxeyed_atsu 0:eb1247cc069b 3204 {0x04, 0x7e, 0x01, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 30 0bc1 9574 付
lynxeyed_atsu 0:eb1247cc069b 3205 {0x24, 0x3f, 0x24, 0x3e, 0x6b, 0x2e, 0x38, 0x00}, // 30 0bc2 9575 埠
lynxeyed_atsu 0:eb1247cc069b 3206 {0x48, 0x4a, 0x2a, 0x1f, 0x2a, 0x4a, 0x48, 0x00}, // 30 0bc3 9576 夫
lynxeyed_atsu 0:eb1247cc069b 3207 {0x5c, 0x37, 0x2c, 0x35, 0x7d, 0x37, 0x0c, 0x00}, // 30 0bc4 9577 婦
lynxeyed_atsu 0:eb1247cc069b 3208 {0x06, 0x72, 0x5e, 0x7b, 0x5e, 0x72, 0x06, 0x00}, // 30 0bc5 9578 富
lynxeyed_atsu 0:eb1247cc069b 3209 {0x03, 0x71, 0x5f, 0x7b, 0x5f, 0x71, 0x03, 0x00}, // 30 0bc6 9579 冨
lynxeyed_atsu 0:eb1247cc069b 3210 {0x12, 0x0a, 0x3f, 0x0a, 0x7e, 0x0a, 0x3a, 0x00}, // 30 0bc7 957a 布
lynxeyed_atsu 0:eb1247cc069b 3211 {0x40, 0x3e, 0x12, 0x7e, 0x2b, 0x4a, 0x7e, 0x00}, // 30 0bc8 957b 府
lynxeyed_atsu 0:eb1247cc069b 3212 {0x06, 0x7f, 0x0a, 0x37, 0x12, 0x7a, 0x32, 0x00}, // 30 0bc9 957c 怖
lynxeyed_atsu 0:eb1247cc069b 3213 {0x52, 0x7f, 0x48, 0x2a, 0x1f, 0x2a, 0x48, 0x00}, // 30 0bca 957d 扶
lynxeyed_atsu 0:eb1247cc069b 3214 {0x52, 0x3e, 0x5f, 0x32, 0x5c, 0x23, 0x5e, 0x00}, // 30 0bcb 957e æ•·
lynxeyed_atsu 0:eb1247cc069b 3215 {0x4a, 0x3a, 0x15, 0x14, 0x75, 0x1a, 0x0a, 0x00}, // 31 0bcc 9580 æ–§
lynxeyed_atsu 0:eb1247cc069b 3216 {0x12, 0x76, 0x5f, 0x52, 0x5e, 0x77, 0x12, 0x00}, // 31 0bcd 9581 æ™®
lynxeyed_atsu 0:eb1247cc069b 3217 {0x75, 0x00, 0x22, 0x2a, 0x69, 0x3b, 0x21, 0x00}, // 31 0bce 9582 æµ®
lynxeyed_atsu 0:eb1247cc069b 3218 {0x42, 0x42, 0x2d, 0x10, 0x2d, 0x42, 0x42, 0x00}, // 31 0bcf 9583 父
lynxeyed_atsu 0:eb1247cc069b 3219 {0x14, 0x7b, 0x06, 0x2c, 0x4b, 0x7e, 0x0a, 0x00}, // 31 0bd0 9584 符
lynxeyed_atsu 0:eb1247cc069b 3220 {0x40, 0x3e, 0x7a, 0x56, 0x3b, 0x5e, 0x72, 0x00}, // 31 0bd1 9585 腐
lynxeyed_atsu 0:eb1247cc069b 3221 {0x40, 0x3c, 0x04, 0x7c, 0x3f, 0x3a, 0x7a, 0x00}, // 31 0bd2 9586 膚
lynxeyed_atsu 0:eb1247cc069b 3222 {0x52, 0x5a, 0x5b, 0x3e, 0x5b, 0x5a, 0x52, 0x00}, // 31 0bd3 9587 芙
lynxeyed_atsu 0:eb1247cc069b 3223 {0x6b, 0x62, 0x2a, 0x7f, 0x62, 0x7f, 0x2a, 0x00}, // 31 0bd4 9588 譜
lynxeyed_atsu 0:eb1247cc069b 3224 {0x42, 0x7e, 0x35, 0x35, 0x37, 0x7c, 0x40, 0x00}, // 31 0bd5 9589 è² 
lynxeyed_atsu 0:eb1247cc069b 3225 {0x5f, 0x1f, 0x65, 0x7d, 0x54, 0x3f, 0x45, 0x00}, // 31 0bd6 958a 賦
lynxeyed_atsu 0:eb1247cc069b 3226 {0x4a, 0x3a, 0x3f, 0x5a, 0x40, 0x5f, 0x44, 0x00}, // 31 0bd7 958b èµ´
lynxeyed_atsu 0:eb1247cc069b 3227 {0x20, 0x3e, 0x2a, 0x6b, 0x2e, 0x38, 0x20, 0x00}, // 31 0bd8 958c 阜
lynxeyed_atsu 0:eb1247cc069b 3228 {0x7f, 0x25, 0x1b, 0x7e, 0x09, 0x42, 0x7f, 0x00}, // 31 0bd9 958d 附
lynxeyed_atsu 0:eb1247cc069b 3229 {0x04, 0x7e, 0x15, 0x33, 0x2e, 0x7e, 0x12, 0x00}, // 31 0bda 958e ä¾®
lynxeyed_atsu 0:eb1247cc069b 3230 {0x52, 0x7f, 0x6b, 0x3e, 0x6a, 0x3e, 0x6a, 0x00}, // 31 0bdb 958f æ’«
lynxeyed_atsu 0:eb1247cc069b 3231 {0x44, 0x75, 0x7d, 0x54, 0x0f, 0x34, 0x45, 0x00}, // 31 0bdc 9590 æ­¦
lynxeyed_atsu 0:eb1247cc069b 3232 {0x2b, 0x5e, 0x2a, 0x3e, 0x2a, 0x7e, 0x2a, 0x00}, // 31 0bdd 9591 舞
lynxeyed_atsu 0:eb1247cc069b 3233 {0x0a, 0x76, 0x37, 0x7e, 0x77, 0x06, 0x7e, 0x00}, // 31 0bde 9592 è‘¡
lynxeyed_atsu 0:eb1247cc069b 3234 {0x6a, 0x3e, 0x6b, 0x3a, 0x6b, 0x3a, 0x6a, 0x00}, // 31 0bdf 9593 蕪
lynxeyed_atsu 0:eb1247cc069b 3235 {0x0a, 0x6e, 0x6b, 0x0e, 0x7f, 0x25, 0x1b, 0x00}, // 31 0be0 9594 部
lynxeyed_atsu 0:eb1247cc069b 3236 {0x48, 0x5a, 0x3f, 0x2a, 0x0a, 0x52, 0x7f, 0x00}, // 31 0be1 9595 封
lynxeyed_atsu 0:eb1247cc069b 3237 {0x1a, 0x7f, 0x3f, 0x4d, 0x7f, 0x2d, 0x7f, 0x00}, // 31 0be2 9596 楓
lynxeyed_atsu 0:eb1247cc069b 3238 {0x40, 0x3f, 0x4d, 0x7f, 0x2d, 0x7f, 0x40, 0x00}, // 31 0be3 9597 風
lynxeyed_atsu 0:eb1247cc069b 3239 {0x2a, 0x2e, 0x3b, 0x2a, 0x2b, 0x7e, 0x2a, 0x00}, // 31 0be4 9598 葺
lynxeyed_atsu 0:eb1247cc069b 3240 {0x6e, 0x76, 0x2f, 0x6a, 0x57, 0x6e, 0x22, 0x00}, // 31 0be5 9599 è•—
lynxeyed_atsu 0:eb1247cc069b 3241 {0x04, 0x7e, 0x45, 0x24, 0x1f, 0x24, 0x45, 0x00}, // 31 0be6 959a 伏
lynxeyed_atsu 0:eb1247cc069b 3242 {0x71, 0x57, 0x75, 0x57, 0x71, 0x0e, 0x7f, 0x00}, // 31 0be7 959b 副
lynxeyed_atsu 0:eb1247cc069b 3243 {0x0a, 0x7d, 0x44, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 31 0be8 959c 復
lynxeyed_atsu 0:eb1247cc069b 3244 {0x0e, 0x7f, 0x71, 0x57, 0x75, 0x57, 0x71, 0x00}, // 31 0be9 959d å¹…
lynxeyed_atsu 0:eb1247cc069b 3245 {0x40, 0x3f, 0x55, 0x7f, 0x59, 0x29, 0x5b, 0x00}, // 31 0bea 959e 服
lynxeyed_atsu 0:eb1247cc069b 3246 {0x12, 0x7b, 0x16, 0x71, 0x57, 0x77, 0x71, 0x00}, // 31 0beb 959f 福
lynxeyed_atsu 0:eb1247cc069b 3247 {0x7f, 0x15, 0x7f, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 31 0bec 95a0 è…¹
lynxeyed_atsu 0:eb1247cc069b 3248 {0x12, 0x7b, 0x36, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 31 0bed 95a1 複
lynxeyed_atsu 0:eb1247cc069b 3249 {0x29, 0x77, 0x45, 0x57, 0x2d, 0x5f, 0x41, 0x00}, // 31 0bee 95a2 覆
lynxeyed_atsu 0:eb1247cc069b 3250 {0x75, 0x40, 0x3f, 0x14, 0x77, 0x14, 0x7f, 0x00}, // 31 0bef 95a3 æ·µ
lynxeyed_atsu 0:eb1247cc069b 3251 {0x5a, 0x5a, 0x3f, 0x16, 0x7f, 0x16, 0x36, 0x00}, // 31 0bf0 95a4 å¼—
lynxeyed_atsu 0:eb1247cc069b 3252 {0x52, 0x7f, 0x4a, 0x70, 0x4f, 0x20, 0x40, 0x00}, // 31 0bf1 95a5 払
lynxeyed_atsu 0:eb1247cc069b 3253 {0x75, 0x00, 0x5a, 0x3f, 0x16, 0x7f, 0x36, 0x00}, // 31 0bf2 95a6 沸
lynxeyed_atsu 0:eb1247cc069b 3254 {0x04, 0x7e, 0x41, 0x70, 0x4f, 0x20, 0x40, 0x00}, // 31 0bf3 95a7 仏
lynxeyed_atsu 0:eb1247cc069b 3255 {0x17, 0x7f, 0x24, 0x53, 0x2e, 0x5e, 0x7e, 0x00}, // 31 0bf4 95a8 物
lynxeyed_atsu 0:eb1247cc069b 3256 {0x42, 0x1d, 0x5f, 0x7e, 0x09, 0x42, 0x7f, 0x00}, // 31 0bf5 95a9 é®’
lynxeyed_atsu 0:eb1247cc069b 3257 {0x48, 0x44, 0x2b, 0x18, 0x4b, 0x7c, 0x08, 0x00}, // 31 0bf6 95aa 分
lynxeyed_atsu 0:eb1247cc069b 3258 {0x3e, 0x22, 0x3e, 0x53, 0x2e, 0x5e, 0x7e, 0x00}, // 31 0bf7 95ab 吻
lynxeyed_atsu 0:eb1247cc069b 3259 {0x1e, 0x1e, 0x4a, 0x3e, 0x2b, 0x3e, 0x4a, 0x00}, // 31 0bf8 95ac å™´
lynxeyed_atsu 0:eb1247cc069b 3260 {0x24, 0x3f, 0x4a, 0x3e, 0x2b, 0x3e, 0x4a, 0x00}, // 31 0bf9 95ad 墳
lynxeyed_atsu 0:eb1247cc069b 3261 {0x06, 0x7f, 0x4a, 0x3e, 0x2b, 0x3e, 0x4a, 0x00}, // 31 0bfa 95ae 憤
lynxeyed_atsu 0:eb1247cc069b 3262 {0x52, 0x7f, 0x44, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 31 0bfb 95af 扮
lynxeyed_atsu 0:eb1247cc069b 3263 {0x4a, 0x56, 0x2f, 0x1a, 0x26, 0x5f, 0x4a, 0x00}, // 31 0bfc 95b0 ç„š
lynxeyed_atsu 0:eb1247cc069b 3264 {0x0a, 0x76, 0x5e, 0x7f, 0x5a, 0x76, 0x0a, 0x00}, // 31 0bfd 95b1 奮
lynxeyed_atsu 0:eb1247cc069b 3265 {0x35, 0x7e, 0x45, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 31 0bfe 95b2 粉
lynxeyed_atsu 0:eb1247cc069b 3266 {0x2a, 0x67, 0x3a, 0x3f, 0x3a, 0x67, 0x2a, 0x00}, // 31 0bff 95b3 糞
lynxeyed_atsu 0:eb1247cc069b 3267 {0x2a, 0x75, 0x44, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 31 0c00 95b4 ç´›
lynxeyed_atsu 0:eb1247cc069b 3268 {0x16, 0x4a, 0x57, 0x37, 0x53, 0x7e, 0x16, 0x00}, // 31 0c01 95b5 é›°
lynxeyed_atsu 0:eb1247cc069b 3269 {0x42, 0x42, 0x2e, 0x13, 0x2e, 0x42, 0x42, 0x00}, // 31 0c02 95b6 æ–‡
lynxeyed_atsu 0:eb1247cc069b 3270 {0x7f, 0x2b, 0x3b, 0x38, 0x7b, 0x0b, 0x7f, 0x00}, // 31 0c03 95b7 聞
lynxeyed_atsu 0:eb1247cc069b 3271 {0x7d, 0x25, 0x15, 0x0f, 0x15, 0x45, 0x7d, 0x00}, // 31 0c04 95b8 丙
lynxeyed_atsu 0:eb1247cc069b 3272 {0x04, 0x7e, 0x55, 0x3d, 0x14, 0x7d, 0x14, 0x00}, // 31 0c05 95b9 ä½µ
lynxeyed_atsu 0:eb1247cc069b 3273 {0x50, 0x5e, 0x16, 0x16, 0x1d, 0x55, 0x50, 0x00}, // 31 0c06 95ba å…µ
lynxeyed_atsu 0:eb1247cc069b 3274 {0x24, 0x3f, 0x3f, 0x6d, 0x35, 0x7d, 0x27, 0x00}, // 31 0c07 95bb å¡€
lynxeyed_atsu 0:eb1247cc069b 3275 {0x0d, 0x36, 0x1e, 0x75, 0x1a, 0x35, 0x0b, 0x00}, // 31 0c08 95bc å¹£
lynxeyed_atsu 0:eb1247cc069b 3276 {0x11, 0x13, 0x15, 0x7f, 0x15, 0x13, 0x11, 0x00}, // 31 0c09 95bd å¹³
lynxeyed_atsu 0:eb1247cc069b 3277 {0x1d, 0x56, 0x3e, 0x15, 0x7a, 0x15, 0x1b, 0x00}, // 31 0c0a 95be 弊
lynxeyed_atsu 0:eb1247cc069b 3278 {0x1a, 0x7f, 0x7d, 0x15, 0x0f, 0x55, 0x7d, 0x00}, // 31 0c0b 95bf 柄
lynxeyed_atsu 0:eb1247cc069b 3279 {0x42, 0x5a, 0x7f, 0x42, 0x7e, 0x53, 0x4a, 0x00}, // 31 0c0c 95c0 並
lynxeyed_atsu 0:eb1247cc069b 3280 {0x76, 0x5a, 0x2b, 0x76, 0x53, 0x2e, 0x5a, 0x00}, // 31 0c0d 95c1 蔽
lynxeyed_atsu 0:eb1247cc069b 3281 {0x7f, 0x55, 0x37, 0x78, 0x17, 0x45, 0x7f, 0x00}, // 31 0c0e 95c2 é–‰
lynxeyed_atsu 0:eb1247cc069b 3282 {0x7f, 0x1b, 0x4f, 0x5a, 0x70, 0x5f, 0x4a, 0x00}, // 31 0c0f 95c3 é™›
lynxeyed_atsu 0:eb1247cc069b 3283 {0x24, 0x25, 0x16, 0x7f, 0x16, 0x25, 0x24, 0x00}, // 31 0c10 95c4 ç±³
lynxeyed_atsu 0:eb1247cc069b 3284 {0x41, 0x7d, 0x2d, 0x2f, 0x2d, 0x7d, 0x41, 0x00}, // 31 0c11 95c5 頁
lynxeyed_atsu 0:eb1247cc069b 3285 {0x04, 0x7e, 0x3f, 0x36, 0x2e, 0x7b, 0x2e, 0x00}, // 31 0c12 95c6 僻
lynxeyed_atsu 0:eb1247cc069b 3286 {0x48, 0x5f, 0x5b, 0x6a, 0x4e, 0x5b, 0x4e, 0x00}, // 31 0c13 95c7 壁
lynxeyed_atsu 0:eb1247cc069b 3287 {0x54, 0x3e, 0x7e, 0x6e, 0x3b, 0x6e, 0x3a, 0x00}, // 31 0c14 95c8 ç™–
lynxeyed_atsu 0:eb1247cc069b 3288 {0x55, 0x3f, 0x75, 0x50, 0x5e, 0x7b, 0x1e, 0x00}, // 31 0c15 95c9 碧
lynxeyed_atsu 0:eb1247cc069b 3289 {0x47, 0x3d, 0x55, 0x77, 0x0e, 0x40, 0x7f, 0x00}, // 31 0c16 95ca 別
lynxeyed_atsu 0:eb1247cc069b 3290 {0x0d, 0x76, 0x7e, 0x75, 0x7a, 0x75, 0x0b, 0x00}, // 31 0c17 95cb 瞥
lynxeyed_atsu 0:eb1247cc069b 3291 {0x42, 0x3e, 0x2b, 0x0e, 0x5b, 0x2e, 0x5a, 0x00}, // 31 0c18 95cc 蔑
lynxeyed_atsu 0:eb1247cc069b 3292 {0x44, 0x7b, 0x56, 0x0c, 0x77, 0x5e, 0x42, 0x00}, // 31 0c19 95cd 箆
lynxeyed_atsu 0:eb1247cc069b 3293 {0x04, 0x7e, 0x21, 0x1f, 0x75, 0x37, 0x71, 0x00}, // 31 0c1a 95ce 偏
lynxeyed_atsu 0:eb1247cc069b 3294 {0x4a, 0x52, 0x5e, 0x2b, 0x5e, 0x42, 0x4a, 0x00}, // 31 0c1b 95cf 変
lynxeyed_atsu 0:eb1247cc069b 3295 {0x40, 0x3f, 0x14, 0x14, 0x17, 0x74, 0x04, 0x00}, // 31 0c1c 95d0 片
lynxeyed_atsu 0:eb1247cc069b 3296 {0x44, 0x3b, 0x1e, 0x7c, 0x3b, 0x7e, 0x62, 0x00}, // 31 0c1d 95d1 篇
lynxeyed_atsu 0:eb1247cc069b 3297 {0x2a, 0x75, 0x21, 0x1f, 0x75, 0x37, 0x71, 0x00}, // 31 0c1e 95d2 ç·¨
lynxeyed_atsu 0:eb1247cc069b 3298 {0x49, 0x3a, 0x51, 0x49, 0x47, 0x51, 0x5f, 0x00}, // 31 0c1f 95d3 辺
lynxeyed_atsu 0:eb1247cc069b 3299 {0x49, 0x3a, 0x60, 0x5f, 0x6d, 0x55, 0x6d, 0x00}, // 31 0c20 95d4 è¿”
lynxeyed_atsu 0:eb1247cc069b 3300 {0x49, 0x3a, 0x51, 0x4f, 0x7b, 0x5b, 0x79, 0x00}, // 31 0c21 95d5 遍
lynxeyed_atsu 0:eb1247cc069b 3301 {0x04, 0x7e, 0x41, 0x57, 0x3f, 0x47, 0x41, 0x00}, // 31 0c22 95d6 便
lynxeyed_atsu 0:eb1247cc069b 3302 {0x5e, 0x35, 0x7f, 0x5c, 0x72, 0x4f, 0x7e, 0x00}, // 31 0c23 95d7 勉
lynxeyed_atsu 0:eb1247cc069b 3303 {0x5c, 0x37, 0x2c, 0x5e, 0x3d, 0x77, 0x5c, 0x00}, // 31 0c24 95d8 娩
lynxeyed_atsu 0:eb1247cc069b 3304 {0x14, 0x54, 0x3e, 0x15, 0x7c, 0x12, 0x14, 0x00}, // 31 0c25 95d9 弁
lynxeyed_atsu 0:eb1247cc069b 3305 {0x37, 0x7e, 0x37, 0x7e, 0x5d, 0x3f, 0x4d, 0x00}, // 31 0c26 95da éž­
lynxeyed_atsu 0:eb1247cc069b 3306 {0x04, 0x7e, 0x51, 0x37, 0x7d, 0x37, 0x50, 0x00}, // 31 0c27 95db 保
lynxeyed_atsu 0:eb1247cc069b 3307 {0x6a, 0x6d, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 31 0c28 95dc 舗
lynxeyed_atsu 0:eb1247cc069b 3308 {0x56, 0x7d, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 31 0c29 95dd 鋪
lynxeyed_atsu 0:eb1247cc069b 3309 {0x7f, 0x45, 0x7d, 0x5f, 0x7d, 0x47, 0x7f, 0x00}, // 31 0c2a 95de 圃
lynxeyed_atsu 0:eb1247cc069b 3310 {0x52, 0x7f, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 31 0c2b 95df 捕
lynxeyed_atsu 0:eb1247cc069b 3311 {0x28, 0x5e, 0x48, 0x7f, 0x2a, 0x1a, 0x28, 0x00}, // 31 0c2c 95e0 æ­©
lynxeyed_atsu 0:eb1247cc069b 3312 {0x00, 0x7a, 0x2a, 0x7f, 0x2a, 0x2b, 0x7a, 0x00}, // 31 0c2d 95e1 甫
lynxeyed_atsu 0:eb1247cc069b 3313 {0x12, 0x7b, 0x36, 0x7a, 0x7f, 0x2a, 0x7b, 0x00}, // 31 0c2e 95e2 補
lynxeyed_atsu 0:eb1247cc069b 3314 {0x2d, 0x7f, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 31 0c2f 95e3 è¼”
lynxeyed_atsu 0:eb1247cc069b 3315 {0x35, 0x7f, 0x62, 0x3e, 0x5f, 0x5e, 0x62, 0x00}, // 31 0c30 95e4 ç©‚
lynxeyed_atsu 0:eb1247cc069b 3316 {0x2a, 0x5a, 0x3f, 0x5e, 0x7f, 0x1a, 0x2a, 0x00}, // 31 0c31 95e5 å‹Ÿ
lynxeyed_atsu 0:eb1247cc069b 3317 {0x2a, 0x1a, 0x4f, 0x6e, 0x4f, 0x1a, 0x2a, 0x00}, // 31 0c32 95e6 墓
lynxeyed_atsu 0:eb1247cc069b 3318 {0x4a, 0x1a, 0x6f, 0x0e, 0x4f, 0x1a, 0x4a, 0x00}, // 31 0c33 95e7 æ…•
lynxeyed_atsu 0:eb1247cc069b 3319 {0x40, 0x3e, 0x02, 0x42, 0x5f, 0x22, 0x53, 0x00}, // 31 0c34 95e8 戊
lynxeyed_atsu 0:eb1247cc069b 3320 {0x2a, 0x1a, 0x6f, 0x6e, 0x6f, 0x1a, 0x2a, 0x00}, // 31 0c35 95e9 æš®
lynxeyed_atsu 0:eb1247cc069b 3321 {0x08, 0x38, 0x2f, 0x3b, 0x69, 0x7f, 0x28, 0x00}, // 31 0c36 95ea 母
lynxeyed_atsu 0:eb1247cc069b 3322 {0x54, 0x03, 0x16, 0x3c, 0x5b, 0x7e, 0x12, 0x00}, // 31 0c37 95eb ç°¿
lynxeyed_atsu 0:eb1247cc069b 3323 {0x12, 0x76, 0x5f, 0x56, 0x5f, 0x76, 0x12, 0x00}, // 31 0c38 95ec 菩
lynxeyed_atsu 0:eb1247cc069b 3324 {0x0c, 0x7f, 0x62, 0x1f, 0x7a, 0x3f, 0x5e, 0x00}, // 31 0c39 95ed 倣
lynxeyed_atsu 0:eb1247cc069b 3325 {0x04, 0x7e, 0x15, 0x2e, 0x77, 0x2e, 0x14, 0x00}, // 31 0c3a 95ee 俸
lynxeyed_atsu 0:eb1247cc069b 3326 {0x04, 0x73, 0x56, 0x56, 0x5e, 0x42, 0x5e, 0x00}, // 31 0c3b 95ef 包
lynxeyed_atsu 0:eb1247cc069b 3327 {0x50, 0x57, 0x35, 0x7d, 0x35, 0x57, 0x50, 0x00}, // 31 0c3c 95f0 呆
lynxeyed_atsu 0:eb1247cc069b 3328 {0x14, 0x3e, 0x77, 0x3e, 0x5f, 0x29, 0x5b, 0x00}, // 31 0c3d 95f1 å ±
lynxeyed_atsu 0:eb1247cc069b 3329 {0x28, 0x1a, 0x2e, 0x7f, 0x2e, 0x1a, 0x28, 0x00}, // 31 0c3e 95f2 奉
lynxeyed_atsu 0:eb1247cc069b 3330 {0x46, 0x42, 0x56, 0x7f, 0x56, 0x62, 0x46, 0x00}, // 31 0c3f 95f3 宝
lynxeyed_atsu 0:eb1247cc069b 3331 {0x38, 0x3f, 0x28, 0x2a, 0x75, 0x2b, 0x28, 0x00}, // 31 0c40 95f4 å³°
lynxeyed_atsu 0:eb1247cc069b 3332 {0x13, 0x16, 0x2e, 0x7b, 0x2e, 0x12, 0x13, 0x00}, // 31 0c41 95f5 峯
lynxeyed_atsu 0:eb1247cc069b 3333 {0x43, 0x3e, 0x56, 0x7f, 0x3e, 0x56, 0x7f, 0x00}, // 31 0c42 95f6 å´©
lynxeyed_atsu 0:eb1247cc069b 3334 {0x40, 0x3e, 0x0a, 0x76, 0x5f, 0x46, 0x5e, 0x00}, // 31 0c43 95f7 庖
lynxeyed_atsu 0:eb1247cc069b 3335 {0x52, 0x7f, 0x04, 0x77, 0x5e, 0x42, 0x5e, 0x00}, // 31 0c44 95f8 抱
lynxeyed_atsu 0:eb1247cc069b 3336 {0x52, 0x7f, 0x14, 0x2e, 0x77, 0x2e, 0x14, 0x00}, // 31 0c45 95f9 捧
lynxeyed_atsu 0:eb1247cc069b 3337 {0x42, 0x3e, 0x4b, 0x7a, 0x5c, 0x23, 0x5e, 0x00}, // 31 0c46 95fa 放
lynxeyed_atsu 0:eb1247cc069b 3338 {0x42, 0x22, 0x1e, 0x0b, 0x4a, 0x7a, 0x02, 0x00}, // 31 0c47 95fb æ–¹
lynxeyed_atsu 0:eb1247cc069b 3339 {0x40, 0x3f, 0x55, 0x7f, 0x3f, 0x55, 0x7f, 0x00}, // 31 0c48 95fc 朋
lynxeyed_atsu 0:eb1247cc069b 3340 {0x75, 0x00, 0x48, 0x6a, 0x5f, 0x2a, 0x48, 0x00}, // 32 0c49 9640 法
lynxeyed_atsu 0:eb1247cc069b 3341 {0x75, 0x00, 0x04, 0x77, 0x5e, 0x42, 0x5e, 0x00}, // 32 0c4a 9641 泡
lynxeyed_atsu 0:eb1247cc069b 3342 {0x42, 0x0e, 0x4a, 0x0b, 0x5a, 0x0e, 0x42, 0x00}, // 32 0c4b 9642 烹
lynxeyed_atsu 0:eb1247cc069b 3343 {0x09, 0x37, 0x31, 0x04, 0x73, 0x56, 0x5e, 0x00}, // 32 0c4c 9643 ç ²
lynxeyed_atsu 0:eb1247cc069b 3344 {0x2a, 0x75, 0x48, 0x39, 0x5a, 0x75, 0x5b, 0x00}, // 32 0c4d 9644 縫
lynxeyed_atsu 0:eb1247cc069b 3345 {0x7f, 0x15, 0x7f, 0x04, 0x73, 0x56, 0x5e, 0x00}, // 32 0c4e 9645 胞
lynxeyed_atsu 0:eb1247cc069b 3346 {0x4a, 0x4a, 0x3b, 0x2e, 0x2b, 0x6a, 0x0a, 0x00}, // 32 0c4f 9646 芳
lynxeyed_atsu 0:eb1247cc069b 3347 {0x3e, 0x2a, 0x3f, 0x42, 0x3f, 0x2a, 0x7e, 0x00}, // 32 0c50 9647 萌
lynxeyed_atsu 0:eb1247cc069b 3348 {0x52, 0x36, 0x4b, 0x5a, 0x77, 0x4e, 0x52, 0x00}, // 32 0c51 9648 蓬
lynxeyed_atsu 0:eb1247cc069b 3349 {0x4e, 0x7b, 0x2e, 0x2a, 0x75, 0x2b, 0x28, 0x00}, // 32 0c52 9649 蜂
lynxeyed_atsu 0:eb1247cc069b 3350 {0x2a, 0x2e, 0x72, 0x4f, 0x1a, 0x2e, 0x52, 0x00}, // 32 0c53 964a 褒
lynxeyed_atsu 0:eb1247cc069b 3351 {0x6b, 0x6a, 0x42, 0x3e, 0x0b, 0x4a, 0x7a, 0x00}, // 32 0c54 964b 訪
lynxeyed_atsu 0:eb1247cc069b 3352 {0x48, 0x5e, 0x77, 0x56, 0x77, 0x5e, 0x48, 0x00}, // 32 0c55 964c 豊
lynxeyed_atsu 0:eb1247cc069b 3353 {0x2a, 0x6a, 0x3f, 0x2a, 0x7f, 0x25, 0x1b, 0x00}, // 32 0c56 964d 邦
lynxeyed_atsu 0:eb1247cc069b 3354 {0x56, 0x7d, 0x2a, 0x2a, 0x75, 0x2b, 0x28, 0x00}, // 32 0c57 964e é‹’
lynxeyed_atsu 0:eb1247cc069b 3355 {0x7a, 0x5d, 0x5a, 0x04, 0x73, 0x56, 0x5e, 0x00}, // 32 0c58 964f 飽
lynxeyed_atsu 0:eb1247cc069b 3356 {0x40, 0x3f, 0x5d, 0x1f, 0x71, 0x7f, 0x40, 0x00}, // 32 0c59 9650 é³³
lynxeyed_atsu 0:eb1247cc069b 3357 {0x7f, 0x15, 0x7f, 0x7f, 0x5e, 0x17, 0x76, 0x00}, // 32 0c5a 9651 鵬
lynxeyed_atsu 0:eb1247cc069b 3358 {0x40, 0x35, 0x25, 0x57, 0x4d, 0x45, 0x40, 0x00}, // 32 0c5b 9652 乏
lynxeyed_atsu 0:eb1247cc069b 3359 {0x02, 0x3e, 0x42, 0x43, 0x42, 0x42, 0x42, 0x00}, // 32 0c5c 9653 亡
lynxeyed_atsu 0:eb1247cc069b 3360 {0x04, 0x7e, 0x1b, 0x4e, 0x3b, 0x6e, 0x1a, 0x00}, // 32 0c5d 9654 傍
lynxeyed_atsu 0:eb1247cc069b 3361 {0x0a, 0x6e, 0x6b, 0x6e, 0x0e, 0x40, 0x7f, 0x00}, // 32 0c5e 9655 剖
lynxeyed_atsu 0:eb1247cc069b 3362 {0x24, 0x3f, 0x14, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 32 0c5f 9656 坊
lynxeyed_atsu 0:eb1247cc069b 3363 {0x5c, 0x37, 0x2c, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 32 0c60 9657 妨
lynxeyed_atsu 0:eb1247cc069b 3364 {0x0e, 0x7f, 0x07, 0x7d, 0x55, 0x7d, 0x07, 0x00}, // 32 0c61 9658 帽
lynxeyed_atsu 0:eb1247cc069b 3365 {0x62, 0x3e, 0x4a, 0x5b, 0x6a, 0x1a, 0x62, 0x00}, // 32 0c62 9659 忘
lynxeyed_atsu 0:eb1247cc069b 3366 {0x06, 0x7f, 0x02, 0x3e, 0x43, 0x42, 0x42, 0x00}, // 32 0c63 965a å¿™
lynxeyed_atsu 0:eb1247cc069b 3367 {0x41, 0x3f, 0x55, 0x35, 0x5d, 0x77, 0x11, 0x00}, // 32 0c64 965b 房
lynxeyed_atsu 0:eb1247cc069b 3368 {0x48, 0x5b, 0x2f, 0x7b, 0x2f, 0x5b, 0x48, 0x00}, // 32 0c65 965c æš´
lynxeyed_atsu 0:eb1247cc069b 3369 {0x52, 0x5e, 0x5b, 0x7a, 0x57, 0x55, 0x5f, 0x00}, // 32 0c66 965d 望
lynxeyed_atsu 0:eb1247cc069b 3370 {0x52, 0x52, 0x3f, 0x7a, 0x3f, 0x52, 0x52, 0x00}, // 32 0c67 965e 某
lynxeyed_atsu 0:eb1247cc069b 3371 {0x1a, 0x7f, 0x14, 0x2e, 0x77, 0x2e, 0x14, 0x00}, // 32 0c68 965f 棒
lynxeyed_atsu 0:eb1247cc069b 3372 {0x07, 0x7d, 0x55, 0x55, 0x55, 0x7d, 0x07, 0x00}, // 32 0c69 9660 冒
lynxeyed_atsu 0:eb1247cc069b 3373 {0x2a, 0x75, 0x28, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 32 0c6a 9661 ç´¡
lynxeyed_atsu 0:eb1247cc069b 3374 {0x7f, 0x15, 0x7f, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 32 0c6b 9662 肪
lynxeyed_atsu 0:eb1247cc069b 3375 {0x7f, 0x15, 0x7f, 0x5a, 0x7f, 0x4a, 0x25, 0x00}, // 32 0c6c 9663 膨
lynxeyed_atsu 0:eb1247cc069b 3376 {0x6b, 0x6a, 0x52, 0x3f, 0x7a, 0x3f, 0x52, 0x00}, // 32 0c6d 9664 謀
lynxeyed_atsu 0:eb1247cc069b 3377 {0x2a, 0x56, 0x3d, 0x5e, 0x2b, 0x6a, 0x5e, 0x00}, // 32 0c6e 9665 貌
lynxeyed_atsu 0:eb1247cc069b 3378 {0x46, 0x7e, 0x2d, 0x28, 0x2d, 0x7b, 0x47, 0x00}, // 32 0c6f 9666 貿
lynxeyed_atsu 0:eb1247cc069b 3379 {0x56, 0x7d, 0x36, 0x2e, 0x7d, 0x2c, 0x26, 0x00}, // 32 0c70 9667 鉾
lynxeyed_atsu 0:eb1247cc069b 3380 {0x7f, 0x25, 0x1b, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 32 0c71 9668 防
lynxeyed_atsu 0:eb1247cc069b 3381 {0x1e, 0x12, 0x5e, 0x24, 0x1f, 0x24, 0x45, 0x00}, // 32 0c72 9669 吠
lynxeyed_atsu 0:eb1247cc069b 3382 {0x5a, 0x52, 0x3f, 0x5a, 0x5d, 0x17, 0x5d, 0x00}, // 32 0c73 966a é ¬
lynxeyed_atsu 0:eb1247cc069b 3383 {0x24, 0x14, 0x7f, 0x00, 0x7f, 0x48, 0x64, 0x00}, // 32 0c74 966b 北
lynxeyed_atsu 0:eb1247cc069b 3384 {0x04, 0x7e, 0x4b, 0x5e, 0x3b, 0x5e, 0x4b, 0x00}, // 32 0c75 966c 僕
lynxeyed_atsu 0:eb1247cc069b 3385 {0x00, 0x00, 0x7f, 0x04, 0x08, 0x10, 0x00, 0x00}, // 32 0c76 966d 卜
lynxeyed_atsu 0:eb1247cc069b 3386 {0x54, 0x47, 0x55, 0x67, 0x55, 0x47, 0x54, 0x00}, // 32 0c77 966e 墨
lynxeyed_atsu 0:eb1247cc069b 3387 {0x52, 0x7f, 0x4b, 0x5e, 0x3b, 0x5e, 0x4b, 0x00}, // 32 0c78 966f æ’²
lynxeyed_atsu 0:eb1247cc069b 3388 {0x22, 0x1a, 0x7f, 0x0a, 0x7f, 0x08, 0x10, 0x00}, // 32 0c79 9670 朴
lynxeyed_atsu 0:eb1247cc069b 3389 {0x17, 0x7f, 0x44, 0x5f, 0x22, 0x5e, 0x42, 0x00}, // 32 0c7a 9671 牧
lynxeyed_atsu 0:eb1247cc069b 3390 {0x7f, 0x55, 0x7f, 0x4e, 0x67, 0x5e, 0x54, 0x00}, // 32 0c7b 9672 睦
lynxeyed_atsu 0:eb1247cc069b 3391 {0x35, 0x7f, 0x08, 0x46, 0x5f, 0x56, 0x28, 0x00}, // 32 0c7c 9673 穆
lynxeyed_atsu 0:eb1247cc069b 3392 {0x54, 0x76, 0x7d, 0x36, 0x7e, 0x42, 0x7e, 0x00}, // 32 0c7d 9674 釦
lynxeyed_atsu 0:eb1247cc069b 3393 {0x2c, 0x66, 0x77, 0x2c, 0x62, 0x1f, 0x7e, 0x00}, // 32 0c7e 9675 勃
lynxeyed_atsu 0:eb1247cc069b 3394 {0x65, 0x10, 0x44, 0x5b, 0x29, 0x5f, 0x44, 0x00}, // 32 0c7f 9676 没
lynxeyed_atsu 0:eb1247cc069b 3395 {0x49, 0x37, 0x1d, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 32 0c80 9677 殆
lynxeyed_atsu 0:eb1247cc069b 3396 {0x24, 0x3f, 0x1f, 0x65, 0x4d, 0x7d, 0x6f, 0x00}, // 32 0c81 9678 å €
lynxeyed_atsu 0:eb1247cc069b 3397 {0x0e, 0x7f, 0x54, 0x33, 0x1f, 0x73, 0x54, 0x00}, // 32 0c82 9679 幌
lynxeyed_atsu 0:eb1247cc069b 3398 {0x2a, 0x6a, 0x36, 0x3b, 0x76, 0x2a, 0x2a, 0x00}, // 32 0c83 967a 奔
lynxeyed_atsu 0:eb1247cc069b 3399 {0x22, 0x12, 0x2a, 0x7f, 0x2a, 0x12, 0x22, 0x00}, // 32 0c84 967b 本
lynxeyed_atsu 0:eb1247cc069b 3400 {0x15, 0x6f, 0x7f, 0x35, 0x7f, 0x35, 0x7f, 0x00}, // 32 0c85 967c ç¿»
lynxeyed_atsu 0:eb1247cc069b 3401 {0x40, 0x3f, 0x05, 0x19, 0x01, 0x7f, 0x40, 0x00}, // 32 0c86 967d 凡
lynxeyed_atsu 0:eb1247cc069b 3402 {0x44, 0x72, 0x55, 0x7c, 0x55, 0x7e, 0x44, 0x00}, // 32 0c87 967e 盆
lynxeyed_atsu 0:eb1247cc069b 3403 {0x40, 0x3e, 0x2a, 0x7e, 0x6b, 0x3e, 0x2a, 0x00}, // 33 0c88 9680 æ‘©
lynxeyed_atsu 0:eb1247cc069b 3404 {0x40, 0x3e, 0x4a, 0x3e, 0x6b, 0x7e, 0x2a, 0x00}, // 33 0c89 9681 磨
lynxeyed_atsu 0:eb1247cc069b 3405 {0x40, 0x3e, 0x4a, 0x3e, 0x3b, 0x7e, 0x4a, 0x00}, // 33 0c8a 9682 é­”
lynxeyed_atsu 0:eb1247cc069b 3406 {0x40, 0x3e, 0x2a, 0x7e, 0x2b, 0x7e, 0x2a, 0x00}, // 33 0c8b 9683 麻
lynxeyed_atsu 0:eb1247cc069b 3407 {0x24, 0x3f, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 33 0c8c 9684 埋
lynxeyed_atsu 0:eb1247cc069b 3408 {0x5c, 0x37, 0x4c, 0x2a, 0x7f, 0x2a, 0x48, 0x00}, // 33 0c8d 9685 妹
lynxeyed_atsu 0:eb1247cc069b 3409 {0x3e, 0x2a, 0x7e, 0x2a, 0x7f, 0x2a, 0x48, 0x00}, // 33 0c8e 9686 昧
lynxeyed_atsu 0:eb1247cc069b 3410 {0x1a, 0x7f, 0x44, 0x5f, 0x22, 0x5e, 0x42, 0x00}, // 33 0c8f 9687 æžš
lynxeyed_atsu 0:eb1247cc069b 3411 {0x0c, 0x3b, 0x2e, 0x3e, 0x6a, 0x7e, 0x2a, 0x00}, // 33 0c90 9688 毎
lynxeyed_atsu 0:eb1247cc069b 3412 {0x1e, 0x12, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 33 0c91 9689 å“©
lynxeyed_atsu 0:eb1247cc069b 3413 {0x1a, 0x7f, 0x52, 0x1e, 0x1f, 0x1e, 0x52, 0x00}, // 33 0c92 968a 槙
lynxeyed_atsu 0:eb1247cc069b 3414 {0x2a, 0x1a, 0x6f, 0x7e, 0x2f, 0x7a, 0x1a, 0x00}, // 33 0c93 968b 幕
lynxeyed_atsu 0:eb1247cc069b 3415 {0x7f, 0x15, 0x7f, 0x52, 0x5f, 0x3e, 0x53, 0x00}, // 33 0c94 968c 膜
lynxeyed_atsu 0:eb1247cc069b 3416 {0x1a, 0x7f, 0x46, 0x22, 0x1f, 0x7a, 0x46, 0x00}, // 33 0c95 968d æž•
lynxeyed_atsu 0:eb1247cc069b 3417 {0x42, 0x1d, 0x5f, 0x12, 0x7f, 0x2a, 0x7a, 0x00}, // 33 0c96 968e 鮪
lynxeyed_atsu 0:eb1247cc069b 3418 {0x1a, 0x7f, 0x4a, 0x79, 0x41, 0x7f, 0x49, 0x00}, // 33 0c97 968f 柾
lynxeyed_atsu 0:eb1247cc069b 3419 {0x5d, 0x1f, 0x5e, 0x37, 0x52, 0x77, 0x1e, 0x00}, // 33 0c98 9690 é±’
lynxeyed_atsu 0:eb1247cc069b 3420 {0x1a, 0x7f, 0x44, 0x2b, 0x1e, 0x12, 0x7f, 0x00}, // 33 0c99 9691 桝
lynxeyed_atsu 0:eb1247cc069b 3421 {0x22, 0x5a, 0x3e, 0x43, 0x7e, 0x0a, 0x32, 0x00}, // 33 0c9a 9692 亦
lynxeyed_atsu 0:eb1247cc069b 3422 {0x04, 0x7e, 0x45, 0x57, 0x3d, 0x57, 0x44, 0x00}, // 33 0c9b 9693 ä¿£
lynxeyed_atsu 0:eb1247cc069b 3423 {0x40, 0x41, 0x2d, 0x11, 0x29, 0x47, 0x40, 0x00}, // 33 0c9c 9694 又
lynxeyed_atsu 0:eb1247cc069b 3424 {0x52, 0x7f, 0x42, 0x2a, 0x7f, 0x2a, 0x42, 0x00}, // 33 0c9d 9695 抹
lynxeyed_atsu 0:eb1247cc069b 3425 {0x42, 0x4a, 0x2a, 0x7f, 0x2a, 0x4a, 0x42, 0x00}, // 33 0c9e 9696 末
lynxeyed_atsu 0:eb1247cc069b 3426 {0x65, 0x10, 0x42, 0x2a, 0x7f, 0x2a, 0x42, 0x00}, // 33 0c9f 9697 沫
lynxeyed_atsu 0:eb1247cc069b 3427 {0x49, 0x38, 0x44, 0x53, 0x6e, 0x66, 0x72, 0x00}, // 33 0ca0 9698 è¿„
lynxeyed_atsu 0:eb1247cc069b 3428 {0x04, 0x7e, 0x11, 0x0f, 0x55, 0x4d, 0x17, 0x00}, // 33 0ca1 9699 ä¾­
lynxeyed_atsu 0:eb1247cc069b 3429 {0x7a, 0x2a, 0x5f, 0x7a, 0x2f, 0x7a, 0x7a, 0x00}, // 33 0ca2 969a ç¹­
lynxeyed_atsu 0:eb1247cc069b 3430 {0x40, 0x3e, 0x6a, 0x7e, 0x6b, 0x7e, 0x6a, 0x00}, // 33 0ca3 969b 麿
lynxeyed_atsu 0:eb1247cc069b 3431 {0x41, 0x21, 0x1f, 0x05, 0x45, 0x7d, 0x01, 0x00}, // 33 0ca4 969c 万
lynxeyed_atsu 0:eb1247cc069b 3432 {0x06, 0x7f, 0x4c, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 33 0ca5 969d æ…¢
lynxeyed_atsu 0:eb1247cc069b 3433 {0x75, 0x00, 0x7a, 0x2f, 0x3a, 0x2f, 0x7a, 0x00}, // 33 0ca6 969e 満
lynxeyed_atsu 0:eb1247cc069b 3434 {0x75, 0x00, 0x4c, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 33 0ca7 969f 漫
lynxeyed_atsu 0:eb1247cc069b 3435 {0x42, 0x5a, 0x5f, 0x2e, 0x5f, 0x5a, 0x42, 0x00}, // 33 0ca8 96a0 蔓
lynxeyed_atsu 0:eb1247cc069b 3436 {0x1e, 0x12, 0x5e, 0x2a, 0x7f, 0x2a, 0x48, 0x00}, // 33 0ca9 96a1 味
lynxeyed_atsu 0:eb1247cc069b 3437 {0x48, 0x4a, 0x2a, 0x7f, 0x2a, 0x4a, 0x48, 0x00}, // 33 0caa 96a2 未
lynxeyed_atsu 0:eb1247cc069b 3438 {0x4e, 0x3f, 0x6e, 0x5a, 0x7f, 0x5a, 0x68, 0x00}, // 33 0cab 96a3 é­…
lynxeyed_atsu 0:eb1247cc069b 3439 {0x3f, 0x49, 0x49, 0x49, 0x49, 0x4f, 0x60, 0x00}, // 33 0cac 96a4 å·³
lynxeyed_atsu 0:eb1247cc069b 3440 {0x24, 0x6b, 0x3e, 0x2c, 0x3b, 0x6e, 0x22, 0x00}, // 33 0cad 96a5 箕
lynxeyed_atsu 0:eb1247cc069b 3441 {0x38, 0x3f, 0x3f, 0x15, 0x7f, 0x15, 0x1f, 0x00}, // 33 0cae 96a6 岬
lynxeyed_atsu 0:eb1247cc069b 3442 {0x16, 0x6a, 0x5e, 0x73, 0x56, 0x62, 0x16, 0x00}, // 33 0caf 96a7 密
lynxeyed_atsu 0:eb1247cc069b 3443 {0x56, 0x4a, 0x5e, 0x7b, 0x5e, 0x2a, 0x46, 0x00}, // 33 0cb0 96a8 蜜
lynxeyed_atsu 0:eb1247cc069b 3444 {0x75, 0x28, 0x1a, 0x4e, 0x3f, 0x4e, 0x1a, 0x00}, // 33 0cb1 96a9 湊
lynxeyed_atsu 0:eb1247cc069b 3445 {0x2a, 0x2a, 0x7f, 0x56, 0x3f, 0x4a, 0x4a, 0x00}, // 33 0cb2 96aa è“‘
lynxeyed_atsu 0:eb1247cc069b 3446 {0x35, 0x7f, 0x64, 0x2a, 0x4d, 0x5e, 0x64, 0x00}, // 33 0cb3 96ab 稔
lynxeyed_atsu 0:eb1247cc069b 3447 {0x7f, 0x15, 0x7f, 0x7a, 0x0a, 0x35, 0x55, 0x00}, // 33 0cb4 96ac 脈
lynxeyed_atsu 0:eb1247cc069b 3448 {0x5c, 0x37, 0x2c, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 33 0cb5 96ad 妙
lynxeyed_atsu 0:eb1247cc069b 3449 {0x35, 0x7e, 0x15, 0x2a, 0x2a, 0x7e, 0x55, 0x00}, // 33 0cb6 96ae 粍
lynxeyed_atsu 0:eb1247cc069b 3450 {0x40, 0x7f, 0x55, 0x1d, 0x35, 0x57, 0x50, 0x00}, // 33 0cb7 96af æ°‘
lynxeyed_atsu 0:eb1247cc069b 3451 {0x7f, 0x55, 0x7f, 0x7f, 0x55, 0x3d, 0x57, 0x00}, // 33 0cb8 96b0 眠
lynxeyed_atsu 0:eb1247cc069b 3452 {0x29, 0x5d, 0x7b, 0x54, 0x3b, 0x56, 0x7a, 0x00}, // 33 0cb9 96b1 å‹™
lynxeyed_atsu 0:eb1247cc069b 3453 {0x1a, 0x4e, 0x5b, 0x7e, 0x3b, 0x0e, 0x1a, 0x00}, // 33 0cba 96b2 夢
lynxeyed_atsu 0:eb1247cc069b 3454 {0x6b, 0x3e, 0x6a, 0x3e, 0x6a, 0x3e, 0x6a, 0x00}, // 33 0cbb 96b3 ç„¡
lynxeyed_atsu 0:eb1247cc069b 3455 {0x24, 0x34, 0x2e, 0x7d, 0x2c, 0x2a, 0x24, 0x00}, // 33 0cbc 96b4 牟
lynxeyed_atsu 0:eb1247cc069b 3456 {0x28, 0x29, 0x19, 0x4b, 0x7d, 0x0b, 0x18, 0x00}, // 33 0cbd 96b5 矛
lynxeyed_atsu 0:eb1247cc069b 3457 {0x56, 0x3a, 0x7f, 0x17, 0x5b, 0x2e, 0x76, 0x00}, // 33 0cbe 96b6 霧
lynxeyed_atsu 0:eb1247cc069b 3458 {0x75, 0x65, 0x3e, 0x45, 0x5e, 0x17, 0x76, 0x00}, // 33 0cbf 96b7 鵡
lynxeyed_atsu 0:eb1247cc069b 3459 {0x1a, 0x7f, 0x22, 0x4e, 0x7b, 0x0e, 0x22, 0x00}, // 33 0cc0 96b8 椋
lynxeyed_atsu 0:eb1247cc069b 3460 {0x5c, 0x37, 0x2c, 0x09, 0x77, 0x2d, 0x7b, 0x00}, // 33 0cc1 96b9 å©¿
lynxeyed_atsu 0:eb1247cc069b 3461 {0x5c, 0x37, 0x2c, 0x7e, 0x5b, 0x3a, 0x5e, 0x00}, // 33 0cc2 96ba 娘
lynxeyed_atsu 0:eb1247cc069b 3462 {0x53, 0x51, 0x1f, 0x1b, 0x1f, 0x51, 0x53, 0x00}, // 33 0cc3 96bb 冥
lynxeyed_atsu 0:eb1247cc069b 3463 {0x20, 0x24, 0x13, 0x7d, 0x55, 0x53, 0x70, 0x00}, // 33 0cc4 96bc 名
lynxeyed_atsu 0:eb1247cc069b 3464 {0x34, 0x34, 0x32, 0x05, 0x76, 0x14, 0x34, 0x00}, // 33 0cc5 96bd 命
lynxeyed_atsu 0:eb1247cc069b 3465 {0x1f, 0x15, 0x5f, 0x20, 0x1f, 0x55, 0x7f, 0x00}, // 33 0cc6 96be 明
lynxeyed_atsu 0:eb1247cc069b 3466 {0x47, 0x75, 0x57, 0x78, 0x57, 0x75, 0x4f, 0x00}, // 33 0cc7 96bf 盟
lynxeyed_atsu 0:eb1247cc069b 3467 {0x49, 0x38, 0x55, 0x4c, 0x7f, 0x4c, 0x55, 0x00}, // 33 0cc8 96c0 è¿·
lynxeyed_atsu 0:eb1247cc069b 3468 {0x56, 0x7d, 0x36, 0x14, 0x7b, 0x55, 0x73, 0x00}, // 33 0cc9 96c1 銘
lynxeyed_atsu 0:eb1247cc069b 3469 {0x1e, 0x1e, 0x40, 0x1e, 0x57, 0x16, 0x70, 0x00}, // 33 0cca 96c2 é³´
lynxeyed_atsu 0:eb1247cc069b 3470 {0x5c, 0x37, 0x2c, 0x45, 0x57, 0x7d, 0x55, 0x00}, // 33 0ccb 96c3 姪
lynxeyed_atsu 0:eb1247cc069b 3471 {0x14, 0x13, 0x7f, 0x0a, 0x7f, 0x48, 0x64, 0x00}, // 33 0ccc 96c4 牝
lynxeyed_atsu 0:eb1247cc069b 3472 {0x75, 0x3e, 0x56, 0x3e, 0x56, 0x3f, 0x52, 0x00}, // 33 0ccd 96c5 æ»…
lynxeyed_atsu 0:eb1247cc069b 3473 {0x42, 0x5e, 0x35, 0x1d, 0x77, 0x5c, 0x60, 0x00}, // 33 0cce 96c6 免
lynxeyed_atsu 0:eb1247cc069b 3474 {0x1a, 0x7f, 0x30, 0x1e, 0x7b, 0x1e, 0x30, 0x00}, // 33 0ccf 96c7 棉
lynxeyed_atsu 0:eb1247cc069b 3475 {0x2a, 0x75, 0x30, 0x1e, 0x7b, 0x1e, 0x30, 0x00}, // 33 0cd0 96c8 綿
lynxeyed_atsu 0:eb1247cc069b 3476 {0x2a, 0x75, 0x28, 0x7d, 0x57, 0x7d, 0x7d, 0x00}, // 33 0cd1 96c9 ç·¬
lynxeyed_atsu 0:eb1247cc069b 3477 {0x7d, 0x45, 0x7d, 0x57, 0x7d, 0x45, 0x7d, 0x00}, // 33 0cd2 96ca 面
lynxeyed_atsu 0:eb1247cc069b 3478 {0x52, 0x2f, 0x5a, 0x7d, 0x57, 0x7d, 0x7d, 0x00}, // 33 0cd3 96cb 麺
lynxeyed_atsu 0:eb1247cc069b 3479 {0x52, 0x7f, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 33 0cd4 96cc 摸
lynxeyed_atsu 0:eb1247cc069b 3480 {0x1a, 0x7f, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 33 0cd5 96cd 模
lynxeyed_atsu 0:eb1247cc069b 3481 {0x42, 0x3a, 0x0f, 0x4a, 0x5f, 0x2a, 0x5a, 0x00}, // 33 0cd6 96ce 茂
lynxeyed_atsu 0:eb1247cc069b 3482 {0x52, 0x5e, 0x7a, 0x5b, 0x3a, 0x5a, 0x52, 0x00}, // 33 0cd7 96cf 妄
lynxeyed_atsu 0:eb1247cc069b 3483 {0x44, 0x75, 0x55, 0x7d, 0x57, 0x75, 0x44, 0x00}, // 33 0cd8 96d0 å­Ÿ
lynxeyed_atsu 0:eb1247cc069b 3484 {0x28, 0x2a, 0x2a, 0x7e, 0x55, 0x55, 0x54, 0x00}, // 33 0cd9 96d1 毛
lynxeyed_atsu 0:eb1247cc069b 3485 {0x55, 0x3e, 0x45, 0x74, 0x7d, 0x77, 0x44, 0x00}, // 33 0cda 96d2 猛
lynxeyed_atsu 0:eb1247cc069b 3486 {0x02, 0x7e, 0x5a, 0x5b, 0x5a, 0x7a, 0x02, 0x00}, // 33 0cdb 96d3 盲
lynxeyed_atsu 0:eb1247cc069b 3487 {0x2a, 0x7d, 0x7f, 0x0d, 0x39, 0x2d, 0x7f, 0x00}, // 33 0cdc 96d4 網
lynxeyed_atsu 0:eb1247cc069b 3488 {0x2a, 0x7f, 0x2a, 0x2a, 0x7e, 0x55, 0x54, 0x00}, // 33 0cdd 96d5 耗
lynxeyed_atsu 0:eb1247cc069b 3489 {0x5a, 0x5a, 0x2f, 0x5a, 0x7f, 0x2a, 0x5a, 0x00}, // 33 0cde 96d6 è’™
lynxeyed_atsu 0:eb1247cc069b 3490 {0x04, 0x7e, 0x6b, 0x62, 0x1a, 0x6f, 0x6a, 0x00}, // 33 0cdf 96d7 儲
lynxeyed_atsu 0:eb1247cc069b 3491 {0x22, 0x12, 0x0a, 0x7f, 0x0a, 0x12, 0x22, 0x00}, // 33 0ce0 96d8 木
lynxeyed_atsu 0:eb1247cc069b 3492 {0x57, 0x1f, 0x57, 0x12, 0x4f, 0x12, 0x53, 0x00}, // 33 0ce1 96d9 é»™
lynxeyed_atsu 0:eb1247cc069b 3493 {0x00, 0x7f, 0x55, 0x55, 0x55, 0x55, 0x7f, 0x00}, // 33 0ce2 96da ç›®
lynxeyed_atsu 0:eb1247cc069b 3494 {0x4a, 0x5a, 0x56, 0x7f, 0x56, 0x5a, 0x4a, 0x00}, // 33 0ce3 96db 杢
lynxeyed_atsu 0:eb1247cc069b 3495 {0x24, 0x13, 0x4e, 0x22, 0x1e, 0x42, 0x7e, 0x00}, // 33 0ce4 96dc å‹¿
lynxeyed_atsu 0:eb1247cc069b 3496 {0x7a, 0x5d, 0x56, 0x3d, 0x14, 0x7d, 0x14, 0x00}, // 33 0ce5 96dd 餅
lynxeyed_atsu 0:eb1247cc069b 3497 {0x42, 0x42, 0x22, 0x1f, 0x7a, 0x43, 0x62, 0x00}, // 33 0ce6 96de å°¤
lynxeyed_atsu 0:eb1247cc069b 3498 {0x41, 0x3f, 0x55, 0x55, 0x3d, 0x57, 0x51, 0x00}, // 33 0ce7 96df 戻
lynxeyed_atsu 0:eb1247cc069b 3499 {0x35, 0x7e, 0x15, 0x49, 0x3f, 0x51, 0x7f, 0x00}, // 33 0ce8 96e0 ç±¾
lynxeyed_atsu 0:eb1247cc069b 3500 {0x42, 0x7f, 0x2a, 0x2f, 0x2a, 0x7f, 0x4a, 0x00}, // 33 0ce9 96e1 è²°
lynxeyed_atsu 0:eb1247cc069b 3501 {0x7f, 0x05, 0x77, 0x50, 0x77, 0x05, 0x7f, 0x00}, // 33 0cea 96e2 問
lynxeyed_atsu 0:eb1247cc069b 3502 {0x7f, 0x25, 0x77, 0x48, 0x67, 0x25, 0x7f, 0x00}, // 33 0ceb 96e3 悶
lynxeyed_atsu 0:eb1247cc069b 3503 {0x2a, 0x75, 0x42, 0x2e, 0x13, 0x2e, 0x42, 0x00}, // 33 0cec 96e4 ç´‹
lynxeyed_atsu 0:eb1247cc069b 3504 {0x7f, 0x05, 0x07, 0x00, 0x07, 0x45, 0x7f, 0x00}, // 33 0ced 96e5 é–€
lynxeyed_atsu 0:eb1247cc069b 3505 {0x48, 0x47, 0x2a, 0x1e, 0x12, 0x52, 0x7e, 0x00}, // 33 0cee 96e6 匁
lynxeyed_atsu 0:eb1247cc069b 3506 {0x08, 0x08, 0x3e, 0x48, 0x5f, 0x44, 0x6c, 0x00}, // 33 0cef 96e7 也
lynxeyed_atsu 0:eb1247cc069b 3507 {0x71, 0x00, 0x08, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 33 0cf0 96e8 冶
lynxeyed_atsu 0:eb1247cc069b 3508 {0x12, 0x7a, 0x06, 0x53, 0x5e, 0x2a, 0x5a, 0x00}, // 33 0cf1 96e9 夜
lynxeyed_atsu 0:eb1247cc069b 3509 {0x2a, 0x3a, 0x35, 0x74, 0x05, 0x7a, 0x2a, 0x00}, // 33 0cf2 96ea 爺
lynxeyed_atsu 0:eb1247cc069b 3510 {0x21, 0x3f, 0x2d, 0x7f, 0x11, 0x7f, 0x1b, 0x00}, // 33 0cf3 96eb 耶
lynxeyed_atsu 0:eb1247cc069b 3511 {0x5f, 0x55, 0x7f, 0x5f, 0x49, 0x7d, 0x1b, 0x00}, // 33 0cf4 96ec 野
lynxeyed_atsu 0:eb1247cc069b 3512 {0x5d, 0x77, 0x24, 0x5b, 0x7e, 0x0a, 0x32, 0x00}, // 33 0cf5 96ed å¼¥
lynxeyed_atsu 0:eb1247cc069b 3513 {0x4c, 0x4b, 0x2a, 0x1e, 0x2a, 0x4a, 0x48, 0x00}, // 33 0cf6 96ee 矢
lynxeyed_atsu 0:eb1247cc069b 3514 {0x40, 0x3f, 0x01, 0x7d, 0x45, 0x5d, 0x61, 0x00}, // 33 0cf7 96ef 厄
lynxeyed_atsu 0:eb1247cc069b 3515 {0x0a, 0x7d, 0x44, 0x5b, 0x29, 0x5f, 0x44, 0x00}, // 33 0cf8 96f0 å½¹
lynxeyed_atsu 0:eb1247cc069b 3516 {0x2a, 0x75, 0x28, 0x04, 0x0b, 0x52, 0x7e, 0x00}, // 33 0cf9 96f1 ç´„
lynxeyed_atsu 0:eb1247cc069b 3517 {0x56, 0x5a, 0x3f, 0x76, 0x3f, 0x5a, 0x56, 0x00}, // 33 0cfa 96f2 è–¬
lynxeyed_atsu 0:eb1247cc069b 3518 {0x6a, 0x6b, 0x40, 0x3f, 0x05, 0x1d, 0x67, 0x00}, // 33 0cfb 96f3 訳
lynxeyed_atsu 0:eb1247cc069b 3519 {0x77, 0x7d, 0x57, 0x20, 0x75, 0x7f, 0x57, 0x00}, // 33 0cfc 96f4 躍
lynxeyed_atsu 0:eb1247cc069b 3520 {0x2e, 0x33, 0x2e, 0x7a, 0x2f, 0x7a, 0x08, 0x00}, // 33 0cfd 96f5 靖
lynxeyed_atsu 0:eb1247cc069b 3521 {0x1a, 0x7f, 0x5e, 0x3d, 0x00, 0x7f, 0x1f, 0x00}, // 33 0cfe 96f6 柳
lynxeyed_atsu 0:eb1247cc069b 3522 {0x56, 0x6a, 0x5f, 0x36, 0x5b, 0x26, 0x5e, 0x00}, // 33 0cff 96f7 è–®
lynxeyed_atsu 0:eb1247cc069b 3523 {0x56, 0x7d, 0x36, 0x79, 0x46, 0x7f, 0x76, 0x00}, // 33 0d00 96f8 é‘“
lynxeyed_atsu 0:eb1247cc069b 3524 {0x06, 0x7f, 0x04, 0x72, 0x75, 0x06, 0x74, 0x00}, // 33 0d01 96f9 愉
lynxeyed_atsu 0:eb1247cc069b 3525 {0x64, 0x3c, 0x5a, 0x5d, 0x66, 0x1c, 0x64, 0x00}, // 33 0d02 96fa 愈
lynxeyed_atsu 0:eb1247cc069b 3526 {0x75, 0x00, 0x7e, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 33 0d03 96fb æ²¹
lynxeyed_atsu 0:eb1247cc069b 3527 {0x54, 0x3e, 0x5a, 0x3a, 0x47, 0x5a, 0x6a, 0x00}, // 33 0d04 96fc ç™’
lynxeyed_atsu 0:eb1247cc069b 3528 {0x6a, 0x6b, 0x04, 0x72, 0x75, 0x06, 0x74, 0x00}, // 34 0d05 9740 è«­
lynxeyed_atsu 0:eb1247cc069b 3529 {0x2d, 0x7f, 0x2d, 0x72, 0x75, 0x06, 0x74, 0x00}, // 34 0d06 9741 輸
lynxeyed_atsu 0:eb1247cc069b 3530 {0x1e, 0x12, 0x1e, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 34 0d07 9742 唯
lynxeyed_atsu 0:eb1247cc069b 3531 {0x04, 0x7e, 0x13, 0x7e, 0x4b, 0x4a, 0x7a, 0x00}, // 34 0d08 9743 佑
lynxeyed_atsu 0:eb1247cc069b 3532 {0x04, 0x7e, 0x59, 0x5f, 0x2f, 0x5f, 0x59, 0x00}, // 34 0d09 9744 優
lynxeyed_atsu 0:eb1247cc069b 3533 {0x50, 0x5d, 0x35, 0x1d, 0x17, 0x5d, 0x70, 0x00}, // 34 0d0a 9745 勇
lynxeyed_atsu 0:eb1247cc069b 3534 {0x22, 0x52, 0x4f, 0x5a, 0x2a, 0x5a, 0x42, 0x00}, // 34 0d0b 9746 友
lynxeyed_atsu 0:eb1247cc069b 3535 {0x26, 0x2a, 0x1e, 0x7b, 0x2a, 0x7a, 0x06, 0x00}, // 34 0d0c 9747 宥
lynxeyed_atsu 0:eb1247cc069b 3536 {0x7e, 0x5a, 0x55, 0x7f, 0x5a, 0x55, 0x7e, 0x00}, // 34 0d0d 9748 å¹½
lynxeyed_atsu 0:eb1247cc069b 3537 {0x64, 0x2e, 0x41, 0x4e, 0x6a, 0x05, 0x6b, 0x00}, // 34 0d0e 9749 æ‚ 
lynxeyed_atsu 0:eb1247cc069b 3538 {0x59, 0x59, 0x2f, 0x5f, 0x3f, 0x49, 0x59, 0x00}, // 34 0d0f 974a 憂
lynxeyed_atsu 0:eb1247cc069b 3539 {0x52, 0x7f, 0x24, 0x3f, 0x2d, 0x7f, 0x24, 0x00}, // 34 0d10 974b 揖
lynxeyed_atsu 0:eb1247cc069b 3540 {0x12, 0x0a, 0x7f, 0x2a, 0x2a, 0x7a, 0x02, 0x00}, // 34 0d11 974c 有
lynxeyed_atsu 0:eb1247cc069b 3541 {0x1a, 0x7f, 0x7e, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 34 0d12 974d 柚
lynxeyed_atsu 0:eb1247cc069b 3542 {0x75, 0x00, 0x50, 0x5d, 0x3d, 0x57, 0x7d, 0x00}, // 34 0d13 974e 湧
lynxeyed_atsu 0:eb1247cc069b 3543 {0x75, 0x00, 0x7d, 0x15, 0x7d, 0x17, 0x7d, 0x00}, // 34 0d14 974f 涌
lynxeyed_atsu 0:eb1247cc069b 3544 {0x55, 0x3e, 0x7b, 0x5f, 0x4a, 0x5f, 0x7a, 0x00}, // 34 0d15 9750 猶
lynxeyed_atsu 0:eb1247cc069b 3545 {0x7a, 0x5f, 0x4e, 0x7b, 0x44, 0x3f, 0x45, 0x00}, // 34 0d16 9751 猷
lynxeyed_atsu 0:eb1247cc069b 3546 {0x7e, 0x4a, 0x4a, 0x7f, 0x4a, 0x4a, 0x7e, 0x00}, // 34 0d17 9752 ç”±
lynxeyed_atsu 0:eb1247cc069b 3547 {0x12, 0x7b, 0x16, 0x12, 0x7f, 0x4a, 0x7a, 0x00}, // 34 0d18 9753 祐
lynxeyed_atsu 0:eb1247cc069b 3548 {0x12, 0x7b, 0x36, 0x09, 0x64, 0x69, 0x12, 0x00}, // 34 0d19 9754 裕
lynxeyed_atsu 0:eb1247cc069b 3549 {0x6b, 0x62, 0x5a, 0x37, 0x1f, 0x37, 0x6a, 0x00}, // 34 0d1a 9755 誘
lynxeyed_atsu 0:eb1247cc069b 3550 {0x49, 0x38, 0x52, 0x6f, 0x5a, 0x77, 0x5e, 0x00}, // 34 0d1b 9756 遊
lynxeyed_atsu 0:eb1247cc069b 3551 {0x3c, 0x57, 0x55, 0x5d, 0x57, 0x5c, 0x60, 0x00}, // 34 0d1c 9757 é‚‘
lynxeyed_atsu 0:eb1247cc069b 3552 {0x54, 0x5d, 0x7f, 0x55, 0x7f, 0x25, 0x1b, 0x00}, // 34 0d1d 9758 郵
lynxeyed_atsu 0:eb1247cc069b 3553 {0x12, 0x6f, 0x52, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 34 0d1e 9759 雄
lynxeyed_atsu 0:eb1247cc069b 3554 {0x79, 0x2f, 0x6f, 0x79, 0x4e, 0x7b, 0x6e, 0x00}, // 34 0d1f 975a 融
lynxeyed_atsu 0:eb1247cc069b 3555 {0x00, 0x48, 0x44, 0x4b, 0x2a, 0x12, 0x0e, 0x00}, // 34 0d20 975b 夕
lynxeyed_atsu 0:eb1247cc069b 3556 {0x08, 0x09, 0x4b, 0x7d, 0x0b, 0x09, 0x18, 0x00}, // 34 0d21 975c 予
lynxeyed_atsu 0:eb1247cc069b 3557 {0x54, 0x34, 0x56, 0x7d, 0x16, 0x34, 0x54, 0x00}, // 34 0d22 975d ä½™
lynxeyed_atsu 0:eb1247cc069b 3558 {0x10, 0x10, 0x1f, 0x5a, 0x7a, 0x12, 0x10, 0x00}, // 34 0d23 975e 与
lynxeyed_atsu 0:eb1247cc069b 3559 {0x0a, 0x67, 0x6a, 0x6b, 0x6a, 0x67, 0x0a, 0x00}, // 34 0d24 975f 誉
lynxeyed_atsu 0:eb1247cc069b 3560 {0x5e, 0x55, 0x1a, 0x1f, 0x1a, 0x55, 0x5f, 0x00}, // 34 0d25 9760 輿
lynxeyed_atsu 0:eb1247cc069b 3561 {0x08, 0x49, 0x7d, 0x1b, 0x5d, 0x17, 0x5d, 0x00}, // 34 0d26 9761 預
lynxeyed_atsu 0:eb1247cc069b 3562 {0x04, 0x7e, 0x3f, 0x7a, 0x2e, 0x7f, 0x7a, 0x00}, // 34 0d27 9762 å‚­
lynxeyed_atsu 0:eb1247cc069b 3563 {0x44, 0x6c, 0x53, 0x28, 0x62, 0x1f, 0x7e, 0x00}, // 34 0d28 9763 å¹¼
lynxeyed_atsu 0:eb1247cc069b 3564 {0x44, 0x5c, 0x37, 0x2c, 0x4a, 0x3e, 0x49, 0x00}, // 34 0d29 9764 妖
lynxeyed_atsu 0:eb1247cc069b 3565 {0x26, 0x2a, 0x76, 0x6b, 0x76, 0x2a, 0x26, 0x00}, // 34 0d2a 9765 容
lynxeyed_atsu 0:eb1247cc069b 3566 {0x40, 0x3e, 0x7a, 0x2e, 0x7f, 0x2e, 0x7a, 0x00}, // 34 0d2b 9766 庸
lynxeyed_atsu 0:eb1247cc069b 3567 {0x52, 0x7f, 0x24, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 34 0d2c 9767 揚
lynxeyed_atsu 0:eb1247cc069b 3568 {0x52, 0x7f, 0x68, 0x4a, 0x7e, 0x49, 0x6b, 0x00}, // 34 0d2d 9768 揺
lynxeyed_atsu 0:eb1247cc069b 3569 {0x52, 0x7f, 0x5a, 0x36, 0x0b, 0x7e, 0x56, 0x00}, // 34 0d2e 9769 擁
lynxeyed_atsu 0:eb1247cc069b 3570 {0x3e, 0x2a, 0x3e, 0x25, 0x77, 0x7d, 0x57, 0x00}, // 34 0d2f 976a 曜
lynxeyed_atsu 0:eb1247cc069b 3571 {0x1a, 0x7f, 0x24, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 34 0d30 976b 楊
lynxeyed_atsu 0:eb1247cc069b 3572 {0x1a, 0x7f, 0x5a, 0x2f, 0x7e, 0x2f, 0x5a, 0x00}, // 34 0d31 976c 様
lynxeyed_atsu 0:eb1247cc069b 3573 {0x75, 0x00, 0x22, 0x2b, 0x7e, 0x2b, 0x22, 0x00}, // 34 0d32 976d æ´‹
lynxeyed_atsu 0:eb1247cc069b 3574 {0x75, 0x00, 0x26, 0x16, 0x6b, 0x76, 0x26, 0x00}, // 34 0d33 976e 溶
lynxeyed_atsu 0:eb1247cc069b 3575 {0x4c, 0x3f, 0x26, 0x16, 0x6b, 0x76, 0x26, 0x00}, // 34 0d34 976f 熔
lynxeyed_atsu 0:eb1247cc069b 3576 {0x40, 0x3f, 0x15, 0x7f, 0x15, 0x55, 0x7f, 0x00}, // 34 0d35 9770 用
lynxeyed_atsu 0:eb1247cc069b 3577 {0x66, 0x2a, 0x6e, 0x3b, 0x6e, 0x2a, 0x66, 0x00}, // 34 0d36 9771 窯
lynxeyed_atsu 0:eb1247cc069b 3578 {0x22, 0x2a, 0x2b, 0x7e, 0x2a, 0x2b, 0x22, 0x00}, // 34 0d37 9772 羊
lynxeyed_atsu 0:eb1247cc069b 3579 {0x4a, 0x3c, 0x3f, 0x2a, 0x75, 0x7f, 0x57, 0x00}, // 34 0d38 9773 耀
lynxeyed_atsu 0:eb1247cc069b 3580 {0x52, 0x5e, 0x33, 0x76, 0x37, 0x56, 0x52, 0x00}, // 34 0d39 9774 葉
lynxeyed_atsu 0:eb1247cc069b 3581 {0x26, 0x2a, 0x77, 0x6a, 0x77, 0x2a, 0x26, 0x00}, // 34 0d3a 9775 蓉
lynxeyed_atsu 0:eb1247cc069b 3582 {0x51, 0x57, 0x75, 0x5f, 0x35, 0x57, 0x51, 0x00}, // 34 0d3b 9776 要
lynxeyed_atsu 0:eb1247cc069b 3583 {0x6a, 0x6b, 0x60, 0x4a, 0x7e, 0x49, 0x6b, 0x00}, // 34 0d3c 9777 謡
lynxeyed_atsu 0:eb1247cc069b 3584 {0x77, 0x7d, 0x2b, 0x7c, 0x15, 0x7f, 0x7d, 0x00}, // 34 0d3d 9778 踊
lynxeyed_atsu 0:eb1247cc069b 3585 {0x49, 0x38, 0x6a, 0x4a, 0x7e, 0x49, 0x6b, 0x00}, // 34 0d3e 9779 遥
lynxeyed_atsu 0:eb1247cc069b 3586 {0x7f, 0x1b, 0x24, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 34 0d3f 977a 陽
lynxeyed_atsu 0:eb1247cc069b 3587 {0x2a, 0x1a, 0x7b, 0x7e, 0x3a, 0x5b, 0x2a, 0x00}, // 34 0d40 977b 養
lynxeyed_atsu 0:eb1247cc069b 3588 {0x64, 0x3d, 0x5a, 0x45, 0x53, 0x0e, 0x56, 0x00}, // 34 0d41 977c æ…¾
lynxeyed_atsu 0:eb1247cc069b 3589 {0x52, 0x7f, 0x3e, 0x11, 0x7e, 0x02, 0x1e, 0x00}, // 34 0d42 977d 抑
lynxeyed_atsu 0:eb1247cc069b 3590 {0x12, 0x69, 0x64, 0x69, 0x44, 0x3b, 0x46, 0x00}, // 34 0d43 977e 欲
lynxeyed_atsu 0:eb1247cc069b 3591 {0x75, 0x00, 0x48, 0x4a, 0x3e, 0x49, 0x48, 0x00}, // 35 0d44 9780 沃
lynxeyed_atsu 0:eb1247cc069b 3592 {0x75, 0x00, 0x12, 0x69, 0x64, 0x69, 0x12, 0x00}, // 35 0d45 9781 æµ´
lynxeyed_atsu 0:eb1247cc069b 3593 {0x49, 0x5b, 0x75, 0x5f, 0x7b, 0x55, 0x4f, 0x00}, // 35 0d46 9782 翌
lynxeyed_atsu 0:eb1247cc069b 3594 {0x51, 0x5b, 0x15, 0x1f, 0x1b, 0x55, 0x57, 0x00}, // 35 0d47 9783 翼
lynxeyed_atsu 0:eb1247cc069b 3595 {0x75, 0x00, 0x46, 0x32, 0x47, 0x7e, 0x56, 0x00}, // 35 0d48 9784 æ·€
lynxeyed_atsu 0:eb1247cc069b 3596 {0x2f, 0x75, 0x27, 0x7d, 0x57, 0x7d, 0x57, 0x00}, // 35 0d49 9785 ç¾…
lynxeyed_atsu 0:eb1247cc069b 3597 {0x4e, 0x7b, 0x57, 0x1d, 0x77, 0x15, 0x57, 0x00}, // 35 0d4a 9786 螺
lynxeyed_atsu 0:eb1247cc069b 3598 {0x12, 0x7b, 0x57, 0x35, 0x7f, 0x35, 0x57, 0x00}, // 35 0d4b 9787 裸
lynxeyed_atsu 0:eb1247cc069b 3599 {0x52, 0x56, 0x32, 0x7f, 0x32, 0x56, 0x52, 0x00}, // 35 0d4c 9788 来
lynxeyed_atsu 0:eb1247cc069b 3600 {0x52, 0x56, 0x33, 0x7e, 0x33, 0x56, 0x52, 0x00}, // 35 0d4d 9789 莱
lynxeyed_atsu 0:eb1247cc069b 3601 {0x42, 0x2e, 0x7f, 0x2e, 0x5d, 0x17, 0x5d, 0x00}, // 35 0d4e 978a é ¼
lynxeyed_atsu 0:eb1247cc069b 3602 {0x06, 0x72, 0x57, 0x77, 0x53, 0x76, 0x06, 0x00}, // 35 0d4f 978b é›·
lynxeyed_atsu 0:eb1247cc069b 3603 {0x75, 0x00, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 35 0d50 978c æ´›
lynxeyed_atsu 0:eb1247cc069b 3604 {0x2a, 0x75, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 35 0d51 978d 絡
lynxeyed_atsu 0:eb1247cc069b 3605 {0x56, 0x02, 0x2b, 0x6a, 0x57, 0x6e, 0x22, 0x00}, // 35 0d52 978e 落
lynxeyed_atsu 0:eb1247cc069b 3606 {0x7d, 0x6f, 0x7d, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 35 0d53 978f é…ª
lynxeyed_atsu 0:eb1247cc069b 3607 {0x04, 0x76, 0x5e, 0x75, 0x7f, 0x40, 0x60, 0x00}, // 35 0d54 9790 ä¹±
lynxeyed_atsu 0:eb1247cc069b 3608 {0x1e, 0x56, 0x3d, 0x00, 0x7f, 0x05, 0x1f, 0x00}, // 35 0d55 9791 卵
lynxeyed_atsu 0:eb1247cc069b 3609 {0x43, 0x3e, 0x5a, 0x7f, 0x3a, 0x7e, 0x43, 0x00}, // 35 0d56 9792 嵐
lynxeyed_atsu 0:eb1247cc069b 3610 {0x1a, 0x7f, 0x7f, 0x2b, 0x7c, 0x2b, 0x7f, 0x00}, // 35 0d57 9793 欄
lynxeyed_atsu 0:eb1247cc069b 3611 {0x75, 0x00, 0x4f, 0x69, 0x60, 0x6b, 0x4a, 0x00}, // 35 0d58 9794 æ¿«
lynxeyed_atsu 0:eb1247cc069b 3612 {0x42, 0x5e, 0x77, 0x62, 0x6f, 0x4a, 0x4a, 0x00}, // 35 0d59 9795 藍
lynxeyed_atsu 0:eb1247cc069b 3613 {0x7e, 0x56, 0x37, 0x7a, 0x37, 0x56, 0x7e, 0x00}, // 35 0d5a 9796 蘭
lynxeyed_atsu 0:eb1247cc069b 3614 {0x47, 0x47, 0x3d, 0x38, 0x7b, 0x46, 0x66, 0x00}, // 35 0d5b 9797 覧
lynxeyed_atsu 0:eb1247cc069b 3615 {0x24, 0x15, 0x7f, 0x15, 0x0e, 0x40, 0x7f, 0x00}, // 35 0d5c 9798 利
lynxeyed_atsu 0:eb1247cc069b 3616 {0x42, 0x4e, 0x5a, 0x3f, 0x4a, 0x4e, 0x42, 0x00}, // 35 0d5d 9799 吏
lynxeyed_atsu 0:eb1247cc069b 3617 {0x40, 0x3f, 0x2b, 0x77, 0x5f, 0x2b, 0x5b, 0x00}, // 35 0d5e 979a å±¥
lynxeyed_atsu 0:eb1247cc069b 3618 {0x2a, 0x2a, 0x26, 0x6f, 0x3e, 0x26, 0x2a, 0x00}, // 35 0d5f 979b 李
lynxeyed_atsu 0:eb1247cc069b 3619 {0x5a, 0x57, 0x3f, 0x7a, 0x37, 0x50, 0x5f, 0x00}, // 35 0d60 979c 梨
lynxeyed_atsu 0:eb1247cc069b 3620 {0x2a, 0x3e, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 35 0d61 979d 理
lynxeyed_atsu 0:eb1247cc069b 3621 {0x2a, 0x3e, 0x72, 0x5e, 0x7b, 0x3e, 0x72, 0x00}, // 35 0d62 979e ç’ƒ
lynxeyed_atsu 0:eb1247cc069b 3622 {0x54, 0x3e, 0x2a, 0x7a, 0x27, 0x5a, 0x7a, 0x00}, // 35 0d63 979f ç—¢
lynxeyed_atsu 0:eb1247cc069b 3623 {0x52, 0x3e, 0x7a, 0x5f, 0x3a, 0x5e, 0x52, 0x00}, // 35 0d64 97a0 裏
lynxeyed_atsu 0:eb1247cc069b 3624 {0x12, 0x7b, 0x36, 0x5f, 0x55, 0x7f, 0x5f, 0x00}, // 35 0d65 97a1 裡
lynxeyed_atsu 0:eb1247cc069b 3625 {0x40, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x40, 0x00}, // 35 0d66 97a2 里
lynxeyed_atsu 0:eb1247cc069b 3626 {0x72, 0x5e, 0x7b, 0x36, 0x7f, 0x7e, 0x4b, 0x00}, // 35 0d67 97a3 離
lynxeyed_atsu 0:eb1247cc069b 3627 {0x7f, 0x1b, 0x54, 0x4e, 0x67, 0x5e, 0x54, 0x00}, // 35 0d68 97a4 陸
lynxeyed_atsu 0:eb1247cc069b 3628 {0x0a, 0x7d, 0x2a, 0x2a, 0x7f, 0x2e, 0x24, 0x00}, // 35 0d69 97a5 律
lynxeyed_atsu 0:eb1247cc069b 3629 {0x22, 0x36, 0x2a, 0x77, 0x22, 0x36, 0x22, 0x00}, // 35 0d6a 97a6 率
lynxeyed_atsu 0:eb1247cc069b 3630 {0x42, 0x46, 0x7a, 0x43, 0x72, 0x4e, 0x42, 0x00}, // 35 0d6b 97a7 ç«‹
lynxeyed_atsu 0:eb1247cc069b 3631 {0x2a, 0x76, 0x2b, 0x2a, 0x7f, 0x3a, 0x22, 0x00}, // 35 0d6c 97a8 è‘Ž
lynxeyed_atsu 0:eb1247cc069b 3632 {0x52, 0x7f, 0x22, 0x4e, 0x7b, 0x0e, 0x22, 0x00}, // 35 0d6d 97a9 掠
lynxeyed_atsu 0:eb1247cc069b 3633 {0x3e, 0x3e, 0x3e, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 35 0d6e 97aa ç•¥
lynxeyed_atsu 0:eb1247cc069b 3634 {0x56, 0x6d, 0x74, 0x6b, 0x57, 0x00, 0x7f, 0x00}, // 35 0d6f 97ab 劉
lynxeyed_atsu 0:eb1247cc069b 3635 {0x75, 0x00, 0x4a, 0x3e, 0x7b, 0x06, 0x6a, 0x00}, // 35 0d70 97ac 流
lynxeyed_atsu 0:eb1247cc069b 3636 {0x75, 0x00, 0x0e, 0x7a, 0x79, 0x77, 0x0f, 0x00}, // 35 0d71 97ad 溜
lynxeyed_atsu 0:eb1247cc069b 3637 {0x2a, 0x3e, 0x4a, 0x3e, 0x7b, 0x06, 0x6a, 0x00}, // 35 0d72 97ae 琉
lynxeyed_atsu 0:eb1247cc069b 3638 {0x0e, 0x7a, 0x59, 0x74, 0x59, 0x77, 0x0f, 0x00}, // 35 0d73 97af ç•™
lynxeyed_atsu 0:eb1247cc069b 3639 {0x09, 0x37, 0x71, 0x2a, 0x6e, 0x0b, 0x6a, 0x00}, // 35 0d74 97b0 ç¡«
lynxeyed_atsu 0:eb1247cc069b 3640 {0x35, 0x7e, 0x43, 0x7e, 0x63, 0x5e, 0x42, 0x00}, // 35 0d75 97b1 ç²’
lynxeyed_atsu 0:eb1247cc069b 3641 {0x7f, 0x1b, 0x48, 0x5a, 0x75, 0x5b, 0x48, 0x00}, // 35 0d76 97b2 隆
lynxeyed_atsu 0:eb1247cc069b 3642 {0x08, 0x3a, 0x2e, 0x3b, 0x6e, 0x7a, 0x48, 0x00}, // 35 0d77 97b3 竜
lynxeyed_atsu 0:eb1247cc069b 3643 {0x0a, 0x7e, 0x2b, 0x7e, 0x0a, 0x77, 0x5d, 0x00}, // 35 0d78 97b4 龍
lynxeyed_atsu 0:eb1247cc069b 3644 {0x04, 0x7e, 0x01, 0x77, 0x5d, 0x55, 0x77, 0x00}, // 35 0d79 97b5 侶
lynxeyed_atsu 0:eb1247cc069b 3645 {0x40, 0x3c, 0x64, 0x3c, 0x5f, 0x5a, 0x6a, 0x00}, // 35 0d7a 97b6 æ…®
lynxeyed_atsu 0:eb1247cc069b 3646 {0x62, 0x1f, 0x7a, 0x14, 0x7b, 0x26, 0x52, 0x00}, // 35 0d7b 97b7 æ—…
lynxeyed_atsu 0:eb1247cc069b 3647 {0x40, 0x3c, 0x24, 0x74, 0x3f, 0x3a, 0x6a, 0x00}, // 35 0d7c 97b8 虜
lynxeyed_atsu 0:eb1247cc069b 3648 {0x01, 0x01, 0x41, 0x7d, 0x05, 0x03, 0x01, 0x00}, // 35 0d7d 97b9 了
lynxeyed_atsu 0:eb1247cc069b 3649 {0x5a, 0x4e, 0x2a, 0x0b, 0x6a, 0x4e, 0x5a, 0x00}, // 35 0d7e 97ba 亮
lynxeyed_atsu 0:eb1247cc069b 3650 {0x04, 0x7e, 0x4b, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 35 0d7f 97bb 僚
lynxeyed_atsu 0:eb1247cc069b 3651 {0x7d, 0x35, 0x25, 0x3f, 0x25, 0x35, 0x7d, 0x00}, // 35 0d80 97bc 両
lynxeyed_atsu 0:eb1247cc069b 3652 {0x71, 0x00, 0x28, 0x5a, 0x2f, 0x5a, 0x48, 0x00}, // 35 0d81 97bd 凌
lynxeyed_atsu 0:eb1247cc069b 3653 {0x56, 0x0a, 0x3e, 0x6b, 0x3e, 0x0a, 0x56, 0x00}, // 35 0d82 97be 寮
lynxeyed_atsu 0:eb1247cc069b 3654 {0x35, 0x7e, 0x25, 0x2a, 0x20, 0x7f, 0x10, 0x00}, // 35 0d83 97bf æ–™
lynxeyed_atsu 0:eb1247cc069b 3655 {0x55, 0x50, 0x39, 0x77, 0x39, 0x5f, 0x54, 0x00}, // 35 0d84 97c0 梁
lynxeyed_atsu 0:eb1247cc069b 3656 {0x75, 0x00, 0x22, 0x4e, 0x7b, 0x0e, 0x22, 0x00}, // 35 0d85 97c1 涼
lynxeyed_atsu 0:eb1247cc069b 3657 {0x55, 0x4a, 0x3d, 0x14, 0x7d, 0x16, 0x7d, 0x00}, // 35 0d86 97c2 猟
lynxeyed_atsu 0:eb1247cc069b 3658 {0x54, 0x3e, 0x4a, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 35 0d87 97c3 療
lynxeyed_atsu 0:eb1247cc069b 3659 {0x7f, 0x55, 0x7f, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 35 0d88 97c4 çž­
lynxeyed_atsu 0:eb1247cc069b 3660 {0x35, 0x7f, 0x28, 0x5a, 0x2f, 0x5a, 0x48, 0x00}, // 35 0d89 97c5 稜
lynxeyed_atsu 0:eb1247cc069b 3661 {0x35, 0x7e, 0x45, 0x5f, 0x7d, 0x5f, 0x44, 0x00}, // 35 0d8a 97c6 糧
lynxeyed_atsu 0:eb1247cc069b 3662 {0x40, 0x7e, 0x5a, 0x1b, 0x3a, 0x5e, 0x40, 0x00}, // 35 0d8b 97c7 良
lynxeyed_atsu 0:eb1247cc069b 3663 {0x6b, 0x6a, 0x22, 0x4e, 0x7b, 0x0e, 0x22, 0x00}, // 35 0d8c 97c8 è«’
lynxeyed_atsu 0:eb1247cc069b 3664 {0x49, 0x38, 0x6a, 0x5e, 0x6b, 0x5e, 0x6a, 0x00}, // 35 0d8d 97c9 遼
lynxeyed_atsu 0:eb1247cc069b 3665 {0x44, 0x5f, 0x55, 0x7d, 0x55, 0x5f, 0x44, 0x00}, // 35 0d8e 97ca 量
lynxeyed_atsu 0:eb1247cc069b 3666 {0x7f, 0x1b, 0x28, 0x5a, 0x2f, 0x5a, 0x48, 0x00}, // 35 0d8f 97cb 陵
lynxeyed_atsu 0:eb1247cc069b 3667 {0x16, 0x75, 0x36, 0x41, 0x1d, 0x17, 0x5d, 0x00}, // 35 0d90 97cc é ˜
lynxeyed_atsu 0:eb1247cc069b 3668 {0x42, 0x22, 0x1a, 0x07, 0x02, 0x42, 0x7e, 0x00}, // 35 0d91 97cd 力
lynxeyed_atsu 0:eb1247cc069b 3669 {0x2a, 0x75, 0x54, 0x25, 0x7d, 0x27, 0x54, 0x00}, // 35 0d92 97ce ç·‘
lynxeyed_atsu 0:eb1247cc069b 3670 {0x04, 0x7e, 0x75, 0x32, 0x75, 0x36, 0x74, 0x00}, // 35 0d93 97cf 倫
lynxeyed_atsu 0:eb1247cc069b 3671 {0x40, 0x3f, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 35 0d94 97d0 厘
lynxeyed_atsu 0:eb1247cc069b 3672 {0x22, 0x1a, 0x7f, 0x12, 0x0a, 0x7f, 0x12, 0x00}, // 35 0d95 97d1 æž—
lynxeyed_atsu 0:eb1247cc069b 3673 {0x75, 0x22, 0x1a, 0x7f, 0x1a, 0x7f, 0x12, 0x00}, // 35 0d96 97d2 æ·‹
lynxeyed_atsu 0:eb1247cc069b 3674 {0x4c, 0x3f, 0x55, 0x32, 0x27, 0x72, 0x25, 0x00}, // 35 0d97 97d3 燐
lynxeyed_atsu 0:eb1247cc069b 3675 {0x2a, 0x3e, 0x1a, 0x7f, 0x1a, 0x7f, 0x12, 0x00}, // 35 0d98 97d4 琳
lynxeyed_atsu 0:eb1247cc069b 3676 {0x7f, 0x55, 0x77, 0x5d, 0x64, 0x6f, 0x6e, 0x00}, // 35 0d99 97d5 臨
lynxeyed_atsu 0:eb1247cc069b 3677 {0x2d, 0x7f, 0x2d, 0x72, 0x35, 0x76, 0x74, 0x00}, // 35 0d9a 97d6 輪
lynxeyed_atsu 0:eb1247cc069b 3678 {0x7f, 0x25, 0x5b, 0x32, 0x27, 0x72, 0x25, 0x00}, // 35 0d9b 97d7 隣
lynxeyed_atsu 0:eb1247cc069b 3679 {0x5d, 0x1f, 0x55, 0x32, 0x27, 0x72, 0x25, 0x00}, // 35 0d9c 97d8 é±—
lynxeyed_atsu 0:eb1247cc069b 3680 {0x7e, 0x3b, 0x2e, 0x55, 0x32, 0x27, 0x75, 0x00}, // 35 0d9d 97d9 麟
lynxeyed_atsu 0:eb1247cc069b 3681 {0x2a, 0x3e, 0x0e, 0x7a, 0x79, 0x77, 0x0f, 0x00}, // 35 0d9e 97da ç‘ 
lynxeyed_atsu 0:eb1247cc069b 3682 {0x28, 0x57, 0x45, 0x67, 0x45, 0x57, 0x28, 0x00}, // 35 0d9f 97db 塁
lynxeyed_atsu 0:eb1247cc069b 3683 {0x75, 0x00, 0x21, 0x5f, 0x55, 0x3d, 0x57, 0x00}, // 35 0da0 97dc 涙
lynxeyed_atsu 0:eb1247cc069b 3684 {0x50, 0x17, 0x1d, 0x77, 0x15, 0x0f, 0x50, 0x00}, // 35 0da1 97dd ç´¯
lynxeyed_atsu 0:eb1247cc069b 3685 {0x55, 0x52, 0x3f, 0x52, 0x5d, 0x17, 0x5d, 0x00}, // 35 0da2 97de é¡ž
lynxeyed_atsu 0:eb1247cc069b 3686 {0x14, 0x14, 0x12, 0x75, 0x16, 0x14, 0x34, 0x00}, // 35 0da3 97df 令
lynxeyed_atsu 0:eb1247cc069b 3687 {0x04, 0x7e, 0x15, 0x12, 0x75, 0x16, 0x34, 0x00}, // 35 0da4 97e0 伶
lynxeyed_atsu 0:eb1247cc069b 3688 {0x04, 0x7e, 0x49, 0x37, 0x1d, 0x4e, 0x7f, 0x00}, // 35 0da5 97e1 例
lynxeyed_atsu 0:eb1247cc069b 3689 {0x71, 0x00, 0x14, 0x12, 0x75, 0x16, 0x34, 0x00}, // 35 0da6 97e2 冷
lynxeyed_atsu 0:eb1247cc069b 3690 {0x7f, 0x65, 0x1d, 0x75, 0x62, 0x1f, 0x7e, 0x00}, // 35 0da7 97e3 励
lynxeyed_atsu 0:eb1247cc069b 3691 {0x17, 0x72, 0x36, 0x43, 0x1a, 0x1e, 0x5b, 0x00}, // 35 0da8 97e4 嶺
lynxeyed_atsu 0:eb1247cc069b 3692 {0x06, 0x7f, 0x14, 0x12, 0x75, 0x16, 0x34, 0x00}, // 35 0da9 97e5 怜
lynxeyed_atsu 0:eb1247cc069b 3693 {0x2a, 0x3e, 0x14, 0x12, 0x75, 0x16, 0x34, 0x00}, // 35 0daa 97e6 玲
lynxeyed_atsu 0:eb1247cc069b 3694 {0x12, 0x7b, 0x16, 0x00, 0x7f, 0x40, 0x60, 0x00}, // 35 0dab 97e7 礼
lynxeyed_atsu 0:eb1247cc069b 3695 {0x12, 0x12, 0x1b, 0x76, 0x1b, 0x12, 0x32, 0x00}, // 35 0dac 97e8 è‹“
lynxeyed_atsu 0:eb1247cc069b 3696 {0x56, 0x7d, 0x36, 0x12, 0x75, 0x16, 0x34, 0x00}, // 35 0dad 97e9 鈴
lynxeyed_atsu 0:eb1247cc069b 3697 {0x2a, 0x6f, 0x2a, 0x5a, 0x7f, 0x2e, 0x54, 0x00}, // 35 0dae 97ea éš·
lynxeyed_atsu 0:eb1247cc069b 3698 {0x16, 0x12, 0x1f, 0x77, 0x1b, 0x16, 0x36, 0x00}, // 35 0daf 97eb 零
lynxeyed_atsu 0:eb1247cc069b 3699 {0x56, 0x62, 0x57, 0x77, 0x53, 0x66, 0x56, 0x00}, // 35 0db0 97ec 霊
lynxeyed_atsu 0:eb1247cc069b 3700 {0x43, 0x3d, 0x77, 0x5c, 0x17, 0x7d, 0x57, 0x00}, // 35 0db1 97ed 麗
lynxeyed_atsu 0:eb1247cc069b 3701 {0x7e, 0x54, 0x6f, 0x7a, 0x16, 0x75, 0x36, 0x00}, // 35 0db2 97ee é½¢
lynxeyed_atsu 0:eb1247cc069b 3702 {0x40, 0x3f, 0x75, 0x5f, 0x55, 0x5f, 0x75, 0x00}, // 35 0db3 97ef 暦
lynxeyed_atsu 0:eb1247cc069b 3703 {0x40, 0x3f, 0x45, 0x6f, 0x45, 0x7f, 0x55, 0x00}, // 35 0db4 97f0 æ­´
lynxeyed_atsu 0:eb1247cc069b 3704 {0x49, 0x37, 0x1d, 0x01, 0x0e, 0x40, 0x7f, 0x00}, // 35 0db5 97f1 列
lynxeyed_atsu 0:eb1247cc069b 3705 {0x54, 0x52, 0x38, 0x1f, 0x14, 0x52, 0x74, 0x00}, // 35 0db6 97f2 劣
lynxeyed_atsu 0:eb1247cc069b 3706 {0x49, 0x17, 0x4d, 0x01, 0x46, 0x10, 0x5f, 0x00}, // 35 0db7 97f3 烈
lynxeyed_atsu 0:eb1247cc069b 3707 {0x55, 0x3b, 0x77, 0x51, 0x36, 0x50, 0x5f, 0x00}, // 35 0db8 97f4 裂
lynxeyed_atsu 0:eb1247cc069b 3708 {0x40, 0x3e, 0x52, 0x36, 0x7f, 0x3e, 0x5a, 0x00}, // 35 0db9 97f5 廉
lynxeyed_atsu 0:eb1247cc069b 3709 {0x6a, 0x22, 0x4e, 0x43, 0x6e, 0x02, 0x6a, 0x00}, // 35 0dba 97f6 恋
lynxeyed_atsu 0:eb1247cc069b 3710 {0x06, 0x7f, 0x55, 0x32, 0x27, 0x72, 0x25, 0x00}, // 35 0dbb 97f7 憐
lynxeyed_atsu 0:eb1247cc069b 3711 {0x75, 0x00, 0x79, 0x52, 0x5e, 0x7f, 0x52, 0x00}, // 35 0dbc 97f8 æ¼£
lynxeyed_atsu 0:eb1247cc069b 3712 {0x4c, 0x3f, 0x42, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 35 0dbd 97f9 ç…‰
lynxeyed_atsu 0:eb1247cc069b 3713 {0x44, 0x3b, 0x56, 0x3c, 0x7f, 0x36, 0x5e, 0x00}, // 35 0dbe 97fa ç°¾
lynxeyed_atsu 0:eb1247cc069b 3714 {0x2a, 0x75, 0x42, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 35 0dbf 97fb ç·´
lynxeyed_atsu 0:eb1247cc069b 3715 {0x21, 0x3f, 0x7f, 0x5a, 0x35, 0x7a, 0x35, 0x00}, // 35 0dc0 97fc 聯
lynxeyed_atsu 0:eb1247cc069b 3716 {0x52, 0x36, 0x43, 0x5a, 0x7f, 0x5a, 0x5a, 0x00}, // 36 0dc1 9840 è“®
lynxeyed_atsu 0:eb1247cc069b 3717 {0x49, 0x38, 0x52, 0x5e, 0x7f, 0x5e, 0x52, 0x00}, // 36 0dc2 9841 連
lynxeyed_atsu 0:eb1247cc069b 3718 {0x56, 0x7d, 0x56, 0x2e, 0x7f, 0x2e, 0x42, 0x00}, // 36 0dc3 9842 錬
lynxeyed_atsu 0:eb1247cc069b 3719 {0x00, 0x70, 0x57, 0x5d, 0x55, 0x57, 0x70, 0x00}, // 36 0dc4 9843 å‘‚
lynxeyed_atsu 0:eb1247cc069b 3720 {0x12, 0x6e, 0x7d, 0x6d, 0x7f, 0x6c, 0x10, 0x00}, // 36 0dc5 9844 é­¯
lynxeyed_atsu 0:eb1247cc069b 3721 {0x1a, 0x7f, 0x12, 0x6e, 0x7d, 0x6f, 0x10, 0x00}, // 36 0dc6 9845 æ«“
lynxeyed_atsu 0:eb1247cc069b 3722 {0x4c, 0x3f, 0x44, 0x3d, 0x15, 0x15, 0x1d, 0x00}, // 36 0dc7 9846 炉
lynxeyed_atsu 0:eb1247cc069b 3723 {0x5f, 0x15, 0x5f, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 36 0dc8 9847 賂
lynxeyed_atsu 0:eb1247cc069b 3724 {0x77, 0x7d, 0x57, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 36 0dc9 9848 è·¯
lynxeyed_atsu 0:eb1247cc069b 3725 {0x5e, 0x6a, 0x5f, 0x37, 0x6b, 0x7e, 0x26, 0x00}, // 36 0dca 9849 露
lynxeyed_atsu 0:eb1247cc069b 3726 {0x46, 0x4b, 0x2a, 0x1f, 0x4a, 0x7b, 0x06, 0x00}, // 36 0dcb 984a 労
lynxeyed_atsu 0:eb1247cc069b 3727 {0x54, 0x5e, 0x76, 0x5f, 0x36, 0x5e, 0x54, 0x00}, // 36 0dcc 984b 婁
lynxeyed_atsu 0:eb1247cc069b 3728 {0x40, 0x3e, 0x7a, 0x5e, 0x23, 0x7e, 0x36, 0x00}, // 36 0dcd 984c 廊
lynxeyed_atsu 0:eb1247cc069b 3729 {0x10, 0x55, 0x3d, 0x17, 0x7d, 0x15, 0x10, 0x00}, // 36 0dce 984d 弄
lynxeyed_atsu 0:eb1247cc069b 3730 {0x7e, 0x4b, 0x2e, 0x40, 0x3f, 0x55, 0x7f, 0x00}, // 36 0dcf 984e 朗
lynxeyed_atsu 0:eb1247cc069b 3731 {0x1a, 0x7f, 0x55, 0x7a, 0x57, 0x32, 0x55, 0x00}, // 36 0dd0 984f 楼
lynxeyed_atsu 0:eb1247cc069b 3732 {0x1a, 0x7f, 0x3e, 0x2b, 0x0e, 0x7f, 0x1b, 0x00}, // 36 0dd1 9850 榔
lynxeyed_atsu 0:eb1247cc069b 3733 {0x75, 0x00, 0x7e, 0x5a, 0x3b, 0x5e, 0x40, 0x00}, // 36 0dd2 9851 浪
lynxeyed_atsu 0:eb1247cc069b 3734 {0x75, 0x40, 0x3f, 0x6b, 0x7b, 0x2b, 0x6b, 0x00}, // 36 0dd3 9852 漏
lynxeyed_atsu 0:eb1247cc069b 3735 {0x36, 0x2e, 0x2a, 0x7f, 0x2a, 0x2a, 0x26, 0x00}, // 36 0dd4 9853 牢
lynxeyed_atsu 0:eb1247cc069b 3736 {0x55, 0x4a, 0x3d, 0x7e, 0x5a, 0x3b, 0x5e, 0x00}, // 36 0dd5 9854 狼
lynxeyed_atsu 0:eb1247cc069b 3737 {0x14, 0x13, 0x3e, 0x34, 0x7b, 0x56, 0x52, 0x00}, // 36 0dd6 9855 篭
lynxeyed_atsu 0:eb1247cc069b 3738 {0x28, 0x1a, 0x0a, 0x7f, 0x5e, 0x5a, 0x49, 0x00}, // 36 0dd7 9856 老
lynxeyed_atsu 0:eb1247cc069b 3739 {0x2a, 0x3e, 0x2b, 0x3e, 0x32, 0x7b, 0x2d, 0x00}, // 36 0dd8 9857 聾
lynxeyed_atsu 0:eb1247cc069b 3740 {0x4e, 0x7b, 0x3d, 0x14, 0x7d, 0x16, 0x7d, 0x00}, // 36 0dd9 9858 蝋
lynxeyed_atsu 0:eb1247cc069b 3741 {0x7e, 0x4b, 0x6e, 0x00, 0x7f, 0x25, 0x1b, 0x00}, // 36 0dda 9859 郎
lynxeyed_atsu 0:eb1247cc069b 3742 {0x42, 0x22, 0x1a, 0x03, 0x1a, 0x22, 0x42, 0x00}, // 36 0ddb 985a å…­
lynxeyed_atsu 0:eb1247cc069b 3743 {0x42, 0x3f, 0x76, 0x5c, 0x16, 0x7f, 0x56, 0x00}, // 36 0ddc 985b 麓
lynxeyed_atsu 0:eb1247cc069b 3744 {0x12, 0x7b, 0x56, 0x25, 0x7d, 0x27, 0x54, 0x00}, // 36 0ddd 985c 禄
lynxeyed_atsu 0:eb1247cc069b 3745 {0x7f, 0x15, 0x7f, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 36 0dde 985d è‚‹
lynxeyed_atsu 0:eb1247cc069b 3746 {0x56, 0x7d, 0x56, 0x25, 0x7d, 0x27, 0x54, 0x00}, // 36 0ddf 985e 録
lynxeyed_atsu 0:eb1247cc069b 3747 {0x6a, 0x6b, 0x74, 0x32, 0x75, 0x36, 0x74, 0x00}, // 36 0de0 985f è«–
lynxeyed_atsu 0:eb1247cc069b 3748 {0x0c, 0x7f, 0x5a, 0x77, 0x5f, 0x37, 0x5a, 0x00}, // 36 0de1 9860 倭
lynxeyed_atsu 0:eb1247cc069b 3749 {0x24, 0x15, 0x7f, 0x15, 0x7e, 0x42, 0x7e, 0x00}, // 36 0de2 9861 和
lynxeyed_atsu 0:eb1247cc069b 3750 {0x6a, 0x6b, 0x04, 0x76, 0x5e, 0x75, 0x04, 0x00}, // 36 0de3 9862 話
lynxeyed_atsu 0:eb1247cc069b 3751 {0x45, 0x6d, 0x4b, 0x7f, 0x59, 0x5b, 0x45, 0x00}, // 36 0de4 9863 æ­ª
lynxeyed_atsu 0:eb1247cc069b 3752 {0x5f, 0x15, 0x5f, 0x12, 0x7f, 0x2a, 0x7a, 0x00}, // 36 0de5 9864 賄
lynxeyed_atsu 0:eb1247cc069b 3753 {0x7f, 0x15, 0x7f, 0x22, 0x77, 0x22, 0x76, 0x00}, // 36 0de6 9865 脇
lynxeyed_atsu 0:eb1247cc069b 3754 {0x6a, 0x2e, 0x4e, 0x42, 0x6b, 0x06, 0x6b, 0x00}, // 36 0de7 9866 惑
lynxeyed_atsu 0:eb1247cc069b 3755 {0x1a, 0x7f, 0x2a, 0x26, 0x73, 0x2e, 0x28, 0x00}, // 36 0de8 9867 æž 
lynxeyed_atsu 0:eb1247cc069b 3756 {0x52, 0x0e, 0x5b, 0x1e, 0x5a, 0x17, 0x7a, 0x00}, // 36 0de9 9868 é·²
lynxeyed_atsu 0:eb1247cc069b 3757 {0x41, 0x51, 0x4f, 0x55, 0x6d, 0x5d, 0x41, 0x00}, // 36 0dea 9869 亙
lynxeyed_atsu 0:eb1247cc069b 3758 {0x41, 0x7f, 0x6b, 0x6b, 0x6b, 0x7f, 0x41, 0x00}, // 36 0deb 986a 亘
lynxeyed_atsu 0:eb1247cc069b 3759 {0x42, 0x1d, 0x5f, 0x0b, 0x3f, 0x2c, 0x6b, 0x00}, // 36 0dec 986b 鰐
lynxeyed_atsu 0:eb1247cc069b 3760 {0x6b, 0x62, 0x16, 0x1a, 0x7b, 0x56, 0x56, 0x00}, // 36 0ded 986c è©«
lynxeyed_atsu 0:eb1247cc069b 3761 {0x5a, 0x4a, 0x3f, 0x76, 0x3f, 0x4a, 0x5a, 0x00}, // 36 0dee 986d 藁
lynxeyed_atsu 0:eb1247cc069b 3762 {0x42, 0x3e, 0x57, 0x3a, 0x4f, 0x3a, 0x5a, 0x00}, // 36 0def 986e 蕨
lynxeyed_atsu 0:eb1247cc069b 3763 {0x1a, 0x7f, 0x56, 0x2a, 0x7b, 0x4a, 0x5e, 0x00}, // 36 0df0 986f 椀
lynxeyed_atsu 0:eb1247cc069b 3764 {0x75, 0x00, 0x0a, 0x3e, 0x33, 0x3e, 0x6a, 0x00}, // 36 0df1 9870 æ¹¾
lynxeyed_atsu 0:eb1247cc069b 3765 {0x09, 0x37, 0x31, 0x56, 0x2a, 0x7b, 0x5e, 0x00}, // 36 0df2 9871 碗
lynxeyed_atsu 0:eb1247cc069b 3766 {0x7f, 0x15, 0x7f, 0x56, 0x2a, 0x7b, 0x5e, 0x00}, // 36 0df3 9872 è…•
lynxeyed_atsu 0:eb1247cc069b 3767 {0x12, 0x12, 0x12, 0x12, 0x0f, 0x32, 0x43, 0x00}, // 37 0df4 989f 弌
lynxeyed_atsu 0:eb1247cc069b 3768 {0x01, 0x1d, 0x11, 0x1f, 0x15, 0x55, 0x71, 0x00}, // 37 0df5 98a0 丐
lynxeyed_atsu 0:eb1247cc069b 3769 {0x49, 0x49, 0x45, 0x7f, 0x41, 0x45, 0x49, 0x00}, // 37 0df6 98a1 丕
lynxeyed_atsu 0:eb1247cc069b 3770 {0x04, 0x04, 0x02, 0x7d, 0x02, 0x04, 0x04, 0x00}, // 37 0df7 98a2 个
lynxeyed_atsu 0:eb1247cc069b 3771 {0x1e, 0x50, 0x3f, 0x00, 0x7f, 0x10, 0x1e, 0x00}, // 37 0df8 98a3 丱
lynxeyed_atsu 0:eb1247cc069b 3772 {0x00, 0x00, 0x02, 0x04, 0x18, 0x00, 0x00, 0x00}, // 37 0df9 98a4 丶
lynxeyed_atsu 0:eb1247cc069b 3773 {0x12, 0x52, 0x3f, 0x16, 0x12, 0x7f, 0x12, 0x00}, // 37 0dfa 98a5 丼
lynxeyed_atsu 0:eb1247cc069b 3774 {0x00, 0x40, 0x40, 0x20, 0x1f, 0x00, 0x00, 0x00}, // 37 0dfb 98a6 丿
lynxeyed_atsu 0:eb1247cc069b 3775 {0x40, 0x43, 0x2c, 0x10, 0x2c, 0x43, 0x40, 0x00}, // 37 0dfc 98a7 乂
lynxeyed_atsu 0:eb1247cc069b 3776 {0x2c, 0x3e, 0x06, 0x7e, 0x05, 0x3d, 0x2c, 0x00}, // 37 0dfd 98a8 ä¹–
lynxeyed_atsu 0:eb1247cc069b 3777 {0x54, 0x5e, 0x26, 0x7e, 0x25, 0x5d, 0x54, 0x00}, // 37 0dfe 98a9 乘
lynxeyed_atsu 0:eb1247cc069b 3778 {0x72, 0x55, 0x37, 0x7d, 0x02, 0x7f, 0x40, 0x00}, // 37 0dff 98aa 亂
lynxeyed_atsu 0:eb1247cc069b 3779 {0x00, 0x00, 0x40, 0x7f, 0x00, 0x00, 0x00, 0x00}, // 37 0e00 98ab 亅
lynxeyed_atsu 0:eb1247cc069b 3780 {0x49, 0x7d, 0x2b, 0x5e, 0x7d, 0x2f, 0x50, 0x00}, // 37 0e01 98ac 豫
lynxeyed_atsu 0:eb1247cc069b 3781 {0x12, 0x16, 0x5a, 0x7f, 0x3a, 0x3e, 0x12, 0x00}, // 37 0e02 98ad 亊
lynxeyed_atsu 0:eb1247cc069b 3782 {0x6a, 0x5d, 0x6a, 0x09, 0x4b, 0x7d, 0x1b, 0x00}, // 37 0e03 98ae 舒
lynxeyed_atsu 0:eb1247cc069b 3783 {0x22, 0x2a, 0x2a, 0x22, 0x0f, 0x32, 0x43, 0x00}, // 37 0e04 98af 弍
lynxeyed_atsu 0:eb1247cc069b 3784 {0x08, 0x09, 0x49, 0x7f, 0x09, 0x09, 0x08, 0x00}, // 37 0e05 98b0 于
lynxeyed_atsu 0:eb1247cc069b 3785 {0x5d, 0x55, 0x77, 0x41, 0x77, 0x55, 0x5d, 0x00}, // 37 0e06 98b1 亞
lynxeyed_atsu 0:eb1247cc069b 3786 {0x59, 0x59, 0x67, 0x7d, 0x6d, 0x55, 0x6d, 0x00}, // 37 0e07 98b2 亟
lynxeyed_atsu 0:eb1247cc069b 3787 {0x08, 0x08, 0x08, 0x0e, 0x08, 0x08, 0x08, 0x00}, // 37 0e08 98b3 亠
lynxeyed_atsu 0:eb1247cc069b 3788 {0x42, 0x42, 0x3a, 0x0b, 0x7a, 0x42, 0x62, 0x00}, // 37 0e09 98b4 亢
lynxeyed_atsu 0:eb1247cc069b 3789 {0x42, 0x3e, 0x5a, 0x7b, 0x1a, 0x3e, 0x42, 0x00}, // 37 0e0a 98b5 亰
lynxeyed_atsu 0:eb1247cc069b 3790 {0x1a, 0x2e, 0x2a, 0x7b, 0x5a, 0x4e, 0x5a, 0x00}, // 37 0e0b 98b6 亳
lynxeyed_atsu 0:eb1247cc069b 3791 {0x42, 0x4e, 0x7e, 0x5b, 0x7e, 0x4e, 0x42, 0x00}, // 37 0e0c 98b7 亶
lynxeyed_atsu 0:eb1247cc069b 3792 {0x40, 0x30, 0x0f, 0x50, 0x20, 0x1f, 0x60, 0x00}, // 37 0e0d 98b8 从
lynxeyed_atsu 0:eb1247cc069b 3793 {0x04, 0x7e, 0x41, 0x3f, 0x01, 0x47, 0x7c, 0x00}, // 37 0e0e 98b9 仍
lynxeyed_atsu 0:eb1247cc069b 3794 {0x40, 0x3f, 0x41, 0x21, 0x1f, 0x21, 0x41, 0x00}, // 37 0e0f 98ba 仄
lynxeyed_atsu 0:eb1247cc069b 3795 {0x04, 0x7e, 0x01, 0x00, 0x7f, 0x08, 0x10, 0x00}, // 37 0e10 98bb 仆
lynxeyed_atsu 0:eb1247cc069b 3796 {0x04, 0x7e, 0x01, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 37 0e11 98bc 仂
lynxeyed_atsu 0:eb1247cc069b 3797 {0x04, 0x7e, 0x43, 0x2a, 0x1f, 0x22, 0x42, 0x00}, // 37 0e12 98bd ä»—
lynxeyed_atsu 0:eb1247cc069b 3798 {0x04, 0x7e, 0x11, 0x4d, 0x3f, 0x41, 0x7f, 0x00}, // 37 0e13 98be 仞
lynxeyed_atsu 0:eb1247cc069b 3799 {0x04, 0x7e, 0x01, 0x45, 0x3f, 0x51, 0x7f, 0x00}, // 37 0e14 98bf ä»­
lynxeyed_atsu 0:eb1247cc069b 3800 {0x04, 0x7e, 0x09, 0x0a, 0x7e, 0x09, 0x08, 0x00}, // 37 0e15 98c0 仟
lynxeyed_atsu 0:eb1247cc069b 3801 {0x04, 0x7e, 0x45, 0x3a, 0x01, 0x7a, 0x04, 0x00}, // 37 0e16 98c1 ä»·
lynxeyed_atsu 0:eb1247cc069b 3802 {0x04, 0x7e, 0x43, 0x3a, 0x0b, 0x7a, 0x42, 0x00}, // 37 0e17 98c2 伉
lynxeyed_atsu 0:eb1247cc069b 3803 {0x04, 0x7e, 0x4d, 0x2b, 0x1f, 0x2a, 0x48, 0x00}, // 37 0e18 98c3 佚
lynxeyed_atsu 0:eb1247cc069b 3804 {0x04, 0x7e, 0x05, 0x74, 0x5f, 0x74, 0x04, 0x00}, // 37 0e19 98c4 ä¼°
lynxeyed_atsu 0:eb1247cc069b 3805 {0x0c, 0x7f, 0x5a, 0x3f, 0x16, 0x7f, 0x36, 0x00}, // 37 0e1a 98c5 ä½›
lynxeyed_atsu 0:eb1247cc069b 3806 {0x04, 0x7e, 0x05, 0x1b, 0x1a, 0x42, 0x7e, 0x00}, // 37 0e1b 98c6 佝
lynxeyed_atsu 0:eb1247cc069b 3807 {0x04, 0x7e, 0x07, 0x7a, 0x53, 0x4a, 0x66, 0x00}, // 37 0e1c 98c7 ä½—
lynxeyed_atsu 0:eb1247cc069b 3808 {0x04, 0x7e, 0x01, 0x06, 0x4a, 0x7b, 0x0e, 0x00}, // 37 0e1d 98c8 佇
lynxeyed_atsu 0:eb1247cc069b 3809 {0x04, 0x7e, 0x03, 0x6a, 0x6f, 0x6a, 0x02, 0x00}, // 37 0e1e 98c9 佶
lynxeyed_atsu 0:eb1247cc069b 3810 {0x04, 0x7e, 0x09, 0x4a, 0x55, 0x2b, 0x18, 0x00}, // 37 0e1f 98ca 侈
lynxeyed_atsu 0:eb1247cc069b 3811 {0x04, 0x7e, 0x4d, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 37 0e20 98cb 侏
lynxeyed_atsu 0:eb1247cc069b 3812 {0x04, 0x7e, 0x17, 0x1a, 0x7b, 0x56, 0x56, 0x00}, // 37 0e21 98cc 侘
lynxeyed_atsu 0:eb1247cc069b 3813 {0x0c, 0x7f, 0x4a, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 37 0e22 98cd ä½»
lynxeyed_atsu 0:eb1247cc069b 3814 {0x04, 0x7e, 0x7f, 0x35, 0x7d, 0x35, 0x7f, 0x00}, // 37 0e23 98ce 佩
lynxeyed_atsu 0:eb1247cc069b 3815 {0x04, 0x7e, 0x01, 0x7d, 0x57, 0x55, 0x7d, 0x00}, // 37 0e24 98cf ä½°
lynxeyed_atsu 0:eb1247cc069b 3816 {0x04, 0x7e, 0x01, 0x12, 0x7f, 0x2a, 0x7a, 0x00}, // 37 0e25 98d0 侑
lynxeyed_atsu 0:eb1247cc069b 3817 {0x0c, 0x7f, 0x22, 0x2b, 0x7e, 0x2b, 0x22, 0x00}, // 37 0e26 98d1 佯
lynxeyed_atsu 0:eb1247cc069b 3818 {0x52, 0x4e, 0x32, 0x7f, 0x32, 0x4e, 0x52, 0x00}, // 37 0e27 98d2 來
lynxeyed_atsu 0:eb1247cc069b 3819 {0x74, 0x34, 0x72, 0x35, 0x76, 0x34, 0x74, 0x00}, // 37 0e28 98d3 ä¾–
lynxeyed_atsu 0:eb1247cc069b 3820 {0x04, 0x7e, 0x51, 0x6a, 0x7f, 0x6e, 0x54, 0x00}, // 37 0e29 98d4 儘
lynxeyed_atsu 0:eb1247cc069b 3821 {0x04, 0x7e, 0x01, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 37 0e2a 98d5 ä¿”
lynxeyed_atsu 0:eb1247cc069b 3822 {0x04, 0x7e, 0x01, 0x56, 0x5d, 0x34, 0x56, 0x00}, // 37 0e2b 98d6 ä¿Ÿ
lynxeyed_atsu 0:eb1247cc069b 3823 {0x44, 0x33, 0x44, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 37 0e2c 98d7 ä¿Ž
lynxeyed_atsu 0:eb1247cc069b 3824 {0x04, 0x7e, 0x23, 0x29, 0x6b, 0x39, 0x22, 0x00}, // 37 0e2d 98d8 俘
lynxeyed_atsu 0:eb1247cc069b 3825 {0x04, 0x7e, 0x5d, 0x36, 0x1d, 0x77, 0x5c, 0x00}, // 37 0e2e 98d9 ä¿›
lynxeyed_atsu 0:eb1247cc069b 3826 {0x04, 0x7e, 0x7d, 0x15, 0x7d, 0x17, 0x7d, 0x00}, // 37 0e2f 98da ä¿‘
lynxeyed_atsu 0:eb1247cc069b 3827 {0x04, 0x7e, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 37 0e30 98db ä¿š
lynxeyed_atsu 0:eb1247cc069b 3828 {0x04, 0x7e, 0x35, 0x7f, 0x15, 0x4e, 0x7f, 0x00}, // 37 0e31 98dc 俐
lynxeyed_atsu 0:eb1247cc069b 3829 {0x0c, 0x7f, 0x5a, 0x2b, 0x7e, 0x2b, 0x6e, 0x00}, // 37 0e32 98dd 俤
lynxeyed_atsu 0:eb1247cc069b 3830 {0x04, 0x7e, 0x23, 0x3e, 0x7f, 0x3e, 0x22, 0x00}, // 37 0e33 98de ä¿¥
lynxeyed_atsu 0:eb1247cc069b 3831 {0x04, 0x7e, 0x13, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 37 0e34 98df 倚
lynxeyed_atsu 0:eb1247cc069b 3832 {0x04, 0x7e, 0x41, 0x3f, 0x6b, 0x5f, 0x6b, 0x00}, // 37 0e35 98e0 倨
lynxeyed_atsu 0:eb1247cc069b 3833 {0x04, 0x7e, 0x3f, 0x65, 0x4d, 0x7d, 0x6f, 0x00}, // 37 0e36 98e1 倔
lynxeyed_atsu 0:eb1247cc069b 3834 {0x04, 0x7e, 0x5f, 0x35, 0x10, 0x75, 0x5f, 0x00}, // 37 0e37 98e2 倪
lynxeyed_atsu 0:eb1247cc069b 3835 {0x04, 0x7e, 0x47, 0x56, 0x73, 0x56, 0x46, 0x00}, // 37 0e38 98e3 倥
lynxeyed_atsu 0:eb1247cc069b 3836 {0x04, 0x7e, 0x33, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 37 0e39 98e4 倅
lynxeyed_atsu 0:eb1247cc069b 3837 {0x04, 0x7e, 0x2b, 0x26, 0x73, 0x2e, 0x28, 0x00}, // 37 0e3a 98e5 伜
lynxeyed_atsu 0:eb1247cc069b 3838 {0x04, 0x7e, 0x29, 0x7f, 0x4a, 0x31, 0x4f, 0x00}, // 37 0e3b 98e6 俶
lynxeyed_atsu 0:eb1247cc069b 3839 {0x0c, 0x7f, 0x7c, 0x57, 0x55, 0x57, 0x7c, 0x00}, // 37 0e3c 98e7 倡
lynxeyed_atsu 0:eb1247cc069b 3840 {0x04, 0x7e, 0x09, 0x7a, 0x3f, 0x7a, 0x08, 0x00}, // 37 0e3d 98e8 倩
lynxeyed_atsu 0:eb1247cc069b 3841 {0x04, 0x7e, 0x21, 0x3c, 0x77, 0x3e, 0x22, 0x00}, // 37 0e3e 98e9 倬
lynxeyed_atsu 0:eb1247cc069b 3842 {0x04, 0x7e, 0x2f, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 37 0e3f 98ea 俾
lynxeyed_atsu 0:eb1247cc069b 3843 {0x04, 0x7e, 0x3f, 0x72, 0x0b, 0x52, 0x7a, 0x00}, // 37 0e40 98eb 俯
lynxeyed_atsu 0:eb1247cc069b 3844 {0x04, 0x7e, 0x7f, 0x07, 0x00, 0x47, 0x7f, 0x00}, // 37 0e41 98ec 們
lynxeyed_atsu 0:eb1247cc069b 3845 {0x04, 0x7e, 0x7d, 0x35, 0x7f, 0x35, 0x7d, 0x00}, // 37 0e42 98ed 倆
lynxeyed_atsu 0:eb1247cc069b 3846 {0x04, 0x7e, 0x7f, 0x49, 0x6f, 0x57, 0x69, 0x00}, // 37 0e43 98ee 偃
lynxeyed_atsu 0:eb1247cc069b 3847 {0x04, 0x7e, 0x7f, 0x2b, 0x58, 0x2d, 0x5f, 0x00}, // 37 0e44 98ef 假
lynxeyed_atsu 0:eb1247cc069b 3848 {0x04, 0x7c, 0x56, 0x5d, 0x56, 0x7c, 0x04, 0x00}, // 37 0e45 98f0 會
lynxeyed_atsu 0:eb1247cc069b 3849 {0x04, 0x7e, 0x0f, 0x6a, 0x70, 0x6f, 0x0a, 0x00}, // 37 0e46 98f1 偕
lynxeyed_atsu 0:eb1247cc069b 3850 {0x04, 0x7e, 0x3b, 0x0e, 0x5b, 0x4e, 0x2a, 0x00}, // 37 0e47 98f2 偐
lynxeyed_atsu 0:eb1247cc069b 3851 {0x04, 0x7e, 0x11, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 37 0e48 98f3 偈
lynxeyed_atsu 0:eb1247cc069b 3852 {0x0c, 0x7f, 0x3a, 0x2f, 0x7a, 0x3f, 0x5e, 0x00}, // 37 0e49 98f4 做
lynxeyed_atsu 0:eb1247cc069b 3853 {0x04, 0x7e, 0x29, 0x1a, 0x6f, 0x7a, 0x69, 0x00}, // 37 0e4a 98f5 偖
lynxeyed_atsu 0:eb1247cc069b 3854 {0x04, 0x7e, 0x65, 0x2b, 0x4e, 0x52, 0x6e, 0x00}, // 37 0e4b 98f6 偬
lynxeyed_atsu 0:eb1247cc069b 3855 {0x04, 0x7e, 0x05, 0x73, 0x75, 0x26, 0x54, 0x00}, // 37 0e4c 98f7 偸
lynxeyed_atsu 0:eb1247cc069b 3856 {0x04, 0x7e, 0x5f, 0x2a, 0x7f, 0x6a, 0x5e, 0x00}, // 37 0e4d 98f8 å‚€
lynxeyed_atsu 0:eb1247cc069b 3857 {0x0c, 0x7f, 0x56, 0x23, 0x56, 0x3f, 0x5e, 0x00}, // 37 0e4e 98f9 å‚š
lynxeyed_atsu 0:eb1247cc069b 3858 {0x04, 0x7e, 0x13, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 37 0e4f 98fa å‚…
lynxeyed_atsu 0:eb1247cc069b 3859 {0x04, 0x7e, 0x7f, 0x71, 0x47, 0x77, 0x71, 0x00}, // 37 0e50 98fb å‚´
lynxeyed_atsu 0:eb1247cc069b 3860 {0x0c, 0x7f, 0x4a, 0x3f, 0x6a, 0x3f, 0x5e, 0x00}, // 37 0e51 98fc 傲
lynxeyed_atsu 0:eb1247cc069b 3861 {0x5c, 0x34, 0x5e, 0x05, 0x5e, 0x34, 0x5c, 0x00}, // 38 0e52 9940 僉
lynxeyed_atsu 0:eb1247cc069b 3862 {0x04, 0x7e, 0x15, 0x6f, 0x57, 0x4f, 0x15, 0x00}, // 38 0e53 9941 僊
lynxeyed_atsu 0:eb1247cc069b 3863 {0x04, 0x7e, 0x13, 0x3e, 0x5f, 0x76, 0x1a, 0x00}, // 38 0e54 9942 傳
lynxeyed_atsu 0:eb1247cc069b 3864 {0x04, 0x7e, 0x55, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 38 0e55 9943 僂
lynxeyed_atsu 0:eb1247cc069b 3865 {0x04, 0x7e, 0x13, 0x7e, 0x57, 0x7e, 0x12, 0x00}, // 38 0e56 9944 僖
lynxeyed_atsu 0:eb1247cc069b 3866 {0x04, 0x7e, 0x53, 0x1d, 0x57, 0x1d, 0x72, 0x00}, // 38 0e57 9945 僞
lynxeyed_atsu 0:eb1247cc069b 3867 {0x04, 0x7e, 0x5d, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 38 0e58 9946 僥
lynxeyed_atsu 0:eb1247cc069b 3868 {0x0c, 0x7f, 0x14, 0x6f, 0x76, 0x6f, 0x16, 0x00}, // 38 0e59 9947 僭
lynxeyed_atsu 0:eb1247cc069b 3869 {0x0c, 0x7f, 0x0a, 0x77, 0x5a, 0x77, 0x0a, 0x00}, // 38 0e5a 9948 僣
lynxeyed_atsu 0:eb1247cc069b 3870 {0x04, 0x7e, 0x4b, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 38 0e5b 9949 僮
lynxeyed_atsu 0:eb1247cc069b 3871 {0x04, 0x7e, 0x41, 0x3b, 0x3b, 0x3b, 0x41, 0x00}, // 38 0e5c 994a 價
lynxeyed_atsu 0:eb1247cc069b 3872 {0x04, 0x7e, 0x01, 0x49, 0x7f, 0x7f, 0x49, 0x00}, // 38 0e5d 994b 僵
lynxeyed_atsu 0:eb1247cc069b 3873 {0x04, 0x7e, 0x5d, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 38 0e5e 994c 儉
lynxeyed_atsu 0:eb1247cc069b 3874 {0x0c, 0x7f, 0x74, 0x1f, 0x2a, 0x1f, 0x7a, 0x00}, // 38 0e5f 994d 儁
lynxeyed_atsu 0:eb1247cc069b 3875 {0x0c, 0x7f, 0x36, 0x77, 0x56, 0x37, 0x56, 0x00}, // 38 0e60 994e å„‚
lynxeyed_atsu 0:eb1247cc069b 3876 {0x04, 0x7e, 0x4f, 0x69, 0x60, 0x6b, 0x4a, 0x00}, // 38 0e61 994f å„–
lynxeyed_atsu 0:eb1247cc069b 3877 {0x04, 0x7e, 0x4b, 0x36, 0x2b, 0x76, 0x0a, 0x00}, // 38 0e62 9950 å„•
lynxeyed_atsu 0:eb1247cc069b 3878 {0x04, 0x7e, 0x35, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 38 0e63 9951 å„”
lynxeyed_atsu 0:eb1247cc069b 3879 {0x0c, 0x7f, 0x1a, 0x4f, 0x5e, 0x3f, 0x1a, 0x00}, // 38 0e64 9952 å„š
lynxeyed_atsu 0:eb1247cc069b 3880 {0x04, 0x7e, 0x71, 0x77, 0x07, 0x77, 0x70, 0x00}, // 38 0e65 9953 å„¡
lynxeyed_atsu 0:eb1247cc069b 3881 {0x04, 0x7e, 0x5b, 0x3e, 0x5b, 0x7e, 0x55, 0x00}, // 38 0e66 9954 儺
lynxeyed_atsu 0:eb1247cc069b 3882 {0x04, 0x7e, 0x7f, 0x55, 0x1e, 0x7d, 0x57, 0x00}, // 38 0e67 9955 å„·
lynxeyed_atsu 0:eb1247cc069b 3883 {0x04, 0x7e, 0x7f, 0x3f, 0x7a, 0x2f, 0x5b, 0x00}, // 38 0e68 9956 儼
lynxeyed_atsu 0:eb1247cc069b 3884 {0x04, 0x7e, 0x57, 0x1a, 0x5f, 0x1a, 0x57, 0x00}, // 38 0e69 9957 å„»
lynxeyed_atsu 0:eb1247cc069b 3885 {0x40, 0x20, 0x1f, 0x00, 0x7f, 0x40, 0x60, 0x00}, // 38 0e6a 9958 å„¿
lynxeyed_atsu 0:eb1247cc069b 3886 {0x41, 0x21, 0x1f, 0x01, 0x7f, 0x41, 0x61, 0x00}, // 38 0e6b 9959 å…€
lynxeyed_atsu 0:eb1247cc069b 3887 {0x40, 0x5e, 0x35, 0x10, 0x75, 0x5f, 0x60, 0x00}, // 38 0e6c 995a å…’
lynxeyed_atsu 0:eb1247cc069b 3888 {0x44, 0x5e, 0x35, 0x14, 0x75, 0x5e, 0x64, 0x00}, // 38 0e6d 995b 兌
lynxeyed_atsu 0:eb1247cc069b 3889 {0x42, 0x5e, 0x35, 0x7d, 0x57, 0x74, 0x5c, 0x00}, // 38 0e6e 995c å…”
lynxeyed_atsu 0:eb1247cc069b 3890 {0x42, 0x3a, 0x77, 0x5a, 0x3a, 0x77, 0x5a, 0x00}, // 38 0e6f 995d å…¢
lynxeyed_atsu 0:eb1247cc069b 3891 {0x4a, 0x3e, 0x7b, 0x5e, 0x3e, 0x7b, 0x5e, 0x00}, // 38 0e70 995e 竸
lynxeyed_atsu 0:eb1247cc069b 3892 {0x7d, 0x1d, 0x25, 0x7f, 0x1d, 0x25, 0x7d, 0x00}, // 38 0e71 995f å…©
lynxeyed_atsu 0:eb1247cc069b 3893 {0x74, 0x35, 0x73, 0x25, 0x56, 0x24, 0x54, 0x00}, // 38 0e72 9960 å…ª
lynxeyed_atsu 0:eb1247cc069b 3894 {0x04, 0x06, 0x1d, 0x14, 0x55, 0x72, 0x04, 0x00}, // 38 0e73 9961 å…®
lynxeyed_atsu 0:eb1247cc069b 3895 {0x2a, 0x6a, 0x3f, 0x38, 0x3f, 0x6a, 0x2a, 0x00}, // 38 0e74 9962 冀
lynxeyed_atsu 0:eb1247cc069b 3896 {0x7f, 0x01, 0x01, 0x01, 0x01, 0x41, 0x7f, 0x00}, // 38 0e75 9963 冂
lynxeyed_atsu 0:eb1247cc069b 3897 {0x7f, 0x01, 0x3f, 0x2b, 0x2f, 0x41, 0x7f, 0x00}, // 38 0e76 9964 囘
lynxeyed_atsu 0:eb1247cc069b 3898 {0x48, 0x3f, 0x49, 0x7f, 0x3f, 0x49, 0x7f, 0x00}, // 38 0e77 9965 册
lynxeyed_atsu 0:eb1247cc069b 3899 {0x20, 0x7e, 0x2a, 0x3f, 0x2a, 0x7e, 0x20, 0x00}, // 38 0e78 9966 冉
lynxeyed_atsu 0:eb1247cc069b 3900 {0x7f, 0x05, 0x3b, 0x29, 0x3f, 0x45, 0x7f, 0x00}, // 38 0e79 9967 冏
lynxeyed_atsu 0:eb1247cc069b 3901 {0x0e, 0x7a, 0x0a, 0x2f, 0x2a, 0x7a, 0x0e, 0x00}, // 38 0e7a 9968 冑
lynxeyed_atsu 0:eb1247cc069b 3902 {0x2a, 0x7a, 0x2f, 0x3a, 0x2f, 0x7a, 0x2a, 0x00}, // 38 0e7b 9969 冓
lynxeyed_atsu 0:eb1247cc069b 3903 {0x48, 0x5b, 0x35, 0x1d, 0x75, 0x5f, 0x60, 0x00}, // 38 0e7c 996a 冕
lynxeyed_atsu 0:eb1247cc069b 3904 {0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x0c, 0x00}, // 38 0e7d 996b 冖
lynxeyed_atsu 0:eb1247cc069b 3905 {0x4b, 0x59, 0x37, 0x1f, 0x77, 0x5d, 0x63, 0x00}, // 38 0e7e 996c 冤
lynxeyed_atsu 0:eb1247cc069b 3906 {0x53, 0x35, 0x75, 0x41, 0x6d, 0x57, 0x6b, 0x00}, // 38 0e7f 996d 冦
lynxeyed_atsu 0:eb1247cc069b 3907 {0x2b, 0x29, 0x57, 0x4f, 0x3b, 0x11, 0x2b, 0x00}, // 38 0e80 996e 冢
lynxeyed_atsu 0:eb1247cc069b 3908 {0x23, 0x5d, 0x1b, 0x59, 0x1f, 0x51, 0x73, 0x00}, // 38 0e81 996f 冩
lynxeyed_atsu 0:eb1247cc069b 3909 {0x53, 0x35, 0x7f, 0x7d, 0x3f, 0x75, 0x33, 0x00}, // 38 0e82 9970 冪
lynxeyed_atsu 0:eb1247cc069b 3910 {0x00, 0x00, 0x61, 0x12, 0x08, 0x00, 0x00, 0x00}, // 38 0e83 9971 冫
lynxeyed_atsu 0:eb1247cc069b 3911 {0x61, 0x12, 0x48, 0x4a, 0x3f, 0x4e, 0x48, 0x00}, // 38 0e84 9972 决
lynxeyed_atsu 0:eb1247cc069b 3912 {0x61, 0x12, 0x41, 0x59, 0x57, 0x75, 0x4d, 0x00}, // 38 0e85 9973 冱
lynxeyed_atsu 0:eb1247cc069b 3913 {0x71, 0x00, 0x1e, 0x12, 0x7f, 0x12, 0x1e, 0x00}, // 38 0e86 9974 冲
lynxeyed_atsu 0:eb1247cc069b 3914 {0x71, 0x00, 0x14, 0x4c, 0x7f, 0x14, 0x22, 0x00}, // 38 0e87 9975 冰
lynxeyed_atsu 0:eb1247cc069b 3915 {0x71, 0x00, 0x4f, 0x39, 0x09, 0x79, 0x4f, 0x00}, // 38 0e88 9976 况
lynxeyed_atsu 0:eb1247cc069b 3916 {0x71, 0x00, 0x49, 0x37, 0x1d, 0x4e, 0x7f, 0x00}, // 38 0e89 9977 冽
lynxeyed_atsu 0:eb1247cc069b 3917 {0x71, 0x00, 0x7f, 0x75, 0x6f, 0x75, 0x7f, 0x00}, // 38 0e8a 9978 凅
lynxeyed_atsu 0:eb1247cc069b 3918 {0x71, 0x00, 0x22, 0x4e, 0x7b, 0x0e, 0x22, 0x00}, // 38 0e8b 9979 凉
lynxeyed_atsu 0:eb1247cc069b 3919 {0x71, 0x00, 0x52, 0x1e, 0x7b, 0x1e, 0x52, 0x00}, // 38 0e8c 997a 凛
lynxeyed_atsu 0:eb1247cc069b 3920 {0x40, 0x3f, 0x01, 0x01, 0x01, 0x7f, 0x40, 0x00}, // 38 0e8d 997b 几
lynxeyed_atsu 0:eb1247cc069b 3921 {0x40, 0x3c, 0x54, 0x2c, 0x5f, 0x7a, 0x4a, 0x00}, // 38 0e8e 997c 處
lynxeyed_atsu 0:eb1247cc069b 3922 {0x40, 0x3f, 0x29, 0x7d, 0x29, 0x7f, 0x40, 0x00}, // 38 0e8f 997d 凩
lynxeyed_atsu 0:eb1247cc069b 3923 {0x44, 0x4e, 0x35, 0x16, 0x7e, 0x55, 0x44, 0x00}, // 38 0e90 997e 凭
lynxeyed_atsu 0:eb1247cc069b 3924 {0x40, 0x3f, 0x5d, 0x77, 0x5d, 0x7f, 0x40, 0x00}, // 39 0e91 9980 凰
lynxeyed_atsu 0:eb1247cc069b 3925 {0x7f, 0x40, 0x40, 0x40, 0x40, 0x40, 0x7f, 0x00}, // 39 0e92 9981 凵
lynxeyed_atsu 0:eb1247cc069b 3926 {0x7c, 0x79, 0x69, 0x7d, 0x57, 0x69, 0x7c, 0x00}, // 39 0e93 9982 凾
lynxeyed_atsu 0:eb1247cc069b 3927 {0x41, 0x25, 0x19, 0x0f, 0x11, 0x51, 0x7f, 0x00}, // 39 0e94 9983 刄
lynxeyed_atsu 0:eb1247cc069b 3928 {0x0a, 0x4a, 0x3e, 0x09, 0x0e, 0x40, 0x7f, 0x00}, // 39 0e95 9984 刋
lynxeyed_atsu 0:eb1247cc069b 3929 {0x48, 0x2a, 0x1f, 0x2e, 0x0e, 0x40, 0x7f, 0x00}, // 39 0e96 9985 刔
lynxeyed_atsu 0:eb1247cc069b 3930 {0x24, 0x53, 0x2e, 0x5e, 0x7e, 0x00, 0x7f, 0x00}, // 39 0e97 9986 刎
lynxeyed_atsu 0:eb1247cc069b 3931 {0x6a, 0x5f, 0x2a, 0x41, 0x3f, 0x41, 0x7f, 0x00}, // 39 0e98 9987 刧
lynxeyed_atsu 0:eb1247cc069b 3932 {0x08, 0x7f, 0x3f, 0x09, 0x7f, 0x0e, 0x7f, 0x00}, // 39 0e99 9988 刪
lynxeyed_atsu 0:eb1247cc069b 3933 {0x04, 0x76, 0x5e, 0x75, 0x0e, 0x40, 0x7f, 0x00}, // 39 0e9a 9989 刮
lynxeyed_atsu 0:eb1247cc069b 3934 {0x0a, 0x36, 0x3b, 0x36, 0x6a, 0x00, 0x7f, 0x00}, // 39 0e9b 998a 刳
lynxeyed_atsu 0:eb1247cc069b 3935 {0x54, 0x35, 0x7a, 0x35, 0x5e, 0x00, 0x7f, 0x00}, // 39 0e9c 998b 刹
lynxeyed_atsu 0:eb1247cc069b 3936 {0x55, 0x3e, 0x7d, 0x45, 0x3f, 0x51, 0x7f, 0x00}, // 39 0e9d 998c 剏
lynxeyed_atsu 0:eb1247cc069b 3937 {0x55, 0x5b, 0x75, 0x5b, 0x51, 0x0e, 0x7f, 0x00}, // 39 0e9e 998d 剄
lynxeyed_atsu 0:eb1247cc069b 3938 {0x5a, 0x37, 0x5a, 0x40, 0x4e, 0x60, 0x7f, 0x00}, // 39 0e9f 998e 剋
lynxeyed_atsu 0:eb1247cc069b 3939 {0x42, 0x2e, 0x7f, 0x2a, 0x4e, 0x00, 0x7f, 0x00}, // 39 0ea0 998f 剌
lynxeyed_atsu 0:eb1247cc069b 3940 {0x12, 0x5a, 0x17, 0x7a, 0x1e, 0x40, 0x7f, 0x00}, // 39 0ea1 9990 剞
lynxeyed_atsu 0:eb1247cc069b 3941 {0x27, 0x5d, 0x35, 0x77, 0x0e, 0x40, 0x7f, 0x00}, // 39 0ea2 9991 剔
lynxeyed_atsu 0:eb1247cc069b 3942 {0x52, 0x5e, 0x37, 0x1e, 0x12, 0x5f, 0x72, 0x00}, // 39 0ea3 9992 剪
lynxeyed_atsu 0:eb1247cc069b 3943 {0x4b, 0x5a, 0x6b, 0x3a, 0x2f, 0x40, 0x7f, 0x00}, // 39 0ea4 9993 剴
lynxeyed_atsu 0:eb1247cc069b 3944 {0x4a, 0x2f, 0x73, 0x2f, 0x4a, 0x00, 0x7f, 0x00}, // 39 0ea5 9994 剩
lynxeyed_atsu 0:eb1247cc069b 3945 {0x12, 0x7b, 0x56, 0x7b, 0x1e, 0x40, 0x7f, 0x00}, // 39 0ea6 9995 剳
lynxeyed_atsu 0:eb1247cc069b 3946 {0x52, 0x3d, 0x7e, 0x3d, 0x5e, 0x00, 0x7f, 0x00}, // 39 0ea7 9996 剿
lynxeyed_atsu 0:eb1247cc069b 3947 {0x4d, 0x1f, 0x7d, 0x1f, 0x4d, 0x00, 0x7f, 0x00}, // 39 0ea8 9997 剽
lynxeyed_atsu 0:eb1247cc069b 3948 {0x5c, 0x36, 0x5d, 0x36, 0x5e, 0x00, 0x7f, 0x00}, // 39 0ea9 9998 劍
lynxeyed_atsu 0:eb1247cc069b 3949 {0x5c, 0x36, 0x5d, 0x3e, 0x65, 0x1f, 0x7f, 0x00}, // 39 0eaa 9999 劔
lynxeyed_atsu 0:eb1247cc069b 3950 {0x5c, 0x36, 0x5d, 0x3e, 0x69, 0x1f, 0x7f, 0x00}, // 39 0eab 999a 劒
lynxeyed_atsu 0:eb1247cc069b 3951 {0x5c, 0x56, 0x3d, 0x5e, 0x65, 0x1f, 0x7f, 0x00}, // 39 0eac 999b 剱
lynxeyed_atsu 0:eb1247cc069b 3952 {0x54, 0x5f, 0x3b, 0x10, 0x16, 0x5b, 0x76, 0x00}, // 39 0ead 999c 劈
lynxeyed_atsu 0:eb1247cc069b 3953 {0x4a, 0x36, 0x2b, 0x76, 0x0e, 0x40, 0x7f, 0x00}, // 39 0eae 999d 劑
lynxeyed_atsu 0:eb1247cc069b 3954 {0x56, 0x3b, 0x56, 0x3f, 0x16, 0x7b, 0x16, 0x00}, // 39 0eaf 999e 辨
lynxeyed_atsu 0:eb1247cc069b 3955 {0x56, 0x3b, 0x56, 0x3e, 0x7e, 0x7b, 0x16, 0x00}, // 39 0eb0 999f 辧
lynxeyed_atsu 0:eb1247cc069b 3956 {0x04, 0x1b, 0x5a, 0x7e, 0x62, 0x1f, 0x7e, 0x00}, // 39 0eb1 99a0 劬
lynxeyed_atsu 0:eb1247cc069b 3957 {0x75, 0x53, 0x77, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 39 0eb2 99a1 劭
lynxeyed_atsu 0:eb1247cc069b 3958 {0x6a, 0x6f, 0x6a, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 39 0eb3 99a2 劼
lynxeyed_atsu 0:eb1247cc069b 3959 {0x12, 0x55, 0x4c, 0x37, 0x5c, 0x75, 0x12, 0x00}, // 39 0eb4 99a3 劵
lynxeyed_atsu 0:eb1247cc069b 3960 {0x55, 0x5b, 0x75, 0x5b, 0x62, 0x1f, 0x7e, 0x00}, // 39 0eb5 99a4 勁
lynxeyed_atsu 0:eb1247cc069b 3961 {0x22, 0x4e, 0x7b, 0x0e, 0x62, 0x1f, 0x7e, 0x00}, // 39 0eb6 99a5 勍
lynxeyed_atsu 0:eb1247cc069b 3962 {0x40, 0x7f, 0x57, 0x3f, 0x6b, 0x1f, 0x78, 0x00}, // 39 0eb7 99a6 å‹—
lynxeyed_atsu 0:eb1247cc069b 3963 {0x4d, 0x56, 0x35, 0x1c, 0x55, 0x76, 0x0d, 0x00}, // 39 0eb8 99a7 å‹ž
lynxeyed_atsu 0:eb1247cc069b 3964 {0x4a, 0x3a, 0x3f, 0x4a, 0x3f, 0x42, 0x7e, 0x00}, // 39 0eb9 99a8 å‹£
lynxeyed_atsu 0:eb1247cc069b 3965 {0x52, 0x3d, 0x7e, 0x3d, 0x62, 0x1f, 0x7e, 0x00}, // 39 0eba 99a9 勦
lynxeyed_atsu 0:eb1247cc069b 3966 {0x7e, 0x2d, 0x2e, 0x54, 0x3b, 0x52, 0x72, 0x00}, // 39 0ebb 99aa 飭
lynxeyed_atsu 0:eb1247cc069b 3967 {0x11, 0x4b, 0x55, 0x2b, 0x62, 0x1f, 0x7e, 0x00}, // 39 0ebc 99ab å‹ 
lynxeyed_atsu 0:eb1247cc069b 3968 {0x52, 0x1f, 0x5f, 0x12, 0x62, 0x1f, 0x7e, 0x00}, // 39 0ebd 99ac 勳
lynxeyed_atsu 0:eb1247cc069b 3969 {0x7f, 0x6d, 0x3f, 0x6d, 0x62, 0x1f, 0x7e, 0x00}, // 39 0ebe 99ad 勵
lynxeyed_atsu 0:eb1247cc069b 3970 {0x26, 0x7f, 0x7a, 0x57, 0x66, 0x1f, 0x7e, 0x00}, // 39 0ebf 99ae 勸
lynxeyed_atsu 0:eb1247cc069b 3971 {0x04, 0x03, 0x02, 0x02, 0x02, 0x42, 0x7e, 0x00}, // 39 0ec0 99af 勹
lynxeyed_atsu 0:eb1247cc069b 3972 {0x24, 0x13, 0x4e, 0x2a, 0x1e, 0x52, 0x7e, 0x00}, // 39 0ec1 99b0 匆
lynxeyed_atsu 0:eb1247cc069b 3973 {0x04, 0x3b, 0x36, 0x2a, 0x36, 0x42, 0x7e, 0x00}, // 39 0ec2 99b1 匈
lynxeyed_atsu 0:eb1247cc069b 3974 {0x04, 0x7f, 0x56, 0x7e, 0x56, 0x7e, 0x7e, 0x00}, // 39 0ec3 99b2 甸
lynxeyed_atsu 0:eb1247cc069b 3975 {0x04, 0x6b, 0x2a, 0x7e, 0x6a, 0x02, 0x7e, 0x00}, // 39 0ec4 99b3 匍
lynxeyed_atsu 0:eb1247cc069b 3976 {0x04, 0x6b, 0x7a, 0x7a, 0x6a, 0x02, 0x7e, 0x00}, // 39 0ec5 99b4 匐
lynxeyed_atsu 0:eb1247cc069b 3977 {0x0a, 0x36, 0x37, 0x6a, 0x04, 0x7b, 0x5e, 0x00}, // 39 0ec6 99b5 匏
lynxeyed_atsu 0:eb1247cc069b 3978 {0x08, 0x3f, 0x48, 0x44, 0x44, 0x42, 0x60, 0x00}, // 39 0ec7 99b6 匕
lynxeyed_atsu 0:eb1247cc069b 3979 {0x7f, 0x41, 0x41, 0x41, 0x41, 0x41, 0x41, 0x00}, // 39 0ec8 99b7 匚
lynxeyed_atsu 0:eb1247cc069b 3980 {0x7f, 0x41, 0x5f, 0x55, 0x7f, 0x55, 0x5f, 0x00}, // 39 0ec9 99b8 匣
lynxeyed_atsu 0:eb1247cc069b 3981 {0x7f, 0x6b, 0x45, 0x7f, 0x55, 0x7f, 0x55, 0x00}, // 39 0eca 99b9 匯
lynxeyed_atsu 0:eb1247cc069b 3982 {0x7f, 0x41, 0x65, 0x5f, 0x5f, 0x65, 0x41, 0x00}, // 39 0ecb 99ba 匱
lynxeyed_atsu 0:eb1247cc069b 3983 {0x7f, 0x41, 0x69, 0x5d, 0x6f, 0x5d, 0x69, 0x00}, // 39 0ecc 99bb 匳
lynxeyed_atsu 0:eb1247cc069b 3984 {0x01, 0x3f, 0x41, 0x41, 0x41, 0x41, 0x41, 0x00}, // 39 0ecd 99bc 匸
lynxeyed_atsu 0:eb1247cc069b 3985 {0x7f, 0x41, 0x71, 0x77, 0x45, 0x77, 0x71, 0x00}, // 39 0ece 99bd 區
lynxeyed_atsu 0:eb1247cc069b 3986 {0x2a, 0x2a, 0x26, 0x73, 0x2e, 0x28, 0x2c, 0x00}, // 39 0ecf 99be 卆
lynxeyed_atsu 0:eb1247cc069b 3987 {0x48, 0x3f, 0x08, 0x7f, 0x08, 0x7f, 0x08, 0x00}, // 39 0ed0 99bf 卅
lynxeyed_atsu 0:eb1247cc069b 3988 {0x04, 0x7f, 0x44, 0x7f, 0x44, 0x7f, 0x04, 0x00}, // 39 0ed1 99c0 丗
lynxeyed_atsu 0:eb1247cc069b 3989 {0x10, 0x52, 0x3a, 0x17, 0x12, 0x7a, 0x10, 0x00}, // 39 0ed2 99c1 卉
lynxeyed_atsu 0:eb1247cc069b 3990 {0x79, 0x09, 0x09, 0x7f, 0x48, 0x48, 0x4f, 0x00}, // 39 0ed3 99c2 卍
lynxeyed_atsu 0:eb1247cc069b 3991 {0x29, 0x20, 0x24, 0x7f, 0x2a, 0x2f, 0x2a, 0x00}, // 39 0ed4 99c3 凖
lynxeyed_atsu 0:eb1247cc069b 3992 {0x02, 0x02, 0x02, 0x7f, 0x0a, 0x12, 0x02, 0x00}, // 39 0ed5 99c4 卞
lynxeyed_atsu 0:eb1247cc069b 3993 {0x00, 0x00, 0x7f, 0x01, 0x11, 0x1f, 0x00, 0x00}, // 39 0ed6 99c5 卩
lynxeyed_atsu 0:eb1247cc069b 3994 {0x40, 0x3e, 0x06, 0x7e, 0x4d, 0x5d, 0x64, 0x00}, // 39 0ed7 99c6 卮
lynxeyed_atsu 0:eb1247cc069b 3995 {0x48, 0x47, 0x2a, 0x1e, 0x7f, 0x01, 0x1f, 0x00}, // 39 0ed8 99c7 夘
lynxeyed_atsu 0:eb1247cc069b 3996 {0x12, 0x69, 0x64, 0x09, 0x7f, 0x01, 0x1f, 0x00}, // 39 0ed9 99c8 卻
lynxeyed_atsu 0:eb1247cc069b 3997 {0x2a, 0x19, 0x7c, 0x4b, 0x5c, 0x19, 0x2a, 0x00}, // 39 0eda 99c9 卷
lynxeyed_atsu 0:eb1247cc069b 3998 {0x40, 0x3f, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00}, // 39 0edb 99ca 厂
lynxeyed_atsu 0:eb1247cc069b 3999 {0x40, 0x3f, 0x45, 0x3f, 0x45, 0x69, 0x55, 0x00}, // 39 0edc 99cb 厖
lynxeyed_atsu 0:eb1247cc069b 4000 {0x40, 0x3f, 0x5f, 0x15, 0x5f, 0x01, 0x7d, 0x00}, // 39 0edd 99cc 厠
lynxeyed_atsu 0:eb1247cc069b 4001 {0x40, 0x3f, 0x41, 0x53, 0x2f, 0x5f, 0x43, 0x00}, // 39 0ede 99cd 厦
lynxeyed_atsu 0:eb1247cc069b 4002 {0x40, 0x3f, 0x5b, 0x35, 0x4b, 0x3d, 0x4d, 0x00}, // 39 0edf 99ce 厥
lynxeyed_atsu 0:eb1247cc069b 4003 {0x40, 0x3f, 0x55, 0x1f, 0x5f, 0x3d, 0x73, 0x00}, // 39 0ee0 99cf 厮
lynxeyed_atsu 0:eb1247cc069b 4004 {0x40, 0x3f, 0x7d, 0x3b, 0x7d, 0x27, 0x5d, 0x00}, // 39 0ee1 99d0 厰
lynxeyed_atsu 0:eb1247cc069b 4005 {0x40, 0x60, 0x58, 0x47, 0x50, 0x20, 0x40, 0x00}, // 39 0ee2 99d1 厶
lynxeyed_atsu 0:eb1247cc069b 4006 {0x2c, 0x1a, 0x4f, 0x5a, 0x2d, 0x1a, 0x2c, 0x00}, // 39 0ee3 99d2 參
lynxeyed_atsu 0:eb1247cc069b 4007 {0x54, 0x33, 0x5e, 0x7c, 0x3b, 0x56, 0x32, 0x00}, // 39 0ee4 99d3 ç°’
lynxeyed_atsu 0:eb1247cc069b 4008 {0x44, 0x4f, 0x5e, 0x2b, 0x5e, 0x4f, 0x4a, 0x00}, // 39 0ee5 99d4 é›™
lynxeyed_atsu 0:eb1247cc069b 4009 {0x4e, 0x4d, 0x58, 0x2f, 0x58, 0x4d, 0x4f, 0x00}, // 39 0ee6 99d5 叟
lynxeyed_atsu 0:eb1247cc069b 4010 {0x4c, 0x4f, 0x5d, 0x2d, 0x5d, 0x4f, 0x4c, 0x00}, // 39 0ee7 99d6 曼
lynxeyed_atsu 0:eb1247cc069b 4011 {0x4a, 0x47, 0x5a, 0x2d, 0x5a, 0x47, 0x4a, 0x00}, // 39 0ee8 99d7 燮
lynxeyed_atsu 0:eb1247cc069b 4012 {0x1e, 0x12, 0x1e, 0x01, 0x41, 0x7f, 0x01, 0x00}, // 39 0ee9 99d8 叮
lynxeyed_atsu 0:eb1247cc069b 4013 {0x1e, 0x12, 0x5e, 0x21, 0x1f, 0x41, 0x7f, 0x00}, // 39 0eea 99d9 叨
lynxeyed_atsu 0:eb1247cc069b 4014 {0x1e, 0x1e, 0x40, 0x3f, 0x00, 0x3f, 0x40, 0x00}, // 39 0eeb 99da 叭
lynxeyed_atsu 0:eb1247cc069b 4015 {0x1e, 0x12, 0x5e, 0x31, 0x0f, 0x30, 0x40, 0x00}, // 39 0eec 99db 叺
lynxeyed_atsu 0:eb1247cc069b 4016 {0x1e, 0x1e, 0x08, 0x49, 0x7f, 0x09, 0x08, 0x00}, // 39 0eed 99dc 吁
lynxeyed_atsu 0:eb1247cc069b 4017 {0x1e, 0x1e, 0x14, 0x13, 0x7f, 0x12, 0x10, 0x00}, // 39 0eee 99dd 吽
lynxeyed_atsu 0:eb1247cc069b 4018 {0x1e, 0x1e, 0x28, 0x2f, 0x59, 0x7f, 0x09, 0x00}, // 39 0eef 99de å‘€
lynxeyed_atsu 0:eb1247cc069b 4019 {0x1e, 0x1e, 0x40, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 39 0ef0 99df 听
lynxeyed_atsu 0:eb1247cc069b 4020 {0x1e, 0x1e, 0x42, 0x3a, 0x0b, 0x7a, 0x42, 0x00}, // 39 0ef1 99e0 吭
lynxeyed_atsu 0:eb1247cc069b 4021 {0x1e, 0x1e, 0x51, 0x7d, 0x0b, 0x7f, 0x40, 0x00}, // 39 0ef2 99e1 吼
lynxeyed_atsu 0:eb1247cc069b 4022 {0x1e, 0x1e, 0x44, 0x3e, 0x05, 0x7c, 0x46, 0x00}, // 39 0ef3 99e2 吮
lynxeyed_atsu 0:eb1247cc069b 4023 {0x1e, 0x12, 0x7e, 0x15, 0x0f, 0x54, 0x7c, 0x00}, // 39 0ef4 99e3 吶
lynxeyed_atsu 0:eb1247cc069b 4024 {0x1e, 0x1e, 0x44, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 39 0ef5 99e4 吩
lynxeyed_atsu 0:eb1247cc069b 4025 {0x12, 0x72, 0x76, 0x6b, 0x76, 0x72, 0x12, 0x00}, // 39 0ef6 99e5 吝
lynxeyed_atsu 0:eb1247cc069b 4026 {0x1e, 0x12, 0x5e, 0x3f, 0x05, 0x1d, 0x67, 0x00}, // 39 0ef7 99e6 å‘Ž
lynxeyed_atsu 0:eb1247cc069b 4027 {0x1e, 0x1e, 0x28, 0x5d, 0x7d, 0x10, 0x28, 0x00}, // 39 0ef8 99e7 咏
lynxeyed_atsu 0:eb1247cc069b 4028 {0x1e, 0x1e, 0x01, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 39 0ef9 99e8 呵
lynxeyed_atsu 0:eb1247cc069b 4029 {0x0a, 0x7b, 0x55, 0x5b, 0x54, 0x73, 0x14, 0x00}, // 39 0efa 99e9 å’Ž
lynxeyed_atsu 0:eb1247cc069b 4030 {0x1e, 0x1e, 0x4a, 0x6e, 0x53, 0x2a, 0x42, 0x00}, // 39 0efb 99ea å‘Ÿ
lynxeyed_atsu 0:eb1247cc069b 4031 {0x1e, 0x1e, 0x40, 0x3e, 0x42, 0x3e, 0x61, 0x00}, // 39 0efc 99eb 呱
lynxeyed_atsu 0:eb1247cc069b 4032 {0x1e, 0x12, 0x1f, 0x15, 0x7f, 0x15, 0x1f, 0x00}, // 39 0efd 99ec å‘·
lynxeyed_atsu 0:eb1247cc069b 4033 {0x0e, 0x78, 0x5f, 0x5a, 0x50, 0x7f, 0x0a, 0x00}, // 39 0efe 99ed å‘°
lynxeyed_atsu 0:eb1247cc069b 4034 {0x47, 0x45, 0x3f, 0x08, 0x7f, 0x45, 0x67, 0x00}, // 39 0eff 99ee å’’
lynxeyed_atsu 0:eb1247cc069b 4035 {0x1e, 0x12, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x00}, // 39 0f00 99ef å‘»
lynxeyed_atsu 0:eb1247cc069b 4036 {0x1e, 0x1e, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 39 0f01 99f0 å’€
lynxeyed_atsu 0:eb1247cc069b 4037 {0x1e, 0x1e, 0x5c, 0x37, 0x4c, 0x31, 0x4f, 0x00}, // 39 0f02 99f1 呶
lynxeyed_atsu 0:eb1247cc069b 4038 {0x1e, 0x1e, 0x76, 0x44, 0x7f, 0x44, 0x76, 0x00}, // 39 0f03 99f2 å’„
lynxeyed_atsu 0:eb1247cc069b 4039 {0x1e, 0x12, 0x7e, 0x01, 0x0a, 0x52, 0x7f, 0x00}, // 39 0f04 99f3 咐
lynxeyed_atsu 0:eb1247cc069b 4040 {0x1e, 0x12, 0x1e, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 39 0f05 99f4 å’†
lynxeyed_atsu 0:eb1247cc069b 4041 {0x1e, 0x1e, 0x48, 0x5a, 0x7f, 0x5a, 0x48, 0x00}, // 39 0f06 99f5 哇
lynxeyed_atsu 0:eb1247cc069b 4042 {0x0b, 0x0b, 0x3f, 0x2c, 0x2f, 0x6b, 0x0b, 0x00}, // 39 0f07 99f6 å’¢
lynxeyed_atsu 0:eb1247cc069b 4043 {0x40, 0x3e, 0x6a, 0x6a, 0x42, 0x3f, 0x52, 0x00}, // 39 0f08 99f7 å’¸
lynxeyed_atsu 0:eb1247cc069b 4044 {0x1e, 0x1e, 0x45, 0x57, 0x7d, 0x53, 0x45, 0x00}, // 39 0f09 99f8 å’¥
lynxeyed_atsu 0:eb1247cc069b 4045 {0x1e, 0x1e, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 39 0f0a 99f9 å’¬
lynxeyed_atsu 0:eb1247cc069b 4046 {0x1e, 0x1e, 0x52, 0x1f, 0x12, 0x1f, 0x52, 0x00}, // 39 0f0b 99fa å“„
lynxeyed_atsu 0:eb1247cc069b 4047 {0x1e, 0x1e, 0x04, 0x72, 0x55, 0x76, 0x04, 0x00}, // 39 0f0c 99fb 哈
lynxeyed_atsu 0:eb1247cc069b 4048 {0x09, 0x70, 0x54, 0x5b, 0x56, 0x7a, 0x06, 0x00}, // 39 0f0d 99fc å’¨
lynxeyed_atsu 0:eb1247cc069b 4049 {0x40, 0x3f, 0x19, 0x27, 0x50, 0x47, 0x57, 0x00}, // 3a 0f0e 9a40 å’«
lynxeyed_atsu 0:eb1247cc069b 4050 {0x1e, 0x12, 0x7d, 0x5f, 0x45, 0x5f, 0x7d, 0x00}, // 3a 0f0f 9a41 å“‚
lynxeyed_atsu 0:eb1247cc069b 4051 {0x1e, 0x1e, 0x16, 0x1a, 0x7b, 0x56, 0x56, 0x00}, // 3a 0f10 9a42 å’¤
lynxeyed_atsu 0:eb1247cc069b 4052 {0x1e, 0x1e, 0x28, 0x1a, 0x6f, 0x4a, 0x49, 0x00}, // 3a 0f11 9a43 å’¾
lynxeyed_atsu 0:eb1247cc069b 4053 {0x78, 0x0f, 0x79, 0x5f, 0x7b, 0x0f, 0x78, 0x00}, // 3a 0f12 9a44 å’¼
lynxeyed_atsu 0:eb1247cc069b 4054 {0x1e, 0x12, 0x1e, 0x7d, 0x00, 0x45, 0x7d, 0x00}, // 3a 0f13 9a45 哘
lynxeyed_atsu 0:eb1247cc069b 4055 {0x09, 0x7f, 0x5d, 0x7f, 0x09, 0x7f, 0x09, 0x00}, // 3a 0f14 9a46 å“¥
lynxeyed_atsu 0:eb1247cc069b 4056 {0x1e, 0x1e, 0x26, 0x7e, 0x25, 0x3f, 0x55, 0x00}, // 3a 0f15 9a47 哦
lynxeyed_atsu 0:eb1247cc069b 4057 {0x1e, 0x1e, 0x48, 0x2d, 0x7a, 0x2d, 0x68, 0x00}, // 3a 0f16 9a48 唏
lynxeyed_atsu 0:eb1247cc069b 4058 {0x1e, 0x1e, 0x14, 0x7d, 0x57, 0x7d, 0x10, 0x00}, // 3a 0f17 9a49 å””
lynxeyed_atsu 0:eb1247cc069b 4059 {0x1e, 0x1e, 0x41, 0x57, 0x3f, 0x47, 0x41, 0x00}, // 3a 0f18 9a4a 哽
lynxeyed_atsu 0:eb1247cc069b 4060 {0x1e, 0x1e, 0x28, 0x1a, 0x2f, 0x7a, 0x29, 0x00}, // 3a 0f19 9a4b å“®
lynxeyed_atsu 0:eb1247cc069b 4061 {0x57, 0x55, 0x57, 0x38, 0x57, 0x5d, 0x57, 0x00}, // 3a 0f1a 9a4c å“­
lynxeyed_atsu 0:eb1247cc069b 4062 {0x1e, 0x12, 0x7e, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 3a 0f1b 9a4d 哺
lynxeyed_atsu 0:eb1247cc069b 4063 {0x1e, 0x1e, 0x55, 0x3d, 0x17, 0x7d, 0x15, 0x00}, // 3a 0f1c 9a4e å“¢
lynxeyed_atsu 0:eb1247cc069b 4064 {0x1e, 0x1e, 0x62, 0x1f, 0x7a, 0x29, 0x52, 0x00}, // 3a 0f1d 9a4f 唹
lynxeyed_atsu 0:eb1247cc069b 4065 {0x1e, 0x52, 0x3f, 0x41, 0x55, 0x7f, 0x55, 0x00}, // 3a 0f1e 9a50 å•€
lynxeyed_atsu 0:eb1247cc069b 4066 {0x1e, 0x1e, 0x33, 0x3e, 0x2a, 0x7f, 0x1f, 0x00}, // 3a 0f1f 9a51 å•£
lynxeyed_atsu 0:eb1247cc069b 4067 {0x1e, 0x1e, 0x46, 0x56, 0x73, 0x56, 0x46, 0x00}, // 3a 0f20 9a52 啌
lynxeyed_atsu 0:eb1247cc069b 4068 {0x08, 0x04, 0x7f, 0x5a, 0x5f, 0x7a, 0x0a, 0x00}, // 3a 0f21 9a53 å”®
lynxeyed_atsu 0:eb1247cc069b 4069 {0x1e, 0x12, 0x5d, 0x2b, 0x5d, 0x2b, 0x5d, 0x00}, // 3a 0f22 9a54 啜
lynxeyed_atsu 0:eb1247cc069b 4070 {0x1e, 0x1e, 0x20, 0x3c, 0x77, 0x3e, 0x22, 0x00}, // 3a 0f23 9a55 å•…
lynxeyed_atsu 0:eb1247cc069b 4071 {0x1e, 0x1e, 0x55, 0x22, 0x19, 0x22, 0x55, 0x00}, // 3a 0f24 9a56 å•–
lynxeyed_atsu 0:eb1247cc069b 4072 {0x1e, 0x1e, 0x70, 0x6a, 0x41, 0x6d, 0x7b, 0x00}, // 3a 0f25 9a57 å•—
lynxeyed_atsu 0:eb1247cc069b 4073 {0x1e, 0x1e, 0x64, 0x2a, 0x4d, 0x5e, 0x64, 0x00}, // 3a 0f26 9a58 唸
lynxeyed_atsu 0:eb1247cc069b 4074 {0x1e, 0x1e, 0x21, 0x5f, 0x55, 0x3d, 0x57, 0x00}, // 3a 0f27 9a59 唳
lynxeyed_atsu 0:eb1247cc069b 4075 {0x1e, 0x5e, 0x25, 0x7f, 0x15, 0x2e, 0x4e, 0x00}, // 3a 0f28 9a5a 啝
lynxeyed_atsu 0:eb1247cc069b 4076 {0x1e, 0x1e, 0x2c, 0x56, 0x7d, 0x27, 0x55, 0x00}, // 3a 0f29 9a5b å–™
lynxeyed_atsu 0:eb1247cc069b 4077 {0x1e, 0x1e, 0x26, 0x6a, 0x57, 0x6e, 0x26, 0x00}, // 3a 0f2a 9a5c å–€
lynxeyed_atsu 0:eb1247cc069b 4078 {0x1e, 0x12, 0x1e, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 3a 0f2b 9a5d å’¯
lynxeyed_atsu 0:eb1247cc069b 4079 {0x1e, 0x52, 0x3e, 0x6a, 0x6a, 0x3f, 0x52, 0x00}, // 3a 0f2c 9a5e å–Š
lynxeyed_atsu 0:eb1247cc069b 4080 {0x1e, 0x12, 0x1f, 0x7d, 0x2f, 0x7d, 0x0f, 0x00}, // 3a 0f2d 9a5f å–Ÿ
lynxeyed_atsu 0:eb1247cc069b 4081 {0x1a, 0x6a, 0x7e, 0x6b, 0x7a, 0x6e, 0x1a, 0x00}, // 3a 0f2e 9a60 å•»
lynxeyed_atsu 0:eb1247cc069b 4082 {0x1e, 0x1e, 0x35, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 3a 0f2f 9a61 啾
lynxeyed_atsu 0:eb1247cc069b 4083 {0x1e, 0x1e, 0x6b, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 3a 0f30 9a62 å–˜
lynxeyed_atsu 0:eb1247cc069b 4084 {0x1e, 0x12, 0x7e, 0x2b, 0x0e, 0x7f, 0x1f, 0x00}, // 3a 0f31 9a63 å–ž
lynxeyed_atsu 0:eb1247cc069b 4085 {0x27, 0x3d, 0x37, 0x7c, 0x37, 0x3d, 0x27, 0x00}, // 3a 0f32 9a64 å–®
lynxeyed_atsu 0:eb1247cc069b 4086 {0x1e, 0x1e, 0x1a, 0x6e, 0x3b, 0x6e, 0x1a, 0x00}, // 3a 0f33 9a65 啼
lynxeyed_atsu 0:eb1247cc069b 4087 {0x1e, 0x1e, 0x7a, 0x2a, 0x77, 0x2a, 0x7a, 0x00}, // 3a 0f34 9a66 å–ƒ
lynxeyed_atsu 0:eb1247cc069b 4088 {0x1e, 0x1e, 0x75, 0x33, 0x75, 0x26, 0x54, 0x00}, // 3a 0f35 9a67 å–©
lynxeyed_atsu 0:eb1247cc069b 4089 {0x1e, 0x52, 0x2e, 0x7f, 0x2a, 0x4e, 0x7f, 0x00}, // 3a 0f36 9a68 å–‡
lynxeyed_atsu 0:eb1247cc069b 4090 {0x1e, 0x1e, 0x5a, 0x2e, 0x0b, 0x6e, 0x5a, 0x00}, // 3a 0f37 9a69 å–¨
lynxeyed_atsu 0:eb1247cc069b 4091 {0x1e, 0x1e, 0x40, 0x1e, 0x5b, 0x1e, 0x70, 0x00}, // 3a 0f38 9a6a å—š
lynxeyed_atsu 0:eb1247cc069b 4092 {0x1e, 0x1e, 0x50, 0x5e, 0x3b, 0x5e, 0x50, 0x00}, // 3a 0f39 9a6b å—…
lynxeyed_atsu 0:eb1247cc069b 4093 {0x1e, 0x1e, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 3a 0f3a 9a6c å—Ÿ
lynxeyed_atsu 0:eb1247cc069b 4094 {0x1e, 0x1e, 0x51, 0x5d, 0x2f, 0x5d, 0x41, 0x00}, // 3a 0f3b 9a6d å—„
lynxeyed_atsu 0:eb1247cc069b 4095 {0x1e, 0x1e, 0x14, 0x6e, 0x7f, 0x76, 0x15, 0x00}, // 3a 0f3c 9a6e 嗜
lynxeyed_atsu 0:eb1247cc069b 4096 {0x1e, 0x1e, 0x4b, 0x5a, 0x7f, 0x5a, 0x6b, 0x00}, // 3a 0f3d 9a6f å—¤
lynxeyed_atsu 0:eb1247cc069b 4097 {0x1e, 0x1e, 0x58, 0x13, 0x1e, 0x1e, 0x52, 0x00}, // 3a 0f3e 9a70 å—”
lynxeyed_atsu 0:eb1247cc069b 4098 {0x1e, 0x12, 0x7f, 0x71, 0x47, 0x77, 0x71, 0x00}, // 3a 0f3f 9a71 嘔
lynxeyed_atsu 0:eb1247cc069b 4099 {0x1e, 0x1e, 0x4a, 0x3f, 0x6a, 0x3f, 0x5e, 0x00}, // 3a 0f40 9a72 å—·
lynxeyed_atsu 0:eb1247cc069b 4100 {0x1e, 0x1e, 0x48, 0x3a, 0x3f, 0x3a, 0x48, 0x00}, // 3a 0f41 9a73 嘖
lynxeyed_atsu 0:eb1247cc069b 4101 {0x1e, 0x1e, 0x62, 0x1f, 0x7a, 0x3f, 0x56, 0x00}, // 3a 0f42 9a74 å—¾
lynxeyed_atsu 0:eb1247cc069b 4102 {0x1e, 0x52, 0x2e, 0x7f, 0x4e, 0x3b, 0x46, 0x00}, // 3a 0f43 9a75 å—½
lynxeyed_atsu 0:eb1247cc069b 4103 {0x5e, 0x3e, 0x3a, 0x7e, 0x3b, 0x7e, 0x3a, 0x00}, // 3a 0f44 9a76 嘛
lynxeyed_atsu 0:eb1247cc069b 4104 {0x1e, 0x1e, 0x65, 0x52, 0x5e, 0x7f, 0x52, 0x00}, // 3a 0f45 9a77 å—¹
lynxeyed_atsu 0:eb1247cc069b 4105 {0x1e, 0x1e, 0x5a, 0x6a, 0x5f, 0x6a, 0x5a, 0x00}, // 3a 0f46 9a78 噎
lynxeyed_atsu 0:eb1247cc069b 4106 {0x14, 0x77, 0x77, 0x1c, 0x77, 0x77, 0x14, 0x00}, // 3a 0f47 9a79 噐
lynxeyed_atsu 0:eb1247cc069b 4107 {0x0d, 0x66, 0x6d, 0x7c, 0x6d, 0x66, 0x0d, 0x00}, // 3a 0f48 9a7a 營
lynxeyed_atsu 0:eb1247cc069b 4108 {0x1e, 0x1e, 0x4f, 0x3a, 0x38, 0x7f, 0x0a, 0x00}, // 3a 0f49 9a7b 嘴
lynxeyed_atsu 0:eb1247cc069b 4109 {0x1e, 0x12, 0x5f, 0x1a, 0x5f, 0x3e, 0x79, 0x00}, // 3a 0f4a 9a7c 嘶
lynxeyed_atsu 0:eb1247cc069b 4110 {0x1e, 0x12, 0x2d, 0x7f, 0x3f, 0x15, 0x7f, 0x00}, // 3a 0f4b 9a7d 嘲
lynxeyed_atsu 0:eb1247cc069b 4111 {0x1e, 0x1e, 0x6b, 0x3e, 0x6a, 0x3e, 0x6a, 0x00}, // 3a 0f4c 9a7e 嘸
lynxeyed_atsu 0:eb1247cc069b 4112 {0x1e, 0x1e, 0x6a, 0x3e, 0x5b, 0x5e, 0x6a, 0x00}, // 3b 0f4d 9a80 噫
lynxeyed_atsu 0:eb1247cc069b 4113 {0x1e, 0x1e, 0x52, 0x1f, 0x78, 0x1a, 0x57, 0x00}, // 3b 0f4e 9a81 噤
lynxeyed_atsu 0:eb1247cc069b 4114 {0x1e, 0x5e, 0x38, 0x6a, 0x07, 0x6e, 0x74, 0x00}, // 3b 0f4f 9a82 嘯
lynxeyed_atsu 0:eb1247cc069b 4115 {0x1e, 0x1e, 0x6b, 0x5e, 0x78, 0x5b, 0x6e, 0x00}, // 3b 0f50 9a83 噬
lynxeyed_atsu 0:eb1247cc069b 4116 {0x1e, 0x12, 0x5e, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 3b 0f51 9a84 噪
lynxeyed_atsu 0:eb1247cc069b 4117 {0x1e, 0x1e, 0x72, 0x1f, 0x56, 0x1f, 0x72, 0x00}, // 3b 0f52 9a85 嚆
lynxeyed_atsu 0:eb1247cc069b 4118 {0x1e, 0x12, 0x1e, 0x56, 0x7f, 0x1a, 0x16, 0x00}, // 3b 0f53 9a86 嚀
lynxeyed_atsu 0:eb1247cc069b 4119 {0x1e, 0x1e, 0x38, 0x6e, 0x3b, 0x6e, 0x38, 0x00}, // 3b 0f54 9a87 嚊
lynxeyed_atsu 0:eb1247cc069b 4120 {0x1e, 0x1e, 0x26, 0x55, 0x6a, 0x57, 0x7f, 0x00}, // 3b 0f55 9a88 åš 
lynxeyed_atsu 0:eb1247cc069b 4121 {0x1e, 0x1e, 0x4c, 0x2e, 0x7f, 0x5e, 0x4c, 0x00}, // 3b 0f56 9a89 åš”
lynxeyed_atsu 0:eb1247cc069b 4122 {0x1e, 0x1e, 0x4c, 0x2e, 0x7f, 0x5e, 0x5c, 0x00}, // 3b 0f57 9a8a 嚏
lynxeyed_atsu 0:eb1247cc069b 4123 {0x1e, 0x1e, 0x52, 0x1f, 0x56, 0x1f, 0x52, 0x00}, // 3b 0f58 9a8b 嚥
lynxeyed_atsu 0:eb1247cc069b 4124 {0x7a, 0x15, 0x7f, 0x5b, 0x70, 0x1f, 0x77, 0x00}, // 3b 0f59 9a8c åš®
lynxeyed_atsu 0:eb1247cc069b 4125 {0x1e, 0x1e, 0x57, 0x7b, 0x54, 0x33, 0x57, 0x00}, // 3b 0f5a 9a8d 嚶
lynxeyed_atsu 0:eb1247cc069b 4126 {0x40, 0x3f, 0x2f, 0x7a, 0x53, 0x2b, 0x5a, 0x00}, // 3b 0f5b 9a8e åš´
lynxeyed_atsu 0:eb1247cc069b 4127 {0x24, 0x67, 0x7f, 0x1c, 0x7f, 0x67, 0x24, 0x00}, // 3b 0f5c 9a8f 囂
lynxeyed_atsu 0:eb1247cc069b 4128 {0x1e, 0x12, 0x7e, 0x2d, 0x0f, 0x5d, 0x7e, 0x00}, // 3b 0f5d 9a90 åš¼
lynxeyed_atsu 0:eb1247cc069b 4129 {0x1e, 0x12, 0x3e, 0x75, 0x27, 0x3f, 0x75, 0x00}, // 3b 0f5e 9a91 囁
lynxeyed_atsu 0:eb1247cc069b 4130 {0x1e, 0x5e, 0x36, 0x7b, 0x36, 0x7e, 0x55, 0x00}, // 3b 0f5f 9a92 囃
lynxeyed_atsu 0:eb1247cc069b 4131 {0x1e, 0x12, 0x2d, 0x7f, 0x2e, 0x5f, 0x7e, 0x00}, // 3b 0f60 9a93 囀
lynxeyed_atsu 0:eb1247cc069b 4132 {0x1e, 0x1e, 0x52, 0x7f, 0x5a, 0x37, 0x5a, 0x00}, // 3b 0f61 9a94 囈
lynxeyed_atsu 0:eb1247cc069b 4133 {0x1e, 0x5f, 0x15, 0x5f, 0x02, 0x6d, 0x6e, 0x00}, // 3b 0f62 9a95 囎
lynxeyed_atsu 0:eb1247cc069b 4134 {0x1e, 0x52, 0x3f, 0x5b, 0x7f, 0x3b, 0x77, 0x00}, // 3b 0f63 9a96 囑
lynxeyed_atsu 0:eb1247cc069b 4135 {0x1e, 0x1e, 0x0a, 0x7f, 0x5e, 0x6b, 0x7f, 0x00}, // 3b 0f64 9a97 囓
lynxeyed_atsu 0:eb1247cc069b 4136 {0x7f, 0x41, 0x41, 0x41, 0x41, 0x41, 0x7f, 0x00}, // 3b 0f65 9a98 å›—
lynxeyed_atsu 0:eb1247cc069b 4137 {0x7f, 0x49, 0x7d, 0x43, 0x7f, 0x65, 0x7f, 0x00}, // 3b 0f66 9a99 å›®
lynxeyed_atsu 0:eb1247cc069b 4138 {0x7f, 0x49, 0x4d, 0x7b, 0x4d, 0x59, 0x7f, 0x00}, // 3b 0f67 9a9a 囹
lynxeyed_atsu 0:eb1247cc069b 4139 {0x7f, 0x45, 0x6b, 0x59, 0x7f, 0x4d, 0x7f, 0x00}, // 3b 0f68 9a9b 圀
lynxeyed_atsu 0:eb1247cc069b 4140 {0x7f, 0x55, 0x4f, 0x75, 0x75, 0x41, 0x7f, 0x00}, // 3b 0f69 9a9c 囿
lynxeyed_atsu 0:eb1247cc069b 4141 {0x7f, 0x55, 0x7f, 0x77, 0x7b, 0x51, 0x7f, 0x00}, // 3b 0f6a 9a9d 圄
lynxeyed_atsu 0:eb1247cc069b 4142 {0x7f, 0x55, 0x5d, 0x77, 0x5d, 0x55, 0x7f, 0x00}, // 3b 0f6b 9a9e 圉
lynxeyed_atsu 0:eb1247cc069b 4143 {0x7f, 0x55, 0x7f, 0x7d, 0x6f, 0x55, 0x7f, 0x00}, // 3b 0f6c 9a9f 圈
lynxeyed_atsu 0:eb1247cc069b 4144 {0x7f, 0x6d, 0x6d, 0x45, 0x5f, 0x65, 0x7f, 0x00}, // 3b 0f6d 9aa0 國
lynxeyed_atsu 0:eb1247cc069b 4145 {0x7f, 0x55, 0x5d, 0x57, 0x7f, 0x55, 0x7f, 0x00}, // 3b 0f6e 9aa1 圍
lynxeyed_atsu 0:eb1247cc069b 4146 {0x7f, 0x61, 0x5f, 0x5b, 0x5f, 0x61, 0x7f, 0x00}, // 3b 0f6f 9aa2 圓
lynxeyed_atsu 0:eb1247cc069b 4147 {0x7f, 0x55, 0x5d, 0x5f, 0x7d, 0x55, 0x7f, 0x00}, // 3b 0f70 9aa3 團
lynxeyed_atsu 0:eb1247cc069b 4148 {0x7f, 0x49, 0x7f, 0x6d, 0x7f, 0x49, 0x7f, 0x00}, // 3b 0f71 9aa4 圖
lynxeyed_atsu 0:eb1247cc069b 4149 {0x1a, 0x76, 0x7a, 0x5f, 0x7a, 0x76, 0x1a, 0x00}, // 3b 0f72 9aa5 å—‡
lynxeyed_atsu 0:eb1247cc069b 4150 {0x7f, 0x55, 0x7f, 0x6f, 0x5f, 0x65, 0x7f, 0x00}, // 3b 0f73 9aa6 圜
lynxeyed_atsu 0:eb1247cc069b 4151 {0x24, 0x3f, 0x54, 0x31, 0x0f, 0x30, 0x40, 0x00}, // 3b 0f74 9aa7 圦
lynxeyed_atsu 0:eb1247cc069b 4152 {0x24, 0x3f, 0x15, 0x01, 0x7f, 0x05, 0x09, 0x00}, // 3b 0f75 9aa8 圷
lynxeyed_atsu 0:eb1247cc069b 4153 {0x24, 0x3f, 0x7c, 0x40, 0x7f, 0x40, 0x7c, 0x00}, // 3b 0f76 9aa9 圸
lynxeyed_atsu 0:eb1247cc069b 4154 {0x24, 0x3f, 0x54, 0x23, 0x1e, 0x22, 0x46, 0x00}, // 3b 0f77 9aaa 坎
lynxeyed_atsu 0:eb1247cc069b 4155 {0x24, 0x3f, 0x54, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 3b 0f78 9aab 圻
lynxeyed_atsu 0:eb1247cc069b 4156 {0x24, 0x3f, 0x54, 0x7c, 0x40, 0x7f, 0x44, 0x00}, // 3b 0f79 9aac 址
lynxeyed_atsu 0:eb1247cc069b 4157 {0x24, 0x3f, 0x11, 0x09, 0x7f, 0x09, 0x11, 0x00}, // 3b 0f7a 9aad 坏
lynxeyed_atsu 0:eb1247cc069b 4158 {0x24, 0x3f, 0x12, 0x7f, 0x4a, 0x7f, 0x02, 0x00}, // 3b 0f7b 9aae 坩
lynxeyed_atsu 0:eb1247cc069b 4159 {0x54, 0x5e, 0x66, 0x7e, 0x65, 0x5d, 0x54, 0x00}, // 3b 0f7c 9aaf 埀
lynxeyed_atsu 0:eb1247cc069b 4160 {0x44, 0x5e, 0x51, 0x7a, 0x53, 0x56, 0x4b, 0x00}, // 3b 0f7d 9ab0 垈
lynxeyed_atsu 0:eb1247cc069b 4161 {0x24, 0x3f, 0x7e, 0x5a, 0x2f, 0x5a, 0x46, 0x00}, // 3b 0f7e 9ab1 坡
lynxeyed_atsu 0:eb1247cc069b 4162 {0x24, 0x3f, 0x14, 0x7e, 0x09, 0x42, 0x7f, 0x00}, // 3b 0f7f 9ab2 坿
lynxeyed_atsu 0:eb1247cc069b 4163 {0x24, 0x3f, 0x04, 0x7b, 0x5a, 0x42, 0x5e, 0x00}, // 3b 0f80 9ab3 垉
lynxeyed_atsu 0:eb1247cc069b 4164 {0x24, 0x3f, 0x4a, 0x56, 0x2b, 0x32, 0x4a, 0x00}, // 3b 0f81 9ab4 åž“
lynxeyed_atsu 0:eb1247cc069b 4165 {0x24, 0x3f, 0x14, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 3b 0f82 9ab5 åž 
lynxeyed_atsu 0:eb1247cc069b 4166 {0x24, 0x3f, 0x0a, 0x7d, 0x00, 0x45, 0x7d, 0x00}, // 3b 0f83 9ab6 åž³
lynxeyed_atsu 0:eb1247cc069b 4167 {0x24, 0x3f, 0x45, 0x57, 0x7d, 0x53, 0x45, 0x00}, // 3b 0f84 9ab7 垤
lynxeyed_atsu 0:eb1247cc069b 4168 {0x24, 0x3f, 0x54, 0x3d, 0x14, 0x7d, 0x14, 0x00}, // 3b 0f85 9ab8 垪
lynxeyed_atsu 0:eb1247cc069b 4169 {0x24, 0x3f, 0x14, 0x08, 0x7f, 0x1a, 0x2a, 0x00}, // 3b 0f86 9ab9 åž°
lynxeyed_atsu 0:eb1247cc069b 4170 {0x24, 0x3f, 0x54, 0x5e, 0x35, 0x54, 0x56, 0x00}, // 3b 0f87 9aba 埃
lynxeyed_atsu 0:eb1247cc069b 4171 {0x24, 0x3f, 0x42, 0x3e, 0x1d, 0x57, 0x7c, 0x00}, // 3b 0f88 9abb 埆
lynxeyed_atsu 0:eb1247cc069b 4172 {0x24, 0x3f, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 3b 0f89 9abc 埔
lynxeyed_atsu 0:eb1247cc069b 4173 {0x24, 0x3f, 0x0a, 0x29, 0x4b, 0x7d, 0x0a, 0x00}, // 3b 0f8a 9abd 埒
lynxeyed_atsu 0:eb1247cc069b 4174 {0x24, 0x3f, 0x14, 0x2a, 0x4d, 0x7b, 0x08, 0x00}, // 3b 0f8b 9abe 埓
lynxeyed_atsu 0:eb1247cc069b 4175 {0x51, 0x5f, 0x5b, 0x71, 0x5b, 0x5f, 0x51, 0x00}, // 3b 0f8c 9abf å Š
lynxeyed_atsu 0:eb1247cc069b 4176 {0x24, 0x3f, 0x12, 0x7b, 0x02, 0x7f, 0x52, 0x00}, // 3b 0f8d 9ac0 埖
lynxeyed_atsu 0:eb1247cc069b 4177 {0x24, 0x3f, 0x32, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 3b 0f8e 9ac1 埣
lynxeyed_atsu 0:eb1247cc069b 4178 {0x24, 0x7f, 0x3f, 0x55, 0x3f, 0x55, 0x7f, 0x00}, // 3b 0f8f 9ac2 å ‹
lynxeyed_atsu 0:eb1247cc069b 4179 {0x24, 0x3f, 0x14, 0x5d, 0x5f, 0x7f, 0x5d, 0x00}, // 3b 0f90 9ac3 å ™
lynxeyed_atsu 0:eb1247cc069b 4180 {0x24, 0x3f, 0x14, 0x78, 0x0f, 0x69, 0x7f, 0x00}, // 3b 0f91 9ac4 堝
lynxeyed_atsu 0:eb1247cc069b 4181 {0x24, 0x3f, 0x24, 0x5f, 0x3a, 0x5e, 0x72, 0x00}, // 3b 0f92 9ac5 塲
lynxeyed_atsu 0:eb1247cc069b 4182 {0x44, 0x5e, 0x55, 0x6f, 0x5d, 0x4f, 0x54, 0x00}, // 3b 0f93 9ac6 å ¡
lynxeyed_atsu 0:eb1247cc069b 4183 {0x24, 0x3f, 0x54, 0x1e, 0x5b, 0x1e, 0x70, 0x00}, // 3b 0f94 9ac7 å¡¢
lynxeyed_atsu 0:eb1247cc069b 4184 {0x4d, 0x46, 0x55, 0x7c, 0x55, 0x46, 0x4d, 0x00}, // 3b 0f95 9ac8 å¡‹
lynxeyed_atsu 0:eb1247cc069b 4185 {0x55, 0x40, 0x4b, 0x7e, 0x5e, 0x5e, 0x4a, 0x00}, // 3b 0f96 9ac9 å¡°
lynxeyed_atsu 0:eb1247cc069b 4186 {0x4e, 0x59, 0x3a, 0x2e, 0x5b, 0x29, 0x5b, 0x00}, // 3b 0f97 9aca 毀
lynxeyed_atsu 0:eb1247cc069b 4187 {0x24, 0x3f, 0x3e, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 3b 0f98 9acb å¡’
lynxeyed_atsu 0:eb1247cc069b 4188 {0x24, 0x3f, 0x14, 0x77, 0x47, 0x7d, 0x57, 0x00}, // 3b 0f99 9acc å ½
lynxeyed_atsu 0:eb1247cc069b 4189 {0x4a, 0x4e, 0x5f, 0x6a, 0x47, 0x5d, 0x45, 0x00}, // 3b 0f9a 9acd 塹
lynxeyed_atsu 0:eb1247cc069b 4190 {0x57, 0x5f, 0x57, 0x60, 0x55, 0x5f, 0x4d, 0x00}, // 3b 0f9b 9ace 墅
lynxeyed_atsu 0:eb1247cc069b 4191 {0x24, 0x3f, 0x7f, 0x03, 0x38, 0x3b, 0x7f, 0x00}, // 3b 0f9c 9acf 墹
lynxeyed_atsu 0:eb1247cc069b 4192 {0x24, 0x3f, 0x54, 0x3c, 0x44, 0x6f, 0x4a, 0x00}, // 3b 0f9d 9ad0 墟
lynxeyed_atsu 0:eb1247cc069b 4193 {0x24, 0x3f, 0x1e, 0x3d, 0x54, 0x7d, 0x1e, 0x00}, // 3b 0f9e 9ad1 墫
lynxeyed_atsu 0:eb1247cc069b 4194 {0x24, 0x3f, 0x50, 0x5e, 0x3f, 0x56, 0x5e, 0x00}, // 3b 0f9f 9ad2 墺
lynxeyed_atsu 0:eb1247cc069b 4195 {0x24, 0x3f, 0x2a, 0x6e, 0x5f, 0x2a, 0x4e, 0x00}, // 3b 0fa0 9ad3 壞
lynxeyed_atsu 0:eb1247cc069b 4196 {0x24, 0x3f, 0x7a, 0x76, 0x5b, 0x76, 0x7a, 0x00}, // 3b 0fa1 9ad4 墻
lynxeyed_atsu 0:eb1247cc069b 4197 {0x24, 0x3f, 0x52, 0x37, 0x7e, 0x7f, 0x12, 0x00}, // 3b 0fa2 9ad5 墸
lynxeyed_atsu 0:eb1247cc069b 4198 {0x5f, 0x4b, 0x40, 0x6a, 0x5f, 0x5a, 0x5a, 0x00}, // 3b 0fa3 9ad6 墮
lynxeyed_atsu 0:eb1247cc069b 4199 {0x56, 0x4a, 0x42, 0x6b, 0x5e, 0x5e, 0x56, 0x00}, // 3b 0fa4 9ad7 壅
lynxeyed_atsu 0:eb1247cc069b 4200 {0x50, 0x4f, 0x5b, 0x7b, 0x55, 0x4f, 0x55, 0x00}, // 3b 0fa5 9ad8 壓
lynxeyed_atsu 0:eb1247cc069b 4201 {0x56, 0x5b, 0x5f, 0x6a, 0x57, 0x49, 0x57, 0x00}, // 3b 0fa6 9ad9 壑
lynxeyed_atsu 0:eb1247cc069b 4202 {0x24, 0x3f, 0x54, 0x6a, 0x7f, 0x6e, 0x54, 0x00}, // 3b 0fa7 9ada 壗
lynxeyed_atsu 0:eb1247cc069b 4203 {0x24, 0x3f, 0x7e, 0x4a, 0x3f, 0x3e, 0x4a, 0x00}, // 3b 0fa8 9adb 壙
lynxeyed_atsu 0:eb1247cc069b 4204 {0x58, 0x5f, 0x5d, 0x67, 0x5d, 0x5f, 0x58, 0x00}, // 3b 0fa9 9adc 壘
lynxeyed_atsu 0:eb1247cc069b 4205 {0x24, 0x3f, 0x1f, 0x45, 0x57, 0x67, 0x55, 0x00}, // 3b 0faa 9add 壥
lynxeyed_atsu 0:eb1247cc069b 4206 {0x24, 0x3f, 0x4c, 0x6f, 0x55, 0x3f, 0x4c, 0x00}, // 3b 0fab 9ade 壜
lynxeyed_atsu 0:eb1247cc069b 4207 {0x24, 0x3f, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 3b 0fac 9adf 壤
lynxeyed_atsu 0:eb1247cc069b 4208 {0x4a, 0x5e, 0x4b, 0x7e, 0x42, 0x5b, 0x55, 0x00}, // 3b 0fad 9ae0 壟
lynxeyed_atsu 0:eb1247cc069b 4209 {0x57, 0x34, 0x7f, 0x04, 0x44, 0x7f, 0x44, 0x00}, // 3b 0fae 9ae1 壯
lynxeyed_atsu 0:eb1247cc069b 4210 {0x5a, 0x6a, 0x7a, 0x4f, 0x7a, 0x6a, 0x5a, 0x00}, // 3b 0faf 9ae2 壺
lynxeyed_atsu 0:eb1247cc069b 4211 {0x5a, 0x4a, 0x7a, 0x5f, 0x7a, 0x4a, 0x5a, 0x00}, // 3b 0fb0 9ae3 壹
lynxeyed_atsu 0:eb1247cc069b 4212 {0x24, 0x3f, 0x14, 0x09, 0x77, 0x2d, 0x7b, 0x00}, // 3b 0fb1 9ae4 壻
lynxeyed_atsu 0:eb1247cc069b 4213 {0x5a, 0x6a, 0x7a, 0x5f, 0x7a, 0x6a, 0x5a, 0x00}, // 3b 0fb2 9ae5 壼
lynxeyed_atsu 0:eb1247cc069b 4214 {0x14, 0x76, 0x76, 0x1f, 0x56, 0x76, 0x14, 0x00}, // 3b 0fb3 9ae6 壽
lynxeyed_atsu 0:eb1247cc069b 4215 {0x48, 0x44, 0x2b, 0x12, 0x2a, 0x46, 0x40, 0x00}, // 3b 0fb4 9ae7 夂
lynxeyed_atsu 0:eb1247cc069b 4216 {0x4a, 0x44, 0x2b, 0x12, 0x2a, 0x46, 0x40, 0x00}, // 3b 0fb5 9ae8 夊
lynxeyed_atsu 0:eb1247cc069b 4217 {0x42, 0x52, 0x5d, 0x2f, 0x5f, 0x4e, 0x40, 0x00}, // 3b 0fb6 9ae9 夐
lynxeyed_atsu 0:eb1247cc069b 4218 {0x44, 0x54, 0x55, 0x2d, 0x2f, 0x1c, 0x04, 0x00}, // 3b 0fb7 9aea 夛
lynxeyed_atsu 0:eb1247cc069b 4219 {0x4a, 0x56, 0x5f, 0x2a, 0x2e, 0x1f, 0x0a, 0x00}, // 3b 0fb8 9aeb 梦
lynxeyed_atsu 0:eb1247cc069b 4220 {0x48, 0x2b, 0x7f, 0x2b, 0x52, 0x2d, 0x1b, 0x00}, // 3b 0fb9 9aec 夥
lynxeyed_atsu 0:eb1247cc069b 4221 {0x48, 0x4a, 0x2a, 0x1f, 0x2a, 0x4e, 0x48, 0x00}, // 3b 0fba 9aed 夬
lynxeyed_atsu 0:eb1247cc069b 4222 {0x48, 0x4a, 0x2a, 0x1e, 0x29, 0x49, 0x48, 0x00}, // 3b 0fbb 9aee 夭
lynxeyed_atsu 0:eb1247cc069b 4223 {0x2a, 0x2a, 0x26, 0x73, 0x26, 0x2a, 0x2a, 0x00}, // 3b 0fbc 9aef 夲
lynxeyed_atsu 0:eb1247cc069b 4224 {0x0a, 0x0a, 0x36, 0x33, 0x36, 0x6a, 0x0a, 0x00}, // 3b 0fbd 9af0 夸
lynxeyed_atsu 0:eb1247cc069b 4225 {0x52, 0x4e, 0x52, 0x3f, 0x52, 0x4e, 0x52, 0x00}, // 3b 0fbe 9af1 夾
lynxeyed_atsu 0:eb1247cc069b 4226 {0x08, 0x7a, 0x5e, 0x7b, 0x0e, 0x7a, 0x08, 0x00}, // 3b 0fbf 9af2 ç«’
lynxeyed_atsu 0:eb1247cc069b 4227 {0x4a, 0x52, 0x5e, 0x33, 0x5e, 0x52, 0x4a, 0x00}, // 3b 0fc0 9af3 奕
lynxeyed_atsu 0:eb1247cc069b 4228 {0x52, 0x5e, 0x5d, 0x35, 0x5f, 0x5c, 0x50, 0x00}, // 3b 0fc1 9af4 奐
lynxeyed_atsu 0:eb1247cc069b 4229 {0x4a, 0x4a, 0x56, 0x7b, 0x56, 0x4a, 0x4a, 0x00}, // 3b 0fc2 9af5 奎
lynxeyed_atsu 0:eb1247cc069b 4230 {0x54, 0x53, 0x55, 0x3b, 0x51, 0x59, 0x52, 0x00}, // 3b 0fc3 9af6 奚
lynxeyed_atsu 0:eb1247cc069b 4231 {0x4b, 0x56, 0x5f, 0x32, 0x5a, 0x5f, 0x4a, 0x00}, // 3b 0fc4 9af7 奘
lynxeyed_atsu 0:eb1247cc069b 4232 {0x4a, 0x5a, 0x36, 0x7b, 0x56, 0x7a, 0x1a, 0x00}, // 3b 0fc5 9af8 奢
lynxeyed_atsu 0:eb1247cc069b 4233 {0x52, 0x5e, 0x5d, 0x34, 0x5d, 0x5e, 0x52, 0x00}, // 3b 0fc6 9af9 奠
lynxeyed_atsu 0:eb1247cc069b 4234 {0x50, 0x5e, 0x5e, 0x3f, 0x56, 0x5e, 0x50, 0x00}, // 3b 0fc7 9afa 奧
lynxeyed_atsu 0:eb1247cc069b 4235 {0x5b, 0x56, 0x5f, 0x36, 0x5d, 0x5f, 0x54, 0x00}, // 3b 0fc8 9afb 奬
lynxeyed_atsu 0:eb1247cc069b 4236 {0x0a, 0x7a, 0x66, 0x7b, 0x5a, 0x66, 0x6a, 0x00}, // 3b 0fc9 9afc 奩
lynxeyed_atsu 0:eb1247cc069b 4237 {0x44, 0x5c, 0x37, 0x2c, 0x09, 0x7f, 0x09, 0x00}, // 3c 0fca 9b40 奸
lynxeyed_atsu 0:eb1247cc069b 4238 {0x44, 0x5c, 0x37, 0x2c, 0x0b, 0x52, 0x7e, 0x00}, // 3c 0fcb 9b41 妁
lynxeyed_atsu 0:eb1247cc069b 4239 {0x57, 0x34, 0x7f, 0x44, 0x5c, 0x37, 0x4c, 0x00}, // 3c 0fcc 9b42 妝
lynxeyed_atsu 0:eb1247cc069b 4240 {0x04, 0x7e, 0x01, 0x54, 0x7d, 0x35, 0x54, 0x00}, // 3c 0fcd 9b43 佞
lynxeyed_atsu 0:eb1247cc069b 4241 {0x04, 0x7e, 0x53, 0x7e, 0x5b, 0x3a, 0x52, 0x00}, // 3c 0fce 9b44 侫
lynxeyed_atsu 0:eb1247cc069b 4242 {0x5c, 0x37, 0x2c, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 3c 0fcf 9b45 妣
lynxeyed_atsu 0:eb1247cc069b 4243 {0x44, 0x5c, 0x37, 0x2c, 0x5f, 0x55, 0x5f, 0x00}, // 3c 0fd0 9b46 妲
lynxeyed_atsu 0:eb1247cc069b 4244 {0x5c, 0x37, 0x3c, 0x2f, 0x69, 0x7f, 0x28, 0x00}, // 3c 0fd1 9b47 姆
lynxeyed_atsu 0:eb1247cc069b 4245 {0x5f, 0x3c, 0x42, 0x5e, 0x3f, 0x56, 0x72, 0x00}, // 3c 0fd2 9b48 姨
lynxeyed_atsu 0:eb1247cc069b 4246 {0x52, 0x56, 0x77, 0x5e, 0x36, 0x57, 0x52, 0x00}, // 3c 0fd3 9b49 姜
lynxeyed_atsu 0:eb1247cc069b 4247 {0x5f, 0x3c, 0x49, 0x3f, 0x09, 0x7f, 0x09, 0x00}, // 3c 0fd4 9b4a 妍
lynxeyed_atsu 0:eb1247cc069b 4248 {0x5f, 0x3c, 0x7e, 0x01, 0x4a, 0x7e, 0x49, 0x00}, // 3c 0fd5 9b4b 姙
lynxeyed_atsu 0:eb1247cc069b 4249 {0x5f, 0x3c, 0x4a, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 3c 0fd6 9b4c 姚
lynxeyed_atsu 0:eb1247cc069b 4250 {0x5f, 0x3c, 0x26, 0x7e, 0x25, 0x3f, 0x55, 0x00}, // 3c 0fd7 9b4d 娥
lynxeyed_atsu 0:eb1247cc069b 4251 {0x44, 0x5c, 0x37, 0x7c, 0x2b, 0x2b, 0x78, 0x00}, // 3c 0fd8 9b4e 娟
lynxeyed_atsu 0:eb1247cc069b 4252 {0x55, 0x50, 0x7a, 0x58, 0x37, 0x54, 0x52, 0x00}, // 3c 0fd9 9b4f 娑
lynxeyed_atsu 0:eb1247cc069b 4253 {0x5f, 0x3c, 0x55, 0x3f, 0x55, 0x7f, 0x1b, 0x00}, // 3c 0fda 9b50 娜
lynxeyed_atsu 0:eb1247cc069b 4254 {0x44, 0x5c, 0x37, 0x2c, 0x3e, 0x2f, 0x6e, 0x00}, // 3c 0fdb 9b51 娉
lynxeyed_atsu 0:eb1247cc069b 4255 {0x5c, 0x37, 0x2c, 0x5f, 0x35, 0x5f, 0x7f, 0x00}, // 3c 0fdc 9b52 娚
lynxeyed_atsu 0:eb1247cc069b 4256 {0x5f, 0x3c, 0x7f, 0x1b, 0x1d, 0x55, 0x7f, 0x00}, // 3c 0fdd 9b53 å©€
lynxeyed_atsu 0:eb1247cc069b 4257 {0x5f, 0x3c, 0x4a, 0x59, 0x7b, 0x59, 0x4a, 0x00}, // 3c 0fde 9b54 婬
lynxeyed_atsu 0:eb1247cc069b 4258 {0x5f, 0x3c, 0x56, 0x2a, 0x7b, 0x4a, 0x5e, 0x00}, // 3c 0fdf 9b55 婉
lynxeyed_atsu 0:eb1247cc069b 4259 {0x5f, 0x3c, 0x21, 0x3f, 0x7f, 0x12, 0x2e, 0x00}, // 3c 0fe0 9b56 娵
lynxeyed_atsu 0:eb1247cc069b 4260 {0x55, 0x57, 0x7f, 0x55, 0x3b, 0x55, 0x5b, 0x00}, // 3c 0fe1 9b57 娶
lynxeyed_atsu 0:eb1247cc069b 4261 {0x5f, 0x3c, 0x2e, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 3c 0fe2 9b58 å©¢
lynxeyed_atsu 0:eb1247cc069b 4262 {0x4a, 0x56, 0x7f, 0x5a, 0x36, 0x5f, 0x4a, 0x00}, // 3c 0fe3 9b59 婪
lynxeyed_atsu 0:eb1247cc069b 4263 {0x5c, 0x37, 0x4c, 0x3f, 0x05, 0x77, 0x77, 0x00}, // 3c 0fe4 9b5a 媚
lynxeyed_atsu 0:eb1247cc069b 4264 {0x5c, 0x37, 0x2c, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 3c 0fe5 9b5b 媼
lynxeyed_atsu 0:eb1247cc069b 4265 {0x5f, 0x3c, 0x2a, 0x7f, 0x3a, 0x7f, 0x2a, 0x00}, // 3c 0fe6 9b5c 媾
lynxeyed_atsu 0:eb1247cc069b 4266 {0x5c, 0x37, 0x2c, 0x5d, 0x77, 0x5d, 0x77, 0x00}, // 3c 0fe7 9b5d å«‹
lynxeyed_atsu 0:eb1247cc069b 4267 {0x5f, 0x3c, 0x4e, 0x59, 0x2e, 0x59, 0x4f, 0x00}, // 3c 0fe8 9b5e å«‚
lynxeyed_atsu 0:eb1247cc069b 4268 {0x5c, 0x37, 0x2c, 0x5f, 0x15, 0x5f, 0x75, 0x00}, // 3c 0fe9 9b5f 媽
lynxeyed_atsu 0:eb1247cc069b 4269 {0x5c, 0x37, 0x2c, 0x5d, 0x17, 0x57, 0x75, 0x00}, // 3c 0fea 9b60 å«£
lynxeyed_atsu 0:eb1247cc069b 4270 {0x5f, 0x3c, 0x7f, 0x71, 0x47, 0x77, 0x71, 0x00}, // 3c 0feb 9b61 å«—
lynxeyed_atsu 0:eb1247cc069b 4271 {0x5f, 0x3c, 0x35, 0x1e, 0x7b, 0x1e, 0x35, 0x00}, // 3c 0fec 9b62 嫦
lynxeyed_atsu 0:eb1247cc069b 4272 {0x5f, 0x3c, 0x2e, 0x7f, 0x2a, 0x3f, 0x5e, 0x00}, // 3c 0fed 9b63 å«©
lynxeyed_atsu 0:eb1247cc069b 4273 {0x5f, 0x3c, 0x51, 0x17, 0x77, 0x17, 0x51, 0x00}, // 3c 0fee 9b64 å«–
lynxeyed_atsu 0:eb1247cc069b 4274 {0x5f, 0x3c, 0x7f, 0x23, 0x18, 0x3b, 0x7f, 0x00}, // 3c 0fef 9b65 嫺
lynxeyed_atsu 0:eb1247cc069b 4275 {0x5f, 0x3c, 0x7f, 0x2b, 0x7c, 0x2b, 0x7f, 0x00}, // 3c 0ff0 9b66 å«»
lynxeyed_atsu 0:eb1247cc069b 4276 {0x5f, 0x3c, 0x7a, 0x17, 0x5b, 0x17, 0x7a, 0x00}, // 3c 0ff1 9b67 嬌
lynxeyed_atsu 0:eb1247cc069b 4277 {0x5f, 0x3c, 0x23, 0x3f, 0x7c, 0x3f, 0x23, 0x00}, // 3c 0ff2 9b68 嬋
lynxeyed_atsu 0:eb1247cc069b 4278 {0x54, 0x5f, 0x7b, 0x50, 0x36, 0x5b, 0x56, 0x00}, // 3c 0ff3 9b69 嬖
lynxeyed_atsu 0:eb1247cc069b 4279 {0x57, 0x3f, 0x5c, 0x37, 0x4c, 0x3f, 0x77, 0x00}, // 3c 0ff4 9b6a 嬲
lynxeyed_atsu 0:eb1247cc069b 4280 {0x5f, 0x3c, 0x47, 0x3f, 0x76, 0x3f, 0x5c, 0x00}, // 3c 0ff5 9b6b 嫐
lynxeyed_atsu 0:eb1247cc069b 4281 {0x5f, 0x3c, 0x4e, 0x3a, 0x37, 0x3a, 0x46, 0x00}, // 3c 0ff6 9b6c 嬪
lynxeyed_atsu 0:eb1247cc069b 4282 {0x5f, 0x3c, 0x38, 0x6e, 0x3b, 0x6e, 0x38, 0x00}, // 3c 0ff7 9b6d 嬶
lynxeyed_atsu 0:eb1247cc069b 4283 {0x5f, 0x3c, 0x2e, 0x7f, 0x5a, 0x19, 0x5b, 0x00}, // 3c 0ff8 9b6e 嬾
lynxeyed_atsu 0:eb1247cc069b 4284 {0x5f, 0x3c, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 3c 0ff9 9b6f å­ƒ
lynxeyed_atsu 0:eb1247cc069b 4285 {0x5f, 0x3c, 0x55, 0x7e, 0x55, 0x3f, 0x54, 0x00}, // 3c 0ffa 9b70 å­…
lynxeyed_atsu 0:eb1247cc069b 4286 {0x5f, 0x3c, 0x26, 0x73, 0x27, 0x73, 0x76, 0x00}, // 3c 0ffb 9b71 å­€
lynxeyed_atsu 0:eb1247cc069b 4287 {0x10, 0x11, 0x51, 0x7d, 0x0b, 0x09, 0x08, 0x00}, // 3c 0ffc 9b72 å­‘
lynxeyed_atsu 0:eb1247cc069b 4288 {0x28, 0x29, 0x27, 0x69, 0x3b, 0x2a, 0x26, 0x00}, // 3c 0ffd 9b73 å­•
lynxeyed_atsu 0:eb1247cc069b 4289 {0x14, 0x13, 0x55, 0x77, 0x1d, 0x11, 0x12, 0x00}, // 3c 0ffe 9b74 å­š
lynxeyed_atsu 0:eb1247cc069b 4290 {0x2c, 0x26, 0x2e, 0x6f, 0x3e, 0x26, 0x2c, 0x00}, // 3c 0fff 9b75 å­›
lynxeyed_atsu 0:eb1247cc069b 4291 {0x2a, 0x2e, 0x2b, 0x6e, 0x3b, 0x25, 0x2b, 0x00}, // 3c 1000 9b76 å­¥
lynxeyed_atsu 0:eb1247cc069b 4292 {0x51, 0x7d, 0x4b, 0x56, 0x2b, 0x32, 0x4a, 0x00}, // 3c 1001 9b77 å­©
lynxeyed_atsu 0:eb1247cc069b 4293 {0x22, 0x2e, 0x6b, 0x3e, 0x13, 0x7e, 0x40, 0x00}, // 3c 1002 9b78 å­°
lynxeyed_atsu 0:eb1247cc069b 4294 {0x22, 0x2a, 0x37, 0x72, 0x3a, 0x37, 0x22, 0x00}, // 3c 1003 9b79 å­³
lynxeyed_atsu 0:eb1247cc069b 4295 {0x5e, 0x3d, 0x7e, 0x21, 0x6b, 0x39, 0x22, 0x00}, // 3c 1004 9b7a å­µ
lynxeyed_atsu 0:eb1247cc069b 4296 {0x2c, 0x26, 0x2d, 0x6e, 0x3d, 0x27, 0x2c, 0x00}, // 3c 1005 9b7b å­¸
lynxeyed_atsu 0:eb1247cc069b 4297 {0x22, 0x32, 0x36, 0x6b, 0x36, 0x32, 0x22, 0x00}, // 3c 1006 9b7c æ–ˆ
lynxeyed_atsu 0:eb1247cc069b 4298 {0x51, 0x7d, 0x0b, 0x66, 0x2b, 0x7f, 0x6e, 0x00}, // 3c 1007 9b7d å­º
lynxeyed_atsu 0:eb1247cc069b 4299 {0x18, 0x08, 0x08, 0x0c, 0x08, 0x08, 0x18, 0x00}, // 3c 1008 9b7e 宀
lynxeyed_atsu 0:eb1247cc069b 4300 {0x06, 0x3a, 0x52, 0x53, 0x4a, 0x4a, 0x66, 0x00}, // 3d 1009 9b80 它
lynxeyed_atsu 0:eb1247cc069b 4301 {0x06, 0x7e, 0x56, 0x77, 0x5e, 0x42, 0x06, 0x00}, // 3d 100a 9b81 宦
lynxeyed_atsu 0:eb1247cc069b 4302 {0x46, 0x3e, 0x76, 0x57, 0x36, 0x52, 0x46, 0x00}, // 3d 100b 9b82 宸
lynxeyed_atsu 0:eb1247cc069b 4303 {0x4e, 0x5a, 0x36, 0x1f, 0x76, 0x5e, 0x66, 0x00}, // 3d 100c 9b83 寃
lynxeyed_atsu 0:eb1247cc069b 4304 {0x56, 0x36, 0x56, 0x63, 0x5e, 0x6a, 0x46, 0x00}, // 3d 100d 9b84 寇
lynxeyed_atsu 0:eb1247cc069b 4305 {0x26, 0x12, 0x7e, 0x5b, 0x7e, 0x5a, 0x56, 0x00}, // 3d 100e 9b85 寉
lynxeyed_atsu 0:eb1247cc069b 4306 {0x46, 0x2a, 0x4e, 0x7b, 0x5e, 0x4a, 0x46, 0x00}, // 3d 100f 9b86 寔
lynxeyed_atsu 0:eb1247cc069b 4307 {0x56, 0x36, 0x7e, 0x2b, 0x7e, 0x2a, 0x46, 0x00}, // 3d 1010 9b87 寐
lynxeyed_atsu 0:eb1247cc069b 4308 {0x56, 0x36, 0x7e, 0x2b, 0x7e, 0x7a, 0x26, 0x00}, // 3d 1011 9b88 寤
lynxeyed_atsu 0:eb1247cc069b 4309 {0x46, 0x4a, 0x3e, 0x37, 0x3e, 0x4a, 0x46, 0x00}, // 3d 1012 9b89 實
lynxeyed_atsu 0:eb1247cc069b 4310 {0x56, 0x36, 0x7e, 0x03, 0x5a, 0x2a, 0x5e, 0x00}, // 3d 1013 9b8a 寢
lynxeyed_atsu 0:eb1247cc069b 4311 {0x56, 0x5a, 0x5e, 0x3b, 0x5e, 0x5a, 0x56, 0x00}, // 3d 1014 9b8b 寞
lynxeyed_atsu 0:eb1247cc069b 4312 {0x16, 0x12, 0x4e, 0x57, 0x2a, 0x16, 0x16, 0x00}, // 3d 1015 9b8c 寥
lynxeyed_atsu 0:eb1247cc069b 4313 {0x26, 0x5a, 0x16, 0x53, 0x1e, 0x52, 0x76, 0x00}, // 3d 1016 9b8d 寫
lynxeyed_atsu 0:eb1247cc069b 4314 {0x26, 0x2a, 0x7e, 0x5f, 0x3e, 0x5a, 0x46, 0x00}, // 3d 1017 9b8e 寰
lynxeyed_atsu 0:eb1247cc069b 4315 {0x56, 0x7e, 0x36, 0x33, 0x3e, 0x7a, 0x46, 0x00}, // 3d 1018 9b8f 寶
lynxeyed_atsu 0:eb1247cc069b 4316 {0x56, 0x7e, 0x36, 0x3b, 0x36, 0x7a, 0x46, 0x00}, // 3d 1019 9b90 寳
lynxeyed_atsu 0:eb1247cc069b 4317 {0x5a, 0x37, 0x5a, 0x40, 0x4a, 0x62, 0x7f, 0x00}, // 3d 101a 9b91 å°…
lynxeyed_atsu 0:eb1247cc069b 4318 {0x57, 0x34, 0x7f, 0x08, 0x2a, 0x4d, 0x7b, 0x00}, // 3d 101b 9b92 å°‡
lynxeyed_atsu 0:eb1247cc069b 4319 {0x12, 0x12, 0x3e, 0x5f, 0x76, 0x1a, 0x12, 0x00}, // 3d 101c 9b93 å°ˆ
lynxeyed_atsu 0:eb1247cc069b 4320 {0x4b, 0x5e, 0x3b, 0x2e, 0x09, 0x52, 0x7f, 0x00}, // 3d 101d 9b94 對
lynxeyed_atsu 0:eb1247cc069b 4321 {0x24, 0x1b, 0x42, 0x7e, 0x02, 0x0a, 0x32, 0x00}, // 3d 101e 9b95 å°“
lynxeyed_atsu 0:eb1247cc069b 4322 {0x72, 0x5f, 0x72, 0x5f, 0x46, 0x2f, 0x14, 0x00}, // 3d 101f 9b96 å° 
lynxeyed_atsu 0:eb1247cc069b 4323 {0x42, 0x42, 0x22, 0x1f, 0x7a, 0x42, 0x62, 0x00}, // 3d 1020 9b97 å°¢
lynxeyed_atsu 0:eb1247cc069b 4324 {0x42, 0x3f, 0x7a, 0x43, 0x40, 0x6a, 0x55, 0x00}, // 3d 1021 9b98 å°¨
lynxeyed_atsu 0:eb1247cc069b 4325 {0x40, 0x3f, 0x05, 0x05, 0x05, 0x05, 0x07, 0x00}, // 3d 1022 9b99 å°¸
lynxeyed_atsu 0:eb1247cc069b 4326 {0x44, 0x55, 0x35, 0x1f, 0x15, 0x1f, 0x04, 0x00}, // 3d 1023 9b9a å°¹
lynxeyed_atsu 0:eb1247cc069b 4327 {0x40, 0x3f, 0x7d, 0x55, 0x05, 0x7d, 0x57, 0x00}, // 3d 1024 9b9b 屁
lynxeyed_atsu 0:eb1247cc069b 4328 {0x40, 0x3f, 0x7b, 0x53, 0x7f, 0x53, 0x7b, 0x00}, // 3d 1025 9b9c 屆
lynxeyed_atsu 0:eb1247cc069b 4329 {0x40, 0x3f, 0x53, 0x37, 0x7f, 0x33, 0x57, 0x00}, // 3d 1026 9b9d 屎
lynxeyed_atsu 0:eb1247cc069b 4330 {0x40, 0x3f, 0x43, 0x3f, 0x2b, 0x3f, 0x43, 0x00}, // 3d 1027 9b9e 屓
lynxeyed_atsu 0:eb1247cc069b 4331 {0x40, 0x3f, 0x2b, 0x77, 0x5b, 0x2f, 0x5b, 0x00}, // 3d 1028 9b9f 屐
lynxeyed_atsu 0:eb1247cc069b 4332 {0x40, 0x3f, 0x6b, 0x3f, 0x2b, 0x7f, 0x2b, 0x00}, // 3d 1029 9ba0 屏
lynxeyed_atsu 0:eb1247cc069b 4333 {0x40, 0x3f, 0x6b, 0x3b, 0x0f, 0x6f, 0x3b, 0x00}, // 3d 102a 9ba1 å­±
lynxeyed_atsu 0:eb1247cc069b 4334 {0x40, 0x3f, 0x57, 0x7b, 0x3f, 0x4b, 0x7f, 0x00}, // 3d 102b 9ba2 屬
lynxeyed_atsu 0:eb1247cc069b 4335 {0x5e, 0x50, 0x30, 0x1f, 0x10, 0x10, 0x1e, 0x00}, // 3d 102c 9ba3 å±®
lynxeyed_atsu 0:eb1247cc069b 4336 {0x38, 0x20, 0x3f, 0x20, 0x7f, 0x40, 0x60, 0x00}, // 3d 102d 9ba4 ä¹¢
lynxeyed_atsu 0:eb1247cc069b 4337 {0x48, 0x4f, 0x2c, 0x1f, 0x0c, 0x4f, 0x78, 0x00}, // 3d 102e 9ba5 屶
lynxeyed_atsu 0:eb1247cc069b 4338 {0x38, 0x3f, 0x04, 0x23, 0x56, 0x4e, 0x62, 0x00}, // 3d 102f 9ba6 å±¹
lynxeyed_atsu 0:eb1247cc069b 4339 {0x43, 0x22, 0x5e, 0x53, 0x26, 0x5e, 0x43, 0x00}, // 3d 1030 9ba7 岌
lynxeyed_atsu 0:eb1247cc069b 4340 {0x0b, 0x1a, 0x56, 0x53, 0x36, 0x1a, 0x0b, 0x00}, // 3d 1031 9ba8 岑
lynxeyed_atsu 0:eb1247cc069b 4341 {0x64, 0x52, 0x55, 0x6c, 0x55, 0x5e, 0x64, 0x00}, // 3d 1032 9ba9 å²”
lynxeyed_atsu 0:eb1247cc069b 4342 {0x54, 0x57, 0x76, 0x5f, 0x36, 0x57, 0x54, 0x00}, // 3d 1033 9baa 妛
lynxeyed_atsu 0:eb1247cc069b 4343 {0x38, 0x3f, 0x7e, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 3d 1034 9bab 岫
lynxeyed_atsu 0:eb1247cc069b 4344 {0x38, 0x3f, 0x38, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 3d 1035 9bac å²»
lynxeyed_atsu 0:eb1247cc069b 4345 {0x38, 0x3f, 0x38, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 3d 1036 9bad 岶
lynxeyed_atsu 0:eb1247cc069b 4346 {0x38, 0x3f, 0x15, 0x13, 0x7f, 0x13, 0x15, 0x00}, // 3d 1037 9bae å²¼
lynxeyed_atsu 0:eb1247cc069b 4347 {0x38, 0x3f, 0x38, 0x7f, 0x55, 0x3d, 0x57, 0x00}, // 3d 1038 9baf å²·
lynxeyed_atsu 0:eb1247cc069b 4348 {0x38, 0x3f, 0x54, 0x3e, 0x15, 0x7c, 0x16, 0x00}, // 3d 1039 9bb0 å³…
lynxeyed_atsu 0:eb1247cc069b 4349 {0x38, 0x3f, 0x38, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 3d 103a 9bb1 å²¾
lynxeyed_atsu 0:eb1247cc069b 4350 {0x13, 0x12, 0x6a, 0x6f, 0x6a, 0x12, 0x13, 0x00}, // 3d 103b 9bb2 峇
lynxeyed_atsu 0:eb1247cc069b 4351 {0x38, 0x3f, 0x28, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 3d 103c 9bb3 å³™
lynxeyed_atsu 0:eb1247cc069b 4352 {0x2b, 0x2e, 0x7e, 0x0b, 0x5e, 0x2a, 0x57, 0x00}, // 3d 103d 9bb4 峩
lynxeyed_atsu 0:eb1247cc069b 4353 {0x38, 0x3f, 0x52, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 3d 103e 9bb5 å³½
lynxeyed_atsu 0:eb1247cc069b 4354 {0x38, 0x3f, 0x41, 0x57, 0x3f, 0x47, 0x41, 0x00}, // 3d 103f 9bb6 峺
lynxeyed_atsu 0:eb1247cc069b 4355 {0x38, 0x3f, 0x02, 0x7d, 0x2a, 0x7d, 0x02, 0x00}, // 3d 1040 9bb7 å³­
lynxeyed_atsu 0:eb1247cc069b 4356 {0x43, 0x1e, 0x56, 0x17, 0x56, 0x16, 0x73, 0x00}, // 3d 1041 9bb8 嶌
lynxeyed_atsu 0:eb1247cc069b 4357 {0x38, 0x3f, 0x12, 0x69, 0x64, 0x69, 0x12, 0x00}, // 3d 1042 9bb9 峪
lynxeyed_atsu 0:eb1247cc069b 4358 {0x2b, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x2b, 0x00}, // 3d 1043 9bba å´‹
lynxeyed_atsu 0:eb1247cc069b 4359 {0x38, 0x3f, 0x40, 0x3f, 0x55, 0x7f, 0x55, 0x00}, // 3d 1044 9bbb å´•
lynxeyed_atsu 0:eb1247cc069b 4360 {0x7f, 0x6a, 0x4e, 0x7b, 0x4e, 0x6a, 0x7f, 0x00}, // 3d 1045 9bbc å´—
lynxeyed_atsu 0:eb1247cc069b 4361 {0x0b, 0x7a, 0x5e, 0x7b, 0x0a, 0x7e, 0x0b, 0x00}, // 3d 1046 9bbd 嵜
lynxeyed_atsu 0:eb1247cc069b 4362 {0x4b, 0x6a, 0x5a, 0x77, 0x5a, 0x6a, 0x4b, 0x00}, // 3d 1047 9bbe å´Ÿ
lynxeyed_atsu 0:eb1247cc069b 4363 {0x38, 0x3f, 0x1f, 0x65, 0x4d, 0x7d, 0x6f, 0x00}, // 3d 1048 9bbf å´›
lynxeyed_atsu 0:eb1247cc069b 4364 {0x43, 0x7e, 0x5a, 0x0b, 0x7a, 0x5e, 0x53, 0x00}, // 3d 1049 9bc0 å´‘
lynxeyed_atsu 0:eb1247cc069b 4365 {0x13, 0x0a, 0x7e, 0x57, 0x7e, 0x56, 0x43, 0x00}, // 3d 104a 9bc1 å´”
lynxeyed_atsu 0:eb1247cc069b 4366 {0x38, 0x3f, 0x2a, 0x29, 0x7b, 0x39, 0x12, 0x00}, // 3d 104b 9bc2 å´¢
lynxeyed_atsu 0:eb1247cc069b 4367 {0x38, 0x3f, 0x28, 0x5a, 0x2f, 0x5a, 0x48, 0x00}, // 3d 104c 9bc3 å´š
lynxeyed_atsu 0:eb1247cc069b 4368 {0x0b, 0x7a, 0x36, 0x73, 0x36, 0x7a, 0x0b, 0x00}, // 3d 104d 9bc4 å´™
lynxeyed_atsu 0:eb1247cc069b 4369 {0x38, 0x3f, 0x74, 0x32, 0x75, 0x36, 0x74, 0x00}, // 3d 104e 9bc5 å´˜
lynxeyed_atsu 0:eb1247cc069b 4370 {0x13, 0x7a, 0x52, 0x7b, 0x4e, 0x3a, 0x5b, 0x00}, // 3d 104f 9bc6 嵌
lynxeyed_atsu 0:eb1247cc069b 4371 {0x1c, 0x74, 0x5f, 0x65, 0x5f, 0x74, 0x1c, 0x00}, // 3d 1050 9bc7 åµ’
lynxeyed_atsu 0:eb1247cc069b 4372 {0x38, 0x3f, 0x78, 0x4b, 0x7f, 0x2b, 0x78, 0x00}, // 3d 1051 9bc8 嵎
lynxeyed_atsu 0:eb1247cc069b 4373 {0x38, 0x3f, 0x40, 0x3f, 0x05, 0x77, 0x77, 0x00}, // 3d 1052 9bc9 嵋
lynxeyed_atsu 0:eb1247cc069b 4374 {0x43, 0x5a, 0x3a, 0x1f, 0x7a, 0x5a, 0x63, 0x00}, // 3d 1053 9bca 嵬
lynxeyed_atsu 0:eb1247cc069b 4375 {0x4b, 0x3a, 0x4a, 0x5f, 0x7a, 0x5a, 0x4b, 0x00}, // 3d 1054 9bcb åµ³
lynxeyed_atsu 0:eb1247cc069b 4376 {0x38, 0x3f, 0x38, 0x5d, 0x77, 0x5d, 0x77, 0x00}, // 3d 1055 9bcc 嵶
lynxeyed_atsu 0:eb1247cc069b 4377 {0x38, 0x3f, 0x7f, 0x71, 0x47, 0x77, 0x71, 0x00}, // 3d 1056 9bcd 嶇
lynxeyed_atsu 0:eb1247cc069b 4378 {0x2b, 0x3a, 0x7e, 0x2b, 0x1e, 0x76, 0x13, 0x00}, // 3d 1057 9bce 嶄
lynxeyed_atsu 0:eb1247cc069b 4379 {0x38, 0x3f, 0x2a, 0x3e, 0x7b, 0x3e, 0x2a, 0x00}, // 3d 1058 9bcf 嶂
lynxeyed_atsu 0:eb1247cc069b 4380 {0x38, 0x3f, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 3d 1059 9bd0 嶢
lynxeyed_atsu 0:eb1247cc069b 4381 {0x38, 0x3f, 0x45, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 3d 105a 9bd1 嶝
lynxeyed_atsu 0:eb1247cc069b 4382 {0x38, 0x3f, 0x2a, 0x7b, 0x2e, 0x3b, 0x5a, 0x00}, // 3d 105b 9bd2 嶬
lynxeyed_atsu 0:eb1247cc069b 4383 {0x38, 0x3f, 0x5c, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 3d 105c 9bd3 嶮
lynxeyed_atsu 0:eb1247cc069b 4384 {0x57, 0x4a, 0x36, 0x6b, 0x6a, 0x3e, 0x4b, 0x00}, // 3d 105d 9bd4 嶽
lynxeyed_atsu 0:eb1247cc069b 4385 {0x7f, 0x36, 0x52, 0x57, 0x6a, 0x56, 0x53, 0x00}, // 3d 105e 9bd5 嶐
lynxeyed_atsu 0:eb1247cc069b 4386 {0x5f, 0x3a, 0x5a, 0x77, 0x36, 0x5e, 0x57, 0x00}, // 3d 105f 9bd6 嶷
lynxeyed_atsu 0:eb1247cc069b 4387 {0x38, 0x3f, 0x5e, 0x11, 0x16, 0x1d, 0x5f, 0x00}, // 3d 1060 9bd7 嶼
lynxeyed_atsu 0:eb1247cc069b 4388 {0x38, 0x3f, 0x52, 0x5e, 0x2d, 0x7f, 0x56, 0x00}, // 3d 1061 9bd8 å·‰
lynxeyed_atsu 0:eb1247cc069b 4389 {0x5b, 0x76, 0x3e, 0x57, 0x3a, 0x7e, 0x5b, 0x00}, // 3d 1062 9bd9 巍
lynxeyed_atsu 0:eb1247cc069b 4390 {0x4f, 0x1a, 0x5a, 0x03, 0x5a, 0x1e, 0x5b, 0x00}, // 3d 1063 9bda å·“
lynxeyed_atsu 0:eb1247cc069b 4391 {0x0a, 0x7d, 0x4a, 0x77, 0x57, 0x6a, 0x1d, 0x00}, // 3d 1064 9bdb å·’
lynxeyed_atsu 0:eb1247cc069b 4392 {0x43, 0x3e, 0x2e, 0x7b, 0x5e, 0x2e, 0x5b, 0x00}, // 3d 1065 9bdc å·–
lynxeyed_atsu 0:eb1247cc069b 4393 {0x08, 0x14, 0x6b, 0x14, 0x6b, 0x14, 0x63, 0x00}, // 3d 1066 9bdd å·›
lynxeyed_atsu 0:eb1247cc069b 4394 {0x50, 0x4d, 0x51, 0x7f, 0x51, 0x4d, 0x50, 0x00}, // 3d 1067 9bde å·«
lynxeyed_atsu 0:eb1247cc069b 4395 {0x3d, 0x49, 0x49, 0x49, 0x49, 0x4f, 0x60, 0x00}, // 3d 1068 9bdf å·²
lynxeyed_atsu 0:eb1247cc069b 4396 {0x40, 0x3e, 0x7e, 0x56, 0x5d, 0x55, 0x5c, 0x00}, // 3d 1069 9be0 å·µ
lynxeyed_atsu 0:eb1247cc069b 4397 {0x10, 0x7e, 0x36, 0x66, 0x2d, 0x75, 0x10, 0x00}, // 3d 106a 9be1 帋
lynxeyed_atsu 0:eb1247cc069b 4398 {0x1a, 0x6a, 0x2f, 0x7f, 0x2f, 0x6f, 0x1a, 0x00}, // 3d 106b 9be2 帚
lynxeyed_atsu 0:eb1247cc069b 4399 {0x0e, 0x7f, 0x4c, 0x2b, 0x1f, 0x2a, 0x48, 0x00}, // 3d 106c 9be3 帙
lynxeyed_atsu 0:eb1247cc069b 4400 {0x0a, 0x3e, 0x1b, 0x76, 0x1b, 0x35, 0x0b, 0x00}, // 3d 106d 9be4 帑
lynxeyed_atsu 0:eb1247cc069b 4401 {0x30, 0x1e, 0x1a, 0x7b, 0x1a, 0x1e, 0x30, 0x00}, // 3d 106e 9be5 帛
lynxeyed_atsu 0:eb1247cc069b 4402 {0x1a, 0x77, 0x3f, 0x7a, 0x37, 0x7f, 0x1a, 0x00}, // 3d 106f 9be6 帶
lynxeyed_atsu 0:eb1247cc069b 4403 {0x0e, 0x7f, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 3d 1070 9be7 帷
lynxeyed_atsu 0:eb1247cc069b 4404 {0x0e, 0x7f, 0x40, 0x3f, 0x5b, 0x77, 0x53, 0x00}, // 3d 1071 9be8 幄
lynxeyed_atsu 0:eb1247cc069b 4405 {0x0e, 0x7f, 0x28, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 3d 1072 9be9 幃
lynxeyed_atsu 0:eb1247cc069b 4406 {0x0e, 0x7f, 0x40, 0x3c, 0x37, 0x3e, 0x42, 0x00}, // 3d 1073 9bea å¹€
lynxeyed_atsu 0:eb1247cc069b 4407 {0x0e, 0x7f, 0x53, 0x1d, 0x15, 0x1d, 0x53, 0x00}, // 3d 1074 9beb 幎
lynxeyed_atsu 0:eb1247cc069b 4408 {0x0e, 0x7f, 0x7f, 0x6d, 0x4f, 0x55, 0x7f, 0x00}, // 3d 1075 9bec å¹—
lynxeyed_atsu 0:eb1247cc069b 4409 {0x0e, 0x7f, 0x4c, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 3d 1076 9bed å¹”
lynxeyed_atsu 0:eb1247cc069b 4410 {0x0e, 0x7f, 0x0a, 0x6f, 0x6e, 0x3f, 0x55, 0x00}, // 3d 1077 9bee 幟
lynxeyed_atsu 0:eb1247cc069b 4411 {0x0e, 0x7f, 0x4a, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 3d 1078 9bef å¹¢
lynxeyed_atsu 0:eb1247cc069b 4412 {0x02, 0x3d, 0x1e, 0x75, 0x1a, 0x35, 0x0b, 0x00}, // 3d 1079 9bf0 幤
lynxeyed_atsu 0:eb1247cc069b 4413 {0x0a, 0x3f, 0x1a, 0x70, 0x16, 0x3a, 0x0f, 0x00}, // 3d 107a 9bf1 幇
lynxeyed_atsu 0:eb1247cc069b 4414 {0x09, 0x7f, 0x09, 0x00, 0x09, 0x7f, 0x09, 0x00}, // 3d 107b 9bf2 å¹µ
lynxeyed_atsu 0:eb1247cc069b 4415 {0x10, 0x54, 0x3d, 0x14, 0x16, 0x7d, 0x14, 0x00}, // 3d 107c 9bf3 并
lynxeyed_atsu 0:eb1247cc069b 4416 {0x40, 0x44, 0x6c, 0x53, 0x48, 0x24, 0x40, 0x00}, // 3d 107d 9bf4 幺
lynxeyed_atsu 0:eb1247cc069b 4417 {0x40, 0x3e, 0x5a, 0x6e, 0x5b, 0x2e, 0x4a, 0x00}, // 3d 107e 9bf5 麼
lynxeyed_atsu 0:eb1247cc069b 4418 {0x40, 0x3e, 0x02, 0x02, 0x03, 0x02, 0x02, 0x00}, // 3d 107f 9bf6 广
lynxeyed_atsu 0:eb1247cc069b 4419 {0x40, 0x3e, 0x2a, 0x2e, 0x7b, 0x2e, 0x2a, 0x00}, // 3d 1080 9bf7 庠
lynxeyed_atsu 0:eb1247cc069b 4420 {0x40, 0x3e, 0x5e, 0x16, 0x5f, 0x02, 0x7a, 0x00}, // 3d 1081 9bf8 廁
lynxeyed_atsu 0:eb1247cc069b 4421 {0x40, 0x3e, 0x7e, 0x2a, 0x7f, 0x56, 0x7e, 0x00}, // 3d 1082 9bf9 廂
lynxeyed_atsu 0:eb1247cc069b 4422 {0x40, 0x3e, 0x42, 0x52, 0x2f, 0x5e, 0x42, 0x00}, // 3d 1083 9bfa 廈
lynxeyed_atsu 0:eb1247cc069b 4423 {0x40, 0x3e, 0x3a, 0x2e, 0x57, 0x3e, 0x56, 0x00}, // 3d 1084 9bfb 廐
lynxeyed_atsu 0:eb1247cc069b 4424 {0x40, 0x3e, 0x3a, 0x2e, 0x5f, 0x36, 0x5e, 0x00}, // 3d 1085 9bfc 廏
lynxeyed_atsu 0:eb1247cc069b 4425 {0x40, 0x3e, 0x16, 0x4a, 0x57, 0x2a, 0x16, 0x00}, // 3e 1086 9c40 å»–
lynxeyed_atsu 0:eb1247cc069b 4426 {0x40, 0x3e, 0x4a, 0x3e, 0x3b, 0x3e, 0x4a, 0x00}, // 3e 1087 9c41 廣
lynxeyed_atsu 0:eb1247cc069b 4427 {0x40, 0x3e, 0x5e, 0x16, 0x5f, 0x3a, 0x76, 0x00}, // 3e 1088 9c42 廝
lynxeyed_atsu 0:eb1247cc069b 4428 {0x40, 0x3e, 0x56, 0x6e, 0x37, 0x4a, 0x7e, 0x00}, // 3e 1089 9c43 廚
lynxeyed_atsu 0:eb1247cc069b 4429 {0x40, 0x3e, 0x5a, 0x5e, 0x6f, 0x5e, 0x5a, 0x00}, // 3e 108a 9c44 å»›
lynxeyed_atsu 0:eb1247cc069b 4430 {0x40, 0x3e, 0x56, 0x2e, 0x5f, 0x2a, 0x56, 0x00}, // 3e 108b 9c45 廢
lynxeyed_atsu 0:eb1247cc069b 4431 {0x40, 0x3e, 0x6e, 0x3a, 0x6b, 0x3a, 0x6a, 0x00}, // 3e 108c 9c46 廡
lynxeyed_atsu 0:eb1247cc069b 4432 {0x40, 0x7e, 0x36, 0x7e, 0x2b, 0x76, 0x2e, 0x00}, // 3e 108d 9c47 廨
lynxeyed_atsu 0:eb1247cc069b 4433 {0x40, 0x3e, 0x52, 0x3e, 0x7b, 0x3e, 0x52, 0x00}, // 3e 108e 9c48 廩
lynxeyed_atsu 0:eb1247cc069b 4434 {0x40, 0x7e, 0x3a, 0x4a, 0x7f, 0x76, 0x52, 0x00}, // 3e 108f 9c49 廬
lynxeyed_atsu 0:eb1247cc069b 4435 {0x40, 0x3e, 0x6a, 0x76, 0x4b, 0x7e, 0x56, 0x00}, // 3e 1090 9c4a å»±
lynxeyed_atsu 0:eb1247cc069b 4436 {0x40, 0x3e, 0x36, 0x7e, 0x2b, 0x5e, 0x6a, 0x00}, // 3e 1091 9c4b 廳
lynxeyed_atsu 0:eb1247cc069b 4437 {0x40, 0x3e, 0x3e, 0x7e, 0x2b, 0x5e, 0x6a, 0x00}, // 3e 1092 9c4c å»°
lynxeyed_atsu 0:eb1247cc069b 4438 {0x51, 0x25, 0x5b, 0x40, 0x40, 0x40, 0x40, 0x00}, // 3e 1093 9c4d å»´
lynxeyed_atsu 0:eb1247cc069b 4439 {0x55, 0x3b, 0x40, 0x7e, 0x6a, 0x7f, 0x7e, 0x00}, // 3e 1094 9c4e 廸
lynxeyed_atsu 0:eb1247cc069b 4440 {0x08, 0x48, 0x3f, 0x08, 0x08, 0x7f, 0x08, 0x00}, // 3e 1095 9c4f 廾
lynxeyed_atsu 0:eb1247cc069b 4441 {0x12, 0x5a, 0x3e, 0x1b, 0x76, 0x1a, 0x12, 0x00}, // 3e 1096 9c50 弃
lynxeyed_atsu 0:eb1247cc069b 4442 {0x1b, 0x56, 0x3f, 0x12, 0x7a, 0x1f, 0x1a, 0x00}, // 3e 1097 9c51 弉
lynxeyed_atsu 0:eb1247cc069b 4443 {0x2c, 0x74, 0x2e, 0x25, 0x77, 0x3d, 0x24, 0x00}, // 3e 1098 9c52 彝
lynxeyed_atsu 0:eb1247cc069b 4444 {0x2c, 0x74, 0x2e, 0x25, 0x77, 0x2d, 0x34, 0x00}, // 3e 1099 9c53 彜
lynxeyed_atsu 0:eb1247cc069b 4445 {0x04, 0x04, 0x04, 0x1f, 0x24, 0x45, 0x64, 0x00}, // 3e 109a 9c54 弋
lynxeyed_atsu 0:eb1247cc069b 4446 {0x54, 0x35, 0x7a, 0x55, 0x74, 0x3f, 0x45, 0x00}, // 3e 109b 9c55 弑
lynxeyed_atsu 0:eb1247cc069b 4447 {0x40, 0x41, 0x5d, 0x55, 0x55, 0x77, 0x40, 0x00}, // 3e 109c 9c56 å¼–
lynxeyed_atsu 0:eb1247cc069b 4448 {0x0a, 0x3e, 0x3b, 0x36, 0x3b, 0x25, 0x6b, 0x00}, // 3e 109d 9c57 弩
lynxeyed_atsu 0:eb1247cc069b 4449 {0x5d, 0x77, 0x21, 0x3f, 0x2d, 0x7f, 0x21, 0x00}, // 3e 109e 9c58 å¼­
lynxeyed_atsu 0:eb1247cc069b 4450 {0x5d, 0x77, 0x3f, 0x55, 0x3f, 0x55, 0x7f, 0x00}, // 3e 109f 9c59 弸
lynxeyed_atsu 0:eb1247cc069b 4451 {0x5d, 0x77, 0x09, 0x2d, 0x49, 0x7f, 0x09, 0x00}, // 3e 10a0 9c5a 彁
lynxeyed_atsu 0:eb1247cc069b 4452 {0x5d, 0x77, 0x23, 0x3f, 0x7c, 0x3f, 0x23, 0x00}, // 3e 10a1 9c5b 彈
lynxeyed_atsu 0:eb1247cc069b 4453 {0x5d, 0x77, 0x7d, 0x2b, 0x7f, 0x2b, 0x7d, 0x00}, // 3e 10a2 9c5c 彌
lynxeyed_atsu 0:eb1247cc069b 4454 {0x0a, 0x3d, 0x2a, 0x2f, 0x2f, 0x2a, 0x6d, 0x00}, // 3e 10a3 9c5d 彎
lynxeyed_atsu 0:eb1247cc069b 4455 {0x0a, 0x32, 0x2e, 0x33, 0x3e, 0x22, 0x6a, 0x00}, // 3e 10a4 9c5e 弯
lynxeyed_atsu 0:eb1247cc069b 4456 {0x40, 0x58, 0x57, 0x52, 0x72, 0x4e, 0x40, 0x00}, // 3e 10a5 9c5f 彑
lynxeyed_atsu 0:eb1247cc069b 4457 {0x54, 0x54, 0x2e, 0x5d, 0x77, 0x25, 0x54, 0x00}, // 3e 10a6 9c60 å½–
lynxeyed_atsu 0:eb1247cc069b 4458 {0x2a, 0x6f, 0x6a, 0x68, 0x6a, 0x7f, 0x2a, 0x00}, // 3e 10a7 9c61 å½—
lynxeyed_atsu 0:eb1247cc069b 4459 {0x4c, 0x54, 0x3e, 0x7d, 0x3f, 0x55, 0x4c, 0x00}, // 3e 10a8 9c62 å½™
lynxeyed_atsu 0:eb1247cc069b 4460 {0x00, 0x54, 0x54, 0x4a, 0x2a, 0x25, 0x10, 0x00}, // 3e 10a9 9c63 彡
lynxeyed_atsu 0:eb1247cc069b 4461 {0x42, 0x5a, 0x6f, 0x5a, 0x00, 0x4a, 0x25, 0x00}, // 3e 10aa 9c64 å½­
lynxeyed_atsu 0:eb1247cc069b 4462 {0x00, 0x00, 0x14, 0x14, 0x7a, 0x05, 0x00, 0x00}, // 3e 10ab 9c65 å½³
lynxeyed_atsu 0:eb1247cc069b 4463 {0x0a, 0x7d, 0x42, 0x3e, 0x0b, 0x4a, 0x7a, 0x00}, // 3e 10ac 9c66 å½·
lynxeyed_atsu 0:eb1247cc069b 4464 {0x0a, 0x7d, 0x44, 0x53, 0x7f, 0x52, 0x42, 0x00}, // 3e 10ad 9c67 徃
lynxeyed_atsu 0:eb1247cc069b 4465 {0x0a, 0x7d, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 3e 10ae 9c68 徂
lynxeyed_atsu 0:eb1247cc069b 4466 {0x0a, 0x7d, 0x5a, 0x3f, 0x16, 0x7f, 0x36, 0x00}, // 3e 10af 9c69 彿
lynxeyed_atsu 0:eb1247cc069b 4467 {0x0a, 0x7d, 0x7f, 0x5d, 0x55, 0x5d, 0x7f, 0x00}, // 3e 10b0 9c6a 徊
lynxeyed_atsu 0:eb1247cc069b 4468 {0x0a, 0x7d, 0x00, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 3e 10b1 9c6b 很
lynxeyed_atsu 0:eb1247cc069b 4469 {0x0a, 0x7d, 0x00, 0x55, 0x5b, 0x75, 0x5b, 0x00}, // 3e 10b2 9c6c 徑
lynxeyed_atsu 0:eb1247cc069b 4470 {0x0a, 0x7d, 0x04, 0x7f, 0x56, 0x7e, 0x7e, 0x00}, // 3e 10b3 9c6d 徇
lynxeyed_atsu 0:eb1247cc069b 4471 {0x0a, 0x7d, 0x44, 0x33, 0x44, 0x7b, 0x54, 0x00}, // 3e 10b4 9c6e 從
lynxeyed_atsu 0:eb1247cc069b 4472 {0x0a, 0x7d, 0x48, 0x2e, 0x48, 0x7f, 0x5a, 0x00}, // 3e 10b5 9c6f å¾™
lynxeyed_atsu 0:eb1247cc069b 4473 {0x0a, 0x7d, 0x2a, 0x7f, 0x00, 0x7f, 0x2a, 0x00}, // 3e 10b6 9c70 徘
lynxeyed_atsu 0:eb1247cc069b 4474 {0x0a, 0x7d, 0x4a, 0x26, 0x7f, 0x26, 0x4a, 0x00}, // 3e 10b7 9c71 å¾ 
lynxeyed_atsu 0:eb1247cc069b 4475 {0x0a, 0x7d, 0x50, 0x5e, 0x7b, 0x5e, 0x50, 0x00}, // 3e 10b8 9c72 徨
lynxeyed_atsu 0:eb1247cc069b 4476 {0x0a, 0x7d, 0x10, 0x6a, 0x4d, 0x7b, 0x68, 0x00}, // 3e 10b9 9c73 å¾­
lynxeyed_atsu 0:eb1247cc069b 4477 {0x0a, 0x7d, 0x26, 0x5f, 0x76, 0x3f, 0x5e, 0x00}, // 3e 10ba 9c74 å¾¼
lynxeyed_atsu 0:eb1247cc069b 4478 {0x06, 0x7f, 0x02, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 3e 10bb 9c75 å¿–
lynxeyed_atsu 0:eb1247cc069b 4479 {0x06, 0x7f, 0x40, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 3e 10bc 9c76 å¿»
lynxeyed_atsu 0:eb1247cc069b 4480 {0x06, 0x7f, 0x14, 0x13, 0x7e, 0x12, 0x10, 0x00}, // 3e 10bd 9c77 忤
lynxeyed_atsu 0:eb1247cc069b 4481 {0x06, 0x7f, 0x49, 0x7f, 0x49, 0x7f, 0x48, 0x00}, // 3e 10be 9c78 忸
lynxeyed_atsu 0:eb1247cc069b 4482 {0x06, 0x7f, 0x46, 0x22, 0x1f, 0x7a, 0x46, 0x00}, // 3e 10bf 9c79 忱
lynxeyed_atsu 0:eb1247cc069b 4483 {0x54, 0x16, 0x6e, 0x06, 0x4d, 0x15, 0x54, 0x00}, // 3e 10c0 9c7a 忝
lynxeyed_atsu 0:eb1247cc069b 4484 {0x60, 0x3a, 0x52, 0x5f, 0x7e, 0x12, 0x60, 0x00}, // 3e 10c1 9c7b 悳
lynxeyed_atsu 0:eb1247cc069b 4485 {0x64, 0x32, 0x55, 0x4c, 0x75, 0x1e, 0x64, 0x00}, // 3e 10c2 9c7c å¿¿
lynxeyed_atsu 0:eb1247cc069b 4486 {0x06, 0x7f, 0x08, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 3e 10c3 9c7d 怡
lynxeyed_atsu 0:eb1247cc069b 4487 {0x06, 0x7f, 0x0a, 0x7e, 0x53, 0x7a, 0x52, 0x00}, // 3e 10c4 9c7e 恠
lynxeyed_atsu 0:eb1247cc069b 4488 {0x06, 0x7f, 0x04, 0x74, 0x5f, 0x74, 0x04, 0x00}, // 3f 10c5 9c80 怙
lynxeyed_atsu 0:eb1247cc069b 4489 {0x06, 0x7f, 0x04, 0x1b, 0x1a, 0x42, 0x7e, 0x00}, // 3f 10c6 9c81 怐
lynxeyed_atsu 0:eb1247cc069b 4490 {0x06, 0x7f, 0x40, 0x3f, 0x05, 0x7d, 0x57, 0x00}, // 3f 10c7 9c82 怩
lynxeyed_atsu 0:eb1247cc069b 4491 {0x64, 0x34, 0x43, 0x5e, 0x6a, 0x0a, 0x6a, 0x00}, // 3f 10c8 9c83 怎
lynxeyed_atsu 0:eb1247cc069b 4492 {0x64, 0x2b, 0x4e, 0x5a, 0x6e, 0x12, 0x6e, 0x00}, // 3f 10c9 9c84 怱
lynxeyed_atsu 0:eb1247cc069b 4493 {0x06, 0x7f, 0x40, 0x5f, 0x55, 0x5f, 0x40, 0x00}, // 3f 10ca 9c85 怛
lynxeyed_atsu 0:eb1247cc069b 4494 {0x06, 0x7f, 0x02, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 3f 10cb 9c86 怕
lynxeyed_atsu 0:eb1247cc069b 4495 {0x06, 0x7f, 0x5a, 0x3f, 0x16, 0x7f, 0x36, 0x00}, // 3f 10cc 9c87 怫
lynxeyed_atsu 0:eb1247cc069b 4496 {0x06, 0x7f, 0x15, 0x13, 0x7f, 0x13, 0x15, 0x00}, // 3f 10cd 9c88 怦
lynxeyed_atsu 0:eb1247cc069b 4497 {0x06, 0x7f, 0x48, 0x4e, 0x3b, 0x4e, 0x48, 0x00}, // 3f 10ce 9c89 怏
lynxeyed_atsu 0:eb1247cc069b 4498 {0x06, 0x7f, 0x28, 0x5d, 0x7d, 0x10, 0x28, 0x00}, // 3f 10cf 9c8a 怺
lynxeyed_atsu 0:eb1247cc069b 4499 {0x54, 0x36, 0x56, 0x5f, 0x76, 0x16, 0x54, 0x00}, // 3f 10d0 9c8b 恚
lynxeyed_atsu 0:eb1247cc069b 4500 {0x64, 0x3e, 0x45, 0x56, 0x5e, 0x15, 0x44, 0x00}, // 3f 10d1 9c8c 恁
lynxeyed_atsu 0:eb1247cc069b 4501 {0x06, 0x7f, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 3f 10d2 9c8d 恪
lynxeyed_atsu 0:eb1247cc069b 4502 {0x64, 0x3e, 0x53, 0x4a, 0x5f, 0x0a, 0x52, 0x00}, // 3f 10d3 9c8e 恷
lynxeyed_atsu 0:eb1247cc069b 4503 {0x06, 0x7f, 0x04, 0x37, 0x2a, 0x36, 0x7e, 0x00}, // 3f 10d4 9c8f 恟
lynxeyed_atsu 0:eb1247cc069b 4504 {0x06, 0x7f, 0x20, 0x62, 0x37, 0x62, 0x76, 0x00}, // 3f 10d5 9c90 恊
lynxeyed_atsu 0:eb1247cc069b 4505 {0x06, 0x7f, 0x51, 0x4f, 0x75, 0x5d, 0x41, 0x00}, // 3f 10d6 9c91 恆
lynxeyed_atsu 0:eb1247cc069b 4506 {0x06, 0x7f, 0x4a, 0x3c, 0x0f, 0x7c, 0x4a, 0x00}, // 3f 10d7 9c92 恍
lynxeyed_atsu 0:eb1247cc069b 4507 {0x69, 0x20, 0x44, 0x4b, 0x66, 0x0a, 0x66, 0x00}, // 3f 10d8 9c93 恣
lynxeyed_atsu 0:eb1247cc069b 4508 {0x06, 0x7f, 0x28, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 3f 10d9 9c94 恃
lynxeyed_atsu 0:eb1247cc069b 4509 {0x06, 0x7f, 0x40, 0x7e, 0x43, 0x7e, 0x7e, 0x00}, // 3f 10da 9c95 恤
lynxeyed_atsu 0:eb1247cc069b 4510 {0x06, 0x7f, 0x04, 0x7f, 0x56, 0x7e, 0x7e, 0x00}, // 3f 10db 9c96 恂
lynxeyed_atsu 0:eb1247cc069b 4511 {0x06, 0x7f, 0x04, 0x76, 0x5e, 0x75, 0x04, 0x00}, // 3f 10dc 9c97 恬
lynxeyed_atsu 0:eb1247cc069b 4512 {0x06, 0x7f, 0x02, 0x7f, 0x35, 0x35, 0x7f, 0x00}, // 3f 10dd 9c98 恫
lynxeyed_atsu 0:eb1247cc069b 4513 {0x6a, 0x3a, 0x4b, 0x5e, 0x6a, 0x1b, 0x6a, 0x00}, // 3f 10de 9c99 恙
lynxeyed_atsu 0:eb1247cc069b 4514 {0x06, 0x7f, 0x02, 0x78, 0x2b, 0x2b, 0x78, 0x00}, // 3f 10df 9c9a 悁
lynxeyed_atsu 0:eb1247cc069b 4515 {0x06, 0x7f, 0x28, 0x2f, 0x7d, 0x2f, 0x28, 0x00}, // 3f 10e0 9c9b 悍
lynxeyed_atsu 0:eb1247cc069b 4516 {0x06, 0x7f, 0x50, 0x1f, 0x15, 0x1f, 0x50, 0x00}, // 3f 10e1 9c9c 惧
lynxeyed_atsu 0:eb1247cc069b 4517 {0x06, 0x7f, 0x7f, 0x55, 0x7f, 0x55, 0x7f, 0x00}, // 3f 10e2 9c9d 悃
lynxeyed_atsu 0:eb1247cc069b 4518 {0x06, 0x7f, 0x42, 0x2e, 0x7f, 0x2a, 0x4e, 0x00}, // 3f 10e3 9c9e æ‚š
lynxeyed_atsu 0:eb1247cc069b 4519 {0x06, 0x7f, 0x02, 0x7d, 0x2a, 0x7d, 0x02, 0x00}, // 3f 10e4 9c9f æ‚„
lynxeyed_atsu 0:eb1247cc069b 4520 {0x06, 0x7f, 0x2a, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 3f 10e5 9ca0 æ‚›
lynxeyed_atsu 0:eb1247cc069b 4521 {0x06, 0x7f, 0x2c, 0x26, 0x6f, 0x3e, 0x2c, 0x00}, // 3f 10e6 9ca1 æ‚–
lynxeyed_atsu 0:eb1247cc069b 4522 {0x06, 0x7f, 0x5c, 0x36, 0x1d, 0x77, 0x5c, 0x00}, // 3f 10e7 9ca2 æ‚—
lynxeyed_atsu 0:eb1247cc069b 4523 {0x06, 0x7f, 0x3c, 0x57, 0x5d, 0x57, 0x5c, 0x00}, // 3f 10e8 9ca3 æ‚’
lynxeyed_atsu 0:eb1247cc069b 4524 {0x06, 0x7f, 0x35, 0x7f, 0x15, 0x4e, 0x7f, 0x00}, // 3f 10e9 9ca4 悧
lynxeyed_atsu 0:eb1247cc069b 4525 {0x06, 0x7f, 0x12, 0x76, 0x6b, 0x76, 0x12, 0x00}, // 3f 10ea 9ca5 æ‚‹
lynxeyed_atsu 0:eb1247cc069b 4526 {0x69, 0x3f, 0x4b, 0x59, 0x6b, 0x1f, 0x69, 0x00}, // 3f 10eb 9ca6 惡
lynxeyed_atsu 0:eb1247cc069b 4527 {0x06, 0x7f, 0x2a, 0x27, 0x6f, 0x37, 0x2a, 0x00}, // 3f 10ec 9ca7 悸
lynxeyed_atsu 0:eb1247cc069b 4528 {0x62, 0x3e, 0x5a, 0x5f, 0x6a, 0x1e, 0x62, 0x00}, // 3f 10ed 9ca8 惠
lynxeyed_atsu 0:eb1247cc069b 4529 {0x06, 0x7f, 0x16, 0x6d, 0x56, 0x4d, 0x16, 0x00}, // 3f 10ee 9ca9 惓
lynxeyed_atsu 0:eb1247cc069b 4530 {0x06, 0x7f, 0x32, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 3f 10ef 9caa æ‚´
lynxeyed_atsu 0:eb1247cc069b 4531 {0x06, 0x7f, 0x2a, 0x26, 0x73, 0x2e, 0x28, 0x00}, // 3f 10f0 9cab å¿°
lynxeyed_atsu 0:eb1247cc069b 4532 {0x06, 0x7f, 0x52, 0x7a, 0x5f, 0x3e, 0x52, 0x00}, // 3f 10f1 9cac 悽
lynxeyed_atsu 0:eb1247cc069b 4533 {0x06, 0x7f, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 3f 10f2 9cad 惆
lynxeyed_atsu 0:eb1247cc069b 4534 {0x06, 0x7f, 0x10, 0x7f, 0x55, 0x35, 0x51, 0x00}, // 3f 10f3 9cae 悵
lynxeyed_atsu 0:eb1247cc069b 4535 {0x06, 0x7f, 0x7f, 0x0d, 0x39, 0x2d, 0x7f, 0x00}, // 3f 10f4 9caf 惘
lynxeyed_atsu 0:eb1247cc069b 4536 {0x06, 0x7f, 0x02, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 3f 10f5 9cb0 慍
lynxeyed_atsu 0:eb1247cc069b 4537 {0x06, 0x7f, 0x0b, 0x3f, 0x2c, 0x2f, 0x6b, 0x00}, // 3f 10f6 9cb1 æ„•
lynxeyed_atsu 0:eb1247cc069b 4538 {0x6a, 0x3d, 0x40, 0x55, 0x60, 0x15, 0x5d, 0x00}, // 3f 10f7 9cb2 愆
lynxeyed_atsu 0:eb1247cc069b 4539 {0x06, 0x7f, 0x50, 0x5e, 0x7b, 0x5e, 0x50, 0x00}, // 3f 10f8 9cb3 惶
lynxeyed_atsu 0:eb1247cc069b 4540 {0x6a, 0x2a, 0x47, 0x5b, 0x7b, 0x06, 0x6a, 0x00}, // 3f 10f9 9cb4 惷
lynxeyed_atsu 0:eb1247cc069b 4541 {0x06, 0x7f, 0x35, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 3f 10fa 9cb5 æ„€
lynxeyed_atsu 0:eb1247cc069b 4542 {0x06, 0x7f, 0x6b, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 3f 10fb 9cb6 惴
lynxeyed_atsu 0:eb1247cc069b 4543 {0x06, 0x7f, 0x48, 0x57, 0x7d, 0x57, 0x44, 0x00}, // 3f 10fc 9cb7 惺
lynxeyed_atsu 0:eb1247cc069b 4544 {0x06, 0x7f, 0x46, 0x6a, 0x6b, 0x6a, 0x46, 0x00}, // 3f 10fd 9cb8 愃
lynxeyed_atsu 0:eb1247cc069b 4545 {0x06, 0x7f, 0x64, 0x2b, 0x4e, 0x52, 0x6e, 0x00}, // 3f 10fe 9cb9 æ„¡
lynxeyed_atsu 0:eb1247cc069b 4546 {0x06, 0x7f, 0x5f, 0x15, 0x5f, 0x0e, 0x7f, 0x00}, // 3f 10ff 9cba 惻
lynxeyed_atsu 0:eb1247cc069b 4547 {0x06, 0x7f, 0x00, 0x7a, 0x6d, 0x5a, 0x7d, 0x00}, // 3f 1100 9cbb 惱
lynxeyed_atsu 0:eb1247cc069b 4548 {0x6f, 0x2b, 0x47, 0x4b, 0x6a, 0x05, 0x6b, 0x00}, // 3f 1101 9cbc 愍
lynxeyed_atsu 0:eb1247cc069b 4549 {0x06, 0x7f, 0x44, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 3f 1102 9cbd æ„Ž
lynxeyed_atsu 0:eb1247cc069b 4550 {0x6e, 0x26, 0x4d, 0x40, 0x6b, 0x05, 0x6b, 0x00}, // 3f 1103 9cbe æ…‡
lynxeyed_atsu 0:eb1247cc069b 4551 {0x06, 0x7f, 0x5b, 0x2e, 0x7e, 0x2e, 0x7a, 0x00}, // 3f 1104 9cbf 愾
lynxeyed_atsu 0:eb1247cc069b 4552 {0x62, 0x2e, 0x47, 0x4e, 0x6b, 0x05, 0x6b, 0x00}, // 3f 1105 9cc0 愨
lynxeyed_atsu 0:eb1247cc069b 4553 {0x06, 0x7f, 0x5e, 0x2a, 0x7f, 0x6a, 0x5e, 0x00}, // 3f 1106 9cc1 愧
lynxeyed_atsu 0:eb1247cc069b 4554 {0x06, 0x7f, 0x4a, 0x2b, 0x7e, 0x3f, 0x5a, 0x00}, // 3f 1107 9cc2 æ…Š
lynxeyed_atsu 0:eb1247cc069b 4555 {0x50, 0x2f, 0x49, 0x57, 0x7f, 0x07, 0x69, 0x00}, // 3f 1108 9cc3 æ„¿
lynxeyed_atsu 0:eb1247cc069b 4556 {0x06, 0x7f, 0x58, 0x13, 0x1e, 0x1e, 0x52, 0x00}, // 3f 1109 9cc4 愼
lynxeyed_atsu 0:eb1247cc069b 4557 {0x57, 0x2e, 0x47, 0x48, 0x67, 0x05, 0x6f, 0x00}, // 3f 110a 9cc5 愬
lynxeyed_atsu 0:eb1247cc069b 4558 {0x06, 0x7f, 0x24, 0x1e, 0x6d, 0x62, 0x04, 0x00}, // 3f 110b 9cc6 æ„´
lynxeyed_atsu 0:eb1247cc069b 4559 {0x06, 0x7f, 0x12, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 3f 110c 9cc7 愽
lynxeyed_atsu 0:eb1247cc069b 4560 {0x55, 0x20, 0x5d, 0x4d, 0x5d, 0x0f, 0x5d, 0x00}, // 3f 110d 9cc8 æ…‚
lynxeyed_atsu 0:eb1247cc069b 4561 {0x06, 0x7f, 0x51, 0x37, 0x7f, 0x37, 0x51, 0x00}, // 3f 110e 9cc9 æ…„
lynxeyed_atsu 0:eb1247cc069b 4562 {0x06, 0x7f, 0x47, 0x57, 0x7b, 0x55, 0x4b, 0x00}, // 3f 110f 9cca æ…³
lynxeyed_atsu 0:eb1247cc069b 4563 {0x06, 0x7f, 0x3e, 0x52, 0x7f, 0x2e, 0x56, 0x00}, // 3f 1110 9ccb æ…·
lynxeyed_atsu 0:eb1247cc069b 4564 {0x06, 0x7f, 0x1a, 0x4f, 0x5a, 0x2d, 0x1a, 0x00}, // 3f 1111 9ccc æ…˜
lynxeyed_atsu 0:eb1247cc069b 4565 {0x6a, 0x2e, 0x5f, 0x4a, 0x67, 0x1d, 0x45, 0x00}, // 3f 1112 9ccd æ…™
lynxeyed_atsu 0:eb1247cc069b 4566 {0x06, 0x7f, 0x2d, 0x7f, 0x3e, 0x0a, 0x79, 0x00}, // 3f 1113 9cce æ…š
lynxeyed_atsu 0:eb1247cc069b 4567 {0x6a, 0x3d, 0x52, 0x4d, 0x5e, 0x15, 0x52, 0x00}, // 3f 1114 9ccf æ…«
lynxeyed_atsu 0:eb1247cc069b 4568 {0x06, 0x7f, 0x09, 0x65, 0x6f, 0x75, 0x6f, 0x00}, // 3f 1115 9cd0 æ…´
lynxeyed_atsu 0:eb1247cc069b 4569 {0x06, 0x7f, 0x24, 0x5f, 0x3a, 0x5e, 0x72, 0x00}, // 3f 1116 9cd1 æ…¯
lynxeyed_atsu 0:eb1247cc069b 4570 {0x06, 0x7f, 0x75, 0x48, 0x7b, 0x6f, 0x7a, 0x00}, // 3f 1117 9cd2 æ…¥
lynxeyed_atsu 0:eb1247cc069b 4571 {0x06, 0x7f, 0x12, 0x3e, 0x5f, 0x76, 0x1a, 0x00}, // 3f 1118 9cd3 æ…±
lynxeyed_atsu 0:eb1247cc069b 4572 {0x06, 0x7f, 0x2d, 0x3f, 0x62, 0x1f, 0x7e, 0x00}, // 3f 1119 9cd4 æ…Ÿ
lynxeyed_atsu 0:eb1247cc069b 4573 {0x5f, 0x35, 0x5f, 0x5d, 0x77, 0x1d, 0x55, 0x00}, // 3f 111a 9cd5 慝
lynxeyed_atsu 0:eb1247cc069b 4574 {0x06, 0x7f, 0x51, 0x17, 0x77, 0x17, 0x51, 0x00}, // 3f 111b 9cd6 æ…“
lynxeyed_atsu 0:eb1247cc069b 4575 {0x06, 0x7f, 0x3e, 0x7a, 0x2e, 0x7f, 0x7a, 0x00}, // 3f 111c 9cd7 æ…µ
lynxeyed_atsu 0:eb1247cc069b 4576 {0x6a, 0x3a, 0x5e, 0x5f, 0x7e, 0x1a, 0x6a, 0x00}, // 3f 111d 9cd8 憙
lynxeyed_atsu 0:eb1247cc069b 4577 {0x52, 0x2e, 0x5f, 0x4e, 0x52, 0x0f, 0x52, 0x00}, // 3f 111e 9cd9 憖
lynxeyed_atsu 0:eb1247cc069b 4578 {0x66, 0x2e, 0x4d, 0x42, 0x6f, 0x0a, 0x6f, 0x00}, // 3f 111f 9cda 憇
lynxeyed_atsu 0:eb1247cc069b 4579 {0x06, 0x7f, 0x44, 0x1f, 0x75, 0x1f, 0x44, 0x00}, // 3f 1120 9cdb 憬
lynxeyed_atsu 0:eb1247cc069b 4580 {0x06, 0x7f, 0x44, 0x1f, 0x52, 0x1f, 0x52, 0x00}, // 3f 1121 9cdc 憔
lynxeyed_atsu 0:eb1247cc069b 4581 {0x06, 0x7f, 0x23, 0x3f, 0x7c, 0x3f, 0x23, 0x00}, // 3f 1122 9cdd 憚
lynxeyed_atsu 0:eb1247cc069b 4582 {0x64, 0x3f, 0x4a, 0x5f, 0x6a, 0x1f, 0x5a, 0x00}, // 3f 1123 9cde 憊
lynxeyed_atsu 0:eb1247cc069b 4583 {0x69, 0x20, 0x57, 0x45, 0x57, 0x05, 0x5d, 0x00}, // 3f 1124 9cdf 憑
lynxeyed_atsu 0:eb1247cc069b 4584 {0x06, 0x7f, 0x7f, 0x5b, 0x2c, 0x5b, 0x7f, 0x00}, // 3f 1125 9ce0 憫
lynxeyed_atsu 0:eb1247cc069b 4585 {0x06, 0x7f, 0x6b, 0x3e, 0x6a, 0x3e, 0x6a, 0x00}, // 3f 1126 9ce1 憮
lynxeyed_atsu 0:eb1247cc069b 4586 {0x06, 0x7f, 0x2b, 0x3b, 0x6f, 0x3b, 0x2b, 0x00}, // 3f 1127 9ce2 懌
lynxeyed_atsu 0:eb1247cc069b 4587 {0x06, 0x7f, 0x50, 0x5e, 0x3f, 0x56, 0x5e, 0x00}, // 3f 1128 9ce3 懊
lynxeyed_atsu 0:eb1247cc069b 4588 {0x40, 0x3e, 0x5a, 0x26, 0x5b, 0x5e, 0x76, 0x00}, // 3f 1129 9ce4 應
lynxeyed_atsu 0:eb1247cc069b 4589 {0x06, 0x7f, 0x2a, 0x6e, 0x5f, 0x2a, 0x4e, 0x00}, // 3f 112a 9ce5 懷
lynxeyed_atsu 0:eb1247cc069b 4590 {0x06, 0x7f, 0x42, 0x3d, 0x7f, 0x31, 0x7b, 0x00}, // 3f 112b 9ce6 懈
lynxeyed_atsu 0:eb1247cc069b 4591 {0x52, 0x37, 0x5e, 0x57, 0x6a, 0x07, 0x6e, 0x00}, // 3f 112c 9ce7 懃
lynxeyed_atsu 0:eb1247cc069b 4592 {0x06, 0x7f, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 3f 112d 9ce8 懆
lynxeyed_atsu 0:eb1247cc069b 4593 {0x06, 0x7f, 0x3c, 0x2e, 0x75, 0x7f, 0x2c, 0x00}, // 3f 112e 9ce9 憺
lynxeyed_atsu 0:eb1247cc069b 4594 {0x6a, 0x3f, 0x49, 0x5d, 0x6b, 0x1f, 0x6a, 0x00}, // 3f 112f 9cea 懋
lynxeyed_atsu 0:eb1247cc069b 4595 {0x37, 0x7d, 0x07, 0x7d, 0x57, 0x7d, 0x57, 0x00}, // 3f 1130 9ceb ç½¹
lynxeyed_atsu 0:eb1247cc069b 4596 {0x06, 0x7f, 0x52, 0x3e, 0x7b, 0x3e, 0x52, 0x00}, // 3f 1131 9cec 懍
lynxeyed_atsu 0:eb1247cc069b 4597 {0x06, 0x7f, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 3f 1132 9ced 懦
lynxeyed_atsu 0:eb1247cc069b 4598 {0x55, 0x20, 0x5a, 0x4f, 0x5a, 0x0f, 0x5a, 0x00}, // 3f 1133 9cee 懣
lynxeyed_atsu 0:eb1247cc069b 4599 {0x06, 0x7f, 0x2e, 0x7f, 0x5a, 0x19, 0x5b, 0x00}, // 3f 1134 9cef 懶
lynxeyed_atsu 0:eb1247cc069b 4600 {0x06, 0x7f, 0x55, 0x7e, 0x55, 0x3f, 0x55, 0x00}, // 3f 1135 9cf0 懺
lynxeyed_atsu 0:eb1247cc069b 4601 {0x06, 0x7f, 0x54, 0x7f, 0x54, 0x3f, 0x55, 0x00}, // 3f 1136 9cf1 懴
lynxeyed_atsu 0:eb1247cc069b 4602 {0x5a, 0x77, 0x5a, 0x65, 0x2b, 0x46, 0x6a, 0x00}, // 3f 1137 9cf2 懿
lynxeyed_atsu 0:eb1247cc069b 4603 {0x06, 0x7f, 0x26, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 3f 1138 9cf3 懽
lynxeyed_atsu 0:eb1247cc069b 4604 {0x06, 0x7f, 0x23, 0x7b, 0x50, 0x7b, 0x53, 0x00}, // 3f 1139 9cf4 懼
lynxeyed_atsu 0:eb1247cc069b 4605 {0x06, 0x7f, 0x30, 0x75, 0x27, 0x3f, 0x75, 0x00}, // 3f 113a 9cf5 懾
lynxeyed_atsu 0:eb1247cc069b 4606 {0x6a, 0x3d, 0x4a, 0x57, 0x57, 0x0a, 0x5d, 0x00}, // 3f 113b 9cf6 戀
lynxeyed_atsu 0:eb1247cc069b 4607 {0x02, 0x42, 0x42, 0x2f, 0x32, 0x4b, 0x62, 0x00}, // 3f 113c 9cf7 戈
lynxeyed_atsu 0:eb1247cc069b 4608 {0x20, 0x3e, 0x12, 0x42, 0x5f, 0x22, 0x53, 0x00}, // 3f 113d 9cf8 戉
lynxeyed_atsu 0:eb1247cc069b 4609 {0x40, 0x3e, 0x0a, 0x52, 0x5f, 0x22, 0x53, 0x00}, // 3f 113e 9cf9 戍
lynxeyed_atsu 0:eb1247cc069b 4610 {0x40, 0x3e, 0x0a, 0x4a, 0x5f, 0x22, 0x53, 0x00}, // 3f 113f 9cfa 戌
lynxeyed_atsu 0:eb1247cc069b 4611 {0x12, 0x5a, 0x5a, 0x37, 0x36, 0x5b, 0x6c, 0x00}, // 3f 1140 9cfb 戔
lynxeyed_atsu 0:eb1247cc069b 4612 {0x11, 0x51, 0x5f, 0x3b, 0x3b, 0x5f, 0x69, 0x00}, // 3f 1141 9cfc 戛
lynxeyed_atsu 0:eb1247cc069b 4613 {0x19, 0x49, 0x5f, 0x3b, 0x3b, 0x4f, 0x59, 0x00}, // 40 1142 9d40 戞
lynxeyed_atsu 0:eb1247cc069b 4614 {0x72, 0x5f, 0x72, 0x5f, 0x44, 0x3f, 0x55, 0x00}, // 40 1143 9d41 戡
lynxeyed_atsu 0:eb1247cc069b 4615 {0x24, 0x76, 0x5f, 0x76, 0x5f, 0x24, 0x55, 0x00}, // 40 1144 9d42 截
lynxeyed_atsu 0:eb1247cc069b 4616 {0x11, 0x4b, 0x55, 0x2b, 0x44, 0x3f, 0x55, 0x00}, // 40 1145 9d43 戮
lynxeyed_atsu 0:eb1247cc069b 4617 {0x23, 0x3f, 0x7c, 0x3f, 0x23, 0x3f, 0x55, 0x00}, // 40 1146 9d44 戰
lynxeyed_atsu 0:eb1247cc069b 4618 {0x7c, 0x5c, 0x6f, 0x5a, 0x44, 0x3f, 0x55, 0x00}, // 40 1147 9d45 戲
lynxeyed_atsu 0:eb1247cc069b 4619 {0x21, 0x7b, 0x71, 0x5b, 0x44, 0x3f, 0x55, 0x00}, // 40 1148 9d46 戳
lynxeyed_atsu 0:eb1247cc069b 4620 {0x41, 0x3f, 0x75, 0x35, 0x75, 0x37, 0x71, 0x00}, // 40 1149 9d47 扁
lynxeyed_atsu 0:eb1247cc069b 4621 {0x52, 0x7f, 0x0a, 0x00, 0x7f, 0x40, 0x60, 0x00}, // 40 114a 9d48 扎
lynxeyed_atsu 0:eb1247cc069b 4622 {0x52, 0x7f, 0x08, 0x09, 0x7f, 0x09, 0x08, 0x00}, // 40 114b 9d49 扞
lynxeyed_atsu 0:eb1247cc069b 4623 {0x52, 0x7f, 0x0a, 0x7e, 0x42, 0x42, 0x7e, 0x00}, // 40 114c 9d4a 扣
lynxeyed_atsu 0:eb1247cc069b 4624 {0x52, 0x7f, 0x40, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 40 114d 9d4b 扛
lynxeyed_atsu 0:eb1247cc069b 4625 {0x52, 0x7f, 0x47, 0x29, 0x13, 0x29, 0x47, 0x00}, // 40 114e 9d4c 扠
lynxeyed_atsu 0:eb1247cc069b 4626 {0x52, 0x7f, 0x0a, 0x45, 0x3f, 0x51, 0x7f, 0x00}, // 40 114f 9d4d 扨
lynxeyed_atsu 0:eb1247cc069b 4627 {0x52, 0x7f, 0x4a, 0x3f, 0x7d, 0x45, 0x5d, 0x00}, // 40 1150 9d4e 扼
lynxeyed_atsu 0:eb1247cc069b 4628 {0x52, 0x7f, 0x41, 0x49, 0x7f, 0x49, 0x41, 0x00}, // 40 1151 9d4f 抂
lynxeyed_atsu 0:eb1247cc069b 4629 {0x52, 0x7f, 0x48, 0x4a, 0x3f, 0x4e, 0x48, 0x00}, // 40 1152 9d50 抉
lynxeyed_atsu 0:eb1247cc069b 4630 {0x52, 0x7f, 0x0a, 0x44, 0x5f, 0x24, 0x55, 0x00}, // 40 1153 9d51 找
lynxeyed_atsu 0:eb1247cc069b 4631 {0x52, 0x7f, 0x09, 0x4b, 0x7d, 0x0b, 0x18, 0x00}, // 40 1154 9d52 抒
lynxeyed_atsu 0:eb1247cc069b 4632 {0x52, 0x7f, 0x3e, 0x02, 0x7e, 0x3d, 0x40, 0x00}, // 40 1155 9d53 抓
lynxeyed_atsu 0:eb1247cc069b 4633 {0x52, 0x7f, 0x20, 0x2a, 0x20, 0x7f, 0x10, 0x00}, // 40 1156 9d54 抖
lynxeyed_atsu 0:eb1247cc069b 4634 {0x52, 0x7f, 0x4a, 0x22, 0x5f, 0x22, 0x5b, 0x00}, // 40 1157 9d55 æ‹”
lynxeyed_atsu 0:eb1247cc069b 4635 {0x52, 0x7f, 0x02, 0x02, 0x7f, 0x0a, 0x12, 0x00}, // 40 1158 9d56 抃
lynxeyed_atsu 0:eb1247cc069b 4636 {0x52, 0x7f, 0x11, 0x09, 0x7f, 0x09, 0x11, 0x00}, // 40 1159 9d57 抔
lynxeyed_atsu 0:eb1247cc069b 4637 {0x52, 0x7f, 0x74, 0x4b, 0x62, 0x1f, 0x7e, 0x00}, // 40 115a 9d58 æ‹—
lynxeyed_atsu 0:eb1247cc069b 4638 {0x52, 0x7f, 0x02, 0x7f, 0x4a, 0x7f, 0x02, 0x00}, // 40 115b 9d59 æ‹‘
lynxeyed_atsu 0:eb1247cc069b 4639 {0x52, 0x7f, 0x3e, 0x2a, 0x7f, 0x2a, 0x3e, 0x00}, // 40 115c 9d5a 抻
lynxeyed_atsu 0:eb1247cc069b 4640 {0x2a, 0x3e, 0x7b, 0x76, 0x3b, 0x35, 0x2b, 0x00}, // 40 115d 9d5b 拏
lynxeyed_atsu 0:eb1247cc069b 4641 {0x24, 0x34, 0x7e, 0x7d, 0x3e, 0x34, 0x24, 0x00}, // 40 115e 9d5c æ‹¿
lynxeyed_atsu 0:eb1247cc069b 4642 {0x52, 0x7f, 0x40, 0x3e, 0x1a, 0x79, 0x28, 0x00}, // 40 115f 9d5d 拆
lynxeyed_atsu 0:eb1247cc069b 4643 {0x52, 0x7f, 0x3c, 0x2e, 0x75, 0x7f, 0x2c, 0x00}, // 40 1160 9d5e æ“”
lynxeyed_atsu 0:eb1247cc069b 4644 {0x52, 0x7f, 0x0a, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 40 1161 9d5f 拈
lynxeyed_atsu 0:eb1247cc069b 4645 {0x56, 0x3e, 0x15, 0x21, 0x2b, 0x7f, 0x2b, 0x00}, // 40 1162 9d60 拜
lynxeyed_atsu 0:eb1247cc069b 4646 {0x52, 0x7f, 0x2a, 0x29, 0x7c, 0x29, 0x2a, 0x00}, // 40 1163 9d61 拌
lynxeyed_atsu 0:eb1247cc069b 4647 {0x52, 0x7f, 0x04, 0x7e, 0x09, 0x42, 0x7f, 0x00}, // 40 1164 9d62 æ‹Š
lynxeyed_atsu 0:eb1247cc069b 4648 {0x52, 0x7f, 0x5a, 0x3f, 0x16, 0x7f, 0x36, 0x00}, // 40 1165 9d63 æ‹‚
lynxeyed_atsu 0:eb1247cc069b 4649 {0x52, 0x7f, 0x38, 0x2f, 0x69, 0x7f, 0x28, 0x00}, // 40 1166 9d64 拇
lynxeyed_atsu 0:eb1247cc069b 4650 {0x52, 0x7f, 0x42, 0x3f, 0x52, 0x4f, 0x5e, 0x00}, // 40 1167 9d65 抛
lynxeyed_atsu 0:eb1247cc069b 4651 {0x52, 0x7f, 0x42, 0x7e, 0x63, 0x5e, 0x42, 0x00}, // 40 1168 9d66 拉
lynxeyed_atsu 0:eb1247cc069b 4652 {0x52, 0x7f, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 40 1169 9d67 挌
lynxeyed_atsu 0:eb1247cc069b 4653 {0x52, 0x7f, 0x02, 0x6a, 0x6f, 0x6a, 0x02, 0x00}, // 40 116a 9d68 æ‹®
lynxeyed_atsu 0:eb1247cc069b 4654 {0x52, 0x7f, 0x52, 0x1f, 0x12, 0x1f, 0x52, 0x00}, // 40 116b 9d69 拱
lynxeyed_atsu 0:eb1247cc069b 4655 {0x52, 0x7f, 0x29, 0x15, 0x7f, 0x15, 0x7f, 0x00}, // 40 116c 9d6a 挧
lynxeyed_atsu 0:eb1247cc069b 4656 {0x52, 0x7f, 0x48, 0x5a, 0x7f, 0x5a, 0x48, 0x00}, // 40 116d 9d6b 挂
lynxeyed_atsu 0:eb1247cc069b 4657 {0x2a, 0x3f, 0x76, 0x70, 0x39, 0x37, 0x2f, 0x00}, // 40 116e 9d6c 挈
lynxeyed_atsu 0:eb1247cc069b 4658 {0x52, 0x7f, 0x54, 0x4d, 0x7d, 0x4b, 0x54, 0x00}, // 40 116f 9d6d 拯
lynxeyed_atsu 0:eb1247cc069b 4659 {0x52, 0x7f, 0x0a, 0x7e, 0x23, 0x76, 0x2e, 0x00}, // 40 1170 9d6e 拵
lynxeyed_atsu 0:eb1247cc069b 4660 {0x52, 0x7f, 0x0a, 0x78, 0x2b, 0x2b, 0x78, 0x00}, // 40 1171 9d6f 捐
lynxeyed_atsu 0:eb1247cc069b 4661 {0x52, 0x7f, 0x52, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 40 1172 9d70 挾
lynxeyed_atsu 0:eb1247cc069b 4662 {0x52, 0x7f, 0x28, 0x2f, 0x7d, 0x2f, 0x28, 0x00}, // 40 1173 9d71 捍
lynxeyed_atsu 0:eb1247cc069b 4663 {0x52, 0x7f, 0x4e, 0x59, 0x2e, 0x59, 0x4f, 0x00}, // 40 1174 9d72 搜
lynxeyed_atsu 0:eb1247cc069b 4664 {0x52, 0x7f, 0x47, 0x55, 0x7d, 0x55, 0x47, 0x00}, // 40 1175 9d73 捏
lynxeyed_atsu 0:eb1247cc069b 4665 {0x52, 0x7f, 0x0a, 0x7e, 0x53, 0x2a, 0x5a, 0x00}, // 40 1176 9d74 掖
lynxeyed_atsu 0:eb1247cc069b 4666 {0x52, 0x7f, 0x12, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 40 1177 9d75 掎
lynxeyed_atsu 0:eb1247cc069b 4667 {0x52, 0x7f, 0x1e, 0x7d, 0x44, 0x3b, 0x46, 0x00}, // 40 1178 9d76 掀
lynxeyed_atsu 0:eb1247cc069b 4668 {0x52, 0x7f, 0x21, 0x3f, 0x7f, 0x12, 0x2e, 0x00}, // 40 1179 9d77 掫
lynxeyed_atsu 0:eb1247cc069b 4669 {0x52, 0x7f, 0x54, 0x5d, 0x77, 0x5d, 0x54, 0x00}, // 40 117a 9d78 捶
lynxeyed_atsu 0:eb1247cc069b 4670 {0x24, 0x3b, 0x7f, 0x7a, 0x36, 0x30, 0x2f, 0x00}, // 40 117b 9d79 掣
lynxeyed_atsu 0:eb1247cc069b 4671 {0x52, 0x7f, 0x64, 0x4b, 0x7e, 0x6a, 0x7e, 0x00}, // 40 117c 9d7a 掏
lynxeyed_atsu 0:eb1247cc069b 4672 {0x52, 0x7f, 0x2a, 0x3c, 0x77, 0x3e, 0x22, 0x00}, // 40 117d 9d7b 掉
lynxeyed_atsu 0:eb1247cc069b 4673 {0x52, 0x7f, 0x46, 0x32, 0x47, 0x7e, 0x56, 0x00}, // 40 117e 9d7c 掟
lynxeyed_atsu 0:eb1247cc069b 4674 {0x52, 0x7f, 0x34, 0x32, 0x05, 0x76, 0x34, 0x00}, // 40 117f 9d7d 掵
lynxeyed_atsu 0:eb1247cc069b 4675 {0x52, 0x7f, 0x7f, 0x07, 0x00, 0x47, 0x7f, 0x00}, // 40 1180 9d7e 捫
lynxeyed_atsu 0:eb1247cc069b 4676 {0x52, 0x7f, 0x21, 0x5f, 0x55, 0x3d, 0x57, 0x00}, // 41 1181 9d80 捩
lynxeyed_atsu 0:eb1247cc069b 4677 {0x52, 0x7f, 0x2c, 0x56, 0x7d, 0x27, 0x55, 0x00}, // 41 1182 9d81 掾
lynxeyed_atsu 0:eb1247cc069b 4678 {0x52, 0x7f, 0x0f, 0x6a, 0x70, 0x6f, 0x0a, 0x00}, // 41 1183 9d82 揩
lynxeyed_atsu 0:eb1247cc069b 4679 {0x52, 0x7f, 0x42, 0x2e, 0x7f, 0x2e, 0x4e, 0x00}, // 41 1184 9d83 揀
lynxeyed_atsu 0:eb1247cc069b 4680 {0x52, 0x7f, 0x55, 0x5b, 0x39, 0x5a, 0x55, 0x00}, // 41 1185 9d84 揆
lynxeyed_atsu 0:eb1247cc069b 4681 {0x52, 0x7f, 0x6b, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 41 1186 9d85 揣
lynxeyed_atsu 0:eb1247cc069b 4682 {0x52, 0x7f, 0x5a, 0x37, 0x7f, 0x33, 0x56, 0x00}, // 41 1187 9d86 揉
lynxeyed_atsu 0:eb1247cc069b 4683 {0x52, 0x7f, 0x74, 0x56, 0x7e, 0x55, 0x75, 0x00}, // 41 1188 9d87 插
lynxeyed_atsu 0:eb1247cc069b 4684 {0x52, 0x7f, 0x21, 0x3f, 0x2d, 0x7f, 0x1b, 0x00}, // 41 1189 9d88 揶
lynxeyed_atsu 0:eb1247cc069b 4685 {0x52, 0x7f, 0x05, 0x73, 0x75, 0x26, 0x54, 0x00}, // 41 118a 9d89 揄
lynxeyed_atsu 0:eb1247cc069b 4686 {0x52, 0x7f, 0x10, 0x6a, 0x4d, 0x7b, 0x68, 0x00}, // 41 118b 9d8a 搖
lynxeyed_atsu 0:eb1247cc069b 4687 {0x16, 0x2a, 0x7e, 0x7b, 0x3e, 0x2a, 0x16, 0x00}, // 41 118c 9d8b 搴
lynxeyed_atsu 0:eb1247cc069b 4688 {0x52, 0x7f, 0x2a, 0x7f, 0x3a, 0x7f, 0x2a, 0x00}, // 41 118d 9d8c 搆
lynxeyed_atsu 0:eb1247cc069b 4689 {0x52, 0x7f, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 41 118e 9d8d 搓
lynxeyed_atsu 0:eb1247cc069b 4690 {0x52, 0x7f, 0x0a, 0x5d, 0x77, 0x5d, 0x77, 0x00}, // 41 118f 9d8e 搦
lynxeyed_atsu 0:eb1247cc069b 4691 {0x52, 0x7f, 0x24, 0x1e, 0x6d, 0x62, 0x04, 0x00}, // 41 1190 9d8f 搶
lynxeyed_atsu 0:eb1247cc069b 4692 {0x52, 0x7f, 0x32, 0x75, 0x27, 0x3f, 0x75, 0x00}, // 41 1191 9d90 攝
lynxeyed_atsu 0:eb1247cc069b 4693 {0x52, 0x7f, 0x0a, 0x5e, 0x77, 0x56, 0x70, 0x00}, // 41 1192 9d91 搗
lynxeyed_atsu 0:eb1247cc069b 4694 {0x52, 0x7f, 0x48, 0x2f, 0x7d, 0x2f, 0x78, 0x00}, // 41 1193 9d92 搨
lynxeyed_atsu 0:eb1247cc069b 4695 {0x52, 0x7f, 0x12, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 41 1194 9d93 搏
lynxeyed_atsu 0:eb1247cc069b 4696 {0x52, 0x7f, 0x13, 0x7e, 0x4b, 0x7e, 0x4b, 0x00}, // 41 1195 9d94 摧
lynxeyed_atsu 0:eb1247cc069b 4697 {0x24, 0x2e, 0x7f, 0x7a, 0x37, 0x3e, 0x28, 0x00}, // 41 1196 9d95 摯
lynxeyed_atsu 0:eb1247cc069b 4698 {0x52, 0x7f, 0x12, 0x3e, 0x5f, 0x76, 0x1a, 0x00}, // 41 1197 9d96 摶
lynxeyed_atsu 0:eb1247cc069b 4699 {0x52, 0x7f, 0x11, 0x4b, 0x54, 0x29, 0x13, 0x00}, // 41 1198 9d97 æ‘Ž
lynxeyed_atsu 0:eb1247cc069b 4700 {0x52, 0x7f, 0x4e, 0x35, 0x36, 0x75, 0x4f, 0x00}, // 41 1199 9d98 攪
lynxeyed_atsu 0:eb1247cc069b 4701 {0x52, 0x7f, 0x5f, 0x1a, 0x5f, 0x3e, 0x79, 0x00}, // 41 119a 9d99 æ’•
lynxeyed_atsu 0:eb1247cc069b 4702 {0x52, 0x7f, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 41 119b 9d9a æ’“
lynxeyed_atsu 0:eb1247cc069b 4703 {0x52, 0x7f, 0x55, 0x3b, 0x59, 0x2a, 0x5d, 0x00}, // 41 119c 9d9b æ’¥
lynxeyed_atsu 0:eb1247cc069b 4704 {0x52, 0x7f, 0x4a, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 41 119d 9d9c æ’©
lynxeyed_atsu 0:eb1247cc069b 4705 {0x52, 0x7f, 0x4d, 0x56, 0x3d, 0x56, 0x7d, 0x00}, // 41 119e 9d9d æ’ˆ
lynxeyed_atsu 0:eb1247cc069b 4706 {0x52, 0x7f, 0x6e, 0x2e, 0x42, 0x47, 0x6a, 0x00}, // 41 119f 9d9e æ’¼
lynxeyed_atsu 0:eb1247cc069b 4707 {0x52, 0x7f, 0x7c, 0x2c, 0x57, 0x7a, 0x2a, 0x00}, // 41 11a0 9d9f æ“š
lynxeyed_atsu 0:eb1247cc069b 4708 {0x52, 0x7f, 0x7a, 0x4e, 0x7d, 0x2e, 0x7a, 0x00}, // 41 11a1 9da0 æ“’
lynxeyed_atsu 0:eb1247cc069b 4709 {0x52, 0x7f, 0x4e, 0x7e, 0x5b, 0x7e, 0x4e, 0x00}, // 41 11a2 9da1 æ“…
lynxeyed_atsu 0:eb1247cc069b 4710 {0x52, 0x7f, 0x2b, 0x3b, 0x6f, 0x3b, 0x2b, 0x00}, // 41 11a3 9da2 擇
lynxeyed_atsu 0:eb1247cc069b 4711 {0x52, 0x7f, 0x69, 0x54, 0x5e, 0x77, 0x5e, 0x00}, // 41 11a4 9da3 æ’»
lynxeyed_atsu 0:eb1247cc069b 4712 {0x24, 0x3f, 0x7b, 0x70, 0x36, 0x3b, 0x26, 0x00}, // 41 11a5 9da4 擘
lynxeyed_atsu 0:eb1247cc069b 4713 {0x52, 0x7f, 0x76, 0x53, 0x77, 0x53, 0x76, 0x00}, // 41 11a6 9da5 æ“‚
lynxeyed_atsu 0:eb1247cc069b 4714 {0x52, 0x7f, 0x7f, 0x2b, 0x74, 0x6f, 0x7f, 0x00}, // 41 11a7 9da6 擱
lynxeyed_atsu 0:eb1247cc069b 4715 {0x28, 0x1e, 0x69, 0x7e, 0x2d, 0x1f, 0x28, 0x00}, // 41 11a8 9da7 擧
lynxeyed_atsu 0:eb1247cc069b 4716 {0x28, 0x1e, 0x29, 0x7e, 0x2d, 0x1f, 0x28, 0x00}, // 41 11a9 9da8 舉
lynxeyed_atsu 0:eb1247cc069b 4717 {0x52, 0x7f, 0x4a, 0x36, 0x2b, 0x76, 0x0a, 0x00}, // 41 11aa 9da9 æ“ 
lynxeyed_atsu 0:eb1247cc069b 4718 {0x52, 0x7f, 0x5a, 0x6e, 0x7f, 0x6e, 0x5a, 0x00}, // 41 11ab 9daa æ“¡
lynxeyed_atsu 0:eb1247cc069b 4719 {0x52, 0x7f, 0x08, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 41 11ac 9dab 抬
lynxeyed_atsu 0:eb1247cc069b 4720 {0x52, 0x7f, 0x34, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 41 11ad 9dac æ“£
lynxeyed_atsu 0:eb1247cc069b 4721 {0x52, 0x7f, 0x4e, 0x3a, 0x37, 0x3a, 0x46, 0x00}, // 41 11ae 9dad 擯
lynxeyed_atsu 0:eb1247cc069b 4722 {0x52, 0x7f, 0x47, 0x3d, 0x38, 0x7f, 0x46, 0x00}, // 41 11af 9dae 攬
lynxeyed_atsu 0:eb1247cc069b 4723 {0x52, 0x7f, 0x7b, 0x2e, 0x78, 0x0b, 0x7e, 0x00}, // 41 11b0 9daf 擶
lynxeyed_atsu 0:eb1247cc069b 4724 {0x52, 0x7f, 0x3e, 0x4a, 0x3f, 0x3e, 0x4a, 0x00}, // 41 11b1 9db0 æ“´
lynxeyed_atsu 0:eb1247cc069b 4725 {0x52, 0x7f, 0x5a, 0x39, 0x5a, 0x7f, 0x1b, 0x00}, // 41 11b2 9db1 擲
lynxeyed_atsu 0:eb1247cc069b 4726 {0x52, 0x7f, 0x7b, 0x77, 0x03, 0x6f, 0x4b, 0x00}, // 41 11b3 9db2 擺
lynxeyed_atsu 0:eb1247cc069b 4727 {0x2a, 0x1f, 0x6a, 0x7d, 0x2a, 0x1f, 0x2a, 0x00}, // 41 11b4 9db3 攀
lynxeyed_atsu 0:eb1247cc069b 4728 {0x52, 0x7f, 0x5a, 0x35, 0x7f, 0x3a, 0x55, 0x00}, // 41 11b5 9db4 擽
lynxeyed_atsu 0:eb1247cc069b 4729 {0x52, 0x7f, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 41 11b6 9db5 攘
lynxeyed_atsu 0:eb1247cc069b 4730 {0x52, 0x7f, 0x6b, 0x3e, 0x57, 0x3e, 0x77, 0x00}, // 41 11b7 9db6 攜
lynxeyed_atsu 0:eb1247cc069b 4731 {0x52, 0x7f, 0x4a, 0x37, 0x3a, 0x37, 0x4a, 0x00}, // 41 11b8 9db7 æ”…
lynxeyed_atsu 0:eb1247cc069b 4732 {0x52, 0x7f, 0x5b, 0x3e, 0x5b, 0x7e, 0x55, 0x00}, // 41 11b9 9db8 攤
lynxeyed_atsu 0:eb1247cc069b 4733 {0x2a, 0x3d, 0x6a, 0x77, 0x37, 0x2a, 0x3d, 0x00}, // 41 11ba 9db9 攣
lynxeyed_atsu 0:eb1247cc069b 4734 {0x52, 0x7f, 0x43, 0x5f, 0x2c, 0x5f, 0x4b, 0x00}, // 41 11bb 9dba 攫
lynxeyed_atsu 0:eb1247cc069b 4735 {0x40, 0x48, 0x58, 0x2f, 0x5a, 0x42, 0x40, 0x00}, // 41 11bc 9dbb æ”´
lynxeyed_atsu 0:eb1247cc069b 4736 {0x48, 0x44, 0x2b, 0x12, 0x2e, 0x42, 0x40, 0x00}, // 41 11bd 9dbc 攵
lynxeyed_atsu 0:eb1247cc069b 4737 {0x01, 0x4f, 0x79, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 41 11be 9dbd æ”·
lynxeyed_atsu 0:eb1247cc069b 4738 {0x3e, 0x20, 0x7f, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 41 11bf 9dbe 收
lynxeyed_atsu 0:eb1247cc069b 4739 {0x04, 0x7e, 0x3f, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 41 11c0 9dbf 攸
lynxeyed_atsu 0:eb1247cc069b 4740 {0x3e, 0x3e, 0x3e, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 41 11c1 9dc0 ç•‹
lynxeyed_atsu 0:eb1247cc069b 4741 {0x4a, 0x56, 0x23, 0x56, 0x5c, 0x23, 0x5e, 0x00}, // 41 11c2 9dc1 效
lynxeyed_atsu 0:eb1247cc069b 4742 {0x4a, 0x3f, 0x6a, 0x44, 0x5f, 0x22, 0x5e, 0x00}, // 41 11c3 9dc2 æ•–
lynxeyed_atsu 0:eb1247cc069b 4743 {0x42, 0x2e, 0x7f, 0x2e, 0x5c, 0x23, 0x5e, 0x00}, // 41 11c4 9dc3 æ••
lynxeyed_atsu 0:eb1247cc069b 4744 {0x54, 0x16, 0x7d, 0x16, 0x58, 0x2f, 0x5a, 0x00}, // 41 11c5 9dc4 敍
lynxeyed_atsu 0:eb1247cc069b 4745 {0x54, 0x16, 0x7d, 0x16, 0x5c, 0x23, 0x5e, 0x00}, // 41 11c6 9dc5 敘
lynxeyed_atsu 0:eb1247cc069b 4746 {0x7a, 0x09, 0x6f, 0x7a, 0x5c, 0x23, 0x5e, 0x00}, // 41 11c7 9dc6 æ•ž
lynxeyed_atsu 0:eb1247cc069b 4747 {0x7a, 0x29, 0x7f, 0x7a, 0x5c, 0x23, 0x5e, 0x00}, // 41 11c8 9dc7 敝
lynxeyed_atsu 0:eb1247cc069b 4748 {0x72, 0x1e, 0x5b, 0x1e, 0x78, 0x2f, 0x5a, 0x00}, // 41 11c9 9dc8 敲
lynxeyed_atsu 0:eb1247cc069b 4749 {0x54, 0x7e, 0x5b, 0x36, 0x5c, 0x23, 0x5e, 0x00}, // 41 11ca 9dc9 數
lynxeyed_atsu 0:eb1247cc069b 4750 {0x5c, 0x36, 0x5d, 0x36, 0x5c, 0x23, 0x5e, 0x00}, // 41 11cb 9dca æ–‚
lynxeyed_atsu 0:eb1247cc069b 4751 {0x52, 0x7d, 0x36, 0x1d, 0x7a, 0x55, 0x5b, 0x00}, // 41 11cc 9dcb æ–ƒ
lynxeyed_atsu 0:eb1247cc069b 4752 {0x52, 0x4d, 0x5a, 0x2f, 0x2f, 0x5a, 0x4d, 0x00}, // 41 11cd 9dcc 變
lynxeyed_atsu 0:eb1247cc069b 4753 {0x42, 0x3d, 0x5f, 0x7c, 0x2a, 0x20, 0x7f, 0x00}, // 41 11ce 9dcd æ–›
lynxeyed_atsu 0:eb1247cc069b 4754 {0x72, 0x5f, 0x72, 0x5f, 0x2a, 0x20, 0x7f, 0x00}, // 41 11cf 9dce æ–Ÿ
lynxeyed_atsu 0:eb1247cc069b 4755 {0x09, 0x37, 0x31, 0x40, 0x3e, 0x0a, 0x79, 0x00}, // 41 11d0 9dcf æ–«
lynxeyed_atsu 0:eb1247cc069b 4756 {0x7f, 0x6a, 0x5d, 0x6a, 0x5d, 0x3e, 0x79, 0x00}, // 41 11d1 9dd0 æ–·
lynxeyed_atsu 0:eb1247cc069b 4757 {0x62, 0x1f, 0x7a, 0x24, 0x7b, 0x2a, 0x7a, 0x00}, // 41 11d2 9dd1 æ—ƒ
lynxeyed_atsu 0:eb1247cc069b 4758 {0x62, 0x1f, 0x7a, 0x0c, 0x3b, 0x7e, 0x3a, 0x00}, // 41 11d3 9dd2 æ—†
lynxeyed_atsu 0:eb1247cc069b 4759 {0x5a, 0x4a, 0x3e, 0x2b, 0x2a, 0x6e, 0x1a, 0x00}, // 41 11d4 9dd3 旁
lynxeyed_atsu 0:eb1247cc069b 4760 {0x62, 0x1f, 0x7a, 0x04, 0x2b, 0x7e, 0x56, 0x00}, // 41 11d5 9dd4 æ—„
lynxeyed_atsu 0:eb1247cc069b 4761 {0x62, 0x1f, 0x7a, 0x24, 0x5b, 0x7a, 0x52, 0x00}, // 41 11d6 9dd5 旌
lynxeyed_atsu 0:eb1247cc069b 4762 {0x62, 0x1f, 0x7a, 0x04, 0x63, 0x0e, 0x6a, 0x00}, // 41 11d7 9dd6 æ—’
lynxeyed_atsu 0:eb1247cc069b 4763 {0x62, 0x1f, 0x7a, 0x14, 0x6f, 0x7e, 0x16, 0x00}, // 41 11d8 9dd7 æ—›
lynxeyed_atsu 0:eb1247cc069b 4764 {0x62, 0x1f, 0x7a, 0x15, 0x6f, 0x7f, 0x15, 0x00}, // 41 11d9 9dd8 æ—™
lynxeyed_atsu 0:eb1247cc069b 4765 {0x48, 0x49, 0x29, 0x1f, 0x79, 0x49, 0x68, 0x00}, // 41 11da 9dd9 æ— 
lynxeyed_atsu 0:eb1247cc069b 4766 {0x4d, 0x49, 0x29, 0x1f, 0x79, 0x49, 0x68, 0x00}, // 41 11db 9dda æ—¡
lynxeyed_atsu 0:eb1247cc069b 4767 {0x28, 0x2f, 0x2d, 0x7d, 0x2d, 0x2f, 0x28, 0x00}, // 41 11dc 9ddb æ—±
lynxeyed_atsu 0:eb1247cc069b 4768 {0x48, 0x4f, 0x2d, 0x7d, 0x2d, 0x4f, 0x48, 0x00}, // 41 11dd 9ddc 杲
lynxeyed_atsu 0:eb1247cc069b 4769 {0x44, 0x57, 0x55, 0x3d, 0x55, 0x57, 0x44, 0x00}, // 41 11de 9ddd 昊
lynxeyed_atsu 0:eb1247cc069b 4770 {0x40, 0x38, 0x4f, 0x4d, 0x3d, 0x4f, 0x48, 0x00}, // 41 11df 9dde 昃
lynxeyed_atsu 0:eb1247cc069b 4771 {0x48, 0x4f, 0x5d, 0x2d, 0x5d, 0x4f, 0x48, 0x00}, // 41 11e0 9ddf æ—»
lynxeyed_atsu 0:eb1247cc069b 4772 {0x0a, 0x7a, 0x76, 0x7f, 0x76, 0x7a, 0x0a, 0x00}, // 41 11e1 9de0 杳
lynxeyed_atsu 0:eb1247cc069b 4773 {0x3e, 0x2a, 0x7e, 0x3f, 0x05, 0x7d, 0x57, 0x00}, // 41 11e2 9de1 昵
lynxeyed_atsu 0:eb1247cc069b 4774 {0x28, 0x5d, 0x7d, 0x28, 0x5f, 0x55, 0x5f, 0x00}, // 41 11e3 9de2 昶
lynxeyed_atsu 0:eb1247cc069b 4775 {0x38, 0x6f, 0x35, 0x05, 0x7d, 0x0f, 0x38, 0x00}, // 41 11e4 9de3 昴
lynxeyed_atsu 0:eb1247cc069b 4776 {0x24, 0x57, 0x3d, 0x55, 0x35, 0x57, 0x74, 0x00}, // 41 11e5 9de4 昜
lynxeyed_atsu 0:eb1247cc069b 4777 {0x4c, 0x57, 0x75, 0x5d, 0x35, 0x57, 0x4c, 0x00}, // 41 11e6 9de5 晏
lynxeyed_atsu 0:eb1247cc069b 4778 {0x3e, 0x2a, 0x3e, 0x4a, 0x3c, 0x7f, 0x4a, 0x00}, // 41 11e7 9de6 晄
lynxeyed_atsu 0:eb1247cc069b 4779 {0x09, 0x7f, 0x5d, 0x59, 0x5f, 0x7d, 0x09, 0x00}, // 41 11e8 9de7 晉
lynxeyed_atsu 0:eb1247cc069b 4780 {0x54, 0x5b, 0x3f, 0x03, 0x7f, 0x4b, 0x54, 0x00}, // 41 11e9 9de8 晁
lynxeyed_atsu 0:eb1247cc069b 4781 {0x3e, 0x2a, 0x7e, 0x2d, 0x7a, 0x2d, 0x68, 0x00}, // 41 11ea 9de9 晞
lynxeyed_atsu 0:eb1247cc069b 4782 {0x50, 0x7a, 0x5a, 0x5f, 0x5a, 0x7e, 0x54, 0x00}, // 41 11eb 9dea 晝
lynxeyed_atsu 0:eb1247cc069b 4783 {0x3e, 0x2a, 0x3e, 0x14, 0x7d, 0x57, 0x7d, 0x00}, // 41 11ec 9deb 晤
lynxeyed_atsu 0:eb1247cc069b 4784 {0x3e, 0x2a, 0x3e, 0x0c, 0x6b, 0x7f, 0x6a, 0x00}, // 41 11ed 9dec 晧
lynxeyed_atsu 0:eb1247cc069b 4785 {0x40, 0x3c, 0x77, 0x5d, 0x3d, 0x5f, 0x54, 0x00}, // 41 11ee 9ded 晨
lynxeyed_atsu 0:eb1247cc069b 4786 {0x40, 0x3c, 0x57, 0x35, 0x45, 0x3f, 0x54, 0x00}, // 41 11ef 9dee 晟
lynxeyed_atsu 0:eb1247cc069b 4787 {0x0a, 0x7f, 0x70, 0x7e, 0x76, 0x7d, 0x04, 0x00}, // 41 11f0 9def 晢
lynxeyed_atsu 0:eb1247cc069b 4788 {0x3e, 0x2a, 0x3e, 0x1a, 0x7f, 0x0e, 0x79, 0x00}, // 41 11f1 9df0 æ™°
lynxeyed_atsu 0:eb1247cc069b 4789 {0x28, 0x6f, 0x3d, 0x05, 0x7d, 0x2f, 0x28, 0x00}, // 41 11f2 9df1 暃
lynxeyed_atsu 0:eb1247cc069b 4790 {0x2c, 0x27, 0x3d, 0x7d, 0x3d, 0x27, 0x2c, 0x00}, // 41 11f3 9df2 暈
lynxeyed_atsu 0:eb1247cc069b 4791 {0x3e, 0x2a, 0x5e, 0x57, 0x3a, 0x57, 0x5a, 0x00}, // 41 11f4 9df3 暎
lynxeyed_atsu 0:eb1247cc069b 4792 {0x3e, 0x2a, 0x3e, 0x27, 0x3d, 0x7f, 0x27, 0x00}, // 41 11f5 9df4 暉
lynxeyed_atsu 0:eb1247cc069b 4793 {0x3e, 0x2a, 0x3e, 0x46, 0x6a, 0x6b, 0x46, 0x00}, // 41 11f6 9df5 æš„
lynxeyed_atsu 0:eb1247cc069b 4794 {0x3e, 0x2a, 0x3e, 0x24, 0x5f, 0x35, 0x77, 0x00}, // 41 11f7 9df6 暘
lynxeyed_atsu 0:eb1247cc069b 4795 {0x3e, 0x2a, 0x3e, 0x53, 0x1d, 0x1d, 0x53, 0x00}, // 41 11f8 9df7 暝
lynxeyed_atsu 0:eb1247cc069b 4796 {0x4e, 0x7f, 0x56, 0x59, 0x57, 0x7f, 0x49, 0x00}, // 41 11f9 9df8 曁
lynxeyed_atsu 0:eb1247cc069b 4797 {0x55, 0x30, 0x53, 0x7f, 0x6b, 0x7f, 0x6b, 0x00}, // 41 11fa 9df9 æš¹
lynxeyed_atsu 0:eb1247cc069b 4798 {0x3e, 0x2a, 0x5e, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 41 11fb 9dfa 曉
lynxeyed_atsu 0:eb1247cc069b 4799 {0x3e, 0x3e, 0x2e, 0x7b, 0x56, 0x3f, 0x5e, 0x00}, // 41 11fc 9dfb æš¾
lynxeyed_atsu 0:eb1247cc069b 4800 {0x02, 0x7d, 0x56, 0x5d, 0x5a, 0x75, 0x0b, 0x00}, // 41 11fd 9dfc æš¼
lynxeyed_atsu 0:eb1247cc069b 4801 {0x3e, 0x2a, 0x3e, 0x3f, 0x7e, 0x3f, 0x2a, 0x00}, // 42 11fe 9e40 曄
lynxeyed_atsu 0:eb1247cc069b 4802 {0x3e, 0x2a, 0x5e, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 42 11ff 9e41 暸
lynxeyed_atsu 0:eb1247cc069b 4803 {0x3e, 0x2a, 0x5d, 0x2f, 0x55, 0x37, 0x4d, 0x00}, // 42 1200 9e42 æ›–
lynxeyed_atsu 0:eb1247cc069b 4804 {0x3e, 0x2a, 0x3e, 0x5f, 0x7a, 0x2f, 0x5a, 0x00}, // 42 1201 9e43 曚
lynxeyed_atsu 0:eb1247cc069b 4805 {0x3e, 0x2a, 0x7e, 0x4a, 0x3f, 0x3e, 0x4a, 0x00}, // 42 1202 9e44 æ› 
lynxeyed_atsu 0:eb1247cc069b 4806 {0x3e, 0x2a, 0x7e, 0x3e, 0x62, 0x5b, 0x62, 0x00}, // 42 1203 9e45 昿
lynxeyed_atsu 0:eb1247cc069b 4807 {0x3e, 0x2a, 0x3e, 0x5b, 0x6e, 0x3b, 0x5a, 0x00}, // 42 1204 9e46 曦
lynxeyed_atsu 0:eb1247cc069b 4808 {0x54, 0x3f, 0x7d, 0x55, 0x3d, 0x5f, 0x54, 0x00}, // 42 1205 9e47 曩
lynxeyed_atsu 0:eb1247cc069b 4809 {0x00, 0x7f, 0x49, 0x49, 0x49, 0x41, 0x7f, 0x00}, // 42 1206 9e48 æ›°
lynxeyed_atsu 0:eb1247cc069b 4810 {0x4e, 0x4a, 0x4f, 0x5a, 0x2e, 0x51, 0x40, 0x00}, // 42 1207 9e49 曵
lynxeyed_atsu 0:eb1247cc069b 4811 {0x10, 0x77, 0x6d, 0x5d, 0x6d, 0x0f, 0x78, 0x00}, // 42 1208 9e4a æ›·
lynxeyed_atsu 0:eb1247cc069b 4812 {0x7f, 0x15, 0x7f, 0x76, 0x44, 0x7f, 0x76, 0x00}, // 42 1209 9e4b 朏
lynxeyed_atsu 0:eb1247cc069b 4813 {0x7f, 0x15, 0x7f, 0x7e, 0x5a, 0x3b, 0x5e, 0x00}, // 42 120a 9e4c 朖
lynxeyed_atsu 0:eb1247cc069b 4814 {0x28, 0x1a, 0x4f, 0x3a, 0x7f, 0x1a, 0x28, 0x00}, // 42 120b 9e4d 朞
lynxeyed_atsu 0:eb1247cc069b 4815 {0x7f, 0x15, 0x7e, 0x5f, 0x7a, 0x2f, 0x5a, 0x00}, // 42 120c 9e4e 朦
lynxeyed_atsu 0:eb1247cc069b 4816 {0x7f, 0x15, 0x7e, 0x2b, 0x7e, 0x77, 0x5d, 0x00}, // 42 120d 9e4f 朧
lynxeyed_atsu 0:eb1247cc069b 4817 {0x26, 0x3a, 0x77, 0x3f, 0x43, 0x36, 0x76, 0x00}, // 42 120e 9e50 霸
lynxeyed_atsu 0:eb1247cc069b 4818 {0x42, 0x3a, 0x02, 0x7f, 0x02, 0x7b, 0x42, 0x00}, // 42 120f 9e51 朮
lynxeyed_atsu 0:eb1247cc069b 4819 {0x42, 0x4e, 0x26, 0x7f, 0x26, 0x4e, 0x42, 0x00}, // 42 1210 9e52 朿
lynxeyed_atsu 0:eb1247cc069b 4820 {0x54, 0x55, 0x33, 0x79, 0x33, 0x52, 0x56, 0x00}, // 42 1211 9e53 朶
lynxeyed_atsu 0:eb1247cc069b 4821 {0x1a, 0x7f, 0x4a, 0x31, 0x0f, 0x30, 0x40, 0x00}, // 42 1212 9e54 杁
lynxeyed_atsu 0:eb1247cc069b 4822 {0x1a, 0x7f, 0x0a, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 42 1213 9e55 朸
lynxeyed_atsu 0:eb1247cc069b 4823 {0x1a, 0x7f, 0x0a, 0x41, 0x3f, 0x41, 0x7f, 0x00}, // 42 1214 9e56 朷
lynxeyed_atsu 0:eb1247cc069b 4824 {0x1a, 0x7f, 0x08, 0x09, 0x7f, 0x09, 0x08, 0x00}, // 42 1215 9e57 杆
lynxeyed_atsu 0:eb1247cc069b 4825 {0x1a, 0x7f, 0x0a, 0x79, 0x49, 0x49, 0x6f, 0x00}, // 42 1216 9e58 杞
lynxeyed_atsu 0:eb1247cc069b 4826 {0x1a, 0x7f, 0x40, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 42 1217 9e59 杠
lynxeyed_atsu 0:eb1247cc069b 4827 {0x1a, 0x7f, 0x0a, 0x04, 0x0f, 0x34, 0x45, 0x00}, // 42 1218 9e5a 杙
lynxeyed_atsu 0:eb1247cc069b 4828 {0x1a, 0x7f, 0x7c, 0x40, 0x7f, 0x40, 0x7c, 0x00}, // 42 1219 9e5b 杣
lynxeyed_atsu 0:eb1247cc069b 4829 {0x1a, 0x7f, 0x0a, 0x41, 0x3f, 0x45, 0x7d, 0x00}, // 42 121a 9e5c 杤
lynxeyed_atsu 0:eb1247cc069b 4830 {0x1a, 0x7f, 0x41, 0x49, 0x7f, 0x49, 0x41, 0x00}, // 42 121b 9e5d 枉
lynxeyed_atsu 0:eb1247cc069b 4831 {0x52, 0x12, 0x4a, 0x1f, 0x4a, 0x12, 0x52, 0x00}, // 42 121c 9e5e 杰
lynxeyed_atsu 0:eb1247cc069b 4832 {0x2a, 0x2a, 0x56, 0x6f, 0x4e, 0x56, 0x2a, 0x00}, // 42 121d 9e5f æž©
lynxeyed_atsu 0:eb1247cc069b 4833 {0x1a, 0x7f, 0x09, 0x4b, 0x7d, 0x0b, 0x18, 0x00}, // 42 121e 9e60 杼
lynxeyed_atsu 0:eb1247cc069b 4834 {0x1a, 0x7f, 0x08, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 42 121f 9e61 杪
lynxeyed_atsu 0:eb1247cc069b 4835 {0x1a, 0x7f, 0x44, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 42 1220 9e62 枌
lynxeyed_atsu 0:eb1247cc069b 4836 {0x1a, 0x7f, 0x0a, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 42 1221 9e63 æž‹
lynxeyed_atsu 0:eb1247cc069b 4837 {0x1a, 0x7f, 0x0a, 0x41, 0x3d, 0x15, 0x1d, 0x00}, // 42 1222 9e64 枦
lynxeyed_atsu 0:eb1247cc069b 4838 {0x1a, 0x7f, 0x4a, 0x3e, 0x09, 0x7f, 0x08, 0x00}, // 42 1223 9e65 æž¡
lynxeyed_atsu 0:eb1247cc069b 4839 {0x1a, 0x7f, 0x49, 0x3f, 0x09, 0x7f, 0x09, 0x00}, // 42 1224 9e66 æž…
lynxeyed_atsu 0:eb1247cc069b 4840 {0x1a, 0x7f, 0x62, 0x1f, 0x7e, 0x42, 0x7e, 0x00}, // 42 1225 9e67 æž·
lynxeyed_atsu 0:eb1247cc069b 4841 {0x1a, 0x7f, 0x0a, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 42 1226 9e68 柯
lynxeyed_atsu 0:eb1247cc069b 4842 {0x1a, 0x7f, 0x0a, 0x57, 0x35, 0x55, 0x77, 0x00}, // 42 1227 9e69 æž´
lynxeyed_atsu 0:eb1247cc069b 4843 {0x42, 0x5e, 0x3e, 0x7f, 0x3e, 0x5e, 0x42, 0x00}, // 42 1228 9e6a 柬
lynxeyed_atsu 0:eb1247cc069b 4844 {0x1a, 0x7f, 0x4f, 0x29, 0x09, 0x29, 0x4f, 0x00}, // 42 1229 9e6b æž³
lynxeyed_atsu 0:eb1247cc069b 4845 {0x1a, 0x7f, 0x0a, 0x7f, 0x65, 0x53, 0x6f, 0x00}, // 42 122a 9e6c 柩
lynxeyed_atsu 0:eb1247cc069b 4846 {0x1a, 0x7f, 0x0a, 0x04, 0x1b, 0x5a, 0x7e, 0x00}, // 42 122b 9e6d 枸
lynxeyed_atsu 0:eb1247cc069b 4847 {0x1a, 0x7f, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 42 122c 9e6e 柤
lynxeyed_atsu 0:eb1247cc069b 4848 {0x1a, 0x7f, 0x0a, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 42 122d 9e6f 柞
lynxeyed_atsu 0:eb1247cc069b 4849 {0x1a, 0x7f, 0x40, 0x3e, 0x1a, 0x79, 0x28, 0x00}, // 42 122e 9e70 柝
lynxeyed_atsu 0:eb1247cc069b 4850 {0x1a, 0x7f, 0x40, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 42 122f 9e71 柢
lynxeyed_atsu 0:eb1247cc069b 4851 {0x1a, 0x7f, 0x76, 0x44, 0x7f, 0x44, 0x76, 0x00}, // 42 1230 9e72 柮
lynxeyed_atsu 0:eb1247cc069b 4852 {0x1a, 0x7f, 0x0a, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 42 1231 9e73 æž¹
lynxeyed_atsu 0:eb1247cc069b 4853 {0x1a, 0x7f, 0x04, 0x7e, 0x09, 0x42, 0x7f, 0x00}, // 42 1232 9e74 柎
lynxeyed_atsu 0:eb1247cc069b 4854 {0x1a, 0x7f, 0x42, 0x7e, 0x63, 0x5e, 0x42, 0x00}, // 42 1233 9e75 柆
lynxeyed_atsu 0:eb1247cc069b 4855 {0x1a, 0x7f, 0x40, 0x3e, 0x42, 0x3e, 0x61, 0x00}, // 42 1234 9e76 柧
lynxeyed_atsu 0:eb1247cc069b 4856 {0x1a, 0x7f, 0x1c, 0x76, 0x5d, 0x76, 0x1c, 0x00}, // 42 1235 9e77 檜
lynxeyed_atsu 0:eb1247cc069b 4857 {0x55, 0x5f, 0x35, 0x78, 0x35, 0x5f, 0x55, 0x00}, // 42 1236 9e78 æ ž
lynxeyed_atsu 0:eb1247cc069b 4858 {0x1a, 0x7f, 0x7f, 0x41, 0x6b, 0x7f, 0x6b, 0x00}, // 42 1237 9e79 框
lynxeyed_atsu 0:eb1247cc069b 4859 {0x1a, 0x7f, 0x29, 0x15, 0x7f, 0x15, 0x7f, 0x00}, // 42 1238 9e7a æ ©
lynxeyed_atsu 0:eb1247cc069b 4860 {0x4a, 0x5b, 0x35, 0x7b, 0x34, 0x5f, 0x46, 0x00}, // 42 1239 9e7b æ¡€
lynxeyed_atsu 0:eb1247cc069b 4861 {0x1a, 0x7f, 0x0a, 0x36, 0x3b, 0x36, 0x6a, 0x00}, // 42 123a 9e7c 桍
lynxeyed_atsu 0:eb1247cc069b 4862 {0x1a, 0x7f, 0x28, 0x1a, 0x3f, 0x2a, 0x69, 0x00}, // 42 123b 9e7d æ ²
lynxeyed_atsu 0:eb1247cc069b 4863 {0x1a, 0x7f, 0x45, 0x57, 0x7d, 0x53, 0x45, 0x00}, // 42 123c 9e7e æ¡Ž
lynxeyed_atsu 0:eb1247cc069b 4864 {0x1a, 0x7f, 0x4a, 0x3e, 0x7b, 0x06, 0x6a, 0x00}, // 43 123d 9e80 梳
lynxeyed_atsu 0:eb1247cc069b 4865 {0x1a, 0x7f, 0x0a, 0x7e, 0x23, 0x76, 0x2e, 0x00}, // 43 123e 9e81 æ «
lynxeyed_atsu 0:eb1247cc069b 4866 {0x1a, 0x7f, 0x34, 0x2e, 0x7d, 0x2c, 0x26, 0x00}, // 43 123f 9e82 æ¡™
lynxeyed_atsu 0:eb1247cc069b 4867 {0x1a, 0x7f, 0x45, 0x54, 0x57, 0x54, 0x7d, 0x00}, // 43 1240 9e83 æ¡£
lynxeyed_atsu 0:eb1247cc069b 4868 {0x1a, 0x7f, 0x42, 0x3e, 0x1d, 0x57, 0x7c, 0x00}, // 43 1241 9e84 æ¡·
lynxeyed_atsu 0:eb1247cc069b 4869 {0x1a, 0x7f, 0x28, 0x2f, 0x7d, 0x2f, 0x28, 0x00}, // 43 1242 9e85 æ¡¿
lynxeyed_atsu 0:eb1247cc069b 4870 {0x50, 0x56, 0x36, 0x7f, 0x36, 0x54, 0x5c, 0x00}, // 43 1243 9e86 梟
lynxeyed_atsu 0:eb1247cc069b 4871 {0x1a, 0x7f, 0x0c, 0x6b, 0x7f, 0x6a, 0x08, 0x00}, // 43 1244 9e87 梏
lynxeyed_atsu 0:eb1247cc069b 4872 {0x1a, 0x7f, 0x2a, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 43 1245 9e88 梭
lynxeyed_atsu 0:eb1247cc069b 4873 {0x1a, 0x7f, 0x40, 0x3e, 0x7e, 0x56, 0x5d, 0x00}, // 43 1246 9e89 梔
lynxeyed_atsu 0:eb1247cc069b 4874 {0x04, 0x7e, 0x5f, 0x3a, 0x75, 0x3b, 0x50, 0x00}, // 43 1247 9e8a 條
lynxeyed_atsu 0:eb1247cc069b 4875 {0x1a, 0x7f, 0x55, 0x3f, 0x55, 0x7f, 0x1b, 0x00}, // 43 1248 9e8b 梛
lynxeyed_atsu 0:eb1247cc069b 4876 {0x1a, 0x7f, 0x55, 0x3b, 0x6a, 0x7e, 0x69, 0x00}, // 43 1249 9e8c 梃
lynxeyed_atsu 0:eb1247cc069b 4877 {0x1a, 0x7f, 0x34, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 43 124a 9e8d 檮
lynxeyed_atsu 0:eb1247cc069b 4878 {0x1a, 0x7f, 0x50, 0x1e, 0x16, 0x1d, 0x54, 0x00}, // 43 124b 9e8e 梹
lynxeyed_atsu 0:eb1247cc069b 4879 {0x1a, 0x7f, 0x22, 0x29, 0x6b, 0x39, 0x22, 0x00}, // 43 124c 9e8f æ¡´
lynxeyed_atsu 0:eb1247cc069b 4880 {0x4a, 0x46, 0x3f, 0x2a, 0x0e, 0x7f, 0x4a, 0x00}, // 43 124d 9e90 梵
lynxeyed_atsu 0:eb1247cc069b 4881 {0x1a, 0x7f, 0x0a, 0x77, 0x5d, 0x55, 0x77, 0x00}, // 43 124e 9e91 梠
lynxeyed_atsu 0:eb1247cc069b 4882 {0x1a, 0x16, 0x1f, 0x7a, 0x36, 0x5f, 0x1a, 0x00}, // 43 124f 9e92 梺
lynxeyed_atsu 0:eb1247cc069b 4883 {0x1a, 0x7f, 0x5d, 0x77, 0x41, 0x77, 0x5d, 0x00}, // 43 1250 9e93 椏
lynxeyed_atsu 0:eb1247cc069b 4884 {0x1a, 0x7f, 0x10, 0x16, 0x7f, 0x56, 0x50, 0x00}, // 43 1251 9e94 梍
lynxeyed_atsu 0:eb1247cc069b 4885 {0x1a, 0x7f, 0x0a, 0x55, 0x3f, 0x75, 0x6f, 0x00}, // 43 1252 9e95 桾
lynxeyed_atsu 0:eb1247cc069b 4886 {0x1a, 0x7f, 0x22, 0x2e, 0x6b, 0x3e, 0x22, 0x00}, // 43 1253 9e96 椁
lynxeyed_atsu 0:eb1247cc069b 4887 {0x48, 0x5a, 0x2f, 0x7a, 0x2f, 0x5a, 0x48, 0x00}, // 43 1254 9e97 棊
lynxeyed_atsu 0:eb1247cc069b 4888 {0x1a, 0x7f, 0x04, 0x57, 0x3a, 0x56, 0x7e, 0x00}, // 43 1255 9e98 椈
lynxeyed_atsu 0:eb1247cc069b 4889 {0x5a, 0x2a, 0x7f, 0x5a, 0x2a, 0x7f, 0x5a, 0x00}, // 43 1256 9e99 棘
lynxeyed_atsu 0:eb1247cc069b 4890 {0x1a, 0x7f, 0x41, 0x6b, 0x7f, 0x6b, 0x7f, 0x00}, // 43 1257 9e9a 椢
lynxeyed_atsu 0:eb1247cc069b 4891 {0x1a, 0x7f, 0x56, 0x2d, 0x36, 0x6d, 0x16, 0x00}, // 43 1258 9e9b 椦
lynxeyed_atsu 0:eb1247cc069b 4892 {0x1a, 0x7f, 0x7f, 0x35, 0x29, 0x35, 0x7f, 0x00}, // 43 1259 9e9c 棡
lynxeyed_atsu 0:eb1247cc069b 4893 {0x1a, 0x7f, 0x46, 0x56, 0x73, 0x56, 0x46, 0x00}, // 43 125a 9e9d 椌
lynxeyed_atsu 0:eb1247cc069b 4894 {0x1a, 0x7f, 0x7f, 0x55, 0x05, 0x7d, 0x57, 0x00}, // 43 125b 9e9e 棍
lynxeyed_atsu 0:eb1247cc069b 4895 {0x1a, 0x7f, 0x0a, 0x7f, 0x75, 0x6f, 0x15, 0x00}, // 43 125c 9e9f 棔
lynxeyed_atsu 0:eb1247cc069b 4896 {0x1a, 0x7f, 0x0a, 0x52, 0x5b, 0x36, 0x5b, 0x00}, // 43 125d 9ea0 棧
lynxeyed_atsu 0:eb1247cc069b 4897 {0x1a, 0x7f, 0x56, 0x1a, 0x7b, 0x1a, 0x56, 0x00}, // 43 125e 9ea1 棕
lynxeyed_atsu 0:eb1247cc069b 4898 {0x1a, 0x7f, 0x2f, 0x5d, 0x2a, 0x5d, 0x4f, 0x00}, // 43 125f 9ea2 椶
lynxeyed_atsu 0:eb1247cc069b 4899 {0x1a, 0x7f, 0x28, 0x7f, 0x4a, 0x31, 0x4f, 0x00}, // 43 1260 9ea3 椒
lynxeyed_atsu 0:eb1247cc069b 4900 {0x1a, 0x7f, 0x4a, 0x5e, 0x2b, 0x3e, 0x4a, 0x00}, // 43 1261 9ea4 椄
lynxeyed_atsu 0:eb1247cc069b 4901 {0x52, 0x56, 0x2a, 0x7f, 0x2a, 0x56, 0x52, 0x00}, // 43 1262 9ea5 棗
lynxeyed_atsu 0:eb1247cc069b 4902 {0x1a, 0x7f, 0x5a, 0x2a, 0x7f, 0x2e, 0x54, 0x00}, // 43 1263 9ea6 棣
lynxeyed_atsu 0:eb1247cc069b 4903 {0x1a, 0x7f, 0x4b, 0x3f, 0x4a, 0x3e, 0x3e, 0x00}, // 43 1264 9ea7 椥
lynxeyed_atsu 0:eb1247cc069b 4904 {0x1a, 0x7f, 0x20, 0x3c, 0x77, 0x3e, 0x22, 0x00}, // 43 1265 9ea8 棹
lynxeyed_atsu 0:eb1247cc069b 4905 {0x56, 0x53, 0x3e, 0x7b, 0x3e, 0x53, 0x56, 0x00}, // 43 1266 9ea9 棠
lynxeyed_atsu 0:eb1247cc069b 4906 {0x1a, 0x7f, 0x64, 0x2a, 0x4d, 0x5e, 0x64, 0x00}, // 43 1267 9eaa 棯
lynxeyed_atsu 0:eb1247cc069b 4907 {0x1a, 0x7f, 0x3e, 0x72, 0x0b, 0x52, 0x7a, 0x00}, // 43 1268 9eab 椨
lynxeyed_atsu 0:eb1247cc069b 4908 {0x1a, 0x7f, 0x5a, 0x7f, 0x42, 0x7f, 0x5a, 0x00}, // 43 1269 9eac 椪
lynxeyed_atsu 0:eb1247cc069b 4909 {0x1a, 0x7f, 0x7f, 0x07, 0x00, 0x47, 0x7f, 0x00}, // 43 126a 9ead 椚
lynxeyed_atsu 0:eb1247cc069b 4910 {0x1a, 0x7f, 0x10, 0x5e, 0x1f, 0x1a, 0x5f, 0x00}, // 43 126b 9eae 椣
lynxeyed_atsu 0:eb1247cc069b 4911 {0x1a, 0x7f, 0x2d, 0x3b, 0x29, 0x4e, 0x7f, 0x00}, // 43 126c 9eaf 椡
lynxeyed_atsu 0:eb1247cc069b 4912 {0x1a, 0x7f, 0x74, 0x32, 0x75, 0x36, 0x74, 0x00}, // 43 126d 9eb0 棆
lynxeyed_atsu 0:eb1247cc069b 4913 {0x1a, 0x7f, 0x49, 0x77, 0x75, 0x7b, 0x4e, 0x00}, // 43 126e 9eb1 楹
lynxeyed_atsu 0:eb1247cc069b 4914 {0x1a, 0x7f, 0x0f, 0x6a, 0x70, 0x6f, 0x0a, 0x00}, // 43 126f 9eb2 楷
lynxeyed_atsu 0:eb1247cc069b 4915 {0x1a, 0x7f, 0x3a, 0x2f, 0x7a, 0x3f, 0x7f, 0x00}, // 43 1270 9eb3 楜
lynxeyed_atsu 0:eb1247cc069b 4916 {0x1a, 0x7f, 0x35, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 43 1271 9eb4 楸
lynxeyed_atsu 0:eb1247cc069b 4917 {0x1a, 0x7f, 0x24, 0x3f, 0x2d, 0x7f, 0x24, 0x00}, // 43 1272 9eb5 楫
lynxeyed_atsu 0:eb1247cc069b 4918 {0x1a, 0x7f, 0x56, 0x5f, 0x36, 0x53, 0x57, 0x00}, // 43 1273 9eb6 楔
lynxeyed_atsu 0:eb1247cc069b 4919 {0x1a, 0x7f, 0x50, 0x3e, 0x7b, 0x2e, 0x50, 0x00}, // 43 1274 9eb7 楾
lynxeyed_atsu 0:eb1247cc069b 4920 {0x1a, 0x7f, 0x28, 0x1a, 0x6f, 0x7a, 0x69, 0x00}, // 43 1275 9eb8 楮
lynxeyed_atsu 0:eb1247cc069b 4921 {0x1a, 0x7f, 0x72, 0x5f, 0x72, 0x5f, 0x52, 0x00}, // 43 1276 9eb9 椹
lynxeyed_atsu 0:eb1247cc069b 4922 {0x1a, 0x7f, 0x1a, 0x6e, 0x3b, 0x6e, 0x1a, 0x00}, // 43 1277 9eba 楴
lynxeyed_atsu 0:eb1247cc069b 4923 {0x1a, 0x7f, 0x2c, 0x56, 0x7d, 0x27, 0x55, 0x00}, // 43 1278 9ebb 椽
lynxeyed_atsu 0:eb1247cc069b 4924 {0x1a, 0x7f, 0x29, 0x7d, 0x1b, 0x7f, 0x1a, 0x00}, // 43 1279 9ebc 楙
lynxeyed_atsu 0:eb1247cc069b 4925 {0x1a, 0x7f, 0x21, 0x3f, 0x2d, 0x7f, 0x1b, 0x00}, // 43 127a 9ebd 椰
lynxeyed_atsu 0:eb1247cc069b 4926 {0x1a, 0x7f, 0x05, 0x73, 0x75, 0x26, 0x54, 0x00}, // 43 127b 9ebe 楡
lynxeyed_atsu 0:eb1247cc069b 4927 {0x1a, 0x7f, 0x02, 0x4b, 0x3b, 0x2f, 0x6b, 0x00}, // 43 127c 9ebf 楞
lynxeyed_atsu 0:eb1247cc069b 4928 {0x1a, 0x7f, 0x42, 0x2e, 0x7f, 0x2e, 0x4e, 0x00}, // 43 127d 9ec0 楝
lynxeyed_atsu 0:eb1247cc069b 4929 {0x1a, 0x7f, 0x56, 0x5a, 0x77, 0x4a, 0x56, 0x00}, // 43 127e 9ec1 榁
lynxeyed_atsu 0:eb1247cc069b 4930 {0x1a, 0x7f, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 43 127f 9ec2 楪
lynxeyed_atsu 0:eb1247cc069b 4931 {0x1a, 0x7f, 0x0a, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 43 1280 9ec3 榲
lynxeyed_atsu 0:eb1247cc069b 4932 {0x4d, 0x56, 0x35, 0x7c, 0x35, 0x56, 0x4d, 0x00}, // 43 1281 9ec4 榮
lynxeyed_atsu 0:eb1247cc069b 4933 {0x1a, 0x7f, 0x5e, 0x2a, 0x7f, 0x6a, 0x5e, 0x00}, // 43 1282 9ec5 槐
lynxeyed_atsu 0:eb1247cc069b 4934 {0x1a, 0x7f, 0x4b, 0x5a, 0x6b, 0x5a, 0x4b, 0x00}, // 43 1283 9ec6 榿
lynxeyed_atsu 0:eb1247cc069b 4935 {0x1a, 0x7f, 0x72, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 43 1284 9ec7 槁
lynxeyed_atsu 0:eb1247cc069b 4936 {0x1a, 0x7f, 0x44, 0x3d, 0x2f, 0x3d, 0x44, 0x00}, // 43 1285 9ec8 槓
lynxeyed_atsu 0:eb1247cc069b 4937 {0x1a, 0x7f, 0x0c, 0x77, 0x35, 0x77, 0x0c, 0x00}, // 43 1286 9ec9 榾
lynxeyed_atsu 0:eb1247cc069b 4938 {0x1a, 0x7f, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 43 1287 9eca 槎
lynxeyed_atsu 0:eb1247cc069b 4939 {0x36, 0x5a, 0x3e, 0x7b, 0x3e, 0x5a, 0x36, 0x00}, // 43 1288 9ecb 寨
lynxeyed_atsu 0:eb1247cc069b 4940 {0x57, 0x5e, 0x37, 0x78, 0x37, 0x55, 0x5f, 0x00}, // 43 1289 9ecc 槊
lynxeyed_atsu 0:eb1247cc069b 4941 {0x1a, 0x7f, 0x0a, 0x5e, 0x77, 0x56, 0x70, 0x00}, // 43 128a 9ecd 槝
lynxeyed_atsu 0:eb1247cc069b 4942 {0x1a, 0x7f, 0x48, 0x2f, 0x7d, 0x2f, 0x78, 0x00}, // 43 128b 9ece 榻
lynxeyed_atsu 0:eb1247cc069b 4943 {0x5c, 0x57, 0x3f, 0x74, 0x3b, 0x55, 0x5b, 0x00}, // 43 128c 9ecf 槃
lynxeyed_atsu 0:eb1247cc069b 4944 {0x1a, 0x7f, 0x55, 0x7f, 0x41, 0x7f, 0x55, 0x00}, // 43 128d 9ed0 榧
lynxeyed_atsu 0:eb1247cc069b 4945 {0x1a, 0x7f, 0x51, 0x47, 0x37, 0x47, 0x51, 0x00}, // 43 128e 9ed1 樮
lynxeyed_atsu 0:eb1247cc069b 4946 {0x1a, 0x7f, 0x12, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 43 128f 9ed2 榑
lynxeyed_atsu 0:eb1247cc069b 4947 {0x1a, 0x7f, 0x53, 0x1d, 0x15, 0x1d, 0x53, 0x00}, // 43 1290 9ed3 榠
lynxeyed_atsu 0:eb1247cc069b 4948 {0x1a, 0x7f, 0x1a, 0x4e, 0x3b, 0x6e, 0x1a, 0x00}, // 43 1291 9ed4 榜
lynxeyed_atsu 0:eb1247cc069b 4949 {0x1a, 0x7f, 0x26, 0x16, 0x6b, 0x76, 0x26, 0x00}, // 43 1292 9ed5 榕
lynxeyed_atsu 0:eb1247cc069b 4950 {0x1a, 0x7f, 0x0e, 0x7a, 0x79, 0x77, 0x0f, 0x00}, // 43 1293 9ed6 榴
lynxeyed_atsu 0:eb1247cc069b 4951 {0x1a, 0x7f, 0x0a, 0x3e, 0x3b, 0x7e, 0x4a, 0x00}, // 43 1294 9ed7 槞
lynxeyed_atsu 0:eb1247cc069b 4952 {0x1a, 0x7f, 0x2e, 0x7b, 0x2e, 0x7f, 0x1b, 0x00}, // 43 1295 9ed8 槨
lynxeyed_atsu 0:eb1247cc069b 4953 {0x5a, 0x55, 0x3e, 0x7b, 0x3e, 0x5a, 0x55, 0x00}, // 43 1296 9ed9 樂
lynxeyed_atsu 0:eb1247cc069b 4954 {0x1a, 0x7f, 0x11, 0x4b, 0x54, 0x29, 0x13, 0x00}, // 43 1297 9eda 樛
lynxeyed_atsu 0:eb1247cc069b 4955 {0x1a, 0x7f, 0x5a, 0x5f, 0x7a, 0x5f, 0x5a, 0x00}, // 43 1298 9edb 槿
lynxeyed_atsu 0:eb1247cc069b 4956 {0x1a, 0x7f, 0x26, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 43 1299 9edc 權
lynxeyed_atsu 0:eb1247cc069b 4957 {0x1a, 0x7f, 0x28, 0x2e, 0x77, 0x2e, 0x28, 0x00}, // 43 129a 9edd 槹
lynxeyed_atsu 0:eb1247cc069b 4958 {0x1a, 0x7f, 0x42, 0x3d, 0x7f, 0x2a, 0x7f, 0x00}, // 43 129b 9ede 槲
lynxeyed_atsu 0:eb1247cc069b 4959 {0x5a, 0x5e, 0x3f, 0x7a, 0x37, 0x5d, 0x55, 0x00}, // 43 129c 9edf 槧
lynxeyed_atsu 0:eb1247cc069b 4960 {0x1a, 0x7f, 0x0a, 0x7d, 0x22, 0x79, 0x52, 0x00}, // 43 129d 9ee0 樅
lynxeyed_atsu 0:eb1247cc069b 4961 {0x1a, 0x7f, 0x2a, 0x7e, 0x57, 0x3e, 0x4a, 0x00}, // 43 129e 9ee1 榱
lynxeyed_atsu 0:eb1247cc069b 4962 {0x1a, 0x7f, 0x7f, 0x71, 0x47, 0x77, 0x71, 0x00}, // 43 129f 9ee2 樞
lynxeyed_atsu 0:eb1247cc069b 4963 {0x1a, 0x7f, 0x22, 0x7e, 0x2a, 0x3f, 0x52, 0x00}, // 43 12a0 9ee3 槭
lynxeyed_atsu 0:eb1247cc069b 4964 {0x1a, 0x7f, 0x52, 0x3d, 0x7e, 0x3d, 0x50, 0x00}, // 43 12a1 9ee4 樔
lynxeyed_atsu 0:eb1247cc069b 4965 {0x1a, 0x7f, 0x12, 0x3e, 0x5f, 0x76, 0x1a, 0x00}, // 43 12a2 9ee5 槫
lynxeyed_atsu 0:eb1247cc069b 4966 {0x4a, 0x5f, 0x5a, 0x35, 0x5a, 0x5f, 0x4a, 0x00}, // 43 12a3 9ee6 樊
lynxeyed_atsu 0:eb1247cc069b 4967 {0x1a, 0x7f, 0x16, 0x6a, 0x77, 0x5a, 0x66, 0x00}, // 43 12a4 9ee7 樒
lynxeyed_atsu 0:eb1247cc069b 4968 {0x1a, 0x7f, 0x56, 0x5a, 0x77, 0x5a, 0x66, 0x00}, // 43 12a5 9ee8 櫁
lynxeyed_atsu 0:eb1247cc069b 4969 {0x1a, 0x7f, 0x52, 0x37, 0x7e, 0x27, 0x52, 0x00}, // 43 12a6 9ee9 樣
lynxeyed_atsu 0:eb1247cc069b 4970 {0x1a, 0x7f, 0x54, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 43 12a7 9eea 樓
lynxeyed_atsu 0:eb1247cc069b 4971 {0x1a, 0x7f, 0x3d, 0x27, 0x7d, 0x3f, 0x5e, 0x00}, // 43 12a8 9eeb æ©„
lynxeyed_atsu 0:eb1247cc069b 4972 {0x1a, 0x7f, 0x42, 0x3f, 0x3d, 0x3f, 0x42, 0x00}, // 43 12a9 9eec 樌
lynxeyed_atsu 0:eb1247cc069b 4973 {0x1a, 0x7f, 0x12, 0x7e, 0x57, 0x7e, 0x12, 0x00}, // 43 12aa 9eed 橲
lynxeyed_atsu 0:eb1247cc069b 4974 {0x1a, 0x7f, 0x24, 0x3f, 0x7d, 0x2f, 0x5c, 0x00}, // 43 12ab 9eee 樶
lynxeyed_atsu 0:eb1247cc069b 4975 {0x1a, 0x7f, 0x78, 0x7f, 0x05, 0x7f, 0x78, 0x00}, // 43 12ac 9eef 橸
lynxeyed_atsu 0:eb1247cc069b 4976 {0x1a, 0x7f, 0x70, 0x5a, 0x07, 0x7b, 0x5a, 0x00}, // 43 12ad 9ef0 橇
lynxeyed_atsu 0:eb1247cc069b 4977 {0x1a, 0x7f, 0x25, 0x1b, 0x7e, 0x3b, 0x7a, 0x00}, // 43 12ae 9ef1 æ©¢
lynxeyed_atsu 0:eb1247cc069b 4978 {0x1a, 0x7f, 0x45, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 43 12af 9ef2 æ©™
lynxeyed_atsu 0:eb1247cc069b 4979 {0x1a, 0x7f, 0x4a, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 43 12b0 9ef3 橦
lynxeyed_atsu 0:eb1247cc069b 4980 {0x1a, 0x7f, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 43 12b1 9ef4 橈
lynxeyed_atsu 0:eb1247cc069b 4981 {0x1a, 0x7f, 0x4b, 0x5e, 0x3b, 0x5e, 0x4b, 0x00}, // 43 12b2 9ef5 樸
lynxeyed_atsu 0:eb1247cc069b 4982 {0x1a, 0x7f, 0x0a, 0x5e, 0x17, 0x56, 0x70, 0x00}, // 43 12b3 9ef6 樢
lynxeyed_atsu 0:eb1247cc069b 4983 {0x1a, 0x7f, 0x3c, 0x2e, 0x75, 0x7f, 0x2c, 0x00}, // 43 12b4 9ef7 檐
lynxeyed_atsu 0:eb1247cc069b 4984 {0x1a, 0x7f, 0x6a, 0x3e, 0x5b, 0x5e, 0x6a, 0x00}, // 43 12b5 9ef8 檍
lynxeyed_atsu 0:eb1247cc069b 4985 {0x5a, 0x57, 0x36, 0x7f, 0x3a, 0x55, 0x5b, 0x00}, // 43 12b6 9ef9 檠
lynxeyed_atsu 0:eb1247cc069b 4986 {0x1a, 0x7f, 0x26, 0x5f, 0x76, 0x3f, 0x5e, 0x00}, // 43 12b7 9efa 檄
lynxeyed_atsu 0:eb1247cc069b 4987 {0x1a, 0x7f, 0x5c, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 43 12b8 9efb 檢
lynxeyed_atsu 0:eb1247cc069b 4988 {0x1a, 0x7f, 0x7a, 0x76, 0x5b, 0x76, 0x7a, 0x00}, // 43 12b9 9efc 檣
lynxeyed_atsu 0:eb1247cc069b 4989 {0x54, 0x5f, 0x3b, 0x70, 0x36, 0x5b, 0x56, 0x00}, // 44 12ba 9f40 檗
lynxeyed_atsu 0:eb1247cc069b 4990 {0x4a, 0x5e, 0x37, 0x72, 0x3f, 0x5a, 0x4e, 0x00}, // 44 12bb 9f41 蘗
lynxeyed_atsu 0:eb1247cc069b 4991 {0x1a, 0x7f, 0x4f, 0x69, 0x60, 0x6b, 0x4a, 0x00}, // 44 12bc 9f42 檻
lynxeyed_atsu 0:eb1247cc069b 4992 {0x1a, 0x7f, 0x7f, 0x65, 0x5f, 0x5f, 0x65, 0x00}, // 44 12bd 9f43 櫃
lynxeyed_atsu 0:eb1247cc069b 4993 {0x1a, 0x7f, 0x21, 0x7b, 0x50, 0x79, 0x53, 0x00}, // 44 12be 9f44 æ«‚
lynxeyed_atsu 0:eb1247cc069b 4994 {0x1a, 0x7f, 0x16, 0x5e, 0x7f, 0x1a, 0x16, 0x00}, // 44 12bf 9f45 檸
lynxeyed_atsu 0:eb1247cc069b 4995 {0x1a, 0x7f, 0x4e, 0x3a, 0x37, 0x3a, 0x46, 0x00}, // 44 12c0 9f46 檳
lynxeyed_atsu 0:eb1247cc069b 4996 {0x1a, 0x7f, 0x2a, 0x5f, 0x7a, 0x2f, 0x5a, 0x00}, // 44 12c1 9f47 檬
lynxeyed_atsu 0:eb1247cc069b 4997 {0x1a, 0x7f, 0x2a, 0x75, 0x56, 0x2d, 0x77, 0x00}, // 44 12c2 9f48 æ«ž
lynxeyed_atsu 0:eb1247cc069b 4998 {0x1a, 0x7f, 0x70, 0x77, 0x07, 0x77, 0x70, 0x00}, // 44 12c3 9f49 æ«‘
lynxeyed_atsu 0:eb1247cc069b 4999 {0x1a, 0x7f, 0x5a, 0x35, 0x7f, 0x3a, 0x55, 0x00}, // 44 12c4 9f4a æ«Ÿ
lynxeyed_atsu 0:eb1247cc069b 5000 {0x1a, 0x7f, 0x55, 0x36, 0x79, 0x36, 0x55, 0x00}, // 44 12c5 9f4b 檪
lynxeyed_atsu 0:eb1247cc069b 5001 {0x1a, 0x7f, 0x7f, 0x73, 0x5c, 0x57, 0x7f, 0x00}, // 44 12c6 9f4c æ«š
lynxeyed_atsu 0:eb1247cc069b 5002 {0x1a, 0x7f, 0x3f, 0x6f, 0x45, 0x6f, 0x45, 0x00}, // 44 12c7 9f4d 櫪
lynxeyed_atsu 0:eb1247cc069b 5003 {0x1a, 0x7f, 0x57, 0x7b, 0x54, 0x33, 0x57, 0x00}, // 44 12c8 9f4e æ«»
lynxeyed_atsu 0:eb1247cc069b 5004 {0x1a, 0x7f, 0x2e, 0x79, 0x7e, 0x3d, 0x2f, 0x00}, // 44 12c9 9f4f 欅
lynxeyed_atsu 0:eb1247cc069b 5005 {0x42, 0x5e, 0x37, 0x72, 0x3f, 0x5a, 0x4e, 0x00}, // 44 12ca 9f50 蘖
lynxeyed_atsu 0:eb1247cc069b 5006 {0x1a, 0x7f, 0x66, 0x03, 0x6f, 0x03, 0x66, 0x00}, // 44 12cb 9f51 櫺
lynxeyed_atsu 0:eb1247cc069b 5007 {0x5a, 0x55, 0x3a, 0x77, 0x37, 0x5a, 0x55, 0x00}, // 44 12cc 9f52 欒
lynxeyed_atsu 0:eb1247cc069b 5008 {0x1a, 0x7f, 0x47, 0x3d, 0x38, 0x7f, 0x46, 0x00}, // 44 12cd 9f53 欖
lynxeyed_atsu 0:eb1247cc069b 5009 {0x1a, 0x7f, 0x5e, 0x5d, 0x0e, 0x57, 0x2a, 0x00}, // 44 12ce 9f54 鬱
lynxeyed_atsu 0:eb1247cc069b 5010 {0x1a, 0x7f, 0x77, 0x7a, 0x57, 0x3f, 0x5f, 0x00}, // 44 12cf 9f55 欟
lynxeyed_atsu 0:eb1247cc069b 5011 {0x56, 0x5d, 0x34, 0x56, 0x44, 0x3b, 0x46, 0x00}, // 44 12d0 9f56 欸
lynxeyed_atsu 0:eb1247cc069b 5012 {0x48, 0x2d, 0x7a, 0x2d, 0x64, 0x3b, 0x46, 0x00}, // 44 12d1 9f57 欷
lynxeyed_atsu 0:eb1247cc069b 5013 {0x55, 0x40, 0x74, 0x7b, 0x56, 0x7a, 0x46, 0x00}, // 44 12d2 9f58 盜
lynxeyed_atsu 0:eb1247cc069b 5014 {0x12, 0x5a, 0x17, 0x7a, 0x44, 0x3b, 0x46, 0x00}, // 44 12d3 9f59 欹
lynxeyed_atsu 0:eb1247cc069b 5015 {0x7e, 0x2d, 0x2e, 0x44, 0x43, 0x3e, 0x46, 0x00}, // 44 12d4 9f5a 飮
lynxeyed_atsu 0:eb1247cc069b 5016 {0x30, 0x2f, 0x4d, 0x7f, 0x44, 0x3b, 0x46, 0x00}, // 44 12d5 9f5b æ­‡
lynxeyed_atsu 0:eb1247cc069b 5017 {0x74, 0x56, 0x7e, 0x75, 0x44, 0x3b, 0x46, 0x00}, // 44 12d6 9f5c æ­ƒ
lynxeyed_atsu 0:eb1247cc069b 5018 {0x4a, 0x2b, 0x7e, 0x3f, 0x44, 0x3b, 0x46, 0x00}, // 44 12d7 9f5d æ­‰
lynxeyed_atsu 0:eb1247cc069b 5019 {0x7f, 0x71, 0x47, 0x77, 0x74, 0x3b, 0x46, 0x00}, // 44 12d8 9f5e 歐
lynxeyed_atsu 0:eb1247cc069b 5020 {0x2c, 0x7a, 0x2d, 0x7a, 0x44, 0x3b, 0x46, 0x00}, // 44 12d9 9f5f æ­™
lynxeyed_atsu 0:eb1247cc069b 5021 {0x7c, 0x44, 0x7f, 0x2a, 0x44, 0x3b, 0x46, 0x00}, // 44 12da 9f60 æ­”
lynxeyed_atsu 0:eb1247cc069b 5022 {0x5c, 0x36, 0x5d, 0x36, 0x5c, 0x3b, 0x46, 0x00}, // 44 12db 9f61 æ­›
lynxeyed_atsu 0:eb1247cc069b 5023 {0x5e, 0x11, 0x1e, 0x5f, 0x44, 0x3b, 0x46, 0x00}, // 44 12dc 9f62 æ­Ÿ
lynxeyed_atsu 0:eb1247cc069b 5024 {0x26, 0x7f, 0x52, 0x7f, 0x56, 0x3b, 0x46, 0x00}, // 44 12dd 9f63 æ­¡
lynxeyed_atsu 0:eb1247cc069b 5025 {0x6e, 0x7b, 0x5c, 0x18, 0x6d, 0x3f, 0x7a, 0x00}, // 44 12de 9f64 æ­¸
lynxeyed_atsu 0:eb1247cc069b 5026 {0x01, 0x49, 0x49, 0x37, 0x15, 0x0d, 0x01, 0x00}, // 44 12df 9f65 æ­¹
lynxeyed_atsu 0:eb1247cc069b 5027 {0x49, 0x37, 0x1d, 0x44, 0x5b, 0x2d, 0x5b, 0x00}, // 44 12e0 9f66 æ­¿
lynxeyed_atsu 0:eb1247cc069b 5028 {0x49, 0x37, 0x5d, 0x4a, 0x3e, 0x49, 0x48, 0x00}, // 44 12e1 9f67 殀
lynxeyed_atsu 0:eb1247cc069b 5029 {0x49, 0x37, 0x1d, 0x42, 0x55, 0x2a, 0x14, 0x00}, // 44 12e2 9f68 殄
lynxeyed_atsu 0:eb1247cc069b 5030 {0x49, 0x37, 0x5d, 0x4e, 0x3b, 0x4e, 0x48, 0x00}, // 44 12e3 9f69 殃
lynxeyed_atsu 0:eb1247cc069b 5031 {0x49, 0x37, 0x1d, 0x22, 0x6b, 0x39, 0x22, 0x00}, // 44 12e4 9f6a 殍
lynxeyed_atsu 0:eb1247cc069b 5032 {0x49, 0x37, 0x1d, 0x52, 0x5b, 0x36, 0x5b, 0x00}, // 44 12e5 9f6b 殘
lynxeyed_atsu 0:eb1247cc069b 5033 {0x49, 0x37, 0x1d, 0x0e, 0x6b, 0x6e, 0x0a, 0x00}, // 44 12e6 9f6c 殕
lynxeyed_atsu 0:eb1247cc069b 5034 {0x49, 0x37, 0x1d, 0x5c, 0x17, 0x17, 0x5c, 0x00}, // 44 12e7 9f6d 殞
lynxeyed_atsu 0:eb1247cc069b 5035 {0x49, 0x37, 0x1d, 0x23, 0x5e, 0x3e, 0x72, 0x00}, // 44 12e8 9f6e 殤
lynxeyed_atsu 0:eb1247cc069b 5036 {0x49, 0x37, 0x1d, 0x5a, 0x6a, 0x6f, 0x5a, 0x00}, // 44 12e9 9f6f 殪
lynxeyed_atsu 0:eb1247cc069b 5037 {0x49, 0x37, 0x1d, 0x23, 0x3f, 0x7c, 0x23, 0x00}, // 44 12ea 9f70 殫
lynxeyed_atsu 0:eb1247cc069b 5038 {0x49, 0x37, 0x5f, 0x3a, 0x37, 0x3a, 0x46, 0x00}, // 44 12eb 9f71 殯
lynxeyed_atsu 0:eb1247cc069b 5039 {0x49, 0x37, 0x5d, 0x7e, 0x55, 0x3f, 0x55, 0x00}, // 44 12ec 9f72 殲
lynxeyed_atsu 0:eb1247cc069b 5040 {0x49, 0x37, 0x5d, 0x7f, 0x54, 0x3f, 0x55, 0x00}, // 44 12ed 9f73 æ®±
lynxeyed_atsu 0:eb1247cc069b 5041 {0x44, 0x4c, 0x5b, 0x29, 0x5f, 0x44, 0x46, 0x00}, // 44 12ee 9f74 殳
lynxeyed_atsu 0:eb1247cc069b 5042 {0x7e, 0x2e, 0x6d, 0x00, 0x5b, 0x29, 0x5b, 0x00}, // 44 12ef 9f75 æ®·
lynxeyed_atsu 0:eb1247cc069b 5043 {0x5a, 0x37, 0x76, 0x5a, 0x5b, 0x29, 0x5b, 0x00}, // 44 12f0 9f76 殼
lynxeyed_atsu 0:eb1247cc069b 5044 {0x7f, 0x71, 0x47, 0x77, 0x5b, 0x29, 0x5b, 0x00}, // 44 12f1 9f77 毆
lynxeyed_atsu 0:eb1247cc069b 5045 {0x08, 0x3f, 0x29, 0x3f, 0x69, 0x7f, 0x28, 0x00}, // 44 12f2 9f78 毋
lynxeyed_atsu 0:eb1247cc069b 5046 {0x33, 0x2e, 0x7e, 0x12, 0x6e, 0x0b, 0x6a, 0x00}, // 44 12f3 9f79 毓
lynxeyed_atsu 0:eb1247cc069b 5047 {0x24, 0x2a, 0x28, 0x7f, 0x54, 0x52, 0x64, 0x00}, // 44 12f4 9f7a 毟
lynxeyed_atsu 0:eb1247cc069b 5048 {0x2a, 0x7e, 0x55, 0x6a, 0x52, 0x7f, 0x6a, 0x00}, // 44 12f5 9f7b 毬
lynxeyed_atsu 0:eb1247cc069b 5049 {0x1a, 0x2e, 0x3a, 0x7b, 0x7a, 0x6e, 0x5a, 0x00}, // 44 12f6 9f7c 毫
lynxeyed_atsu 0:eb1247cc069b 5050 {0x24, 0x74, 0x55, 0x0f, 0x2b, 0x7a, 0x52, 0x00}, // 44 12f7 9f7d 毳
lynxeyed_atsu 0:eb1247cc069b 5051 {0x2a, 0x7e, 0x55, 0x6a, 0x68, 0x57, 0x6a, 0x00}, // 44 12f8 9f7e 毯
lynxeyed_atsu 0:eb1247cc069b 5052 {0x40, 0x3e, 0x2a, 0x2e, 0x7b, 0x5e, 0x4a, 0x00}, // 45 12f9 9f80 麾
lynxeyed_atsu 0:eb1247cc069b 5053 {0x4e, 0x7e, 0x7b, 0x4e, 0x2a, 0x7e, 0x55, 0x00}, // 45 12fa 9f81 æ°ˆ
lynxeyed_atsu 0:eb1247cc069b 5054 {0x1e, 0x23, 0x32, 0x7f, 0x55, 0x3d, 0x57, 0x00}, // 45 12fb 9f82 æ°“
lynxeyed_atsu 0:eb1247cc069b 5055 {0x04, 0x0b, 0x0e, 0x0e, 0x0e, 0x3a, 0x42, 0x00}, // 45 12fc 9f83 æ°”
lynxeyed_atsu 0:eb1247cc069b 5056 {0x14, 0x4b, 0x2e, 0x6e, 0x1e, 0x3a, 0x42, 0x00}, // 45 12fd 9f84 æ°›
lynxeyed_atsu 0:eb1247cc069b 5057 {0x0c, 0x7b, 0x6e, 0x5e, 0x7e, 0x3a, 0x42, 0x00}, // 45 12fe 9f85 æ°¤
lynxeyed_atsu 0:eb1247cc069b 5058 {0x54, 0x2b, 0x7e, 0x2e, 0x5e, 0x3a, 0x42, 0x00}, // 45 12ff 9f86 æ°£
lynxeyed_atsu 0:eb1247cc069b 5059 {0x54, 0x35, 0x45, 0x7f, 0x15, 0x25, 0x54, 0x00}, // 45 1300 9f87 汞
lynxeyed_atsu 0:eb1247cc069b 5060 {0x75, 0x00, 0x7c, 0x40, 0x7f, 0x40, 0x7c, 0x00}, // 45 1301 9f88 汕
lynxeyed_atsu 0:eb1247cc069b 5061 {0x65, 0x10, 0x40, 0x44, 0x7f, 0x44, 0x40, 0x00}, // 45 1302 9f89 æ±¢
lynxeyed_atsu 0:eb1247cc069b 5062 {0x65, 0x10, 0x41, 0x49, 0x7f, 0x49, 0x41, 0x00}, // 45 1303 9f8a 汪
lynxeyed_atsu 0:eb1247cc069b 5063 {0x65, 0x10, 0x40, 0x3e, 0x0a, 0x79, 0x08, 0x00}, // 45 1304 9f8b 沂
lynxeyed_atsu 0:eb1247cc069b 5064 {0x65, 0x10, 0x41, 0x59, 0x57, 0x75, 0x4d, 0x00}, // 45 1305 9f8c 沍
lynxeyed_atsu 0:eb1247cc069b 5065 {0x65, 0x10, 0x40, 0x7c, 0x40, 0x7f, 0x44, 0x00}, // 45 1306 9f8d 沚
lynxeyed_atsu 0:eb1247cc069b 5066 {0x75, 0x20, 0x18, 0x7d, 0x42, 0x68, 0x10, 0x00}, // 45 1307 9f8e 沁
lynxeyed_atsu 0:eb1247cc069b 5067 {0x75, 0x00, 0x3a, 0x0a, 0x7f, 0x0a, 0x3a, 0x00}, // 45 1308 9f8f æ²›
lynxeyed_atsu 0:eb1247cc069b 5068 {0x65, 0x10, 0x44, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 45 1309 9f90 æ±¾
lynxeyed_atsu 0:eb1247cc069b 5069 {0x75, 0x00, 0x7f, 0x49, 0x49, 0x49, 0x7f, 0x00}, // 45 130a 9f91 汨
lynxeyed_atsu 0:eb1247cc069b 5070 {0x75, 0x40, 0x3f, 0x45, 0x5d, 0x25, 0x5d, 0x00}, // 45 130b 9f92 æ±³
lynxeyed_atsu 0:eb1247cc069b 5071 {0x65, 0x10, 0x44, 0x5b, 0x29, 0x5d, 0x47, 0x00}, // 45 130c 9f93 æ²’
lynxeyed_atsu 0:eb1247cc069b 5072 {0x75, 0x00, 0x22, 0x1a, 0x7f, 0x1a, 0x22, 0x00}, // 45 130d 9f94 沐
lynxeyed_atsu 0:eb1247cc069b 5073 {0x75, 0x00, 0x7f, 0x44, 0x5f, 0x54, 0x5f, 0x00}, // 45 130e 9f95 泄
lynxeyed_atsu 0:eb1247cc069b 5074 {0x75, 0x00, 0x48, 0x4e, 0x3b, 0x4e, 0x48, 0x00}, // 45 130f 9f96 æ³±
lynxeyed_atsu 0:eb1247cc069b 5075 {0x75, 0x00, 0x5d, 0x77, 0x70, 0x4f, 0x60, 0x00}, // 45 1310 9f97 泓
lynxeyed_atsu 0:eb1247cc069b 5076 {0x65, 0x10, 0x04, 0x74, 0x5f, 0x74, 0x04, 0x00}, // 45 1311 9f98 æ²½
lynxeyed_atsu 0:eb1247cc069b 5077 {0x75, 0x00, 0x7f, 0x4f, 0x41, 0x4f, 0x7f, 0x00}, // 45 1312 9f99 æ³—
lynxeyed_atsu 0:eb1247cc069b 5078 {0x75, 0x00, 0x7f, 0x51, 0x4d, 0x51, 0x7f, 0x00}, // 45 1313 9f9a æ³…
lynxeyed_atsu 0:eb1247cc069b 5079 {0x65, 0x10, 0x40, 0x3e, 0x1a, 0x79, 0x28, 0x00}, // 45 1314 9f9b 泝
lynxeyed_atsu 0:eb1247cc069b 5080 {0x65, 0x10, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 45 1315 9f9c æ²®
lynxeyed_atsu 0:eb1247cc069b 5081 {0x65, 0x10, 0x06, 0x7a, 0x53, 0x4a, 0x66, 0x00}, // 45 1316 9f9d æ²±
lynxeyed_atsu 0:eb1247cc069b 5082 {0x75, 0x00, 0x70, 0x50, 0x5f, 0x54, 0x74, 0x00}, // 45 1317 9f9e æ²¾
lynxeyed_atsu 0:eb1247cc069b 5083 {0x75, 0x00, 0x7f, 0x49, 0x7f, 0x49, 0x7f, 0x00}, // 45 1318 9f9f 沺
lynxeyed_atsu 0:eb1247cc069b 5084 {0x75, 0x40, 0x35, 0x25, 0x57, 0x4d, 0x40, 0x00}, // 45 1319 9fa0 æ³›
lynxeyed_atsu 0:eb1247cc069b 5085 {0x75, 0x00, 0x7f, 0x55, 0x1d, 0x37, 0x50, 0x00}, // 45 131a 9fa1 泯
lynxeyed_atsu 0:eb1247cc069b 5086 {0x75, 0x00, 0x15, 0x13, 0x7f, 0x13, 0x15, 0x00}, // 45 131b 9fa2 æ³™
lynxeyed_atsu 0:eb1247cc069b 5087 {0x75, 0x00, 0x7f, 0x55, 0x55, 0x55, 0x7f, 0x00}, // 45 131c 9fa3 泪
lynxeyed_atsu 0:eb1247cc069b 5088 {0x75, 0x02, 0x5e, 0x56, 0x3f, 0x56, 0x72, 0x00}, // 45 131d 9fa4 æ´Ÿ
lynxeyed_atsu 0:eb1247cc069b 5089 {0x0a, 0x7d, 0x00, 0x65, 0x10, 0x45, 0x7d, 0x00}, // 45 131e 9fa5 衍
lynxeyed_atsu 0:eb1247cc069b 5090 {0x65, 0x10, 0x04, 0x37, 0x2a, 0x36, 0x7e, 0x00}, // 45 131f 9fa6 æ´¶
lynxeyed_atsu 0:eb1247cc069b 5091 {0x75, 0x40, 0x7e, 0x43, 0x7e, 0x42, 0x7e, 0x00}, // 45 1320 9fa7 æ´«
lynxeyed_atsu 0:eb1247cc069b 5092 {0x65, 0x10, 0x04, 0x72, 0x55, 0x76, 0x04, 0x00}, // 45 1321 9fa8 æ´½
lynxeyed_atsu 0:eb1247cc069b 5093 {0x75, 0x00, 0x4a, 0x3c, 0x0f, 0x7c, 0x4a, 0x00}, // 45 1322 9fa9 æ´¸
lynxeyed_atsu 0:eb1247cc069b 5094 {0x75, 0x00, 0x4c, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 45 1323 9faa æ´™
lynxeyed_atsu 0:eb1247cc069b 5095 {0x65, 0x10, 0x04, 0x7f, 0x56, 0x7e, 0x7e, 0x00}, // 45 1324 9fab æ´µ
lynxeyed_atsu 0:eb1247cc069b 5096 {0x75, 0x5c, 0x37, 0x2c, 0x7e, 0x42, 0x7e, 0x00}, // 45 1325 9fac æ´³
lynxeyed_atsu 0:eb1247cc069b 5097 {0x75, 0x00, 0x7d, 0x5f, 0x45, 0x5f, 0x7d, 0x00}, // 45 1326 9fad æ´’
lynxeyed_atsu 0:eb1247cc069b 5098 {0x75, 0x00, 0x49, 0x37, 0x1d, 0x4e, 0x7f, 0x00}, // 45 1327 9fae 洌
lynxeyed_atsu 0:eb1247cc069b 5099 {0x75, 0x00, 0x56, 0x3a, 0x1b, 0x7a, 0x56, 0x00}, // 45 1328 9faf æµ£
lynxeyed_atsu 0:eb1247cc069b 5100 {0x75, 0x00, 0x78, 0x2b, 0x2b, 0x2b, 0x78, 0x00}, // 45 1329 9fb0 涓
lynxeyed_atsu 0:eb1247cc069b 5101 {0x75, 0x48, 0x2e, 0x5a, 0x6f, 0x5a, 0x6e, 0x00}, // 45 132a 9fb1 浤
lynxeyed_atsu 0:eb1247cc069b 5102 {0x75, 0x00, 0x2a, 0x57, 0x32, 0x5e, 0x4b, 0x00}, // 45 132b 9fb2 浚
lynxeyed_atsu 0:eb1247cc069b 5103 {0x75, 0x00, 0x52, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 45 132c 9fb3 æµ¹
lynxeyed_atsu 0:eb1247cc069b 5104 {0x75, 0x00, 0x52, 0x7f, 0x3e, 0x0a, 0x79, 0x00}, // 45 132d 9fb4 æµ™
lynxeyed_atsu 0:eb1247cc069b 5105 {0x75, 0x00, 0x55, 0x3b, 0x52, 0x5e, 0x55, 0x00}, // 45 132e 9fb5 涎
lynxeyed_atsu 0:eb1247cc069b 5106 {0x75, 0x00, 0x5a, 0x2b, 0x7e, 0x2b, 0x6e, 0x00}, // 45 132f 9fb6 涕
lynxeyed_atsu 0:eb1247cc069b 5107 {0x75, 0x00, 0x34, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 45 1330 9fb7 濤
lynxeyed_atsu 0:eb1247cc069b 5108 {0x65, 0x10, 0x47, 0x55, 0x7d, 0x55, 0x47, 0x00}, // 45 1331 9fb8 涅
lynxeyed_atsu 0:eb1247cc069b 5109 {0x75, 0x00, 0x0a, 0x36, 0x3b, 0x76, 0x4a, 0x00}, // 45 1332 9fb9 æ·¹
lynxeyed_atsu 0:eb1247cc069b 5110 {0x75, 0x00, 0x55, 0x3c, 0x55, 0x0e, 0x7f, 0x00}, // 45 1333 9fba 渕
lynxeyed_atsu 0:eb1247cc069b 5111 {0x75, 0x40, 0x3f, 0x2a, 0x7f, 0x2a, 0x7f, 0x00}, // 45 1334 9fbb 渊
lynxeyed_atsu 0:eb1247cc069b 5112 {0x75, 0x00, 0x7d, 0x5b, 0x7f, 0x59, 0x7d, 0x00}, // 45 1335 9fbc 涵
lynxeyed_atsu 0:eb1247cc069b 5113 {0x75, 0x00, 0x52, 0x1f, 0x1a, 0x1f, 0x52, 0x00}, // 45 1336 9fbd æ·‡
lynxeyed_atsu 0:eb1247cc069b 5114 {0x75, 0x00, 0x54, 0x76, 0x7d, 0x76, 0x54, 0x00}, // 45 1337 9fbe æ·¦
lynxeyed_atsu 0:eb1247cc069b 5115 {0x75, 0x00, 0x7f, 0x75, 0x6f, 0x75, 0x7f, 0x00}, // 45 1338 9fbf 涸
lynxeyed_atsu 0:eb1247cc069b 5116 {0x75, 0x28, 0x18, 0x7d, 0x2a, 0x7d, 0x08, 0x00}, // 45 1339 9fc0 æ·†
lynxeyed_atsu 0:eb1247cc069b 5117 {0x75, 0x00, 0x32, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 45 133a 9fc1 æ·¬
lynxeyed_atsu 0:eb1247cc069b 5118 {0x75, 0x1a, 0x7f, 0x0a, 0x63, 0x58, 0x63, 0x00}, // 45 133b 9fc2 æ·ž
lynxeyed_atsu 0:eb1247cc069b 5119 {0x75, 0x00, 0x7a, 0x09, 0x6e, 0x69, 0x7a, 0x00}, // 45 133c 9fc3 淌
lynxeyed_atsu 0:eb1247cc069b 5120 {0x75, 0x00, 0x2a, 0x29, 0x7b, 0x39, 0x12, 0x00}, // 45 133d 9fc4 æ·¨
lynxeyed_atsu 0:eb1247cc069b 5121 {0x75, 0x00, 0x52, 0x7a, 0x5f, 0x3e, 0x52, 0x00}, // 45 133e 9fc5 æ·’
lynxeyed_atsu 0:eb1247cc069b 5122 {0x75, 0x00, 0x1a, 0x7f, 0x3e, 0x0a, 0x79, 0x00}, // 45 133f 9fc6 æ·…
lynxeyed_atsu 0:eb1247cc069b 5123 {0x75, 0x00, 0x12, 0x5a, 0x5b, 0x36, 0x5b, 0x00}, // 45 1340 9fc7 æ·º
lynxeyed_atsu 0:eb1247cc069b 5124 {0x75, 0x00, 0x56, 0x1a, 0x7b, 0x1a, 0x56, 0x00}, // 45 1341 9fc8 æ·™
lynxeyed_atsu 0:eb1247cc069b 5125 {0x75, 0x00, 0x62, 0x1f, 0x7a, 0x29, 0x52, 0x00}, // 45 1342 9fc9 æ·¤
lynxeyed_atsu 0:eb1247cc069b 5126 {0x75, 0x00, 0x54, 0x4e, 0x67, 0x5e, 0x54, 0x00}, // 45 1343 9fca æ·•
lynxeyed_atsu 0:eb1247cc069b 5127 {0x75, 0x00, 0x74, 0x32, 0x75, 0x36, 0x74, 0x00}, // 45 1344 9fcb æ·ª
lynxeyed_atsu 0:eb1247cc069b 5128 {0x65, 0x10, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 45 1345 9fcc æ·®
lynxeyed_atsu 0:eb1247cc069b 5129 {0x75, 0x00, 0x0f, 0x7d, 0x2f, 0x7d, 0x0f, 0x00}, // 45 1346 9fcd 渭
lynxeyed_atsu 0:eb1247cc069b 5130 {0x75, 0x00, 0x5d, 0x5f, 0x75, 0x5f, 0x5d, 0x00}, // 45 1347 9fce æ¹®
lynxeyed_atsu 0:eb1247cc069b 5131 {0x75, 0x00, 0x0a, 0x6f, 0x6a, 0x0f, 0x7a, 0x00}, // 45 1348 9fcf 渮
lynxeyed_atsu 0:eb1247cc069b 5132 {0x75, 0x00, 0x52, 0x5d, 0x3d, 0x5f, 0x50, 0x00}, // 45 1349 9fd0 渙
lynxeyed_atsu 0:eb1247cc069b 5133 {0x65, 0x10, 0x42, 0x29, 0x5b, 0x29, 0x5a, 0x00}, // 45 134a 9fd1 æ¹²
lynxeyed_atsu 0:eb1247cc069b 5134 {0x75, 0x00, 0x50, 0x5e, 0x7b, 0x5e, 0x50, 0x00}, // 45 134b 9fd2 湟
lynxeyed_atsu 0:eb1247cc069b 5135 {0x75, 0x00, 0x27, 0x3d, 0x7f, 0x3d, 0x27, 0x00}, // 45 134c 9fd3 渾
lynxeyed_atsu 0:eb1247cc069b 5136 {0x75, 0x00, 0x4a, 0x76, 0x7f, 0x76, 0x4a, 0x00}, // 45 134d 9fd4 渣
lynxeyed_atsu 0:eb1247cc069b 5137 {0x75, 0x00, 0x35, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 45 134e 9fd5 湫
lynxeyed_atsu 0:eb1247cc069b 5138 {0x75, 0x02, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 45 134f 9fd6 渫
lynxeyed_atsu 0:eb1247cc069b 5139 {0x75, 0x00, 0x50, 0x3e, 0x7b, 0x2e, 0x50, 0x00}, // 45 1350 9fd7 湶
lynxeyed_atsu 0:eb1247cc069b 5140 {0x75, 0x00, 0x6b, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 45 1351 9fd8 湍
lynxeyed_atsu 0:eb1247cc069b 5141 {0x75, 0x18, 0x0a, 0x5e, 0x7b, 0x1e, 0x1a, 0x00}, // 45 1352 9fd9 渟
lynxeyed_atsu 0:eb1247cc069b 5142 {0x75, 0x00, 0x4a, 0x3e, 0x15, 0x7f, 0x15, 0x00}, // 45 1353 9fda 湃
lynxeyed_atsu 0:eb1247cc069b 5143 {0x75, 0x00, 0x7f, 0x55, 0x7f, 0x46, 0x2f, 0x00}, // 45 1354 9fdb 渺
lynxeyed_atsu 0:eb1247cc069b 5144 {0x75, 0x00, 0x7d, 0x7d, 0x57, 0x7d, 0x7d, 0x00}, // 45 1355 9fdc 湎
lynxeyed_atsu 0:eb1247cc069b 5145 {0x75, 0x0c, 0x26, 0x77, 0x2e, 0x1f, 0x7e, 0x00}, // 45 1356 9fdd 渤
lynxeyed_atsu 0:eb1247cc069b 5146 {0x75, 0x00, 0x7a, 0x3f, 0x7a, 0x3f, 0x7a, 0x00}, // 45 1357 9fde 滿
lynxeyed_atsu 0:eb1247cc069b 5147 {0x75, 0x00, 0x75, 0x33, 0x75, 0x26, 0x54, 0x00}, // 45 1358 9fdf 渝
lynxeyed_atsu 0:eb1247cc069b 5148 {0x75, 0x62, 0x1f, 0x7a, 0x27, 0x76, 0x2e, 0x00}, // 45 1359 9fe0 游
lynxeyed_atsu 0:eb1247cc069b 5149 {0x75, 0x42, 0x2e, 0x7f, 0x2a, 0x4e, 0x7f, 0x00}, // 45 135a 9fe1 溂
lynxeyed_atsu 0:eb1247cc069b 5150 {0x75, 0x00, 0x52, 0x55, 0x3b, 0x51, 0x52, 0x00}, // 45 135b 9fe2 溪
lynxeyed_atsu 0:eb1247cc069b 5151 {0x75, 0x00, 0x54, 0x7e, 0x77, 0x6e, 0x54, 0x00}, // 45 135c 9fe3 溘
lynxeyed_atsu 0:eb1247cc069b 5152 {0x75, 0x00, 0x54, 0x33, 0x1f, 0x73, 0x54, 0x00}, // 45 135d 9fe4 滉
lynxeyed_atsu 0:eb1247cc069b 5153 {0x75, 0x00, 0x7f, 0x6b, 0x77, 0x5b, 0x7f, 0x00}, // 45 135e 9fe5 溷
lynxeyed_atsu 0:eb1247cc069b 5154 {0x75, 0x26, 0x2a, 0x3a, 0x6f, 0x3a, 0x2e, 0x00}, // 45 135f 9fe6 滓
lynxeyed_atsu 0:eb1247cc069b 5155 {0x75, 0x08, 0x17, 0x3d, 0x57, 0x7f, 0x15, 0x00}, // 45 1360 9fe7 溽
lynxeyed_atsu 0:eb1247cc069b 5156 {0x75, 0x02, 0x2f, 0x1a, 0x4f, 0x3f, 0x7f, 0x00}, // 45 1361 9fe8 溯
lynxeyed_atsu 0:eb1247cc069b 5157 {0x75, 0x00, 0x24, 0x1e, 0x6d, 0x62, 0x04, 0x00}, // 45 1362 9fe9 滄
lynxeyed_atsu 0:eb1247cc069b 5158 {0x75, 0x00, 0x4e, 0x59, 0x2e, 0x59, 0x4f, 0x00}, // 45 1363 9fea 溲
lynxeyed_atsu 0:eb1247cc069b 5159 {0x75, 0x00, 0x72, 0x69, 0x43, 0x69, 0x7a, 0x00}, // 45 1364 9feb æ»”
lynxeyed_atsu 0:eb1247cc069b 5160 {0x7f, 0x15, 0x7f, 0x2d, 0x76, 0x2d, 0x56, 0x00}, // 45 1365 9fec 滕
lynxeyed_atsu 0:eb1247cc069b 5161 {0x75, 0x40, 0x3e, 0x12, 0x77, 0x5e, 0x6a, 0x00}, // 45 1366 9fed 溏
lynxeyed_atsu 0:eb1247cc069b 5162 {0x75, 0x00, 0x12, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 45 1367 9fee 溥
lynxeyed_atsu 0:eb1247cc069b 5163 {0x75, 0x00, 0x1a, 0x4e, 0x3b, 0x6e, 0x1a, 0x00}, // 45 1368 9fef 滂
lynxeyed_atsu 0:eb1247cc069b 5164 {0x75, 0x00, 0x53, 0x1d, 0x15, 0x1d, 0x53, 0x00}, // 45 1369 9ff0 溟
lynxeyed_atsu 0:eb1247cc069b 5165 {0x57, 0x3a, 0x7a, 0x29, 0x5d, 0x17, 0x5d, 0x00}, // 45 136a 9ff1 潁
lynxeyed_atsu 0:eb1247cc069b 5166 {0x75, 0x00, 0x7f, 0x2e, 0x49, 0x3f, 0x4f, 0x00}, // 45 136b 9ff2 漑
lynxeyed_atsu 0:eb1247cc069b 5167 {0x75, 0x00, 0x26, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 45 136c 9ff3 灌
lynxeyed_atsu 0:eb1247cc069b 5168 {0x75, 0x40, 0x3f, 0x7b, 0x5f, 0x5f, 0x5b, 0x00}, // 45 136d 9ff4 滬
lynxeyed_atsu 0:eb1247cc069b 5169 {0x75, 0x02, 0x6b, 0x6a, 0x17, 0x7e, 0x12, 0x00}, // 45 136e 9ff5 滸
lynxeyed_atsu 0:eb1247cc069b 5170 {0x75, 0x02, 0x2a, 0x7e, 0x5b, 0x26, 0x4a, 0x00}, // 45 136f 9ff6 滾
lynxeyed_atsu 0:eb1247cc069b 5171 {0x4b, 0x56, 0x3f, 0x74, 0x26, 0x5d, 0x47, 0x00}, // 45 1370 9ff7 漿
lynxeyed_atsu 0:eb1247cc069b 5172 {0x75, 0x00, 0x1a, 0x4f, 0x5a, 0x2d, 0x1a, 0x00}, // 45 1371 9ff8 滲
lynxeyed_atsu 0:eb1247cc069b 5173 {0x75, 0x42, 0x2e, 0x7f, 0x4e, 0x3b, 0x46, 0x00}, // 45 1372 9ff9 æ¼±
lynxeyed_atsu 0:eb1247cc069b 5174 {0x75, 0x00, 0x3a, 0x17, 0x7a, 0x17, 0x3a, 0x00}, // 45 1373 9ffa 滯
lynxeyed_atsu 0:eb1247cc069b 5175 {0x75, 0x00, 0x5d, 0x77, 0x70, 0x3f, 0x55, 0x00}, // 45 1374 9ffb æ¼²
lynxeyed_atsu 0:eb1247cc069b 5176 {0x75, 0x0c, 0x7f, 0x3e, 0x2b, 0x76, 0x2a, 0x00}, // 45 1375 9ffc 滌
lynxeyed_atsu 0:eb1247cc069b 5177 {0x75, 0x00, 0x52, 0x37, 0x7e, 0x27, 0x52, 0x00}, // 46 1376 e040 æ¼¾
lynxeyed_atsu 0:eb1247cc069b 5178 {0x75, 0x00, 0x72, 0x5e, 0x7b, 0x3e, 0x72, 0x00}, // 46 1377 e041 漓
lynxeyed_atsu 0:eb1247cc069b 5179 {0x75, 0x00, 0x7c, 0x6c, 0x57, 0x6e, 0x7a, 0x00}, // 46 1378 e042 æ»·
lynxeyed_atsu 0:eb1247cc069b 5180 {0x75, 0x00, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 46 1379 e043 澆
lynxeyed_atsu 0:eb1247cc069b 5181 {0x75, 0x40, 0x3f, 0x53, 0x3b, 0x57, 0x33, 0x00}, // 46 137a e044 潺
lynxeyed_atsu 0:eb1247cc069b 5182 {0x75, 0x00, 0x0a, 0x77, 0x3a, 0x77, 0x0a, 0x00}, // 46 137b e045 潸
lynxeyed_atsu 0:eb1247cc069b 5183 {0x75, 0x48, 0x78, 0x5e, 0x08, 0x7f, 0x5a, 0x00}, // 46 137c e046 澁
lynxeyed_atsu 0:eb1247cc069b 5184 {0x75, 0x40, 0x7d, 0x53, 0x05, 0x7b, 0x57, 0x00}, // 46 137d e047 æ¾€
lynxeyed_atsu 0:eb1247cc069b 5185 {0x75, 0x00, 0x14, 0x3d, 0x57, 0x7f, 0x1a, 0x00}, // 46 137e e048 潯
lynxeyed_atsu 0:eb1247cc069b 5186 {0x75, 0x00, 0x14, 0x6f, 0x76, 0x6f, 0x16, 0x00}, // 46 137f e049 æ½›
lynxeyed_atsu 0:eb1247cc069b 5187 {0x75, 0x00, 0x17, 0x6e, 0x77, 0x6e, 0x16, 0x00}, // 46 1380 e04a 濳
lynxeyed_atsu 0:eb1247cc069b 5188 {0x75, 0x00, 0x21, 0x3b, 0x6b, 0x3b, 0x21, 0x00}, // 46 1381 e04b æ½­
lynxeyed_atsu 0:eb1247cc069b 5189 {0x75, 0x00, 0x56, 0x77, 0x56, 0x3f, 0x5e, 0x00}, // 46 1382 e04c 澂
lynxeyed_atsu 0:eb1247cc069b 5190 {0x75, 0x00, 0x4a, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 46 1383 e04d æ½¼
lynxeyed_atsu 0:eb1247cc069b 5191 {0x75, 0x00, 0x15, 0x6f, 0x7d, 0x6f, 0x15, 0x00}, // 46 1384 e04e 潘
lynxeyed_atsu 0:eb1247cc069b 5192 {0x75, 0x00, 0x5a, 0x6f, 0x5a, 0x4a, 0x25, 0x00}, // 46 1385 e04f 澎
lynxeyed_atsu 0:eb1247cc069b 5193 {0x75, 0x00, 0x7d, 0x5f, 0x71, 0x5f, 0x7d, 0x00}, // 46 1386 e050 澑
lynxeyed_atsu 0:eb1247cc069b 5194 {0x75, 0x3e, 0x52, 0x36, 0x7f, 0x3e, 0x5a, 0x00}, // 46 1387 e051 æ¿‚
lynxeyed_atsu 0:eb1247cc069b 5195 {0x75, 0x00, 0x4a, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 46 1388 e052 潦
lynxeyed_atsu 0:eb1247cc069b 5196 {0x75, 0x00, 0x50, 0x5e, 0x3f, 0x56, 0x5e, 0x00}, // 46 1389 e053 æ¾³
lynxeyed_atsu 0:eb1247cc069b 5197 {0x75, 0x00, 0x2d, 0x7f, 0x2a, 0x79, 0x2a, 0x00}, // 46 138a e054 æ¾£
lynxeyed_atsu 0:eb1247cc069b 5198 {0x75, 0x00, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 46 138b e055 澡
lynxeyed_atsu 0:eb1247cc069b 5199 {0x75, 0x00, 0x2b, 0x3b, 0x6f, 0x3b, 0x2b, 0x00}, // 46 138c e056 澤
lynxeyed_atsu 0:eb1247cc069b 5200 {0x75, 0x00, 0x7c, 0x2e, 0x75, 0x7f, 0x2c, 0x00}, // 46 138d e057 æ¾¹
lynxeyed_atsu 0:eb1247cc069b 5201 {0x75, 0x00, 0x4a, 0x3e, 0x2b, 0x3e, 0x4a, 0x00}, // 46 138e e058 濆
lynxeyed_atsu 0:eb1247cc069b 5202 {0x75, 0x00, 0x16, 0x1b, 0x77, 0x1b, 0x36, 0x00}, // 46 138f e059 澪
lynxeyed_atsu 0:eb1247cc069b 5203 {0x75, 0x00, 0x4a, 0x36, 0x2b, 0x76, 0x0a, 0x00}, // 46 1390 e05a æ¿Ÿ
lynxeyed_atsu 0:eb1247cc069b 5204 {0x75, 0x00, 0x5b, 0x17, 0x43, 0x1b, 0x57, 0x00}, // 46 1391 e05b æ¿•
lynxeyed_atsu 0:eb1247cc069b 5205 {0x75, 0x00, 0x2c, 0x14, 0x6f, 0x76, 0x2e, 0x00}, // 46 1392 e05c 濬
lynxeyed_atsu 0:eb1247cc069b 5206 {0x75, 0x00, 0x7d, 0x2b, 0x7f, 0x2b, 0x7d, 0x00}, // 46 1393 e05d æ¿”
lynxeyed_atsu 0:eb1247cc069b 5207 {0x75, 0x00, 0x16, 0x5e, 0x7f, 0x1a, 0x16, 0x00}, // 46 1394 e05e 濘
lynxeyed_atsu 0:eb1247cc069b 5208 {0x75, 0x00, 0x4e, 0x3a, 0x37, 0x3a, 0x46, 0x00}, // 46 1395 e05f 濱
lynxeyed_atsu 0:eb1247cc069b 5209 {0x75, 0x0c, 0x7f, 0x5e, 0x3b, 0x5e, 0x4b, 0x00}, // 46 1396 e060 æ¿®
lynxeyed_atsu 0:eb1247cc069b 5210 {0x75, 0x18, 0x2a, 0x5f, 0x7a, 0x2f, 0x5a, 0x00}, // 46 1397 e061 æ¿›
lynxeyed_atsu 0:eb1247cc069b 5211 {0x75, 0x00, 0x26, 0x5a, 0x17, 0x5e, 0x76, 0x00}, // 46 1398 e062 瀉
lynxeyed_atsu 0:eb1247cc069b 5212 {0x75, 0x00, 0x56, 0x3a, 0x77, 0x7a, 0x36, 0x00}, // 46 1399 e063 瀋
lynxeyed_atsu 0:eb1247cc069b 5213 {0x75, 0x00, 0x5f, 0x1f, 0x5a, 0x37, 0x5a, 0x00}, // 46 139a e064 濺
lynxeyed_atsu 0:eb1247cc069b 5214 {0x75, 0x00, 0x5b, 0x2f, 0x7b, 0x2f, 0x5b, 0x00}, // 46 139b e065 瀑
lynxeyed_atsu 0:eb1247cc069b 5215 {0x75, 0x28, 0x1a, 0x7b, 0x3e, 0x5b, 0x2a, 0x00}, // 46 139c e066 瀁
lynxeyed_atsu 0:eb1247cc069b 5216 {0x75, 0x00, 0x26, 0x55, 0x6a, 0x57, 0x7f, 0x00}, // 46 139d e067 瀏
lynxeyed_atsu 0:eb1247cc069b 5217 {0x75, 0x40, 0x3c, 0x64, 0x3f, 0x5a, 0x6a, 0x00}, // 46 139e e068 濾
lynxeyed_atsu 0:eb1247cc069b 5218 {0x75, 0x42, 0x3e, 0x5a, 0x2b, 0x7a, 0x4a, 0x00}, // 46 139f e069 瀛
lynxeyed_atsu 0:eb1247cc069b 5219 {0x75, 0x00, 0x2d, 0x7f, 0x2a, 0x19, 0x7a, 0x00}, // 46 13a0 e06a 瀚
lynxeyed_atsu 0:eb1247cc069b 5220 {0x75, 0x00, 0x55, 0x3e, 0x1a, 0x6f, 0x6a, 0x00}, // 46 13a1 e06b æ½´
lynxeyed_atsu 0:eb1247cc069b 5221 {0x75, 0x40, 0x3f, 0x6f, 0x45, 0x6f, 0x45, 0x00}, // 46 13a2 e06c 瀝
lynxeyed_atsu 0:eb1247cc069b 5222 {0x75, 0x40, 0x3c, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 46 13a3 e06d 瀘
lynxeyed_atsu 0:eb1247cc069b 5223 {0x75, 0x48, 0x3a, 0x6f, 0x06, 0x6f, 0x7a, 0x00}, // 46 13a4 e06e 瀟
lynxeyed_atsu 0:eb1247cc069b 5224 {0x75, 0x00, 0x5d, 0x77, 0x7d, 0x2b, 0x7d, 0x00}, // 46 13a5 e06f 瀰
lynxeyed_atsu 0:eb1247cc069b 5225 {0x75, 0x00, 0x7f, 0x2b, 0x7c, 0x2b, 0x7f, 0x00}, // 46 13a6 e070 瀾
lynxeyed_atsu 0:eb1247cc069b 5226 {0x75, 0x3c, 0x56, 0x3d, 0x56, 0x3f, 0x5e, 0x00}, // 46 13a7 e071 瀲
lynxeyed_atsu 0:eb1247cc069b 5227 {0x75, 0x20, 0x7f, 0x55, 0x1e, 0x7d, 0x57, 0x00}, // 46 13a8 e072 灑
lynxeyed_atsu 0:eb1247cc069b 5228 {0x75, 0x00, 0x0a, 0x3d, 0x2f, 0x2a, 0x6d, 0x00}, // 46 13a9 e073 灣
lynxeyed_atsu 0:eb1247cc069b 5229 {0x48, 0x5a, 0x2a, 0x15, 0x25, 0x53, 0x40, 0x00}, // 46 13aa e074 ç‚™
lynxeyed_atsu 0:eb1247cc069b 5230 {0x4c, 0x3f, 0x24, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 46 13ab e075 ç‚’
lynxeyed_atsu 0:eb1247cc069b 5231 {0x4c, 0x3f, 0x7f, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 46 13ac e076 炯
lynxeyed_atsu 0:eb1247cc069b 5232 {0x4c, 0x3f, 0x7f, 0x3b, 0x29, 0x3b, 0x7f, 0x00}, // 46 13ad e077 烱
lynxeyed_atsu 0:eb1247cc069b 5233 {0x4c, 0x3f, 0x24, 0x7f, 0x55, 0x55, 0x5d, 0x00}, // 46 13ae e078 炬
lynxeyed_atsu 0:eb1247cc069b 5234 {0x4c, 0x3f, 0x24, 0x03, 0x7e, 0x2a, 0x2a, 0x00}, // 46 13af e079 炸
lynxeyed_atsu 0:eb1247cc069b 5235 {0x4c, 0x3f, 0x7d, 0x15, 0x0f, 0x55, 0x7d, 0x00}, // 46 13b0 e07a 炳
lynxeyed_atsu 0:eb1247cc069b 5236 {0x4c, 0x3f, 0x24, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 46 13b1 e07b ç‚®
lynxeyed_atsu 0:eb1247cc069b 5237 {0x4c, 0x3f, 0x7f, 0x55, 0x4f, 0x55, 0x7f, 0x00}, // 46 13b2 e07c 烟
lynxeyed_atsu 0:eb1247cc069b 5238 {0x44, 0x1e, 0x53, 0x0a, 0x5f, 0x0a, 0x52, 0x00}, // 46 13b3 e07d 烋
lynxeyed_atsu 0:eb1247cc069b 5239 {0x54, 0x2d, 0x61, 0x3d, 0x63, 0x29, 0x54, 0x00}, // 46 13b4 e07e 烝
lynxeyed_atsu 0:eb1247cc069b 5240 {0x4c, 0x3f, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 47 13b5 e080 烙
lynxeyed_atsu 0:eb1247cc069b 5241 {0x49, 0x1d, 0x59, 0x1f, 0x5b, 0x1b, 0x79, 0x00}, // 47 13b6 e081 焉
lynxeyed_atsu 0:eb1247cc069b 5242 {0x4c, 0x3f, 0x2c, 0x2a, 0x75, 0x2b, 0x28, 0x00}, // 47 13b7 e082 烽
lynxeyed_atsu 0:eb1247cc069b 5243 {0x4c, 0x3f, 0x7f, 0x55, 0x05, 0x7d, 0x57, 0x00}, // 47 13b8 e083 焜
lynxeyed_atsu 0:eb1247cc069b 5244 {0x4c, 0x3f, 0x0a, 0x6e, 0x6b, 0x6e, 0x0a, 0x00}, // 47 13b9 e084 ç„™
lynxeyed_atsu 0:eb1247cc069b 5245 {0x4c, 0x3f, 0x52, 0x5d, 0x3d, 0x5f, 0x50, 0x00}, // 47 13ba e085 ç…¥
lynxeyed_atsu 0:eb1247cc069b 5246 {0x5f, 0x11, 0x5b, 0x15, 0x40, 0x1f, 0x57, 0x00}, // 47 13bb e086 ç…•
lynxeyed_atsu 0:eb1247cc069b 5247 {0x50, 0x0f, 0x5f, 0x1f, 0x40, 0x1f, 0x57, 0x00}, // 47 13bc e087 熈
lynxeyed_atsu 0:eb1247cc069b 5248 {0x5f, 0x15, 0x5f, 0x04, 0x5b, 0x1a, 0x5e, 0x00}, // 47 13bd e088 ç…¦
lynxeyed_atsu 0:eb1247cc069b 5249 {0x0d, 0x26, 0x2d, 0x7c, 0x2d, 0x3e, 0x4d, 0x00}, // 47 13be e089 ç…¢
lynxeyed_atsu 0:eb1247cc069b 5250 {0x4c, 0x3f, 0x50, 0x5e, 0x7b, 0x5e, 0x50, 0x00}, // 47 13bf e08a 煌
lynxeyed_atsu 0:eb1247cc069b 5251 {0x4c, 0x3f, 0x42, 0x29, 0x5b, 0x29, 0x5a, 0x00}, // 47 13c0 e08b ç…–
lynxeyed_atsu 0:eb1247cc069b 5252 {0x4c, 0x3f, 0x24, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 47 13c1 e08c ç…¬
lynxeyed_atsu 0:eb1247cc069b 5253 {0x52, 0x1e, 0x5f, 0x1f, 0x5f, 0x1e, 0x52, 0x00}, // 47 13c2 e08d 熏
lynxeyed_atsu 0:eb1247cc069b 5254 {0x4c, 0x3f, 0x52, 0x1f, 0x5f, 0x1f, 0x52, 0x00}, // 47 13c3 e08e 燻
lynxeyed_atsu 0:eb1247cc069b 5255 {0x4c, 0x3f, 0x60, 0x2e, 0x4f, 0x4e, 0x60, 0x00}, // 47 13c4 e08f 熄
lynxeyed_atsu 0:eb1247cc069b 5256 {0x4c, 0x3f, 0x44, 0x3d, 0x3f, 0x3d, 0x44, 0x00}, // 47 13c5 e090 熕
lynxeyed_atsu 0:eb1247cc069b 5257 {0x48, 0x57, 0x2f, 0x13, 0x26, 0x5a, 0x4f, 0x00}, // 47 13c6 e091 熨
lynxeyed_atsu 0:eb1247cc069b 5258 {0x54, 0x0e, 0x5f, 0x06, 0x54, 0x0b, 0x56, 0x00}, // 47 13c7 e092 熬
lynxeyed_atsu 0:eb1247cc069b 5259 {0x4c, 0x3f, 0x7f, 0x23, 0x18, 0x3b, 0x7f, 0x00}, // 47 13c8 e093 燗
lynxeyed_atsu 0:eb1247cc069b 5260 {0x4a, 0x3a, 0x6e, 0x2f, 0x6e, 0x3a, 0x4a, 0x00}, // 47 13c9 e094 熹
lynxeyed_atsu 0:eb1247cc069b 5261 {0x4c, 0x3f, 0x4a, 0x6f, 0x6e, 0x3f, 0x55, 0x00}, // 47 13ca e095 熾
lynxeyed_atsu 0:eb1247cc069b 5262 {0x4c, 0x3f, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 47 13cb e096 燒
lynxeyed_atsu 0:eb1247cc069b 5263 {0x4c, 0x3f, 0x2e, 0x7b, 0x56, 0x3f, 0x5e, 0x00}, // 47 13cc e097 燉
lynxeyed_atsu 0:eb1247cc069b 5264 {0x4c, 0x3f, 0x15, 0x6f, 0x7d, 0x6f, 0x15, 0x00}, // 47 13cd e098 燔
lynxeyed_atsu 0:eb1247cc069b 5265 {0x4c, 0x3f, 0x4a, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 47 13ce e099 燎
lynxeyed_atsu 0:eb1247cc069b 5266 {0x4c, 0x3f, 0x50, 0x5e, 0x3f, 0x56, 0x5e, 0x00}, // 47 13cf e09a 燠
lynxeyed_atsu 0:eb1247cc069b 5267 {0x4c, 0x3f, 0x56, 0x7d, 0x57, 0x29, 0x5b, 0x00}, // 47 13d0 e09b 燬
lynxeyed_atsu 0:eb1247cc069b 5268 {0x4c, 0x3f, 0x65, 0x52, 0x6d, 0x7d, 0x56, 0x00}, // 47 13d1 e09c 燧
lynxeyed_atsu 0:eb1247cc069b 5269 {0x4c, 0x3f, 0x69, 0x54, 0x5e, 0x77, 0x5e, 0x00}, // 47 13d2 e09d 燵
lynxeyed_atsu 0:eb1247cc069b 5270 {0x4c, 0x3f, 0x54, 0x6a, 0x7f, 0x6e, 0x54, 0x00}, // 47 13d3 e09e 燼
lynxeyed_atsu 0:eb1247cc069b 5271 {0x45, 0x5b, 0x2d, 0x10, 0x25, 0x5b, 0x4d, 0x00}, // 47 13d4 e09f 燹
lynxeyed_atsu 0:eb1247cc069b 5272 {0x4c, 0x3f, 0x21, 0x7b, 0x50, 0x79, 0x53, 0x00}, // 47 13d5 e0a0 燿
lynxeyed_atsu 0:eb1247cc069b 5273 {0x4c, 0x3f, 0x5a, 0x35, 0x7f, 0x3a, 0x55, 0x00}, // 47 13d6 e0a1 爍
lynxeyed_atsu 0:eb1247cc069b 5274 {0x4c, 0x3f, 0x3c, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 47 13d7 e0a2 爐
lynxeyed_atsu 0:eb1247cc069b 5275 {0x4c, 0x3f, 0x7f, 0x2b, 0x7c, 0x2b, 0x7f, 0x00}, // 47 13d8 e0a3 爛
lynxeyed_atsu 0:eb1247cc069b 5276 {0x2c, 0x16, 0x5d, 0x36, 0x5d, 0x17, 0x2c, 0x00}, // 47 13d9 e0a4 爨
lynxeyed_atsu 0:eb1247cc069b 5277 {0x14, 0x13, 0x55, 0x7f, 0x35, 0x3d, 0x12, 0x00}, // 47 13da e0a5 爭
lynxeyed_atsu 0:eb1247cc069b 5278 {0x40, 0x3e, 0x7e, 0x3d, 0x40, 0x5e, 0x56, 0x00}, // 47 13db e0a6 爬
lynxeyed_atsu 0:eb1247cc069b 5279 {0x44, 0x2b, 0x5d, 0x5f, 0x2d, 0x5d, 0x4a, 0x00}, // 47 13dc e0a7 爰
lynxeyed_atsu 0:eb1247cc069b 5280 {0x44, 0x23, 0x5d, 0x17, 0x55, 0x1d, 0x72, 0x00}, // 47 13dd e0a8 爲
lynxeyed_atsu 0:eb1247cc069b 5281 {0x40, 0x45, 0x5d, 0x22, 0x5a, 0x45, 0x40, 0x00}, // 47 13de e0a9 爻
lynxeyed_atsu 0:eb1247cc069b 5282 {0x55, 0x22, 0x55, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 47 13df e0aa 爼
lynxeyed_atsu 0:eb1247cc069b 5283 {0x00, 0x50, 0x37, 0x14, 0x14, 0x7f, 0x00, 0x00}, // 47 13e0 e0ab 爿
lynxeyed_atsu 0:eb1247cc069b 5284 {0x57, 0x34, 0x7f, 0x1a, 0x7f, 0x1a, 0x22, 0x00}, // 47 13e1 e0ac 牀
lynxeyed_atsu 0:eb1247cc069b 5285 {0x57, 0x34, 0x7f, 0x76, 0x5b, 0x76, 0x7a, 0x00}, // 47 13e2 e0ad 牆
lynxeyed_atsu 0:eb1247cc069b 5286 {0x7f, 0x14, 0x77, 0x12, 0x5b, 0x36, 0x5b, 0x00}, // 47 13e3 e0ae 牋
lynxeyed_atsu 0:eb1247cc069b 5287 {0x7f, 0x14, 0x77, 0x4e, 0x3e, 0x3b, 0x4e, 0x00}, // 47 13e4 e0af 牘
lynxeyed_atsu 0:eb1247cc069b 5288 {0x17, 0x7f, 0x12, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 47 13e5 e0b0 牴
lynxeyed_atsu 0:eb1247cc069b 5289 {0x17, 0x7f, 0x14, 0x7d, 0x57, 0x7d, 0x10, 0x00}, // 47 13e6 e0b1 牾
lynxeyed_atsu 0:eb1247cc069b 5290 {0x2a, 0x27, 0x3f, 0x76, 0x3b, 0x36, 0x2e, 0x00}, // 47 13e7 e0b2 犂
lynxeyed_atsu 0:eb1247cc069b 5291 {0x2a, 0x27, 0x3f, 0x7a, 0x37, 0x30, 0x2f, 0x00}, // 47 13e8 e0b3 犁
lynxeyed_atsu 0:eb1247cc069b 5292 {0x24, 0x3f, 0x76, 0x27, 0x3e, 0x76, 0x24, 0x00}, // 47 13e9 e0b4 犇
lynxeyed_atsu 0:eb1247cc069b 5293 {0x17, 0x7f, 0x72, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 47 13ea e0b5 犒
lynxeyed_atsu 0:eb1247cc069b 5294 {0x2d, 0x26, 0x3d, 0x7c, 0x35, 0x36, 0x2d, 0x00}, // 47 13eb e0b6 犖
lynxeyed_atsu 0:eb1247cc069b 5295 {0x17, 0x7f, 0x4e, 0x3e, 0x3b, 0x3e, 0x4e, 0x00}, // 47 13ec e0b7 犢
lynxeyed_atsu 0:eb1247cc069b 5296 {0x17, 0x7f, 0x0a, 0x5b, 0x6e, 0x3b, 0x5a, 0x00}, // 47 13ed e0b8 犧
lynxeyed_atsu 0:eb1247cc069b 5297 {0x55, 0x4a, 0x3d, 0x42, 0x3f, 0x7a, 0x43, 0x00}, // 47 13ee e0b9 犹
lynxeyed_atsu 0:eb1247cc069b 5298 {0x55, 0x4a, 0x3d, 0x22, 0x52, 0x7f, 0x0a, 0x00}, // 47 13ef e0ba 犲
lynxeyed_atsu 0:eb1247cc069b 5299 {0x55, 0x3e, 0x49, 0x7f, 0x49, 0x7f, 0x48, 0x00}, // 47 13f0 e0bb 狃
lynxeyed_atsu 0:eb1247cc069b 5300 {0x55, 0x4a, 0x3d, 0x12, 0x7f, 0x12, 0x1e, 0x00}, // 47 13f1 e0bc 狆
lynxeyed_atsu 0:eb1247cc069b 5301 {0x55, 0x3e, 0x4d, 0x20, 0x1f, 0x28, 0x44, 0x00}, // 47 13f2 e0bd ç‹„
lynxeyed_atsu 0:eb1247cc069b 5302 {0x55, 0x3e, 0x1f, 0x15, 0x7f, 0x15, 0x1f, 0x00}, // 47 13f3 e0be ç‹Ž
lynxeyed_atsu 0:eb1247cc069b 5303 {0x55, 0x3e, 0x5a, 0x3f, 0x16, 0x7f, 0x36, 0x00}, // 47 13f4 e0bf ç‹’
lynxeyed_atsu 0:eb1247cc069b 5304 {0x55, 0x3e, 0x11, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 47 13f5 e0c0 ç‹¢
lynxeyed_atsu 0:eb1247cc069b 5305 {0x55, 0x4a, 0x3d, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 47 13f6 e0c1 ç‹ 
lynxeyed_atsu 0:eb1247cc069b 5306 {0x55, 0x3e, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 47 13f7 e0c2 ç‹¡
lynxeyed_atsu 0:eb1247cc069b 5307 {0x55, 0x3e, 0x52, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 47 13f8 e0c3 狹
lynxeyed_atsu 0:eb1247cc069b 5308 {0x55, 0x4a, 0x3d, 0x78, 0x2b, 0x2b, 0x78, 0x00}, // 47 13f9 e0c4 ç‹·
lynxeyed_atsu 0:eb1247cc069b 5309 {0x04, 0x7e, 0x5f, 0x5a, 0x35, 0x5b, 0x50, 0x00}, // 47 13fa e0c5 倏
lynxeyed_atsu 0:eb1247cc069b 5310 {0x55, 0x3e, 0x12, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 47 13fb e0c6 猗
lynxeyed_atsu 0:eb1247cc069b 5311 {0x55, 0x3e, 0x5e, 0x35, 0x10, 0x75, 0x5f, 0x00}, // 47 13fc e0c7 猊
lynxeyed_atsu 0:eb1247cc069b 5312 {0x55, 0x3e, 0x09, 0x7a, 0x3f, 0x7a, 0x08, 0x00}, // 47 13fd e0c8 猜
lynxeyed_atsu 0:eb1247cc069b 5313 {0x55, 0x4a, 0x3d, 0x7c, 0x57, 0x57, 0x7c, 0x00}, // 47 13fe e0c9 猖
lynxeyed_atsu 0:eb1247cc069b 5314 {0x55, 0x3e, 0x32, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 47 13ff e0ca 猝
lynxeyed_atsu 0:eb1247cc069b 5315 {0x55, 0x3e, 0x7f, 0x54, 0x5d, 0x37, 0x54, 0x00}, // 47 1400 e0cb 猴
lynxeyed_atsu 0:eb1247cc069b 5316 {0x55, 0x3e, 0x6b, 0x3a, 0x6b, 0x2a, 0x6b, 0x00}, // 47 1401 e0cc 猯
lynxeyed_atsu 0:eb1247cc069b 5317 {0x55, 0x4a, 0x3d, 0x48, 0x57, 0x7d, 0x57, 0x00}, // 47 1402 e0cd 猩
lynxeyed_atsu 0:eb1247cc069b 5318 {0x55, 0x4a, 0x3d, 0x77, 0x55, 0x37, 0x57, 0x00}, // 47 1403 e0ce 猥
lynxeyed_atsu 0:eb1247cc069b 5319 {0x55, 0x3e, 0x0c, 0x77, 0x35, 0x77, 0x0c, 0x00}, // 47 1404 e0cf 猾
lynxeyed_atsu 0:eb1247cc069b 5320 {0x5b, 0x56, 0x5f, 0x34, 0x56, 0x5d, 0x57, 0x00}, // 47 1405 e0d0 獎
lynxeyed_atsu 0:eb1247cc069b 5321 {0x55, 0x3e, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 47 1406 e0d1 獏
lynxeyed_atsu 0:eb1247cc069b 5322 {0x57, 0x1f, 0x57, 0x24, 0x1f, 0x24, 0x45, 0x00}, // 47 1407 e0d2 默
lynxeyed_atsu 0:eb1247cc069b 5323 {0x55, 0x3e, 0x5b, 0x35, 0x4b, 0x3d, 0x4d, 0x00}, // 47 1408 e0d3 獗
lynxeyed_atsu 0:eb1247cc069b 5324 {0x55, 0x3e, 0x1d, 0x76, 0x5d, 0x76, 0x1c, 0x00}, // 47 1409 e0d4 獪
lynxeyed_atsu 0:eb1247cc069b 5325 {0x55, 0x3e, 0x4b, 0x75, 0x77, 0x25, 0x7f, 0x00}, // 47 140a e0d5 獨
lynxeyed_atsu 0:eb1247cc069b 5326 {0x55, 0x3e, 0x16, 0x5e, 0x7f, 0x1a, 0x16, 0x00}, // 47 140b e0d6 獰
lynxeyed_atsu 0:eb1247cc069b 5327 {0x13, 0x7f, 0x5f, 0x7f, 0x44, 0x3f, 0x45, 0x00}, // 47 140c e0d7 獸
lynxeyed_atsu 0:eb1247cc069b 5328 {0x55, 0x3e, 0x41, 0x3e, 0x75, 0x2e, 0x7d, 0x00}, // 47 140d e0d8 獵
lynxeyed_atsu 0:eb1247cc069b 5329 {0x7c, 0x74, 0x3f, 0x6a, 0x44, 0x3f, 0x45, 0x00}, // 47 140e e0d9 獻
lynxeyed_atsu 0:eb1247cc069b 5330 {0x55, 0x3e, 0x2e, 0x7f, 0x5a, 0x19, 0x5b, 0x00}, // 47 140f e0da 獺
lynxeyed_atsu 0:eb1247cc069b 5331 {0x2a, 0x3e, 0x62, 0x1f, 0x7e, 0x42, 0x7e, 0x00}, // 47 1410 e0db 珈
lynxeyed_atsu 0:eb1247cc069b 5332 {0x2a, 0x3e, 0x7e, 0x01, 0x04, 0x3f, 0x45, 0x00}, // 47 1411 e0dc 玳
lynxeyed_atsu 0:eb1247cc069b 5333 {0x2a, 0x3e, 0x24, 0x5b, 0x7e, 0x0a, 0x32, 0x00}, // 47 1412 e0dd 珎
lynxeyed_atsu 0:eb1247cc069b 5334 {0x2a, 0x3e, 0x7e, 0x5a, 0x2f, 0x5a, 0x46, 0x00}, // 47 1413 e0de 玻
lynxeyed_atsu 0:eb1247cc069b 5335 {0x2a, 0x3e, 0x2a, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 47 1414 e0df 珀
lynxeyed_atsu 0:eb1247cc069b 5336 {0x2a, 0x3e, 0x21, 0x3f, 0x2d, 0x7f, 0x21, 0x00}, // 47 1415 e0e0 珥
lynxeyed_atsu 0:eb1247cc069b 5337 {0x2a, 0x3e, 0x7f, 0x35, 0x7d, 0x35, 0x7f, 0x00}, // 47 1416 e0e1 珮
lynxeyed_atsu 0:eb1247cc069b 5338 {0x2a, 0x3e, 0x10, 0x6a, 0x65, 0x6b, 0x10, 0x00}, // 47 1417 e0e2 珞
lynxeyed_atsu 0:eb1247cc069b 5339 {0x2a, 0x3e, 0x7d, 0x5f, 0x71, 0x5f, 0x7d, 0x00}, // 47 1418 e0e3 ç’¢
lynxeyed_atsu 0:eb1247cc069b 5340 {0x2a, 0x3e, 0x2a, 0x7e, 0x5b, 0x3a, 0x5e, 0x00}, // 47 1419 e0e4 琅
lynxeyed_atsu 0:eb1247cc069b 5341 {0x2a, 0x3e, 0x7e, 0x4b, 0x2e, 0x7f, 0x1b, 0x00}, // 47 141a e0e5 瑯
lynxeyed_atsu 0:eb1247cc069b 5342 {0x2a, 0x3e, 0x7c, 0x44, 0x2f, 0x6a, 0x4a, 0x00}, // 47 141b e0e6 琥
lynxeyed_atsu 0:eb1247cc069b 5343 {0x2a, 0x3e, 0x14, 0x7d, 0x57, 0x7d, 0x10, 0x00}, // 47 141c e0e7 珸
lynxeyed_atsu 0:eb1247cc069b 5344 {0x2a, 0x3e, 0x2a, 0x7f, 0x00, 0x7f, 0x2a, 0x00}, // 47 141d e0e8 琲
lynxeyed_atsu 0:eb1247cc069b 5345 {0x2a, 0x3e, 0x75, 0x00, 0x6a, 0x5f, 0x4a, 0x00}, // 47 141e e0e9 琺
lynxeyed_atsu 0:eb1247cc069b 5346 {0x2a, 0x3e, 0x7f, 0x2b, 0x58, 0x2d, 0x5f, 0x00}, // 47 141f e0ea ç‘•
lynxeyed_atsu 0:eb1247cc069b 5347 {0x2a, 0x3e, 0x27, 0x3d, 0x7f, 0x3d, 0x27, 0x00}, // 47 1420 e0eb 琿
lynxeyed_atsu 0:eb1247cc069b 5348 {0x55, 0x47, 0x3d, 0x50, 0x4d, 0x47, 0x55, 0x00}, // 47 1421 e0ec ç‘Ÿ
lynxeyed_atsu 0:eb1247cc069b 5349 {0x2a, 0x3e, 0x2a, 0x7a, 0x6d, 0x5a, 0x7d, 0x00}, // 47 1422 e0ed ç‘™
lynxeyed_atsu 0:eb1247cc069b 5350 {0x2a, 0x3e, 0x07, 0x79, 0x55, 0x7d, 0x07, 0x00}, // 47 1423 e0ee 瑁
lynxeyed_atsu 0:eb1247cc069b 5351 {0x2a, 0x3e, 0x05, 0x73, 0x75, 0x26, 0x54, 0x00}, // 47 1424 e0ef 瑜
lynxeyed_atsu 0:eb1247cc069b 5352 {0x4d, 0x56, 0x55, 0x7c, 0x55, 0x76, 0x4d, 0x00}, // 47 1425 e0f0 ç‘©
lynxeyed_atsu 0:eb1247cc069b 5353 {0x2a, 0x3e, 0x5e, 0x2b, 0x7e, 0x6a, 0x5e, 0x00}, // 47 1426 e0f1 ç‘°
lynxeyed_atsu 0:eb1247cc069b 5354 {0x2a, 0x3e, 0x42, 0x39, 0x2e, 0x39, 0x42, 0x00}, // 47 1427 e0f2 ç‘£
lynxeyed_atsu 0:eb1247cc069b 5355 {0x2a, 0x3e, 0x5f, 0x15, 0x5f, 0x15, 0x71, 0x00}, // 47 1428 e0f3 瑪
lynxeyed_atsu 0:eb1247cc069b 5356 {0x2a, 0x3e, 0x68, 0x4a, 0x7e, 0x49, 0x6b, 0x00}, // 47 1429 e0f4 瑶
lynxeyed_atsu 0:eb1247cc069b 5357 {0x2a, 0x3e, 0x5a, 0x5f, 0x7a, 0x5f, 0x5a, 0x00}, // 47 142a e0f5 瑾
lynxeyed_atsu 0:eb1247cc069b 5358 {0x2a, 0x3e, 0x2a, 0x3e, 0x7b, 0x3e, 0x2a, 0x00}, // 47 142b e0f6 ç’‹
lynxeyed_atsu 0:eb1247cc069b 5359 {0x2a, 0x3e, 0x4b, 0x5e, 0x3b, 0x5e, 0x4b, 0x00}, // 47 142c e0f7 ç’ž
lynxeyed_atsu 0:eb1247cc069b 5360 {0x54, 0x5f, 0x7b, 0x70, 0x76, 0x7b, 0x56, 0x00}, // 47 142d e0f8 ç’§
lynxeyed_atsu 0:eb1247cc069b 5361 {0x2a, 0x3e, 0x2a, 0x52, 0x5d, 0x2f, 0x5e, 0x00}, // 47 142e e0f9 ç“Š
lynxeyed_atsu 0:eb1247cc069b 5362 {0x2a, 0x3e, 0x7e, 0x2b, 0x7e, 0x77, 0x5d, 0x00}, // 47 142f e0fa 瓏
lynxeyed_atsu 0:eb1247cc069b 5363 {0x2a, 0x3e, 0x57, 0x7b, 0x54, 0x33, 0x57, 0x00}, // 47 1430 e0fb ç“”
lynxeyed_atsu 0:eb1247cc069b 5364 {0x2a, 0x3e, 0x49, 0x58, 0x2d, 0x3a, 0x49, 0x00}, // 47 1431 e0fc 珱
lynxeyed_atsu 0:eb1247cc069b 5365 {0x0a, 0x37, 0x6a, 0x3e, 0x62, 0x1e, 0x61, 0x00}, // 48 1432 e140 ç“ 
lynxeyed_atsu 0:eb1247cc069b 5366 {0x56, 0x3b, 0x7e, 0x7f, 0x16, 0x7b, 0x16, 0x00}, // 48 1433 e141 ç“£
lynxeyed_atsu 0:eb1247cc069b 5367 {0x41, 0x7f, 0x3d, 0x41, 0x44, 0x7f, 0x44, 0x00}, // 48 1434 e142 瓧
lynxeyed_atsu 0:eb1247cc069b 5368 {0x41, 0x7f, 0x3d, 0x41, 0x4a, 0x7e, 0x49, 0x00}, // 48 1435 e143 ç“©
lynxeyed_atsu 0:eb1247cc069b 5369 {0x4a, 0x4a, 0x7d, 0x58, 0x19, 0x7a, 0x4a, 0x00}, // 48 1436 e144 ç“®
lynxeyed_atsu 0:eb1247cc069b 5370 {0x41, 0x3f, 0x7d, 0x5a, 0x52, 0x7f, 0x6a, 0x00}, // 48 1437 e145 瓲
lynxeyed_atsu 0:eb1247cc069b 5371 {0x41, 0x7f, 0x3d, 0x41, 0x6a, 0x59, 0x7a, 0x00}, // 48 1438 e146 ç“°
lynxeyed_atsu 0:eb1247cc069b 5372 {0x41, 0x7f, 0x3d, 0x41, 0x4a, 0x7e, 0x65, 0x00}, // 48 1439 e147 瓱
lynxeyed_atsu 0:eb1247cc069b 5373 {0x41, 0x7f, 0x3d, 0x40, 0x7d, 0x6b, 0x7d, 0x00}, // 48 143a e148 瓸
lynxeyed_atsu 0:eb1247cc069b 5374 {0x59, 0x50, 0x74, 0x5b, 0x16, 0x7a, 0x56, 0x00}, // 48 143b e149 ç“·
lynxeyed_atsu 0:eb1247cc069b 5375 {0x5d, 0x7f, 0x5d, 0x41, 0x7f, 0x3d, 0x41, 0x00}, // 48 143c e14a 甄
lynxeyed_atsu 0:eb1247cc069b 5376 {0x5a, 0x56, 0x7e, 0x55, 0x1a, 0x77, 0x5a, 0x00}, // 48 143d e14b 甃
lynxeyed_atsu 0:eb1247cc069b 5377 {0x41, 0x7f, 0x3d, 0x50, 0x6f, 0x7d, 0x6d, 0x00}, // 48 143e e14c ç”…
lynxeyed_atsu 0:eb1247cc069b 5378 {0x7f, 0x71, 0x47, 0x77, 0x7f, 0x3d, 0x41, 0x00}, // 48 143f e14d 甌
lynxeyed_atsu 0:eb1247cc069b 5379 {0x52, 0x1f, 0x7e, 0x41, 0x7f, 0x3d, 0x41, 0x00}, // 48 1440 e14e 甎
lynxeyed_atsu 0:eb1247cc069b 5380 {0x5a, 0x4e, 0x7b, 0x5e, 0x1b, 0x7e, 0x5a, 0x00}, // 48 1441 e14f 甍
lynxeyed_atsu 0:eb1247cc069b 5381 {0x5a, 0x56, 0x72, 0x5f, 0x1e, 0x7e, 0x5a, 0x00}, // 48 1442 e150 甕
lynxeyed_atsu 0:eb1247cc069b 5382 {0x54, 0x5f, 0x7b, 0x50, 0x16, 0x7b, 0x56, 0x00}, // 48 1443 e151 甓
lynxeyed_atsu 0:eb1247cc069b 5383 {0x16, 0x7b, 0x56, 0x57, 0x56, 0x7b, 0x16, 0x00}, // 48 1444 e152 甞
lynxeyed_atsu 0:eb1247cc069b 5384 {0x5d, 0x3f, 0x4d, 0x64, 0x6b, 0x7f, 0x6a, 0x00}, // 48 1445 e153 甦
lynxeyed_atsu 0:eb1247cc069b 5385 {0x00, 0x7d, 0x15, 0x7d, 0x15, 0x57, 0x7d, 0x00}, // 48 1446 e154 甬
lynxeyed_atsu 0:eb1247cc069b 5386 {0x10, 0x1f, 0x55, 0x7f, 0x15, 0x1f, 0x10, 0x00}, // 48 1447 e155 甼
lynxeyed_atsu 0:eb1247cc069b 5387 {0x00, 0x7d, 0x54, 0x7d, 0x54, 0x56, 0x7d, 0x00}, // 48 1448 e156 ç•„
lynxeyed_atsu 0:eb1247cc069b 5388 {0x3e, 0x3e, 0x7e, 0x3a, 0x01, 0x7a, 0x04, 0x00}, // 48 1449 e157 畍
lynxeyed_atsu 0:eb1247cc069b 5389 {0x3e, 0x3e, 0x7e, 0x3f, 0x12, 0x7f, 0x12, 0x00}, // 48 144a e158 ç•Š
lynxeyed_atsu 0:eb1247cc069b 5390 {0x3e, 0x3e, 0x7e, 0x2a, 0x1f, 0x2a, 0x48, 0x00}, // 48 144b e159 畉
lynxeyed_atsu 0:eb1247cc069b 5391 {0x3e, 0x3e, 0x3e, 0x42, 0x55, 0x2a, 0x14, 0x00}, // 48 144c e15a ç•›
lynxeyed_atsu 0:eb1247cc069b 5392 {0x7a, 0x7a, 0x7b, 0x7a, 0x70, 0x4f, 0x60, 0x00}, // 48 144d e15b 畆
lynxeyed_atsu 0:eb1247cc069b 5393 {0x14, 0x0e, 0x77, 0x76, 0x55, 0x7e, 0x14, 0x00}, // 48 144e e15c ç•š
lynxeyed_atsu 0:eb1247cc069b 5394 {0x3e, 0x3e, 0x3e, 0x7a, 0x4f, 0x32, 0x4a, 0x00}, // 48 144f e15d ç•©
lynxeyed_atsu 0:eb1247cc069b 5395 {0x3e, 0x3e, 0x3e, 0x6a, 0x2f, 0x7a, 0x28, 0x00}, // 48 1450 e15e 畤
lynxeyed_atsu 0:eb1247cc069b 5396 {0x20, 0x27, 0x6d, 0x57, 0x6d, 0x27, 0x20, 0x00}, // 48 1451 e15f 畧
lynxeyed_atsu 0:eb1247cc069b 5397 {0x50, 0x7a, 0x5a, 0x7f, 0x5a, 0x7e, 0x54, 0x00}, // 48 1452 e160 ç•«
lynxeyed_atsu 0:eb1247cc069b 5398 {0x3e, 0x3e, 0x3e, 0x56, 0x7d, 0x16, 0x54, 0x00}, // 48 1453 e161 ç•­
lynxeyed_atsu 0:eb1247cc069b 5399 {0x3e, 0x3e, 0x3e, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 48 1454 e162 畸
lynxeyed_atsu 0:eb1247cc069b 5400 {0x06, 0x73, 0x5e, 0x7b, 0x5e, 0x73, 0x06, 0x00}, // 48 1455 e163 當
lynxeyed_atsu 0:eb1247cc069b 5401 {0x51, 0x7d, 0x37, 0x49, 0x7f, 0x7f, 0x49, 0x00}, // 48 1456 e164 ç–†
lynxeyed_atsu 0:eb1247cc069b 5402 {0x3e, 0x3e, 0x3e, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 48 1457 e165 ç–‡
lynxeyed_atsu 0:eb1247cc069b 5403 {0x3e, 0x3e, 0x3e, 0x5e, 0x17, 0x7e, 0x14, 0x00}, // 48 1458 e166 ç•´
lynxeyed_atsu 0:eb1247cc069b 5404 {0x5c, 0x4c, 0x7f, 0x5b, 0x7f, 0x4c, 0x5c, 0x00}, // 48 1459 e167 ç–Š
lynxeyed_atsu 0:eb1247cc069b 5405 {0x5c, 0x6c, 0x5f, 0x6b, 0x5f, 0x4c, 0x5c, 0x00}, // 48 145a e168 ç–‰
lynxeyed_atsu 0:eb1247cc069b 5406 {0x5a, 0x4c, 0x7b, 0x5b, 0x7b, 0x4c, 0x5a, 0x00}, // 48 145b e169 ç–‚
lynxeyed_atsu 0:eb1247cc069b 5407 {0x54, 0x3e, 0x0a, 0x4a, 0x7b, 0x0a, 0x0a, 0x00}, // 48 145c e16a ç–”
lynxeyed_atsu 0:eb1247cc069b 5408 {0x54, 0x3e, 0x42, 0x4a, 0x27, 0x5e, 0x42, 0x00}, // 48 145d e16b ç–š
lynxeyed_atsu 0:eb1247cc069b 5409 {0x54, 0x3e, 0x72, 0x42, 0x7b, 0x42, 0x72, 0x00}, // 48 145e e16c 疝
lynxeyed_atsu 0:eb1247cc069b 5410 {0x54, 0x3e, 0x52, 0x3a, 0x07, 0x7a, 0x12, 0x00}, // 48 145f e16d ç–¥
lynxeyed_atsu 0:eb1247cc069b 5411 {0x54, 0x3e, 0x4a, 0x4a, 0x3f, 0x7a, 0x4a, 0x00}, // 48 1460 e16e ç–£
lynxeyed_atsu 0:eb1247cc069b 5412 {0x54, 0x3e, 0x4a, 0x3e, 0x7b, 0x4a, 0x7a, 0x00}, // 48 1461 e16f ç—‚
lynxeyed_atsu 0:eb1247cc069b 5413 {0x54, 0x3e, 0x0a, 0x7e, 0x4b, 0x7e, 0x0a, 0x00}, // 48 1462 e170 ç–³
lynxeyed_atsu 0:eb1247cc069b 5414 {0x54, 0x3e, 0x4a, 0x5a, 0x6f, 0x4a, 0x6a, 0x00}, // 48 1463 e171 ç—ƒ
lynxeyed_atsu 0:eb1247cc069b 5415 {0x54, 0x3e, 0x72, 0x7e, 0x2b, 0x7e, 0x4a, 0x00}, // 48 1464 e172 ç–µ
lynxeyed_atsu 0:eb1247cc069b 5416 {0x54, 0x3e, 0x42, 0x7e, 0x57, 0x7e, 0x42, 0x00}, // 48 1465 e173 ç–½
lynxeyed_atsu 0:eb1247cc069b 5417 {0x54, 0x3e, 0x42, 0x5e, 0x57, 0x5e, 0x42, 0x00}, // 48 1466 e174 ç–¸
lynxeyed_atsu 0:eb1247cc069b 5418 {0x54, 0x3e, 0x22, 0x2a, 0x57, 0x1e, 0x22, 0x00}, // 48 1467 e175 ç–¼
lynxeyed_atsu 0:eb1247cc069b 5419 {0x54, 0x3e, 0x12, 0x0e, 0x7b, 0x5a, 0x5a, 0x00}, // 48 1468 e176 ç–±
lynxeyed_atsu 0:eb1247cc069b 5420 {0x54, 0x3e, 0x46, 0x5e, 0x3f, 0x56, 0x72, 0x00}, // 48 1469 e177 痍
lynxeyed_atsu 0:eb1247cc069b 5421 {0x54, 0x3e, 0x52, 0x5a, 0x77, 0x5a, 0x52, 0x00}, // 48 146a e178 ç—Š
lynxeyed_atsu 0:eb1247cc069b 5422 {0x54, 0x3e, 0x2a, 0x2e, 0x7b, 0x2e, 0x2a, 0x00}, // 48 146b e179 ç—’
lynxeyed_atsu 0:eb1247cc069b 5423 {0x54, 0x3e, 0x52, 0x5a, 0x77, 0x5a, 0x56, 0x00}, // 48 146c e17a ç—™
lynxeyed_atsu 0:eb1247cc069b 5424 {0x54, 0x3e, 0x62, 0x36, 0x5f, 0x56, 0x62, 0x00}, // 48 146d e17b ç—£
lynxeyed_atsu 0:eb1247cc069b 5425 {0x54, 0x3e, 0x22, 0x16, 0x6f, 0x7e, 0x16, 0x00}, // 48 146e e17c ç—ž
lynxeyed_atsu 0:eb1247cc069b 5426 {0x54, 0x3e, 0x7e, 0x36, 0x1b, 0x5a, 0x7e, 0x00}, // 48 146f e17d ç—¾
lynxeyed_atsu 0:eb1247cc069b 5427 {0x54, 0x3e, 0x5a, 0x76, 0x5f, 0x36, 0x5a, 0x00}, // 48 1470 e17e ç—¿
lynxeyed_atsu 0:eb1247cc069b 5428 {0x54, 0x3e, 0x7e, 0x6a, 0x5f, 0x6a, 0x7e, 0x00}, // 49 1471 e180 ç—¼
lynxeyed_atsu 0:eb1247cc069b 5429 {0x54, 0x3e, 0x36, 0x2e, 0x77, 0x2e, 0x36, 0x00}, // 49 1472 e181 瘁
lynxeyed_atsu 0:eb1247cc069b 5430 {0x54, 0x3e, 0x56, 0x52, 0x2f, 0x52, 0x56, 0x00}, // 49 1473 e182 ç—°
lynxeyed_atsu 0:eb1247cc069b 5431 {0x54, 0x3e, 0x02, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 49 1474 e183 ç—º
lynxeyed_atsu 0:eb1247cc069b 5432 {0x54, 0x3e, 0x3a, 0x7e, 0x3b, 0x7e, 0x3a, 0x00}, // 49 1475 e184 ç—²
lynxeyed_atsu 0:eb1247cc069b 5433 {0x54, 0x3e, 0x2a, 0x7e, 0x2b, 0x7e, 0x2a, 0x00}, // 49 1476 e185 ç—³
lynxeyed_atsu 0:eb1247cc069b 5434 {0x54, 0x7e, 0x3e, 0x5a, 0x7b, 0x3e, 0x42, 0x00}, // 49 1477 e186 瘋
lynxeyed_atsu 0:eb1247cc069b 5435 {0x54, 0x3e, 0x52, 0x3e, 0x5b, 0x3e, 0x72, 0x00}, // 49 1478 e187 瘍
lynxeyed_atsu 0:eb1247cc069b 5436 {0x54, 0x3e, 0x12, 0x7a, 0x77, 0x2a, 0x52, 0x00}, // 49 1479 e188 瘉
lynxeyed_atsu 0:eb1247cc069b 5437 {0x54, 0x3e, 0x42, 0x7e, 0x7b, 0x76, 0x5e, 0x00}, // 49 147a e189 瘟
lynxeyed_atsu 0:eb1247cc069b 5438 {0x54, 0x3e, 0x42, 0x3a, 0x2f, 0x76, 0x52, 0x00}, // 49 147b e18a 瘧
lynxeyed_atsu 0:eb1247cc069b 5439 {0x54, 0x3e, 0x16, 0x76, 0x2b, 0x76, 0x16, 0x00}, // 49 147c e18b 瘠
lynxeyed_atsu 0:eb1247cc069b 5440 {0x54, 0x3e, 0x52, 0x3a, 0x77, 0x6a, 0x12, 0x00}, // 49 147d e18c 瘡
lynxeyed_atsu 0:eb1247cc069b 5441 {0x54, 0x3e, 0x7a, 0x7e, 0x5b, 0x2a, 0x5a, 0x00}, // 49 147e e18d 瘢
lynxeyed_atsu 0:eb1247cc069b 5442 {0x54, 0x3e, 0x1a, 0x76, 0x73, 0x6e, 0x1e, 0x00}, // 49 147f e18e 瘤
lynxeyed_atsu 0:eb1247cc069b 5443 {0x54, 0x3e, 0x2a, 0x3e, 0x7b, 0x3e, 0x2a, 0x00}, // 49 1480 e18f 瘴
lynxeyed_atsu 0:eb1247cc069b 5444 {0x54, 0x3e, 0x52, 0x1e, 0x7f, 0x1e, 0x52, 0x00}, // 49 1481 e190 瘰
lynxeyed_atsu 0:eb1247cc069b 5445 {0x54, 0x3e, 0x5a, 0x7e, 0x5f, 0x3e, 0x5a, 0x00}, // 49 1482 e191 瘻
lynxeyed_atsu 0:eb1247cc069b 5446 {0x54, 0x3e, 0x7e, 0x46, 0x33, 0x76, 0x7e, 0x00}, // 49 1483 e192 癇
lynxeyed_atsu 0:eb1247cc069b 5447 {0x54, 0x3e, 0x56, 0x2e, 0x5f, 0x2a, 0x56, 0x00}, // 49 1484 e193 癈
lynxeyed_atsu 0:eb1247cc069b 5448 {0x54, 0x3e, 0x36, 0x5a, 0x37, 0x7a, 0x36, 0x00}, // 49 1485 e194 癆
lynxeyed_atsu 0:eb1247cc069b 5449 {0x54, 0x3e, 0x5e, 0x16, 0x5b, 0x2a, 0x5a, 0x00}, // 49 1486 e195 癜
lynxeyed_atsu 0:eb1247cc069b 5450 {0x54, 0x3e, 0x6a, 0x3e, 0x7b, 0x7e, 0x6a, 0x00}, // 49 1487 e196 癘
lynxeyed_atsu 0:eb1247cc069b 5451 {0x54, 0x3e, 0x5e, 0x3a, 0x5b, 0x36, 0x5e, 0x00}, // 49 1488 e197 癡
lynxeyed_atsu 0:eb1247cc069b 5452 {0x54, 0x3e, 0x2a, 0x7e, 0x3b, 0x5e, 0x2a, 0x00}, // 49 1489 e198 癢
lynxeyed_atsu 0:eb1247cc069b 5453 {0x54, 0x3e, 0x2a, 0x76, 0x7f, 0x56, 0x4a, 0x00}, // 49 148a e199 癨
lynxeyed_atsu 0:eb1247cc069b 5454 {0x54, 0x3e, 0x7e, 0x2e, 0x43, 0x1a, 0x5e, 0x00}, // 49 148b e19a 癩
lynxeyed_atsu 0:eb1247cc069b 5455 {0x54, 0x3e, 0x36, 0x7e, 0x4b, 0x1e, 0x5a, 0x00}, // 49 148c e19b 癪
lynxeyed_atsu 0:eb1247cc069b 5456 {0x54, 0x3e, 0x42, 0x3e, 0x4f, 0x66, 0x4e, 0x00}, // 49 148d e19c 癧
lynxeyed_atsu 0:eb1247cc069b 5457 {0x54, 0x3e, 0x5a, 0x5e, 0x2b, 0x72, 0x2a, 0x00}, // 49 148e e19d 癬
lynxeyed_atsu 0:eb1247cc069b 5458 {0x54, 0x3e, 0x6a, 0x76, 0x4b, 0x7e, 0x56, 0x00}, // 49 148f e19e ç™°
lynxeyed_atsu 0:eb1247cc069b 5459 {0x54, 0x3e, 0x5e, 0x1a, 0x43, 0x1e, 0x5e, 0x00}, // 49 1490 e19f 癲
lynxeyed_atsu 0:eb1247cc069b 5460 {0x14, 0x0a, 0x06, 0x02, 0x04, 0x0a, 0x14, 0x00}, // 49 1491 e1a0 癶
lynxeyed_atsu 0:eb1247cc069b 5461 {0x4a, 0x55, 0x5b, 0x39, 0x5a, 0x55, 0x4a, 0x00}, // 49 1492 e1a1 癸
lynxeyed_atsu 0:eb1247cc069b 5462 {0x0a, 0x55, 0x6b, 0x01, 0x5a, 0x2d, 0x5a, 0x00}, // 49 1493 e1a2 發
lynxeyed_atsu 0:eb1247cc069b 5463 {0x00, 0x3e, 0x5a, 0x5b, 0x4a, 0x4e, 0x60, 0x00}, // 49 1494 e1a3 皀
lynxeyed_atsu 0:eb1247cc069b 5464 {0x40, 0x5e, 0x3a, 0x1b, 0x7a, 0x5e, 0x60, 0x00}, // 49 1495 e1a4 皃
lynxeyed_atsu 0:eb1247cc069b 5465 {0x3e, 0x2b, 0x3e, 0x7f, 0x5d, 0x25, 0x5d, 0x00}, // 49 1496 e1a5 皈
lynxeyed_atsu 0:eb1247cc069b 5466 {0x28, 0x1e, 0x2a, 0x7b, 0x2a, 0x1e, 0x28, 0x00}, // 49 1497 e1a6 çš‹
lynxeyed_atsu 0:eb1247cc069b 5467 {0x3e, 0x2b, 0x5e, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 49 1498 e1a7 皎
lynxeyed_atsu 0:eb1247cc069b 5468 {0x3e, 0x2b, 0x3e, 0x56, 0x3a, 0x7b, 0x56, 0x00}, // 49 1499 e1a8 çš–
lynxeyed_atsu 0:eb1247cc069b 5469 {0x3e, 0x2b, 0x3e, 0x0c, 0x6b, 0x6f, 0x6a, 0x00}, // 49 149a e1a9 çš“
lynxeyed_atsu 0:eb1247cc069b 5470 {0x0a, 0x66, 0x6f, 0x7a, 0x67, 0x6d, 0x05, 0x00}, // 49 149b e1aa çš™
lynxeyed_atsu 0:eb1247cc069b 5471 {0x3e, 0x2b, 0x3e, 0x4b, 0x5a, 0x6b, 0x5b, 0x00}, // 49 149c e1ab çšš
lynxeyed_atsu 0:eb1247cc069b 5472 {0x7e, 0x2f, 0x5a, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 49 149d e1ac çš°
lynxeyed_atsu 0:eb1247cc069b 5473 {0x4a, 0x27, 0x52, 0x37, 0x7e, 0x2f, 0x5a, 0x00}, // 49 149e e1ad çš´
lynxeyed_atsu 0:eb1247cc069b 5474 {0x27, 0x3d, 0x7f, 0x27, 0x7e, 0x2f, 0x5a, 0x00}, // 49 149f e1ae 皸
lynxeyed_atsu 0:eb1247cc069b 5475 {0x7e, 0x2f, 0x5a, 0x27, 0x3d, 0x7f, 0x27, 0x00}, // 49 14a0 e1af çš¹
lynxeyed_atsu 0:eb1247cc069b 5476 {0x24, 0x5b, 0x36, 0x7e, 0x5a, 0x2f, 0x5e, 0x00}, // 49 14a1 e1b0 皺
lynxeyed_atsu 0:eb1247cc069b 5477 {0x44, 0x75, 0x5d, 0x7f, 0x55, 0x75, 0x44, 0x00}, // 49 14a2 e1b1 盂
lynxeyed_atsu 0:eb1247cc069b 5478 {0x54, 0x76, 0x7e, 0x77, 0x76, 0x6e, 0x54, 0x00}, // 49 14a3 e1b2 盍
lynxeyed_atsu 0:eb1247cc069b 5479 {0x4a, 0x7a, 0x5b, 0x7e, 0x5a, 0x7b, 0x4a, 0x00}, // 49 14a4 e1b3 ç›–
lynxeyed_atsu 0:eb1247cc069b 5480 {0x44, 0x74, 0x5e, 0x7d, 0x5e, 0x74, 0x44, 0x00}, // 49 14a5 e1b4 ç›’
lynxeyed_atsu 0:eb1247cc069b 5481 {0x4a, 0x6a, 0x76, 0x77, 0x6a, 0x6b, 0x54, 0x00}, // 49 14a6 e1b5 盞
lynxeyed_atsu 0:eb1247cc069b 5482 {0x50, 0x6a, 0x7a, 0x6f, 0x7a, 0x6e, 0x54, 0x00}, // 49 14a7 e1b6 盡
lynxeyed_atsu 0:eb1247cc069b 5483 {0x5e, 0x75, 0x6a, 0x7f, 0x6a, 0x75, 0x5f, 0x00}, // 49 14a8 e1b7 盥
lynxeyed_atsu 0:eb1247cc069b 5484 {0x40, 0x3c, 0x44, 0x74, 0x7f, 0x7a, 0x4a, 0x00}, // 49 14a9 e1b8 盧
lynxeyed_atsu 0:eb1247cc069b 5485 {0x55, 0x60, 0x74, 0x6f, 0x75, 0x6f, 0x5c, 0x00}, // 49 14aa e1b9 盪
lynxeyed_atsu 0:eb1247cc069b 5486 {0x56, 0x62, 0x73, 0x6e, 0x7b, 0x6e, 0x5a, 0x00}, // 49 14ab e1ba 蘯
lynxeyed_atsu 0:eb1247cc069b 5487 {0x7f, 0x55, 0x7f, 0x04, 0x1e, 0x55, 0x76, 0x00}, // 49 14ac e1bb ç›»
lynxeyed_atsu 0:eb1247cc069b 5488 {0x7f, 0x55, 0x7f, 0x46, 0x3f, 0x72, 0x46, 0x00}, // 49 14ad e1bc 眈
lynxeyed_atsu 0:eb1247cc069b 5489 {0x7f, 0x55, 0x7f, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 49 14ae e1bd 眇
lynxeyed_atsu 0:eb1247cc069b 5490 {0x7f, 0x55, 0x7f, 0x1c, 0x11, 0x5f, 0x7d, 0x00}, // 49 14af e1be 眄
lynxeyed_atsu 0:eb1247cc069b 5491 {0x7f, 0x55, 0x7f, 0x4a, 0x6e, 0x53, 0x6a, 0x00}, // 49 14b0 e1bf 眩
lynxeyed_atsu 0:eb1247cc069b 5492 {0x7f, 0x55, 0x7f, 0x3f, 0x05, 0x7d, 0x57, 0x00}, // 49 14b1 e1c0 眤
lynxeyed_atsu 0:eb1247cc069b 5493 {0x58, 0x53, 0x1e, 0x1e, 0x1e, 0x52, 0x50, 0x00}, // 49 14b2 e1c1 眞
lynxeyed_atsu 0:eb1247cc069b 5494 {0x0e, 0x78, 0x7f, 0x7a, 0x70, 0x7f, 0x0a, 0x00}, // 49 14b3 e1c2 眥
lynxeyed_atsu 0:eb1247cc069b 5495 {0x7f, 0x55, 0x7f, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 49 14b4 e1c3 眦
lynxeyed_atsu 0:eb1247cc069b 5496 {0x7f, 0x55, 0x7f, 0x2a, 0x7f, 0x2a, 0x48, 0x00}, // 49 14b5 e1c4 眛
lynxeyed_atsu 0:eb1247cc069b 5497 {0x2a, 0x19, 0x6c, 0x6b, 0x6c, 0x19, 0x2a, 0x00}, // 49 14b6 e1c5 眷
lynxeyed_atsu 0:eb1247cc069b 5498 {0x7f, 0x55, 0x7f, 0x36, 0x2d, 0x7c, 0x2e, 0x00}, // 49 14b7 e1c6 眸
lynxeyed_atsu 0:eb1247cc069b 5499 {0x7f, 0x55, 0x7f, 0x5a, 0x2b, 0x7e, 0x6f, 0x00}, // 49 14b8 e1c7 睇
lynxeyed_atsu 0:eb1247cc069b 5500 {0x7f, 0x55, 0x7f, 0x3f, 0x55, 0x7f, 0x55, 0x00}, // 49 14b9 e1c8 睚
lynxeyed_atsu 0:eb1247cc069b 5501 {0x7f, 0x55, 0x7f, 0x5e, 0x35, 0x72, 0x5e, 0x00}, // 49 14ba e1c9 睨
lynxeyed_atsu 0:eb1247cc069b 5502 {0x7f, 0x55, 0x7f, 0x4a, 0x2a, 0x7f, 0x56, 0x00}, // 49 14bb e1ca 睫
lynxeyed_atsu 0:eb1247cc069b 5503 {0x7f, 0x55, 0x7f, 0x08, 0x7a, 0x3f, 0x7a, 0x00}, // 49 14bc e1cb 睛
lynxeyed_atsu 0:eb1247cc069b 5504 {0x7f, 0x55, 0x7f, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 49 14bd e1cc 睥
lynxeyed_atsu 0:eb1247cc069b 5505 {0x2c, 0x14, 0x7c, 0x77, 0x7e, 0x16, 0x2c, 0x00}, // 49 14be e1cd 睿
lynxeyed_atsu 0:eb1247cc069b 5506 {0x28, 0x2e, 0x3a, 0x6f, 0x3a, 0x2e, 0x28, 0x00}, // 49 14bf e1ce 睾
lynxeyed_atsu 0:eb1247cc069b 5507 {0x7f, 0x55, 0x7f, 0x28, 0x1a, 0x6f, 0x6a, 0x00}, // 49 14c0 e1cf 睹
lynxeyed_atsu 0:eb1247cc069b 5508 {0x7f, 0x55, 0x7f, 0x26, 0x6a, 0x7f, 0x6e, 0x00}, // 49 14c1 e1d0 瞎
lynxeyed_atsu 0:eb1247cc069b 5509 {0x7f, 0x55, 0x7f, 0x58, 0x1f, 0x1e, 0x52, 0x00}, // 49 14c2 e1d1 çž‹
lynxeyed_atsu 0:eb1247cc069b 5510 {0x7f, 0x55, 0x7f, 0x53, 0x1d, 0x1d, 0x53, 0x00}, // 49 14c3 e1d2 çž‘
lynxeyed_atsu 0:eb1247cc069b 5511 {0x7f, 0x55, 0x7f, 0x5e, 0x7b, 0x5e, 0x55, 0x00}, // 49 14c4 e1d3 çž 
lynxeyed_atsu 0:eb1247cc069b 5512 {0x7f, 0x55, 0x7f, 0x7a, 0x3f, 0x7a, 0x7f, 0x00}, // 49 14c5 e1d4 çžž
lynxeyed_atsu 0:eb1247cc069b 5513 {0x7f, 0x55, 0x7f, 0x27, 0x7d, 0x3f, 0x5e, 0x00}, // 49 14c6 e1d5 çž°
lynxeyed_atsu 0:eb1247cc069b 5514 {0x7f, 0x55, 0x7f, 0x4e, 0x3a, 0x3f, 0x4e, 0x00}, // 49 14c7 e1d6 瞶
lynxeyed_atsu 0:eb1247cc069b 5515 {0x7f, 0x55, 0x7f, 0x2f, 0x55, 0x37, 0x4d, 0x00}, // 49 14c8 e1d7 çž¹
lynxeyed_atsu 0:eb1247cc069b 5516 {0x20, 0x13, 0x7f, 0x58, 0x7f, 0x5b, 0x48, 0x00}, // 49 14c9 e1d8 çž¿
lynxeyed_atsu 0:eb1247cc069b 5517 {0x7f, 0x55, 0x7f, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 49 14ca e1d9 çž¼
lynxeyed_atsu 0:eb1247cc069b 5518 {0x1a, 0x77, 0x6a, 0x60, 0x76, 0x6b, 0x16, 0x00}, // 49 14cb e1da çž½
lynxeyed_atsu 0:eb1247cc069b 5519 {0x7f, 0x55, 0x7f, 0x3e, 0x6d, 0x77, 0x2c, 0x00}, // 49 14cc e1db çž»
lynxeyed_atsu 0:eb1247cc069b 5520 {0x7f, 0x55, 0x7f, 0x5f, 0x7a, 0x2f, 0x5a, 0x00}, // 49 14cd e1dc 矇
lynxeyed_atsu 0:eb1247cc069b 5521 {0x48, 0x47, 0x5f, 0x2c, 0x5f, 0x4b, 0x48, 0x00}, // 49 14ce e1dd 矍
lynxeyed_atsu 0:eb1247cc069b 5522 {0x70, 0x7a, 0x52, 0x1f, 0x7e, 0x72, 0x50, 0x00}, // 49 14cf e1de 矗
lynxeyed_atsu 0:eb1247cc069b 5523 {0x7f, 0x55, 0x7f, 0x5b, 0x7f, 0x3b, 0x77, 0x00}, // 49 14d0 e1df 矚
lynxeyed_atsu 0:eb1247cc069b 5524 {0x29, 0x5d, 0x7b, 0x12, 0x55, 0x36, 0x14, 0x00}, // 49 14d1 e1e0 矜
lynxeyed_atsu 0:eb1247cc069b 5525 {0x44, 0x54, 0x5e, 0x35, 0x54, 0x52, 0x44, 0x00}, // 49 14d2 e1e1 矣
lynxeyed_atsu 0:eb1247cc069b 5526 {0x4b, 0x3e, 0x5a, 0x77, 0x5f, 0x37, 0x5a, 0x00}, // 49 14d3 e1e2 矮
lynxeyed_atsu 0:eb1247cc069b 5527 {0x09, 0x37, 0x71, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 49 14d4 e1e3 矼
lynxeyed_atsu 0:eb1247cc069b 5528 {0x09, 0x37, 0x31, 0x1e, 0x54, 0x3f, 0x7f, 0x00}, // 49 14d5 e1e4 砌
lynxeyed_atsu 0:eb1247cc069b 5529 {0x09, 0x37, 0x31, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 49 14d6 e1e5 ç ’
lynxeyed_atsu 0:eb1247cc069b 5530 {0x09, 0x37, 0x71, 0x3e, 0x4a, 0x1f, 0x5e, 0x00}, // 49 14d7 e1e6 礦
lynxeyed_atsu 0:eb1247cc069b 5531 {0x09, 0x37, 0x31, 0x40, 0x7f, 0x55, 0x7f, 0x00}, // 49 14d8 e1e7 ç  
lynxeyed_atsu 0:eb1247cc069b 5532 {0x09, 0x37, 0x71, 0x3f, 0x6d, 0x3f, 0x6d, 0x00}, // 49 14d9 e1e8 礪
lynxeyed_atsu 0:eb1247cc069b 5533 {0x09, 0x37, 0x31, 0x48, 0x5a, 0x7f, 0x5a, 0x00}, // 49 14da e1e9 ç¡…
lynxeyed_atsu 0:eb1247cc069b 5534 {0x09, 0x37, 0x32, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 49 14db e1ea 碎
lynxeyed_atsu 0:eb1247cc069b 5535 {0x09, 0x37, 0x32, 0x7b, 0x02, 0x7f, 0x52, 0x00}, // 49 14dc e1eb ç¡´
lynxeyed_atsu 0:eb1247cc069b 5536 {0x55, 0x30, 0x78, 0x56, 0x5a, 0x77, 0x1a, 0x00}, // 49 14dd e1ec 碆
lynxeyed_atsu 0:eb1247cc069b 5537 {0x09, 0x77, 0x3f, 0x55, 0x3f, 0x55, 0x7f, 0x00}, // 49 14de e1ed 硼
lynxeyed_atsu 0:eb1247cc069b 5538 {0x09, 0x37, 0x31, 0x0a, 0x6e, 0x6b, 0x6e, 0x00}, // 49 14df e1ee 碚
lynxeyed_atsu 0:eb1247cc069b 5539 {0x09, 0x37, 0x74, 0x26, 0x7d, 0x27, 0x55, 0x00}, // 49 14e0 e1ef 碌
lynxeyed_atsu 0:eb1247cc069b 5540 {0x09, 0x37, 0x31, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 49 14e1 e1f0 碣
lynxeyed_atsu 0:eb1247cc069b 5541 {0x09, 0x37, 0x31, 0x40, 0x3c, 0x3f, 0x42, 0x00}, // 49 14e2 e1f1 碵
lynxeyed_atsu 0:eb1247cc069b 5542 {0x09, 0x37, 0x72, 0x5f, 0x72, 0x5f, 0x52, 0x00}, // 49 14e3 e1f2 碪
lynxeyed_atsu 0:eb1247cc069b 5543 {0x09, 0x37, 0x31, 0x7a, 0x6d, 0x5a, 0x7d, 0x00}, // 49 14e4 e1f3 碯
lynxeyed_atsu 0:eb1247cc069b 5544 {0x09, 0x37, 0x31, 0x4b, 0x5a, 0x6b, 0x5b, 0x00}, // 49 14e5 e1f4 磑
lynxeyed_atsu 0:eb1247cc069b 5545 {0x09, 0x37, 0x31, 0x0c, 0x77, 0x35, 0x7f, 0x00}, // 49 14e6 e1f5 磆
lynxeyed_atsu 0:eb1247cc069b 5546 {0x09, 0x37, 0x31, 0x2a, 0x5b, 0x7e, 0x5b, 0x00}, // 49 14e7 e1f6 磋
lynxeyed_atsu 0:eb1247cc069b 5547 {0x09, 0x37, 0x51, 0x3a, 0x75, 0x36, 0x5f, 0x00}, // 49 14e8 e1f7 磔
lynxeyed_atsu 0:eb1247cc069b 5548 {0x09, 0x37, 0x3f, 0x75, 0x5d, 0x3d, 0x57, 0x00}, // 49 14e9 e1f8 碾
lynxeyed_atsu 0:eb1247cc069b 5549 {0x09, 0x37, 0x31, 0x5f, 0x15, 0x5f, 0x75, 0x00}, // 49 14ea e1f9 碼
lynxeyed_atsu 0:eb1247cc069b 5550 {0x09, 0x37, 0x3a, 0x4e, 0x3b, 0x6e, 0x1a, 0x00}, // 49 14eb e1fa 磅
lynxeyed_atsu 0:eb1247cc069b 5551 {0x50, 0x35, 0x73, 0x5f, 0x3b, 0x7f, 0x71, 0x00}, // 49 14ec e1fb 磊
lynxeyed_atsu 0:eb1247cc069b 5552 {0x5a, 0x36, 0x77, 0x52, 0x5b, 0x75, 0x1b, 0x00}, // 49 14ed e1fc 磬
lynxeyed_atsu 0:eb1247cc069b 5553 {0x09, 0x37, 0x31, 0x4a, 0x3a, 0x3f, 0x4a, 0x00}, // 4a 14ee e240 磧
lynxeyed_atsu 0:eb1247cc069b 5554 {0x09, 0x37, 0x31, 0x12, 0x3e, 0x5f, 0x7a, 0x00}, // 4a 14ef e241 磚
lynxeyed_atsu 0:eb1247cc069b 5555 {0x09, 0x37, 0x3d, 0x5e, 0x37, 0x7e, 0x5c, 0x00}, // 4a 14f0 e242 磽
lynxeyed_atsu 0:eb1247cc069b 5556 {0x09, 0x37, 0x35, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 4a 14f1 e243 磴
lynxeyed_atsu 0:eb1247cc069b 5557 {0x09, 0x37, 0x31, 0x5e, 0x3f, 0x56, 0x5e, 0x00}, // 4a 14f2 e244 礇
lynxeyed_atsu 0:eb1247cc069b 5558 {0x09, 0x37, 0x31, 0x2a, 0x7b, 0x2e, 0x5b, 0x00}, // 4a 14f3 e245 礒
lynxeyed_atsu 0:eb1247cc069b 5559 {0x09, 0x37, 0x75, 0x5e, 0x7b, 0x5e, 0x75, 0x00}, // 4a 14f4 e246 礑
lynxeyed_atsu 0:eb1247cc069b 5560 {0x09, 0x37, 0x57, 0x3a, 0x5a, 0x3d, 0x57, 0x00}, // 4a 14f5 e247 礙
lynxeyed_atsu 0:eb1247cc069b 5561 {0x2a, 0x5f, 0x3a, 0x75, 0x7a, 0x1f, 0x2a, 0x00}, // 4a 14f6 e248 礬
lynxeyed_atsu 0:eb1247cc069b 5562 {0x09, 0x37, 0x5a, 0x35, 0x7f, 0x3a, 0x55, 0x00}, // 4a 14f7 e249 礫
lynxeyed_atsu 0:eb1247cc069b 5563 {0x35, 0x7d, 0x35, 0x7f, 0x49, 0x49, 0x6f, 0x00}, // 4a 14f8 e24a 祀
lynxeyed_atsu 0:eb1247cc069b 5564 {0x35, 0x7d, 0x35, 0x00, 0x35, 0x35, 0x7f, 0x00}, // 4a 14f9 e24b 祠
lynxeyed_atsu 0:eb1247cc069b 5565 {0x35, 0x7d, 0x35, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 4a 14fa e24c 祗
lynxeyed_atsu 0:eb1247cc069b 5566 {0x4c, 0x3b, 0x5a, 0x7f, 0x1a, 0x3b, 0x4c, 0x00}, // 4a 14fb e24d 祟
lynxeyed_atsu 0:eb1247cc069b 5567 {0x35, 0x7d, 0x35, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 4a 14fc e24e 祚
lynxeyed_atsu 0:eb1247cc069b 5568 {0x35, 0x7d, 0x58, 0x3d, 0x52, 0x48, 0x56, 0x00}, // 4a 14fd e24f 祕
lynxeyed_atsu 0:eb1247cc069b 5569 {0x35, 0x7d, 0x55, 0x22, 0x5f, 0x22, 0x5b, 0x00}, // 4a 14fe e250 祓
lynxeyed_atsu 0:eb1247cc069b 5570 {0x35, 0x7d, 0x52, 0x1f, 0x1a, 0x1f, 0x52, 0x00}, // 4a 14ff e251 祺
lynxeyed_atsu 0:eb1247cc069b 5571 {0x35, 0x7d, 0x54, 0x26, 0x7d, 0x27, 0x55, 0x00}, // 4a 1500 e252 祿
lynxeyed_atsu 0:eb1247cc069b 5572 {0x35, 0x7d, 0x56, 0x5f, 0x36, 0x53, 0x57, 0x00}, // 4a 1501 e253 禊
lynxeyed_atsu 0:eb1247cc069b 5573 {0x35, 0x7d, 0x54, 0x53, 0x2b, 0x5f, 0x44, 0x00}, // 4a 1502 e254 禝
lynxeyed_atsu 0:eb1247cc069b 5574 {0x35, 0x7d, 0x12, 0x7e, 0x57, 0x7e, 0x12, 0x00}, // 4a 1503 e255 禧
lynxeyed_atsu 0:eb1247cc069b 5575 {0x4a, 0x36, 0x2e, 0x6b, 0x2e, 0x76, 0x0a, 0x00}, // 4a 1504 e256 齋
lynxeyed_atsu 0:eb1247cc069b 5576 {0x35, 0x7d, 0x23, 0x3f, 0x7c, 0x3f, 0x23, 0x00}, // 4a 1505 e257 禪
lynxeyed_atsu 0:eb1247cc069b 5577 {0x35, 0x7d, 0x5e, 0x77, 0x56, 0x77, 0x5e, 0x00}, // 4a 1506 e258 禮
lynxeyed_atsu 0:eb1247cc069b 5578 {0x35, 0x7d, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 4a 1507 e259 禳
lynxeyed_atsu 0:eb1247cc069b 5579 {0x72, 0x1e, 0x56, 0x7e, 0x35, 0x5d, 0x70, 0x00}, // 4a 1508 e25a 禹
lynxeyed_atsu 0:eb1247cc069b 5580 {0x70, 0x1f, 0x55, 0x7f, 0x35, 0x5f, 0x70, 0x00}, // 4a 1509 e25b 禺
lynxeyed_atsu 0:eb1247cc069b 5581 {0x42, 0x56, 0x37, 0x7f, 0x3f, 0x5e, 0x4a, 0x00}, // 4a 150a e25c 秉
lynxeyed_atsu 0:eb1247cc069b 5582 {0x35, 0x7f, 0x15, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 4a 150b e25d 秕
lynxeyed_atsu 0:eb1247cc069b 5583 {0x35, 0x7f, 0x48, 0x4e, 0x3b, 0x4e, 0x48, 0x00}, // 4a 150c e25e 秧
lynxeyed_atsu 0:eb1247cc069b 5584 {0x35, 0x7f, 0x15, 0x7f, 0x55, 0x55, 0x5d, 0x00}, // 4a 150d e25f 秬
lynxeyed_atsu 0:eb1247cc069b 5585 {0x35, 0x7f, 0x55, 0x22, 0x5f, 0x22, 0x5b, 0x00}, // 4a 150e e260 秡
lynxeyed_atsu 0:eb1247cc069b 5586 {0x35, 0x7f, 0x42, 0x2a, 0x7f, 0x2a, 0x42, 0x00}, // 4a 150f e261 秣
lynxeyed_atsu 0:eb1247cc069b 5587 {0x35, 0x7f, 0x28, 0x2f, 0x7d, 0x2f, 0x28, 0x00}, // 4a 1510 e262 稈
lynxeyed_atsu 0:eb1247cc069b 5588 {0x35, 0x7f, 0x02, 0x7d, 0x2a, 0x7d, 0x02, 0x00}, // 4a 1511 e263 稍
lynxeyed_atsu 0:eb1247cc069b 5589 {0x35, 0x7f, 0x52, 0x1f, 0x1a, 0x1f, 0x52, 0x00}, // 4a 1512 e264 稘
lynxeyed_atsu 0:eb1247cc069b 5590 {0x35, 0x7f, 0x7a, 0x42, 0x5f, 0x5a, 0x42, 0x00}, // 4a 1513 e265 稙
lynxeyed_atsu 0:eb1247cc069b 5591 {0x35, 0x7f, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 4a 1514 e266 稠
lynxeyed_atsu 0:eb1247cc069b 5592 {0x52, 0x5e, 0x3e, 0x7b, 0x3e, 0x5e, 0x52, 0x00}, // 4a 1515 e267 稟
lynxeyed_atsu 0:eb1247cc069b 5593 {0x52, 0x3e, 0x5e, 0x7b, 0x1e, 0x3e, 0x52, 0x00}, // 4a 1516 e268 禀
lynxeyed_atsu 0:eb1247cc069b 5594 {0x35, 0x7f, 0x22, 0x79, 0x3f, 0x79, 0x22, 0x00}, // 4a 1517 e269 稱
lynxeyed_atsu 0:eb1247cc069b 5595 {0x35, 0x7f, 0x72, 0x69, 0x43, 0x69, 0x7a, 0x00}, // 4a 1518 e26a 稻
lynxeyed_atsu 0:eb1247cc069b 5596 {0x5a, 0x4a, 0x3e, 0x77, 0x3e, 0x4a, 0x5a, 0x00}, // 4a 1519 e26b 稾
lynxeyed_atsu 0:eb1247cc069b 5597 {0x35, 0x7f, 0x54, 0x53, 0x2b, 0x5f, 0x44, 0x00}, // 4a 151a e26c 稷
lynxeyed_atsu 0:eb1247cc069b 5598 {0x35, 0x7f, 0x26, 0x16, 0x6b, 0x76, 0x26, 0x00}, // 4a 151b e26d 穃
lynxeyed_atsu 0:eb1247cc069b 5599 {0x35, 0x7f, 0x62, 0x2e, 0x4f, 0x46, 0x6a, 0x00}, // 4a 151c e26e ç©—
lynxeyed_atsu 0:eb1247cc069b 5600 {0x35, 0x7f, 0x3f, 0x2b, 0x33, 0x7f, 0x2b, 0x00}, // 4a 151d e26f 穉
lynxeyed_atsu 0:eb1247cc069b 5601 {0x35, 0x7f, 0x7a, 0x76, 0x5b, 0x76, 0x7a, 0x00}, // 4a 151e e270 ç©¡
lynxeyed_atsu 0:eb1247cc069b 5602 {0x35, 0x7f, 0x48, 0x3e, 0x48, 0x3f, 0x5a, 0x00}, // 4a 151f e271 ç©¢
lynxeyed_atsu 0:eb1247cc069b 5603 {0x35, 0x7f, 0x62, 0x35, 0x5f, 0x5d, 0x6a, 0x00}, // 4a 1520 e272 ç©©
lynxeyed_atsu 0:eb1247cc069b 5604 {0x35, 0x7f, 0x2a, 0x7e, 0x45, 0x7f, 0x5c, 0x00}, // 4a 1521 e273 龝
lynxeyed_atsu 0:eb1247cc069b 5605 {0x35, 0x7f, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 4a 1522 e274 ç©°
lynxeyed_atsu 0:eb1247cc069b 5606 {0x06, 0x3a, 0x36, 0x33, 0x3e, 0x3a, 0x66, 0x00}, // 4a 1523 e275 穹
lynxeyed_atsu 0:eb1247cc069b 5607 {0x26, 0x3a, 0x76, 0x33, 0x3e, 0x7a, 0x36, 0x00}, // 4a 1524 e276 穽
lynxeyed_atsu 0:eb1247cc069b 5608 {0x46, 0x6a, 0x56, 0x03, 0x56, 0x3a, 0x76, 0x00}, // 4a 1525 e277 窈
lynxeyed_atsu 0:eb1247cc069b 5609 {0x06, 0x7a, 0x6e, 0x5f, 0x7a, 0x7e, 0x06, 0x00}, // 4a 1526 e278 窗
lynxeyed_atsu 0:eb1247cc069b 5610 {0x56, 0x5a, 0x3e, 0x07, 0x7a, 0x4e, 0x56, 0x00}, // 4a 1527 e279 窕
lynxeyed_atsu 0:eb1247cc069b 5611 {0x56, 0x52, 0x36, 0x7f, 0x5a, 0x76, 0x16, 0x00}, // 4a 1528 e27a 窘
lynxeyed_atsu 0:eb1247cc069b 5612 {0x26, 0x32, 0x6e, 0x7f, 0x6a, 0x2e, 0x26, 0x00}, // 4a 1529 e27b 窖
lynxeyed_atsu 0:eb1247cc069b 5613 {0x66, 0x3a, 0x6e, 0x6f, 0x7a, 0x3e, 0x66, 0x00}, // 4a 152a e27c 窩
lynxeyed_atsu 0:eb1247cc069b 5614 {0x06, 0x3a, 0x76, 0x4b, 0x7e, 0x7a, 0x46, 0x00}, // 4a 152b e27d 竈
lynxeyed_atsu 0:eb1247cc069b 5615 {0x26, 0x2a, 0x7e, 0x57, 0x7a, 0x56, 0x66, 0x00}, // 4a 152c e27e 窰
lynxeyed_atsu 0:eb1247cc069b 5616 {0x56, 0x5a, 0x7e, 0x57, 0x3e, 0x5a, 0x56, 0x00}, // 4b 152d e280 窶
lynxeyed_atsu 0:eb1247cc069b 5617 {0x56, 0x3a, 0x7e, 0x07, 0x52, 0x2e, 0x5e, 0x00}, // 4b 152e e281 ç«…
lynxeyed_atsu 0:eb1247cc069b 5618 {0x46, 0x7a, 0x16, 0x73, 0x56, 0x3e, 0x46, 0x00}, // 4b 152f e282 ç«„
lynxeyed_atsu 0:eb1247cc069b 5619 {0x7e, 0x3a, 0x56, 0x57, 0x6a, 0x5e, 0x56, 0x00}, // 4b 1530 e283 窿
lynxeyed_atsu 0:eb1247cc069b 5620 {0x55, 0x30, 0x66, 0x56, 0x6b, 0x76, 0x56, 0x00}, // 4b 1531 e284 邃
lynxeyed_atsu 0:eb1247cc069b 5621 {0x46, 0x5a, 0x3e, 0x3f, 0x3a, 0x7e, 0x46, 0x00}, // 4b 1532 e285 竇
lynxeyed_atsu 0:eb1247cc069b 5622 {0x56, 0x3a, 0x7e, 0x27, 0x72, 0x3e, 0x76, 0x00}, // 4b 1533 e286 ç«Š
lynxeyed_atsu 0:eb1247cc069b 5623 {0x2e, 0x33, 0x2e, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 4b 1534 e287 竍
lynxeyed_atsu 0:eb1247cc069b 5624 {0x2e, 0x33, 0x2e, 0x0a, 0x7e, 0x09, 0x08, 0x00}, // 4b 1535 e288 竏
lynxeyed_atsu 0:eb1247cc069b 5625 {0x2e, 0x33, 0x4e, 0x3b, 0x48, 0x7b, 0x04, 0x00}, // 4b 1536 e289 ç«•
lynxeyed_atsu 0:eb1247cc069b 5626 {0x2e, 0x33, 0x2e, 0x2a, 0x7e, 0x55, 0x55, 0x00}, // 4b 1537 e28a ç«“
lynxeyed_atsu 0:eb1247cc069b 5627 {0x2e, 0x33, 0x2e, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 4b 1538 e28b ç«™
lynxeyed_atsu 0:eb1247cc069b 5628 {0x2e, 0x33, 0x2e, 0x06, 0x4a, 0x7b, 0x0e, 0x00}, // 4b 1539 e28c ç«š
lynxeyed_atsu 0:eb1247cc069b 5629 {0x2e, 0x33, 0x2e, 0x42, 0x7e, 0x63, 0x5e, 0x00}, // 4b 153a e28d 竝
lynxeyed_atsu 0:eb1247cc069b 5630 {0x2e, 0x33, 0x2e, 0x7d, 0x57, 0x55, 0x7d, 0x00}, // 4b 153b e28e ç«¡
lynxeyed_atsu 0:eb1247cc069b 5631 {0x2e, 0x33, 0x2e, 0x56, 0x5d, 0x34, 0x56, 0x00}, // 4b 153c e28f ç«¢
lynxeyed_atsu 0:eb1247cc069b 5632 {0x2e, 0x33, 0x4e, 0x2e, 0x7f, 0x2a, 0x4e, 0x00}, // 4b 153d e290 竦
lynxeyed_atsu 0:eb1247cc069b 5633 {0x2e, 0x33, 0x1e, 0x37, 0x2d, 0x4f, 0x78, 0x00}, // 4b 153e e291 ç«­
lynxeyed_atsu 0:eb1247cc069b 5634 {0x2e, 0x33, 0x4e, 0x3f, 0x5d, 0x7d, 0x5d, 0x00}, // 4b 153f e292 ç«°
lynxeyed_atsu 0:eb1247cc069b 5635 {0x44, 0x53, 0x3e, 0x54, 0x13, 0x76, 0x42, 0x00}, // 4b 1540 e293 笂
lynxeyed_atsu 0:eb1247cc069b 5636 {0x24, 0x5b, 0x3e, 0x4c, 0x3b, 0x4e, 0x7a, 0x00}, // 4b 1541 e294 笏
lynxeyed_atsu 0:eb1247cc069b 5637 {0x44, 0x3b, 0x0e, 0x7c, 0x07, 0x36, 0x42, 0x00}, // 4b 1542 e295 笊
lynxeyed_atsu 0:eb1247cc069b 5638 {0x04, 0x3f, 0x56, 0x5c, 0x57, 0x5e, 0x62, 0x00}, // 4b 1543 e296 笆
lynxeyed_atsu 0:eb1247cc069b 5639 {0x54, 0x3b, 0x56, 0x74, 0x73, 0x56, 0x72, 0x00}, // 4b 1544 e297 笳
lynxeyed_atsu 0:eb1247cc069b 5640 {0x04, 0x63, 0x66, 0x7c, 0x6b, 0x6e, 0x02, 0x00}, // 4b 1545 e298 笘
lynxeyed_atsu 0:eb1247cc069b 5641 {0x54, 0x4b, 0x5e, 0x7c, 0x5b, 0x5e, 0x4a, 0x00}, // 4b 1546 e299 笙
lynxeyed_atsu 0:eb1247cc069b 5642 {0x14, 0x73, 0x5e, 0x54, 0x53, 0x76, 0x12, 0x00}, // 4b 1547 e29a 笞
lynxeyed_atsu 0:eb1247cc069b 5643 {0x54, 0x03, 0x3e, 0x4c, 0x4b, 0x5e, 0x62, 0x00}, // 4b 1548 e29b 笵
lynxeyed_atsu 0:eb1247cc069b 5644 {0x2c, 0x1b, 0x2e, 0x7c, 0x2b, 0x1e, 0x2a, 0x00}, // 4b 1549 e29c 笨
lynxeyed_atsu 0:eb1247cc069b 5645 {0x44, 0x53, 0x5e, 0x34, 0x53, 0x56, 0x42, 0x00}, // 4b 154a e29d 笶
lynxeyed_atsu 0:eb1247cc069b 5646 {0x04, 0x7b, 0x4e, 0x5c, 0x7b, 0x5e, 0x4a, 0x00}, // 4b 154b e29e 筐
lynxeyed_atsu 0:eb1247cc069b 5647 {0x04, 0x7b, 0x4e, 0x5c, 0x7b, 0x5e, 0x6a, 0x00}, // 4b 154c e29f ç­º
lynxeyed_atsu 0:eb1247cc069b 5648 {0x24, 0x6b, 0x3e, 0x2c, 0x7b, 0x2e, 0x22, 0x00}, // 4b 154d e2a0 笄
lynxeyed_atsu 0:eb1247cc069b 5649 {0x14, 0x0b, 0x7e, 0x54, 0x7f, 0x06, 0x7e, 0x00}, // 4b 154e e2a1 筍
lynxeyed_atsu 0:eb1247cc069b 5650 {0x54, 0x53, 0x36, 0x1c, 0x17, 0x1e, 0x0a, 0x00}, // 4b 154f e2a2 笋
lynxeyed_atsu 0:eb1247cc069b 5651 {0x54, 0x57, 0x5e, 0x74, 0x5b, 0x56, 0x52, 0x00}, // 4b 1550 e2a3 筌
lynxeyed_atsu 0:eb1247cc069b 5652 {0x54, 0x5b, 0x36, 0x1c, 0x77, 0x56, 0x52, 0x00}, // 4b 1551 e2a4 ç­…
lynxeyed_atsu 0:eb1247cc069b 5653 {0x54, 0x2b, 0x46, 0x74, 0x63, 0x7e, 0x6a, 0x00}, // 4b 1552 e2a5 ç­µ
lynxeyed_atsu 0:eb1247cc069b 5654 {0x04, 0x63, 0x6e, 0x7c, 0x6f, 0x66, 0x02, 0x00}, // 4b 1553 e2a6 ç­¥
lynxeyed_atsu 0:eb1247cc069b 5655 {0x54, 0x4b, 0x56, 0x3c, 0x57, 0x4e, 0x52, 0x00}, // 4b 1554 e2a7 ç­´
lynxeyed_atsu 0:eb1247cc069b 5656 {0x44, 0x43, 0x3e, 0x3c, 0x7b, 0x46, 0x62, 0x00}, // 4b 1555 e2a8 ç­§
lynxeyed_atsu 0:eb1247cc069b 5657 {0x14, 0x7b, 0x06, 0x14, 0x7b, 0x2e, 0x2a, 0x00}, // 4b 1556 e2a9 ç­°
lynxeyed_atsu 0:eb1247cc069b 5658 {0x14, 0x7b, 0x3e, 0x04, 0x53, 0x2e, 0x5a, 0x00}, // 4b 1557 e2aa ç­±
lynxeyed_atsu 0:eb1247cc069b 5659 {0x44, 0x3b, 0x56, 0x34, 0x47, 0x3e, 0x56, 0x00}, // 4b 1558 e2ab ç­¬
lynxeyed_atsu 0:eb1247cc069b 5660 {0x54, 0x4b, 0x56, 0x7c, 0x57, 0x4e, 0x52, 0x00}, // 4b 1559 e2ac ç­®
lynxeyed_atsu 0:eb1247cc069b 5661 {0x54, 0x7b, 0x16, 0x7c, 0x53, 0x7e, 0x12, 0x00}, // 4b 155a e2ad 箝
lynxeyed_atsu 0:eb1247cc069b 5662 {0x7c, 0x6b, 0x5e, 0x7c, 0x5b, 0x6e, 0x7a, 0x00}, // 4b 155b e2ae 箘
lynxeyed_atsu 0:eb1247cc069b 5663 {0x44, 0x73, 0x5e, 0x0c, 0x7f, 0x5e, 0x52, 0x00}, // 4b 155c e2af 箟
lynxeyed_atsu 0:eb1247cc069b 5664 {0x54, 0x7b, 0x06, 0x7c, 0x5f, 0x7e, 0x5a, 0x00}, // 4b 155d e2b0 箍
lynxeyed_atsu 0:eb1247cc069b 5665 {0x4c, 0x57, 0x6e, 0x64, 0x7f, 0x56, 0x4e, 0x00}, // 4b 155e e2b1 箜
lynxeyed_atsu 0:eb1247cc069b 5666 {0x24, 0x13, 0x6e, 0x74, 0x1b, 0x46, 0x7a, 0x00}, // 4b 155f e2b2 箚
lynxeyed_atsu 0:eb1247cc069b 5667 {0x14, 0x53, 0x56, 0x3c, 0x3b, 0x56, 0x6a, 0x00}, // 4b 1560 e2b3 箋
lynxeyed_atsu 0:eb1247cc069b 5668 {0x1c, 0x6b, 0x2e, 0x7c, 0x2f, 0x6e, 0x1a, 0x00}, // 4b 1561 e2b4 ç®’
lynxeyed_atsu 0:eb1247cc069b 5669 {0x14, 0x1b, 0x56, 0x7c, 0x37, 0x3a, 0x12, 0x00}, // 4b 1562 e2b5 箏
lynxeyed_atsu 0:eb1247cc069b 5670 {0x14, 0x1b, 0x56, 0x74, 0x3f, 0x36, 0x12, 0x00}, // 4b 1563 e2b6 筝
lynxeyed_atsu 0:eb1247cc069b 5671 {0x44, 0x3b, 0x7e, 0x04, 0x7b, 0x2e, 0x5a, 0x00}, // 4b 1564 e2b7 ç®™
lynxeyed_atsu 0:eb1247cc069b 5672 {0x04, 0x7b, 0x5e, 0x6c, 0x5b, 0x6e, 0x4a, 0x00}, // 4b 1565 e2b8 篋
lynxeyed_atsu 0:eb1247cc069b 5673 {0x44, 0x53, 0x5e, 0x74, 0x5f, 0x52, 0x42, 0x00}, // 4b 1566 e2b9 篁
lynxeyed_atsu 0:eb1247cc069b 5674 {0x14, 0x7b, 0x06, 0x54, 0x37, 0x5e, 0x52, 0x00}, // 4b 1567 e2ba 篌
lynxeyed_atsu 0:eb1247cc069b 5675 {0x14, 0x7b, 0x56, 0x7c, 0x5b, 0x36, 0x52, 0x00}, // 4b 1568 e2bb 篏
lynxeyed_atsu 0:eb1247cc069b 5676 {0x44, 0x3b, 0x6e, 0x6c, 0x4b, 0x3e, 0x5a, 0x00}, // 4b 1569 e2bc ç®´
lynxeyed_atsu 0:eb1247cc069b 5677 {0x54, 0x53, 0x3e, 0x54, 0x7f, 0x36, 0x52, 0x00}, // 4b 156a e2bd 篆
lynxeyed_atsu 0:eb1247cc069b 5678 {0x2c, 0x7b, 0x3e, 0x3c, 0x3b, 0x7e, 0x2a, 0x00}, // 4b 156b e2be 篝
lynxeyed_atsu 0:eb1247cc069b 5679 {0x04, 0x7b, 0x6e, 0x34, 0x17, 0x7e, 0x36, 0x00}, // 4b 156c e2bf 篩
lynxeyed_atsu 0:eb1247cc069b 5680 {0x2c, 0x2b, 0x7e, 0x54, 0x3f, 0x4a, 0x4a, 0x00}, // 4b 156d e2c0 ç°‘
lynxeyed_atsu 0:eb1247cc069b 5681 {0x2c, 0x2b, 0x7e, 0x5c, 0x3f, 0x4a, 0x4a, 0x00}, // 4b 156e e2c1 ç°”
lynxeyed_atsu 0:eb1247cc069b 5682 {0x44, 0x7f, 0x5a, 0x14, 0x7b, 0x5e, 0x52, 0x00}, // 4b 156f e2c2 篦
lynxeyed_atsu 0:eb1247cc069b 5683 {0x54, 0x5f, 0x36, 0x7c, 0x37, 0x5e, 0x56, 0x00}, // 4b 1570 e2c3 篥
lynxeyed_atsu 0:eb1247cc069b 5684 {0x14, 0x7f, 0x36, 0x7c, 0x13, 0x6e, 0x5a, 0x00}, // 4b 1571 e2c4 ç± 
lynxeyed_atsu 0:eb1247cc069b 5685 {0x4c, 0x7b, 0x3e, 0x3c, 0x3f, 0x7a, 0x4a, 0x00}, // 4b 1572 e2c5 ç°€
lynxeyed_atsu 0:eb1247cc069b 5686 {0x4c, 0x3b, 0x6e, 0x04, 0x5b, 0x36, 0x52, 0x00}, // 4b 1573 e2c6 ç°‡
lynxeyed_atsu 0:eb1247cc069b 5687 {0x44, 0x3b, 0x6e, 0x7c, 0x03, 0x56, 0x2a, 0x00}, // 4b 1574 e2c7 ç°“
lynxeyed_atsu 0:eb1247cc069b 5688 {0x14, 0x33, 0x3e, 0x7c, 0x3f, 0x32, 0x12, 0x00}, // 4b 1575 e2c8 篳
lynxeyed_atsu 0:eb1247cc069b 5689 {0x54, 0x33, 0x46, 0x54, 0x5b, 0x7e, 0x52, 0x00}, // 4b 1576 e2c9 篷
lynxeyed_atsu 0:eb1247cc069b 5690 {0x54, 0x5b, 0x36, 0x74, 0x3b, 0x56, 0x5e, 0x00}, // 4b 1577 e2ca ç°—
lynxeyed_atsu 0:eb1247cc069b 5691 {0x54, 0x5b, 0x7e, 0x5c, 0x3f, 0x5a, 0x52, 0x00}, // 4b 1578 e2cb 簍
lynxeyed_atsu 0:eb1247cc069b 5692 {0x54, 0x1b, 0x52, 0x1e, 0x57, 0x16, 0x72, 0x00}, // 4b 1579 e2cc 篶
lynxeyed_atsu 0:eb1247cc069b 5693 {0x54, 0x7f, 0x36, 0x3c, 0x37, 0x7e, 0x52, 0x00}, // 4b 157a e2cd ç°£
lynxeyed_atsu 0:eb1247cc069b 5694 {0x4c, 0x7b, 0x2e, 0x3c, 0x2b, 0x7e, 0x4a, 0x00}, // 4b 157b e2ce ç°§
lynxeyed_atsu 0:eb1247cc069b 5695 {0x14, 0x6b, 0x7e, 0x74, 0x6f, 0x7e, 0x12, 0x00}, // 4b 157c e2cf ç°ª
lynxeyed_atsu 0:eb1247cc069b 5696 {0x24, 0x2f, 0x3e, 0x6c, 0x3f, 0x2e, 0x22, 0x00}, // 4b 157d e2d0 ç°Ÿ
lynxeyed_atsu 0:eb1247cc069b 5697 {0x44, 0x3f, 0x2e, 0x74, 0x77, 0x7e, 0x2a, 0x00}, // 4b 157e e2d1 ç°·
lynxeyed_atsu 0:eb1247cc069b 5698 {0x44, 0x3b, 0x6e, 0x04, 0x6f, 0x2e, 0x7a, 0x00}, // 4b 157f e2d2 ç°«
lynxeyed_atsu 0:eb1247cc069b 5699 {0x4c, 0x3b, 0x36, 0x44, 0x37, 0x3a, 0x4a, 0x00}, // 4b 1580 e2d3 ç°½
lynxeyed_atsu 0:eb1247cc069b 5700 {0x14, 0x77, 0x7e, 0x1c, 0x5f, 0x76, 0x12, 0x00}, // 4b 1581 e2d4 籌
lynxeyed_atsu 0:eb1247cc069b 5701 {0x44, 0x5b, 0x7e, 0x64, 0x6b, 0x4e, 0x4a, 0x00}, // 4b 1582 e2d5 籃
lynxeyed_atsu 0:eb1247cc069b 5702 {0x54, 0x7b, 0x5e, 0x3c, 0x53, 0x2e, 0x5a, 0x00}, // 4b 1583 e2d6 ç±”
lynxeyed_atsu 0:eb1247cc069b 5703 {0x4c, 0x3b, 0x6e, 0x54, 0x3f, 0x3e, 0x52, 0x00}, // 4b 1584 e2d7 籏
lynxeyed_atsu 0:eb1247cc069b 5704 {0x54, 0x7b, 0x06, 0x1c, 0x77, 0x6a, 0x1a, 0x00}, // 4b 1585 e2d8 ç±€
lynxeyed_atsu 0:eb1247cc069b 5705 {0x7c, 0x2b, 0x7e, 0x34, 0x7b, 0x2e, 0x52, 0x00}, // 4b 1586 e2d9 籐
lynxeyed_atsu 0:eb1247cc069b 5706 {0x7c, 0x2b, 0x7e, 0x2c, 0x7b, 0x3e, 0x5a, 0x00}, // 4b 1587 e2da 籘
lynxeyed_atsu 0:eb1247cc069b 5707 {0x44, 0x2f, 0x7e, 0x2c, 0x5b, 0x1e, 0x5a, 0x00}, // 4b 1588 e2db 籟
lynxeyed_atsu 0:eb1247cc069b 5708 {0x54, 0x7b, 0x76, 0x3c, 0x5b, 0x36, 0x52, 0x00}, // 4b 1589 e2dc 籤
lynxeyed_atsu 0:eb1247cc069b 5709 {0x54, 0x7b, 0x7e, 0x34, 0x5b, 0x36, 0x52, 0x00}, // 4b 158a e2dd ç±–
lynxeyed_atsu 0:eb1247cc069b 5710 {0x14, 0x73, 0x3e, 0x74, 0x3b, 0x76, 0x12, 0x00}, // 4b 158b e2de ç±¥
lynxeyed_atsu 0:eb1247cc069b 5711 {0x74, 0x5f, 0x76, 0x2c, 0x7f, 0x7e, 0x52, 0x00}, // 4b 158c e2df 籬
lynxeyed_atsu 0:eb1247cc069b 5712 {0x35, 0x7e, 0x15, 0x04, 0x7f, 0x04, 0x04, 0x00}, // 4b 158d e2e0 ç±µ
lynxeyed_atsu 0:eb1247cc069b 5713 {0x35, 0x7e, 0x15, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 4b 158e e2e1 粃
lynxeyed_atsu 0:eb1247cc069b 5714 {0x35, 0x7e, 0x15, 0x40, 0x3d, 0x15, 0x1d, 0x00}, // 4b 158f e2e2 粐
lynxeyed_atsu 0:eb1247cc069b 5715 {0x10, 0x1e, 0x3a, 0x3f, 0x36, 0x7e, 0x10, 0x00}, // 4b 1590 e2e3 粤
lynxeyed_atsu 0:eb1247cc069b 5716 {0x35, 0x7e, 0x05, 0x72, 0x55, 0x76, 0x04, 0x00}, // 4b 1591 e2e4 ç²­
lynxeyed_atsu 0:eb1247cc069b 5717 {0x59, 0x50, 0x34, 0x7b, 0x36, 0x5a, 0x56, 0x00}, // 4b 1592 e2e5 ç²¢
lynxeyed_atsu 0:eb1247cc069b 5718 {0x35, 0x7e, 0x7d, 0x07, 0x7d, 0x05, 0x7d, 0x00}, // 4b 1593 e2e6 粫
lynxeyed_atsu 0:eb1247cc069b 5719 {0x35, 0x7e, 0x15, 0x7f, 0x35, 0x35, 0x7f, 0x00}, // 4b 1594 e2e7 粡
lynxeyed_atsu 0:eb1247cc069b 5720 {0x35, 0x7e, 0x15, 0x7d, 0x57, 0x55, 0x7d, 0x00}, // 4b 1595 e2e8 粨
lynxeyed_atsu 0:eb1247cc069b 5721 {0x35, 0x7e, 0x41, 0x57, 0x3f, 0x47, 0x41, 0x00}, // 4b 1596 e2e9 ç²³
lynxeyed_atsu 0:eb1247cc069b 5722 {0x54, 0x5c, 0x3b, 0x76, 0x3b, 0x55, 0x5b, 0x00}, // 4b 1597 e2ea ç²²
lynxeyed_atsu 0:eb1247cc069b 5723 {0x55, 0x50, 0x39, 0x77, 0x39, 0x5f, 0x54, 0x00}, // 4b 1598 e2eb ç²±
lynxeyed_atsu 0:eb1247cc069b 5724 {0x35, 0x7e, 0x15, 0x7e, 0x5a, 0x3b, 0x5e, 0x00}, // 4b 1599 e2ec ç²®
lynxeyed_atsu 0:eb1247cc069b 5725 {0x35, 0x7e, 0x32, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 4b 159a e2ed ç²¹
lynxeyed_atsu 0:eb1247cc069b 5726 {0x35, 0x7e, 0x56, 0x1a, 0x7b, 0x1a, 0x56, 0x00}, // 4b 159b e2ee ç²½
lynxeyed_atsu 0:eb1247cc069b 5727 {0x35, 0x7e, 0x12, 0x7b, 0x02, 0x7f, 0x52, 0x00}, // 4b 159c e2ef ç³€
lynxeyed_atsu 0:eb1247cc069b 5728 {0x35, 0x7e, 0x5a, 0x37, 0x7f, 0x33, 0x56, 0x00}, // 4b 159d e2f0 ç³…
lynxeyed_atsu 0:eb1247cc069b 5729 {0x35, 0x7e, 0x72, 0x5f, 0x72, 0x5f, 0x52, 0x00}, // 4b 159e e2f1 糂
lynxeyed_atsu 0:eb1247cc069b 5730 {0x35, 0x7e, 0x26, 0x5a, 0x7b, 0x2a, 0x56, 0x00}, // 4b 159f e2f2 糘
lynxeyed_atsu 0:eb1247cc069b 5731 {0x35, 0x7e, 0x3a, 0x0f, 0x6a, 0x2f, 0x6a, 0x00}, // 4b 15a0 e2f3 ç³’
lynxeyed_atsu 0:eb1247cc069b 5732 {0x40, 0x3e, 0x56, 0x3e, 0x77, 0x3e, 0x56, 0x00}, // 4b 15a1 e2f4 糜
lynxeyed_atsu 0:eb1247cc069b 5733 {0x35, 0x7e, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 4b 15a2 e2f5 ç³¢
lynxeyed_atsu 0:eb1247cc069b 5734 {0x6d, 0x3f, 0x2a, 0x6f, 0x2a, 0x3d, 0x6f, 0x00}, // 4b 15a3 e2f6 鬻
lynxeyed_atsu 0:eb1247cc069b 5735 {0x35, 0x7e, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 4b 15a4 e2f7 糯
lynxeyed_atsu 0:eb1247cc069b 5736 {0x35, 0x7e, 0x55, 0x3f, 0x6d, 0x3f, 0x6d, 0x00}, // 4b 15a5 e2f8 ç³²
lynxeyed_atsu 0:eb1247cc069b 5737 {0x34, 0x7b, 0x14, 0x21, 0x7b, 0x71, 0x5b, 0x00}, // 4b 15a6 e2f9 ç³´
lynxeyed_atsu 0:eb1247cc069b 5738 {0x37, 0x7e, 0x17, 0x21, 0x7b, 0x71, 0x5b, 0x00}, // 4b 15a7 e2fa 糶
lynxeyed_atsu 0:eb1247cc069b 5739 {0x2a, 0x75, 0x28, 0x00, 0x7f, 0x40, 0x60, 0x00}, // 4b 15a8 e2fb 糺
lynxeyed_atsu 0:eb1247cc069b 5740 {0x2a, 0x75, 0x08, 0x49, 0x7f, 0x09, 0x08, 0x00}, // 4b 15a9 e2fc ç´†
lynxeyed_atsu 0:eb1247cc069b 5741 {0x2a, 0x75, 0x22, 0x0a, 0x52, 0x7f, 0x02, 0x00}, // 4c 15aa e340 ç´‚
lynxeyed_atsu 0:eb1247cc069b 5742 {0x2a, 0x75, 0x44, 0x65, 0x5d, 0x25, 0x44, 0x00}, // 4c 15ab e341 紜
lynxeyed_atsu 0:eb1247cc069b 5743 {0x2a, 0x75, 0x28, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 4c 15ac e342 ç´•
lynxeyed_atsu 0:eb1247cc069b 5744 {0x52, 0x12, 0x36, 0x6b, 0x36, 0x12, 0x52, 0x00}, // 4c 15ad e343 ç´Š
lynxeyed_atsu 0:eb1247cc069b 5745 {0x2a, 0x75, 0x7f, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 4c 15ae e344 çµ…
lynxeyed_atsu 0:eb1247cc069b 5746 {0x2a, 0x75, 0x48, 0x3e, 0x62, 0x5b, 0x62, 0x00}, // 4c 15af e345 絋
lynxeyed_atsu 0:eb1247cc069b 5747 {0x4a, 0x16, 0x1f, 0x76, 0x1f, 0x18, 0x4c, 0x00}, // 4c 15b0 e346 ç´®
lynxeyed_atsu 0:eb1247cc069b 5748 {0x2a, 0x75, 0x7f, 0x44, 0x5f, 0x54, 0x5f, 0x00}, // 4c 15b1 e347 ç´²
lynxeyed_atsu 0:eb1247cc069b 5749 {0x2a, 0x75, 0x08, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 4c 15b2 e348 ç´¿
lynxeyed_atsu 0:eb1247cc069b 5750 {0x2a, 0x75, 0x28, 0x06, 0x4a, 0x7b, 0x0e, 0x00}, // 4c 15b3 e349 ç´µ
lynxeyed_atsu 0:eb1247cc069b 5751 {0x2a, 0x75, 0x2a, 0x29, 0x7c, 0x29, 0x2a, 0x00}, // 4c 15b4 e34a 絆
lynxeyed_atsu 0:eb1247cc069b 5752 {0x2a, 0x75, 0x28, 0x2a, 0x35, 0x7b, 0x28, 0x00}, // 4c 15b5 e34b çµ³
lynxeyed_atsu 0:eb1247cc069b 5753 {0x2a, 0x75, 0x4a, 0x3c, 0x0f, 0x7c, 0x4a, 0x00}, // 4c 15b6 e34c çµ–
lynxeyed_atsu 0:eb1247cc069b 5754 {0x2a, 0x75, 0x0a, 0x7d, 0x00, 0x45, 0x7d, 0x00}, // 4c 15b7 e34d 絎
lynxeyed_atsu 0:eb1247cc069b 5755 {0x2a, 0x75, 0x28, 0x00, 0x2a, 0x75, 0x28, 0x00}, // 4c 15b8 e34e çµ²
lynxeyed_atsu 0:eb1247cc069b 5756 {0x2a, 0x75, 0x0a, 0x3e, 0x4a, 0x3f, 0x52, 0x00}, // 4c 15b9 e34f 絨
lynxeyed_atsu 0:eb1247cc069b 5757 {0x4a, 0x1e, 0x1b, 0x76, 0x1f, 0x19, 0x4f, 0x00}, // 4c 15ba e350 çµ®
lynxeyed_atsu 0:eb1247cc069b 5758 {0x2a, 0x75, 0x2e, 0x4a, 0x5f, 0x2e, 0x50, 0x00}, // 4c 15bb e351 絏
lynxeyed_atsu 0:eb1247cc069b 5759 {0x2a, 0x75, 0x54, 0x3d, 0x14, 0x7d, 0x14, 0x00}, // 4c 15bc e352 çµ£
lynxeyed_atsu 0:eb1247cc069b 5760 {0x2a, 0x75, 0x28, 0x55, 0x5b, 0x75, 0x5b, 0x00}, // 4c 15bd e353 經
lynxeyed_atsu 0:eb1247cc069b 5761 {0x2a, 0x75, 0x5a, 0x37, 0x1f, 0x37, 0x6a, 0x00}, // 4c 15be e354 綉
lynxeyed_atsu 0:eb1247cc069b 5762 {0x04, 0x7e, 0x5f, 0x1a, 0x75, 0x1b, 0x50, 0x00}, // 4c 15bf e355 çµ›
lynxeyed_atsu 0:eb1247cc069b 5763 {0x2a, 0x75, 0x52, 0x71, 0x5b, 0x31, 0x52, 0x00}, // 4c 15c0 e356 綏
lynxeyed_atsu 0:eb1247cc069b 5764 {0x2a, 0x75, 0x28, 0x77, 0x5d, 0x55, 0x77, 0x00}, // 4c 15c1 e357 çµ½
lynxeyed_atsu 0:eb1247cc069b 5765 {0x2a, 0x75, 0x69, 0x2b, 0x45, 0x4b, 0x6f, 0x00}, // 4c 15c2 e358 綛
lynxeyed_atsu 0:eb1247cc069b 5766 {0x2a, 0x75, 0x12, 0x5a, 0x17, 0x7a, 0x12, 0x00}, // 4c 15c3 e359 綺
lynxeyed_atsu 0:eb1247cc069b 5767 {0x49, 0x17, 0x15, 0x77, 0x1a, 0x15, 0x4b, 0x00}, // 4c 15c4 e35a 綮
lynxeyed_atsu 0:eb1247cc069b 5768 {0x2a, 0x75, 0x16, 0x6d, 0x56, 0x4d, 0x16, 0x00}, // 4c 15c5 e35b 綣
lynxeyed_atsu 0:eb1247cc069b 5769 {0x2a, 0x75, 0x52, 0x31, 0x7b, 0x31, 0x52, 0x00}, // 4c 15c6 e35c 綵
lynxeyed_atsu 0:eb1247cc069b 5770 {0x2a, 0x75, 0x28, 0x7a, 0x5d, 0x7a, 0x7d, 0x00}, // 4c 15c7 e35d ç·‡
lynxeyed_atsu 0:eb1247cc069b 5771 {0x2a, 0x75, 0x28, 0x3c, 0x77, 0x3e, 0x22, 0x00}, // 4c 15c8 e35e 綽
lynxeyed_atsu 0:eb1247cc069b 5772 {0x2a, 0x75, 0x28, 0x52, 0x5b, 0x36, 0x5b, 0x00}, // 4c 15c9 e35f 綫
lynxeyed_atsu 0:eb1247cc069b 5773 {0x2a, 0x75, 0x68, 0x2e, 0x4f, 0x4e, 0x6e, 0x00}, // 4c 15ca e360 總
lynxeyed_atsu 0:eb1247cc069b 5774 {0x2a, 0x75, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 4c 15cb e361 綢
lynxeyed_atsu 0:eb1247cc069b 5775 {0x2a, 0x75, 0x64, 0x4b, 0x7e, 0x6a, 0x7e, 0x00}, // 4c 15cc e362 綯
lynxeyed_atsu 0:eb1247cc069b 5776 {0x70, 0x1e, 0x7b, 0x5e, 0x15, 0x7b, 0x51, 0x00}, // 4c 15cd e363 緜
lynxeyed_atsu 0:eb1247cc069b 5777 {0x2a, 0x75, 0x24, 0x72, 0x35, 0x76, 0x74, 0x00}, // 4c 15ce e364 綸
lynxeyed_atsu 0:eb1247cc069b 5778 {0x2a, 0x75, 0x29, 0x5f, 0x55, 0x3d, 0x57, 0x00}, // 4c 15cf e365 綟
lynxeyed_atsu 0:eb1247cc069b 5779 {0x2a, 0x75, 0x26, 0x7a, 0x5b, 0x5a, 0x76, 0x00}, // 4c 15d0 e366 綰
lynxeyed_atsu 0:eb1247cc069b 5780 {0x2a, 0x75, 0x3e, 0x6a, 0x6a, 0x3f, 0x52, 0x00}, // 4c 15d1 e367 ç·˜
lynxeyed_atsu 0:eb1247cc069b 5781 {0x2a, 0x75, 0x24, 0x3f, 0x2d, 0x7f, 0x24, 0x00}, // 4c 15d2 e368 緝
lynxeyed_atsu 0:eb1247cc069b 5782 {0x2a, 0x75, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 4c 15d3 e369 ç·¤
lynxeyed_atsu 0:eb1247cc069b 5783 {0x2a, 0x75, 0x7e, 0x15, 0x5b, 0x29, 0x5b, 0x00}, // 4c 15d4 e36a ç·ž
lynxeyed_atsu 0:eb1247cc069b 5784 {0x2a, 0x75, 0x2d, 0x3b, 0x69, 0x3f, 0x5e, 0x00}, // 4c 15d5 e36b ç·»
lynxeyed_atsu 0:eb1247cc069b 5785 {0x2a, 0x75, 0x7f, 0x55, 0x7f, 0x46, 0x2f, 0x00}, // 4c 15d6 e36c ç·²
lynxeyed_atsu 0:eb1247cc069b 5786 {0x2a, 0x75, 0x28, 0x1f, 0x75, 0x6d, 0x77, 0x00}, // 4c 15d7 e36d ç·¡
lynxeyed_atsu 0:eb1247cc069b 5787 {0x2a, 0x75, 0x7e, 0x2e, 0x56, 0x3f, 0x52, 0x00}, // 4c 15d8 e36e 縅
lynxeyed_atsu 0:eb1247cc069b 5788 {0x2a, 0x75, 0x52, 0x6d, 0x64, 0x6d, 0x52, 0x00}, // 4c 15d9 e36f 縊
lynxeyed_atsu 0:eb1247cc069b 5789 {0x5e, 0x17, 0x77, 0x50, 0x15, 0x7b, 0x51, 0x00}, // 4c 15da e370 縣
lynxeyed_atsu 0:eb1247cc069b 5790 {0x2a, 0x75, 0x2e, 0x3a, 0x6f, 0x3a, 0x2e, 0x00}, // 4c 15db e371 縡
lynxeyed_atsu 0:eb1247cc069b 5791 {0x2a, 0x75, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 4c 15dc e372 縒
lynxeyed_atsu 0:eb1247cc069b 5792 {0x2a, 0x75, 0x0a, 0x7d, 0x22, 0x79, 0x52, 0x00}, // 4c 15dd e373 縱
lynxeyed_atsu 0:eb1247cc069b 5793 {0x2a, 0x75, 0x18, 0x37, 0x5f, 0x7b, 0x15, 0x00}, // 4c 15de e374 縟
lynxeyed_atsu 0:eb1247cc069b 5794 {0x2a, 0x75, 0x0f, 0x7d, 0x59, 0x7f, 0x0d, 0x00}, // 4c 15df e375 縉
lynxeyed_atsu 0:eb1247cc069b 5795 {0x2a, 0x75, 0x28, 0x75, 0x40, 0x7e, 0x77, 0x00}, // 4c 15e0 e376 縋
lynxeyed_atsu 0:eb1247cc069b 5796 {0x7f, 0x15, 0x7f, 0x1d, 0x76, 0x0d, 0x56, 0x00}, // 4c 15e1 e377 縢
lynxeyed_atsu 0:eb1247cc069b 5797 {0x2a, 0x75, 0x11, 0x4b, 0x54, 0x29, 0x13, 0x00}, // 4c 15e2 e378 繆
lynxeyed_atsu 0:eb1247cc069b 5798 {0x2a, 0x75, 0x5d, 0x77, 0x5b, 0x7d, 0x5b, 0x00}, // 4c 15e3 e379 繦
lynxeyed_atsu 0:eb1247cc069b 5799 {0x40, 0x3e, 0x56, 0x1e, 0x77, 0x0e, 0x56, 0x00}, // 4c 15e4 e37a 縻
lynxeyed_atsu 0:eb1247cc069b 5800 {0x2a, 0x75, 0x4c, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 4c 15e5 e37b 縵
lynxeyed_atsu 0:eb1247cc069b 5801 {0x2a, 0x75, 0x51, 0x17, 0x77, 0x17, 0x51, 0x00}, // 4c 15e6 e37c 縹
lynxeyed_atsu 0:eb1247cc069b 5802 {0x2a, 0x75, 0x3b, 0x7a, 0x43, 0x3a, 0x7b, 0x00}, // 4c 15e7 e37d 繃
lynxeyed_atsu 0:eb1247cc069b 5803 {0x2a, 0x75, 0x54, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 4c 15e8 e37e 縷
lynxeyed_atsu 0:eb1247cc069b 5804 {0x2a, 0x75, 0x57, 0x1d, 0x77, 0x15, 0x57, 0x00}, // 4d 15e9 e380 縲
lynxeyed_atsu 0:eb1247cc069b 5805 {0x2a, 0x75, 0x28, 0x75, 0x5e, 0x7f, 0x52, 0x00}, // 4d 15ea e381 縺
lynxeyed_atsu 0:eb1247cc069b 5806 {0x2a, 0x75, 0x56, 0x73, 0x57, 0x33, 0x56, 0x00}, // 4d 15eb e382 繧
lynxeyed_atsu 0:eb1247cc069b 5807 {0x2a, 0x75, 0x7f, 0x23, 0x18, 0x3b, 0x7f, 0x00}, // 4d 15ec e383 繝
lynxeyed_atsu 0:eb1247cc069b 5808 {0x2a, 0x75, 0x0a, 0x7f, 0x7e, 0x23, 0x5e, 0x00}, // 4d 15ed e384 ç¹–
lynxeyed_atsu 0:eb1247cc069b 5809 {0x2a, 0x75, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 4d 15ee e385 繞
lynxeyed_atsu 0:eb1247cc069b 5810 {0x2a, 0x75, 0x15, 0x6f, 0x7d, 0x6f, 0x15, 0x00}, // 4d 15ef e386 ç¹™
lynxeyed_atsu 0:eb1247cc069b 5811 {0x2a, 0x75, 0x4a, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 4d 15f0 e387 繚
lynxeyed_atsu 0:eb1247cc069b 5812 {0x2a, 0x75, 0x2b, 0x3b, 0x6f, 0x3b, 0x2b, 0x00}, // 4d 15f1 e388 ç¹¹
lynxeyed_atsu 0:eb1247cc069b 5813 {0x2a, 0x75, 0x1c, 0x76, 0x5d, 0x76, 0x1c, 0x00}, // 4d 15f2 e389 繪
lynxeyed_atsu 0:eb1247cc069b 5814 {0x2a, 0x75, 0x1b, 0x7f, 0x41, 0x7f, 0x5b, 0x00}, // 4d 15f3 e38a 繩
lynxeyed_atsu 0:eb1247cc069b 5815 {0x2a, 0x75, 0x7f, 0x6a, 0x5d, 0x6a, 0x5d, 0x00}, // 4d 15f4 e38b ç¹¼
lynxeyed_atsu 0:eb1247cc069b 5816 {0x2a, 0x75, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 4d 15f5 e38c ç¹»
lynxeyed_atsu 0:eb1247cc069b 5817 {0x2a, 0x75, 0x4a, 0x36, 0x2b, 0x76, 0x0a, 0x00}, // 4d 15f6 e38d 纃
lynxeyed_atsu 0:eb1247cc069b 5818 {0x2a, 0x75, 0x52, 0x36, 0x2b, 0x76, 0x12, 0x00}, // 4d 15f7 e38e ç·•
lynxeyed_atsu 0:eb1247cc069b 5819 {0x2a, 0x75, 0x4e, 0x3a, 0x37, 0x3a, 0x46, 0x00}, // 4d 15f8 e38f ç¹½
lynxeyed_atsu 0:eb1247cc069b 5820 {0x56, 0x3b, 0x2e, 0x75, 0x2e, 0x7b, 0x16, 0x00}, // 4d 15f9 e390 è¾®
lynxeyed_atsu 0:eb1247cc069b 5821 {0x2a, 0x75, 0x4f, 0x69, 0x60, 0x6b, 0x4a, 0x00}, // 4d 15fa e391 繿
lynxeyed_atsu 0:eb1247cc069b 5822 {0x2a, 0x75, 0x2a, 0x6f, 0x6a, 0x1f, 0x5d, 0x00}, // 4d 15fb e392 纈
lynxeyed_atsu 0:eb1247cc069b 5823 {0x2a, 0x75, 0x4a, 0x37, 0x3a, 0x37, 0x4a, 0x00}, // 4d 15fc e393 纉
lynxeyed_atsu 0:eb1247cc069b 5824 {0x2a, 0x75, 0x4e, 0x3e, 0x3b, 0x3e, 0x4e, 0x00}, // 4d 15fd e394 續
lynxeyed_atsu 0:eb1247cc069b 5825 {0x2a, 0x75, 0x3f, 0x45, 0x57, 0x67, 0x55, 0x00}, // 4d 15fe e395 纒
lynxeyed_atsu 0:eb1247cc069b 5826 {0x2a, 0x75, 0x56, 0x23, 0x56, 0x1f, 0x5d, 0x00}, // 4d 15ff e396 纐
lynxeyed_atsu 0:eb1247cc069b 5827 {0x2a, 0x75, 0x57, 0x7b, 0x54, 0x33, 0x57, 0x00}, // 4d 1600 e397 纓
lynxeyed_atsu 0:eb1247cc069b 5828 {0x2a, 0x75, 0x28, 0x52, 0x2d, 0x7f, 0x56, 0x00}, // 4d 1601 e398 纔
lynxeyed_atsu 0:eb1247cc069b 5829 {0x2a, 0x75, 0x55, 0x7e, 0x55, 0x3f, 0x55, 0x00}, // 4d 1602 e399 纖
lynxeyed_atsu 0:eb1247cc069b 5830 {0x2a, 0x75, 0x54, 0x7f, 0x54, 0x3f, 0x55, 0x00}, // 4d 1603 e39a 纎
lynxeyed_atsu 0:eb1247cc069b 5831 {0x34, 0x7e, 0x3e, 0x4f, 0x3e, 0x6e, 0x34, 0x00}, // 4d 1604 e39b 纛
lynxeyed_atsu 0:eb1247cc069b 5832 {0x2a, 0x75, 0x47, 0x3d, 0x38, 0x7f, 0x46, 0x00}, // 4d 1605 e39c 纜
lynxeyed_atsu 0:eb1247cc069b 5833 {0x6c, 0x4b, 0x7e, 0x6a, 0x42, 0x7e, 0x42, 0x00}, // 4d 1606 e39d 缸
lynxeyed_atsu 0:eb1247cc069b 5834 {0x6c, 0x4b, 0x7e, 0x6a, 0x4a, 0x3f, 0x4e, 0x00}, // 4d 1607 e39e 缺
lynxeyed_atsu 0:eb1247cc069b 5835 {0x6b, 0x7e, 0x6a, 0x3c, 0x54, 0x7f, 0x1a, 0x00}, // 4d 1608 e39f ç½…
lynxeyed_atsu 0:eb1247cc069b 5836 {0x14, 0x73, 0x5b, 0x7c, 0x5b, 0x7b, 0x14, 0x00}, // 4d 1609 e3a0 罌
lynxeyed_atsu 0:eb1247cc069b 5837 {0x1c, 0x7c, 0x5f, 0x7b, 0x5f, 0x7c, 0x1c, 0x00}, // 4d 160a e3a1 罍
lynxeyed_atsu 0:eb1247cc069b 5838 {0x6b, 0x7e, 0x4a, 0x6c, 0x57, 0x3f, 0x4c, 0x00}, // 4d 160b e3a2 罎
lynxeyed_atsu 0:eb1247cc069b 5839 {0x6b, 0x7e, 0x26, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 4d 160c e3a3 罐
lynxeyed_atsu 0:eb1247cc069b 5840 {0x7f, 0x25, 0x1f, 0x29, 0x1f, 0x21, 0x7f, 0x00}, // 4d 160d e3a4 网
lynxeyed_atsu 0:eb1247cc069b 5841 {0x23, 0x25, 0x2b, 0x79, 0x2f, 0x25, 0x23, 0x00}, // 4d 160e e3a5 罕
lynxeyed_atsu 0:eb1247cc069b 5842 {0x7f, 0x15, 0x77, 0x5d, 0x57, 0x15, 0x7f, 0x00}, // 4d 160f e3a6 ç½”
lynxeyed_atsu 0:eb1247cc069b 5843 {0x57, 0x55, 0x37, 0x75, 0x17, 0x35, 0x57, 0x00}, // 4d 1610 e3a7 罘
lynxeyed_atsu 0:eb1247cc069b 5844 {0x17, 0x75, 0x57, 0x5d, 0x57, 0x75, 0x17, 0x00}, // 4d 1611 e3a8 罟
lynxeyed_atsu 0:eb1247cc069b 5845 {0x47, 0x7d, 0x57, 0x15, 0x37, 0x5d, 0x57, 0x00}, // 4d 1612 e3a9 ç½ 
lynxeyed_atsu 0:eb1247cc069b 5846 {0x17, 0x0d, 0x37, 0x3d, 0x77, 0x4d, 0x57, 0x00}, // 4d 1613 e3aa 罨
lynxeyed_atsu 0:eb1247cc069b 5847 {0x27, 0x3d, 0x2f, 0x6d, 0x3f, 0x2d, 0x27, 0x00}, // 4d 1614 e3ab 罩
lynxeyed_atsu 0:eb1247cc069b 5848 {0x57, 0x35, 0x7f, 0x55, 0x37, 0x7d, 0x57, 0x00}, // 4d 1615 e3ac 罧
lynxeyed_atsu 0:eb1247cc069b 5849 {0x6f, 0x6d, 0x17, 0x35, 0x57, 0x7d, 0x17, 0x00}, // 4d 1616 e3ad 罸
lynxeyed_atsu 0:eb1247cc069b 5850 {0x2f, 0x75, 0x27, 0x7d, 0x2f, 0x2d, 0x7f, 0x00}, // 4d 1617 e3ae 羂
lynxeyed_atsu 0:eb1247cc069b 5851 {0x47, 0x1d, 0x4f, 0x1d, 0x47, 0x1d, 0x57, 0x00}, // 4d 1618 e3af 羆
lynxeyed_atsu 0:eb1247cc069b 5852 {0x57, 0x35, 0x7f, 0x7d, 0x3f, 0x75, 0x37, 0x00}, // 4d 1619 e3b0 羃
lynxeyed_atsu 0:eb1247cc069b 5853 {0x2f, 0x75, 0x2f, 0x45, 0x1f, 0x5d, 0x77, 0x00}, // 4d 161a e3b1 羈
lynxeyed_atsu 0:eb1247cc069b 5854 {0x2f, 0x75, 0x2f, 0x55, 0x1f, 0x7d, 0x17, 0x00}, // 4d 161b e3b2 羇
lynxeyed_atsu 0:eb1247cc069b 5855 {0x52, 0x56, 0x37, 0x1e, 0x76, 0x57, 0x52, 0x00}, // 4d 161c e3b3 羌
lynxeyed_atsu 0:eb1247cc069b 5856 {0x52, 0x16, 0x57, 0x1e, 0x56, 0x17, 0x52, 0x00}, // 4d 161d e3b4 ç¾”
lynxeyed_atsu 0:eb1247cc069b 5857 {0x4a, 0x3a, 0x5b, 0x7e, 0x5a, 0x7b, 0x4a, 0x00}, // 4d 161e e3b5 羞
lynxeyed_atsu 0:eb1247cc069b 5858 {0x55, 0x3e, 0x15, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 4d 161f e3b6 羝
lynxeyed_atsu 0:eb1247cc069b 5859 {0x55, 0x3e, 0x15, 0x12, 0x75, 0x16, 0x34, 0x00}, // 4d 1620 e3b7 羚
lynxeyed_atsu 0:eb1247cc069b 5860 {0x2a, 0x2a, 0x37, 0x7f, 0x3b, 0x2f, 0x22, 0x00}, // 4d 1621 e3b8 ç¾£
lynxeyed_atsu 0:eb1247cc069b 5861 {0x55, 0x3e, 0x15, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 4d 1622 e3b9 羯
lynxeyed_atsu 0:eb1247cc069b 5862 {0x0a, 0x5a, 0x7b, 0x2e, 0x7a, 0x2b, 0x5a, 0x00}, // 4d 1623 e3ba ç¾²
lynxeyed_atsu 0:eb1247cc069b 5863 {0x4a, 0x56, 0x7f, 0x36, 0x7e, 0x57, 0x4a, 0x00}, // 4d 1624 e3bb ç¾¹
lynxeyed_atsu 0:eb1247cc069b 5864 {0x4a, 0x56, 0x5f, 0x36, 0x5e, 0x57, 0x4a, 0x00}, // 4d 1625 e3bc ç¾®
lynxeyed_atsu 0:eb1247cc069b 5865 {0x55, 0x3e, 0x15, 0x4e, 0x7e, 0x7b, 0x4e, 0x00}, // 4d 1626 e3bd 羶
lynxeyed_atsu 0:eb1247cc069b 5866 {0x42, 0x3e, 0x7a, 0x6b, 0x3a, 0x7a, 0x72, 0x00}, // 4d 1627 e3be 羸
lynxeyed_atsu 0:eb1247cc069b 5867 {0x6a, 0x6e, 0x07, 0x7e, 0x06, 0x6f, 0x6a, 0x00}, // 4d 1628 e3bf è­±
lynxeyed_atsu 0:eb1247cc069b 5868 {0x5a, 0x2f, 0x5a, 0x55, 0x7f, 0x55, 0x7f, 0x00}, // 4d 1629 e3c0 ç¿…
lynxeyed_atsu 0:eb1247cc069b 5869 {0x21, 0x35, 0x37, 0x6c, 0x25, 0x3d, 0x33, 0x00}, // 4d 162a e3c1 翆
lynxeyed_atsu 0:eb1247cc069b 5870 {0x2e, 0x33, 0x2e, 0x15, 0x7f, 0x15, 0x7f, 0x00}, // 4d 162b e3c2 ç¿Š
lynxeyed_atsu 0:eb1247cc069b 5871 {0x54, 0x34, 0x7e, 0x0d, 0x5e, 0x34, 0x74, 0x00}, // 4d 162c e3c3 ç¿•
lynxeyed_atsu 0:eb1247cc069b 5872 {0x55, 0x3e, 0x29, 0x15, 0x7f, 0x15, 0x7f, 0x00}, // 4d 162d e3c4 ç¿”
lynxeyed_atsu 0:eb1247cc069b 5873 {0x2a, 0x5a, 0x2f, 0x78, 0x5f, 0x2a, 0x7a, 0x00}, // 4d 162e e3c5 ç¿¡
lynxeyed_atsu 0:eb1247cc069b 5874 {0x52, 0x3e, 0x77, 0x0e, 0x52, 0x3f, 0x72, 0x00}, // 4d 162f e3c6 翦
lynxeyed_atsu 0:eb1247cc069b 5875 {0x7d, 0x35, 0x70, 0x15, 0x7f, 0x15, 0x7f, 0x00}, // 4d 1630 e3c7 ç¿©
lynxeyed_atsu 0:eb1247cc069b 5876 {0x5f, 0x37, 0x7d, 0x15, 0x5b, 0x35, 0x7b, 0x00}, // 4d 1631 e3c8 翳
lynxeyed_atsu 0:eb1247cc069b 5877 {0x5e, 0x37, 0x7e, 0x55, 0x7f, 0x55, 0x7f, 0x00}, // 4d 1632 e3c9 翹
lynxeyed_atsu 0:eb1247cc069b 5878 {0x15, 0x6f, 0x7f, 0x35, 0x7f, 0x3b, 0x54, 0x00}, // 4d 1633 e3ca 飜
lynxeyed_atsu 0:eb1247cc069b 5879 {0x14, 0x0e, 0x66, 0x7f, 0x76, 0x75, 0x14, 0x00}, // 4d 1634 e3cb 耆
lynxeyed_atsu 0:eb1247cc069b 5880 {0x28, 0x2a, 0x36, 0x7f, 0x5a, 0x59, 0x48, 0x00}, // 4d 1635 e3cc 耄
lynxeyed_atsu 0:eb1247cc069b 5881 {0x48, 0x5a, 0x56, 0x7f, 0x5a, 0x59, 0x48, 0x00}, // 4d 1636 e3cd 耋
lynxeyed_atsu 0:eb1247cc069b 5882 {0x52, 0x56, 0x36, 0x7f, 0x36, 0x55, 0x50, 0x00}, // 4d 1637 e3ce 耒
lynxeyed_atsu 0:eb1247cc069b 5883 {0x2a, 0x7f, 0x29, 0x44, 0x65, 0x5d, 0x65, 0x00}, // 4d 1638 e3cf 耘
lynxeyed_atsu 0:eb1247cc069b 5884 {0x2a, 0x7f, 0x29, 0x7f, 0x49, 0x4f, 0x6f, 0x00}, // 4d 1639 e3d0 耙
lynxeyed_atsu 0:eb1247cc069b 5885 {0x2a, 0x7f, 0x29, 0x7f, 0x55, 0x57, 0x70, 0x00}, // 4d 163a e3d1 耜
lynxeyed_atsu 0:eb1247cc069b 5886 {0x2a, 0x7f, 0x3f, 0x2a, 0x7e, 0x1f, 0x7c, 0x00}, // 4d 163b e3d2 耡
lynxeyed_atsu 0:eb1247cc069b 5887 {0x2a, 0x7f, 0x18, 0x37, 0x5f, 0x7b, 0x15, 0x00}, // 4d 163c e3d3 耨
lynxeyed_atsu 0:eb1247cc069b 5888 {0x21, 0x3f, 0x2d, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 4d 163d e3d4 耿
lynxeyed_atsu 0:eb1247cc069b 5889 {0x21, 0x3f, 0x7f, 0x7c, 0x40, 0x7f, 0x44, 0x00}, // 4d 163e e3d5 耻
lynxeyed_atsu 0:eb1247cc069b 5890 {0x21, 0x3f, 0x7f, 0x5e, 0x31, 0x7e, 0x1e, 0x00}, // 4d 163f e3d6 聊
lynxeyed_atsu 0:eb1247cc069b 5891 {0x21, 0x3f, 0x7f, 0x12, 0x75, 0x16, 0x34, 0x00}, // 4d 1640 e3d7 聆
lynxeyed_atsu 0:eb1247cc069b 5892 {0x21, 0x3f, 0x7f, 0x04, 0x76, 0x5e, 0x75, 0x00}, // 4d 1641 e3d8 聒
lynxeyed_atsu 0:eb1247cc069b 5893 {0x21, 0x3f, 0x7f, 0x08, 0x3e, 0x2f, 0x6e, 0x00}, // 4d 1642 e3d9 聘
lynxeyed_atsu 0:eb1247cc069b 5894 {0x45, 0x57, 0x2f, 0x75, 0x2b, 0x55, 0x4b, 0x00}, // 4d 1643 e3da 聚
lynxeyed_atsu 0:eb1247cc069b 5895 {0x24, 0x2b, 0x36, 0x2a, 0x2e, 0x7a, 0x2e, 0x00}, // 4d 1644 e3db 聟
lynxeyed_atsu 0:eb1247cc069b 5896 {0x21, 0x3f, 0x7f, 0x46, 0x2a, 0x7b, 0x56, 0x00}, // 4d 1645 e3dc 聢
lynxeyed_atsu 0:eb1247cc069b 5897 {0x21, 0x3f, 0x7f, 0x52, 0x3d, 0x7a, 0x15, 0x00}, // 4d 1646 e3dd 聨
lynxeyed_atsu 0:eb1247cc069b 5898 {0x2a, 0x2d, 0x3a, 0x29, 0x2e, 0x7d, 0x2a, 0x00}, // 4d 1647 e3de 聳
lynxeyed_atsu 0:eb1247cc069b 5899 {0x2a, 0x26, 0x37, 0x32, 0x3b, 0x75, 0x2b, 0x00}, // 4d 1648 e3df 聲
lynxeyed_atsu 0:eb1247cc069b 5900 {0x21, 0x3f, 0x7f, 0x6e, 0x2f, 0x4e, 0x6e, 0x00}, // 4d 1649 e3e0 聰
lynxeyed_atsu 0:eb1247cc069b 5901 {0x2d, 0x3d, 0x7f, 0x07, 0x2f, 0x3f, 0x7d, 0x00}, // 4d 164a e3e1 聶
lynxeyed_atsu 0:eb1247cc069b 5902 {0x21, 0x3f, 0x7f, 0x16, 0x5e, 0x7b, 0x16, 0x00}, // 4d 164b e3e2 聹
lynxeyed_atsu 0:eb1247cc069b 5903 {0x29, 0x3f, 0x7f, 0x6a, 0x2e, 0x4f, 0x6e, 0x00}, // 4d 164c e3e3 聽
lynxeyed_atsu 0:eb1247cc069b 5904 {0x28, 0x2a, 0x2a, 0x7f, 0x2a, 0x2e, 0x24, 0x00}, // 4d 164d e3e4 聿
lynxeyed_atsu 0:eb1247cc069b 5905 {0x57, 0x3a, 0x5a, 0x28, 0x2a, 0x7f, 0x24, 0x00}, // 4d 164e e3e5 è‚„
lynxeyed_atsu 0:eb1247cc069b 5906 {0x50, 0x7f, 0x55, 0x75, 0x2a, 0x7f, 0x24, 0x00}, // 4d 164f e3e6 肆
lynxeyed_atsu 0:eb1247cc069b 5907 {0x48, 0x3a, 0x6e, 0x07, 0x6e, 0x2e, 0x74, 0x00}, // 4d 1650 e3e7 è‚…
lynxeyed_atsu 0:eb1247cc069b 5908 {0x7f, 0x15, 0x7f, 0x40, 0x42, 0x7e, 0x42, 0x00}, // 4d 1651 e3e8 è‚›
lynxeyed_atsu 0:eb1247cc069b 5909 {0x02, 0x7e, 0x2a, 0x2b, 0x2a, 0x7a, 0x02, 0x00}, // 4d 1652 e3e9 è‚“
lynxeyed_atsu 0:eb1247cc069b 5910 {0x7f, 0x15, 0x7f, 0x40, 0x44, 0x7f, 0x44, 0x00}, // 4d 1653 e3ea è‚š
lynxeyed_atsu 0:eb1247cc069b 5911 {0x7f, 0x15, 0x7f, 0x7c, 0x15, 0x4f, 0x7c, 0x00}, // 4d 1654 e3eb è‚­
lynxeyed_atsu 0:eb1247cc069b 5912 {0x07, 0x79, 0x2d, 0x2d, 0x2d, 0x79, 0x07, 0x00}, // 4d 1655 e3ec 冐
lynxeyed_atsu 0:eb1247cc069b 5913 {0x7f, 0x15, 0x7f, 0x42, 0x3f, 0x7a, 0x43, 0x00}, // 4d 1656 e3ed 肬
lynxeyed_atsu 0:eb1247cc069b 5914 {0x7f, 0x15, 0x7f, 0x1f, 0x15, 0x7f, 0x1f, 0x00}, // 4d 1657 e3ee 胛
lynxeyed_atsu 0:eb1247cc069b 5915 {0x09, 0x75, 0x29, 0x2f, 0x2b, 0x79, 0x0b, 0x00}, // 4d 1658 e3ef 胥
lynxeyed_atsu 0:eb1247cc069b 5916 {0x7f, 0x15, 0x7f, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 4d 1659 e3f0 胙
lynxeyed_atsu 0:eb1247cc069b 5917 {0x7f, 0x15, 0x7f, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 4d 165a e3f1 胝
lynxeyed_atsu 0:eb1247cc069b 5918 {0x0e, 0x7a, 0x2a, 0x2f, 0x2a, 0x7a, 0x0e, 0x00}, // 4d 165b e3f2 胄
lynxeyed_atsu 0:eb1247cc069b 5919 {0x7f, 0x15, 0x7f, 0x49, 0x45, 0x7f, 0x49, 0x00}, // 4d 165c e3f3 胚
lynxeyed_atsu 0:eb1247cc069b 5920 {0x7f, 0x15, 0x7f, 0x29, 0x7c, 0x29, 0x2a, 0x00}, // 4d 165d e3f4 胖
lynxeyed_atsu 0:eb1247cc069b 5921 {0x7f, 0x15, 0x7f, 0x28, 0x5d, 0x7d, 0x28, 0x00}, // 4d 165e e3f5 脉
lynxeyed_atsu 0:eb1247cc069b 5922 {0x7f, 0x15, 0x7f, 0x0a, 0x36, 0x37, 0x6a, 0x00}, // 4d 165f e3f6 胯
lynxeyed_atsu 0:eb1247cc069b 5923 {0x7f, 0x15, 0x7f, 0x4a, 0x3c, 0x7f, 0x4a, 0x00}, // 4d 1660 e3f7 胱
lynxeyed_atsu 0:eb1247cc069b 5924 {0x7f, 0x15, 0x7f, 0x55, 0x5b, 0x75, 0x5b, 0x00}, // 4d 1661 e3f8 è„›
lynxeyed_atsu 0:eb1247cc069b 5925 {0x04, 0x7e, 0x3f, 0x7a, 0x2d, 0x7b, 0x08, 0x00}, // 4d 1662 e3f9 è„©
lynxeyed_atsu 0:eb1247cc069b 5926 {0x08, 0x77, 0x3f, 0x3b, 0x37, 0x7b, 0x09, 0x00}, // 4d 1663 e3fa è„£
lynxeyed_atsu 0:eb1247cc069b 5927 {0x7f, 0x15, 0x7f, 0x7a, 0x7f, 0x2a, 0x7b, 0x00}, // 4d 1664 e3fb 脯
lynxeyed_atsu 0:eb1247cc069b 5928 {0x7f, 0x15, 0x7f, 0x12, 0x7e, 0x2b, 0x5a, 0x00}, // 4d 1665 e3fc è…‹
lynxeyed_atsu 0:eb1247cc069b 5929 {0x7f, 0x25, 0x1b, 0x76, 0x3b, 0x7e, 0x0a, 0x00}, // 4e 1666 e440 éš‹
lynxeyed_atsu 0:eb1247cc069b 5930 {0x7f, 0x15, 0x7f, 0x5e, 0x1f, 0x1a, 0x5f, 0x00}, // 4e 1667 e441 è…†
lynxeyed_atsu 0:eb1247cc069b 5931 {0x7f, 0x15, 0x7f, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 4e 1668 e442 脾
lynxeyed_atsu 0:eb1247cc069b 5932 {0x7f, 0x15, 0x7f, 0x2a, 0x7f, 0x7f, 0x2a, 0x00}, // 4e 1669 e443 è…“
lynxeyed_atsu 0:eb1247cc069b 5933 {0x7f, 0x15, 0x7f, 0x3e, 0x7a, 0x13, 0x7a, 0x00}, // 4e 166a e444 è…‘
lynxeyed_atsu 0:eb1247cc069b 5934 {0x7f, 0x15, 0x7f, 0x54, 0x3d, 0x14, 0x7d, 0x00}, // 4e 166b e445 胼
lynxeyed_atsu 0:eb1247cc069b 5935 {0x7f, 0x15, 0x7f, 0x49, 0x37, 0x4a, 0x5f, 0x00}, // 4e 166c e446 è…±
lynxeyed_atsu 0:eb1247cc069b 5936 {0x7f, 0x15, 0x7f, 0x6f, 0x2d, 0x4f, 0x6f, 0x00}, // 4e 166d e447 è…®
lynxeyed_atsu 0:eb1247cc069b 5937 {0x7f, 0x15, 0x7f, 0x48, 0x57, 0x7d, 0x57, 0x00}, // 4e 166e e448 è…¥
lynxeyed_atsu 0:eb1247cc069b 5938 {0x7f, 0x15, 0x7f, 0x7a, 0x6d, 0x5a, 0x7d, 0x00}, // 4e 166f e449 è…¦
lynxeyed_atsu 0:eb1247cc069b 5939 {0x7f, 0x15, 0x7f, 0x5e, 0x55, 0x3e, 0x5e, 0x00}, // 4e 1670 e44a è…´
lynxeyed_atsu 0:eb1247cc069b 5940 {0x7f, 0x15, 0x7f, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 4e 1671 e44b 膃
lynxeyed_atsu 0:eb1247cc069b 5941 {0x7f, 0x15, 0x7f, 0x79, 0x2f, 0x6f, 0x79, 0x00}, // 4e 1672 e44c 膈
lynxeyed_atsu 0:eb1247cc069b 5942 {0x7f, 0x15, 0x7f, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 4e 1673 e44d 膊
lynxeyed_atsu 0:eb1247cc069b 5943 {0x7f, 0x15, 0x7f, 0x4e, 0x3b, 0x6e, 0x1a, 0x00}, // 4e 1674 e44e 膀
lynxeyed_atsu 0:eb1247cc069b 5944 {0x0a, 0x77, 0x3e, 0x34, 0x3f, 0x76, 0x0a, 0x00}, // 4e 1675 e44f 膂
lynxeyed_atsu 0:eb1247cc069b 5945 {0x7f, 0x15, 0x7f, 0x11, 0x4b, 0x55, 0x2b, 0x00}, // 4e 1676 e450 膠
lynxeyed_atsu 0:eb1247cc069b 5946 {0x7f, 0x15, 0x7f, 0x6d, 0x4f, 0x55, 0x7f, 0x00}, // 4e 1677 e451 膕
lynxeyed_atsu 0:eb1247cc069b 5947 {0x7f, 0x15, 0x7f, 0x06, 0x53, 0x77, 0x26, 0x00}, // 4e 1678 e452 膤
lynxeyed_atsu 0:eb1247cc069b 5948 {0x7f, 0x15, 0x7f, 0x56, 0x5a, 0x77, 0x56, 0x00}, // 4e 1679 e453 膣
lynxeyed_atsu 0:eb1247cc069b 5949 {0x7f, 0x15, 0x7f, 0x56, 0x5a, 0x6b, 0x56, 0x00}, // 4e 167a e454 è…Ÿ
lynxeyed_atsu 0:eb1247cc069b 5950 {0x7f, 0x15, 0x7f, 0x24, 0x5f, 0x3e, 0x72, 0x00}, // 4e 167b e455 膓
lynxeyed_atsu 0:eb1247cc069b 5951 {0x7f, 0x15, 0x7f, 0x36, 0x42, 0x3f, 0x52, 0x00}, // 4e 167c e456 膩
lynxeyed_atsu 0:eb1247cc069b 5952 {0x7f, 0x15, 0x7f, 0x15, 0x6f, 0x7f, 0x15, 0x00}, // 4e 167d e457 膰
lynxeyed_atsu 0:eb1247cc069b 5953 {0x7f, 0x15, 0x7f, 0x2f, 0x72, 0x2f, 0x32, 0x00}, // 4e 167e e458 膵
lynxeyed_atsu 0:eb1247cc069b 5954 {0x7f, 0x15, 0x7f, 0x16, 0x7d, 0x76, 0x1c, 0x00}, // 4e 167f e459 膾
lynxeyed_atsu 0:eb1247cc069b 5955 {0x7f, 0x15, 0x7f, 0x65, 0x4a, 0x7f, 0x7a, 0x00}, // 4e 1680 e45a 膸
lynxeyed_atsu 0:eb1247cc069b 5956 {0x7f, 0x15, 0x7f, 0x3e, 0x75, 0x7f, 0x2c, 0x00}, // 4e 1681 e45b 膽
lynxeyed_atsu 0:eb1247cc069b 5957 {0x08, 0x77, 0x3b, 0x37, 0x3b, 0x75, 0x0b, 0x00}, // 4e 1682 e45c 臀
lynxeyed_atsu 0:eb1247cc069b 5958 {0x04, 0x7f, 0x3b, 0x30, 0x36, 0x7b, 0x06, 0x00}, // 4e 1683 e45d 臂
lynxeyed_atsu 0:eb1247cc069b 5959 {0x40, 0x3e, 0x0e, 0x72, 0x3f, 0x3e, 0x7a, 0x00}, // 4e 1684 e45e 膺
lynxeyed_atsu 0:eb1247cc069b 5960 {0x7f, 0x15, 0x7f, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 4e 1685 e45f 臉
lynxeyed_atsu 0:eb1247cc069b 5961 {0x7f, 0x15, 0x7f, 0x36, 0x2b, 0x76, 0x0a, 0x00}, // 4e 1686 e460 臍
lynxeyed_atsu 0:eb1247cc069b 5962 {0x7f, 0x15, 0x7f, 0x66, 0x2b, 0x7f, 0x6e, 0x00}, // 4e 1687 e461 臑
lynxeyed_atsu 0:eb1247cc069b 5963 {0x7f, 0x15, 0x7f, 0x52, 0x1f, 0x56, 0x5f, 0x00}, // 4e 1688 e462 臙
lynxeyed_atsu 0:eb1247cc069b 5964 {0x7f, 0x15, 0x7f, 0x72, 0x5d, 0x2e, 0x7d, 0x00}, // 4e 1689 e463 臘
lynxeyed_atsu 0:eb1247cc069b 5965 {0x7f, 0x15, 0x7f, 0x32, 0x2f, 0x4e, 0x7b, 0x00}, // 4e 168a e464 臈
lynxeyed_atsu 0:eb1247cc069b 5966 {0x7f, 0x15, 0x7f, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 4e 168b e465 臚
lynxeyed_atsu 0:eb1247cc069b 5967 {0x7f, 0x15, 0x7f, 0x6f, 0x7a, 0x3f, 0x4a, 0x00}, // 4e 168c e466 臟
lynxeyed_atsu 0:eb1247cc069b 5968 {0x7a, 0x1d, 0x5a, 0x37, 0x57, 0x1a, 0x7d, 0x00}, // 4e 168d e467 臠
lynxeyed_atsu 0:eb1247cc069b 5969 {0x36, 0x54, 0x3e, 0x7a, 0x4a, 0x3f, 0x52, 0x00}, // 4e 168e e468 臧
lynxeyed_atsu 0:eb1247cc069b 5970 {0x5a, 0x6a, 0x7e, 0x6f, 0x5e, 0x6a, 0x5a, 0x00}, // 4e 168f e469 臺
lynxeyed_atsu 0:eb1247cc069b 5971 {0x55, 0x7b, 0x5d, 0x2a, 0x7f, 0x2e, 0x5a, 0x00}, // 4e 1690 e46a 臻
lynxeyed_atsu 0:eb1247cc069b 5972 {0x5e, 0x55, 0x20, 0x1f, 0x20, 0x55, 0x5f, 0x00}, // 4e 1691 e46b 臾
lynxeyed_atsu 0:eb1247cc069b 5973 {0x20, 0x6e, 0x3d, 0x28, 0x7d, 0x2f, 0x20, 0x00}, // 4e 1692 e46c 舁
lynxeyed_atsu 0:eb1247cc069b 5974 {0x28, 0x1a, 0x6e, 0x5f, 0x4e, 0x7a, 0x28, 0x00}, // 4e 1693 e46d 舂
lynxeyed_atsu 0:eb1247cc069b 5975 {0x50, 0x5e, 0x35, 0x1c, 0x15, 0x5f, 0x70, 0x00}, // 4e 1694 e46e 舅
lynxeyed_atsu 0:eb1247cc069b 5976 {0x5e, 0x55, 0x1b, 0x12, 0x1e, 0x55, 0x5f, 0x00}, // 4e 1695 e46f 與
lynxeyed_atsu 0:eb1247cc069b 5977 {0x0a, 0x66, 0x7f, 0x56, 0x7f, 0x76, 0x12, 0x00}, // 4e 1696 e470 舊
lynxeyed_atsu 0:eb1247cc069b 5978 {0x14, 0x74, 0x56, 0x5d, 0x56, 0x74, 0x14, 0x00}, // 4e 1697 e471 舍
lynxeyed_atsu 0:eb1247cc069b 5979 {0x76, 0x5e, 0x75, 0x7e, 0x4a, 0x3e, 0x49, 0x00}, // 4e 1698 e472 舐
lynxeyed_atsu 0:eb1247cc069b 5980 {0x6a, 0x5d, 0x7a, 0x2a, 0x7f, 0x2a, 0x7b, 0x00}, // 4e 1699 e473 舖
lynxeyed_atsu 0:eb1247cc069b 5981 {0x7e, 0x13, 0x7e, 0x63, 0x58, 0x23, 0x44, 0x00}, // 4e 169a e474 舩
lynxeyed_atsu 0:eb1247cc069b 5982 {0x7e, 0x13, 0x7e, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 4e 169b e475 舫
lynxeyed_atsu 0:eb1247cc069b 5983 {0x7e, 0x13, 0x7e, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 4e 169c e476 舸
lynxeyed_atsu 0:eb1247cc069b 5984 {0x7e, 0x13, 0x7e, 0x4a, 0x7f, 0x4a, 0x7e, 0x00}, // 4e 169d e477 舳
lynxeyed_atsu 0:eb1247cc069b 5985 {0x7e, 0x13, 0x7e, 0x21, 0x6b, 0x39, 0x22, 0x00}, // 4e 169e e478 艀
lynxeyed_atsu 0:eb1247cc069b 5986 {0x7e, 0x13, 0x7e, 0x24, 0x1e, 0x6d, 0x62, 0x00}, // 4e 169f e479 艙
lynxeyed_atsu 0:eb1247cc069b 5987 {0x7e, 0x13, 0x7e, 0x4e, 0x59, 0x2e, 0x5e, 0x00}, // 4e 16a0 e47a 艘
lynxeyed_atsu 0:eb1247cc069b 5988 {0x7e, 0x13, 0x7e, 0x06, 0x53, 0x77, 0x26, 0x00}, // 4e 16a1 e47b 艝
lynxeyed_atsu 0:eb1247cc069b 5989 {0x7e, 0x13, 0x7e, 0x7f, 0x5a, 0x7f, 0x1a, 0x00}, // 4e 16a2 e47c 艚
lynxeyed_atsu 0:eb1247cc069b 5990 {0x7e, 0x13, 0x7e, 0x5e, 0x7b, 0x5e, 0x4a, 0x00}, // 4e 16a3 e47d 艟
lynxeyed_atsu 0:eb1247cc069b 5991 {0x7e, 0x13, 0x7e, 0x7b, 0x2e, 0x3b, 0x5a, 0x00}, // 4e 16a4 e47e 艤
lynxeyed_atsu 0:eb1247cc069b 5992 {0x7e, 0x13, 0x7e, 0x76, 0x5b, 0x76, 0x7a, 0x00}, // 4f 16a5 e480 艢
lynxeyed_atsu 0:eb1247cc069b 5993 {0x7e, 0x13, 0x7e, 0x5f, 0x7a, 0x2f, 0x5a, 0x00}, // 4f 16a6 e481 艨
lynxeyed_atsu 0:eb1247cc069b 5994 {0x7e, 0x13, 0x7e, 0x12, 0x7d, 0x6f, 0x10, 0x00}, // 4f 16a7 e482 艪
lynxeyed_atsu 0:eb1247cc069b 5995 {0x7e, 0x13, 0x7e, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 4f 16a8 e483 艫
lynxeyed_atsu 0:eb1247cc069b 5996 {0x7e, 0x13, 0x7e, 0x41, 0x3d, 0x15, 0x1d, 0x00}, // 4f 16a9 e484 舮
lynxeyed_atsu 0:eb1247cc069b 5997 {0x5b, 0x3e, 0x5b, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 4f 16aa e485 艱
lynxeyed_atsu 0:eb1247cc069b 5998 {0x4f, 0x76, 0x77, 0x2f, 0x7a, 0x5d, 0x5b, 0x00}, // 4f 16ab e486 艷
lynxeyed_atsu 0:eb1247cc069b 5999 {0x1e, 0x50, 0x3f, 0x1e, 0x10, 0x7f, 0x1e, 0x00}, // 4f 16ac e487 艸
lynxeyed_atsu 0:eb1247cc069b 6000 {0x42, 0x42, 0x57, 0x22, 0x57, 0x42, 0x42, 0x00}, // 4f 16ad e488 艾
lynxeyed_atsu 0:eb1247cc069b 6001 {0x12, 0x0a, 0x1f, 0x2a, 0x0f, 0x4a, 0x7a, 0x00}, // 4f 16ae e489 芍
lynxeyed_atsu 0:eb1247cc069b 6002 {0x0a, 0x3a, 0x4b, 0x4e, 0x4b, 0x4a, 0x4a, 0x00}, // 4f 16af e48a 芒
lynxeyed_atsu 0:eb1247cc069b 6003 {0x52, 0x56, 0x37, 0x16, 0x77, 0x56, 0x52, 0x00}, // 4f 16b0 e48b 芫
lynxeyed_atsu 0:eb1247cc069b 6004 {0x4a, 0x46, 0x5b, 0x2a, 0x5b, 0x4e, 0x4a, 0x00}, // 4f 16b1 e48c 芟
lynxeyed_atsu 0:eb1247cc069b 6005 {0x24, 0x5b, 0x7e, 0x36, 0x12, 0x5a, 0x7e, 0x00}, // 4f 16b2 e48d 芻
lynxeyed_atsu 0:eb1247cc069b 6006 {0x12, 0x4a, 0x57, 0x32, 0x57, 0x7a, 0x12, 0x00}, // 4f 16b3 e48e 芬
lynxeyed_atsu 0:eb1247cc069b 6007 {0x22, 0x1e, 0x53, 0x46, 0x2b, 0x3e, 0x42, 0x00}, // 4f 16b4 e48f è‹¡
lynxeyed_atsu 0:eb1247cc069b 6008 {0x02, 0x7e, 0x57, 0x56, 0x57, 0x5e, 0x46, 0x00}, // 4f 16b5 e490 è‹£
lynxeyed_atsu 0:eb1247cc069b 6009 {0x12, 0x0a, 0x6f, 0x6a, 0x0f, 0x4a, 0x7a, 0x00}, // 4f 16b6 e491 è‹Ÿ
lynxeyed_atsu 0:eb1247cc069b 6010 {0x22, 0x7e, 0x2b, 0x3e, 0x2b, 0x7e, 0x22, 0x00}, // 4f 16b7 e492 è‹’
lynxeyed_atsu 0:eb1247cc069b 6011 {0x42, 0x7e, 0x57, 0x56, 0x57, 0x7e, 0x42, 0x00}, // 4f 16b8 e493 è‹´
lynxeyed_atsu 0:eb1247cc069b 6012 {0x22, 0x2a, 0x2b, 0x56, 0x1f, 0x22, 0x22, 0x00}, // 4f 16b9 e494 苳
lynxeyed_atsu 0:eb1247cc069b 6013 {0x0a, 0x3a, 0x2f, 0x3e, 0x6b, 0x7e, 0x2a, 0x00}, // 4f 16ba e495 苺
lynxeyed_atsu 0:eb1247cc069b 6014 {0x0a, 0x36, 0x2f, 0x3e, 0x6b, 0x7e, 0x2a, 0x00}, // 4f 16bb e496 莓
lynxeyed_atsu 0:eb1247cc069b 6015 {0x56, 0x02, 0x3f, 0x46, 0x57, 0x5e, 0x62, 0x00}, // 4f 16bc e497 范
lynxeyed_atsu 0:eb1247cc069b 6016 {0x12, 0x7a, 0x07, 0x2a, 0x4b, 0x7e, 0x0a, 0x00}, // 4f 16bd e498 è‹»
lynxeyed_atsu 0:eb1247cc069b 6017 {0x22, 0x2a, 0x27, 0x7e, 0x27, 0x2a, 0x22, 0x00}, // 4f 16be e499 苹
lynxeyed_atsu 0:eb1247cc069b 6018 {0x0a, 0x06, 0x7f, 0x56, 0x5f, 0x42, 0x5e, 0x00}, // 4f 16bf e49a è‹ž
lynxeyed_atsu 0:eb1247cc069b 6019 {0x3a, 0x6a, 0x37, 0x02, 0x7f, 0x06, 0x3e, 0x00}, // 4f 16c0 e49b 茆
lynxeyed_atsu 0:eb1247cc069b 6020 {0x02, 0x7e, 0x57, 0x56, 0x57, 0x7e, 0x02, 0x00}, // 4f 16c1 e49c 苜
lynxeyed_atsu 0:eb1247cc069b 6021 {0x4a, 0x5a, 0x3b, 0x7e, 0x3b, 0x5a, 0x4a, 0x00}, // 4f 16c2 e49d 茉
lynxeyed_atsu 0:eb1247cc069b 6022 {0x4a, 0x4a, 0x7b, 0x4e, 0x6b, 0x5a, 0x4a, 0x00}, // 4f 16c3 e49e è‹™
lynxeyed_atsu 0:eb1247cc069b 6023 {0x7e, 0x42, 0x6b, 0x5e, 0x6b, 0x42, 0x7e, 0x00}, // 4f 16c4 e49f 茵
lynxeyed_atsu 0:eb1247cc069b 6024 {0x7e, 0x46, 0x7f, 0x6e, 0x7f, 0x46, 0x7e, 0x00}, // 4f 16c5 e4a0 茴
lynxeyed_atsu 0:eb1247cc069b 6025 {0x22, 0x2a, 0x6b, 0x56, 0x6f, 0x22, 0x22, 0x00}, // 4f 16c6 e4a1 茖
lynxeyed_atsu 0:eb1247cc069b 6026 {0x6a, 0x56, 0x63, 0x02, 0x6b, 0x56, 0x62, 0x00}, // 4f 16c7 e4a2 茲
lynxeyed_atsu 0:eb1247cc069b 6027 {0x52, 0x5a, 0x37, 0x7e, 0x37, 0x56, 0x52, 0x00}, // 4f 16c8 e4a3 茱
lynxeyed_atsu 0:eb1247cc069b 6028 {0x0a, 0x06, 0x7f, 0x56, 0x7f, 0x06, 0x7e, 0x00}, // 4f 16c9 e4a4 荀
lynxeyed_atsu 0:eb1247cc069b 6029 {0x4a, 0x5a, 0x2f, 0x5a, 0x7b, 0x4a, 0x7a, 0x00}, // 4f 16ca e4a5 茹
lynxeyed_atsu 0:eb1247cc069b 6030 {0x12, 0x7a, 0x17, 0x52, 0x77, 0x1e, 0x12, 0x00}, // 4f 16cb e4a6 荐
lynxeyed_atsu 0:eb1247cc069b 6031 {0x12, 0x12, 0x6b, 0x6e, 0x6b, 0x12, 0x12, 0x00}, // 4f 16cc e4a7 荅
lynxeyed_atsu 0:eb1247cc069b 6032 {0x12, 0x7a, 0x07, 0x4a, 0x3f, 0x4a, 0x4a, 0x00}, // 4f 16cd e4a8 茯
lynxeyed_atsu 0:eb1247cc069b 6033 {0x56, 0x02, 0x0b, 0x7a, 0x4f, 0x4a, 0x4a, 0x00}, // 4f 16ce e4a9 茫
lynxeyed_atsu 0:eb1247cc069b 6034 {0x22, 0x2a, 0x2b, 0x76, 0x57, 0x5e, 0x72, 0x00}, // 4f 16cf e4aa 茗
lynxeyed_atsu 0:eb1247cc069b 6035 {0x52, 0x36, 0x5f, 0x76, 0x37, 0x5e, 0x72, 0x00}, // 4f 16d0 e4ab 茘
lynxeyed_atsu 0:eb1247cc069b 6036 {0x12, 0x7a, 0x07, 0x4a, 0x7b, 0x6e, 0x5a, 0x00}, // 4f 16d1 e4ac 莅
lynxeyed_atsu 0:eb1247cc069b 6037 {0x56, 0x2e, 0x43, 0x76, 0x67, 0x7e, 0x6a, 0x00}, // 4f 16d2 e4ad 莚
lynxeyed_atsu 0:eb1247cc069b 6038 {0x2a, 0x2e, 0x7f, 0x0a, 0x5f, 0x2a, 0x56, 0x00}, // 4f 16d3 e4ae 莪
lynxeyed_atsu 0:eb1247cc069b 6039 {0x0a, 0x6a, 0x67, 0x6a, 0x7b, 0x66, 0x0a, 0x00}, // 4f 16d4 e4af 莟
lynxeyed_atsu 0:eb1247cc069b 6040 {0x52, 0x4e, 0x53, 0x3e, 0x53, 0x4e, 0x52, 0x00}, // 4f 16d5 e4b0 莢
lynxeyed_atsu 0:eb1247cc069b 6041 {0x5a, 0x56, 0x53, 0x7a, 0x57, 0x5a, 0x56, 0x00}, // 4f 16d6 e4b1 莖
lynxeyed_atsu 0:eb1247cc069b 6042 {0x52, 0x5a, 0x53, 0x3e, 0x57, 0x5e, 0x52, 0x00}, // 4f 16d7 e4b2 茣
lynxeyed_atsu 0:eb1247cc069b 6043 {0x56, 0x02, 0x13, 0x4e, 0x5f, 0x26, 0x0a, 0x00}, // 4f 16d8 e4b3 莎
lynxeyed_atsu 0:eb1247cc069b 6044 {0x42, 0x7e, 0x57, 0x3e, 0x6b, 0x1e, 0x7a, 0x00}, // 4f 16d9 e4b4 莇
lynxeyed_atsu 0:eb1247cc069b 6045 {0x5a, 0x32, 0x7f, 0x12, 0x53, 0x7a, 0x52, 0x00}, // 4f 16da e4b5 莊
lynxeyed_atsu 0:eb1247cc069b 6046 {0x4a, 0x3a, 0x57, 0x7e, 0x17, 0x3a, 0x4a, 0x00}, // 4f 16db e4b6 荼
lynxeyed_atsu 0:eb1247cc069b 6047 {0x42, 0x5e, 0x37, 0x1e, 0x77, 0x5e, 0x62, 0x00}, // 4f 16dc e4b7 莵
lynxeyed_atsu 0:eb1247cc069b 6048 {0x42, 0x5e, 0x77, 0x56, 0x77, 0x5e, 0x42, 0x00}, // 4f 16dd e4b8 荳
lynxeyed_atsu 0:eb1247cc069b 6049 {0x62, 0x36, 0x57, 0x4e, 0x57, 0x1e, 0x62, 0x00}, // 4f 16de e4b9 荵
lynxeyed_atsu 0:eb1247cc069b 6050 {0x4a, 0x5a, 0x37, 0x1e, 0x37, 0x6a, 0x0a, 0x00}, // 4f 16df e4ba 莠
lynxeyed_atsu 0:eb1247cc069b 6051 {0x52, 0x36, 0x7f, 0x36, 0x1b, 0x42, 0x7a, 0x00}, // 4f 16e0 e4bb 莉
lynxeyed_atsu 0:eb1247cc069b 6052 {0x42, 0x7e, 0x57, 0x16, 0x37, 0x5e, 0x42, 0x00}, // 4f 16e1 e4bc 莨
lynxeyed_atsu 0:eb1247cc069b 6053 {0x0a, 0x3a, 0x37, 0x3a, 0x77, 0x7a, 0x4a, 0x00}, // 4f 16e2 e4bd 菴
lynxeyed_atsu 0:eb1247cc069b 6054 {0x5a, 0x4a, 0x7b, 0x5e, 0x7b, 0x4a, 0x5a, 0x00}, // 4f 16e3 e4be 萓
lynxeyed_atsu 0:eb1247cc069b 6055 {0x52, 0x5e, 0x57, 0x7e, 0x57, 0x5e, 0x52, 0x00}, // 4f 16e4 e4bf 菫
lynxeyed_atsu 0:eb1247cc069b 6056 {0x42, 0x7e, 0x5b, 0x0a, 0x7b, 0x5e, 0x52, 0x00}, // 4f 16e5 e4c0 菎
lynxeyed_atsu 0:eb1247cc069b 6057 {0x52, 0x12, 0x7f, 0x16, 0x5b, 0x2a, 0x5a, 0x00}, // 4f 16e6 e4c1 菽
lynxeyed_atsu 0:eb1247cc069b 6058 {0x32, 0x2e, 0x33, 0x62, 0x33, 0x2e, 0x32, 0x00}, // 4f 16e7 e4c2 萃
lynxeyed_atsu 0:eb1247cc069b 6059 {0x2a, 0x7e, 0x2b, 0x66, 0x53, 0x46, 0x6a, 0x00}, // 4f 16e8 e4c3 菘
lynxeyed_atsu 0:eb1247cc069b 6060 {0x52, 0x5a, 0x7b, 0x5e, 0x3b, 0x5e, 0x52, 0x00}, // 4f 16e9 e4c4 萋
lynxeyed_atsu 0:eb1247cc069b 6061 {0x0a, 0x7a, 0x2f, 0x3e, 0x2f, 0x7a, 0x0a, 0x00}, // 4f 16ea e4c5 菁
lynxeyed_atsu 0:eb1247cc069b 6062 {0x1a, 0x6a, 0x2f, 0x7e, 0x2f, 0x6e, 0x1a, 0x00}, // 4f 16eb e4c6 菷
lynxeyed_atsu 0:eb1247cc069b 6063 {0x12, 0x52, 0x7f, 0x56, 0x37, 0x56, 0x52, 0x00}, // 4f 16ec e4c7 萇
lynxeyed_atsu 0:eb1247cc069b 6064 {0x56, 0x02, 0x43, 0x3a, 0x5b, 0x2e, 0x5a, 0x00}, // 4f 16ed e4c8 菠
lynxeyed_atsu 0:eb1247cc069b 6065 {0x2a, 0x6a, 0x3f, 0x02, 0x7f, 0x2a, 0x2a, 0x00}, // 4f 16ee e4c9 菲
lynxeyed_atsu 0:eb1247cc069b 6066 {0x56, 0x02, 0x37, 0x2e, 0x7f, 0x2e, 0x36, 0x00}, // 4f 16ef e4ca 萍
lynxeyed_atsu 0:eb1247cc069b 6067 {0x56, 0x02, 0x0b, 0x76, 0x5f, 0x46, 0x5e, 0x00}, // 4f 16f0 e4cb 萢
lynxeyed_atsu 0:eb1247cc069b 6068 {0x42, 0x3e, 0x57, 0x7e, 0x3f, 0x56, 0x7e, 0x00}, // 4f 16f1 e4cc 萠
lynxeyed_atsu 0:eb1247cc069b 6069 {0x2a, 0x6a, 0x37, 0x22, 0x77, 0x2a, 0x2a, 0x00}, // 4f 16f2 e4cd 莽
lynxeyed_atsu 0:eb1247cc069b 6070 {0x5a, 0x56, 0x43, 0x3e, 0x43, 0x56, 0x5e, 0x00}, // 4f 16f3 e4ce 萸
lynxeyed_atsu 0:eb1247cc069b 6071 {0x56, 0x02, 0x2b, 0x5e, 0x2f, 0x5e, 0x4a, 0x00}, // 4f 16f4 e4cf 蔆
lynxeyed_atsu 0:eb1247cc069b 6072 {0x2a, 0x1a, 0x7f, 0x2a, 0x1b, 0x7e, 0x2a, 0x00}, // 4f 16f5 e4d0 菻
lynxeyed_atsu 0:eb1247cc069b 6073 {0x7e, 0x2a, 0x2f, 0x02, 0x5b, 0x2e, 0x5e, 0x00}, // 4f 16f6 e4d1 è‘­
lynxeyed_atsu 0:eb1247cc069b 6074 {0x2a, 0x7a, 0x17, 0x22, 0x2b, 0x7e, 0x22, 0x00}, // 4f 16f7 e4d2 萪
lynxeyed_atsu 0:eb1247cc069b 6075 {0x12, 0x16, 0x3f, 0x3a, 0x3f, 0x76, 0x12, 0x00}, // 4f 16f8 e4d3 萼
lynxeyed_atsu 0:eb1247cc069b 6076 {0x12, 0x1a, 0x3f, 0x36, 0x3f, 0x7a, 0x12, 0x00}, // 4f 16f9 e4d4 è•š
lynxeyed_atsu 0:eb1247cc069b 6077 {0x56, 0x36, 0x77, 0x52, 0x6b, 0x7e, 0x46, 0x00}, // 4f 16fa e4d5 è’„
lynxeyed_atsu 0:eb1247cc069b 6078 {0x26, 0x3a, 0x2b, 0x7e, 0x2b, 0x3a, 0x26, 0x00}, // 4f 16fb e4d6 è‘·
lynxeyed_atsu 0:eb1247cc069b 6079 {0x6a, 0x5e, 0x6b, 0x42, 0x3f, 0x56, 0x7e, 0x00}, // 4f 16fc e4d7 è‘«
lynxeyed_atsu 0:eb1247cc069b 6080 {0x2a, 0x56, 0x7f, 0x36, 0x13, 0x5a, 0x7e, 0x00}, // 4f 16fd e4d8 è’­
lynxeyed_atsu 0:eb1247cc069b 6081 {0x22, 0x7e, 0x17, 0x4a, 0x5f, 0x2e, 0x5a, 0x00}, // 4f 16fe e4d9 è‘®
lynxeyed_atsu 0:eb1247cc069b 6082 {0x1a, 0x6a, 0x2f, 0x7a, 0x2b, 0x6e, 0x1a, 0x00}, // 4f 16ff e4da è’‚
lynxeyed_atsu 0:eb1247cc069b 6083 {0x7a, 0x56, 0x7b, 0x02, 0x7f, 0x4e, 0x6e, 0x00}, // 4f 1700 e4db è‘©
lynxeyed_atsu 0:eb1247cc069b 6084 {0x0a, 0x7e, 0x53, 0x3e, 0x7b, 0x3e, 0x52, 0x00}, // 4f 1701 e4dc 葆
lynxeyed_atsu 0:eb1247cc069b 6085 {0x72, 0x1e, 0x5b, 0x7e, 0x3b, 0x5e, 0x72, 0x00}, // 4f 1702 e4dd 萬
lynxeyed_atsu 0:eb1247cc069b 6086 {0x2a, 0x76, 0x23, 0x12, 0x2f, 0x4a, 0x7a, 0x00}, // 4f 1703 e4de 葯
lynxeyed_atsu 0:eb1247cc069b 6087 {0x4a, 0x3e, 0x6b, 0x12, 0x7f, 0x4a, 0x5a, 0x00}, // 4f 1704 e4df 葹
lynxeyed_atsu 0:eb1247cc069b 6088 {0x72, 0x1e, 0x73, 0x5e, 0x77, 0x1e, 0x72, 0x00}, // 4f 1705 e4e0 萵
lynxeyed_atsu 0:eb1247cc069b 6089 {0x5a, 0x3a, 0x77, 0x12, 0x57, 0x3a, 0x7a, 0x00}, // 4f 1706 e4e1 è“Š
lynxeyed_atsu 0:eb1247cc069b 6090 {0x52, 0x76, 0x6f, 0x76, 0x6f, 0x76, 0x52, 0x00}, // 4f 1707 e4e2 è‘¢
lynxeyed_atsu 0:eb1247cc069b 6091 {0x42, 0x36, 0x7f, 0x16, 0x7f, 0x2e, 0x42, 0x00}, // 4f 1708 e4e3 è’¹
lynxeyed_atsu 0:eb1247cc069b 6092 {0x72, 0x16, 0x7f, 0x56, 0x7f, 0x16, 0x72, 0x00}, // 4f 1709 e4e4 è’¿
lynxeyed_atsu 0:eb1247cc069b 6093 {0x5a, 0x6e, 0x5b, 0x0a, 0x37, 0x36, 0x7e, 0x00}, // 4f 170a e4e5 è’Ÿ
lynxeyed_atsu 0:eb1247cc069b 6094 {0x42, 0x3e, 0x4b, 0x56, 0x7b, 0x56, 0x4a, 0x00}, // 4f 170b e4e6 è“™
lynxeyed_atsu 0:eb1247cc069b 6095 {0x12, 0x16, 0x6f, 0x7e, 0x77, 0x72, 0x12, 0x00}, // 4f 170c e4e7 蓍
lynxeyed_atsu 0:eb1247cc069b 6096 {0x5a, 0x2a, 0x6f, 0x02, 0x5b, 0x2a, 0x6e, 0x00}, // 4f 170d e4e8 è’»
lynxeyed_atsu 0:eb1247cc069b 6097 {0x12, 0x7a, 0x3f, 0x12, 0x4f, 0x56, 0x2a, 0x00}, // 4f 170e e4e9 è“š
lynxeyed_atsu 0:eb1247cc069b 6098 {0x22, 0x1e, 0x37, 0x1e, 0x5f, 0x76, 0x1a, 0x00}, // 4f 170f e4ea 蓐
lynxeyed_atsu 0:eb1247cc069b 6099 {0x4a, 0x5a, 0x2f, 0x7e, 0x2f, 0x5a, 0x4a, 0x00}, // 4f 1710 e4eb 蓁
lynxeyed_atsu 0:eb1247cc069b 6100 {0x42, 0x3e, 0x6b, 0x2e, 0x7b, 0x2e, 0x6a, 0x00}, // 4f 1711 e4ec 蓆
lynxeyed_atsu 0:eb1247cc069b 6101 {0x42, 0x7e, 0x5b, 0x16, 0x7b, 0x5e, 0x52, 0x00}, // 4f 1712 e4ed è“–
lynxeyed_atsu 0:eb1247cc069b 6102 {0x5a, 0x4a, 0x3f, 0x2a, 0x2b, 0x6e, 0x1a, 0x00}, // 4f 1713 e4ee è’¡
lynxeyed_atsu 0:eb1247cc069b 6103 {0x52, 0x2e, 0x57, 0x72, 0x17, 0x2a, 0x56, 0x00}, // 4f 1714 e4ef 蔡
lynxeyed_atsu 0:eb1247cc069b 6104 {0x16, 0x7a, 0x03, 0x6a, 0x7b, 0x6a, 0x6e, 0x00}, // 4f 1715 e4f0 è“¿
lynxeyed_atsu 0:eb1247cc069b 6105 {0x12, 0x12, 0x3f, 0x5e, 0x77, 0x1a, 0x12, 0x00}, // 4f 1716 e4f1 è“´
lynxeyed_atsu 0:eb1247cc069b 6106 {0x42, 0x3e, 0x4b, 0x1e, 0x5b, 0x1e, 0x4a, 0x00}, // 4f 1717 e4f2 è”—
lynxeyed_atsu 0:eb1247cc069b 6107 {0x2a, 0x1a, 0x4f, 0x5a, 0x2b, 0x16, 0x2a, 0x00}, // 4f 1718 e4f3 蔘
lynxeyed_atsu 0:eb1247cc069b 6108 {0x66, 0x76, 0x4f, 0x3a, 0x6b, 0x2e, 0x6a, 0x00}, // 4f 1719 e4f4 蔬
lynxeyed_atsu 0:eb1247cc069b 6109 {0x4a, 0x3e, 0x6b, 0x12, 0x5f, 0x3a, 0x5a, 0x00}, // 4f 171a e4f5 蔟
lynxeyed_atsu 0:eb1247cc069b 6110 {0x1a, 0x76, 0x3f, 0x7a, 0x37, 0x7e, 0x1a, 0x00}, // 4f 171b e4f6 蔕
lynxeyed_atsu 0:eb1247cc069b 6111 {0x0a, 0x66, 0x7f, 0x76, 0x7f, 0x06, 0x7e, 0x00}, // 4f 171c e4f7 è””
lynxeyed_atsu 0:eb1247cc069b 6112 {0x12, 0x16, 0x4f, 0x5a, 0x2f, 0x16, 0x12, 0x00}, // 4f 171d e4f8 蓼
lynxeyed_atsu 0:eb1247cc069b 6113 {0x5a, 0x2a, 0x7f, 0x5a, 0x2b, 0x7e, 0x5a, 0x00}, // 4f 171e e4f9 è•€
lynxeyed_atsu 0:eb1247cc069b 6114 {0x5a, 0x6e, 0x5b, 0x3e, 0x2b, 0x7e, 0x3a, 0x00}, // 4f 171f e4fa è•£
lynxeyed_atsu 0:eb1247cc069b 6115 {0x5a, 0x5e, 0x3f, 0x16, 0x7f, 0x5e, 0x5a, 0x00}, // 4f 1720 e4fb 蕘
lynxeyed_atsu 0:eb1247cc069b 6116 {0x22, 0x2e, 0x3b, 0x6e, 0x3b, 0x2e, 0x22, 0x00}, // 4f 1721 e4fc 蕈
lynxeyed_atsu 0:eb1247cc069b 6117 {0x2a, 0x3a, 0x6b, 0x26, 0x7f, 0x6e, 0x3a, 0x00}, // 50 1722 e540 蕁
lynxeyed_atsu 0:eb1247cc069b 6118 {0x5a, 0x4e, 0x37, 0x7a, 0x2b, 0x56, 0x5a, 0x00}, // 50 1723 e541 蘂
lynxeyed_atsu 0:eb1247cc069b 6119 {0x6a, 0x4e, 0x7b, 0x6e, 0x4f, 0x7e, 0x5a, 0x00}, // 50 1724 e542 è•‹
lynxeyed_atsu 0:eb1247cc069b 6120 {0x56, 0x4a, 0x37, 0x7a, 0x57, 0x76, 0x7a, 0x00}, // 50 1725 e543 è••
lynxeyed_atsu 0:eb1247cc069b 6121 {0x56, 0x02, 0x5f, 0x7a, 0x77, 0x7a, 0x5e, 0x00}, // 50 1726 e544 è–€
lynxeyed_atsu 0:eb1247cc069b 6122 {0x56, 0x2e, 0x57, 0x7e, 0x43, 0x7e, 0x56, 0x00}, // 50 1727 e545 è–¤
lynxeyed_atsu 0:eb1247cc069b 6123 {0x0a, 0x7e, 0x57, 0x5e, 0x57, 0x7e, 0x0a, 0x00}, // 50 1728 e546 è–ˆ
lynxeyed_atsu 0:eb1247cc069b 6124 {0x42, 0x56, 0x7f, 0x7e, 0x7f, 0x56, 0x42, 0x00}, // 50 1729 e547 è–‘
lynxeyed_atsu 0:eb1247cc069b 6125 {0x4a, 0x16, 0x5f, 0x02, 0x1b, 0x42, 0x7e, 0x00}, // 50 172a e548 è–Š
lynxeyed_atsu 0:eb1247cc069b 6126 {0x5a, 0x6e, 0x3b, 0x1e, 0x7b, 0x5e, 0x5a, 0x00}, // 50 172b e549 è–¨
lynxeyed_atsu 0:eb1247cc069b 6127 {0x4a, 0x3a, 0x6f, 0x06, 0x6f, 0x2e, 0x7a, 0x00}, // 50 172c e54a è•­
lynxeyed_atsu 0:eb1247cc069b 6128 {0x1a, 0x76, 0x7b, 0x5e, 0x7b, 0x76, 0x1a, 0x00}, // 50 172d e54b è–”
lynxeyed_atsu 0:eb1247cc069b 6129 {0x7e, 0x6e, 0x6f, 0x3a, 0x6f, 0x3a, 0x2a, 0x00}, // 50 172e e54c è–›
lynxeyed_atsu 0:eb1247cc069b 6130 {0x56, 0x7e, 0x5f, 0x3e, 0x5b, 0x26, 0x5e, 0x00}, // 50 172f e54d è—ª
lynxeyed_atsu 0:eb1247cc069b 6131 {0x2a, 0x76, 0x53, 0x36, 0x57, 0x3e, 0x5e, 0x00}, // 50 1730 e54e è–‡
lynxeyed_atsu 0:eb1247cc069b 6132 {0x12, 0x7e, 0x6f, 0x2a, 0x3b, 0x6e, 0x3a, 0x00}, // 50 1731 e54f 薜
lynxeyed_atsu 0:eb1247cc069b 6133 {0x12, 0x56, 0x7f, 0x32, 0x47, 0x1e, 0x5e, 0x00}, // 50 1732 e550 è•·
lynxeyed_atsu 0:eb1247cc069b 6134 {0x0a, 0x76, 0x5f, 0x7e, 0x57, 0x7e, 0x0a, 0x00}, // 50 1733 e551 蕾
lynxeyed_atsu 0:eb1247cc069b 6135 {0x2a, 0x7a, 0x17, 0x2a, 0x5f, 0x2e, 0x5a, 0x00}, // 50 1734 e552 薐
lynxeyed_atsu 0:eb1247cc069b 6136 {0x2a, 0x7e, 0x2b, 0x16, 0x7f, 0x7e, 0x16, 0x00}, // 50 1735 e553 è—‰
lynxeyed_atsu 0:eb1247cc069b 6137 {0x4a, 0x36, 0x2f, 0x2a, 0x2f, 0x76, 0x0a, 0x00}, // 50 1736 e554 è–º
lynxeyed_atsu 0:eb1247cc069b 6138 {0x5a, 0x72, 0x3b, 0x7a, 0x5b, 0x3e, 0x4a, 0x00}, // 50 1737 e555 藏
lynxeyed_atsu 0:eb1247cc069b 6139 {0x5a, 0x6a, 0x7f, 0x6e, 0x5f, 0x6a, 0x5a, 0x00}, // 50 1738 e556 è–¹
lynxeyed_atsu 0:eb1247cc069b 6140 {0x2a, 0x5a, 0x77, 0x42, 0x3b, 0x6e, 0x5a, 0x00}, // 50 1739 e557 藐
lynxeyed_atsu 0:eb1247cc069b 6141 {0x2a, 0x7e, 0x2b, 0x72, 0x5f, 0x3e, 0x72, 0x00}, // 50 173a e558 è—•
lynxeyed_atsu 0:eb1247cc069b 6142 {0x52, 0x5a, 0x7f, 0x5a, 0x57, 0x3e, 0x5a, 0x00}, // 50 173b e559 藝
lynxeyed_atsu 0:eb1247cc069b 6143 {0x5a, 0x56, 0x3f, 0x76, 0x3f, 0x5a, 0x56, 0x00}, // 50 173c e55a è—¥
lynxeyed_atsu 0:eb1247cc069b 6144 {0x2a, 0x66, 0x3f, 0x6a, 0x37, 0x6a, 0x2e, 0x00}, // 50 173d e55b 藜
lynxeyed_atsu 0:eb1247cc069b 6145 {0x6a, 0x6e, 0x23, 0x7e, 0x57, 0x1e, 0x72, 0x00}, // 50 173e e55c è—¹
lynxeyed_atsu 0:eb1247cc069b 6146 {0x2a, 0x76, 0x23, 0x5e, 0x7b, 0x76, 0x5e, 0x00}, // 50 173f e55d 蘊
lynxeyed_atsu 0:eb1247cc069b 6147 {0x2a, 0x7a, 0x47, 0x3a, 0x77, 0x3e, 0x42, 0x00}, // 50 1740 e55e 蘓
lynxeyed_atsu 0:eb1247cc069b 6148 {0x1a, 0x52, 0x5f, 0x2a, 0x47, 0x1e, 0x5e, 0x00}, // 50 1741 e55f 蘋
lynxeyed_atsu 0:eb1247cc069b 6149 {0x42, 0x2e, 0x7f, 0x2e, 0x47, 0x1a, 0x5e, 0x00}, // 50 1742 e560 è—¾
lynxeyed_atsu 0:eb1247cc069b 6150 {0x7e, 0x26, 0x7b, 0x52, 0x7b, 0x56, 0x7e, 0x00}, // 50 1743 e561 è—º
lynxeyed_atsu 0:eb1247cc069b 6151 {0x42, 0x3a, 0x4b, 0x6a, 0x7f, 0x76, 0x52, 0x00}, // 50 1744 e562 蘆
lynxeyed_atsu 0:eb1247cc069b 6152 {0x16, 0x7e, 0x37, 0x7e, 0x17, 0x6e, 0x5a, 0x00}, // 50 1745 e563 蘢
lynxeyed_atsu 0:eb1247cc069b 6153 {0x4a, 0x36, 0x7f, 0x2a, 0x2f, 0x7a, 0x2e, 0x00}, // 50 1746 e564 蘚
lynxeyed_atsu 0:eb1247cc069b 6154 {0x2a, 0x76, 0x23, 0x5a, 0x5f, 0x2e, 0x5a, 0x00}, // 50 1747 e565 蘰
lynxeyed_atsu 0:eb1247cc069b 6155 {0x2e, 0x76, 0x27, 0x7e, 0x57, 0x7e, 0x56, 0x00}, // 50 1748 e566 蘿
lynxeyed_atsu 0:eb1247cc069b 6156 {0x40, 0x3c, 0x14, 0x7f, 0x56, 0x56, 0x6c, 0x00}, // 50 1749 e567 虍
lynxeyed_atsu 0:eb1247cc069b 6157 {0x40, 0x3e, 0x6e, 0x2e, 0x7e, 0x2d, 0x6d, 0x00}, // 50 174a e568 乕
lynxeyed_atsu 0:eb1247cc069b 6158 {0x40, 0x3c, 0x44, 0x5c, 0x2f, 0x5a, 0x4a, 0x00}, // 50 174b e569 è™”
lynxeyed_atsu 0:eb1247cc069b 6159 {0x5b, 0x6b, 0x3c, 0x44, 0x2f, 0x6a, 0x4a, 0x00}, // 50 174c e56a 號
lynxeyed_atsu 0:eb1247cc069b 6160 {0x7c, 0x74, 0x7f, 0x5a, 0x05, 0x5f, 0x75, 0x00}, // 50 174d e56b 虧
lynxeyed_atsu 0:eb1247cc069b 6161 {0x5d, 0x55, 0x7f, 0x55, 0x5d, 0x3f, 0x40, 0x00}, // 50 174e e56c è™±
lynxeyed_atsu 0:eb1247cc069b 6162 {0x4e, 0x7b, 0x2e, 0x5d, 0x77, 0x00, 0x7f, 0x00}, // 50 174f e56d èš“
lynxeyed_atsu 0:eb1247cc069b 6163 {0x4e, 0x7b, 0x4e, 0x63, 0x58, 0x23, 0x44, 0x00}, // 50 1750 e56e 蚣
lynxeyed_atsu 0:eb1247cc069b 6164 {0x44, 0x5f, 0x56, 0x7f, 0x56, 0x3f, 0x44, 0x00}, // 50 1751 e56f èš©
lynxeyed_atsu 0:eb1247cc069b 6165 {0x4e, 0x7b, 0x2e, 0x2a, 0x20, 0x7f, 0x10, 0x00}, // 50 1752 e570 蚪
lynxeyed_atsu 0:eb1247cc069b 6166 {0x4e, 0x7b, 0x7e, 0x15, 0x0f, 0x54, 0x7c, 0x00}, // 50 1753 e571 èš‹
lynxeyed_atsu 0:eb1247cc069b 6167 {0x4e, 0x7b, 0x4e, 0x22, 0x2a, 0x7f, 0x2a, 0x00}, // 50 1754 e572 蚌
lynxeyed_atsu 0:eb1247cc069b 6168 {0x4e, 0x7b, 0x2e, 0x02, 0x7f, 0x4a, 0x7f, 0x00}, // 50 1755 e573 蚶
lynxeyed_atsu 0:eb1247cc069b 6169 {0x4e, 0x7b, 0x4e, 0x7e, 0x4a, 0x79, 0x48, 0x00}, // 50 1756 e574 蚯
lynxeyed_atsu 0:eb1247cc069b 6170 {0x4e, 0x7b, 0x2e, 0x04, 0x74, 0x5f, 0x74, 0x00}, // 50 1757 e575 蛄
lynxeyed_atsu 0:eb1247cc069b 6171 {0x4e, 0x7b, 0x4e, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 50 1758 e576 蛆
lynxeyed_atsu 0:eb1247cc069b 6172 {0x4e, 0x7b, 0x2e, 0x7e, 0x4a, 0x7f, 0x7e, 0x00}, // 50 1759 e577 èš°
lynxeyed_atsu 0:eb1247cc069b 6173 {0x4e, 0x7b, 0x2e, 0x12, 0x75, 0x16, 0x34, 0x00}, // 50 175a e578 蛉
lynxeyed_atsu 0:eb1247cc069b 6174 {0x4e, 0x7b, 0x4e, 0x3f, 0x6d, 0x3f, 0x6d, 0x00}, // 50 175b e579 è £
lynxeyed_atsu 0:eb1247cc069b 6175 {0x4e, 0x7b, 0x2e, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 50 175c e57a èš«
lynxeyed_atsu 0:eb1247cc069b 6176 {0x4e, 0x7b, 0x2e, 0x7f, 0x5d, 0x55, 0x7f, 0x00}, // 50 175d e57b è›”
lynxeyed_atsu 0:eb1247cc069b 6177 {0x4e, 0x7b, 0x2e, 0x04, 0x76, 0x5e, 0x75, 0x00}, // 50 175e e57c 蛞
lynxeyed_atsu 0:eb1247cc069b 6178 {0x45, 0x47, 0x5d, 0x7c, 0x5b, 0x27, 0x44, 0x00}, // 50 175f e57d 蛩
lynxeyed_atsu 0:eb1247cc069b 6179 {0x54, 0x4e, 0x5f, 0x7e, 0x5f, 0x2e, 0x54, 0x00}, // 50 1760 e57e 蛬
lynxeyed_atsu 0:eb1247cc069b 6180 {0x4e, 0x7b, 0x4e, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 51 1761 e580 蛟
lynxeyed_atsu 0:eb1247cc069b 6181 {0x4e, 0x7b, 0x4c, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 51 1762 e581 è››
lynxeyed_atsu 0:eb1247cc069b 6182 {0x4e, 0x7b, 0x2e, 0x1a, 0x6f, 0x4a, 0x49, 0x00}, // 51 1763 e582 蛯
lynxeyed_atsu 0:eb1247cc069b 6183 {0x4e, 0x7f, 0x55, 0x3b, 0x52, 0x5e, 0x55, 0x00}, // 51 1764 e583 蜒
lynxeyed_atsu 0:eb1247cc069b 6184 {0x4e, 0x7b, 0x2e, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 51 1765 e584 蜆
lynxeyed_atsu 0:eb1247cc069b 6185 {0x4e, 0x7b, 0x2e, 0x56, 0x34, 0x5f, 0x53, 0x00}, // 51 1766 e585 蜈
lynxeyed_atsu 0:eb1247cc069b 6186 {0x4b, 0x45, 0x5f, 0x7d, 0x5f, 0x25, 0x7f, 0x00}, // 51 1767 e586 蜀
lynxeyed_atsu 0:eb1247cc069b 6187 {0x48, 0x47, 0x7f, 0x7b, 0x77, 0x2b, 0x49, 0x00}, // 51 1768 e587 蜃
lynxeyed_atsu 0:eb1247cc069b 6188 {0x4e, 0x7b, 0x2e, 0x5d, 0x34, 0x75, 0x5e, 0x00}, // 51 1769 e588 è›»
lynxeyed_atsu 0:eb1247cc069b 6189 {0x55, 0x5b, 0x70, 0x7a, 0x72, 0x3e, 0x55, 0x00}, // 51 176a e589 蜑
lynxeyed_atsu 0:eb1247cc069b 6190 {0x4e, 0x7b, 0x2e, 0x21, 0x6b, 0x39, 0x22, 0x00}, // 51 176b e58a 蜉
lynxeyed_atsu 0:eb1247cc069b 6191 {0x4e, 0x7b, 0x56, 0x16, 0x7d, 0x16, 0x54, 0x00}, // 51 176c e58b 蜍
lynxeyed_atsu 0:eb1247cc069b 6192 {0x4e, 0x7b, 0x2e, 0x7d, 0x15, 0x7f, 0x7d, 0x00}, // 51 176d e58c 蛹
lynxeyed_atsu 0:eb1247cc069b 6193 {0x4e, 0x7b, 0x35, 0x7f, 0x15, 0x4e, 0x7f, 0x00}, // 51 176e e58d 蜊
lynxeyed_atsu 0:eb1247cc069b 6194 {0x4e, 0x7b, 0x4e, 0x27, 0x5d, 0x35, 0x77, 0x00}, // 51 176f e58e 蜴
lynxeyed_atsu 0:eb1247cc069b 6195 {0x4e, 0x7b, 0x56, 0x2a, 0x7b, 0x4a, 0x5e, 0x00}, // 51 1770 e58f 蜿
lynxeyed_atsu 0:eb1247cc069b 6196 {0x4e, 0x7b, 0x16, 0x6d, 0x56, 0x4d, 0x16, 0x00}, // 51 1771 e590 蜷
lynxeyed_atsu 0:eb1247cc069b 6197 {0x4e, 0x7b, 0x2e, 0x08, 0x7a, 0x3f, 0x7a, 0x00}, // 51 1772 e591 蜻
lynxeyed_atsu 0:eb1247cc069b 6198 {0x4e, 0x7f, 0x1a, 0x7f, 0x3e, 0x0a, 0x79, 0x00}, // 51 1773 e592 蜥
lynxeyed_atsu 0:eb1247cc069b 6199 {0x4e, 0x7b, 0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x00}, // 51 1774 e593 蜩
lynxeyed_atsu 0:eb1247cc069b 6200 {0x4a, 0x5a, 0x7f, 0x70, 0x7f, 0x2a, 0x4a, 0x00}, // 51 1775 e594 蜚
lynxeyed_atsu 0:eb1247cc069b 6201 {0x4e, 0x7b, 0x2e, 0x71, 0x57, 0x77, 0x71, 0x00}, // 51 1776 e595 蝠
lynxeyed_atsu 0:eb1247cc069b 6202 {0x4e, 0x7b, 0x0f, 0x7d, 0x2f, 0x7d, 0x0f, 0x00}, // 51 1777 e596 蝟
lynxeyed_atsu 0:eb1247cc069b 6203 {0x4e, 0x7b, 0x2e, 0x78, 0x0f, 0x69, 0x7f, 0x00}, // 51 1778 e597 蝸
lynxeyed_atsu 0:eb1247cc069b 6204 {0x4e, 0x7b, 0x35, 0x7f, 0x25, 0x2a, 0x7f, 0x00}, // 51 1779 e598 蝌
lynxeyed_atsu 0:eb1247cc069b 6205 {0x4e, 0x7b, 0x2e, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 51 177a e599 蝎
lynxeyed_atsu 0:eb1247cc069b 6206 {0x4e, 0x7f, 0x3a, 0x2f, 0x7a, 0x3f, 0x7f, 0x00}, // 51 177b e59a 蝴
lynxeyed_atsu 0:eb1247cc069b 6207 {0x4e, 0x7b, 0x2e, 0x50, 0x5e, 0x7b, 0x5e, 0x00}, // 51 177c e59b 蝗
lynxeyed_atsu 0:eb1247cc069b 6208 {0x44, 0x75, 0x3d, 0x47, 0x75, 0x37, 0x48, 0x00}, // 51 177d e59c 蝨
lynxeyed_atsu 0:eb1247cc069b 6209 {0x4e, 0x7b, 0x4e, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 51 177e e59d 蝮
lynxeyed_atsu 0:eb1247cc069b 6210 {0x4e, 0x7b, 0x2f, 0x1f, 0x75, 0x37, 0x71, 0x00}, // 51 177f e59e 蝙
lynxeyed_atsu 0:eb1247cc069b 6211 {0x4e, 0x7f, 0x05, 0x73, 0x75, 0x26, 0x54, 0x00}, // 51 1780 e59f 蝓
lynxeyed_atsu 0:eb1247cc069b 6212 {0x4e, 0x7f, 0x62, 0x1f, 0x7a, 0x77, 0x2e, 0x00}, // 51 1781 e5a0 蝣
lynxeyed_atsu 0:eb1247cc069b 6213 {0x4e, 0x7b, 0x26, 0x5f, 0x35, 0x57, 0x74, 0x00}, // 51 1782 e5a1 蝪
lynxeyed_atsu 0:eb1247cc069b 6214 {0x4e, 0x7f, 0x1b, 0x7f, 0x41, 0x7f, 0x5b, 0x00}, // 51 1783 e5a2 è …
lynxeyed_atsu 0:eb1247cc069b 6215 {0x4d, 0x46, 0x5d, 0x7c, 0x5d, 0x26, 0x4d, 0x00}, // 51 1784 e5a3 螢
lynxeyed_atsu 0:eb1247cc069b 6216 {0x4e, 0x7b, 0x2e, 0x53, 0x1d, 0x1d, 0x53, 0x00}, // 51 1785 e5a4 螟
lynxeyed_atsu 0:eb1247cc069b 6217 {0x4e, 0x7b, 0x3e, 0x2b, 0x0e, 0x7f, 0x1b, 0x00}, // 51 1786 e5a5 èž‚
lynxeyed_atsu 0:eb1247cc069b 6218 {0x54, 0x4e, 0x7f, 0x74, 0x7a, 0x25, 0x4b, 0x00}, // 51 1787 e5a6 螯
lynxeyed_atsu 0:eb1247cc069b 6219 {0x4e, 0x7f, 0x55, 0x2f, 0x5d, 0x4f, 0x55, 0x00}, // 51 1788 e5a7 蟋
lynxeyed_atsu 0:eb1247cc069b 6220 {0x48, 0x7a, 0x36, 0x4d, 0x77, 0x38, 0x48, 0x00}, // 51 1789 e5a8 èž½
lynxeyed_atsu 0:eb1247cc069b 6221 {0x4e, 0x7f, 0x36, 0x2a, 0x77, 0x2a, 0x36, 0x00}, // 51 178a e5a9 蟀
lynxeyed_atsu 0:eb1247cc069b 6222 {0x4e, 0x7b, 0x35, 0x1e, 0x7b, 0x1e, 0x35, 0x00}, // 51 178b e5aa 蟐
lynxeyed_atsu 0:eb1247cc069b 6223 {0x5b, 0x7d, 0x5b, 0x7e, 0x4b, 0x7e, 0x4b, 0x00}, // 51 178c e5ab é›–
lynxeyed_atsu 0:eb1247cc069b 6224 {0x4a, 0x47, 0x7f, 0x76, 0x7a, 0x25, 0x4b, 0x00}, // 51 178d e5ac èž«
lynxeyed_atsu 0:eb1247cc069b 6225 {0x44, 0x4e, 0x7f, 0x7a, 0x77, 0x2e, 0x48, 0x00}, // 51 178e e5ad 蟄
lynxeyed_atsu 0:eb1247cc069b 6226 {0x4e, 0x7b, 0x55, 0x5e, 0x7b, 0x5e, 0x55, 0x00}, // 51 178f e5ae èž³
lynxeyed_atsu 0:eb1247cc069b 6227 {0x2a, 0x5a, 0x5f, 0x7e, 0x5f, 0x3a, 0x52, 0x00}, // 51 1790 e5af 蟇
lynxeyed_atsu 0:eb1247cc069b 6228 {0x4e, 0x7f, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 51 1791 e5b0 蟆
lynxeyed_atsu 0:eb1247cc069b 6229 {0x4e, 0x7b, 0x54, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 51 1792 e5b1 èž»
lynxeyed_atsu 0:eb1247cc069b 6230 {0x4e, 0x7b, 0x5c, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 51 1793 e5b2 蟯
lynxeyed_atsu 0:eb1247cc069b 6231 {0x48, 0x7e, 0x3e, 0x4f, 0x7e, 0x36, 0x48, 0x00}, // 51 1794 e5b3 蟲
lynxeyed_atsu 0:eb1247cc069b 6232 {0x4e, 0x7f, 0x15, 0x6f, 0x7d, 0x6f, 0x15, 0x00}, // 51 1795 e5b4 蟠
lynxeyed_atsu 0:eb1247cc069b 6233 {0x4e, 0x7f, 0x42, 0x3d, 0x7f, 0x31, 0x7b, 0x00}, // 51 1796 e5b5 蠏
lynxeyed_atsu 0:eb1247cc069b 6234 {0x4e, 0x7f, 0x37, 0x2d, 0x5f, 0x3b, 0x46, 0x00}, // 51 1797 e5b6 蠍
lynxeyed_atsu 0:eb1247cc069b 6235 {0x4e, 0x7b, 0x3c, 0x2e, 0x75, 0x7f, 0x2c, 0x00}, // 51 1798 e5b7 蟾
lynxeyed_atsu 0:eb1247cc069b 6236 {0x4e, 0x7b, 0x45, 0x57, 0x7f, 0x55, 0x47, 0x00}, // 51 1799 e5b8 蟶
lynxeyed_atsu 0:eb1247cc069b 6237 {0x4e, 0x7b, 0x75, 0x5e, 0x7b, 0x5e, 0x75, 0x00}, // 51 179a e5b9 蟷
lynxeyed_atsu 0:eb1247cc069b 6238 {0x4e, 0x7f, 0x2a, 0x67, 0x3a, 0x77, 0x2a, 0x00}, // 51 179b e5ba è Ž
lynxeyed_atsu 0:eb1247cc069b 6239 {0x4e, 0x7f, 0x2a, 0x77, 0x22, 0x77, 0x2a, 0x00}, // 51 179c e5bb 蟒
lynxeyed_atsu 0:eb1247cc069b 6240 {0x4e, 0x7b, 0x4d, 0x36, 0x7d, 0x36, 0x4d, 0x00}, // 51 179d e5bc è ‘
lynxeyed_atsu 0:eb1247cc069b 6241 {0x4e, 0x7f, 0x42, 0x5f, 0x2e, 0x5f, 0x4a, 0x00}, // 51 179e e5bd è –
lynxeyed_atsu 0:eb1247cc069b 6242 {0x4e, 0x7f, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 51 179f e5be è •
lynxeyed_atsu 0:eb1247cc069b 6243 {0x4a, 0x76, 0x33, 0x4f, 0x7f, 0x36, 0x4a, 0x00}, // 51 17a0 e5bf è ¢
lynxeyed_atsu 0:eb1247cc069b 6244 {0x4a, 0x7a, 0x36, 0x4b, 0x7f, 0x37, 0x4a, 0x00}, // 51 17a1 e5c0 è ¡
lynxeyed_atsu 0:eb1247cc069b 6245 {0x50, 0x7e, 0x6e, 0x77, 0x7e, 0x6e, 0x54, 0x00}, // 51 17a2 e5c1 è ±
lynxeyed_atsu 0:eb1247cc069b 6246 {0x45, 0x73, 0x3f, 0x4d, 0x7b, 0x37, 0x45, 0x00}, // 51 17a3 e5c2 è ¶
lynxeyed_atsu 0:eb1247cc069b 6247 {0x4a, 0x76, 0x3a, 0x5f, 0x7a, 0x36, 0x4a, 0x00}, // 51 17a4 e5c3 è ¹
lynxeyed_atsu 0:eb1247cc069b 6248 {0x4a, 0x76, 0x3e, 0x4f, 0x7e, 0x36, 0x4a, 0x00}, // 51 17a5 e5c4 è §
lynxeyed_atsu 0:eb1247cc069b 6249 {0x4a, 0x5d, 0x7a, 0x77, 0x77, 0x2a, 0x5d, 0x00}, // 51 17a6 e5c5 è »
lynxeyed_atsu 0:eb1247cc069b 6250 {0x40, 0x7e, 0x3f, 0x49, 0x7f, 0x49, 0x7f, 0x00}, // 51 17a7 e5c6 è¡„
lynxeyed_atsu 0:eb1247cc069b 6251 {0x40, 0x7e, 0x3f, 0x45, 0x3f, 0x51, 0x7f, 0x00}, // 51 17a8 e5c7 è¡‚
lynxeyed_atsu 0:eb1247cc069b 6252 {0x0a, 0x7d, 0x2a, 0x37, 0x2a, 0x45, 0x7d, 0x00}, // 51 17a9 e5c8 è¡’
lynxeyed_atsu 0:eb1247cc069b 6253 {0x0a, 0x7d, 0x00, 0x6d, 0x6f, 0x05, 0x7d, 0x00}, // 51 17aa e5c9 è¡™
lynxeyed_atsu 0:eb1247cc069b 6254 {0x0a, 0x7d, 0x3a, 0x77, 0x3e, 0x45, 0x7d, 0x00}, // 51 17ab e5ca è¡ž
lynxeyed_atsu 0:eb1247cc069b 6255 {0x0a, 0x7d, 0x23, 0x7b, 0x70, 0x5b, 0x7d, 0x00}, // 51 17ac e5cb è¡¢
lynxeyed_atsu 0:eb1247cc069b 6256 {0x12, 0x7b, 0x36, 0x00, 0x4a, 0x4a, 0x25, 0x00}, // 51 17ad e5cc è¡«
lynxeyed_atsu 0:eb1247cc069b 6257 {0x44, 0x3e, 0x76, 0x57, 0x36, 0x5e, 0x44, 0x00}, // 51 17ae e5cd 袁
lynxeyed_atsu 0:eb1247cc069b 6258 {0x54, 0x34, 0x76, 0x55, 0x3e, 0x54, 0x54, 0x00}, // 51 17af e5ce 衾
lynxeyed_atsu 0:eb1247cc069b 6259 {0x2a, 0x26, 0x7a, 0x5b, 0x3a, 0x46, 0x4a, 0x00}, // 51 17b0 e5cf 袞
lynxeyed_atsu 0:eb1247cc069b 6260 {0x12, 0x7b, 0x36, 0x7f, 0x49, 0x49, 0x7f, 0x00}, // 51 17b1 e5d0 衵
lynxeyed_atsu 0:eb1247cc069b 6261 {0x12, 0x7b, 0x36, 0x08, 0x4a, 0x7e, 0x49, 0x00}, // 51 17b2 e5d1 衽
lynxeyed_atsu 0:eb1247cc069b 6262 {0x12, 0x7b, 0x7e, 0x01, 0x4a, 0x7e, 0x49, 0x00}, // 51 17b3 e5d2 袵
lynxeyed_atsu 0:eb1247cc069b 6263 {0x12, 0x7b, 0x36, 0x7c, 0x15, 0x4f, 0x7c, 0x00}, // 51 17b4 e5d3 衲
lynxeyed_atsu 0:eb1247cc069b 6264 {0x12, 0x7b, 0x36, 0x48, 0x4a, 0x3f, 0x4e, 0x00}, // 51 17b5 e5d4 袂
lynxeyed_atsu 0:eb1247cc069b 6265 {0x12, 0x7b, 0x36, 0x42, 0x55, 0x2a, 0x14, 0x00}, // 51 17b6 e5d5 袗
lynxeyed_atsu 0:eb1247cc069b 6266 {0x12, 0x7b, 0x36, 0x40, 0x5f, 0x55, 0x5f, 0x00}, // 51 17b7 e5d6 袒
lynxeyed_atsu 0:eb1247cc069b 6267 {0x12, 0x7b, 0x36, 0x24, 0x5b, 0x7e, 0x32, 0x00}, // 51 17b8 e5d7 袮
lynxeyed_atsu 0:eb1247cc069b 6268 {0x12, 0x7b, 0x36, 0x7e, 0x4b, 0x4a, 0x7e, 0x00}, // 51 17b9 e5d8 袙
lynxeyed_atsu 0:eb1247cc069b 6269 {0x12, 0x7b, 0x36, 0x29, 0x7c, 0x29, 0x2a, 0x00}, // 51 17ba e5d9 袢
lynxeyed_atsu 0:eb1247cc069b 6270 {0x12, 0x7b, 0x36, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 51 17bb e5da 袍
lynxeyed_atsu 0:eb1247cc069b 6271 {0x52, 0x36, 0x6e, 0x5f, 0x2e, 0x4a, 0x5a, 0x00}, // 51 17bc e5db 袤
lynxeyed_atsu 0:eb1247cc069b 6272 {0x54, 0x3c, 0x77, 0x5f, 0x35, 0x5f, 0x54, 0x00}, // 51 17bd e5dc 袰
lynxeyed_atsu 0:eb1247cc069b 6273 {0x12, 0x7b, 0x36, 0x48, 0x5a, 0x7f, 0x5a, 0x00}, // 51 17be e5dd 袿
lynxeyed_atsu 0:eb1247cc069b 6274 {0x12, 0x7b, 0x7e, 0x01, 0x44, 0x3f, 0x45, 0x00}, // 51 17bf e5de 袱
lynxeyed_atsu 0:eb1247cc069b 6275 {0x12, 0x7b, 0x36, 0x08, 0x7f, 0x1a, 0x2a, 0x00}, // 51 17c0 e5df 裃
lynxeyed_atsu 0:eb1247cc069b 6276 {0x12, 0x7b, 0x36, 0x7d, 0x00, 0x45, 0x7d, 0x00}, // 51 17c1 e5e0 裄
lynxeyed_atsu 0:eb1247cc069b 6277 {0x7a, 0x36, 0x1e, 0x7b, 0x76, 0x1a, 0x7a, 0x00}, // 51 17c2 e5e1 裔
lynxeyed_atsu 0:eb1247cc069b 6278 {0x5a, 0x36, 0x7a, 0x5f, 0x36, 0x5b, 0x52, 0x00}, // 51 17c3 e5e2 裘
lynxeyed_atsu 0:eb1247cc069b 6279 {0x12, 0x7b, 0x36, 0x55, 0x3f, 0x75, 0x6f, 0x00}, // 51 17c4 e5e3 裙
lynxeyed_atsu 0:eb1247cc069b 6280 {0x5b, 0x36, 0x7f, 0x52, 0x3a, 0x5f, 0x5a, 0x00}, // 51 17c5 e5e4 裝
lynxeyed_atsu 0:eb1247cc069b 6281 {0x52, 0x2a, 0x7e, 0x5f, 0x2e, 0x4a, 0x52, 0x00}, // 51 17c6 e5e5 裹
lynxeyed_atsu 0:eb1247cc069b 6282 {0x12, 0x7b, 0x36, 0x3f, 0x2a, 0x7f, 0x08, 0x00}, // 51 17c7 e5e6 褂
lynxeyed_atsu 0:eb1247cc069b 6283 {0x12, 0x7b, 0x36, 0x27, 0x5d, 0x35, 0x77, 0x00}, // 51 17c8 e5e7 裼
lynxeyed_atsu 0:eb1247cc069b 6284 {0x56, 0x36, 0x7f, 0x50, 0x3f, 0x56, 0x56, 0x00}, // 51 17c9 e5e8 裴
lynxeyed_atsu 0:eb1247cc069b 6285 {0x12, 0x7b, 0x36, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 51 17ca e5e9 裨
lynxeyed_atsu 0:eb1247cc069b 6286 {0x12, 0x7b, 0x36, 0x7d, 0x35, 0x7f, 0x7d, 0x00}, // 51 17cb e5ea 裲
lynxeyed_atsu 0:eb1247cc069b 6287 {0x12, 0x7b, 0x36, 0x5a, 0x7f, 0x3e, 0x52, 0x00}, // 51 17cc e5eb 褄
lynxeyed_atsu 0:eb1247cc069b 6288 {0x12, 0x7b, 0x36, 0x27, 0x3d, 0x7f, 0x27, 0x00}, // 51 17cd e5ec 褌
lynxeyed_atsu 0:eb1247cc069b 6289 {0x12, 0x7b, 0x36, 0x21, 0x7f, 0x35, 0x77, 0x00}, // 51 17ce e5ed 褊
lynxeyed_atsu 0:eb1247cc069b 6290 {0x12, 0x7b, 0x7e, 0x37, 0x7d, 0x37, 0x50, 0x00}, // 51 17cf e5ee 褓
lynxeyed_atsu 0:eb1247cc069b 6291 {0x2a, 0x36, 0x72, 0x4f, 0x1a, 0x2e, 0x52, 0x00}, // 51 17d0 e5ef 襃
lynxeyed_atsu 0:eb1247cc069b 6292 {0x12, 0x7b, 0x36, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 51 17d1 e5f0 褞
lynxeyed_atsu 0:eb1247cc069b 6293 {0x12, 0x7b, 0x3e, 0x37, 0x5f, 0x7b, 0x15, 0x00}, // 51 17d2 e5f1 褥
lynxeyed_atsu 0:eb1247cc069b 6294 {0x12, 0x7b, 0x36, 0x65, 0x50, 0x4f, 0x57, 0x00}, // 51 17d3 e5f2 褪
lynxeyed_atsu 0:eb1247cc069b 6295 {0x12, 0x7b, 0x3f, 0x5d, 0x25, 0x6f, 0x4b, 0x00}, // 51 17d4 e5f3 褫
lynxeyed_atsu 0:eb1247cc069b 6296 {0x12, 0x7b, 0x36, 0x5d, 0x77, 0x7e, 0x5d, 0x00}, // 51 17d5 e5f4 襁
lynxeyed_atsu 0:eb1247cc069b 6297 {0x52, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x52, 0x00}, // 51 17d6 e5f5 襄
lynxeyed_atsu 0:eb1247cc069b 6298 {0x56, 0x3e, 0x7e, 0x57, 0x2e, 0x5e, 0x52, 0x00}, // 51 17d7 e5f6 褻
lynxeyed_atsu 0:eb1247cc069b 6299 {0x12, 0x7b, 0x36, 0x05, 0x6f, 0x75, 0x6f, 0x00}, // 51 17d8 e5f7 褶
lynxeyed_atsu 0:eb1247cc069b 6300 {0x12, 0x7b, 0x56, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 51 17d9 e5f8 褸
lynxeyed_atsu 0:eb1247cc069b 6301 {0x12, 0x7b, 0x36, 0x23, 0x3f, 0x7c, 0x23, 0x00}, // 51 17da e5f9 襌
lynxeyed_atsu 0:eb1247cc069b 6302 {0x12, 0x7b, 0x36, 0x2d, 0x2d, 0x7e, 0x2d, 0x00}, // 51 17db e5fa 褝
lynxeyed_atsu 0:eb1247cc069b 6303 {0x12, 0x7b, 0x77, 0x5e, 0x7b, 0x5e, 0x75, 0x00}, // 51 17dc e5fb 襠
lynxeyed_atsu 0:eb1247cc069b 6304 {0x54, 0x3f, 0x7b, 0x50, 0x36, 0x5b, 0x56, 0x00}, // 51 17dd e5fc 襞
lynxeyed_atsu 0:eb1247cc069b 6305 {0x12, 0x7b, 0x76, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 52 17de e640 襦
lynxeyed_atsu 0:eb1247cc069b 6306 {0x12, 0x7b, 0x36, 0x4f, 0x60, 0x6b, 0x4a, 0x00}, // 52 17df e641 襤
lynxeyed_atsu 0:eb1247cc069b 6307 {0x12, 0x7b, 0x36, 0x6f, 0x6a, 0x1f, 0x5d, 0x00}, // 52 17e0 e642 襭
lynxeyed_atsu 0:eb1247cc069b 6308 {0x12, 0x7b, 0x36, 0x7a, 0x4f, 0x3e, 0x5b, 0x00}, // 52 17e1 e643 襪
lynxeyed_atsu 0:eb1247cc069b 6309 {0x12, 0x7b, 0x36, 0x7b, 0x56, 0x3f, 0x5f, 0x00}, // 52 17e2 e644 襯
lynxeyed_atsu 0:eb1247cc069b 6310 {0x12, 0x7b, 0x7f, 0x2b, 0x7c, 0x2b, 0x7f, 0x00}, // 52 17e3 e645 襴
lynxeyed_atsu 0:eb1247cc069b 6311 {0x12, 0x7b, 0x2e, 0x79, 0x7e, 0x3d, 0x2f, 0x00}, // 52 17e4 e646 襷
lynxeyed_atsu 0:eb1247cc069b 6312 {0x7a, 0x0a, 0x3e, 0x2a, 0x3e, 0x0a, 0x7a, 0x00}, // 52 17e5 e647 襾
lynxeyed_atsu 0:eb1247cc069b 6313 {0x21, 0x27, 0x3b, 0x6f, 0x3b, 0x27, 0x21, 0x00}, // 52 17e6 e648 覃
lynxeyed_atsu 0:eb1247cc069b 6314 {0x59, 0x3f, 0x7b, 0x17, 0x5b, 0x2f, 0x59, 0x00}, // 52 17e7 e649 覈
lynxeyed_atsu 0:eb1247cc069b 6315 {0x29, 0x77, 0x2b, 0x47, 0x1b, 0x5f, 0x69, 0x00}, // 52 17e8 e64a 覊
lynxeyed_atsu 0:eb1247cc069b 6316 {0x44, 0x43, 0x3d, 0x17, 0x75, 0x5d, 0x62, 0x00}, // 52 17e9 e64b 覓
lynxeyed_atsu 0:eb1247cc069b 6317 {0x70, 0x5f, 0x74, 0x5f, 0x35, 0x75, 0x5f, 0x00}, // 52 17ea e64c 覘
lynxeyed_atsu 0:eb1247cc069b 6318 {0x51, 0x4d, 0x3f, 0x2d, 0x5f, 0x35, 0x5f, 0x00}, // 52 17eb e64d 覡
lynxeyed_atsu 0:eb1247cc069b 6319 {0x28, 0x1a, 0x6f, 0x6a, 0x5f, 0x35, 0x5f, 0x00}, // 52 17ec e64e 覩
lynxeyed_atsu 0:eb1247cc069b 6320 {0x75, 0x73, 0x25, 0x56, 0x3f, 0x75, 0x5f, 0x00}, // 52 17ed e64f 覦
lynxeyed_atsu 0:eb1247cc069b 6321 {0x4b, 0x5a, 0x6b, 0x5a, 0x3f, 0x75, 0x5f, 0x00}, // 52 17ee e650 覬
lynxeyed_atsu 0:eb1247cc069b 6322 {0x2a, 0x7f, 0x3a, 0x7f, 0x5f, 0x35, 0x5f, 0x00}, // 52 17ef e651 覯
lynxeyed_atsu 0:eb1247cc069b 6323 {0x5a, 0x5f, 0x7a, 0x5f, 0x5f, 0x35, 0x5f, 0x00}, // 52 17f0 e652 覲
lynxeyed_atsu 0:eb1247cc069b 6324 {0x4c, 0x46, 0x3d, 0x2e, 0x7d, 0x47, 0x6c, 0x00}, // 52 17f1 e653 覺
lynxeyed_atsu 0:eb1247cc069b 6325 {0x47, 0x47, 0x3d, 0x38, 0x7f, 0x46, 0x66, 0x00}, // 52 17f2 e654 覽
lynxeyed_atsu 0:eb1247cc069b 6326 {0x4e, 0x3e, 0x3b, 0x4e, 0x3f, 0x75, 0x5f, 0x00}, // 52 17f3 e655 覿
lynxeyed_atsu 0:eb1247cc069b 6327 {0x26, 0x7f, 0x7a, 0x57, 0x3f, 0x75, 0x5f, 0x00}, // 52 17f4 e656 觀
lynxeyed_atsu 0:eb1247cc069b 6328 {0x42, 0x3d, 0x7f, 0x3e, 0x42, 0x3e, 0x61, 0x00}, // 52 17f5 e657 觚
lynxeyed_atsu 0:eb1247cc069b 6329 {0x4e, 0x38, 0x2f, 0x3a, 0x28, 0x7f, 0x0a, 0x00}, // 52 17f6 e658 觜
lynxeyed_atsu 0:eb1247cc069b 6330 {0x42, 0x3d, 0x7f, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 52 17f7 e659 觝
lynxeyed_atsu 0:eb1247cc069b 6331 {0x42, 0x3d, 0x7f, 0x22, 0x2b, 0x7e, 0x2b, 0x00}, // 52 17f8 e65a 觧
lynxeyed_atsu 0:eb1247cc069b 6332 {0x42, 0x3d, 0x7f, 0x24, 0x5f, 0x3e, 0x72, 0x00}, // 52 17f9 e65b 觴
lynxeyed_atsu 0:eb1247cc069b 6333 {0x42, 0x3d, 0x7f, 0x4b, 0x75, 0x37, 0x7f, 0x00}, // 52 17fa e65c 觸
lynxeyed_atsu 0:eb1247cc069b 6334 {0x6a, 0x6b, 0x6a, 0x00, 0x7f, 0x08, 0x10, 0x00}, // 52 17fb e65d 訃
lynxeyed_atsu 0:eb1247cc069b 6335 {0x6a, 0x6b, 0x04, 0x23, 0x56, 0x4e, 0x62, 0x00}, // 52 17fc e65e 訖
lynxeyed_atsu 0:eb1247cc069b 6336 {0x6a, 0x63, 0x08, 0x09, 0x7f, 0x09, 0x08, 0x00}, // 52 17fd e65f 訐
lynxeyed_atsu 0:eb1247cc069b 6337 {0x6a, 0x6b, 0x40, 0x42, 0x7e, 0x42, 0x40, 0x00}, // 52 17fe e660 訌
lynxeyed_atsu 0:eb1247cc069b 6338 {0x6a, 0x6b, 0x04, 0x7e, 0x01, 0x7f, 0x44, 0x00}, // 52 17ff e661 訛
lynxeyed_atsu 0:eb1247cc069b 6339 {0x6a, 0x63, 0x28, 0x2f, 0x59, 0x7f, 0x09, 0x00}, // 52 1800 e662 訝
lynxeyed_atsu 0:eb1247cc069b 6340 {0x6a, 0x6b, 0x7c, 0x15, 0x0f, 0x54, 0x7c, 0x00}, // 52 1801 e663 訥
lynxeyed_atsu 0:eb1247cc069b 6341 {0x6a, 0x6b, 0x02, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 52 1802 e664 訶
lynxeyed_atsu 0:eb1247cc069b 6342 {0x6a, 0x6b, 0x04, 0x74, 0x5f, 0x74, 0x04, 0x00}, // 52 1803 e665 詁
lynxeyed_atsu 0:eb1247cc069b 6343 {0x6a, 0x6b, 0x40, 0x7f, 0x55, 0x7f, 0x40, 0x00}, // 52 1804 e666 è©›
lynxeyed_atsu 0:eb1247cc069b 6344 {0x6a, 0x63, 0x08, 0x6c, 0x6b, 0x64, 0x08, 0x00}, // 52 1805 e667 è©’
lynxeyed_atsu 0:eb1247cc069b 6345 {0x6a, 0x6b, 0x00, 0x7e, 0x4a, 0x5e, 0x69, 0x00}, // 52 1806 e668 詆
lynxeyed_atsu 0:eb1247cc069b 6346 {0x17, 0x75, 0x5f, 0x5d, 0x5f, 0x75, 0x17, 0x00}, // 52 1807 e669 詈
lynxeyed_atsu 0:eb1247cc069b 6347 {0x6b, 0x62, 0x0a, 0x57, 0x42, 0x3a, 0x52, 0x00}, // 52 1808 e66a 詼
lynxeyed_atsu 0:eb1247cc069b 6348 {0x6a, 0x6b, 0x42, 0x3e, 0x7d, 0x4f, 0x5c, 0x00}, // 52 1809 e66b è©­
lynxeyed_atsu 0:eb1247cc069b 6349 {0x6a, 0x6b, 0x40, 0x3e, 0x0a, 0x6a, 0x69, 0x00}, // 52 180a e66c 詬
lynxeyed_atsu 0:eb1247cc069b 6350 {0x6a, 0x6b, 0x04, 0x7f, 0x56, 0x7e, 0x7e, 0x00}, // 52 180b e66d è©¢
lynxeyed_atsu 0:eb1247cc069b 6351 {0x6a, 0x63, 0x4c, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 52 180c e66e 誅
lynxeyed_atsu 0:eb1247cc069b 6352 {0x6b, 0x62, 0x4a, 0x3f, 0x00, 0x7f, 0x4a, 0x00}, // 52 180d e66f 誂
lynxeyed_atsu 0:eb1247cc069b 6353 {0x6b, 0x6a, 0x52, 0x36, 0x7f, 0x36, 0x55, 0x00}, // 52 180e e670 誄
lynxeyed_atsu 0:eb1247cc069b 6354 {0x6a, 0x6b, 0x14, 0x33, 0x2e, 0x7e, 0x12, 0x00}, // 52 180f e671 誨
lynxeyed_atsu 0:eb1247cc069b 6355 {0x6b, 0x62, 0x0a, 0x3e, 0x4a, 0x3f, 0x52, 0x00}, // 52 1810 e672 誡
lynxeyed_atsu 0:eb1247cc069b 6356 {0x6b, 0x62, 0x55, 0x3e, 0x49, 0x7f, 0x49, 0x00}, // 52 1811 e673 誑
lynxeyed_atsu 0:eb1247cc069b 6357 {0x6a, 0x63, 0x0c, 0x6b, 0x7f, 0x6a, 0x08, 0x00}, // 52 1812 e674 誥
lynxeyed_atsu 0:eb1247cc069b 6358 {0x6b, 0x62, 0x7d, 0x15, 0x7d, 0x17, 0x7d, 0x00}, // 52 1813 e675 誦
lynxeyed_atsu 0:eb1247cc069b 6359 {0x6a, 0x6b, 0x02, 0x7d, 0x2a, 0x7d, 0x02, 0x00}, // 52 1814 e676 誚
lynxeyed_atsu 0:eb1247cc069b 6360 {0x6b, 0x6a, 0x51, 0x4d, 0x7f, 0x4d, 0x51, 0x00}, // 52 1815 e677 誣
lynxeyed_atsu 0:eb1247cc069b 6361 {0x6b, 0x6a, 0x22, 0x2e, 0x6b, 0x3e, 0x22, 0x00}, // 52 1816 e678 è«„
lynxeyed_atsu 0:eb1247cc069b 6362 {0x6a, 0x6b, 0x12, 0x55, 0x7f, 0x3d, 0x12, 0x00}, // 52 1817 e679 諍
lynxeyed_atsu 0:eb1247cc069b 6363 {0x6a, 0x6b, 0x00, 0x7a, 0x41, 0x6d, 0x7b, 0x00}, // 52 1818 e67a è«‚
lynxeyed_atsu 0:eb1247cc069b 6364 {0x6b, 0x6a, 0x46, 0x32, 0x47, 0x7e, 0x56, 0x00}, // 52 1819 e67b è«š
lynxeyed_atsu 0:eb1247cc069b 6365 {0x6b, 0x6a, 0x42, 0x2e, 0x7f, 0x2e, 0x4e, 0x00}, // 52 181a e67c è««
lynxeyed_atsu 0:eb1247cc069b 6366 {0x6b, 0x62, 0x0a, 0x6e, 0x6b, 0x6e, 0x0a, 0x00}, // 52 181b e67d 諳
lynxeyed_atsu 0:eb1247cc069b 6367 {0x6b, 0x62, 0x0f, 0x6a, 0x70, 0x6f, 0x0a, 0x00}, // 52 181c e67e 諧
lynxeyed_atsu 0:eb1247cc069b 6368 {0x6b, 0x62, 0x0b, 0x3f, 0x2c, 0x2f, 0x6b, 0x00}, // 53 181d e680 諤
lynxeyed_atsu 0:eb1247cc069b 6369 {0x6a, 0x63, 0x28, 0x3a, 0x2f, 0x7a, 0x2e, 0x00}, // 53 181e e681 諱
lynxeyed_atsu 0:eb1247cc069b 6370 {0x6a, 0x6b, 0x42, 0x3c, 0x74, 0x5f, 0x5a, 0x00}, // 53 181f e682 謔
lynxeyed_atsu 0:eb1247cc069b 6371 {0x6a, 0x6b, 0x00, 0x46, 0x6a, 0x6b, 0x46, 0x00}, // 53 1820 e683 è« 
lynxeyed_atsu 0:eb1247cc069b 6372 {0x6b, 0x6a, 0x27, 0x3d, 0x7f, 0x3d, 0x27, 0x00}, // 53 1821 e684 è«¢
lynxeyed_atsu 0:eb1247cc069b 6373 {0x6b, 0x62, 0x3f, 0x4d, 0x7f, 0x2d, 0x7f, 0x00}, // 53 1822 e685 è«·
lynxeyed_atsu 0:eb1247cc069b 6374 {0x6b, 0x6a, 0x41, 0x3f, 0x75, 0x37, 0x71, 0x00}, // 53 1823 e686 è«ž
lynxeyed_atsu 0:eb1247cc069b 6375 {0x6a, 0x63, 0x5e, 0x55, 0x3e, 0x52, 0x5e, 0x00}, // 53 1824 e687 è«›
lynxeyed_atsu 0:eb1247cc069b 6376 {0x6a, 0x6b, 0x02, 0x2d, 0x49, 0x7f, 0x09, 0x00}, // 53 1825 e688 謌
lynxeyed_atsu 0:eb1247cc069b 6377 {0x16, 0x6a, 0x7e, 0x7b, 0x7e, 0x6a, 0x16, 0x00}, // 53 1826 e689 謇
lynxeyed_atsu 0:eb1247cc069b 6378 {0x6a, 0x6b, 0x52, 0x6d, 0x64, 0x6d, 0x52, 0x00}, // 53 1827 e68a 謚
lynxeyed_atsu 0:eb1247cc069b 6379 {0x6a, 0x6b, 0x42, 0x6d, 0x6c, 0x79, 0x42, 0x00}, // 53 1828 e68b è«¡
lynxeyed_atsu 0:eb1247cc069b 6380 {0x6a, 0x6b, 0x54, 0x53, 0x2b, 0x5f, 0x44, 0x00}, // 53 1829 e68c 謖
lynxeyed_atsu 0:eb1247cc069b 6381 {0x6a, 0x6b, 0x54, 0x6e, 0x79, 0x74, 0x5a, 0x00}, // 53 182a e68d 謐
lynxeyed_atsu 0:eb1247cc069b 6382 {0x6b, 0x62, 0x1a, 0x4e, 0x3b, 0x6e, 0x1a, 0x00}, // 53 182b e68e 謗
lynxeyed_atsu 0:eb1247cc069b 6383 {0x6a, 0x6b, 0x10, 0x6a, 0x4d, 0x7b, 0x68, 0x00}, // 53 182c e68f 謠
lynxeyed_atsu 0:eb1247cc069b 6384 {0x6b, 0x62, 0x7f, 0x71, 0x47, 0x77, 0x71, 0x00}, // 53 182d e690 謳
lynxeyed_atsu 0:eb1247cc069b 6385 {0x37, 0x7e, 0x37, 0x6c, 0x6b, 0x02, 0x7e, 0x00}, // 53 182e e691 éž«
lynxeyed_atsu 0:eb1247cc069b 6386 {0x1a, 0x76, 0x57, 0x52, 0x5b, 0x75, 0x1b, 0x00}, // 53 182f e692 謦
lynxeyed_atsu 0:eb1247cc069b 6387 {0x6b, 0x62, 0x7a, 0x6e, 0x5b, 0x6e, 0x7a, 0x00}, // 53 1830 e693 謫
lynxeyed_atsu 0:eb1247cc069b 6388 {0x6a, 0x63, 0x4c, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 53 1831 e694 謾
lynxeyed_atsu 0:eb1247cc069b 6389 {0x6a, 0x6b, 0x52, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 53 1832 e695 謨
lynxeyed_atsu 0:eb1247cc069b 6390 {0x6b, 0x62, 0x2a, 0x3f, 0x7e, 0x3f, 0x2a, 0x00}, // 53 1833 e696 譁
lynxeyed_atsu 0:eb1247cc069b 6391 {0x6b, 0x6a, 0x52, 0x1d, 0x57, 0x1d, 0x72, 0x00}, // 53 1834 e697 譌
lynxeyed_atsu 0:eb1247cc069b 6392 {0x6a, 0x63, 0x4a, 0x3d, 0x48, 0x3a, 0x55, 0x00}, // 53 1835 e698 譏
lynxeyed_atsu 0:eb1247cc069b 6393 {0x6a, 0x63, 0x7a, 0x37, 0x5f, 0x33, 0x76, 0x00}, // 53 1836 e699 è­Ž
lynxeyed_atsu 0:eb1247cc069b 6394 {0x6b, 0x6a, 0x45, 0x5b, 0x69, 0x5a, 0x45, 0x00}, // 53 1837 e69a è­‰
lynxeyed_atsu 0:eb1247cc069b 6395 {0x6a, 0x63, 0x14, 0x6f, 0x76, 0x6f, 0x16, 0x00}, // 53 1838 e69b è­–
lynxeyed_atsu 0:eb1247cc069b 6396 {0x6b, 0x62, 0x0a, 0x77, 0x5a, 0x77, 0x0a, 0x00}, // 53 1839 e69c è­›
lynxeyed_atsu 0:eb1247cc069b 6397 {0x6b, 0x6a, 0x21, 0x3b, 0x6b, 0x3b, 0x21, 0x00}, // 53 183a e69d è­š
lynxeyed_atsu 0:eb1247cc069b 6398 {0x6a, 0x63, 0x3c, 0x2e, 0x75, 0x7f, 0x2c, 0x00}, // 53 183b e69e è­«
lynxeyed_atsu 0:eb1247cc069b 6399 {0x6a, 0x63, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 53 183c e69f è­Ÿ
lynxeyed_atsu 0:eb1247cc069b 6400 {0x04, 0x6f, 0x6b, 0x68, 0x6e, 0x6b, 0x06, 0x00}, // 53 183d e6a0 è­¬
lynxeyed_atsu 0:eb1247cc069b 6401 {0x6b, 0x62, 0x2b, 0x3b, 0x6f, 0x3b, 0x2b, 0x00}, // 53 183e e6a1 è­¯
lynxeyed_atsu 0:eb1247cc069b 6402 {0x6b, 0x62, 0x75, 0x4e, 0x7a, 0x7f, 0x6e, 0x00}, // 53 183f e6a2 è­´
lynxeyed_atsu 0:eb1247cc069b 6403 {0x28, 0x1e, 0x69, 0x6e, 0x6d, 0x1f, 0x28, 0x00}, // 53 1840 e6a3 è­½
lynxeyed_atsu 0:eb1247cc069b 6404 {0x6b, 0x62, 0x4e, 0x3e, 0x3b, 0x3e, 0x4e, 0x00}, // 53 1841 e6a4 讀
lynxeyed_atsu 0:eb1247cc069b 6405 {0x6b, 0x6a, 0x52, 0x1f, 0x56, 0x1f, 0x52, 0x00}, // 53 1842 e6a5 讌
lynxeyed_atsu 0:eb1247cc069b 6406 {0x04, 0x7f, 0x7e, 0x6b, 0x6a, 0x7e, 0x55, 0x00}, // 53 1843 e6a6 讎
lynxeyed_atsu 0:eb1247cc069b 6407 {0x6a, 0x6b, 0x52, 0x5e, 0x2d, 0x7f, 0x56, 0x00}, // 53 1844 e6a7 è®’
lynxeyed_atsu 0:eb1247cc069b 6408 {0x6b, 0x6a, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 53 1845 e6a8 讓
lynxeyed_atsu 0:eb1247cc069b 6409 {0x6a, 0x6b, 0x54, 0x7f, 0x54, 0x3f, 0x55, 0x00}, // 53 1846 e6a9 è®–
lynxeyed_atsu 0:eb1247cc069b 6410 {0x6b, 0x6a, 0x26, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 53 1847 e6aa è®™
lynxeyed_atsu 0:eb1247cc069b 6411 {0x6b, 0x62, 0x4b, 0x36, 0x3b, 0x36, 0x4a, 0x00}, // 53 1848 e6ab 讚
lynxeyed_atsu 0:eb1247cc069b 6412 {0x12, 0x69, 0x64, 0x69, 0x2f, 0x59, 0x7f, 0x00}, // 53 1849 e6ac è°º
lynxeyed_atsu 0:eb1247cc069b 6413 {0x26, 0x6a, 0x7f, 0x6e, 0x09, 0x64, 0x69, 0x00}, // 53 184a e6ad 豁
lynxeyed_atsu 0:eb1247cc069b 6414 {0x52, 0x5b, 0x35, 0x5a, 0x09, 0x64, 0x69, 0x00}, // 53 184b e6ae è°¿
lynxeyed_atsu 0:eb1247cc069b 6415 {0x44, 0x5f, 0x76, 0x57, 0x76, 0x5f, 0x44, 0x00}, // 53 184c e6af 豈
lynxeyed_atsu 0:eb1247cc069b 6416 {0x2d, 0x35, 0x2d, 0x56, 0x2a, 0x7b, 0x5e, 0x00}, // 53 184d e6b0 豌
lynxeyed_atsu 0:eb1247cc069b 6417 {0x4f, 0x5f, 0x7d, 0x58, 0x7d, 0x5b, 0x4d, 0x00}, // 53 184e e6b1 豎
lynxeyed_atsu 0:eb1247cc069b 6418 {0x47, 0x5e, 0x77, 0x56, 0x77, 0x5e, 0x47, 0x00}, // 53 184f e6b2 豐
lynxeyed_atsu 0:eb1247cc069b 6419 {0x29, 0x29, 0x57, 0x4d, 0x39, 0x15, 0x21, 0x00}, // 53 1850 e6b3 豕
lynxeyed_atsu 0:eb1247cc069b 6420 {0x52, 0x59, 0x2c, 0x5f, 0x7c, 0x29, 0x52, 0x00}, // 53 1851 e6b4 è±¢
lynxeyed_atsu 0:eb1247cc069b 6421 {0x55, 0x4b, 0x3d, 0x1a, 0x6f, 0x7a, 0x69, 0x00}, // 53 1852 e6b5 豬
lynxeyed_atsu 0:eb1247cc069b 6422 {0x04, 0x56, 0x56, 0x2e, 0x55, 0x3a, 0x00, 0x00}, // 53 1853 e6b6 豸
lynxeyed_atsu 0:eb1247cc069b 6423 {0x2a, 0x56, 0x3d, 0x22, 0x52, 0x7f, 0x0a, 0x00}, // 53 1854 e6b7 豺
lynxeyed_atsu 0:eb1247cc069b 6424 {0x2a, 0x56, 0x3d, 0x75, 0x53, 0x59, 0x7f, 0x00}, // 53 1855 e6b8 貂
lynxeyed_atsu 0:eb1247cc069b 6425 {0x2a, 0x56, 0x3d, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 53 1856 e6b9 貉
lynxeyed_atsu 0:eb1247cc069b 6426 {0x2a, 0x56, 0x3d, 0x7f, 0x1a, 0x7f, 0x12, 0x00}, // 53 1857 e6ba è²…
lynxeyed_atsu 0:eb1247cc069b 6427 {0x2a, 0x56, 0x3d, 0x7d, 0x57, 0x55, 0x7d, 0x00}, // 53 1858 e6bb 貊
lynxeyed_atsu 0:eb1247cc069b 6428 {0x2a, 0x56, 0x3d, 0x5f, 0x55, 0x7f, 0x5f, 0x00}, // 53 1859 e6bc 貍
lynxeyed_atsu 0:eb1247cc069b 6429 {0x2a, 0x56, 0x3d, 0x5e, 0x35, 0x72, 0x5e, 0x00}, // 53 185a e6bd 貎
lynxeyed_atsu 0:eb1247cc069b 6430 {0x2a, 0x56, 0x3d, 0x7e, 0x5b, 0x76, 0x5e, 0x00}, // 53 185b e6be è²”
lynxeyed_atsu 0:eb1247cc069b 6431 {0x2a, 0x56, 0x3d, 0x7f, 0x24, 0x7f, 0x44, 0x00}, // 53 185c e6bf è±¼
lynxeyed_atsu 0:eb1247cc069b 6432 {0x2a, 0x56, 0x3d, 0x5f, 0x36, 0x5f, 0x52, 0x00}, // 53 185d e6c0 貘
lynxeyed_atsu 0:eb1247cc069b 6433 {0x5f, 0x15, 0x5f, 0x04, 0x5f, 0x24, 0x55, 0x00}, // 53 185e e6c1 戝
lynxeyed_atsu 0:eb1247cc069b 6434 {0x40, 0x3e, 0x46, 0x3e, 0x2e, 0x3d, 0x45, 0x00}, // 53 185f e6c2 è²­
lynxeyed_atsu 0:eb1247cc069b 6435 {0x44, 0x74, 0x36, 0x35, 0x3e, 0x74, 0x44, 0x00}, // 53 1860 e6c3 貪
lynxeyed_atsu 0:eb1247cc069b 6436 {0x5f, 0x15, 0x5f, 0x08, 0x6c, 0x6b, 0x6c, 0x00}, // 53 1861 e6c4 è²½
lynxeyed_atsu 0:eb1247cc069b 6437 {0x4e, 0x78, 0x2f, 0x2a, 0x28, 0x7f, 0x4a, 0x00}, // 53 1862 e6c5 è²²
lynxeyed_atsu 0:eb1247cc069b 6438 {0x42, 0x36, 0x36, 0x42, 0x0f, 0x32, 0x43, 0x00}, // 53 1863 e6c6 è²³
lynxeyed_atsu 0:eb1247cc069b 6439 {0x44, 0x3d, 0x3d, 0x44, 0x0f, 0x34, 0x45, 0x00}, // 53 1864 e6c7 è²®
lynxeyed_atsu 0:eb1247cc069b 6440 {0x5f, 0x15, 0x5f, 0x34, 0x25, 0x57, 0x4d, 0x00}, // 53 1865 e6c8 貶
lynxeyed_atsu 0:eb1247cc069b 6441 {0x41, 0x7f, 0x2d, 0x2f, 0x2d, 0x7f, 0x41, 0x00}, // 53 1866 e6c9 賈
lynxeyed_atsu 0:eb1247cc069b 6442 {0x4a, 0x7e, 0x2a, 0x2f, 0x2a, 0x7e, 0x4a, 0x00}, // 53 1867 e6ca 賁
lynxeyed_atsu 0:eb1247cc069b 6443 {0x5f, 0x15, 0x5f, 0x12, 0x5b, 0x36, 0x5b, 0x00}, // 53 1868 e6cb 賤
lynxeyed_atsu 0:eb1247cc069b 6444 {0x42, 0x7e, 0x2a, 0x2f, 0x2a, 0x7e, 0x42, 0x00}, // 53 1869 e6cc è³£
lynxeyed_atsu 0:eb1247cc069b 6445 {0x4a, 0x76, 0x3a, 0x37, 0x3a, 0x76, 0x4a, 0x00}, // 53 186a e6cd 賚
lynxeyed_atsu 0:eb1247cc069b 6446 {0x56, 0x7a, 0x2e, 0x2b, 0x2e, 0x7a, 0x56, 0x00}, // 53 186b e6ce è³½
lynxeyed_atsu 0:eb1247cc069b 6447 {0x5f, 0x15, 0x5f, 0x2b, 0x7e, 0x3f, 0x5a, 0x00}, // 53 186c e6cf 賺
lynxeyed_atsu 0:eb1247cc069b 6448 {0x5f, 0x15, 0x5f, 0x3e, 0x57, 0x7e, 0x13, 0x00}, // 53 186d e6d0 è³»
lynxeyed_atsu 0:eb1247cc069b 6449 {0x44, 0x4e, 0x3f, 0x3a, 0x37, 0x7e, 0x48, 0x00}, // 53 186e e6d1 è´„
lynxeyed_atsu 0:eb1247cc069b 6450 {0x54, 0x4e, 0x3f, 0x34, 0x3a, 0x75, 0x4b, 0x00}, // 53 186f e6d2 è´…
lynxeyed_atsu 0:eb1247cc069b 6451 {0x4a, 0x77, 0x3f, 0x3a, 0x37, 0x7f, 0x4a, 0x00}, // 53 1870 e6d3 è´Š
lynxeyed_atsu 0:eb1247cc069b 6452 {0x56, 0x4b, 0x36, 0x3d, 0x35, 0x7e, 0x55, 0x00}, // 53 1871 e6d4 è´‡
lynxeyed_atsu 0:eb1247cc069b 6453 {0x42, 0x3e, 0x7a, 0x3b, 0x4a, 0x7a, 0x72, 0x00}, // 53 1872 e6d5 贏
lynxeyed_atsu 0:eb1247cc069b 6454 {0x5f, 0x15, 0x5f, 0x3e, 0x75, 0x7f, 0x2c, 0x00}, // 53 1873 e6d6 贍
lynxeyed_atsu 0:eb1247cc069b 6455 {0x5f, 0x15, 0x5f, 0x6a, 0x7f, 0x6e, 0x54, 0x00}, // 53 1874 e6d7 贐
lynxeyed_atsu 0:eb1247cc069b 6456 {0x4a, 0x36, 0x7e, 0x3b, 0x7e, 0x76, 0x0a, 0x00}, // 53 1875 e6d8 齎
lynxeyed_atsu 0:eb1247cc069b 6457 {0x5f, 0x1f, 0x6c, 0x3e, 0x5a, 0x3f, 0x52, 0x00}, // 53 1876 e6d9 è´“
lynxeyed_atsu 0:eb1247cc069b 6458 {0x5f, 0x15, 0x5f, 0x3e, 0x4a, 0x7f, 0x4a, 0x00}, // 53 1877 e6da 賍
lynxeyed_atsu 0:eb1247cc069b 6459 {0x40, 0x34, 0x33, 0x43, 0x33, 0x34, 0x40, 0x00}, // 53 1878 e6db è´”
lynxeyed_atsu 0:eb1247cc069b 6460 {0x5f, 0x15, 0x5f, 0x3e, 0x3b, 0x3e, 0x4e, 0x00}, // 53 1879 e6dc è´–
lynxeyed_atsu 0:eb1247cc069b 6461 {0x58, 0x3a, 0x7f, 0x2a, 0x7f, 0x2b, 0x5b, 0x00}, // 53 187a e6dd 赧
lynxeyed_atsu 0:eb1247cc069b 6462 {0x58, 0x3a, 0x7f, 0x2a, 0x1a, 0x6f, 0x6a, 0x00}, // 53 187b e6de èµ­
lynxeyed_atsu 0:eb1247cc069b 6463 {0x44, 0x26, 0x4e, 0x67, 0x56, 0x4e, 0x44, 0x00}, // 53 187c e6df èµ±
lynxeyed_atsu 0:eb1247cc069b 6464 {0x6a, 0x3f, 0x4a, 0x5f, 0x50, 0x7f, 0x48, 0x00}, // 53 187d e6e0 èµ³
lynxeyed_atsu 0:eb1247cc069b 6465 {0x6a, 0x3f, 0x44, 0x6a, 0x65, 0x52, 0x44, 0x00}, // 53 187e e6e1 趁
lynxeyed_atsu 0:eb1247cc069b 6466 {0x6a, 0x3f, 0x4a, 0x7d, 0x56, 0x7d, 0x42, 0x00}, // 53 187f e6e2 趙
lynxeyed_atsu 0:eb1247cc069b 6467 {0x77, 0x7d, 0x57, 0x5a, 0x2f, 0x5a, 0x42, 0x00}, // 53 1880 e6e3 è·‚
lynxeyed_atsu 0:eb1247cc069b 6468 {0x77, 0x7d, 0x57, 0x7c, 0x40, 0x7f, 0x48, 0x00}, // 53 1881 e6e4 趾
lynxeyed_atsu 0:eb1247cc069b 6469 {0x77, 0x7d, 0x4f, 0x2a, 0x1f, 0x2a, 0x48, 0x00}, // 53 1882 e6e5 趺
lynxeyed_atsu 0:eb1247cc069b 6470 {0x77, 0x7d, 0x66, 0x1f, 0x7e, 0x42, 0x7e, 0x00}, // 53 1883 e6e6 跏
lynxeyed_atsu 0:eb1247cc069b 6471 {0x77, 0x7d, 0x2b, 0x7f, 0x3f, 0x09, 0x7f, 0x00}, // 53 1884 e6e7 è·š
lynxeyed_atsu 0:eb1247cc069b 6472 {0x77, 0x7d, 0x57, 0x11, 0x7f, 0x49, 0x79, 0x00}, // 53 1885 e6e8 è·–
lynxeyed_atsu 0:eb1247cc069b 6473 {0x77, 0x7d, 0x4e, 0x2b, 0x1f, 0x2a, 0x48, 0x00}, // 53 1886 e6e9 跌
lynxeyed_atsu 0:eb1247cc069b 6474 {0x77, 0x7d, 0x57, 0x3e, 0x5a, 0x2f, 0x5e, 0x00}, // 53 1887 e6ea è·›
lynxeyed_atsu 0:eb1247cc069b 6475 {0x77, 0x7d, 0x57, 0x22, 0x5f, 0x22, 0x5b, 0x00}, // 53 1888 e6eb è·‹
lynxeyed_atsu 0:eb1247cc069b 6476 {0x77, 0x7d, 0x57, 0x3e, 0x7d, 0x4f, 0x5c, 0x00}, // 53 1889 e6ec è·ª
lynxeyed_atsu 0:eb1247cc069b 6477 {0x45, 0x27, 0x5d, 0x7c, 0x5b, 0x47, 0x44, 0x00}, // 53 188a e6ed è·«
lynxeyed_atsu 0:eb1247cc069b 6478 {0x77, 0x7d, 0x2b, 0x7f, 0x55, 0x35, 0x5f, 0x00}, // 53 188b e6ee è·Ÿ
lynxeyed_atsu 0:eb1247cc069b 6479 {0x77, 0x7d, 0x57, 0x4c, 0x3b, 0x7f, 0x4a, 0x00}, // 53 188c e6ef è·£
lynxeyed_atsu 0:eb1247cc069b 6480 {0x77, 0x7d, 0x57, 0x3f, 0x35, 0x47, 0x7c, 0x00}, // 53 188d e6f0 è·¼
lynxeyed_atsu 0:eb1247cc069b 6481 {0x77, 0x7d, 0x4f, 0x2e, 0x7f, 0x2a, 0x4e, 0x00}, // 53 188e e6f1 踈
lynxeyed_atsu 0:eb1247cc069b 6482 {0x77, 0x7d, 0x57, 0x7e, 0x5a, 0x3b, 0x5e, 0x00}, // 53 188f e6f2 踉
lynxeyed_atsu 0:eb1247cc069b 6483 {0x77, 0x7d, 0x57, 0x28, 0x4a, 0x7f, 0x5a, 0x00}, // 53 1890 e6f3 è·¿
lynxeyed_atsu 0:eb1247cc069b 6484 {0x77, 0x7f, 0x57, 0x35, 0x7f, 0x35, 0x57, 0x00}, // 53 1891 e6f4 踝
lynxeyed_atsu 0:eb1247cc069b 6485 {0x77, 0x7d, 0x57, 0x3f, 0x6b, 0x5f, 0x6b, 0x00}, // 53 1892 e6f5 踞
lynxeyed_atsu 0:eb1247cc069b 6486 {0x77, 0x7d, 0x57, 0x12, 0x5b, 0x36, 0x5b, 0x00}, // 53 1893 e6f6 踐
lynxeyed_atsu 0:eb1247cc069b 6487 {0x77, 0x7d, 0x4b, 0x3e, 0x4a, 0x3e, 0x3e, 0x00}, // 53 1894 e6f7 踟
lynxeyed_atsu 0:eb1247cc069b 6488 {0x77, 0x7d, 0x5a, 0x37, 0x7f, 0x33, 0x56, 0x00}, // 53 1895 e6f8 蹂
lynxeyed_atsu 0:eb1247cc069b 6489 {0x77, 0x7d, 0x47, 0x5e, 0x7e, 0x5d, 0x44, 0x00}, // 53 1896 e6f9 踵
lynxeyed_atsu 0:eb1247cc069b 6490 {0x77, 0x7d, 0x2b, 0x73, 0x75, 0x26, 0x54, 0x00}, // 53 1897 e6fa 踰
lynxeyed_atsu 0:eb1247cc069b 6491 {0x77, 0x7d, 0x2b, 0x50, 0x3d, 0x5f, 0x7d, 0x00}, // 53 1898 e6fb 踴
lynxeyed_atsu 0:eb1247cc069b 6492 {0x77, 0x7d, 0x2b, 0x52, 0x5b, 0x35, 0x5a, 0x00}, // 53 1899 e6fc 蹊
lynxeyed_atsu 0:eb1247cc069b 6493 {0x56, 0x2a, 0x5e, 0x7b, 0x5e, 0x4a, 0x56, 0x00}, // 54 189a e740 蹇
lynxeyed_atsu 0:eb1247cc069b 6494 {0x77, 0x7d, 0x4a, 0x3b, 0x5e, 0x7b, 0x5a, 0x00}, // 54 189b e741 蹉
lynxeyed_atsu 0:eb1247cc069b 6495 {0x77, 0x7d, 0x57, 0x24, 0x1e, 0x6d, 0x62, 0x00}, // 54 189c e742 蹌
lynxeyed_atsu 0:eb1247cc069b 6496 {0x77, 0x7d, 0x57, 0x7d, 0x2a, 0x7d, 0x15, 0x00}, // 54 189d e743 蹐
lynxeyed_atsu 0:eb1247cc069b 6497 {0x77, 0x7d, 0x72, 0x69, 0x43, 0x69, 0x7a, 0x00}, // 54 189e e744 蹈
lynxeyed_atsu 0:eb1247cc069b 6498 {0x50, 0x2e, 0x5a, 0x7e, 0x5a, 0x4f, 0x52, 0x00}, // 54 189f e745 è¹™
lynxeyed_atsu 0:eb1247cc069b 6499 {0x77, 0x7d, 0x57, 0x7d, 0x22, 0x79, 0x52, 0x00}, // 54 18a0 e746 蹤
lynxeyed_atsu 0:eb1247cc069b 6500 {0x77, 0x7d, 0x5f, 0x0e, 0x5b, 0x1e, 0x4a, 0x00}, // 54 18a1 e747 è¹ 
lynxeyed_atsu 0:eb1247cc069b 6501 {0x77, 0x7d, 0x57, 0x1a, 0x7b, 0x1a, 0x56, 0x00}, // 54 18a2 e748 踪
lynxeyed_atsu 0:eb1247cc069b 6502 {0x77, 0x7d, 0x7a, 0x3f, 0x7a, 0x3f, 0x7a, 0x00}, // 54 18a3 e749 è¹£
lynxeyed_atsu 0:eb1247cc069b 6503 {0x77, 0x7d, 0x2b, 0x3f, 0x6b, 0x3f, 0x2b, 0x00}, // 54 18a4 e74a 蹕
lynxeyed_atsu 0:eb1247cc069b 6504 {0x77, 0x7d, 0x5f, 0x35, 0x4b, 0x3d, 0x4d, 0x00}, // 54 18a5 e74b 蹶
lynxeyed_atsu 0:eb1247cc069b 6505 {0x77, 0x7d, 0x1f, 0x37, 0x52, 0x77, 0x1e, 0x00}, // 54 18a6 e74c è¹²
lynxeyed_atsu 0:eb1247cc069b 6506 {0x77, 0x7d, 0x4b, 0x5e, 0x3b, 0x5e, 0x4b, 0x00}, // 54 18a7 e74d è¹¼
lynxeyed_atsu 0:eb1247cc069b 6507 {0x77, 0x7f, 0x5c, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 54 18a8 e74e 躁
lynxeyed_atsu 0:eb1247cc069b 6508 {0x77, 0x7d, 0x52, 0x37, 0x7e, 0x7f, 0x12, 0x00}, // 54 18a9 e74f 躇
lynxeyed_atsu 0:eb1247cc069b 6509 {0x77, 0x7f, 0x4b, 0x75, 0x77, 0x25, 0x7f, 0x00}, // 54 18aa e750 躅
lynxeyed_atsu 0:eb1247cc069b 6510 {0x44, 0x2f, 0x5b, 0x78, 0x5e, 0x5b, 0x46, 0x00}, // 54 18ab e751 躄
lynxeyed_atsu 0:eb1247cc069b 6511 {0x77, 0x7d, 0x4b, 0x36, 0x2b, 0x76, 0x0a, 0x00}, // 54 18ac e752 躋
lynxeyed_atsu 0:eb1247cc069b 6512 {0x77, 0x7d, 0x37, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 54 18ad e753 躊
lynxeyed_atsu 0:eb1247cc069b 6513 {0x77, 0x7d, 0x46, 0x3d, 0x38, 0x3e, 0x45, 0x00}, // 54 18ae e754 躓
lynxeyed_atsu 0:eb1247cc069b 6514 {0x77, 0x7d, 0x5a, 0x39, 0x5a, 0x7f, 0x1b, 0x00}, // 54 18af e755 躑
lynxeyed_atsu 0:eb1247cc069b 6515 {0x77, 0x7d, 0x3e, 0x5a, 0x6f, 0x5e, 0x5a, 0x00}, // 54 18b0 e756 躔
lynxeyed_atsu 0:eb1247cc069b 6516 {0x77, 0x7d, 0x7f, 0x13, 0x3c, 0x3b, 0x7f, 0x00}, // 54 18b1 e757 躙
lynxeyed_atsu 0:eb1247cc069b 6517 {0x77, 0x7d, 0x7e, 0x17, 0x3a, 0x37, 0x7e, 0x00}, // 54 18b2 e758 躪
lynxeyed_atsu 0:eb1247cc069b 6518 {0x77, 0x7d, 0x37, 0x75, 0x27, 0x3f, 0x75, 0x00}, // 54 18b3 e759 躡
lynxeyed_atsu 0:eb1247cc069b 6519 {0x50, 0x5e, 0x2b, 0x7e, 0x1d, 0x55, 0x77, 0x00}, // 54 18b4 e75a 躬
lynxeyed_atsu 0:eb1247cc069b 6520 {0x5e, 0x2b, 0x7e, 0x12, 0x2a, 0x7f, 0x12, 0x00}, // 54 18b5 e75b 躰
lynxeyed_atsu 0:eb1247cc069b 6521 {0x50, 0x5e, 0x2b, 0x7e, 0x57, 0x76, 0x5f, 0x00}, // 54 18b6 e75c 軆
lynxeyed_atsu 0:eb1247cc069b 6522 {0x5e, 0x2b, 0x7e, 0x35, 0x7b, 0x35, 0x56, 0x00}, // 54 18b7 e75d 躱
lynxeyed_atsu 0:eb1247cc069b 6523 {0x50, 0x5e, 0x2b, 0x7e, 0x57, 0x3e, 0x57, 0x00}, // 54 18b8 e75e 躾
lynxeyed_atsu 0:eb1247cc069b 6524 {0x5e, 0x2b, 0x7e, 0x3f, 0x79, 0x7f, 0x55, 0x00}, // 54 18b9 e75f è»…
lynxeyed_atsu 0:eb1247cc069b 6525 {0x5e, 0x2b, 0x7e, 0x7e, 0x2e, 0x4f, 0x6a, 0x00}, // 54 18ba e760 軈
lynxeyed_atsu 0:eb1247cc069b 6526 {0x2d, 0x7f, 0x2d, 0x00, 0x7f, 0x40, 0x60, 0x00}, // 54 18bb e761 軋
lynxeyed_atsu 0:eb1247cc069b 6527 {0x2d, 0x7f, 0x2d, 0x3f, 0x7d, 0x45, 0x5d, 0x00}, // 54 18bc e762 è»›
lynxeyed_atsu 0:eb1247cc069b 6528 {0x4a, 0x5e, 0x2a, 0x0f, 0x2a, 0x5e, 0x4a, 0x00}, // 54 18bd e763 軣
lynxeyed_atsu 0:eb1247cc069b 6529 {0x2d, 0x7f, 0x4c, 0x2b, 0x1f, 0x2a, 0x48, 0x00}, // 54 18be e764 軼
lynxeyed_atsu 0:eb1247cc069b 6530 {0x2d, 0x7f, 0x2d, 0x1d, 0x15, 0x5d, 0x7f, 0x00}, // 54 18bf e765 è»»
lynxeyed_atsu 0:eb1247cc069b 6531 {0x2d, 0x7f, 0x2d, 0x42, 0x55, 0x2a, 0x14, 0x00}, // 54 18c0 e766 軫
lynxeyed_atsu 0:eb1247cc069b 6532 {0x2d, 0x7f, 0x2d, 0x54, 0x74, 0x3f, 0x45, 0x00}, // 54 18c1 e767 軾
lynxeyed_atsu 0:eb1247cc069b 6533 {0x2d, 0x7f, 0x45, 0x57, 0x7d, 0x53, 0x45, 0x00}, // 54 18c2 e768 輊
lynxeyed_atsu 0:eb1247cc069b 6534 {0x2d, 0x7f, 0x2d, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 54 18c3 e769 è¼…
lynxeyed_atsu 0:eb1247cc069b 6535 {0x2d, 0x7f, 0x2d, 0x55, 0x5b, 0x75, 0x5b, 0x00}, // 54 18c4 e76a 輕
lynxeyed_atsu 0:eb1247cc069b 6536 {0x2d, 0x7f, 0x21, 0x3f, 0x6d, 0x7f, 0x41, 0x00}, // 54 18c5 e76b è¼’
lynxeyed_atsu 0:eb1247cc069b 6537 {0x2d, 0x7f, 0x21, 0x3f, 0x7f, 0x12, 0x2e, 0x00}, // 54 18c6 e76c è¼™
lynxeyed_atsu 0:eb1247cc069b 6538 {0x2d, 0x7f, 0x5c, 0x36, 0x1d, 0x77, 0x5c, 0x00}, // 54 18c7 e76d 輓
lynxeyed_atsu 0:eb1247cc069b 6539 {0x2d, 0x7f, 0x2d, 0x7a, 0x5d, 0x7a, 0x7d, 0x00}, // 54 18c8 e76e 輜
lynxeyed_atsu 0:eb1247cc069b 6540 {0x2d, 0x7f, 0x5d, 0x2b, 0x5d, 0x2b, 0x5d, 0x00}, // 54 18c9 e76f 輟
lynxeyed_atsu 0:eb1247cc069b 6541 {0x2d, 0x7f, 0x7d, 0x35, 0x7f, 0x35, 0x7d, 0x00}, // 54 18ca e770 è¼›
lynxeyed_atsu 0:eb1247cc069b 6542 {0x2d, 0x7f, 0x7d, 0x35, 0x3f, 0x35, 0x7d, 0x00}, // 54 18cb e771 輌
lynxeyed_atsu 0:eb1247cc069b 6543 {0x2a, 0x37, 0x3a, 0x70, 0x3a, 0x37, 0x2a, 0x00}, // 54 18cc e772 輦
lynxeyed_atsu 0:eb1247cc069b 6544 {0x2d, 0x7f, 0x1a, 0x4e, 0x3f, 0x4e, 0x1a, 0x00}, // 54 18cd e773 è¼³
lynxeyed_atsu 0:eb1247cc069b 6545 {0x2d, 0x7f, 0x2d, 0x71, 0x57, 0x77, 0x71, 0x00}, // 54 18ce e774 è¼»
lynxeyed_atsu 0:eb1247cc069b 6546 {0x2d, 0x7f, 0x4d, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 54 18cf e775 è¼¹
lynxeyed_atsu 0:eb1247cc069b 6547 {0x2d, 0x7f, 0x2d, 0x7e, 0x57, 0x36, 0x5c, 0x00}, // 54 18d0 e776 è½…
lynxeyed_atsu 0:eb1247cc069b 6548 {0x2a, 0x3e, 0x7f, 0x2e, 0x5b, 0x29, 0x5b, 0x00}, // 54 18d1 e777 轂
lynxeyed_atsu 0:eb1247cc069b 6549 {0x2d, 0x7f, 0x3f, 0x75, 0x5d, 0x3d, 0x57, 0x00}, // 54 18d2 e778 è¼¾
lynxeyed_atsu 0:eb1247cc069b 6550 {0x2d, 0x7f, 0x2d, 0x06, 0x53, 0x77, 0x26, 0x00}, // 54 18d3 e779 轌
lynxeyed_atsu 0:eb1247cc069b 6551 {0x2d, 0x7f, 0x12, 0x3e, 0x5f, 0x76, 0x1a, 0x00}, // 54 18d4 e77a 轉
lynxeyed_atsu 0:eb1247cc069b 6552 {0x2d, 0x7f, 0x7e, 0x5a, 0x1f, 0x7e, 0x5a, 0x00}, // 54 18d5 e77b 轆
lynxeyed_atsu 0:eb1247cc069b 6553 {0x2d, 0x7f, 0x7a, 0x17, 0x5b, 0x17, 0x7a, 0x00}, // 54 18d6 e77c 轎
lynxeyed_atsu 0:eb1247cc069b 6554 {0x2d, 0x7f, 0x6e, 0x2e, 0x42, 0x47, 0x6a, 0x00}, // 54 18d7 e77d è½—
lynxeyed_atsu 0:eb1247cc069b 6555 {0x2d, 0x7f, 0x66, 0x2b, 0x7f, 0x2b, 0x66, 0x00}, // 54 18d8 e77e 轜
lynxeyed_atsu 0:eb1247cc069b 6556 {0x2d, 0x7f, 0x5a, 0x35, 0x7f, 0x3a, 0x55, 0x00}, // 55 18d9 e780 è½¢
lynxeyed_atsu 0:eb1247cc069b 6557 {0x2d, 0x7f, 0x3f, 0x6f, 0x45, 0x6f, 0x45, 0x00}, // 55 18da e781 è½£
lynxeyed_atsu 0:eb1247cc069b 6558 {0x2d, 0x7f, 0x3d, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 55 18db e782 轤
lynxeyed_atsu 0:eb1247cc069b 6559 {0x12, 0x36, 0x3e, 0x77, 0x3e, 0x36, 0x12, 0x00}, // 55 18dc e783 辜
lynxeyed_atsu 0:eb1247cc069b 6560 {0x10, 0x7f, 0x77, 0x2a, 0x2e, 0x7b, 0x2e, 0x00}, // 55 18dd e784 辟
lynxeyed_atsu 0:eb1247cc069b 6561 {0x56, 0x3b, 0x5e, 0x2e, 0x7f, 0x2a, 0x4e, 0x00}, // 55 18de e785 è¾£
lynxeyed_atsu 0:eb1247cc069b 6562 {0x72, 0x55, 0x37, 0x7d, 0x2e, 0x7b, 0x2e, 0x00}, // 55 18df e786 è¾­
lynxeyed_atsu 0:eb1247cc069b 6563 {0x56, 0x3f, 0x6a, 0x6b, 0x2e, 0x7b, 0x2e, 0x00}, // 55 18e0 e787 辯
lynxeyed_atsu 0:eb1247cc069b 6564 {0x55, 0x30, 0x44, 0x44, 0x44, 0x44, 0x44, 0x00}, // 55 18e1 e788 è¾·
lynxeyed_atsu 0:eb1247cc069b 6565 {0x55, 0x30, 0x4e, 0x4a, 0x7f, 0x4a, 0x4e, 0x00}, // 55 18e2 e789 è¿š
lynxeyed_atsu 0:eb1247cc069b 6566 {0x55, 0x30, 0x7f, 0x4d, 0x4d, 0x61, 0x7f, 0x00}, // 55 18e3 e78a è¿¥
lynxeyed_atsu 0:eb1247cc069b 6567 {0x55, 0x30, 0x45, 0x7d, 0x6b, 0x69, 0x7f, 0x00}, // 55 18e4 e78b è¿¢
lynxeyed_atsu 0:eb1247cc069b 6568 {0x55, 0x30, 0x7e, 0x6a, 0x7f, 0x6a, 0x7e, 0x00}, // 55 18e5 e78c 迪
lynxeyed_atsu 0:eb1247cc069b 6569 {0x55, 0x30, 0x64, 0x5b, 0x4e, 0x7f, 0x44, 0x00}, // 55 18e6 e78d 迯
lynxeyed_atsu 0:eb1247cc069b 6570 {0x55, 0x30, 0x45, 0x7f, 0x57, 0x6d, 0x7f, 0x00}, // 55 18e7 e78e 邇
lynxeyed_atsu 0:eb1247cc069b 6571 {0x55, 0x30, 0x7f, 0x5d, 0x55, 0x5d, 0x7f, 0x00}, // 55 18e8 e78f è¿´
lynxeyed_atsu 0:eb1247cc069b 6572 {0x55, 0x30, 0x60, 0x5e, 0x4a, 0x6a, 0x69, 0x00}, // 55 18e9 e790 逅
lynxeyed_atsu 0:eb1247cc069b 6573 {0x55, 0x30, 0x6a, 0x5e, 0x63, 0x7e, 0x4a, 0x00}, // 55 18ea e791 迹
lynxeyed_atsu 0:eb1247cc069b 6574 {0x55, 0x30, 0x7d, 0x6f, 0x65, 0x6f, 0x7d, 0x00}, // 55 18eb e792 迺
lynxeyed_atsu 0:eb1247cc069b 6575 {0x55, 0x30, 0x6a, 0x52, 0x7f, 0x52, 0x6b, 0x00}, // 55 18ec e793 逑
lynxeyed_atsu 0:eb1247cc069b 6576 {0x55, 0x30, 0x40, 0x6d, 0x6b, 0x7d, 0x6b, 0x00}, // 55 18ed e794 逕
lynxeyed_atsu 0:eb1247cc069b 6577 {0x55, 0x30, 0x4a, 0x67, 0x72, 0x5e, 0x6b, 0x00}, // 55 18ee e795 逡
lynxeyed_atsu 0:eb1247cc069b 6578 {0x55, 0x30, 0x42, 0x7d, 0x56, 0x7d, 0x42, 0x00}, // 55 18ef e796 逍
lynxeyed_atsu 0:eb1247cc069b 6579 {0x55, 0x30, 0x44, 0x6f, 0x7d, 0x6f, 0x44, 0x00}, // 55 18f0 e797 逞
lynxeyed_atsu 0:eb1247cc069b 6580 {0x55, 0x30, 0x6b, 0x5e, 0x65, 0x5f, 0x64, 0x00}, // 55 18f1 e798 逖
lynxeyed_atsu 0:eb1247cc069b 6581 {0x55, 0x30, 0x42, 0x7a, 0x7f, 0x5a, 0x7b, 0x00}, // 55 18f2 e799 逋
lynxeyed_atsu 0:eb1247cc069b 6582 {0x55, 0x30, 0x52, 0x49, 0x74, 0x79, 0x52, 0x00}, // 55 18f3 e79a 逧
lynxeyed_atsu 0:eb1247cc069b 6583 {0x55, 0x30, 0x6a, 0x77, 0x7f, 0x57, 0x6a, 0x00}, // 55 18f4 e79b 逶
lynxeyed_atsu 0:eb1247cc069b 6584 {0x55, 0x30, 0x54, 0x6e, 0x77, 0x6e, 0x6c, 0x00}, // 55 18f5 e79c 逵
lynxeyed_atsu 0:eb1247cc069b 6585 {0x55, 0x30, 0x54, 0x5e, 0x77, 0x5e, 0x54, 0x00}, // 55 18f6 e79d 逹
lynxeyed_atsu 0:eb1247cc069b 6586 {0x55, 0x30, 0x54, 0x7d, 0x54, 0x7d, 0x54, 0x00}, // 55 18f7 e79e 迸
lynxeyed_atsu 0:eb1247cc069b 6587 {0x55, 0x30, 0x48, 0x5f, 0x55, 0x67, 0x7c, 0x00}, // 55 18f8 e79f 遏
lynxeyed_atsu 0:eb1247cc069b 6588 {0x55, 0x30, 0x7f, 0x4b, 0x6c, 0x55, 0x6f, 0x00}, // 55 18f9 e7a0 遐
lynxeyed_atsu 0:eb1247cc069b 6589 {0x55, 0x30, 0x48, 0x6e, 0x7b, 0x6e, 0x48, 0x00}, // 55 18fa e7a1 遑
lynxeyed_atsu 0:eb1247cc069b 6590 {0x55, 0x30, 0x7a, 0x5d, 0x4d, 0x5d, 0x7a, 0x00}, // 55 18fb e7a2 遒
lynxeyed_atsu 0:eb1247cc069b 6591 {0x55, 0x30, 0x7d, 0x6f, 0x65, 0x6f, 0x7d, 0x00}, // 55 18fc e7a3 逎
lynxeyed_atsu 0:eb1247cc069b 6592 {0x55, 0x30, 0x60, 0x5c, 0x5f, 0x5e, 0x62, 0x00}, // 55 18fd e7a4 遉
lynxeyed_atsu 0:eb1247cc069b 6593 {0x55, 0x30, 0x45, 0x73, 0x75, 0x66, 0x54, 0x00}, // 55 18fe e7a5 逾
lynxeyed_atsu 0:eb1247cc069b 6594 {0x55, 0x30, 0x7a, 0x5a, 0x6f, 0x5a, 0x7a, 0x00}, // 55 18ff e7a6 遖
lynxeyed_atsu 0:eb1247cc069b 6595 {0x55, 0x30, 0x6a, 0x7f, 0x7a, 0x7f, 0x6a, 0x00}, // 55 1900 e7a7 遘
lynxeyed_atsu 0:eb1247cc069b 6596 {0x55, 0x30, 0x5f, 0x6d, 0x55, 0x7f, 0x6b, 0x00}, // 55 1901 e7a8 遞
lynxeyed_atsu 0:eb1247cc069b 6597 {0x55, 0x30, 0x56, 0x6f, 0x7c, 0x53, 0x6e, 0x00}, // 55 1902 e7a9 遨
lynxeyed_atsu 0:eb1247cc069b 6598 {0x55, 0x30, 0x7f, 0x55, 0x7f, 0x7b, 0x55, 0x00}, // 55 1903 e7aa 遯
lynxeyed_atsu 0:eb1247cc069b 6599 {0x55, 0x30, 0x6c, 0x5e, 0x4f, 0x7e, 0x6c, 0x00}, // 55 1904 e7ab 遶
lynxeyed_atsu 0:eb1247cc069b 6600 {0x7f, 0x25, 0x1b, 0x65, 0x4a, 0x7f, 0x7a, 0x00}, // 55 1905 e7ac 隨
lynxeyed_atsu 0:eb1247cc069b 6601 {0x55, 0x30, 0x7f, 0x57, 0x5b, 0x7f, 0x57, 0x00}, // 55 1906 e7ad 遲
lynxeyed_atsu 0:eb1247cc069b 6602 {0x55, 0x30, 0x62, 0x5d, 0x7f, 0x51, 0x7b, 0x00}, // 55 1907 e7ae é‚‚
lynxeyed_atsu 0:eb1247cc069b 6603 {0x55, 0x30, 0x5c, 0x6c, 0x7f, 0x5a, 0x6a, 0x00}, // 55 1908 e7af 遽
lynxeyed_atsu 0:eb1247cc069b 6604 {0x55, 0x30, 0x7a, 0x6f, 0x7a, 0x5f, 0x7a, 0x00}, // 55 1909 e7b0 邁
lynxeyed_atsu 0:eb1247cc069b 6605 {0x55, 0x30, 0x56, 0x6f, 0x7e, 0x53, 0x6e, 0x00}, // 55 190a e7b1 é‚€
lynxeyed_atsu 0:eb1247cc069b 6606 {0x55, 0x30, 0x58, 0x6e, 0x5d, 0x7e, 0x58, 0x00}, // 55 190b e7b2 é‚Š
lynxeyed_atsu 0:eb1247cc069b 6607 {0x55, 0x30, 0x58, 0x6e, 0x5d, 0x6e, 0x58, 0x00}, // 55 190c e7b3 邉
lynxeyed_atsu 0:eb1247cc069b 6608 {0x55, 0x30, 0x57, 0x7b, 0x53, 0x7f, 0x6b, 0x00}, // 55 190d e7b4 邏
lynxeyed_atsu 0:eb1247cc069b 6609 {0x1a, 0x7f, 0x52, 0x1a, 0x7f, 0x25, 0x1b, 0x00}, // 55 190e e7b5 邨
lynxeyed_atsu 0:eb1247cc069b 6610 {0x02, 0x7f, 0x4a, 0x7f, 0x02, 0x7f, 0x1b, 0x00}, // 55 190f e7b6 邯
lynxeyed_atsu 0:eb1247cc069b 6611 {0x40, 0x7e, 0x4a, 0x39, 0x28, 0x7f, 0x1b, 0x00}, // 55 1910 e7b7 邱
lynxeyed_atsu 0:eb1247cc069b 6612 {0x09, 0x77, 0x59, 0x7f, 0x00, 0x7f, 0x1b, 0x00}, // 55 1911 e7b8 邵
lynxeyed_atsu 0:eb1247cc069b 6613 {0x44, 0x57, 0x7d, 0x37, 0x24, 0x7f, 0x1b, 0x00}, // 55 1912 e7b9 郢
lynxeyed_atsu 0:eb1247cc069b 6614 {0x12, 0x69, 0x64, 0x09, 0x7f, 0x25, 0x1b, 0x00}, // 55 1913 e7ba 郤
lynxeyed_atsu 0:eb1247cc069b 6615 {0x41, 0x3f, 0x7d, 0x55, 0x5d, 0x57, 0x5d, 0x00}, // 55 1914 e7bb 扈
lynxeyed_atsu 0:eb1247cc069b 6616 {0x22, 0x29, 0x6b, 0x39, 0x22, 0x7f, 0x1b, 0x00}, // 55 1915 e7bc 郛
lynxeyed_atsu 0:eb1247cc069b 6617 {0x0b, 0x3f, 0x6c, 0x0b, 0x7f, 0x25, 0x1b, 0x00}, // 55 1916 e7bd é„‚
lynxeyed_atsu 0:eb1247cc069b 6618 {0x24, 0x5b, 0x36, 0x36, 0x7f, 0x25, 0x1b, 0x00}, // 55 1917 e7be é„’
lynxeyed_atsu 0:eb1247cc069b 6619 {0x08, 0x7b, 0x7d, 0x7b, 0x08, 0x7f, 0x1b, 0x00}, // 55 1918 e7bf é„™
lynxeyed_atsu 0:eb1247cc069b 6620 {0x23, 0x3f, 0x7c, 0x23, 0x7f, 0x25, 0x1b, 0x00}, // 55 1919 e7c0 鄲
lynxeyed_atsu 0:eb1247cc069b 6621 {0x55, 0x32, 0x27, 0x72, 0x25, 0x7f, 0x1b, 0x00}, // 55 191a e7c1 é„°
lynxeyed_atsu 0:eb1247cc069b 6622 {0x7d, 0x6f, 0x7d, 0x01, 0x41, 0x7f, 0x01, 0x00}, // 55 191b e7c2 é…Š
lynxeyed_atsu 0:eb1247cc069b 6623 {0x7d, 0x6f, 0x7d, 0x46, 0x3f, 0x72, 0x46, 0x00}, // 55 191c e7c3 é…–
lynxeyed_atsu 0:eb1247cc069b 6624 {0x7d, 0x6f, 0x7d, 0x40, 0x5b, 0x29, 0x5b, 0x00}, // 55 191d e7c4 é…˜
lynxeyed_atsu 0:eb1247cc069b 6625 {0x7d, 0x6f, 0x7d, 0x02, 0x7f, 0x4a, 0x7f, 0x00}, // 55 191e e7c5 é…£
lynxeyed_atsu 0:eb1247cc069b 6626 {0x7d, 0x6f, 0x7d, 0x24, 0x15, 0x7f, 0x25, 0x00}, // 55 191f e7c6 é…¥
lynxeyed_atsu 0:eb1247cc069b 6627 {0x7d, 0x6f, 0x7d, 0x14, 0x7b, 0x55, 0x73, 0x00}, // 55 1920 e7c7 é…©
lynxeyed_atsu 0:eb1247cc069b 6628 {0x7d, 0x6f, 0x7d, 0x08, 0x7a, 0x2d, 0x78, 0x00}, // 55 1921 e7c8 é…³
lynxeyed_atsu 0:eb1247cc069b 6629 {0x7d, 0x6f, 0x7d, 0x08, 0x5b, 0x7d, 0x57, 0x00}, // 55 1922 e7c9 é…²
lynxeyed_atsu 0:eb1247cc069b 6630 {0x7d, 0x6f, 0x7d, 0x0a, 0x7f, 0x5a, 0x7f, 0x00}, // 55 1923 e7ca 醋
lynxeyed_atsu 0:eb1247cc069b 6631 {0x7d, 0x6f, 0x7d, 0x2e, 0x73, 0x2e, 0x32, 0x00}, // 55 1924 e7cb 醉
lynxeyed_atsu 0:eb1247cc069b 6632 {0x7d, 0x6f, 0x7d, 0x1a, 0x7f, 0x1a, 0x7f, 0x00}, // 55 1925 e7cc 醂
lynxeyed_atsu 0:eb1247cc069b 6633 {0x7d, 0x6f, 0x7d, 0x4a, 0x67, 0x7a, 0x5a, 0x00}, // 55 1926 e7cd 醢
lynxeyed_atsu 0:eb1247cc069b 6634 {0x1f, 0x77, 0x7d, 0x55, 0x7b, 0x75, 0x1b, 0x00}, // 55 1927 e7ce 醫
lynxeyed_atsu 0:eb1247cc069b 6635 {0x7d, 0x6f, 0x7d, 0x52, 0x6e, 0x7b, 0x5a, 0x00}, // 55 1928 e7cf 醯
lynxeyed_atsu 0:eb1247cc069b 6636 {0x7d, 0x6f, 0x7d, 0x11, 0x4b, 0x55, 0x2b, 0x00}, // 55 1929 e7d0 醪
lynxeyed_atsu 0:eb1247cc069b 6637 {0x7d, 0x6f, 0x7d, 0x2c, 0x57, 0x7a, 0x2a, 0x00}, // 55 192a e7d1 醵
lynxeyed_atsu 0:eb1247cc069b 6638 {0x7d, 0x6f, 0x7d, 0x5e, 0x77, 0x76, 0x5f, 0x00}, // 55 192b e7d2 醴
lynxeyed_atsu 0:eb1247cc069b 6639 {0x7d, 0x6f, 0x7d, 0x52, 0x1f, 0x5f, 0x52, 0x00}, // 55 192c e7d3 醺
lynxeyed_atsu 0:eb1247cc069b 6640 {0x7d, 0x7f, 0x36, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 55 192d e7d4 釀
lynxeyed_atsu 0:eb1247cc069b 6641 {0x44, 0x3e, 0x55, 0x36, 0x75, 0x3f, 0x44, 0x00}, // 55 192e e7d5 釁
lynxeyed_atsu 0:eb1247cc069b 6642 {0x55, 0x31, 0x7f, 0x35, 0x7c, 0x7f, 0x7c, 0x00}, // 55 192f e7d6 釉
lynxeyed_atsu 0:eb1247cc069b 6643 {0x55, 0x31, 0x7f, 0x2b, 0x3b, 0x6f, 0x3b, 0x00}, // 55 1930 e7d7 釋
lynxeyed_atsu 0:eb1247cc069b 6644 {0x44, 0x3e, 0x5f, 0x7e, 0x7a, 0x75, 0x5b, 0x00}, // 55 1931 e7d8 釐
lynxeyed_atsu 0:eb1247cc069b 6645 {0x56, 0x7d, 0x36, 0x41, 0x3f, 0x41, 0x7f, 0x00}, // 55 1932 e7d9 釖
lynxeyed_atsu 0:eb1247cc069b 6646 {0x56, 0x7d, 0x56, 0x3f, 0x00, 0x3f, 0x40, 0x00}, // 55 1933 e7da 釟
lynxeyed_atsu 0:eb1247cc069b 6647 {0x48, 0x6a, 0x59, 0x74, 0x59, 0x6a, 0x48, 0x00}, // 55 1934 e7db 釡
lynxeyed_atsu 0:eb1247cc069b 6648 {0x56, 0x7d, 0x36, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 55 1935 e7dc 釛
lynxeyed_atsu 0:eb1247cc069b 6649 {0x56, 0x7d, 0x36, 0x45, 0x3f, 0x51, 0x7f, 0x00}, // 55 1936 e7dd 釼
lynxeyed_atsu 0:eb1247cc069b 6650 {0x56, 0x7d, 0x57, 0x29, 0x13, 0x29, 0x47, 0x00}, // 55 1937 e7de 釵
lynxeyed_atsu 0:eb1247cc069b 6651 {0x56, 0x7d, 0x36, 0x7e, 0x44, 0x5f, 0x6c, 0x00}, // 55 1938 e7df 釶
lynxeyed_atsu 0:eb1247cc069b 6652 {0x56, 0x7d, 0x36, 0x04, 0x2b, 0x52, 0x7e, 0x00}, // 55 1939 e7e0 鈞
lynxeyed_atsu 0:eb1247cc069b 6653 {0x56, 0x7d, 0x36, 0x40, 0x3e, 0x0a, 0x79, 0x00}, // 55 193a e7e1 釿
lynxeyed_atsu 0:eb1247cc069b 6654 {0x56, 0x7d, 0x2a, 0x46, 0x5f, 0x22, 0x14, 0x00}, // 55 193b e7e2 鈔
lynxeyed_atsu 0:eb1247cc069b 6655 {0x56, 0x7d, 0x56, 0x3f, 0x05, 0x1d, 0x67, 0x00}, // 55 193c e7e3 鈬
lynxeyed_atsu 0:eb1247cc069b 6656 {0x56, 0x7d, 0x4b, 0x7f, 0x49, 0x7f, 0x48, 0x00}, // 55 193d e7e4 鈕
lynxeyed_atsu 0:eb1247cc069b 6657 {0x56, 0x7d, 0x56, 0x3f, 0x5d, 0x25, 0x5d, 0x00}, // 55 193e e7e5 鈑
lynxeyed_atsu 0:eb1247cc069b 6658 {0x56, 0x7d, 0x36, 0x7e, 0x42, 0x3f, 0x52, 0x00}, // 55 193f e7e6 鉞
lynxeyed_atsu 0:eb1247cc069b 6659 {0x56, 0x7d, 0x36, 0x7f, 0x4a, 0x7f, 0x02, 0x00}, // 55 1940 e7e7 鉗
lynxeyed_atsu 0:eb1247cc069b 6660 {0x56, 0x7d, 0x36, 0x7f, 0x55, 0x55, 0x5d, 0x00}, // 55 1941 e7e8 鉅
lynxeyed_atsu 0:eb1247cc069b 6661 {0x56, 0x7d, 0x36, 0x4a, 0x6e, 0x53, 0x6a, 0x00}, // 55 1942 e7e9 鉉
lynxeyed_atsu 0:eb1247cc069b 6662 {0x56, 0x7d, 0x36, 0x04, 0x1b, 0x5a, 0x7e, 0x00}, // 55 1943 e7ea 鉤
lynxeyed_atsu 0:eb1247cc069b 6663 {0x56, 0x7d, 0x36, 0x06, 0x7a, 0x53, 0x56, 0x00}, // 55 1944 e7eb 鉈
lynxeyed_atsu 0:eb1247cc069b 6664 {0x56, 0x7d, 0x36, 0x5e, 0x3f, 0x56, 0x72, 0x00}, // 55 1945 e7ec 銕
lynxeyed_atsu 0:eb1247cc069b 6665 {0x56, 0x7d, 0x36, 0x7f, 0x49, 0x7f, 0x7f, 0x00}, // 55 1946 e7ed 鈿
lynxeyed_atsu 0:eb1247cc069b 6666 {0x56, 0x7d, 0x36, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 55 1947 e7ee 鉋
lynxeyed_atsu 0:eb1247cc069b 6667 {0x56, 0x7d, 0x36, 0x11, 0x7f, 0x49, 0x79, 0x00}, // 55 1948 e7ef 鉐
lynxeyed_atsu 0:eb1247cc069b 6668 {0x0a, 0x7d, 0x56, 0x7d, 0x36, 0x45, 0x7d, 0x00}, // 55 1949 e7f0 銜
lynxeyed_atsu 0:eb1247cc069b 6669 {0x56, 0x7d, 0x4e, 0x2b, 0x7f, 0x2a, 0x48, 0x00}, // 55 194a e7f1 銖
lynxeyed_atsu 0:eb1247cc069b 6670 {0x56, 0x7d, 0x36, 0x45, 0x57, 0x7d, 0x56, 0x00}, // 55 194b e7f2 銓
lynxeyed_atsu 0:eb1247cc069b 6671 {0x56, 0x7d, 0x36, 0x04, 0x76, 0x5e, 0x75, 0x00}, // 55 194c e7f3 銛
lynxeyed_atsu 0:eb1247cc069b 6672 {0x56, 0x7d, 0x5e, 0x3d, 0x00, 0x7f, 0x1f, 0x00}, // 55 194d e7f4 鉚
lynxeyed_atsu 0:eb1247cc069b 6673 {0x56, 0x7d, 0x56, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 55 194e e7f5 鋏
lynxeyed_atsu 0:eb1247cc069b 6674 {0x56, 0x7d, 0x5a, 0x37, 0x1f, 0x37, 0x6a, 0x00}, // 55 194f e7f6 銹
lynxeyed_atsu 0:eb1247cc069b 6675 {0x56, 0x7d, 0x36, 0x7d, 0x2a, 0x7d, 0x02, 0x00}, // 55 1950 e7f7 銷
lynxeyed_atsu 0:eb1247cc069b 6676 {0x56, 0x7d, 0x36, 0x7b, 0x4e, 0x4b, 0x4a, 0x00}, // 55 1951 e7f8 é‹©
lynxeyed_atsu 0:eb1247cc069b 6677 {0x56, 0x7d, 0x5f, 0x77, 0x41, 0x77, 0x5d, 0x00}, // 55 1952 e7f9 錏
lynxeyed_atsu 0:eb1247cc069b 6678 {0x56, 0x7d, 0x56, 0x2a, 0x7b, 0x4a, 0x5e, 0x00}, // 55 1953 e7fa 鋺
lynxeyed_atsu 0:eb1247cc069b 6679 {0x56, 0x7d, 0x26, 0x4e, 0x7b, 0x0e, 0x22, 0x00}, // 55 1954 e7fb 鍄
lynxeyed_atsu 0:eb1247cc069b 6680 {0x56, 0x7d, 0x7f, 0x75, 0x6f, 0x75, 0x7f, 0x00}, // 55 1955 e7fc 錮
lynxeyed_atsu 0:eb1247cc069b 6681 {0x56, 0x7d, 0x36, 0x7a, 0x5d, 0x7a, 0x7d, 0x00}, // 56 1956 e840 錙
lynxeyed_atsu 0:eb1247cc069b 6682 {0x56, 0x7d, 0x36, 0x52, 0x5b, 0x36, 0x5b, 0x00}, // 56 1957 e841 錢
lynxeyed_atsu 0:eb1247cc069b 6683 {0x56, 0x7d, 0x16, 0x55, 0x7f, 0x3d, 0x12, 0x00}, // 56 1958 e842 錚
lynxeyed_atsu 0:eb1247cc069b 6684 {0x56, 0x7d, 0x5f, 0x2b, 0x5d, 0x2b, 0x5d, 0x00}, // 56 1959 e843 錣
lynxeyed_atsu 0:eb1247cc069b 6685 {0x56, 0x7d, 0x36, 0x4a, 0x3b, 0x2e, 0x6b, 0x00}, // 56 195a e844 錺
lynxeyed_atsu 0:eb1247cc069b 6686 {0x56, 0x7d, 0x36, 0x7b, 0x02, 0x7f, 0x52, 0x00}, // 56 195b e845 錵
lynxeyed_atsu 0:eb1247cc069b 6687 {0x56, 0x7d, 0x36, 0x75, 0x65, 0x3e, 0x45, 0x00}, // 56 195c e846 錻
lynxeyed_atsu 0:eb1247cc069b 6688 {0x56, 0x7d, 0x7f, 0x2b, 0x58, 0x2d, 0x5f, 0x00}, // 56 195d e847 鍜
lynxeyed_atsu 0:eb1247cc069b 6689 {0x56, 0x7d, 0x56, 0x5e, 0x7b, 0x5e, 0x50, 0x00}, // 56 195e e848 鍠
lynxeyed_atsu 0:eb1247cc069b 6690 {0x56, 0x7d, 0x3e, 0x6a, 0x6a, 0x3f, 0x52, 0x00}, // 56 195f e849 鍼
lynxeyed_atsu 0:eb1247cc069b 6691 {0x56, 0x7d, 0x37, 0x73, 0x75, 0x26, 0x54, 0x00}, // 56 1960 e84a 鍮
lynxeyed_atsu 0:eb1247cc069b 6692 {0x56, 0x7d, 0x72, 0x5f, 0x72, 0x5f, 0x52, 0x00}, // 56 1961 e84b 鍖
lynxeyed_atsu 0:eb1247cc069b 6693 {0x56, 0x7d, 0x52, 0x6d, 0x64, 0x6d, 0x52, 0x00}, // 56 1962 e84c 鎰
lynxeyed_atsu 0:eb1247cc069b 6694 {0x56, 0x7d, 0x76, 0x1e, 0x5b, 0x1e, 0x72, 0x00}, // 56 1963 e84d 鎬
lynxeyed_atsu 0:eb1247cc069b 6695 {0x56, 0x7d, 0x36, 0x58, 0x1f, 0x1e, 0x52, 0x00}, // 56 1964 e84e 鎭
lynxeyed_atsu 0:eb1247cc069b 6696 {0x56, 0x7d, 0x26, 0x16, 0x6b, 0x76, 0x26, 0x00}, // 56 1965 e84f 鎔
lynxeyed_atsu 0:eb1247cc069b 6697 {0x56, 0x7d, 0x36, 0x75, 0x6a, 0x59, 0x6a, 0x00}, // 56 1966 e850 鎹
lynxeyed_atsu 0:eb1247cc069b 6698 {0x10, 0x4e, 0x6a, 0x5e, 0x7f, 0x5e, 0x6a, 0x00}, // 56 1967 e851 鏖
lynxeyed_atsu 0:eb1247cc069b 6699 {0x56, 0x7d, 0x47, 0x57, 0x7b, 0x55, 0x4b, 0x00}, // 56 1968 e852 鏗
lynxeyed_atsu 0:eb1247cc069b 6700 {0x5a, 0x7e, 0x5f, 0x7a, 0x57, 0x7d, 0x55, 0x00}, // 56 1969 e853 鏨
lynxeyed_atsu 0:eb1247cc069b 6701 {0x56, 0x7d, 0x36, 0x76, 0x0b, 0x7a, 0x6e, 0x00}, // 56 196a e854 鏥
lynxeyed_atsu 0:eb1247cc069b 6702 {0x56, 0x7d, 0x36, 0x7f, 0x2a, 0x4d, 0x7b, 0x00}, // 56 196b e855 鏘
lynxeyed_atsu 0:eb1247cc069b 6703 {0x56, 0x7d, 0x62, 0x1f, 0x7a, 0x3f, 0x56, 0x00}, // 56 196c e856 鏃
lynxeyed_atsu 0:eb1247cc069b 6704 {0x56, 0x7d, 0x4e, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 56 196d e857 鏝
lynxeyed_atsu 0:eb1247cc069b 6705 {0x56, 0x7d, 0x36, 0x11, 0x4b, 0x55, 0x2b, 0x00}, // 56 196e e858 鏐
lynxeyed_atsu 0:eb1247cc069b 6706 {0x56, 0x7d, 0x36, 0x65, 0x52, 0x7f, 0x5e, 0x00}, // 56 196f e859 鏈
lynxeyed_atsu 0:eb1247cc069b 6707 {0x56, 0x7d, 0x56, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 56 1970 e85a 鏤
lynxeyed_atsu 0:eb1247cc069b 6708 {0x56, 0x7d, 0x36, 0x6d, 0x2f, 0x4f, 0x6d, 0x00}, // 56 1971 e85b 鐚
lynxeyed_atsu 0:eb1247cc069b 6709 {0x56, 0x7d, 0x27, 0x3b, 0x6b, 0x3b, 0x21, 0x00}, // 56 1972 e85c 鐔
lynxeyed_atsu 0:eb1247cc069b 6710 {0x56, 0x7d, 0x2e, 0x7b, 0x56, 0x3f, 0x5e, 0x00}, // 56 1973 e85d 鐓
lynxeyed_atsu 0:eb1247cc069b 6711 {0x56, 0x7d, 0x5e, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 56 1974 e85e 鐃
lynxeyed_atsu 0:eb1247cc069b 6712 {0x56, 0x7d, 0x36, 0x15, 0x6f, 0x7f, 0x15, 0x00}, // 56 1975 e85f 鐇
lynxeyed_atsu 0:eb1247cc069b 6713 {0x56, 0x7d, 0x4a, 0x1e, 0x6b, 0x1e, 0x4a, 0x00}, // 56 1976 e860 鐐
lynxeyed_atsu 0:eb1247cc069b 6714 {0x56, 0x7d, 0x37, 0x7d, 0x57, 0x35, 0x5f, 0x00}, // 56 1977 e861 鐶
lynxeyed_atsu 0:eb1247cc069b 6715 {0x56, 0x7d, 0x76, 0x1f, 0x2a, 0x1f, 0x7a, 0x00}, // 56 1978 e862 鐫
lynxeyed_atsu 0:eb1247cc069b 6716 {0x56, 0x7d, 0x5e, 0x77, 0x5e, 0x3f, 0x55, 0x00}, // 56 1979 e863 鐵
lynxeyed_atsu 0:eb1247cc069b 6717 {0x56, 0x7d, 0x5e, 0x6f, 0x5e, 0x3f, 0x55, 0x00}, // 56 197a e864 鐡
lynxeyed_atsu 0:eb1247cc069b 6718 {0x56, 0x7d, 0x77, 0x5e, 0x7b, 0x5e, 0x75, 0x00}, // 56 197b e865 鐺
lynxeyed_atsu 0:eb1247cc069b 6719 {0x56, 0x7d, 0x2f, 0x5d, 0x2a, 0x5d, 0x4f, 0x00}, // 56 197c e866 鑁
lynxeyed_atsu 0:eb1247cc069b 6720 {0x57, 0x77, 0x5d, 0x78, 0x5f, 0x76, 0x56, 0x00}, // 56 197d e867 é‘’
lynxeyed_atsu 0:eb1247cc069b 6721 {0x56, 0x7d, 0x36, 0x36, 0x5f, 0x76, 0x14, 0x00}, // 56 197e e868 é‘„
lynxeyed_atsu 0:eb1247cc069b 6722 {0x56, 0x7d, 0x3e, 0x4a, 0x3f, 0x3e, 0x4a, 0x00}, // 56 197f e869 é‘›
lynxeyed_atsu 0:eb1247cc069b 6723 {0x56, 0x7d, 0x5a, 0x35, 0x7f, 0x3a, 0x55, 0x00}, // 56 1980 e86a é‘ 
lynxeyed_atsu 0:eb1247cc069b 6724 {0x56, 0x7d, 0x3e, 0x64, 0x3f, 0x5a, 0x6a, 0x00}, // 56 1981 e86b é‘¢
lynxeyed_atsu 0:eb1247cc069b 6725 {0x56, 0x7d, 0x56, 0x3e, 0x75, 0x2e, 0x7d, 0x00}, // 56 1982 e86c é‘ž
lynxeyed_atsu 0:eb1247cc069b 6726 {0x56, 0x7d, 0x3e, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 56 1983 e86d 鑪
lynxeyed_atsu 0:eb1247cc069b 6727 {0x56, 0x7d, 0x36, 0x41, 0x3d, 0x15, 0x1d, 0x00}, // 56 1984 e86e 鈩
lynxeyed_atsu 0:eb1247cc069b 6728 {0x56, 0x7d, 0x76, 0x3e, 0x7d, 0x3e, 0x74, 0x00}, // 56 1985 e86f é‘°
lynxeyed_atsu 0:eb1247cc069b 6729 {0x56, 0x7d, 0x26, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 56 1986 e870 鑵
lynxeyed_atsu 0:eb1247cc069b 6730 {0x56, 0x7d, 0x36, 0x75, 0x27, 0x3f, 0x75, 0x00}, // 56 1987 e871 é‘·
lynxeyed_atsu 0:eb1247cc069b 6731 {0x56, 0x7d, 0x4b, 0x36, 0x3b, 0x36, 0x4a, 0x00}, // 56 1988 e872 鑽
lynxeyed_atsu 0:eb1247cc069b 6732 {0x56, 0x7d, 0x4a, 0x37, 0x3a, 0x37, 0x4a, 0x00}, // 56 1989 e873 é‘š
lynxeyed_atsu 0:eb1247cc069b 6733 {0x56, 0x7d, 0x2f, 0x75, 0x27, 0x7d, 0x57, 0x00}, // 56 198a e874 鑼
lynxeyed_atsu 0:eb1247cc069b 6734 {0x5a, 0x7d, 0x5a, 0x77, 0x57, 0x7a, 0x5d, 0x00}, // 56 198b e875 鑾
lynxeyed_atsu 0:eb1247cc069b 6735 {0x56, 0x7d, 0x57, 0x5f, 0x2c, 0x5f, 0x4b, 0x00}, // 56 198c e876 钁
lynxeyed_atsu 0:eb1247cc069b 6736 {0x55, 0x7e, 0x5f, 0x7e, 0x5b, 0x75, 0x5b, 0x00}, // 56 198d e877 é‘¿
lynxeyed_atsu 0:eb1247cc069b 6737 {0x7f, 0x05, 0x17, 0x10, 0x17, 0x45, 0x7f, 0x00}, // 56 198e e878 é–‚
lynxeyed_atsu 0:eb1247cc069b 6738 {0x7f, 0x05, 0x0f, 0x78, 0x2f, 0x05, 0x7f, 0x00}, // 56 198f e879 é–‡
lynxeyed_atsu 0:eb1247cc069b 6739 {0x7f, 0x35, 0x27, 0x38, 0x27, 0x35, 0x7f, 0x00}, // 56 1990 e87a é–Š
lynxeyed_atsu 0:eb1247cc069b 6740 {0x7f, 0x4b, 0x5b, 0x2c, 0x5b, 0x4b, 0x7f, 0x00}, // 56 1991 e87b é–”
lynxeyed_atsu 0:eb1247cc069b 6741 {0x7f, 0x55, 0x37, 0x78, 0x27, 0x55, 0x7f, 0x00}, // 56 1992 e87c é––
lynxeyed_atsu 0:eb1247cc069b 6742 {0x7f, 0x05, 0x37, 0x70, 0x37, 0x05, 0x7f, 0x00}, // 56 1993 e87d é–˜
lynxeyed_atsu 0:eb1247cc069b 6743 {0x7f, 0x0b, 0x3b, 0x7c, 0x1b, 0x3b, 0x7f, 0x00}, // 56 1994 e87e é–™
lynxeyed_atsu 0:eb1247cc069b 6744 {0x7f, 0x05, 0x57, 0x7c, 0x57, 0x25, 0x7f, 0x00}, // 57 1995 e880 é– 
lynxeyed_atsu 0:eb1247cc069b 6745 {0x7f, 0x53, 0x7b, 0x7c, 0x7b, 0x53, 0x7f, 0x00}, // 57 1996 e881 é–¨
lynxeyed_atsu 0:eb1247cc069b 6746 {0x7f, 0x6b, 0x3f, 0x28, 0x3f, 0x6b, 0x7f, 0x00}, // 57 1997 e882 é–§
lynxeyed_atsu 0:eb1247cc069b 6747 {0x7f, 0x73, 0x5f, 0x54, 0x7f, 0x03, 0x7f, 0x00}, // 57 1998 e883 é–­
lynxeyed_atsu 0:eb1247cc069b 6748 {0x7f, 0x4b, 0x3f, 0x68, 0x57, 0x2b, 0x7f, 0x00}, // 57 1999 e884 é–¼
lynxeyed_atsu 0:eb1247cc069b 6749 {0x7f, 0x03, 0x6b, 0x54, 0x5f, 0x73, 0x7f, 0x00}, // 57 199a e885 é–»
lynxeyed_atsu 0:eb1247cc069b 6750 {0x7f, 0x2b, 0x1b, 0x3c, 0x7b, 0x5b, 0x7f, 0x00}, // 57 199b e886 é–¹
lynxeyed_atsu 0:eb1247cc069b 6751 {0x7f, 0x5b, 0x5b, 0x08, 0x3f, 0x4b, 0x7f, 0x00}, // 57 199c e887 é–¾
lynxeyed_atsu 0:eb1247cc069b 6752 {0x7f, 0x57, 0x0b, 0x6c, 0x5f, 0x6b, 0x7f, 0x00}, // 57 199d e888 é—Š
lynxeyed_atsu 0:eb1247cc069b 6753 {0x75, 0x7f, 0x0b, 0x6c, 0x5f, 0x6b, 0x7f, 0x00}, // 57 199e e889 濶
lynxeyed_atsu 0:eb1247cc069b 6754 {0x7f, 0x53, 0x5f, 0x34, 0x5f, 0x53, 0x7f, 0x00}, // 57 199f e88a é—ƒ
lynxeyed_atsu 0:eb1247cc069b 6755 {0x7f, 0x53, 0x3b, 0x7c, 0x7b, 0x17, 0x7f, 0x00}, // 57 19a0 e88b 闍
lynxeyed_atsu 0:eb1247cc069b 6756 {0x7f, 0x4b, 0x3b, 0x7c, 0x3b, 0x4b, 0x7f, 0x00}, // 57 19a1 e88c 闌
lynxeyed_atsu 0:eb1247cc069b 6757 {0x7f, 0x57, 0x3b, 0x4c, 0x3b, 0x5b, 0x7f, 0x00}, // 57 19a2 e88d é—•
lynxeyed_atsu 0:eb1247cc069b 6758 {0x7f, 0x03, 0x5b, 0x7c, 0x6f, 0x5b, 0x7f, 0x00}, // 57 19a3 e88e é—”
lynxeyed_atsu 0:eb1247cc069b 6759 {0x7f, 0x43, 0x1f, 0x5c, 0x17, 0x73, 0x7f, 0x00}, // 57 19a4 e88f é—–
lynxeyed_atsu 0:eb1247cc069b 6760 {0x7f, 0x5b, 0x37, 0x10, 0x7b, 0x37, 0x7f, 0x00}, // 57 19a5 e890 關
lynxeyed_atsu 0:eb1247cc069b 6761 {0x7f, 0x27, 0x3f, 0x78, 0x3f, 0x27, 0x7f, 0x00}, // 57 19a6 e891 é—¡
lynxeyed_atsu 0:eb1247cc069b 6762 {0x7f, 0x57, 0x33, 0x58, 0x7f, 0x5b, 0x7f, 0x00}, // 57 19a7 e892 é—¥
lynxeyed_atsu 0:eb1247cc069b 6763 {0x7f, 0x7f, 0x6f, 0x38, 0x6f, 0x3b, 0x7f, 0x00}, // 57 19a8 e893 é—¢
lynxeyed_atsu 0:eb1247cc069b 6764 {0x7f, 0x1b, 0x08, 0x0a, 0x7e, 0x09, 0x08, 0x00}, // 57 19a9 e894 阡
lynxeyed_atsu 0:eb1247cc069b 6765 {0x7f, 0x1b, 0x40, 0x3f, 0x7d, 0x45, 0x5d, 0x00}, // 57 19aa e895 阨
lynxeyed_atsu 0:eb1247cc069b 6766 {0x7f, 0x1b, 0x44, 0x3d, 0x05, 0x7d, 0x44, 0x00}, // 57 19ab e896 阮
lynxeyed_atsu 0:eb1247cc069b 6767 {0x7f, 0x25, 0x5b, 0x7c, 0x40, 0x7f, 0x44, 0x00}, // 57 19ac e897 阯
lynxeyed_atsu 0:eb1247cc069b 6768 {0x7f, 0x1b, 0x40, 0x3e, 0x5a, 0x2f, 0x5e, 0x00}, // 57 19ad e898 陂
lynxeyed_atsu 0:eb1247cc069b 6769 {0x7f, 0x25, 0x1b, 0x7d, 0x57, 0x55, 0x7d, 0x00}, // 57 19ae e899 陌
lynxeyed_atsu 0:eb1247cc069b 6770 {0x7f, 0x25, 0x1b, 0x12, 0x7f, 0x2a, 0x7a, 0x00}, // 57 19af e89a 陏
lynxeyed_atsu 0:eb1247cc069b 6771 {0x7f, 0x25, 0x1b, 0x7c, 0x55, 0x4f, 0x5d, 0x00}, // 57 19b0 e89b 陋
lynxeyed_atsu 0:eb1247cc069b 6772 {0x7f, 0x25, 0x1b, 0x7a, 0x41, 0x6d, 0x7b, 0x00}, // 57 19b1 e89c é™·
lynxeyed_atsu 0:eb1247cc069b 6773 {0x7f, 0x1b, 0x52, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 57 19b2 e89d 陜
lynxeyed_atsu 0:eb1247cc069b 6774 {0x7f, 0x1b, 0x56, 0x4e, 0x65, 0x5f, 0x44, 0x00}, // 57 19b3 e89e 陞
lynxeyed_atsu 0:eb1247cc069b 6775 {0x7f, 0x1b, 0x52, 0x4e, 0x3f, 0x4e, 0x52, 0x00}, // 57 19b4 e89f 陝
lynxeyed_atsu 0:eb1247cc069b 6776 {0x7f, 0x25, 0x1b, 0x4e, 0x58, 0x2f, 0x1a, 0x00}, // 57 19b5 e8a0 陟
lynxeyed_atsu 0:eb1247cc069b 6777 {0x7f, 0x1b, 0x34, 0x5e, 0x17, 0x7e, 0x14, 0x00}, // 57 19b6 e8a1 陦
lynxeyed_atsu 0:eb1247cc069b 6778 {0x7f, 0x1b, 0x54, 0x5d, 0x77, 0x5d, 0x54, 0x00}, // 57 19b7 e8a2 陲
lynxeyed_atsu 0:eb1247cc069b 6779 {0x7f, 0x1b, 0x21, 0x3f, 0x7f, 0x12, 0x2e, 0x00}, // 57 19b8 e8a3 陬
lynxeyed_atsu 0:eb1247cc069b 6780 {0x7f, 0x1b, 0x50, 0x5e, 0x7b, 0x5e, 0x50, 0x00}, // 57 19b9 e8a4 隍
lynxeyed_atsu 0:eb1247cc069b 6781 {0x7f, 0x1b, 0x52, 0x6d, 0x64, 0x6d, 0x52, 0x00}, // 57 19ba e8a5 隘
lynxeyed_atsu 0:eb1247cc069b 6782 {0x7f, 0x25, 0x1b, 0x5c, 0x17, 0x17, 0x5c, 0x00}, // 57 19bb e8a6 éš•
lynxeyed_atsu 0:eb1247cc069b 6783 {0x7f, 0x1b, 0x5e, 0x2a, 0x7f, 0x6a, 0x5e, 0x00}, // 57 19bc e8a7 éš—
lynxeyed_atsu 0:eb1247cc069b 6784 {0x7f, 0x1b, 0x5c, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 57 19bd e8a8 險
lynxeyed_atsu 0:eb1247cc069b 6785 {0x7f, 0x1b, 0x75, 0x52, 0x6d, 0x7d, 0x56, 0x00}, // 57 19be e8a9 隧
lynxeyed_atsu 0:eb1247cc069b 6786 {0x7f, 0x1b, 0x62, 0x35, 0x5f, 0x5d, 0x6a, 0x00}, // 57 19bf e8aa éš±
lynxeyed_atsu 0:eb1247cc069b 6787 {0x7f, 0x25, 0x1b, 0x45, 0x1c, 0x5b, 0x69, 0x00}, // 57 19c0 e8ab éš²
lynxeyed_atsu 0:eb1247cc069b 6788 {0x7f, 0x1b, 0x58, 0x17, 0x43, 0x1b, 0x54, 0x00}, // 57 19c1 e8ac éš°
lynxeyed_atsu 0:eb1247cc069b 6789 {0x7f, 0x1b, 0x7e, 0x2b, 0x7e, 0x77, 0x5d, 0x00}, // 57 19c2 e8ad éš´
lynxeyed_atsu 0:eb1247cc069b 6790 {0x48, 0x5a, 0x2a, 0x7f, 0x2a, 0x5e, 0x44, 0x00}, // 57 19c3 e8ae 隶
lynxeyed_atsu 0:eb1247cc069b 6791 {0x4a, 0x16, 0x7f, 0x2a, 0x7f, 0x2e, 0x54, 0x00}, // 57 19c4 e8af 隸
lynxeyed_atsu 0:eb1247cc069b 6792 {0x08, 0x04, 0x7f, 0x4a, 0x7f, 0x4a, 0x42, 0x00}, // 57 19c5 e8b0 éš¹
lynxeyed_atsu 0:eb1247cc069b 6793 {0x40, 0x7f, 0x55, 0x3f, 0x7f, 0x7e, 0x4b, 0x00}, // 57 19c6 e8b1 雎
lynxeyed_atsu 0:eb1247cc069b 6794 {0x74, 0x12, 0x3f, 0x2a, 0x3f, 0x5a, 0x7a, 0x00}, // 57 19c7 e8b2 雋
lynxeyed_atsu 0:eb1247cc069b 6795 {0x44, 0x2b, 0x1e, 0x2a, 0x7f, 0x7e, 0x4b, 0x00}, // 57 19c8 e8b3 雉
lynxeyed_atsu 0:eb1247cc069b 6796 {0x5a, 0x36, 0x12, 0x7f, 0x4a, 0x7e, 0x4a, 0x00}, // 57 19c9 e8b4 雍
lynxeyed_atsu 0:eb1247cc069b 6797 {0x12, 0x7b, 0x56, 0x3f, 0x7a, 0x3f, 0x5a, 0x00}, // 57 19ca e8b5 襍
lynxeyed_atsu 0:eb1247cc069b 6798 {0x5a, 0x36, 0x7b, 0x36, 0x7f, 0x7e, 0x4b, 0x00}, // 57 19cb e8b6 雜
lynxeyed_atsu 0:eb1247cc069b 6799 {0x26, 0x12, 0x7f, 0x57, 0x7b, 0x56, 0x56, 0x00}, // 57 19cc e8b7 霍
lynxeyed_atsu 0:eb1247cc069b 6800 {0x7f, 0x35, 0x2f, 0x35, 0x7f, 0x7e, 0x4b, 0x00}, // 57 19cd e8b8 雕
lynxeyed_atsu 0:eb1247cc069b 6801 {0x16, 0x12, 0x6f, 0x6f, 0x6b, 0x4e, 0x5e, 0x00}, // 57 19ce e8b9 雹
lynxeyed_atsu 0:eb1247cc069b 6802 {0x16, 0x0a, 0x7f, 0x2f, 0x7b, 0x0e, 0x16, 0x00}, // 57 19cf e8ba 霄
lynxeyed_atsu 0:eb1247cc069b 6803 {0x56, 0x2a, 0x47, 0x57, 0x5b, 0x7e, 0x56, 0x00}, // 57 19d0 e8bb 霆
lynxeyed_atsu 0:eb1247cc069b 6804 {0x56, 0x0a, 0x6f, 0x2f, 0x7b, 0x2e, 0x6e, 0x00}, // 57 19d1 e8bc 霈
lynxeyed_atsu 0:eb1247cc069b 6805 {0x46, 0x5a, 0x37, 0x17, 0x7b, 0x5e, 0x46, 0x00}, // 57 19d2 e8bd 霓
lynxeyed_atsu 0:eb1247cc069b 6806 {0x56, 0x52, 0x7f, 0x57, 0x3b, 0x56, 0x56, 0x00}, // 57 19d3 e8be 霎
lynxeyed_atsu 0:eb1247cc069b 6807 {0x56, 0x02, 0x67, 0x67, 0x7b, 0x76, 0x16, 0x00}, // 57 19d4 e8bf 霑
lynxeyed_atsu 0:eb1247cc069b 6808 {0x36, 0x72, 0x3f, 0x07, 0x7b, 0x36, 0x36, 0x00}, // 57 19d5 e8c0 霏
lynxeyed_atsu 0:eb1247cc069b 6809 {0x56, 0x32, 0x7f, 0x57, 0x33, 0x7e, 0x56, 0x00}, // 57 19d6 e8c1 霖
lynxeyed_atsu 0:eb1247cc069b 6810 {0x56, 0x5a, 0x5f, 0x3f, 0x5b, 0x5e, 0x56, 0x00}, // 57 19d7 e8c2 霙
lynxeyed_atsu 0:eb1247cc069b 6811 {0x06, 0x1a, 0x77, 0x73, 0x6f, 0x1e, 0x06, 0x00}, // 57 19d8 e8c3 霤
lynxeyed_atsu 0:eb1247cc069b 6812 {0x56, 0x02, 0x5f, 0x5f, 0x7b, 0x56, 0x56, 0x00}, // 57 19d9 e8c4 霪
lynxeyed_atsu 0:eb1247cc069b 6813 {0x16, 0x7a, 0x37, 0x7f, 0x53, 0x2e, 0x5e, 0x00}, // 57 19da e8c5 霰
lynxeyed_atsu 0:eb1247cc069b 6814 {0x26, 0x7a, 0x7f, 0x2f, 0x3b, 0x6e, 0x3e, 0x00}, // 57 19db e8c6 霹
lynxeyed_atsu 0:eb1247cc069b 6815 {0x2e, 0x5a, 0x3f, 0x2f, 0x7b, 0x1e, 0x2e, 0x00}, // 57 19dc e8c7 霽
lynxeyed_atsu 0:eb1247cc069b 6816 {0x56, 0x6a, 0x37, 0x07, 0x5b, 0x7e, 0x5e, 0x00}, // 57 19dd e8c8 霾
lynxeyed_atsu 0:eb1247cc069b 6817 {0x6e, 0x6a, 0x07, 0x67, 0x5b, 0x1e, 0x76, 0x00}, // 57 19de e8c9 靄
lynxeyed_atsu 0:eb1247cc069b 6818 {0x56, 0x73, 0x57, 0x65, 0x52, 0x7f, 0x56, 0x00}, // 57 19df e8ca 靆
lynxeyed_atsu 0:eb1247cc069b 6819 {0x5e, 0x7a, 0x5f, 0x7f, 0x5b, 0x7e, 0x5e, 0x00}, // 57 19e0 e8cb 靈
lynxeyed_atsu 0:eb1247cc069b 6820 {0x46, 0x3a, 0x5f, 0x7f, 0x6b, 0x5e, 0x5e, 0x00}, // 57 19e1 e8cc 靂
lynxeyed_atsu 0:eb1247cc069b 6821 {0x56, 0x73, 0x57, 0x2f, 0x55, 0x37, 0x4d, 0x00}, // 57 19e2 e8cd 靉
lynxeyed_atsu 0:eb1247cc069b 6822 {0x7a, 0x3f, 0x7a, 0x29, 0x7b, 0x39, 0x12, 0x00}, // 57 19e3 e8ce 靜
lynxeyed_atsu 0:eb1247cc069b 6823 {0x24, 0x7f, 0x36, 0x17, 0x76, 0x3e, 0x24, 0x00}, // 57 19e4 e8cf 靠
lynxeyed_atsu 0:eb1247cc069b 6824 {0x7d, 0x7d, 0x57, 0x7d, 0x04, 0x7b, 0x5e, 0x00}, // 57 19e5 e8d0 靤
lynxeyed_atsu 0:eb1247cc069b 6825 {0x7d, 0x7d, 0x57, 0x7d, 0x5f, 0x35, 0x5f, 0x00}, // 57 19e6 e8d1 靦
lynxeyed_atsu 0:eb1247cc069b 6826 {0x18, 0x77, 0x7f, 0x5d, 0x7b, 0x77, 0x1b, 0x00}, // 57 19e7 e8d2 靨
lynxeyed_atsu 0:eb1247cc069b 6827 {0x37, 0x7e, 0x37, 0x42, 0x3f, 0x42, 0x7e, 0x00}, // 57 19e8 e8d3 å‹’
lynxeyed_atsu 0:eb1247cc069b 6828 {0x37, 0x7e, 0x57, 0x29, 0x13, 0x29, 0x47, 0x00}, // 57 19e9 e8d4 靫
lynxeyed_atsu 0:eb1247cc069b 6829 {0x37, 0x7e, 0x37, 0x45, 0x3f, 0x51, 0x7f, 0x00}, // 57 19ea e8d5 靱
lynxeyed_atsu 0:eb1247cc069b 6830 {0x37, 0x7e, 0x37, 0x7c, 0x15, 0x4f, 0x7c, 0x00}, // 57 19eb e8d6 靹
lynxeyed_atsu 0:eb1247cc069b 6831 {0x37, 0x7e, 0x37, 0x4e, 0x3b, 0x4e, 0x48, 0x00}, // 57 19ec e8d7 éž…
lynxeyed_atsu 0:eb1247cc069b 6832 {0x37, 0x7e, 0x37, 0x40, 0x5f, 0x55, 0x5f, 0x00}, // 57 19ed e8d8 靼
lynxeyed_atsu 0:eb1247cc069b 6833 {0x37, 0x7e, 0x37, 0x3e, 0x5a, 0x2f, 0x5e, 0x00}, // 57 19ee e8d9 鞁
lynxeyed_atsu 0:eb1247cc069b 6834 {0x37, 0x7e, 0x37, 0x2a, 0x7f, 0x2a, 0x42, 0x00}, // 57 19ef e8da 靺
lynxeyed_atsu 0:eb1247cc069b 6835 {0x37, 0x7e, 0x37, 0x7d, 0x15, 0x4f, 0x7d, 0x00}, // 57 19f0 e8db 鞆
lynxeyed_atsu 0:eb1247cc069b 6836 {0x37, 0x7e, 0x37, 0x48, 0x5a, 0x7f, 0x5a, 0x00}, // 57 19f1 e8dc éž‹
lynxeyed_atsu 0:eb1247cc069b 6837 {0x25, 0x2f, 0x3d, 0x7c, 0x3b, 0x2f, 0x24, 0x00}, // 57 19f2 e8dd 鞏
lynxeyed_atsu 0:eb1247cc069b 6838 {0x37, 0x7e, 0x37, 0x08, 0x7f, 0x1a, 0x2a, 0x00}, // 57 19f3 e8de 鞐
lynxeyed_atsu 0:eb1247cc069b 6839 {0x37, 0x7e, 0x3b, 0x76, 0x5f, 0x74, 0x0a, 0x00}, // 57 19f4 e8df 鞜
lynxeyed_atsu 0:eb1247cc069b 6840 {0x37, 0x7e, 0x37, 0x3f, 0x2d, 0x4f, 0x78, 0x00}, // 57 19f5 e8e0 鞨
lynxeyed_atsu 0:eb1247cc069b 6841 {0x37, 0x7e, 0x37, 0x7f, 0x4c, 0x3f, 0x44, 0x00}, // 57 19f6 e8e1 鞦
lynxeyed_atsu 0:eb1247cc069b 6842 {0x37, 0x7e, 0x5b, 0x37, 0x7f, 0x33, 0x56, 0x00}, // 57 19f7 e8e2 鞣
lynxeyed_atsu 0:eb1247cc069b 6843 {0x37, 0x7e, 0x37, 0x12, 0x7b, 0x56, 0x7b, 0x00}, // 57 19f8 e8e3 éž³
lynxeyed_atsu 0:eb1247cc069b 6844 {0x37, 0x7e, 0x37, 0x7a, 0x0f, 0x6a, 0x6f, 0x00}, // 57 19f9 e8e4 éž´
lynxeyed_atsu 0:eb1247cc069b 6845 {0x37, 0x7e, 0x37, 0x75, 0x5e, 0x77, 0x5e, 0x00}, // 57 19fa e8e5 韃
lynxeyed_atsu 0:eb1247cc069b 6846 {0x37, 0x7e, 0x77, 0x49, 0x77, 0x6f, 0x49, 0x00}, // 57 19fb e8e6 韆
lynxeyed_atsu 0:eb1247cc069b 6847 {0x37, 0x7e, 0x37, 0x7a, 0x4f, 0x3e, 0x5b, 0x00}, // 57 19fc e8e7 韈
lynxeyed_atsu 0:eb1247cc069b 6848 {0x28, 0x3a, 0x2e, 0x2b, 0x7a, 0x2e, 0x28, 0x00}, // 57 19fd e8e8 韋
lynxeyed_atsu 0:eb1247cc069b 6849 {0x2a, 0x77, 0x2e, 0x79, 0x43, 0x69, 0x7a, 0x00}, // 57 19fe e8e9 韜
lynxeyed_atsu 0:eb1247cc069b 6850 {0x54, 0x54, 0x7f, 0x40, 0x7f, 0x54, 0x54, 0x00}, // 57 19ff e8ea 韭
lynxeyed_atsu 0:eb1247cc069b 6851 {0x4a, 0x36, 0x5e, 0x7b, 0x5e, 0x76, 0x0a, 0x00}, // 57 1a00 e8eb 齏
lynxeyed_atsu 0:eb1247cc069b 6852 {0x4a, 0x56, 0x7e, 0x4b, 0x7e, 0x56, 0x4a, 0x00}, // 57 1a01 e8ec 韲
lynxeyed_atsu 0:eb1247cc069b 6853 {0x48, 0x4a, 0x3e, 0x3b, 0x7e, 0x4a, 0x68, 0x00}, // 57 1a02 e8ed ç«Ÿ
lynxeyed_atsu 0:eb1247cc069b 6854 {0x0a, 0x6e, 0x6b, 0x0e, 0x75, 0x53, 0x77, 0x00}, // 57 1a03 e8ee 韶
lynxeyed_atsu 0:eb1247cc069b 6855 {0x0a, 0x6e, 0x6b, 0x0e, 0x2b, 0x52, 0x7e, 0x00}, // 57 1a04 e8ef 韵
lynxeyed_atsu 0:eb1247cc069b 6856 {0x42, 0x3a, 0x0b, 0x7a, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a05 e8f0 頏
lynxeyed_atsu 0:eb1247cc069b 6857 {0x44, 0x63, 0x58, 0x23, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a06 e8f1 頌
lynxeyed_atsu 0:eb1247cc069b 6858 {0x55, 0x5b, 0x75, 0x5b, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a07 e8f2 é ¸
lynxeyed_atsu 0:eb1247cc069b 6859 {0x7f, 0x5d, 0x77, 0x5d, 0x41, 0x1f, 0x5d, 0x00}, // 57 1a08 e8f3 é ¤
lynxeyed_atsu 0:eb1247cc069b 6860 {0x02, 0x6a, 0x6f, 0x6a, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a09 e8f4 é ¡
lynxeyed_atsu 0:eb1247cc069b 6861 {0x04, 0x76, 0x5d, 0x72, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a0a e8f5 é ·
lynxeyed_atsu 0:eb1247cc069b 6862 {0x4a, 0x37, 0x1f, 0x76, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a0b e8f6 é ½
lynxeyed_atsu 0:eb1247cc069b 6863 {0x57, 0x35, 0x7f, 0x37, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a0c e8f7 顆
lynxeyed_atsu 0:eb1247cc069b 6864 {0x7a, 0x0e, 0x5f, 0x2a, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a0d e8f8 顏
lynxeyed_atsu 0:eb1247cc069b 6865 {0x6f, 0x2d, 0x4f, 0x6f, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a0e e8f9 é¡‹
lynxeyed_atsu 0:eb1247cc069b 6866 {0x4e, 0x7e, 0x7b, 0x2e, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a0f e8fa é¡«
lynxeyed_atsu 0:eb1247cc069b 6867 {0x6b, 0x37, 0x6b, 0x37, 0x5d, 0x17, 0x5d, 0x00}, // 57 1a10 e8fb 顯
lynxeyed_atsu 0:eb1247cc069b 6868 {0x26, 0x2c, 0x3f, 0x76, 0x39, 0x23, 0x2b, 0x00}, // 57 1a11 e8fc é¡°
lynxeyed_atsu 0:eb1247cc069b 6869 {0x7c, 0x44, 0x6f, 0x6a, 0x5d, 0x17, 0x5d, 0x00}, // 58 1a12 e940 顱
lynxeyed_atsu 0:eb1247cc069b 6870 {0x26, 0x7f, 0x52, 0x7f, 0x5d, 0x17, 0x5d, 0x00}, // 58 1a13 e941 é¡´
lynxeyed_atsu 0:eb1247cc069b 6871 {0x35, 0x77, 0x3f, 0x75, 0x5d, 0x17, 0x5d, 0x00}, // 58 1a14 e942 顳
lynxeyed_atsu 0:eb1247cc069b 6872 {0x41, 0x3d, 0x55, 0x77, 0x6f, 0x3d, 0x41, 0x00}, // 58 1a15 e943 颪
lynxeyed_atsu 0:eb1247cc069b 6873 {0x2e, 0x33, 0x7f, 0x4d, 0x7f, 0x2d, 0x7f, 0x00}, // 58 1a16 e944 颯
lynxeyed_atsu 0:eb1247cc069b 6874 {0x7f, 0x4d, 0x3f, 0x7f, 0x46, 0x5d, 0x5c, 0x00}, // 58 1a17 e945 颱
lynxeyed_atsu 0:eb1247cc069b 6875 {0x7f, 0x4d, 0x3f, 0x7f, 0x54, 0x47, 0x57, 0x00}, // 58 1a18 e946 颶
lynxeyed_atsu 0:eb1247cc069b 6876 {0x51, 0x17, 0x77, 0x3f, 0x4d, 0x3f, 0x7f, 0x00}, // 58 1a19 e947 飄
lynxeyed_atsu 0:eb1247cc069b 6877 {0x7f, 0x4d, 0x3f, 0x7f, 0x51, 0x77, 0x57, 0x00}, // 58 1a1a e948 飃
lynxeyed_atsu 0:eb1247cc069b 6878 {0x5a, 0x37, 0x7a, 0x3f, 0x4d, 0x3f, 0x7f, 0x00}, // 58 1a1b e949 飆
lynxeyed_atsu 0:eb1247cc069b 6879 {0x7e, 0x2d, 0x2e, 0x12, 0x7f, 0x52, 0x5a, 0x00}, // 58 1a1c e94a 飩
lynxeyed_atsu 0:eb1247cc069b 6880 {0x7e, 0x2d, 0x4a, 0x4a, 0x3e, 0x49, 0x48, 0x00}, // 58 1a1d e94b 飫
lynxeyed_atsu 0:eb1247cc069b 6881 {0x7e, 0x2d, 0x4a, 0x56, 0x23, 0x56, 0x4a, 0x00}, // 58 1a1e e94c 餃
lynxeyed_atsu 0:eb1247cc069b 6882 {0x7e, 0x2d, 0x2e, 0x7e, 0x3b, 0x2a, 0x7e, 0x00}, // 58 1a1f e94d 餉
lynxeyed_atsu 0:eb1247cc069b 6883 {0x7e, 0x2d, 0x52, 0x71, 0x5b, 0x31, 0x52, 0x00}, // 58 1a20 e94e 餒
lynxeyed_atsu 0:eb1247cc069b 6884 {0x7e, 0x2d, 0x2e, 0x7a, 0x7f, 0x2a, 0x7b, 0x00}, // 58 1a21 e94f 餔
lynxeyed_atsu 0:eb1247cc069b 6885 {0x7e, 0x2d, 0x2e, 0x54, 0x16, 0x7d, 0x56, 0x00}, // 58 1a22 e950 餘
lynxeyed_atsu 0:eb1247cc069b 6886 {0x7e, 0x2d, 0x2e, 0x7a, 0x41, 0x6d, 0x7b, 0x00}, // 58 1a23 e951 餡
lynxeyed_atsu 0:eb1247cc069b 6887 {0x7e, 0x2d, 0x4a, 0x3b, 0x2e, 0x6b, 0x0a, 0x00}, // 58 1a24 e952 餝
lynxeyed_atsu 0:eb1247cc069b 6888 {0x7e, 0x2d, 0x2e, 0x52, 0x5b, 0x36, 0x5b, 0x00}, // 58 1a25 e953 餞
lynxeyed_atsu 0:eb1247cc069b 6889 {0x7e, 0x2d, 0x2e, 0x55, 0x44, 0x3b, 0x55, 0x00}, // 58 1a26 e954 餤
lynxeyed_atsu 0:eb1247cc069b 6890 {0x7e, 0x2d, 0x56, 0x3d, 0x16, 0x7d, 0x14, 0x00}, // 58 1a27 e955 餠
lynxeyed_atsu 0:eb1247cc069b 6891 {0x7e, 0x2d, 0x3a, 0x2f, 0x7a, 0x3f, 0x7f, 0x00}, // 58 1a28 e956 餬
lynxeyed_atsu 0:eb1247cc069b 6892 {0x15, 0x57, 0x7b, 0x5d, 0x2a, 0x55, 0x52, 0x00}, // 58 1a29 e957 餮
lynxeyed_atsu 0:eb1247cc069b 6893 {0x7e, 0x2d, 0x5e, 0x2a, 0x7f, 0x6a, 0x5e, 0x00}, // 58 1a2a e958 餽
lynxeyed_atsu 0:eb1247cc069b 6894 {0x7e, 0x2d, 0x0e, 0x7a, 0x79, 0x77, 0x0f, 0x00}, // 58 1a2b e959 餾
lynxeyed_atsu 0:eb1247cc069b 6895 {0x7e, 0x2d, 0x2e, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 58 1a2c e95a 饂
lynxeyed_atsu 0:eb1247cc069b 6896 {0x7e, 0x2d, 0x5a, 0x5f, 0x7a, 0x5f, 0x5a, 0x00}, // 58 1a2d e95b 饉
lynxeyed_atsu 0:eb1247cc069b 6897 {0x7e, 0x2d, 0x4e, 0x5f, 0x2d, 0x5f, 0x4c, 0x00}, // 58 1a2e e95c 饅
lynxeyed_atsu 0:eb1247cc069b 6898 {0x7e, 0x2d, 0x2e, 0x5a, 0x6a, 0x6f, 0x5a, 0x00}, // 58 1a2f e95d 饐
lynxeyed_atsu 0:eb1247cc069b 6899 {0x7e, 0x2d, 0x4e, 0x3a, 0x3f, 0x3a, 0x4e, 0x00}, // 58 1a30 e95e 饋
lynxeyed_atsu 0:eb1247cc069b 6900 {0x7e, 0x2d, 0x4a, 0x3d, 0x48, 0x3a, 0x55, 0x00}, // 58 1a31 e95f 饑
lynxeyed_atsu 0:eb1247cc069b 6901 {0x7e, 0x2d, 0x5e, 0x3e, 0x17, 0x7e, 0x5c, 0x00}, // 58 1a32 e960 饒
lynxeyed_atsu 0:eb1247cc069b 6902 {0x7e, 0x2d, 0x4f, 0x1b, 0x10, 0x1f, 0x4b, 0x00}, // 58 1a33 e961 饌
lynxeyed_atsu 0:eb1247cc069b 6903 {0x14, 0x57, 0x7f, 0x58, 0x2e, 0x5f, 0x55, 0x00}, // 58 1a34 e962 饕
lynxeyed_atsu 0:eb1247cc069b 6904 {0x42, 0x3f, 0x7e, 0x42, 0x7b, 0x56, 0x7b, 0x00}, // 58 1a35 e963 馗
lynxeyed_atsu 0:eb1247cc069b 6905 {0x7b, 0x56, 0x7b, 0x5a, 0x42, 0x3f, 0x52, 0x00}, // 58 1a36 e964 馘
lynxeyed_atsu 0:eb1247cc069b 6906 {0x14, 0x6d, 0x7f, 0x6d, 0x57, 0x2e, 0x5a, 0x00}, // 58 1a37 e965 馥
lynxeyed_atsu 0:eb1247cc069b 6907 {0x5f, 0x1f, 0x75, 0x40, 0x4d, 0x31, 0x4f, 0x00}, // 58 1a38 e966 馭
lynxeyed_atsu 0:eb1247cc069b 6908 {0x71, 0x00, 0x5f, 0x15, 0x5f, 0x15, 0x71, 0x00}, // 58 1a39 e967 馮
lynxeyed_atsu 0:eb1247cc069b 6909 {0x5f, 0x1f, 0x75, 0x42, 0x4e, 0x33, 0x4e, 0x00}, // 58 1a3a e968 馼
lynxeyed_atsu 0:eb1247cc069b 6910 {0x5f, 0x1f, 0x75, 0x7f, 0x51, 0x4f, 0x7f, 0x00}, // 58 1a3b e969 駟
lynxeyed_atsu 0:eb1247cc069b 6911 {0x5f, 0x1f, 0x75, 0x4e, 0x5a, 0x3f, 0x4e, 0x00}, // 58 1a3c e96a 駛
lynxeyed_atsu 0:eb1247cc069b 6912 {0x5f, 0x1f, 0x75, 0x06, 0x7a, 0x53, 0x56, 0x00}, // 58 1a3d e96b 駝
lynxeyed_atsu 0:eb1247cc069b 6913 {0x5f, 0x1f, 0x75, 0x08, 0x6c, 0x6b, 0x6c, 0x00}, // 58 1a3e e96c 駘
lynxeyed_atsu 0:eb1247cc069b 6914 {0x52, 0x0e, 0x5b, 0x16, 0x5b, 0x15, 0x7b, 0x00}, // 58 1a3f e96d 駑
lynxeyed_atsu 0:eb1247cc069b 6915 {0x5f, 0x1f, 0x75, 0x4a, 0x56, 0x2b, 0x52, 0x00}, // 58 1a40 e96e 駭
lynxeyed_atsu 0:eb1247cc069b 6916 {0x5f, 0x1f, 0x75, 0x4a, 0x56, 0x23, 0x56, 0x00}, // 58 1a41 e96f 駮
lynxeyed_atsu 0:eb1247cc069b 6917 {0x5f, 0x1f, 0x75, 0x0a, 0x65, 0x6b, 0x10, 0x00}, // 58 1a42 e970 駱
lynxeyed_atsu 0:eb1247cc069b 6918 {0x5f, 0x1f, 0x75, 0x4c, 0x3f, 0x0c, 0x7f, 0x00}, // 58 1a43 e971 駲
lynxeyed_atsu 0:eb1247cc069b 6919 {0x5f, 0x1f, 0x75, 0x28, 0x2f, 0x7d, 0x2f, 0x00}, // 58 1a44 e972 駻
lynxeyed_atsu 0:eb1247cc069b 6920 {0x5f, 0x1f, 0x75, 0x58, 0x5d, 0x2f, 0x5a, 0x00}, // 58 1a45 e973 駸
lynxeyed_atsu 0:eb1247cc069b 6921 {0x5f, 0x1f, 0x75, 0x08, 0x3e, 0x2f, 0x6e, 0x00}, // 58 1a46 e974 騁
lynxeyed_atsu 0:eb1247cc069b 6922 {0x5f, 0x1f, 0x75, 0x52, 0x1f, 0x1a, 0x5f, 0x00}, // 58 1a47 e975 騏
lynxeyed_atsu 0:eb1247cc069b 6923 {0x5f, 0x1f, 0x75, 0x7f, 0x4a, 0x7f, 0x4a, 0x00}, // 58 1a48 e976 騅
lynxeyed_atsu 0:eb1247cc069b 6924 {0x5f, 0x1f, 0x75, 0x54, 0x3d, 0x14, 0x7d, 0x00}, // 58 1a49 e977 駢
lynxeyed_atsu 0:eb1247cc069b 6925 {0x5f, 0x1f, 0x75, 0x21, 0x7f, 0x35, 0x77, 0x00}, // 58 1a4a e978 騙
lynxeyed_atsu 0:eb1247cc069b 6926 {0x56, 0x0a, 0x5e, 0x1b, 0x5e, 0x1a, 0x76, 0x00}, // 58 1a4b e979 騫
lynxeyed_atsu 0:eb1247cc069b 6927 {0x5f, 0x1f, 0x75, 0x48, 0x7b, 0x75, 0x5b, 0x00}, // 58 1a4c e97a 騷
lynxeyed_atsu 0:eb1247cc069b 6928 {0x5f, 0x1f, 0x75, 0x7f, 0x47, 0x77, 0x71, 0x00}, // 58 1a4d e97b é©…
lynxeyed_atsu 0:eb1247cc069b 6929 {0x5f, 0x1f, 0x7b, 0x4f, 0x5a, 0x2d, 0x1a, 0x00}, // 58 1a4e e97c é©‚
lynxeyed_atsu 0:eb1247cc069b 6930 {0x4a, 0x06, 0x5f, 0x16, 0x5f, 0x16, 0x7a, 0x00}, // 58 1a4f e97d é©€
lynxeyed_atsu 0:eb1247cc069b 6931 {0x5f, 0x1f, 0x75, 0x17, 0x77, 0x17, 0x51, 0x00}, // 58 1a50 e97e 驃
lynxeyed_atsu 0:eb1247cc069b 6932 {0x5f, 0x1f, 0x77, 0x1d, 0x77, 0x15, 0x57, 0x00}, // 59 1a51 e980 騾
lynxeyed_atsu 0:eb1247cc069b 6933 {0x5f, 0x1f, 0x7a, 0x17, 0x5b, 0x17, 0x7a, 0x00}, // 59 1a52 e981 é©•
lynxeyed_atsu 0:eb1247cc069b 6934 {0x5f, 0x1f, 0x7d, 0x5e, 0x37, 0x7e, 0x5c, 0x00}, // 59 1a53 e982 驍
lynxeyed_atsu 0:eb1247cc069b 6935 {0x5f, 0x1f, 0x75, 0x2b, 0x3b, 0x6f, 0x3b, 0x00}, // 59 1a54 e983 é©›
lynxeyed_atsu 0:eb1247cc069b 6936 {0x5f, 0x1f, 0x7d, 0x36, 0x5d, 0x36, 0x5c, 0x00}, // 59 1a55 e984 é©—
lynxeyed_atsu 0:eb1247cc069b 6937 {0x5f, 0x1f, 0x75, 0x2b, 0x7f, 0x25, 0x4b, 0x00}, // 59 1a56 e985 é©Ÿ
lynxeyed_atsu 0:eb1247cc069b 6938 {0x5f, 0x1f, 0x7d, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 59 1a57 e986 é©¢
lynxeyed_atsu 0:eb1247cc069b 6939 {0x5f, 0x1f, 0x75, 0x5a, 0x3f, 0x3f, 0x5a, 0x00}, // 59 1a58 e987 é©¥
lynxeyed_atsu 0:eb1247cc069b 6940 {0x5f, 0x1f, 0x77, 0x7e, 0x5b, 0x3e, 0x56, 0x00}, // 59 1a59 e988 驤
lynxeyed_atsu 0:eb1247cc069b 6941 {0x5f, 0x1f, 0x77, 0x7f, 0x52, 0x7f, 0x56, 0x00}, // 59 1a5a e989 é©©
lynxeyed_atsu 0:eb1247cc069b 6942 {0x48, 0x77, 0x3d, 0x77, 0x7d, 0x35, 0x6c, 0x00}, // 59 1a5b e98a é©«
lynxeyed_atsu 0:eb1247cc069b 6943 {0x5f, 0x1f, 0x7f, 0x55, 0x1e, 0x7d, 0x57, 0x00}, // 59 1a5c e98b 驪
lynxeyed_atsu 0:eb1247cc069b 6944 {0x0c, 0x77, 0x35, 0x7f, 0x09, 0x7f, 0x09, 0x00}, // 59 1a5d e98c 骭
lynxeyed_atsu 0:eb1247cc069b 6945 {0x0c, 0x77, 0x35, 0x7f, 0x5b, 0x29, 0x5b, 0x00}, // 59 1a5e e98d 骰
lynxeyed_atsu 0:eb1247cc069b 6946 {0x0c, 0x77, 0x35, 0x7f, 0x0a, 0x65, 0x6b, 0x00}, // 59 1a5f e98e 骼
lynxeyed_atsu 0:eb1247cc069b 6947 {0x0c, 0x77, 0x7f, 0x2e, 0x3f, 0x7a, 0x2e, 0x00}, // 59 1a60 e98f é«€
lynxeyed_atsu 0:eb1247cc069b 6948 {0x0c, 0x77, 0x7f, 0x7e, 0x5b, 0x3e, 0x54, 0x00}, // 59 1a61 e990 髏
lynxeyed_atsu 0:eb1247cc069b 6949 {0x0c, 0x77, 0x7f, 0x4b, 0x75, 0x37, 0x7f, 0x00}, // 59 1a62 e991 é«‘
lynxeyed_atsu 0:eb1247cc069b 6950 {0x0c, 0x77, 0x7f, 0x65, 0x4a, 0x7f, 0x7a, 0x00}, // 59 1a63 e992 é«“
lynxeyed_atsu 0:eb1247cc069b 6951 {0x0c, 0x77, 0x7f, 0x5e, 0x77, 0x76, 0x5f, 0x00}, // 59 1a64 e993 é«”
lynxeyed_atsu 0:eb1247cc069b 6952 {0x72, 0x3f, 0x7e, 0x37, 0x7d, 0x37, 0x5c, 0x00}, // 59 1a65 e994 é«ž
lynxeyed_atsu 0:eb1247cc069b 6953 {0x50, 0x7f, 0x55, 0x35, 0x50, 0x4a, 0x25, 0x00}, // 59 1a66 e995 é«Ÿ
lynxeyed_atsu 0:eb1247cc069b 6954 {0x24, 0x2f, 0x7d, 0x5d, 0x70, 0x7a, 0x55, 0x00}, // 59 1a67 e996 é«¢
lynxeyed_atsu 0:eb1247cc069b 6955 {0x14, 0x5f, 0x5d, 0x3d, 0x30, 0x7a, 0x15, 0x00}, // 59 1a68 e997 é«£
lynxeyed_atsu 0:eb1247cc069b 6956 {0x24, 0x2f, 0x3d, 0x7d, 0x50, 0x5a, 0x55, 0x00}, // 59 1a69 e998 髦
lynxeyed_atsu 0:eb1247cc069b 6957 {0x24, 0x7f, 0x2d, 0x3d, 0x28, 0x7a, 0x25, 0x00}, // 59 1a6a e999 髯
lynxeyed_atsu 0:eb1247cc069b 6958 {0x24, 0x2f, 0x1d, 0x6d, 0x68, 0x6a, 0x1d, 0x00}, // 59 1a6b e99a é««
lynxeyed_atsu 0:eb1247cc069b 6959 {0x44, 0x4f, 0x2d, 0x5d, 0x28, 0x5a, 0x4d, 0x00}, // 59 1a6c e99b é«®
lynxeyed_atsu 0:eb1247cc069b 6960 {0x44, 0x5f, 0x3d, 0x2d, 0x7c, 0x2a, 0x65, 0x00}, // 59 1a6d e99c é«´
lynxeyed_atsu 0:eb1247cc069b 6961 {0x14, 0x17, 0x6d, 0x6d, 0x68, 0x4a, 0x5d, 0x00}, // 59 1a6e e99d 髱
lynxeyed_atsu 0:eb1247cc069b 6962 {0x74, 0x57, 0x7d, 0x55, 0x70, 0x5a, 0x75, 0x00}, // 59 1a6f e99e é«·
lynxeyed_atsu 0:eb1247cc069b 6963 {0x04, 0x6f, 0x6d, 0x7d, 0x68, 0x6a, 0x05, 0x00}, // 59 1a70 e99f é«»
lynxeyed_atsu 0:eb1247cc069b 6964 {0x54, 0x3f, 0x7d, 0x3d, 0x68, 0x52, 0x69, 0x00}, // 59 1a71 e9a0 鬆
lynxeyed_atsu 0:eb1247cc069b 6965 {0x44, 0x5f, 0x5d, 0x2d, 0x5c, 0x5a, 0x45, 0x00}, // 59 1a72 e9a1 鬘
lynxeyed_atsu 0:eb1247cc069b 6966 {0x54, 0x2f, 0x05, 0x4d, 0x38, 0x3a, 0x4d, 0x00}, // 59 1a73 e9a2 鬚
lynxeyed_atsu 0:eb1247cc069b 6967 {0x54, 0x37, 0x7d, 0x5d, 0x38, 0x5a, 0x55, 0x00}, // 59 1a74 e9a3 鬟
lynxeyed_atsu 0:eb1247cc069b 6968 {0x4c, 0x57, 0x3d, 0x3d, 0x3c, 0x76, 0x4d, 0x00}, // 59 1a75 e9a4 鬢
lynxeyed_atsu 0:eb1247cc069b 6969 {0x44, 0x7f, 0x5d, 0x3d, 0x58, 0x3a, 0x45, 0x00}, // 59 1a76 e9a5 鬣
lynxeyed_atsu 0:eb1247cc069b 6970 {0x7f, 0x07, 0x05, 0x00, 0x05, 0x47, 0x7f, 0x00}, // 59 1a77 e9a6 鬥
lynxeyed_atsu 0:eb1247cc069b 6971 {0x7f, 0x0b, 0x39, 0x7c, 0x19, 0x3b, 0x7f, 0x00}, // 59 1a78 e9a7 鬧
lynxeyed_atsu 0:eb1247cc069b 6972 {0x7f, 0x6b, 0x3d, 0x28, 0x3d, 0x6b, 0x7f, 0x00}, // 59 1a79 e9a8 鬨
lynxeyed_atsu 0:eb1247cc069b 6973 {0x7f, 0x5b, 0x35, 0x70, 0x5d, 0x03, 0x7f, 0x00}, // 59 1a7a e9a9 鬩
lynxeyed_atsu 0:eb1247cc069b 6974 {0x7f, 0x5b, 0x69, 0x58, 0x11, 0x7b, 0x7f, 0x00}, // 59 1a7b e9aa 鬪
lynxeyed_atsu 0:eb1247cc069b 6975 {0x7f, 0x0b, 0x39, 0x74, 0x7d, 0x43, 0x7f, 0x00}, // 59 1a7c e9ab 鬮
lynxeyed_atsu 0:eb1247cc069b 6976 {0x0f, 0x3d, 0x5a, 0x5d, 0x5a, 0x4d, 0x6f, 0x00}, // 59 1a7d e9ac 鬯
lynxeyed_atsu 0:eb1247cc069b 6977 {0x79, 0x2f, 0x1d, 0x6d, 0x3d, 0x2f, 0x79, 0x00}, // 59 1a7e e9ad 鬲
lynxeyed_atsu 0:eb1247cc069b 6978 {0x3e, 0x2b, 0x3e, 0x5e, 0x3f, 0x7a, 0x5e, 0x00}, // 59 1a7f e9ae é­„
lynxeyed_atsu 0:eb1247cc069b 6979 {0x4e, 0x3f, 0x7e, 0x52, 0x6f, 0x52, 0x6b, 0x00}, // 59 1a80 e9af é­ƒ
lynxeyed_atsu 0:eb1247cc069b 6980 {0x5a, 0x77, 0x3f, 0x56, 0x3f, 0x7a, 0x5e, 0x00}, // 59 1a81 e9b0 魏
lynxeyed_atsu 0:eb1247cc069b 6981 {0x4e, 0x3f, 0x7e, 0x7f, 0x5b, 0x55, 0x7f, 0x00}, // 59 1a82 e9b1 魍
lynxeyed_atsu 0:eb1247cc069b 6982 {0x4e, 0x3f, 0x7e, 0x7d, 0x65, 0x5f, 0x7d, 0x00}, // 59 1a83 e9b2 é­Ž
lynxeyed_atsu 0:eb1247cc069b 6983 {0x4e, 0x3f, 0x7e, 0x72, 0x5e, 0x7f, 0x72, 0x00}, // 59 1a84 e9b3 é­‘
lynxeyed_atsu 0:eb1247cc069b 6984 {0x50, 0x4f, 0x3f, 0x2d, 0x7b, 0x77, 0x4b, 0x00}, // 59 1a85 e9b4 é­˜
lynxeyed_atsu 0:eb1247cc069b 6985 {0x42, 0x1d, 0x5f, 0x42, 0x3e, 0x4b, 0x7a, 0x00}, // 59 1a86 e9b5 é­´
lynxeyed_atsu 0:eb1247cc069b 6986 {0x42, 0x1d, 0x5f, 0x04, 0x7f, 0x2a, 0x2a, 0x00}, // 59 1a87 e9b6 鮓
lynxeyed_atsu 0:eb1247cc069b 6987 {0x42, 0x1d, 0x5f, 0x15, 0x13, 0x7f, 0x15, 0x00}, // 59 1a88 e9b7 鮃
lynxeyed_atsu 0:eb1247cc069b 6988 {0x42, 0x1d, 0x5f, 0x04, 0x7b, 0x5a, 0x5e, 0x00}, // 59 1a89 e9b8 鮑
lynxeyed_atsu 0:eb1247cc069b 6989 {0x42, 0x1d, 0x5f, 0x11, 0x7f, 0x49, 0x79, 0x00}, // 59 1a8a e9b9 é®–
lynxeyed_atsu 0:eb1247cc069b 6990 {0x42, 0x1d, 0x5f, 0x0a, 0x55, 0x4b, 0x08, 0x00}, // 59 1a8b e9ba é®—
lynxeyed_atsu 0:eb1247cc069b 6991 {0x42, 0x1d, 0x5f, 0x5a, 0x2f, 0x3a, 0x4e, 0x00}, // 59 1a8c e9bb 鮟
lynxeyed_atsu 0:eb1247cc069b 6992 {0x42, 0x1d, 0x5f, 0x3e, 0x7d, 0x4f, 0x5c, 0x00}, // 59 1a8d e9bc é® 
lynxeyed_atsu 0:eb1247cc069b 6993 {0x42, 0x1d, 0x5f, 0x00, 0x6f, 0x6a, 0x6d, 0x00}, // 59 1a8e e9bd 鮨
lynxeyed_atsu 0:eb1247cc069b 6994 {0x42, 0x1d, 0x5f, 0x7f, 0x1a, 0x7f, 0x1a, 0x00}, // 59 1a8f e9be é®´
lynxeyed_atsu 0:eb1247cc069b 6995 {0x42, 0x1d, 0x5f, 0x15, 0x7b, 0x11, 0x59, 0x00}, // 59 1a90 e9bf 鯀
lynxeyed_atsu 0:eb1247cc069b 6996 {0x55, 0x30, 0x7a, 0x38, 0x77, 0x34, 0x42, 0x00}, // 59 1a91 e9c0 鯊
lynxeyed_atsu 0:eb1247cc069b 6997 {0x42, 0x1d, 0x5f, 0x7d, 0x2a, 0x7d, 0x02, 0x00}, // 59 1a92 e9c1 鮹
lynxeyed_atsu 0:eb1247cc069b 6998 {0x42, 0x1d, 0x5f, 0x7a, 0x7f, 0x2a, 0x7b, 0x00}, // 59 1a93 e9c2 鯆
lynxeyed_atsu 0:eb1247cc069b 6999 {0x42, 0x1d, 0x5f, 0x35, 0x7f, 0x0e, 0x7f, 0x00}, // 59 1a94 e9c3 鯏
lynxeyed_atsu 0:eb1247cc069b 7000 {0x42, 0x1d, 0x5f, 0x2d, 0x7a, 0x2d, 0x68, 0x00}, // 59 1a95 e9c4 鯑
lynxeyed_atsu 0:eb1247cc069b 7001 {0x42, 0x1d, 0x5f, 0x7c, 0x15, 0x7f, 0x7d, 0x00}, // 59 1a96 e9c5 鯒
lynxeyed_atsu 0:eb1247cc069b 7002 {0x42, 0x1d, 0x5f, 0x27, 0x5d, 0x35, 0x77, 0x00}, // 59 1a97 e9c6 鯣
lynxeyed_atsu 0:eb1247cc069b 7003 {0x42, 0x1d, 0x5f, 0x5e, 0x35, 0x72, 0x5e, 0x00}, // 59 1a98 e9c7 鯢
lynxeyed_atsu 0:eb1247cc069b 7004 {0x42, 0x1d, 0x7f, 0x55, 0x05, 0x7d, 0x57, 0x00}, // 59 1a99 e9c8 鯤
lynxeyed_atsu 0:eb1247cc069b 7005 {0x42, 0x1d, 0x5f, 0x7a, 0x5d, 0x7a, 0x7d, 0x00}, // 59 1a9a e9c9 鯔
lynxeyed_atsu 0:eb1247cc069b 7006 {0x5d, 0x1f, 0x6a, 0x3f, 0x00, 0x7f, 0x2a, 0x00}, // 59 1a9b e9ca 鯡
lynxeyed_atsu 0:eb1247cc069b 7007 {0x5d, 0x1f, 0x5a, 0x4f, 0x5a, 0x2d, 0x1a, 0x00}, // 59 1a9c e9cb é°º
lynxeyed_atsu 0:eb1247cc069b 7008 {0x5d, 0x1f, 0x62, 0x1f, 0x7a, 0x29, 0x52, 0x00}, // 59 1a9d e9cc 鯲
lynxeyed_atsu 0:eb1247cc069b 7009 {0x42, 0x1d, 0x5f, 0x7c, 0x24, 0x6f, 0x4a, 0x00}, // 59 1a9e e9cd 鯱
lynxeyed_atsu 0:eb1247cc069b 7010 {0x42, 0x1d, 0x5f, 0x2a, 0x4d, 0x5e, 0x64, 0x00}, // 59 1a9f e9ce 鯰
lynxeyed_atsu 0:eb1247cc069b 7011 {0x42, 0x1d, 0x7f, 0x2b, 0x58, 0x2d, 0x5f, 0x00}, // 59 1aa0 e9cf é°•
lynxeyed_atsu 0:eb1247cc069b 7012 {0x42, 0x1d, 0x7f, 0x6a, 0x6a, 0x3f, 0x52, 0x00}, // 59 1aa1 e9d0 é°”
lynxeyed_atsu 0:eb1247cc069b 7013 {0x42, 0x1d, 0x5f, 0x50, 0x5e, 0x7b, 0x5e, 0x00}, // 59 1aa2 e9d1 é°‰
lynxeyed_atsu 0:eb1247cc069b 7014 {0x42, 0x1d, 0x5f, 0x2d, 0x4f, 0x4d, 0x6f, 0x00}, // 59 1aa3 e9d2 é°“
lynxeyed_atsu 0:eb1247cc069b 7015 {0x42, 0x1d, 0x5f, 0x76, 0x7d, 0x7d, 0x76, 0x00}, // 59 1aa4 e9d3 鰌
lynxeyed_atsu 0:eb1247cc069b 7016 {0x42, 0x1d, 0x5f, 0x1a, 0x6f, 0x7e, 0x2a, 0x00}, // 59 1aa5 e9d4 é°†
lynxeyed_atsu 0:eb1247cc069b 7017 {0x42, 0x1d, 0x5f, 0x32, 0x77, 0x36, 0x57, 0x00}, // 59 1aa6 e9d5 é°ˆ
lynxeyed_atsu 0:eb1247cc069b 7018 {0x42, 0x1d, 0x5f, 0x53, 0x2e, 0x5e, 0x42, 0x00}, // 59 1aa7 e9d6 é°’
lynxeyed_atsu 0:eb1247cc069b 7019 {0x42, 0x1d, 0x5f, 0x2e, 0x7f, 0x2e, 0x4e, 0x00}, // 59 1aa8 e9d7 é°Š
lynxeyed_atsu 0:eb1247cc069b 7020 {0x42, 0x1d, 0x7f, 0x2e, 0x56, 0x3f, 0x52, 0x00}, // 59 1aa9 e9d8 é°„
lynxeyed_atsu 0:eb1247cc069b 7021 {0x42, 0x1d, 0x5f, 0x4f, 0x6d, 0x6b, 0x4f, 0x00}, // 59 1aaa e9d9 é°®
lynxeyed_atsu 0:eb1247cc069b 7022 {0x42, 0x1d, 0x5f, 0x77, 0x75, 0x75, 0x47, 0x00}, // 59 1aab e9da é°›
lynxeyed_atsu 0:eb1247cc069b 7023 {0x42, 0x1d, 0x5f, 0x2b, 0x77, 0x2b, 0x53, 0x00}, // 59 1aac e9db é°¥
lynxeyed_atsu 0:eb1247cc069b 7024 {0x42, 0x1d, 0x7f, 0x36, 0x3d, 0x7f, 0x3d, 0x00}, // 59 1aad e9dc é°¤
lynxeyed_atsu 0:eb1247cc069b 7025 {0x42, 0x1d, 0x5f, 0x0e, 0x69, 0x66, 0x0e, 0x00}, // 59 1aae e9dd é°¡
lynxeyed_atsu 0:eb1247cc069b 7026 {0x5d, 0x1f, 0x35, 0x7d, 0x3e, 0x6b, 0x3e, 0x00}, // 59 1aaf e9de é°°
lynxeyed_atsu 0:eb1247cc069b 7027 {0x5d, 0x1f, 0x3e, 0x52, 0x7e, 0x2f, 0x56, 0x00}, // 59 1ab0 e9df 鱇
lynxeyed_atsu 0:eb1247cc069b 7028 {0x54, 0x3e, 0x7f, 0x34, 0x7a, 0x35, 0x4b, 0x00}, // 59 1ab1 e9e0 é°²
lynxeyed_atsu 0:eb1247cc069b 7029 {0x42, 0x1d, 0x5f, 0x2a, 0x3e, 0x7b, 0x2e, 0x00}, // 59 1ab2 e9e1 鱆
lynxeyed_atsu 0:eb1247cc069b 7030 {0x42, 0x1d, 0x5f, 0x11, 0x77, 0x17, 0x51, 0x00}, // 59 1ab3 e9e2 é°¾
lynxeyed_atsu 0:eb1247cc069b 7031 {0x5d, 0x1f, 0x52, 0x7e, 0x57, 0x7e, 0x12, 0x00}, // 59 1ab4 e9e3 鱚
lynxeyed_atsu 0:eb1247cc069b 7032 {0x42, 0x1d, 0x5f, 0x76, 0x5d, 0x76, 0x1c, 0x00}, // 59 1ab5 e9e4 é± 
lynxeyed_atsu 0:eb1247cc069b 7033 {0x42, 0x1d, 0x5f, 0x5e, 0x77, 0x76, 0x5f, 0x00}, // 59 1ab6 e9e5 鱧
lynxeyed_atsu 0:eb1247cc069b 7034 {0x5d, 0x1f, 0x2a, 0x7b, 0x3e, 0x5b, 0x2a, 0x00}, // 59 1ab7 e9e6 鱶
lynxeyed_atsu 0:eb1247cc069b 7035 {0x42, 0x1d, 0x7f, 0x44, 0x6f, 0x6a, 0x4a, 0x00}, // 59 1ab8 e9e7 鱸
lynxeyed_atsu 0:eb1247cc069b 7036 {0x50, 0x4e, 0x3e, 0x2f, 0x3e, 0x68, 0x58, 0x00}, // 59 1ab9 e9e8 鳧
lynxeyed_atsu 0:eb1247cc069b 7037 {0x40, 0x46, 0x36, 0x17, 0x76, 0x44, 0x6c, 0x00}, // 59 1aba e9e9 鳬
lynxeyed_atsu 0:eb1247cc069b 7038 {0x32, 0x0e, 0x50, 0x1e, 0x57, 0x16, 0x70, 0x00}, // 59 1abb e9ea é³°
lynxeyed_atsu 0:eb1247cc069b 7039 {0x2f, 0x59, 0x7f, 0x09, 0x5e, 0x17, 0x76, 0x00}, // 59 1abc e9eb é´‰
lynxeyed_atsu 0:eb1247cc069b 7040 {0x40, 0x3f, 0x7d, 0x03, 0x5d, 0x1f, 0x71, 0x00}, // 59 1abd e9ec é´ˆ
lynxeyed_atsu 0:eb1247cc069b 7041 {0x40, 0x3f, 0x41, 0x1d, 0x5f, 0x1d, 0x71, 0x00}, // 59 1abe e9ed 鳫
lynxeyed_atsu 0:eb1247cc069b 7042 {0x5e, 0x17, 0x76, 0x48, 0x4a, 0x3f, 0x4e, 0x00}, // 59 1abf e9ee é´ƒ
lynxeyed_atsu 0:eb1247cc069b 7043 {0x46, 0x3f, 0x72, 0x46, 0x1e, 0x57, 0x76, 0x00}, // 59 1ac0 e9ef é´†
lynxeyed_atsu 0:eb1247cc069b 7044 {0x46, 0x3a, 0x03, 0x3a, 0x5e, 0x17, 0x76, 0x00}, // 59 1ac1 e9f0 é´ª
lynxeyed_atsu 0:eb1247cc069b 7045 {0x54, 0x0e, 0x5e, 0x1f, 0x56, 0x1e, 0x74, 0x00}, // 59 1ac2 e9f1 é´¦
lynxeyed_atsu 0:eb1247cc069b 7046 {0x4d, 0x06, 0x5d, 0x1c, 0x5d, 0x16, 0x7d, 0x00}, // 59 1ac3 e9f2 鶯
lynxeyed_atsu 0:eb1247cc069b 7047 {0x3a, 0x2f, 0x3a, 0x5e, 0x17, 0x56, 0x70, 0x00}, // 59 1ac4 e9f3 é´£
lynxeyed_atsu 0:eb1247cc069b 7048 {0x7e, 0x4a, 0x5e, 0x29, 0x5e, 0x17, 0x76, 0x00}, // 59 1ac5 e9f4 é´Ÿ
lynxeyed_atsu 0:eb1247cc069b 7049 {0x49, 0x5d, 0x3b, 0x2d, 0x5e, 0x17, 0x76, 0x00}, // 59 1ac6 e9f5 鵄
lynxeyed_atsu 0:eb1247cc069b 7050 {0x5e, 0x17, 0x70, 0x06, 0x7a, 0x53, 0x56, 0x00}, // 59 1ac7 e9f6 é´•
lynxeyed_atsu 0:eb1247cc069b 7051 {0x16, 0x75, 0x36, 0x00, 0x5e, 0x17, 0x76, 0x00}, // 59 1ac8 e9f7 é´’
lynxeyed_atsu 0:eb1247cc069b 7052 {0x4a, 0x56, 0x23, 0x56, 0x5e, 0x17, 0x76, 0x00}, // 59 1ac9 e9f8 鵁
lynxeyed_atsu 0:eb1247cc069b 7053 {0x76, 0x55, 0x76, 0x00, 0x5e, 0x17, 0x76, 0x00}, // 59 1aca e9f9 é´¿
lynxeyed_atsu 0:eb1247cc069b 7054 {0x36, 0x2d, 0x7c, 0x2e, 0x5e, 0x17, 0x76, 0x00}, // 59 1acb e9fa é´¾
lynxeyed_atsu 0:eb1247cc069b 7055 {0x0a, 0x7d, 0x5e, 0x17, 0x70, 0x05, 0x7d, 0x00}, // 59 1acc e9fb 鵆
lynxeyed_atsu 0:eb1247cc069b 7056 {0x21, 0x3f, 0x2d, 0x7f, 0x5e, 0x17, 0x76, 0x00}, // 59 1acd e9fc 鵈
lynxeyed_atsu 0:eb1247cc069b 7057 {0x26, 0x7e, 0x25, 0x7f, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ace ea40 鵝
lynxeyed_atsu 0:eb1247cc069b 7058 {0x4a, 0x0f, 0x5f, 0x1a, 0x5b, 0x16, 0x7b, 0x00}, // 5a 1acf ea41 鵞
lynxeyed_atsu 0:eb1247cc069b 7059 {0x42, 0x3d, 0x5f, 0x7c, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad0 ea42 鵤
lynxeyed_atsu 0:eb1247cc069b 7060 {0x78, 0x2b, 0x2b, 0x78, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad1 ea43 鵑
lynxeyed_atsu 0:eb1247cc069b 7061 {0x51, 0x4d, 0x3f, 0x2d, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad2 ea44 鵐
lynxeyed_atsu 0:eb1247cc069b 7062 {0x5f, 0x15, 0x5f, 0x00, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad3 ea45 éµ™
lynxeyed_atsu 0:eb1247cc069b 7063 {0x0a, 0x7f, 0x5a, 0x7f, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad4 ea46 éµ²
lynxeyed_atsu 0:eb1247cc069b 7064 {0x22, 0x2e, 0x7b, 0x1e, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad5 ea47 鶉
lynxeyed_atsu 0:eb1247cc069b 7065 {0x42, 0x2e, 0x7f, 0x2e, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad6 ea48 鶇
lynxeyed_atsu 0:eb1247cc069b 7066 {0x4e, 0x2e, 0x7f, 0x2e, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad7 ea49 鶫
lynxeyed_atsu 0:eb1247cc069b 7067 {0x2e, 0x3f, 0x7a, 0x2e, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ad8 ea4a 鵯
lynxeyed_atsu 0:eb1247cc069b 7068 {0x12, 0x7e, 0x2b, 0x5a, 0x1e, 0x57, 0x76, 0x00}, // 5a 1ad9 ea4b 鵺
lynxeyed_atsu 0:eb1247cc069b 7069 {0x0b, 0x3f, 0x6c, 0x0b, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ada ea4c 鶚
lynxeyed_atsu 0:eb1247cc069b 7070 {0x27, 0x3d, 0x7f, 0x27, 0x5e, 0x17, 0x76, 0x00}, // 5a 1adb ea4d 鶤
lynxeyed_atsu 0:eb1247cc069b 7071 {0x4a, 0x07, 0x5f, 0x1d, 0x5a, 0x15, 0x7b, 0x00}, // 5a 1adc ea4e 鶩
lynxeyed_atsu 0:eb1247cc069b 7072 {0x5a, 0x2d, 0x78, 0x29, 0x7a, 0x1f, 0x76, 0x00}, // 5a 1add ea4f 鶲
lynxeyed_atsu 0:eb1247cc069b 7073 {0x52, 0x55, 0x3b, 0x51, 0x1e, 0x57, 0x76, 0x00}, // 5a 1ade ea50 é·„
lynxeyed_atsu 0:eb1247cc069b 7074 {0x52, 0x6d, 0x6d, 0x52, 0x1e, 0x57, 0x76, 0x00}, // 5a 1adf ea51 鷁
lynxeyed_atsu 0:eb1247cc069b 7075 {0x0c, 0x77, 0x35, 0x77, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae0 ea52 鶻
lynxeyed_atsu 0:eb1247cc069b 7076 {0x5d, 0x77, 0x5d, 0x77, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae1 ea53 鶸
lynxeyed_atsu 0:eb1247cc069b 7077 {0x15, 0x7d, 0x2a, 0x7d, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae2 ea54 鶺
lynxeyed_atsu 0:eb1247cc069b 7078 {0x58, 0x1f, 0x1e, 0x52, 0x1e, 0x57, 0x76, 0x00}, // 5a 1ae3 ea55 é·†
lynxeyed_atsu 0:eb1247cc069b 7079 {0x52, 0x1e, 0x1f, 0x52, 0x1e, 0x57, 0x76, 0x00}, // 5a 1ae4 ea56 鷏
lynxeyed_atsu 0:eb1247cc069b 7080 {0x6a, 0x4d, 0x7b, 0x68, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae5 ea57 é·‚
lynxeyed_atsu 0:eb1247cc069b 7081 {0x44, 0x0e, 0x5f, 0x1a, 0x57, 0x1e, 0x78, 0x00}, // 5a 1ae6 ea58 é·™
lynxeyed_atsu 0:eb1247cc069b 7082 {0x7e, 0x4a, 0x1f, 0x5a, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae7 ea59 é·“
lynxeyed_atsu 0:eb1247cc069b 7083 {0x7a, 0x37, 0x5f, 0x73, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae8 ea5a é·¸
lynxeyed_atsu 0:eb1247cc069b 7084 {0x44, 0x1f, 0x5e, 0x13, 0x5e, 0x17, 0x76, 0x00}, // 5a 1ae9 ea5b é·¦
lynxeyed_atsu 0:eb1247cc069b 7085 {0x15, 0x6f, 0x7d, 0x6f, 0x5e, 0x17, 0x76, 0x00}, // 5a 1aea ea5c é·­
lynxeyed_atsu 0:eb1247cc069b 7086 {0x4a, 0x1e, 0x6b, 0x1e, 0x5e, 0x17, 0x76, 0x00}, // 5a 1aeb ea5d é·¯
lynxeyed_atsu 0:eb1247cc069b 7087 {0x4c, 0x06, 0x5d, 0x1e, 0x5d, 0x17, 0x7c, 0x00}, // 5a 1aec ea5e é·½
lynxeyed_atsu 0:eb1247cc069b 7088 {0x57, 0x7b, 0x54, 0x33, 0x5f, 0x16, 0x77, 0x00}, // 5a 1aed ea5f 鸚
lynxeyed_atsu 0:eb1247cc069b 7089 {0x26, 0x7f, 0x52, 0x7f, 0x5e, 0x17, 0x76, 0x00}, // 5a 1aee ea60 鸛
lynxeyed_atsu 0:eb1247cc069b 7090 {0x4a, 0x1d, 0x5a, 0x17, 0x57, 0x1a, 0x7d, 0x00}, // 5a 1aef ea61 鸞
lynxeyed_atsu 0:eb1247cc069b 7091 {0x00, 0x7c, 0x54, 0x6f, 0x56, 0x6e, 0x7a, 0x00}, // 5a 1af0 ea62 é¹µ
lynxeyed_atsu 0:eb1247cc069b 7092 {0x7c, 0x47, 0x7a, 0x7e, 0x6a, 0x3f, 0x52, 0x00}, // 5a 1af1 ea63 é¹¹
lynxeyed_atsu 0:eb1247cc069b 7093 {0x4f, 0x7f, 0x59, 0x74, 0x5f, 0x7e, 0x4e, 0x00}, // 5a 1af2 ea64 é¹½
lynxeyed_atsu 0:eb1247cc069b 7094 {0x42, 0x3e, 0x75, 0x5d, 0x17, 0x7c, 0x54, 0x00}, // 5a 1af3 ea65 麁
lynxeyed_atsu 0:eb1247cc069b 7095 {0x40, 0x3e, 0x5a, 0x76, 0x67, 0x7e, 0x52, 0x00}, // 5a 1af4 ea66 麈
lynxeyed_atsu 0:eb1247cc069b 7096 {0x48, 0x56, 0x3e, 0x7a, 0x3f, 0x5e, 0x4a, 0x00}, // 5a 1af5 ea67 麋
lynxeyed_atsu 0:eb1247cc069b 7097 {0x48, 0x76, 0x2e, 0x3a, 0x3f, 0x7e, 0x4a, 0x00}, // 5a 1af6 ea68 麌
lynxeyed_atsu 0:eb1247cc069b 7098 {0x7e, 0x3b, 0x2e, 0x52, 0x1f, 0x1a, 0x5f, 0x00}, // 5a 1af7 ea69 麒
lynxeyed_atsu 0:eb1247cc069b 7099 {0x08, 0x76, 0x7e, 0x7a, 0x5f, 0x7e, 0x0a, 0x00}, // 5a 1af8 ea6a 麕
lynxeyed_atsu 0:eb1247cc069b 7100 {0x48, 0x46, 0x36, 0x2a, 0x2f, 0x7e, 0x4a, 0x00}, // 5a 1af9 ea6b 麑
lynxeyed_atsu 0:eb1247cc069b 7101 {0x48, 0x36, 0x5e, 0x7a, 0x2f, 0x4e, 0x7a, 0x00}, // 5a 1afa ea6c 麝
lynxeyed_atsu 0:eb1247cc069b 7102 {0x0a, 0x56, 0x2a, 0x57, 0x3a, 0x56, 0x0a, 0x00}, // 5a 1afb ea6d 麥
lynxeyed_atsu 0:eb1247cc069b 7103 {0x2a, 0x56, 0x2f, 0x5a, 0x6a, 0x5f, 0x6a, 0x00}, // 5a 1afc ea6e 麩
lynxeyed_atsu 0:eb1247cc069b 7104 {0x52, 0x2f, 0x5a, 0x40, 0x6a, 0x5f, 0x6a, 0x00}, // 5a 1afd ea6f 麸
lynxeyed_atsu 0:eb1247cc069b 7105 {0x2a, 0x56, 0x2f, 0x5a, 0x4d, 0x6f, 0x7d, 0x00}, // 5a 1afe ea70 麪
lynxeyed_atsu 0:eb1247cc069b 7106 {0x2a, 0x56, 0x2f, 0x5a, 0x44, 0x7b, 0x5e, 0x00}, // 5a 1aff ea71 麭
lynxeyed_atsu 0:eb1247cc069b 7107 {0x40, 0x3e, 0x6a, 0x3e, 0x0b, 0x7e, 0x2a, 0x00}, // 5a 1b00 ea72 靡
lynxeyed_atsu 0:eb1247cc069b 7108 {0x4c, 0x56, 0x3d, 0x36, 0x3d, 0x57, 0x4c, 0x00}, // 5a 1b01 ea73 黌
lynxeyed_atsu 0:eb1247cc069b 7109 {0x2a, 0x67, 0x3f, 0x6a, 0x37, 0x6a, 0x2e, 0x00}, // 5a 1b02 ea74 黎
lynxeyed_atsu 0:eb1247cc069b 7110 {0x5a, 0x37, 0x7f, 0x3a, 0x70, 0x5f, 0x74, 0x00}, // 5a 1b03 ea75 黏
lynxeyed_atsu 0:eb1247cc069b 7111 {0x5a, 0x37, 0x7f, 0x3a, 0x7e, 0x3f, 0x72, 0x00}, // 5a 1b04 ea76 黐
lynxeyed_atsu 0:eb1247cc069b 7112 {0x57, 0x1f, 0x57, 0x12, 0x55, 0x36, 0x14, 0x00}, // 5a 1b05 ea77 é»”
lynxeyed_atsu 0:eb1247cc069b 7113 {0x57, 0x1f, 0x57, 0x76, 0x44, 0x7f, 0x76, 0x00}, // 5a 1b06 ea78 黜
lynxeyed_atsu 0:eb1247cc069b 7114 {0x57, 0x1f, 0x57, 0x70, 0x5f, 0x54, 0x74, 0x00}, // 5a 1b07 ea79 點
lynxeyed_atsu 0:eb1247cc069b 7115 {0x57, 0x1f, 0x74, 0x4b, 0x62, 0x1f, 0x7e, 0x00}, // 5a 1b08 ea7a 黝
lynxeyed_atsu 0:eb1247cc069b 7116 {0x57, 0x1f, 0x57, 0x02, 0x6a, 0x6f, 0x6a, 0x00}, // 5a 1b09 ea7b é» 
lynxeyed_atsu 0:eb1247cc069b 7117 {0x57, 0x1f, 0x57, 0x22, 0x4e, 0x7b, 0x2e, 0x00}, // 5a 1b0a ea7c 黥
lynxeyed_atsu 0:eb1247cc069b 7118 {0x56, 0x1b, 0x5e, 0x17, 0x5e, 0x1b, 0x56, 0x00}, // 5a 1b0b ea7d 黨
lynxeyed_atsu 0:eb1247cc069b 7119 {0x57, 0x1f, 0x57, 0x0e, 0x6b, 0x6e, 0x0a, 0x00}, // 5a 1b0c ea7e 黯
lynxeyed_atsu 0:eb1247cc069b 7120 {0x0a, 0x7d, 0x56, 0x1f, 0x56, 0x3f, 0x5e, 0x00}, // 5b 1b0d ea80 é»´
lynxeyed_atsu 0:eb1247cc069b 7121 {0x68, 0x27, 0x7f, 0x3d, 0x7b, 0x27, 0x6b, 0x00}, // 5b 1b0e ea81 黶
lynxeyed_atsu 0:eb1247cc069b 7122 {0x57, 0x1f, 0x57, 0x3e, 0x3b, 0x3e, 0x4e, 0x00}, // 5b 1b0f ea82 é»·
lynxeyed_atsu 0:eb1247cc069b 7123 {0x0b, 0x76, 0x33, 0x7e, 0x33, 0x76, 0x0b, 0x00}, // 5b 1b10 ea83 黹
lynxeyed_atsu 0:eb1247cc069b 7124 {0x75, 0x3e, 0x75, 0x22, 0x5f, 0x22, 0x5b, 0x00}, // 5b 1b11 ea84 é»»
lynxeyed_atsu 0:eb1247cc069b 7125 {0x75, 0x3e, 0x75, 0x7a, 0x7f, 0x2a, 0x7b, 0x00}, // 5b 1b12 ea85 黼
lynxeyed_atsu 0:eb1247cc069b 7126 {0x18, 0x1b, 0x7f, 0x41, 0x7f, 0x5b, 0x58, 0x00}, // 5b 1b13 ea86 黽
lynxeyed_atsu 0:eb1247cc069b 7127 {0x14, 0x3e, 0x7f, 0x4c, 0x7a, 0x7d, 0x4b, 0x00}, // 5b 1b14 ea87 鼇
lynxeyed_atsu 0:eb1247cc069b 7128 {0x02, 0x3d, 0x7e, 0x4d, 0x7a, 0x75, 0x4b, 0x00}, // 5b 1b15 ea88 鼈
lynxeyed_atsu 0:eb1247cc069b 7129 {0x5a, 0x77, 0x2a, 0x7e, 0x5a, 0x2f, 0x5e, 0x00}, // 5b 1b16 ea89 çš·
lynxeyed_atsu 0:eb1247cc069b 7130 {0x2a, 0x2f, 0x3e, 0x5a, 0x16, 0x2f, 0x2a, 0x00}, // 5b 1b17 ea8a 鼕
lynxeyed_atsu 0:eb1247cc069b 7131 {0x40, 0x3d, 0x14, 0x7d, 0x16, 0x7d, 0x40, 0x00}, // 5b 1b18 ea8b 鼡
lynxeyed_atsu 0:eb1247cc069b 7132 {0x7e, 0x59, 0x2a, 0x7e, 0x5e, 0x5f, 0x5e, 0x00}, // 5b 1b19 ea8c 鼬
lynxeyed_atsu 0:eb1247cc069b 7133 {0x38, 0x6e, 0x3b, 0x7e, 0x09, 0x7f, 0x09, 0x00}, // 5b 1b1a ea8d é¼¾
lynxeyed_atsu 0:eb1247cc069b 7134 {0x4a, 0x36, 0x2e, 0x2b, 0x2e, 0x76, 0x0a, 0x00}, // 5b 1b1b ea8e 齊
lynxeyed_atsu 0:eb1247cc069b 7135 {0x04, 0x7e, 0x54, 0x6f, 0x56, 0x6e, 0x7a, 0x00}, // 5b 1b1c ea8f é½’
lynxeyed_atsu 0:eb1247cc069b 7136 {0x7e, 0x6c, 0x57, 0x7a, 0x7f, 0x48, 0x64, 0x00}, // 5b 1b1d ea90 é½”
lynxeyed_atsu 0:eb1247cc069b 7137 {0x7e, 0x6c, 0x57, 0x7a, 0x04, 0x5b, 0x7e, 0x00}, // 5b 1b1e ea91 é½£
lynxeyed_atsu 0:eb1247cc069b 7138 {0x7e, 0x6c, 0x57, 0x7a, 0x7f, 0x55, 0x7f, 0x00}, // 5b 1b1f ea92 齟
lynxeyed_atsu 0:eb1247cc069b 7139 {0x7e, 0x6c, 0x57, 0x7a, 0x75, 0x53, 0x77, 0x00}, // 5b 1b20 ea93 é½ 
lynxeyed_atsu 0:eb1247cc069b 7140 {0x7e, 0x6c, 0x57, 0x7a, 0x16, 0x75, 0x36, 0x00}, // 5b 1b21 ea94 齡
lynxeyed_atsu 0:eb1247cc069b 7141 {0x7e, 0x6c, 0x57, 0x7a, 0x7f, 0x35, 0x5f, 0x00}, // 5b 1b22 ea95 齦
lynxeyed_atsu 0:eb1247cc069b 7142 {0x0a, 0x7f, 0x6e, 0x58, 0x6d, 0x5b, 0x7f, 0x00}, // 5b 1b23 ea96 齧
lynxeyed_atsu 0:eb1247cc069b 7143 {0x7e, 0x6c, 0x57, 0x7a, 0x05, 0x6f, 0x6d, 0x00}, // 5b 1b24 ea97 齬
lynxeyed_atsu 0:eb1247cc069b 7144 {0x7e, 0x6c, 0x57, 0x7a, 0x27, 0x7d, 0x57, 0x00}, // 5b 1b25 ea98 齪
lynxeyed_atsu 0:eb1247cc069b 7145 {0x7c, 0x57, 0x6a, 0x7f, 0x5b, 0x77, 0x53, 0x00}, // 5b 1b26 ea99 é½·
lynxeyed_atsu 0:eb1247cc069b 7146 {0x7e, 0x6c, 0x57, 0x7a, 0x7e, 0x3f, 0x71, 0x00}, // 5b 1b27 ea9a é½²
lynxeyed_atsu 0:eb1247cc069b 7147 {0x7e, 0x54, 0x6f, 0x7a, 0x0f, 0x3c, 0x6b, 0x00}, // 5b 1b28 ea9b 齶
lynxeyed_atsu 0:eb1247cc069b 7148 {0x2a, 0x7a, 0x2e, 0x7d, 0x2e, 0x76, 0x5a, 0x00}, // 5b 1b29 ea9c 龕
lynxeyed_atsu 0:eb1247cc069b 7149 {0x2a, 0x3e, 0x7d, 0x45, 0x7f, 0x7c, 0x58, 0x00}, // 5b 1b2a ea9d 龜
lynxeyed_atsu 0:eb1247cc069b 7150 {0x1c, 0x74, 0x3e, 0x75, 0x3e, 0x74, 0x1c, 0x00}, // 5b 1b2b ea9e é¾ 
lynxeyed_atsu 0:eb1247cc069b 7151 {0x54, 0x5e, 0x3e, 0x17, 0x7e, 0x5e, 0x54, 0x00}, // 5b 1b2c ea9f å ¯
lynxeyed_atsu 0:eb1247cc069b 7152 {0x1a, 0x7f, 0x58, 0x13, 0x1e, 0x1e, 0x52, 0x00}, // 5b 1b2d eaa0 槇
lynxeyed_atsu 0:eb1247cc069b 7153 {0x55, 0x30, 0x50, 0x6a, 0x4d, 0x7b, 0x68, 0x00}, // 5b 1b2e eaa1 遙
lynxeyed_atsu 0:eb1247cc069b 7154 {0x2a, 0x3e, 0x12, 0x6a, 0x4d, 0x7b, 0x68, 0x00}, // 5b 1b2f eaa2 瑤
lynxeyed_atsu 0:eb1247cc069b 7155 {0x71, 0x00, 0x52, 0x3e, 0x7b, 0x3e, 0x52, 0x00}, // 5b 1b30 eaa3 凜
lynxeyed_atsu 0:eb1247cc069b 7156 {0x5f, 0x15, 0x5b, 0x15, 0x40, 0x1f, 0x57, 0x00}, // 5b 1b31 eaa4 熙
lynxeyed_atsu 0:eb1247cc069b 7157 };