The following post is relevant and gave good guidance, but I decided against necromancy.
https://forums.garmin.com/developer/connect-iq/f/discussion/1153/unicode-literals-in-monkey-c
I'm using the newest version of the SDK (4.1.0 B1)
Following that example and using the built in examples as a guide for where things were, I edited my
forums.garmin.com/.../simulator-4-0-7-does-not-seem-to-work-on-linux
I'm getting this error in the connectiq simulator under view memory which I think is unrelated
../src/gtk/window.cpp(3792): assert ""m_widget"" failed in DoSetSize(): invalid window
...Yes, it's unrelated, somehow swapping sdks again (without deleting any of those file) back to 4.1.0B1 worked.
And, none of this mattered since the older bug was fixed and now "é" doesn't require this resources.xml hack.
But I want ⼭ to be displayed.
One of the projects I've seen solves this by cropping images: https://github.com/Peterdedecker/kudos/tree/master/resources/fonts
Is there another way to do this?
I also tried "\u2F2D" to no avail ( https://unicode-search.net/unicode-namesearch.pl query=mountain )
Found this post: https://forums.garmin.com/developer/connect-iq/f/discussion/279464/i-m-having-trouble-integrating-a-custom-font/1350853#1350853
And this video: https://www.youtube.com/watch?v=PRQyA4BeqqE
Relevant Garmin docs: https://developer.garmin.com/connect-iq/connect-iq-faq/how-do-i-use-custom-fonts/
In Bitmap font generator, there are a lot of fonts to choose from (Options, Font Settings, Font). You can use the arrow keys to navigate to adjacent panes of the font. If you pick Noto Sans CJK JP you'll get a lot of relevant symbols... Now, finding a particular symbol of interest, if you know the unicode symbol (ex: 2F2D) look for the corresponding pane (002F00). 2F is the pane, 2D is third row and 14th column. As you mouse over you can see the 2DXX position in the bottom right.
Used this table and found that the characters up to \u011F were available unicode-table.com/.../