You need to use element.innerHTML = "AnyTextWithEmoji"
element.innerHTML = "AnyTextWithEmoji"
There are some other attributes you can use like textContent or innerText you can find more info here: https://www.w3schools.com/jsref/prop_html_innerhtml.asp
textContent
innerText