<!DOCTYPE html>
<html>
<body>
<h1>Basic rp element example</h1>
<h2>Example with ruby support:</h2>
<p>
<ruby style="font-size: 2em"
>漢<rp>(</rp><rt>かん</rt><rp>)</rp>字<rp>(</rp><rt>じ</rt
><rp>)</rp></ruby
>
</p>
<p>
<ruby>
♥<rp>:</rp><rt>Heart</rt><rp>,</rp><rt lang="fr">Cœur</rt
><rp>.</rp> ☘<rp>:</rp><rt>Shamrock</rt><rp>,</rp
><rt lang="fr">Trèfle</rt><rp>.</rp> ✶<rp>:</rp><rt>Star</rt><rp>,</rp
><rt lang="fr">Étoile</rt><rp>.</rp>
</ruby>
</p>
<h2>Example with no ruby support:</h2>
<p style="font-size: 2em">漢(<rt>かん</rt>)字(<rt>じ</rt>)</p>
<p>
♥<: <rt>Heart</rt>, <rt lang="fr">Cœur</rt>. ☘: <rt>Shamrock</rt>,
<rt lang="fr">Trèfle</rt>. ✶: <rt>Star</rt>, <rt lang="fr">Étoile</rt>.
</p>
</body>
</html>