diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php
index fa73fc8c84..74578b52f6 100644
--- a/wp-includes/formatting.php
+++ b/wp-includes/formatting.php
@@ -2232,6 +2232,8 @@ function sanitize_title_with_dashes( $title, $raw_title = '', $context = 'displa
 		// Strip these characters entirely
 		$title = str_replace(
 			array(
+				// soft hyphens
+				'%c2%ad',
 				// iexcl and iquest
 				'%c2%a1',
 				'%c2%bf',
