I think myMy xterm supports unicodeuni-code. For instance, it displays the Euro sign:
echo -e '\xe2\x82\xac'
butBut it does not display one particular character:
PL_BRANCH=$'\ue0a0'
echo $PL_BRANCH
thisThis character displays properly in another terminal (terminator). I am using same font in both terminals (Inconsolata).
What could be the reason and how can I fix it ?