English 中文(简体)
为什么在谷歌中,某些特定统法协会的特征不是里德?
原标题:Why Do Some Specific Unicode Characters Not Render in Google Chrome?

在使用同一字体(Arial)的同一机器上,我从 Chrome和IE9获得了不同的文字:

<html>
<head>
</head>
<body style="font-family: Arial;">
IIIIIIIII&#x2AF8;
IIIIIIIII&#x2B46;
IIIIIIIII&#x2A20;
IIIIIIIII&#x27A4;
IIIIIIIII&#x27A7;
IIIIIIIII&#x269E;
IIIIIIIII&#x25B6;
</body>
</html>

It looks like this: enter image description here

www.un.org/Depts/DGACM/index_spanish.htm 为什么发生这种情况? 难道有办法使两条破碎的arrow子正确无误地在IEE中正确无误? (序号1和3)

最佳回答

页: 1 然而,声明不会影响取得很大进展,因为Arial没有包含使用的特殊性。 这意味着浏览器将尝试从不同领域收集精益,其方法可能在此有所变化;国际电子计算方法在很多场合不这样做是不明智的:即使该系统中有一些信条,它往往不能成为一种特性。

为了更好地实现这一点,你需要分析对一般现有体内不同特性的支持,并撰写适当的清单,作为<条码>家庭财产的价值。 您不妨确定不同特性的不同清单,将其归纳在<条码>/条码>内(或,为什么不,<条码>font)。

For example, the first special character U+2AF8 (&#x2AF8;) is present in a few fonts only, though in addition to those listed at http://www.fileformat.info/info/unicode/char/2af8/fontsupport.htm the Cambria Math font contains it, too. So you could use for it

font-family: Cambria Math, Symbola, Quivira, STIX, Code2000;

You should also set the line-height property for the enclosing block element (like p) to a reasonable value , like 1.3. Otherwise the very large inherent line height of Cambria Math may cause too large spacing between lines.

问题回答

Your HTML code is missing a Doctype declaration, but even more importantly, it s missing the Character Set declaration.

阅读本条,以提供更多信息:

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

www.un.org/Depts/DGACM/index_spanish.htm 更可能的是,这些特殊性质从本组织/浏览器的各种违约字体中消失。 如果用户系统没有安装,这一问题将继续存在。 我在Jukka的答复中测试了该守则,我认为该守则是正确的,我无法在Safat Mac中操作,因为这些字体没有安装在我的系统中。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签