我是一个巨大的新手,但我想在文档中添加一个 Unicode 字符。我已经尝试阅读所有 Unicode 字符线程,但我发现它很难理解,而且我在尝试吸收所有信息时感到头疼。
<doctype html>
<html>
<head>
<meta name="description" content="description" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="keywords" content="keywords" />
<title>title</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
</head>
<body>
<div id="idtag">
📗
</div>
</body>
</html>
#idtag {
font-family: Tahoma, Helvetica, "Arial Unicode MS", sans-serif;
}
我正在尝试添加U+1F4D7或类似书的任何内容,但是当我查看页面时,我只看到一个挖空的正方形。我不认为我的电脑上有这个符号。我以前使用过 Google 字体,它们只需要 Javascript?我会这样做吗?我该怎么做?