如何从字符串中获取unicode字符?

时间:2019-09-24 08:26:19

标签: python unicode

以下代码:

for s in "ɑ̃b":
    print('char:',s)

返回:

  • 字符:ɑ
  • 字符:̃
  • 字符:b

如何修改它以返回unicode字符?

  • 字符:ɑ̃
  • 字符:b

0 个答案:

没有答案