I've downloaded "Droid Sans Mono" from
http://www.fontsquirrel.com/fonts/droid-sans-mono,
installed it (using the context menue item), and
changed the registry as described here:
http://www.techrepublic.com/blog/windows-and-office/quick-tip-add-fonts-to-the-command-prompt/.
(Because this font is visible in your "fonts" tab, i'm sure you have done the last part, too.)
In my case i have merged the registry file "DroidSansMono.reg":
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont]
"000"="Droid Sans Mono"
Important note: You may have to use another key instead of "000" (the first free of {"0", "00", "000", "0000", ...}).
It simply works with multiple characters testetd (including U+050A) using my win 8.1 (32 bit) without problems, so i guess you are using a different OS:
Which version are you running?
penpen