当前位置:  开发笔记 > 编程语言 > 正文

Windows ASCII Character/HTML Entity/Unicode

如何解决《WindowsASCIICharacter/HTMLEntity/Unicode》经验,为你挑选了4个好方法。

I was wondering if there is a HTML entity code or ASCII Character for the windows logo. The one that is visible on the windows key (between Ctrl and Alt).

I would've Google'd it however I did not know what to Google and a lot of the characters can't even be seen on Windows so I wouldn't have known if I had seen it.

One of the reasons I am asking this is so instead of saying Windows Key I can actually have the logo in there.

If there isn't a logo available, is there one that closely resembles it and can be easily understood.

Also, as a added question but still relevant, is there a client side program that can be installed to see the currently unavailable ascii/unicode/entity characters on Windows?

Adám.. 13

⊞(U + 229E):或加粗.

但是,微软每隔几个版本就一直在更改徽标.

对于Windows Vista/7,它看起来最好用粗体斜体.



1> Adám..:

⊞(U + 229E):或加粗.

但是,微软每隔几个版本就一直在更改徽标.

对于Windows Vista/7,它看起来最好用粗体斜体.



2> Hans Passant..:

公司徽标不包含在Unicode字符集中.出于显而易见的原因,除了那些公司一直在改变他们的标志.就像微软一样.你要避免公司的营销部门立即淘汰你的产品:)

您可以在其中一种符号字体中找到非标准字形,即映射不在Unicode字符集中的字形的字体.在Windows上,徽标包含在Wingdings字体中,字符代码为U + 00FF.使用Charmap.exe小程序查看它.它是旧标识,而不是当前的矩形标识.可能仍然合适,用户键盘上的键帽可能仍然是旧键盘.或者计算机用户仍然知道Save命令的图标是软盘的方式,即使在过去的10多年里没有人见过它:)如果你把它放在网页上,那么Apple和Linux的用户是当然不太可能是快乐的露营者,并且可能很快离开.

一个Charmap.exe截图:

在此输入图像描述



3> Jukka K. Kor..:

正如在@ HansPassant的回答中所解释的那样,实际上没有足够的方法将"Windows徽标"(更恰当地称为"Windows图标")用作角色.从理论上讲,你可以使用私有代码点,但是你需要在该代码点中包含它的字体,当然这不会可靠地工作; 私人使用代码点根据定义供私人协议使用,不应在公共信息交换中使用(尽管"图标字体"就是这样).

正如答案中所提到的,Wingdings字体在代码点U + 00FF处有一个"Windows徽标",其中应该出现字母"ÿ".这意味着你可以使用

ÿ

或者,等效地,

ÿ

当然,在任何不存在名为Wingdings的字体的系统中,用户会在默认字体中看到字母"ÿ".这也发生在Windows上的Firefox中,因为浏览器显然拒绝玩这种字体游戏.可以说,这是正确的行为:如果您要求浏览器以特定字体显示字符,例如"ÿ",并且该字体不包含该字符的字形,则浏览器应拒绝并使用其他字体.



4> Adám..:

W Marlett字体中的)可以为用户提供他当前正在使用的计算机的Windows徽标版本。例如,在Windows 7上:

推荐阅读
郑谊099_448
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有