⯈ (level 3 fold star) doesn't display on Windows #269
Replies: 3 comments
-
I think this might be an emacs on Windows issue, but I've found a solution. I've tried the same fonts in other apps, and they all display the medium right arrow correctly. My relavent settings below. I wouldn't be surprised if I find later that something using nerd fonts isn't displaying correctly. (use-package emacs
:custom
(if (eq system-type 'windows-nt)
(set-fontset-font t 'symbol "Segoe UI Symbol")) |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue on MacOS 15.5, both on Emacs (doom, ~latest, with Berkeley Mono patched with Nerd Fonts) and Chrome (see e.g. screenshot of github). ![]() |
Beta Was this translation helpful? Give feedback.
-
So i think those icons just missing in those fonts. so i did something like that and it did help (set-fontset-font t 'unicode
(font-spec :family "Noto Sans Symbols 2")
nil 'append) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I've been experiencing an issue with the level 3 arrows, about since you changed to arrows.
I figured it was just something I was doing wrong, or it was a bug someone would report, but it's been quite a while. I've also changed (Windows) computer three times since I first noticed it.
I've disabled themes, fonts, and nerd-icons trying to find a mismatch, to no avail. I can literally copy the unicode block out of emacs and paste it into any other Windows window, and it displays the midsized arrow correctly. I can change the value of
org-modern-star
to'replace
to get the older bullet styles back.Beta Was this translation helpful? Give feedback.
All reactions