Source: https://forum.doom9.org/showthread.php?p=2019746#post2019746
MessageClip on Windows can correctly hand over to Arial Unicode for characters that the default of Arial can't, at least if the system codepage is set to UTF-8.
Unfortunately, Terminus does not contain the additional glyphs, so the default behavior on non-Windows OSes breaks in this case. Compounded onto this is that bitmapped fonts are not enabled by default on at least Ubuntu, and when they are enabled, it's not actually using BDF as the format (I think). I was able to find GNU Unifont that does contain the extra characters and ships a BDF version, and Text() can render them correctly thanks to loading the external font using font_filename, but MessageClip lacks this functionality.