Here's my HTML (see also http://www.caudillweb.com/test/test.htm ).
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<title>日历</title>
</head>
<body>
<h1>日历</h1>
</body>
</html>
Here's what I see in IE, Chrome, and Firefox respectively (note the page title):
(Safari also displays boxes, like IE and Chrome.) In Firefox the title shows up correctly. Why am I getting boxes in the other browsers?