In fact, I removed the latest version and installed version 2.46.0.
I do not accept this error but I still do not see the emoji and without the new line,
I will attach the code and output
You didn’t say if this is Linux, Windows or Mac, but those symbols are the driver’s way of saying the font in use doesn’t have those unicode characters. The graphviz default fonts are basic (Times-Roman) so you’ll need to supply a different font file that contains the (color) emojis. Apparently Google Noto fonts could be one choice. We don’t ship fonts with graphviz, so they have to either be present on your computer or you need to get them somewhere. (We are already accused of having enough overweening complexity.) I don’t remember all the details but you may find it informative to try the pango-view utility (this is not part of graphviz either but a support tool for the pango library that we use in some of the Linux drivers). You can also experiment with the raw -Tps or -Tsvg output from Graphviz which you can see and edit in any text editor.
Yes, I use windows, so there is nothing to do?
As for the emoji, I understand I need a new font. But as for the fact that the graph does not detect a new line, is there anything I can do to solve this problem?