admin管理员组文章数量:1313146
Apple released iOS 8.3 recently. They added a lot more Emojis and all of them are rendered in mobile safari now. For Example ▶ will be rendered to an emoji icon. is there a way to disable emoji rendering? For example via CSS or JavaScript?
Apple released iOS 8.3 recently. They added a lot more Emojis and all of them are rendered in mobile safari now. For Example ▶ will be rendered to an emoji icon. is there a way to disable emoji rendering? For example via CSS or JavaScript?
Share Improve this question asked Apr 10, 2015 at 17:25 Dev0rDev0r 3094 silver badges14 bronze badges1 Answer
Reset to default 11Yes you can disable these on a character by character basis by using the proper variant glyph.
The following example will render the black right pointing triangle as emoji as no variant is specified.
▶
However, if you specify the proper variant glyph you'll get the text.
▶︎
Generally speaking, ︎
gets you the text version and ️
or not otherwise specified gets you the emoji version.
See http://anthonyticknor./demos/emoji/ for an example in practice for the left arrow and the black heavy heart. I picked up most of what I did there from http://mts.io/2015/04/21/unicode-symbol-render-text-emoji/
本文标签: javascriptiOS 83 Mobile Safari disable emoji renderingStack Overflow
版权声明:本文标题:javascript - iOS 8.3 Mobile Safari disable emoji rendering - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741927267a2405364.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论