自行使用区域 Unicode字符表 自行使用区域符号
字符数量统计: 6400 Unicode编码范围:E000—F8FF代码点
In Unicode, a Private Use Area (PUA) is a range of code points that, by definition, will not be assigned characters by the Unicode Consortium. Currently, three private use areas are defined: one in the Basic Multilingual Plane (U+E000–U+F8FF), and one each in, and nearly covering, planes 15 and 16 (U+F0000–U+FFFFD, U+100000–U+10FFFD). The code points in these areas cannot be considered as standardized characters in Unicode itself. They are intentionally left undefined so that third parties may define their own characters without conflicting with Unicode Consortium assignments. Under the Unicode Stability Policy, the Private Use Areas will remain allocated for that purpose in all future Unicode versions.
Assignments to Private Use Area characters need not be "private" in the sense of strictly internal to an organisation; a number of assignment schemes have been published by several organisations. Such publication may include a font that supports the definition (showing the glyphs), and software making use of the private-use characters (e.g. a graphics character for a "print document" function). By definition, multiple private parties may assign different characters to the same code point, with the consequence that a user may see one private character from an installed font where a different one was intended.
- 点击unicode代码就可以查看该字符/符号的unicode详情,包括unicode代码位、所处平面和区块,HTML实体代码;同时你还可以自定义该符号的视觉效果,和查看该字符/符号在不同进制和编码规则如UTF-16/UTF-32下的顺序标记。
- 有一些代码位/代码点对应的字符/符号是空白的,这证明这个代码位/代码点还没有被分配。
- 有一些字符/符号需要字体的支持才能正确显示,如果没有正确显示(通常显示为一个豆腐块),则证明当前系统没有对应的字体,但是你依然可以复制和使用,只要系统中有对应的字体就会正确显示。
- 有任何问题请联系symbolsign(@)outlook.com。