This question already has an answer here:
- Check if letter is emoji 6 answers
I have a Java servlet which accepts text from mobile devices. I need to check each character and check if it is a normal text or if it is an emoji before I insert it into my database. The problem I am having is how do I detect if a character is emoji?