RUN yum install -y google-noto-sans* google-noto-emoji* ENV FONTCONFIG_PATH=/etc/fonts

I added this in my dockerfile and it resolved the issue of this (●) character not rendering. I was using the aws lambda base image. For emojis and all, you can similarly install any other fonts that you might need.