Emojis are not "stored" in the database, but a text representation of them. Probably you've noticed that in order to include emojis in your message you saw the word "grinning" between two semicolons.
You should store them as text, and then process your output replacing the emoji code for an image.
For a larger list of emoji codes refer to http://www.emoji-cheat-sheet.com/.