inter icon indicating copy to clipboard operation
inter copied to clipboard

Add U+2304 DOWN ARROWHEAD

Open azapletal opened this issue 4 years ago • 2 comments

I see UP ARROWHEAD (U+2303) but I miss the down variant (or do I oversee something?) The latter might be useful for dropdown menu constructions and the like.

azapletal avatar Nov 26 '21 07:11 azapletal

(I'm assuming you are asking for U2304 "DOWN ARROWHEAD")

It's not in Inter as I haven't seen it used and can't think of a scenario where it would be useful to have it as a glyph in Inter. For UI buttons (eg. "drop down") I'd expect people to use icons (svg, png, an icon font, etc) since a custom UI (one that doesn't use an existing GUI toolkit / "native" stuff) would need many other icons.

U2303 is used for the keyboard control symbol (it is this way because early ANSI keyboards applied XOR to the regular characters when ctrl was pressed, thus the circumflex-like "xor" symbol :-)

rsms avatar Jan 18 '22 19:01 rsms

Thx for your reply :) Well, I completely agree with you when we talk about dedicated UI elements like icon-decorated buttons, user menus etc.. But if you have some sort of inline / text-only situation you might want to have a less obtrusive solution. Just think of a typical restyling of the HTML <select> via pseudo-element ::after. Putting a DOWN ARROWHEAD into "content" does the job. If I had a choice I'd always prefer to use a character from my native font.

azapletal avatar Jan 23 '22 08:01 azapletal

Added in https://github.com/rsms/inter/commit/4b01ef87833d5f3810e16e6b08941ae8dbd4ab5a

einarst8u

rsms avatar Aug 30 '23 18:08 rsms