How to find Emoji by grep?
Hey Grep-Experts and Emoji-Lovers,
i imported a text from a pdf coming with some characters in Apple Color Emoji. After reformatting the whole text I now want to assign a character-style to all Emojis again.
I can find e.g. with s/r like <01F525> (if i copy/paste the invisible character into s/r), but I cant get all the Emojis, using a grep like <.+>
Does anyone know to find and format these reformatted emoji font?
