{"id":317,"date":"2022-06-05T12:05:15","date_gmt":"2022-06-05T12:05:15","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?page_id=317"},"modified":"2026-08-04T09:59:32","modified_gmt":"2026-08-04T01:59:32","slug":"pronunciation","status":"publish","type":"page","link":"https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/","title":{"rendered":"Pronunciation"},"content":{"rendered":"\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Pronunciation \u2014 OneDotDot Chinese<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&#038;family=Noto+Serif+TC:wght@500;700&#038;family=Inter:wght@400;500;600&#038;family=Noto+Sans+TC:wght@400;500&#038;family=IBM+Plex+Mono:wght@500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --paper: #FFFFFF;\n    --paper-warm: #F6F5F0;\n    --ink: #1F2A22;\n    --ink-soft: #566058;\n    --moss: #47604F;\n    --moss-deep: #2C3F31;\n    --coral: #D8623A;\n    --gold: #BE9339;\n    --card: #FFFFFF;\n    --line: rgba(31,42,34,0.13);\n    --line-strong: rgba(31,42,34,0.26);\n    --radius: 16px;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Inter','Noto Sans TC',sans-serif;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  a{color:inherit;}\n  button{font:inherit;}\n  :focus-visible{outline:2px solid var(--coral); outline-offset:3px;}\n\n  .wrap{max-width:960px; margin:0 auto; padding:0 28px;}\n\n  \/* ---------- top bar ---------- *\/\n  .topbar{\n    display:flex; align-items:center;\n    padding:22px 0; border-bottom:1px solid var(--line);\n  }\n  .brand{\n    display:flex; align-items:center; gap:10px;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.05rem; letter-spacing:.02em;\n  }\n  .brand .dot{color:var(--coral); font-size:1.3rem; line-height:0;}\n\n  \/* ---------- hero ---------- *\/\n  .hero{padding:64px 0 28px; text-align:center;}\n  .eyebrow{\n    font-family:'IBM Plex Mono', monospace; font-size:.75rem; letter-spacing:.14em;\n    color:var(--moss); margin:0 0 18px;\n  }\n  h1.title{\n    font-family:'Noto Serif TC', serif; font-weight:700;\n    font-size:clamp(2.6rem, 5.5vw, 3.8rem); margin:0 0 6px; color:var(--ink);\n    letter-spacing:.03em;\n  }\n  .subtitle{\n    max-width:460px; margin:18px auto 0; font-size:.98rem; color:var(--ink-soft);\n  }\n\n  \/* dot trail signature *\/\n  .dot-trail{\n    display:flex; align-items:center; justify-content:center; gap:9px;\n    margin:34px 0 8px; flex-wrap:wrap;\n  }\n  .dot-trail span.d{\n    display:inline-block; border-radius:50%; background:var(--gold);\n    opacity:.35;\n  }\n  .dot-trail span.d:nth-child(1){width:5px;height:5px;}\n  .dot-trail span.d:nth-child(2){width:7px;height:7px; opacity:.45;}\n  .dot-trail span.d:nth-child(3){width:9px;height:9px; opacity:.55;}\n  .dot-trail span.d:nth-child(4){width:11px;height:11px; opacity:.68;}\n  .dot-trail span.d:nth-child(5){width:14px;height:14px; opacity:.8; background:var(--coral);}\n  .dot-trail span.d:nth-child(6){width:17px;height:17px; opacity:.9; background:var(--coral);}\n  .dot-trail span.d:nth-child(7){width:20px;height:20px; opacity:1; background:var(--coral);}\n  .trail-labels{\n    display:flex; justify-content:space-between; max-width:240px; margin:0 auto 60px;\n    font-family:'IBM Plex Mono', monospace; font-size:.68rem; color:var(--ink-soft); opacity:.7;\n  }\n\n  \/* ---------- flip cards ---------- *\/\n  .deck{\n    display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-bottom:56px;\n  }\n  .flip-scene{\n    height:340px;\n    perspective:1800px;\n  }\n  .flip-card{\n    position:relative; width:100%; height:100%;\n    transform-style:preserve-3d;\n    transition:transform .7s cubic-bezier(.45,.15,.2,1);\n  }\n  .flip-card.flipped{transform:rotateY(180deg);}\n\n  .face{\n    position:absolute; inset:0;\n    backface-visibility:hidden;\n    -webkit-backface-visibility:hidden;\n    border-radius:var(--radius);\n    border:1px solid var(--line);\n    background:var(--card);\n    overflow:hidden;\n  }\n\n  \/* ----- front face ----- *\/\n  .face.front{\n    display:flex; flex-direction:column; align-items:center; justify-content:center;\n    text-align:center; padding:30px; cursor:pointer;\n    transition:border-color .2s ease, box-shadow .2s ease;\n  }\n  .face.front:hover{border-color:var(--line-strong); box-shadow:0 16px 32px -20px rgba(31,42,34,0.3);}\n  .front-badge{\n    width:72px; height:72px; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.9rem; color:var(--moss-deep);\n    background:var(--paper-warm);\n    border:1.5px dashed var(--line-strong);\n    margin-bottom:18px;\n    transition:transform .25s ease;\n  }\n  .face.front:hover .front-badge{transform:rotate(-6deg) scale(1.05); color:var(--coral); border-color:var(--coral);}\n  .front h2{\n    margin:0; font-family:'Fraunces', serif; font-weight:600; font-size:1.5rem;\n  }\n  .front .cn{\n    display:block; font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.05rem;\n    color:var(--ink-soft); margin-top:6px;\n  }\n  .front p.desc{\n    margin:14px 0 0; font-size:.86rem; color:var(--ink-soft); max-width:280px;\n  }\n  .front .hint{\n    margin-top:22px; font-family:'IBM Plex Mono', monospace; font-size:.68rem;\n    letter-spacing:.08em; color:var(--coral); display:flex; align-items:center; gap:6px;\n  }\n  .front .hint svg{width:12px; height:12px;}\n\n  \/* ----- back face ----- *\/\n  .face.back{\n    transform:rotateY(180deg);\n    display:flex; flex-direction:column;\n    cursor:pointer;\n  }\n\n  .back-content{\n    flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%;\n  }\n\n  .back-badge{\n    width:72px; height:72px; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.9rem;\n    background:var(--paper-warm);\n    border:1.5px dashed;\n    margin-bottom:18px;\n  }\n  .back-badge-pinyin{ color:#B5696B; border-color:#B5696B; }\n  .back-badge-tones{ color:#8C7A9C; border-color:#8C7A9C; }\n\n  .link-list{\n    display:flex; flex-direction:column; align-items:center; gap:2px;\n  }\n  .link-list a{\n    text-decoration:none; color:#3D4A40;\n    font-family:'Fraunces', serif; font-weight:500; font-size:1rem;\n    padding:6px 4px;\n    transition:color .18s ease;\n  }\n  .link-list a:hover{color:var(--ink);}\n\n  .sub-grid{\n    flex:1; display:grid; grid-template-columns:repeat(5, 1fr); gap:8px;\n  }\n  .sub-card{\n    display:flex; flex-direction:column; align-items:center; text-align:center; gap:8px;\n    background:var(--paper-warm); border:1px solid var(--line); border-radius:10px;\n    padding:12px 6px; text-decoration:none; color:var(--ink);\n    transition:transform .18s ease, border-color .18s ease, background .18s ease;\n  }\n  .sub-card:hover{transform:translateY(-3px); border-color:var(--line-strong); background:#fff;}\n  .sub-badge{\n    width:30px; height:30px; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:.85rem; color:var(--moss-deep);\n    background:#fff; border:1.5px dashed var(--line-strong);\n  }\n  .sub-card:hover .sub-badge{color:var(--coral); border-color:var(--coral);}\n  .sub-card h4{margin:0; font-family:'Fraunces', serif; font-weight:600; font-size:.72rem; line-height:1.25;}\n  .sub-card .cn{display:block; font-family:'Noto Serif TC', serif; font-weight:500; font-size:.64rem; color:var(--ink-soft); margin-top:2px;}\n\n  \/* ---------- callout ---------- *\/\n  .callout{\n    display:flex; align-items:center; justify-content:space-between; gap:20px;\n    background:#8FA3AC; color:#FFFFFF; border-radius:var(--radius);\n    padding:26px 30px; margin-bottom:60px; flex-wrap:wrap;\n  }\n  .callout .txt h3{margin:0 0 6px; font-family:'Fraunces', serif; font-weight:600; font-size:1.15rem; color:#FFFFFF;}\n  .callout .txt p{margin:0; font-size:.88rem; opacity:.9; max-width:420px; color:#FFFFFF;}\n  .callout .btn{\n    font-family:'IBM Plex Mono', monospace; font-size:.78rem;\n    background:#FFFFFF; color:#5D7480; text-decoration:none;\n    padding:12px 22px; border-radius:999px; white-space:nowrap;\n    transition:transform .18s ease, background .18s ease;\n  }\n  .callout .btn:hover{transform:translateY(-2px); background:#F0F4F5;}\n\n  footer{\n    border-top:1px solid var(--line); padding:26px 0 40px;\n    font-family:'IBM Plex Mono', monospace; font-size:.72rem; color:var(--ink-soft);\n    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;\n  }\n\n  @media (max-width:760px){\n    .deck{grid-template-columns:1fr;}\n    .flip-scene{height:auto; min-height:340px;}\n  }\n  @media (max-width:560px){\n    .callout{flex-direction:column; align-items:flex-start;}\n    .flip-scene{height:420px;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    .flip-card{transition:none;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"wrap\">\n\n  <div class=\"topbar\">\n    <div class=\"brand\"><span class=\"dot\">\u25cf<\/span> OneDotDot Chinese<\/div>\n  <\/div>\n\n  <div class=\"hero\">\n    <p class=\"eyebrow\">f\u0101y\u012bn<\/p>\n    <h1 class=\"title\"><span class=\"lang-zh-TW\">\u767c\u97f3<\/span><span class=\"lang-zh-CN\">\u53d1\u97f3<\/span> <\/h1>\n    <p class=\"subtitle\">Two building blocks for accurate speech \u2014 flip a card to see what&#8217;s inside.<\/p>\n\n    <div class=\"dot-trail\" aria-hidden=\"true\">\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n    <\/div>\n    <div class=\"trail-labels\"><span>a little<\/span><span>a lot<\/span><\/div>\n  <\/div>\n\n  <div class=\"deck\">\n\n    <!-- ============ HANYU PINYIN ============ -->\n    <div class=\"flip-scene\">\n      <div class=\"flip-card\" id=\"card-pinyin\">\n\n        <button class=\"face front\" onclick=\"flipCard('pinyin')\" aria-label=\"Flip to see Hanyu Pinyin topics\">\n          <div class=\"front-badge\">\u62fc<\/div>\n          <h2>Hanyu Pinyin<span class=\"cn\"><span class=\"lang-zh-TW\">\u6f22\u8a9e\u62fc\u97f3<\/span><span class=\"lang-zh-CN\">\u6c49\u8bed\u62fc\u97f3<\/span> <\/span><\/h2>\n          <p class=\"desc\">How every Mandarin sound gets spelled out \u2014 finals, initials, and the rules that tie them together.<\/p>\n          <span class=\"hint\">TAP TO FLIP <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6a4 4 0 0 1 7-2.6M10 6a4 4 0 0 1-7 2.6M8.6 2.6L9.6 3.4L8.4 3.9M3.4 9.4L2.4 8.6L3.6 8.1\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n        <\/button>\n\n        <div class=\"face back\" onclick=\"flipCard('pinyin')\">\n          <div class=\"back-content\">\n            <div class=\"back-badge back-badge-pinyin\">\u62fc<\/div>\n            <div class=\"link-list\">\n             \n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/27\/hanyupinyin1\/\" onclick=\"event.stopPropagation()\">Initials Part 1<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/07\/02\/hanyupinyin2\/\" onclick=\"event.stopPropagation()\">Initials Part 2<\/a>\n\n <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/08\/01\/hanyu-pinyin3\/\" onclick=\"event.stopPropagation()\">Simple Finals<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/08\/03\/compound-finals\/\" onclick=\"event.stopPropagation()\">Compound Finals<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2023\/02\/22\/pinyin-spelling-rules\/\" onclick=\"event.stopPropagation()\">Spelling Rules<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- ============ TONES ============ -->\n    <div class=\"flip-scene\">\n      <div class=\"flip-card\" id=\"card-tones\">\n\n        <button class=\"face front\" onclick=\"flipCard('tones')\" aria-label=\"Flip to see Tones topics\">\n          <div class=\"front-badge\"><span class=\"lang-zh-TW\">\u8abf<\/span><span class=\"lang-zh-CN\">\u8c03<\/span> <\/div>\n          <h2>Tones<span class=\"cn\"><span class=\"lang-zh-TW\">\u8072\u8abf<\/span><span class=\"lang-zh-CN\">\u58f0\u8c03<\/span> <\/span><\/h2>\n          <p class=\"desc\">How each syllable is sung \u2014 from the four basic tones to tongue twisters that put them to the test.<\/p>\n          <span class=\"hint\">TAP TO FLIP <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6a4 4 0 0 1 7-2.6M10 6a4 4 0 0 1-7 2.6M8.6 2.6L9.6 3.4L8.4 3.9M3.4 9.4L2.4 8.6L3.6 8.1\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n        <\/button>\n\n        <div class=\"face back\" onclick=\"flipCard('tones')\">\n          <div class=\"back-content\">\n            <div class=\"back-badge back-badge-tones\"><span class=\"lang-zh-TW\">\u8abf<\/span><span class=\"lang-zh-CN\">\u8c03<\/span> <\/div>\n            <div class=\"link-list\">\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/16\/chinesetones\/\" onclick=\"event.stopPropagation()\">Tones Introduction<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2023\/03\/10\/tone-pair-charts\/\" onclick=\"event.stopPropagation()\">Tone Pair Charts<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/24\/tonepairs\/\" onclick=\"event.stopPropagation()\">Tone Pairs Practice<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/26\/tongue-twisters\/\" onclick=\"event.stopPropagation()\">Tongue Twisters<\/a>\n              <a href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/28\/tone-practice\/\" onclick=\"event.stopPropagation()\">Listening Test<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"callout\">\n    <div class=\"txt\">\n      <h3>Sounds solid?<\/h3>\n      <p>Once pronunciation feels natural, it&#8217;s time to start attaching it to real vocabulary.<\/p>\n    <\/div>\n    <a class=\"btn\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/chinese-vocabulary-hsk\/\">Go to Vocabulary \u2192<\/a>\n  <\/div>\n\n  <footer>\n    <span>OneDotDot Chinese<\/span>\n    <span>Learn a little Chinese every day<\/span>\n  <\/footer>\n\n<\/div>\n\n<script>\n  function flipCard(name){\n    const card = document.getElementById('card-' + name);\n    card.classList.toggle('flipped');\n  }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Pronunciation \u2014 OneDotDot Chinese \u25cf OneDotDot Chinese f\u0101y\u012bn \u767c\u97f3\u53d1\u97f3 Two building blocks for accurate speech \u2014 flip a card to see what&#8217;s inside. a littlea lot \u62fc Hanyu Pinyin\u6f22\u8a9e\u62fc\u97f3\u6c49\u8bed\u62fc\u97f3 How every Mandarin sound gets spelled out \u2014 finals, initials, and the rules that tie them together. TAP TO FLIP \u62fc Initials Part 1 Initials Part&#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-317","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>Pronunciation - 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\/pronunciation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pronunciation - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Pronunciation \u2014 OneDotDot Chinese \u25cf OneDotDot Chinese f\u0101y\u012bn \u767c\u97f3\u53d1\u97f3 Two building blocks for accurate speech \u2014 flip a card to see what&#8217;s inside. a littlea lot \u62fc Hanyu Pinyin\u6f22\u8a9e\u62fc\u97f3\u6c49\u8bed\u62fc\u97f3 How every Mandarin sound gets spelled out \u2014 finals, initials, and the rules that tie them together. TAP TO FLIP \u62fc Initials Part 1 Initials Part...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-04T01:59:32+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\\\/pronunciation\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/pronunciation\\\/\",\"name\":\"Pronunciation - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"datePublished\":\"2022-06-05T12:05:15+00:00\",\"dateModified\":\"2026-08-04T01:59:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/pronunciation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/pronunciation\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/pronunciation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pronunciation\"}]},{\"@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":"Pronunciation - 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\/pronunciation\/","og_locale":"en_US","og_type":"article","og_title":"Pronunciation - OneDotDot Chinese","og_description":"Pronunciation \u2014 OneDotDot Chinese \u25cf OneDotDot Chinese f\u0101y\u012bn \u767c\u97f3\u53d1\u97f3 Two building blocks for accurate speech \u2014 flip a card to see what&#8217;s inside. a littlea lot \u62fc Hanyu Pinyin\u6f22\u8a9e\u62fc\u97f3\u6c49\u8bed\u62fc\u97f3 How every Mandarin sound gets spelled out \u2014 finals, initials, and the rules that tie them together. TAP TO FLIP \u62fc Initials Part 1 Initials Part...","og_url":"https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/","og_site_name":"OneDotDot Chinese","article_modified_time":"2026-08-04T01:59:32+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\/pronunciation\/","url":"https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/","name":"Pronunciation - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"datePublished":"2022-06-05T12:05:15+00:00","dateModified":"2026-08-04T01:59:32+00:00","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/index.php\/pronunciation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"Pronunciation"}]},{"@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\/317","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=317"}],"version-history":[{"count":24,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/317\/revisions"}],"predecessor-version":[{"id":14678,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/317\/revisions\/14678"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}