public static void main(String[] args) {
int[] code = {0x2610, 0x2611, 0x2612, 0x2613, 0x2614, 0x2615, 0x2616};
for (int i = 0; i < 7; i++) {
String s1 = new String(code, i, 1);
System.out.println(s1);
}
}
public static void main(String[] args) {
int[] code = {0x2610, 0x2611, 0x2612, 0x2613, 0x2614, 0x2615, 0x2616};
for (int i = 0; i < 7; i++) {
String s1 = new String(code, i, 1);
System.out.println(s1);
}
}