HOW TO PRINT UNICODE IN JAVA
when you are using java want to print some unicode you can just type \u[code] then you can print this out but some terminal cant print the unicode out like this one
public class hi{
public static void main(String [] args){
System.out.println("\u00A7");
}
}
public class hi{
public static void main(String [] args){
System.out.println("\u00A7");
}
}
and it will print § this out
留言
張貼留言