Timing, streaming details, what to expect, and more
The Bleach Jump Festa 2023 Super Stage EX is set to begin at 7:00 pm JST on Saturday, December 17, 2022. With the first cour of the smash-hit TYBW anime series set to end just weeks after the event, many fans expect information on the second cour to be revealed at the panel.
However, there are currently no rumors, reports, or official news on what fans can expect from the Bleach Super Stage EX at Jump Festa 2023. While many fans are speculating on what will be on offer, nothing is close to confirmed as of writing.
Follow along as this article fully breaks down all currently available release information for Bleach’s Jump Festa 2023 stage while speculating on what to expect.
Bleach’s Jump Festa 2023 Super Stage EX information is a mystery, with no leaks or rumors available
Start date and time, where to watch
As mentioned earlier, The Bleach Jump Festa 2023 Super Stage EX is set to begin on Saturday, December 17, 2022, at 7:00 pm JST. The panel will run for 40 minutes, ending at 7:40 pm JST, per the official Jump Festa website.
Like in previous years, fans can watch the panel on Jump Festa’s YouTube channel, its official website, or smartphone application. All three will provide access to a variety of livestreams for the day’s events. All Super Stage EX panels are expected to fall into this category and be livestreamed.
The panel is set to begin at the following times in the corresponding time zones:
- Pacific Standard Time: 2:00 am, Saturday, December 17
- Eastern Standard Time: 5:00 am, Saturday, December 17
- Greenwich Mean Time: 10:00 am, Saturday, December 17
- Central European Time: 11:00 am, Saturday, December 17
- Indian Standard Time: 3:30 pm, Saturday, December 17
- Philippine Standard Time: 6:00 pm, Saturday, December 17
- Japanese Standard Time: 7:00 pm Saturday, December 17
- Australia Central Standard Time: 7:30 pm, Saturday, December 17
What to expect and panel guests
Currently announced panel guests for the Jump Festa 2023 Bleach Super Stage EX include the series’ creator, author, and illustrator, Tite Kubo. Also in attendance will be Seiichi Morita, voice of Ichigo Kurosaki, Noriaki Sugiyama, voice of Uryu Ishida, Fumiko Orikasa, voice of Rukia Kuchiki, Kentaro Ito, voice of Renji Abarai, Ryotaro Okiayu, voice of Byakuya Kuchiki, and MC Chiaki Matsuzawa.
As mentioned earlier, there are currently no rumors, reports, or official news on what fans can expect at the Jump Festa 2023 Bleach Super Stage EX. However, one of the most likely possibilities is information regarding the second cour of the TYBW anime. With just two episodes left and no release information announced for the second cour, fans are positive this will come at the event.
Beyond this, fans can expect a Q&A session with the various panel guests, likely centered on their love for the series and how happy they are to be playing these beloved characters again.
Regardless of what is or isn’t announced, fans will surely at least be able to find pleasure in seeing these voice actors discuss their love for the series and the characters they play.
Be sure to keep up with all Bleach: TYBW anime news, as well as general anime, manga, film, and live-action news as 2022 progresses.
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": 1331329, "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(1331329); 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(1331329) >= 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(1331329) .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 }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJmenrqme8GlnJqbmGLAtrzEq2SsrJGcsm6x12ahrqWgYrOmv9OaZGtoYmh6tbXMoqWgZaOpv6atzKKloGWUmsGitcusZJ6woJqwtQ%3D%3D