views:

13

answers:

1

I need to display a character symbol (Not alphanumeric, or on the keyword)

textField.text = ???;

I have the unicode for that char, how do I use it?

A: 

You can do this. But the font you are using must have the characters, and they must be embedded.

TandemAdam
I have the unicode for that char, how do I use it?
Jan