Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active January 12, 2025 19:28
Show Gist options
  • Save miguelmota/322c89234d60de578f37d3c6d30f7e41 to your computer and use it in GitHub Desktop.
Save miguelmota/322c89234d60de578f37d3c6d30f7e41 to your computer and use it in GitHub Desktop.
Unicode UTF-8 external link arrow symbol (closest thing to it)
@ashleedawg
Copy link

or maybe one of:

🡥 🡵 🡽 🢅 🛪

@AdamSteinfurth
Copy link

“🔗” (U+1F517

@pauloxnet
Copy link

alternatives are:

, , , , , , , , , , , , ,

@guillaumew
Copy link

I found this one which can be useful :

@vitiral
Copy link

vitiral commented Dec 19, 2023

I found this one ☍

I don't like the emoji link for text, it's too much like a picture. This one is subtler (although... not actually a link)

There's also marriage, but it doesn't render well IMO ⚭

Honestly, this kind of works too ▞

And ⸙

@dmitrizzle
Copy link

⤴ looked good and relatively easy to infer in my implementation.
Example external link

@jackusay
Copy link

jackusay commented Aug 2, 2024

warning: Using unicode characters may work on your machine, but it may not work on other operating-systems/platforms, or even different fonts.

@rsepierre
Copy link

🗗

@streamich
Copy link

@pauloxnet
Copy link

Thanks for sharing. This is interesting.

@pauloxnet
Copy link

Waiting for the new Unicode approval, I started using the symbol rotated for external links.
https://www.paulox.net/

@jbhoot
Copy link

jbhoot commented Oct 21, 2024

Waiting for the new Unicode approval, I started using the symbol rotated for external links. https://www.paulox.net/

Thank you for the symbol and the rotation hint. I incorporated them to style all external links on my website, (except the social links, which are essentially svg icons): https://bhoot.dev/about/#part-of-small-web

@pauloxnet
Copy link

Waiting for the new Unicode approval, I started using the symbol rotated for external links. https://www.paulox.net/

Thank you for the symbol and the rotation hint. I incorporated them to style all external links on my website ...

You're welcome 🤗

@alexmwalker
Copy link

⤴ looked good and relatively easy to infer in my implementation. Example external link

It does look good. The only issue I have with using that one is that the Markdown footnote extension uses this glyph/character to return you to the footnote anchor point:
image

To my brain, your glyph reads more like 'jump back up the page' than 'follow an external link'. I'm looking to replace that [Link] text with something more elegant, but using your glyph would definitely introduce confusion in this case.

I don't like the cartoony chain links though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment