General
Converts Latin symbols into unicode characters of the fictional runes in the
Armanen set. It's cobbled together from the runic characters available in Unicode.
You'd obviously need a font of some sort to have proper armanen symbols display, but I can't be bothered to make one right now.
made by Lumos @ zerovector.eu
Notes
- Os: for
o
, I have chosen to use the Oss rune ᚩ.
- You can get Odal ᛟ by inputting
o=
or œ.
- Thorn: You can get the runic Thorn ᚦ by using the Unicode thorn þ, or typing
t=
.
- Gibor: there is no real runic "G" that looks like the Gibor symbol. I have therefore chosen to bind
g
to the Gyfu rune ᚷ. The letter Ƶ resembles Gibor somewhat, so that's also available to you through g=
for ƶ (and capital G=
for Ƶ). It's probably never going to look well if used in practice, but that's going to depend on the fonts you're using, so the option is there.
- Capital letters in the input will work, without changing the output. (Except for ƶ as noted above.)
- Reverse translation (typing in the runes and getting letters) works too.
Conversion Rules
Conversion is done per-character, according to the following rules. You can use capital input letters, they'll work too. The only output "rune" which can be capital is ƶ
, which will become a Ƶ
if you use a capital G to make it.
Input (lowercase) |
Input (uppercase) |
Output |
f |
F |
ᚠ |
u |
U |
ᚢ |
þ |
Þ |
ᚦ |
t= |
T= |
ᚦ |
o |
O |
ᚩ |
o= |
O= |
ᛟ |
œ |
Œ |
ᛟ |
r |
R |
ᚱ |
k |
K |
ᚴ |
h |
H |
ᚼ |
n |
N |
ᚾ |
i |
I |
ᛁ |
a |
A |
ᛆ |
s |
S |
ᛋ |
t |
T |
ᛏ |
b |
B |
ᛒ |
l |
L |
ᛚ |
m |
M |
ᛘ |
y |
Y |
ᛦ |
e |
E |
ᛅ |
g |
G |
ᚷ |
g= |
|
ƶ |
|
G= |
Ƶ |
↓ Read more... ↓