简体   繁体   English

Unicode 字符是盒子

[英]Unicode characters are boxes

Why is it that some characters show up normally, and some characters (for example, &#3676 - &#3712) show up as boxes?为什么有些字符显示正常,有些字符(例如&#3676 - &#3712)显示为方框? The website I'm using is http://www.tamasoft.co.jp/en/general-info/unicode-decimal.html , and even when I try to return the characters in python, they show up as boxes.我使用的网站是http://www.tamasoft.co.jp/en/general-info/unicode-decimal.html ,即使我尝试在 python 中返回字符,它们也会显示为框。

Note: The character codes end with semicolons注意:字符代码以分号结尾

Some code points are not yet assigned to a character yet.某些代码点尚未分配给字符。 Code point 3676, or U+0E5C as it's commonly written, is one of those.代码点 3676 或通常编写的 U+0E5C 就是其中之一。

As a consequence you don't have to worry about these, as they will not show up in any text.因此,您不必担心这些,因为它们不会出现在任何文本中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM