I need to show two Unicode characters in a string i.e. superscript. I am doing that like this:
NSLog(@"%@",[NSString stringWithFormat:@"\u02e2\u00B9 2010"]);
And I am able to show that also, but my problem is that it’s showing some space between these two characters. How can I reduce this space?
Thanks in advance.
there’s no space between the 2 character, but just before “2010” —> “ˢ¹ 2010”
it’s not clear if you want the space or not…
if you want it just use: