View Single Post
  (#2 (permalink)) Old
Trollhorn Trollhorn is offline
Member
 
Posts: 11
Thanks: 0
Thanked 2 Times in 2 Posts
Join Date: May 2009
Default 07-03-2009, 06:32 AM

Why not use char instead of String?

Code:
char a = 163; // the unicode character with number 163

System.out.println(a);
Reply With Quote