Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I insert a trademark symbol (TM) in a UITextView?

How do I place a trademark symbol or "TM" in a UITextView?

like image 346
irpalo Avatar asked Jan 10 '11 07:01

irpalo


3 Answers

It is Unicode character U+2122: ™

like image 62
F'x Avatar answered Nov 19 '22 22:11

F'x


You can also just copy and paste it- ™

like image 30
atulkhatri Avatar answered Nov 19 '22 23:11

atulkhatri


You should be able to just type it, The keycode is option-2 on os x.

like image 41
grivescorbett Avatar answered Nov 19 '22 23:11

grivescorbett