& html code example
Example 1: html ascii for space
<p>  Hi</p>
will translate to: " Hi"
Example 2: html entity for $
$
$
$
<p>  Hi</p>
will translate to: " Hi"
$
$
$