Does Tkinter support 16bit range characters, because I can not print emojis in the gui, when printing in python terminal, it works fine
>> print("π")
>> π
but in tkinter, it shows this error:
_tkinter.TclError: character U+1f618 is above the range (U+0000-U+FFFF) allowed by Tcl