Some keyboards provide a key with the € currency symbol (U+20AC), but the Linux Biolinum Keyboard font is missing it, though:
- it does provide some currency symbols,
- Linux Libertine does provide this symbol,
as shown by the following MCE:
\documentclass{article}
\usepackage{libertine}
\begin{document}
€ \LKey{uni00A5} \LKey{uni0024} \LKey{uni00A3} \fbox{\LKey{uni20AC}}
\end{document}
Is there a way (even a poor man's one) to get the € in Linux Biolinum Keyboard?
Edit
BTW, the same deficiency is affecting the Libertinus fonts fork of Linux Libertine.


