The HTML <rtc> tag
The HTML <rtc> (ruby text container) element grouped <rt> annotations to support complex, multi-level ruby, for example providing both a pronunciation and a meaning for the same base text. It is deprecated, listed among the HTML standard's obsolete features, so use a plain <rt> instead.
Overview
The <rtc> (ruby text container) element groups a set of <rt> annotations within a <ruby>, enabling multi-level ruby, for example one container for pronunciation and another for meaning over the same base text.
It is deprecated. The current HTML standard lists <rtc> among its obsolete features and browser support is being withdrawn, so do not use it in new markup. For the common single-annotation case a plain <rt> is all you need, and where you genuinely need two annotation layers, separate <ruby> elements are the portable option.
Syntax
<ruby>漢<rtc><rt>kan</rt></rtc></ruby>
Example
<p><ruby>東京<rtc><rt>Tōkyō</rt></rtc></ruby></p>
Best practices
Frequently asked questions
What is the rtc element?
When do I need rtc?
Is rtc widely supported?
What is the difference between rtc and rt?
<rtc> groups several of them into an annotation layer.