Unfortunately, it's not possible to parse emojis from an email.
What you can do to prevent the emojis from breaking your parsing rules is to use a Search and Replace Filter to find any emoji characters and remove those using our Regular Expression setting and the following expression:
/[^\x1F600 -\x7F]+/
New Design
Step 1:
Step 2: