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
If you don't want to put it directly in your string you can use a format specifier like this:
[string stringByAppendingFormat:@"%C", 0x2665];