I'd like to use ℔ in LuaLaTeX. Unfortunately it seems none of the most commonly used fonts and china2e from 1997 - the only package I found which supposedly supports this symbol - isn't even available in the latest TeXlive distro.
\documentclass{scrartcl}
\usepackage{microtype}
\begin{document}
L B bar = U+2114 = ℔
\end{document}
When using TeX Gyre Bonum as main font via fontspec, I get the following error:
Gives: Missing character: There is no ℔ (U+2114) in font TeXGyreBonum:mode=node;language=dflt;+tlig;!
Now I am left with two options (I think, please correct me if there are more):
- find a way to make use of a 23 year old package (china2e)
- find a font which supports this exact symbol
How can I achieve either (I am leaning toward the second option, however)?

