Angstrom is commonly used as an unit in astronomy. In LaTeX, we can easily input it using “\AA”. I tried to display it in Makie as an axis label, but failed. L"\AA" doesn’t work.
Just to clarify, most Julia tools support input for unicode characters. E.g. if you use julia in the terminal or in VS code, Jupyter, Pluto, you can input latex-like unicode characters by slash-followed-by-tab autocompletion. I would also suggest installing the wonderful Julia Mono typeface, a font that makes your unicode-rich code so much more beautiful https://juliamono.netlify.app/
Of course, going straight to LaTeXStrings is a reasonable approach too.