Last active
December 24, 2015 10:49
-
-
Save aaronpearce/6786718 to your computer and use it in GitHub Desktop.
Conversion table of old dA symbols to new symbols.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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