await msg.add_reaction(unicode of emoji)
?
I found unicode of - \U0001F51F
, but unicode of 1️⃣, 2️⃣ and other numbers too short for unicode - U000FE0F
.U+0031 U+20E3
U+31
= 1
U+FEOF
= ◌️
(Variant Selector 16 present in image form)
U+20E3
= can't even copy this one, it's "Combining Enclosing Keycap"
So it's like 1
image variant of emoji
inside keycap shape
(edited)await msg.add_reaction(unicode of emoji)
?
I found unicode of - \U0001F51F
, but unicode of 1️⃣, 2️⃣ and other numbers too short for unicode - U000FE0F
. U+31
= 1
U+FEOF
= ◌️
(Variant Selector 16 present in image form)
U+20E3
= can't even copy this one, it's "Combining Enclosing Keycap"
So it's like 1
image variant of emoji
inside keycap shape
(edited)U+31
= 1
U+FEOF
= ◌️
(Variant Selector 16 present in image form)
U+20E3
= can't even copy this one, it's "Combining Enclosing Keycap"
So it's like 1
image variant of emoji
inside keycap shape
(edited)