FREE TOOL

Emoji copy and paste

Search every emoji by name or keyword. Click one, it is on your clipboard.

Free, no signup. The full Unicode set, skin tones included.

THE API UNDERNEATH

GET /emoji?q=heart

This page is that call, running from your browser. One emoji by glyph or shortcode is /emoji/{emoji}, with codepoints, category, and skin tones on the response. Same endpoint on every plan, one pooled request per lookup.

Emoji API

QUESTIONS

Why does the same emoji look different on my phone?
Every platform draws its own artwork for the same Unicode character. What you copy here is the character, and it renders in the style of wherever you paste it.
Are skin tones included?
Yes. Tone variants are their own entries in the search, so copying the exact one you want is one click.
An emoji shows as a box.
Your device does not know that character yet. New emoji ship with OS updates, so older systems show a placeholder. The copy still works for anyone whose device has it.
Can I do this from code?
Yes. GET /emoji?q= searches by keyword, and /emoji/{emoji} answers one glyph with name, codepoints, category, and skin tones. One pooled request per call.