When I am trying something below code:
String x = "\u1110";
System.out.println("value of x ="+x);
output :
value of x =?
The String (and String pool) contains "ᄐ" (Unicode Character 'HANGUL CHOSEONG THIEUTH' (U+1110)). But, to answer your first question, your console doesn't (apparently) have a glyph for that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With