I am working with Postgres and newbie too,
I have to store the user's comment (like facebook comment) into database. probably I will use column type "text" to store the comment.
If in case the comment is mixed up with emojis (unicode), the text type is enough or I should use any other column type?