Contact: aviboots(AT)netvision.net.il
41,335 questions
53,851 answers
573 users
using System; class Program { static void Main() { int code = 589; string ch = char.ConvertFromUtf32(code); Console.WriteLine(ch); code = 375; ch = char.ConvertFromUtf32(code); Console.WriteLine(ch); } } /* run: ɍ ŷ */