Last active
May 4, 2026 11:29
-
-
Save miguelmota/322c89234d60de578f37d3c6d30f7e41 to your computer and use it in GitHub Desktop.
Unicode UTF-8 external link arrow symbol (closest thing to it)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ↗ |
When using these characters, some may be automatically converted to an Emoji (e.g. on iOS Safari).
To fix it, you can use css or append ︎ to it, like this: ⤴︎
More details here: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-variant-emoji
But something like this (…) is still welcome.
The advantage of using symbols rather than images is that it solves the issue of accessibility when customizing the UI.
I meant the specific symbol, not using images instead of symbols.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Using mask-image fixes the icon color issue: