| OLD | NEW |
| 1 window.data = { | 1 window.data = { |
| 2 'Æ': { 'codepoints': [0x000C6], 'characters': '\xC6' }, | 2 'Æ': { 'codepoints': [0x000C6], 'characters': '\xC6' }, |
| 3 'Æ': { 'codepoints': [0x000C6], 'characters': '\xC6' }, | 3 'Æ': { 'codepoints': [0x000C6], 'characters': '\xC6' }, |
| 4 '&': { 'codepoints': [0x00026], 'characters': '\x26' }, | 4 '&': { 'codepoints': [0x00026], 'characters': '\x26' }, |
| 5 '&': { 'codepoints': [0x00026], 'characters': '\x26' }, | 5 '&': { 'codepoints': [0x00026], 'characters': '\x26' }, |
| 6 'Á': { 'codepoints': [0x000C1], 'characters': '\xC1' }, | 6 'Á': { 'codepoints': [0x000C1], 'characters': '\xC1' }, |
| 7 'Á': { 'codepoints': [0x000C1], 'characters': '\xC1' }, | 7 'Á': { 'codepoints': [0x000C1], 'characters': '\xC1' }, |
| 8 'Ă': { 'codepoints': [0x00102], 'characters': '\u0102' }, | 8 'Ă': { 'codepoints': [0x00102], 'characters': '\u0102' }, |
| 9 'Â': { 'codepoints': [0x000C2], 'characters': '\xC2' }, | 9 'Â': { 'codepoints': [0x000C2], 'characters': '\xC2' }, |
| 10 'Â': { 'codepoints': [0x000C2], 'characters': '\xC2' }, | 10 'Â': { 'codepoints': [0x000C2], 'characters': '\xC2' }, |
| (...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2224 'ℨ': { 'codepoints': [0x02128], 'characters': '\u2128' }, | 2224 'ℨ': { 'codepoints': [0x02128], 'characters': '\u2128' }, |
| 2225 'ζ': { 'codepoints': [0x003B6], 'characters': '\u03B6' }, | 2225 'ζ': { 'codepoints': [0x003B6], 'characters': '\u03B6' }, |
| 2226 '𝔷': { 'codepoints': [0x1D537], 'characters': '\uD835\uDD37' }, | 2226 '𝔷': { 'codepoints': [0x1D537], 'characters': '\uD835\uDD37' }, |
| 2227 'ж': { 'codepoints': [0x00436], 'characters': '\u0436' }, | 2227 'ж': { 'codepoints': [0x00436], 'characters': '\u0436' }, |
| 2228 '⇝': { 'codepoints': [0x021DD], 'characters': '\u21DD' }, | 2228 '⇝': { 'codepoints': [0x021DD], 'characters': '\u21DD' }, |
| 2229 '𝕫': { 'codepoints': [0x1D56B], 'characters': '\uD835\uDD6B' }, | 2229 '𝕫': { 'codepoints': [0x1D56B], 'characters': '\uD835\uDD6B' }, |
| 2230 '𝓏': { 'codepoints': [0x1D4CF], 'characters': '\uD835\uDCCF' }, | 2230 '𝓏': { 'codepoints': [0x1D4CF], 'characters': '\uD835\uDCCF' }, |
| 2231 '‍': { 'codepoints': [0x0200D], 'characters': '\u200D' }, | 2231 '‍': { 'codepoints': [0x0200D], 'characters': '\u200D' }, |
| 2232 '‌': { 'codepoints': [0x0200C], 'characters': '\u200C' } | 2232 '‌': { 'codepoints': [0x0200C], 'characters': '\u200C' } |
| 2233 }; | 2233 }; |
| OLD | NEW |