I have a string with accent character with an extra backward slash.
const name = "V\\\\u00E1ci" console.log(name); // prints "V\\u00E1ci"