Here you can find the source of isTashekil(char c)
public static boolean isTashekil(char c)
//package com.java2s; public class Main { public static boolean isTashekil(char c) { return (0x064B <= c && c <= 0x0653); }/* w w w .java2 s .c o m*/ }