Example 1
- Date: 1990-05-15
- Time: 08:00
Virgo (Earth)
Sun Taurus, shift floor(8/2)=4 → Virgo.
From birth hour you shift the tropical sun sign by floor(hour/2) signs. That is an educational sketch, not a rising sign from the horizon and an ephemeris.
Here the rising sign is a sun-sign shift from birth hour. This tool is for entertainment and learning, not fortune-telling or life advice. It does not replace personal, medical or financial decisions. Also try the zodiac sign and zodiac element.
Pick a date and enter a time to see the approximate rising sign.
The rising sign in full astrology is the sign on the eastern horizon at birth. It needs exact time, place and ephemerides. This calculator shows only an educational approximation you can reproduce on paper.
The method is explicit. First we take the tropical Sun sign from day and month (the same table as the zodiac sign tool). Then we shift: each full 2 local hours after midnight adds +1 sign in the Aries → … → Pisces order.
Formula: shift = floor(hours_after_midnight / 2), then rising = Sun sign moved by shift places (mod 12). Minutes count as a fraction of an hour (e.g. 14:30 → 14.5 → shift 7).
Example: 15 May 1990 (Taurus) at 08:00. Shift = floor(8/2) = 4. Taurus + 4 signs → Virgo. At midnight (00:00) shift = 0, so rising equals the Sun sign.
Another case: 8 August 1988 (Leo) at 14:30. Shift = floor(14.5/2) = 7. Leo + 7 → Pisces. 1 January 2000 (Capricorn) at 06:00: shift 3 → Aries.
This is not a real sky-map Ascendant. We do not use latitude, time zone, precession or planets. It is a calendar teaching model, not synastry or a daily horoscope.
The element shown with the result is the element of the resulting sign (fire, earth, air, water), as in the zodiac element tool. It helps compare labels, not grade character.
Astrology schools compute rising differently. Here the goal is one repeatable, transparent method you can check without planetary software.
Treat the result as a drill for the 12-sign cycle and the clock. Do not read it as fortune-telling, a personality diagnosis or life instruction.
sun = tropical_table(month, day)
shift = floor( (H + M/60) / 2 ) mod 12
rising = sun + shift in order: Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces.
Educational approximation only. A full Ascendant needs place and ephemerides.
Virgo (Earth)
Sun Taurus, shift floor(8/2)=4 → Virgo.
Taurus (Earth)
Shift 0: rising = Sun sign (Taurus).
Gemini (Air)
Shift 1: Taurus + 1 → Gemini.
Pisces (Water)
Sun Leo, shift floor(14.5/2)=7 → Pisces.
Aries (Fire)
Sun Capricorn, shift 3 → Aries.
Gemini (Air)
Sun Cancer, shift 11 → Gemini.
7 signs
Does 14:00 on 1990-05-15 shift the sign by 7 positions?
Result on the card after fill
What is rising sign (approximate) calculator for 2026-03-02, 10?
An educational approximation: the tropical Sun sign from the date, shifted one sign per full 2 hours after local midnight. It is not a sky map from the birth place.
shift = floor((H + M/60) / 2) modulo 12. Then we add that shift to the Sun-sign index in the twelve-sign cycle.
Because shift = floor(0/2) = 0. Zero shift leaves the starting sign.
Not in this version. We do not use latitude, longitude or time zone. You enter local clock time as HH:MM text.
The zodiac sign uses day and month only. Rising here adds a simple hour-based shift on the same tropical table.
No. A full Ascendant needs ephemerides and location. Here you get a repeatable teaching model for the sign cycle.
HH:MM in 24-hour form, e.g. 08:00 or 14:30. Hours 0-23, minutes 00-59.
No. The calculator is for entertainment and learning. It does not replace professional advice or life decisions.
14 hours from midnight / 2 = 7 signs. The Sun on 15 May is Taurus, plus 7 is Sagittarius in this shortcut. 00:00 stays on Taurus.
No. A blank time is an error, not midnight. Typed 00:00 gives Taurus for 1990-05-15. Leave it blank and nothing returns.