I\'m writing in Objective-C. How can I add a degree sign to a string? I know its unicode: 00B0 and UTF8: C2 B0.
00B0
C2 B0
This is how you would do it using Swift:
var temperature = "65\u{00B0}" // degree symbol