A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header code example
Example: doctype html charset utf-8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>