### Description The following code: ```php <?php $name = 👌 $name = strrev($name); echo $name; //���� ```` Resulted in this output: ``` ���� ``` But I expected this output instead: ``` 👌 or inverse codepoints ``` ### PHP Version 8.2.26 ### Operating System Debian 12