{"id":2752,"date":"2022-09-18T14:40:34","date_gmt":"2022-09-18T06:40:34","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?page_id=2752"},"modified":"2026-08-02T16:35:55","modified_gmt":"2026-08-02T08:35:55","slug":"characters","status":"publish","type":"page","link":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/","title":{"rendered":"Characters"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+TC:wght@500;600;700&amp;family=Noto+Serif+SC:wght@500;600;700&amp;family=Noto+Sans+TC:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --paper:#FFFFFF;\n    --paper-deep:#F3F2EF;\n    --card:#FFFFFF;\n    --ink:#2B2622;\n    --ink-soft:#6B6153;\n    --seal:#A83C33;\n    --seal-soft:rgba(168,60,51,0.08);\n    --jade:#5C7A66;\n    --gold:#B8934A;\n    --line:#E3DFD6;\n    --line-soft:#EDEAE2;\n    --radius:4px;\n  }\n  #odd-hanzi-app *{box-sizing:border-box;}\n  #odd-hanzi-app{\n    background:var(--paper);\n    color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Noto Sans TC\",\"PingFang TC\";\n    -webkit-font-smoothing:antialiased;\n  }\n\n  #odd-hanzi-app header{\n    padding:36px 28px 24px;\n    max-width:1320px;\n    margin:0 auto;\n    border-bottom:1px solid var(--line);\n  }\n  #odd-hanzi-app h1{\n    font-family:\"Noto Serif TC\", serif;\n    font-weight:700;\n    font-size:clamp(28px,5vw,40px);\n    margin:0 0 10px;\n    letter-spacing:.01em;\n  }\n  #odd-hanzi-app h1 .zi{color:var(--seal);}\n  .tagline{\n    font-size:15px;\n    color:var(--ink-soft);\n    max-width:620px;\n    line-height:1.65;\n    margin:0 0 14px;\n  }\n  .pdf-link{\n    display:inline-flex;\n    align-items:center;\n    gap:6px;\n    font-size:13px;\n    font-weight:600;\n    color:var(--seal);\n    text-decoration:none;\n    border:1px solid var(--seal);\n    padding:6px 12px;\n    border-radius:20px;\n  }\n  .pdf-link:hover{background:var(--seal-soft);}\n\n  .controls{\n    max-width:1320px;\n    margin:0 auto;\n    padding:20px 28px;\n    display:flex;\n    flex-wrap:wrap;\n    gap:16px 28px;\n    align-items:flex-end;\n    border-bottom:1px solid var(--line);\n    position:sticky;\n    top:0;\n    background:var(--paper);\n    z-index:5;\n  }\n  .field{display:flex;flex-direction:column;gap:7px;}\n  .field label{\n    font-size:11px;\n    letter-spacing:.08em;\n    text-transform:uppercase;\n    color:var(--ink-soft);\n    font-weight:600;\n  }\n  .search-wrap{flex:1 1 220px;min-width:180px;}\n  #odd-hanzi-app input[type=\"text\"]{\n    width:100%;\n    padding:9px 12px;\n    border:1px solid var(--line);\n    background:var(--card);\n    border-radius:var(--radius);\n    font-family:inherit;\n    font-size:14px;\n    color:var(--ink);\n    outline:none;\n  }\n  #odd-hanzi-app input[type=\"text\"]:focus{border-color:var(--seal);}\n  .seg{\n    display:inline-flex;\n    border:1px solid var(--line);\n    border-radius:var(--radius);\n    overflow:hidden;\n    background:var(--card);\n  }\n  .seg button{\n    border:none;\n    background:transparent;\n    padding:8px 13px;\n    font-family:inherit;\n    font-size:13px;\n    color:var(--ink-soft);\n    cursor:pointer;\n    border-right:1px solid var(--line);\n  }\n  .seg button:last-child{border-right:none;}\n  .seg button:hover{background:var(--paper-deep);}\n  .seg button.active{background:var(--seal);color:#fff;}\n  .seg button:focus-visible{outline:2px solid var(--seal);outline-offset:-2px;}\n\n  .levels{display:flex;flex-wrap:wrap;gap:6px;}\n  .levels button{\n    border:1px solid var(--line);\n    background:var(--card);\n    padding:7px 12px;\n    border-radius:20px;\n    font-size:13px;\n    font-family:inherit;\n    color:var(--ink-soft);\n    cursor:pointer;\n  }\n  .levels button.active{background:var(--jade);border-color:var(--jade);color:#fff;}\n\n  .progress{\n    margin-left:auto;\n    font-size:13px;\n    color:var(--ink-soft);\n    display:flex;\n    align-items:center;\n    gap:8px;\n    white-space:nowrap;\n  }\n  .progress b{color:var(--seal);font-family:\"Noto Serif TC\",serif;font-size:15px;}\n  .bar{width:90px;height:6px;background:var(--line-soft);border-radius:3px;overflow:hidden;}\n  .bar-fill{height:100%;background:var(--jade);width:0%;transition:width .25s;}\n\n  #odd-hanzi-app main{max-width:1320px;margin:0 auto;padding:24px 28px;}\n  .empty{text-align:center;color:var(--ink-soft);padding:60px 0;font-size:14px;display:none;}\n  .grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(96px, 1fr));gap:12px;}\n\n  .tile{\n    position:relative;\n    background:var(--card);\n    border:1px solid var(--line);\n    border-radius:var(--radius);\n    padding:10px 6px 10px;\n    cursor:pointer;\n    text-align:center;\n    transition:border-color .15s, box-shadow .15s;\n  }\n  .tile:hover{border-color:var(--gold);box-shadow:0 4px 14px rgba(43,38,34,0.05);}\n  .tile:focus-visible{outline:2px solid var(--seal);outline-offset:2px;}\n  .tile.hide{display:none;}\n  .tile.learned{border-color:var(--seal);}\n\n  .say-btn{\n    position:absolute;top:6px;left:6px;width:20px;height:20px;border-radius:50%;\n    border:1px solid var(--line);background:var(--paper);color:var(--ink-soft);\n    display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2;\n  }\n  .say-btn:hover{background:var(--jade);border-color:var(--jade);color:#fff;}\n  .say-btn svg{width:11px;height:11px;}\n  .say-btn.speaking{background:var(--jade);border-color:var(--jade);color:#fff;}\n\n  .grid-guide{\n    position:relative;width:100%;aspect-ratio:1\/1;margin:2px auto 6px;\n    background:var(--paper-deep);border:1px solid var(--line);\n    display:flex;align-items:center;justify-content:center;\n    container-type:inline-size;\n  }\n  .grid-guide::before,.grid-guide::after{\n    content:\"\";position:absolute;\n    background:repeating-linear-gradient(to right, var(--line) 0, var(--line) 3px, transparent 3px, transparent 7px);\n  }\n  .grid-guide::before{top:50%;left:0;width:100%;height:1px;transform:translateY(-50%);}\n  .grid-guide::after{\n    left:50%;top:0;height:100%;width:1px;\n    background:repeating-linear-gradient(to bottom, var(--line) 0, var(--line) 3px, transparent 3px, transparent 7px);\n    transform:translateX(-50%);\n  }\n  .char{\n    position:relative;z-index:1;\n    font-family:\"Noto Serif TC\", serif;font-weight:600;\n    font-size:clamp(26px,4vw,36px);\n    font-size:60cqi;\n    color:var(--ink);line-height:1;\n  }\n  #odd-hanzi-app.script-simplified .char{ font-family:\"Noto Serif SC\", serif; font-weight:500; }\n  #odd-hanzi-app.script-traditional .char{ font-family:\"Noto Serif TC\", serif; font-weight:600; }\n  .seal-mark{\n    position:absolute;bottom:4px;right:4px;width:14px;height:14px;border-radius:3px;\n    background:var(--seal);opacity:0;transform:scale(.5) rotate(-8deg);\n    transition:opacity .15s, transform .15s;\n  }\n  .tile.learned .seal-mark{opacity:1;transform:scale(1) rotate(-8deg);}\n\n  .pinyin{font-size:12px;font-weight:500;color:var(--seal);margin-top:2px;transition:opacity .15s;}\n  .pinyin:empty{display:none;}\n  .meaning{font-size:10.5px;color:var(--ink-soft);margin-top:1px;}\n  .meaning:empty{display:none;}\n  .lvl-tag{position:absolute;top:6px;right:6px;font-size:9px;font-weight:700;color:var(--gold);}\n\n  #odd-hanzi-app.pinyin-visible .pinyin{opacity:1;}\n  #odd-hanzi-app.pinyin-hover .pinyin{opacity:0;}\n  #odd-hanzi-app.pinyin-hover .tile:hover .pinyin,\n  #odd-hanzi-app.pinyin-hover .tile:focus-visible .pinyin{opacity:1;}\n  #odd-hanzi-app.pinyin-hidden .pinyin{opacity:0;}\n\n  #odd-hanzi-app footer{\n    max-width:1320px;margin:0 auto;padding:20px 28px 48px;\n    color:var(--ink-soft);font-size:12.5px;line-height:1.7;border-top:1px solid var(--line);\n  }\n\n  @media (max-width:520px){\n    #odd-hanzi-app .controls{position:static;}\n    #odd-hanzi-app .progress{margin-left:0;width:100%;order:99;}\n    #odd-hanzi-app .grid{grid-template-columns:repeat(auto-fill, minmax(64px, 1fr));gap:8px;}\n    #odd-hanzi-app .tile{padding:6px 4px 7px;}\n    #odd-hanzi-app .grid-guide{margin:1px auto 4px;}\n    #odd-hanzi-app .say-btn{width:16px;height:16px;top:4px;left:4px;}\n    #odd-hanzi-app .say-btn svg{width:9px;height:9px;}\n    #odd-hanzi-app .lvl-tag{font-size:7px;top:4px;right:4px;}\n    #odd-hanzi-app .pinyin{font-size:10px;}\n    #odd-hanzi-app .meaning{font-size:9px;}\n    #odd-hanzi-app header{padding:24px 16px 16px;}\n    #odd-hanzi-app .controls{padding:14px 16px;}\n    #odd-hanzi-app main{padding:16px;}\n  }\n<\/style>\n\n<div id=\"odd-hanzi-app\" class=\"pinyin-visible script-simplified\">\n\n<header>\n  <h1>Characters <span class=\"zi\"><span class=\"lang-zh-TW\">\u6f22<\/span><span class=\"lang-zh-CN\">\u6c49<\/span>\u5b57<\/span><\/h1>\n  <p class=\"tagline\">One dot at a time, little by little it becomes a tower. Click a character to mark it as learned. Click the speaker icon to hear its pronunciation. Full list covering HSK 1 through HSK 9.<\/p>\n  <a class=\"pdf-link\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/character-pdf\/\" target=\"_blank\" rel=\"noopener\">Download Printable PDF for Practice<\/a>\n<\/header>\n\n<div class=\"controls\">\n  <div class=\"field search-wrap\">\n    <label for=\"search\">Search<\/label>\n    <input type=\"text\" id=\"search\" placeholder=\"Search by character, pinyin, or meaning\">\n  <\/div>\n\n  <div class=\"field\">\n    <label>Script<\/label>\n    <div class=\"seg\" id=\"scriptSeg\">\n      <button data-val=\"simplified\" class=\"active\">Simplified<\/button>\n      <button data-val=\"traditional\">Traditional<\/button>\n    <\/div>\n  <\/div>\n\n  <div class=\"field\">\n    <label>Pinyin<\/label>\n    <div class=\"seg\" id=\"pinyinSeg\">\n      <button data-val=\"visible\" class=\"active\">Always show<\/button>\n      <button data-val=\"hover\">Show on hover<\/button>\n      <button data-val=\"hidden\">Hidden<\/button>\n    <\/div>\n  <\/div>\n\n  <div class=\"field\">\n    <label>HSK Level<\/label>\n    <div class=\"levels\" id=\"levelFilter\">\n      <button data-val=\"0\" class=\"active\">All<\/button>\n      <button data-val=\"1\">HSK 1<\/button>\n      <button data-val=\"2\">HSK 2<\/button>\n      <button data-val=\"3\">HSK 3<\/button>\n      <button data-val=\"4\">HSK 4<\/button>\n      <button data-val=\"5\">HSK 5<\/button>\n      <button data-val=\"6\">HSK 6<\/button>\n      <button data-val=\"7\">HSK 7\u20139<\/button>\n    <\/div>\n  <\/div>\n\n  <div class=\"progress\">\n    <span>Learned <b id=\"learnedCount\">0<\/b>\/<span id=\"totalCount\">0<\/span><\/span>\n    <div class=\"bar\"><div class=\"bar-fill\" id=\"barFill\"><\/div><\/div>\n  <\/div>\n<\/div>\n\n<main>\n  <div class=\"grid\" id=\"grid\"><\/div>\n  <div class=\"empty\" id=\"empty\">No characters match your search.<\/div>\n<\/main>\n\n<footer>\n  Pinyin and meanings are shown for the most common characters for now; the rest will be filled in as verified data becomes available. Click any character to mark your progress \u2014 it&#8217;s saved on this device.\n<\/footer>\n\n<\/div>\n\n<script>\n\/\/ Full HSK 1-9 character lists, transcribed from the site's own tables.\nconst LEVELS = {\n1:`\u7231 \u5427 \u516b \u7238 \u767d \u767e \u73ed \u534a \u5e2e \u5305 \u676f \u5317 \u5907 \u672c \u6bd4 \u8fb9 \u522b \u75c5 \u4e0d \u83dc \u8336 \u5dee \u5e38 \u573a \u5531 \u8f66 \u5403 \u51fa \u7a7f \u5e8a \u6b21 \u4ece \u9519 \u7b54 \u6253 \u5927 \u86cb \u5230 \u9053 \u5730 \u7684 \u5f97 \u7b49 \u7b2c \u5f1f \u70b9 \u5e97 \u7535 \u4e1c \u52a8 \u90fd \u8bfb \u5bf9 \u591a \u997f \u513f \u4e8c \u996d \u65b9 \u623f \u653e \u98de \u975e \u5206 \u98ce \u670d \u5e72 \u9ad8 \u544a \u54e5 \u6b4c \u4e2a \u7ed9 \u8ddf \u5de5 \u5173 \u9986 \u8d35 \u56fd \u679c \u8fc7 \u5b69 \u8fd8 \u6c49 \u597d \u53f7 \u559d \u548c \u5f88 \u540e \u5019 \u82b1 \u8bdd \u574f \u6b22 \u56de \u4f1a \u706b \u9e21 \u673a \u51e0 \u8bb0 \u5bb6 \u5047 \u95f4 \u89c1 \u6559 \u53eb \u59d0 \u4ecb \u4eca \u8fdb \u4eac \u51c0 \u4e5d \u5c31 \u89c9 \u5f00 \u770b \u8003 \u6e34 \u5ba2 \u8bfe \u53e3 \u5feb \u5757 \u6765 \u8001 \u4e86 \u7d2f \u51b7 \u91cc \u4e24 \u96f6 \u516d \u697c \u8def \u5417 \u5988 \u9a6c \u4e70 \u6162 \u5fd9 \u6bdb \u4e48 \u6ca1 \u59b9 \u4eec \u95e8 \u7c73 \u9762 \u660e \u540d \u62ff \u54ea \u90a3 \u5976 \u5357 \u96be \u7537 \u8111 \u5462 \u80fd \u4f60 \u5e74 \u60a8 \u725b \u5973 \u65c1 \u8dd1 \u670b \u7968 \u4e03 \u671f \u8d77 \u6c14 \u6c7d \u94b1 \u524d \u8bf7 \u7403 \u53bb \u70ed \u4eba \u8ba4 \u65e5 \u8089 \u4e09 \u5c71 \u5546 \u4e0a \u5c11 \u7ecd \u8c01 \u8eab \u4ec0 \u751f \u5e08 \u8bc6 \u5341 \u65f6 \u8bd5 \u662f \u4e8b \u89c6 \u624b \u4e66 \u6811 \u6c34 \u7761 \u8bf4 \u56db \u9001 \u8bc9 \u5c81 \u5979 \u4ed6 \u592a \u4f53 \u5929 \u6761 \u542c \u540c \u56fe \u5916 \u73a9 \u665a \u7f51 \u5fd8 \u6587 \u95ee \u6211 \u4e94 \u5348 \u897f \u606f \u4e60 \u6d17 \u559c \u7cfb \u4e0b \u5148 \u73b0 \u60f3 \u5c0f \u6821 \u7b11 \u4e9b \u5199 \u8c22 \u65b0 \u661f \u884c \u5174 \u4f11 \u5b66 \u6837 \u8981 \u7237 \u4e5f \u9875 \u4e00 \u533b \u8863 \u5f71 \u7528 \u6709 \u53cb \u53f3 \u8bed \u96e8 \u5143 \u8fdc \u9662 \u6708 \u5728 \u518d \u65e9 \u600e \u7ad9 \u627e \u7740 \u8fd9 \u771f \u6b63 \u77e5 \u4e2d \u91cd \u4f4f \u51c6 \u684c \u5b50 \u5b57 \u8d70 \u6700 \u6628 \u5de6 \u505a \u5750 \u4f5c`,\n2:`\u554a \u5b89 \u822c \u677f \u529e \u9971 \u62a5 \u80cc \u7b14 \u5fc5 \u904d \u4fbf \u53d8 \u8868 \u90e8 \u624d \u53c2 \u9910 \u8349 \u5c42 \u67e5 \u8d85 \u6668 \u79f0 \u6210 \u695a \u5904 \u8239 \u5439 \u6625 \u8bcd \u5e26 \u5355 \u4f46 \u5f53 \u5012 \u706f \u4f4e \u5178 \u6389 \u5b9a \u51ac \u61c2 \u5ea6 \u77ed \u6bb5 \u961f \u800c \u53d1 \u6cd5 \u4efd \u5c01 \u590d \u8be5 \u6539 \u611f \u521a \u66f4 \u516c \u5171 \u72d7 \u591f \u6545 \u987e \u89c2 \u60ef \u5e7f \u6d77 \u558a \u6cb3 \u5408 \u9ed1 \u7ea2 \u5ffd \u6e56 \u62a4 \u753b \u5212 \u6362 \u9ec4 \u6d3b \u6216 \u7ee9 \u6025 \u7ea7 \u5df1 \u8ba1 \u9645 \u52a0 \u68c0 \u5065 \u4ef6 \u8bb2 \u4ea4 \u997a \u811a \u89d2 \u8857 \u63a5 \u7ed3 \u8282 \u501f \u65a4 \u8fd1 \u775b \u7ecf \u9759 \u9152 \u4e45 \u4e3e \u53e5 \u5361 \u5eb7 \u9760 \u79d1 \u53ef \u523b \u514b \u7a7a \u54ed \u7b77 \u62c9 \u7bee \u84dd \u4e50 \u79bb \u7406 \u793c \u4f8b \u529b \u5229 \u8138 \u7ec3 \u51c9 \u8f86 \u91cf \u4eae \u7559 \u6d41 \u8bba \u65c5 \u7eff \u5356 \u6ee1 \u732b \u672b \u76ee \u9e1f \u5f04 \u52aa \u722c \u6015 \u6392 \u78b0 \u7bc7 \u7247 \u6f02 \u74f6 \u5e73 \u666e \u5176 \u9a91 \u5343 \u5899 \u4e14 \u6e05 \u9752 \u8f7b \u6674 \u60c5 \u79cb \u6c42 \u53d6 \u5168 \u786e \u7136 \u8ba9 \u5982 \u5165 \u8272 \u58f0 \u7701 \u98df \u5b9e \u4f7f \u9002 \u5ba4 \u5e02 \u793a \u6536 \u53d7 \u8212 \u719f \u6570 \u987a \u601d \u53f8 \u7b97 \u867d \u968f \u6240 \u5b83 \u6001 \u5802 \u8ba8 \u5957 \u7279 \u75bc \u63d0 \u9898 \u94c1 \u5ead \u505c \u633a \u901a \u5934 \u63a8 \u817f \u5b8c \u7897 \u4e07 \u5f80 \u4f4d \u5582 \u4e3a \u5473 \u6e29 \u95fb \u52a1 \u7269 \u590f \u76f8 \u54cd \u5411 \u50cf \u978b \u5fc3 \u4fe1 \u59d3 \u987b \u8bb8 \u9009 \u96ea \u8a00 \u989c \u773c \u9633 \u517b \u836f \u591c \u4e1a \u5b9c \u4ee5 \u6905 \u5df2 \u610f \u4ebf \u9634 \u97f3 \u56e0 \u94f6 \u5370 \u82f1 \u5e94 \u8fce \u6c38 \u6e38 \u7531 \u6cb9 \u53c8 \u4e8e \u9c7c \u80b2 \u539f \u56ed \u613f \u8d8a \u4e91 \u8fd0 \u54b1 \u810f \u6fa1 \u5360 \u957f \u7167 \u8005 \u76f4 \u53ea \u7eb8 \u949f \u5468 \u4e3b \u52a9 \u88c5 \u81ea \u79df \u7ec4 \u5634 \u5ea7`,\n3:`\u6309 \u628a \u642c \u4fdd \u88ab \u5e01 \u6807 \u5e76 \u64ad \u8865 \u5e03 \u6b65 \u6750 \u5f69 \u91c7 \u66fe \u5bdf \u4ea7 \u5382 \u671d \u5435 \u886c \u7a0b \u57ce \u6301 \u5145 \u521d \u9664 \u7840 \u4f20 \u521b \u6b64 \u6751 \u5b58 \u8fbe \u5f85 \u4ee3 \u5200 \u5bfc \u5e95 \u8c03 \u8ba2 \u65ad \u987f \u70e6 \u53cd \u8303 \u9632 \u8bbf \u5561 \u8d39 \u4e30 \u5426 \u592b \u798f \u5bcc \u4ed8 \u8d1f \u7236 \u6982 \u8d76 \u6562 \u683c \u5404 \u6839 \u529f \u59d1 \u53e4 \u6302 \u602a \u7ba1 \u5149 \u89c4 \u54c8 \u5bb3 \u4f55 \u4e92 \u534e \u5316 \u73af \u5a5a \u57fa \u79ef \u53ca \u96c6 \u6781 \u6d4e \u7ee7 \u7eaa \u6280 \u4ef7 \u67b6 \u575a \u7b80 \u5efa \u5c06 \u8549 \u8f83 \u89e3 \u754c \u91d1 \u7d27 \u4ec5 \u5c3d \u7cbe \u8b66 \u666f \u5883 \u6551 \u65e7 \u5267 \u5177 \u636e \u7edd \u51b3 \u5496 \u6050 \u82e6 \u88e4 \u51b5 \u56f0 \u6d6a \u7c7b \u674e \u7acb \u4e3d \u5386 \u8fde \u8054 \u70c8 \u9886 \u53e6 \u9f99 \u5f55 \u4e71 \u843d \u9ebb \u5192 \u5a92 \u6bcf \u7f8e \u8ff7 \u6c11 \u547d \u67d0 \u6bcd \u6728 \u5185 \u5ff5 \u5a18 \u519c \u6696 \u62cd \u724c \u6d3e \u5224 \u80d6 \u914d \u6279 \u5564 \u76ae \u54c1 \u8bc4 \u82f9 \u7834 \u9f50 \u5947 \u5668 \u5f3a \u6865 \u5de7 \u5207 \u4eb2 \u5e86 \u533a \u7f3a \u88d9 \u7fa4 \u4efb \u4ecd \u5bb9 \u8d5b \u6563 \u6c99 \u886b \u5584 \u4f24 \u793e \u8bbe \u6df1 \u795e \u5347 \u80dc \u5931 \u77f3 \u59cb \u52bf \u4e16 \u5f0f \u9996 \u8f93 \u5c5e \u672f \u675f \u53cc \u6b7b \u4f3c \u901f \u53f0 \u8c08 \u6c64 \u7cd6 \u751c \u8df3 \u75db \u7a81 \u571f \u56e2 \u9000 \u671b \u5371 \u56f4 \u4f1f \u536b \u63e1 \u5c4b \u821e \u6b66 \u8bef \u5e0c \u620f \u9669 \u663e \u7ebf \u7bb1 \u9999 \u4e61 \u8c61 \u6d88 \u6548 \u5f62 \u5e78 \u6027 \u4fee \u9700 \u7eed \u5ba3 \u8840 \u8bad \u538b \u70df \u6f14 \u9a8c \u7f8a \u4e49 \u6613 \u8bae \u827a \u8425 \u8d62 \u6cf3 \u4f18 \u90ae \u9884 \u5458 \u7ea6 \u6742 \u9020 \u8d23 \u589e \u5c55 \u7ae0 \u5f20 \u4e89 \u6574 \u8bc1 \u6c41 \u652f \u804c \u503c \u6b62 \u6307 \u5fd7 \u5236 \u81f3 \u7ec8 \u79cd \u4f17 \u732a \u795d \u6ce8 \u6293 \u4e13 \u8f6c \u72b6 \u8ffd \u8d44 \u603b \u65cf \u8db3`,\n4:`\u963f \u77ee \u6697 \u6848 \u5df4 \u6446 \u8d25 \u4f34 \u8584 \u5b9d \u62b1 \u500d \u8d1d \u7b28 \u95ed \u6bd5 \u907f \u7f16 \u8fa9 \u5175 \u51b0 \u64e6 \u8d22 \u64cd \u6d4b \u6284 \u6f6e \u5f7b \u6c89 \u627f \u8bda \u8fdf \u5c3a \u51b2 \u866b \u62bd \u7a97 \u7eaf \u523a \u7c97 \u4fc3 \u5bf8 \u63aa \u6234 \u888b \u62c5 \u6de1 \u767b \u654c \u9012 \u9876 \u8c46 \u6597 \u72ec \u5835 \u809a \u953b \u6076 \u8033 \u7ffb \u80a5 \u7eb7 \u594b \u7b26 \u5e9c \u8150 \u5987 \u9644 \u76d6 \u9694 \u8015 \u4f9b \u6784 \u8d2d \u9aa8 \u56fa \u74dc \u5b98 \u901b \u5f52 \u88f9 \u542b \u5bd2 \u822a \u6beb \u539a \u4e4e \u547c \u6237 \u6000 \u7f13 \u6325 \u6c47 \u4f19 \u8d27 \u83b7 \u573e \u6fc0 \u5373 \u5bc4 \u65e2 \u5b63 \u51cf \u6e10 \u6c5f \u5956 \u964d \u9636 \u5dfe \u7981 \u52b2 \u60ca \u7adf \u955c \u7a76 \u5c45 \u5c40 \u8ddd \u5de8 \u805a \u5377 \u5747 \u68f5 \u5bbd \u77ff \u6269 \u62ec \u5783 \u8fa3 \u90ce \u96f7 \u6cea \u5398 \u4fe9 \u70bc \u7cae \u826f \u7597 \u804a \u6599 \u5217 \u6797 \u4e34 \u9646 \u8f6e \u7edc \u8651 \u5f8b \u7387 \u7801 \u5e3d \u68a6 \u5bc6 \u79d8 \u514d \u63cf \u6478 \u6a21 \u9ed8 \u95f9 \u5b81 \u6d53 \u76d8 \u57f9 \u5a46 \u8feb \u59bb \u4f01 \u6d45 \u7a77 \u8d8b \u8da3 \u5708 \u6743 \u6cc9 \u5374 \u71c3 \u5f31 \u4f1e \u626b \u6652 \u95ea \u8d4f \u5c1a \u70e7 \u7533 \u751a \u8bd7 \u65bd \u6e7f \u53f2 \u58eb \u91ca \u5b88 \u552e \u6388 \u53d4 \u6b8a \u6691 \u8ff0 \u5237 \u5e05 \u677e \u4fd7 \u5851 \u9178 \u5b59 \u7f29 \u8eba \u68af \u66ff \u586b \u6311 \u8d34 \u7ae5 \u7edf \u6295 \u900f \u9014 \u8131 \u889c \u5f2f \u738b \u5fae \u7ef4 \u5c3e \u672a \u8c13 \u7a33 \u65e0 \u5438 \u5e2d \u7ec6 \u9c9c \u54b8 \u9650 \u53bf \u9879 \u9500 \u578b \u9192 \u80f8 \u5144 \u79c0 \u5e8f \u5bfb \u8fc5 \u5440 \u7259 \u4e9a \u7814 \u4e25 \u5ef6 \u76d0 \u626c \u8170 \u6447 \u53f6 \u4f9d \u79fb \u59e8 \u7591 \u9057 \u8bd1 \u76ca \u5f15 \u6620 \u52c7 \u5e7c \u4f59 \u4e0e \u7389 \u9047 \u6e90 \u5706 \u9605 \u8f7d \u8d5e \u5219 \u62e9 \u6218 \u4e08 \u62db \u53ec \u6298 \u9488 \u9635 \u5f81 \u653f \u4e4b \u690d \u5740 \u667a \u6cbb \u8d28 \u7f6e \u81f4 \u9010 \u8457 \u7efc \u963b`,\n5:`\u788d \u5cb8 \u62d4 \u62dc \u7248 \u626e \u68d2 \u60b2 \u8f88 \u9f3b \u5f7c \u58c1 \u5bbe \u997c \u73bb \u535a \u731c \u88c1 \u518c \u63d2 \u53c9 \u62c6 \u67f4 \u80a0 \u507f \u5c1d \u5021 \u4e58 \u6c60 \u6101 \u4e11 \u81ed \u53a8 \u89e6 \u95ef \u8f9e \u806a \u8106 \u5446 \u8d37 \u80c6 \u5f39 \u65e6 \u6321 \u5fb7 \u4e22 \u6d1e \u51bb \u6bd2 \u5806 \u5428 \u76fe \u8eb2 \u6735 \u5c14 \u7f5a \u4e4f \u7e41 \u8fd4 \u6cdb \u4eff \u75af \u80a4 \u5e45 \u6276 \u8f85 \u5085 \u7eb2 \u94a2 \u7cd5 \u641e \u9769 \u6c9f \u4f30 \u9f13 \u51a0 \u9b3c \u67dc \u6eda \u9505 \u54b3 \u6c57 \u8c6a \u76d2 \u6838 \u8d3a \u6068 \u7334 \u7cca \u80e1 \u864e \u6ed1 \u614c \u6062 \u7070 \u6094 \u60e0 \u51fb \u808c \u7c4d \u8f91 \u6324 \u5939 \u7532 \u9a7e \u80a9 \u8270 \u526a \u952e \u90ca \u80f6 \u5c4a \u6212 \u656c \u7ade \u4ff1 \u62d2 \u519b \u70e4 \u9897 \u80af \u63a7 \u5e93 \u6b3e \u72c2 \u4e8f \u89c8 \u70c2 \u6717 \u52b3 \u7483 \u68a8 \u5389 \u52b1 \u601c \u5e18 \u604b \u90bb \u9f84 \u94c3 \u4ee4 \u6f0f \u903b \u9a82 \u6f2b \u77db \u8d38 \u8c8c \u7164 \u7720 \u79d2 \u654f \u6469 \u6f20 \u5e55 \u8010 \u5948 \u5076 \u966a \u8d54 \u55b7 \u76c6 \u62ab \u813e \u5339 \u9a97 \u62fc \u9891 \u51ed \u6cfc \u8461 \u542f \u5f03 \u7b7e \u6b20 \u67aa \u62a2 \u6084 \u6572 \u77a7 \u7434 \u52e4 \u66f2 \u529d \u67d3 \u6270 \u7ed5 \u5fcd \u6254 \u8363 \u7ed2 \u8f6f \u6da6 \u6d12 \u6740 \u50bb \u6247 \u7a0d \u86c7 \u820d \u6444 \u5c04 \u4f38 \u5269 \u62fe \u9a76 \u67ff \u9970 \u7626 \u5bff \u852c \u9f20 \u6454 \u7855 \u79c1 \u641c \u8083 \u5bbf \u788e \u635f \u7d22 \u9501 \u62ac \u5766 \u9003 \u8404 \u6843 \u5385 \u5077 \u5410 \u5154 \u6258 \u8fdd \u552f \u59d4 \u6170 \u80c3 \u5367 \u6c61 \u6089 \u6790 \u60dc \u5915 \u5413 \u95f2 \u732e \u8be6 \u4eab \u6b47 \u659c \u534f \u6b23 \u8f9b \u718a \u96c4 \u865a \u8be2 \u9e2d \u62bc \u538c \u8273 \u592e \u9080 \u54ac \u4e59 \u8c0a \u5fc6 \u996e \u786c \u62e5 \u5e7d \u5c24 \u72b9 \u7fbd \u57df \u8c6b \u6028 \u707e \u4ed4 \u6682 \u7cdf \u8d60 \u6458 \u6da8 \u638c \u73cd \u8bca \u9707 \u632f \u6323 \u7ec7 \u6267 \u73e0 \u7af9 \u7b51 \u649e \u7d2b \u9189 \u9075 \u5c0a`,\n6:`\u6328 \u50b2 \u7f62 \u699c \u508d \u80de \u7206 \u66b4 \u5954 \u903c \u6241 \u62e8 \u6ce2 \u6355 \u8e29 \u6b8b \u60e8 \u4ed3 \u85cf \u4fa7 \u5395 \u7b56 \u660c \u7545 \u7092 \u64a4 \u6491 \u5d07 \u5ba0 \u50a8 \u4e32 \u918b \u642d \u8bde \u515a \u6863 \u8e48 \u5c9b \u76d7 \u6ef4 \u62b5 \u5e1d \u540a \u8dcc \u7763 \u8d4c \u6e21 \u7aef \u8e72 \u593a \u989d \u6069 \u756a \u51e1 \u72af \u5e9f \u80ba \u6c1b \u7c89 \u6124 \u950b \u5cf0 \u5949 \u6d6e \u4f5b \u526f \u6746 \u809d \u5c97 \u6e2f \u7a3f \u5bab \u653b \u5de9 \u8d21 \u5b64 \u80a1 \u8c37 \u522e \u62d0 \u8d2f \u8f68 \u8dea \u61be \u8017 \u72e0 \u6a2a \u8861 \u5b8f \u6d2a \u58f6 \u60a3 \u5e7b \u7687 \u8f89 \u6bc1 \u6167 \u7ed8 \u660f \u6df7 \u75be \u5409 \u5609 \u4f73 \u76d1 \u5c16 \u6361 \u5251 \u8230 \u7bad \u9274 \u8df5 \u9171 \u7126 \u9a84 \u63ed \u6d01 \u6770 \u622a \u4e95 \u5f84 \u7ea0 \u6350 \u83cc \u520a \u6297 \u6263 \u9177 \u8de8 \u9614 \u5566 \u8d56 \u680f \u61d2 \u7262 \u6881 \u8c05 \u88c2 \u7075 \u7089 \u9732 \u7565 \u561b \u57cb \u9ea6 \u9992 \u76f2 \u6885 \u76df \u8499 \u731b \u68c9 \u5999 \u706d \u78e8 \u819c \u58a8 \u8c0b \u5893 \u7eb3 \u6ce5 \u626d \u6012 \u8bfa \u76fc \u6ce1 \u70ae \u504f \u8d2b \u8058 \u5c4f \u5761 \u6251 \u94fa \u6b3a \u65d7 \u6070 \u8fc1 \u94c5 \u7275 \u8c26 \u6f5c \u6b49 \u8304 \u4fb5 \u503e \u6e20 \u5238 \u878d \u4e73 \u82e5 \u585e \u4e27 \u52fa \u820c \u6d89 \u5ba1 \u7272 \u5723 \u76db \u85af \u723d \u7a0e \u5bfa \u82cf \u7d20 \u5854 \u8e0f \u53f9 \u63a2 \u8d9f \u638f \u8e22 \u6dfb \u7530 \u94dc \u5f92 \u541e \u62d6 \u54c7 \u6316 \u5a03 \u6e7e \u987d \u4ea1 \u65fa \u5a01 \u4e4c \u4f0d \u609f \u727a \u5acc \u9677 \u7965 \u6653 \u80c1 \u8c10 \u68b0 \u85aa \u51f6 \u8896 \u7eea \u65cb \u60ac \u5faa \u8baf \u708e \u6cbf \u5bb4 \u6d0b \u4ef0 \u6c27 \u8000 \u91ce \u6db2 \u4eea \u5f02 \u9690 \u5fe7 \u5a31 \u6109 \u5b87 \u4e88 \u8a89 \u6b32 \u63f4 \u7f18 \u8dc3 \u6655 \u5141 \u906d \u624e \u70b8 \u5b85 \u503a \u8d26 \u969c \u54f2 \u9547 \u75c7 \u679d \u6b96 \u5fe0 \u80bf \u7ca5 \u8bf8 \u716e \u9a7b \u67f1 \u8d5a \u5e84 \u58ee \u6349 \u54a8 \u5b97 \u7eb5 \u594f \u7956 \u94bb \u7f6a`,\n7:`\u54ce \u5509 \u54c0 \u764c \u853c \u827e \u9698 \u6602 \u51f9 \u71ac \u5965 \u6252 \u82ad \u53ed \u9776 \u575d \u9738 \u63b0 \u67cf \u9881 \u6273 \u6591 \u62cc \u74e3 \u90a6 \u7ed1 \u8180 \u8c24 \u9551 \u78c5 \u7172 \u5821 \u8c79 \u5351 \u7891 \u60eb \u72c8 \u7ef7 \u5d29 \u8e66 \u9119 \u853d \u5f0a \u78a7 \u6bd9 \u75f9 \u81c2 \u97ad \u8d2c \u8fab \u8fa8 \u98d9 \u618b \u6ee8 \u7f24 \u5f6c \u67c4 \u79c9 \u4e19 \u535c \u5265 \u9a73 \u640f \u8116 \u6cca \u818a \u8236 \u4f2f \u52c3 \u54fa \u6016 \u776c \u60ed \u707f \u63ba \u6ca7 \u8231 \u82cd \u7cd9 \u69fd \u8e6d \u8be7 \u5c94 \u6400 \u7f20 \u998b \u7985 \u94f2 \u9610 \u98a4 \u7316 \u5ae6 \u655e \u949e \u5632 \u5de2 \u626f \u8fb0 \u5c18 \u81e3 \u9648 \u8d81 \u6f84 \u6a59 \u5448 \u60e9 \u901e \u79e4 \u75f4 \u9a70 \u5f1b \u4f88 \u9f7f \u803b \u65a5 \u7fc5 \u8d64 \u916c \u7ef8 \u7b79 \u7574 \u4ec7 \u7a20 \u7785 \u6a71 \u755c \u63e3 \u8e39 \u5ddd \u5598 \u5e62 \u708a \u9524 \u6376 \u5782 \u5507 \u9187 \u8822 \u6233 \u7ef0 \u74f7 \u78c1 \u6148 \u8d50 \u4f3a \u8471 \u5306 \u56f1 \u4e1b \u51d1 \u7c07 \u7a9c \u50ac \u6467 \u7cb9 \u7fe0 \u78cb \u6413 \u632b \u6b79 \u902e \u6020 \u803d \u4e39 \u8361 \u53e8 \u7977 \u6363 \u60bc \u7a3b \u8e6c \u51f3 \u77aa \u5824 \u8fea \u7b1b \u6da4 \u8482 \u7f14 \u5dc5 \u98a0 \u6dc0 \u7538 \u57ab \u5960 \u6bbf \u60e6 \u5201 \u96d5 \u53fc \u9493 \u7239 \u789f \u8c0d \u8fed \u53e0 \u9489 \u4e01 \u76ef \u53ee \u9f0e \u8463 \u680b \u515c \u9661 \u6296 \u9017 \u7779 \u5992 \u675c \u5151 \u6566 \u76f9 \u7096 \u54c6 \u8235 \u5815 \u60f0 \u4fc4 \u5a25 \u8bb9 \u9e45 \u9cc4 \u904f \u5384 \u9975 \u4f10 \u9600 \u5e06 \u8d29 \u82b3 \u80aa \u59a8 \u7eba \u7eef \u532a \u8bfd \u6cb8 \u5429 \u82ac \u711a \u575f \u7caa \u8702 \u9022 \u8bbd \u7f1d \u51e4 \u6577 \u5b75 \u88b1 \u4fd8 \u8f90 \u4f0f \u4fef \u65a7 \u629a \u8d4b \u8d74 \u7f1a \u8986 \u8179 \u5490 \u5c2c \u6e89 \u9499 \u4e10 \u5c34 \u7aff \u7518 \u7f38 \u5188 \u6760 \u818f \u80f3 \u6208 \u9e3d \u5272 \u6401 \u9601 \u803f \u606d \u8eac \u5f13 \u62f1 \u94a9 \u52fe \u8f9c \u6cbd \u83c7 \u96c7 \u5be1 \u5366 \u4e56 \u68fa \u704c \u7f50 \u95fa \u7470 \u9f9f \u6842 \u68cd \u9a87 \u9163 \u6db5 \u51fd \u7f55 \u710a \u634d \u65f1 \u64bc \u6d69 \u5475 \u79be \u9602 \u8377 \u9e64 \u8d6b \u563f \u75d5 \u54fc \u6052 \u70d8 \u8f70 \u54c4 \u5f18 \u8679 \u5589 \u543c \u5f27 \u552c \u54d7 \u733e \u5f8a \u69d0 \u75ea \u7115 \u5524 \u8352 \u714c \u51f0 \u6643 \u604d \u8c0e \u5fbd \u79fd \u8bb3 \u5349 \u8d3f \u6d51 \u9b42 \u8c41 \u60d1 \u970d \u7978 \u7f09 \u8ff9 \u8ba5 \u9965 \u7578 \u7a3d \u5ac9 \u68d8 \u810a \u5242 \u5fcc \u5bc2 \u796d \u988a \u8d3e \u5ac1 \u7a3c \u714e \u5978 \u6b7c \u517c \u4fed \u67ec \u62e3 \u8d31 \u6e85 \u8350 \u59dc \u7586 \u6d46 \u50f5 \u6868 \u5320 \u7901 \u6d47 \u8de4 \u5a07 \u6912 \u6405 \u7ede \u7f34 \u77eb \u72e1 \u8f7f \u9175 \u7686 \u7aed \u52ab \u6377 \u8beb \u6d25 \u7b4b \u8c28 \u9526 \u6d78 \u664b \u5162 \u8346 \u6676 \u830e \u9631 \u9888 \u7a98 \u63ea \u7078 \u8205 \u97a0 \u62d8 \u6a58 \u83ca \u6cae \u77e9 \u60e7 \u952f \u70ac \u5026 \u8bc0 \u5d1b \u7235 \u5014 \u56bc \u6398 \u541b \u94a7 \u7ae3 \u4fca \u5cfb \u9a8f \u6977 \u6168 \u51ef \u52d8 \u582a \u4f83 \u780d \u69db \u6177 \u625b \u82db \u78d5 \u58f3 \u57a6 \u5543 \u6073 \u5751 \u542d \u62a0 \u7a9f \u67af \u5938 \u57ae \u630e \u7b50 \u65f7 \u6846 \u7aa5 \u9b41 \u6127 \u9988 \u6e83 \u6606 \u6346 \u5ed3 \u5587 \u814a \u8721 \u5170 \u62e6 \u6f9c \u5a6a \u63fd \u7f06 \u6ee5 \u5eca \u72fc \u635e \u5520 \u6f66 \u59e5 \u6d9d \u52d2 \u857e \u78ca \u5792 \u68f1 \u6123 \u9ece \u96b6 \u540f \u7c92 \u83b2 \u5ec9 \u655b \u94fe \u50da \u8fbd \u5be5 \u54a7 \u730e \u52a3 \u62ce \u6dcb \u8d41 \u51cc \u9675 \u5cad \u6e9c \u7624 \u905b \u6d4f \u67f3 \u80e7 \u9686 \u7b3c \u5499 \u804b \u7abf \u62e2 \u5784 \u6402 \u964b \u82a6 \u864f \u5364 \u9c81 \u788c \u9e7f \u8d42 \u5b6a \u5375 \u62a1 \u4f26 \u7f57 \u87ba \u841d \u88f8 \u5c61 \u94dd \u4fa3 \u7f15 \u5c65 \u6ee4 \u63a0 \u8fc8 \u8109 \u7792 \u86ee \u8513 \u6c13 \u8292 \u832b \u83bd \u8305 \u9ae6 \u8302 \u679a \u7709 \u9709 \u73ab \u9b45 \u6627 \u5a9a \u95f7 \u840c \u6726 \u8c1c \u5f25 \u871c \u6ccc \u89c5 \u7ef5 \u52c9 \u7f05 \u7784 \u82d7 \u6e3a \u5e99 \u8511 \u94ed \u9e23 \u8c2c \u9b54 \u8611 \u62b9 \u964c \u6cab \u5bde \u83ab \u59c6 \u7261 \u4ea9 \u7a46 \u7267 \u52df \u7766 \u66ae \u6155 \u6c90 \u5450 \u4e43 \u56ca \u6320 \u607c \u9981 \u5ae9 \u5c3c \u62df \u533f \u9006 \u817b \u9ecf \u917f \u5c3f \u634f \u62e7 \u51dd \u7ebd \u5974 \u8650 \u632a \u54e6 \u6bb4 \u5455 \u8db4 \u5e15 \u5f98 \u6500 \u7554 \u53db \u4e53 \u5e9e \u629b \u5228 \u888d \u80da \u4f69 \u6c9b \u62a8 \u70f9 \u9e4f \u68da \u81a8 \u84ec \u7bf7 \u6367 \u5288 \u75b2 \u5ab2 \u50fb \u8b6c \u8f9f \u98d8 \u6487 \u4e52 \u840d \u576a \u9887 \u9b44 \u5256 \u4ec6 \u83e9 \u8c31 \u6734 \u66dd \u7011 \u51c4 \u6816 \u6f06 \u621a \u6c8f \u6b67 \u7948 \u68cb \u5c82 \u4e5e \u8fc4 \u6ce3 \u780c \u5951 \u6390 \u6d3d \u94b3 \u8654 \u8c34 \u9063 \u5d4c \u8154 \u545b \u4fa8 \u4e54 \u4fcf \u64ac \u7a8d \u7fd8 \u7a83 \u602f \u94a6 \u79bd \u5bdd \u64ce \u9877 \u4e18 \u56da \u9a71 \u5c48 \u8eaf \u5a36 \u62f3 \u72ac \u96c0 \u6518 \u56b7 \u58e4 \u9976 \u60f9 \u4ec1 \u97e7 \u6eb6 \u5197 \u63c9 \u67d4 \u5112 \u8fb1 \u9510 \u745e \u6492 \u8428 \u6851 \u55d3 \u81ca \u9a9a \u5ac2 \u50e7 \u7802 \u5239 \u7eb1 \u9ca8 \u53a6 \u7b5b \u5220 \u717d \u8d61 \u64c5 \u81b3 \u68a2 \u634e \u54e8 \u5962 \u6151 \u7ec5 \u80be \u6e17 \u614e \u7ef3 \u5319 \u72ee \u5c38 \u8680 \u77e2 \u55dc \u901d \u8a93 \u6c0f \u4f8d \u517d \u68b3 \u6292 \u758f \u67a2 \u8d4e \u7f72 \u66d9 \u7ad6 \u6055 \u5885 \u800d \u8870 \u7529 \u6813 \u62f4 \u6dae \u971c \u77ac \u70c1 \u4e1d \u65af \u6495 \u9972 \u7940 \u8086 \u8038 \u9882 \u8bbc \u8bf5 \u8258 \u55fd \u9165 \u6eaf \u849c \u9ad3 \u96a7 \u9042 \u55e6 \u584c \u62d3 \u80ce \u6cf0 \u6c70 \u762b \u8d2a \u6ee9 \u644a \u75f0 \u6f6d \u575b \u6bef \u78b3 \u70ad \u5858 \u819b \u6dcc \u5018 \u70eb \u6d9b \u6ed4 \u6dd8 \u9676 \u817e \u85e4 \u5254 \u6d95 \u60d5 \u5c49 \u5243 \u8214 \u5e16 \u4ead \u5ef7 \u8247 \u7b52 \u6876 \u6345 \u51f8 \u79c3 \u5c60 \u6d82 \u9893 \u5c6f \u9a6e \u59a5 \u553e \u86d9 \u74e6 \u6b6a \u4e38 \u5a49 \u60cb \u633d \u8155 \u6c6a \u6789 \u5984 \u840e \u7eac \u4f2a \u754f \u761f \u868a \u7eb9 \u543b \u7d0a \u7fc1 \u7a9d \u6da1 \u6c83 \u545c \u5deb \u4fae \u6342 \u6664 \u96fe \u52ff \u9521 \u7184 \u5b09 \u7199 \u7a00 \u6eaa \u6614 \u819d \u6670 \u88ad \u5ab3 \u9699 \u778e \u867e \u4fa0 \u72ed \u8f96 \u971e \u5ce1 \u6380 \u4ed9 \u7ea4 \u5f26 \u8854 \u8d24 \u9985 \u7fa1 \u817a \u5baa \u9576 \u53a2 \u7fd4 \u5df7 \u6a61 \u8427 \u5bb5 \u6f47 \u6dc6 \u8096 \u5578 \u5b5d \u631f \u643a \u90aa \u61c8 \u5c51 \u6cfb \u5378 \u6cc4 \u99a8 \u82af \u8845 \u8165 \u7329 \u5211 \u6c79 \u7f9e \u673d \u55c5 \u9508 \u7ee3 \u5401 \u589f \u5f90 \u7d6e \u6064 \u9157 \u5a7f \u65ed \u84c4 \u53d9 \u55a7 \u7384 \u70ab \u9774 \u524a \u7a74 \u718f \u52cb \u9a6f \u5de1 \u65ec \u900a \u6c5b \u9e26 \u4e2b \u82bd \u6daf \u5d16 \u54d1 \u96c5 \u8bb6 \u6df9 \u5ca9 \u960e \u884d \u63a9 \u7130 \u54bd \u96c1 \u71d5 \u6b83 \u79e7 \u6768 \u75d2 \u6f3e \u5996 \u7a91 \u8c23 \u9065 \u94a5 \u6930 \u51b6 \u4f0a \u5937 \u77e3 \u501a \u5f79 \u75ab \u4ea6 \u5c79 \u6ea2 \u6bc5 \u6291 \u5f08 \u7ece \u9038 \u7ffc \u88d4 \u6bb7 \u59fb \u836b \u763e \u9e70 \u5a74 \u8367 \u83b9 \u8747 \u76c8 \u9896 \u4f63 \u5eb8 \u8e0a \u548f \u6d8c \u60a0 \u4f51 \u8bf1 \u8206 \u903e \u611a \u6e14 \u5c7f \u5fa1 \u9a6d \u72f1 \u6108 \u90c1 \u88d5 \u6d74 \u55bb \u5bd3 \u51a4 \u6e0a \u66f0 \u5cb3 \u60a6 \u5300 \u9668 \u8574 \u915d \u97f5 \u5b55 \u7838 \u683d \u5bb0 \u6512 \u8d43 \u846c \u51ff \u85fb \u67a3 \u7682 \u71e5 \u8e81 \u7076 \u566a \u6cfd \u8d3c \u6e23 \u95f8 \u7728 \u8bc8 \u69a8 \u7a84 \u5be8 \u7c98 \u6cbe \u77bb \u5d2d \u65a9 \u76cf \u7efd \u8638 \u5f70 \u80c0 \u5e10 \u4ed7 \u6756 \u6cbc \u722a \u7f69 \u8087 \u5146 \u906e \u8f99 \u8d1e \u4fa6 \u6795 \u7b5d \u84b8 \u7741 \u62ef \u90d1 \u8102 \u80a2 \u829d \u65e8 \u7a92 \u7a1a \u5e1c \u6ede \u5cd9 \u79e9 \u631a \u8877 \u4ef2 \u821f \u8f74 \u5b99 \u663c \u9aa4 \u76b1 \u682a \u6731 \u70db \u62c4 \u5631 \u77a9 \u94f8 \u8d2e \u62fd \u7816 \u64b0 \u5986 \u6869 \u7f00 \u5760 \u62d9 \u5353 \u7422 \u914c \u707c \u6d4a \u59ff \u6ecb \u5179 \u8e2a \u7cbd \u63cd \u5352 \u4f50`\n};\n\n\/\/ Verified pinyin \/ meaning \/ traditional-form data for the most common characters.\n\/\/ Extend this as your own verified dataset becomes available.\nconst KNOWN = {\n\"\u5b69\":{p:\"h\u00e1i\",m:\"child\",t:\"\u5b69\"},\n\"\u8fd8\":{p:\"h\u00e1i\",m:\"still; also\",t:\"\u9084\"},\n\"\u6c49\":{p:\"h\u00e0n\",m:\"Han Chinese; Chinese language\",t:\"\u6f22\"},\n\"\u597d\":{p:\"h\u01ceo\",m:\"good; well\",t:\"\u597d\"},\n\"\u53f7\":{p:\"h\u00e0o\",m:\"number; name; day of month\",t:\"\u865f\"},\n\"\u559d\":{p:\"h\u0113\",m:\"drink\",t:\"\u559d\"},\n\"\u548c\":{p:\"h\u00e9\",m:\"and; with\",t:\"\u548c\"},\n\"\u5f88\":{p:\"h\u011bn\",m:\"very\",t:\"\u5f88\"},\n\"\u540e\":{p:\"h\u00f2u\",m:\"after; behind\",t:\"\u5f8c\"},\n\"\u5019\":{p:\"h\u00f2u\",m:\"time; period\",t:\"\u5019\"},\n\"\u82b1\":{p:\"hu\u0101\",m:\"flower; spend\",t:\"\u82b1\"},\n\"\u8bdd\":{p:\"hu\u00e0\",m:\"speech; words\",t:\"\u8a71\"},\n\"\u574f\":{p:\"hu\u00e0i\",m:\"bad; broken\",t:\"\u58de\"},\n\"\u6b22\":{p:\"hu\u0101n\",m:\"happy; joy\",t:\"\u6b61\"},\n\"\u56de\":{p:\"hu\u00ed\",m:\"return; go back\",t:\"\u56de\"},\n\"\u4f1a\":{p:\"hu\u00ec\",m:\"can; know how to\",t:\"\u6703\"},\n\"\u706b\":{p:\"hu\u01d2\",m:\"fire\",t:\"\u706b\"},\n\"\u9e21\":{p:\"j\u012b\",m:\"chicken\",t:\"\u96de\"},\n\"\u673a\":{p:\"j\u012b\",m:\"machine; opportunity\",t:\"\u6a5f\"},\n\"\u51e0\":{p:\"j\u01d0\",m:\"how many; several\",t:\"\u5e7e\"},\n\"\u8bb0\":{p:\"j\u00ec\",m:\"remember; record\",t:\"\u8a18\"},\n\"\u5bb6\":{p:\"ji\u0101\",m:\"home; family\",t:\"\u5bb6\"},\n\"\u5047\":{p:\"ji\u01ce \/ ji\u00e0\",m:\"fake; vacation\",t:\"\u5047\"},\n\"\u95f4\":{p:\"ji\u0101n\",m:\"between; room (measure word)\",t:\"\u9593\"},\n\"\u89c1\":{p:\"ji\u00e0n\",m:\"see; meet\",t:\"\u898b\"},\n\"\u6559\":{p:\"ji\u0101o\",m:\"teach\",t:\"\u6559\"},\n\"\u53eb\":{p:\"ji\u00e0o\",m:\"call; be called\",t:\"\u53eb\"},\n\"\u59d0\":{p:\"ji\u011b\",m:\"older sister\",t:\"\u59d0\"},\n\"\u4ecb\":{p:\"ji\u00e8\",m:\"introduce; between\",t:\"\u4ecb\"},\n\"\u4eca\":{p:\"j\u012bn\",m:\"today; present\",t:\"\u4eca\"},\n\"\u8fdb\":{p:\"j\u00ecn\",m:\"enter; go in\",t:\"\u9032\"},\n\"\u4eac\":{p:\"j\u012bng\",m:\"capital city\",t:\"\u4eac\"},\n\"\u51c0\":{p:\"j\u00ecng\",m:\"clean\",t:\"\u6de8\"},\n\"\u4e5d\":{p:\"ji\u01d4\",m:\"nine\",t:\"\u4e5d\"},\n\"\u5c31\":{p:\"ji\u00f9\",m:\"then; right away\",t:\"\u5c31\"},\n\"\u89c9\":{p:\"ju\u00e9 \/ ji\u00e0o\",m:\"feel; realize; sleep\",t:\"\u89ba\"},\n\"\u5f00\":{p:\"k\u0101i\",m:\"open; start\",t:\"\u958b\"},\n\"\u770b\":{p:\"k\u00e0n\",m:\"look; watch; read\",t:\"\u770b\"},\n\"\u8003\":{p:\"k\u01ceo\",m:\"test; examine\",t:\"\u8003\"},\n\"\u6e34\":{p:\"k\u011b\",m:\"thirsty\",t:\"\u6e34\"},\n\"\u5ba2\":{p:\"k\u00e8\",m:\"guest\",t:\"\u5ba2\"},\n\"\u8bfe\":{p:\"k\u00e8\",m:\"class; lesson\",t:\"\u8ab2\"},\n\"\u53e3\":{p:\"k\u01d2u\",m:\"mouth; measure word\",t:\"\u53e3\"},\n\"\u5feb\":{p:\"ku\u00e0i\",m:\"fast; quick\",t:\"\u5feb\"},\n\"\u5757\":{p:\"ku\u00e0i\",m:\"piece; measure word for money\",t:\"\u584a\"},\n\"\u6765\":{p:\"l\u00e1i\",m:\"come\",t:\"\u4f86\"},\n\"\u8001\":{p:\"l\u01ceo\",m:\"old\",t:\"\u8001\"},\n\"\u4e86\":{p:\"le\",m:\"completed action; change marker\",t:\"\u4e86\"},\n\"\u7d2f\":{p:\"l\u00e8i\",m:\"tired\",t:\"\u7d2f\"},\n\"\u51b7\":{p:\"l\u011bng\",m:\"cold\",t:\"\u51b7\"},\n\"\u91cc\":{p:\"l\u01d0\",m:\"inside\",t:\"\u88e1\"},\n\"\u4e24\":{p:\"li\u01ceng\",m:\"two (before measure words)\",t:\"\u5169\"},\n\"\u96f6\":{p:\"l\u00edng\",m:\"zero\",t:\"\u96f6\"},\n\"\u516d\":{p:\"li\u00f9\",m:\"six\",t:\"\u516d\"},\n\"\u697c\":{p:\"l\u00f3u\",m:\"floor; building\",t:\"\u6a13\"},\n\"\u8def\":{p:\"l\u00f9\",m:\"road; way\",t:\"\u8def\"},\n\"\u7b54\":{p:\"d\u00e1\",m:\"answer; reply\",t:\"\u7b54\"},\n\"\u6253\":{p:\"d\u01ce\",m:\"hit; play; make (a call)\",t:\"\u6253\"},\n\"\u5927\":{p:\"d\u00e0\",m:\"big; large\",t:\"\u5927\"},\n\"\u86cb\":{p:\"d\u00e0n\",m:\"egg\",t:\"\u86cb\"},\n\"\u5230\":{p:\"d\u00e0o\",m:\"arrive; reach\",t:\"\u5230\"},\n\"\u9053\":{p:\"d\u00e0o\",m:\"way; path; measure word\",t:\"\u9053\"},\n\"\u5730\":{p:\"d\u00ec\",m:\"ground; place\",t:\"\u5730\"},\n\"\u7684\":{p:\"de\",m:\"possessive particle\",t:\"\u7684\"},\n\"\u5f97\":{p:\"de\",m:\"structural particle\",t:\"\u5f97\"},\n\"\u7b49\":{p:\"d\u011bng\",m:\"wait; etc.\",t:\"\u7b49\"},\n\"\u7b2c\":{p:\"d\u00ec\",m:\"ordinal number marker\",t:\"\u7b2c\"},\n\"\u5f1f\":{p:\"d\u00ec\",m:\"younger brother\",t:\"\u5f1f\"},\n\"\u70b9\":{p:\"di\u01cen\",m:\"point; o'clock; a little\",t:\"\u9ede\"},\n\"\u5e97\":{p:\"di\u00e0n\",m:\"shop; store\",t:\"\u5e97\"},\n\"\u7535\":{p:\"di\u00e0n\",m:\"electricity\",t:\"\u96fb\"},\n\"\u4e1c\":{p:\"d\u014dng\",m:\"east\",t:\"\u6771\"},\n\"\u52a8\":{p:\"d\u00f2ng\",m:\"move; movement\",t:\"\u52d5\"},\n\"\u90fd\":{p:\"d\u014du\",m:\"all; both\",t:\"\u90fd\"},\n\"\u8bfb\":{p:\"d\u00fa\",m:\"read\",t:\"\u8b80\"},\n\"\u5bf9\":{p:\"du\u00ec\",m:\"correct; towards\",t:\"\u5c0d\"},\n\"\u591a\":{p:\"du\u014d\",m:\"many; much\",t:\"\u591a\"},\n\"\u997f\":{p:\"\u00e8\",m:\"hungry\",t:\"\u9913\"},\n\"\u513f\":{p:\"\u00e9r\",m:\"child; son; suffix\",t:\"\u5152\"},\n\"\u4e8c\":{p:\"\u00e8r\",m:\"two\",t:\"\u4e8c\"},\n\"\u996d\":{p:\"f\u00e0n\",m:\"meal; rice\",t:\"\u98ef\"},\n\"\u65b9\":{p:\"f\u0101ng\",m:\"direction; square; method\",t:\"\u65b9\"},\n\"\u623f\":{p:\"f\u00e1ng\",m:\"room; house\",t:\"\u623f\"},\n\"\u653e\":{p:\"f\u00e0ng\",m:\"put; release\",t:\"\u653e\"},\n\"\u98de\":{p:\"f\u0113i\",m:\"fly\",t:\"\u98db\"},\n\"\u975e\":{p:\"f\u0113i\",m:\"not; non-\",t:\"\u975e\"},\n\"\u5206\":{p:\"f\u0113n\",m:\"divide; minute\",t:\"\u5206\"},\n\"\u98ce\":{p:\"f\u0113ng\",m:\"wind\",t:\"\u98a8\"},\n\"\u670d\":{p:\"f\u00fa\",m:\"clothes; serve; obey\",t:\"\u670d\"},\n\"\u5e72\":{p:\"g\u0101n\",m:\"dry\",t:\"\u4e7e\"},\n\"\u9ad8\":{p:\"g\u0101o\",m:\"high; tall\",t:\"\u9ad8\"},\n\"\u544a\":{p:\"g\u00e0o\",m:\"tell; inform\",t:\"\u544a\"},\n\"\u54e5\":{p:\"g\u0113\",m:\"older brother\",t:\"\u54e5\"},\n\"\u6b4c\":{p:\"g\u0113\",m:\"song\",t:\"\u6b4c\"},\n\"\u4e2a\":{p:\"ge\",m:\"individual; general measure word\",t:\"\u500b\"},\n\"\u7ed9\":{p:\"g\u011bi\",m:\"give; to\",t:\"\u7d66\"},\n\"\u8ddf\":{p:\"g\u0113n\",m:\"with; follow\",t:\"\u8ddf\"},\n\"\u5de5\":{p:\"g\u014dng\",m:\"work; worker\",t:\"\u5de5\"},\n\"\u5173\":{p:\"gu\u0101n\",m:\"close; turn off\",t:\"\u95dc\"},\n\"\u9986\":{p:\"gu\u01cen\",m:\"building; place (e.g. museum, restaurant)\",t:\"\u9928\"},\n\"\u8d35\":{p:\"gu\u00ec\",m:\"expensive\",t:\"\u8cb4\"},\n\"\u56fd\":{p:\"gu\u00f3\",m:\"country\",t:\"\u570b\"},\n\"\u679c\":{p:\"gu\u01d2\",m:\"fruit; result\",t:\"\u679c\"},\n\"\u8fc7\":{p:\"gu\u00f2\",m:\"pass; experience marker\",t:\"\u904e\"},\n\"\u7231\":{p:\"\u00e0i\",m:\"love\",t:\"\u611b\"},\n\"\u5427\":{p:\"ba\",m:\"(modal particle); bar\",t:\"\u5427\"},\n\"\u516b\":{p:\"b\u0101\",m:\"eight\",t:\"\u516b\"},\n\"\u7238\":{p:\"b\u00e0\",m:\"father; dad\",t:\"\u7238\"},\n\"\u767d\":{p:\"b\u00e1i\",m:\"white\",t:\"\u767d\"},\n\"\u767e\":{p:\"b\u01cei\",m:\"hundred\",t:\"\u767e\"},\n\"\u73ed\":{p:\"b\u0101n\",m:\"class; shift\",t:\"\u73ed\"},\n\"\u534a\":{p:\"b\u00e0n\",m:\"half\",t:\"\u534a\"},\n\"\u5e2e\":{p:\"b\u0101ng\",m:\"help\",t:\"\u5e6b\"},\n\"\u5305\":{p:\"b\u0101o\",m:\"bag; package\",t:\"\u5305\"},\n\"\u676f\":{p:\"b\u0113i\",m:\"cup\",t:\"\u676f\"},\n\"\u5317\":{p:\"b\u011bi\",m:\"north\",t:\"\u5317\"},\n\"\u5907\":{p:\"b\u00e8i\",m:\"prepare\",t:\"\u5099\"},\n\"\u672c\":{p:\"b\u011bn\",m:\"root; measure word for books\",t:\"\u672c\"},\n\"\u6bd4\":{p:\"b\u01d0\",m:\"compare\",t:\"\u6bd4\"},\n\"\u8fb9\":{p:\"bi\u0101n\",m:\"side; edge\",t:\"\u908a\"},\n\"\u522b\":{p:\"bi\u00e9\",m:\"don't; other\",t:\"\u5225\"},\n\"\u75c5\":{p:\"b\u00ecng\",m:\"illness; sick\",t:\"\u75c5\"},\n\"\u4e0d\":{p:\"b\u00f9\",m:\"not\",t:\"\u4e0d\"},\n\"\u83dc\":{p:\"c\u00e0i\",m:\"vegetable; dish\",t:\"\u83dc\"},\n\"\u8336\":{p:\"ch\u00e1\",m:\"tea\",t:\"\u8336\"},\n\"\u5dee\":{p:\"ch\u00e0\",m:\"differ; poor\",t:\"\u5dee\"},\n\"\u5e38\":{p:\"ch\u00e1ng\",m:\"often; common\",t:\"\u5e38\"},\n\"\u573a\":{p:\"ch\u01ceng\",m:\"place; field\",t:\"\u5834\"},\n\"\u5531\":{p:\"ch\u00e0ng\",m:\"sing\",t:\"\u5531\"},\n\"\u8f66\":{p:\"ch\u0113\",m:\"vehicle; car\",t:\"\u8eca\"},\n\"\u5403\":{p:\"ch\u012b\",m:\"eat\",t:\"\u5403\"},\n\"\u51fa\":{p:\"ch\u016b\",m:\"go out; exit\",t:\"\u51fa\"},\n\"\u7a7f\":{p:\"chu\u0101n\",m:\"wear; put on\",t:\"\u7a7f\"},\n\"\u5e8a\":{p:\"chu\u00e1ng\",m:\"bed\",t:\"\u5e8a\"},\n\"\u6b21\":{p:\"c\u00ec\",m:\"time; occurrence\",t:\"\u6b21\"},\n\"\u4ece\":{p:\"c\u00f3ng\",m:\"from; follow\",t:\"\u5f9e\"},\n\"\u9519\":{p:\"cu\u00f2\",m:\"wrong; mistake\",t:\"\u932f\"},\n\"\u5417\":{p:\"ma\",m:\"question particle\",t:\"\u55ce\"},\n\"\u5988\":{p:\"m\u0101\",m:\"mother; mom\",t:\"\u5abd\"},\n\"\u9a6c\":{p:\"m\u01ce\",m:\"horse\",t:\"\u99ac\"},\n\"\u4e70\":{p:\"m\u01cei\",m:\"buy\",t:\"\u8cb7\"},\n\"\u6162\":{p:\"m\u00e0n\",m:\"slow\",t:\"\u6162\"},\n\"\u5fd9\":{p:\"m\u00e1ng\",m:\"busy\",t:\"\u5fd9\"},\n\"\u6bdb\":{p:\"m\u00e1o\",m:\"hair; unit of money\",t:\"\u6bdb\"},\n\"\u4e48\":{p:\"me\",m:\"suffix in words like \u4ec0\u4e48\",t:\"\u9ebc\"},\n\"\u6ca1\":{p:\"m\u00e9i\",m:\"not have; didn't\",t:\"\u6c92\"},\n\"\u59b9\":{p:\"m\u00e8i\",m:\"younger sister\",t:\"\u59b9\"},\n\"\u4eec\":{p:\"men\",m:\"plural marker\",t:\"\u5011\"},\n\"\u95e8\":{p:\"m\u00e9n\",m:\"door; gate\",t:\"\u9580\"},\n\"\u7c73\":{p:\"m\u01d0\",m:\"rice; meter\",t:\"\u7c73\"},\n\"\u9762\":{p:\"mi\u00e0n\",m:\"face; surface; noodles\",t:\"\u9762\"},\n\"\u660e\":{p:\"m\u00edng\",m:\"bright; clear; next\",t:\"\u660e\"},\n\"\u540d\":{p:\"m\u00edng\",m:\"name; famous\",t:\"\u540d\"},\n\"\u62ff\":{p:\"n\u00e1\",m:\"take; hold\",t:\"\u62ff\"},\n\"\u54ea\":{p:\"n\u01ce\",m:\"which; where\",t:\"\u54ea\"},\n\"\u90a3\":{p:\"n\u00e0\",m:\"that\",t:\"\u90a3\"},\n\"\u5976\":{p:\"n\u01cei\",m:\"milk; grandmother (maternal)\",t:\"\u5976\"},\n\"\u5357\":{p:\"n\u00e1n\",m:\"south\",t:\"\u5357\"},\n\"\u96be\":{p:\"n\u00e1n\",m:\"difficult\",t:\"\u96e3\"},\n\"\u7537\":{p:\"n\u00e1n\",m:\"male; man\",t:\"\u7537\"},\n\"\u8111\":{p:\"n\u01ceo\",m:\"brain\",t:\"\u8166\"},\n\"\u5462\":{p:\"ne\",m:\"question particle; indicating continuation\",t:\"\u5462\"},\n\"\u80fd\":{p:\"n\u00e9ng\",m:\"can; be able to\",t:\"\u80fd\"},\n\"\u4f60\":{p:\"n\u01d0\",m:\"you\",t:\"\u4f60\"},\n\"\u5e74\":{p:\"ni\u00e1n\",m:\"year\",t:\"\u5e74\"},\n\"\u60a8\":{p:\"n\u00edn\",m:\"you (polite)\",t:\"\u60a8\"},\n\"\u725b\":{p:\"ni\u00fa\",m:\"cow; beef\",t:\"\u725b\"},\n\"\u5973\":{p:\"n\u01da\",m:\"female; woman\",t:\"\u5973\"},\n\"\u65c1\":{p:\"p\u00e1ng\",m:\"side; beside\",t:\"\u65c1\"},\n\"\u8dd1\":{p:\"p\u01ceo\",m:\"run\",t:\"\u8dd1\"},\n\"\u670b\":{p:\"p\u00e9ng\",m:\"friend (used in \u670b\u53cb)\",t:\"\u670b\"},\n\"\u7968\":{p:\"pi\u00e0o\",m:\"ticket\",t:\"\u7968\"},\n\"\u4e03\":{p:\"q\u012b\",m:\"seven\",t:\"\u4e03\"},\n\"\u671f\":{p:\"q\u012b \/ q\u00ed\",m:\"period; issue; term\",t:\"\u671f\"},\n\"\u8d77\":{p:\"q\u01d0\",m:\"rise; get up; start\",t:\"\u8d77\"},\n\"\u6c14\":{p:\"q\u00ec\",m:\"air; energy; anger\",t:\"\u6c23\"},\n\"\u6c7d\":{p:\"q\u00ec\",m:\"steam; gas\",t:\"\u6c7d\"},\n\"\u94b1\":{p:\"qi\u00e1n\",m:\"money\",t:\"\u9322\"},\n\"\u524d\":{p:\"qi\u00e1n\",m:\"front; before\",t:\"\u524d\"},\n\"\u8bf7\":{p:\"q\u01d0ng\",m:\"please; invite\",t:\"\u8acb\"},\n\"\u7403\":{p:\"qi\u00fa\",m:\"ball\",t:\"\u7403\"},\n\"\u53bb\":{p:\"q\u00f9\",m:\"go\",t:\"\u53bb\"},\n\"\u70ed\":{p:\"r\u00e8\",m:\"hot; warm\",t:\"\u71b1\"},\n\"\u4eba\":{p:\"r\u00e9n\",m:\"person; people\",t:\"\u4eba\"},\n\"\u8ba4\":{p:\"r\u00e8n\",m:\"recognize; admit\",t:\"\u8a8d\"},\n\"\u65e5\":{p:\"r\u00ec\",m:\"day; sun\",t:\"\u65e5\"},\n\"\u8089\":{p:\"r\u00f2u\",m:\"meat\",t:\"\u8089\"},\n\"\u4e09\":{p:\"s\u0101n\",m:\"three\",t:\"\u4e09\"},\n\"\u5c71\":{p:\"sh\u0101n\",m:\"mountain\",t:\"\u5c71\"},\n\"\u5546\":{p:\"sh\u0101ng\",m:\"business; commerce\",t:\"\u5546\"},\n\"\u4e0a\":{p:\"sh\u00e0ng\",m:\"on; above; go up\",t:\"\u4e0a\"},\n\"\u5c11\":{p:\"sh\u01ceo\",m:\"few; little\",t:\"\u5c11\"},\n\"\u7ecd\":{p:\"sh\u00e0o\",m:\"introduce (used in \u4ecb\u7ecd)\",t:\"\u7d39\"},\n\"\u8c01\":{p:\"shu\u00ed\",m:\"who\",t:\"\u8ab0\"},\n\"\u8eab\":{p:\"sh\u0113n\",m:\"body; self\",t:\"\u8eab\"},\n\"\u4ec0\":{p:\"sh\u00e9n\",m:\"what (used in \u4ec0\u4e48)\",t:\"\u4ec0\"},\n\"\u751f\":{p:\"sh\u0113ng\",m:\"life; give birth;\",t:\"\u751f\"},\n\"\u5e08\":{p:\"sh\u012b\",m:\"teacher; master\",t:\"\u5e2b\"},\n\"\u8bc6\":{p:\"sh\u00ed \/ sh\u00ec\",m:\"know; recognize\",t:\"\u8b58\"},\n\"\u5341\":{p:\"sh\u00ed\",m:\"ten\",t:\"\u5341\"},\n\"\u65f6\":{p:\"sh\u00ed\",m:\"time; hour\",t:\"\u6642\"},\n\"\u8bd5\":{p:\"sh\u00ec\",m:\"try; test\",t:\"\u8a66\"},\n\"\u662f\":{p:\"sh\u00ec\",m:\"be; yes\",t:\"\u662f\"},\n\"\u4e8b\":{p:\"sh\u00ec\",m:\"matter; thing\",t:\"\u4e8b\"},\n\"\u89c6\":{p:\"sh\u00ec\",m:\"look; visual\",t:\"\u8996\"},\n\"\u624b\":{p:\"sh\u01d2u\",m:\"hand\",t:\"\u624b\"},\n\"\u4e66\":{p:\"sh\u016b\",m:\"book; write\",t:\"\u66f8\"},\n\"\u6811\":{p:\"sh\u00f9\",m:\"tree\",t:\"\u6a39\"},\n\"\u6c34\":{p:\"shu\u01d0\",m:\"water\",t:\"\u6c34\"},\n\"\u7761\":{p:\"shu\u00ec\",m:\"sleep\",t:\"\u7761\"},\n\"\u8bf4\":{p:\"shu\u014d\",m:\"speak; say\",t:\"\u8aaa\"},\n\"\u56db\":{p:\"s\u00ec\",m:\"four\",t:\"\u56db\"},\n\"\u9001\":{p:\"s\u00f2ng\",m:\"send; give; deliver\",t:\"\u9001\"},\n\"\u8bc9\":{p:\"s\u00f9\",m:\"tell\",t:\"\u8a34\"},\n\"\u5c81\":{p:\"su\u00ec\",m:\"year(s) old\",t:\"\u6b72\"},\n\"\u5979\":{p:\"t\u0101\",m:\"she\",t:\"\u5979\"},\n\"\u4ed6\":{p:\"t\u0101\",m:\"he\",t:\"\u4ed6\"},\n\"\u592a\":{p:\"t\u00e0i\",m:\"too; extremely\",t:\"\u592a\"},\n\"\u4f53\":{p:\"t\u01d0\",m:\"body; form\",t:\"\u9ad4\"},\n\"\u5929\":{p:\"ti\u0101n\",m:\"sky; day\",t:\"\u5929\"},\n\"\u6761\":{p:\"ti\u00e1o\",m:\"strip; measure word for long objects\",t:\"\u689d\"},\n\"\u542c\":{p:\"t\u012bng\",m:\"listen\",t:\"\u807d\"},\n\"\u540c\":{p:\"t\u00f3ng\",m:\"same; together\",t:\"\u540c\"},\n\"\u56fe\":{p:\"t\u00fa\",m:\"picture; map\",t:\"\u5716\"},\n\"\u5916\":{p:\"w\u00e0i\",m:\"outside; foreign\",t:\"\u5916\"},\n\"\u73a9\":{p:\"w\u00e1n\",m:\"play; have fun\",t:\"\u73a9\"},\n\"\u665a\":{p:\"w\u01cen\",m:\"late; evening\",t:\"\u665a\"},\n\"\u7f51\":{p:\"w\u01ceng\",m:\"net; internet\",t:\"\u7db2\"},\n\"\u5fd8\":{p:\"w\u00e0ng\",m:\"forget\",t:\"\u5fd8\"},\n\"\u6587\":{p:\"w\u00e9n\",m:\"language; writing; culture\",t:\"\u6587\"},\n\"\u95ee\":{p:\"w\u00e8n\",m:\"ask\",t:\"\u554f\"},\n\"\u6211\":{p:\"w\u01d2\",m:\"I; me\",t:\"\u6211\"},\n\"\u4e94\":{p:\"w\u01d4\",m:\"five\",t:\"\u4e94\"},\n\"\u5348\":{p:\"w\u01d4\",m:\"noon\",t:\"\u5348\"},\n\"\u897f\":{p:\"x\u012b\",m:\"west\",t:\"\u897f\"},\n\"\u606f\":{p:\"x\u012b \/ x\u00ed\",m:\"rest; breath\",t:\"\u606f\"},\n\"\u4e60\":{p:\"x\u00ed\",m:\"practice; learn\",t:\"\u7fd2\"},\n\"\u6d17\":{p:\"x\u01d0\",m:\"wash\",t:\"\u6d17\"},\n\"\u559c\":{p:\"x\u01d0\",m:\"like; happiness\",t:\"\u559c\"},\n\"\u7cfb\":{p:\"x\u00ec\",m:\"tie; system\",t:\"\u7cfb\"},\n\"\u4e0b\":{p:\"xi\u00e0\",m:\"below; go down; next\",t:\"\u4e0b\"},\n\"\u5148\":{p:\"xi\u0101n\",m:\"first; earlier\",t:\"\u5148\"},\n\"\u73b0\":{p:\"xi\u00e0n\",m:\"now; appear\",t:\"\u73fe\"},\n\"\u60f3\":{p:\"xi\u01ceng\",m:\"think; want\",t:\"\u60f3\"},\n\"\u5c0f\":{p:\"xi\u01ceo\",m:\"small\",t:\"\u5c0f\"},\n\"\u6821\":{p:\"xi\u00e0o\",m:\"school\",t:\"\u6821\"},\n\"\u7b11\":{p:\"xi\u00e0o\",m:\"laugh; smile\",t:\"\u7b11\"},\n\"\u4e9b\":{p:\"xi\u0113\",m:\"some\",t:\"\u4e9b\"},\n\"\u5199\":{p:\"xi\u011b\",m:\"write\",t:\"\u5beb\"},\n\"\u8c22\":{p:\"xi\u00e8\",m:\"thank\",t:\"\u8b1d\"},\n\"\u65b0\":{p:\"x\u012bn\",m:\"new\",t:\"\u65b0\"},\n\"\u661f\":{p:\"x\u012bng\",m:\"star\",t:\"\u661f\"},\n\"\u884c\":{p:\"x\u00edng\",m:\"walk; okay; travel\",t:\"\u884c\"},\n\"\u5174\":{p:\"x\u00ecng\",m:\"interest; excitement\",t:\"\u8208\"},\n\"\u4f11\":{p:\"xi\u016b\",m:\"rest\",t:\"\u4f11\"},\n\"\u5b66\":{p:\"xu\u00e9\",m:\"study; learn\",t:\"\u5b78\"},\n\"\u6837\":{p:\"y\u00e0ng\",m:\"appearance; way; kind\",t:\"\u6a23\"},\n\"\u8981\":{p:\"y\u00e0o\",m:\"want; need\",t:\"\u8981\"},\n\"\u7237\":{p:\"y\u00e9\",m:\"grandfather (paternal)\",t:\"\u723a\"},\n\"\u4e5f\":{p:\"y\u011b\",m:\"also\",t:\"\u4e5f\"},\n\"\u9875\":{p:\"y\u00e8\",m:\"page\",t:\"\u9801\"},\n\"\u4e00\":{p:\"y\u012b\",m:\"one\",t:\"\u4e00\"},\n\"\u533b\":{p:\"y\u012b\",m:\"medicine; doctor\",t:\"\u91ab\"},\n\"\u8863\":{p:\"y\u012b\",m:\"clothes\",t:\"\u8863\"},\n\"\u5f71\":{p:\"y\u01d0ng\",m:\"shadow; image\",t:\"\u5f71\"},\n\"\u7528\":{p:\"y\u00f2ng\",m:\"use\",t:\"\u7528\"},\n\"\u6709\":{p:\"y\u01d2u\",m:\"have; there is\",t:\"\u6709\"},\n\"\u53cb\":{p:\"y\u01d2u\",m:\"friend\",t:\"\u53cb\"},\n\"\u53f3\":{p:\"y\u00f2u\",m:\"right side\",t:\"\u53f3\"},\n\"\u8bed\":{p:\"y\u01d4\",m:\"language\",t:\"\u8a9e\"},\n\"\u96e8\":{p:\"y\u01d4\",m:\"rain\",t:\"\u96e8\"},\n\"\u5143\":{p:\"yu\u00e1n\",m:\"yuan (currency); unit\",t:\"\u5143\"},\n\"\u8fdc\":{p:\"yu\u01cen\",m:\"far\",t:\"\u9060\"},\n\"\u9662\":{p:\"yu\u00e0n\",m:\"courtyard; institution\",t:\"\u9662\"},\n\"\u6708\":{p:\"yu\u00e8\",m:\"month; moon\",t:\"\u6708\"},\n\"\u5728\":{p:\"z\u00e0i\",m:\"be at; exist\",t:\"\u5728\"},\n\"\u518d\":{p:\"z\u00e0i\",m:\"again; once more\",t:\"\u518d\"},\n\"\u65e9\":{p:\"z\u01ceo\",m:\"early\",t:\"\u65e9\"},\n\"\u600e\":{p:\"z\u011bn\",m:\"how\",t:\"\u600e\"},\n\"\u7ad9\":{p:\"zh\u00e0n\",m:\"stand; station\",t:\"\u7ad9\"},\n\"\u627e\":{p:\"zh\u01ceo\",m:\"look for\",t:\"\u627e\"},\n\"\u7740\":{p:\"zhe\",m:\"progressive particle\",t:\"\u8457\"},\n\"\u8fd9\":{p:\"zh\u00e8\",m:\"this\",t:\"\u9019\"},\n\"\u771f\":{p:\"zh\u0113n\",m:\"real; truly\",t:\"\u771f\"},\n\"\u6b63\":{p:\"zh\u00e8ng\",m:\"correct; positive\",t:\"\u6b63\"},\n\"\u77e5\":{p:\"zh\u012b\",m:\"know\",t:\"\u77e5\"},\n\"\u4e2d\":{p:\"zh\u014dng\",m:\"middle; China\",t:\"\u4e2d\"},\n\"\u91cd\":{p:\"zh\u00f2ng\",m:\"heavy; important\",t:\"\u91cd\"},\n\"\u4f4f\":{p:\"zh\u00f9\",m:\"live; stay\",t:\"\u4f4f\"},\n\"\u51c6\":{p:\"zh\u01d4n\",m:\"accurate; allow\",t:\"\u6e96\"},\n\"\u684c\":{p:\"zhu\u014d\",m:\"table\",t:\"\u684c\"},\n\"\u5b50\":{p:\"z\u01d0 \/ zi\",m:\"child; suffix\",t:\"\u5b50\"},\n\"\u5b57\":{p:\"z\u00ec\",m:\"character; word\",t:\"\u5b57\"},\n\"\u8d70\":{p:\"z\u01d2u\",m:\"walk; leave\",t:\"\u8d70\"},\n\"\u6700\":{p:\"zu\u00ec\",m:\"most\",t:\"\u6700\"},\"\u6628\":{p:\"zu\u00f3\",m:\"yesterday\",t:\"\u6628\"},\n\"\u5de6\":{p:\"zu\u01d2\",m:\"left side\",t:\"\u5de6\"},\n\"\u505a\":{p:\"zu\u00f2\",m:\"do; make\",t:\"\u505a\"},\n\"\u5750\":{p:\"zu\u00f2\",m:\"sit\",t:\"\u5750\"},\n\"\u4f5c\":{p:\"zu\u00f2\",m:\"work\",t:\"\u4f5c\"},\n\"\u554a\":{p:\"a\",m:\"ah; oh (interjection)\",t:\"\u554a\"},\n\"\u5b89\":{p:\"\u0101n\",m:\"safe; peaceful\",t:\"\u5b89\"},\n\"\u822c\":{p:\"b\u0101n\",m:\"kind; sort\",t:\"\u822c\"},\n\"\u677f\":{p:\"b\u01cen\",m:\"board; plank\",t:\"\u677f\"},\n\"\u529e\":{p:\"b\u00e0n\",m:\"do; handle\",t:\"\u8fa6\"},\n\"\u9971\":{p:\"b\u01ceo\",m:\"full\",t:\"\u98fd\"},\n\"\u62a5\":{p:\"b\u00e0o\",m:\"report; newspaper\",t:\"\u5831\"},\n\"\u80cc\":{p:\"b\u00e8i\",m:\"carry on the back; memorize\",t:\"\u80cc\"},\n\"\u7b14\":{p:\"b\u01d0\",m:\"pen\",t:\"\u7b46\"},\n\"\u5fc5\":{p:\"b\u00ec\",m:\"must; certainly\",t:\"\u5fc5\"},\n\"\u904d\":{p:\"bi\u00e0n\",m:\"time (for a complete action)\",t:\"\u904d\"},\n\"\u4fbf\":{p:\"bi\u00e0n\",m:\"convenient\",t:\"\u4fbf\"},\n\"\u53d8\":{p:\"bi\u00e0n\",m:\"change\",t:\"\u8b8a\"},\n\"\u8868\":{p:\"bi\u01ceo\",m:\"watch; table; chart\",t:\"\u8868\"},\n\"\u90e8\":{p:\"b\u00f9\",m:\"department; measure word for movies, books, etc.\",t:\"\u90e8\"},\n\"\u624d\":{p:\"c\u00e1i\",m:\"only; just\",t:\"\u624d\"},\n\"\u53c2\":{p:\"c\u0101n\",m:\"participate; join\",t:\"\u53c3\"},\n\"\u9910\":{p:\"c\u0101n\",m:\"meal\",t:\"\u9910\"},\n\"\u8349\":{p:\"c\u01ceo\",m:\"grass\",t:\"\u8349\"},\n\"\u5c42\":{p:\"c\u00e9ng\",m:\"layer; floor\",t:\"\u5c64\"},\n\"\u67e5\":{p:\"ch\u00e1\",m:\"check; investigate\",t:\"\u67e5\"},\n\"\u8d85\":{p:\"ch\u0101o\",m:\"exceed; surpass\",t:\"\u8d85\"},\n\"\u6668\":{p:\"ch\u00e9n\",m:\"morning\",t:\"\u6668\"},\n\"\u79f0\":{p:\"ch\u0113ng\",m:\"call; name\",t:\"\u7a31\"},\n\"\u6210\":{p:\"ch\u00e9ng\",m:\"become; succeed\",t:\"\u6210\"},\n\"\u695a\":{p:\"ch\u01d4\",m:\"clear\",t:\"\u695a\"},\n\"\u5904\":{p:\"ch\u00f9\",m:\"place; location\",t:\"\u8655\"},\n\"\u8239\":{p:\"chu\u00e1n\",m:\"boat; ship\",t:\"\u8239\"},\n\"\u5439\":{p:\"chu\u012b\",m:\"blow\",t:\"\u5439\"},\n\"\u6625\":{p:\"ch\u016bn\",m:\"spring\",t:\"\u6625\"},\n\"\u8bcd\":{p:\"c\u00ed\",m:\"word; phrase\",t:\"\u8a5e\"},\n\"\u5e26\":{p:\"d\u00e0i\",m:\"bring; carry; belt\",t:\"\u5e36\"},\n\"\u5355\":{p:\"d\u0101n\",m:\"single; list\",t:\"\u55ae\"},\n\"\u4f46\":{p:\"d\u00e0n\",m:\"but\",t:\"\u4f46\"},\n\"\u5f53\":{p:\"d\u0101ng\",m:\"be; serve as; when\",t:\"\u7576\"},\n\"\u5012\":{p:\"d\u00e0o \/ d\u01ceo\",m:\"pour; fall over\",t:\"\u5012\"},\n\"\u706f\":{p:\"d\u0113ng\",m:\"lamp; light\",t:\"\u71c8\"},\n\"\u4f4e\":{p:\"d\u012b\",m:\"low\",t:\"\u4f4e\"},\n\"\u5178\":{p:\"di\u01cen\",m:\"standard; canon; pawn\",t:\"\u5178\"},\n\"\u6389\":{p:\"di\u00e0o\",m:\"drop; fall; lose\",t:\"\u6389\"},\n\"\u5b9a\":{p:\"d\u00ecng\",m:\"decide; fixed\",t:\"\u5b9a\"},\n\"\u51ac\":{p:\"d\u014dng\",m:\"winter\",t:\"\u51ac\"},\n\"\u61c2\":{p:\"d\u01d2ng\",m:\"understand\",t:\"\u61c2\"},\n\"\u5ea6\":{p:\"d\u00f9\",m:\"degree; measure\",t:\"\u5ea6\"},\n\"\u77ed\":{p:\"du\u01cen\",m:\"short\",t:\"\u77ed\"},\n\"\u6bb5\":{p:\"du\u00e0n\",m:\"section; paragraph\",t:\"\u6bb5\"},\n\"\u961f\":{p:\"du\u00ec\",m:\"team; group\",t:\"\u968a\"},\n\"\u800c\":{p:\"\u00e9r\",m:\"and; while; but\",t:\"\u800c\"},\n\"\u53d1\":{p:\"f\u0101\",m:\"send; issue; produce\",t:\"\u767c\"},\n\"\u6cd5\":{p:\"f\u01ce\",m:\"law; method\",t:\"\u6cd5\"},\n\"\u4efd\":{p:\"f\u00e8n\",m:\"portion; copy\",t:\"\u4efd\"},\n\"\u5c01\":{p:\"f\u0113ng\",m:\"seal; measure word for letters\",t:\"\u5c01\"},\n\"\u590d\":{p:\"f\u00f9\",m:\"again; reply; recover\",t:\"\u5fa9\"},\n\"\u8be5\":{p:\"g\u0101i\",m:\"should\",t:\"\u8a72\"},\n\"\u6539\":{p:\"g\u01cei\",m:\"change; correct\",t:\"\u6539\"},\n\"\u611f\":{p:\"g\u01cen\",m:\"feel; sense\",t:\"\u611f\"},\n\"\u521a\":{p:\"g\u0101ng\",m:\"just; just now\",t:\"\u525b\"},\n\"\u66f4\":{p:\"g\u00e8ng\",m:\"more; even more\",t:\"\u66f4\"},\n\"\u516c\":{p:\"g\u014dng\",m:\"public\",t:\"\u516c\"},\n\"\u5171\":{p:\"g\u00f2ng\",m:\"together; common\",t:\"\u5171\"},\n\"\u72d7\":{p:\"g\u01d2u\",m:\"dog\",t:\"\u72d7\"},\n\"\u591f\":{p:\"g\u00f2u\",m:\"enough\",t:\"\u5920\"},\n\"\u6545\":{p:\"g\u00f9\",m:\"reason; therefore; former\",t:\"\u6545\"},\n\"\u987e\":{p:\"g\u00f9\",m:\"look after; consider\",t:\"\u9867\"},\n\"\u89c2\":{p:\"gu\u0101n\",m:\"watch; view\",t:\"\u89c0\"},\n\"\u60ef\":{p:\"gu\u00e0n\",m:\"be used to\",t:\"\u6163\"},\n\"\u5e7f\":{p:\"gu\u01ceng\",m:\"wide; broad\",t:\"\u5ee3\"},\n\"\u6d77\":{p:\"h\u01cei\",m:\"sea; ocean\",t:\"\u6d77\"},\n\"\u558a\":{p:\"h\u01cen\",m:\"shout; call out\",t:\"\u558a\"},\n\"\u6cb3\":{p:\"h\u00e9\",m:\"river\",t:\"\u6cb3\"},\n\"\u5408\":{p:\"h\u00e9\",m:\"close; combine; fit\",t:\"\u5408\"},\n\"\u9ed1\":{p:\"h\u0113i\",m:\"black\",t:\"\u9ed1\"},\n\"\u7ea2\":{p:\"h\u00f3ng\",m:\"red\",t:\"\u7d05\"},\n\"\u5ffd\":{p:\"h\u016b\",m:\"suddenly\",t:\"\u5ffd\"},\n\"\u6e56\":{p:\"h\u00fa\",m:\"lake\",t:\"\u6e56\"},\n\"\u62a4\":{p:\"h\u00f9\",m:\"protect\",t:\"\u8b77\"},\n\"\u753b\":{p:\"hu\u00e0\",m:\"draw; picture\",t:\"\u756b\"},\n\"\u5212\":{p:\"hu\u00e1\",m:\"row (a boat); paddle\",t:\"\u5212\"},\n\"\u6362\":{p:\"hu\u00e0n\",m:\"change; exchange\",t:\"\u63db\"},\n\"\u9ec4\":{p:\"hu\u00e1ng\",m:\"yellow\",t:\"\u9ec3\"},\n\"\u6d3b\":{p:\"hu\u00f3\",m:\"live; alive\",t:\"\u6d3b\"},\n\"\u6216\":{p:\"hu\u00f2\",m:\"or; perhaps\",t:\"\u6216\"},\n\"\u7ee9\":{p:\"j\u00ec \/ j\u012b\",m:\"achievement; result\",t:\"\u7e3e\"},\n\"\u6025\":{p:\"j\u00ed\",m:\"urgent; anxious\",t:\"\u6025\"},\n\"\u7ea7\":{p:\"j\u00ed\",m:\"level; grade\",t:\"\u7d1a\"},\n\"\u5df1\":{p:\"j\u01d0\",m:\"oneself\",t:\"\u5df1\"},\n\"\u8ba1\":{p:\"j\u00ec\",m:\"count; plan\",t:\"\u8a08\"},\n\"\u9645\":{p:\"j\u00ec\",m:\"border; between\",t:\"\u969b\"},\n\"\u52a0\":{p:\"ji\u0101\",m:\"add; increase\",t:\"\u52a0\"},\n\"\u68c0\":{p:\"ji\u01cen\",m:\"examine; inspect\",t:\"\u6aa2\"},\n\"\u5065\":{p:\"ji\u00e0n\",m:\"healthy\",t:\"\u5065\"},\n\"\u4ef6\":{p:\"ji\u00e0n\",m:\"measure word for items; matter\",t:\"\u4ef6\"},\n\"\u8bb2\":{p:\"ji\u01ceng\",m:\"speak; explain\",t:\"\u8b1b\"},\n\"\u4ea4\":{p:\"ji\u0101o\",m:\"hand over; make friends\",t:\"\u4ea4\"},\n\"\u997a\":{p:\"ji\u01ceo\",m:\"dumpling\",t:\"\u9903\"},\n\"\u811a\":{p:\"ji\u01ceo\",m:\"foot; leg\",t:\"\u8173\"},\n\"\u89d2\":{p:\"ji\u01ceo\",m:\"corner; angle\",t:\"\u89d2\"},\n\"\u8857\":{p:\"ji\u0113\",m:\"street\",t:\"\u8857\"},\n\"\u63a5\":{p:\"ji\u0113\",m:\"receive; connect\",t:\"\u63a5\"},\n\"\u7ed3\":{p:\"ji\u00e9\",m:\"tie; knot; conclude\",t:\"\u7d50\"},\n\"\u8282\":{p:\"ji\u00e9\",m:\"festival; section\",t:\"\u7bc0\"},\n\"\u501f\":{p:\"ji\u00e8\",m:\"borrow; lend\",t:\"\u501f\"},\n\"\u65a4\":{p:\"j\u012bn\",m:\"jin (500 grams in China\uff1b600 grams in Taiwan)\",t:\"\u65a4\"},\n\"\u8fd1\":{p:\"j\u00ecn\",m:\"near\",t:\"\u8fd1\"},\n\"\u775b\":{p:\"j\u012bng\",m:\"eyeball\",t:\"\u775b\"},\n\"\u7ecf\":{p:\"j\u012bng\",m:\"pass through; scripture\",t:\"\u7d93\"},\n\"\u9759\":{p:\"j\u00ecng\",m:\"quiet\",t:\"\u975c\"},\n\"\u9152\":{p:\"ji\u01d4\",m:\"alcohol; wine\",t:\"\u9152\"},\n\"\u4e45\":{p:\"ji\u01d4\",m:\"long (time)\",t:\"\u4e45\"},\n\"\u4e3e\":{p:\"j\u01d4\",m:\"raise; lift\",t:\"\u8209\"},\n\"\u53e5\":{p:\"j\u00f9\",m:\"sentence; measure word for sentences\",t:\"\u53e5\"},\n\"\u5361\":{p:\"k\u01ce\",m:\"card\",t:\"\u5361\"},\n\"\u5eb7\":{p:\"k\u0101ng\",m:\"healthy\",t:\"\u5eb7\"},\n\"\u9760\":{p:\"k\u00e0o\",m:\"lean on; rely on\",t:\"\u9760\"},\n\"\u79d1\":{p:\"k\u0113\",m:\"branch of study; department\",t:\"\u79d1\"},\n\"\u53ef\":{p:\"k\u011b\",m:\"can; may\",t:\"\u53ef\"},\n\"\u523b\":{p:\"k\u00e8\",m:\"quarter (hour); carve\",t:\"\u523b\"},\n\"\u514b\":{p:\"k\u00e8\",m:\"gram; overcome\",t:\"\u514b\"},\n\"\u7a7a\":{p:\"k\u014dng\",m:\"empty; sky\",t:\"\u7a7a\"},\n\"\u54ed\":{p:\"k\u016b\",m:\"cry\",t:\"\u54ed\"},\n\"\u7b77\":{p:\"ku\u00e0i\",m:\"chopsticks\",t:\"\u7b77\"},\n\"\u62c9\":{p:\"l\u0101\",m:\"pull\",t:\"\u62c9\"},\n\"\u7bee\":{p:\"l\u00e1n\",m:\"basket\",t:\"\u7c43\"},\n\"\u84dd\":{p:\"l\u00e1n\",m:\"blue\",t:\"\u85cd\"},\n\"\u4e50\":{p:\"l\u00e8\",m:\"happy; joy\",t:\"\u6a02\"},\n\"\u79bb\":{p:\"l\u00ed\",m:\"leave; be away from\",t:\"\u96e2\"},\n\"\u7406\":{p:\"l\u01d0\",m:\"reason; manage\",t:\"\u7406\"},\n\"\u793c\":{p:\"l\u01d0\",m:\"gift; politeness\",t:\"\u79ae\"},\n\"\u4f8b\":{p:\"l\u00ec\",m:\"example\",t:\"\u4f8b\"},\n\"\u529b\":{p:\"l\u00ec\",m:\"strength; power\",t:\"\u529b\"},\n\"\u5229\":{p:\"l\u00ec\",m:\"benefit; profit\",t:\"\u5229\"},\n\"\u8138\":{p:\"li\u01cen\",m:\"face\",t:\"\u81c9\"},\n\"\u7ec3\":{p:\"li\u00e0n\",m:\"practice\",t:\"\u7df4\"},\n\"\u51c9\":{p:\"li\u00e1ng\",m:\"cool\",t:\"\u6dbc\"},\n\"\u8f86\":{p:\"li\u00e0ng\",m:\"measure word for vehicles\",t:\"\u8f1b\"},\n\"\u91cf\":{p:\"li\u00e0ng\",m:\"amount; quantity\",t:\"\u91cf\"},\n\"\u4eae\":{p:\"li\u00e0ng\",m:\"bright\",t:\"\u4eae\"},\n\"\u7559\":{p:\"li\u00fa\",m:\"stay; keep\",t:\"\u7559\"},\n\"\u6d41\":{p:\"li\u00fa\",m:\"flow\",t:\"\u6d41\"},\n\"\u8bba\":{p:\"l\u00f9n\",m:\"discuss; theory\",t:\"\u8ad6\"},\n\"\u65c5\":{p:\"l\u01da\",m:\"travel\",t:\"\u65c5\"},\n\"\u7eff\":{p:\"l\u01dc\",m:\"green\",t:\"\u7da0\"},\n\"\u5356\":{p:\"m\u00e0i\",m:\"sell\",t:\"\u8ce3\"},\n\"\u6ee1\":{p:\"m\u01cen\",m:\"full; satisfied\",t:\"\u6eff\"},\n\"\u732b\":{p:\"m\u0101o\",m:\"cat\",t:\"\u8c93\"},\n\"\u672b\":{p:\"m\u00f2\",m:\"end; tip\",t:\"\u672b\"},\n\"\u76ee\":{p:\"m\u00f9\",m:\"eye; item\",t:\"\u76ee\"},\n\"\u9e1f\":{p:\"ni\u01ceo\",m:\"bird\",t:\"\u9ce5\"},\n\"\u5f04\":{p:\"n\u00f2ng\",m:\"do; make; handle\",t:\"\u5f04\"},\n\"\u52aa\":{p:\"n\u01d4\",m:\"strive; exert\",t:\"\u52aa\"},\n\"\u722c\":{p:\"p\u00e1\",m:\"climb\",t:\"\u722c\"},\n\"\u6015\":{p:\"p\u00e0\",m:\"fear; be afraid of\",t:\"\u6015\"},\n\"\u6392\":{p:\"p\u00e1i\",m:\"arrange; line up\",t:\"\u6392\"},\n\"\u78b0\":{p:\"p\u00e8ng\",m:\"touch; bump into\",t:\"\u78b0\"},\n\"\u7bc7\":{p:\"pi\u0101n\",m:\"piece of writing; measure word for articles\",t:\"\u7bc7\"},\n\"\u7247\":{p:\"pi\u00e0n\",m:\"slice; piece\",t:\"\u7247\"},\n\"\u6f02\":{p:\"pi\u00e0o\",m:\"beautiful\",t:\"\u6f02\"},\n\"\u74f6\":{p:\"p\u00edng\",m:\"bottle\",t:\"\u74f6\"},\n\"\u5e73\":{p:\"p\u00edng\",m:\"flat; peaceful\",t:\"\u5e73\"},\n\"\u666e\":{p:\"p\u01d4\",m:\"general; common\",t:\"\u666e\"},\n\"\u5176\":{p:\"q\u00ed\",m:\"its; his\/her; that\",t:\"\u5176\"},\n\"\u9a91\":{p:\"q\u00ed\",m:\"ride\",t:\"\u9a0e\"},\n\"\u5343\":{p:\"qi\u0101n\",m:\"thousand\",t:\"\u5343\"},\n\"\u5899\":{p:\"qi\u00e1ng\",m:\"wall\",t:\"\u7246\"},\n\"\u4e14\":{p:\"qi\u011b\",m:\"and; moreover\",t:\"\u4e14\"},\n\"\u6e05\":{p:\"q\u012bng\",m:\"clear; clean\",t:\"\u6e05\"},\n\"\u9752\":{p:\"q\u012bng\",m:\"green; blue\",t:\"\u9752\"},\n\"\u8f7b\":{p:\"q\u012bng\",m:\"light (not heavy)\",t:\"\u8f15\"},\n\"\u6674\":{p:\"q\u00edng\",m:\"sunny\",t:\"\u6674\"},\n\"\u60c5\":{p:\"q\u00edng\",m:\"feeling; emotion\",t:\"\u60c5\"},\n\"\u79cb\":{p:\"qi\u016b\",m:\"autumn\",t:\"\u79cb\"},\n\"\u6c42\":{p:\"qi\u00fa\",m:\"request; seek\",t:\"\u6c42\"},\n\"\u53d6\":{p:\"q\u01d4\",m:\"take; get\",t:\"\u53d6\"},\n\"\u5168\":{p:\"qu\u00e1n\",m:\"whole; all\",t:\"\u5168\"},\n\"\u786e\":{p:\"qu\u00e8\",m:\"certain; definite\",t:\"\u78ba\"},\n\"\u7136\":{p:\"r\u00e1n\",m:\"so; correct; natural\",t:\"\u7136\"},\n\"\u8ba9\":{p:\"r\u00e0ng\",m:\"let; allow\",t:\"\u8b93\"},\n\"\u5982\":{p:\"r\u00fa\",m:\"like; if\",t:\"\u5982\"},\n\"\u5165\":{p:\"r\u00f9\",m:\"enter\",t:\"\u5165\"},\n\"\u8272\":{p:\"s\u00e8\",m:\"color\",t:\"\u8272\"},\n\"\u58f0\":{p:\"sh\u0113ng\",m:\"sound; voice\",t:\"\u8072\"},\n\"\u7701\":{p:\"sh\u011bng\",m:\"province; save\",t:\"\u7701\"},\n\"\u98df\":{p:\"sh\u00ed\",m:\"eat; food\",t:\"\u98df\"},\n\"\u5b9e\":{p:\"sh\u00ed\",m:\"real; true\",t:\"\u5be6\"},\n\"\u4f7f\":{p:\"sh\u01d0\",m:\"make; cause; use\",t:\"\u4f7f\"},\n\"\u9002\":{p:\"sh\u00ec\",m:\"suitable; fit\",t:\"\u9069\"},\n\"\u5ba4\":{p:\"sh\u00ec\",m:\"room\",t:\"\u5ba4\"},\n\"\u5e02\":{p:\"sh\u00ec\",m:\"city; market\",t:\"\u5e02\"},\n\"\u793a\":{p:\"sh\u00ec\",m:\"show; indicate\",t:\"\u793a\"},\n\"\u6536\":{p:\"sh\u014du\",m:\"receive; collect\",t:\"\u6536\"},\n\"\u53d7\":{p:\"sh\u00f2u\",m:\"receive; accept\",t:\"\u53d7\"},\n\"\u8212\":{p:\"sh\u016b\",m:\"comfortable; relax\",t:\"\u8212\"},\n\"\u719f\":{p:\"sh\u00fa \/ sh\u00f3u\",m:\"ripe; familiar\",t:\"\u719f\"},\n\"\u6570\":{p:\"sh\u00f9 \/ sh\u01d4\",m:\"number; count\",t:\"\u6578\"},\n\"\u987a\":{p:\"sh\u00f9n\",m:\"smooth; along\",t:\"\u9806\"},\n\"\u601d\":{p:\"s\u012b\",m:\"think\",t:\"\u601d\"},\n\"\u53f8\":{p:\"s\u012b\",m:\"manage; department\",t:\"\u53f8\"},\n\"\u7b97\":{p:\"su\u00e0n\",m:\"calculate; consider\",t:\"\u7b97\"},\n\"\u867d\":{p:\"su\u012b\",m:\"although\",t:\"\u96d6\"},\n\"\u968f\":{p:\"su\u00ed\",m:\"follow\",t:\"\u96a8\"},\n\"\u6240\":{p:\"su\u01d2\",m:\"place\",t:\"\u6240\"},\n\"\u5b83\":{p:\"t\u0101\",m:\"it\",t:\"\u5b83\"},\n\"\u6001\":{p:\"t\u00e0i\",m:\"state; condition\",t:\"\u614b\"},\n\"\u5802\":{p:\"t\u00e1ng\",m:\"hall; measure word for classes\",t:\"\u5802\"},\n\"\u8ba8\":{p:\"t\u01ceo\",m:\"discuss; ask for\",t:\"\u8a0e\"},\n\"\u5957\":{p:\"t\u00e0o\",m:\"set; cover\",t:\"\u5957\"},\n\"\u7279\":{p:\"t\u00e8\",m:\"special\",t:\"\u7279\"},\n\"\u75bc\":{p:\"t\u00e9ng\",m:\"ache; hurt\",t:\"\u75bc\"},\n\"\u63d0\":{p:\"t\u00ed\",m:\"carry; raise; mention\",t:\"\u63d0\"},\n\"\u9898\":{p:\"t\u00ed\",m:\"topic; question\",t:\"\u984c\"},\n\"\u94c1\":{p:\"ti\u011b\",m:\"iron\",t:\"\u9435\"},\n\"\u5ead\":{p:\"t\u00edng\",m:\"courtyard\",t:\"\u5ead\"},\n\"\u505c\":{p:\"t\u00edng\",m:\"stop\",t:\"\u505c\"},\n\"\u633a\":{p:\"t\u01d0ng\",m:\"quite; very\",t:\"\u633a\"},\n\"\u901a\":{p:\"t\u014dng\",m:\"pass through; communicate\",t:\"\u901a\"},\n\"\u5934\":{p:\"t\u00f3u\",m:\"head\",t:\"\u982d\"},\n\"\u63a8\":{p:\"tu\u012b\",m:\"push\",t:\"\u63a8\"},\n\"\u817f\":{p:\"tu\u01d0\",m:\"leg\",t:\"\u817f\"},\n\"\u5b8c\":{p:\"w\u00e1n\",m:\"finish; complete\",t:\"\u5b8c\"},\n\"\u7897\":{p:\"w\u01cen\",m:\"bowl\",t:\"\u7897\"},\n\"\u4e07\":{p:\"w\u00e0n\",m:\"ten thousand\",t:\"\u842c\"},\n\"\u5f80\":{p:\"w\u01ceng\",m:\"toward\",t:\"\u5f80\"},\n\"\u4f4d\":{p:\"w\u00e8i\",m:\"seat; measure word for people\",t:\"\u4f4d\"},\n\"\u5582\":{p:\"w\u00e8i\",m:\"hello (on the phone); feed\",t:\"\u5582\"},\n\"\u4e3a\":{p:\"w\u00e8i\",m:\"for; because of\",t:\"\u70ba\"},\n\"\u5473\":{p:\"w\u00e8i\",m:\"taste; flavor\",t:\"\u5473\"},\n\"\u6e29\":{p:\"w\u0113n\",m:\"warm\",t:\"\u6eab\"},\n\"\u95fb\":{p:\"w\u00e9n\",m:\"hear; smell; news\",t:\"\u805e\"},\n\"\u52a1\":{p:\"w\u00f9\",m:\"affair; task\",t:\"\u52d9\"},\n\"\u7269\":{p:\"w\u00f9\",m:\"thing; object\",t:\"\u7269\"},\n\"\u590f\":{p:\"xi\u00e0\",m:\"summer\",t:\"\u590f\"},\n\"\u76f8\":{p:\"xi\u0101ng\",m:\"each other; mutual\",t:\"\u76f8\"},\n\"\u54cd\":{p:\"xi\u01ceng\",m:\"make a sound; sound\",t:\"\u97ff\"},\n\"\u5411\":{p:\"xi\u00e0ng\",m:\"toward\",t:\"\u5411\"},\"\u50cf\":{p:\"xi\u00e0ng\",m:\"resemble; like\",t:\"\u50cf\"},\n\"\u978b\":{p:\"xi\u00e9\",m:\"shoes\",t:\"\u978b\"},\n\"\u5fc3\":{p:\"x\u012bn\",m:\"heart\",t:\"\u5fc3\"},\n\"\u4fe1\":{p:\"x\u00ecn\",m:\"letter; trust; believe\",t:\"\u4fe1\"},\n\"\u59d3\":{p:\"x\u00ecng\",m:\"surname\",t:\"\u59d3\"},\n\"\u987b\":{p:\"x\u016b\",m:\"must\",t:\"\u9808\"},\n\"\u8bb8\":{p:\"x\u01d4\",m:\"allow; perhaps\",t:\"\u8a31\"},\n\"\u9009\":{p:\"xu\u01cen\",m:\"choose\",t:\"\u9078\"},\n\"\u96ea\":{p:\"xu\u011b\",m:\"snow\",t:\"\u96ea\"},\n\"\u8a00\":{p:\"y\u00e1n\",m:\"speech; words\",t:\"\u8a00\"},\n\"\u989c\":{p:\"y\u00e1n\",m:\"face; color\",t:\"\u984f\"},\n\"\u773c\":{p:\"y\u01cen\",m:\"eye\",t:\"\u773c\"},\n\"\u9633\":{p:\"y\u00e1ng\",m:\"sun; positive\",t:\"\u967d\"},\n\"\u517b\":{p:\"y\u01ceng\",m:\"raise; keep; nourish\",t:\"\u990a\"},\n\"\u836f\":{p:\"y\u00e0o\",m:\"medicine\",t:\"\u85e5\"},\n\"\u591c\":{p:\"y\u00e8\",m:\"night\",t:\"\u591c\"},\n\"\u4e1a\":{p:\"y\u00e8\",m:\"industry; profession\",t:\"\u696d\"},\n\"\u5b9c\":{p:\"y\u00ed\",m:\"suitable\",t:\"\u5b9c\"},\n\"\u4ee5\":{p:\"y\u01d0\",m:\"by means of; with\",t:\"\u4ee5\"},\n\"\u6905\":{p:\"y\u01d0\",m:\"chair\",t:\"\u6905\"},\n\"\u5df2\":{p:\"y\u01d0\",m:\"already\",t:\"\u5df2\"},\n\"\u610f\":{p:\"y\u00ec\",m:\"meaning; idea\",t:\"\u610f\"},\n\"\u4ebf\":{p:\"y\u00ec\",m:\"hundred million\",t:\"\u5104\"},\n\"\u9634\":{p:\"y\u012bn\",m:\"cloudy; yin\",t:\"\u9670\"},\n\"\u97f3\":{p:\"y\u012bn\",m:\"sound\",t:\"\u97f3\"},\n\"\u56e0\":{p:\"y\u012bn\",m:\"because; cause\",t:\"\u56e0\"},\n\"\u94f6\":{p:\"y\u00edn\",m:\"silver; bank\",t:\"\u9280\"},\n\"\u5370\":{p:\"y\u00ecn\",m:\"print; seal\",t:\"\u5370\"},\n\"\u82f1\":{p:\"y\u012bng\",m:\"England; English\",t:\"\u82f1\"},\n\"\u5e94\":{p:\"y\u012bng\",m:\"should; ought to\",t:\"\u61c9\"},\n\"\u8fce\":{p:\"y\u00edng\",m:\"welcome\",t:\"\u8fce\"},\n\"\u6c38\":{p:\"y\u01d2ng\",m:\"forever\",t:\"\u6c38\"},\n\"\u6e38\":{p:\"y\u00f3u\",m:\"travel\",t:\"\u904a\"},\n\"\u7531\":{p:\"y\u00f3u\",m:\"from; because of\",t:\"\u7531\"},\n\"\u6cb9\":{p:\"y\u00f3u\",m:\"oil\",t:\"\u6cb9\"},\n\"\u53c8\":{p:\"y\u00f2u\",m:\"again\",t:\"\u53c8\"},\n\"\u4e8e\":{p:\"y\u00fa\",m:\"in; at; from\",t:\"\u65bc\"},\n\"\u9c7c\":{p:\"y\u00fa\",m:\"fish\",t:\"\u9b5a\"},\n\"\u80b2\":{p:\"y\u00f9\",m:\"educate; raise\",t:\"\u80b2\"},\n\"\u539f\":{p:\"yu\u00e1n\",m:\"original; plain\",t:\"\u539f\"},\n\"\u56ed\":{p:\"yu\u00e1n\",m:\"garden; park\",t:\"\u5712\"},\n\"\u613f\":{p:\"yu\u00e0n\",m:\"wish; be willing\",t:\"\u9858\"},\n\"\u8d8a\":{p:\"yu\u00e8\",m:\"surpass; more\",t:\"\u8d8a\"},\n\"\u4e91\":{p:\"y\u00fan\",m:\"cloud\",t:\"\u96f2\"},\n\"\u8fd0\":{p:\"y\u00f9n\",m:\"transport; luck\",t:\"\u904b\"},\n\"\u54b1\":{p:\"z\u00e1n\",m:\"we (including the listener)\",t:\"\u54b1\"},\n\"\u810f\":{p:\"z\u0101ng\",m:\"dirty\",t:\"\u9ad2\"},\n\"\u6fa1\":{p:\"z\u01ceo\",m:\"bath\",t:\"\u6fa1\"},\n\"\u5360\":{p:\"zh\u00e0n\",m:\"occupy\",t:\"\u5360\"},\n\"\u957f\":{p:\"ch\u00e1ng\",m:\"long\",t:\"\u9577\"},\n\"\u7167\":{p:\"zh\u00e0o\",m:\"shine; take a photo\",t:\"\u7167\"},\n\"\u8005\":{p:\"zh\u011b\",m:\"person who...\",t:\"\u8005\"},\n\"\u76f4\":{p:\"zh\u00ed\",m:\"straight; directly\",t:\"\u76f4\"},\n\"\u53ea\":{p:\"zh\u01d0\",m:\"only\",t:\"\u53ea\"},\n\"\u7eb8\":{p:\"zh\u01d0\",m:\"paper\",t:\"\u7d19\"},\n\"\u949f\":{p:\"zh\u014dng\",m:\"clock; bell\",t:\"\u9418\"},\n\"\u5468\":{p:\"zh\u014du\",m:\"week; around\",t:\"\u5468\"},\n\"\u4e3b\":{p:\"zh\u01d4\",m:\"owner; main\",t:\"\u4e3b\"},\n\"\u52a9\":{p:\"zh\u00f9\",m:\"help; assist\",t:\"\u52a9\"},\n\"\u88c5\":{p:\"zhu\u0101ng\",m:\"install; pretend; pack\",t:\"\u88dd\"},\n\"\u81ea\":{p:\"z\u00ec\",m:\"self\",t:\"\u81ea\"},\n\"\u79df\":{p:\"z\u016b\",m:\"rent\",t:\"\u79df\"},\n\"\u7ec4\":{p:\"z\u01d4\",m:\"group\",t:\"\u7d44\"},\n\"\u5634\":{p:\"zu\u01d0\",m:\"mouth\",t:\"\u5634\"},\n\"\u5ea7\":{p:\"zu\u00f2\",m:\"seat; measure word for buildings\",t:\"\u5ea7\"},\n\"\u6309\":{p:\"\u00e0n\",m:\"press; according to\",t:\"\u6309\"},\n\"\u628a\":{p:\"b\u01ce\",m:\"hold; take; measure word\",t:\"\u628a\"},\n\"\u642c\":{p:\"b\u0101n\",m:\"move; carry\",t:\"\u642c\"},\n\"\u4fdd\":{p:\"b\u01ceo\",m:\"protect; keep\",t:\"\u4fdd\"},\n\"\u88ab\":{p:\"b\u00e8i\",m:\"by; passive marker\",t:\"\u88ab\"},\n\n\n\n\n\n\n\n\n\n\n\"\u5e01\":{p:\"b\u00ec\",m:\"currency; money\",t:\"\u5e63\"},\n\"\u6807\":{p:\"bi\u0101o\",m:\"mark; sign; standard\",t:\"\u6a19\"},\"\u5e76\":{p:\"b\u00ecng\",m:\"and; combine\",t:\"\u4e26\"},\n\"\u64ad\":{p:\"b\u014d\",m:\"broadcast; sow\",t:\"\u64ad\"},\"\u8865\":{p:\"b\u01d4\",m:\"repair; supplement\",t:\"\u88dc\"},\n\"\u5e03\":{p:\"b\u00f9\",m:\"cloth; spread\",t:\"\u5e03\"},\"\u6b65\":{p:\"b\u00f9\",m:\"step; walk\",t:\"\u6b65\"},\n\"\u6750\":{p:\"c\u00e1i\",m:\"material; talent\",t:\"\u6750\"},\"\u5f69\":{p:\"c\u01cei\",m:\"color; splendid\",t:\"\u5f69\"},\n\"\u91c7\":{p:\"c\u01cei\",m:\"pick; collect\",t:\"\u63a1\"},\"\u66fe\":{p:\"c\u00e9ng\",m:\"once; formerly\",t:\"\u66fe\"},\n\"\u5bdf\":{p:\"ch\u00e1\",m:\"examine; observe\",t:\"\u5bdf\"},\"\u4ea7\":{p:\"ch\u01cen\",m:\"produce; give birth\",t:\"\u7522\"},\n\"\u5382\":{p:\"ch\u01ceng\",m:\"factory\",t:\"\u5ee0\"},\"\u671d\":{p:\"ch\u00e1o\",m:\"toward; dynasty\",t:\"\u671d\"},\n\"\u5435\":{p:\"ch\u01ceo\",m:\"noisy; argue\",t:\"\u5435\"},\"\u886c\":{p:\"ch\u00e8n\",m:\"match; lining\",t:\"\u896f\"},\n\"\u7a0b\":{p:\"ch\u00e9ng\",m:\"process; journey; course\",t:\"\u7a0b\"},\"\u57ce\":{p:\"ch\u00e9ng\",m:\"city\",t:\"\u57ce\"},\n\"\u6301\":{p:\"ch\u00ed\",m:\"hold; maintain\",t:\"\u6301\"},\"\u5145\":{p:\"ch\u014dng\",m:\"fill; charge\",t:\"\u5145\"},\n\"\u521d\":{p:\"ch\u016b\",m:\"beginning; first\",t:\"\u521d\"},\"\u9664\":{p:\"ch\u00fa\",m:\"remove; except\",t:\"\u9664\"},\n\"\u7840\":{p:\"ch\u01d4\",m:\"foundation (used in \u57fa\u7840)\",t:\"\u790e\"},\"\u4f20\":{p:\"chu\u00e1n\",m:\"pass on; spread\",t:\"\u50b3\"},\n\"\u521b\":{p:\"chu\u00e0ng\",m:\"create; start\",t:\"\u5275\"},\"\u6b64\":{p:\"c\u01d0\",m:\"this\",t:\"\u6b64\"},\n\"\u6751\":{p:\"c\u016bn\",m:\"village\",t:\"\u6751\"},\"\u5b58\":{p:\"c\u00fan\",m:\"exist; save\",t:\"\u5b58\"},\n\"\u8fbe\":{p:\"d\u00e1\",m:\"reach; achieve\",t:\"\u9054\"},\"\u5f85\":{p:\"d\u00e0i\",m:\"wait; treat; stay\",t:\"\u5f85\"},\n\"\u4ee3\":{p:\"d\u00e0i\",m:\"generation; replace\",t:\"\u4ee3\"},\"\u5200\":{p:\"d\u0101o\",m:\"knife\",t:\"\u5200\"},\n\"\u5bfc\":{p:\"d\u01ceo\",m:\"guide; lead\",t:\"\u5c0e\"},\"\u5e95\":{p:\"d\u01d0\",m:\"bottom; base\",t:\"\u5e95\"},\n\"\u8c03\":{p:\"ti\u00e1o\",m:\"adjust; regulate\",t:\"\u8abf\"},\"\u8ba2\":{p:\"d\u00ecng\",m:\"order; book; decide\",t:\"\u8a02\"},\n\"\u987f\":{p:\"d\u00f9n\",m:\"pause; meal; suddenly\",t:\"\u9813\"},\n\"\u65ad\":{p:\"du\u00e0n\",m:\"break; decide; cut off\",t:\"\u65b7\"},\"\u70e6\":{p:\"f\u00e1n\",m:\"annoyed; troublesome\",t:\"\u7169\"},\n\"\u53cd\":{p:\"f\u01cen\",m:\"opposite; return\",t:\"\u53cd\"},\"\u8303\":{p:\"f\u00e0n\",m:\"model; example; surname\",t:\"\u7bc4\"},\n\"\u9632\":{p:\"f\u00e1ng\",m:\"prevent; defend\",t:\"\u9632\"},\"\u8bbf\":{p:\"f\u01ceng\",m:\"visit; interview\",t:\"\u8a2a\"},\n\"\u5561\":{p:\"f\u0113i\",m:\"coffee (used in \u5496\u5561)\",t:\"\u5561\"},\"\u8d39\":{p:\"f\u00e8i\",m:\"cost; spend\",t:\"\u8cbb\"},\n\"\u4e30\":{p:\"f\u0113ng\",m:\"abundant; rich\",t:\"\u8c50\"},\"\u5426\":{p:\"f\u01d2u\",m:\"no; deny\",t:\"\u5426\"},\n\"\u592b\":{p:\"f\u016b\",m:\"husband; man\",t:\"\u592b\"},\"\u798f\":{p:\"f\u00fa\",m:\"fortune; blessing\",t:\"\u798f\"},\n\"\u5bcc\":{p:\"f\u00f9\",m:\"rich; wealthy\",t:\"\u5bcc\"},\"\u4ed8\":{p:\"f\u00f9\",m:\"pay; hand over\",t:\"\u4ed8\"},\n\"\u8d1f\":{p:\"f\u00f9\",m:\"carry; negative; owe\",t:\"\u8ca0\"},\"\u7236\":{p:\"f\u00f9\",m:\"father\",t:\"\u7236\"},\n\"\u6982\":{p:\"g\u00e0i\",m:\"general; approximate\",t:\"\u6982\"},\"\u8d76\":{p:\"g\u01cen\",m:\"hurry; catch up\",t:\"\u8d95\"},\n\"\u6562\":{p:\"g\u01cen\",m:\"dare\",t:\"\u6562\"},\"\u683c\":{p:\"g\u00e9\",m:\"standard; style; case\",t:\"\u683c\"},\n\"\u5404\":{p:\"g\u00e8\",m:\"each; every\",t:\"\u5404\"},\"\u6839\":{p:\"g\u0113n\",m:\"root; measure word for long objects\",t:\"\u6839\"},\n\"\u529f\":{p:\"g\u014dng\",m:\"achievement; work\",t:\"\u529f\"},\"\u59d1\":{p:\"g\u016b\",m:\"aunt (father's sister)\",t:\"\u59d1\"},\n\"\u53e4\":{p:\"g\u01d4\",m:\"ancient\",t:\"\u53e4\"},\"\u6302\":{p:\"gu\u00e0\",m:\"hang; suspend\",t:\"\u639b\"},\n\"\u602a\":{p:\"gu\u00e0i\",m:\"strange; blame\",t:\"\u602a\"},\"\u7ba1\":{p:\"gu\u01cen\",m:\"manage; care about\",t:\"\u7ba1\"},\n\"\u5149\":{p:\"gu\u0101ng\",m:\"light; only\",t:\"\u5149\"},\"\u89c4\":{p:\"gu\u012b\",m:\"rule; regulation\",t:\"\u898f\"},\n\"\u54c8\":{p:\"h\u0101\",m:\"ha; laugh sound\",t:\"\u54c8\"},\"\u5bb3\":{p:\"h\u00e0i\",m:\"harm; worry\",t:\"\u5bb3\"},\n\"\u4f55\":{p:\"h\u00e9\",m:\"what; how\",t:\"\u4f55\"},\"\u4e92\":{p:\"h\u00f9\",m:\"mutual; each other\",t:\"\u4e92\"},\n\"\u534e\":{p:\"hu\u00e1\",m:\"China; splendid\",t:\"\u83ef\"},\"\u5316\":{p:\"hu\u00e0\",m:\"change; transform\",t:\"\u5316\"},\n\"\u73af\":{p:\"hu\u00e1n\",m:\"circle; environment\",t:\"\u74b0\"},\"\u5a5a\":{p:\"h\u016bn\",m:\"marriage\",t:\"\u5a5a\"},\n\"\u57fa\":{p:\"j\u012b\",m:\"base; foundation\",t:\"\u57fa\"},\"\u79ef\":{p:\"j\u012b\",m:\"accumulate; product\",t:\"\u7a4d\"},\n\"\u53ca\":{p:\"j\u00ed\",m:\"reach; and\",t:\"\u53ca\"},\"\u96c6\":{p:\"j\u00ed\",m:\"gather; collect\",t:\"\u96c6\"},\n\"\u6781\":{p:\"j\u00ed\",m:\"extreme; extremely\",t:\"\u6975\"},\"\u6d4e\":{p:\"j\u00ec\",m:\"help; benefit; economy\",t:\"\u6fdf\"},\n\"\u7ee7\":{p:\"j\u00ec\",m:\"continue; inherit\",t:\"\u7e7c\"},\"\u7eaa\":{p:\"j\u00ec\",m:\"record; century; discipline\",t:\"\u7d00\"},\n\"\u6280\":{p:\"j\u00ec\",m:\"skill; technique\",t:\"\u6280\"},\"\u4ef7\":{p:\"ji\u00e0\",m:\"price; value\",t:\"\u50f9\"},\n\"\u67b6\":{p:\"ji\u00e0\",m:\"shelf; frame; build\",t:\"\u67b6\"},\"\u575a\":{p:\"ji\u0101n\",m:\"firm; strong\",t:\"\u5805\"},\n\"\u7b80\":{p:\"ji\u01cen\",m:\"simple; brief\",t:\"\u7c21\"},\"\u5efa\":{p:\"ji\u00e0n\",m:\"build; establish\",t:\"\u5efa\"},\n\"\u5c06\":{p:\"ji\u0101ng\",m:\"will; take\",t:\"\u5c07\"},\"\u8549\":{p:\"ji\u0101o\",m:\"banana (used in \u9999\u8549)\",t:\"\u8549\"},\n\"\u8f83\":{p:\"ji\u00e0o\",m:\"compare; relatively\",t:\"\u8f03\"},\"\u89e3\":{p:\"ji\u011b\",m:\"explain; solve; untie\",t:\"\u89e3\"},\n\"\u754c\":{p:\"ji\u00e8\",m:\"boundary; world\",t:\"\u754c\"},\"\u91d1\":{p:\"j\u012bn\",m:\"gold; metal\",t:\"\u91d1\"},\n\"\u7d27\":{p:\"j\u01d0n\",m:\"tight; urgent\",t:\"\u7dca\"},\"\u4ec5\":{p:\"j\u01d0n\",m:\"only; merely\",t:\"\u50c5\"},\n\"\u5c3d\":{p:\"j\u00ecn\",m:\"finish; exhaust\",t:\"\u76e1\"},\"\u7cbe\":{p:\"j\u012bng\",m:\"fine; essence; spirit\",t:\"\u7cbe\"},\n\"\u8b66\":{p:\"j\u01d0ng\",m:\"warn; police\",t:\"\u8b66\"},\"\u666f\":{p:\"j\u01d0ng\",m:\"scenery; view\",t:\"\u666f\"},\n\"\u5883\":{p:\"j\u00ecng\",m:\"situation; environment\",t:\"\u5883\"},\"\u6551\":{p:\"ji\u00f9\",m:\"save; rescue\",t:\"\u6551\"},\n\"\u65e7\":{p:\"ji\u00f9\",m:\"old; former\",t:\"\u820a\"},\"\u5267\":{p:\"j\u00f9\",m:\"drama; play\",t:\"\u5287\"},\n\"\u5177\":{p:\"j\u00f9\",m:\"tool; possess\",t:\"\u5177\"},\"\u636e\":{p:\"j\u00f9\",m:\"according to; evidence\",t:\"\u64da\"},\n\"\u7edd\":{p:\"ju\u00e9\",m:\"cut off; absolute\",t:\"\u7d55\"},\"\u51b3\":{p:\"ju\u00e9\",m:\"decide; determine\",t:\"\u6c7a\"},\n\"\u5496\":{p:\"k\u0101\",m:\"coffee (used in \u5496\u5561)\",t:\"\u5496\"},\"\u6050\":{p:\"k\u01d2ng\",m:\"fear; afraid\",t:\"\u6050\"},\n\"\u82e6\":{p:\"k\u01d4\",m:\"bitter; suffering\",t:\"\u82e6\"},\"\u88e4\":{p:\"k\u00f9\",m:\"pants\",t:\"\u8932\"},\n\"\u51b5\":{p:\"ku\u00e0ng\",m:\"situation; condition\",t:\"\u6cc1\"},\"\u56f0\":{p:\"k\u00f9n\",m:\"trapped; tired\",t:\"\u56f0\"},\n\"\u6d6a\":{p:\"l\u00e0ng\",m:\"wave; waste\",t:\"\u6d6a\"},\"\u7c7b\":{p:\"l\u00e8i\",m:\"type; category\",t:\"\u985e\"},\n\"\u674e\":{p:\"l\u01d0\",m:\"plum; surname\",t:\"\u674e\"},\"\u7acb\":{p:\"l\u00ec\",m:\"stand; establish\",t:\"\u7acb\"},\n\"\u4e3d\":{p:\"l\u00ec\",m:\"beautiful\",t:\"\u9e97\"},\"\u5386\":{p:\"l\u00ec\",m:\"experience; calendar\",t:\"\u6b77\"},\n\"\u8fde\":{p:\"li\u00e1n\",m:\"connect; even\",t:\"\u9023\"},\"\u8054\":{p:\"li\u00e1n\",m:\"connect; unite\",t:\"\u806f\"},\n\"\u70c8\":{p:\"li\u00e8\",m:\"intense; fierce\",t:\"\u70c8\"},\"\u9886\":{p:\"l\u01d0ng\",m:\"lead; receive; collar\",t:\"\u9818\"},\n\"\u53e6\":{p:\"l\u00ecng\",m:\"other; another\",t:\"\u53e6\"},\"\u9f99\":{p:\"l\u00f3ng\",m:\"dragon\",t:\"\u9f8d\"},\n\"\u5f55\":{p:\"l\u00f9\",m:\"record; copy\",t:\"\u9304\"},\"\u4e71\":{p:\"lu\u00e0n\",m:\"messy; chaotic\",t:\"\u4e82\"},\n\"\u843d\":{p:\"lu\u00f2\",m:\"fall; drop\",t:\"\u843d\"},\"\u9ebb\":{p:\"m\u00e1\",m:\"hemp; numb\",t:\"\u9ebb\"},\n\"\u5192\":{p:\"m\u00e0o\",m:\"risk; come out; fake\",t:\"\u5192\"},\"\u5a92\":{p:\"m\u00e9i\",m:\"media; intermediary\",t:\"\u5a92\"},\n\"\u6bcf\":{p:\"m\u011bi\",m:\"every; each\",t:\"\u6bcf\"},\"\u7f8e\":{p:\"m\u011bi\",m:\"beautiful; America\",t:\"\u7f8e\"},\n\"\u8ff7\":{p:\"m\u00ed\",m:\"confused; fascinated\",t:\"\u8ff7\"},\"\u6c11\":{p:\"m\u00edn\",m:\"people; citizen\",t:\"\u6c11\"},\n\"\u547d\":{p:\"m\u00ecng\",m:\"life; fate; order\",t:\"\u547d\"},\"\u67d0\":{p:\"m\u01d2u\",m:\"certain; some\",t:\"\u67d0\"},\n\"\u6bcd\":{p:\"m\u01d4\",m:\"mother; female\",t:\"\u6bcd\"},\"\u6728\":{p:\"m\u00f9\",m:\"wood\",t:\"\u6728\"},\n\"\u5185\":{p:\"n\u00e8i\",m:\"inside; inner\",t:\"\u5167\"},\"\u5ff5\":{p:\"ni\u00e0n\",m:\"read aloud; miss; think of\",t:\"\u5ff5\"},\n\"\u5a18\":{p:\"ni\u00e1ng\",m:\"mother; woman\",t:\"\u5a18\"},\"\u519c\":{p:\"n\u00f3ng\",m:\"farmer; agriculture\",t:\"\u8fb2\"},\n\"\u6696\":{p:\"nu\u01cen\",m:\"warm\",t:\"\u6696\"},\"\u62cd\":{p:\"p\u0101i\",m:\"clap; take a photo\",t:\"\u62cd\"},\n\"\u724c\":{p:\"p\u00e1i\",m:\"card; sign; brand\",t:\"\u724c\"},\"\u6d3e\":{p:\"p\u00e0i\",m:\"send; assign; style\",t:\"\u6d3e\"},\n\"\u5224\":{p:\"p\u00e0n\",m:\"judge; decide\",t:\"\u5224\"},\"\u80d6\":{p:\"p\u00e0ng\",m:\"fat\",t:\"\u80d6\"},\n\"\u914d\":{p:\"p\u00e8i\",m:\"match; pair; fit\",t:\"\u914d\"},\"\u6279\":{p:\"p\u012b\",m:\"criticize; approve; batch\",t:\"\u6279\"},\n\"\u5564\":{p:\"p\u00ed\",m:\"beer (used in \u5564\u9152)\",t:\"\u5564\"},\"\u76ae\":{p:\"p\u00ed\",m:\"skin; leather\",t:\"\u76ae\"},\n\"\u54c1\":{p:\"p\u01d0n\",m:\"product; quality; taste\",t:\"\u54c1\"},\"\u8bc4\":{p:\"p\u00edng\",m:\"comment; evaluate\",t:\"\u8a55\"},\n\"\u82f9\":{p:\"p\u00edng\",m:\"apple (used in \u82f9\u679c)\",t:\"\u860b\"},\"\u7834\":{p:\"p\u00f2\",m:\"break; damaged\",t:\"\u7834\"},\n\"\u9f50\":{p:\"q\u00ed\",m:\"together; even; complete\",t:\"\u9f4a\"},\"\u5947\":{p:\"q\u00ed\",m:\"strange; unusual\",t:\"\u5947\"},\n\"\u5668\":{p:\"q\u00ec\",m:\"tool; device; vessel\",t:\"\u5668\"},\"\u5f3a\":{p:\"qi\u00e1ng\",m:\"strong; powerful\",t:\"\u5f37\"},\n\"\u6865\":{p:\"qi\u00e1o\",m:\"bridge\",t:\"\u6a4b\"},\"\u5de7\":{p:\"qi\u01ceo\",m:\"skillful; clever\",t:\"\u5de7\"},\n\"\u5207\":{p:\"qi\u0113\",m:\"cut\",t:\"\u5207\"},\"\u4eb2\":{p:\"q\u012bn\",m:\"close; relative\",t:\"\u89aa\"},\n\"\u5e86\":{p:\"q\u00ecng\",m:\"celebrate\",t:\"\u6176\"},\"\u533a\":{p:\"q\u016b\",m:\"area; district\",t:\"\u5340\"},\n\"\u7f3a\":{p:\"qu\u0113\",m:\"lack; missing\",t:\"\u7f3a\"},\"\u88d9\":{p:\"q\u00fan\",m:\"skirt\",t:\"\u88d9\"},\n\"\u7fa4\":{p:\"q\u00fan\",m:\"group; crowd\",t:\"\u7fa4\"},\"\u4efb\":{p:\"r\u00e8n\",m:\"allow; appoint; responsibility\",t:\"\u4efb\"},\n\"\u4ecd\":{p:\"r\u00e9ng\",m:\"still; yet\",t:\"\u4ecd\"},\"\u5bb9\":{p:\"r\u00f3ng\",m:\"contain; allow; appearance\",t:\"\u5bb9\"},\n\"\u8d5b\":{p:\"s\u00e0i\",m:\"compete; competition\",t:\"\u8cfd\"},\"\u6563\":{p:\"s\u00e0n\",m:\"scatter; break up\",t:\"\u6563\"},\n\"\u6c99\":{p:\"sh\u0101\",m:\"sand\",t:\"\u6c99\"},\"\u886b\":{p:\"sh\u0101n\",m:\"shirt; garment\",t:\"\u886b\"},\n\"\u5584\":{p:\"sh\u00e0n\",m:\"kind; good; skilled\",t:\"\u5584\"},\"\u4f24\":{p:\"sh\u0101ng\",m:\"hurt; injure\",t:\"\u50b7\"},\n\"\u793e\":{p:\"sh\u00e8\",m:\"society; organization\",t:\"\u793e\"},\"\u8bbe\":{p:\"sh\u00e8\",m:\"set up; establish\",t:\"\u8a2d\"},\n\"\u6df1\":{p:\"sh\u0113n\",m:\"deep\",t:\"\u6df1\"},\"\u795e\":{p:\"sh\u00e9n\",m:\"god; spirit\",t:\"\u795e\"},\n\"\u5347\":{p:\"sh\u0113ng\",m:\"rise; increase\",t:\"\u5347\"},\"\u80dc\":{p:\"sh\u00e8ng\",m:\"win; victory\",t:\"\u52dd\"},\n\"\u5931\":{p:\"sh\u012b\",m:\"lose; miss\",t:\"\u5931\"},\"\u77f3\":{p:\"sh\u00ed\",m:\"stone\",t:\"\u77f3\"},\n\"\u59cb\":{p:\"sh\u01d0\",m:\"begin\",t:\"\u59cb\"},\"\u52bf\":{p:\"sh\u00ec\",m:\"situation; tendency\",t:\"\u52e2\"},\n\"\u4e16\":{p:\"sh\u00ec\",m:\"world; generation\",t:\"\u4e16\"},\"\u5f0f\":{p:\"sh\u00ec\",m:\"style; form\",t:\"\u5f0f\"},\n\"\u9996\":{p:\"sh\u01d2u\",m:\"head; first\",t:\"\u9996\"},\"\u8f93\":{p:\"sh\u016b\",m:\"lose; transport\",t:\"\u8f38\"},\n\"\u5c5e\":{p:\"sh\u01d4\",m:\"belong to\",t:\"\u5c6c\"},\"\u672f\":{p:\"sh\u00f9\",m:\"skill; technique\",t:\"\u8853\"},\n\"\u675f\":{p:\"sh\u00f9\",m:\"bundle; bind\",t:\"\u675f\"},\"\u53cc\":{p:\"shu\u0101ng\",m:\"pair; double\",t:\"\u96d9\"},\n\"\u6b7b\":{p:\"s\u01d0\",m:\"die; dead\",t:\"\u6b7b\"},\"\u4f3c\":{p:\"s\u00ec\",m:\"seem; resemble\",t:\"\u4f3c\"},\n\"\u901f\":{p:\"s\u00f9\",m:\"speed; fast\",t:\"\u901f\"},\"\u53f0\":{p:\"t\u00e1i\",m:\"platform; Taiwan (short form)\",t:\"\u53f0\"},\n\"\u8c08\":{p:\"t\u00e1n\",m:\"talk; discuss\",t:\"\u8ac7\"},\"\u6c64\":{p:\"t\u0101ng\",m:\"soup\",t:\"\u6e6f\"},\n\"\u7cd6\":{p:\"t\u00e1ng\",m:\"sugar\",t:\"\u7cd6\"},\"\u751c\":{p:\"ti\u00e1n\",m:\"sweet\",t:\"\u751c\"},\n\"\u8df3\":{p:\"ti\u00e0o\",m:\"jump\",t:\"\u8df3\"},\"\u75db\":{p:\"t\u00f2ng\",m:\"pain; hurt\",t:\"\u75db\"},\n\"\u7a81\":{p:\"t\u016b\",m:\"sudden; break through\",t:\"\u7a81\"},\"\u571f\":{p:\"t\u01d4\",m:\"earth; soil\",t:\"\u571f\"},\n\"\u56e2\":{p:\"tu\u00e1n\",m:\"group; round\",t:\"\u5718\"},\"\u9000\":{p:\"tu\u00ec\",m:\"retreat; return; quit\",t:\"\u9000\"},\n\"\u671b\":{p:\"w\u00e0ng\",m:\"hope; look toward\",t:\"\u671b\"},\"\u5371\":{p:\"w\u0113i\",m:\"danger; dangerous\",t:\"\u5371\"},\n\"\u56f4\":{p:\"w\u00e9i\",m:\"surround\",t:\"\u570d\"},\"\u4f1f\":{p:\"w\u011bi\",m:\"great; grand\",t:\"\u5049\"},\n\"\u536b\":{p:\"w\u00e8i\",m:\"protect; guard\",t:\"\u885b\"},\"\u63e1\":{p:\"w\u00f2\",m:\"hold; grasp\",t:\"\u63e1\"},\n\"\u5c4b\":{p:\"w\u016b\",m:\"house; room\",t:\"\u5c4b\"},\"\u821e\":{p:\"w\u01d4\",m:\"dance\",t:\"\u821e\"},\n\"\u6b66\":{p:\"w\u01d4\",m:\"martial; military\",t:\"\u6b66\"},\"\u8bef\":{p:\"w\u00f9\",m:\"mistake; misunderstand\",t:\"\u8aa4\"},\n\"\u5e0c\":{p:\"x\u012b\",m:\"hope\",t:\"\u5e0c\"},\"\u620f\":{p:\"x\u00ec\",m:\"play; drama\",t:\"\u6232\"},\n\"\u9669\":{p:\"xi\u01cen\",m:\"dangerous; risk\",t:\"\u96aa\"},\"\u663e\":{p:\"xi\u01cen\",m:\"show; obvious\",t:\"\u986f\"},\n\"\u7ebf\":{p:\"xi\u00e0n\",m:\"line; thread\",t:\"\u7dda\"},\"\u7bb1\":{p:\"xi\u0101ng\",m:\"box; case\",t:\"\u7bb1\"},\n\"\u9999\":{p:\"xi\u0101ng\",m:\"fragrant; incense\",t:\"\u9999\"},\"\u4e61\":{p:\"xi\u0101ng\",m:\"hometown; village\",t:\"\u9109\"},\n\"\u8c61\":{p:\"xi\u00e0ng\",m:\"elephant; image\",t:\"\u8c61\"},\"\u6d88\":{p:\"xi\u0101o\",m:\"disappear; cancel\",t:\"\u6d88\"},\n\"\u6548\":{p:\"xi\u00e0o\",m:\"effect; result\",t:\"\u6548\"},\"\u5f62\":{p:\"x\u00edng\",m:\"shape; form\",t:\"\u5f62\"},\n\"\u5e78\":{p:\"x\u00ecng\",m:\"lucky; fortunate\",t:\"\u5e78\"},\"\u6027\":{p:\"x\u00ecng\",m:\"nature; character; gender\",t:\"\u6027\"},\n\"\u4fee\":{p:\"xi\u016b\",m:\"repair; cultivate\",t:\"\u4fee\"},\"\u9700\":{p:\"x\u016b\",m:\"need\",t:\"\u9700\"},\n\"\u7eed\":{p:\"x\u00f9\",m:\"continue\",t:\"\u7e8c\"},\"\u5ba3\":{p:\"xu\u0101n\",m:\"announce; spread\",t:\"\u5ba3\"},\n\"\u8840\":{p:\"xu\u00e8\",m:\"blood\",t:\"\u8840\"},\"\u8bad\":{p:\"x\u00f9n\",m:\"teach; train\",t:\"\u8a13\"},\n\"\u538b\":{p:\"y\u0101\",m:\"press; suppress\",t:\"\u58d3\"},\"\u70df\":{p:\"y\u0101n\",m:\"smoke\",t:\"\u7159\"},\n\"\u6f14\":{p:\"y\u01cen\",m:\"perform; act\",t:\"\u6f14\"},\"\u9a8c\":{p:\"y\u00e0n\",m:\"test; examine\",t:\"\u9a57\"},\n\"\u7f8a\":{p:\"y\u00e1ng\",m:\"sheep\",t:\"\u7f8a\"},\"\u4e49\":{p:\"y\u00ec\",m:\"meaning; righteousness\",t:\"\u7fa9\"},\n\"\u6613\":{p:\"y\u00ec\",m:\"easy; change\",t:\"\u6613\"},\"\u8bae\":{p:\"y\u00ec\",m:\"discuss; opinion\",t:\"\u8b70\"},\n\"\u827a\":{p:\"y\u00ec\",m:\"art; skill\",t:\"\u85dd\"},\"\u8425\":{p:\"y\u00edng\",m:\"operate; camp\",t:\"\u71df\"},\n\"\u8d62\":{p:\"y\u00edng\",m:\"win\",t:\"\u8d0f\"},\"\u6cf3\":{p:\"y\u01d2ng\",m:\"swim\",t:\"\u6cf3\"},\n\"\u4f18\":{p:\"y\u014du\",m:\"excellent; advantage\",t:\"\u512a\"},\"\u90ae\":{p:\"y\u00f3u\",m:\"mail; post\",t:\"\u90f5\"},\n\"\u9884\":{p:\"y\u00f9\",m:\"prepare; beforehand\",t:\"\u9810\"},\"\u5458\":{p:\"yu\u00e1n\",m:\"member; employee\",t:\"\u54e1\"},\n\"\u7ea6\":{p:\"yu\u0113\",m:\"agreement; approximately\",t:\"\u7d04\"},\"\u6742\":{p:\"z\u00e1\",m:\"mixed; miscellaneous\",t:\"\u96dc\"},\n\"\u9020\":{p:\"z\u00e0o\",m:\"make; create\",t:\"\u9020\"},\"\u8d23\":{p:\"z\u00e9\",m:\"responsibility; blame\",t:\"\u8cac\"},\n\"\u589e\":{p:\"z\u0113ng\",m:\"increase\",t:\"\u589e\"},\"\u5c55\":{p:\"zh\u01cen\",m:\"develop; display\",t:\"\u5c55\"},\n\"\u7ae0\":{p:\"zh\u0101ng\",m:\"chapter; seal\",t:\"\u7ae0\"},\"\u5f20\":{p:\"zh\u0101ng\",m:\"open; measure word for flat objects\",t:\"\u5f35\"},\n\"\u4e89\":{p:\"zh\u0113ng\",m:\"compete; argue\",t:\"\u722d\"},\"\u6574\":{p:\"zh\u011bng\",m:\"whole; organize\",t:\"\u6574\"},\n\"\u8bc1\":{p:\"zh\u00e8ng\",m:\"proof; certificate\",t:\"\u8b49\"},\"\u6c41\":{p:\"zh\u012b\",m:\"juice\",t:\"\u6c41\"},\n\"\u652f\":{p:\"zh\u012b\",m:\"support; measure word\",t:\"\u652f\"},\"\u804c\":{p:\"zh\u00ed\",m:\"job; duty\",t:\"\u8077\"},\n\"\u503c\":{p:\"zh\u00ed\",m:\"value; be worth\",t:\"\u503c\"},\"\u6b62\":{p:\"zh\u01d0\",m:\"stop\",t:\"\u6b62\"},\n\"\u6307\":{p:\"zh\u01d0\",m:\"point; finger\",t:\"\u6307\"},\"\u5fd7\":{p:\"zh\u00ec\",m:\"ambition; record\",t:\"\u5fd7\"},\n\"\u5236\":{p:\"zh\u00ec\",m:\"make; system; control\",t:\"\u5236\"},\"\u81f3\":{p:\"zh\u00ec\",m:\"arrive; to\",t:\"\u81f3\"},\n\"\u7ec8\":{p:\"zh\u014dng\",m:\"end; finally\",t:\"\u7d42\"},\"\u79cd\":{p:\"zh\u01d2ng\",m:\"kind; type\",t:\"\u7a2e\"},\n\"\u4f17\":{p:\"zh\u00f2ng\",m:\"many; crowd\",t:\"\u773e\"},\"\u732a\":{p:\"zh\u016b\",m:\"pig\",t:\"\u8c6c\"},\n\"\u795d\":{p:\"zh\u00f9\",m:\"wish; congratulate\",t:\"\u795d\"},\"\u6ce8\":{p:\"zh\u00f9\",m:\"note; pour; focus\",t:\"\u6ce8\"},\n\"\u6293\":{p:\"zhu\u0101\",m:\"grab; catch\",t:\"\u6293\"},\"\u4e13\":{p:\"zhu\u0101n\",m:\"special; focused\",t:\"\u5c08\"},\n\"\u8f6c\":{p:\"zhu\u01cen\",m:\"turn; change\",t:\"\u8f49\"},\"\u72b6\":{p:\"zhu\u00e0ng\",m:\"condition; form\",t:\"\u72c0\"},\n\"\u8ffd\":{p:\"zhu\u012b\",m:\"chase; pursue\",t:\"\u8ffd\"},\"\u8d44\":{p:\"z\u012b\",m:\"resources; capital\",t:\"\u8cc7\"},\n\"\u603b\":{p:\"z\u01d2ng\",m:\"total; always\",t:\"\u7e3d\"},\"\u65cf\":{p:\"z\u00fa\",m:\"group; race; nationality\",t:\"\u65cf\"},\n\"\u8db3\":{p:\"z\u00fa\",m:\"foot; enough\",t:\"\u8db3\"},\n\"\u788d\":{p:\"\u00e0i\",m:\"hinder; obstruct\",t:\"\u7919\"},\"\u5cb8\":{p:\"\u00e0n\",m:\"shore; bank; coast\",t:\"\u5cb8\"},\n\"\u62d4\":{p:\"b\u00e1\",m:\"pull out; uproot; select\",t:\"\u62d4\"},\"\u62dc\":{p:\"b\u00e0i\",m:\"worship; pay respects; visit\",t:\"\u62dc\"},\n\"\u7248\":{p:\"b\u01cen\",m:\"edition; version; printing plate\",t:\"\u7248\"},\"\u626e\":{p:\"b\u00e0n\",m:\"dress up; play a role\",t:\"\u626e\"},\n\"\u68d2\":{p:\"b\u00e0ng\",m:\"stick; excellent; great\",t:\"\u68d2\"},\"\u60b2\":{p:\"b\u0113i\",m:\"sad; sorrowful; tragic\",t:\"\u60b2\"},\n\"\u8f88\":{p:\"b\u00e8i\",m:\"generation; lifetime; class\",t:\"\u8f29\"},\"\u9f3b\":{p:\"b\u00ed\",m:\"nose\",t:\"\u9f3b\"},\n\"\u5f7c\":{p:\"b\u01d0\",m:\"that; those; the other\",t:\"\u5f7c\"},\"\u58c1\":{p:\"b\u00ec\",m:\"wall; cliff; barrier\",t:\"\u58c1\"},\n\"\u5bbe\":{p:\"b\u012bn\",m:\"guest; visitor\",t:\"\u8cd3\"},\"\u997c\":{p:\"b\u01d0ng\",m:\"cake; biscuit; flatbread\",t:\"\u9905\"},\n\"\u73bb\":{p:\"b\u014d\",m:\"glass (as in \u73bb\u7483)\",t:\"\u73bb\"},\"\u535a\":{p:\"b\u00f3\",m:\"broad; abundant; learned\",t:\"\u535a\"},\n\"\u731c\":{p:\"c\u0101i\",m:\"guess; suspect\",t:\"\u731c\"},\"\u88c1\":{p:\"c\u00e1i\",m:\"cut; judge; tailor\",t:\"\u88c1\"},\n\"\u518c\":{p:\"c\u00e8\",m:\"book; volume; register\",t:\"\u518a\"},\"\u63d2\":{p:\"ch\u0101\",m:\"insert; stick in; plug\",t:\"\u63d2\"},\n\"\u53c9\":{p:\"ch\u0101\",m:\"fork; cross; diverge\",t:\"\u53c9\"},\"\u62c6\":{p:\"ch\u0101i\",m:\"take apart; dismantle\",t:\"\u62c6\"},\n\"\u67f4\":{p:\"ch\u00e1i\",m:\"firewood\",t:\"\u67f4\"},\"\u80a0\":{p:\"ch\u00e1ng\",m:\"intestine; gut\",t:\"\u8178\"},\n\"\u507f\":{p:\"ch\u00e1ng\",m:\"compensate; repay\",t:\"\u511f\"},\"\u5c1d\":{p:\"ch\u00e1ng\",m:\"taste; try\",t:\"\u5617\"},\n\"\u5021\":{p:\"ch\u00e0ng\",m:\"advocate; initiate\",t:\"\u5021\"},\"\u4e58\":{p:\"ch\u00e9ng\",m:\"ride; take (transport); multiply\",t:\"\u4e58\"},\n\"\u6c60\":{p:\"ch\u00ed\",m:\"pond; pool\",t:\"\u6c60\"},\"\u6101\":{p:\"ch\u00f3u\",m:\"worry; sorrow\",t:\"\u6101\"},\n\"\u4e11\":{p:\"ch\u01d2u\",m:\"ugly; shameful\",t:\"\u919c\"},\"\u81ed\":{p:\"ch\u00f2u\",m:\"smelly; bad odor\",t:\"\u81ed\"},\n\"\u53a8\":{p:\"ch\u00fa\",m:\"kitchen; chef\",t:\"\u5eda\"},\"\u89e6\":{p:\"ch\u00f9\",m:\"touch; contact; affect\",t:\"\u89f8\"},\n\"\u95ef\":{p:\"chu\u01ceng\",m:\"rush; break into; venture\",t:\"\u95d6\"},\"\u8f9e\":{p:\"c\u00ed\",m:\"resign; words; dictionary entry\",t:\"\u8fad\"},\n\"\u806a\":{p:\"c\u014dng\",m:\"clever; intelligent\",t:\"\u8070\"},\"\u8106\":{p:\"cu\u00ec\",m:\"crispy; brittle; fragile\",t:\"\u8106\"},\n\"\u5446\":{p:\"d\u0101i\",m:\"stay; blank; dull\",t:\"\u5446\"},\"\u8d37\":{p:\"d\u00e0i\",m:\"lend; loan\",t:\"\u8cb8\"},\n\"\u80c6\":{p:\"d\u01cen\",m:\"gallbladder; courage; bravery\",t:\"\u81bd\"},\"\u5f39\":{p:\"d\u00e0n\",m:\"bullet; shot; bomb; play (music)\",t:\"\u5f48\"},\n\"\u65e6\":{p:\"d\u00e0n\",m:\"dawn; daybreak; once\",t:\"\u65e6\"},\"\u6321\":{p:\"d\u01ceng\",m:\"block; stop; resist\",t:\"\u64cb\"},\n\"\u5fb7\":{p:\"d\u00e9\",m:\"virtue; morality; Germany (abbr.)\",t:\"\u5fb7\"},\"\u4e22\":{p:\"di\u016b\",m:\"lose; throw away\",t:\"\u4e1f\"},\n\"\u6d1e\":{p:\"d\u00f2ng\",m:\"hole; cave; hollow\",t:\"\u6d1e\"},\"\u51bb\":{p:\"d\u00f2ng\",m:\"freeze; frozen\",t:\"\u51cd\"},\n\"\u6bd2\":{p:\"d\u00fa\",m:\"poison; toxic; harmful\",t:\"\u6bd2\"},\"\u5806\":{p:\"du\u012b\",m:\"pile; heap; pile up\",t:\"\u5806\"},\n\"\u5428\":{p:\"d\u016bn\",m:\"ton (unit of weight)\",t:\"\u5678\"},\"\u76fe\":{p:\"d\u00f9n\",m:\"shield; defense\",t:\"\u76fe\"},\n\"\u8eb2\":{p:\"du\u01d2\",m:\"hide; avoid\",t:\"\u8eb2\"},\"\u6735\":{p:\"du\u01d2\",m:\"flower; measure word for flowers\/clouds\",t:\"\u6735\"},\n\"\u5c14\":{p:\"\u011br\",m:\"you; that (literary); suffix\",t:\"\u723e\"},\"\u7f5a\":{p:\"f\u00e1\",m:\"punish; penalty; fine\",t:\"\u7f70\"},\n\"\u4e4f\":{p:\"f\u00e1\",m:\"lack; short of; tired\",t:\"\u4e4f\"},\"\u7e41\":{p:\"f\u00e1n\",m:\"complicated; numerous\",t:\"\u7e41\"},\n\"\u8fd4\":{p:\"f\u01cen\",m:\"return; go back\",t:\"\u8fd4\"},\"\u6cdb\":{p:\"f\u00e0n\",m:\"float; broad; general\",t:\"\u6cdb\"},\n\"\u4eff\":{p:\"f\u01ceng\",m:\"imitate; resemble\",t:\"\u4eff\"},\"\u75af\":{p:\"f\u0113ng\",m:\"crazy; insane\",t:\"\u760b\"},\n\"\u80a4\":{p:\"f\u016b\",m:\"skin\",t:\"\u819a\"},\"\u5e45\":{p:\"f\u00fa\",m:\"width; measure word for paintings\/pictures\",t:\"\u5e45\"},\n\"\u6276\":{p:\"f\u00fa\",m:\"support; help; hold up\",t:\"\u6276\"},\"\u8f85\":{p:\"f\u01d4\",m:\"assist; supplement\",t:\"\u8f14\"},\n\"\u5085\":{p:\"f\u00f9\",m:\"tutor; teacher; surname\",t:\"\u5085\"},\"\u7eb2\":{p:\"g\u0101ng\",m:\"outline; principle; key point\",t:\"\u7db1\"},\n\"\u94a2\":{p:\"g\u0101ng\",m:\"steel\",t:\"\u92fc\"},\"\u7cd5\":{p:\"g\u0101o\",m:\"cake; pastry\",t:\"\u7cd5\"},\n\"\u641e\":{p:\"g\u01ceo\",m:\"do; make; handle\",t:\"\u641e\"},\"\u9769\":{p:\"g\u00e9\",m:\"change; reform; leather\",t:\"\u9769\"},\n\"\u6c9f\":{p:\"g\u014du\",m:\"ditch; groove; channel\",t:\"\u6e9d\"},\"\u4f30\":{p:\"g\u016b\",m:\"estimate; guess\",t:\"\u4f30\"},\n\"\u9f13\":{p:\"g\u01d4\",m:\"drum; encourage; beat\",t:\"\u9f13\"},\"\u51a0\":{p:\"gu\u0101n\",m:\"crown; cap\",t:\"\u51a0\"},\n\"\u9b3c\":{p:\"gu\u01d0\",m:\"ghost; devil\",t:\"\u9b3c\"},\"\u67dc\":{p:\"gu\u00ec\",m:\"cabinet; cupboard\",t:\"\u6ac3\"},\n\"\u6eda\":{p:\"g\u01d4n\",m:\"roll; get away; boil\",t:\"\u6efe\"},\"\u9505\":{p:\"gu\u014d\",m:\"pot; pan\",t:\"\u934b\"},\n\"\u54b3\":{p:\"k\u00e9\",m:\"cough\",t:\"\u54b3\"},\"\u6c57\":{p:\"h\u00e0n\",m:\"sweat\",t:\"\u6c57\"},\n\"\u8c6a\":{p:\"h\u00e1o\",m:\"grand; bold; wealthy\",t:\"\u8c6a\"},\"\u76d2\":{p:\"h\u00e9\",m:\"box; case\",t:\"\u76d2\"},\n\"\u6838\":{p:\"h\u00e9\",m:\"core; nucleus; check\",t:\"\u6838\"},\"\u8d3a\":{p:\"h\u00e8\",m:\"congratulate\",t:\"\u8cc0\"},\n\"\u6068\":{p:\"h\u00e8n\",m:\"hate; regret\",t:\"\u6068\"},\"\u7334\":{p:\"h\u00f3u\",m:\"monkey\",t:\"\u7334\"},\n\"\u7cca\":{p:\"h\u00fa\",m:\"paste; unclear; confused\",t:\"\u7cca\"},\"\u80e1\":{p:\"h\u00fa\",m:\"beard; reckless; foreign\",t:\"\u80e1\"},\n\"\u864e\":{p:\"h\u01d4\",m:\"tiger\",t:\"\u864e\"},\"\u6ed1\":{p:\"hu\u00e1\",m:\"slippery; smooth; cunning\",t:\"\u6ed1\"},\n\"\u614c\":{p:\"hu\u0101ng\",m:\"panic; flustered\",t:\"\u614c\"},\"\u6062\":{p:\"hu\u012b\",m:\"restore; expand\",t:\"\u6062\"},\n\"\u7070\":{p:\"hu\u012b\",m:\"ash; gray\",t:\"\u7070\"},\"\u6094\":{p:\"hu\u01d0\",m:\"regret\",t:\"\u6094\"},\n\"\u60e0\":{p:\"hu\u00ec\",m:\"benefit; kindness; favor\",t:\"\u60e0\"},\"\u51fb\":{p:\"j\u012b\",m:\"hit; strike; attack\",t:\"\u64ca\"},\n\"\u808c\":{p:\"j\u012b\",m:\"muscle\",t:\"\u808c\"},\"\u7c4d\":{p:\"j\u00ed\",m:\"record; native place; book\",t:\"\u7c4d\"},\n\"\u8f91\":{p:\"j\u00ed\",m:\"edit; compile\",t:\"\u8f2f\"},\"\u6324\":{p:\"j\u01d0\",m:\"squeeze; crowd\",t:\"\u64e0\"},\n\"\u5939\":{p:\"ji\u0101\",m:\"hold between; clip; sandwich\",t:\"\u593e\"},\"\u7532\":{p:\"ji\u01ce\",m:\"armor; first; nail\",t:\"\u7532\"},\n\"\u9a7e\":{p:\"ji\u00e0\",m:\"drive; control; carriage\",t:\"\u99d5\"},\"\u80a9\":{p:\"ji\u0101n\",m:\"shoulder\",t:\"\u80a9\"},\n\"\u8270\":{p:\"ji\u0101n\",m:\"difficult; hard\",t:\"\u8271\"},\"\u526a\":{p:\"ji\u01cen\",m:\"cut; scissors\",t:\"\u526a\"},\n\"\u952e\":{p:\"ji\u00e0n\",m:\"key; button\",t:\"\u9375\"},\"\u90ca\":{p:\"ji\u0101o\",m:\"suburb; outskirts\",t:\"\u90ca\"},\n\"\u80f6\":{p:\"ji\u0101o\",m:\"glue; rubber\",t:\"\u81a0\"},\"\u5c4a\":{p:\"ji\u00e8\",m:\"session; term; measure word for events\",t:\"\u5c46\"},\n\"\u6212\":{p:\"ji\u00e8\",m:\"warn; quit; guard against\",t:\"\u6212\"},\"\u656c\":{p:\"j\u00ecng\",m:\"respect; honor\",t:\"\u656c\"},\n\"\u7ade\":{p:\"j\u00ecng\",m:\"compete; contest\",t:\"\u7af6\"},\"\u4ff1\":{p:\"j\u00f9\",m:\"all; together\",t:\"\u4ff1\"},\n\"\u62d2\":{p:\"j\u00f9\",m:\"refuse; resist\",t:\"\u62d2\"},\"\u519b\":{p:\"j\u016bn\",m:\"army; military\",t:\"\u8ecd\"},\n\"\u70e4\":{p:\"k\u01ceo\",m:\"roast; bake\",t:\"\u70e4\"},\"\u9897\":{p:\"k\u0113\",m:\"grain; piece; measure word for small round objects\",t:\"\u9846\"},\n\"\u80af\":{p:\"k\u011bn\",m:\"be willing; agree\",t:\"\u80af\"},\"\u63a7\":{p:\"k\u00f2ng\",m:\"control; accuse\",t:\"\u63a7\"},\n\"\u5e93\":{p:\"k\u00f9\",m:\"warehouse; storehouse\",t:\"\u5eab\"},\"\u6b3e\":{p:\"ku\u01cen\",m:\"amount; fund; style\",t:\"\u6b3e\"},\n\"\u72c2\":{p:\"ku\u00e1ng\",m:\"crazy; wild; arrogant\",t:\"\u72c2\"},\"\u4e8f\":{p:\"ku\u012b\",m:\"lose; suffer a loss\",t:\"\u8667\"},\n\"\u89c8\":{p:\"l\u01cen\",m:\"look over; view\",t:\"\u89bd\"},\"\u70c2\":{p:\"l\u00e0n\",m:\"rotten; messy; brilliant\",t:\"\u721b\"},\n\"\u6717\":{p:\"l\u01ceng\",m:\"bright; clear\",t:\"\u6717\"},\"\u52b3\":{p:\"l\u00e1o\",m:\"labor; work; trouble\",t:\"\u52de\"},\n\"\u7483\":{p:\"l\u00ed\",m:\"glass (as in \u73bb\u7483)\",t:\"\u7483\"},\"\u68a8\":{p:\"l\u00ed\",m:\"pear\",t:\"\u68a8\"},\n\"\u5389\":{p:\"l\u00ec\",m:\"severe; strict\",t:\"\u53b2\"},\"\u52b1\":{p:\"l\u00ec\",m:\"encourage; inspire\",t:\"\u52f5\"},\n\"\u601c\":{p:\"li\u00e1n\",m:\"pity; feel sorry for\",t:\"\u6190\"},\"\u5e18\":{p:\"li\u00e1n\",m:\"curtain\",t:\"\u7c3e\"},\n\"\u604b\":{p:\"li\u00e0n\",m:\"love; be attached to\",t:\"\u6200\"},\"\u90bb\":{p:\"l\u00edn\",m:\"neighbor\",t:\"\u9130\"},\n\"\u9f84\":{p:\"l\u00edng\",m:\"age; years\",t:\"\u9f61\"},\"\u94c3\":{p:\"l\u00edng\",m:\"bell; ring\",t:\"\u9234\"},\n\"\u4ee4\":{p:\"l\u00ecng\",m:\"order; command; make\",t:\"\u4ee4\"},\"\u6f0f\":{p:\"l\u00f2u\",m:\"leak; miss; omit\",t:\"\u6f0f\"},\n\"\u903b\":{p:\"lu\u00f3\",m:\"patrol; logic (as in \u903b\u8f91)\",t:\"\u908f\"},\"\u9a82\":{p:\"m\u00e0\",m:\"scold; curse\",t:\"\u7f75\"},\n\"\u6f2b\":{p:\"m\u00e0n\",m:\"spread; overflow; casual\",t:\"\u6f2b\"},\"\u77db\":{p:\"m\u00e1o\",m:\"spear; contradiction\",t:\"\u77db\"},\n\"\u8d38\":{p:\"m\u00e0o\",m:\"trade\",t:\"\u8cbf\"},\"\u8c8c\":{p:\"m\u00e0o\",m:\"appearance; looks\",t:\"\u8c8c\"},\n\"\u7164\":{p:\"m\u00e9i\",m:\"coal\",t:\"\u7164\"},\"\u7720\":{p:\"mi\u00e1n\",m:\"sleep\",t:\"\u7720\"},\n\"\u79d2\":{p:\"mi\u01ceo\",m:\"second (unit of time)\",t:\"\u79d2\"},\"\u654f\":{p:\"m\u01d0n\",m:\"quick; sensitive; clever\",t:\"\u654f\"},\n\"\u6469\":{p:\"m\u00f3\",m:\"rub; touch; friction\",t:\"\u6469\"},\"\u6f20\":{p:\"m\u00f2\",m:\"desert; indifferent\",t:\"\u6f20\"},\n\"\u5e55\":{p:\"m\u00f9\",m:\"curtain; screen; act\",t:\"\u5e55\"},\"\u8010\":{p:\"n\u00e0i\",m:\"endure; patient\",t:\"\u8010\"},\n\"\u5948\":{p:\"n\u00e0i\",m:\"how can; bear\",t:\"\u5948\"},\"\u5076\":{p:\"\u01d2u\",m:\"occasional; chance; couple\",t:\"\u5076\"},\n\"\u966a\":{p:\"p\u00e9i\",m:\"accompany; keep someone company\",t:\"\u966a\"},\"\u8d54\":{p:\"p\u00e9i\",m:\"compensate; pay for a loss\",t:\"\u8ce0\"},\n\"\u55b7\":{p:\"p\u0113n\",m:\"spray; spurt\",t:\"\u5674\"},\"\u76c6\":{p:\"p\u00e9n\",m:\"basin; pot; measure word for plants\",t:\"\u76c6\"},\n\"\u62ab\":{p:\"p\u012b\",m:\"drape over; put on\",t:\"\u62ab\"},\"\u813e\":{p:\"p\u00ed\",m:\"spleen; temperament\",t:\"\u813e\"},\n\"\u5339\":{p:\"p\u01d0\",m:\"measure word for horses\/fabric; match\",t:\"\u5339\"},\"\u9a97\":{p:\"pi\u00e0n\",m:\"deceive; cheat\",t:\"\u9a19\"},\n\"\u62fc\":{p:\"p\u012bn\",m:\"put together; fight; spell\",t:\"\u62fc\"},\"\u9891\":{p:\"p\u00edn\",m:\"frequent; frequency\",t:\"\u983b\"},\n\"\u51ed\":{p:\"p\u00edng\",m:\"rely on; based on; proof\",t:\"\u6191\"},\"\u6cfc\":{p:\"p\u014d\",m:\"splash; reckless\",t:\"\u6f51\"},\n\"\u8461\":{p:\"p\u00fa\",m:\"grape (as in \u8461\u8404)\",t:\"\u8461\"},\"\u542f\":{p:\"q\u01d0\",m:\"open; start; inspire\",t:\"\u555f\"},\n\"\u5f03\":{p:\"q\u00ec\",m:\"abandon; give up\",t:\"\u68c4\"},\"\u7b7e\":{p:\"qi\u0101n\",m:\"sign; label; bamboo stick\",t:\"\u7c3d\"},\n\"\u6b20\":{p:\"qi\u00e0n\",m:\"owe; lack; yawn\",t:\"\u6b20\"},\"\u67aa\":{p:\"qi\u0101ng\",m:\"gun; spear\",t:\"\u69cd\"},\n\"\u62a2\":{p:\"qi\u01ceng\",m:\"rob; grab; rush\",t:\"\u6436\"},\"\u6084\":{p:\"qi\u0101o\",m:\"quiet; silent\",t:\"\u6084\"},\n\"\u6572\":{p:\"qi\u0101o\",m:\"knock; beat\",t:\"\u6572\"},\"\u77a7\":{p:\"qi\u00e1o\",m:\"look; see\",t:\"\u77a7\"},\n\"\u7434\":{p:\"q\u00edn\",m:\"musical instrument; qin\",t:\"\u7434\"},\"\u52e4\":{p:\"q\u00edn\",m:\"diligent; hardworking\",t:\"\u52e4\"},\n\"\u66f2\":{p:\"q\u01d4\",m:\"song; tune; bend\",t:\"\u66f2\"},\"\u529d\":{p:\"qu\u00e0n\",m:\"persuade; advise\",t:\"\u52f8\"},\n\"\u67d3\":{p:\"r\u01cen\",m:\"dye; stain; infect\",t:\"\u67d3\"},\"\u6270\":{p:\"r\u01ceo\",m:\"disturb; trouble\",t:\"\u64fe\"},\n\"\u7ed5\":{p:\"r\u00e0o\",m:\"go around; surround; wind around\",t:\"\u7e5e\"},\"\u5fcd\":{p:\"r\u011bn\",m:\"endure; tolerate\",t:\"\u5fcd\"},\n\"\u6254\":{p:\"r\u0113ng\",m:\"throw; toss away\",t:\"\u6254\"},\"\u8363\":{p:\"r\u00f3ng\",m:\"honor; glory; flourish\",t:\"\u69ae\"},\n\"\u7ed2\":{p:\"r\u00f3ng\",m:\"velvet; soft wool\",t:\"\u7d68\"},\"\u8f6f\":{p:\"ru\u01cen\",m:\"soft; weak; gentle\",t:\"\u8edf\"},\n\"\u6da6\":{p:\"r\u00f9n\",m:\"moist; smooth; enrich\",t:\"\u6f64\"},\"\u6d12\":{p:\"s\u01ce\",m:\"sprinkle; spill\",t:\"\u7051\"},\n\"\u6740\":{p:\"sh\u0101\",m:\"kill; slaughter\",t:\"\u6bba\"},\"\u50bb\":{p:\"sh\u01ce\",m:\"foolish; silly\",t:\"\u50bb\"},\n\"\u6247\":{p:\"sh\u00e0n\",m:\"fan; measure word for doors\/windows\",t:\"\u6247\"},\"\u7a0d\":{p:\"sh\u0101o\",m:\"slightly; a little\",t:\"\u7a0d\"},\n\"\u86c7\":{p:\"sh\u00e9\",m:\"snake\",t:\"\u86c7\"},\"\u820d\":{p:\"sh\u011b\",m:\"give up; abandon\",t:\"\u6368\"},\n\"\u6444\":{p:\"sh\u00e8\",m:\"absorb; take (photos); film\",t:\"\u651d\"},\"\u5c04\":{p:\"sh\u00e8\",m:\"shoot; emit\",t:\"\u5c04\"},\n\"\u4f38\":{p:\"sh\u0113n\",m:\"stretch; extend\",t:\"\u4f38\"},\"\u5269\":{p:\"sh\u00e8ng\",m:\"remain; be left over\",t:\"\u5269\"},\n\"\u62fe\":{p:\"sh\u00ed\",m:\"pick up; collect\",t:\"\u62fe\"},\"\u9a76\":{p:\"sh\u01d0\",m:\"drive; sail\",t:\"\u99db\"},\n\"\u67ff\":{p:\"sh\u00ec\",m:\"persimmon\",t:\"\u67ff\"},\"\u9970\":{p:\"sh\u00ec\",m:\"decorate; ornament\",t:\"\u98fe\"},\n\"\u7626\":{p:\"sh\u00f2u\",m:\"thin; lean\",t:\"\u7626\"},\"\u5bff\":{p:\"sh\u00f2u\",m:\"longevity; birthday\",t:\"\u58fd\"},\n\"\u852c\":{p:\"sh\u016b\",m:\"vegetable\",t:\"\u852c\"},\"\u9f20\":{p:\"sh\u01d4\",m:\"mouse; rat\",t:\"\u9f20\"},\n\"\u6454\":{p:\"shu\u0101i\",m:\"fall; throw; smash\",t:\"\u6454\"},\"\u7855\":{p:\"shu\u00f2\",m:\"large; master's degree (\u7855\u58eb)\",t:\"\u78a9\"},\n\"\u79c1\":{p:\"s\u012b\",m:\"private; personal\",t:\"\u79c1\"},\"\u641c\":{p:\"s\u014du\",m:\"search; look for\",t:\"\u641c\"},\n\"\u8083\":{p:\"s\u00f9\",m:\"serious; respectful\",t:\"\u8085\"},\"\u5bbf\":{p:\"s\u00f9\",m:\"stay overnight; lodging\",t:\"\u5bbf\"},\n\"\u788e\":{p:\"su\u00ec\",m:\"broken; smash\",t:\"\u788e\"},\"\u635f\":{p:\"s\u01d4n\",m:\"damage; lose\",t:\"\u640d\"},\n\"\u7d22\":{p:\"su\u01d2\",m:\"search; demand; rope\",t:\"\u7d22\"},\"\u9501\":{p:\"su\u01d2\",m:\"lock; lock up\",t:\"\u9396\"},\n\"\u62ac\":{p:\"t\u00e1i\",m:\"lift; raise\",t:\"\u62ac\"},\"\u5766\":{p:\"t\u01cen\",m:\"flat; open; frank\",t:\"\u5766\"},\n\"\u9003\":{p:\"t\u00e1o\",m:\"escape; run away\",t:\"\u9003\"},\"\u8404\":{p:\"t\u00e1o\",m:\"grape (as in \u8461\u8404)\",t:\"\u8404\"},\n\"\u6843\":{p:\"t\u00e1o\",m:\"peach\",t:\"\u6843\"},\"\u5385\":{p:\"t\u012bng\",m:\"hall; living room; office\",t:\"\u5ef3\"},\n\"\u5077\":{p:\"t\u014du\",m:\"steal; secretly\",t:\"\u5077\"},\"\u5410\":{p:\"t\u01d4\",m:\"spit; vomit\",t:\"\u5410\"},\n\"\u5154\":{p:\"t\u00f9\",m:\"rabbit\",t:\"\u5154\"},\"\u8fdd\":{p:\"w\u00e9i\",m:\"violate; go against\",t:\"\u9055\"},\n\"\u552f\":{p:\"w\u00e9i\",m:\"only; sole; -ism\",t:\"\u552f\"},\"\u59d4\":{p:\"w\u011bi\",m:\"entrust; appoint; bend\",t:\"\u59d4\"},\n\"\u6170\":{p:\"w\u00e8i\",m:\"comfort; console\",t:\"\u6170\"},\"\u80c3\":{p:\"w\u00e8i\",m:\"stomach\",t:\"\u80c3\"},\n\"\u5367\":{p:\"w\u00f2\",m:\"lie down; sleep\",t:\"\u81e5\"},\"\u6c61\":{p:\"w\u016b\",m:\"dirty; pollute; defile\",t:\"\u6c61\"},\n\"\u6089\":{p:\"x\u012b\",m:\"know; understand completely\",t:\"\u6089\"},\"\u6790\":{p:\"x\u012b\",m:\"analyze; separate\",t:\"\u6790\"},\n\"\u60dc\":{p:\"x\u012b\",m:\"cherish; regret\",t:\"\u60dc\"},\"\u5915\":{p:\"x\u012b\",m:\"evening; night\",t:\"\u5915\"},\n\"\u5413\":{p:\"xi\u00e0\",m:\"frighten; scare\",t:\"\u5687\"},\"\u95f2\":{p:\"xi\u00e1n\",m:\"free; idle; unoccupied\",t:\"\u9592\"},\n\"\u732e\":{p:\"xi\u00e0n\",m:\"offer; present; dedicate\",t:\"\u737b\"},\"\u8be6\":{p:\"xi\u00e1ng\",m:\"detailed; explain clearly\",t:\"\u8a73\"},\n\"\u4eab\":{p:\"xi\u01ceng\",m:\"enjoy; share\",t:\"\u4eab\"},\"\u6b47\":{p:\"xi\u0113\",m:\"rest; stop; take a break\",t:\"\u6b47\"},\n\"\u659c\":{p:\"xi\u00e9\",m:\"slanting; tilted\",t:\"\u659c\"},\"\u534f\":{p:\"xi\u00e9\",m:\"cooperate; assist\",t:\"\u5354\"},\n\"\u6b23\":{p:\"x\u012bn\",m:\"happy; delighted\",t:\"\u6b23\"},\"\u8f9b\":{p:\"x\u012bn\",m:\"hard; bitter (\u8f9b\u82e6)\",t:\"\u8f9b\"},\n\"\u718a\":{p:\"xi\u00f3ng\",m:\"bear\",t:\"\u718a\"},\"\u96c4\":{p:\"xi\u00f3ng\",m:\"male; powerful; heroic\",t:\"\u96c4\"},\n\"\u865a\":{p:\"x\u016b\",m:\"empty; false; humble\",t:\"\u865b\"},\"\u8be2\":{p:\"x\u00fan\",m:\"ask; inquire\",t:\"\u8a62\"},\n\"\u9e2d\":{p:\"y\u0101\",m:\"duck\",t:\"\u9d28\"},\"\u62bc\":{p:\"y\u0101\",m:\"press; detain; pledge\",t:\"\u62bc\"},\n\"\u538c\":{p:\"y\u00e0n\",m:\"dislike; be tired of\",t:\"\u53ad\"},\"\u8273\":{p:\"y\u00e0n\",m:\"beautiful; colorful; gorgeous\",t:\"\u8277\"},\n\"\u592e\":{p:\"y\u0101ng\",m:\"center; request\",t:\"\u592e\"},\"\u9080\":{p:\"y\u0101o\",m:\"invite; request\",t:\"\u9080\"},\n\"\u54ac\":{p:\"y\u01ceo\",m:\"bite\",t:\"\u54ac\"},\"\u4e59\":{p:\"y\u01d0\",m:\"second; B\",t:\"\u4e59\"},\n\"\u8c0a\":{p:\"y\u00ec\",m:\"friendship; relationship\",t:\"\u8abc\"},\"\u5fc6\":{p:\"y\u00ec\",m:\"remember; recall\",t:\"\u61b6\"},\n\"\u996e\":{p:\"y\u01d0n\",m:\"drink\",t:\"\u98f2\"},\"\u786c\":{p:\"y\u00ecng\",m:\"hard; firm; stubborn\",t:\"\u786c\"},\n\"\u62e5\":{p:\"y\u014dng\",m:\"embrace; have; support\",t:\"\u64c1\"},\"\u5e7d\":{p:\"y\u014du\",m:\"quiet; hidden; dark\",t:\"\u5e7d\"},\n\"\u5c24\":{p:\"y\u00f3u\",m:\"especially; particularly; blame\",t:\"\u5c24\"},\"\u72b9\":{p:\"y\u00f3u\",m:\"still; like; hesitate\",t:\"\u7336\"},\n\"\u7fbd\":{p:\"y\u01d4\",m:\"feather; wing\",t:\"\u7fbd\"},\"\u57df\":{p:\"y\u00f9\",m:\"area; region; domain\",t:\"\u57df\"},\n\"\u8c6b\":{p:\"y\u00f9\",m:\"hesitate; prepare; Henan (abbr.)\",t:\"\u8c6b\"},\"\u6028\":{p:\"yu\u00e0n\",m:\"complain; blame; resentment\",t:\"\u6028\"},\n\"\u707e\":{p:\"z\u0101i\",m:\"disaster; calamity\",t:\"\u707d\"},\"\u4ed4\":{p:\"z\u01cei\",m:\"young animal; carefully (z\u01d0)\",t:\"\u4ed4\"},\n\"\u6682\":{p:\"z\u00e0n\",m:\"temporary; for the moment\",t:\"\u66ab\"},\"\u7cdf\":{p:\"z\u0101o\",m:\"bad; messy; spoil\",t:\"\u7cdf\"},\n\"\u8d60\":{p:\"z\u00e8ng\",m:\"give as a gift; present\",t:\"\u8d08\"},\"\u6458\":{p:\"zh\u0101i\",m:\"pick; pluck; remove\",t:\"\u6458\"},\n\"\u6da8\":{p:\"zh\u01ceng\",m:\"rise; increase; swell\",t:\"\u6f32\"},\"\u638c\":{p:\"zh\u01ceng\",m:\"palm; control; master\",t:\"\u638c\"},\n\"\u73cd\":{p:\"zh\u0113n\",m:\"precious; treasure\",t:\"\u73cd\"},\"\u8bca\":{p:\"zh\u011bn\",m:\"examine; diagnose\",t:\"\u8a3a\"},\n\"\u9707\":{p:\"zh\u00e8n\",m:\"shake; shock; earthquake\",t:\"\u9707\"},\"\u632f\":{p:\"zh\u00e8n\",m:\"shake; encourage; revive\",t:\"\u632f\"},\n\"\u6323\":{p:\"zh\u0113ng\",m:\"struggle; earn (zh\u00e8ng)\",t:\"\u6399\"},\"\u7ec7\":{p:\"zh\u012b\",m:\"weave; knit\",t:\"\u7e54\"},\n\"\u6267\":{p:\"zh\u00ed\",m:\"hold; carry out; insist\",t:\"\u57f7\"},\"\u73e0\":{p:\"zh\u016b\",m:\"pearl\",t:\"\u73e0\"},\n\"\u7af9\":{p:\"zh\u00fa\",m:\"bamboo\",t:\"\u7af9\"},\"\u7b51\":{p:\"zh\u00f9\",m:\"build; construct\",t:\"\u7bc9\"},\n\"\u649e\":{p:\"zhu\u00e0ng\",m:\"hit; bump; collide\",t:\"\u649e\"},\"\u7d2b\":{p:\"z\u01d0\",m:\"purple\",t:\"\u7d2b\"},\n\"\u9189\":{p:\"zu\u00ec\",m:\"drunk; intoxicated\",t:\"\u9189\"},\"\u9075\":{p:\"z\u016bn\",m:\"follow; obey\",t:\"\u9075\"},\n\"\u5c0a\":{p:\"z\u016bn\",m:\"respect; honor; senior\",t:\"\u5c0a\"},\"\u963f\":{p:\"\u0101\",m:\"ah; prefix; used in names\",t:\"\u963f\"},\n\"\u77ee\":{p:\"\u01cei\",m:\"short; low; small in height\",t:\"\u77ee\"},\n\"\u6697\":{p:\"\u00e0n\",m:\"dark; hidden; unclear\",t:\"\u6697\"},\n\"\u6848\":{p:\"\u00e0n\",m:\"case; plan; desk\",t:\"\u6848\"},\n\n\"\u5df4\":{p:\"b\u0101\",m:\"hope for; cling to; close to\",t:\"\u5df4\"},\n\"\u6446\":{p:\"b\u01cei\",m:\"put; place; arrange; swing\",t:\"\u64fa\"},\n\"\u8d25\":{p:\"b\u00e0i\",m:\"fail; lose; defeat\",t:\"\u6557\"},\n\"\u4f34\":{p:\"b\u00e0n\",m:\"companion; accompany\",t:\"\u4f34\"},\n\"\u8584\":{p:\"b\u00e1o\",m:\"thin; light; weak\",t:\"\u8584\"},\n\"\u5b9d\":{p:\"b\u01ceo\",m:\"treasure; precious\",t:\"\u5bf6\"},\n\"\u62b1\":{p:\"b\u00e0o\",m:\"hold; embrace; hug\",t:\"\u62b1\"},\n\"\u500d\":{p:\"b\u00e8i\",m:\"times; double\",t:\"\u500d\"},\n\"\u8d1d\":{p:\"b\u00e8i\",m:\"shell; shellfish\",t:\"\u8c9d\"},\n\"\u7b28\":{p:\"b\u00e8n\",m:\"stupid; clumsy\",t:\"\u7b28\"},\n\"\u95ed\":{p:\"b\u00ec\",m:\"close; shut\",t:\"\u9589\"},\n\"\u6bd5\":{p:\"b\u00ec\",m:\"finish; complete\",t:\"\u7562\"},\n\"\u907f\":{p:\"b\u00ec\",m:\"avoid; escape\",t:\"\u907f\"},\n\"\u7f16\":{p:\"bi\u0101n\",m:\"edit; compile; weave\",t:\"\u7de8\"},\n\"\u8fa9\":{p:\"bi\u00e0n\",m:\"argue; debate; distinguish\",t:\"\u8faf\"},\n\"\u5175\":{p:\"b\u012bng\",m:\"soldier; army; weapon\",t:\"\u5175\"},\n\"\u51b0\":{p:\"b\u012bng\",m:\"ice; freeze\",t:\"\u51b0\"},\n\n\"\u64e6\":{p:\"c\u0101\",m:\"wipe; rub; scrape\",t:\"\u64e6\"},\n\"\u8d22\":{p:\"c\u00e1i\",m:\"wealth; money; property\",t:\"\u8ca1\"},\n\"\u64cd\":{p:\"c\u0101o\",m:\"operate; practice; exercise\",t:\"\u64cd\"},\n\"\u6d4b\":{p:\"c\u00e8\",m:\"measure; test\",t:\"\u6e2c\"},\n\"\u6284\":{p:\"ch\u0101o\",m:\"copy; transcribe\",t:\"\u6284\"},\n\"\u6f6e\":{p:\"ch\u00e1o\",m:\"tide; trend; damp\",t:\"\u6f6e\"},\n\"\u5f7b\":{p:\"ch\u00e8\",m:\"thorough; complete\",t:\"\u5fb9\"},\n\"\u6c89\":{p:\"ch\u00e9n\",m:\"sink; heavy; calm\",t:\"\u6c89\"},\n\"\u627f\":{p:\"ch\u00e9ng\",m:\"bear; undertake; receive\",t:\"\u627f\"},\n\"\u8bda\":{p:\"ch\u00e9ng\",m:\"honest; sincere\",t:\"\u8aa0\"},\n\"\u8fdf\":{p:\"ch\u00ed\",m:\"late; slow\",t:\"\u9072\"},\n\"\u5c3a\":{p:\"ch\u01d0\",m:\"ruler; unit of length\",t:\"\u5c3a\"},\n\"\u51b2\":{p:\"ch\u014dng\",m:\"rush; charge; pour\",t:\"\u885d\"},\n\"\u866b\":{p:\"ch\u00f3ng\",m:\"insect; bug\",t:\"\u87f2\"},\n\"\u62bd\":{p:\"ch\u014du\",m:\"pull out; draw\",t:\"\u62bd\"},\n\"\u7a97\":{p:\"chu\u0101ng\",m:\"window\",t:\"\u7a97\"},\n\"\u7eaf\":{p:\"ch\u00fan\",m:\"pure; simple\",t:\"\u7d14\"},\n\"\u523a\":{p:\"c\u00ec\",m:\"stab; thorn; irritate\",t:\"\u523a\"},\n\"\u7c97\":{p:\"c\u016b\",m:\"thick; rough; careless\",t:\"\u7c97\"},\n\"\u4fc3\":{p:\"c\u00f9\",m:\"urge; promote; close\",t:\"\u4fc3\"},\n\"\u5bf8\":{p:\"c\u00f9n\",m:\"inch; small amount\",t:\"\u5bf8\"},\n\"\u63aa\":{p:\"cu\u00f2\",m:\"arrange; handle; measure\",t:\"\u63aa\"},\n\n\"\u6234\":{p:\"d\u00e0i\",m:\"wear; put on\",t:\"\u6234\"},\n\"\u888b\":{p:\"d\u00e0i\",m:\"bag; sack\",t:\"\u888b\"},\n\"\u62c5\":{p:\"d\u0101n\",m:\"carry; undertake; shoulder\",t:\"\u64d4\"},\n\"\u6de1\":{p:\"d\u00e0n\",m:\"light; weak; indifferent\",t:\"\u6de1\"},\n\"\u767b\":{p:\"d\u0113ng\",m:\"climb; ascend; register\",t:\"\u767b\"},\n\"\u654c\":{p:\"d\u00ed\",m:\"enemy; opponent\",t:\"\u6575\"},\n\"\u9012\":{p:\"d\u00ec\",m:\"deliver; pass on\",t:\"\u905e\"},\n\"\u9876\":{p:\"d\u01d0ng\",m:\"top; support; withstand\",t:\"\u9802\"},\n\"\u8c46\":{p:\"d\u00f2u\",m:\"bean; pea\",t:\"\u8c46\"},\n\"\u6597\":{p:\"d\u00f2u\",m:\"fight; struggle; measure word\",t:\"\u9b25\"},\n\"\u72ec\":{p:\"d\u00fa\",m:\"alone; single; only\",t:\"\u7368\"},\n\"\u5835\":{p:\"d\u01d4\",m:\"block; stop; measure word for walls\",t:\"\u5835\"},\n\"\u809a\":{p:\"d\u00f9\",m:\"belly; stomach\",t:\"\u809a\"},\n\"\u953b\":{p:\"du\u00e0n\",m:\"forge; train; exercise\",t:\"\u935b\"},\n\n\"\u6076\":{p:\"\u00e8\",m:\"bad; evil; hate\",t:\"\u60e1\"},\n\"\u8033\":{p:\"\u011br\",m:\"ear\",t:\"\u8033\"},\n\n\"\u7ffb\":{p:\"f\u0101n\",m:\"turn over; translate; flip\",t:\"\u7ffb\"},\n\"\u80a5\":{p:\"f\u00e9i\",m:\"fat; fertile\",t:\"\u80a5\"},\n\"\u7eb7\":{p:\"f\u0113n\",m:\"numerous; confused\",t:\"\u7d1b\"},\n\"\u594b\":{p:\"f\u00e8n\",m:\"strive; exert; encourage\",t:\"\u596e\"},\n\"\u7b26\":{p:\"f\u00fa\",m:\"symbol; sign; match\",t:\"\u7b26\"},\n\"\u5e9c\":{p:\"f\u01d4\",m:\"government office; residence\",t:\"\u5e9c\"},\n\"\u8150\":{p:\"f\u01d4\",m:\"rotten; decayed; corrupt\",t:\"\u8150\"},\n\"\u5987\":{p:\"f\u00f9\",m:\"woman; wife\",t:\"\u5a66\"},\n\"\u9644\":{p:\"f\u00f9\",m:\"attach; add; depend on\",t:\"\u9644\"},\n\n\"\u76d6\":{p:\"g\u00e0i\",m:\"cover; lid; build\",t:\"\u84cb\"},\n\"\u9694\":{p:\"g\u00e9\",m:\"separate; divide; interval\",t:\"\u9694\"},\n\"\u8015\":{p:\"g\u0113ng\",m:\"plow; cultivate\",t:\"\u8015\"},\n\"\u4f9b\":{p:\"g\u014dng\",m:\"provide; supply\",t:\"\u4f9b\"},\n\"\u6784\":{p:\"g\u00f2u\",m:\"construct; form; structure\",t:\"\u69cb\"},\n\"\u8d2d\":{p:\"g\u00f2u\",m:\"buy; purchase\",t:\"\u8cfc\"},\n\"\u9aa8\":{p:\"g\u01d4\",m:\"bone\",t:\"\u9aa8\"},\n\"\u56fa\":{p:\"g\u00f9\",m:\"firm; solid; secure\",t:\"\u56fa\"},\n\"\u74dc\":{p:\"gu\u0101\",m:\"melon; gourd\",t:\"\u74dc\"},\n\"\u5b98\":{p:\"gu\u0101n\",m:\"official; government\",t:\"\u5b98\"},\n\"\u901b\":{p:\"gu\u00e0ng\",m:\"stroll; wander around\",t:\"\u901b\"},\n\"\u5f52\":{p:\"gu\u012b\",m:\"return; belong to\",t:\"\u6b78\"},\n\"\u88f9\":{p:\"gu\u01d2\",m:\"wrap; bind; bundle\",t:\"\u88f9\"},\"\u542b\":{p:\"h\u00e1n\",m:\"contain; include; hold\",t:\"\u542b\"},\n\"\u5bd2\":{p:\"h\u00e1n\",m:\"cold; chilly\",t:\"\u5bd2\"},\n\"\u822a\":{p:\"h\u00e1ng\",m:\"navigate; sail; aviation\",t:\"\u822a\"},\n\"\u6beb\":{p:\"h\u00e1o\",m:\"hair; slightest amount\",t:\"\u6beb\"},\n\"\u539a\":{p:\"h\u00f2u\",m:\"thick; deep; kind\",t:\"\u539a\"},\n\"\u4e4e\":{p:\"h\u016b\",m:\"(literary suffix); about; in\",t:\"\u4e4e\"},\n\"\u547c\":{p:\"h\u016b\",m:\"call; shout; breathe\",t:\"\u547c\"},\n\"\u6237\":{p:\"h\u00f9\",m:\"door; household; family\",t:\"\u6236\"},\n\"\u6000\":{p:\"hu\u00e1i\",m:\"cherish; miss; embrace\",t:\"\u61f7\"},\n\"\u7f13\":{p:\"hu\u01cen\",m:\"slow; delay; relax\",t:\"\u7de9\"},\n\"\u6325\":{p:\"hu\u012b\",m:\"wave; swing; wield\",t:\"\u63ee\"},\n\"\u6c47\":{p:\"hu\u00ec\",m:\"collect; exchange; gather\",t:\"\u532f\"},\n\"\u4f19\":{p:\"hu\u01d2\",m:\"partner; group; together\",t:\"\u5925\"},\n\"\u8d27\":{p:\"hu\u00f2\",m:\"goods; goods; money\",t:\"\u8ca8\"},\n\"\u83b7\":{p:\"hu\u00f2\",m:\"obtain; gain; capture\",t:\"\u7372\"},\n\n\"\u573e\":{p:\"j\u012b\/s\u00e8\",m:\"(as in \u5783\u573e) garbage\",t:\"\u573e\"},\n\"\u6fc0\":{p:\"j\u012b\",m:\"excite; stimulate; fierce\",t:\"\u6fc0\"},\n\"\u5373\":{p:\"j\u00ed\",m:\"immediately; namely; even if\",t:\"\u5373\"},\n\"\u5bc4\":{p:\"j\u00ec\",m:\"send; mail; entrust\",t:\"\u5bc4\"},\n\"\u65e2\":{p:\"j\u00ec\",m:\"already; since; both\",t:\"\u65e2\"},\n\"\u5b63\":{p:\"j\u00ec\",m:\"season; quarter\",t:\"\u5b63\"},\n\"\u51cf\":{p:\"ji\u01cen\",m:\"reduce; decrease; subtract\",t:\"\u6e1b\"},\n\"\u6e10\":{p:\"ji\u00e0n\",m:\"gradually; slowly\",t:\"\u6f38\"},\n\"\u6c5f\":{p:\"ji\u0101ng\",m:\"river; Jiang River\",t:\"\u6c5f\"},\n\"\u5956\":{p:\"ji\u01ceng\",m:\"prize; reward; encourage\",t:\"\u734e\"},\n\"\u964d\":{p:\"ji\u00e0ng\",m:\"fall; drop; descend\",t:\"\u964d\"},\n\"\u9636\":{p:\"ji\u0113\",m:\"step; level; rank\",t:\"\u968e\"},\n\"\u5dfe\":{p:\"j\u012bn\",m:\"towel; cloth\",t:\"\u5dfe\"},\n\"\u7981\":{p:\"j\u00ecn\",m:\"prohibit; forbid\",t:\"\u7981\"},\n\"\u52b2\":{p:\"j\u00ecn\",m:\"strength; energy; power\",t:\"\u52c1\"},\n\"\u60ca\":{p:\"j\u012bng\",m:\"surprise; frighten\",t:\"\u9a5a\"},\n\"\u7adf\":{p:\"j\u00ecng\",m:\"actually; unexpectedly; finish\",t:\"\u7adf\"},\n\"\u955c\":{p:\"j\u00ecng\",m:\"mirror; lens\",t:\"\u93e1\"},\n\"\u7a76\":{p:\"ji\u016b\",m:\"study; investigate\",t:\"\u7a76\"},\n\"\u5c45\":{p:\"j\u016b\",m:\"live; reside; occupy\",t:\"\u5c45\"},\n\"\u5c40\":{p:\"j\u00fa\",m:\"situation; bureau; part\",t:\"\u5c40\"},\n\"\u8ddd\":{p:\"j\u00f9\",m:\"distance; be apart from\",t:\"\u8ddd\"},\n\"\u5de8\":{p:\"j\u00f9\",m:\"huge; giant\",t:\"\u5de8\"},\n\"\u805a\":{p:\"j\u00f9\",m:\"gather; collect; assemble\",t:\"\u805a\"},\n\"\u5377\":{p:\"ju\u01cen\",m:\"roll; volume; scroll\",t:\"\u5377\"},\n\"\u5747\":{p:\"j\u016bn\",m:\"equal; average\",t:\"\u5747\"},\n\n\"\u68f5\":{p:\"k\u0113\",m:\"measure word for trees\/plants\",t:\"\u68f5\"},\n\"\u5bbd\":{p:\"ku\u0101n\",m:\"wide; broad; generous\",t:\"\u5bec\"},\n\"\u77ff\":{p:\"ku\u00e0ng\",m:\"mine; mineral\",t:\"\u7926\"},\n\"\u6269\":{p:\"ku\u00f2\",m:\"expand; enlarge\",t:\"\u64f4\"},\n\"\u62ec\":{p:\"ku\u00f2\",m:\"include; enclose\",t:\"\u62ec\"},\n\n\"\u5783\":{p:\"l\u0101\/l\u00e8\",m:\"(as in \u5783\u573e) garbage\",t:\"\u5783\"},\n\"\u8fa3\":{p:\"l\u00e0\",m:\"spicy; hot; fierce\",t:\"\u8fa3\"},\n\"\u90ce\":{p:\"l\u00e1ng\",m:\"man; young man; husband\",t:\"\u90ce\"},\n\"\u96f7\":{p:\"l\u00e9i\",m:\"thunder; mine\",t:\"\u96f7\"},\n\"\u6cea\":{p:\"l\u00e8i\",m:\"tear\",t:\"\u6dda\"},\n\"\u5398\":{p:\"l\u00ed\",m:\"centimeter; tiny unit\",t:\"\u5398\"},\n\"\u4fe9\":{p:\"li\u01ce\",m:\"two; both\",t:\"\u5006\"},\n\"\u70bc\":{p:\"li\u00e0n\",m:\"refine; practice; train\",t:\"\u7149\"},\n\"\u7cae\":{p:\"li\u00e1ng\",m:\"grain; food; provisions\",t:\"\u7ce7\"},\n\"\u826f\":{p:\"li\u00e1ng\",m:\"good; fine; kind\",t:\"\u826f\"},\n\"\u7597\":{p:\"li\u00e1o\",m:\"treat; cure\",t:\"\u7642\"},\n\"\u804a\":{p:\"li\u00e1o\",m:\"chat; talk; slightly\",t:\"\u804a\"},\n\"\u6599\":{p:\"li\u00e0o\",m:\"material; expect; feed\",t:\"\u6599\"},\n\"\u5217\":{p:\"li\u00e8\",m:\"row; list; arrange\",t:\"\u5217\"},\n\"\u6797\":{p:\"l\u00edn\",m:\"forest; woods\",t:\"\u6797\"},\n\"\u4e34\":{p:\"l\u00edn\",m:\"face; approach; near\",t:\"\u81e8\"},\n\"\u9646\":{p:\"l\u00f9\",m:\"land; six (formal)\",t:\"\u9678\"},\n\"\u8f6e\":{p:\"l\u00fan\",m:\"wheel; round; take turns\",t:\"\u8f2a\"},\n\"\u7edc\":{p:\"lu\u00f2\",m:\"connect; network\",t:\"\u7d61\"},\n\"\u8651\":{p:\"l\u01dc\",m:\"consider; worry\",t:\"\u616e\"},\n\"\u5f8b\":{p:\"l\u01dc\",m:\"law; rule; rhythm\",t:\"\u5f8b\"},\n\"\u7387\":{p:\"l\u01dc\",m:\"rate; proportion\",t:\"\u7387\"},\n\n\"\u7801\":{p:\"m\u01ce\",m:\"code; number; dock\",t:\"\u78bc\"},\n\"\u5e3d\":{p:\"m\u00e0o\",m:\"hat; cap\",t:\"\u5e3d\"},\n\"\u68a6\":{p:\"m\u00e8ng\",m:\"dream\",t:\"\u5922\"},\n\"\u5bc6\":{p:\"m\u00ec\",m:\"dense; secret; close\",t:\"\u5bc6\"},\n\"\u79d8\":{p:\"m\u00ec\",m:\"secret; mysterious\",t:\"\u79d8\"},\n\"\u514d\":{p:\"mi\u01cen\",m:\"avoid; exempt; free\",t:\"\u514d\"},\n\"\u63cf\":{p:\"mi\u00e1o\",m:\"describe; trace; draw\",t:\"\u63cf\"},\n\"\u6478\":{p:\"m\u014d\",m:\"touch; feel; explore\",t:\"\u6478\"},\n\"\u6a21\":{p:\"m\u00f3\",m:\"model; imitate\",t:\"\u6a21\"},\n\"\u9ed8\":{p:\"m\u00f2\",m:\"silent; quiet\",t:\"\u9ed8\"},\n\n\"\u95f9\":{p:\"n\u00e0o\",m:\"make noise; disturb; trouble\",t:\"\u9b27\"},\n\"\u5b81\":{p:\"n\u00edng\",m:\"peaceful; calm\",t:\"\u5be7\"},\n\"\u6d53\":{p:\"n\u00f3ng\",m:\"thick; strong; dense\",t:\"\u6fc3\"},\n\n\"\u76d8\":{p:\"p\u00e1n\",m:\"plate; tray; coil\",t:\"\u76e4\"},\n\"\u57f9\":{p:\"p\u00e9i\",m:\"cultivate; train\",t:\"\u57f9\"},\n\"\u5a46\":{p:\"p\u00f3\",m:\"old woman; grandmother\",t:\"\u5a46\"},\n\"\u8feb\":{p:\"p\u00f2\",m:\"force; urgent; press\",t:\"\u8feb\"},\n\n\"\u59bb\":{p:\"q\u012b\",m:\"wife\",t:\"\u59bb\"},\n\"\u4f01\":{p:\"q\u01d0\",m:\"hope; plan; enterprise\",t:\"\u4f01\"},\n\"\u6d45\":{p:\"qi\u01cen\",m:\"shallow; light\",t:\"\u6dfa\"},\n\"\u7a77\":{p:\"qi\u00f3ng\",m:\"poor; exhausted; end\",t:\"\u7aae\"},\n\"\u8d8b\":{p:\"q\u016b\",m:\"tend toward; hurry\",t:\"\u8da8\"},\n\"\u8da3\":{p:\"q\u00f9\",m:\"interest; fun\",t:\"\u8da3\"},\n\"\u5708\":{p:\"qu\u0101n\",m:\"circle; ring; enclosure\",t:\"\u5708\"},\n\"\u6743\":{p:\"qu\u00e1n\",m:\"right; power; authority\",t:\"\u6b0a\"},\n\"\u6cc9\":{p:\"qu\u00e1n\",m:\"spring; fountain\",t:\"\u6cc9\"},\n\"\u5374\":{p:\"qu\u00e8\",m:\"but; however; retreat\",t:\"\u537b\"},\n\n\"\u71c3\":{p:\"r\u00e1n\",m:\"burn; ignite\",t:\"\u71c3\"},\n\"\u5f31\":{p:\"ru\u00f2\",m:\"weak; soft; inferior\",t:\"\u5f31\"},\"\u4f1e\":{p:\"s\u01cen\",m:\"umbrella\",t:\"\u5098\"},\n\"\u626b\":{p:\"s\u01ceo\",m:\"sweep; clean\",t:\"\u6383\"},\n\"\u6652\":{p:\"sh\u00e0i\",m:\"expose to sunlight; dry in the sun\",t:\"\u66ec\"},\n\"\u95ea\":{p:\"sh\u01cen\",m:\"flash; dodge; shine\",t:\"\u9583\"},\n\"\u8d4f\":{p:\"sh\u01ceng\",m:\"appreciate; reward\",t:\"\u8cde\"},\n\"\u5c1a\":{p:\"sh\u00e0ng\",m:\"still; yet; value; esteem\",t:\"\u5c1a\"},\n\"\u70e7\":{p:\"sh\u0101o\",m:\"burn; cook; roast\",t:\"\u71d2\"},\n\"\u7533\":{p:\"sh\u0113n\",m:\"state; explain; apply\",t:\"\u7533\"},\n\"\u751a\":{p:\"sh\u00e8n\",m:\"very; what; extreme\",t:\"\u751a\"},\n\"\u8bd7\":{p:\"sh\u012b\",m:\"poem; poetry\",t:\"\u8a69\"},\n\"\u65bd\":{p:\"sh\u012b\",m:\"apply; give; carry out\",t:\"\u65bd\"},\n\"\u6e7f\":{p:\"sh\u012b\",m:\"wet; damp\",t:\"\u6fd5\"},\n\"\u53f2\":{p:\"sh\u01d0\",m:\"history; historian\",t:\"\u53f2\"},\n\"\u58eb\":{p:\"sh\u00ec\",m:\"scholar; person; gentleman\",t:\"\u58eb\"},\n\"\u91ca\":{p:\"sh\u00ec\",m:\"explain; release; interpret\",t:\"\u91cb\"},\n\"\u5b88\":{p:\"sh\u01d2u\",m:\"guard; keep; obey\",t:\"\u5b88\"},\n\"\u552e\":{p:\"sh\u00f2u\",m:\"sell; market\",t:\"\u552e\"},\n\"\u6388\":{p:\"sh\u00f2u\",m:\"teach; give; award\",t:\"\u6388\"},\n\"\u53d4\":{p:\"sh\u016b\",m:\"uncle; father's younger brother\",t:\"\u53d4\"},\n\"\u6b8a\":{p:\"sh\u016b\",m:\"different; special; especially\",t:\"\u6b8a\"},\n\"\u6691\":{p:\"sh\u01d4\",m:\"hot weather; summer heat\",t:\"\u6691\"},\n\"\u8ff0\":{p:\"sh\u00f9\",m:\"state; describe; narrate\",t:\"\u8ff0\"},\n\"\u5237\":{p:\"shu\u0101\",m:\"brush; swipe; clean\",t:\"\u5237\"},\n\"\u5e05\":{p:\"shu\u00e0i\",m:\"handsome; commander\",t:\"\u5e25\"},\n\"\u677e\":{p:\"s\u014dng\",m:\"loose; pine tree; relax\",t:\"\u677e\"},\n\"\u4fd7\":{p:\"s\u00fa\",m:\"custom; common; vulgar\",t:\"\u4fd7\"},\n\"\u5851\":{p:\"s\u00f9\",m:\"shape; mold; plastic\",t:\"\u5851\"},\n\"\u9178\":{p:\"su\u0101n\",m:\"sour; acidic; sore\",t:\"\u9178\"},\n\"\u5b59\":{p:\"s\u016bn\",m:\"grandchild; grandson\",t:\"\u5b6b\"},\n\"\u7f29\":{p:\"su\u014d\",m:\"shrink; reduce\",t:\"\u7e2e\"},\n\n\"\u8eba\":{p:\"t\u01ceng\",m:\"lie down\",t:\"\u8eba\"},\n\"\u68af\":{p:\"t\u012b\",m:\"ladder; stairs\",t:\"\u68af\"},\n\"\u66ff\":{p:\"t\u00ec\",m:\"replace; substitute; for\",t:\"\u66ff\"},\n\"\u586b\":{p:\"ti\u00e1n\",m:\"fill; complete (a form)\",t:\"\u586b\"},\n\"\u6311\":{p:\"ti\u0101o\",m:\"choose; pick; select\",t:\"\u6311\"},\n\"\u8d34\":{p:\"ti\u0113\",m:\"stick; paste; close to\",t:\"\u8cbc\"},\n\"\u7ae5\":{p:\"t\u00f3ng\",m:\"child; youth\",t:\"\u7ae5\"},\n\"\u7edf\":{p:\"t\u01d2ng\",m:\"unite; system; overall\",t:\"\u7d71\"},\n\"\u6295\":{p:\"t\u00f3u\",m:\"throw; invest; submit\",t:\"\u6295\"},\n\"\u900f\":{p:\"t\u00f2u\",m:\"penetrate; transparent; thoroughly\",t:\"\u900f\"},\n\"\u9014\":{p:\"t\u00fa\",m:\"road; way; journey\",t:\"\u9014\"},\n\"\u8131\":{p:\"tu\u014d\",m:\"take off; escape; remove\",t:\"\u812b\"},\n\n\"\u889c\":{p:\"w\u00e0\",m:\"sock; stocking\",t:\"\u896a\"},\n\"\u5f2f\":{p:\"w\u0101n\",m:\"bend; curve\",t:\"\u5f4e\"},\n\"\u738b\":{p:\"w\u00e1ng\",m:\"king; surname Wang\",t:\"\u738b\"},\n\"\u5fae\":{p:\"w\u0113i\",m:\"tiny; slight; subtle\",t:\"\u5fae\"},\n\"\u7ef4\":{p:\"w\u00e9i\",m:\"maintain; preserve; dimension\",t:\"\u7dad\"},\n\"\u5c3e\":{p:\"w\u011bi\",m:\"tail; end\",t:\"\u5c3e\"},\n\"\u672a\":{p:\"w\u00e8i\",m:\"not yet; future\",t:\"\u672a\"},\n\"\u8c13\":{p:\"w\u00e8i\",m:\"say; call; mean\",t:\"\u8b02\"},\n\"\u7a33\":{p:\"w\u011bn\",m:\"stable; steady\",t:\"\u7a69\"},\n\"\u65e0\":{p:\"w\u00fa\",m:\"without; none; no\",t:\"\u7121\"},\n\n\"\u5438\":{p:\"x\u012b\",m:\"breathe in; absorb\",t:\"\u5438\"},\n\"\u5e2d\":{p:\"x\u00ed\",m:\"mat; seat; banquet\",t:\"\u5e2d\"},\n\"\u7ec6\":{p:\"x\u00ec\",m:\"thin; fine; detailed\",t:\"\u7d30\"},\n\"\u9c9c\":{p:\"xi\u0101n\",m:\"fresh; delicious; bright\",t:\"\u9bae\"},\n\"\u54b8\":{p:\"xi\u00e1n\",m:\"salty; all\",t:\"\u9e79\"},\n\"\u9650\":{p:\"xi\u00e0n\",m:\"limit; restrict\",t:\"\u9650\"},\n\"\u53bf\":{p:\"xi\u00e0n\",m:\"county\",t:\"\u7e23\"},\n\"\u9879\":{p:\"xi\u00e0ng\",m:\"item; term; neck\",t:\"\u9805\"},\n\"\u9500\":{p:\"xi\u0101o\",m:\"sell; cancel; melt\",t:\"\u92b7\"},\n\"\u578b\":{p:\"x\u00edng\",m:\"type; model; shape\",t:\"\u578b\"},\n\"\u9192\":{p:\"x\u01d0ng\",m:\"wake up; become aware\",t:\"\u9192\"},\n\"\u80f8\":{p:\"xi\u014dng\",m:\"chest\",t:\"\u80f8\"},\n\"\u5144\":{p:\"xi\u014dng\",m:\"older brother\",t:\"\u5144\"},\n\"\u79c0\":{p:\"xi\u00f9\",m:\"beautiful; show; outstanding\",t:\"\u79c0\"},\n\"\u5e8f\":{p:\"x\u00f9\",m:\"order; sequence; preface\",t:\"\u5e8f\"},\n\"\u5bfb\":{p:\"x\u00fan\",m:\"search; seek\",t:\"\u5c0b\"},\n\"\u8fc5\":{p:\"x\u00f9n\",m:\"fast; rapid\",t:\"\u8fc5\"},\n\n\"\u5440\":{p:\"ya\",m:\"ah; (exclamation particle)\",t:\"\u5440\"},\n\"\u7259\":{p:\"y\u00e1\",m:\"tooth; ivory\",t:\"\u7259\"},\n\"\u4e9a\":{p:\"y\u00e0\",m:\"Asia; second; inferior\",t:\"\u4e9e\"},\n\"\u7814\":{p:\"y\u00e1n\",m:\"study; research\",t:\"\u7814\"},\n\"\u4e25\":{p:\"y\u00e1n\",m:\"strict; serious\",t:\"\u56b4\"},\n\"\u5ef6\":{p:\"y\u00e1n\",m:\"extend; delay\",t:\"\u5ef6\"},\n\"\u76d0\":{p:\"y\u00e1n\",m:\"salt\",t:\"\u9e7d\"},\n\"\u626c\":{p:\"y\u00e1ng\",m:\"raise; spread; praise\",t:\"\u63da\"},\n\"\u8170\":{p:\"y\u0101o\",m:\"waist\",t:\"\u8170\"},\n\"\u6447\":{p:\"y\u00e1o\",m:\"shake; swing\",t:\"\u6416\"},\n\"\u53f6\":{p:\"y\u00e8\",m:\"leaf\",t:\"\u8449\"},\n\"\u4f9d\":{p:\"y\u012b\",m:\"rely on; according to\",t:\"\u4f9d\"},\n\"\u79fb\":{p:\"y\u00ed\",m:\"move; transfer\",t:\"\u79fb\"},\n\"\u59e8\":{p:\"y\u00ed\",m:\"aunt (mother's sister)\",t:\"\u59e8\"},\n\"\u7591\":{p:\"y\u00ed\",m:\"doubt; suspect\",t:\"\u7591\"},\n\"\u9057\":{p:\"y\u00ed\",m:\"leave behind; lose\",t:\"\u907a\"},\n\"\u8bd1\":{p:\"y\u00ec\",m:\"translate\",t:\"\u8b6f\"},\n\"\u76ca\":{p:\"y\u00ec\",m:\"benefit; increase\",t:\"\u76ca\"},\n\"\u5f15\":{p:\"y\u01d0n\",m:\"lead; pull; cite\",t:\"\u5f15\"},\n\"\u6620\":{p:\"y\u00ecng\",m:\"reflect; shine on\",t:\"\u6620\"},\n\"\u52c7\":{p:\"y\u01d2ng\",m:\"brave; courage\",t:\"\u52c7\"},\n\"\u5e7c\":{p:\"y\u00f2u\",m:\"young; child\",t:\"\u5e7c\"},\n\"\u4f59\":{p:\"y\u00fa\",m:\"remaining; extra\",t:\"\u9918\"},\n\"\u4e0e\":{p:\"y\u01d4\",m:\"and; give; with\",t:\"\u8207\"},\n\"\u7389\":{p:\"y\u00f9\",m:\"jade\",t:\"\u7389\"},\n\"\u9047\":{p:\"y\u00f9\",m:\"meet; encounter\",t:\"\u9047\"},\n\"\u6e90\":{p:\"yu\u00e1n\",m:\"source; origin\",t:\"\u6e90\"},\n\"\u5706\":{p:\"yu\u00e1n\",m:\"round; circle; complete\",t:\"\u5713\"},\n\"\u9605\":{p:\"yu\u00e8\",m:\"read; review; inspect\",t:\"\u95b1\"},\n\n\"\u8f7d\":{p:\"z\u00e0i\",m:\"carry; contain; record\",t:\"\u8f09\"},\n\"\u8d5e\":{p:\"z\u00e0n\",m:\"praise; approve\",t:\"\u8b9a\"},\n\"\u5219\":{p:\"z\u00e9\",m:\"rule; principle; then\",t:\"\u5247\"},\n\"\u62e9\":{p:\"z\u00e9\",m:\"choose; select\",t:\"\u64c7\"},\n\"\u6218\":{p:\"zh\u00e0n\",m:\"war; fight; battle\",t:\"\u6230\"},\n\"\u4e08\":{p:\"zh\u00e0ng\",m:\"unit of length; husband\",t:\"\u4e08\"},\n\"\u62db\":{p:\"zh\u0101o\",m:\"call; attract; recruit\",t:\"\u62db\"},\n\"\u53ec\":{p:\"zh\u00e0o\",m:\"call; summon\",t:\"\u53ec\"},\n\"\u6298\":{p:\"zh\u00e9\",m:\"break; fold; discount\",t:\"\u6298\"},\n\"\u9488\":{p:\"zh\u0113n\",m:\"needle; pin\",t:\"\u91dd\"},\n\"\u9635\":{p:\"zh\u00e8n\",m:\"formation; period; burst\",t:\"\u9663\"},\n\"\u5f81\":{p:\"zh\u0113ng\",m:\"go on a journey; collect; recruit\",t:\"\u5f81\"},\n\"\u653f\":{p:\"zh\u00e8ng\",m:\"government; politics\",t:\"\u653f\"},\n\"\u4e4b\":{p:\"zh\u012b\",m:\"of; it; (literary particle)\",t:\"\u4e4b\"},\n\"\u690d\":{p:\"zh\u00ed\",m:\"plant; establish\",t:\"\u690d\"},\n\"\u5740\":{p:\"zh\u01d0\",m:\"site; address\",t:\"\u5740\"},\n\"\u667a\":{p:\"zh\u00ec\",m:\"wisdom; intelligence\",t:\"\u667a\"},\n\"\u6cbb\":{p:\"zh\u00ec\",m:\"govern; treat; control\",t:\"\u6cbb\"},\n\"\u8d28\":{p:\"zh\u00ec\",m:\"quality; nature; question\",t:\"\u8cea\"},\n\"\u7f6e\":{p:\"zh\u00ec\",m:\"place; set; establish\",t:\"\u7f6e\"},\n\"\u81f4\":{p:\"zh\u00ec\",m:\"cause; send; achieve\",t:\"\u81f4\"},\n\"\u9010\":{p:\"zh\u00fa\",m:\"chase; pursue; gradually\",t:\"\u9010\"},\n\"\u8457\":{p:\"zh\u00f9\",m:\"write; famous; show\",t:\"\u8457\"},\n\"\u7efc\":{p:\"z\u014dng\",m:\"summarize; combine\",t:\"\u7d9c\"},\n\"\u963b\":{p:\"z\u01d4\",m:\"block; hinder\",t:\"\u963b\"},\"\u6328\":{p:\"\u0101i\",m:\"touch; get close to; suffer\",t:\"\u6328\"},\n\"\u50b2\":{p:\"\u00e0o\",m:\"proud; arrogant\",t:\"\u50b2\"},\n\n\"\u7f62\":{p:\"b\u00e0\",m:\"stop; end; dismiss\",t:\"\u7f77\"},\n\"\u699c\":{p:\"b\u01ceng\",m:\"list; notice board; ranking\",t:\"\u699c\"},\n\"\u508d\":{p:\"b\u00e0ng\",m:\"near; beside\",t:\"\u508d\"},\n\"\u80de\":{p:\"b\u0101o\",m:\"cell; womb; sibling\",t:\"\u80de\"},\n\"\u7206\":{p:\"b\u00e0o\",m:\"explode; burst; expose\",t:\"\u7206\"},\n\"\u66b4\":{p:\"b\u00e0o\",m:\"violent; sudden; expose\",t:\"\u66b4\"},\n\"\u5954\":{p:\"b\u0113n\",m:\"run; rush\",t:\"\u5954\"},\n\"\u903c\":{p:\"b\u012b\",m:\"force; pressure; compel\",t:\"\u903c\"},\n\"\u6241\":{p:\"bi\u01cen\",m:\"flat; narrow\",t:\"\u6241\"},\n\"\u62e8\":{p:\"b\u014d\",m:\"dial; move; allocate\",t:\"\u64a5\"},\n\"\u6ce2\":{p:\"b\u014d\",m:\"wave; ripple\",t:\"\u6ce2\"},\n\"\u6355\":{p:\"b\u01d4\",m:\"catch; arrest\",t:\"\u6355\"},\n\n\"\u8e29\":{p:\"c\u01cei\",m:\"step on; trample\",t:\"\u8e29\"},\n\"\u6b8b\":{p:\"c\u00e1n\",m:\"incomplete; damaged; cruel\",t:\"\u6b98\"},\n\"\u60e8\":{p:\"c\u01cen\",m:\"miserable; tragic\",t:\"\u6158\"},\n\"\u4ed3\":{p:\"c\u0101ng\",m:\"warehouse; granary\",t:\"\u5009\"},\n\"\u85cf\":{p:\"c\u00e1ng\",m:\"hide; store\",t:\"\u85cf\"},\n\"\u4fa7\":{p:\"c\u00e8\",m:\"side; lateral\",t:\"\u5074\"},\n\"\u5395\":{p:\"c\u00e8\",m:\"toilet; lavatory\",t:\"\u5ec1\"},\n\"\u7b56\":{p:\"c\u00e8\",m:\"plan; strategy; policy\",t:\"\u7b56\"},\n\"\u660c\":{p:\"ch\u0101ng\",m:\"prosperous; flourishing\",t:\"\u660c\"},\n\"\u7545\":{p:\"ch\u00e0ng\",m:\"smooth; unrestrained\",t:\"\u66a2\"},\n\"\u7092\":{p:\"ch\u01ceo\",m:\"stir-fry; speculate\",t:\"\u7092\"},\n\"\u64a4\":{p:\"ch\u00e8\",m:\"withdraw; remove\",t:\"\u64a4\"},\n\"\u6491\":{p:\"ch\u0113ng\",m:\"support; hold up\",t:\"\u6490\"},\n\"\u5d07\":{p:\"ch\u00f3ng\",m:\"respect; worship; lofty\",t:\"\u5d07\"},\n\"\u5ba0\":{p:\"ch\u01d2ng\",m:\"dote on; spoil; favor\",t:\"\u5bf5\"},\n\"\u50a8\":{p:\"ch\u01d4\",m:\"store; save; reserve\",t:\"\u5132\"},\n\"\u4e32\":{p:\"chu\u00e0n\",m:\"string together; series\",t:\"\u4e32\"},\n\"\u918b\":{p:\"c\u00f9\",m:\"vinegar; jealousy\",t:\"\u918b\"},\n\n\"\u642d\":{p:\"d\u0101\",m:\"put up; build; take (transport)\",t:\"\u642d\"},\n\"\u8bde\":{p:\"d\u00e0n\",m:\"born; absurd; birthday\",t:\"\u8a95\"},\n\"\u515a\":{p:\"d\u01ceng\",m:\"party; group\",t:\"\u9ee8\"},\n\"\u6863\":{p:\"d\u00e0ng\",m:\"file; record; grade\",t:\"\u6a94\"},\n\"\u8e48\":{p:\"d\u01ceo\",m:\"step; tread; dance\",t:\"\u8e48\"},\n\"\u5c9b\":{p:\"d\u01ceo\",m:\"island\",t:\"\u5cf6\"},\n\"\u76d7\":{p:\"d\u00e0o\",m:\"steal; thief\",t:\"\u76dc\"},\n\"\u6ef4\":{p:\"d\u012b\",m:\"drop; drip\",t:\"\u6ef4\"},\n\"\u62b5\":{p:\"d\u01d0\",m:\"resist; reach; offset\",t:\"\u62b5\"},\n\"\u5e1d\":{p:\"d\u00ec\",m:\"emperor; god\",t:\"\u5e1d\"},\n\"\u540a\":{p:\"di\u00e0o\",m:\"hang; mourn; suspend\",t:\"\u540a\"},\n\"\u8dcc\":{p:\"di\u0113\",m:\"fall; drop\",t:\"\u8dcc\"},\n\"\u7763\":{p:\"d\u016b\",m:\"supervise; oversee\",t:\"\u7763\"},\n\"\u8d4c\":{p:\"d\u01d4\",m:\"gamble\",t:\"\u8ced\"},\n\"\u6e21\":{p:\"d\u00f9\",m:\"cross; ferry\",t:\"\u6e21\"},\n\"\u7aef\":{p:\"du\u0101n\",m:\"end; hold; upright\",t:\"\u7aef\"},\n\"\u8e72\":{p:\"d\u016bn\",m:\"squat\",t:\"\u8e72\"},\n\"\u593a\":{p:\"du\u00f3\",m:\"seize; take away\",t:\"\u596a\"},\n\n\"\u989d\":{p:\"\u00e9\",m:\"forehead; amount; quota\",t:\"\u984d\"},\n\"\u6069\":{p:\"\u0113n\",m:\"kindness; favor; grace\",t:\"\u6069\"},\n\n\"\u756a\":{p:\"f\u0101n\",m:\"kind; time; foreign\",t:\"\u756a\"},\n\"\u51e1\":{p:\"f\u00e1n\",m:\"ordinary; all; every\",t:\"\u51e1\"},\n\"\u72af\":{p:\"f\u00e0n\",m:\"commit; violate; offend\",t:\"\u72af\"},\n\"\u5e9f\":{p:\"f\u00e8i\",m:\"waste; abolish; disabled\",t:\"\u5ee2\"},\n\"\u80ba\":{p:\"f\u00e8i\",m:\"lung\",t:\"\u80ba\"},\n\"\u6c1b\":{p:\"f\u0113n\",m:\"atmosphere; mood\",t:\"\u6c1b\"},\n\"\u7c89\":{p:\"f\u011bn\",m:\"powder; pink; fan\",t:\"\u7c89\"},\n\"\u6124\":{p:\"f\u00e8n\",m:\"angry; indignant\",t:\"\u61a4\"},\n\"\u950b\":{p:\"f\u0113ng\",m:\"edge; front; sharp point\",t:\"\u92d2\"},\n\"\u5cf0\":{p:\"f\u0113ng\",m:\"peak; mountain top\",t:\"\u5cf0\"},\n\"\u5949\":{p:\"f\u00e8ng\",m:\"offer; obey; receive\",t:\"\u5949\"},\n\"\u6d6e\":{p:\"f\u00fa\",m:\"float; superficial\",t:\"\u6d6e\"},\n\"\u4f5b\":{p:\"f\u00f3\",m:\"Buddha; Buddhist\",t:\"\u4f5b\"},\n\"\u526f\":{p:\"f\u00f9\",m:\"vice; secondary; measure word\",t:\"\u526f\"},\n\n\"\u6746\":{p:\"g\u0101n\",m:\"pole; stick\",t:\"\u687f\"},\n\"\u809d\":{p:\"g\u0101n\",m:\"liver\",t:\"\u809d\"},\n\"\u5c97\":{p:\"g\u01ceng\",m:\"post; position; hill\",t:\"\u5d17\"},\n\"\u6e2f\":{p:\"g\u01ceng\",m:\"port; harbor\",t:\"\u6e2f\"},\n\"\u7a3f\":{p:\"g\u01ceo\",m:\"draft; manuscript\",t:\"\u7a3f\"},\n\"\u5bab\":{p:\"g\u014dng\",m:\"palace\",t:\"\u5bae\"},\n\"\u653b\":{p:\"g\u014dng\",m:\"attack; study\",t:\"\u653b\"},\n\"\u5de9\":{p:\"g\u01d2ng\",m:\"strengthen; consolidate\",t:\"\u978f\"},\n\"\u8d21\":{p:\"g\u00f2ng\",m:\"tribute; contribute\",t:\"\u8ca2\"},\n\"\u5b64\":{p:\"g\u016b\",m:\"alone; lonely\",t:\"\u5b64\"},\n\"\u80a1\":{p:\"g\u01d4\",m:\"thigh; share; stock\",t:\"\u80a1\"},\n\"\u8c37\":{p:\"g\u01d4\",m:\"valley; grain\",t:\"\u8c37\"},\n\"\u522e\":{p:\"gu\u0101\",m:\"scrape; blow\",t:\"\u522e\"},\n\"\u62d0\":{p:\"gu\u01cei\",m:\"turn; kidnap; crutch\",t:\"\u62d0\"},\n\"\u8d2f\":{p:\"gu\u00e0n\",m:\"pass through; string together\",t:\"\u8cab\"},\n\"\u8f68\":{p:\"gu\u01d0\",m:\"track; rail; rule\",t:\"\u8ecc\"},\n\"\u8dea\":{p:\"gu\u00ec\",m:\"kneel\",t:\"\u8dea\"},\n\n\"\u61be\":{p:\"h\u00e0n\",m:\"regret; pity\",t:\"\u61be\"},\n\"\u8017\":{p:\"h\u00e0o\",m:\"consume; waste; news\",t:\"\u8017\"},\n\"\u72e0\":{p:\"h\u011bn\",m:\"fierce; ruthless\",t:\"\u72e0\"},\n\"\u6a2a\":{p:\"h\u00e9ng\",m:\"horizontal; across\",t:\"\u6a6b\"},\n\"\u8861\":{p:\"h\u00e9ng\",m:\"balance; weigh\",t:\"\u8861\"},\n\"\u5b8f\":{p:\"h\u00f3ng\",m:\"grand; vast\",t:\"\u5b8f\"},\n\"\u6d2a\":{p:\"h\u00f3ng\",m:\"flood; huge\",t:\"\u6d2a\"},\n\"\u58f6\":{p:\"h\u00fa\",m:\"pot; kettle\",t:\"\u58fa\"},\n\"\u60a3\":{p:\"hu\u00e0n\",m:\"suffer; worry; trouble\",t:\"\u60a3\"},\n\"\u5e7b\":{p:\"hu\u00e0n\",m:\"illusion; fantasy\",t:\"\u5e7b\"},\n\"\u7687\":{p:\"hu\u00e1ng\",m:\"emperor; royal\",t:\"\u7687\"},\n\"\u8f89\":{p:\"hu\u012b\",m:\"shine; glory\",t:\"\u8f1d\"},\n\"\u6bc1\":{p:\"hu\u01d0\",m:\"destroy; damage\",t:\"\u6bc0\"},\n\"\u6167\":{p:\"hu\u00ec\",m:\"wise; intelligent\",t:\"\u6167\"},\n\"\u7ed8\":{p:\"hu\u00ec\",m:\"draw; paint\",t:\"\u7e6a\"},\n\"\u660f\":{p:\"h\u016bn\",m:\"dark; dizzy; faint\",t:\"\u660f\"},\n\"\u6df7\":{p:\"h\u00f9n\",m:\"mix; confuse\",t:\"\u6df7\"},\n\n\"\u75be\":{p:\"j\u00ed\",m:\"illness; fast; urgent\",t:\"\u75be\"},\n\"\u5409\":{p:\"j\u00ed\",m:\"lucky; auspicious\",t:\"\u5409\"},\n\"\u5609\":{p:\"ji\u0101\",m:\"excellent; praise\",t:\"\u5609\"},\n\"\u4f73\":{p:\"ji\u0101\",m:\"good; beautiful\",t:\"\u4f73\"},\n\"\u76d1\":{p:\"ji\u0101n\",m:\"supervise; monitor\",t:\"\u76e3\"},\n\"\u5c16\":{p:\"ji\u0101n\",m:\"sharp; pointed\",t:\"\u5c16\"},\n\"\u6361\":{p:\"ji\u01cen\",m:\"pick up; collect\",t:\"\u64bf\"},\n\"\u5251\":{p:\"ji\u00e0n\",m:\"sword\",t:\"\u528d\"},\n\"\u8230\":{p:\"ji\u00e0n\",m:\"warship; vessel\",t:\"\u8266\"},\n\"\u7bad\":{p:\"ji\u00e0n\",m:\"arrow\",t:\"\u7bad\"},\n\"\u9274\":{p:\"ji\u00e0n\",m:\"examine; mirror; judge\",t:\"\u9451\"},\n\"\u8df5\":{p:\"ji\u00e0n\",m:\"practice; carry out; step on\",t:\"\u8e10\"},\n\"\u9171\":{p:\"ji\u00e0ng\",m:\"sauce; paste\",t:\"\u91ac\"},\n\"\u7126\":{p:\"ji\u0101o\",m:\"burnt; anxious; focus\",t:\"\u7126\"},\n\"\u9a84\":{p:\"ji\u0101o\",m:\"proud; arrogant\",t:\"\u9a55\"},\n\"\u63ed\":{p:\"ji\u0113\",m:\"lift; reveal; uncover\",t:\"\u63ed\"},\n\"\u6d01\":{p:\"ji\u00e9\",m:\"clean; pure\",t:\"\u6f54\"},\n\"\u6770\":{p:\"ji\u00e9\",m:\"outstanding; hero\",t:\"\u5091\"},\n\"\u622a\":{p:\"ji\u00e9\",m:\"cut off; stop\",t:\"\u622a\"},\n\"\u4e95\":{p:\"j\u01d0ng\",m:\"well\",t:\"\u4e95\"},\n\"\u5f84\":{p:\"j\u00ecng\",m:\"path; diameter\",t:\"\u5f91\"},\n\"\u7ea0\":{p:\"ji\u016b\",m:\"correct; entangle\",t:\"\u7cfe\"},\n\"\u6350\":{p:\"ju\u0101n\",m:\"donate; contribute\",t:\"\u6350\"},\n\"\u83cc\":{p:\"j\u016bn\",m:\"germ; fungus; bacteria\",t:\"\u83cc\"},\"\u520a\":{p:\"k\u0101n\",m:\"publish; print; publication\",t:\"\u520a\"},\n\"\u6297\":{p:\"k\u00e0ng\",m:\"resist; oppose; fight\",t:\"\u6297\"},\n\"\u6263\":{p:\"k\u00f2u\",m:\"button; deduct; knock\",t:\"\u6263\"},\n\"\u9177\":{p:\"k\u00f9\",m:\"cool; harsh; cruel\",t:\"\u9177\"},\n\"\u8de8\":{p:\"ku\u00e0\",m:\"cross; span; step over\",t:\"\u8de8\"},\n\"\u9614\":{p:\"ku\u00f2\",m:\"wide; broad; wealthy\",t:\"\u95ca\"},\n\n\"\u5566\":{p:\"la\",m:\"(particle); indicating emphasis or completion\",t:\"\u5566\"},\n\"\u8d56\":{p:\"l\u00e0i\",m:\"rely on; blame; refuse to admit\",t:\"\u8cf4\"},\n\"\u680f\":{p:\"l\u00e1n\",m:\"fence; column; section\",t:\"\u6b04\"},\n\"\u61d2\":{p:\"l\u01cen\",m:\"lazy\",t:\"\u61f6\"},\n\"\u7262\":{p:\"l\u00e1o\",m:\"firm; prison\",t:\"\u7262\"},\n\"\u6881\":{p:\"li\u00e1ng\",m:\"beam; bridge; surname\",t:\"\u6881\"},\n\"\u8c05\":{p:\"li\u00e0ng\",m:\"forgive; understand\",t:\"\u8ad2\"},\n\"\u88c2\":{p:\"li\u00e8\",m:\"split; crack; break\",t:\"\u88c2\"},\n\"\u7075\":{p:\"l\u00edng\",m:\"spirit; clever; effective\",t:\"\u9748\"},\n\"\u7089\":{p:\"l\u00fa\",m:\"stove; furnace\",t:\"\u7210\"},\n\"\u9732\":{p:\"l\u00f9\",m:\"dew; reveal; show\",t:\"\u9732\"},\n\"\u7565\":{p:\"l\u00fc\u00e8\",m:\"slightly; strategy; omit\",t:\"\u7565\"},\n\n\"\u561b\":{p:\"ma\",m:\"(particle); indicating obviousness\",t:\"\u561b\"},\n\"\u57cb\":{p:\"m\u00e1i\",m:\"bury; cover\",t:\"\u57cb\"},\n\"\u9ea6\":{p:\"m\u00e0i\",m:\"wheat\",t:\"\u9ea5\"},\n\"\u9992\":{p:\"m\u00e1n\",m:\"steamed bun (as in \u9992\u5934)\",t:\"\u9945\"},\n\"\u76f2\":{p:\"m\u00e1ng\",m:\"blind; unable to see\",t:\"\u76f2\"},\n\"\u6885\":{p:\"m\u00e9i\",m:\"plum; plum blossom\",t:\"\u6885\"},\n\"\u76df\":{p:\"m\u00e9ng\",m:\"alliance; oath\",t:\"\u76df\"},\n\"\u8499\":{p:\"m\u00e9ng\",m:\"cover; deceive; suffer\",t:\"\u8499\"},\n\"\u731b\":{p:\"m\u011bng\",m:\"fierce; sudden; violent\",t:\"\u731b\"},\n\"\u68c9\":{p:\"mi\u00e1n\",m:\"cotton\",t:\"\u68c9\"},\n\"\u5999\":{p:\"mi\u00e0o\",m:\"wonderful; clever\",t:\"\u5999\"},\n\"\u706d\":{p:\"mi\u00e8\",m:\"destroy; extinguish\",t:\"\u6ec5\"},\n\"\u78e8\":{p:\"m\u00f3\",m:\"rub; grind; polish\",t:\"\u78e8\"},\n\"\u819c\":{p:\"m\u00f3\",m:\"membrane; film\",t:\"\u819c\"},\n\"\u58a8\":{p:\"m\u00f2\",m:\"ink; black; writing\",t:\"\u58a8\"},\n\"\u8c0b\":{p:\"m\u00f3u\",m:\"plan; seek; scheme\",t:\"\u8b00\"},\n\"\u5893\":{p:\"m\u00f9\",m:\"grave; tomb\",t:\"\u5893\"},\n\n\"\u7eb3\":{p:\"n\u00e0\",m:\"accept; receive; pay\",t:\"\u7d0d\"},\n\"\u6ce5\":{p:\"n\u00ed\",m:\"mud; clay\",t:\"\u6ce5\"},\n\"\u626d\":{p:\"ni\u01d4\",m:\"twist; turn\",t:\"\u626d\"},\n\"\u6012\":{p:\"n\u00f9\",m:\"angry; anger\",t:\"\u6012\"},\n\"\u8bfa\":{p:\"nu\u00f2\",m:\"promise; agree\",t:\"\u8afe\"},\n\n\"\u76fc\":{p:\"p\u00e0n\",m:\"hope; look forward to\",t:\"\u76fc\"},\n\"\u6ce1\":{p:\"p\u00e0o\",m:\"bubble; soak; blister\",t:\"\u6ce1\"},\n\"\u70ae\":{p:\"p\u00e0o\",m:\"cannon; gun\",t:\"\u70ae\"},\n\"\u504f\":{p:\"pi\u0101n\",m:\"partial; biased; one-sided\",t:\"\u504f\"},\n\"\u8d2b\":{p:\"p\u00edn\",m:\"poor; lacking\",t:\"\u8ca7\"},\n\"\u8058\":{p:\"p\u00ecn\",m:\"hire; engage; marry\",t:\"\u8058\"},\n\"\u5c4f\":{p:\"p\u00edng\",m:\"screen; block\",t:\"\u5c4f\"},\n\"\u5761\":{p:\"p\u014d\",m:\"slope; hill\",t:\"\u5761\"},\n\"\u6251\":{p:\"p\u016b\",m:\"pounce; throw oneself; beat\",t:\"\u64b2\"},\n\"\u94fa\":{p:\"p\u016b\",m:\"spread; lay\",t:\"\u92ea\"},\n\n\"\u6b3a\":{p:\"q\u012b\",m:\"deceive; bully\",t:\"\u6b3a\"},\n\"\u65d7\":{p:\"q\u00ed\",m:\"flag; banner\",t:\"\u65d7\"},\n\"\u6070\":{p:\"qi\u00e0\",m:\"exactly; just\",t:\"\u6070\"},\n\"\u8fc1\":{p:\"qi\u0101n\",m:\"move; relocate\",t:\"\u9077\"},\n\"\u94c5\":{p:\"qi\u0101n\",m:\"lead (metal); pencil\",t:\"\u925b\"},\n\"\u7275\":{p:\"qi\u0101n\",m:\"pull; lead; involve\",t:\"\u727d\"},\n\"\u8c26\":{p:\"qi\u0101n\",m:\"modest; humble\",t:\"\u8b19\"},\n\"\u6f5c\":{p:\"qi\u00e1n\",m:\"hidden; dive; potential\",t:\"\u6f5b\"},\n\"\u6b49\":{p:\"qi\u00e0n\",m:\"sorry; regret; deficient\",t:\"\u6b49\"},\n\"\u8304\":{p:\"qi\u00e9\",m:\"eggplant\",t:\"\u8304\"},\n\"\u4fb5\":{p:\"q\u012bn\",m:\"invade; infringe\",t:\"\u4fb5\"},\n\"\u503e\":{p:\"q\u012bng\",m:\"lean; incline; pour\",t:\"\u50be\"},\n\"\u6e20\":{p:\"q\u00fa\",m:\"canal; channel\",t:\"\u6e20\"},\n\"\u5238\":{p:\"qu\u00e0n\",m:\"ticket; certificate\",t:\"\u5238\"},\n\n\"\u878d\":{p:\"r\u00f3ng\",m:\"melt; integrate; finance\",t:\"\u878d\"},\n\"\u4e73\":{p:\"r\u01d4\",m:\"milk; breast; suckle\",t:\"\u4e73\"},\n\"\u82e5\":{p:\"ru\u00f2\",m:\"if; like; as if\",t:\"\u82e5\"},\n\n\"\u585e\":{p:\"s\u0101i\",m:\"block; stop up\",t:\"\u585e\"},\n\"\u4e27\":{p:\"s\u00e0ng\",m:\"lose; mourn\",t:\"\u55aa\"},\n\"\u52fa\":{p:\"sh\u00e1o\",m:\"spoon; ladle\",t:\"\u52fa\"},\n\"\u820c\":{p:\"sh\u00e9\",m:\"tongue\",t:\"\u820c\"},\n\"\u6d89\":{p:\"sh\u00e8\",m:\"be involved in; cross\",t:\"\u6d89\"},\n\"\u5ba1\":{p:\"sh\u011bn\",m:\"examine; review; judge\",t:\"\u5be9\"},\n\"\u7272\":{p:\"sh\u0113ng\",m:\"livestock; animal for sacrifice\",t:\"\u7272\"},\n\"\u5723\":{p:\"sh\u00e8ng\",m:\"holy; sacred; saint\",t:\"\u8056\"},\n\"\u76db\":{p:\"sh\u00e8ng\",m:\"prosperous; abundant; contain\",t:\"\u76db\"},\n\"\u85af\":{p:\"sh\u01d4\",m:\"potato; sweet potato\",t:\"\u85af\"},\n\"\u723d\":{p:\"shu\u01ceng\",m:\"refreshing; frank; cool\",t:\"\u723d\"},\n\"\u7a0e\":{p:\"shu\u00ec\",m:\"tax\",t:\"\u7a05\"},\n\"\u5bfa\":{p:\"s\u00ec\",m:\"temple\",t:\"\u5bfa\"},\n\"\u82cf\":{p:\"s\u016b\",m:\"revive; Soviet; surname\",t:\"\u8607\"},\n\"\u7d20\":{p:\"s\u00f9\",m:\"plain; simple; vegetarian\",t:\"\u7d20\"},\n\n\"\u5854\":{p:\"t\u01ce\",m:\"tower; pagoda\",t:\"\u5854\"},\n\"\u8e0f\":{p:\"t\u00e0\",m:\"step on; tread\",t:\"\u8e0f\"},\n\"\u53f9\":{p:\"t\u00e0n\",m:\"sigh; admire\",t:\"\u5606\"},\n\"\u63a2\":{p:\"t\u00e0n\",m:\"explore; investigate\",t:\"\u63a2\"},\n\"\u8d9f\":{p:\"t\u00e0ng\",m:\"trip; measure word for journeys\",t:\"\u8d9f\"},\n\"\u638f\":{p:\"t\u0101o\",m:\"take out; dig out\",t:\"\u638f\"},\n\"\u8e22\":{p:\"t\u012b\",m:\"kick\",t:\"\u8e22\"},\n\"\u6dfb\":{p:\"ti\u0101n\",m:\"add; increase\",t:\"\u6dfb\"},\n\"\u7530\":{p:\"ti\u00e1n\",m:\"field; farmland\",t:\"\u7530\"},\n\"\u94dc\":{p:\"t\u00f3ng\",m:\"copper\",t:\"\u9285\"},\n\"\u5f92\":{p:\"t\u00fa\",m:\"disciple; empty; in vain\",t:\"\u5f92\"},\n\"\u541e\":{p:\"t\u016bn\",m:\"swallow; devour\",t:\"\u541e\"},\n\"\u62d6\":{p:\"tu\u014d\",m:\"drag; delay\",t:\"\u62d6\"},\n\n\"\u54c7\":{p:\"wa\",m:\"wow; (exclamation particle)\",t:\"\u54c7\"},\n\"\u6316\":{p:\"w\u0101\",m:\"dig; excavate\",t:\"\u6316\"},\n\"\u5a03\":{p:\"w\u00e1\",m:\"baby; doll\",t:\"\u5a03\"},\n\"\u6e7e\":{p:\"w\u0101n\",m:\"bay; gulf; bend\",t:\"\u7063\"},\n\"\u987d\":{p:\"w\u00e1n\",m:\"stubborn; naughty\",t:\"\u9811\"},\n\"\u4ea1\":{p:\"w\u00e1ng\",m:\"die; perish; lose\",t:\"\u4ea1\"},\n\"\u65fa\":{p:\"w\u00e0ng\",m:\"prosperous; strong\",t:\"\u65fa\"},\n\"\u5a01\":{p:\"w\u0113i\",m:\"power; authority; might\",t:\"\u5a01\"},\n\"\u4e4c\":{p:\"w\u016b\",m:\"black; crow; dark\",t:\"\u70cf\"},\n\"\u4f0d\":{p:\"w\u01d4\",m:\"five; group; surname\",t:\"\u4f0d\"},\n\"\u609f\":{p:\"w\u00f9\",m:\"understand; realize\",t:\"\u609f\"},\"\u727a\":{p:\"x\u012b\",m:\"sacrifice; dedicate\",t:\"\u72a7\"},\n\"\u5acc\":{p:\"xi\u00e1n\",m:\"dislike; suspicion; objection\",t:\"\u5acc\"},\n\"\u9677\":{p:\"xi\u00e0n\",m:\"fall into; trap; sink\",t:\"\u9677\"},\n\"\u7965\":{p:\"xi\u00e1ng\",m:\"auspicious; lucky\",t:\"\u7965\"},\n\"\u6653\":{p:\"xi\u01ceo\",m:\"dawn; know; understand\",t:\"\u66c9\"},\n\"\u80c1\":{p:\"xi\u00e9\",m:\"threaten; ribs; side\",t:\"\u8105\"},\n\"\u8c10\":{p:\"xi\u00e9\",m:\"harmonious; humorous\",t:\"\u8ae7\"},\n\"\u68b0\":{p:\"xi\u00e8\",m:\"machine; tool; weapon\",t:\"\u68b0\"},\n\"\u85aa\":{p:\"x\u012bn\",m:\"firewood; salary\",t:\"\u85aa\"},\n\"\u51f6\":{p:\"xi\u014dng\",m:\"bad; fierce; unlucky\",t:\"\u51f6\"},\n\"\u8896\":{p:\"xi\u00f9\",m:\"sleeve\",t:\"\u8896\"},\n\"\u7eea\":{p:\"x\u00f9\",m:\"thread; beginning; emotion\",t:\"\u7dd2\"},\n\"\u65cb\":{p:\"xu\u00e1n\",m:\"rotate; revolve; return\",t:\"\u65cb\"},\n\"\u60ac\":{p:\"xu\u00e1n\",m:\"hang; suspend; worry\",t:\"\u61f8\"},\n\"\u5faa\":{p:\"x\u00fan\",m:\"follow; comply with; circulate\",t:\"\u5faa\"},\n\"\u8baf\":{p:\"x\u00f9n\",m:\"information; question; inquire\",t:\"\u8a0a\"},\n\n\"\u708e\":{p:\"y\u00e1n\",m:\"flame; inflammation; hot\",t:\"\u708e\"},\n\"\u6cbf\":{p:\"y\u00e1n\",m:\"along; follow; edge\",t:\"\u6cbf\"},\n\"\u5bb4\":{p:\"y\u00e0n\",m:\"banquet; feast\",t:\"\u5bb4\"},\n\"\u6d0b\":{p:\"y\u00e1ng\",m:\"ocean; foreign; vast\",t:\"\u6d0b\"},\n\"\u4ef0\":{p:\"y\u01ceng\",m:\"look up; admire; rely on\",t:\"\u4ef0\"},\n\"\u6c27\":{p:\"y\u01ceng\",m:\"oxygen\",t:\"\u6c27\"},\n\"\u8000\":{p:\"y\u00e0o\",m:\"shine; glorify\",t:\"\u8000\"},\n\"\u91ce\":{p:\"y\u011b\",m:\"wild; field; rough\",t:\"\u91ce\"},\n\"\u6db2\":{p:\"y\u00e8\",m:\"liquid; fluid\",t:\"\u6db2\"},\n\"\u4eea\":{p:\"y\u00ed\",m:\"ceremony; appearance; instrument\",t:\"\u5100\"},\n\"\u5f02\":{p:\"y\u00ec\",m:\"different; unusual; strange\",t:\"\u7570\"},\n\"\u9690\":{p:\"y\u01d0n\",m:\"hide; secret; hidden\",t:\"\u96b1\"},\n\"\u5fe7\":{p:\"y\u014du\",m:\"worry; sadness\",t:\"\u6182\"},\n\"\u5a31\":{p:\"y\u00fa\",m:\"entertain; amuse\",t:\"\u5a1b\"},\n\"\u6109\":{p:\"y\u00fa\",m:\"pleasant; happy\",t:\"\u6109\"},\n\"\u5b87\":{p:\"y\u01d4\",m:\"universe; space; building\",t:\"\u5b87\"},\n\"\u4e88\":{p:\"y\u01d4\",m:\"give; provide\",t:\"\u4e88\"},\n\"\u8a89\":{p:\"y\u00f9\",m:\"reputation; praise\",t:\"\u8b7d\"},\n\"\u6b32\":{p:\"y\u00f9\",m:\"desire; wish; want\",t:\"\u6b32\"},\n\"\u63f4\":{p:\"yu\u00e1n\",m:\"help; support; aid\",t:\"\u63f4\"},\n\"\u7f18\":{p:\"yu\u00e1n\",m:\"fate; relationship; reason\",t:\"\u7de3\"},\n\"\u8dc3\":{p:\"yu\u00e8\",m:\"jump; leap\",t:\"\u8e8d\"},\n\"\u6655\":{p:\"y\u016bn\",m:\"dizzy; faint\",t:\"\u6688\"},\n\"\u5141\":{p:\"y\u01d4n\",m:\"allow; permit; fair\",t:\"\u5141\"},\n\n\"\u906d\":{p:\"z\u0101o\",m:\"meet with; suffer; encounter\",t:\"\u906d\"},\n\"\u624e\":{p:\"zh\u0101\",m:\"pierce; tie; bind\",t:\"\u624e\"},\n\"\u70b8\":{p:\"zh\u00e0\",m:\"explode; fry\",t:\"\u70b8\"},\n\"\u5b85\":{p:\"zh\u00e1i\",m:\"house; residence; homebody\",t:\"\u5b85\"},\n\"\u503a\":{p:\"zh\u00e0i\",m:\"debt\",t:\"\u50b5\"},\n\"\u8d26\":{p:\"zh\u00e0ng\",m:\"account; bill\",t:\"\u8cec\"},\n\"\u969c\":{p:\"zh\u00e0ng\",m:\"obstacle; barrier\",t:\"\u969c\"},\n\"\u54f2\":{p:\"zh\u00e9\",m:\"wise; philosophy\",t:\"\u54f2\"},\n\"\u9547\":{p:\"zh\u00e8n\",m:\"town; calm; suppress\",t:\"\u93ae\"},\n\"\u75c7\":{p:\"zh\u00e8ng\",m:\"symptom; illness\",t:\"\u75c7\"},\n\"\u679d\":{p:\"zh\u012b\",m:\"branch; measure word for flowers\",t:\"\u679d\"},\n\"\u6b96\":{p:\"zh\u00ed\",m:\"grow; reproduce\",t:\"\u6b96\"},\n\"\u5fe0\":{p:\"zh\u014dng\",m:\"loyal; faithful\",t:\"\u5fe0\"},\n\"\u80bf\":{p:\"zh\u01d2ng\",m:\"swollen; swelling\",t:\"\u816b\"},\n\"\u7ca5\":{p:\"zh\u014du\",m:\"porridge; congee\",t:\"\u7ca5\"},\n\"\u8bf8\":{p:\"zh\u016b\",m:\"various; all\",t:\"\u8af8\"},\n\"\u716e\":{p:\"zh\u01d4\",m:\"cook; boil\",t:\"\u716e\"},\n\"\u9a7b\":{p:\"zh\u00f9\",m:\"station; stay; reside\",t:\"\u99d0\"},\n\"\u67f1\":{p:\"zh\u00f9\",m:\"pillar; column\",t:\"\u67f1\"},\n\"\u8d5a\":{p:\"zhu\u00e0n\",m:\"earn; make money\",t:\"\u8cfa\"},\n\"\u5e84\":{p:\"zhu\u0101ng\",m:\"village; manor; serious\",t:\"\u838a\"},\n\"\u58ee\":{p:\"zhu\u00e0ng\",m:\"strong; robust; magnificent\",t:\"\u58ef\"},\n\"\u6349\":{p:\"zhu\u014d\",m:\"catch; grab\",t:\"\u6349\"},\n\"\u54a8\":{p:\"z\u012b\",m:\"consult; ask\",t:\"\u54a8\"},\n\"\u5b97\":{p:\"z\u014dng\",m:\"ancestor; school; sect\",t:\"\u5b97\"},\n\"\u7eb5\":{p:\"z\u00f2ng\",m:\"let go; vertical; even if\",t:\"\u7e31\"},\n\"\u594f\":{p:\"z\u00f2u\",m:\"play music; report\",t:\"\u594f\"},\n\"\u7956\":{p:\"z\u01d4\",m:\"ancestor; forefather\",t:\"\u7956\"},\n\"\u94bb\":{p:\"zu\u0101n\",m:\"drill; bore; study deeply\",t:\"\u947d\"},\n\"\u7f6a\":{p:\"zu\u00ec\",m:\"crime; guilt; fault\",t:\"\u7f6a\"},\"\u54ce\":{p:\"\u0101i\",m:\"hey; alas; sigh\",t:\"\u54ce\"},\n\"\u5509\":{p:\"\u0101i\",m:\"sigh; alas\",t:\"\u5509\"},\n\"\u54c0\":{p:\"\u0101i\",m:\"sorrow; grieve\",t:\"\u54c0\"},\n\"\u764c\":{p:\"\u00e1i\",m:\"cancer\",t:\"\u764c\"},\n\"\u853c\":{p:\"\u01cei\",m:\"kind; amiable\",t:\"\u85f9\"},\n\"\u827e\":{p:\"\u00e0i\",m:\"mugwort; stop; beautiful\",t:\"\u827e\"},\n\"\u9698\":{p:\"\u00e0i\",m:\"narrow; pass; confined\",t:\"\u9698\"},\n\"\u6602\":{p:\"\u00e1ng\",m:\"raise; high-spirited\",t:\"\u6602\"},\n\"\u51f9\":{p:\"\u0101o\",m:\"concave; hollow\",t:\"\u51f9\"},\n\"\u71ac\":{p:\"\u00e1o\",m:\"boil slowly; endure; stay up\",t:\"\u71ac\"},\n\"\u5965\":{p:\"\u00e0o\",m:\"profound; mysterious; Olympic\",t:\"\u5967\"},\n\n\"\u6252\":{p:\"b\u0101\",m:\"peel; pull apart; cling to\",t:\"\u6252\"},\n\"\u82ad\":{p:\"b\u0101\",m:\"banana (as in \u82ad\u8549); reed\",t:\"\u82ad\"},\n\"\u53ed\":{p:\"b\u0101\",m:\"trumpet; honk\",t:\"\u53ed\"},\n\"\u9776\":{p:\"b\u01ce\",m:\"target\",t:\"\u9776\"},\n\"\u575d\":{p:\"b\u00e0\",m:\"dam; dike\",t:\"\u58e9\"},\n\"\u9738\":{p:\"b\u00e0\",m:\"tyrant; dominate\",t:\"\u9738\"},\n\"\u63b0\":{p:\"b\u0101i\",m:\"break apart; split\",t:\"\u63b0\"},\n\"\u67cf\":{p:\"b\u01cei\",m:\"cypress\",t:\"\u67cf\"},\n\"\u9881\":{p:\"b\u0101n\",m:\"issue; award\",t:\"\u9812\"},\n\"\u6273\":{p:\"b\u0101n\",m:\"pull; turn; correct\",t:\"\u6273\"},\n\"\u6591\":{p:\"b\u0101n\",m:\"spot; stripe\",t:\"\u6591\"},\n\"\u62cc\":{p:\"b\u00e0n\",m:\"mix; stir\",t:\"\u62cc\"},\n\"\u74e3\":{p:\"b\u00e0n\",m:\"petal; segment\",t:\"\u74e3\"},\n\"\u90a6\":{p:\"b\u0101ng\",m:\"nation; state\",t:\"\u90a6\"},\n\"\u7ed1\":{p:\"b\u01ceng\",m:\"tie; bind\",t:\"\u7d81\"},\n\"\u8180\":{p:\"b\u01ceng\",m:\"upper arm; wing\",t:\"\u8180\"},\n\"\u8c24\":{p:\"b\u00e0ng\",m:\"slander; defame\",t:\"\u8b17\"},\n\"\u9551\":{p:\"b\u00e0ng\",m:\"pound (weight\/currency)\",t:\"\u938a\"},\n\"\u78c5\":{p:\"b\u00e0ng\",m:\"pound (weight unit); majestic\",t:\"\u78c5\"},\n\"\u7172\":{p:\"b\u0101o\",m:\"pot; stew slowly\",t:\"\u7172\"},\n\"\u5821\":{p:\"b\u01ceo\",m:\"fort; fortress\",t:\"\u5821\"},\n\"\u8c79\":{p:\"b\u00e0o\",m:\"leopard\",t:\"\u8c79\"},\n\"\u5351\":{p:\"b\u0113i\",m:\"low; humble; inferior\",t:\"\u5351\"},\n\"\u7891\":{p:\"b\u0113i\",m:\"stone tablet; monument\",t:\"\u7891\"},\n\"\u60eb\":{p:\"b\u00e8i\",m:\"tired; exhausted\",t:\"\u618a\"},\n\"\u72c8\":{p:\"b\u00e8i\",m:\"in a difficult situation\",t:\"\u72fd\"},\n\"\u7ef7\":{p:\"b\u0113ng\",m:\"stretch tight; bandage\",t:\"\u7e43\"},\n\"\u5d29\":{p:\"b\u0113ng\",m:\"collapse; fall apart\",t:\"\u5d29\"},\n\"\u8e66\":{p:\"b\u00e8ng\",m:\"jump; bounce\",t:\"\u8e66\"},\n\"\u9119\":{p:\"b\u01d0\",m:\"despise; humble\",t:\"\u9119\"},\n\"\u853d\":{p:\"b\u00ec\",m:\"cover; conceal\",t:\"\u853d\"},\n\"\u5f0a\":{p:\"b\u00ec\",m:\"drawback; abuse; harm\",t:\"\u5f0a\"},\n\"\u78a7\":{p:\"b\u00ec\",m:\"jade-green\",t:\"\u78a7\"},\n\"\u6bd9\":{p:\"b\u00ec\",m:\"die; shoot dead\",t:\"\u6583\"},\n\"\u75f9\":{p:\"b\u00ec\",m:\"numbness; paralysis\",t:\"\u75fa\"},\n\"\u81c2\":{p:\"b\u00ec\",m:\"arm\",t:\"\u81c2\"},\n\"\u97ad\":{p:\"bi\u0101n\",m:\"whip\",t:\"\u97ad\"},\n\"\u8d2c\":{p:\"bi\u01cen\",m:\"devalue; criticize\",t:\"\u8cb6\"},\n\"\u8fab\":{p:\"bi\u00e0n\",m:\"braid; pigtail\",t:\"\u8fae\"},\n\"\u8fa8\":{p:\"bi\u00e0n\",m:\"distinguish; identify\",t:\"\u8fa8\"},\n\"\u98d9\":{p:\"bi\u0101o\",m:\"whirlwind; surge rapidly\",t:\"\u98c6\"},\n\"\u618b\":{p:\"bi\u0113\",m:\"hold back; suppress\",t:\"\u618b\"},\n\"\u6ee8\":{p:\"b\u012bn\",m:\"shore; coast\",t:\"\u6ff1\"},\n\"\u7f24\":{p:\"b\u012bn\",m:\"numerous; colorful\",t:\"\u7e7d\"},\n\"\u5f6c\":{p:\"b\u012bn\",m:\"refined; elegant\",t:\"\u5f6c\"},\n\"\u67c4\":{p:\"b\u01d0ng\",m:\"handle; authority\",t:\"\u67c4\"},\n\"\u79c9\":{p:\"b\u01d0ng\",m:\"hold; grasp\",t:\"\u79c9\"},\n\"\u4e19\":{p:\"b\u01d0ng\",m:\"third Heavenly Stem\",t:\"\u4e19\"},\n\"\u535c\":{p:\"b\u01d4\",m:\"divine; predict\",t:\"\u535c\"},\n\"\u5265\":{p:\"b\u014d\",m:\"peel; strip\",t:\"\u525d\"},\n\"\u9a73\":{p:\"b\u00f3\",m:\"refute; variegated\",t:\"\u99c1\"},\n\"\u640f\":{p:\"b\u00f3\",m:\"fight; struggle\",t:\"\u640f\"},\n\"\u8116\":{p:\"b\u00f3\",m:\"neck\",t:\"\u8116\"},\n\"\u6cca\":{p:\"b\u00f3\",m:\"anchor; moor\",t:\"\u6cca\"},\n\"\u818a\":{p:\"b\u00f3\",m:\"upper arm; shoulder\",t:\"\u818a\"},\n\"\u8236\":{p:\"b\u00f3\",m:\"ship; vessel\",t:\"\u8236\"},\n\"\u4f2f\":{p:\"b\u00f3\",m:\"eldest uncle; earl\",t:\"\u4f2f\"},\n\"\u52c3\":{p:\"b\u00f3\",m:\"vigorous; flourishing\",t:\"\u52c3\"},\n\"\u54fa\":{p:\"b\u01d4\",m:\"feed; nurse\",t:\"\u54fa\"},\n\"\u6016\":{p:\"b\u00f9\",m:\"fear; terror\",t:\"\u6016\"},\n\n\"\u776c\":{p:\"c\u01cei\",m:\"pay attention to; notice\",t:\"\u776c\"},\n\"\u60ed\":{p:\"c\u00e1n\",m:\"ashamed\",t:\"\u615a\"},\n\"\u707f\":{p:\"c\u00e0n\",m:\"brilliant; bright\",t:\"\u71e6\"},\n\"\u63ba\":{p:\"ch\u0101n\",m:\"mix; blend\",t:\"\u647b\"},\n\"\u6ca7\":{p:\"c\u0101ng\",m:\"blue-green; vast\",t:\"\u6ec4\"},\n\"\u8231\":{p:\"c\u0101ng\",m:\"cabin; compartment\",t:\"\u8259\"},\n\"\u82cd\":{p:\"c\u0101ng\",m:\"dark green; gray; vast\",t:\"\u84bc\"},\n\"\u7cd9\":{p:\"c\u0101o\",m:\"coarse; rough\",t:\"\u7cd9\"},\n\"\u69fd\":{p:\"c\u00e1o\",m:\"trough; groove\",t:\"\u69fd\"},\n\"\u8e6d\":{p:\"c\u00e8ng\",m:\"rub against; freeload\",t:\"\u8e6d\"},\n\"\u8be7\":{p:\"ch\u00e0\",m:\"surprised; astonished\",t:\"\u8a6b\"},\n\"\u5c94\":{p:\"ch\u00e0\",m:\"fork; branch road\",t:\"\u5c94\"},\n\"\u6400\":{p:\"ch\u0101n\",m:\"support; help; mix\",t:\"\u6519\"},\n\"\u7f20\":{p:\"ch\u00e1n\",m:\"entangle; wind around\",t:\"\u7e8f\"},\n\"\u998b\":{p:\"ch\u00e1n\",m:\"greedy; gluttonous\",t:\"\u995e\"},\n\"\u7985\":{p:\"ch\u00e1n\",m:\"Zen; meditation\",t:\"\u79aa\"},\n\"\u94f2\":{p:\"ch\u01cen\",m:\"shovel; remove\",t:\"\u93df\"},\n\"\u9610\":{p:\"ch\u01cen\",m:\"explain; clarify\",t:\"\u95e1\"},\n\"\u98a4\":{p:\"ch\u00e0n\",m:\"tremble; shiver\",t:\"\u986b\"},\n\"\u7316\":{p:\"ch\u0101ng\",m:\"rampant; unrestrained\",t:\"\u7316\"},\n\"\u5ae6\":{p:\"ch\u00e1ng\",m:\"(as in \u5ae6\u5a25)\",t:\"\u5ae6\"},\n\"\u655e\":{p:\"ch\u01ceng\",m:\"spacious; open\",t:\"\u655e\"},\n\"\u949e\":{p:\"ch\u0101o\",m:\"money; banknote\",t:\"\u9214\"},\n\"\u5632\":{p:\"ch\u00e1o\",m:\"mock; ridicule\",t:\"\u5632\"},\n\"\u5de2\":{p:\"ch\u00e1o\",m:\"nest\",t:\"\u5de2\"},\n\"\u626f\":{p:\"ch\u011b\",m:\"pull; tear; chat idly\",t:\"\u626f\"},\n\"\u8fb0\":{p:\"ch\u00e9n\",m:\"time; celestial body\",t:\"\u8fb0\"},\n\"\u5c18\":{p:\"ch\u00e9n\",m:\"dust\",t:\"\u5875\"},\n\"\u81e3\":{p:\"ch\u00e9n\",m:\"minister; subject\",t:\"\u81e3\"},\n\"\u9648\":{p:\"ch\u00e9n\",m:\"display; old; surname Chen\",t:\"\u9673\"},\n\"\u8d81\":{p:\"ch\u00e8n\",m:\"take advantage of; while\",t:\"\u8d81\"},\n\"\u6f84\":{p:\"ch\u00e9ng\",m:\"clear; settle\",t:\"\u6f84\"},\n\"\u6a59\":{p:\"ch\u00e9ng\",m:\"orange (fruit)\",t:\"\u6a59\"},\n\"\u5448\":{p:\"ch\u00e9ng\",m:\"present; submit\",t:\"\u5448\"},\n\"\u60e9\":{p:\"ch\u00e9ng\",m:\"punish\",t:\"\u61f2\"},\n\"\u901e\":{p:\"ch\u011bng\",m:\"show off; succeed\",t:\"\u901e\"},\n\"\u79e4\":{p:\"ch\u00e8ng\",m:\"scale; balance\",t:\"\u79e4\"},\n\"\u75f4\":{p:\"ch\u012b\",m:\"foolish; crazy about\",t:\"\u75f4\"},\n\"\u9a70\":{p:\"ch\u00ed\",m:\"run fast; speed\",t:\"\u99b3\"},\n\"\u5f1b\":{p:\"ch\u00ed\",m:\"relax; loosen\",t:\"\u5f1b\"},\n\"\u4f88\":{p:\"ch\u01d0\",m:\"luxurious; extravagant\",t:\"\u4f88\"},\n\"\u9f7f\":{p:\"ch\u01d0\",m:\"tooth; teeth\",t:\"\u9f52\"},\n\"\u803b\":{p:\"ch\u01d0\",m:\"shame; disgrace\",t:\"\u6065\"},\n\"\u65a5\":{p:\"ch\u00ec\",m:\"reprimand; reject\",t:\"\u65a5\"},\n\"\u7fc5\":{p:\"ch\u00ec\",m:\"wing\",t:\"\u7fc5\"},\n\"\u8d64\":{p:\"ch\u00ec\",m:\"red; bare\",t:\"\u8d64\"},\n\"\u916c\":{p:\"ch\u00f3u\",m:\"repay; reward\",t:\"\u916c\"},\n\"\u7ef8\":{p:\"ch\u00f3u\",m:\"silk\",t:\"\u7da2\"},\n\"\u7b79\":{p:\"ch\u00f3u\",m:\"plan; prepare; raise\",t:\"\u7c4c\"},\n\"\u7574\":{p:\"ch\u00f3u\",m:\"category; field\",t:\"\u7587\"},\n\"\u4ec7\":{p:\"ch\u00f3u\",m:\"enemy; hatred\",t:\"\u4ec7\"},\n\"\u7a20\":{p:\"ch\u00f3u\",m:\"thick; dense\",t:\"\u7a20\"},\n\"\u7785\":{p:\"ch\u01d2u\",m:\"look at; glance\",t:\"\u7785\"},\n\"\u6a71\":{p:\"ch\u00fa\",m:\"cabinet; cupboard\",t:\"\u6ae5\"},\n\"\u755c\":{p:\"ch\u00f9\",m:\"livestock; raise animals\",t:\"\u755c\"},\n\"\u63e3\":{p:\"chu\u0101i\",m:\"carry in one's arms; estimate\",t:\"\u63e3\"},\n\"\u8e39\":{p:\"chu\u00e0i\",m:\"kick\",t:\"\u8e39\"},\n\"\u5ddd\":{p:\"chu\u0101n\",m:\"river; plain\",t:\"\u5ddd\"},\n\"\u5598\":{p:\"chu\u01cen\",m:\"pant; gasp\",t:\"\u5598\"},\n\"\u5e62\":{p:\"zhu\u00e0ng\",m:\"measure word for buildings\",t:\"\u5e62\"},\n\"\u708a\":{p:\"chu\u012b\",m:\"cook (with fire)\",t:\"\u708a\"},\n\"\u9524\":{p:\"chu\u00ed\",m:\"hammer\",t:\"\u9318\"},\n\"\u6376\":{p:\"chu\u00ed\",m:\"beat; pound\",t:\"\u6376\"},\n\"\u5782\":{p:\"chu\u00ed\",m:\"hang down; droop\",t:\"\u5782\"},\n\"\u5507\":{p:\"ch\u00fan\",m:\"lip\",t:\"\u5507\"},\n\"\u9187\":{p:\"ch\u00fan\",m:\"pure; mellow\",t:\"\u9187\"},\n\"\u8822\":{p:\"ch\u01d4n\",m:\"stupid; foolish\",t:\"\u8822\"},\n\"\u6233\":{p:\"chu\u014d\",m:\"poke; stab\",t:\"\u6233\"},\n\"\u7ef0\":{p:\"chu\u00f2\",m:\"ample; graceful\",t:\"\u7dbd\"},\n\"\u74f7\":{p:\"c\u00ed\",m:\"porcelain\",t:\"\u74f7\"},\n\"\u78c1\":{p:\"c\u00ed\",m:\"magnetic\",t:\"\u78c1\"},\n\"\u6148\":{p:\"c\u00ed\",m:\"kind; compassionate\",t:\"\u6148\"},\n\"\u8d50\":{p:\"c\u00ec\",m:\"grant; bestow\",t:\"\u8cdc\"},\n\"\u4f3a\":{p:\"c\u00ec\",m:\"watch; wait for\",t:\"\u4f3a\"},\n\"\u8471\":{p:\"c\u014dng\",m:\"scallion; green onion\",t:\"\u8525\"},\n\"\u5306\":{p:\"c\u014dng\",m:\"hurried; hurriedly\",t:\"\u5306\"},\n\"\u56f1\":{p:\"c\u014dng\",m:\"chimney\",t:\"\u56ea\"},\n\"\u4e1b\":{p:\"c\u00f3ng\",m:\"cluster; collection\",t:\"\u53e2\"},\n\"\u51d1\":{p:\"c\u00f2u\",m:\"gather; collect; happen to\",t:\"\u6e4a\"},\n\"\u7c07\":{p:\"c\u00f9\",m:\"cluster; bunch\",t:\"\u7c07\"},\n\"\u7a9c\":{p:\"cu\u00e0n\",m:\"rush; flee\",t:\"\u7ac4\"},\n\"\u50ac\":{p:\"cu\u012b\",m:\"urge; hasten\",t:\"\u50ac\"},\n\"\u6467\":{p:\"cu\u012b\",m:\"destroy; wreck\",t:\"\u6467\"},\n\"\u7cb9\":{p:\"cu\u00ec\",m:\"pure; essence\",t:\"\u7cb9\"},\n\"\u7fe0\":{p:\"cu\u00ec\",m:\"green jade; emerald green\",t:\"\u7fe0\"},\n\"\u78cb\":{p:\"cu\u014d\",m:\"consult; compare skills\",t:\"\u78cb\"},\n\"\u6413\":{p:\"cu\u014d\",m:\"rub; twist\",t:\"\u6413\"},\n\"\u632b\":{p:\"cu\u00f2\",m:\"frustrate; setback\",t:\"\u632b\"},\"\u6b79\":{p:\"d\u01cei\",m:\"evil; bad; death\",t:\"\u6b79\"},\n\"\u902e\":{p:\"d\u00e0i\",m:\"catch; arrest\",t:\"\u902e\"},\n\"\u6020\":{p:\"d\u00e0i\",m:\"neglect; idle; lazy\",t:\"\u6020\"},\n\"\u803d\":{p:\"d\u0101n\",m:\"delay; indulge in\",t:\"\u803d\"},\n\"\u4e39\":{p:\"d\u0101n\",m:\"red; cinnabar\",t:\"\u4e39\"},\n\"\u8361\":{p:\"d\u00e0ng\",m:\"swing; wash; clear away\",t:\"\u8569\"},\n\"\u53e8\":{p:\"d\u0101o\",m:\"chatter; talk endlessly\",t:\"\u53e8\"},\n\"\u7977\":{p:\"d\u01ceo\",m:\"pray\",t:\"\u79b1\"},\n\"\u6363\":{p:\"d\u01ceo\",m:\"pound; smash; disturb\",t:\"\u6417\"},\n\"\u60bc\":{p:\"d\u00e0o\",m:\"mourn; grieve\",t:\"\u60bc\"},\n\"\u7a3b\":{p:\"d\u00e0o\",m:\"rice plant\",t:\"\u7a3b\"},\n\"\u8e6c\":{p:\"d\u0113ng\",m:\"step on; pedal\",t:\"\u8e6c\"},\n\"\u51f3\":{p:\"d\u00e8ng\",m:\"stool; bench\",t:\"\u51f3\"},\n\"\u77aa\":{p:\"d\u00e8ng\",m:\"stare; glare\",t:\"\u77aa\"},\n\"\u5824\":{p:\"d\u012b\",m:\"dike; embankment\",t:\"\u5824\"},\n\"\u8fea\":{p:\"d\u00ed\",m:\"guide; enlighten\",t:\"\u8fea\"},\n\"\u7b1b\":{p:\"d\u00ed\",m:\"flute\",t:\"\u7b1b\"},\n\"\u6da4\":{p:\"d\u00ed\",m:\"wash; cleanse\",t:\"\u6ecc\"},\n\"\u8482\":{p:\"d\u00ec\",m:\"stem; pedicle\",t:\"\u8482\"},\n\"\u7f14\":{p:\"d\u00ec\",m:\"establish; conclude\",t:\"\u7de0\"},\n\"\u5dc5\":{p:\"di\u0101n\",m:\"summit; peak\",t:\"\u5dd4\"},\n\"\u98a0\":{p:\"di\u0101n\",m:\"topple; upside down\",t:\"\u985b\"},\n\"\u6dc0\":{p:\"di\u00e0n\",m:\"sediment; shallow lake\",t:\"\u6fb1\"},\n\"\u7538\":{p:\"di\u00e0n\",m:\"suburb; pasture\",t:\"\u7538\"},\n\"\u57ab\":{p:\"di\u00e0n\",m:\"pad; cushion; advance payment\",t:\"\u588a\"},\n\"\u5960\":{p:\"di\u00e0n\",m:\"establish; lay a foundation\",t:\"\u5960\"},\n\"\u6bbf\":{p:\"di\u00e0n\",m:\"hall; palace\",t:\"\u6bbf\"},\n\"\u60e6\":{p:\"di\u00e0n\",m:\"keep thinking about; worry about\",t:\"\u60e6\"},\n\"\u5201\":{p:\"di\u0101o\",m:\"crafty; tricky\",t:\"\u5201\"},\n\"\u96d5\":{p:\"di\u0101o\",m:\"carve; eagle\",t:\"\u96d5\"},\n\"\u53fc\":{p:\"di\u0101o\",m:\"hold in the mouth\",t:\"\u53fc\"},\n\"\u9493\":{p:\"di\u00e0o\",m:\"fish; angle for\",t:\"\u91e3\"},\n\"\u7239\":{p:\"di\u0113\",m:\"dad; father\",t:\"\u7239\"},\n\"\u789f\":{p:\"di\u00e9\",m:\"dish; plate\",t:\"\u789f\"},\n\"\u8c0d\":{p:\"di\u00e9\",m:\"spy\",t:\"\u8adc\"},\n\"\u8fed\":{p:\"di\u00e9\",m:\"alternate; repeatedly\",t:\"\u8fed\"},\n\"\u53e0\":{p:\"di\u00e9\",m:\"pile up; fold\",t:\"\u758a\"},\n\"\u9489\":{p:\"d\u012bng\",m:\"nail; fasten\",t:\"\u91d8\"},\n\"\u4e01\":{p:\"d\u012bng\",m:\"fourth Heavenly Stem; man\",t:\"\u4e01\"},\n\"\u76ef\":{p:\"d\u012bng\",m:\"stare at; watch closely\",t:\"\u76ef\"},\n\"\u53ee\":{p:\"d\u012bng\",m:\"ting; remind\",t:\"\u53ee\"},\n\"\u9f0e\":{p:\"d\u01d0ng\",m:\"tripod; great; flourishing\",t:\"\u9f0e\"},\n\"\u8463\":{p:\"d\u01d2ng\",m:\"director; supervise\",t:\"\u8463\"},\n\"\u680b\":{p:\"d\u00f2ng\",m:\"ridgepole; building\",t:\"\u68df\"},\n\"\u515c\":{p:\"d\u014du\",m:\"pocket; wrap around\",t:\"\u515c\"},\n\"\u9661\":{p:\"d\u01d2u\",m:\"steep; abrupt\",t:\"\u9661\"},\n\"\u6296\":{p:\"d\u01d2u\",m:\"shake; tremble\",t:\"\u6296\"},\n\"\u9017\":{p:\"d\u00f2u\",m:\"tease; amuse\",t:\"\u9017\"},\n\"\u7779\":{p:\"d\u01d4\",m:\"see; witness\",t:\"\u7779\"},\n\"\u5992\":{p:\"d\u00f9\",m:\"be jealous of\",t:\"\u5992\"},\n\"\u675c\":{p:\"d\u00f9\",m:\"stop; prevent; surname Du\",t:\"\u675c\"},\n\"\u5151\":{p:\"du\u00ec\",m:\"exchange; cash\",t:\"\u514c\"},\n\"\u6566\":{p:\"d\u016bn\",m:\"honest; sincere\",t:\"\u6566\"},\n\"\u76f9\":{p:\"d\u01d4n\",m:\"doze; nap\",t:\"\u76f9\"},\n\"\u7096\":{p:\"d\u00f9n\",m:\"stew; simmer\",t:\"\u71c9\"},\n\"\u54c6\":{p:\"du\u014d\",m:\"chatter; open wide\",t:\"\u54c6\"},\n\"\u8235\":{p:\"du\u00f2\",m:\"rudder\",t:\"\u8235\"},\n\"\u5815\":{p:\"du\u00f2\",m:\"fall; degenerate\",t:\"\u58ae\"},\n\"\u60f0\":{p:\"du\u00f2\",m:\"lazy; idle\",t:\"\u60f0\"},\n\n\"\u4fc4\":{p:\"\u00e9\",m:\"suddenly; Russia\",t:\"\u4fc4\"},\n\"\u5a25\":{p:\"\u00e9\",m:\"beautiful woman\",t:\"\u5a25\"},\n\"\u8bb9\":{p:\"\u00e9\",m:\"error; extort; blackmail\",t:\"\u8a1b\"},\n\"\u9e45\":{p:\"\u00e9\",m:\"goose\",t:\"\u9d5d\"},\n\"\u9cc4\":{p:\"\u00e8\",m:\"crocodile; alligator\",t:\"\u9c77\"},\n\"\u904f\":{p:\"\u00e8\",m:\"stop; restrain\",t:\"\u904f\"},\n\"\u5384\":{p:\"\u00e8\",m:\"hardship; disaster\",t:\"\u5384\"},\n\"\u9975\":{p:\"\u011br\",m:\"bait\",t:\"\u990c\"},\n\n\"\u4f10\":{p:\"f\u00e1\",m:\"cut down; attack\",t:\"\u4f10\"},\n\"\u9600\":{p:\"f\u00e1\",m:\"valve; clique\",t:\"\u95a5\"},\n\"\u5e06\":{p:\"f\u0101n\",m:\"sail\",t:\"\u5e06\"},\n\"\u8d29\":{p:\"f\u00e0n\",m:\"sell; peddle\",t:\"\u8ca9\"},\n\"\u82b3\":{p:\"f\u0101ng\",m:\"fragrant; virtue\",t:\"\u82b3\"},\n\"\u80aa\":{p:\"f\u00e1ng\",m:\"fat\",t:\"\u80aa\"},\n\"\u59a8\":{p:\"f\u00e1ng\",m:\"hinder; obstruct\",t:\"\u59a8\"},\n\"\u7eba\":{p:\"f\u01ceng\",m:\"spin; weave\",t:\"\u7d21\"},\n\"\u7eef\":{p:\"f\u0113i\",m:\"scarlet; crimson\",t:\"\u7dcb\"},\n\"\u532a\":{p:\"f\u011bi\",m:\"bandit; not\",t:\"\u532a\"},\n\"\u8bfd\":{p:\"f\u011bi\",m:\"slander; defame\",t:\"\u8ab9\"},\n\"\u6cb8\":{p:\"f\u00e8i\",m:\"boil; seethe\",t:\"\u6cb8\"},\n\"\u5429\":{p:\"f\u0113n\",m:\"tell; instruct\",t:\"\u5429\"},\n\"\u82ac\":{p:\"f\u0113n\",m:\"fragrance\",t:\"\u82ac\"},\n\"\u711a\":{p:\"f\u00e9n\",m:\"burn\",t:\"\u711a\"},\n\"\u575f\":{p:\"f\u00e9n\",m:\"grave; tomb\",t:\"\u58b3\"},\n\"\u7caa\":{p:\"f\u00e8n\",m:\"manure; dung\",t:\"\u7cde\"},\n\"\u8702\":{p:\"f\u0113ng\",m:\"bee\",t:\"\u8702\"},\n\"\u9022\":{p:\"f\u00e9ng\",m:\"meet by chance\",t:\"\u9022\"},\n\"\u8bbd\":{p:\"f\u011bng\",m:\"satirize; mock\",t:\"\u8af7\"},\n\"\u7f1d\":{p:\"f\u00e9ng\",m:\"sew; stitch\",t:\"\u7e2b\"},\n\"\u51e4\":{p:\"f\u00e8ng\",m:\"phoenix\",t:\"\u9cf3\"},\n\"\u6577\":{p:\"f\u016b\",m:\"apply; spread\",t:\"\u6577\"},\n\"\u5b75\":{p:\"f\u016b\",m:\"hatch; incubate\",t:\"\u5b75\"},\n\"\u88b1\":{p:\"f\u00fa\",m:\"cloth wrapper; bundle\",t:\"\u88b1\"},\n\"\u4fd8\":{p:\"f\u00fa\",m:\"capture; prisoner\",t:\"\u4fd8\"},\n\"\u8f90\":{p:\"f\u00fa\",m:\"spoke; radiation\",t:\"\u8f3b\"},\n\"\u4f0f\":{p:\"f\u00fa\",m:\"lie low; hide; submit\",t:\"\u4f0f\"},\n\"\u4fef\":{p:\"f\u01d4\",m:\"bend down; overlook\",t:\"\u4fef\"},\n\"\u65a7\":{p:\"f\u01d4\",m:\"axe\",t:\"\u65a7\"},\n\"\u629a\":{p:\"f\u01d4\",m:\"stroke; comfort\",t:\"\u64ab\"},\n\"\u8d4b\":{p:\"f\u00f9\",m:\"endow; tax; compose\",t:\"\u8ce6\"},\n\"\u8d74\":{p:\"f\u00f9\",m:\"go to; attend\",t:\"\u8d74\"},\n\"\u7f1a\":{p:\"f\u00f9\",m:\"tie up; bind\",t:\"\u7e1b\"},\n\"\u8986\":{p:\"f\u00f9\",m:\"cover; overturn\",t:\"\u8986\"},\n\"\u8179\":{p:\"f\u00f9\",m:\"abdomen; belly\",t:\"\u8179\"},\n\"\u5490\":{p:\"f\u00f9\",m:\"tell; instruct\",t:\"\u5490\"},\"\u5c2c\":{p:\"g\u00e0\",m:\"awkward; embarrassing\",t:\"\u5c2c\"},\n\"\u6e89\":{p:\"g\u00e0i\",m:\"irrigate; water\",t:\"\u6e89\"},\n\"\u9499\":{p:\"g\u00e0i\",m:\"calcium\",t:\"\u9223\"},\n\"\u4e10\":{p:\"g\u00e0i\",m:\"beg; beggar\",t:\"\u4e10\"},\n\"\u5c34\":{p:\"g\u0101n\",m:\"embarrassing (as in \u5c34\u5c2c)\",t:\"\u5c37\"},\n\"\u7aff\":{p:\"g\u0101n\",m:\"pole; rod\",t:\"\u7aff\"},\n\"\u7518\":{p:\"g\u0101n\",m:\"sweet; willing\",t:\"\u7518\"},\n\"\u7f38\":{p:\"g\u0101ng\",m:\"jar; vat\",t:\"\u7f38\"},\n\"\u5188\":{p:\"g\u0101ng\",m:\"ridge; hill\",t:\"\u5ca1\"},\n\"\u6760\":{p:\"g\u00e0ng\",m:\"bar; pole; carry\",t:\"\u69d3\"},\n\"\u818f\":{p:\"g\u0101o\",m:\"ointment; cream; fat\",t:\"\u818f\"},\n\"\u80f3\":{p:\"g\u0113\",m:\"arm; armpit\",t:\"\u80f3\"},\n\"\u6208\":{p:\"g\u0113\",m:\"spear; weapon\",t:\"\u6208\"},\n\"\u9e3d\":{p:\"g\u0113\",m:\"pigeon; dove\",t:\"\u9d3f\"},\n\"\u5272\":{p:\"g\u0113\",m:\"cut; divide; sacrifice\",t:\"\u5272\"},\n\"\u6401\":{p:\"g\u0113\",m:\"put; place; delay\",t:\"\u64f1\"},\n\"\u9601\":{p:\"g\u00e9\",m:\"tower; cabinet; room\",t:\"\u95a3\"},\n\"\u803f\":{p:\"g\u011bng\",m:\"bright; upright; honest\",t:\"\u803f\"},\n\"\u606d\":{p:\"g\u014dng\",m:\"respectful; polite\",t:\"\u606d\"},\n\"\u8eac\":{p:\"g\u014dng\",m:\"body; personally\",t:\"\u8eac\"},\n\"\u5f13\":{p:\"g\u014dng\",m:\"bow\",t:\"\u5f13\"},\n\"\u62f1\":{p:\"g\u01d2ng\",m:\"arch; surround; cup hands\",t:\"\u62f1\"},\n\"\u94a9\":{p:\"g\u014du\",m:\"hook; hook onto\",t:\"\u9264\"},\n\"\u52fe\":{p:\"g\u014du\",m:\"hook; connect; draw\",t:\"\u52fe\"},\n\"\u8f9c\":{p:\"g\u016b\",m:\"crime; guilt\",t:\"\u8f9c\"},\n\"\u6cbd\":{p:\"g\u016b\",m:\"buy; sell\",t:\"\u6cbd\"},\n\"\u83c7\":{p:\"g\u016b\",m:\"mushroom\",t:\"\u83c7\"},\n\"\u96c7\":{p:\"g\u00f9\",m:\"hire; employ\",t:\"\u50f1\"},\n\"\u5be1\":{p:\"gu\u01ce\",m:\"few; widowed\",t:\"\u5be1\"},\n\"\u5366\":{p:\"gu\u00e0\",m:\"divination symbol; hexagram\",t:\"\u5366\"},\n\"\u4e56\":{p:\"gu\u0101i\",m:\"clever; obedient; unusual\",t:\"\u4e56\"},\n\"\u68fa\":{p:\"gu\u0101n\",m:\"coffin\",t:\"\u68fa\"},\n\"\u704c\":{p:\"gu\u00e0n\",m:\"pour; irrigate; instill\",t:\"\u704c\"},\n\"\u7f50\":{p:\"gu\u00e0n\",m:\"jar; can; tank\",t:\"\u7f50\"},\n\"\u95fa\":{p:\"gu\u012b\",m:\"lady's room; boudoir\",t:\"\u95a8\"},\n\"\u7470\":{p:\"gu\u012b\",m:\"precious; rose (as in \u73ab\u7470)\",t:\"\u7470\"},\n\"\u9f9f\":{p:\"gu\u012b\",m:\"turtle; tortoise\",t:\"\u9f9c\"},\n\"\u6842\":{p:\"gu\u00ec\",m:\"cassia; osmanthus\",t:\"\u6842\"},\n\"\u68cd\":{p:\"g\u00f9n\",m:\"stick; rod; rascal\",t:\"\u68cd\"},\n\n\"\u9a87\":{p:\"h\u00e0i\",m:\"shock; frighten\",t:\"\u99ed\"},\n\"\u9163\":{p:\"h\u0101n\",m:\"intoxicated; hearty\",t:\"\u9163\"},\n\"\u6db5\":{p:\"h\u00e1n\",m:\"contain; include; cultivate\",t:\"\u6db5\"},\n\"\u51fd\":{p:\"h\u00e1n\",m:\"letter; box; contain\",t:\"\u51fd\"},\n\"\u7f55\":{p:\"h\u01cen\",m:\"rare; seldom\",t:\"\u7f55\"},\n\"\u710a\":{p:\"h\u00e0n\",m:\"weld\",t:\"\u710a\"},\n\"\u634d\":{p:\"h\u00e0n\",m:\"defend; guard\",t:\"\u634d\"},\n\"\u65f1\":{p:\"h\u00e0n\",m:\"drought; dry\",t:\"\u65f1\"},\n\"\u64bc\":{p:\"h\u00e0n\",m:\"shake; shock\",t:\"\u64bc\"},\n\"\u6d69\":{p:\"h\u00e0o\",m:\"vast; grand; abundant\",t:\"\u6d69\"},\n\"\u5475\":{p:\"h\u0113\",m:\"scold; breathe out;\u5475\",t:\"\u5475\"},\n\"\u79be\":{p:\"h\u00e9\",m:\"grain; cereal plant\",t:\"\u79be\"},\n\"\u9602\":{p:\"h\u00e9\",m:\"obstruct; hinder\",t:\"\u95a1\"},\n\"\u8377\":{p:\"h\u00e9\",m:\"lotus; carry; bear\",t:\"\u8377\"},\n\"\u9e64\":{p:\"h\u00e8\",m:\"crane (bird)\",t:\"\u9db4\"},\n\"\u8d6b\":{p:\"h\u00e8\",m:\"bright; magnificent; impressive\",t:\"\u8d6b\"},\n\"\u563f\":{p:\"h\u0113i\",m:\"hey; silent; dark\",t:\"\u563f\"},\n\"\u75d5\":{p:\"h\u00e9n\",m:\"mark; trace; scar\",t:\"\u75d5\"},\n\"\u54fc\":{p:\"h\u0113ng\",m:\"hum; snort\",t:\"\u54fc\"},\n\"\u6052\":{p:\"h\u00e9ng\",m:\"constant; permanent\",t:\"\u6052\"},\n\"\u70d8\":{p:\"h\u014dng\",m:\"bake; heat; dry\",t:\"\u70d8\"},\n\"\u8f70\":{p:\"h\u014dng\",m:\"boom; explode; attack\",t:\"\u8f5f\"},\n\"\u54c4\":{p:\"h\u014dng\",m:\"crowd; coax; fool\",t:\"\u54c4\"},\n\"\u5f18\":{p:\"h\u00f3ng\",m:\"great; expand\",t:\"\u5f18\"},\n\"\u8679\":{p:\"h\u00f3ng\",m:\"rainbow\",t:\"\u8679\"},\n\"\u5589\":{p:\"h\u00f3u\",m:\"throat\",t:\"\u5589\"},\n\"\u543c\":{p:\"h\u01d2u\",m:\"roar; shout\",t:\"\u543c\"},\n\"\u5f27\":{p:\"h\u00fa\",m:\"arc; curve\",t:\"\u5f27\"},\n\"\u552c\":{p:\"h\u01d4\",m:\"intimidate; scare\",t:\"\u552c\"},\n\"\u54d7\":{p:\"hu\u00e1\",m:\"noisy; bustling\",t:\"\u8b41\"},\n\"\u733e\":{p:\"hu\u00e1\",m:\"sly; cunning\",t:\"\u733e\"},\n\"\u5f8a\":{p:\"hu\u00e1i\",m:\"wander (as in \u5f98\u5f8a)\",t:\"\u5f8a\"},\n\"\u69d0\":{p:\"hu\u00e1i\",m:\"locust tree\",t:\"\u69d0\"},\n\"\u75ea\":{p:\"hu\u00e0n\",m:\"paralysis (as in \u762b\u75ea)\",t:\"\u7613\"},\n\"\u7115\":{p:\"hu\u00e0n\",m:\"bright; radiant\",t:\"\u7165\"},\n\"\u5524\":{p:\"hu\u00e0n\",m:\"call; summon\",t:\"\u559a\"},\n\"\u8352\":{p:\"hu\u0101ng\",m:\"desolate; waste; absurd\",t:\"\u8352\"},\n\"\u714c\":{p:\"hu\u00e1ng\",m:\"bright; splendid\",t:\"\u714c\"},\n\"\u51f0\":{p:\"hu\u00e1ng\",m:\"phoenix (female)\",t:\"\u51f0\"},\n\"\u6643\":{p:\"hu\u01ceng\",m:\"shake; flash; sway\",t:\"\u6643\"},\n\"\u604d\":{p:\"hu\u01ceng\",m:\"seem; suddenly realize\",t:\"\u604d\"},\n\"\u8c0e\":{p:\"hu\u01ceng\",m:\"lie; falsehood\",t:\"\u8b0a\"},\n\"\u5fbd\":{p:\"hu\u012b\",m:\"badge; emblem; symbol\",t:\"\u5fbd\"},\n\"\u79fd\":{p:\"hu\u00ec\",m:\"dirty; filthy\",t:\"\u7a62\"},\n\"\u8bb3\":{p:\"hu\u00ec\",m:\"avoid mentioning; taboo\",t:\"\u8af1\"},\n\"\u5349\":{p:\"hu\u00ec\",m:\"plants; vegetation\",t:\"\u5349\"},\n\"\u8d3f\":{p:\"hu\u00ec\",m:\"bribe\",t:\"\u8cc4\"},\n\"\u6d51\":{p:\"h\u00fan\",m:\"muddy; whole; confused\",t:\"\u6e3e\"},\n\"\u9b42\":{p:\"h\u00fan\",m:\"soul; spirit\",t:\"\u9b42\"},\n\"\u8c41\":{p:\"hu\u014d\",m:\"open; clear; broad-minded\",t:\"\u8c41\"},\n\"\u60d1\":{p:\"hu\u00f2\",m:\"confuse; doubt\",t:\"\u60d1\"},\n\"\u970d\":{p:\"hu\u00f2\",m:\"sudden; surname Huo\",t:\"\u970d\"},\n\"\u7978\":{p:\"hu\u00f2\",m:\"disaster; misfortune\",t:\"\u798d\"},\"\u7f09\":{p:\"j\u012b\",m:\"arrest; collect; mend\",t:\"\u7ddd\"},\n\"\u8ff9\":{p:\"j\u00ec\",m:\"trace; track; footprint\",t:\"\u8de1\"},\n\"\u8ba5\":{p:\"j\u012b\",m:\"ridicule; mock\",t:\"\u8b4f\"},\n\"\u9965\":{p:\"j\u012b\",m:\"hungry; famine\",t:\"\u98e2\"},\n\"\u7578\":{p:\"j\u012b\",m:\"odd; abnormal; irregular\",t:\"\u7578\"},\n\"\u7a3d\":{p:\"j\u012b\",m:\"investigate; delay\",t:\"\u7a3d\"},\n\"\u5ac9\":{p:\"j\u00ed\",m:\"envy; hate\",t:\"\u5ac9\"},\n\"\u68d8\":{p:\"j\u00ed\",m:\"thorn; difficult problem\",t:\"\u68d8\"},\n\"\u810a\":{p:\"j\u01d0\",m:\"spine; backbone\",t:\"\u810a\"},\n\"\u5242\":{p:\"j\u00ec\",m:\"dose; mixture; agent\",t:\"\u5291\"},\n\"\u5fcc\":{p:\"j\u00ec\",m:\"avoid; jealousy; taboo\",t:\"\u5fcc\"},\n\"\u5bc2\":{p:\"j\u00ec\",m:\"quiet; lonely\",t:\"\u5bc2\"},\n\"\u796d\":{p:\"j\u00ec\",m:\"sacrifice; worship\",t:\"\u796d\"},\n\"\u988a\":{p:\"ji\u00e1\",m:\"cheek\",t:\"\u9830\"},\n\"\u8d3e\":{p:\"ji\u01ce\",m:\"merchant; surname Jia\",t:\"\u8cc8\"},\n\"\u5ac1\":{p:\"ji\u00e0\",m:\"marry (a woman)\",t:\"\u5ac1\"},\n\"\u7a3c\":{p:\"ji\u00e0\",m:\"crops; farming\",t:\"\u7a3c\"},\n\"\u714e\":{p:\"ji\u0101n\",m:\"fry; decoct; boil\",t:\"\u714e\"},\n\"\u5978\":{p:\"ji\u0101n\",m:\"treacherous; evil\",t:\"\u5978\"},\n\"\u6b7c\":{p:\"ji\u0101n\",m:\"annihilate; destroy\",t:\"\u6bb2\"},\n\"\u517c\":{p:\"ji\u0101n\",m:\"both; combine\",t:\"\u517c\"},\n\"\u4fed\":{p:\"ji\u01cen\",m:\"frugal; economical\",t:\"\u5109\"},\n\"\u67ec\":{p:\"ji\u01cen\",m:\"letter; invitation\",t:\"\u67ec\"},\n\"\u62e3\":{p:\"ji\u01cen\",m:\"choose; select\",t:\"\u63c0\"},\n\"\u8d31\":{p:\"ji\u00e0n\",m:\"cheap; low; inferior\",t:\"\u8ce4\"},\n\"\u6e85\":{p:\"ji\u00e0n\",m:\"splash; scatter\",t:\"\u6ffa\"},\n\"\u8350\":{p:\"ji\u00e0n\",m:\"recommend; introduce\",t:\"\u85a6\"},\n\"\u59dc\":{p:\"ji\u0101ng\",m:\"ginger; surname Jiang\",t:\"\u8591\"},\n\"\u7586\":{p:\"ji\u0101ng\",m:\"border; territory\",t:\"\u7586\"},\n\"\u6d46\":{p:\"ji\u0101ng\",m:\"starch; juice; pulp\",t:\"\u6f3f\"},\n\"\u50f5\":{p:\"ji\u0101ng\",m:\"stiff; rigid\",t:\"\u50f5\"},\n\"\u6868\":{p:\"ji\u01ceng\",m:\"oar; paddle\",t:\"\u69f3\"},\n\"\u5320\":{p:\"ji\u00e0ng\",m:\"craftsman; artisan\",t:\"\u5320\"},\n\"\u7901\":{p:\"ji\u0101o\",m:\"reef\",t:\"\u7901\"},\n\"\u6d47\":{p:\"ji\u0101o\",m:\"pour; irrigate\",t:\"\u6f86\"},\n\"\u8de4\":{p:\"ji\u0101o\",m:\"wrestle; fall\",t:\"\u8de4\"},\n\"\u5a07\":{p:\"ji\u0101o\",m:\"delicate; charming\",t:\"\u5b0c\"},\n\"\u6912\":{p:\"ji\u0101o\",m:\"pepper; spice\",t:\"\u6912\"},\n\"\u6405\":{p:\"ji\u01ceo\",m:\"disturb; stir\",t:\"\u652a\"},\n\"\u7ede\":{p:\"ji\u01ceo\",m:\"twist; strangle\",t:\"\u7d5e\"},\n\"\u7f34\":{p:\"ji\u01ceo\",m:\"hand in; pay; collect\",t:\"\u7e73\"},\n\"\u77eb\":{p:\"ji\u01ceo\",m:\"correct; pretend; vigorous\",t:\"\u77ef\"},\n\"\u72e1\":{p:\"ji\u01ceo\",m:\"cunning; sly\",t:\"\u72e1\"},\n\"\u8f7f\":{p:\"ji\u00e0o\",m:\"sedan chair\",t:\"\u8f4e\"},\n\"\u9175\":{p:\"ji\u00e0o\",m:\"ferment\",t:\"\u9175\"},\n\"\u7686\":{p:\"ji\u0113\",m:\"all; every\",t:\"\u7686\"},\n\"\u7aed\":{p:\"ji\u00e9\",m:\"exhaust; use up\",t:\"\u7aed\"},\n\"\u52ab\":{p:\"ji\u00e9\",m:\"rob; disaster; calamity\",t:\"\u52ab\"},\n\"\u6377\":{p:\"ji\u00e9\",m:\"quick; victory\",t:\"\u6377\"},\n\"\u8beb\":{p:\"ji\u00e8\",m:\"warn; advise\",t:\"\u8aa1\"},\n\"\u6d25\":{p:\"j\u012bn\",m:\"ferry; saliva; port\",t:\"\u6d25\"},\n\"\u7b4b\":{p:\"j\u012bn\",m:\"tendon; muscle\",t:\"\u7b4b\"},\n\"\u8c28\":{p:\"j\u01d0n\",m:\"careful; cautious\",t:\"\u8b39\"},\n\"\u9526\":{p:\"j\u01d0n\",m:\"brocade; splendid\",t:\"\u9326\"},\n\"\u6d78\":{p:\"j\u00ecn\",m:\"soak; immerse\",t:\"\u6d78\"},\n\"\u664b\":{p:\"j\u00ecn\",m:\"advance; promote\",t:\"\u6649\"},\n\"\u5162\":{p:\"j\u012bng\",m:\"fearful; cautious\",t:\"\u5162\"},\n\"\u8346\":{p:\"j\u012bng\",m:\"thorn; Jing region\",t:\"\u834a\"},\n\"\u6676\":{p:\"j\u012bng\",m:\"crystal; bright\",t:\"\u6676\"},\n\"\u830e\":{p:\"j\u012bng\",m:\"stem\",t:\"\u8396\"},\n\"\u9631\":{p:\"j\u01d0ng\",m:\"trap; pit\",t:\"\u9631\"},\n\"\u9888\":{p:\"j\u01d0ng\",m:\"neck\",t:\"\u9838\"},\n\"\u7a98\":{p:\"ji\u01d2ng\",m:\"embarrassed; difficult\",t:\"\u7a98\"},\n\"\u63ea\":{p:\"ji\u016b\",m:\"pull; seize\",t:\"\u63ea\"},\n\"\u7078\":{p:\"ji\u01d4\",m:\"moxibustion\",t:\"\u7078\"},\n\"\u8205\":{p:\"ji\u00f9\",m:\"uncle (mother's brother)\",t:\"\u8205\"},\n\"\u97a0\":{p:\"j\u016b\",m:\"bow; chrysanthemum\",t:\"\u97a0\"},\n\"\u62d8\":{p:\"j\u016b\",m:\"restrict; detain\",t:\"\u62d8\"},\n\"\u6a58\":{p:\"j\u00fa\",m:\"tangerine; orange\",t:\"\u6a58\"},\n\"\u83ca\":{p:\"j\u00fa\",m:\"chrysanthemum\",t:\"\u83ca\"},\n\"\u6cae\":{p:\"j\u01d4\",m:\"discourage; frustrate\",t:\"\u6cae\"},\n\"\u77e9\":{p:\"j\u01d4\",m:\"rule; square; compass\",t:\"\u77e9\"},\n\"\u60e7\":{p:\"j\u00f9\",m:\"fear; dread\",t:\"\u61fc\"},\n\"\u952f\":{p:\"j\u00f9\",m:\"saw; cut with a saw\",t:\"\u92f8\"},\n\"\u70ac\":{p:\"j\u00f9\",m:\"torch\",t:\"\u70ac\"},\n\"\u5026\":{p:\"ju\u00e0n\",m:\"tired; weary\",t:\"\u5026\"},\n\"\u8bc0\":{p:\"ju\u00e9\",m:\"secret; farewell\",t:\"\u8a23\"},\n\"\u5d1b\":{p:\"ju\u00e9\",m:\"rise abruptly; towering\",t:\"\u5d1b\"},\n\"\u7235\":{p:\"ju\u00e9\",m:\"noble title; rank\",t:\"\u7235\"},\n\"\u5014\":{p:\"ju\u00e8\",m:\"stubborn\",t:\"\u5014\"},\n\"\u56bc\":{p:\"ji\u00e1o\",m:\"chew\",t:\"\u56bc\"},\n\"\u6398\":{p:\"ju\u00e9\",m:\"dig; excavate\",t:\"\u6398\"},\n\"\u541b\":{p:\"j\u016bn\",m:\"monarch; gentleman\",t:\"\u541b\"},\n\"\u94a7\":{p:\"j\u016bn\",m:\"ancient weight unit; respectful\",t:\"\u921e\"},\n\"\u7ae3\":{p:\"j\u00f9n\",m:\"complete; finish\",t:\"\u7ae3\"},\n\"\u4fca\":{p:\"j\u00f9n\",m:\"handsome; talented\",t:\"\u4fca\"},\n\"\u5cfb\":{p:\"j\u00f9n\",m:\"steep; severe\",t:\"\u5cfb\"},\n\"\u9a8f\":{p:\"j\u00f9n\",m:\"excellent horse; outstanding\",t:\"\u99ff\"},\n\n\"\u6977\":{p:\"k\u01cei\",m:\"model; regular script\",t:\"\u6977\"},\n\"\u6168\":{p:\"k\u01cei\",m:\"generous; sigh\",t:\"\u6168\"},\n\"\u51ef\":{p:\"k\u01cei\",m:\"triumphant; victory\",t:\"\u51f1\"},\n\"\u52d8\":{p:\"k\u0101n\",m:\"investigate; survey\",t:\"\u52d8\"},\n\"\u582a\":{p:\"k\u0101n\",m:\"can bear; endure\",t:\"\u582a\"},\n\"\u4f83\":{p:\"k\u01cen\",m:\"frank; straightforward\",t:\"\u4f83\"},\n\"\u780d\":{p:\"k\u01cen\",m:\"chop; cut\",t:\"\u780d\"},\n\"\u69db\":{p:\"k\u01cen\",m:\"threshold; railing\",t:\"\u6abb\"},\n\"\u6177\":{p:\"k\u0101ng\",m:\"generous; passionate\",t:\"\u6177\"},\n\"\u625b\":{p:\"k\u00e1ng\",m:\"carry on shoulder; lift\",t:\"\u625b\"},\n\"\u82db\":{p:\"k\u0113\",m:\"harsh; severe\",t:\"\u82db\"},\n\"\u78d5\":{p:\"k\u0113\",m:\"knock; bump\",t:\"\u78d5\"},\n\"\u58f3\":{p:\"k\u00e9\",m:\"shell; casing\",t:\"\u6bbc\"},\n\"\u57a6\":{p:\"k\u011bn\",m:\"cultivate; reclaim land\",t:\"\u58be\"},\n\"\u5543\":{p:\"k\u011bn\",m:\"gnaw; nibble\",t:\"\u5543\"},\n\"\u6073\":{p:\"k\u011bn\",m:\"earnest; sincere\",t:\"\u61c7\"},\n\"\u5751\":{p:\"k\u0113ng\",m:\"pit; trap\",t:\"\u5751\"},\n\"\u542d\":{p:\"k\u0113ng\",m:\"utter a sound\",t:\"\u542d\"},\n\"\u62a0\":{p:\"k\u014du\",m:\"dig; pick; be stingy\",t:\"\u6473\"},\n\"\u7a9f\":{p:\"k\u016b\",m:\"cave; hole\",t:\"\u7a9f\"},\n\"\u67af\":{p:\"k\u016b\",m:\"dry; withered\",t:\"\u67af\"},\n\"\u5938\":{p:\"ku\u0101\",m:\"praise; boast\",t:\"\u8a87\"},\n\"\u57ae\":{p:\"ku\u01ce\",m:\"collapse; break down\",t:\"\u57ae\"},\n\"\u630e\":{p:\"ku\u00e0\",m:\"carry on arm\",t:\"\u630e\"},\n\"\u7b50\":{p:\"ku\u0101ng\",m:\"basket\",t:\"\u7b50\"},\n\"\u65f7\":{p:\"ku\u00e0ng\",m:\"vast; empty; neglect\",t:\"\u66e0\"},\n\"\u6846\":{p:\"ku\u00e0ng\",m:\"frame\",t:\"\u6846\"},\n\"\u7aa5\":{p:\"ku\u012b\",m:\"peep; observe secretly\",t:\"\u7aba\"},\n\"\u9b41\":{p:\"ku\u00ed\",m:\"chief; leading; huge\",t:\"\u9b41\"},\n\"\u6127\":{p:\"ku\u00ec\",m:\"ashamed; feel guilty\",t:\"\u6127\"},\n\"\u9988\":{p:\"ku\u00ec\",m:\"present; give a gift\",t:\"\u994b\"},\n\"\u6e83\":{p:\"ku\u00ec\",m:\"collapse; break down\",t:\"\u6f70\"},\n\"\u6606\":{p:\"k\u016bn\",m:\"descendants; elder brother\",t:\"\u6606\"},\n\"\u6346\":{p:\"k\u01d4n\",m:\"bundle; tie\",t:\"\u6346\"},\n\"\u5ed3\":{p:\"ku\u00f2\",m:\"outline; spacious\",t:\"\u5ed3\"},\"\u5587\":{p:\"l\u01ce\",m:\"loud; trumpet sound\",t:\"\u5587\"},\n\"\u814a\":{p:\"l\u00e0\",m:\"preserved meat; twelfth lunar month\",t:\"\u81d8\"},\n\"\u8721\":{p:\"l\u00e0\",m:\"wax\",t:\"\u881f\"},\n\"\u5170\":{p:\"l\u00e1n\",m:\"orchid; fragrant plant\",t:\"\u862d\"},\n\"\u62e6\":{p:\"l\u00e1n\",m:\"stop; block\",t:\"\u6514\"},\n\"\u6f9c\":{p:\"l\u00e1n\",m:\"large waves\",t:\"\u703e\"},\n\"\u5a6a\":{p:\"l\u00e1n\",m:\"greedy\",t:\"\u5a6a\"},\n\"\u63fd\":{p:\"l\u01cen\",m:\"grasp; take charge of\",t:\"\u652c\"},\n\"\u7f06\":{p:\"l\u01cen\",m:\"cable; rope\",t:\"\u7e9c\"},\n\"\u6ee5\":{p:\"l\u00e0n\",m:\"excessive; abuse\",t:\"\u6feb\"},\n\"\u5eca\":{p:\"l\u00e1ng\",m:\"corridor; veranda\",t:\"\u5eca\"},\n\"\u72fc\":{p:\"l\u00e1ng\",m:\"wolf\",t:\"\u72fc\"},\n\"\u635e\":{p:\"l\u0101o\",m:\"scoop; obtain\",t:\"\u6488\"},\n\"\u5520\":{p:\"l\u00e1o\",m:\"chat; gossip\",t:\"\u562e\"},\n\"\u6f66\":{p:\"l\u01ceo\",m:\"flood; careless\",t:\"\u6f66\"},\n\"\u59e5\":{p:\"l\u01ceo\",m:\"grandmother (maternal)\",t:\"\u59e5\"},\n\"\u6d9d\":{p:\"l\u00e0o\",m:\"flood; waterlogging\",t:\"\u6f87\"},\n\"\u52d2\":{p:\"l\u00e8\",m:\"force; restrain; carve\",t:\"\u52d2\"},\n\"\u857e\":{p:\"l\u011bi\",m:\"bud; flower bud\",t:\"\u857e\"},\n\"\u78ca\":{p:\"l\u011bi\",m:\"open and upright; piles of stones\",t:\"\u78ca\"},\n\"\u5792\":{p:\"l\u011bi\",m:\"build; pile; fortress\",t:\"\u58d8\"},\n\"\u68f1\":{p:\"l\u00e9ng\",m:\"edge; ridge\",t:\"\u68f1\"},\n\"\u6123\":{p:\"l\u00e8ng\",m:\"stunned; blank\",t:\"\u6123\"},\n\"\u9ece\":{p:\"l\u00ed\",m:\"black; many people\",t:\"\u9ece\"},\n\"\u96b6\":{p:\"l\u00ec\",m:\"subordinate; servant\",t:\"\u96b8\"},\n\"\u540f\":{p:\"l\u00ec\",m:\"official\",t:\"\u540f\"},\n\"\u7c92\":{p:\"l\u00ec\",m:\"grain; particle\",t:\"\u7c92\"},\n\"\u83b2\":{p:\"li\u00e1n\",m:\"lotus\",t:\"\u84ee\"},\n\"\u5ec9\":{p:\"li\u00e1n\",m:\"honest; inexpensive\",t:\"\u5ec9\"},\n\"\u655b\":{p:\"li\u01cen\",m:\"collect; restrain\",t:\"\u6582\"},\n\"\u94fe\":{p:\"li\u00e0n\",m:\"chain\",t:\"\u93c8\"},\n\"\u50da\":{p:\"li\u00e1o\",m:\"colleague; official\",t:\"\u50da\"},\n\"\u8fbd\":{p:\"li\u00e1o\",m:\"distant; Liaoning\",t:\"\u907c\"},\n\"\u5be5\":{p:\"li\u00e1o\",m:\"few; empty\",t:\"\u5be5\"},\n\"\u54a7\":{p:\"li\u011b\",m:\"grimace; split\",t:\"\u54a7\"},\n\"\u730e\":{p:\"li\u00e8\",m:\"hunt\",t:\"\u7375\"},\n\"\u52a3\":{p:\"li\u00e8\",m:\"inferior; bad\",t:\"\u52a3\"},\n\"\u62ce\":{p:\"l\u012bn\",m:\"carry by hand\",t:\"\u62ce\"},\n\"\u6dcb\":{p:\"l\u00edn\",m:\"pour; drench\",t:\"\u6dcb\"},\n\"\u8d41\":{p:\"l\u00ecn\",m:\"rent; hire\",t:\"\u8cc3\"},\n\"\u51cc\":{p:\"l\u00edng\",m:\"rise; insult; ice\",t:\"\u51cc\"},\n\"\u9675\":{p:\"l\u00edng\",m:\"hill; mausoleum\",t:\"\u9675\"},\n\"\u5cad\":{p:\"l\u01d0ng\",m:\"mountain ridge\",t:\"\u5dba\"},\n\"\u6e9c\":{p:\"li\u016b\",m:\"slip away; smooth\",t:\"\u6e9c\"},\n\"\u7624\":{p:\"li\u00fa\",m:\"tumor\",t:\"\u7624\"},\n\"\u905b\":{p:\"li\u00f9\",m:\"stroll; walk (a pet)\",t:\"\u905b\"},\n\"\u6d4f\":{p:\"li\u00fa\",m:\"clear; bright\",t:\"\u700f\"},\n\"\u67f3\":{p:\"li\u01d4\",m:\"willow\",t:\"\u67f3\"},\n\"\u80e7\":{p:\"l\u00f3ng\",m:\"dim; hazy\",t:\"\u6727\"},\n\"\u9686\":{p:\"l\u00f3ng\",m:\"grand; prosperous\",t:\"\u9686\"},\n\"\u7b3c\":{p:\"l\u00f3ng\",m:\"cage; basket\",t:\"\u7c60\"},\n\"\u5499\":{p:\"l\u00f3ng\",m:\"throat\",t:\"\u56a8\"},\n\"\u804b\":{p:\"l\u00f3ng\",m:\"deaf\",t:\"\u807e\"},\n\"\u7abf\":{p:\"l\u00f3ng\",m:\"cave; hole\",t:\"\u7abf\"},\n\"\u62e2\":{p:\"l\u01d2ng\",m:\"gather; bring together\",t:\"\u650f\"},\n\"\u5784\":{p:\"l\u01d2ng\",m:\"ridge; mound\",t:\"\u58df\"},\n\"\u6402\":{p:\"l\u01d2u\",m:\"hug; embrace\",t:\"\u645f\"},\n\"\u964b\":{p:\"l\u00f2u\",m:\"crude; narrow-minded\",t:\"\u964b\"},\n\"\u82a6\":{p:\"l\u00fa\",m:\"reed\",t:\"\u8606\"},\n\"\u864f\":{p:\"l\u01d4\",m:\"capture; captive\",t:\"\u865c\"},\n\"\u5364\":{p:\"l\u01d4\",m:\"brine; salt water\",t:\"\u9e75\"},\n\"\u9c81\":{p:\"l\u01d4\",m:\"foolish; Shandong\",t:\"\u9b6f\"},\n\"\u788c\":{p:\"l\u00f9\",m:\"busy; rough\",t:\"\u788c\"},\n\"\u9e7f\":{p:\"l\u00f9\",m:\"deer\",t:\"\u9e7f\"},\n\"\u8d42\":{p:\"l\u00f9\",m:\"bribe\",t:\"\u8cc2\"},\n\"\u5b6a\":{p:\"lu\u00e1n\",m:\"twins\",t:\"\u5b7f\"},\n\"\u9e3e\":{p:\"lu\u00e1n\",m:\"mythical bird\",t:\"\u9e1e\"},\n\"\u5375\":{p:\"lu\u01cen\",m:\"egg; ovum\",t:\"\u5375\"},\n\"\u62a1\":{p:\"l\u016bn\",m:\"swing; wield\",t:\"\u6384\"},\n\"\u4f26\":{p:\"l\u00fan\",m:\"ethics; relation\",t:\"\u502b\"},\n\"\u7f57\":{p:\"lu\u00f3\",m:\"net; gather; surname Luo\",t:\"\u7f85\"},\n\"\u87ba\":{p:\"lu\u00f3\",m:\"snail; spiral\",t:\"\u87ba\"},\n\"\u841d\":{p:\"lu\u00f3\",m:\"vine plant\",t:\"\u863f\"},\n\"\u88f8\":{p:\"lu\u01d2\",m:\"bare; naked\",t:\"\u88f8\"},\n\"\u5c61\":{p:\"l\u01da\",m:\"repeatedly\",t:\"\u5c62\"},\n\"\u94dd\":{p:\"l\u01da\",m:\"aluminum\",t:\"\u92c1\"},\n\"\u4fa3\":{p:\"l\u01da\",m:\"companion\",t:\"\u4fb6\"},\n\"\u7f15\":{p:\"l\u01da\",m:\"strand; detailed\",t:\"\u7e37\"},\n\"\u5c65\":{p:\"l\u01da\",m:\"shoe; carry out\",t:\"\u5c65\"},\n\"\u6ee4\":{p:\"l\u01dc\",m:\"filter\",t:\"\u6ffe\"},\n\"\u63a0\":{p:\"l\u00fc\u00e8\",m:\"plunder; skim\",t:\"\u63a0\"},\n\n\"\u8fc8\":{p:\"m\u00e0i\",m:\"step; stride\",t:\"\u9081\"},\n\"\u8109\":{p:\"m\u00e0i\",m:\"vein; pulse\",t:\"\u8108\"},\n\"\u7792\":{p:\"m\u00e1n\",m:\"hide; conceal\",t:\"\u779e\"},\n\"\u86ee\":{p:\"m\u00e1n\",m:\"barbaric; very\",t:\"\u883b\"},\n\"\u8513\":{p:\"m\u00e0n\",m:\"vine; spread\",t:\"\u8513\"},\n\"\u6c13\":{p:\"m\u00e9ng\",m:\"common people\",t:\"\u6c13\"},\n\"\u8292\":{p:\"m\u00e1ng\",m:\"awn; sharp point\",t:\"\u8292\"},\n\"\u832b\":{p:\"m\u00e1ng\",m:\"vast; unclear\",t:\"\u832b\"},\n\"\u83bd\":{p:\"m\u01ceng\",m:\"rough; reckless\",t:\"\u83bd\"},\n\"\u8305\":{p:\"m\u00e1o\",m:\"reed; thatch\",t:\"\u8305\"},\n\"\u9ae6\":{p:\"m\u00e1o\",m:\"fine hair; fashionable\",t:\"\u9ae6\"},\n\"\u8302\":{p:\"m\u00e0o\",m:\"lush; flourishing\",t:\"\u8302\"},\n\"\u679a\":{p:\"m\u00e9i\",m:\"piece; classifier\",t:\"\u679a\"},\n\"\u7709\":{p:\"m\u00e9i\",m:\"eyebrow\",t:\"\u7709\"},\n\"\u9709\":{p:\"m\u00e9i\",m:\"mold; mildew\",t:\"\u9709\"},\n\"\u73ab\":{p:\"m\u00e9i\",m:\"rose (as in \u73ab\u7470)\",t:\"\u73ab\"},\n\"\u9b45\":{p:\"m\u00e8i\",m:\"charm; demon\",t:\"\u9b45\"},\n\"\u6627\":{p:\"m\u00e8i\",m:\"dark; ignorant\",t:\"\u6627\"},\n\"\u5a9a\":{p:\"m\u00e8i\",m:\"charming; flatter\",t:\"\u5a9a\"},\n\"\u95f7\":{p:\"m\u00e8n\",m:\"depressed; bored\",t:\"\u60b6\"},\n\"\u840c\":{p:\"m\u00e9ng\",m:\"sprout; cute\",t:\"\u840c\"},\n\"\u6726\":{p:\"m\u00e9ng\",m:\"dim; hazy\",t:\"\u6726\"},\n\"\u8c1c\":{p:\"m\u00ed\",m:\"riddle; mystery\",t:\"\u8b0e\"},\n\"\u5f25\":{p:\"m\u00ed\",m:\"fill; more and more\",t:\"\u5f4c\"},\n\"\u871c\":{p:\"m\u00ec\",m:\"honey; sweet\",t:\"\u871c\"},\n\"\u6ccc\":{p:\"m\u00ec\",m:\"secrete\",t:\"\u6ccc\"},\n\"\u89c5\":{p:\"m\u00ec\",m:\"seek; search\",t:\"\u8993\"},\n\"\u7ef5\":{p:\"mi\u00e1n\",m:\"soft; continuous\",t:\"\u7dbf\"},\n\"\u52c9\":{p:\"mi\u01cen\",m:\"encourage; force oneself\",t:\"\u52c9\"},\n\"\u7f05\":{p:\"mi\u01cen\",m:\"distant; Myanmar\",t:\"\u7dec\"},\n\"\u7784\":{p:\"mi\u00e1o\",m:\"aim; take aim\",t:\"\u7784\"},\n\"\u82d7\":{p:\"mi\u00e1o\",m:\"seedling; young\",t:\"\u82d7\"},\n\"\u6e3a\":{p:\"mi\u01ceo\",m:\"tiny; vague\",t:\"\u6e3a\"},\n\"\u5e99\":{p:\"mi\u00e0o\",m:\"temple\",t:\"\u5edf\"},\n\"\u8511\":{p:\"mi\u00e8\",m:\"despise; belittle\",t:\"\u8511\"},\n\"\u94ed\":{p:\"m\u00edng\",m:\"inscribe; remember\",t:\"\u9298\"},\n\"\u9e23\":{p:\"m\u00edng\",m:\"cry; sound\",t:\"\u9cf4\"},\n\"\u8c2c\":{p:\"mi\u00f9\",m:\"wrong; absurd\",t:\"\u8b2c\"},\n\"\u9b54\":{p:\"m\u00f3\",m:\"demon; magic\",t:\"\u9b54\"},\n\"\u8611\":{p:\"m\u00f3\",m:\"mushroom\",t:\"\u8611\"},\n\"\u62b9\":{p:\"m\u01d2\",m:\"wipe; erase\",t:\"\u62b9\"},\n\"\u964c\":{p:\"m\u00f2\",m:\"stranger; unfamiliar\",t:\"\u964c\"},\n\"\u6cab\":{p:\"m\u00f2\",m:\"foam; spittle\",t:\"\u6cab\"},\n\"\u5bde\":{p:\"m\u00f2\",m:\"lonely; quiet\",t:\"\u5bde\"},\n\"\u83ab\":{p:\"m\u00f2\",m:\"do not; none; don't\",t:\"\u83ab\"},\n\"\u59c6\":{p:\"m\u01d4\",m:\"nurse; female attendant\",t:\"\u59c6\"},\n\"\u7261\":{p:\"m\u01d4\",m:\"male; peony\",t:\"\u7261\"},\n\"\u4ea9\":{p:\"m\u01d4\",m:\"mu (land measure)\",t:\"\u755d\"},\n\"\u7a46\":{p:\"m\u00f9\",m:\"solemn; peaceful\",t:\"\u7a46\"},\n\"\u7267\":{p:\"m\u00f9\",m:\"herd; pasture\",t:\"\u7267\"},\n\"\u52df\":{p:\"m\u00f9\",m:\"recruit; raise funds\",t:\"\u52df\"},\n\"\u7766\":{p:\"m\u00f9\",m:\"friendly; harmonious\",t:\"\u7766\"},\n\"\u66ae\":{p:\"m\u00f9\",m:\"evening; late\",t:\"\u66ae\"},\n\"\u6155\":{p:\"m\u00f9\",m:\"admire; yearn for\",t:\"\u6155\"},\n\"\u6c90\":{p:\"m\u00f9\",m:\"wash; bathe\",t:\"\u6c90\"},\n\n\"\u5450\":{p:\"n\u00e0\",m:\"exclamation; shout\",t:\"\u5436\"},\n\"\u4e43\":{p:\"n\u01cei\",m:\"therefore; is; then\",t:\"\u4e43\"},\n\"\u56ca\":{p:\"n\u00e1ng\",m:\"bag; pocket\",t:\"\u56ca\"},\n\"\u6320\":{p:\"n\u00e1o\",m:\"scratch; disturb\",t:\"\u6493\"},\n\"\u607c\":{p:\"n\u01ceo\",m:\"annoy; upset\",t:\"\u60f1\"},\n\"\u9981\":{p:\"n\u011bi\",m:\"hungry; discouraged\",t:\"\u9912\"},\n\"\u5ae9\":{p:\"n\u00e8n\",m:\"tender; young\",t:\"\u5ae9\"},\n\"\u5c3c\":{p:\"n\u00ed\",m:\"nun; Nepal\",t:\"\u5c3c\"},\n\"\u62df\":{p:\"n\u01d0\",m:\"plan; imitate\",t:\"\u64ec\"},\n\"\u533f\":{p:\"n\u00ec\",m:\"hide; conceal\",t:\"\u533f\"},\n\"\u9006\":{p:\"n\u00ec\",m:\"reverse; oppose\",t:\"\u9006\"},\n\"\u817b\":{p:\"n\u00ec\",m:\"greasy; tired of\",t:\"\u81a9\"},\n\"\u9ecf\":{p:\"ni\u00e1n\",m:\"sticky\",t:\"\u9ecf\"},\n\"\u917f\":{p:\"ni\u00e0ng\",m:\"brew; ferment\",t:\"\u91c0\"},\n\"\u5c3f\":{p:\"ni\u00e0o\",m:\"urine\",t:\"\u5c3f\"},\n\"\u634f\":{p:\"ni\u0113\",m:\"pinch; knead\",t:\"\u634f\"},\n\"\u62e7\":{p:\"n\u00edng\",m:\"twist; screw\",t:\"\u64f0\"},\n\"\u51dd\":{p:\"n\u00edng\",m:\"condense; concentrate\",t:\"\u51dd\"},\n\"\u7ebd\":{p:\"ni\u01d4\",m:\"button; bond\",t:\"\u7d10\"},\n\"\u5974\":{p:\"n\u00fa\",m:\"slave\",t:\"\u5974\"},\n\"\u8650\":{p:\"n\u00fc\u00e8\",m:\"abuse; cruel\",t:\"\u8650\"},\n\"\u632a\":{p:\"nu\u00f3\",m:\"move; shift\",t:\"\u632a\"},\n\n\"\u54e6\":{p:\"\u00f3\",m:\"oh; express realization\",t:\"\u54e6\"},\n\"\u6bb4\":{p:\"\u014du\",m:\"beat; hit\",t:\"\u6bc6\"},\n\"\u5455\":{p:\"\u01d2u\",m:\"vomit\",t:\"\u5614\"},\"\u8db4\":{p:\"p\u0101\",m:\"lie prone; lie on one's stomach\",t:\"\u8db4\"},\n\"\u5e15\":{p:\"p\u00e0\",m:\"handkerchief; scarf\",t:\"\u5e15\"},\n\"\u5f98\":{p:\"p\u00e1i\",m:\"wander; hesitate (as in \u5f98\u5f8a)\",t:\"\u5f98\"},\n\"\u6500\":{p:\"p\u0101n\",m:\"climb; pull; seek connections\",t:\"\u6500\"},\n\"\u7554\":{p:\"p\u00e0n\",m:\"side; bank; boundary\",t:\"\u7554\"},\n\"\u53db\":{p:\"p\u00e0n\",m:\"betray; rebel\",t:\"\u53db\"},\n\"\u4e53\":{p:\"p\u0101ng\",m:\"bang; ping (sound)\",t:\"\u4e53\"},\n\"\u5e9e\":{p:\"p\u00e1ng\",m:\"huge; enormous; surname Pang\",t:\"\u9f90\"},\n\"\u629b\":{p:\"p\u0101o\",m:\"throw; abandon\",t:\"\u62cb\"},\n\"\u5228\":{p:\"p\u00e1o\",m:\"dig; scrape; plane\",t:\"\u5228\"},\n\"\u888d\":{p:\"p\u00e1o\",m:\"robe; gown\",t:\"\u888d\"},\n\"\u80da\":{p:\"p\u0113i\",m:\"embryo; germ\",t:\"\u80da\"},\n\"\u4f69\":{p:\"p\u00e8i\",m:\"wear; admire; pendant\",t:\"\u4f69\"},\n\"\u6c9b\":{p:\"p\u00e8i\",m:\"abundant; vigorous\",t:\"\u6c9b\"},\n\"\u62a8\":{p:\"p\u0113ng\",m:\"criticize; attack verbally\",t:\"\u62a8\"},\n\"\u70f9\":{p:\"p\u0113ng\",m:\"cook; boil\",t:\"\u70f9\"},\n\"\u9e4f\":{p:\"p\u00e9ng\",m:\"mythical giant bird\",t:\"\u9d6c\"},\n\"\u68da\":{p:\"p\u00e9ng\",m:\"shed; tent; booth\",t:\"\u68da\"},\n\"\u81a8\":{p:\"p\u00e9ng\",m:\"expand; swell\",t:\"\u81a8\"},\n\"\u84ec\":{p:\"p\u00e9ng\",m:\"grass; fluffy; scattered\",t:\"\u84ec\"},\n\"\u7bf7\":{p:\"p\u00e9ng\",m:\"awning; sail; canopy\",t:\"\u7bf7\"},\n\"\u6367\":{p:\"p\u011bng\",m:\"hold in both hands; praise\",t:\"\u6367\"},\n\"\u5288\":{p:\"p\u012b\",m:\"split; chop\",t:\"\u5288\"},\n\"\u75b2\":{p:\"p\u00ed\",m:\"tired; exhausted\",t:\"\u75b2\"},\n\"\u5ab2\":{p:\"p\u00ec\",m:\"compare; match\",t:\"\u5ab2\"},\n\"\u50fb\":{p:\"p\u00ec\",m:\"remote; obscure; eccentric\",t:\"\u50fb\"},\n\"\u8b6c\":{p:\"p\u00ec\",m:\"example; analogy\",t:\"\u8b6c\"},\n\"\u8f9f\":{p:\"p\u00ec\",m:\"open up; reject; law\",t:\"\u95e2\"},\n\"\u98d8\":{p:\"pi\u0101o\",m:\"float; drift\",t:\"\u98c4\"},\n\"\u6487\":{p:\"pi\u0113\",m:\"discard; cast aside\",t:\"\u6487\"},\n\"\u4e52\":{p:\"p\u012bng\",m:\"ping (sound)\",t:\"\u4e52\"},\n\"\u840d\":{p:\"p\u00edng\",m:\"duckweed\",t:\"\u840d\"},\n\"\u576a\":{p:\"p\u00edng\",m:\"level ground; unit of area\",t:\"\u576a\"},\n\"\u9887\":{p:\"p\u014d\",m:\"quite; rather\",t:\"\u9817\"},\n\"\u9b44\":{p:\"p\u00f2\",m:\"soul; spirit\",t:\"\u9b44\"},\n\"\u5256\":{p:\"p\u014du\",m:\"dissect; analyze\",t:\"\u5256\"},\n\"\u4ec6\":{p:\"p\u016b\",m:\"fall forward; servant\",t:\"\u50d5\"},\n\"\u83e9\":{p:\"p\u00fa\",m:\"Bodhisattva (as in \u83e9\u8428)\",t:\"\u83e9\"},\n\"\u8c31\":{p:\"p\u01d4\",m:\"spectrum; music score; genealogy\",t:\"\u8b5c\"},\n\"\u6734\":{p:\"p\u01d4\",m:\"simple; plain\",t:\"\u6a38\"},\n\"\u66dd\":{p:\"p\u00f9\",m:\"expose to sunlight\",t:\"\u66dd\"},\n\"\u7011\":{p:\"p\u00f9\",m:\"waterfall\",t:\"\u7011\"},\n\n\"\u51c4\":{p:\"q\u012b\",m:\"sad; bleak; desolate\",t:\"\u6dd2\"},\n\"\u6816\":{p:\"q\u012b\",m:\"live; perch\",t:\"\u68f2\"},\n\"\u6f06\":{p:\"q\u012b\",m:\"lacquer; paint\",t:\"\u6f06\"},\n\"\u621a\":{p:\"q\u012b\",m:\"relative; sorrow\",t:\"\u621a\"},\n\"\u6c8f\":{p:\"q\u012b\",m:\"make tea; steep\",t:\"\u6c8f\"},\n\"\u6b67\":{p:\"q\u00ed\",m:\"fork; divergent\",t:\"\u6b67\"},\n\"\u7948\":{p:\"q\u00ed\",m:\"pray; request\",t:\"\u7948\"},\n\"\u68cb\":{p:\"q\u00ed\",m:\"chess\",t:\"\u68cb\"},\n\"\u5c82\":{p:\"q\u01d0\",m:\"how could; could it be\",t:\"\u8c48\"},\n\"\u4e5e\":{p:\"q\u01d0\",m:\"beg; ask for\",t:\"\u4e5e\"},\n\"\u8fc4\":{p:\"q\u00ec\",m:\"until; up to\",t:\"\u8fc4\"},\n\"\u6ce3\":{p:\"q\u00ec\",m:\"weep; cry\",t:\"\u6ce3\"},\n\"\u780c\":{p:\"q\u00ec\",m:\"build; lay bricks\",t:\"\u780c\"},\n\"\u5951\":{p:\"q\u00ec\",m:\"agreement; contract; fit\",t:\"\u5951\"},\n\"\u6390\":{p:\"qi\u0101\",m:\"pinch; hold tightly\",t:\"\u6390\"},\n\"\u6d3d\":{p:\"qi\u00e0\",m:\"harmonious; consult\",t:\"\u6d3d\"},\n\"\u94b3\":{p:\"qi\u00e1n\",m:\"pliers; clamp\",t:\"\u9257\"},\n\"\u8654\":{p:\"qi\u00e1n\",m:\"sincere; devout\",t:\"\u8654\"},\n\"\u8c34\":{p:\"qi\u01cen\",m:\"blame; condemn\",t:\"\u8b74\"},\n\"\u9063\":{p:\"qi\u01cen\",m:\"send; dispatch\",t:\"\u9063\"},\n\"\u5d4c\":{p:\"qi\u00e0n\",m:\"inlay; embed\",t:\"\u5d4c\"},\n\"\u8154\":{p:\"qi\u0101ng\",m:\"cavity; tone; accent\",t:\"\u8154\"},\n\"\u545b\":{p:\"qi\u0101ng\",m:\"choke; irritate\",t:\"\u55c6\"},\n\"\u4fa8\":{p:\"qi\u00e1o\",m:\"overseas Chinese\",t:\"\u50d1\"},\n\"\u4e54\":{p:\"qi\u00e1o\",m:\"tall; lofty; surname Qiao\",t:\"\u55ac\"},\n\"\u4fcf\":{p:\"qi\u00e0o\",m:\"pretty; smart\",t:\"\u4fcf\"},\n\"\u64ac\":{p:\"qi\u00e0o\",m:\"pry open\",t:\"\u64ac\"},\n\"\u7a8d\":{p:\"qi\u00e0o\",m:\"opening; trick; key point\",t:\"\u7ac5\"},\n\"\u7fd8\":{p:\"qi\u00e1o\",m:\"raise; stick up\",t:\"\u7ff9\"},\n\"\u7a83\":{p:\"qi\u00e8\",m:\"steal; secretly\",t:\"\u7aca\"},\n\"\u602f\":{p:\"qi\u00e8\",m:\"cowardly; timid\",t:\"\u602f\"},\n\"\u94a6\":{p:\"q\u012bn\",m:\"respect; admire\",t:\"\u6b3d\"},\n\"\u79bd\":{p:\"q\u00edn\",m:\"bird; animal\",t:\"\u79bd\"},\n\"\u5bdd\":{p:\"q\u01d0n\",m:\"sleep; bedroom\",t:\"\u5be2\"},\n\"\u64ce\":{p:\"q\u00edng\",m:\"lift; hold up\",t:\"\u64ce\"},\n\"\u9877\":{p:\"q\u01d0ng\",m:\"a moment; about\",t:\"\u9803\"},\n\"\u4e18\":{p:\"qi\u016b\",m:\"hill; mound\",t:\"\u4e18\"},\n\"\u56da\":{p:\"qi\u00fa\",m:\"prisoner; imprison\",t:\"\u56da\"},\n\"\u9a71\":{p:\"q\u016b\",m:\"drive; expel\",t:\"\u9a45\"},\n\"\u5c48\":{p:\"q\u016b\",m:\"bend; yield; wronged\",t:\"\u5c48\"},\n\"\u8eaf\":{p:\"q\u016b\",m:\"body; physique\",t:\"\u8ec0\"},\n\"\u5a36\":{p:\"q\u01d4\",m:\"marry (a woman)\",t:\"\u5a36\"},\n\"\u62f3\":{p:\"qu\u00e1n\",m:\"fist; boxing\",t:\"\u62f3\"},\n\"\u72ac\":{p:\"qu\u01cen\",m:\"dog\",t:\"\u72ac\"},\n\"\u96c0\":{p:\"qu\u00e8\",m:\"sparrow\",t:\"\u96c0\"},\n\n\"\u6518\":{p:\"r\u01ceng\",m:\"push away; seize; disturb\",t:\"\u6518\"},\n\"\u56b7\":{p:\"r\u01ceng\",m:\"shout; argue\",t:\"\u56b7\"},\n\"\u58e4\":{p:\"r\u01ceng\",m:\"soil; earth\",t:\"\u58e4\"},\n\"\u9976\":{p:\"r\u00e1o\",m:\"forgive; spare; rich\",t:\"\u9952\"},\n\"\u60f9\":{p:\"r\u011b\",m:\"provoke; attract\",t:\"\u60f9\"},\n\"\u4ec1\":{p:\"r\u00e9n\",m:\"kindness; benevolence\",t:\"\u4ec1\"},\n\"\u97e7\":{p:\"r\u00e8n\",m:\"tough; flexible\",t:\"\u97cc\"},\n\"\u6eb6\":{p:\"r\u00f3ng\",m:\"dissolve; melt\",t:\"\u6eb6\"},\n\"\u5197\":{p:\"r\u01d2ng\",m:\"excessive; redundant\",t:\"\u5197\"},\n\"\u63c9\":{p:\"r\u00f3u\",m:\"rub; knead\",t:\"\u63c9\"},\n\"\u67d4\":{p:\"r\u00f3u\",m:\"soft; gentle\",t:\"\u67d4\"},\n\"\u5112\":{p:\"r\u00fa\",m:\"Confucian; scholar\",t:\"\u5112\"},\n\"\u8fb1\":{p:\"r\u01d4\",m:\"humiliate; shame\",t:\"\u8fb1\"},\n\"\u9510\":{p:\"ru\u00ec\",m:\"sharp; keen; acute\",t:\"\u92b3\"},\n\"\u745e\":{p:\"ru\u00ec\",m:\"auspicious; lucky\",t:\"\u745e\"},\"\u6492\":{p:\"s\u0101\",m:\"scatter; sprinkle\",t:\"\u6492\"},\n\"\u8428\":{p:\"s\u00e0\",m:\"Buddhist; surname Sa\",t:\"\u85a9\"},\n\"\u6851\":{p:\"s\u0101ng\",m:\"mulberry tree\",t:\"\u6851\"},\n\"\u55d3\":{p:\"s\u01ceng\",m:\"voice; throat\",t:\"\u55d3\"},\n\"\u81ca\":{p:\"s\u0101o\",m:\"smelly; shameful\",t:\"\u81ca\"},\n\"\u9a9a\":{p:\"s\u0101o\",m:\"disturb; coquettish; poetic\",t:\"\u9a37\"},\n\"\u5ac2\":{p:\"s\u01ceo\",m:\"elder brother's wife; sister-in-law\",t:\"\u5ac2\"},\n\"\u50e7\":{p:\"s\u0113ng\",m:\"monk\",t:\"\u50e7\"},\n\"\u7802\":{p:\"sh\u0101\",m:\"sand\",t:\"\u7802\"},\n\"\u5239\":{p:\"ch\u00e0\",m:\"temple; instant\",t:\"\u524e\"},\n\"\u7eb1\":{p:\"sh\u0101\",m:\"gauze; yarn\",t:\"\u7d17\"},\n\"\u9ca8\":{p:\"sh\u0101\",m:\"shark\",t:\"\u9bca\"},\n\"\u53a6\":{p:\"sh\u00e0\",m:\"large building; mansion\",t:\"\u5ec8\"},\n\"\u7b5b\":{p:\"sh\u0101i\",m:\"sieve; filter\",t:\"\u7be9\"},\n\"\u5220\":{p:\"sh\u0101n\",m:\"delete; remove\",t:\"\u522a\"},\n\"\u717d\":{p:\"sh\u0101n\",m:\"fan; instigate\",t:\"\u717d\"},\n\"\u8d61\":{p:\"sh\u00e0n\",m:\"support; provide for\",t:\"\u8d0d\"},\n\"\u64c5\":{p:\"sh\u00e0n\",m:\"be good at; act without permission\",t:\"\u64c5\"},\n\"\u81b3\":{p:\"sh\u00e0n\",m:\"meal; food\",t:\"\u81b3\"},\n\"\u68a2\":{p:\"sh\u0101o\",m:\"tip; end\",t:\"\u68a2\"},\n\"\u634e\":{p:\"sh\u0101o\",m:\"take along; bring\",t:\"\u634e\"},\n\"\u54e8\":{p:\"sh\u00e0o\",m:\"whistle; sentry post\",t:\"\u54e8\"},\n\"\u5962\":{p:\"sh\u0113\",m:\"extravagant; luxurious\",t:\"\u5962\"},\n\"\u6151\":{p:\"sh\u00e8\",m:\"fear; intimidate\",t:\"\u61fe\"},\n\"\u7ec5\":{p:\"sh\u0113n\",m:\"gentry; gentleman\",t:\"\u7d33\"},\n\"\u80be\":{p:\"sh\u00e8n\",m:\"kidney\",t:\"\u814e\"},\n\"\u6e17\":{p:\"sh\u00e8n\",m:\"seep; permeate\",t:\"\u6ef2\"},\n\"\u614e\":{p:\"sh\u00e8n\",m:\"careful; cautious\",t:\"\u614e\"},\n\"\u7ef3\":{p:\"sh\u00e9ng\",m:\"rope; string\",t:\"\u7e69\"},\n\"\u5319\":{p:\"ch\u00ed\",m:\"spoon\",t:\"\u5319\"},\n\"\u72ee\":{p:\"sh\u012b\",m:\"lion\",t:\"\u7345\"},\n\"\u5c38\":{p:\"sh\u012b\",m:\"corpse; body\",t:\"\u5c4d\"},\n\"\u8680\":{p:\"sh\u00ed\",m:\"erode; corrosion\",t:\"\u8755\"},\n\"\u77e2\":{p:\"sh\u01d0\",m:\"arrow; swear\",t:\"\u77e2\"},\n\"\u55dc\":{p:\"sh\u00ec\",m:\"be addicted to; fond of\",t:\"\u55dc\"},\n\"\u901d\":{p:\"sh\u00ec\",m:\"pass away; disappear\",t:\"\u901d\"},\n\"\u8a93\":{p:\"sh\u00ec\",m:\"swear; vow\",t:\"\u8a93\"},\n\"\u6c0f\":{p:\"sh\u00ec\",m:\"clan; surname\",t:\"\u6c0f\"},\n\"\u4f8d\":{p:\"sh\u00ec\",m:\"serve; attend\",t:\"\u4f8d\"},\n\"\u517d\":{p:\"sh\u00f2u\",m:\"beast; animal\",t:\"\u7378\"},\n\"\u68b3\":{p:\"sh\u016b\",m:\"comb\",t:\"\u68b3\"},\n\"\u6292\":{p:\"sh\u016b\",m:\"express; convey\",t:\"\u6292\"},\n\"\u758f\":{p:\"sh\u016b\",m:\"sparse; dredge; neglect\",t:\"\u758f\"},\n\"\u67a2\":{p:\"sh\u016b\",m:\"pivot; center\",t:\"\u6a1e\"},\n\"\u8d4e\":{p:\"sh\u00fa\",m:\"redeem; ransom\",t:\"\u8d16\"},\n\"\u7f72\":{p:\"sh\u01d4\",m:\"office; sign\",t:\"\u7f72\"},\n\"\u66d9\":{p:\"sh\u01d4\",m:\"dawn\",t:\"\u66d9\"},\n\"\u7ad6\":{p:\"sh\u00f9\",m:\"vertical; stand up\",t:\"\u8c4e\"},\n\"\u6055\":{p:\"sh\u00f9\",m:\"forgive; excuse\",t:\"\u6055\"},\n\"\u5885\":{p:\"sh\u00f9\",m:\"villa; country house\",t:\"\u5885\"},\n\"\u800d\":{p:\"shu\u01ce\",m:\"play; fool around\",t:\"\u800d\"},\n\"\u8870\":{p:\"shu\u0101i\",m:\"decline; weaken\",t:\"\u8870\"},\n\"\u7529\":{p:\"shu\u01cei\",m:\"throw; swing\",t:\"\u7529\"},\n\"\u6813\":{p:\"shu\u0101n\",m:\"bolt; plug\",t:\"\u6813\"},\n\"\u62f4\":{p:\"shu\u0101n\",m:\"tie; fasten\",t:\"\u62f4\"},\n\"\u6dae\":{p:\"shu\u00e0n\",m:\"rinse; hot-pot style cooking\",t:\"\u6dae\"},\n\"\u971c\":{p:\"shu\u0101ng\",m:\"frost\",t:\"\u971c\"},\n\"\u77ac\":{p:\"sh\u00f9n\",m:\"instant; blink\",t:\"\u77ac\"},\n\"\u70c1\":{p:\"shu\u00f2\",m:\"shine; glitter\",t:\"\u720d\"},\n\"\u4e1d\":{p:\"s\u012b\",m:\"silk; thread\",t:\"\u7d72\"},\n\"\u65af\":{p:\"s\u012b\",m:\"this; such\",t:\"\u65af\"},\n\"\u6495\":{p:\"s\u012b\",m:\"tear; rip\",t:\"\u6495\"},\n\"\u9972\":{p:\"s\u00ec\",m:\"feed; raise animals\",t:\"\u98fc\"},\n\"\u7940\":{p:\"s\u00ec\",m:\"worship; sacrifice\",t:\"\u7940\"},\n\"\u8086\":{p:\"s\u00ec\",m:\"four; unrestrained; shop\",t:\"\u8086\"},\n\"\u8038\":{p:\"s\u01d2ng\",m:\"tower; shrug\",t:\"\u8073\"},\n\"\u9882\":{p:\"s\u00f2ng\",m:\"praise; ode\",t:\"\u980c\"},\n\"\u8bbc\":{p:\"s\u00f2ng\",m:\"lawsuit; argue\",t:\"\u8a1f\"},\n\"\u8bf5\":{p:\"s\u00f2ng\",m:\"recite; read aloud\",t:\"\u8aa6\"},\n\"\u8258\":{p:\"s\u014du\",m:\"classifier for ships\",t:\"\u8258\"},\n\"\u55fd\":{p:\"s\u00f2u\",m:\"cough\",t:\"\u55fd\"},\n\"\u9165\":{p:\"s\u016b\",m:\"crispy; flaky\",t:\"\u9165\"},\n\"\u6eaf\":{p:\"s\u00f9\",m:\"trace back; go upstream\",t:\"\u6eaf\"},\n\"\u849c\":{p:\"su\u00e0n\",m:\"garlic\",t:\"\u849c\"},\n\"\u9ad3\":{p:\"su\u01d0\",m:\"marrow\",t:\"\u9ad3\"},\n\"\u96a7\":{p:\"su\u00ec\",m:\"tunnel\",t:\"\u96a7\"},\n\"\u9042\":{p:\"su\u00ec\",m:\"accomplish; then\",t:\"\u9042\"},\n\"\u55e6\":{p:\"su\u014d\",m:\"suck; chatter (as in \u5570\u55e6)\",t:\"\u55e6\"},\n\n\"\u584c\":{p:\"t\u0101\",m:\"collapse; sink\",t:\"\u584c\"},\n\"\u62d3\":{p:\"tu\u00f2\",m:\"expand; develop\",t:\"\u62d3\"},\n\"\u80ce\":{p:\"t\u0101i\",m:\"embryo; tire\",t:\"\u80ce\"},\n\"\u6cf0\":{p:\"t\u00e0i\",m:\"peaceful; grand\",t:\"\u6cf0\"},\n\"\u6c70\":{p:\"t\u00e0i\",m:\"eliminate; wash away\",t:\"\u6c70\"},\n\"\u762b\":{p:\"t\u0101n\",m:\"paralyze\",t:\"\u7671\"},\n\"\u8d2a\":{p:\"t\u0101n\",m:\"greedy\",t:\"\u8caa\"},\n\"\u6ee9\":{p:\"t\u0101n\",m:\"beach; shoal\",t:\"\u7058\"},\n\"\u644a\":{p:\"t\u0101n\",m:\"spread; stall\",t:\"\u6524\"},\n\"\u75f0\":{p:\"t\u00e1n\",m:\"phlegm\",t:\"\u75f0\"},\n\"\u6f6d\":{p:\"t\u00e1n\",m:\"deep pool\",t:\"\u6f6d\"},\n\"\u575b\":{p:\"t\u00e1n\",m:\"altar; forum; jar\",t:\"\u58c7\"},\n\"\u6bef\":{p:\"t\u01cen\",m:\"blanket; carpet\",t:\"\u6bef\"},\n\"\u78b3\":{p:\"t\u00e0n\",m:\"carbon\",t:\"\u78b3\"},\n\"\u70ad\":{p:\"t\u00e0n\",m:\"charcoal\",t:\"\u70ad\"},\n\"\u5858\":{p:\"t\u00e1ng\",m:\"pond; embankment\",t:\"\u5858\"},\n\"\u819b\":{p:\"t\u00e1ng\",m:\"chest; chamber\",t:\"\u819b\"},\n\"\u6dcc\":{p:\"t\u01ceng\",m:\"flow; drip\",t:\"\u6dcc\"},\n\"\u5018\":{p:\"t\u01ceng\",m:\"if; supposing\",t:\"\u5018\"},\n\"\u70eb\":{p:\"t\u00e0ng\",m:\"hot; burn; iron\",t:\"\u71d9\"},\n\"\u6d9b\":{p:\"t\u0101o\",m:\"large waves\",t:\"\u6fe4\"},\n\"\u6ed4\":{p:\"t\u0101o\",m:\"overflow; flood\",t:\"\u6ed4\"},\n\"\u6dd8\":{p:\"t\u00e1o\",m:\"wash; select; playful\",t:\"\u6dd8\"},\n\"\u9676\":{p:\"t\u00e1o\",m:\"pottery; cultivate\",t:\"\u9676\"},\n\"\u817e\":{p:\"t\u00e9ng\",m:\"rise; soar; move\",t:\"\u9a30\"},\n\"\u85e4\":{p:\"t\u00e9ng\",m:\"vine; rattan\",t:\"\u85e4\"},\n\"\u5254\":{p:\"t\u012b\",m:\"pick out; remove\",t:\"\u5254\"},\n\"\u6d95\":{p:\"t\u00ec\",m:\"tears; nasal mucus\",t:\"\u6d95\"},\n\"\u60d5\":{p:\"t\u00ec\",m:\"fearful; alert\",t:\"\u60d5\"},\n\"\u5c49\":{p:\"t\u00ec\",m:\"drawer; tier\",t:\"\u5c5c\"},\n\"\u5243\":{p:\"t\u00ec\",m:\"shave\",t:\"\u5243\"},\n\"\u8214\":{p:\"ti\u01cen\",m:\"lick\",t:\"\u8214\"},\n\"\u5e16\":{p:\"ti\u0113\",m:\"card; paste; fitting\",t:\"\u5e16\"},\n\"\u4ead\":{p:\"t\u00edng\",m:\"pavilion\",t:\"\u4ead\"},\n\"\u5ef7\":{p:\"t\u00edng\",m:\"court; palace\",t:\"\u5ef7\"},\n\"\u8247\":{p:\"t\u01d0ng\",m:\"boat\",t:\"\u8247\"},\n\"\u7b52\":{p:\"t\u01d2ng\",m:\"tube; cylinder\",t:\"\u7b52\"},\n\"\u6876\":{p:\"t\u01d2ng\",m:\"bucket; barrel\",t:\"\u6876\"},\n\"\u6345\":{p:\"t\u01d2ng\",m:\"poke; stab\",t:\"\u6345\"},\n\"\u51f8\":{p:\"t\u016b\",m:\"convex; protrude\",t:\"\u51f8\"},\n\"\u79c3\":{p:\"t\u016b\",m:\"bald; bare\",t:\"\u79bf\"},\n\"\u5c60\":{p:\"t\u00fa\",m:\"slaughter; butcher\",t:\"\u5c60\"},\n\"\u6d82\":{p:\"t\u00fa\",m:\"apply; smear; surname Tu\",t:\"\u5857\"},\n\"\u9893\":{p:\"tu\u00ed\",m:\"decay; decline\",t:\"\u9839\"},\n\"\u5c6f\":{p:\"t\u00fan\",m:\"station troops; village\",t:\"\u5c6f\"},\n\"\u9a6e\":{p:\"tu\u00f3\",m:\"carry on back\",t:\"\u99b1\"},\n\"\u59a5\":{p:\"tu\u01d2\",m:\"proper; settled\",t:\"\u59a5\"},\n\"\u553e\":{p:\"tu\u00f2\",m:\"spit; saliva\",t:\"\u553e\"},\"\u86d9\":{p:\"w\u0101\",m:\"frog\",t:\"\u86d9\"},\n\"\u74e6\":{p:\"w\u01ce\",m:\"tile; watt\",t:\"\u74e6\"},\n\"\u6b6a\":{p:\"w\u0101i\",m:\"crooked; tilted\",t:\"\u6b6a\"},\n\"\u4e38\":{p:\"w\u00e1n\",m:\"pill; pellet\",t:\"\u4e38\"},\n\"\u5a49\":{p:\"w\u01cen\",m:\"gentle; tactful\",t:\"\u5a49\"},\n\"\u60cb\":{p:\"w\u01cen\",m:\"regret; sigh\",t:\"\u60cb\"},\n\"\u633d\":{p:\"w\u01cen\",m:\"pull; roll up; save\",t:\"\u633d\"},\n\"\u8155\":{p:\"w\u00e0n\",m:\"wrist\",t:\"\u8155\"},\n\"\u6c6a\":{p:\"w\u0101ng\",m:\"vast; pool of water\",t:\"\u6c6a\"},\n\"\u6789\":{p:\"w\u01ceng\",m:\"wrong; in vain\",t:\"\u6789\"},\n\"\u5984\":{p:\"w\u00e0ng\",m:\"rash; absurd; reckless\",t:\"\u5984\"},\n\"\u840e\":{p:\"w\u011bi\",m:\"wither; decline\",t:\"\u840e\"},\n\"\u7eac\":{p:\"w\u011bi\",m:\"latitude; weft\",t:\"\u7def\"},\n\"\u4f2a\":{p:\"w\u011bi\",m:\"fake; false\",t:\"\u507d\"},\n\"\u754f\":{p:\"w\u00e8i\",m:\"fear; respect\",t:\"\u754f\"},\n\"\u761f\":{p:\"w\u0113n\",m:\"plague; epidemic\",t:\"\u761f\"},\n\"\u868a\":{p:\"w\u00e9n\",m:\"mosquito\",t:\"\u868a\"},\n\"\u7eb9\":{p:\"w\u00e9n\",m:\"pattern; line; mark\",t:\"\u7d0b\"},\n\"\u543b\":{p:\"w\u011bn\",m:\"kiss; lips\",t:\"\u543b\"},\n\"\u7d0a\":{p:\"w\u011bn\",m:\"confused; disorderly\",t:\"\u7d0a\"},\n\"\u7fc1\":{p:\"w\u0113ng\",m:\"old man; father-in-law\",t:\"\u7fc1\"},\n\"\u7a9d\":{p:\"w\u014d\",m:\"nest; den; pit\",t:\"\u7aa9\"},\n\"\u6da1\":{p:\"w\u014d\",m:\"whirlpool; vortex\",t:\"\u6e26\"},\n\"\u6c83\":{p:\"w\u00f2\",m:\"fertile; irrigate\",t:\"\u6c83\"},\n\"\u545c\":{p:\"w\u016b\",m:\"whimper; sob sound\",t:\"\u55da\"},\n\"\u5deb\":{p:\"w\u016b\",m:\"witch; shaman\",t:\"\u5deb\"},\n\"\u4fae\":{p:\"w\u01d4\",m:\"insult; humiliate\",t:\"\u4fae\"},\n\"\u6342\":{p:\"w\u01d4\",m:\"cover; block\",t:\"\u6342\"},\n\"\u6664\":{p:\"w\u00f9\",m:\"meet; converse\",t:\"\u6664\"},\n\"\u96fe\":{p:\"w\u00f9\",m:\"fog; mist\",t:\"\u9727\"},\n\"\u52ff\":{p:\"w\u00f9\",m:\"do not; must not\",t:\"\u52ff\"},\n\n\"\u9521\":{p:\"x\u012b\",m:\"tin; give\",t:\"\u932b\"},\n\"\u7184\":{p:\"x\u012b\",m:\"extinguish; go out\",t:\"\u7184\"},\n\"\u5b09\":{p:\"x\u012b\",m:\"play; frolic\",t:\"\u5b09\"},\n\"\u7199\":{p:\"x\u012b\",m:\"prosperous; bright\",t:\"\u7199\"},\n\"\u7a00\":{p:\"x\u012b\",m:\"rare; sparse; thin\",t:\"\u7a00\"},\n\"\u6eaa\":{p:\"x\u012b\",m:\"stream; creek\",t:\"\u6eaa\"},\n\"\u6614\":{p:\"x\u012b\",m:\"past; former\",t:\"\u6614\"},\n\"\u819d\":{p:\"x\u012b\",m:\"knee\",t:\"\u819d\"},\n\"\u6670\":{p:\"x\u012b\",m:\"clear; distinct\",t:\"\u6670\"},\n\"\u88ad\":{p:\"x\u00ed\",m:\"attack; inherit; repeat\",t:\"\u8972\"},\n\"\u5ab3\":{p:\"x\u00ed\",m:\"daughter-in-law\",t:\"\u5ab3\"},\n\"\u9699\":{p:\"x\u00ec\",m:\"gap; crack; opportunity\",t:\"\u9699\"},\n\"\u778e\":{p:\"xi\u0101\",m:\"blind; foolish\",t:\"\u778e\"},\n\"\u867e\":{p:\"xi\u0101\",m:\"shrimp\",t:\"\u8766\"},\n\"\u4fa0\":{p:\"xi\u00e1\",m:\"heroic; knight-errant\",t:\"\u4fe0\"},\n\"\u72ed\":{p:\"xi\u00e1\",m:\"narrow; limited\",t:\"\u72f9\"},\n\"\u8f96\":{p:\"xi\u00e1\",m:\"control; govern\",t:\"\u8f44\"},\n\"\u971e\":{p:\"xi\u00e1\",m:\"rosy clouds\",t:\"\u971e\"},\n\"\u5ce1\":{p:\"xi\u00e1\",m:\"gorge; valley\",t:\"\u5cfd\"},\n\"\u6380\":{p:\"xi\u0101n\",m:\"lift; raise\",t:\"\u6380\"},\n\"\u4ed9\":{p:\"xi\u0101n\",m:\"immortal; fairy\",t:\"\u4ed9\"},\n\"\u7ea4\":{p:\"xi\u0101n\",m:\"slender; fine\",t:\"\u7e96\"},\n\"\u5f26\":{p:\"xi\u00e1n\",m:\"string; chord\",t:\"\u5f26\"},\n\"\u8854\":{p:\"xi\u00e1n\",m:\"hold in mouth; title\",t:\"\u929c\"},\n\"\u8d24\":{p:\"xi\u00e1n\",m:\"virtuous; worthy\",t:\"\u8ce2\"},\n\"\u9985\":{p:\"xi\u00e0n\",m:\"filling (food)\",t:\"\u9921\"},\n\"\u7fa1\":{p:\"xi\u00e0n\",m:\"admire; envy\",t:\"\u7fa8\"},\n\"\u817a\":{p:\"xi\u00e0n\",m:\"gland\",t:\"\u817a\"},\n\"\u5baa\":{p:\"xi\u00e0n\",m:\"constitution; law\",t:\"\u61b2\"},\n\"\u9576\":{p:\"xi\u0101ng\",m:\"inlay; embed\",t:\"\u9472\"},\n\"\u53a2\":{p:\"xi\u0101ng\",m:\"side room; box\",t:\"\u5ec2\"},\n\"\u7fd4\":{p:\"xi\u00e1ng\",m:\"soar; fly\",t:\"\u7fd4\"},\n\"\u5df7\":{p:\"xi\u00e0ng\",m:\"lane; alley\",t:\"\u5df7\"},\n\"\u6a61\":{p:\"xi\u00e0ng\",m:\"rubber; oak\",t:\"\u6a61\"},\n\"\u8427\":{p:\"xi\u0101o\",m:\"desolate; surname Xiao\",t:\"\u856d\"},\n\"\u5bb5\":{p:\"xi\u0101o\",m:\"night\",t:\"\u5bb5\"},\n\"\u6f47\":{p:\"xi\u0101o\",m:\"natural; unrestrained\",t:\"\u701f\"},\n\"\u6dc6\":{p:\"xi\u00e1o\",m:\"confuse; mix up\",t:\"\u6dc6\"},\n\"\u8096\":{p:\"xi\u00e0o\",m:\"resemble; surname Xiao\",t:\"\u8096\"},\n\"\u5578\":{p:\"xi\u00e0o\",m:\"whistle; roar\",t:\"\u562f\"},\n\"\u5b5d\":{p:\"xi\u00e0o\",m:\"filial piety\",t:\"\u5b5d\"},\n\"\u631f\":{p:\"xi\u00e9\",m:\"hold; force; coerce\",t:\"\u633e\"},\n\"\u643a\":{p:\"xi\u00e9\",m:\"carry; take along\",t:\"\u651c\"},\n\"\u90aa\":{p:\"xi\u00e9\",m:\"evil; improper\",t:\"\u90aa\"},\n\"\u61c8\":{p:\"xi\u00e8\",m:\"slacken; relax\",t:\"\u61c8\"},\n\"\u5c51\":{p:\"xi\u00e8\",m:\"crumb; disdain\",t:\"\u5c51\"},\n\"\u6cfb\":{p:\"xi\u00e8\",m:\"pour out; diarrhea\",t:\"\u7009\"},\n\"\u5378\":{p:\"xi\u00e8\",m:\"unload; remove\",t:\"\u5378\"},\n\"\u6cc4\":{p:\"xi\u00e8\",m:\"leak; release\",t:\"\u6d29\"},\n\"\u99a8\":{p:\"x\u012bn\",m:\"fragrant; famous\",t:\"\u99a8\"},\n\"\u82af\":{p:\"x\u012bn\",m:\"core; wick\",t:\"\u82af\"},\n\"\u8845\":{p:\"x\u00ecn\",m:\"conflict; dispute\",t:\"\u91c1\"},\n\"\u8165\":{p:\"x\u012bng\",m:\"fishy; raw smell\",t:\"\u8165\"},\n\"\u7329\":{p:\"x\u012bng\",m:\"orangutan; ape\",t:\"\u7329\"},\n\"\u5211\":{p:\"x\u00edng\",m:\"punishment; penalty\",t:\"\u5211\"},\n\"\u6c79\":{p:\"xi\u014dng\",m:\"turbulent; fierce\",t:\"\u6d36\"},\n\"\u7f9e\":{p:\"xi\u016b\",m:\"shame; shy\",t:\"\u7f9e\"},\n\"\u673d\":{p:\"xi\u01d4\",m:\"rotten; decayed\",t:\"\u673d\"},\n\"\u55c5\":{p:\"xi\u00f9\",m:\"smell; sniff\",t:\"\u55c5\"},\n\"\u9508\":{p:\"xi\u00f9\",m:\"rust\",t:\"\u93fd\"},\n\"\u7ee3\":{p:\"xi\u00f9\",m:\"embroider\",t:\"\u7e61\"},\n\"\u5401\":{p:\"x\u016b\",m:\"exhale; sigh\",t:\"\u5401\"},\n\"\u589f\":{p:\"x\u016b\",m:\"ruins; abandoned place\",t:\"\u589f\"},\n\"\u5f90\":{p:\"x\u00fa\",m:\"slowly; surname Xu\",t:\"\u5f90\"},\n\"\u7d6e\":{p:\"x\u00f9\",m:\"fluff; cotton; nag\",t:\"\u7d6e\"},\n\"\u6064\":{p:\"x\u00f9\",m:\"care for; relieve\",t:\"\u6064\"},\n\"\u9157\":{p:\"x\u00f9\",m:\"drink excessively\",t:\"\u9157\"},\n\"\u5a7f\":{p:\"x\u00f9\",m:\"son-in-law\",t:\"\u5a7f\"},\n\"\u65ed\":{p:\"x\u00f9\",m:\"sunrise\",t:\"\u65ed\"},\n\"\u84c4\":{p:\"x\u00f9\",m:\"store; accumulate\",t:\"\u84c4\"},\n\"\u53d9\":{p:\"x\u00f9\",m:\"narrate; arrange\",t:\"\u6558\"},\n\"\u55a7\":{p:\"xu\u0101n\",m:\"noisy; loud\",t:\"\u55a7\"},\n\"\u7384\":{p:\"xu\u00e1n\",m:\"mysterious; black\",t:\"\u7384\"},\n\"\u70ab\":{p:\"xu\u00e0n\",m:\"show off; dazzling\",t:\"\u70ab\"},\n\"\u9774\":{p:\"xu\u0113\",m:\"boot\",t:\"\u9774\"},\n\"\u524a\":{p:\"xu\u0113\",m:\"cut; reduce\",t:\"\u524a\"},\n\"\u7a74\":{p:\"xu\u00e9\",m:\"hole; cave; acupuncture point\",t:\"\u7a74\"},\n\"\u718f\":{p:\"x\u016bn\",m:\"smoke; perfume\",t:\"\u718f\"},\n\"\u52cb\":{p:\"x\u016bn\",m:\"merit; achievement\",t:\"\u52f3\"},\n\"\u9a6f\":{p:\"x\u00f9n\",m:\"tame; train\",t:\"\u99b4\"},\n\"\u5de1\":{p:\"x\u00fan\",m:\"patrol; tour\",t:\"\u5de1\"},\n\"\u65ec\":{p:\"x\u00fan\",m:\"ten-day period\",t:\"\u65ec\"},\n\"\u900a\":{p:\"x\u00f9n\",m:\"humble; yield\",t:\"\u905c\"},\n\"\u6c5b\":{p:\"x\u00f9n\",m:\"flood season\",t:\"\u6c5b\"},\"\u9e26\":{p:\"y\u0101\",m:\"crow; raven\",t:\"\u9d09\"},\n\"\u4e2b\":{p:\"y\u0101\",m:\"fork; girl (informal)\",t:\"\u4e2b\"},\n\"\u82bd\":{p:\"y\u00e1\",m:\"bud; sprout\",t:\"\u82bd\"},\n\"\u6daf\":{p:\"y\u00e1\",m:\"edge; horizon; limit\",t:\"\u6daf\"},\n\"\u5d16\":{p:\"y\u00e1\",m:\"cliff; precipice\",t:\"\u5d16\"},\n\"\u54d1\":{p:\"y\u01ce\",m:\"mute; hoarse\",t:\"\u555e\"},\n\"\u96c5\":{p:\"y\u01ce\",m:\"elegant; refined\",t:\"\u96c5\"},\n\"\u8bb6\":{p:\"y\u00e0\",m:\"surprised; amazed\",t:\"\u8a1d\"},\n\"\u6df9\":{p:\"y\u0101n\",m:\"drown; submerge; delay\",t:\"\u6df9\"},\n\"\u5ca9\":{p:\"y\u00e1n\",m:\"rock; cliff\",t:\"\u5ca9\"},\n\"\u960e\":{p:\"y\u00e1n\",m:\"surname Yan; gate of hell\",t:\"\u95bb\"},\n\"\u884d\":{p:\"y\u01cen\",m:\"develop; spread; expand\",t:\"\u884d\"},\n\"\u63a9\":{p:\"y\u01cen\",m:\"cover; conceal\",t:\"\u63a9\"},\n\"\u7130\":{p:\"y\u00e0n\",m:\"flame; blaze\",t:\"\u7130\"},\n\"\u54bd\":{p:\"y\u0101n\",m:\"throat; swallow; choke\",t:\"\u54bd\"},\n\"\u96c1\":{p:\"y\u00e0n\",m:\"wild goose\",t:\"\u96c1\"},\n\"\u71d5\":{p:\"y\u00e0n\",m:\"swallow (bird); Yan state\",t:\"\u71d5\"},\n\"\u6b83\":{p:\"y\u0101ng\",m:\"disaster; calamity\",t:\"\u6b83\"},\n\"\u79e7\":{p:\"y\u0101ng\",m:\"seedling (rice)\",t:\"\u79e7\"},\n\"\u6768\":{p:\"y\u00e1ng\",m:\"poplar; surname Yang\",t:\"\u694a\"},\n\"\u75d2\":{p:\"y\u01ceng\",m:\"itch\",t:\"\u7662\"},\n\"\u6f3e\":{p:\"y\u00e0ng\",m:\"ripple; overflow\",t:\"\u6f3e\"},\n\"\u5996\":{p:\"y\u0101o\",m:\"demon; enchanting\",t:\"\u5996\"},\n\"\u7a91\":{p:\"y\u00e1o\",m:\"kiln\",t:\"\u7aaf\"},\n\"\u8c23\":{p:\"y\u00e1o\",m:\"rumor; ballad\",t:\"\u8b20\"},\n\"\u9065\":{p:\"y\u00e1o\",m:\"far; distant\",t:\"\u9059\"},\n\"\u94a5\":{p:\"y\u00e0o\",m:\"key\",t:\"\u9470\"},\n\"\u6930\":{p:\"y\u0113\",m:\"coconut\",t:\"\u6930\"},\n\"\u51b6\":{p:\"y\u011b\",m:\"smelt; refine; charming\",t:\"\u51b6\"},\n\"\u4f0a\":{p:\"y\u012b\",m:\"he\/she; that person\",t:\"\u4f0a\"},\n\"\u5937\":{p:\"y\u00ed\",m:\"barbarian; destroy; level\",t:\"\u5937\"},\n\"\u77e3\":{p:\"y\u01d0\",m:\"modal particle (used at sentence end)\",t:\"\u77e3\"},\n\"\u501a\":{p:\"y\u01d0\",m:\"lean on; rely on\",t:\"\u501a\"},\n\"\u5f79\":{p:\"y\u00ec\",m:\"service; labor; battle\",t:\"\u5f79\"},\n\"\u75ab\":{p:\"y\u00ec\",m:\"epidemic; plague\",t:\"\u75ab\"},\n\"\u4ea6\":{p:\"y\u00ec\",m:\"also; too\",t:\"\u4ea6\"},\n\"\u5c79\":{p:\"y\u00ec\",m:\"towering; standing firm\",t:\"\u5c79\"},\n\"\u6ea2\":{p:\"y\u00ec\",m:\"overflow; exceed\",t:\"\u6ea2\"},\n\"\u6bc5\":{p:\"y\u00ec\",m:\"firm; resolute\",t:\"\u6bc5\"},\n\"\u6291\":{p:\"y\u00ec\",m:\"suppress; restrain; or\",t:\"\u6291\"},\n\"\u5f08\":{p:\"y\u00ec\",m:\"play chess\",t:\"\u5f08\"},\n\"\u7ece\":{p:\"y\u00ec\",m:\"explain; continue\",t:\"\u7e79\"},\n\"\u9038\":{p:\"y\u00ec\",m:\"escape; leisurely; outstanding\",t:\"\u9038\"},\n\"\u7ffc\":{p:\"y\u00ec\",m:\"wing; assist\",t:\"\u7ffc\"},\n\"\u88d4\":{p:\"y\u00ec\",m:\"descendant; border region\",t:\"\u88d4\"},\n\"\u6bb7\":{p:\"y\u012bn\",m:\"rich; deep; surname Yin\",t:\"\u6bb7\"},\n\"\u59fb\":{p:\"y\u012bn\",m:\"marriage relationship\",t:\"\u59fb\"},\n\"\u836b\":{p:\"y\u012bn\",m:\"shade; shelter\",t:\"\u852d\"},\n\"\u763e\":{p:\"y\u01d0n\",m:\"addiction; craving\",t:\"\u766e\"},\n\"\u9e70\":{p:\"y\u012bng\",m:\"eagle\",t:\"\u9df9\"},\n\"\u5a74\":{p:\"y\u012bng\",m:\"infant; baby\",t:\"\u5b30\"},\n\"\u8367\":{p:\"y\u00edng\",m:\"glimmer; shine\",t:\"\u7192\"},\n\"\u83b9\":{p:\"y\u00edng\",m:\"clear; jade-like\",t:\"\u7469\"},\n\"\u8747\":{p:\"y\u00edng\",m:\"fly (insect)\",t:\"\u8805\"},\n\"\u76c8\":{p:\"y\u00edng\",m:\"full; abundant\",t:\"\u76c8\"},\n\"\u9896\":{p:\"y\u01d0ng\",m:\"clever; outstanding\",t:\"\u7a4e\"},\n\"\u4f63\":{p:\"y\u014dng\",m:\"hire; servant\",t:\"\u50ad\"},\n\"\u5eb8\":{p:\"y\u014dng\",m:\"ordinary; mediocre\",t:\"\u5eb8\"},\n\"\u8e0a\":{p:\"y\u01d2ng\",m:\"jump; leap\",t:\"\u8e34\"},\n\"\u548f\":{p:\"y\u01d2ng\",m:\"sing; chant\",t:\"\u8a60\"},\n\"\u6d8c\":{p:\"y\u01d2ng\",m:\"surge; gush\",t:\"\u6e67\"},\n\"\u60a0\":{p:\"y\u014du\",m:\"long; leisurely\",t:\"\u60a0\"},\n\"\u4f51\":{p:\"y\u00f2u\",m:\"bless; protect\",t:\"\u4f51\"},\n\"\u8bf1\":{p:\"y\u00f2u\",m:\"tempt; induce\",t:\"\u8a98\"},\n\"\u8206\":{p:\"y\u00fa\",m:\"carriage; public opinion\",t:\"\u8f3f\"},\n\"\u903e\":{p:\"y\u00fa\",m:\"exceed; cross over\",t:\"\u903e\"},\n\"\u611a\":{p:\"y\u00fa\",m:\"foolish; stupid\",t:\"\u611a\"},\n\"\u6e14\":{p:\"y\u00fa\",m:\"fish; fisherman\",t:\"\u6f01\"},\n\"\u5c7f\":{p:\"y\u01d4\",m:\"islet; small island\",t:\"\u5dbc\"},\n\"\u5fa1\":{p:\"y\u00f9\",m:\"control; imperial\",t:\"\u5fa1\"},\n\"\u9a6d\":{p:\"y\u00f9\",m:\"drive; control\",t:\"\u99ad\"},\n\"\u72f1\":{p:\"y\u00f9\",m:\"prison; lawsuit\",t:\"\u7344\"},\n\"\u6108\":{p:\"y\u00f9\",m:\"heal; more and more\",t:\"\u6108\"},\n\"\u90c1\":{p:\"y\u00f9\",m:\"depressed; lush\",t:\"\u9b31\"},\n\"\u88d5\":{p:\"y\u00f9\",m:\"abundant; rich\",t:\"\u88d5\"},\n\"\u6d74\":{p:\"y\u00f9\",m:\"bathe\",t:\"\u6d74\"},\n\"\u55bb\":{p:\"y\u00f9\",m:\"explain; metaphor\",t:\"\u55bb\"},\n\"\u5bd3\":{p:\"y\u00f9\",m:\"reside; imply\",t:\"\u5bd3\"},\n\"\u51a4\":{p:\"yu\u0101n\",m:\"injustice; grievance\",t:\"\u51a4\"},\n\"\u6e0a\":{p:\"yu\u0101n\",m:\"deep pool; abyss\",t:\"\u6df5\"},\n\"\u66f0\":{p:\"yu\u0113\",m:\"say (classical)\",t:\"\u66f0\"},\n\"\u5cb3\":{p:\"yu\u00e8\",m:\"mountain; surname Yue\",t:\"\u5cb3\"},\n\"\u60a6\":{p:\"yu\u00e8\",m:\"joy; pleased\",t:\"\u6085\"},\n\"\u5300\":{p:\"y\u00fan\",m:\"even; distribute evenly\",t:\"\u52fb\"},\n\"\u9668\":{p:\"y\u01d4n\",m:\"fall; perish (as meteor)\",t:\"\u9695\"},\n\"\u8574\":{p:\"y\u00f9n\",m:\"contain; accumulate\",t:\"\u860a\"},\n\"\u915d\":{p:\"y\u00f9n\",m:\"ferment; brew\",t:\"\u919e\"},\n\"\u97f5\":{p:\"y\u00f9n\",m:\"rhyme; charm\",t:\"\u97fb\"},\n\"\u5b55\":{p:\"y\u00f9n\",m:\"pregnant; conceive\",t:\"\u5b55\"},\"\u7838\":{p:\"z\u00e1\",m:\"smash; throw; break\",t:\"\u7838\"},\n\"\u683d\":{p:\"z\u0101i\",m:\"plant; fall; suffer a setback\",t:\"\u683d\"},\n\"\u5bb0\":{p:\"z\u01cei\",m:\"slaughter; govern; butcher\",t:\"\u5bb0\"},\n\"\u6512\":{p:\"z\u01cen\",m:\"save; collect; gather\",t:\"\u6522\"},\n\"\u8d43\":{p:\"z\u0101ng\",m:\"stolen goods; loot\",t:\"\u8d13\"},\n\"\u846c\":{p:\"z\u00e0ng\",m:\"bury; funeral\",t:\"\u846c\"},\n\"\u51ff\":{p:\"z\u00e1o\",m:\"chisel; dig\",t:\"\u947f\"},\n\"\u85fb\":{p:\"z\u01ceo\",m:\"algae; decorative pattern\",t:\"\u85fb\"},\n\"\u67a3\":{p:\"z\u01ceo\",m:\"jujube; date\",t:\"\u68d7\"},\n\"\u7682\":{p:\"z\u00e0o\",m:\"soap; black\",t:\"\u7682\"},\n\"\u71e5\":{p:\"z\u00e0o\",m:\"dry; impatient\",t:\"\u71e5\"},\n\"\u8e81\":{p:\"z\u00e0o\",m:\"restless; impatient\",t:\"\u8e81\"},\n\"\u7076\":{p:\"z\u00e0o\",m:\"stove; kitchen stove\",t:\"\u7076\"},\n\"\u566a\":{p:\"z\u00e0o\",m:\"noise; clamor\",t:\"\u566a\"},\n\"\u6cfd\":{p:\"z\u00e9\",m:\"moisture; benefit; marsh\",t:\"\u6fa4\"},\n\"\u8d3c\":{p:\"z\u00e9i\",m:\"thief; bandit\",t:\"\u8cca\"},\n\"\u6e23\":{p:\"zh\u0101\",m:\"residue; dregs\",t:\"\u6e23\"},\n\"\u95f8\":{p:\"zh\u00e1\",m:\"sluice gate; brake\",t:\"\u9598\"},\n\"\u7728\":{p:\"zh\u01ce\",m:\"blink\",t:\"\u7728\"},\n\"\u8bc8\":{p:\"zh\u00e0\",m:\"deceive; cheat\",t:\"\u8a50\"},\n\"\u69a8\":{p:\"zh\u00e0\",m:\"press; squeeze\",t:\"\u69a8\"},\n\"\u7a84\":{p:\"zh\u01cei\",m:\"narrow\",t:\"\u7a84\"},\n\"\u5be8\":{p:\"zh\u00e0i\",m:\"stockade; village\",t:\"\u5be8\"},\n\"\u7c98\":{p:\"zh\u0101n\",m:\"stick; paste\",t:\"\u7c98\"},\n\"\u6cbe\":{p:\"zh\u0101n\",m:\"touch; be stained with\",t:\"\u6cbe\"},\n\"\u77bb\":{p:\"zh\u0101n\",m:\"look up; gaze\",t:\"\u77bb\"},\n\"\u5d2d\":{p:\"zh\u01cen\",m:\"new; outstanding\",t:\"\u5d84\"},\n\"\u65a9\":{p:\"zh\u01cen\",m:\"cut; behead\",t:\"\u65ac\"},\n\"\u76cf\":{p:\"zh\u01cen\",m:\"small cup; classifier for lamps\",t:\"\u76de\"},\n\"\u7efd\":{p:\"zh\u00e0n\",m:\"split open; bloom\",t:\"\u7dbb\"},\n\"\u8638\":{p:\"zh\u00e0n\",m:\"dip; immerse\",t:\"\u8638\"},\n\"\u5f70\":{p:\"zh\u0101ng\",m:\"obvious; display\",t:\"\u5f70\"},\n\"\u80c0\":{p:\"zh\u00e0ng\",m:\"swell; expand\",t:\"\u8139\"},\n\"\u5e10\":{p:\"zh\u00e0ng\",m:\"account; tent\",t:\"\u5e33\"},\n\"\u4ed7\":{p:\"zh\u00e0ng\",m:\"battle; rely on\",t:\"\u4ed7\"},\n\"\u6756\":{p:\"zh\u00e0ng\",m:\"cane; staff\",t:\"\u6756\"},\n\"\u6cbc\":{p:\"zh\u01ceo\",m:\"marsh; pond\",t:\"\u6cbc\"},\n\"\u722a\":{p:\"zh\u01ceo\",m:\"claw; paw\",t:\"\u722a\"},\n\"\u7f69\":{p:\"zh\u00e0o\",m:\"cover; hood\",t:\"\u7f69\"},\n\"\u8087\":{p:\"zh\u00e0o\",m:\"begin; originate\",t:\"\u8087\"},\n\"\u5146\":{p:\"zh\u00e0o\",m:\"omen; trillion; sign\",t:\"\u5146\"},\n\"\u906e\":{p:\"zh\u0113\",m:\"cover; block\",t:\"\u906e\"},\n\"\u8f99\":{p:\"zh\u00e9\",m:\"rut; track; way\",t:\"\u8f4d\"},\n\"\u8d1e\":{p:\"zh\u0113n\",m:\"loyal; faithful; chaste\",t:\"\u8c9e\"},\n\"\u4fa6\":{p:\"zh\u0113n\",m:\"investigate; spy\",t:\"\u5075\"},\n\"\u6795\":{p:\"zh\u011bn\",m:\"pillow; rest one's head\",t:\"\u6795\"},\n\"\u7b5d\":{p:\"zh\u0113ng\",m:\"kite; zither\",t:\"\u7b8f\"},\n\"\u84b8\":{p:\"zh\u0113ng\",m:\"steam; evaporate\",t:\"\u84b8\"},\n\"\u7741\":{p:\"zh\u0113ng\",m:\"open (eyes)\",t:\"\u775c\"},\n\"\u62ef\":{p:\"zh\u011bng\",m:\"save; rescue\",t:\"\u62ef\"},\n\"\u90d1\":{p:\"zh\u00e8ng\",m:\"surname Zheng\",t:\"\u912d\"},\n\"\u8102\":{p:\"zh\u012b\",m:\"fat; grease\",t:\"\u8102\"},\n\"\u80a2\":{p:\"zh\u012b\",m:\"limb\",t:\"\u80a2\"},\n\"\u829d\":{p:\"zh\u012b\",m:\"mushroom; sesame-like plant\",t:\"\u829d\"},\n\"\u65e8\":{p:\"zh\u01d0\",m:\"meaning; purpose\",t:\"\u65e8\"},\n\"\u7a92\":{p:\"zh\u00ec\",m:\"block; obstruct\",t:\"\u7a92\"},\n\"\u7a1a\":{p:\"zh\u00ec\",m:\"young; childish\",t:\"\u7a1a\"},\n\"\u5e1c\":{p:\"zh\u00ec\",m:\"flag; banner\",t:\"\u5e5f\"},\n\"\u6ede\":{p:\"zh\u00ec\",m:\"stagnant; delay\",t:\"\u6eef\"},\n\"\u5cd9\":{p:\"zh\u00ec\",m:\"stand tall; tower\",t:\"\u5cd9\"},\n\"\u79e9\":{p:\"zh\u00ec\",m:\"order; rank\",t:\"\u79e9\"},\n\"\u631a\":{p:\"zh\u00ec\",m:\"sincere; earnest\",t:\"\u646f\"},\n\"\u8877\":{p:\"zh\u014dng\",m:\"inner feelings; heart\",t:\"\u8877\"},\n\"\u4ef2\":{p:\"zh\u00f2ng\",m:\"middle; second\",t:\"\u4ef2\"},\n\"\u821f\":{p:\"zh\u014du\",m:\"boat\",t:\"\u821f\"},\n\"\u8f74\":{p:\"zh\u00f3u\",m:\"axis; axle; scroll\",t:\"\u8ef8\"},\n\"\u5b99\":{p:\"zh\u00f2u\",m:\"universe; space\",t:\"\u5b99\"},\n\"\u663c\":{p:\"zh\u00f2u\",m:\"daytime\",t:\"\u665d\"},\n\"\u9aa4\":{p:\"zh\u00f2u\",m:\"sudden; sudden change\",t:\"\u9a5f\"},\n\"\u76b1\":{p:\"zh\u00f2u\",m:\"wrinkle; crease\",t:\"\u76ba\"},\n\"\u682a\":{p:\"zh\u016b\",m:\"plant; stump; share (stock)\",t:\"\u682a\"},\n\"\u6731\":{p:\"zh\u016b\",m:\"red; vermilion; surname Zhu\",t:\"\u6731\"},\n\"\u70db\":{p:\"zh\u00fa\",m:\"candle\",t:\"\u71ed\"},\n\"\u62c4\":{p:\"zh\u01d4\",m:\"lean on; support\",t:\"\u62c4\"},\n\"\u5631\":{p:\"zh\u01d4\",m:\"entrust; tell\",t:\"\u56d1\"},\n\"\u77a9\":{p:\"zh\u01d4\",m:\"gaze; watch closely\",t:\"\u77da\"},\n\"\u94f8\":{p:\"zh\u00f9\",m:\"cast; forge\",t:\"\u9444\"},\n\"\u8d2e\":{p:\"zh\u00f9\",m:\"store; save\",t:\"\u8caf\"},\n\"\u62fd\":{p:\"zhu\u00e0i\",m:\"drag; pull\",t:\"\u62fd\"},\n\"\u7816\":{p:\"zhu\u0101n\",m:\"brick\",t:\"\u78da\"},\n\"\u64b0\":{p:\"zhu\u00e0n\",m:\"write; compose\",t:\"\u64b0\"},\n\"\u5986\":{p:\"zhu\u0101ng\",m:\"makeup; dress\",t:\"\u599d\"},\n\"\u6869\":{p:\"zhu\u0101ng\",m:\"stake; pile\",t:\"\u6a01\"},\n\"\u7f00\":{p:\"zhu\u00ec\",m:\"decorate; connect\",t:\"\u7db4\"},\n\"\u5760\":{p:\"zhu\u00ec\",m:\"fall; drop\",t:\"\u589c\"},\n\"\u62d9\":{p:\"zhu\u014d\",m:\"clumsy; awkward\",t:\"\u62d9\"},\n\"\u5353\":{p:\"zhu\u00f3\",m:\"outstanding; excellent\",t:\"\u5353\"},\n\"\u7422\":{p:\"zhu\u00f3\",m:\"carve; polish jade\",t:\"\u7422\"},\n\"\u914c\":{p:\"zhu\u00f3\",m:\"consider; pour wine\",t:\"\u914c\"},\n\"\u707c\":{p:\"zhu\u00f3\",m:\"burn; bright\",t:\"\u707c\"},\n\"\u6d4a\":{p:\"zhu\u00f3\",m:\"muddy; impure\",t:\"\u6fc1\"},\n\"\u59ff\":{p:\"z\u012b\",m:\"appearance; posture\",t:\"\u59ff\"},\n\"\u6ecb\":{p:\"z\u012b\",m:\"nourish; grow; taste\",t:\"\u6ecb\"},\n\"\u5179\":{p:\"z\u012b\",m:\"this; now\",t:\"\u8332\"},\n\"\u8e2a\":{p:\"z\u014dng\",m:\"trace; footprint\",t:\"\u8e64\"},\n\"\u7cbd\":{p:\"z\u00f2ng\",m:\"rice dumpling\",t:\"\u7cbd\"},\n\"\u63cd\":{p:\"z\u00f2u\",m:\"beat; hit\",t:\"\u63cd\"},\n\"\u5352\":{p:\"z\u00fa\",m:\"soldier; die; finally\",t:\"\u5352\"},\n\"\u4f50\":{p:\"zu\u01d2\",m:\"assist; assistant\",t:\"\u4f50\"}\n\n\n};\n\nlet state = { script:\"simplified\", pinyin:\"visible\", level:0, query:\"\", learned:new Set() };\nconst appEl = document.getElementById(\"odd-hanzi-app\");\n\n\/\/ Build the flat character list once from the level tables above.\nconst DATA = [];\nObject.keys(LEVELS).forEach(lvl=>{\n  LEVELS[lvl].split(\/\\s+\/).filter(Boolean).forEach(ch=>{\n    const known = KNOWN[ch] || {};\n    DATA.push({ s:ch, t:known.t || ch, p:known.p || \"\", p2:known.p2 || \"\", m:known.m || \"\", l:parseInt(lvl,10) });\n  });\n});\n\nconst grid = document.getElementById(\"grid\");\nconst emptyMsg = document.getElementById(\"empty\");\n\nfunction tileId(item){ return item.s + \"_\" + item.l; }\n\nfunction render(){\n  grid.innerHTML = \"\";\n  const q = state.query.trim().toLowerCase();\n  let visibleCount = 0;\n  const frag = document.createDocumentFragment();\n\n  DATA.forEach(item=>{\n    const matchesLevel = state.level === 0 || item.l === state.level;\n    if(!matchesLevel) return;\n    const matchesQuery = !q ||\n      item.s.includes(q) || item.t.includes(q) ||\n      item.p.toLowerCase().includes(q) || item.m.toLowerCase().includes(q);\n    if(!matchesQuery) return;\n\n    visibleCount++;\n    const id = tileId(item);\n    const isLearned = state.learned.has(id);\n    const displayChar = state.script === \"simplified\" ? item.s : item.t;\n    const lvlLabel = item.l === 7 ? \"H7-9\" : \"H\"+item.l;\n\n    const tile = document.createElement(\"div\");\n    tile.className = \"tile\" + (isLearned ? \" learned\" : \"\");\n    tile.tabIndex = 0;\n    tile.setAttribute(\"role\",\"button\");\n    tile.setAttribute(\"aria-pressed\", isLearned ? \"true\" : \"false\");\n    tile.setAttribute(\"aria-label\", displayChar + (item.p ? \", \" + item.p : \"\") + (item.m ? \", \" + item.m : \"\") + \". Click to mark as learned\");\n\n    tile.innerHTML =\n      '<span class=\"lvl-tag\">'+lvlLabel+'<\/span>'+\n      '<button class=\"say-btn\" aria-label=\"Play pronunciation for '+displayChar+'\" title=\"Play pronunciation\">'+\n        '<svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M3 10v4h4l5 5V5L7 10H3z\"\/><path d=\"M16 8.5a4.5 4.5 0 010 7\" stroke=\"currentColor\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\"\/><\/svg>'+\n      '<\/button>'+\n      '<div class=\"grid-guide\"><span class=\"char\">'+displayChar+'<\/span><\/div>'+\n      '<div class=\"pinyin\">'+item.p+(item.p2 ? ' \/ '+item.p2 : '')+'<\/div>'+\n      '<div class=\"meaning\">'+item.m+'<\/div>'+\n      '<div class=\"seal-mark\"><\/div>';\n\n    tile.addEventListener(\"click\", (e)=>{\n      if(e.target.closest(\".say-btn\")) return;\n      toggleLearned(id);\n    });\n    tile.addEventListener(\"keydown\", (e)=>{\n      if(e.key === \"Enter\" || e.key === \" \"){\n        e.preventDefault();\n        toggleLearned(id);\n      }\n    });\n    tile.querySelector(\".say-btn\").addEventListener(\"click\",(e)=>{\n      e.stopPropagation();\n      speak(displayChar, e.currentTarget);\n    });\n\n    frag.appendChild(tile);\n  });\n\n  grid.appendChild(frag);\n  emptyMsg.style.display = visibleCount === 0 ? \"block\" : \"none\";\n  updateProgress();\n}\n\nfunction toggleLearned(id){\n  if(state.learned.has(id)) state.learned.delete(id);\n  else state.learned.add(id);\n  saveLearned();\n  render();\n}\n\nfunction updateProgress(){\n  document.getElementById(\"learnedCount\").textContent = state.learned.size;\n  document.getElementById(\"totalCount\").textContent = DATA.length;\n  const pct = Math.round((state.learned.size \/ DATA.length) * 100);\n  document.getElementById(\"barFill\").style.width = pct + \"%\";\n}\n\nfunction speak(text, btn){\n  if(!(\"speechSynthesis\" in window)){\n    btn.title = \"Speech playback is not supported in this browser\";\n    return;\n  }\n  window.speechSynthesis.cancel();\n  const utter = new SpeechSynthesisUtterance(text);\n  utter.lang = \"zh-CN\";\n  utter.rate = 0.85;\n  btn.classList.add(\"speaking\");\n  utter.onend = ()=> btn.classList.remove(\"speaking\");\n  utter.onerror = ()=> btn.classList.remove(\"speaking\");\n  window.speechSynthesis.speak(utter);\n}\n\ndocument.getElementById(\"search\").addEventListener(\"input\", e=>{\n  state.query = e.target.value;\n  render();\n});\n\ndocument.getElementById(\"scriptSeg\").addEventListener(\"click\", e=>{\n  const btn = e.target.closest(\"button\");\n  if(!btn) return;\n  [...e.currentTarget.children].forEach(b=>b.classList.remove(\"active\"));\n  btn.classList.add(\"active\");\n  state.script = btn.dataset.val;\n  appEl.classList.remove(\"script-simplified\",\"script-traditional\");\n  appEl.classList.add(\"script-\" + state.script);\n  render();\n});\n\ndocument.getElementById(\"pinyinSeg\").addEventListener(\"click\", e=>{\n  const btn = e.target.closest(\"button\");\n  if(!btn) return;\n  [...e.currentTarget.children].forEach(b=>b.classList.remove(\"active\"));\n  btn.classList.add(\"active\");\n  state.pinyin = btn.dataset.val;\n  appEl.classList.remove(\"pinyin-visible\",\"pinyin-hover\",\"pinyin-hidden\");\n  appEl.classList.add(\"pinyin-\" + state.pinyin);\n});\n\ndocument.getElementById(\"levelFilter\").addEventListener(\"click\", e=>{\n  const btn = e.target.closest(\"button\");\n  if(!btn) return;\n  [...e.currentTarget.children].forEach(b=>b.classList.remove(\"active\"));\n  btn.classList.add(\"active\");\n  state.level = parseInt(btn.dataset.val, 10);\n  render();\n});\n\nfunction loadLearned(){\n  try{\n    const raw = localStorage.getItem(\"odd-hanzi-learned-chars\");\n    if(raw){ state.learned = new Set(JSON.parse(raw)); }\n  }catch(err){ \/* no saved data yet, or localStorage unavailable *\/ }\n  render();\n}\nfunction saveLearned(){\n  try{\n    localStorage.setItem(\"odd-hanzi-learned-chars\", JSON.stringify([...state.learned]));\n  }catch(err){ console.error(\"Storage error:\", err); }\n}\n\nloadLearned();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Characters \u6f22\u6c49\u5b57 One dot at a time, little by little it becomes a tower. Click a character to mark it as learned. Click the speaker icon to hear its pronunciation. Full list covering HSK 1 through HSK 9. Download Printable PDF for Practice Search Script Simplified Traditional Pinyin Always show Show on hover Hidden HSK&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2752","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Characters - OneDotDot Chinese<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/characters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Characters - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Characters \u6f22\u6c49\u5b57 One dot at a time, little by little it becomes a tower. Click a character to mark it as learned. Click the speaker icon to hear its pronunciation. Full list covering HSK 1 through HSK 9. Download Printable PDF for Practice Search Script Simplified Traditional Pinyin Always show Show on hover Hidden HSK...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/index.php\/characters\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-02T08:35:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/characters\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/characters\\\/\",\"name\":\"Characters - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"datePublished\":\"2022-09-18T06:40:34+00:00\",\"dateModified\":\"2026-08-02T08:35:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/characters\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/characters\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/characters\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Characters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"name\":\"OneDotDot Chinese\",\"description\":\"Learn a little Chinese every day\",\"publisher\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tiffanysmandarin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\",\"name\":\"tiffany\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"url\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"contentUrl\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"width\":214,\"height\":214,\"caption\":\"tiffany\"},\"logo\":{\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/tiffanys_talk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/tiffany-huang-mandarin\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Characters - OneDotDot Chinese","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/","og_locale":"en_US","og_type":"article","og_title":"Characters - OneDotDot Chinese","og_description":"Characters \u6f22\u6c49\u5b57 One dot at a time, little by little it becomes a tower. Click a character to mark it as learned. Click the speaker icon to hear its pronunciation. Full list covering HSK 1 through HSK 9. Download Printable PDF for Practice Search Script Simplified Traditional Pinyin Always show Show on hover Hidden HSK...","og_url":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/","og_site_name":"OneDotDot Chinese","article_modified_time":"2026-08-02T08:35:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/","url":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/","name":"Characters - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"datePublished":"2022-09-18T06:40:34+00:00","dateModified":"2026-08-02T08:35:55+00:00","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/index.php\/characters\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/index.php\/characters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"Characters"}]},{"@type":"WebSite","@id":"https:\/\/tiffanysmandarin.com\/#website","url":"https:\/\/tiffanysmandarin.com\/","name":"OneDotDot Chinese","description":"Learn a little Chinese every day","publisher":{"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tiffanysmandarin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99","name":"tiffany","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","url":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","contentUrl":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","width":214,"height":214,"caption":"tiffany"},"logo":{"@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png"},"sameAs":["https:\/\/www.instagram.com\/tiffanys_talk\/","https:\/\/www.linkedin.com\/in\/tiffany-huang-mandarin\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/2752","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/comments?post=2752"}],"version-history":[{"count":37,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/2752\/revisions"}],"predecessor-version":[{"id":14614,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/2752\/revisions\/14614"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=2752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}