When I set the text of UITextField
as "♈", it will display an emoji icon, but I just want to display the original character.
You have to add \U0000FE0E
after the special character in your NSString. That will tell the OS to use the "plain" version and not to replace it with an emoji. See https://paulofierro.com/blog/2013/3/30/disabling-emoji-characters-with-unicode-variants
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With