Star emoji ⭐ not rendered correctly
See original GitHub issueDescribe the bug
The star emoji ⭐ (“White Medium Star”, U+2B50). Does not get rendered correctly (see screenshot below). It is missing the yellow color and is a lot smaller than other emojis.
All other emoji that I tried work as expected.
Steps to reproduce the bug
<Button>⭐</Button>
You can also see this bug when you copy a star emoji (or use the emoji picker) into the search field in the “WinUI 3 Controls Gallery”. However, this issue is not specific to the sample app and reproduces for me in all places that I tried.
Expected behavior
The yellow Microsoft style star emoji should be rendered. https://emojipedia.org/star/
Screenshots

NuGet package version
WinUI 3 - Windows App SDK 1.0 (If you’re seeing your issue in older previews of WinUI 3, please try this release)
Windows app type
- UWP
- Win32
Device form factor
Desktop
Windows version
Windows 11 21H2 (22000.526)
Additional context
Please let me know if any more information on this issue would be helpful to solve this issue.
As the star is quite old (Unicode 5.1) I tried some other emoji from that generation and even older ones, but I was not able to find any other emoji that have the same issue.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)

Top Related StackOverflow Question
Yes, weird When no font is specified, it uses “Segoe UI” and both should be colored, according to : https://www.fileformat.info/info/unicode/char/2b50/index.htm https://www.fileformat.info/info/unicode/char/263a/index.htm
This is by-design from Unicode. In general the correct solution isn’t to force the font, you need to use the variation selector codepoint to force the colored emoji to show.
(So you put the star emoji and the next character (before the space or anything) should be U+FE0F)