Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active May 4, 2026 11:29
Show Gist options
  • Select an option

  • Save miguelmota/322c89234d60de578f37d3c6d30f7e41 to your computer and use it in GitHub Desktop.

Select an option

Save miguelmota/322c89234d60de578f37d3c6d30f7e41 to your computer and use it in GitHub Desktop.
Unicode UTF-8 external link arrow symbol (closest thing to it)
@Korb
Copy link
Copy Markdown

Korb commented Mar 21, 2026

But something like this (…) is still welcome.

Nope:

Screenshot 2026-03-21 at 16-02-02 Unicode UTF-8 external link arrow symbol (closest thing to it)

The advantage of using symbols rather than images is that it solves the issue of accessibility when customizing the UI.

@laurens94
Copy link
Copy Markdown

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

@Baerbeisser
Copy link
Copy Markdown

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