Skip to main content

front end - List of Mathematica glyphs


Context


I am using Mathematica to create live documents - documents that are both interactive and show mathematical derivations. Now, I'm aware that there are certain symbols that are available via:


\[CapitalSigma]

or escSesc


However, some of the symbols I want (\in: $\in$, \subsetneq: $\subsetneq$) do not belong in the greek letters. Is there a list of something similar to this but lists Mathematica symbols instead of $\LaTeX$ symbols?



Thanks!



Answer



The guide Listing of Named Characters in Mma docs:



Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the standard Mathematica fonts. For further information about named characters, including character interpretations and naming conventions, please see "Named Characters".



A few examples from the start of the list:


enter image description here


Comments