:broom: Free tool
Emoji remover
Paste any text and get it back without a single emoji, spaces tidied. Handy for AI-written posts, product names, spreadsheets and code. Or flip it and keep nothing but the emoji.
:broom: How to use it
How to remove emoji from text
- 1
Paste your text
Paste a post, a list, a name or a whole document into the box. The emoji disappear from the copy on the right as you type.
- 2
Choose what stays
Keep the tidy spaces on, turn emoji bullets into •, or switch to Keep only emoji to pull every emoji out instead.
- 3
Copy the clean text
Press Copy and paste it wherever it goes. Nothing you paste here leaves your browser.
What counts as an emoji
Everything Unicode lists as an emoji, which is what your phone’s emoji keyboard types. An emoji made of several characters goes whole: a skin tone, a flag, a keycap or a joined emoji like 👩💻 never leaves a stray piece or an invisible character behind. Text symbols that are not emoji stay where they are, and so do kaomoji, which are made of ordinary characters.
Removed
- 😀Faces
- 👍🏽Skin tones
- 🇯🇵Flags
- 1️⃣Keycaps
- 👩💻Joined emoji
- ©️Emoji-style symbols
Kept
- ©Copyright
- ™Trade mark
- ✓Check mark
- →Arrows
- ♥Card suits
- ¯\_(ツ)_/¯Kaomoji
Remove emoji in code
The same rule in two lines, for a script or a spreadsheet export.
const clean = text.replace(/\p{RGI_Emoji}/gv, ''); Needs the v flag: Chrome 112, Safari 17, Firefox 116 or Node 20 and later.
import emoji
clean = emoji.replace_emoji(text, replace='') Uses the emoji package from PyPI (pip install emoji).
:bulb: Remover questions
About removing emoji
Something else? Write to [email protected]. A real person reads every message and every one gets a reply.
How do I remove all emoji from a text?
Does it remove symbols like ©, ™ and ✓?
Can I remove the emoji an AI assistant adds?
Does it remove kaomoji like ¯\_(ツ)_/¯?
Is my text uploaded anywhere?
How do I keep only the emoji?
:wrench: Free tools
More free tools
All free, all in your browser.
Emoji, only where you want them
Add Use Emoji and type :fire: or :tick: on the sites you turn on. Nothing else changes.
Copied to clipboard!
Next time, skip the copy and paste: type :fire: and get 🔥 right where you write.
Next time, skip the copy and paste: type right where you write.