What are these characters: ⎲⎳?

若如初见. 提交于 2019-12-05 03:49:24

It are characters which are specified by Unicode which can cover over one million characters. Practically every character the mankind is aware of is specified in there. You can find details about specific Unicode characters at fileformat.info search.

In order to be able to use them, you've to use an Unicode compatible character encoding, such as UTF-8. Using a different character encoding to present them would only result in Mojibake.

They're unicode (2-byte) chracters. If you know the encoding scheme, you can probably figure out what they are, likely UTF-8.

They are the Unicode characters U+23B2 SUMMATION TOP and U+23B3 SUMMATION BOTTOM. They do not belong to ASCII, no.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!