I want to use this arrow in my React app: U+02197. I read this article that explains why how to force a unicode symbol to render as text insted of emoji. Infat I want that the symbol is alway rendered as text.
I try:
<a href="...">U+02197</a>
But it is rendered as string "U+02197". How can I visualize the char? I try also:
U+2197 &U+2197; U+02197 U+02197; &U+02197; \U+02197 \u02197
Using <a href="...">↗↗ ↗</a> the result in Chrome on Macbook is: 
and on Chrome/Firefox on Android mobile the result is different: 