Python打印表情

self.info('清理成功%s' % (chr(0x1f600)))
=================
for i in range(0x1f600,0x1f650):
print(chr(i),end=" ")
if i%16==15:
print()

原文地址:https://www.cnblogs.com/tarzen213/p/14293291.html