I was trying to print emoji through python but it shows up as a question mark in the box.
print("\U0001f600")
I was trying to print emoji through python but it shows up as a question mark in the box.
print("\U0001f600")
The Windows default console host (conhost.exe) does not support printing Unicode characters. However, the new Windows Terminal does. Run that code in the Windows Terminal (wt.exe), because it has fully Unicode support.