-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Apple symbol replacement #492
Comments
+1 this is rather painful, using I have this in my Kitty f8ff # - Apple Emoji So looks like it's the private-use character U+F8FF. Looks like it's in Font Awesome as fa-apple. |
I have tried the JetBrains Mono nerdfont and it has the same issue. |
yeah fira code also has the same issue |
Hi there, anyone know if there's a temporary workaround for this? (i'm using FiraCode Nerd Font) |
* Before this, some glyphs has been disappeared. * Apple Icon 0xF8FF was overwritten. ryanoasis/nerd-fonts#492
* Before this, some glyphs has been disappeared. * Apple Icon 0xF8FF was overwritten. ryanoasis/nerd-fonts#492
I mark this as solved already, but it will be active with v3.0.0 only. See also https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.3 section "Next Release Outlook" |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
🎯 Subject of the issue
On macOS there is the symbol that can be entered with
Option-Shift-K
. I don't know the code-point that is used here and I am fairly sure it is handled via a fallback font.In pre-2.0 this symbol worked:
but since 2.0 it is replaced with this symbol:
I have kept using the older font because I use this symbol in a bunch of my documentation.
🔧 Your Setup
Anonymous Nerd Font Regular
and Pre-2.0AnonymousPowerline Nerd Font
iterm2
and any other text editor (VS Code, vim, etc.)The text was updated successfully, but these errors were encountered: