Add this as a first line in the HEAD section of your HTML template
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
Note: if any line between
<head>and these meta line (Even if it’s a
commented note) problem will remain, so make sure you added meta line
after<head>directly