¡@

Home 

2014/10/15 ¤U¤È 10:15:11

iphone Programming Glossary: u1f3c7

Does IOS support all Unicode emojies?

http://stackoverflow.com/questions/12140770/does-ios-support-all-unicode-emojies

which're not in Apple art work. One of them is U 1F3C7 Now I'm trying to show it in UITextView . self.textView.text @ u1f3c7 Then it is showing me an Special Character instead of Emoji. This is the Emoji Icon of this Unicode But it is showing me.. improve this question Doesn't Objective C use UTF 16 internally like Java and C# If so then U 1F3C7 wouldn't be u1f3c7 but the surrogate pair uD83C uDFC7 . Otherwise there has to be some way to indicate a higher character because u1f3c7 is.. u1f3c7 but the surrogate pair uD83C uDFC7 . Otherwise there has to be some way to indicate a higher character because u1f3c7 is the same as u1f3c 7 which is á¼ capital iota with psili and oxia then 7 . Edit After some discussion between the OP and..