Skip to content

Instantly share code, notes, and snippets.

@leovolving
Last active April 17, 2020 20:36
Show Gist options
  • Save leovolving/6af24f743a82971e50590a238a81cc69 to your computer and use it in GitHub Desktop.
Save leovolving/6af24f743a82971e50590a238a81cc69 to your computer and use it in GitHub Desktop.
accessible HTML rendering of the clapping hand emoji
<span role="img" aria-label="clap">
<!-- unicode for clapping hand emoji -->
&#128079;
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment