Am Mittwoch, 11. Mai 2022 schrieb Steven D'Aprano:
gives me ™ and leads me to the Wikipedia page, which
tells me that it
is the Unicode code point U+2122
Yes. With the hints Nik provided I found it, too:
$ grep -i trade /usr/include/X11/keysymdef.h
#define XK_trademark 0x0ac9 /* U+2122 TRADE MARK SIGN */
#define XK_trademarkincircle 0x0acb
Now you can feed "2122" into kcharselect's input field for "Unicode
Code Point" and find that "™" is in the table. I wouldn't find it
visually grepping the table.
and that on Linux you can type
Compose-TM to get it. Now if only I knew what the compose key on my
keyboard is :-(
Now if I only knew what the "TM" key on my keyboard is! ;-))
I know the compose key here but not the rest of the key combination to
directly print "™" with the keys only.
Thanks!
With kind regards,
Stefan