Last active
April 17, 2020 20:36
-
-
Save leovolving/6af24f743a82971e50590a238a81cc69 to your computer and use it in GitHub Desktop.
accessible HTML rendering of the clapping hand emoji
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span role="img" aria-label="clap"> | |
<!-- unicode for clapping hand emoji --> | |
👏 | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment