Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 800 Bytes

faces.md

File metadata and controls

26 lines (18 loc) · 800 Bytes

Facial Emojis

These emojis have FACE in their Unicode name or are otherwise basically required to be displayed primarily as a face or head.

{% for emoji in site.data.emoticons %} {% include mini-swatch.html codepoint=emoji.codepoint name=emoji.name %} {% endfor %}

Additional Face Emojis

Some vendors also display various animal emojis as head-only.

{% for emoji in site.data.possible-faces %} {% include mini-swatch.html codepoint=emoji.codepoint name=emoji.name %} {% endfor %}