Emacs Init: Font for Unicode Symbols
Set Font for Unicode Symbols
Symbols here mean unicode characters that are math ∫ , tech symbols ⌘ , or dingbats ☭ , but excluding emoji. 〔see Unicode: Commonly Used Symbols ✓ © § ❦〕
put this in your Emacs Init File:
(set-fontset-font t 'symbol (cond ((eq system-type 'windows-nt) (cond ((member "Segoe UI Symbol" (font-family-list)) "Segoe UI Symbol"))) ((eq system-type 'darwin) (cond ((member "Apple Symbols" (font-family-list)) "Apple Symbols"))) ((eq system-type 'gnu/linux) (cond ((member "Symbola" (font-family-list)) "Symbola")))))
Emacs and Unicode
- Emacs: Insert Unicode Character
- Emacs: Insert Emoji
- Emacs: Input Method
- Emacs: Get Character Info, Cursor Position
- Emacs Init: Update Unicode Data
File Encoding
Unicode Font Setup
Emacs, font setup
- Emacs: Change Font Size
- Emacs: Change Default Font Size by Command, for Current Session 🚀
- Emacs: Get Character Info, Cursor Position
- Emacs: Toggle Monospace / Proportional Font
- Best Unicode Fonts for Programer
- Emacs: Cycle Fonts by Command 🚀
- Emacs Init: Setup Font
- Emacs Init: Font for Unicode Symbols
- Emacs Init: Font for Emoji
- Emacs Init: Font for Chinese
- Emacs Init: Minibuffer Font Size
- Emacs Init: Variable Pitch Mode (Proportional Font)
- Elisp: Modify Default Face (Font)
- Emacs Init: Display Lambda as λ