How can I use the icons in the terminal?
akulakov opened this issue · 1 comments
akulakov commented
How can i use TTF icons in the terminal, for example from Python using \u{hex value} escape codes? I've found https://github.com/nagoshiashumari/Rpg-Awesome/blob/master/scss/_variables.scss but the codes do not seem to work in the terminal, with rpg-awesome selected as the font.
akulakov commented
I figured it out, e.g. for the code \e900, in Python you have to use '\ue900', seems obvious in retrospect :).