html_entity_decode unicode
Например, чтобы преобразовать ☦
в ☦
html_entity_decode($text,ENT_NOQUOTES,'UTF-8')
Реальный пример:
<meta name="description" content="<?=htmlspecialchars(html_entity_decode($description,ENT_NOQUOTES,'UTF-8'))?>"/>