character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
633 stars 54 forks source link

Abilty to copy as non emoji #365

Closed inoyakaigor closed 1 week ago

inoyakaigor commented 2 weeks ago

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: image

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.

Easy read article for dive in https://mefody.dev/chunks/emoji-to-text/

Thank you in advance!