I am making a simple card game, and i want to print out the four card icons.
How can i do this ?
I have tryd to use unicode, but i only getting the questions mark(?) in teh consol window.
public class CardIconTest {
public static void main(String[]args){
char test = '\u2764';
System.out.printf("%s", test);
}
}

New Topic/Question
Reply



MultiQuote





|