Wow ... even the forum converts unicode text to an image
I have a text string like this: "♂ Mars" OR "♂ Mars"
However, when the page is generated, the ♂ unicode text is converted to an image:
<img draggable="false" role="img" class="emoji" alt="♂" src="https://s.w.org/images/core/emoji/13.0.1/svg/2642.svg">
How do I override this conversion?