Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Created April 3, 2022 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolanlawson/1be87431590403422a8e46fec40d7c41 to your computer and use it in GitHub Desktop.
Save nolanlawson/1be87431590403422a8e46fec40d7c41 to your computer and use it in GitHub Desktop.
Emoji overreach
<!doctype html>
<html>
<style>
body {
font-family: "Twemoji Mozilla","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","EmojiOne Color","Android Emoji",sans-serif;
}
</style>
<body>
Call me at #555-0123! You might have to hit the * or # on your smartphone™.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment