char[] buf = new char[2];
    buf[0] = 20013; //charCode
    buf[1] = 25991;
    System.out.println(new String(buf));