glunty

Emoji Picker (Copy and Paste)

Search a grid of common emoji by name or keyword, filter by category, and click to copy. Everything runs locally in your browser.

What this tool does

This is a searchable emoji picker: a grid of common emoji you can browse, filter, and copy without installing anything. Type a word into the search box to match an emoji by its name or keywords (for example heart, rocket, or pizza), or use the category buttons to jump to smileys, people, animals, food, travel, objects, symbols, or flags. Click a tile and the emoji is copied to your clipboard and added to the output box. The whole dataset is embedded in the page, so it works offline and sends nothing anywhere.

How to use it

Start typing in the Search box, or pick a category. Clicking an emoji copies that single character to your clipboard right away and appends it to the Your emoji box, so you can paste one at a time or build a whole string (like a reaction or a heading) and copy it with Copy output. Every tile is a real button, so you can Tab to it and press Enter or Space, and each one announces its name to screen readers. Runs entirely in your browser: open DevTools, watch the Network tab, and you will see this page make zero requests while you use the tool.

Common use cases

  • Dropping an emoji into a chat, email, social post, or commit message on a device without an emoji keyboard.
  • Finding the right emoji fast by keyword instead of scrolling a native picker.
  • Building a short run of emoji (a reaction, a bullet marker, a decorated heading) and copying it in one go.
  • Grabbing the exact character to paste into code, a spreadsheet cell, or a file or folder name.
  • Looking up what a face or symbol is called before searching for related emoji.

Common pitfalls

  • The same emoji looks different across platforms. The code point is fixed, but Apple, Google, Microsoft, and Samsung each draw their own version. A face or gesture can read as friendlier or blunter depending on the device rendering it.
  • A box or blank means a missing font, not a broken copy. If an emoji shows as tofu on your screen, your device font is just out of date. The copied character is still valid and will render for anyone on a newer system.
  • Emoji are not plain ASCII. They are multi-byte UTF-8 and some are joined sequences, so they can count as several bytes (or break) in systems that expect simple text, such as older databases, filenames, or fixed-width fields.
  • Clipboard copy needs a secure context. Modern browsers only allow clipboard writes over HTTPS or on localhost. If automatic copy is blocked, the emoji still lands in the output box, where you can select it and copy manually.

Frequently asked questions

How does this emoji picker work?
Type a word such as heart, rocket, or smile into the search box and the grid narrows to matching emoji. You can also filter by category. Click any emoji to copy it to your clipboard and append it to the output box, then paste it anywhere. Everything runs in your browser with zero network requests.
How do I copy and paste emoji?
Click an emoji tile and it is copied to your clipboard immediately; a short confirmation appears. Paste it with Ctrl+V or Cmd+V into any app, document, chat, or text field. You can also build up a string of several emoji in the output box and copy them all at once.
Will these emoji look the same on every device?
The character is identical everywhere, but the picture is drawn by each platform. Apple, Google, Microsoft, Samsung, and others ship their own emoji fonts, so the same red heart or rocket can look slightly different on an iPhone, an Android phone, and Windows. The underlying Unicode code point does not change.
Why do some emoji show as a box or a question mark?
A tofu box or missing glyph means your device font does not include that emoji yet, usually because it was added in a newer Unicode version. Updating your operating system or browser normally fixes it. The copied character is still correct and will display for anyone whose device supports it.
Are emoji the same as ASCII characters?
No. ASCII covers only 128 code points for basic Latin letters, digits, and punctuation. Emoji live far above that range in Unicode and are usually encoded as multi-byte UTF-8 sequences, and some combine several code points with joiners. See the linked ASCII table and binary-to-text tools if you want to inspect the underlying bytes.
Does this tool track what I copy?
No. The emoji dataset is embedded in the page, filtering and copying happen entirely on your device, and nothing you click or type is sent anywhere. Open your browser DevTools and watch the Network tab: you will see zero requests while you use the picker.

Embed this tool

Free for any use; attribution appreciated. Paste this on your site:

The embed runs the same tool that lives at this URL. No tracking; no ads inside the embed. Resize height as needed for your layout.

Cite this tool

For academic, journalistic, or technical references. Pick a format:

Citations use 2026 as the publication year. Access date is left as a fillable placeholder where the citation style expects one.

Embedded tool from glunty.com