这些“ \e6 ##”是做什么用的?字符是什么意思? [英] What do these "\e6##" characters mean?

查看:252
本文介绍了这些“ \e6 ##”是做什么用的?字符是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

https://www.keysurgical.com/assets/scss/objectsCustom/ _icons.scss

我试图弄清楚所有这些 \e6 ##引用的含义。

I'm trying to figure out what all these "\e6##" references mean. Is "\e" some sort of special character?

.icon-logo-mark:before {
    content: "\e601";
}
.icon-burger:before {
    content: "\e602";
}
.icon-arrow-down:before {
    content: "\e603";
}


推荐答案

简单地说,它们是Unicode参考。例如, \e601是十六进制代码0xe601。如果您转到此处: http://unicodelookup.com/#0xe601/1 ,您会看到该字符的条目完全空白。它属于Unicode字符集的一部分,仅供私人使用。含义图标库等可以将所需内容放置在这些位置,而不必担心会覆盖诸如世界上任何一个字母或汉字这样的通用字符。

Put simply, they're Unicode references. The "\e601", for example, is the hex code 0xe601. If you go here: http://unicodelookup.com/#0xe601/1 you'll see that the entry for that character is totally blank. It's in a part of the Unicode character set reserved for "private" use. Meaning icon libraries and the like can place whatever they want in those spots and not have to worry about overriding common characters like those of any of the alphabets of the world or a Chinese character, for instance.

这篇关于这些“ \e6 ##”是做什么用的?字符是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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