Sign in
Log inSign up

How to display hex values as plain text in html?

Satish Kandimalla's photo
Satish Kandimalla
·Jul 31, 2017

How do is display the below hex value as plain text?

My code: 
<p>This is a paragraph&#x5F;</p>

Output:
In my html page, I want to display as "This is a paragraph&#x5F;"
But this is rendered as "This is a paragraph_"

Please help.