Works best with Mozilla Firefox.
<?php
echo ‘<html>
<head>
<title>HTML Special Characters</title>
</head>
</body>
<center><h2>HTML Special Characters</h2>
<font color="green">Values</font> – <font color="red">Chars</font></center>’ ;
for($i=2;$i<=11097;$i++){
$post_bg=($bg++%2==0 )?"background-color:black;color:white":"background-color:white;color:black";
echo ‘<div style="’.$post_bg . ‘;text-align:center">
<font color="green">&#’.$i.‘;</font>-<font color="red">&#’.$i. ‘;</font>
</div>’;
}
echo ‘</body>
</html>’ ;
?>
echo ‘<html>
<head>
<title>HTML Special Characters</title>
</head>
</body>
<center><h2>HTML Special Characters</h2>
<font color="green">Values</font> – <font color="red">Chars</font></center>’ ;
for($i=2;$i<=11097;$i++){
$post_bg=($bg++%2==0 )?"background-color:black;color:white":"background-color:white;color:black";
echo ‘<div style="’.$post_bg . ‘;text-align:center">
<font color="green">&#’.$i.‘;</font>-<font color="red">&#’.$i. ‘;</font>
</div>’;
}
echo ‘</body>
</html>’ ;
?>