Java tutorial
public class Main { public static void main(String[] args) { int ch = '\u06aa'; System.out.println(Character.getName(ch)); } }