I have this code:
<svg>
<text>
<tspan x='8' dy='16' id='china'>" + ¥5,000.00 + "</tspan>
</text>
</svg>
This shows me this: ¥5,000.00
What I want is to show me with China flag, like this:
Tried many ways, but can't. One was like:
<tspan x='8' dy='16' id='china'><img src='https://i.stack.imgur.com/INxnl.png' width='20px' height='20px'>" + ¥5,000.00 + "</tspan>