Hacker News new | ask | show | jobs
by userbinator 3243 days ago
That said, probably the logical font made of multiple physical fonts can be probably made to support all available planes.

Yes, that's how you can fit all of Unicode into one "font" -- use a collection of fonts with at most 64K glyphs each:

https://graphicdesign.stackexchange.com/questions/73166/what...

I'll leave it as an "exercise for the reader" to generate such a font.

1 comments

Wow, I did not know about that limitation. That's pretty interesting.