Eli Zaretskii writes: > Can you tell which font(s) does Terminal use for non-Latin characters, > such as the one above? Maybe we could learn something from that. The gnome-terminal interface claims to be using "Monospace", which is a font that fc-list says doesn't exist on my system, so I don't really know what's up with that. But I was just experimenting a bit, and I wondered how you can force Emacs into using a specific font for some text. The following does not work: (insert (propertize "fooѾx" 'face '(:family "Futura"))) Now, that font doesn't have the Ѿ glyph, so I'd expect Emacs to tofu that character, but instead it renders it using DejaVu Sans? Anyway, I found a mono font on my system with full coverage: (insert (propertize "fooѾx" 'face '(:family "Noto Sans Mono"))) This renders all these characters with equal width, but using it in the test case also fails, because amusingly enough, the tofu character it uses isn't monospaced: