You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every character in Unicode has some visual representation. In fact they'll have multiple variants from the various character encodings that existed before. All that site is doing is using some font to render the glyph and adding their own background images to it. For glyphs both included and not included in Unicode, you might be able to find them on GlyphWiki
What I find most interesting is origin of the decomposition data. It seems like CHISE compiled a lot of decomposition data, but for some reason the raw dataset is no longer accessible. It seems like Gavin Grover's CJK decomposition was done independently, since it uses very different composition labels. Perhaps it was done algorithmically? I don't know.
It seems like the decomposition data in MakeMeAHanzi is somewhat off. It's better in some ways and worse in others.
You're right! I meant stroke order when I said "draw", it knows the stroke order of and draws the strokes one-by-one for many many characters that I can't find data for elsewhere online
How does https://www.an2.net/zi/ draw 㠭 and 麤 and other rare and complex characters that aren't in MakeMeAHanzi ?
The text was updated successfully, but these errors were encountered: