this post was submitted on 26 Feb 2024
159 points (81.7% liked)
Showerthoughts
29616 readers
1099 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics (NEW RULE as of 5 Nov 2024, trying it out)
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's up to the app/os how emoji are rendered. You can hack your os to display whatever you want instead of ๐ , or add support for ๐จ๐ with zero width space between, but it's less likely to be used.
It's not even at OS level (unless you're thinking fonts are OS level). So basically you'd just need to define a font, with certain unicodes with images you want, and make sure it ranks higher than other fonts. So the application will search for any characters in that font, and then for those you didn't define, it'll search in other fonts.