问题 I've checked other answers, but cant see why my code incorrectly displays ♔. This is what I currently see Here is the relevant code about the text rendering. font = pygame.font.SysFont('Tahoma', 80, False, False) queenblack = "♔" queenblacktext = font.render(queenblack, True, BLACK) screen.blit(queenblacktext, [80, 80]) pygame.display.flip() All help us appreciated, thanks. Im using python 3.8, and using Pycharm. 回答1: The unicode character is not provided by the "Tahoma" font. Use the