<div dir="ltr">I think linking charts is not the idea of Unicode - but higher level layers that would allow one to leverage all the letters are ok.<br><br>I happen to be the author of a Python library which has, as one of its ains, make it easy to use alternate character sets on the terminal - "terminedia" - the full set of superscript latin letters can be used as such:<div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">import terminedia as tm
</span><br>sc = tm.Screen()
<br>sc.print_at((0,0), "Hello World!", effects=tm.Effects.super_script)<br>
<br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">Feel free to add issues to the project for character-transforms and pseudo transports you find lacking (</span><a href="https://github.com/jsbueno/terminedia/issues">https://github.com/jsbueno/terminedia/issues</a> )</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 25, 2023 at 2:00 PM admin--- via Unicode <<a href="mailto:unicode@corp.unicode.org">unicode@corp.unicode.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thanks guys!  Yes the listing of characters I was looking at did not<br>
include a reference to the code point of the originally-created<br>
character, 2134 in this case.  I'll be sure to first check the official<br>
charts on <a href="http://unicode.org" rel="noreferrer" target="_blank">unicode.org</a> in the future.<br>
<br>
Amazing this and other previously-created characters have not been<br>
duplicated, how on earth can you keep track of it all?<br>
<br>
Wonder if it is or could be possible in the future to use links in the<br>
charts, in the same way file systems do?  That way the same character<br>
would show up in 2134 and 1D4C4 but only exist physically in one space...<br>
<br>
Best,<br>
Chandler<br>
</blockquote></div>