I have a string that contains some emoji codes converted into hex numeric entities, like for example this:
�
-�
-�
-�
-
What i need is to convert this entities into something readable from javascript when sending from PHP using json_decode
.