yosina 2.0.0

Japanese text transliteration library
Documentation
1
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 : "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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‰“" , CircledOrSquaredRecord { rendering : "23" . 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 : "N" . 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 : "NG" . 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 : "Z" . 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 : "DJ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†”" , CircledOrSquaredRecord { rendering : "ID" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โ‘ช" , CircledOrSquaredRecord { rendering : "11" . to_string () , type_ : "circle" . 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 : "24" . to_string () , type_ : "circle" . 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 : "5" . 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 : "็”Ÿ" . to_string () , type_ : "square" . 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_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ‘ค" , CircledOrSquaredRecord { rendering : "5" . 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 : "d" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใŠพ" , CircledOrSquaredRecord { rendering : "49" . 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 : "i" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆฏ" , CircledOrSquaredRecord { rendering : "ๆŒ‡" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("ใŠฒ" , CircledOrSquaredRecord { rendering : "37" . 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 : "J" . 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 : "f" . 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 : "8" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…" , CircledOrSquaredRecord { rendering : "WC" . 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 : "17" . 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 : "z" . 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 : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†จ" , CircledOrSquaredRecord { rendering : "Hi-Res" . 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 : "2K" . 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 : "PPV" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ“ฅ" , CircledOrSquaredRecord { rendering : "v" . 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 : "็”ณ" . 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 : "ๅฅณ" . 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 : "V" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‹พ" , CircledOrSquaredRecord { rendering : "ใƒฒ" . 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 : "14" . 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 : "G" . 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 : "K" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆบ" , CircledOrSquaredRecord { rendering : "ๅ–ถ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; 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 : "V" . to_string () , type_ : "square" . 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 : "ๆ‰“" . 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 : "S" . 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_ : "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 : "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 : "P" . 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 : "Z" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; 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 : "k" . 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 : "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 : "36" . 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_ : "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_ : "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 : "H" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆ" , CircledOrSquaredRecord { rendering : "ใ‚ณใ‚ณ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿ†˜" , CircledOrSquaredRecord { rendering : "SOS" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿ†›" , CircledOrSquaredRecord { rendering : "3D" . 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 : "V" . 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 : "19" . 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 : "ใƒฆ" . 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 : "A" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ„Œ" , CircledOrSquaredRecord { rendering : "0" . 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 : "13" . 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_ : "circle" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿ…œ" , CircledOrSquaredRecord { rendering : "M" . 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 : "ไธƒ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆณ" , CircledOrSquaredRecord { rendering : "็ฉบ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿ†ฆ" , CircledOrSquaredRecord { rendering : "HC" . 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 : "Y" . 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 : "7.1" . 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 : "Z" . 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 : "10" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†Ž" , CircledOrSquaredRecord { rendering : "AB" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โžŒ" , CircledOrSquaredRecord { rendering : "3" . 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 : "38" . 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 : "5" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‰˜" , CircledOrSquaredRecord { rendering : "28" . 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_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ‡น" , CircledOrSquaredRecord { rendering : "T" . 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 : false , }) ; 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 : "39" . 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 : "Y" . 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 : "4" . 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 : "A" . 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 : "4" . 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 : "U" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…ž" , CircledOrSquaredRecord { rendering : "O" . 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 : "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 : "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 : "R" . 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 : "W" . 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 : "Y" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‰Ÿ" , CircledOrSquaredRecord { rendering : "35" . 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 : "ๅŒป" . 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 : "R" . 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 : "W" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆฌ" , CircledOrSquaredRecord { rendering : "ๅทฆ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ„ฌ" , CircledOrSquaredRecord { rendering : "R" . 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 : "MV" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…˜" , CircledOrSquaredRecord { rendering : "I" . 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 : "NEW" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿ†ข" , CircledOrSquaredRecord { rendering : "22.2" . 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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†‘" , CircledOrSquaredRecord { rendering : "CL" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โ‘ฎ" , CircledOrSquaredRecord { rendering : "15" . 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 : "ไธ€" . 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 : "E" . 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 : "V" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ’พ" , CircledOrSquaredRecord { rendering : "I" . 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 : "2" . 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 : "I" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…" , CircledOrSquaredRecord { rendering : "SS" . to_string () , type_ : "square" . 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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใŠค" , CircledOrSquaredRecord { rendering : "ไธŠ" . 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 : "ไธญ" . 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_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…„" , CircledOrSquaredRecord { rendering : "U" . 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 : "6" . 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_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…‘" , CircledOrSquaredRecord { rendering : "B" . 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 : "P" . to_string () , type_ : "square" . 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 : "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 : "29" . 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 : "้‡‘" . 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 : "F" . 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 : "14" . 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 : "U" . 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 : "L" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆ•" , CircledOrSquaredRecord { rendering : "ๅคš" . 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 : "็›ฃ" . 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 : "1" . 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 : "J" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ„ฝ" , CircledOrSquaredRecord { rendering : "N" . to_string () , type_ : "square" . 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 : "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 : "6" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("โ“ซ" , CircledOrSquaredRecord { rendering : "11" . 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 : "N" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆ–" , CircledOrSquaredRecord { rendering : "่งฃ" . 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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ‡ง" , CircledOrSquaredRecord { rendering : "B" . 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 : "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 : "1" . 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 : "SA" . 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_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โ‘ฒ" , CircledOrSquaredRecord { rendering : "19" . 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 : "w" . 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 : "18" . 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 : "p" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆ‘" , CircledOrSquaredRecord { rendering : "ๅญ—" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใŠถ" , CircledOrSquaredRecord { rendering : "41" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใЉ" , CircledOrSquaredRecord { rendering : "ๅ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†’" , CircledOrSquaredRecord { rendering : "COOL" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โž†" , CircledOrSquaredRecord { rendering : "7" . 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 : "C" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‹ฆ" , CircledOrSquaredRecord { rendering : "ใƒŒ" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; 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 : "9" . 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 : "G" . 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 : "C" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿšพ" , CircledOrSquaredRecord { rendering : "WC" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; 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 : "3" . 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 : "B" . 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 : "32" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆค" , CircledOrSquaredRecord { rendering : "ๅฃฐ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใ‰—" , CircledOrSquaredRecord { rendering : "27" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‹ซ" , CircledOrSquaredRecord { rendering : "ใƒ•" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†ฌ" , CircledOrSquaredRecord { rendering : "VOD" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆน" , CircledOrSquaredRecord { rendering : "ๅ‰ฒ" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿˆ›" , CircledOrSquaredRecord { rendering : "ๆ–™" . 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 : "ๆœˆ" . 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 : "43" . 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 : "ๆ ช" . 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 : "u" . 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 : "B" . 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 : "44" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†" , CircledOrSquaredRecord { rendering : "WC" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ“‘" , CircledOrSquaredRecord { rendering : "b" . 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_ : "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_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ‰‘" , CircledOrSquaredRecord { rendering : "ๅฏ" . to_string () , type_ : "circle" . to_string () , emoji : true , }) ; mappings . insert ("๐Ÿ…" , CircledOrSquaredRecord { rendering : "A" . 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 : "ๆŠ•" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ‡ฉ" , CircledOrSquaredRecord { rendering : "D" . 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 : "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 : "C" . 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 : "e" . 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 : "ไธ€" . 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 : "WZ" . 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 : "34" . 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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ„ญ" , CircledOrSquaredRecord { rendering : "CD" . 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 : "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 : "q" . 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 : "P" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; 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 : "12" . 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 : "J" . 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 : "40" . 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 : "I" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใŠท" , CircledOrSquaredRecord { rendering : "42" . 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 : "S" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…ƒ" , CircledOrSquaredRecord { rendering : "T" . 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 : "SHV" . 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 : "้Š" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ“ฃ" , CircledOrSquaredRecord { rendering : "t" . 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 : "Z" . 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_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("โ“ฝ" , CircledOrSquaredRecord { rendering : "9" . 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 : "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 : "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 : "Q" . 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 : "10" . 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 : "1" . 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 : "้ฉ" . 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 : "ใƒ˜" . 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 : "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 : "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 : "7" . 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 : "C" . 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 : "F" . 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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ…†" , CircledOrSquaredRecord { rendering : "W" . 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_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ… " , CircledOrSquaredRecord { rendering : "Q" . 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 : "X" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆถ" , CircledOrSquaredRecord { rendering : "ๆœ‰" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โ“ข" , CircledOrSquaredRecord { rendering : "s" . 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 : "31" . 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 : "ใ€’" . 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 : "2" . 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 : "็คพ" . 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 : "ๅ…ญ" . 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 : "ๅ†™" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("ใ‹™" , CircledOrSquaredRecord { rendering : "ใ‚ณ" . 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 : "y" . 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 : "M" . 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 : "ๆผ”" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿ†Œ" , CircledOrSquaredRecord { rendering : "PA" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings . insert ("ใŠƒ" , CircledOrSquaredRecord { rendering : "ๅ››" . 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 : "Z" . 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 : "0" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆต" , CircledOrSquaredRecord { rendering : "ๆบ€" . to_string () , type_ : "square" . to_string () , emoji : true , }) ; mappings . insert ("โž’" , CircledOrSquaredRecord { rendering : "9" . 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 : "47" . to_string () , type_ : "circle" . to_string () , emoji : false , }) ; mappings . insert ("๐Ÿˆ’" , CircledOrSquaredRecord { rendering : "ๅŒ" . to_string () , type_ : "square" . to_string () , emoji : false , }) ; mappings } ; }