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
@Davidwei93 Thank you. Which issue occurred on your system? Unfortunately I don't have any CentOS 7 machines anymore to test it.