I want to display n as subscript in my app when i am using unicode character for it a square is displayed on my simulator. want to display "bn" here n must be at subscript.this might be a basic question but i cant resolve this issue as i am developing my first app. please help me out of these Thanks in advance..
the code i tried is
NSString * strstatic=@"\nb \u2099;
GenEqn.text=[NSString stringWithFormat:@"Your Equation is ==> %@",strstatic];