I feel incredibly stupid for asking this, but the documentation and Google are giving me no love at all.
I have a Unicode character I want to insert into a string li
Example:
NSString *stuff = @"The Greek letter Beta looks like this: \u03b2, and the emoji for books looks like this: \U0001F4DA";