信息图标是否有 HTML 实体?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33878539/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there an HTML entity for an info icon?
提问by Alexcamostyle
I am looking for a basic information icon like this:
我正在寻找这样的基本信息图标:
回答by Alexcamostyle
After some more searching, I myself have found the entity. The code for it is ⓘ
, and it looks like this: ?
经过更多的搜索,我自己找到了这个实体。它的代码是ⓘ
,它看起来像这样: ?
回答by Biffen
There's (U+1F6C8, CIRCLED INFORMATION SOURCE). As an HTML entity: 🛈
.
有(U+1F6C8,循环信息源)。作为 HTML 实体:🛈
.
There are plenty of tools, many online, that let you search for, and get more information about, Unicode characters. My personal favourite is this one.
有很多工具,许多在线工具,可让您搜索并获取有关 Unicode 字符的更多信息。我个人最喜欢的是这个。