I'm having a hard time getting all the powerline glyphs working in iTerm2. I'm using the 'agnoster' theme in my zsh, with the following unicode addresses:
SEGMENT_SEPARATOR="\ue0b0"
PLUSMINUS="\u00b1"
BRANCH="\ue0a0"
DETACHED="\u27a6"
CROSS="\u2718"
LIGHTNING="\u26a1"
GEAR="\u2699"
Running echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699" yields the following result;

This is what it should look like

I'm not sure why I'm not seeing all the symbols, as they appear to be present in the glyphs.
I'm having a hard time getting all the powerline glyphs working in iTerm2. I'm using the 'agnoster' theme in my zsh, with the following unicode addresses:
Running
echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699"yields the following result;This is what it should look like

I'm not sure why I'm not seeing all the symbols, as they appear to be present in the glyphs.