<div dir="ltr">Hi, I'm working on an abstraction that converts MIDI pitches to note name symbols, such as "C♯" <div><br></div><div>At first I was using lame symbols like "#" and "b" for sharp/flat, but I then tried the unicode symbols and it works nice on my patch. The thing is I wanna share this abstraction as part of my library and I'm not sure it'll work everywhere. For reference, here's the sharp unicode character <a href="http://compart.com/en/unicode/U+266F">compart.com/en/unicode/U+266F</a> - in [list fromsymbol], this character gives me "226 153 175".</div><div><br></div><div>In fact I'm even able to use double sharps (𝄪) and double flast (𝄫). I guess I can use "lame" symbols for these also, like "x" and "bb", but it's nice if we have support for these symbols.</div><div><br></div><div>Now, at this page => <a href="https://www.alt-codes.net/music_note_alt_codes.php">https://www.alt-codes.net/music_note_alt_codes.php</a> I see just a few of the music symbols (far from all). The rest are just empty squares... and I wonder then if some of you are seeing those squares here instead of the sharp/flat symbols. </div><div></div><div><br></div><div>So, I'm on macOS mojave, I never installed fonts here...</div><div><br></div><div>Anyway, so, I wonder what's the deal with unicode characters in general, how do they show up or not, and if and how we can know if Pd will display them.</div><div><br></div><div>thanks</div></div>