<?php $str = "Please join me in this prayer. ��❤️"; var_export( preg_replace_callback( "/&#(\d{5});&#(\d{5});/", function($m) { return iconv("UTF-16BE", "UTF-8", hex2bin(dechex($m[1]) . dechex($m[2]))); }, $str ) );
You have javascript disabled. You will not be able to edit any code.