I am using the following code.
HTML Code :
×
Javascript:
alert($(\".
You need to escape:
And then read the value using text() to get the unescaped value:
alert($(".test").text()); // outputs: ×