Replies

@rivadeveira
Carlos Rivadeneira
8 years
@SimpleCodingGuy @javascriptd No lo se Rick parece falso
Tweet media one
2
0
0
@SimpleCodingGuy
Ruffo
8 years
@rivadeveira @javascriptd Nope, it's not a fake. It's an extra unicode char, wich looks like spaces. Try it your self. (See next answer) Open Chrome Dev Tools (F12) and open Console, or write it in a JavaScript File.
0
0
0
@FakeUnicode
Fake “Unicode.” 🩵🆓
8 years
@SimpleCodingGuy You get better spacing by appending something like FE00 to the a, as it is zero-width, non-printing, and category M* (valid Identifier_Continue).
0
0
0