Emojis and other symbols in strings?

Hello,

i discoverd that you can place symbols in strings… :slight_smile:

is there a library for all symbols ? not only emojis? f.e. a boolean with thumps up/down

which coding styles are? encode and decode formats?

#thats the only code that works this way
y = '\U0001f604'   

OUT = y

2022-05-31_10h59_22
2022-05-31_10h59_45
2022-05-31_11h02_20

5 Likes

Nice @Draxl_Andreas
Looks like something fun to investigate in the morning :grinning:

2 Likes

@Ewan_Opie , coffee break … the topic is intresting regardings symbols like greek aphabet… or foreign lenguage letters… or mathematical symbols …cryptosizing information…

Two things come to mind.

Character map in windows (search your system for it) and the emoji keyboard, accessible via windows key + .

1 Like

I found that out a while ago… So for my amusement I added it to a drawing issue sheet…

image

Instead of a tick :laughing:

4 Likes