manio143 / emoji-list

The list of Unicode emojis from http://unicode.org/emoji/charts/full-emoji-list.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emoji list

I wrote a script that extracts emojis from http://unicode.org/emoji/charts/full-emoji-list.html because it's way too clutered.

Extracted emojis

How?

The script is written in F# and uses the Regex Active Pattern. I simply apply the Regex patterns to each line, reading the emoji string and its name. And then I print it out to HTML.

About

The list of Unicode emojis from http://unicode.org/emoji/charts/full-emoji-list.html


Languages

Language:HTML 99.3%Language:F# 0.7%