It's not just that I would like to plot a rainbow mess of emoji, but also that this gives us a way to make simple scatter plots with more than one symbol.
This would break some existing plots that are currently using labels in the same layer as a Geom that uses color like
plot(dataset("ggplot2", "mpg"), x="Cty", y="Hwy", label="Model", color="Drv", Geom.point, Geom.label)
but it could still be done with two layers. If this seems like a good idea I should be able to put together a diff.