Innerhtml text coversion

Hey koders,
I’m trying to get document.getElementById(‘test’).innerHTML usimg evaluate js. but the result is encoded i guess. as in < is converted into \u0003C.
It’s unicode but can anyone help me with this problem? how to convert this into HTML code. there must be many characters. so It’ll be hard to do it one by one manually with blocks. or maybe make two list and for each item block can help. in that case does anyone have the list.
please help.