The Ancient Egyptian hieroglyphics, though present in the macOS 15.4.1 (can be seen in Eclipse, see the screenshot) are not properly rendered by the JavaFX "system" font.
Also, not rendered in Swing with either "Dialog" or "SansSerif" font.
Test string:
\ud80c\udd42\ud80c\udc79\ud80c\udc4b\ud80c\udc68
𓅂𓁹𓁋𓁨
To reiterate, there are three failing configurations:
- pure JavaFX (TextArea_Egyptian_8356996)
- JTextField/JTextArea inside a SwingNode (JTextArea_FX_Egyptian_SwingNode_8356996)
- pure Swing (JTextArea_Egyptian_Swing_8356996)
Also, not rendered in Swing with either "Dialog" or "SansSerif" font.
Test string:
\ud80c\udd42\ud80c\udc79\ud80c\udc4b\ud80c\udc68
𓅂𓁹𓁋𓁨
To reiterate, there are three failing configurations:
- pure JavaFX (TextArea_Egyptian_8356996)
- JTextField/JTextArea inside a SwingNode (JTextArea_FX_Egyptian_SwingNode_8356996)
- pure Swing (JTextArea_Egyptian_Swing_8356996)