I have a QString with emojis of different kinds.

Is there a way to remove any emojis from a QString?

I can use replace() for some cases but since I don't know which emoji I will have then I would need a general replace()

Thanks