Mapping of FontAwesome 4 characters for C#.
This was generated by a tool I wrote some time ago that scraped the icon names and values off FontAwesomes website.
<i class="fa fa-github" aria-hidden="true"></i>
char githubIcon = Fa.github;
<i class="fa fa-file" aria-hidden="true"></i>
<i class="fa fa-file-o" aria-hidden="true"></i>
char fileIcon = Fa.file;
char fileOutlineIcon = Fa.fileo;