Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 HTML5 页面上使用了一个虚拟键盘,它具有某些 unicode 字符,例如勾号 (✔) 和十字 (✘)。我无法在我的页面上显示它们。
我关注了这个论坛并在标签<meta charset="UTF-8">之前/之内添加了,<head>但我仍然将字符作为虚拟键盘上的方框。
<meta charset="UTF-8">
<head>
任何线索我哪里出错了?
多谢你们。
PS:我使用的是 Verdana 字体,这是根据客户的要求。
您应该检查您在该页面上使用的字体是否包含这些字符。