public class Test {
    public static void main(String[] args) {
        char text = '\uD83D\uDE00';
    }
} 