JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj = JSON.parse('{ "str": "abc_\u5F20_xyz" }');

alert(obj.str);