”Win + .” key combination inserts ”??” #12007

Open
opened 2026-01-31 03:03:45 +00:00 by claunia · 0 comments
Owner

Originally created by @patriksvensson on GitHub (Jan 10, 2021).

Environment

Windows build number: 10.0.19041.0
Windows Terminal version (if applicable): 1.4.3243.0

Steps to reproduce

If I press the Win + . key combination and insert an emoji in Windows terminal, it inserts ”??” even if the terminal input/output encoding should support it.

Writing a Unicode sequence representing the emoji from a C# program or PowerShell script outputs the emoji as expected.

Expected behavior

It insert the selected emoji.

Actual behavior

It doesn't insert the emoji.
It inserts "??" instead.

Originally created by @patriksvensson on GitHub (Jan 10, 2021). # Environment ```none Windows build number: 10.0.19041.0 Windows Terminal version (if applicable): 1.4.3243.0 ``` # Steps to reproduce If I press the `Win + .` key combination and insert an emoji in Windows terminal, it inserts ”??” even if the terminal input/output encoding should support it. Writing a Unicode sequence representing the emoji from a C# program or PowerShell script outputs the emoji as expected. # Expected behavior It insert the selected emoji. # Actual behavior It doesn't insert the emoji. It inserts "??" instead.
claunia added the Resolution-Duplicate label 2026-01-31 03:03:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#12007