这个ASCII字符代码是什么? [英] What is this ASCII character code ?

查看:74
本文介绍了这个ASCII字符代码是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

图片:http://i.stack.imgur.com/6KbfO.png



我想要字符代码的ASCII字符代码,我是红色圆圈。

我希望用C#在单词中显示这个符号。

谢谢!

image : http://i.stack.imgur.com/6KbfO.png

I want ASCII character code of character code which i red circle.
I want display this symbol in word using C#.
Thanks !

推荐答案

没有这样的东西ASCII。您看到的是过时的Microsoft平台的特殊字体,该符号替换普通ASCII字符。你不应该使用它。



相反,你应该使用UnicodeⒶ:U + 24B6。



对于像这样的其他问题,请使用Unicode参考: http://www.unicode.org/charts/ [ ^ ]。请注意,.NET完全基于Unicode。



另请参阅:

http://en.wikipedia.org/wiki/Unicode [ ^ ],

http://www.unicode.org [ ^ ]。



-SA
There is no such thing in ASCII. What you see is a special font for obsolete Microsoft platform, the symbol replacing "normal" ASCII character. You should not use it.

Instead, you should use Unicode Ⓐ: U+24B6.

For other "problems" like this one use Unicode reference: http://www.unicode.org/charts/[^]. Note that .NET is totally based on Unicode.

See also:
http://en.wikipedia.org/wiki/Unicode[^],
http://www.unicode.org[^].

—SA


这篇关于这个ASCII字符代码是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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