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
The proper escape sequence would be something along the lines of
wchar_t * str = L"\x0627";
See this question: character constant:\000 \xhh
Edit: Oh, sorry, I missed the iPhone and Objective-C tags. The above is valid for generic C/C++, but I have not worked with iPhone development so your mileage may vary.