I'm trying to print nice yin-yang from my Java program:
System.out.println("\u262f");
Everything is OK in Netbeans (default settings): both yin-yang and other stuff in English is printed correctly. What should I do to make Eclipse to do the same? With default Eclipse setting I get only "?".
I tried to change Console Encoding in Run Dialog like suggested in extracting unicode text from mysql to java, but things get even worse (more precisely, this is output: 剅䐍瑯瀡ഊⴱਿഊ奅䱌佗ഊ坡楴ഊ〠ഊഊ㼍ੇ剅䕎ഊ奯甠捡渠杯ഊ〠ഊഊ㼍� - which one is yin-yang??).
Any suggestions?