This is the code to convert string into unicode but I get an error as "illegal start of an expresssion"while running the code..


import java.util.Scanner;
import java.lang.String;
import...