Skip to content

Instantly share code, notes, and snippets.

@aaronpearce
Last active December 24, 2015 10:49
Show Gist options
  • Save aaronpearce/6786718 to your computer and use it in GitHub Desktop.
Save aaronpearce/6786718 to your computer and use it in GitHub Desktop.
Conversion table of old dA symbols to new symbols.
New symbols use a custom font, these are the Unicode codes for each icon.
"~" => "" // normal member
"*" => "\uE001" // premium member
"=" => "\uE002" // beta tester
"`" => "\uE000" // senior
"$" => "\uE00C" // staff
"^" => "\uE006" // volunteer
":" => "\uE005" // hell freezes over premium member | icon is color: rgba(216, 108, 42, 0.8)/#D76B29
"." => "\uE004" // hell freezes over beta tester | icon is color: rgba(216, 108, 42, 0.8)/#D76B29
"#" => "\uE007" // normal group
"%" => "\uE007" // super group | icon is color: rgba(216, 108, 42, 0.8)/#D76B29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment