The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
What is Stunna Girl’s real name as she stars on Baddies West? Mon 30 January 2023 14:03 Kiesha Dosanjh
What is Stunna Girl’s real name as she stars on Baddies West? Mon 30 January 2023 14:03 Kiesha Dosanjh
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Baddies West is only just getting started, and new Baddie who goes by Stunna Girl has already provided us with all the drama, but what is her real name?
Some fans may have recognized rapper Stunna Girl before Baddies West. The star is most known for the song Runway which went viral on TikTok in 2019.
We look closer at the Baddies West star’s real name, zodiac sign, and where she’s from.
However, she has gone by the stage name Stunna Girl ever since she started her career, and the name is used on her Spotify, Instagram, and in Baddies West.
Speaking to Office about her name, Stunna Girl said: “Well, I was named after the singer Sade. I always looked up to her. I thought she was so cool.”
As per Famous Birthdays, Stunna Girl was born on July 2 1998, which means her zodiac sign is Cancer.
British Vogue states that Cancer’s are highly sensitive and will usually act on their initial, gut feeling about a situation.
They publication also writes that a Cancer’s mood is known to fluctuate pretty quickly, and they’re also more sensitive to criticism and rejection.
Baddies West fans have taken to Twitter to express how it all makes sense to them now they know Stunna Girl’s zodiac sign.
One tweeted: “Stunna girl being a Cancer makes so much sense. We will fight anybody, anytime, anywhere if need to be. #BaddiesWest.”
Where is the Baddies West star from?
Stunna Girl hails from Sacramento California.
Speaking to DJ Smallz Eyes in 2018 Stunna Girl said she was from Oak Park ‘to be exact.’
She then spoke about her upbringing in the town: “Growing up in Sacramento there’s a lot of haters and jealousy,” she explained.
Later on in the interview, the star opened up about her upbringing saying it was “rough,” the roughest part being when her mom went to prison for two years.
The star said it put her in a “different position in life” when she was just 12 years old.
WATCH BADDIES WEST SUNDAYS AT 8 PM ON THE ZEUS NETWORK
AND GET FREAKY WITH US ON INSTAGRAM, FACEBOOK, TWITTER AND TIKTOK