{"id":544,"date":"2026-08-02T18:04:09","date_gmt":"2026-08-03T02:04:09","guid":{"rendered":"https:\/\/hangzhoubiopak.com\/?p=544"},"modified":"2026-08-06T04:38:58","modified_gmt":"2026-08-06T12:38:58","slug":"deuterated-material-oled-183486-02-4","status":"publish","type":"post","link":"https:\/\/hangzhoubiopak.com\/en\/deuterated-material-oled-183486-02-4\/","title":{"rendered":"9-\u6eb4\u84bd-D9"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: \"Microsoft YaHei\", \"PingFang SC\", sans-serif;\n            background: linear-gradient(180deg, #f0f7ff 0%, #e6f0fa 50%, #f5f9ff 100%);\n            min-height: 100vh;\n            color: #335577;\n        }\n\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 50px 30px;\n        }\n\n        \/* \u6807\u9898\u533a *\/\n        .title-row {\n            display: flex;\n            align-items: baseline;\n            gap: 25px;\n            margin-bottom: 35px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid rgba(24, 144, 255, 0.2);\n        }\n\n        .title-row h1 {\n            font-size: 30px;\n            font-weight: 700;\n            color: #0a3d7a;\n        }\n\n        .title-row h4 {\n            font-size: 20px;\n            font-weight: 500;\n            color: #1890ff;\n            font-family: 'Consolas', monospace;\n        }\n\n        \/* DIV0 - \u4e24\u680f\u5e03\u5c40 *\/\n        .div0 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 25px;\n            margin-bottom: 35px;\n        }\n\n        .div0 > div {\n            height: 100%;\n            min-height: 320px;\n        }\n\n        \/* DIV1 - \u7ed3\u6784\u5f0f\u56fe\u7247 *\/\n        .div1 {\n            background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);\n            border: 1px solid rgba(24, 144, 255, 0.15);\n            border-radius: 14px;\n            padding: 30px;\n            box-shadow: 0 8px 24px rgba(24, 144, 255, 0.1);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            transition: all 0.4s ease;\n        }\n\n        .div1:hover {\n            box-shadow: 0 12px 36px rgba(24, 144, 255, 0.15);\n            transform: translateY(-3px);\n        }\n\n        .structure-image {\n            max-width: 100%;\n            max-height: 220px;\n            filter: drop-shadow(0 4px 12px rgba(24, 144, 255, 0.15));\n            transition: all 0.4s ease;\n        }\n\n        .div1:hover .structure-image {\n            transform: scale(1.05);\n            filter: drop-shadow(0 6px 20px rgba(24, 144, 255, 0.2));\n        }\n\n        .structure-caption {\n            font-size: 13px;\n            color: #6688aa;\n            text-align: center;\n            min-height: 20px;\n            width: 100%;\n        }\n\n        \/* DIV2 - \u57fa\u672c\u4fe1\u606f\uff08\u6df1\u8272\u80cc\u666f\uff09 *\/\n        .div2 {\n            background: linear-gradient(135deg, #0a3d7a 0%, #1565c0 100%);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 14px;\n            padding: 30px;\n            box-shadow: 0 8px 24px rgba(10, 61, 122, 0.2);\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            gap: 14px;\n            transition: all 0.4s ease;\n        }\n\n        .div2:hover {\n            box-shadow: 0 12px 36px rgba(10, 61, 122, 0.3);\n            transform: translateY(-3px);\n        }\n\n        .info-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding-bottom: 12px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        .info-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .info-label {\n            font-size: 14px;\n            color: rgba(255, 255, 255, 0.6);\n            min-width: 90px;\n            flex-shrink: 0;\n        }\n\n        .info-value {\n            font-size: 15px;\n            color: #ffffff;\n            font-weight: 500;\n            word-break: break-all;\n        }\n\n        .info-value.en {\n            font-size: 13.5px;\n            font-style: italic;\n            color: rgba(255, 255, 255, 0.9);\n        }\n\n        .info-value.cas {\n            font-family: 'Consolas', monospace;\n            color: #ffd700;\n        }\n\n        \/* DIV3 - \u8be6\u7ec6\u4ecb\u7ecd *\/\n        .div3 {\n            background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);\n            border: 1px solid rgba(24, 144, 255, 0.15);\n            border-radius: 14px;\n            padding: 35px;\n            box-shadow: 0 8px 24px rgba(24, 144, 255, 0.1);\n            transition: all 0.4s ease;\n        }\n\n        .div3:hover {\n            box-shadow: 0 12px 36px rgba(24, 144, 255, 0.15);\n        }\n\n        .div3 h3 {\n            font-size: 18px;\n            font-weight: 600;\n            color: #0a3d7a;\n            margin-bottom: 18px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid rgba(24, 144, 255, 0.2);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .div3 h3::before {\n            content: '';\n            width: 4px;\n            height: 18px;\n            background: linear-gradient(180deg, #1890ff, #00d4ff);\n            border-radius: 2px;\n        }\n\n        .div3 h3.quality::before {\n            background: linear-gradient(180deg, #ffd700, #ff9500);\n        }\n\n        .div3 h3.notice::before {\n            background: linear-gradient(180deg, #ff6b6b, #ee5a5a);\n        }\n\n        .div3 p {\n            font-size: 14.5px;\n            line-height: 1.9;\n            color: #446688;\n            text-align: justify;\n            margin-bottom: 15px;\n            text-indent: 2em;\n        }\n\n        .div3 p:last-child {\n            margin-bottom: 0;\n        }\n\n        .div3 strong {\n            color: #1890ff;\n            font-weight: 600;\n        }\n\n        .quality-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px 30px;\n            margin: 20px 0;\n            padding: 20px;\n            background: rgba(24, 144, 255, 0.03);\n            border-radius: 10px;\n            border-left: 3px solid #ffd700;\n        }\n\n        .quality-item {\n            display: flex;\n            gap: 10px;\n            font-size: 14px;\n            line-height: 1.7;\n        }\n\n        .quality-item .q-label {\n            color: #0a3d7a;\n            font-weight: 600;\n            min-width: 80px;\n            flex-shrink: 0;\n        }\n\n        .quality-item .q-value {\n            color: #446688;\n        }\n\n        .section-gap {\n            height: 25px;\n        }\n\n        .notice-box {\n            background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%);\n            border: 1px solid rgba(255, 107, 107, 0.2);\n            border-radius: 10px;\n            padding: 20px 25px;\n            margin-top: 20px;\n            border-left: 4px solid #ff6b6b;\n        }\n\n        .notice-box p {\n            font-size: 13.5px;\n            line-height: 1.8;\n            color: #664444;\n            text-indent: 0;\n            margin-bottom: 10px;\n        }\n\n        .notice-box p:last-child {\n            margin-bottom: 0;\n        }\n\n        .notice-box strong {\n            color: #cc3333;\n        }\n\n        @media (max-width: 800px) {\n            .div0 {\n                grid-template-columns: 1fr;\n            }\n\n            .quality-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .title-row {\n                flex-direction: column;\n                gap: 8px;\n            }\n\n            .title-row h4 {\n                font-size: 16px;\n            }\n        }\n<\/style>\n\n<div class=\"container\">\n        <!-- \u6807\u9898\u533a -->\n        <div class=\"title-row\">\n            <h1>9-\u6eb4\u84bd-D9<\/h1>\n            <h4>CAS No.:183486-02-4<\/h4>\n        <\/div>\n\n        <!-- DIV0 - \u4e24\u680f\u5e03\u5c40 -->\n        <div class=\"div0\">\n            <!-- DIV1 - \u7ed3\u6784\u5f0f\u56fe\u7247 -->\n            <div class=\"div1\">\n                <img decoding=\"async\" src=\"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png\" class=\"structure-image\" alt=\"9-Bromoanthracene-D9, 9-\u6eb4\u84bd-D9 \">\n                <div class=\"structure-caption\">9-Bromoanthracene-D9<\/div>\n            <\/div>\n\n            <!-- DIV2 - \u57fa\u672c\u4fe1\u606f -->\n            <div class=\"div2\">\n                <div class=\"info-item\">\n                    <span class=\"info-label\">\u5316\u5b66\u54c1\u540d\u79f0<\/span>\n                    <span class=\"info-value\">9-\u6eb4\u84bd-D9<\/span> <\/div>\n                <div class=\"info-item\">\n                    <span class=\"info-label\">English Name<\/span>\n                    <span class=\"info-value en\">9-Bromoanthracene-D9<\/span><\/div>\n                <div class=\"info-item\">\n                    <span class=\"info-label\">CAS.RN<\/span>\n                    <span class=\"info-value cas\">183486-02-4<\/span>\n                <\/div>\n                <div class=\"info-item\">\n                    <span class=\"info-label\">\u5206\u5b50\u5f0f<\/span>\n                    <span class=\"info-value\">C14D9Br<\/span>\n                <\/div>\n                <div class=\"info-item\">\n                    <span class=\"info-label\">\u5206\u5b50\u91cf<\/span>\n                    <span class=\"info-value\">266.18 g\/mol<\/span>\n                <\/div>\n                <div class=\"info-item\">\n                    <span class=\"info-label\">\u7eaf\u5ea6<\/span>\n                    <span class=\"info-value\">NLT 99%<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- DIV3 - \u8be6\u7ec6\u4ecb\u7ecd -->\n        <div class=\"div3\">\n            <h3>\u4ea7\u54c1\u4ecb\u7ecd<\/h3>\n            <p>\n                9-\u6eb4\u84bd-D9\uff0cCAS No.:183486-02-4\uff0c \u662f\u4e00\u79cd\u5178\u578b\u7684\u6c18\u4ee3OLED\u4e2d\u95f4\u4f53\uff0c\u5176\u5206\u5b50\u7ed3\u6784\u901a\u5e38\u5305\u542b\u82b3\u9999\u65cf\u57fa\u56e2\u4e0e\u5171\u8f6d\u4f53\u7cfb\uff0c\u5177\u6709\u660e\u786e\u7684\u03c0-\u7535\u5b50\u5171\u8f6d\u7ed3\u6784\uff0c\u8d4b\u4e88\u5176\u4f18\u5f02\u7684\u5149\u7535\u6027\u80fd\u3002\u8be5\u7269\u8d28\u8868\u73b0\u51fa\u826f\u597d\u7684\u70ed\u7a33\u5b9a\u6027\u548c\u5316\u5b66\u7a33\u5b9a\u6027\uff0c\u5728\u5e38\u89c4\u64cd\u4f5c\u6761\u4ef6\u4e0b\u4e0d\u6613\u5206\u89e3\u3002\u5176\u5206\u5b50\u80fd\u7ea7\u7ed3\u6784\u5177\u6709\u8f83\u9ad8\u7684\u7535\u5b50\u4eb2\u548c\u6027\u4e0e\u8f83\u4f4e\u7684\u7535\u79bb\u52bf\uff0c\u6709\u5229\u4e8e\u8f7d\u6d41\u5b50\u7684\u6ce8\u5165\u4e0e\u4f20\u8f93\u3002\u6b64\u5916\uff0c\u8be5\u7269\u8d28\u5728\u7279\u5b9a\u6761\u4ef6\u4e0b\u53ef\u8868\u73b0\u51fa\u4e00\u5b9a\u7684\u50ac\u5316\u6d3b\u6027\u4e0e\u914d\u4f4d\u80fd\u529b\uff0c\u5c24\u5176\u5728\u6709\u673a\u91d1\u5c5e\u914d\u5408\u7269\u4e2d\u4f5c\u4e3a\u914d\u4f53\u65f6\u5c55\u73b0\u51fa\u8f83\u5f3a\u7684\u914d\u4f4d\u6548\u5e94\uff0c\u8fdb\u4e00\u6b65\u62d3\u5c55\u4e86\u5176\u5728\u529f\u80fd\u6750\u6599\u4e2d\u7684\u5e94\u7528\u6f5c\u529b\u3002<\/p> \n\n            <div class=\"section-gap\"><\/div>\n\n            <h3 class=\"quality\">\u8d28\u91cf\u4e0e\u4f9b\u5e94\u80fd\u529b<\/h3>\n            \n            <div class=\"quality-grid\">\n                <div class=\"quality-item\">\n                    <span class=\"q-label\">\u82f1\u6587\u540d\u79f0\uff1a<\/span><span class=\"q-value\">9-Bromoanthracene-D9<\/span>\n              <\/div>\n                <div class=\"quality-item\">\n                    <span class=\"q-label\">\u6027\u72b6\u7279\u70b9<\/span>\n                    <span class=\"q-value\">\u2014<\/span>\n                <\/div>\n                <div class=\"quality-item\">\n                    <span class=\"q-label\">\u50a8\u5b58\u5efa\u8bae<\/span>\n                    <span class=\"q-value\">\u5bc6\u5c01\u3001\u907f\u5149\u3001\u5e72\u71e5\u4fdd\u5b58\uff0c\u5177\u4f53\u4ee5COA\/MSDS\u4e3a\u51c6<\/span>\n                <\/div>\n                <div class=\"quality-item\">\n                    <span class=\"q-label\">\u4f9b\u5e94\u80fd\u529b<\/span>\n                    <span class=\"q-value\">\u6837\u54c1\u53ef\u4f9b\u3001\u5546\u4e1a\u5316\u4ea7\u91cf\u6279\u6b21\u5927\u5c0f\u572810KG\u4ee5\u4e0a<\/span>\n                <\/div>\n                <div class=\"quality-item\">\n                    <span class=\"q-label\">\u5305\u88c5\u89c4\u683c<\/span>\n                    <span class=\"q-value\">\u94c1\u6876\u6216\u8005\u5176\u5b83\u5b9a\u5236\u5305\u88c5<\/span>\n                <\/div>\n                <div class=\"quality-item\">\n                    <span class=\"q-label\">\u6587\u4ef6\u652f\u6301<\/span>\n                    <span class=\"q-value\">COA\u3001MSDS\u3001HPLC\u3001NMR\u7b49<\/span>\n                <\/div>\n            <\/div>\n\n            <p>\n                \u6211\u4eec\u63d0\u4f9b\u4ece\u6837\u54c1\u4f9b\u5e94\u5230\u5c0f\u8bd5\u5236\u5907\u3001\u4e2d\u8bd5\u653e\u5927\u76f4\u81f3\u5b9a\u5236\u5316\u6279\u91cf\u751f\u4ea7\u7684\u5168\u6d41\u7a0b\u670d\u52a1\uff0c\u53ef\u6839\u636e\u5ba2\u6237\u5bf9\u7eaf\u5ea6\u3001\u6742\u8d28\u63a7\u5236\u3001\u5305\u88c5\u89c4\u683c\u3001\u4ea4\u4ed8\u5468\u671f\u53ca\u8d28\u91cf\u6587\u4ef6\u7684\u5177\u4f53\u8981\u6c42\uff0c\u7075\u6d3b\u8c03\u6574\u4f9b\u5e94\u65b9\u6848\u3002\u540c\u65f6\uff0c\u6211\u4eec\u914d\u5907\u4e13\u4e1a\u7684\u6280\u672f\u652f\u6301\u56e2\u961f\uff0c\u80fd\u591f\u534f\u52a9\u5ba2\u6237\u5b8c\u6210\u4ece\u5b9e\u9a8c\u5ba4\u7814\u53d1\u5230\u5de5\u4e1a\u5316\u751f\u4ea7\u7684\u5b8c\u6574\u5de5\u827a\u5f00\u53d1\u4e0e\u4f18\u5316\uff0c\u786e\u4fdd\u9879\u76ee\u987a\u5229\u63a8\u8fdb\u4e0e\u8f6c\u5316\u3002\n            <\/p>\n\n            <div class=\"notice-box\">\n                <p><strong>\u91cd\u8981\u63d0\u793a\uff1a<\/strong>\u672c\u4ea7\u54c1\u7528\u4e8e\u7814\u53d1\u3001\u5f00\u53d1\u6216\u5de5\u4e1a\u5e94\u7528\u3002\u4f5c\u4e3a\u5b88\u6cd5\u4f9b\u5e94\u5546\uff0c\u6211\u65b9\u4e25\u683c\u9075\u5b88\u6240\u6709\u9002\u7528\u751f\u4ea7\u53ca\u8fdb\u51fa\u53e3\u6cd5\u89c4\u3002\u4f46\u9274\u4e8e\u5168\u7403\u4e13\u5229\u6cd5\u7684\u590d\u6742\u6027\uff0c\u6838\u5b9e\u4ea7\u54c1\u5728\u76ee\u7684\u56fd\u662f\u5426\u5b58\u5728\u51b2\u7a81\u7684\u5316\u5408\u7269\u6216\u6676\u578b\u4e13\u5229\u7684\u6700\u7ec8\u8d23\u4efb\u7531\u4e70\u65b9\u627f\u62c5\uff08\u5c24\u5176\u662f\u65e0\u507f\u6837\u54c1\u8f6c\u79fb\uff09\u3002<\/p>\n                <p>\u5bf9\u4e8e\u4ed8\u8d39\u7684\u5546\u4e1a\u6279\u6b21\uff0c\u6211\u65b9\u4fdd\u8bc1\u4f9b\u5e94\u7684\u4ea7\u54c1\u7b26\u5408\u5f53\u5730\u6cd5\u5f8b\u4e0b\u7684\u9884\u671f\u5546\u4e1a\u7528\u9014\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>9-\u6eb4\u84bd-D9 CAS No.:183486-02-4 9-Bromoanthracene-D9 \u5316\u5b66\u54c1\u540d\u79f0  &#8230; <a title=\"9-\u6eb4\u84bd-D9\" class=\"read-more\" href=\"https:\/\/hangzhoubiopak.com\/en\/deuterated-material-oled-183486-02-4\/\" aria-label=\"Read more about 9-\u6eb4\u84bd-D9\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[10,14],"tags":[17,15],"class_list":["post-544","post","type-post","status-publish","format-standard","hentry","category-oled-intermediates","category-deuterated-oled-building-blocks","tag-arylboronic-acid-2","tag-deuterated-material-oled"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>9-\u6eb4\u84bd-D9 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8<\/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:\/\/hangzhoubiopak.com\/en\/deuterated-material-oled-183486-02-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"9-\u6eb4\u84bd-D9 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\" \/>\n<meta property=\"og:description\" content=\"9-\u6eb4\u84bd-D9 CAS No.:183486-02-4 9-Bromoanthracene-D9 \u5316\u5b66\u54c1\u540d\u79f0 ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hangzhoubiopak.com\/en\/deuterated-material-oled-183486-02-4\/\" \/>\n<meta property=\"og:site_name\" content=\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-03T02:04:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T12:38:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png\" \/>\n<meta name=\"author\" content=\"shangyuche\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"shangyuche\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/\"},\"author\":{\"name\":\"shangyuche\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#\\\/schema\\\/person\\\/b85e11571f5cc4e86f55873dea544bad\"},\"headline\":\"9-\u6eb4\u84bd-D9\",\"datePublished\":\"2026-08-03T02:04:09+00:00\",\"dateModified\":\"2026-08-06T12:38:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/\"},\"wordCount\":40,\"publisher\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/183486-02-4.png\",\"keywords\":[\"arylboronic acid\",\"OLED\u6c18\u4ee3\u6750\u6599\"],\"articleSection\":[\"OLED\u6750\u6599&amp;\u4e2d\u95f4\u4f53\",\"\u6c18\u4ee3\u6750\u6599-OLED\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/\",\"name\":\"9-\u6eb4\u84bd-D9 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/183486-02-4.png\",\"datePublished\":\"2026-08-03T02:04:09+00:00\",\"dateModified\":\"2026-08-06T12:38:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/183486-02-4.png\",\"contentUrl\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/183486-02-4.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/deuterated-material-oled-183486-02-4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/hangzhoubiopak.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"9-\u6eb4\u84bd-D9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#website\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/\",\"name\":\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\",\"description\":\"Zhejiang Bayi Space Advanced Materials Co., Ltd\",\"publisher\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hangzhoubiopak.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#organization\",\"name\":\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo_small.svg\",\"contentUrl\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo_small.svg\",\"width\":91,\"height\":94,\"caption\":\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\"},\"image\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#\\\/schema\\\/person\\\/b85e11571f5cc4e86f55873dea544bad\",\"name\":\"shangyuche\",\"sameAs\":[\"https:\\\/\\\/hangzhoubiopak.com\"],\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/en\\\/author\\\/shangyuche\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"9-\u6eb4\u84bd-D9 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","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:\/\/hangzhoubiopak.com\/en\/deuterated-material-oled-183486-02-4\/","og_locale":"en_US","og_type":"article","og_title":"9-\u6eb4\u84bd-D9 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","og_description":"9-\u6eb4\u84bd-D9 CAS No.:183486-02-4 9-Bromoanthracene-D9 \u5316\u5b66\u54c1\u540d\u79f0 ... Read more","og_url":"https:\/\/hangzhoubiopak.com\/en\/deuterated-material-oled-183486-02-4\/","og_site_name":"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","article_published_time":"2026-08-03T02:04:09+00:00","article_modified_time":"2026-08-06T12:38:58+00:00","og_image":[{"url":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png","type":"","width":"","height":""}],"author":"shangyuche","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shangyuche","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#article","isPartOf":{"@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/"},"author":{"name":"shangyuche","@id":"https:\/\/hangzhoubiopak.com\/#\/schema\/person\/b85e11571f5cc4e86f55873dea544bad"},"headline":"9-\u6eb4\u84bd-D9","datePublished":"2026-08-03T02:04:09+00:00","dateModified":"2026-08-06T12:38:58+00:00","mainEntityOfPage":{"@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/"},"wordCount":40,"publisher":{"@id":"https:\/\/hangzhoubiopak.com\/#organization"},"image":{"@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#primaryimage"},"thumbnailUrl":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png","keywords":["arylboronic acid","OLED\u6c18\u4ee3\u6750\u6599"],"articleSection":["OLED\u6750\u6599&amp;\u4e2d\u95f4\u4f53","\u6c18\u4ee3\u6750\u6599-OLED"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/","url":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/","name":"9-\u6eb4\u84bd-D9 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","isPartOf":{"@id":"https:\/\/hangzhoubiopak.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#primaryimage"},"image":{"@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#primaryimage"},"thumbnailUrl":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png","datePublished":"2026-08-03T02:04:09+00:00","dateModified":"2026-08-06T12:38:58+00:00","breadcrumb":{"@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#primaryimage","url":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png","contentUrl":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/183486-02-4.png"},{"@type":"BreadcrumbList","@id":"https:\/\/hangzhoubiopak.com\/deuterated-material-oled-183486-02-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/hangzhoubiopak.com\/"},{"@type":"ListItem","position":2,"name":"9-\u6eb4\u84bd-D9"}]},{"@type":"WebSite","@id":"https:\/\/hangzhoubiopak.com\/#website","url":"https:\/\/hangzhoubiopak.com\/","name":"Zhejiang Bayi Space Advanced Materials Co., Ltd","description":"Zhejiang Bayi Space Advanced Materials Co., Ltd","publisher":{"@id":"https:\/\/hangzhoubiopak.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hangzhoubiopak.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hangzhoubiopak.com\/#organization","name":"Zhejiang Bayi Space Advanced Materials Co., Ltd","url":"https:\/\/hangzhoubiopak.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hangzhoubiopak.com\/#\/schema\/logo\/image\/","url":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/logo_small.svg","contentUrl":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/logo_small.svg","width":91,"height":94,"caption":"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8"},"image":{"@id":"https:\/\/hangzhoubiopak.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hangzhoubiopak.com\/#\/schema\/person\/b85e11571f5cc4e86f55873dea544bad","name":"shangyuche","sameAs":["https:\/\/hangzhoubiopak.com"],"url":"https:\/\/hangzhoubiopak.com\/en\/author\/shangyuche\/"}]}},"_links":{"self":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/posts\/544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/comments?post=544"}],"version-history":[{"count":1,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/posts\/544\/revisions"}],"predecessor-version":[{"id":545,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/posts\/544\/revisions\/545"}],"wp:attachment":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/media?parent=544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/categories?post=544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/tags?post=544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}