currently working on a messaging app using javafx and i was able to set up emojis in my messages using their unicodes but only black and white emojis, i'm using a vbox with textflows, a textflow for each line and i am using Symbola font for the emoji labels and getting the following result which is an actual screenshot from my app:
my question is how to display colored emojis as in web browsers like or
i checked every link i found on google or stackOverflow but none of them included a working way to display colored emojis on a javaFx application