Display Emojis in push notification.

I'm able to show push notifications in textview(using UTF-8 encoding) but the same emoji appears as a unicode characters in push notifications. i-e : "\ud83d\ude0a" This is the code of SMILE EMOJI which displays as unicode characters in push notification.

P.s: I'm using Amazon SNS to send push notifications.

Is there anything else need to do in code or on server side. ? Any help would be appreciated.

Display Emojis in push notification.
 
 
Q