<div dir="ltr"><div>Hi Ulrike</div><div><br></div><div>Thank you for your contribution. Here's my minimal example:</div><div><br></div><div>\documentclass[12pt]{article}<br>\usepackage[math-style=ISO]{unicode-math}<br>\begin{document}<br>\shipout\hbox{$\Alpha$ $A$}<br>\stop</div><div><br></div><div>When I look at the PDF, the $\Alpha$ and the $A$ appear to be completely identical. I consider this to be a good reason for following plain TeX and LaTeX in not defining the command $\Alpha$.</div><div><br></div><div>I'd be interested to know why unicode-math does otherwise. I would at least expect a warning in the log file. By the way, copy and paste from the PDF gives into a Python console gives:</div><div><br></div><div>>>> '𝛢𝐴'  # This might get garbled in your mail reader as it's Unicode.<br>'𝛢𝐴'<br>>>> tuple(map(ord, '𝛢𝐴'))<br>(120546, 119860)<br>>>> <br></div><div><br></div><div>So the two letters 'A' have different code points. They appear to have the same glyph.<br></div><div><br></div><div>with kind regards</div><div><br></div><div>Jonathan<br></div><div><br></div></div>