mySQL: UTF8MB4 conversion failed

Good Morning, does this

ALTER DATABASE
AnyNextcloudDB
CHARACTER SET = utf8mb4
COLLATE = utf8mb4_unicode_ci;

not do this job already? This is was already done when re-installed the app.

All varchar and longtext strings does look like this:

Did I miss something?