gpt4 book ai didi

string - python : Printing unicode characters beyond FFFF

转载 作者:行者123 更新时间:2023-12-04 04:49:07 37 4
gpt4 key购买 nike

在 Python 3 上打印 unicode 字符可以这样打印:

print('\uFFFF')

但是如何打印更高的 unicode 字符,如 001FFFFF? print('\u001FFFFF') 只会将 001F 打印为 unicode 字符,然后打印 4 次 F。尝试使用 print('\u001F\uFFFF') 将导致 2 个 unicode 字符而不是想要的字符。是否可以在 Python 3 中以某种方式打印 unicode 字符 001FFFFF?

最佳答案

使用大写的 U。

print('\U001FFFFF')

关于string - python : Printing unicode characters beyond FFFF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17703964/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com