The MS Store just recommended this app to me, and it's awesome!
I have a suggestion for functionality: ability to copy glyph as non emoji. For example the ☀︎ sign:
I hope github's text editor won't broke a sample:
☀️
☀︎
To copy as non emoji we need just add 0xFE0E (unicode table) to symbol.
Also there is a possibility to force render as emoji. Just add 0xFE0F to symbol.
It can be helpful for web developers and for one's who don't like damn emoji's.
The MS Store just recommended this app to me, and it's awesome! I have a suggestion for functionality: ability to copy glyph as non emoji. For example the
☀︎
sign:I hope github's text editor won't broke a sample:
To copy as non emoji we need just add
0xFE0E
(unicode table) to symbol. Also there is a possibility to force render as emoji. Just add0xFE0F
to symbol.It can be helpful for web developers and for one's who don't like damn emoji's.
Easy read article for dive in https://mefody.dev/chunks/emoji-to-text/
Thank you in advance!