-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regional Indicator Symbol Letter A-Z emoji missing #351
Comments
Hi @lolbot-iichan, yes you are right these are currently missing. thanks for the reminder! Shouldn't be hard to add these. We will look into it, but with low priority as #344 is most important. Don't expect anything too soon :) |
@fuddl However, please note that flag emojis are composed of 2 letters (e.g. 🇲🇶 is a combination of 🇲 and 🇶). I'm perfectly fine with this, just want to make sure that this is what you expect as well. |
should we place the letters in squares? we could store them in the unicode block "enclosed alphanumeric supplement". |
Regional indicators are within the Enclosed Alphanumeric Supplement block. I didn’t mean to say the regional indicators should have a different aspect ratio: Only the enclosing element should be flag shaped. |
Squares are indeed more simple and pragmatic, they are also more consistent with other platforms. Since @b-g mentioned that there are issues with much higher priority, maybe it would be better to use the squares for the time being and introduce the flag-like shapes later. |
Done with 0ade38a, closing. Many thanks. |
There are 26 emojis missing with codepoints U+1F1E6~U+1F1FF (🇦 ~ 🇿).
Option 1:
Some fonts are rendering them as capital letters in some kind of frame (Twitter, Facebook, JoyPixels, Emojidex, Softbank, EmojiTwo, Symbola). See:
https://www.emojiall.com/en/emoji/%F0%9F%87%B5
https://www.emojiall.com/en/emoji/3%EF%B8%8F%E2%83%A3
https://emojipedia.org/regional-indicator-symbol-letter-p/
https://emojipedia.org/keycap-digit-three/
There is already an emoji that looks exactly like this, emoji U+1F17F (🅿️ ) that can take place of (U+1F1F5) 🇵:
https://www.emojiall.com/en/code/1F17F
https://emojipedia.org/p-button/
Compare:
https://openmoji.org/data/color/svg/0033-FE0F-20E3.svg
https://openmoji.org/data/color/svg/1F17F.svg
My suggestion is:
Motivation:🅿️ is blue in all other emoji sets, so 1F17F.svg is currently wrong anyway.
Option 2:
Some fonts are rendeding them as blue/cyan/grey/black capital letters on transparent background (Google, Samsung, Microsoft, HTC, LG, BlobMoji).
So, the other option is to leave 1F17F.svg as is, and to add new 1F1E6.svg, ..., 1F1FF.svg files with just black capital letters without a frame.
The text was updated successfully, but these errors were encountered: