One of the 4 characters after the '\u' escape sequence is in a wrong format.
'\u
"Hello World \uCCcC" // ^ Invalid character
Use the correct format (four uppercase hexadecimal chars.