Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active April 3, 2022 21:07
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/4eb678878024d74cccbd3cacaa65ebac to your computer and use it in GitHub Desktop.
Save nolanlawson/4eb678878024d74cccbd3cacaa65ebac to your computer and use it in GitHub Desktop.
Smiley face
<!doctype html>
<html>
<body>
<div style="font-size: 3em">
<div>
<span>☺</span> (no font-family)
</div>
<div>
<span style='font-family: "Twemoji Mozilla","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","EmojiOne Color","Android Emoji",sans-serif'>☺</span> ("system emoji" font-family)
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment