<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Folks,<br></div><div><br></div><div>I am diving into Unicode and resultant parts for  my WikitextParser  work and am asking for some pointers on where to look in Squeak/Morphic for how fonts interact with Morphic.<br></div><div><br></div><div>The maximum unicode character per here: <a target="_blank" href="https://jrgraphix.net/research/unicode_blocks.php">https://jrgraphix.net/research/unicode_blocks.php</a> is 16r00E007F<br></div><div><br></div><div>So, I decided to see what Character would do if I dialed it up to 11 a bit...<br></div><div><br></div><div>(16r00E007F + 16r000001) asCharacter<br></div><div><br></div><div>What this tells me is that Character just has an integer and that the display of the character associated with that integer is "delegated" to something else (which makes sense).<br></div><div><br></div><div>So, as I try to "duplicate" the displayed characters at <a target="_blank" href="https://jrgraphix.net/research/unicode_blocks.php">https://jrgraphix.net/research/unicode_blocks.php</a>  with an appropriate Font (or "Font strategy...meaning, detect the font required and load it on the fly in a particular use-case) <br></div><div>I figured I would ask for help in clarifying my presuppositions on how we get from 16r00E0041 asCharacter to 16r00E0042 asCharacter  <br></div><div><br></div><div>(get it? from A to B....heh).<br></div><div><br></div><div>to expand a bit.<br></div><div><br></div><div>I have characters that do show up in Chrome that do not show up in Squeak. I assume this only has to do with the Font not supporting that particular integer. Is this assumption correct? <br></div><div><br></div><div><br></div><div>thanks in advance.</div><div><br></div><div><br></div></div><br></body></html>