Skip to content

Instantly share code, notes, and snippets.

@takashicompany
Created October 2, 2017 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takashicompany/e13c61094e66691b734a6b49187ec41e to your computer and use it in GitHub Desktop.
Save takashicompany/e13c61094e66691b734a6b49187ec41e to your computer and use it in GitHub Desktop.
num_char
private static string[] _numChars = new string[]
{
"⓪","①","②","③","④","⑤","⑥","⑦","⑧","⑨","⑩","⑪","⑫","⑬","⑭","⑮","⑯","⑰","⑱","⑲","⑳","㉑","㉒","㉓","㉔","㉕","㉖","㉗","㉘","㉙","㉚","㉛","㉜","㉝","㉞","㉟","㊱","㊲","㊳","㊴","㊵","㊶","㊷","㊸","㊹","㊺","㊻","㊼","㊽","㊾","㊿"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment