I am working on the app in which I have to show fraction number on label.
NSMutableAttributedString * hogan = [[NSMutableAttributedString alloc] initWithSt
Try setting the label's text property to the Unicode of 1/5:
label.text = [NSString stringWithFormat:@"%C",0x2155];