Blake K Akiti
Blake K Akiti

Reputation: 173

Q: How do you Display Chinese characters in command prompt

Is it possible to display chinese characters in command prompt? if so what are the settings.

Upvotes: 7

Views: 11937

Answers (2)

yoonghm
yoonghm

Reputation: 4625

If you need to read simplified Chinese (GBK) which is code page 936

Enter the following command in the dos prompt

chcp 936

Update

Microsoft introduced a new Terminal app (https://aka.ms/terminal) which supports Unicode and Emoji fonts. It also allows us to customize different profiles for different consoles (such as Dos, PowerShell, Ubuntu, etc.).

The Terminal app use Cascadia Mono with font size 12 as default. We can change it for different profiles via settings.json which is accessed via Settings and clicking on the enter image description here icon.

Below shows a view of the settings.json:

enter image description here

Upvotes: 16

Ramin
Ramin

Reputation: 26

I guess it's some settings in CMD the default CMD doesn't support the unicode characters(including all other languages than English) I don't know how to do it But you can search about it "make CMD support unicode"

Upvotes: 0

Related Questions