[Discuss] Followup from InstallFest regarding typing of non-ASCII characters

John Abreau abreauj at gmail.com
Mon Oct 8 12:15:48 EDT 2018


There was an issue at the InstallFest the other day where an attendee
running the latest version of Fedora needed help learning how to type
letters with diacritical marks, and we helped her enable the "Compose"
key for this. It turned out that the setting for enabling the Compose
key had been moved out of the normal settings and into the gnome tweak
tools in the latest version of gnome 3.

However, i just discovered another solution for typing unicode
characters that doesn't use the Compose key. It turns out there's a
key sequence for typing any uncode character using its hexadecimal
code point.

The specific example I ran across was for typing the lowercase pi symbol: π.

The code point for this character is U+03C0. To enter it, type
Ctrl-Shift-u, then the code point digits, then a space. When you type
the Ctrl-Shift-u, an underlined "u" is displayed, then when you type
the 03c0, that is also displayed underlined. Then when you type the
space, the underlined "u03c0" is replaced with the lowercase pi
symbol.

Actually, you don't need the leading zero, so Ctrl-Shft-u 3c0 Space
will work as well.

A list of Unicode characters can be found on wikipedia, at

    https://en.wikipedia.org/wiki/List_of_Unicode_characters

Some examples from the wikipedia page:

    British pound - U+00a3 - £
    Degree - U+00b0 - °
    Paragraph - U+00b6 - ¶
    eacute - U+00e9 - é
    Omega - U+03a9 - Ω
    Ellipsis - U+2026 - …
    Smile emoji - U+1f642 - 🙂


-- 
John Abreau / Executive Director, Boston Linux & Unix
Email: abreauj at gmail.com / WWW http://www.abreau.net / PGP-Key-ID 0x920063C6
PGP-Key-Fingerprint A5AD 6BE1 FEFE 8E4F 5C23  C2D0 E885 E17C 9200 63C6



More information about the Discuss mailing list