> yes I'm reffering to that sign. But sadly I don't
> know how to print it on textArea.
> And How would I be able to use unicode character?
http://unicode.org/
http://www.unicode.org/charts/PDF/U0080.pdf
On that page the unicode is given as 00AE.
So to put that symbol in a string, write:
"Here is an example \u00AE"