No Login Data Private Local Save

Nerd Font Icon Previewer – Online Search & Copy Glyphs

14
0
0
0

Nerd Font Icon Previewer

Browse, search & copy Nerd Font glyphs for your terminal, editor & dev projects

Size:
38px
Filter:
Click any icon to copy its glyph to clipboard. Showing 0 icons. Paste into any Nerd Font-supported terminal or editor

No icons match your search

Try a different keyword or clear filters

Copied!

Frequently Asked Questions

What is Nerd Font?
Nerd Font is a project that patches developer-targeted fonts with a high number of glyphs (icons). Specifically, it adds popular icon fonts like Font Awesome, Devicons, Octicons, Material Design Icons, and Powerline symbols into a single font file — making it perfect for terminals, code editors, and developer tools.
How do I install a Nerd Font?
Download your preferred patched font from nerdfonts.com. On macOS, double-click the .ttf or .otf file and click "Install Font". On Windows, right-click the font file and select "Install". On Linux, copy to ~/.local/share/fonts/ and run fc-cache -fv. Then set your terminal to use the installed Nerd Font.
Which terminals support Nerd Font?
Most modern terminals support Nerd Font: Windows Terminal, iTerm2, Kitty, Alacritty, WezTerm, Hyper, GNOME Terminal, Konsole, and VS Code's integrated terminal. Just make sure to select the Nerd Font as your terminal font in settings.
What are the Unicode ranges used by Nerd Font?
Nerd Font primarily uses Unicode Private Use Areas (PUA). Powerline symbols occupy U+E0A0–U+E0D0, Devicons use U+E700–U+E7C5, Font Awesome icons are mapped around U+F000–U+F2FF, and Material Design Icons around U+F500–U+FD46. Octicons and Weather icons also occupy various PUA ranges. The exact mapping depends on the Nerd Font version.
How do I use these icons in my terminal prompt?
Once you've set a Nerd Font as your terminal font, you can paste the copied glyphs directly into your shell prompt configuration (e.g., .bashrc, .zshrc, Starship config, or Oh My Posh theme). For example: echo -e "\uE0B0" or use the character directly. Popular prompt frameworks like Starship, Powerlevel10k, and Oh My Posh have built-in Nerd Font support.
What's the difference between Nerd Font v2 and v3?
Nerd Font v3 (released 2023) introduced a redesigned naming convention and reorganized Unicode codepoints for better consistency. Many icons were moved to new codepoints. If you're upgrading from v2 to v3, you may need to update your configuration files. This tool uses v3 codepoints for maximum compatibility with current setups.
Can I use Nerd Font icons in web development?
Yes! You can self-host a Nerd Font file (like SymbolsNerdFont.woff2) and use @font-face in CSS. Then apply the font-family to elements and use the Unicode characters directly. However, note that Nerd Font files can be large (several MB), so subsetting is recommended for web use. For web projects, consider using the original icon sets (Font Awesome, Material Icons) instead.
Why don't I see the icons on this page?
This tool attempts to render icons using Nerd Font fonts. If you don't have a Nerd Font installed on your system and the CDN font fails to load, you may see blank squares or fallback characters. The Unicode information and copy functionality still work — you can copy glyphs and paste them into any application that does have Nerd Font support, such as your terminal.