Not sure what I\'m missing here, and searching hasn\'t helped me. I want to display emoji characters in a UILabel, and this isn\'t doing it:
UILabel *label =
The unicode 6.1 encodings work as well, but you would have to specify them like this:
label.text = @"\U0001F431";