No. Such a feature is not available in Java.
From the Sun docs:
When an escape sequence is encountered in a print statement, the compiler interprets it accordingly. For example, if you want to put quotes within quotes you must use the escape sequence, ", on the interior quotes. To print the sentence
She said "Hello!" to me.
you would write
System.out.println("She said "Hello!" to me.");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…