https://github.com/syohex/emacs-fontawesome.git
git clone 'git://github.com/syohex/emacs-fontawesome.git'
Emacs fontawesome utility.
(fontawesome font-name)Return code point of font-name.
This function is interactive function, so you can call it by M-x fontawesome.
M-x helm-fontawesomeInsert fontawesome font with helm interface

(insert (propertize (fontawesome "github")
'face '(:family "FontAwesome")))
(defun insert-fontawesome ()
(interactive)
(insert (call-interactively 'fontawesome)))