K
K
Kirill Zhilyaev2016-01-25 19:40:07
PHP
Kirill Zhilyaev, 2016-01-25 19:40:07

How to convert EMOJI to entities like ?

How to convert EMOJI to view entities

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrzej Wielski, 2016-01-25
@kirill_782

code.iamcal.com/php/emoji
To display in html
To convert "crack" to text, use urlencode/urldecode Get a
value like %F0%9F%98%80
dispense with:

<?php
echo strtoupper(str_replace(array('"', '\u'), array('',' '), json_encode('символ')));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question