To insert the characters using a Windows keyboard on a system running the
Microsoft Windows operating system, type the numeric code and then hit Alt-x,
i.e., hit the "Alt" and "x" keys simultaneously, after entering the numeric
code. The numbers are
hexadecimal numbers, so
"A" through "F" represent the numbers 10 through 15; you can use either
lowercase or uppercase letters.
You needed to have a space before the number you enter, though, otherwise
if you attempt to put "ē" in "fēmina," by typing "f" with "0113"
immediately after it, the "f0113" will be replaced with a small box with a
question mark within it. So place a space after the "f," type
0113
, hit Alt-x, then when ē
appears, remove
the space before it. Also note that though Microsoft Word supports this
method of entering vowels with a diacritic mark in a document not all
Microsoft Office
applications allow you to enter Unicode characters by this
method. E.g., for
Microsoft Powerpoint, you will need to use the
Character Map method of entering such characters, instead.
HTML (decimal) | HTML (hexadecimal) | Unicode | Character |
---|---|---|---|
Ā | Ā | 0100 | Ā (A - macron) |
ā | ā | 0101 | ā (a - macron) |
Ă | Ă | 0102 | Ă (A - breve) |
ă | ă | 0103 | ă (a - breve) |
Ē | Ē | 0112 | Ē (E - macron) |
ē | ē | 0113 | ē (e - macron) |
Ĕ | Ĕ | 0114 | ĕ (E - breve ) |
ĕ | ĕ | 0115 | ĕ (e - breve ) |
Ī | Ī | 012A | Ī (I - macron) |
ī | ī | 012B | ī (i - macron) |
Ĭ | Ĭ | 012C | Ĭ (I - breve) |
ĭ | ĭ | 012D | ĭ (i - breve) |
Ō | Ō | 014C | Ō (O - macron) |
ō | ō | 014D | ō (o - macron) |
Ŏ | Ŏ | 014E | Ŏ (O - breve) |
ŏ | ŏ | 014F | ŏ (o - breve) |
Ū | Ū | 016A | Ū (U - macron) |
ū | ū | 016B | ū (u - macron) |
Ŭ | Ŭ | 016C | Ŭ (U - breve) |
ŭ | ŭ | 016D | ŭ (u - breve) |
References: