microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.11k stars 796 forks source link

Add support for ∀ and probably other math(s) symbols #682

Open AyoDev opened 1 year ago

AyoDev commented 1 year ago

Description of the new feature/enhancement (with images if possible)

The forall symbol (∀, U+2200, ∀) does not display consistently with the rest of the font. it looks like this image

but it could look like this image (upside down obviously :P)

FiraCode for example supports this https://github.com/tonsky/FiraCode/blob/master/extras/math.png

Proposed technical implementation details (optional)