How to enter unicode characters in a UILabel in Interface Builder?

ragnarius picture ragnarius · Jun 17, 2012 · Viewed 54.1k times · Source

I would like to display a unicode character (the speaker symbol U+1F50A) in label. Is it possible to enter this symbol in Interface Builder?

Answer

graver picture graver · Jun 17, 2012

Yes, you can click "Edit" > "Special Characters…" — there you can find all unicode characters (including the emoji) and copy/paste them where you set the label text in Interface Builder.

EDIT: In Xcode 6 it's "Edit" > "Emoji & Characters"

Xcode 7+: "Edit" > "Emoji & Symbols"