I have a string in unicode that i need to convert. I need to render the string with \\u00f3 to ó. This is an example, it should happen with all other types of characters, á
Just pass it as a JS string:
No need to do any manual processing (which is error prone).
Fiddle: https://jsfiddle.net/ffffdf7o70/5/