使用下面直接进行处理
$str = preg_replace('/[\x{10000}-\x{10FFFF}]/u', '', $str);

相关文章: