PicMix emoji preview
Tool to preview what the PicMix smileys What PicMix officially calls them (emojis) look like since you can't see them live when you type them yk. This also features some of the secret emojis which don't show in the regular picker.
Enter your text
PicMix Description: 255
PicMix Title: 59
PicMix Sticker Title: 50
Comment: 1000
Profile Bio: 2000
There is emoji
All text inputs have character limits. I've added a counter which tells you what you're at
| Field | Maximum characters allowed |
|---|---|
| PicMix Description | 255 |
| PicMix Title | 59 |
| Sticker Title | 50 |
| Comment | 1000 |
| Profile Bio | 2000 |
All of these emojis were obtained by inspecting the emoji picker on the picmix website. The 'secret' emojis all had
display: none;.
A bit of code which visually hides elements on websites.
There are 75 total emojis, but only 74 of these show up in the code. Emoji number 29 is missing for some reason. We know what it looks like because the emojis are all stored in the same place with their name being their index. The image provides no other information, so we do not know what its
ascii representation
'text' version. For example,
is represented in ascii by writing :D
This is how you actually use the emoji
is.
https://picmix.com/css/smileys/29.gif
looks like a lady rolling her eyes:
Out of the 75 total emojis, only 32 are actually supposed to be shown to the user, but since emoji number 29 is missing, only 31 are shown. It looks like
was intended to be usable. I assume we will never know why Emoji number 29 was missing/removed. Perhaps it was an accident.
I would like to make it my personal headcannon that $( would have been its ascii representation.
Soon I shall add an option to export text with emojis as an image/gif so they can be used in picmixes too
My account on PicMix is MaximilianMcC
Thank you!!