[Cryptography] Missing symbol annoyance with unicode technical standard.
Dennis Hamilton
orcmid at msn.com
Tue Dec 17 13:27:53 EST 2024
> On Monday, December 16, 2024 16:49 Ray Dillinger wrote:
> In designing a text UI for an application where the users actually do some key management, it would be nice if unicode had a "keyhole" icon, distinct from the various "lock" icons.
> Anybody got a good idea what block such a thing ought to go in?
The only "lock" code points I could find are U+1F512 closed lock and U+1F513 open lock. These are in the "Miscellaneous Symbols and Pictographs" area, U+1F300 - U+1F5FF. I don't know that there are flavors elsewhere (e.g., under Emoticons). I do see different renders of "unlocked," some with the hasp shown rotated, but I don't see any other code points.
Assuming you don't want to go through a request to the Unicode Consortium for a new glyph and codepoint, the available places for private use are
U+1F300 - U + 1F5FF (with end-user usage recommended to start at the low end),
U+F0000 - FFFFD, and
U+100000 - U+10FFFD.
Use in interchange depends on agreement among the parties, and that's all outside of the Unicode standardization provisions.
Is this even close to what is being asked for?
- Dennis
More information about the cryptography
mailing list