8 New Fuzzy Search Tools — Find Emojis, Icons, Colors, Shortcuts and More
We have all been there. You need the right emoji for a commit message, the correct MIME type for an upload endpoint, or the keyboard shortcut you keep forgetting in Photoshop. So you open a new tab, type a half-remembered query into a search engine, scroll past ads and SEO-stuffed listicles, and eventually find what you needed — 90 seconds later.
FindUtils just shipped 8 new tools designed to eliminate that entire workflow. Each one is a searchable database for a specific type of reference data — emojis, countries, HTML entities, font icons, keyboard shortcuts, color names, HTTP status codes, and MIME types. Type a few characters, get instant results. No page reloads, no sign-ups, no ads.
What Makes Fuzzy Search Different
All 8 tools are powered by Fuse.js, a lightweight fuzzy-search library that runs entirely in your browser. Unlike exact-match search, fuzzy search tolerates typos, partial words, and keyword variations. Search for "rigt arrow" and you will still find the right arrow emoji. Type "forbidn" and the HTTP 403 Forbidden status code surfaces immediately. You do not need to remember the exact name — just get close, and the tool does the rest.
The 8 New Tools
1. Emoji Finder
The Emoji Finder indexes 431 emojis with keyword tags across multiple categories like Smileys, Animals, Food, Travel, and Objects. Type a concept — "celebrate," "fire," "thumbs" — and matching emojis appear instantly. Click any emoji to copy it to your clipboard. No more scrolling through your OS emoji picker or hunting through Unicode tables.
2. Country Lookup
The Country Lookup covers 195 countries with detailed data cards for each. Search by country name, capital city, currency, phone code, timezone, or language — all fields are fuzzy-searchable. Each card shows the flag, ISO code, capital, currency with symbol, calling code, primary timezone, spoken languages, and region. Click any card to copy all the information at once. Filter by region (Africa, Americas, Asia, Europe, Oceania) to narrow results.
3. HTML Entity Finder
The HTML Entity Finder catalogs 249 HTML entities across categories like Math, Arrows, Currency, Greek Letters, and Punctuation. Every entity card displays the rendered character alongside three copyable formats: the named entity (&), the decimal code (&), and the hex code (&). Searching for "copyright" surfaces © immediately. Searching for "arrow" returns every arrow variant in the spec.
4. Font Icon Search
The Font Icon Search aggregates 315 icons from four popular libraries — Lucide, Material Icons, Font Awesome, and Heroicons. Search by icon name, keyword, or CSS class. Filter by library or category (General, Navigation, Media, Communication, Commerce, and more). Click any icon card to copy its CSS class directly. This saves you from digging through separate documentation sites when you just need the class name for a specific icon.
5. Keyboard Shortcut Finder
The Keyboard Shortcut Finder contains 374 shortcuts across 10 applications: VS Code, Chrome, Excel, Photoshop, Figma, Slack, macOS, Windows, Word, and Terminal. A Mac/Windows toggle switches every shortcut between platform-specific key bindings, so Cmd+Shift+P becomes Ctrl+Shift+P with one click. Filter by app and category (General, Navigation, Editing, File Management, Selection, View) to zero in on exactly what you need.
6. Color Name Finder
The Color Name Finder holds 221 named colors searchable by name, category, or keyword. But the real power is in the Hex Lookup mode — paste any hex code like #3B82F6 and the tool finds the closest named color, shows both swatches side by side, and tells you whether it is an exact match or an approximation. Every color card displays the name, hex value, and RGB breakdown. Click to copy the hex code.
7. HTTP Status Code Lookup
The HTTP Status Code Lookup covers 62 HTTP status codes organized by category: 1xx Informational, 2xx Success, 3xx Redirection, 4xx Client Error, and 5xx Server Error. Each code expands to show a full description, a typical use case, and a practical solution. Search by code number, name, or description — typing "timeout" surfaces both 408 Request Timeout and 504 Gateway Timeout. This is the reference you actually want when you are debugging an API response at 2 AM.
8. MIME Type Finder
The MIME Type Finder indexes 157 MIME types across 8 categories: Application, Audio, Font, Image, Text, Video, Multipart, and Message. Search by MIME type string, file extension, or description. Each result shows the full MIME type, a human-readable description, and all associated file extensions with quick-copy buttons for both the type and the extensions. Need to know the correct Content-Type header for .webp files? Type "webp" and get image/webp in under a second.
What Makes These Different
These are not just static reference pages. Here is what sets the FindUtils search tools apart from Googling the same information:
Client-side processing. Every tool runs entirely in your browser. Your search queries, your data, your clipboard activity — none of it touches a server. There are no API calls, no tracking, no cookies. Open your browser's Network tab and verify it yourself.
Instant results. There are no page reloads, no loading spinners, no server round-trips. Fuzzy search runs on every keystroke with sub-millisecond response times. Results update as you type.
Typo tolerance. Fuse.js uses a weighted scoring algorithm to rank results even when your query has misspellings or is only a partial match. You do not need to know the exact term — just get close.
No account required. No sign-up, no email, no paywall. Bookmark the tool and use it forever.
Copy with one click. Every tool is designed around getting data into your clipboard as fast as possible. Emoji, hex code, CSS class, MIME type — one click and it is copied.
FindUtils Search Tools vs. Googling
| Task | Google Search | FindUtils |
|---|---|---|
| Find the "thinking face" emoji | Search, scroll past ads, find a page, locate the emoji, copy it | Type "think" in Emoji Finder, click to copy |
| Look up HTTP 429 | Search, open MDN or Stack Overflow, read the article | Type "429" in HTTP Status Code Lookup, expand for solution |
Get the MIME type for .svg | Search, find a MIME type table, scroll to the right row | Type "svg" in MIME Type Finder, copy image/svg+xml |
| Find the Figma shortcut for "zoom to fit" | Search, open Figma docs, scroll through a long page | Type "zoom fit" in Keyboard Shortcut Finder, see the result |
| Find the HTML entity for "not equal" | Search, parse a dense Unicode table | Type "not equal" in HTML Entity Finder, copy ≠ |
Identify the closest named color to #4ADE80 | Not really possible via search | Paste the hex in Color Name Finder, see the match |
The difference is not dramatic for a single lookup. But if you do 5 or 10 of these lookups per day, the time savings compound. More importantly, you stay in flow instead of context-switching into a search engine and back.
Built for Speed, Not Engagement
Most reference sites are designed to maximize page views. They split data across multiple pages, add interstitial ads, and force you to click through to get the answer. FindUtils takes the opposite approach: put all the data on one page, make it searchable, and let you copy what you need without friction.
Every tool loads a complete dataset into the browser on first visit. After that, every search is local. There is no pagination to click through, no "load more" button, and no server to wait on. The entire experience is as fast as your browser's JavaScript engine.
FAQ
Q1: Do these tools work offline? A: Once the page has loaded, the search functionality works without an internet connection. All data is embedded directly in the page — there are no server-side API calls. However, you do need to load the page initially while online.
Q2: Is my search data sent to any server? A: No. All processing happens in your browser using client-side JavaScript. FindUtils does not log your queries, track your clipboard activity, or make any API calls with your input. You can verify this by checking the Network tab in your browser's developer tools.
Q3: How does fuzzy search handle non-English queries? A: The underlying data (emoji names, country names, HTML entity descriptions) is in English. Fuzzy search works on the English labels and keywords, so typing "Allemagne" will not find Germany — but typing "Grmany" (a misspelling) will. The typo tolerance applies to the English terms stored in each dataset.
Q4: Can I suggest additions to the datasets? A: Yes. If an emoji, icon, shortcut, or MIME type is missing from the dataset, you can reach out through the FindUtils contact page. The datasets are curated to cover the most commonly referenced items in each category, and they are updated periodically.
Q5: Are these tools free to use? A: Yes, completely free with no usage limits. There is no account required, no premium tier, and no feature gating. All 8 tools are available to everyone.
Tools Used
- Emoji Finder — 431 emojis with keyword search and click-to-copy
- Country Lookup — 195 countries with multi-field fuzzy search
- HTML Entity Finder — 249 HTML entities in three copyable formats
- Font Icon Search — 315 icons from Lucide, Material, Font Awesome, and Heroicons
- Keyboard Shortcut Finder — 374 shortcuts across 10 apps with Mac/Windows toggle
- Color Name Finder — 221 named colors with hex reverse lookup
- HTTP Status Code Lookup — 62 status codes with descriptions and solutions
- MIME Type Finder — 157 MIME types searchable by extension or type