I would like to convert Unicode codepoint to character. Here is what I have tried:
$point = dechex(127468); // 1f1ec echo \"\\u{1f1ec}\"; // this w
A similar problem occurs when you want to get a floating point number, say, 12e-4, concatenating pieces. The parsing is done too early in the compiler to allow it. You probably can, however, use eval() to do so. Yuck.
12e-4
eval()