Heya!
We have a specific field type for this. Taken from the old (and hidden https://kitsun.io/help page):
Displaying Furigana
Furigana (the small characters above the Kanji) can be added with the following syntax:
{{furigana:fieldname}}
In order for this field to display the furigana, you first need to format the card values with the following syntax:
私[わたし]は小学生[しょうがくせい]です。
OR
私{わたし}は小学生{しょうがくせい}です。
As you can see above, the furigana values need to be put right after the related kanjis and put inbetween either standard width []
or full-width {}
.
Doing this will generate the following line on your card:
私は小学生です。
That said, I’m not completely sure if it will work for numbers as it searches for kanji to put the furigana on top of. You could perhaps try by splitting up the furigana like this:
4{よっ}日{か}
to see if that might work.
Another option would be to display all of the reading value above the main value in the layout, but that might not be what you are looking for.