With <meta charset="UTF-8"> in the head, special characters display correctly:
<meta charset="UTF-8">
© 2026 · café · 日本語 · € · 😀
Place charset as the first element inside <head> so the browser knows how to decode the document immediately.
<head>
Lines: 0 | Characters: 0