Solved

Add emojis to SMS

  • 27 February 2023
  • 3 replies
  • 417 views

Hello,

I was wondering if there was a way to add emojis to SMS messages ?

I tried using basic emoji, but it appears as “??” when the SMS is received by customers.

I also tried the unicode ascii reference code (here : https://unicode.org/emoji/charts/full-emoji-list.html#1f680).

icon

Best answer by Felix 27 February 2023, 13:08

View original

3 replies

Userlevel 4

Hey Alison,

I think that depends a little bit on the SMS provider you are using. For example, if you use Twilio you would need to use USC-2 encoding. Also, as far as I know not every phone can display every emoji since there are different databases of them, e.g. Apple, Samsung, Windows etc.

 

Hope that helps,

Felix

Hi @Alison! One more comment to this one - emojis are not part of the 7bit encoding, that is used as a standard for the SMS. Therefore, any emoji in the SMS text will cut its length from 160 characters down to just 70 characters. As the result, it can double or even triple the SMS cost easily, if you are not aware of this and keep the message 160 characters long. 

Thank you Felix and Kriss for your answers, it helps me a lot !

Reply