microsoft / microsoft/microsoft-ui-xaml

`SymbolIcon` `Target` glyph is invalid

Open
#10,373 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-Icon bug team-Controls
Dominant language
C++
Stars
8.4k
Forks
942
Avg merge
2d 7h
Merged PRs (30d)
105

Description

Describe the bug

SymbolIcon::ConvertSymbolValueToGlyph produces value 0xF5F0 for Target glyph, which is invalid, as this glyph does not exist in Segoe Fluent Icons font:

Image

Steps to reproduce the bug
  1. <SymbolIcon Symbol="Target" />
  2. Observe it renders as "invalid character"
Expected behavior

Should render correctly.

Screenshots

Image

NuGet package version

WinUI 3 - Windows App SDK 1.6.5: 1.6.250205002

Windows version

Windows 11 (24H2): Build 26100

Additional context

Thanks @nvludwig for finding this issue!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at SymbolIcon::ConvertSymbolValueToGlyph and inspect the mapping for the Target glyph, then reproduce the issue with . Done means Target maps to a glyph present in Segoe Fluent Icons and renders correctly instead of as an invalid character.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop, frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.