Create database and user on "databases" page accessable from cpanel
Check first
use <database>;
show variables like "character_set_database";
Then open phpMyAdmin and run the following:
ALTER DATABASE db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;