예:
// © 2021 char c = '©'; String s = "Áî";
빠른 수정을 적용한 후:
// © 2021 char c = '\u00a9'; String s = "\u00c1\u00ee";