3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Please join me in this prayer. &#55357;&#56911;&#10084;&#65039;"; 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 ) );

preferences:
28.05 ms | 407 KiB | 5 Q