Hi Valentin Petzel, Thank you for your reply. I found a UTF-8 encoding table and Unicode characters https://www.utf8-chartable.de/unicode-utf8-table.pl?utf8=0x Now I can look up the U+00a7 and then use \markup { \char ##x00a7 ) to display it. for \char I cannot use unicode U+00a7. I was hoping \char could accept U+00a7. Now I can use ##x00a7. Thank you for your info. Shalom, yMing.
On Sun, Nov 28, 2021 at 5:16 PM Valentin Petzel <[email protected]> wrote: > Hello Ming, > > I do not understand your exact problem. If you want to have € in markup > you > can either directly put € in the markup, or use \char ##20ac. > > Valentin > > Am Sonntag, 28. November 2021, 22:42:47 CET schrieb ming tsang: > > Hi lilyponder, > > > > I would like to use \markup to display € using U+20AC. I can use > \markup > > { \char ##x2197 } to display / print / output to pdf. ##x2197 is > > [image: image.png] > > > > Your help is appreciated. > > > > Shalom, > > yMing -- ming (lyndon) tsang
