Buttons Don't Like Spaces Around Emoji

No matter how many spaces you put in there, the button will remove them before and after the emoji

You can use this 'work around":

"Click"+character(160)+character(160)+character(160)+character(160)+" 😇"+character(160)+character(160)+character(160)+character(160)+"me"

image

you can use char() instead of character(), which gives a bit less clutter in your code.

6 Likes

Great! Added a general solution here:

2 Likes