In the ebgaramond package there are several glyphs as indicated in the pdf on ctan which gives the code for each glyph. I know commands for some of the glyphs such as \copyright \textonehalf \textsection etc. But how do I access rest of the glyphs via commands? For example, in the ETBB package documentation pages 5-7 contains such list (see the image below). One way might be as suggested here using the code directly. But is there an already existing list of commands somewhere which can be used to access these glyphs in general for any font?
Asked
Active
Viewed 63 times
1
Damitr
- 1,889

\char190to access the char in position 190 (which one this is depends on the encoding). The names you show in your screenshot are quite standard and predefined in a current LaTeX and should normally work. – Ulrike Fischer Apr 12 '23 at 09:02