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.
我:before{ content: "\1F4C4"; }用来在我的链接之前插入 Entypo webfont 图标。图标未加载到移动 webkit 上。相反,带有 ? 里面展示了他们的位置。
:before{ content: "\1F4C4"; }
奇怪的是,我在任何桌面浏览器中都没有这个问题,包括 webkit。此外,通过<a >📞</a>show 加载的相同图标在移动 webkit 中也很好。
<a >📞</a>
这与 Webkit 中的错误有关。我注意到它只影响超过 4 个字符的 unicode。有关详细信息,请参阅以下答案:
https://stackoverflow.com/a/10641785/2114896