Emoji css generated by a script, from unicode.org. Emoji are usable from english CLDR name in class
Go to file
Adrien Kara 3989e77e9b
Review total gen code from CssMyKaomoji && Change emoji source list
Signed-off-by: Adrien Kara <adrien@iglou.eu>
2020-10-21 00:37:52 +02:00
test Review total gen code from CssMyKaomoji && Change emoji source list 2020-10-21 00:37:52 +02:00
LICENSE Update License 2018-09-02 01:28:30 +02:00
Makefile Review total gen code from CssMyKaomoji && Change emoji source list 2020-10-21 00:37:52 +02:00
README.md Review total gen code from CssMyKaomoji && Change emoji source list 2020-10-21 00:37:52 +02:00
cssMyEmoji.go Review total gen code from CssMyKaomoji && Change emoji source list 2020-10-21 00:37:52 +02:00
emoji.css Review total gen code from CssMyKaomoji && Change emoji source list 2020-10-21 00:37:52 +02:00

👩‍🎤 CssMyEmoji

Emoji css generated by a script, from unicode.org. Emoji are usable from english CLDR name in class

## CssMyEmoji is a lightweight css library

  • Tiny, 213K for 3511 Emoji
  • Simple, use emoji class and emoji name
  • Complete, full UTF-8 emoji list (3511 emoji)
  • W3C valid, use "content" for add content ...
  • No bullshit, no size forced, font-size for change emoji scale

EasyPeasy

## Emoji CLDR name

  • grinning face = grinning_face
  • ⊛ smiling face with 3 hearts = smiling_face_with_3_hearts
  • A button (blood type) = A_button
  • keycap_* = keycap_asterisk
  • keycap_# = keycap_sharp
  • ...

FAQ

  1. Download emoji.css, and use it :
<meta charset="UTF-8">
<link rel='stylesheet' type='text/css' href='emoji.css'>
<span role="image" class="emoji grinning_face"></span>`
  1. See test.html inside a web browser, for preview
  2. Based on official Full Emoji List
  3. Emoji Compatibility List

:shipit: DISCLAIMER

This program is under MIT license [read the entire license file]