FindUtils provides eight lookup tools for emojis, countries, HTML entities, icons, shortcuts, colors, HTTP status codes, and MIME types. Choose the dataset that matches your question. Fuzzy search can find close text matches, but it does not prove that a reference value fits your application.

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.

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 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 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 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 matching entries from the dataset.

The Font Icon Search aggregates 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 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 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 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 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 .

How to use the search results

Search by a name, number, or partial term supported by the tool. Narrow results with its category filters. Copy the selected reference value only after checking its meaning.

A close text match is not a semantic guarantee. A keyboard shortcut can differ by application version, operating system, and user settings. An icon class also needs the matching icon library in your project.

FindUtils Search Tools vs. Googling

TaskGoogle SearchFindUtils
Find the "thinking face" emojiSearch, scroll past ads, find a page, locate the emoji, copy itType "think" in Emoji Finder, click to copy
Look up HTTP 429Search, open MDN or Stack Overflow, read the articleType "429" in HTTP Status Code Lookup, expand for solution
Get the MIME type for .svgSearch, find a MIME type table, scroll to the right rowType "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 pageType "zoom fit" in Keyboard Shortcut Finder, see the result
Find the HTML entity for "not equal"Search, parse a dense Unicode tableType "not equal" in HTML Entity Finder, copy ≠
Identify the closest named color to #4ADE80Not really possible via searchPaste 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.

Use a lookup as a starting point

A reference dataset contains selected entries. It does not establish that every possible value is present or that an application uses the same conventions.

For production work, confirm HTTP meanings in the IANA status-code registry. Confirm media types in the IANA media-type registry. Check application documentation for shortcuts and icon usage.

FAQ

Q1: What does fuzzy search do? A: It ranks approximate text matches in a supplied dataset. It does not search every website or infer every synonym.

Q2: Will a translated query always work? A: No. Results depend on the labels and keywords stored in the dataset. Try the listed English name when a translated term gives no result.

Q3: Does an HTTP code tell me the exact bug? A: No. The code describes the response category or condition. Use the response body and request context to diagnose the cause.

Q4: Does a MIME type prove a file is safe? A: No. A media-type label identifies a format. File validation and security checks remain separate.

Q5: Where can I report a missing entry? A: Use the contact page. Include the reference name and an official source.

Tools Used