use lazy_static :: lazy_static ; use std :: collections :: HashMap ; # [derive (Debug , Clone)] pub struct CircledOrSquaredRecord { pub rendering : String , pub type_ : String , pub emoji : bool , } lazy_static ! { pub static ref MAPPINGS : HashMap < & 'static str , CircledOrSquaredRecord > = { let mut mappings = HashMap :: new () ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "WC" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โผ" , CircledOrSquaredRecord { rendering : "8" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ป" , CircledOrSquaredRecord { rendering : "L" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐บ" , CircledOrSquaredRecord { rendering : "U" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฆ" , CircledOrSquaredRecord { rendering : "HC" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "NG" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆฅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "M" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใฑ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "T" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "U" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใข" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฆ" , CircledOrSquaredRecord { rendering : "7" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใถ" , CircledOrSquaredRecord { rendering : "41" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "่งฃ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐จ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "็ก" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "AB" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "SD" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใช" , CircledOrSquaredRecord { rendering : "ๅฎ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฅ" , CircledOrSquaredRecord { rendering : "ๅน" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฒ" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "9" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ถ" , CircledOrSquaredRecord { rendering : "Q" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "2" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ " , CircledOrSquaredRecord { rendering : "้
" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใฟ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
จ" , CircledOrSquaredRecord { rendering : "Y" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฉ" , CircledOrSquaredRecord { rendering : "D" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "K" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็คพ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใด" , CircledOrSquaredRecord { rendering : "ใฆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ
" , CircledOrSquaredRecord { rendering : "ๅนผ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โพ" , CircledOrSquaredRecord { rendering : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โธ" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "O" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โค" , CircledOrSquaredRecord { rendering : "u" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐พ" , CircledOrSquaredRecord { rendering : "O" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฎ" , CircledOrSquaredRecord { rendering : "่ณ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "S" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ธ" , CircledOrSquaredRecord { rendering : "I" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
ป" , CircledOrSquaredRecord { rendering : "L" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "H" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฅ" , CircledOrSquaredRecord { rendering : "d" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฅ" , CircledOrSquaredRecord { rendering : "ไธญ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฆ" , CircledOrSquaredRecord { rendering : "w" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โถ" , CircledOrSquaredRecord { rendering : "A" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใป" , CircledOrSquaredRecord { rendering : "ใฏ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆ ช" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "DJ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "4K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใญ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใน" , CircledOrSquaredRecord { rendering : "44" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใณ" , CircledOrSquaredRecord { rendering : "38" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใญ" , CircledOrSquaredRecord { rendering : "ไผ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "V" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "N" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "Z" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โท" , CircledOrSquaredRecord { rendering : "3" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆจ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โณ" , CircledOrSquaredRecord { rendering : "19" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใซ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "7" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "PA" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โข" , CircledOrSquaredRecord { rendering : "s" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐น" , CircledOrSquaredRecord { rendering : "ๅฒ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "UP!" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็ฅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฎ" , CircledOrSquaredRecord { rendering : "15" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฎ" , CircledOrSquaredRecord { rendering : "I" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฒ" , CircledOrSquaredRecord { rendering : "็ฆ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐ฌ" , CircledOrSquaredRecord { rendering : "R" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใณ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "L" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "32" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใท" , CircledOrSquaredRecord { rendering : "ใช" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฐ" , CircledOrSquaredRecord { rendering : "A" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "P" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฃ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฉ" , CircledOrSquaredRecord { rendering : "Lossless" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ด" , CircledOrSquaredRecord { rendering : "E" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฑ" , CircledOrSquaredRecord { rendering : "L" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใผ" , CircledOrSquaredRecord { rendering : "ใฐ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "Y" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "D" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "26" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ " , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ง" , CircledOrSquaredRecord { rendering : "HDR" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ " , CircledOrSquaredRecord { rendering : "1" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฑ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใน" , CircledOrSquaredRecord { rendering : "ใฌ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "n" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "N" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "2ndScr" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "1" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ญ" , CircledOrSquaredRecord { rendering : "CD" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฌ" , CircledOrSquaredRecord { rendering : "ๅทฆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โซ" , CircledOrSquaredRecord { rendering : "12" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ก" , CircledOrSquaredRecord { rendering : "็ต" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
บ" , CircledOrSquaredRecord { rendering : "K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ
" , CircledOrSquaredRecord { rendering : "ๅ
ญ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ด" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฌ" , CircledOrSquaredRecord { rendering : "12" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "X" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ไบ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ท" , CircledOrSquaredRecord { rendering : "R" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆฐด" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "IC" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฏ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฃ" , CircledOrSquaredRecord { rendering : "4" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฒ" , CircledOrSquaredRecord { rendering : "37" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใธ" , CircledOrSquaredRecord { rendering : "43" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐น" , CircledOrSquaredRecord { rendering : "T" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "d" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "j" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๆฐ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "WC" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โซ" , CircledOrSquaredRecord { rendering : "11" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "c" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฝ" , CircledOrSquaredRecord { rendering : "48" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "27" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "o" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฅ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ท" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
น" , CircledOrSquaredRecord { rendering : "J" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ต" , CircledOrSquaredRecord { rendering : "ๆบ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "G" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฟ" , CircledOrSquaredRecord { rendering : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ท" , CircledOrSquaredRecord { rendering : "H" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅค" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โป" , CircledOrSquaredRecord { rendering : "6" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โป" , CircledOrSquaredRecord { rendering : "F" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ID" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โก" , CircledOrSquaredRecord { rendering : "r" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โน" , CircledOrSquaredRecord { rendering : "D" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "7" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "E" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "SOS" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐
ง" , CircledOrSquaredRecord { rendering : "X" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ข" , CircledOrSquaredRecord { rendering : "็" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "33" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฝ" , CircledOrSquaredRecord { rendering : "ใฑ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใข" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฌ" , CircledOrSquaredRecord { rendering : "G" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฃ" , CircledOrSquaredRecord { rendering : "่ฒฉ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "S" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใป" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ผ" , CircledOrSquaredRecord { rendering : "M" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "X" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "21" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "S" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐พ" , CircledOrSquaredRecord { rendering : "Y" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฑ" , CircledOrSquaredRecord { rendering : "ใก" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "VS" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใต" , CircledOrSquaredRecord { rendering : "ใจ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ต" , CircledOrSquaredRecord { rendering : "F" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ
" , CircledOrSquaredRecord { rendering : "6" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆณจ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "่ฒก" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ธ" , CircledOrSquaredRecord { rendering : "็ณ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฏ" , CircledOrSquaredRecord { rendering : "15" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ยฉ" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "23" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ก" , CircledOrSquaredRecord { rendering : "7.1" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐จ" , CircledOrSquaredRecord { rendering : "Hi-Res" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โป" , CircledOrSquaredRecord { rendering : "7" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฐ" , CircledOrSquaredRecord { rendering : "K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฆ" , CircledOrSquaredRecord { rendering : "ๆผ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โช" , CircledOrSquaredRecord { rendering : "11" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฉ" , CircledOrSquaredRecord { rendering : "z" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "SA" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โถ" , CircledOrSquaredRecord { rendering : "1" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ณ" , CircledOrSquaredRecord { rendering : "D" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ใต" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โธ" , CircledOrSquaredRecord { rendering : "4" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "W" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
ข" , CircledOrSquaredRecord { rendering : "S" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฆ" , CircledOrSquaredRecord { rendering : "A" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฐ" , CircledOrSquaredRecord { rendering : "16" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "0" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ด" , CircledOrSquaredRecord { rendering : "E" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "COOL" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐ญ" , CircledOrSquaredRecord { rendering : "M" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ง" , CircledOrSquaredRecord { rendering : "B" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅด" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ไบ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "3" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฉ" , CircledOrSquaredRecord { rendering : "ๅป" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โธ" , CircledOrSquaredRecord { rendering : "3" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "U" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "J" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฐ" , CircledOrSquaredRecord { rendering : "ใ " . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "O" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅพ" . to_string () , type_ : "circle" . to_string () , emoji : true , }) ; mappings . insert ("๐ " , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "W" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โผ" , CircledOrSquaredRecord { rendering : "7" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ซ" , CircledOrSquaredRecord { rendering : "UHD" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "PPV" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "A" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ใปใ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็น" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "P" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใง" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ก" , CircledOrSquaredRecord { rendering : "R" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ช" , CircledOrSquaredRecord { rendering : "SHV" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "8" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็ท" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โณ" , CircledOrSquaredRecord { rendering : "20" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "24" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฑ" , CircledOrSquaredRecord { rendering : "36" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฃ" , CircledOrSquaredRecord { rendering : "T" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฌ" , CircledOrSquaredRecord { rendering : "็ฃ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฐ" , CircledOrSquaredRecord { rendering : "่ตฐ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ไบ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "F" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "V" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฒ" , CircledOrSquaredRecord { rendering : "M" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "X" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใท" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ซ" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ณ" , CircledOrSquaredRecord { rendering : "D" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใข" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใก" , CircledOrSquaredRecord { rendering : "ไผ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ธ" , CircledOrSquaredRecord { rendering : "S" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฏ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐บ" , CircledOrSquaredRecord { rendering : "ๅถ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "31" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "i" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใถ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใฝ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฎ" , CircledOrSquaredRecord { rendering : "ๅณ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅช" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "R" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฐ" , CircledOrSquaredRecord { rendering : "A" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "3D" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "35" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ช" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โง" , CircledOrSquaredRecord { rendering : "x" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐บ" , CircledOrSquaredRecord { rendering : "K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "R" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ป" , CircledOrSquaredRecord { rendering : "้
" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฒ" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ถ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โบ" , CircledOrSquaredRecord { rendering : "E" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โจ" , CircledOrSquaredRecord { rendering : "y" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "U" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฟ" , CircledOrSquaredRecord { rendering : "P" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ญ" , CircledOrSquaredRecord { rendering : "ไธญ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "OK" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใผ" , CircledOrSquaredRecord { rendering : "47" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โง" , CircledOrSquaredRecord { rendering : "8" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฆ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฑ" , CircledOrSquaredRecord { rendering : "17" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฑ" , CircledOrSquaredRecord { rendering : "B" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "28" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โช" , CircledOrSquaredRecord { rendering : "0" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "f" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ท" , CircledOrSquaredRecord { rendering : "H" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฃ" , CircledOrSquaredRecord { rendering : "ๆญฃ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฝ" , CircledOrSquaredRecord { rendering : "X" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โจ" , CircledOrSquaredRecord { rendering : "9" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใญ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็ฎ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ต" , CircledOrSquaredRecord { rendering : "F" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฉ" , CircledOrSquaredRecord { rendering : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โบ" , CircledOrSquaredRecord { rendering : "6" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "B" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "9" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ถ" , CircledOrSquaredRecord { rendering : "G" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฑ" , CircledOrSquaredRecord { rendering : "18" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใพ" , CircledOrSquaredRecord { rendering : "ใฒ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใฏ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "Y" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ไบค" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โต" , CircledOrSquaredRecord { rendering : "1" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "HV" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฟ" , CircledOrSquaredRecord { rendering : "J" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ
" , CircledOrSquaredRecord { rendering : "P" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ช" , CircledOrSquaredRecord { rendering : "E" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โถ" , CircledOrSquaredRecord { rendering : "2" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "V" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โญ" , CircledOrSquaredRecord { rendering : "14" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "4" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฒ" , CircledOrSquaredRecord { rendering : "18" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใฆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "0" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "SS" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๆ " . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใง" , CircledOrSquaredRecord { rendering : "ๅทฆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ค" , CircledOrSquaredRecord { rendering : "120P" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โผ" , CircledOrSquaredRecord { rendering : "G" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "1" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ค" , CircledOrSquaredRecord { rendering : "ๅฃฐ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฌ" , CircledOrSquaredRecord { rendering : "13" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ต" , CircledOrSquaredRecord { rendering : "P" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ถ" , CircledOrSquaredRecord { rendering : "G" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "8K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "3" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฝ" , CircledOrSquaredRecord { rendering : "H" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "25" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅพ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฉ" , CircledOrSquaredRecord { rendering : "Z" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ " , CircledOrSquaredRecord { rendering : "5.1" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "6" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐น" , CircledOrSquaredRecord { rendering : "J" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โค" , CircledOrSquaredRecord { rendering : "5" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฃ" , CircledOrSquaredRecord { rendering : "t" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โท" , CircledOrSquaredRecord { rendering : "2" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใบ" , CircledOrSquaredRecord { rendering : "ใญ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ณ" , CircledOrSquaredRecord { rendering : "N" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "้" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฑ" , CircledOrSquaredRecord { rendering : "B" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ผ" , CircledOrSquaredRecord { rendering : "W" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "h" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅ
ซ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ง" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅฐ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฅ" , CircledOrSquaredRecord { rendering : "6" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใต" , CircledOrSquaredRecord { rendering : "40" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "8" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "R" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "5" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "Q" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "5" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "Y" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใค" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็ซ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "NEW" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใฐ" , CircledOrSquaredRecord { rendering : "ๅค" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฎ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "Q" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "p" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใก" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฅ" , CircledOrSquaredRecord { rendering : "V" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฉ" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใธ" , CircledOrSquaredRecord { rendering : "ใซ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฝ" , CircledOrSquaredRecord { rendering : "N" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฆ" , CircledOrSquaredRecord { rendering : "W" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "34" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใบ" , CircledOrSquaredRecord { rendering : "45" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โญ" , CircledOrSquaredRecord { rendering : "13" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ฝ" , CircledOrSquaredRecord { rendering : "N" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ " , CircledOrSquaredRecord { rendering : "q" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "็ง" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใช" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฟ" , CircledOrSquaredRecord { rendering : "0" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใป" , CircledOrSquaredRecord { rendering : "46" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใณ" , CircledOrSquaredRecord { rendering : "ใค" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฒ" , CircledOrSquaredRecord { rendering : "ใข" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฟ" , CircledOrSquaredRecord { rendering : "Z" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "22" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "W" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "m" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฝ" , CircledOrSquaredRecord { rendering : "8" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โน" , CircledOrSquaredRecord { rendering : "4" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "Z" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ด" , CircledOrSquaredRecord { rendering : "O" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅคฉ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใซ" , CircledOrSquaredRecord { rendering : "ๅญฆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฏ" , CircledOrSquaredRecord { rendering : "16" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "g" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฎ" , CircledOrSquaredRecord { rendering : "WZ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ธ" , CircledOrSquaredRecord { rendering : "I" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "a" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฐ" , CircledOrSquaredRecord { rendering : "17" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใซ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใต" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "M" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "L" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "4" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใด" , CircledOrSquaredRecord { rendering : "39" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฅ" , CircledOrSquaredRecord { rendering : "v" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ซ" , CircledOrSquaredRecord { rendering : "F" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐
พ" , CircledOrSquaredRecord { rendering : "O" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฉ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ข" , CircledOrSquaredRecord { rendering : "22.2" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โด" , CircledOrSquaredRecord { rendering : "20" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฆ" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โพ" , CircledOrSquaredRecord { rendering : "I" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ญ" , CircledOrSquaredRecord { rendering : "H" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใถ" , CircledOrSquaredRecord { rendering : "ใฉ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โฎ" , CircledOrSquaredRecord { rendering : "14" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "2K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใค" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โก" , CircledOrSquaredRecord { rendering : "2" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅญ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฝ" , CircledOrSquaredRecord { rendering : "9" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โบ" , CircledOrSquaredRecord { rendering : "5" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ณ" , CircledOrSquaredRecord { rendering : "็ฉบ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐จ" , CircledOrSquaredRecord { rendering : "C" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โพ" , CircledOrSquaredRecord { rendering : "9" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใท" , CircledOrSquaredRecord { rendering : "42" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โข" , CircledOrSquaredRecord { rendering : "3" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฏ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใช" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "b" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "Z" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฌ" , CircledOrSquaredRecord { rendering : "VOD" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
ค" , CircledOrSquaredRecord { rendering : "U" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "2" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "30" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "Q" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โฒ" , CircledOrSquaredRecord { rendering : "19" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ป" , CircledOrSquaredRecord { rendering : "V" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ผ" , CircledOrSquaredRecord { rendering : "M" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐ฃ" , CircledOrSquaredRecord { rendering : "60P" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใน" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใฟ" , CircledOrSquaredRecord { rendering : "50" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โท" , CircledOrSquaredRecord { rendering : "B" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "FREE" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐ฟ" , CircledOrSquaredRecord { rendering : "P" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใค" , CircledOrSquaredRecord { rendering : "ไธ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "CL" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "T" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๆ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ๅฏ" . to_string () , type_ : "circle" . to_string () , emoji : true , }) ; mappings . insert ("ใจ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ไน" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "k" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใจ" , CircledOrSquaredRecord { rendering : "ๅณ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "e" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "I" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ซ" , CircledOrSquaredRecord { rendering : "้" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใฌ" , CircledOrSquaredRecord { rendering : "ใ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "K" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐พ" , CircledOrSquaredRecord { rendering : "WC" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "29" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "MV" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ๅฅณ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "้ฉ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐ฏ" , CircledOrSquaredRecord { rendering : "J" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ" , CircledOrSquaredRecord { rendering : "l" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใพ" , CircledOrSquaredRecord { rendering : "49" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ" , CircledOrSquaredRecord { rendering : "ใจ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "Q" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐" , CircledOrSquaredRecord { rendering : "ใณใณ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โน" , CircledOrSquaredRecord { rendering : "5" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐
" , CircledOrSquaredRecord { rendering : "T" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings } ; }