A glitch with emoji display in the code editor
The video shows how emojis do something like pseudo character shifting. this does not happen with all emojis, for example, 🌳, 🍎, 💗, 🔑, I work fine, but ❄️, all kinds of squares with arrows and maybe something else do something like shift, I do not know how to describe it.
And also for some emojis like the second type of key, the display is not correct
Make a public project with these emojis.
I'll see if it looks the same for me.
(I've never used emojis in projects)
I've observed behaviors from different categories and most of the buggy ones from the "Symbols" category
I made a new project to keep everything clean, you can just clone it to yourself and look at it, because when viewing the project it may seem that there are spaces or tabs
https://microstudio.dev/i/Romero/emojitest/
I'll delete it in a couple of days so as not to clog up my memory.
perhaps the problem will not be visible on all browsers, I use google chrome
I'm using Firefox - I have the same error in the same places.
The code editor expects a monospaced font, but emojis aren't part of it, so the browser falls back to another font with a character that's too wide.
yes, if you try to erase, for example, ⏏️, then it will first turn into ⏏, and after the next erase it will disappear
In that case, you're using an emoji made of two separate Unicode characters, which the code editor doesn't expect.