Commonly used CSS Chinese font Unicode encoding table, cssunicode

Source: Internet
Author: User

Commonly used CSS Chinese font Unicode encoding table, cssunicode
Why do we need to set the font to Unicode in CSS?

Set the font name in CSS and write Chinese directly. But in the file encoding (GB2312, UTF-8, etc.) does not match will produce garbled error. To avoid these errors, you can use Unicode encoding to write the font name in CSS. If you use Unicode to write Chinese font names, the browser can correctly parse them. For example, font-family: "\ 5FAE \ 8F6F \ 96C5 \ 9ED1" indicates that the font is set to "".

Unicode-encoded Chinese font conversion table
Chinese name English name Unicode Unicode 2
Mac OS
STHeiti Light [STXihei] \ 534E \ 6587 \ 7EC6 \ 9ED1 & # X534E; & # x6587; & # x7EC6; & # x9ED1;
STHeiti \ 534E \ 6587 \ 9ED1 \ 4F53 & # X534E; & # x6587; & # x9ED1; & # x4F53;
STKaiti \ 534E \ 6587 \ 6977 \ 4F53 & # X534E; & # x6587; & # x6977; & # x4F53;
STSong \ 534E \ 6587 \ 5B8B \ 4F53 & # X534E; & # x6587; & # x5B8B; & # x4F53;
STFangsong \ 534E \ 6587 \ 4EFF \ 5B8B & # X534E; & # x6587; & # x4EFF; & # x5B8B;
Li Pro LiHei Pro Medium \ 4E3D \ 9ED1 Pro & # X4E3D; & # x9ED1; Pro
Lisong Pro LiSong Pro Light \ 4E3D \ 5B8B Pro & # X4E3D; & # x5B8B; Pro
Standard entity BiauKai \ 6807 \ 6977 \ 4F53 & # X6807; & # x6977; & # x4F53;
Apple Lili black Apple LiGothic Medium \ 82F9 \ 679C \ 4E3D \ 4E2D \ 9ED1 & # X82F9; & # x679C; & # x4E3D; & # x4E2D; & # x9ED1;
Apple lixisong Apple LiSung Light \ 82F9 \ 679C \ 4E3D \ 7EC6 \ 5B8B & # X82F9; & # x679C; & # x4E3D; & # x7EC6; & # x5B8B;
Windows
New body PMingLiU \ 65B0 \ 7EC6 \ 660E \ 4F53 & # X65B0; & # x7EC6; & # x660E; & # x4F53;
Fine body MingLiU \ 7EC6 \ 660E \ 4F53 & # X7EC6; & # x660E; & # x4F53;
Standard entity DFKai-SB \ 6807 \ 6977 \ 4F53 & # X6807; & # x6977; & # x4F53;
Simhei SimHei \ 9ED1 \ 4F53 & # X9ED1; & # x4F53;
SimSun \ 5B8B \ 4F53 & # X5B8B; & # x4F53;
Xin NSimSun \ 65B0 \ 5B8B \ 4F53 & # X65B0; & # x5B8B; & # x4F53;
Imitation Song FangSong \ 4EFF \ 5B8B & # X4EFF; & # x5B8B;
Body KaiTi \ 6977 \ 4F53 & # X6977; & # x4F53;
Imitation Song _ GB2312 FangSong_GB2312 \ 4EFF \ 5B8B_GB2312 & # X4EFF; & # x5B8B; _ GB2312
_ GB2312 KaiTi_GB2312 \ 6977 \ 4F53_GB2312 & # X6977; & # x4F53; _ GB2312
Microsoft is in bold Microsoft JhengHei \ 5FAE \ x8F6F \ 6B63 \ 9ED1 \ 4F53 & # X5FAE; & # x8F6F; & # x6B63; & # x9ED1; & # x4F53;
Microsoft YaHei \ 5FAE \ 8F6F \ 96C5 \ 9ED1 & # X5FAE; & # x8F6F; & # x96C5; & # x9ED1;
Office
Shu LiSu \ 96B6 \ 4E66 & # X96B6; & # x4E66;
Youyuan YouYuan \ 5E7C/5706 & # X5E7C; & # x5706;
STXihei \ 534E \ 6587 \ 7EC6 \ 9ED1 & # X534E; & # x6587; & # x7EC6; & # x9ED1;
STKaiti \ 534E \ 6587 \ 6977 \ 4F53 & # X534E; & # x6587; & # x6977; & # x4F53;
STSong \ 534E \ 6587 \ 5B8B \ 4F53 & # X534E; & # x6587; & # x5B8B; & # x4F53;
文中 STZhongsong \ 534E \ 6587 \ 4E2D \ 5B8B & # X534E; & # x6587; & # x4E2D; & # x5B8B;
STFangsong \ 534E \ 6587 \ 4EFF \ 5B8B & # X534E; & # x6587; & # x4EFF; & # x5B8B;
Founder Shu-Ti FZShuTi \ 65B9 \ 6b63\ 8212 \ 4F53 & # X65B9; & # x6B63; & # x8212; & # x4F53;
Founder Yao Ti FZYaoti \ 65B9 \ 6B63 \ 59DA \ 4F53 & # X65B9; & # x6B63; & # x59DA; & # x4F53;
文 cloud STCaiyun \ 534E \ 6587 \ 5F69 \ 4E91 & # X534E; & # x6587; & # x5F69; & # x4E91;
Mandarin amber STHupo \ 534E \ 6587 \ 7425 \ 73C0 & # X534E; & # x6587; & # x7425; & # x73C0;
STLiti \ 534E \ 6587 \ 96B6 \ 4E66 & # X534E; & # x6587; & # x96B6; & # x4E66;
STXingkai \ 534E \ 6587 \ 884C \ 6977 & # X534E; & # x6587; & # x884C; & # x6977;
Chinese New Wei STXinwei \ 534E \ 6587 \ 65B0 \ 9B4F & # X534E; & # x6587; & # x65B0; & # x9B4F;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.