Giyu Tomioka is a proficient Water Pillar of the Demon Slayer Corps. He carries a stoic disposition and hates those who don’t abide by the corps’ rules. However, he breaks his own rule by preventing Shinobu from killing Nezuko because he is empathetic towards the Kamado siblings and their situation.
He even vows to commit seppuku if Nezuko tries to hurt anyone, showing his kind nature and resolve.
Giyu is undeniably one of the strongest combatants in Demon Slayer who possesses immense strength and agility and can take down a demon in one fell swoop. However, certain individuals can overpower him and prove this statement wrong.
Three Demon Slayer characters who can defeat Giyu
3) Akaza
In the Infinity Castle Arc, Giyu and the Upper Rank Three demon, Akaza, crosse each other’s path for the first time. Like Kyojuro, Giyu is also capable of holding his own against the demon.
Akaza, surprised by his strength, makes him an offer to become a demon. After awakening his demon slayer mark, Giyu greatly overpowers Akaza.
However, he is able to keep up with the fight only because of Tanjiro. If Giyu had soloed against Akaza, he would have died.
2) Sanemi Shinazugawa
Sanemi is inarguably one of the strongest Hashira in Demon Slayer who has the potential to gain victory over Giyu. Both the characters possess immense speed and endurance, and they also can take on an Upper Rank demon head-on.
However, Sanemi is superior to Giyu as he has an arsenal of tricks like strong control over his muscles and closing his wounds mid-battle without any medical help.
1) Kokushibo
Kokushibo is too powerful against Giyu, and his Moon Breathing, about which most demon slayers are unaware, can take a heavy toll against the latter. After becoming a demon, Kokushibo infused his breathing technique with his Blood Demon Art, making him the second formidable demon after Muzan Kibutsuji in Demon Slayer.
Kokushibo can defeat Giyu without much sweat.
Three Demon Slayer characters who can’t defeat Giyu
3) Gyutaro
Gyutaro was a major antagonist in the Entertainment District arc alongside his little sister, Daki, who also shared the same position as Upper Rank Six among the 12 Demon Moons. Despite being the lowest of the Upper Ranks, Gyutaro showed much of his demonic prowess by making Tengen lose his left arm and his left eye in battle.
However, Giyu would have been a better opponent for the demon and could have defeated him without losing any limbs. His Water Breathing’s Eleventh Form: Dead Calm can counter Gyutaro’s Blood Manipulation with ease.
2) Obanai Iguro
When it comes to speed and endurance, Giyu can embarrass the Serpent Pillar. Obanai is a proficient combatant, but Giyu’s swordsmanship and skills can undermine his abilities in battle.
Giyu also has more experience than Obanai, and his tactical intellect is superior. Although they both share the positions of Pillars in the Demon Slayer Corps, Giyu is much stronger than Obanai.
1) Zenitsu Agatsuma
Zenitsu is known for his unconscious combat and quick executions with just the basic form of Thunder Breathing. He can’t perform any other form of his breathing technique, but he is quite capable of enhancing it to deadly variations like Sixfold, Eightfold, and Godspeed.
However, in front of Giyu, Zenitsu is a much inferior opponent. He is just a newbie, while Giyu possesses greater strength, immense speed, and superior combat experience. If Giyu fights Zenitsu, the latter will lose miserably.
Note: This article reflects the author’s views.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1023705, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1023705); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1023705) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1023705) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJmenrqme5JmmqGZopawtbHRrGSdnZ2ku26%2Fy5qwnqpdmK6vecGemK1ll57GtnmSZqWerpWneri1y6U%3D