This tool cleans your text by removing or replacing emojis based on your selected criteria. It can completely strip out every emoji, selectively remove only those emojis you specify, preserve a whitelist of allowed emojis while removing the rest, or replace all emojis with a custom placeholder.
Examples:
Remove All Emojis
All emojis are removed from the text.
Before:
Hello π, how are you π doing? π
After:
Hello , how are you doing?
Remove Only Specified Emojis
Only the specified emojis (e.g., π) are removed.
Before:
Hello π, how are you π doing? π
After (removing π):
Hello , how are you π doing? π
Remove All Except Allowed Emojis
Removes every emoji except those allowed (e.g., only π remains).
Before:
Hello π, how are you π doing? π
After (allowing π):
Hello , how are you doing? π
Replace Emojis with a Custom Placeholder
Every emoji is replaced by the placeholder text (e.g., [emoji]).
Before:
Hello π, how are you π doing? π
After (with placeholder "[emoji]"):
Hello [emoji], how are you [emoji] doing? [emoji]