Emoji Support in Text Area component

Hey dellahumanita, our text components do support emojis if they are placed there as part of user input etc.

But right now we do not have a way to parse strings into emojis as they come back from the db. You could potentially write some custom JS that would parse this for you, but if you are checking many items for emojis, I would think this would come with a performance hit that would not be worth it.