For Unicode Language ( Example: Unicode Bangla in Database Table ) Support Just Change the Table collation using the following query :
ALTER TABLE Table_Name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;