Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji ⚓️Will Display a Black X with a square #47

Open
CoelWu opened this issue Aug 7, 2021 · 1 comment
Open

Emoji ⚓️Will Display a Black X with a square #47

CoelWu opened this issue Aug 7, 2021 · 1 comment

Comments

@CoelWu
Copy link

CoelWu commented Aug 7, 2021

When I use this emoji ⚓️, A black square(or sometimes with X in it) will be displayed after it.

Emoji.WPF Sample Program
image

My Program which use emoji.wpf's TextBlock:
image

I think this might be a possible bug? I'm using Microsoft's default emoji, not 3rd party's

@samhocevar
Copy link
Owner

Yes, this is a bug (same as issue #18). It happens because there are two ways to write the Anchor emoji in Unicode: either U+2693 alone (⚓), or U+2693 U+FE0F (⚓️). They look exactly the same, but for the moment Emoji.Wpf is unable to render the latter without that extra rectangle for now.

I’ll have a closer look at this issue soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants