Skip to content Skip to sidebar Skip to footer

Does All Windows Command Prompt Not Support Emoji?

I was trying to print emoji through python but it shows up as a question mark in the box. Please help me. print('\U0001f600')

Solution 1:

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.


Post a Comment for "Does All Windows Command Prompt Not Support Emoji?"