这个unicode字符是什么?' \ xf1'
网上是否有查找表?我见过表格,但我无处可以搜索这个字符并得到实际的表示。
感谢
答案 0 :(得分:9)
ñ(ntilde)。
Unicode Hexadecimal: 0x00F1
Unicode Decimal: 241
UCS-2 Hexadecimal: 0xF100
UCS-2 Decimal: 61696
HTML Hexadecimal: ñ
HTML Decimal: ñ
答案 1 :(得分:3)
搜索“unicode character f1”会返回您要求的内容。
http://www.fileformat.info/info/unicode/char/f1/index.htm
请参阅http://www.unicode.org/charts/查看完整的“查找表”(实际上有几百个)。