Urxvt can not show a symbol, like this:

It's on the right side of the status line.
OS: Arch Linux 4.10.3
URxvt: v9.22
Font used: Terminess (TTF) Nerd Font Complete Mono.ttf.
I've patched this font once using the script provided.
Another problem... When I use spaceship-zsh-theme, this font can not show icons normally either... Here is the screenshot after executing urxvt -fn "xft:TerminessTTF Nerd Font:regular:size=15":

@JayceCao hey thanks for the report and details :+1: . I will try to test this out but honestly it probably won't be anytime soon :blush:
Here is what I see using nvim with airline…

Although, my fonts might be a little old…
@kierun Is that Terminess font? Is it the mono?
@ryanoasis Terminess font as started with urxvt -fn "xft:TerminessTTF Nerd Font:regular:size=15" and with a neovim session using airline.
I have the same problem
https://github.com/equalsraf/neovim-qt/issues/297#issuecomment-310281472
Yeah there is a problem here :worried:
So for me it seems to work fine with mono variants but not the other:
urxvt -fn "xft:TerminessTTF Nerd Font Mono:regular:size=15"
I know you shouldn't have to switch fonts.. but.. I seem to be having success with other fonts :thinking::
urxvt -fn "xft:SauceCodePro Nerd Font:regular:size=15"
I feel like this is beyond what we can do, urxvt doesn't work well with double width glyphs, the monospaced TerminessTTF seems to be working well however still not 100% and also I have had better success with the 2.1.0 release.
urxvt -fn "xft:TerminessTTF Nerd Font Mono:regular:size=15" -bg "black" -fg "white"

