For a Oh-My-Zsh Shell custommized theme, called Spaceship Prompt it's reecommended to install the Powerline Fonts. In a CentOS 7 machine it can be a little more work, than doing it via a package manager.
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
mkdir /usr/share/fonts
cp /root/.local/share/fonts/* /usr/share/fonts
For anyone having issues with the final copy try
sudo cp -R /root/.local/share/fonts/ /usr/share/