PUZZLE #4639: Elder Futhark Decoding (diff 6)
Decode the Elder Futhark runes using this alphabet key. Then assemble the letters into the answer word.
DATA
| Difficulty |
6
|
| Rune Text |
ᚨ ᛃ ᚦ ᛏ ᛗ ᚲ ᛟ ᛁ ᛃ ᛁ
|
| Alphabet |
{
"\u16a0": "F",
"\u16a2": "U",
"\u16a6": "T",
"\u16a8": "H",
"\u16b1": "A",
"\u16b2": "R",
"\u16b7": "K",
"\u16b9": "G",
"\u16ba": "W",
"\u16be": "H",
"\u16c1": "N",
"\u16c3": "I",
"\u16c7": "Z",
"\u16c8": "J",
"\u16c9": "X",
"\u16cb": "P",
"\u16cf": "S",
"\u16d2": "B",
"\u16d6": "T",
"\u16d7": "E",
"\u16da": "M",
"\u16dd": "L",
"\u16df": "O",
"\u16de": "I"
}
|
| Hint |
Map each rune symbol back to its Latin letter using the alphabet key. 10 rune symbols = 10 letters. Concatenate to form the answer word.
|
| Answer Format |
lowercase word, no spaces or punctuation
|
author's note: Pool fill: runes diff 6
— website sponsored —
[ ad space ]