HTML entities

Jukka K. Korpela jukkakk at gmail.com
Mon Mar 15 12:35:30 CDT 2021


Marius Spix via Unicode (unicode at unicode.org) wrote:

>
> ², ³ and ⁴ are for compatibility reasons in plaintext applications. If you
> are already using HTML, you should prefer to use <sup>2</sup>, <sup>3</sup>
> and <sup>4</sup>.
>

This is a different issue, about the use of superscript characters, not
about named entity references for them.

The document “Unicode in XML and other Markup Languages”
https://www.w3.org/TR/unicode-xml/#Superscripts
suggests the use of markup for superscripting in mathematical texts. but
then says:
“However, when super and sub-scripts are to reflect semantic distinctions,
it is easier to work with these meanings encoded in text rather than
markup, for example, in phonetic or phonemic transcription. Otherwise, they
would require markup in the middle of words, and  they may also be
inadvertently changed to normal style text, when exporting to plain text.”

On the practical side, using superscript digits almost always produces
better typographic quality than the use of markup like <sup>, which is
generally implemented in a simplistic manner (some vertical alignment and
reduced font size), often resulting in uneven line spacing unless you take
some precautions. This applies to text processing software, web browsers,
etc.; typesetting tools for mathematical texts are a different issue, and
the problem hardly arises there. – You can see this if you compare
<sup>2</sup> and &sup2; in any browser.

Yucca, http://jkorpela.fi
“
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://corp.unicode.org/pipermail/unicode/attachments/20210315/64084bea/attachment.htm>


More information about the Unicode mailing list