<?php $str = 'โฌ๐A๐ยข'; $r = preg_match_all('|[\x{10000}-\x{10FFFF}]|u', $str, $matches); var_dump($matches[0]);
You have javascript disabled. You will not be able to edit any code.