HTML-Renderer
HTML-Renderer copied to clipboard
Support for emojis
Hi, I tried to render a piece of HTML containing emojis, but they are not displayed - each one is replaced by a couple of empty square blocks.
Perhaps you can provide me with the necessary info so I can help fix this?
I got it to work (using the Avalonia-HtmlRenderer version) using the HTML entities for the emoji's Unicode codepoint.
So for example to show 👀 the codepoint is U+1F440. Then in the HTML you substitute the U+ with &#x so it becomes 👀.
Codepoints are here: https://emojipedia.org/