Symbol: ᛃ Name: Jera (pronounced "YEH-rah" or "YEAR-ah") Literal Meaning: Year, Harvest, Season Unicode: U+16C3 UTF-8: E1 9B 83
Jera represents the harvest—the reward for patience, hard work, and right timing. It's the rune of the agricultural year, the turning of seasons, and the natural cycles that govern life. After the stillness of Isa (ice/winter), Jera brings the harvest (summer/autumn)—movement returns and effort is rewarded.
In agricultural societies, the harvest was literally life or death. A good harvest meant survival through winter; a bad one meant starvation. Jera represents not just the harvest itself but the entire cycle: planting, tending, waiting, and finally reaping what you've sown.
Jera (ᛃ) resembles two angles or chevrons facing each other (< >), or the letter "S" on its side. Some see it as:
- Two halves of the year meeting
- Seeds sprouting and growing
- The cycle of seasons turning
- A wheel in motion (the wheel of the year)
The symmetrical shape suggests balance and completion of cycles.
Name: Jera Sound: "Y" as in "yes" or "year"
This rune represented the /j/ sound (like English "Y") in Old Norse. The name is pronounced "YEH-rah" or "YEAR-ah," from the Proto-Germanic jēra meaning "year" or "harvest."
- Harvest and reward
- Cycles and seasons
- Natural timing and patience
- Reaping what you've sown
- The turning of the year
- Effort leading to results
- Upright: Harvest time, rewards coming, patience paying off, natural conclusion to cycles, right timing, success through proper preparation
- Reversed: Jera is often considered the same reversed (cycles continue regardless), though some interpret it as poor harvest, bad timing, or failure to plan properly
Jera teaches essential truths about time and effort:
- You cannot harvest before you plant
- Natural processes have their own timing
- Patience and work bring rewards
- Everything has its season
- What you sow, you will reap (karma)
This rune reminds us that we live within natural cycles, not against them. Fighting against the seasons is futile; working with them brings abundance.
Jera was central to agricultural and temporal magic:
- Harvest blessings for good yields
- Timing rituals to align with seasons
- Fertility magic for crops and livestock
- Patience spells (trusting the process)
- Legal matters (waiting for just resolution)
The rune was carved on agricultural tools, carved into boundary stones, and invoked at seasonal festivals (like the harvest blót).
Norse culture followed the agricultural calendar closely:
- Spring: Planting and new beginnings
- Summer: Growth and abundance
- Harvest: Reaping rewards
- Winter: Rest and preservation
Jera represents this entire cycle, reminding us that each season has its purpose and none can be skipped.
// JavaScript example: Jera and cyclical processes
class HarvestCycle {
constructor(cropName) {
this.jera = '\u16C3';
this.crop = cropName;
this.phase = 'fallow';
this.effort = 0;
this.season = 0;
}
plant() {
if (this.phase !== 'fallow') {
return `Cannot plant - field is ${this.phase}`;
}
this.phase = 'planted';
this.effort += 10;
console.log(`${this.jera} ${this.crop} planted. Effort invested: ${this.effort}`);
return "Seeds in the ground. Now we wait...";
}
tend() {
if (this.phase !== 'planted' && this.phase !== 'growing') {
return `Nothing to tend - phase is ${this.phase}`;
}
this.phase = 'growing';
this.effort += 20;
console.log(`${this.jera} Tending ${this.crop}. Effort: ${this.effort}`);
return "Watering, weeding, protecting. Growth takes time.";
}
wait(seasons) {
console.log(`\n${this.jera} Time passes - ${seasons} season(s) go by...`);
this.season += seasons;
if (this.season >= 3 && this.phase === 'growing') {
this.phase = 'ready';
console.log(`${this.jera} The ${this.crop} is ready for harvest!`);
}
}
harvest() {
if (this.phase !== 'ready') {
return `${this.jera} Not yet! Current phase: ${this.phase}. Patience required.`;
}
const yield_amount = this.effort * 2; // Effort is rewarded
this.phase = 'fallow';
const stored_effort = this.effort;
this.effort = 0;
console.log(`\n${'='.repeat(50)}`);
console.log(`${this.jera} HARVEST TIME ${this.jera}`);
console.log(`Effort invested: ${stored_effort}`);
console.log(`Yield: ${yield_amount} units of ${this.crop}`);
console.log(`Reward ratio: ${yield_amount / stored_effort}x`);
console.log(`${'='.repeat(50)}\n`);
this.season = 0;
return `As you sow, so shall you reap!`;
}
status() {
console.log(`\nCrop: ${this.crop} | Phase: ${this.phase} | Season: ${this.season} | Effort: ${this.effort}`);
}
}
// Example usage
const wheat = new HarvestCycle('wheat');
wheat.status();
wheat.plant();
wheat.tend();
wheat.wait(1);
wheat.tend();
wheat.wait(2);
wheat.harvest();
wheat.status();
// Demonstrates: you reap what you sow, in due time- Meditate on Jera when feeling impatient
- Use it to trust natural timing
- Contemplate what you've "planted" in your life
- Reflect on cycles you're currently experiencing
Traditionally, Jera was invoked:
- For successful completion of long-term projects
- In legal matters (justice/harvest arriving in time)
- For fertility and abundance
- To align with natural timing
Jera embodies what we might call "the law of the harvest":
- You must plant before you harvest (effort before reward)
- You reap what you sow (wheat seeds don't produce barley)
- You cannot harvest prematurely (timing matters)
- The harvest reflects the effort (tend well, harvest well)
This applies to all areas of life: relationships, career, spiritual development, health. There are no shortcuts around natural cycles.
Interestingly, Jera was sometimes used in legal contexts. Justice, like harvest, comes in its own time—not always when we demand it, but when conditions are right. The phrase "the wheels of justice turn slowly" echoes Jera's patient, cyclical nature.
What you put into the world (good or ill) will eventually return to you—harvest of a different kind.
Following Isa (ice/stillness), Jera is particularly meaningful. Winter's freeze gives way to spring's thaw and eventually summer's harvest. The stillness wasn't permanent—it was a necessary phase in a larger cycle.
This sequence teaches: when things feel frozen (Isa), trust that movement will return (Jera). The harvest follows winter as surely as dawn follows night.
- Jera represents the harvest, natural cycles, and right timing
- It teaches that effort and patience bring rewards
- The rune embodies "you reap what you sow"
- It's pronounced "YEH-rah" or "YEAR-ah"
- In Unicode, it's U+16C3
Why did the Viking farmer love Jera? Because it was the only time his dad jokes yielded groans by the bushel!
Draw Jera:
- Draw two angular brackets facing each other: < >
- Visualize the cycle of seasons as you draw
- Think of something you've invested effort in
Reflection:
- List areas where you've "planted seeds"
- Assess which are ready for "harvest"
- Say "Jera" while trusting natural timing
- Ask: Am I trying to harvest before planting? Am I being patient with natural cycles?
Previous: Chapter 12 - Isa (ᛁ) | Next: Chapter 14 - Eihwaz (ᛇ): The Yew Tree