Skip to content Skip to sidebar Skip to footer

Japanese Characters Won't Appear When Printed

I am printing Unicode characters in python. All of the symbols I have used so far work except for Japanese characters. When I print the characters, it only shows the 'question mark

Solution 1:

The font has to support the characters. For example, I have east Asia IMEs installed on a US Windows 10 system, which make available fonts that support Japanese:

Console image showing Command Prompt Properties page and visible Japanese characters

To obtain the fonts you want, it is easiest to add the language support for the desired language in Window 10. To add a language, search for "Language settings":

Language settings window

Once the language is installed, fonts supporting that language will appear in the Console properties, and IMEs will be installed so you can type in that language if you know how to use them.

Post a Comment for "Japanese Characters Won't Appear When Printed"