For some strange reason, inserting echo \"\\n\"; and other scape sequence characters are not working for me, that\'s why I am just using
echo \"\\n\";
You can use the nl2br function to convert \n to <br>
\n
<br>
As said before, HTML does not render \n as new line. It only recognizes the <br> html tag