Thursday, June 26, 2025
32.4 C
Singapore

Steven Cheung, financially struggling, takes to Instagram asking for employment

HONG KONG: Even though singer Steven Cheung took on various jobs to make ends meet, he continues to face financial struggles and has publicly sought help, as reported by VnExpress.

Photo: Instagram/Steven Cheung

He took to Instagram and posted a Story, saying that he was in urgent need of a job opportunity and required HK$6,800 (S$1,116) today, and he said, “Help me,” as reported by The Star

Difficult situation

Cheung’s wife, Au Yin Man, also took to Instagram to share a post about the couple’s difficult situation. In a social media post, she shared her thoughts, saying that sometimes even a small amount of effort can turn things around in life, but then she also added that sometimes, even that’s just not enough.

Cheung and his wife are parents to four young boys, ranging in age from one to five years old. The couple has been struggling to make ends meet.

Behind on their rent

Things are tight for them right now. Au revealed that they’re behind on their rent by a month and a half, and it costs them HK$15,000 monthly. She also mentioned that the landlord is threatening to kick them out if they don’t pay the overdue rent by the end of the month.

See also  Andy Hui performs at Sammi Cheng's concert while Kenneth Ma asks fans to forgive ex-girlfriend Jacqueline Wong

Cheung, 40, has held several jobs to support his family. He’s done everything from setting up cable wires and working on construction sites to handing out flyers, delivering food, and even distributing condoms.

Did not get many roles

If you’re wondering how Cheung got his start, it was in 2003 with a boy band. Before that, they were known as Boy’z but then switched to Sun Boy’z. They were quite popular in Hong Kong and even won several music awards.

However, when the group disbanded in 2008, Cheung attempted to transition into acting, but his career didn’t take off. He didn’t get many good roles.

Cheung tied the knot with Au, who’s 34, back in 2019, but things have been tough for their family, especially after that cheating scandal in 2019, the one with four women, including actress April Leung. Following that, the singer was unable to secure a job, further worsening their financial difficulties.

See also  Kylie Jenner has unfollowed Sofia Richie, Rosalia and more

In 2003, Steven Cheung Chi-hang, 40, a singer from Hong Kong, made his debut as part of the boy group Boy’z. The duo, formed by Emperor Entertainment Group, also included Kenny Kwan. They were quite popular and received multiple music awards in Hong Kong.

In 2005, Kwan left the group and was briefly replaced by Dennis Mak. Then, things shifted in 2006 when William Chan joined, and it was then that they decided to change their name to Sun Boy’z. However, in December 2008, the group officially called it quits.

Hot this week

Jodie Burrage stunned by unusual incident at a tennis match in Eastbourne

British tennis player Jodie Burrage was stunned after losing...

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });