Character.MIN_CODE_POINT has the following syntax.
public static final int MIN_CODE_POINT
In the following code shows how to use Character.MIN_CODE_POINT field.
public class Main { public static void main(String[] args) { System.out.println("Character.MIN_CODE_POINT:"+ (int)Character.MIN_CODE_POINT); } }
The code above generates the following result.