J
J
JRazor2015-04-24 09:40:39
Python
JRazor, 2015-04-24 09:40:39

The number in the square: what is the symbol and how to detect it?

Hello. There is a number that is in a square on the page. How to recode this character into a more understandable form (unicode or something similar) so that it can be easily found on the page?
8⃣9⃣2⃣2⃣6⃣1⃣2⃣6⃣9⃣9⃣6⃣�

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
bobrovskyserg, 2015-04-24
@JRazor

Python3

print("8⃣9⃣2⃣2⃣6⃣1⃣2⃣6⃣9⃣9⃣6⃣".replace(chr(8419),''))

V
Vladimir Martyanov, 2015-04-24
@vilgeforce

It would seem that what does the python have to do with it? And this number is a Unicode character, but you don't have the font you need.

Z
zooks, 2015-04-24
@zooks

It's an Instagram finger.
He didn't come here either. I also recommend removing the Python tag.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question