Special characters is not shown in powershell.
I install PowerLine like they saying in the README. First install the Pansies module and after install the PowerLine Module and finally import the PowerLine module. But, when I import the PowerLine module I get this.

I've too try out this in ConEmu
You're missing -PowerLineFont switch in your Set-PowerLinePrompt call
Hi, when I use the command (for example: Set-PowerLinePrompt -PowerLineFont "Hack" -SetCurrentDirectory -RestoreVirtualTerminal -Newline -Timestamp -Colors "#00DDFF", "#0066FF" ), I get an error like Immpossible find positional parameter with argument "Hack".
Yeah, -PowerLineFont is just a switch which tells PowerLine that you are already using a font with PowerLine characters in it. You don't need to pass any value to it. E.g.:
Set-PowerLinePrompt -PowerLineFont -SetCurrentDirectory -RestoreVirtualTerminal -Newline -Timestamp -Colors "#00DDFF", "#0066FF"
I have the same issue, any help?
Thanks