Render Archaic Hirigana
October 6, 2025
What does does U+1B002
look like on your screen? 𛀂
Did it look like some some unicode box inscribing the unicode value? That is because your system lacks the typefont to render the unicode.
If you visit the following wikipedia page on 変体仮名, you’ll likely notice the following:
Instead of:
To resolve this, essentially install the true type font *.ttf
file from BabelStone
Credits to the following article as it outlines much clearly how to install the font:
A Beginner’s Guide to Inputting Historical Kana: Installing a Font for “Hentaigana”.
I instead went through the harder route before reading this article by installing the font under ~/.local/share/fonts
and running fc-cache -fv
to forcibly reload the font.
Turns out you can install the GUI similarly to what the article proposes for MacOS by opening the file on Linux (double-tap) and an option to install the font will appear:
Refresh the page and you should now see 𛀂
Note: For some reason Firefox on Private-Mode is unable to render the archaic Hirigana, not sure why