I noticed on my website, http://www.cscc.org.sg/, there\'s this odd symbol that shows up.
It says L SEP. In the HTML Code, it display the same thing.
This is the solution for the 'strange symbol' issue.
$(document).ready(function () { $("body").children().each(function() { document.body.innerHTML = document.body.innerHTML.replace(/\u2028/g, ' '); }); })