I'm trying to add double quotes in a string using the unicode, but when I do so i get the compilation time error.
String unicCode = "\u0022"; //This line gives a compile time error.
The compilation error is that I get is
String literal is not properly closed by a double-quote.
Could some one help me to understand what are the escape characters required to be used to append a unicode of a double quotation mark (").