-
I tried using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure what you want to do. Here is a list of the rough ranges: https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points Never needed / even heard of Edit: Correct cheat sheet link |
Beta Was this translation helpful? Give feedback.
I'm not sure what you want to do.
Here is a list of the rough ranges: https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points
The codepoint of individual icons can be found there: https://www.nerdfonts.com/cheat-sheet
Checking if one specific codepoint is in which installed font:
fc-list :charset=f000
(assuming you want to checku_F000
)Get a more or less conceise list of codepoints in the font file:
fc-query --format='%{charset}\n' ~/Library/Fonts/SymbolsNerdFont-Regular.ttf
Never needed / even heard of
otfinfo
Edit: Correct cheat sheet link