I would like to convert Unicode codepoint to character. Here is what I have tried:
$point = dechex(127468); // 1f1ec echo \"\\u{1f1ec}\"; // this w
Actually find the solution after several hours:
$unicode = '1F605'; //