search
HomeWeb Front-endHTML TutorialThe English name of the Chinese font on the web page

SimSun
SimHei
Microsoft YaHei
Microsoft JhengHei
NSimSun
PMingLiU
Imitate Song Dynasty_ GB2312 FangSong_GB2312
楷体_GB2312 KaiTi_GB2312
宋体: The English name of SimSuncss Chinese font (font-family)



Some for Mac OS: 中文字幕黑:STHeiti Light [STXihei]

中文黑体:STHeiti

中文楷体:STKaiti 中文宋体: STSong
中文字幕song: STFangsong
俪黑 Pro: LiHei Pro Medium
俪松 Pro: LiSong Pro Light
BiauKai
Apple LiGothic Medium
Apple LiGothic Medium
Apple LiSung Light


Some for Windows:

New Ming font: PMingLiU

Fine font: MingLiU Standard font: DFKai-SB
Black font: SimHei
New Song font: NSimSun
FangSong
KaiTi: KaiTi
FangSong_GB2312: FangSong_GB2312
KaiTi_GB2312: KaiTi_GB2312
Microsoft regular italic: Microsoft JhengHei
Microsoft Yahei: Microsoft YaHei
Some of the ones that will be born after installing Office:
official script: LiSu
Youyuan: YouYuan
Chinese fine black: STXihei
Chinese regular script: STKaiti
Chinese Song Dynasty: STSong
Chinese Chinese Song Dynasty: ST Zhongsong
Chinese imitation Song Dynasty: STFangsong
Founder Shu Ti: FZShuTi
Founder Yao Ti: F ZYaoti
Chinese Caiyun: STCaiyun
Chinese Amber: ST Hupo
Chinese official script: STLiti
Chinese regular script: STXingkai
Chinese Xinwei :STXinwei


Chinese fonts in Windows.

By default, that is, without installing new fonts or word processing software such as Office, Windows provides the following fonts by default:

Windows 95/98/98SE Song, Hei, Kaiti_GB2312, Song Dynasty_GB2312Windows XP /2000/2003/ME/NT Song font/New Song font, Hei font, Kai font_GB2312, Fake Song font_GB2312 (Windows Black, SimSun-ExtB



So which Chinese characters can be displayed in each font? In Windows before Vista, Song/New Song and Hengti support the GBK 1.0 character set.

Kaili_GB2312 and Fang Song_GB2312 support the GB2312-80 character set.

(Note: Windows 3. Supports GB18030-2005 character set extension part B.




The following is a brief introduction to the character set:

GB2312-80 GB2312-80 has the smallest number of characters, and GB18030-2005 has the largest number of characters. GB2312-80 is the earliest version, with a relatively small number of characters;

GBK 1.0 has roughly the same number of Chinese characters as Unicode 1.1;

GB18030-2000 has roughly the same number of Chinese characters as Unicode 3.0, with the main additions Extension part A; The number of Chinese characters in GB18030-2005 is roughly the same as the number of Chinese characters in Unicode 4.1, with the main addition of extension part B;
Due to the release of Unicode 5.2, it is estimated that GB18030 will release a new version in the near future, adding extension part C.
It should be noted that extending Part B in GB18030 is not a mandatory standard.
If you want to view the standard text of GB18030, please visit the strong standard reading at http://www.gb168.cn.
If you want to know what Unicode is about, please visit http://www.unicode.org.




Note:
GB18030-2000 and GB18030-2005 do not support the single-byte euro symbol
The codes related to Simplified Chinese are as follows:
936 gb2312 Simplified Chinese (GB2312)————actually GBK

10008 x-mac -ChineSIMP Simplified Chinese (MAC)

20936 X-CP20936 Simplified Chinese (GB2312-80) 50227 X-CP50227 Simplified Chinese (ISO-2022)
51936 EUC-CN Simplified Chinese (EUC)
Chinese (HZ)
54936 GB18030 Simplified Chinese (GB18030)
Supplementary:
After using Kaiti_GB2312 and Song Dynasty_GB2312, the corresponding font may no longer be displayed in Windows 7/Vista/2008.
This is because Windows 7/Vista/2008 has KaiTi and FangSong, but does not have KaiTi_GB2312 and FangSong_GB2312 by default, and the font name difference is "_GB2312".





Please indicate when reprinting: Li Fengdi’s personal blog >> http://www.lifengdi.com/article/10040.html

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?Mar 04, 2025 pm 12:32 PM

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

How to efficiently add stroke effects to PNG images on web pages?How to efficiently add stroke effects to PNG images on web pages?Mar 04, 2025 pm 02:39 PM

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

How do I use the HTML5 <time> element to represent dates and times semantically?How do I use the HTML5 <time> element to represent dates and times semantically?Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.