是否有一个看起来像“键”的Unicode字形?图标? [英] Is there a Unicode glyph that looks like a "key" icon?

查看:191
本文介绍了是否有一个看起来像“键”的Unicode字形?图标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Unicode有一百万个类似图标的字形,但它们并不总是很容易搜索,因为我并不总是知道它们的样子。

Unicode has a million icon-like glyphs, but they're not always easy to search by, since I don't always know what they look like.

是否有一个看起来像密钥的Unicode字形?或者是否有一个符号在数据库圈中用来表示主键,其中在Unicode中?

Is there a Unicode glyph that looks like a "key"? Or is there a symbol that's used in database circles to mean "primary key", which is in Unicode?

推荐答案

我使用了一个小的Python 3脚本来查看,我发现的最接近的内容并不会显示在我这里(在我的机器上显示为Idle),但它是:

I used a little Python 3 script to look, and the closest I found does not display here for me (does display in Idle on my machine), but it is:

9897 ⚩ HORIZONTAL MALE WITH STROKE SIGN

(看起来像一个男性标志指向右边,在箭头和圆圈之间添加一个垂直笔划)

(Looks like a male sign pointed right with a perpendicular stroke added between the arrow and circle)

我搜索了unicode名称中的KEY和LOCK等各种匹配项使用Python的unicodedata模块,没有运气。

I searched for various matches like "KEY" and "LOCK" in the unicode names using Python's unicodedata module and no luck there.

编辑添加 - 啊哈 - 一个看起来更像是一把钥匙:

Editing to add - Ah hah - one that looks even more like a key:

9911 ⚷ CHIRON

我以十进制的形式给出了上述两个代码点。要查看它们及其十六进制代码,请转到此链接:

I give both of the above code points in decimal. To see them and their hex codes, go to this link:

http://www.unicode.org/charts/PDF/U2600.pdf

特别是Chiron的26B7 。

See 26B7 in particular for the Chiron.

这篇关于是否有一个看起来像“键”的Unicode字形?图标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆