<?php hexdec(string $hex_string): int|float
<?php $l = strlen($match[1]); if ($l % 2) { $code = hexdec($match[2]); if (0xD800 <= $code && 0xDFFF >= $code) {