diff --git a/apps/user_status/lib/Service/EmojiService.php b/apps/user_status/lib/Service/EmojiService.php
index bb0506d242fb5ac5d9a7ef45d3a605d172955584..b55be89f290be8c3efa689612675d601a1221318 100644
--- a/apps/user_status/lib/Service/EmojiService.php
+++ b/apps/user_status/lib/Service/EmojiService.php
@@ -81,7 +81,8 @@ class EmojiService {
 			// just continue and check the next character
 			if ($codePointType === \IntlChar::CHAR_CATEGORY_MODIFIER_SYMBOL ||
 				$codePointType === \IntlChar::CHAR_CATEGORY_MODIFIER_LETTER ||
-				$codePointType === \IntlChar::CHAR_CATEGORY_OTHER_SYMBOL) {
+				$codePointType === \IntlChar::CHAR_CATEGORY_OTHER_SYMBOL ||
+				$codePointType === \IntlChar::CHAR_CATEGORY_GENERAL_OTHER_TYPES) {
 				continue;
 			}