Loading KAXANTA.

Skip to main content
BA ZI · 八字 · DAY MASTER

What's my Day Master?

In Chinese Four-Pillars astrology your Day Master is the elemental signature of your core self — the Wood, Fire, Earth, Metal, or Water that everything else in your chart relates to. Three inputs, thirty seconds, no signup.

Day · month · year. Between 1900 and 2100.
24-hour · local to the birth city
The Day Master itself depends only on your birth date.
UTC

◆ Embed this quiz on your site (free)

Drop this iframe into any page — practitioner blog, course, or newsletter. Attribution back to KAXANTA is preserved automatically.

<iframe src="https://kaxanta.com/quiz/bazi-day-master/embed" width="100%" height="1175" frameborder="0" loading="lazy" title="What is my Ba Zi Day Master? — by KAXANTA"></iframe>
Prefer no empty space? Auto-fit the height (optional)

The height above is fixed at the tallest a result can be, so the quiz never scrolls inside your page — on a wide layout that leaves some space below it. Add this next to the iframe and it resizes itself instead.

<script>
  addEventListener('message', function (e) {
    if (e.origin !== 'https://kaxanta.com') return;
    if (!e.data || e.data.type !== 'kaxanta:height') return;
    var f = document.querySelector('iframe[src*="kaxanta.com/quiz/"]');
    if (f) f.height = e.data.height;
  });
</script>