Out-of-box terminal cannot display Emoji #13268

Closed
opened 2026-01-31 03:38:12 +00:00 by claunia · 9 comments
Owner

Originally created by @xlinush on GitHub (Apr 1, 2021).

I just got a new laptop and installed Windows Terminal from the store. The weird thing is emojis cannot be displayed correctly. Initially i thought it was that my font doesn't support powerline, so I verified that and realized it was actually emoji. This never happened on my old machines. Where should I start investigating? Thanks!

image

Originally created by @xlinush on GitHub (Apr 1, 2021). I just got a new laptop and installed Windows Terminal from the store. The weird thing is emojis cannot be displayed correctly. Initially i thought it was that my font doesn't support powerline, so I verified that and realized it was actually emoji. This never happened on my old machines. Where should I start investigating? Thanks! ![image](https://user-images.githubusercontent.com/42554807/113263428-9cde0100-9286-11eb-9d8f-51bbda144baf.png)
claunia added the Issue-QuestionNeeds-TriageNeeds-Tag-FixResolution-Answered labels 2026-01-31 03:38:13 +00:00
Author
Owner

@237dmitry commented on GitHub (Apr 1, 2021):

Where should I start investigating?

Choose correct font. For example "Cascadia Code PL"

        "defaults":
        {
         .....
        //  "fontFace": "TerminessTTF NF",
        //  "fontFace": "Cascadia Code PL",
            "fontFace": "Fantasque Sans Mono",
        .....
@237dmitry commented on GitHub (Apr 1, 2021): > Where should I start investigating? Choose correct font. For example "Cascadia Code **_PL_**" ``` "defaults": { ..... // "fontFace": "TerminessTTF NF", // "fontFace": "Cascadia Code PL", "fontFace": "Fantasque Sans Mono", ..... ```
Author
Owner

@zadjii-msft commented on GitHub (Apr 1, 2021):

Yep, @237dmitry is correct. You need to select a font that supports power line glyphs

@zadjii-msft commented on GitHub (Apr 1, 2021): Yep, @237dmitry is correct. You need to select a font that supports power line glyphs
Author
Owner

@xlinush commented on GitHub (Apr 1, 2021):

@zadjii-msft the screenshot might be misleading. the font i use (Fira Code) supports power line glyphs and they are showing fine. this is what looks like with "fontFace": "Cascadia Mono PL"

image

@xlinush commented on GitHub (Apr 1, 2021): @zadjii-msft the screenshot might be misleading. the font i use (Fira Code) supports power line glyphs and they are showing fine. this is what looks like with `"fontFace": "Cascadia Mono PL"` ![image](https://user-images.githubusercontent.com/42554807/113317754-89ea2180-92c4-11eb-8cde-38f126f52deb.png)
Author
Owner

@DHowett commented on GitHub (Apr 1, 2021):

Sorry, we mis spoke. These are “nerd font” glyphs.

@DHowett commented on GitHub (Apr 1, 2021): Sorry, we mis spoke. These are “nerd font” glyphs.
Author
Owner

@xlinush commented on GitHub (Apr 1, 2021):

hey @DHowett what "nerd font" glyphs are you referring to here?

@xlinush commented on GitHub (Apr 1, 2021): hey @DHowett what "nerd font" glyphs are you referring to here?
Author
Owner

@DHowett commented on GitHub (Apr 1, 2021):

Each glyph in your screenshot that is displayed as an empty box. The PowerLine glyphs are working fine, but some prompts use the additional 1,200 glyphs added by the "Nerd Font" patcher.

@DHowett commented on GitHub (Apr 1, 2021): Each glyph in your screenshot that is displayed as an empty box. The PowerLine glyphs are working fine, but some prompts use the additional 1,200 glyphs added by the "Nerd Font" patcher.
Author
Owner

@xlinush commented on GitHub (Apr 1, 2021):

i don't remember doing any patching on other machines but thanks so much for the help. Aren't nerd fonts already included in Cascadia Code/Mono PL?

@xlinush commented on GitHub (Apr 1, 2021): i don't remember doing any patching on other machines but thanks so much for the help. Aren't nerd fonts already included in Cascadia Code/Mono **PL**?
Author
Owner

@DHowett commented on GitHub (Apr 1, 2021):

No. Like all other powerline-patched fonts, only powerline glyphs are included in the PL variant. We aren't distributing "NF" variants because of the licensing concerns about the company logos and other glyph in the NF variant ☹️

@DHowett commented on GitHub (Apr 1, 2021): No. Like all other powerline-patched fonts, only powerline glyphs are included in the PL variant. We aren't distributing "NF" variants because of the licensing concerns about the company logos and other glyph in the NF variant ☹️
Author
Owner

@xlinush commented on GitHub (Apr 1, 2021):

@DHowett gotcha thanks so much for the background 👍 i'll try some other fix later today

@xlinush commented on GitHub (Apr 1, 2021): @DHowett gotcha thanks so much for the background 👍 i'll try some other fix later today
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13268