I am working on a file that contains big amount of data that also includes emojis. I am using openrefine to clean the data but I am unable to find a short cut to remove common emojis like smiley face which is included alot on the data I tried some regular expression and it worked for a few emojis but some still remain. below is the code i tried in search and replace
"[\p{C}]|[\p{So}]|[\u20E3]"