Italic and/or bold Unicode Greek symbols
See original GitHub issueBefore reporting a bug
- Check common issues.
- Check the bug is reproducible in the demo. If not, check KaTeX is up-to-date and installed correctly.
- Search for existing issues.
Describe the bug: KaTeX seems to fail to find the font for bold/italic greek mathematical symbols
(La)TeX code:
- Fails to render:
𝛼 (U+1D6FC)
𝛂 (U+1D6C2)
𝜶 (U+1D736)
- Renders correctly:
α (U+03B1)
Expected behavior: To render correct versions of character
Screenshots:

Environment (please complete the following information):
- KaTeX Version: Included with this version of Visual Studio Code and also on the website

- Device: Desktop
- OS: Windows 10
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Unicode: Greek Alphabet α β γ - Xah Lee
Here is a complete list of Unicode Greek alphabet characters. Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ ......
Read more >“𝜽” U+1D73D Mathematical Bold Italic Small Theta Unicode ...
Name: Mathematical Bold Italic Small Theta. Unicode Version: 3.1 (March 2001). Block: Mathematical Alphanumeric Symbols, U+1D400 - U+1D7FF.
Read more >Andor PersonalUse Version 1.000 Font-OTF ... - Fontke.com
0 ; Number of glyphs: 669 ; Font weight: Normal ; Font width: Medium (normal) ; Languages: Latin · Cyrillic · Greek ·...
Read more >Fairfax - KreativeKorp
It supports many scripts and a large number of Unicode blocks as well as constructed scripts ... Fairfax is the main variant, with...
Read more >Unicode Input - Julia Documentation
Code point(s) Character(s) Tab completion sequence(s)
U+000A1 ¡ \exclamdown
U+000A3 £ \sterling
U+000A5 ¥ \yen
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Dunno.
Great, thanks!
My question was: does
\mitalphahave a definition inunicode-mathother than the one in unicode-math-table.tex, e.g., does it translate to\mathit{\alpha}or some other LaTeX expansion?