Attila Blenesi
06/16/2020, 12:06 PMRyan
06/16/2020, 12:08 PMAttila Blenesi
06/16/2020, 12:28 PMval text = "👩👩👧👧 user perceived characters 👍🏽"
print(text[0])
?
👩👩👧👧 = \u200D\uD83D\uDC69\u200D\uD83D\uDC67\u200D\uD83D\uDC66
Android Studio does not support Zero Width Joiner characters so it look like this in the IDE:Ryan
06/16/2020, 12:28 PMRyan
06/16/2020, 12:29 PMAttila Blenesi
06/16/2020, 12:35 PMAttila Blenesi
06/16/2020, 12:36 PMAttila Blenesi
06/16/2020, 12:43 PMAttila Blenesi
06/16/2020, 1:08 PMAdded in API level 24
Attila Blenesi
06/16/2020, 1:08 PMGonçalo Palaio
06/16/2020, 6:26 PMAttila Blenesi
06/20/2020, 11:56 AM