Skip to content

Windows Command Prompt Font Support

Güray Yarar edited this page Jul 15, 2018 · 1 revision

The default font of Windows Command Prompt does not have some unicode characters unlike Linux and OSX. If you run with the default font Consolas, you will get a result like this:

Image-1

Please follow these instructions;

1) Install Iosevka Font

Image-2

2) Add Iosevka to Command Prompt

  • Open Regedit (Win+R type regedit)
  • Open HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont
  • Add a new String value named zeros (if there is already 00, new one should be 000), and data Iosevka:

Image-3

3) Change Command Prompt Font

  • Right click to Command Prompt's bar, go to Properties
  • Select font as Iosevka then click OK button.

Image-4

The Result

Image-5