Contact: aviboots(AT)netvision.net.il
39,895 questions
51,826 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: ɍ ŷ */