ASCII Codes

American Standard Code for Information Interchange (ASCII) is a character encoding that developed out of telegraphy and the teleprinters of the early twentieth century, and was formalised for digital media in the 1960s. In its original form it defined 128 characters (0-127, or 0000000-1111111 in binary) including some control characters such as "end of transmission". Various extended versions include non-English characters, but anything above character 127 should be considered unreliable unless the encoding scheme is clearly defined. (For representing international data reliably, consider using UTF-8 or UTF-16.)

The built-in calculators in MacOS and Windows provide convenient decimal/binary/hex converters. The Mac one has ASCII and Unicode lookups.

Codes 1-31: control characters

ASCII Code Value HTML URL encoding Special Meanings
0 nul   Null
1 soh   Start of heading
2 stx   Start of text
3 etx   End of text, Control-C/Interrupt
4 eot   End of transmission
5 enq   Enquiry
6 ack   Acknowledge
7 bel   Bell (beep)
8 bs   Backspace
9 ht %09 Horizontal tab
10 nl %0A Newline; Unix line terminator; 2nd part of Windows line terminator
11 vt   Vertical tab; Home
12 np   Formfeed (new page when printing)
13 cr %0D Carriage return; 1st part of Windows line terminator
14 so   Shift out
15 si   Shift in
16 dle   Data link escape
17 dc1   Device control 1
18 dc2   Device control 2
19 dc3   Device control 3
20 dc4   Device control 4
21 nak   Negative acknowledge
22 syn   Synchronous idle
23 etb   End of transmission block
24 can   Cancel
25 em   End of medium
26 sub   Substitute (in place of a character that has been found to be invalid or in error)
27 esc   Escape
28 fs   File separator; Cursor right
29 Group separator; gs   Cursor left
30 rs   Record separator; Cursor up
31 us   Unit separator; Cursor down

Printable characters 32-127:

Code (dec) Code (hex) Value HTML URL symbol HTML code (dec) HTML code (hex) HTML mnemonic code
32 20 (space) %20      
33 21 ! %21 ! ! !
34 22 " %22 " " "
35 23 # %23 # # #
36 24 $ %24 $ $ $
37 25 % %25 % % %
38 26 & %26 & & &
39 27 ' %27 ' ' '
40 28 ( %28 ( ( (
41 29 ) %29 ) ) )
42 2A * %2A * * *
43 2B + %2B + + +
44 2C , %2C , , ,
45 2D - %2D - -  
46 2E . %2E . .  
47 2F / %2F / / /
48 30 0 %30 0 0  
49 31 1 %31 1 1  
50 32 2 %32 2 2  
51 33 3 %33 3 3  
52 34 4 %34 4 4  
53 35 5 %35 5 5  
54 36 6 %36 6 6  
55 37 7 %37 7 7  
56 38 8 %38 8 8  
57 39 9 %39 9 9  
58 3A : %3A : : :
59 3B ; %3B &#59; &#x3B; ;
60 3C < %3C &#60; &#x3C; &lt;
61 3D = %3D &#61; &#x3D; &equals;
62 3E > %3E &#62; &#x3E; &gt;
63 3F ? %3F &#63; &#x3F; &quest;
64 40 @ %40 &#64; &#x40; &commat;
65 41 A %41 &#65; &#x41;  
66 42 B %42 &#66; &#x42;  
67 43 C %43 &#67; &#x43;  
68 44 D %44 &#68; &#x44;  
69 45 E %45 &#69; &#x45;  
70 46 F %46 &#70; &#x46;  
71 47 G %47 &#71; &#x47;  
72 48 H %48 &#72; &#x48;  
73 49 I %49 &#73; &#x49;  
74 4A J %4A &#74; &#x4A;  
75 4B K %4B &#75; &#x4B;  
76 4C L %4C &#76; &#x4C;  
77 4D M %4D &#77; &#x4D;  
78 4E N %4E &#78; &#x4E;  
79 4F O %4F &#79; &#x4F;  
80 50 P %50 &#80; &#x50;  
81 51 Q %51 &#81; &#x51;  
82 52 R %52 &#82; &#x52;  
83 53 S %53 &#83; &#x53;  
84 54 T %54 &#84; &#x54;  
85 55 U %55 &#85; &#x55;  
86 56 V %56 &#86; &#x56;  
87 57 W %57 &#87; &#x57;  
88 58 X %58 &#88; &#x58;  
89 59 Y %59 &#89; &#x59;  
90 5A Z %5A &#90; &#x5A;  
91 5B [ %5B &#91; &#x5B; &lsqb;
92 5C \ %5C &#92; &#x5C; &bsol;
93 5D ] %5D &#93; &#x5D; &rsqb;
94 5E ^ %5E &#94; &#x5E; &Hat;
95 5F _ %5F &#95; &#x5F; &lowbar;
96 60 ` %60 &#96; &#x60; &grave;
97 61 a %61 &#97; &#x61;  
98 62 b %62 &#98; &#x62;  
99 63 c %63 &#99; &#x63;  
100 64 d %64 &#100; &#x64;  
101 65 e %65 &#101; &#x65;  
102 66 f %66 &#102; &#x66;  
103 67 g %67 &#103; &#x67;  
104 68 h %68 &#104; &#x68;  
105 69 i %69 &#105; &#x69;  
106 6A j %6A &#106; &#x6A;  
107 6B k %6B &#107; &#x6B;  
108 6C l %6C &#108; &#x6C;  
109 6D m %6D &#109; &#x6D;  
110 6E n %6E &#110; &#x6E;  
111 6F o %6F &#111; &#x6F;  
112 70 p %70 &#112; &#x70;  
113 71 q %71 &#113; &#x71;  
114 72 r %72 &#114; &#x72;  
115 73 s %73 &#115; &#x73;  
116 74 t %74 &#116; &#x74;  
117 75 u %75 &#117; &#x75;  
118 76 v %76 &#118; &#x76;  
119 77 w %77 &#119; &#x77;  
120 78 x %78 &#120; &#x78;  
121 79 y %79 &#121; &#x79;  
122 7A z %7A &#122; &#x7A;  
123 7B { %7B &#123; &#x7B; &lbrace;
124 7C | %7C &#124; &#x7C; &vert;
125 7D } %7D &#125; &#x7D; &rbrace;
126 7E ~ %7E &#126; &#x7E; &tilde;
127 del          

Codes 128-255:

  • Since ASCII only strictly goes up to 127 (i.e. 7 bits or 1111111 in binary), character codes above this will be interpreted in different ways depending on the character set. Although we might refer informally to "ASCII codes", the following 8-bit character codes aren't part of ASCII.
  • If no character set is explicitly specified, browsers and other software must fall back on default settings, such as the International settings for the desktop of the person viewing the page, or any default settings built into the application, which can give unpredicatable results.
  • UTF-8 is a character encoding standard under which the first 128 characters (0-127) are represented as one byte (the same as classic ASCII), and higher codes are represented in multiple bytes.
  • Not everybody remembers to use it.
  • Even if they do, not every font contains every possible character. Therefore a symbol or multibyte character may be correctly encoded and recognised by the browser, but not displayable in Verdana.
  • This page specifies charset utf-8 in its HTML header in order to give browsers some clue, however that does not mean there is an agreed display convention for characters like #129. Characters in the range 128 to 158 are particularly unreliable.
Code (dec) Code (hex) Value HTML URL symbol HTML code (dec) HTML code (hex) HTML mnemonic code
128 80 %80 &#128; &#x80; Often used for Euro currency, but unsupported - use &#8364; or &euro;
129 81  %81 &#129; &#x81;  
130 82 %82 &#130; &#x82; &sbquo;
131 83 ƒ %83 &#131; &#x83;  
132 84 %84 &#132; &#x84; &bdquo;
133 85 %85 &#133; &#x85;  
134 86 %86 &#134; &#x86; &dagger;
135 87 %87 &#135; &#x87; &Dagger;
136 88 ˆ %88 &#136; &#x88;  
137 89 %89 &#137; &#x89; &permil;
138 8A Š %8A &#138; &#x8A;  
139 8B %8B &#139; &#x8B; &lsaquo;
140 8C Œ %8C &#140; &#x8C;  
141 8D  %8D &#141; &#x8D;  
142 8E Ž %8E &#142; &#x8E;  
143 8F  %8F &#143; &#x8F;  
144 90  %90 &#144; &#x90;  
145 91 %91 &#145; &#x91; &lsquo;
146 92 %92 &#146; &#x92; &rsquo;
147 93 %93 &#147; &#x93; &ldquo;
148 94 %94 &#148; &#x94; &rdquo;
149 95 %95 &#149; &#x95; &bull;
150 96 %96 &#150; &#x96; &ucirc; (for û)
151 97 %97 &#151; &#x97;  
152 98 ˜ %98 &#152; &#x98;  
153 99 %99 &#153; &#x99; (trademark - but &trade; or &#8482; has better support)
154 9A š %9A &#154; &#x9A;  
155 9B %9B &#155; &#x9B; &rsaquo;
156 9C œ %9C &#156; &#x9C;  
157 9D  %9D &#157; &#x9D;  
158 9E ž %9E &#158; &#x9E;  
159 9F Ÿ %9F &#159; &#x9F; &Yuml;
160 A0   %A0 &#160; &#xA0; &nbsp; (nonbreaking space)
161 A1 ¡ %A1 &#161; &#xA1; &iexcl;
162 A2 ¢ %A2 &#162; &#xA2; &cent;
163 A3 £ %A3 &#163; &#xA3; &pound;
164 A4 ¤ %A4 &#164; &#xA4; &curren;
165 A5 ¥ %A5 &#165; &#xA5; &yen;
166 A6 ¦ %A6 &#166; &#xA6; &brvbar;
167 A7 § %A7 &#167; &#xA7; &sect;
168 A8 ¨ %A8 &#168; &#xA8; &uml;
169 A9 © %A9 &#169; &#xA9; &copy;
170 AA ª %AA &#170; &#xAA; &ordf;
171 AB « %AB &#171; &#xAB; &laquo;
172 AC ¬ %AC &#172; &#xAC; &not;
173 AD ­ %AD &#173; &#xAD; &shy;
174 AE ® %AE &#174; &#xAE; &reg;
175 AF ¯ %AF &#175; &#xAF; &macr;
176 B0 ° %B0 &#176; &#xB0; &deg;
177 B1 ± %B1 &#177; &#xB1; &plusmn;
178 B2 ² %B2 &#178; &#xB2; &sup2;
179 B3 ³ %B3 &#179; &#xB3; &sup3;
180 B4 ´ %B4 &#180; &#xB4; &acute;
181 B5 µ %B5 &#181; &#xB5; &micro;
182 B6 %B6 &#182; &#xB6; &para;
183 B7 · %B7 &#183; &#xB7; &midot;
184 B8 ¸ %B8 &#184; &#xB8; &cedil;
185 B9 ¹ %B9 &#185; &#xB9; &sup1;
186 BA º %BA &#186; &#xBA; &ordm
187 BB » %BB &#187; &#xBB; &raquo;
188 BC ¼ %BC &#188; &#xBC; &frac14;
189 BD ½ %BD &#189; &#xBD; &frac12;
190 BE ¾ %BE &#190; &#xBE; &frac34;
191 BF ¿ %BF &#191; &#xBF; &iquest;
192 C0 À %C0 &#192; &#xC0; &Agrave;
193 C1 Á %C1 &#193; &#xC1; &Aacute;
194 C2 Â %C2 &#194; &#xC2; &Acirc;
195 C3 Ã %C3 &#195; &#xC3; &Atilde;
196 C4 Ä %C4 &#196; &#xC4; &Auml;
197 C5 Å %C5 &#197; &#xC5; &Aring;
198 C6 Æ %C6 &#198; &#xC6; &Aelig;
199 C7 Ç %C7 &#199; &#xC7; &Ccdel;
200 C8 È %C8 &#200; &#xC8; &Egrave;
201 C9 É %C9 &#201; &#xC9; &Eacute;
202 CA Ê %CA &#202; &#xCA; &Ecirc;
203 CB Ë %CB &#203; &#xCB; &Euml;
204 CC Ì %CC &#204; &#xCC; &Igrave;
205 CD Í %CD &#205; &#xCD; &Iacute;
206 CE Î %CE &#206; &#xCE; &Icirc;
207 CF Ï %CF &#207; &#xCF; &Iuml;
208 D0 Ð %D0 &#208; &#xD0; &ETH;
209 D1 Ñ %D1 &#209; &#xD1; &Ntilde;
210 D2 Ò %D2 &#210; &#xD2; &Ograve;
211 D3 Ó %D3 &#211; &#xD3; &Oacute;
212 D4 Ô %D4 &#212; &#xD4; &Ocirc;
213 D5 Õ %D5 &#213; &#xD5; &Otilde;
214 D6 Ö %D6 &#214; &#xD6; &Ouml;
215 D7 × %D7 &#215; &#xD7; &times;
216 D8 Ø %D8 &#216; &#xD8; &Oslash;
217 D9 Ù %D9 &#217; &#xD9; &Ugrave;
218 DA Ú %DA &#218; &#xDA; &Uacute;
219 DB Û %DB &#219; &#xDB; &Ucirc;
220 DC Ü %DC &#220; &#xDC; &Uuml;
221 DD Ý %DD &#221; &#xDD; &Yacute;
222 DE Þ %DE &#222; &#xDE; &THORN;
223 DF ß %DF &#223; &#xDF; &szlig;
224 E0 à %E0 &#224; &#xE0; &agrave;
225 E1 á %E1 &#225; &#xE1; &aacute;
226 E2 â %E2 &#226; &#xE2; &acirc;
227 E3 ã %E3 &#227; &#xE3; &atilde;
228 E4 ä %E4 &#228; &#xE4; &auml;
229 E5 å %E5 &#229; &#xE5; &aring;
230 E6 æ %E6 &#230; &#xE6; &aelig;
231 E7 ç %E7 &#231; &#xE7; &ccedil;
232 E8 è %E8 &#232; &#xE8; &egrave;
233 E9 é %E9 &#233; &#xE9; &eacute;
234 EA ê %EA &#234; &#xEA; &ecirc;
235 EB ë %EB &#235; &#xEB; &euml;
236 EC ì %EC &#236; &#xEC; &igrave;
237 ED í %ED &#237; &#xED; &iacute;
238 EE î %EE &#238; &#xEE; &icirc;
239 EF ï %EF &#239; &#xEF; &iuml;
240 F0 ð %F0 &#240; &#xF0; &eth;
241 F1 ñ %F1 &#241; &#xF1; &ntilde;
242 F2 ò %F2 &#242; &#xF2; &ograve;
243 F3 ó %F3 &#243; &#xF3; &oacute;
244 F4 ô %F4 &#244; &#xF4; &ocirc;
245 F5 õ %F5 &#245; &#xF5; &otilde;
246 F6 ö %F6 &#246; &#xF6; &ouml;
247 F7 ÷ %F7 &#247; &#xF7; &divide;
248 F8 ø %F8 &#248; &#xF8; &oslash;
249 F9 ù %F9 &#249; &#xF9; &ugrave;
250 FA ú %FA &#250; &#xFA; &uacute;
251 FB û %FB &#251; &#xFB; &ucirc;
252 FC ü %FC &#252; &#xFC; &uuml
253 FD ý %FD &#253; &#xFD; &yacute;
254 FE þ %FE &#254; &#xFE; &thorn;
255 FF ÿ %FF &#255; &#xFF; &yuml;

Other Codes:

Beyond 8 bits, anything goes. The following is a selection of the codes documented exhaustively at everything2.com/e2node/HTML symbol reference and dev.w3.org/html5/html-author/charref. (The numbers go up into the 10,000s, where they represent multi-byte far-Eastern alphabets, Braille, phonetic and mathematical symbols, Emojis etc.)

Code (dec) Code (hex) Value HTML code (dec) HTML code (hex) HTML mnemonic code
338 152 Π&#338; &#x152; &OElig;
339 153 œ &#339; &#x153; &oelig;
732 2DC ˜ &#732; &#x2DC; &tilde;
913 391 Α &#913; &#x391; &Alpha;
914 392 Β &#914; &#x392; &Beta;
915 393 Γ &#915; &#x393; &Gamma;
916 394 Δ &#916; &#x394; &Delta;
917 395 Ε &#917; &#x395; &Epsilon;
918 396 Ζ &#918; &#x396; &Zeta;
919 397 Η &#919; &#x397; &Eta;
920 398 Θ &#920; &#x398; &Theta;
921 399 Ι &#921; &#x399; &Iota;
922 39A Κ &#922; &#x39A; &Kappa;
923 39B Λ &#923; &#x39B; &Lambda;
924 39C Μ &#924; &#x39C; &Mu;
925 39D Ν &#925; &#x39D; &Nu;
926 39E Ξ &#926; &#x39E; &Xi;
927 39F Ο &#927; &#x39F; &Omicron;
928 3A0 Π &#928; &#x3A0; &Pi;
929 3A1 Ρ &#929; &#x3A1; &Rho;
931 3A3 Σ &#931; &#x3A3; &Sigma;
932 3A4 Τ &#932; &#x3A4; &Tau;
933 3A5 Υ &#933; &#x3A5; &Upsi;
934 3A6 Φ &#934; &#x3A6; &Phi;
935 3A7 Χ &#935; &#x3A7; &Chi;
936 3A8 Ψ &#936; &#x3A8; &Psi;
937 3A9 Ω &#937; &#x3A9; &Omega;
945 3B1 α &#945; &#x3B1; &alpha;
946 3B2 β &#946; &#x3B2; &beta;
947 3B3 γ &#947; &#x3B3; &gamma;
948 3B4 δ &#948; &#x3B4; &delta;
949 3B5 ε &#949; &#x3B5; &epsi;
950 3B6 ζ &#950; &#x3B6; &zeta;
951 3B7 η &#951; &#x3B7; &eta;
952 3B8 θ &#952; &#x3B8; &theta;
953 3B9 ι &#953; &#x3B9; &iota;
954 3BA κ &#954; &#x3BA; &kappa;
955 3BB λ &#955; &#x3BB; &lambda;
956 3BC μ &#956; &#x3BC; &mu;
957 3BD ν &#957; &#x3BD; &nu;
958 3BE ξ &#958; &#x3BE; &xi;
959 3BF ο &#959; &#x3BF; &omicron;
960 3C0 π &#960; &#x3C0; &pi;
961 3C1 ρ &#961; &#x3C1; &rho;
962 3C2 ς &#962; &#x3C2; &sigmaf;
963 3C3 σ &#963; &#x3C3; &sigma;
964 3C4 τ &#964; &#x3C4; &tau;
965 3C5 υ &#965; &#x3C5; &upsi;
966 3C6 φ &#966; &#x3C6; &phi;
967 3C7 χ &#967; &#x3C7; &chi;
968 3C8 ψ &#968; &#x3C8; &psi;
969 3C9 ω &#969; &#x3C9; &omega;
977 3D1 ϑ &#977; &#x3D1; &theta;
978 3D2 ϒ &#978; &#x3D2; &upsih;
982 3D6 ϖ &#982; &#x3D6; &piv;
928 3A0 Π &#928; &#x3A0; &Pi;
960 3C0 π &#960; &#x3C0; &pi;
3647 E3F ฿ &#3647; &#xE3F; Thai Baht
7491 1D43 &#7491; &#x1D43;  
7495 1D47 &#7495; &#x1D47;  
7496 1D48 &#7496; &#x1D48;  
7497 1D49 &#7497; &#x1D49;  
7501 1D4D &#7501; &#x1D4D;  
7502 1D4E &#7502; &#x1D4E;  
7503 1D4F &#7503; &#x1D4F;  
7504 1D50 &#7504; &#x1D50;  
7505 1D51 &#7505; &#x1D51;  
7506 1D52 &#7506; &#x1D52;  
7510 1D56 &#7510; &#x1D56;  
7511 1D57 &#7511; &#x1D57;  
7512 1D58 &#7512; &#x1D58;  
7515 1D5B &#7515; &#x1D5B;  
7521 1D61 &#7521; &#x1D61;  
7522 1D62 &#7522; &#x1D62;  
7523 1D63 &#7523; &#x1D63;  
7524 1D64 &#7524; &#x1D64;  
7525 1D65 &#7525; &#x1D65;  
7544 1D78 &#7544; &#x1D78;  
7593 1DA9 &#7593; &#x1DA9;  
7595 1DAB &#7595; &#x1DAB;  
7611 1DBB &#7611; &#x1DBB;  
8211 2013 &#8211; &#x2013; &ndash;
8212 2014 &#8212; &#x2014; &mdash;
8216 2018 &#8216; &#x2018; &lsquo;
8217 2019 &#8217; &#x2019; &rsquo;
8218 201A &#8218; &#x201A;  
8219 201B &#8219; &#x201B;  
8220 201C &#8220; &#x201C;  
8221 201D &#8221; &#x201D;  
8222 201E &#8222; &#x201E;  
8224 2020 &#8224; &#x2020;  
8225 2021 &#8225; &#x2021;  
8230 2026 &#8230; &#x2026;  
8251 203B &#8251; &#x203B;  
8267 204B &#8267; &#x204B;  
8288 2060 &#8288; &#x02060; &NoBreak;
8304 2070 &#8304; &#x2070; Superscript 0
8305 2071 &#8305; &#x2071;  
8308 2074 &#8308; &#x2074;  
8309 2075 &#8309; &#x2075;  
8310 2076 &#8310; &#x2076;  
8311 2077 &#8311; &#x2077;  
8312 2078 &#8312; &#x2078;  
8313 2079 &#8313; &#x2079;  
8314 207A &#8314; &#x207A;  
8315 207B &#8315; &#x207B;  
8316 207C &#8316; &#x207C;  
8317 207D &#8317; &#x207D;  
8318 207E &#8318; &#x207E;  
8319 207F &#8319; &#x207F;  
8320 2080 &#8320; &#x2080; Subscript 0
8321 2081 &#8321; &#x2081;  
8322 2082 &#8322; &#x2082;  
8323 2083 &#8323; &#x2083;  
8324 2084 &#8324; &#x2084;  
8325 2085 &#8325; &#x2085;  
8326 2086 &#8326; &#x2086;  
8327 2087 &#8327; &#x2087;  
8328 2088 &#8328; &#x2088;  
8329 2089 &#8329; &#x2089;  
8352 20A0 &#8352; &#x20A0; Currency: ECU (Obsolete)
8353 20A1 &#8353; &#x20A1; Currency: Costa Rican Colón
8358 20A6 &#8358; &#x20A6; Currency: Nigerian Naira
8360 20A8 &#8360; &#x20A8; Currency: Rupee (generic)
8361 20A9 &#8361; &#x20A9; Currency: Korean Won
8362 20AA &#8362; &#x20AA; Currency: Israeli Sheqel
8363 20AB &#8363; &#x20AB; Currency: Vietnamese Dong
8364 20AC &#8364; &#x20AC; &euro;
8365 20AD &#8365; &#x20AD; Currency: Lao Kip
8366 20AE &#8366; &#x20AE; Currency: Mongolian Tugrik
8367 20AF &#8367; &#x20AF; Currency: Greek Drachma (prior to Euro)
8369 20B1 &#8369; &#x20B1; Currency: Philippine Peso
8370 20B2 &#8370; &#x20B2; Currency: Paraguayan_Guaraní
8372 20B4 &#8372; &#x20B4; Currency: Ukrainian Hryvnia
8373 20B5 &#8373; &#x20B5; Currency: Ghanaian Cedi
8376 20B8 &#8376; &#x20B8; Currency: Kazakh Tenge
8377 20B9 &#8377; &#x20B9; Currency: Indian Rupee
8378 20BA &#8378; &#x20BA; Currency: Turkish Lira
8383 20BF &#8383; &#x20BF; ISO 4217 (unofficial) Bitcoin symbol
8448 2100 &#8448; &#x2100; "account of"
8450 2102 &#8450; &#x02102; &Copf; &complexes; (the set of complex numbers)
8451 2103 &#8451; &#x2103; Degrees Celsius
8453 2105 &#8453; &#x2105; &incare;
8457 2109 &#8457; &#x2109; Degrees Fahrenheit
8461 210D &#8461; &#x0210D; &Hopf; &quaternions;
8462 210E &#8462; &#x0210E; &planckh;
8469 2115 &#8469; &#x02115; &Nopf; &naturals;
8470 2116 &#8470; &#x2116; &numero;
8471 2117 &#8471; &#x2117; &copysr; (sound recording copyright)
8473 2119 &#8473; &#x02119; &Popf; &primes; (the set of primes)
8474 211A &#8474; &#x0211A; &Qopf; (the set of rationals)
8477 211D &#8477; &#x0211D; &reals; &Ropf; (the set of reals)
8480 2120 &#8480; &#x2120; Service mark
8481 2121 &#8481; &#x2121; Telephone
8482 2122 &#8482; &#x2122; &trade;
8484 2124 &#8484; &#x2124; &Zopf; &integers; (the set of integers)
8486 2126 Ω &#8486; &#2126; &ohm;
8491 212B &#8491; &#x0212B; &angst; (Angstrom)
8528 2150 &#8528; &#x2150;  
8529 2151 &#8529; &#x2151;  
8530 2152 &#8530; &#x2152;  
8531 2153 &#8531; &#x2153;  
8532 2154 &#8532; &#x2154;  
8533 2155 &#8533; &#x2155;  
8534 2156 &#8534; &#x2156;  
8535 2157 &#8535; &#x2157;  
8536 2158 &#8536; &#x2158;  
8537 2159 &#8537; &#x2159;  
8538 215A &#8538; &#x215A;  
8539 215B &#8539; &#x215B;  
8540 215C &#8540; &#x215C;  
8541 215D &#8541; &#x215D;  
8542 215E &#8542; &#x215E;  
8543 215F &#8543; &#x215F;  
8592 2190 &#8592; &#x2190;  
8593 2191 &#8593; &#x2191;  
8594 2192 &#8594; &#x2192;  
8595 2193 &#8595; &#x2193;  
8596 2194 &#8596; &#x2194;  
8597 2195 &#8597; &#x2195;  
8598 2196 &#8598; &#x2196;  
8599 2197 &#8599; &#x2197;  
8600 2198 &#8600; &#x2198;  
8601 2199 &#8601; &#x2199;  
8617 21A9 &#8617; &#x21A9;  
8618 21AA &#8618; &#x21AA;  
8672 21E0 &#8672; &#x21E0;  
8673 21E1 &#8673; &#x21E1;  
8674 21E2 &#8674; &#x21E2;  
8675 21E3 &#8675; &#x21E3;  
8676 21E4 &#8676; &#x21E4;  
8677 21E5 &#8677; &#x21E5;  
8729 2219 &#8729; &#x2219;  
8730 221A &#8730; &#x221A;  
8731 221B &#8731; &#x221B;  
8732 221C &#8732; &#x221C;  
8733 221D &#8733; &#x221D;  
8734 221E &#8734; &#x221E;  
8743 2227 &#8743; &#x2227;  
8744 2228 &#8744; &#x2228;  
8745 2229 &#8745; &#x2229;  
8746 222A &#8746; &#x222A;  
8747 222B &#8747; &#x222B;  
8748 222C &#8748; &#x222C;  
8749 222D &#8749; &#x222D;  
8750 222E &#8750; &#x222E;  
8751 222F &#8751; &#x222F;  
8752 2230 &#8752; &#x2230;  
8753 2231 &#8753; &#x2231;  
8754 2232 &#8754; &#x2232;  
8755 2233 &#8755; &#x2233;  
8756 2234 &#8756; &#x2234;  
8757 2235 &#8757; &#x2235;  
8758 2236 &#8758; &#x2236;  
8759 2237 &#8759; &#x2237;  
8760 2238 &#8760; &#x2238;  
8761 2239 &#8761; &#x2239;  
8762 223A &#8762; &#x223A;  
8763 223B &#8763; &#x223B;  
8764 223C &#8764; &#x223C;  
8765 223D &#8765; &#x223D;  
8766 223E &#8766; &#x223E;  
8767 223F &#8767; &#x223F;  
8768 2240 &#8768; &#x2240;  
8769 2241 &#8769; &#x2241;  
8770 2242 &#8770; &#x2242;  
8771 2243 &#8771; &#x2243;  
8772 2244 &#8772; &#x2244;  
8773 2245 &#8773; &#x2245;  
8774 2246 &#8774; &#x2246;  
8775 2247 &#8775; &#x2247;  
8776 2248 &#8776; &#x2248;  
8777 2249 &#8777; &#x2249;  
8778 224A &#8778; &#x224A;  
8779 224B &#8779; &#x224B;  
8780 224C &#8780; &#x224C;  
8781 224D &#8781; &#x224D;  
8782 224E &#8782; &#x224E;  
8783 224F &#8783; &#x224F;  
8784 2250 &#8784; &#x2250;  
8785 2251 &#8785; &#x2251;  
8786 2252 &#8786; &#x2252;  
8787 2253 &#8787; &#x2253;  
8788 2254 &#8788; &#x2254;  
8789 2255 &#8789; &#x2255;  
8790 2256 &#8790; &#x2256;  
8791 2257 &#8791; &#x2257;  
8792 2258 &#8792; &#x2258;  
8793 2259 &#8793; &#x2259;  
8794 225A &#8794; &#x225A;  
8795 225B &#8795; &#x225B;  
8796 225C &#8796; &#x225C;  
8797 225D &#8797; &#x225D;  
8798 225E &#8798; &#x225E;  
8799 225F &#8799; &#x225F;  
8800 2260 &#8800; &#x2260;  
8801 2261 &#8801; &#x2261;  
8802 2262 &#8802; &#x2262;  
8803 2263 &#8803; &#x2263;  
8804 2264 &#8804; &#x2264;  
8805 2265 &#8805; &#x2265;  
8806 2266 &#8806; &#x2266;  
8807 2267 &#8807; &#x2267;  
8808 2268 &#8808; &#x2268;  
8809 2269 &#8809; &#x2269;  
8810 226A &#8810; &#x226A;  
8811 226B &#8811; &#x226B;  
8812 226C &#8812; &#x226C;  
8813 226D &#8813; &#x226D;  
8814 226E &#8814; &#x226E;  
8815 226F &#8815; &#x226F;  
8816 2270 &#8816; &#x2270;  
8817 2271 &#8817; &#x2271;  
8818 2272 &#8818; &#x2272;  
8819 2273 &#8819; &#x2273;  
8820 2274 &#8820; &#x2274;  
8821 2275 &#8821; &#x2275;  
8822 2276 &#8822; &#x2276;  
8823 2277 &#8823; &#x2277;  
8824 2278 &#8824; &#x2278;  
8825 2279 &#8825; &#x2279;  
8826 227A &#8826; &#x227A;  
8827 227B &#8827; &#x227B;  
8828 227C &#8828; &#x227C;  
8829 227D &#8829; &#x227D;  
8830 227E &#8830; &#x227E;  
8831 227F &#8831; &#x227F;  
8832 2280 &#8832; &#x2280;  
8833 2281 &#8833; &#x2281;  
8834 2282 &#8834; &#x2282;  
8835 2283 &#8835; &#x2283;  
8836 2284 &#8836; &#x2284;  
8837 2285 &#8837; &#x2285;  
8838 2286 &#8838; &#x2286;  
8839 2287 &#8839; &#x2287;  
8840 2288 &#8840; &#x2288;  
8841 2289 &#8841; &#x2289;  
8842 228A &#8842; &#x228A;  
8843 228B &#8843; &#x228B;  
8844 228C &#8844; &#x228C;  
8845 228D &#8845; &#x228D;  
8846 228E &#8846; &#x228E;  
8847 228F &#8847; &#x228F;  
8848 2290 &#8848; &#x2290;  
8849 2291 &#8849; &#x2291;  
8850 2292 &#8850; &#x2292;  
8851 2293 &#8851; &#x2293;  
8852 2294 &#8852; &#x2294;  
8853 2295 &#8853; &#x2295;  
8854 2296 &#8854; &#x2296;  
8855 2297 &#8855; &#x2297;  
8856 2298 &#8856; &#x2298;  
8866 22A2 &#8866; &#x22A2;  
8867 22A3 &#8867; &#x22A3;  
8868 22A4 &#8868; &#x22A4;  
8869 22A5 &#8869; &#x22A5;  
8870 22A6 &#8870; &#x22A6;  
8871 22A7 &#8871; &#x22A7;  
8872 22A8 &#8872; &#x22A8;  
8873 22A9 &#8873; &#x22A9;  
8874 22AA &#8874; &#x22AA;  
8875 22AB &#8875; &#x22AB;  
8876 22AC &#8876; &#x22AC;  
8877 22AD &#8877; &#x22AD;  
8878 22AE &#8878; &#x22AE;  
8879 22AF &#8879; &#x22AF;  
8880 22B0 &#8880; &#x22B0;  
8881 22B1 &#8881; &#x22B1;  
8882 22B2 &#8882; &#x22B2;  
8883 22B3 &#8883; &#x22B3;  
8884 22B4 &#8884; &#x22B4;  
8885 22B5 &#8885; &#x22B5;  
8886 22B6 &#8886; &#x22B6;  
8887 22B7 &#8887; &#x22B7;  
8888 22B8 &#8888; &#x22B8;  
8889 22B9 &#8889; &#x22B9;  
8890 22BA &#8890; &#x22BA;  
8891 22BB &#8891; &#x22BB;  
8892 22BC &#8892; &#x22BC;  
8893 22BD &#8893; &#x22BD;  
8894 22BE &#8894; &#x22BE;  
8895 22BF &#8895; &#x22BF;  
8896 22C0 &#8896; &#x22C0;  
8897 22C1 &#8897; &#x22C1;  
8898 22C2 &#8898; &#x22C2;  
8899 22C3 &#8899; &#x22C3;  
8900 22C4 &#8900; &#x22C4;  
8901 22C5 &#8901; &#x22C5;  
8902 22C6 &#8902; &#x22C6;  
8903 22C7 &#8903; &#x22C7;  
8904 22C8 &#8904; &#x22C8;  
8905 22C9 &#8905; &#x22C9;  
8906 22CA &#8906; &#x22CA;  
8907 22CB &#8907; &#x22CB;  
8908 22CC &#8908; &#x22CC;  
8909 22CD &#8909; &#x22CD;  
8910 22CE &#8910; &#x22CE;  
8911 22CF &#8911; &#x22CF;  
8912 22D0 &#8912; &#x22D0;  
8913 22D1 &#8913; &#x22D1;  
8914 22D2 &#8914; &#x22D2;  
8915 22D3 &#8915; &#x22D3;  
8916 22D4 &#8916; &#x22D4;  
8917 22D5 &#8917; &#x22D5;  
8918 22D6 &#8918; &#x22D6;  
8919 22D7 &#8919; &#x22D7;  
8920 22D8 &#8920; &#x22D8;  
8921 22D9 &#8921; &#x22D9;  
8922 22DA &#8922; &#x22DA;  
8923 22DB &#8923; &#x22DB;  
8924 22DC &#8924; &#x22DC;  
8925 22DD &#8925; &#x22DD;  
8926 22DE &#8926; &#x22DE;  
8927 22DF &#8927; &#x22DF;  
8928 22E0 &#8928; &#x22E0;  
8929 22E1 &#8929; &#x22E1;  
8930 22E2 &#8930; &#x22E2;  
8931 22E3 &#8931; &#x22E3;  
8932 22E4 &#8932; &#x22E4;  
8933 22E5 &#8933; &#x22E5;  
8934 22E6 &#8934; &#x22E6;  
8935 22E7 &#8935; &#x22E7;  
8936 22E8 &#8936; &#x22E8;  
8937 22E9 &#8937; &#x22E9;  
8938 22EA &#8938; &#x22EA;  
8939 22EB &#8939; &#x22EB;  
8940 22EC &#8940; &#x22EC;  
8941 22ED &#8941; &#x22ED;  
8942 22EE &#8942; &#x22EE;  
8943 22EF &#8943; &#x22EF;  
8944 22F0 &#8944; &#x22F0;  
8945 22F1 &#8945; &#x22F1;  
8946 22F2 &#8946; &#x22F2;  
8947 22F3 &#8947; &#x22F3;  
8948 22F4 &#8948; &#x22F4;  
8949 22F5 &#8949; &#x22F5;  
8950 22F6 &#8950; &#x22F6;  
8951 22F7 &#8951; &#x22F7;  
8952 22F8 &#8952; &#x22F8;  
8953 22F9 &#8953; &#x22F9;  
8954 22FA &#8954; &#x22FA;  
8955 22FB &#8955; &#x22FB;  
8956 22FC &#8956; &#x22FC;  
8957 22FD &#8957; &#x22FD;  
8958 22FE &#8958; &#x22FE;  
8959 22FF &#8959; &#x22FF;  
8960 2300 &#8960; &#x2300;  
8982 2316 &#8982; &#x2316;  
8983 2317 &#8983; &#x2317;  
8984 2318 &#8984; &#x2318;  
8997 2325 &#8997; &#x2325;  
8998 2326 &#8998; &#x2326;  
8999 2327 &#8999; &#x2327;  
9003 232B &#9003; &#x232B;  
9115 239B &#9115; &#x239B;  
9116 239C &#9116; &#x239C;  
9117 239D &#9117; &#x239D;  
9118 239E &#9118; &#x239E;  
9119 239F &#9119; &#x239F;  
9120 23A0 &#9120; &#x23A0;  
9121 23A1 &#9121; &#x23A1;  
9122 23A2 &#9122; &#x23A2;  
9123 23A3 &#9123; &#x23A3;  
9124 23A4 &#9124; &#x23A4;  
9125 23A5 &#9125; &#x23A5;  
9126 23A6 &#9126; &#x23A6;  
9127 23A7 &#9127; &#x23A7;  
9128 23A8 &#9128; &#x23A8;  
9129 23A9 &#9129; &#x23A9;  
9130 23AA &#9130; &#x23AA;  
9131 23AB &#9131; &#x23AB;  
9132 23AC &#9132; &#x23AC;  
9133 23AD &#9133; &#x23AD;  
9134 23AE &#9134; &#x23AE;  
9135 23AF &#9135; &#x23AF;  
9136 23B0 &#9136; &#x23B0;  
9137 23B1 &#9137; &#x23B1;  
9143 23B7 &#9143; &#x23B7;  
9144 23B8 &#9144; &#x23B8;  
9145 23B9 &#9145; &#x23B9;  
9146 23BA &#9146; &#x23BA;  
9147 23BB &#9147; &#x23BB;  
9148 23BC &#9148; &#x23BC;  
9149 23BD &#9149; &#x23BD;  
9150 23BE &#9150; &#x23BE;  
9151 23BF &#9151; &#x23BF;  
9152 23C0 &#9152; &#x23C0;  
9153 23C1 &#9153; &#x23C1;  
9154 23C2 &#9154; &#x23C2;  
9155 23C3 &#9155; &#x23C3;  
9156 23C4 &#9156; &#x23C4;  
9157 23C5 &#9157; &#x23C5;  
9158 23C6 &#9158; &#x23C6;  
9159 23C7 &#9159; &#x23C7;  
9160 23C8 &#9160; &#x23C8;  
9161 23C9 &#9161; &#x23C9;  
9162 23CA &#9162; &#x23CA;  
9163 23CB &#9163; &#x23CB;  
9164 23CC &#9164; &#x23CC;  
9165 23CD &#9165; &#x23CD;  
9166 23CE &#9166; &#x23CE;  
9167 23CF &#9167; &#x23CF;  
9193 23E9 &#9193; &#x23E9;  
9194 23EA &#9194; &#x23EA;  
9195 23EB &#9195; &#x23EB;  
9196 23EC &#9196; &#x23EC;  
9200 23F0 &#9200; &#x23F0;  
9203 23F3 &#9203; &#x23F3;  
9312 2460 &#9312; &#x2460;  
9313 2461 &#9313; &#x2461;  
9314 2462 &#9314; &#x2462;  
9315 2463 &#9315; &#x2463;  
9316 2464 &#9316; &#x2464;  
9317 2465 &#9317; &#x2465;  
9318 2466 &#9318; &#x2466;  
9319 2467 &#9319; &#x2467;  
9320 2468 &#9320; &#x2468;  
9321 2469 &#9321; &#x2469;  
9322 246A &#9322; &#x246A;  
9323 246B &#9323; &#x246B;  
9324 246C &#9324; &#x246C;  
9325 246D &#9325; &#x246D;  
9326 246E &#9326; &#x246E;  
9327 246F &#9327; &#x246F;  
9328 2470 &#9328; &#x2470;  
9329 2471 &#9329; &#x2471;  
9330 2472 &#9330; &#x2472;  
9331 2473 &#9331; &#x2473;  
9398 24B6 &#9398; &#x24B6;  
9399 24B7 &#9399; &#x24B7;  
9400 24B8 &#9400; &#x24B8;  
9401 24B9 &#9401; &#x24B9;  
9402 24BA &#9402; &#x24BA;  
9403 24BB &#9403; &#x24BB;  
9404 24BC &#9404; &#x24BC;  
9405 24BD &#9405; &#x24BD;  
9406 24BE &#9406; &#x24BE;  
9407 24BF &#9407; &#x24BF;  
9408 24C0 &#9408; &#x24C0;  
9409 24C1 &#9409; &#x24C1;  
9410 24C2 &#9410; &#x24C2;  
9411 24C3 &#9411; &#x24C3;  
9412 24C4 &#9412; &#x24C4;  
9413 24C5 &#9413; &#x24C5;  
9414 24C6 &#9414; &#x24C6;  
9415 24C7 &#9415; &#x24C7;  
9416 24C8 &#9416; &#x24C8;  
9417 24C9 &#9417; &#x24C9;  
9418 24CA &#9418; &#x24CA;  
9419 24CB &#9419; &#x24CB;  
9420 24CC &#9420; &#x24CC;  
9421 24CD &#9421; &#x24CD;  
9422 24CE &#9422; &#x24CE;  
9423 24CF &#9423; &#x24CF;  
9424 24D0 &#9424; &#x24D0;  
9425 24D1 &#9425; &#x24D1;  
9426 24D2 &#9426; &#x24D2;  
9427 24D3 &#9427; &#x24D3;  
9428 24D4 &#9428; &#x24D4;  
9429 24D5 &#9429; &#x24D5;  
9430 24D6 &#9430; &#x24D6;  
9431 24D7 &#9431; &#x24D7;  
9432 24D8 &#9432; &#x24D8;  
9433 24D9 &#9433; &#x24D9;  
9434 24DA &#9434; &#x24DA;  
9435 24DB &#9435; &#x24DB;  
9436 24DC &#9436; &#x24DC;  
9437 24DD &#9437; &#x24DD;  
9438 24DE &#9438; &#x24DE;  
9439 24DF &#9439; &#x24DF;  
9440 24E0 &#9440; &#x24E0;  
9441 24E1 &#9441; &#x24E1;  
9442 24E2 &#9442; &#x24E2;  
9443 24E3 &#9443; &#x24E3;  
9444 24E4 &#9444; &#x24E4;  
9445 24E5 &#9445; &#x24E5;  
9446 24E6 &#9446; &#x24E6;  
9447 24E7 &#9447; &#x24E7;  
9448 24E8 &#9448; &#x24E8;  
9449 24E9 &#9449; &#x24E9;  
9450 24EA &#9450; &#x24EA;  
9451 24EB &#9451; &#x24EB;  
9452 24EC &#9452; &#x24EC;  
9453 24ED &#9453; &#x24ED;  
9454 24EE &#9454; &#x24EE;  
9455 24EF &#9455; &#x24EF;  
9456 24F0 &#9456; &#x24F0;  
9457 24F1 &#9457; &#x24F1;  
9458 24F2 &#9458; &#x24F2;  
9459 24F3 &#9459; &#x24F3;  
9460 24F4 &#9460; &#x24F4;  
9461 24F5 &#9461; &#x24F5;  
9462 24F6 &#9462; &#x24F6;  
9463 24F7 &#9463; &#x24F7;  
9464 24F8 &#9464; &#x24F8;  
9465 24F9 &#9465; &#x24F9;  
9466 24FA &#9466; &#x24FA;  
9467 24FB &#9467; &#x24FB;  
9468 24FC &#9468; &#x24FC;  
9469 24FD &#9469; &#x24FD;  
9470 24FE &#9470; &#x24FE;  
9471 24FF &#9471; &#x24FF;  
9472 2500 &#9472; &#x2500;  
9473 2501 &#9473; &#x2501;  
9474 2502 &#9474; &#x2502;  
9475 2503 &#9475; &#x2503;  
9476 2504 &#9476; &#x2504;  
9477 2505 &#9477; &#x2505;  
9478 2506 &#9478; &#x2506;  
9479 2507 &#9479; &#x2507;  
9480 2508 &#9480; &#x2508;  
9481 2509 &#9481; &#x2509;  
9482 250A &#9482; &#x250A;  
9483 250B &#9483; &#x250B;  
9484 250C &#9484; &#x250C;  
9485 250D &#9485; &#x250D;  
9486 250E &#9486; &#x250E;  
9487 250F &#9487; &#x250F;  
9488 2510 &#9488; &#x2510;  
9489 2511 &#9489; &#x2511;  
9490 2512 &#9490; &#x2512;  
9491 2513 &#9491; &#x2513;  
9492 2514 &#9492; &#x2514;  
9493 2515 &#9493; &#x2515;  
9494 2516 &#9494; &#x2516;  
9495 2517 &#9495; &#x2517;  
9496 2518 &#9496; &#x2518;  
9497 2519 &#9497; &#x2519;  
9498 251A &#9498; &#x251A;  
9499 251B &#9499; &#x251B;  
9500 251C &#9500; &#x251C;  
9501 251D &#9501; &#x251D;  
9502 251E &#9502; &#x251E;  
9503 251F &#9503; &#x251F;  
9504 2520 &#9504; &#x2520;  
9505 2521 &#9505; &#x2521;  
9506 2522 &#9506; &#x2522;  
9507 2523 &#9507; &#x2523;  
9508 2524 &#9508; &#x2524;  
9509 2525 &#9509; &#x2525;  
9510 2526 &#9510; &#x2526;  
9511 2527 &#9511; &#x2527;  
9512 2528 &#9512; &#x2528;  
9513 2529 &#9513; &#x2529;  
9514 252A &#9514; &#x252A;  
9515 252B &#9515; &#x252B;  
9516 252C &#9516; &#x252C;  
9517 252D &#9517; &#x252D;  
9518 252E &#9518; &#x252E;  
9519 252F &#9519; &#x252F;  
9520 2530 &#9520; &#x2530;  
9521 2531 &#9521; &#x2531;  
9522 2532 &#9522; &#x2532;  
9523 2533 &#9523; &#x2533;  
9524 2534 &#9524; &#x2534;  
9525 2535 &#9525; &#x2535;  
9526 2536 &#9526; &#x2536;  
9527 2537 &#9527; &#x2537;  
9528 2538 &#9528; &#x2538;  
9529 2539 &#9529; &#x2539;  
9530 253A &#9530; &#x253A;  
9531 253B &#9531; &#x253B;  
9532 253C &#9532; &#x253C;  
9533 253D &#9533; &#x253D;  
9534 253E &#9534; &#x253E;  
9535 253F &#9535; &#x253F;  
9536 2540 &#9536; &#x2540;  
9537 2541 &#9537; &#x2541;  
9538 2542 &#9538; &#x2542;  
9539 2543 &#9539; &#x2543;  
9540 2544 &#9540; &#x2544;  
9541 2545 &#9541; &#x2545;  
9542 2546 &#9542; &#x2546;  
9543 2547 &#9543; &#x2547;  
9544 2548 &#9544; &#x2548;  
9545 2549 &#9545; &#x2549;  
9546 254A &#9546; &#x254A;  
9547 254B &#9547; &#x254B;  
9548 254C &#9548; &#x254C;  
9549 254D &#9549; &#x254D;  
9550 254E &#9550; &#x254E;  
9551 254F &#9551; &#x254F;  
9552 2550 &#9552; &#x2550;  
9553 2551 &#9553; &#x2551;  
9554 2552 &#9554; &#x2552;  
9555 2553 &#9555; &#x2553;  
9556 2554 &#9556; &#x2554;  
9557 2555 &#9557; &#x2555;  
9558 2556 &#9558; &#x2556;  
9559 2557 &#9559; &#x2557;  
9560 2558 &#9560; &#x2558;  
9561 2559 &#9561; &#x2559;  
9562 255A &#9562; &#x255A;  
9563 255B &#9563; &#x255B;  
9564 255C &#9564; &#x255C;  
9565 255D &#9565; &#x255D;  
9566 255E &#9566; &#x255E;  
9567 255F &#9567; &#x255F;  
9568 2560 &#9568; &#x2560;  
9569 2561 &#9569; &#x2561;  
9570 2562 &#9570; &#x2562;  
9571 2563 &#9571; &#x2563;  
9572 2564 &#9572; &#x2564;  
9573 2565 &#9573; &#x2565;  
9574 2566 &#9574; &#x2566;  
9575 2567 &#9575; &#x2567;  
9576 2568 &#9576; &#x2568;  
9577 2569 &#9577; &#x2569;  
9578 256A &#9578; &#x256A;  
9579 256B &#9579; &#x256B;  
9580 256C &#9580; &#x256C;  
9581 256D &#9581; &#x256D;  
9582 256E &#9582; &#x256E;  
9583 256F &#9583; &#x256F;  
9584 2570 &#9584; &#x2570;  
9585 2571 &#9585; &#x2571;  
9586 2572 &#9586; &#x2572;  
9587 2573 &#9587; &#x2573;  
9588 2574 &#9588; &#x2574;  
9589 2575 &#9589; &#x2575;  
9590 2576 &#9590; &#x2576;  
9591 2577 &#9591; &#x2577;  
9592 2578 &#9592; &#x2578;  
9593 2579 &#9593; &#x2579;  
9594 257A &#9594; &#x257A;  
9595 257B &#9595; &#x257B;  
9596 257C &#9596; &#x257C;  
9597 257D &#9597; &#x257D;  
9598 257E &#9598; &#x257E;  
9599 257F &#9599; &#x257F;  
9600 2580 &#9600; &#x2580;  
9601 2581 &#9601; &#x2581;  
9602 2582 &#9602; &#x2582;  
9603 2583 &#9603; &#x2583;  
9604 2584 &#9604; &#x2584;  
9605 2585 &#9605; &#x2585;  
9606 2586 &#9606; &#x2586;  
9607 2587 &#9607; &#x2587;  
9608 2588 &#9608; &#x2588;  
9609 2589 &#9609; &#x2589;  
9610 258A &#9610; &#x258A;  
9611 258B &#9611; &#x258B;  
9612 258C &#9612; &#x258C;  
9613 258D &#9613; &#x258D;  
9614 258E &#9614; &#x258E;  
9615 258F &#9615; &#x258F;  
9616 2590 &#9616; &#x2590;  
9617 2591 &#9617; &#x2591;  
9618 2592 &#9618; &#x2592;  
9619 2593 &#9619; &#x2593;  
9620 2594 &#9620; &#x2594;  
9621 2595 &#9621; &#x2595;  
9622 2596 &#9622; &#x2596;  
9623 2597 &#9623; &#x2597;  
9624 2598 &#9624; &#x2598;  
9625 2599 &#9625; &#x2599;  
9626 259A &#9626; &#x259A;  
9627 259B &#9627; &#x259B;  
9628 259C &#9628; &#x259C;  
9629 259D &#9629; &#x259D;  
9630 259E &#9630; &#x259E;  
9631 259F &#9631; &#x259F;  
9632 25A0 &#9632; &#x25A0;  
9633 25A1 &#9633; &#x25A1;  
9634 25A2 &#9634; &#x25A2;  
9635 25A3 &#9635; &#x25A3;  
9636 25A4 &#9636; &#x25A4;  
9637 25A5 &#9637; &#x25A5;  
9638 25A6 &#9638; &#x25A6;  
9639 25A7 &#9639; &#x25A7;  
9640 25A8 &#9640; &#x25A8;  
9641 25A9 &#9641; &#x25A9;  
9728 2600 &#9728; &#x2600;  
9729 2601 &#9729; &#x2601;  
9730 2602 &#9730; &#x2602;  
9731 2603 &#9731; &#x2603;  
9732 2604 &#9732; &#x2604;  
9733 2605 &#9733; &#x2605;  
9734 2606 &#9734; &#x2606;  
9742 260E &#9742; &#x260E;  
9743 260F &#9743; &#x260F;  
9754 261A &#9754; &#x261A;  
9755 261B &#9755; &#x261B;  
9756 261C &#9756; &#x261C;  
9757 261D &#9757; &#x261D;  
9758 261E &#9758; &#x261E;  
9759 261F &#9759; &#x261F;  
9762 2622 &#9762; &#x2622;  
9763 2623 &#9763; &#x2623;  
9764 2624 &#9764; &#x2624;  
9765 2625 &#9765; &#x2625;  
9766 2626 &#9766; &#x2626;  
9767 2627 &#9767; &#x2627;  
9768 2628 &#9768; &#x2628;  
9769 2629 &#9769; &#x2629;  
9770 262A &#9770; &#x262A;  
9771 262B &#9771; &#x262B;  
9772 262C &#9772; &#x262C;  
9773 262D &#9773; &#x262D;  
9774 262E &#9774; &#x262E;  
9775 262F &#9775; &#x262F;  
9785 2639 &#9785; &#x2639;  
9786 263A &#9786; &#x263A;  
9787 263B &#9787; &#x263B;  
9788 263C &#9788; &#x263C;  
9789 263D &#9789; &#x263D;  
9790 263E &#9790; &#x263E;  
9791 263F &#9791; &#x263F;  
9792 2640 &#9792; &#x2640;  
9793 2641 &#9793; &#x2641;  
9794 2642 &#9794; &#x2642;  
9795 2643 &#9795; &#x2643;  
9796 2644 &#9796; &#x2644;  
9797 2645 &#9797; &#x2645;  
9798 2646 &#9798; &#x2646;  
9799 2647 &#9799; &#x2647;  
9800 2648 &#9800; &#x2648;  
9801 2649 &#9801; &#x2649;  
9802 264A &#9802; &#x264A;  
9803 264B &#9803; &#x264B;  
9804 264C &#9804; &#x264C;  
9805 264D &#9805; &#x264D;  
9806 264E &#9806; &#x264E;  
9807 264F &#9807; &#x264F;  
9808 2650 &#9808; &#x2650;  
9809 2651 &#9809; &#x2651;  
9810 2652 &#9810; &#x2652;  
9811 2653 &#9811; &#x2653;  
9812 2654 &#9812; &#x2654;  
9813 2655 &#9813; &#x2655;  
9814 2656 &#9814; &#x2656;  
9815 2657 &#9815; &#x2657;  
9816 2658 &#9816; &#x2658;  
9817 2659 &#9817; &#x2659;  
9818 265A &#9818; &#x265A;  
9819 265B &#9819; &#x265B;  
9820 265C &#9820; &#x265C;  
9821 265D &#9821; &#x265D;  
9822 265E &#9822; &#x265E;  
9823 265F &#9823; &#x265F;  
9824 2660 &#9824; &#x2660;  
9825 2661 &#9825; &#x2661;  
9826 2662 &#9826; &#x2662;  
9827 2663 &#9827; &#x2663;  
9828 2664 &#9828; &#x2664;  
9829 2665 &#9829; &#x2665;  
9830 2666 &#9830; &#x2666;  
9831 2667 &#9831; &#x2667;  
9832 2668 &#9832; &#x2668;  
9833 2669 &#9833; &#x2669;  
9834 266A &#9834; &#x266A;  
9835 266B &#9835; &#x266B;  
9836 266C &#9836; &#x266C;  
9837 266D &#9837; &#x266D;  
9838 266E &#9838; &#x266E;  
9839 266F &#9839; &#x266F;  
9840 2670 &#9840; &#x2670;  
9841 2671 &#9841; &#x2671;  
9842 2672 &#9842; &#x2672;  
9843 2673 &#9843; &#x2673;  
9844 2674 &#9844; &#x2674;  
9845 2675 &#9845; &#x2675;  
9846 2676 &#9846; &#x2676;  
9847 2677 &#9847; &#x2677;  
9848 2678 &#9848; &#x2678;  
9849 2679 &#9849; &#x2679;  
9850 267A &#9850; &#x267A;  
9851 267B &#9851; &#x267B;  
9852 267C &#9852; &#x267C;  
9853 267D &#9853; &#x267D;  
9854 267E &#9854; &#x267E;  
9855 267F &#9855; &#x267F;  
9889 26A1 &#9889; &#x26A1;  
9890 26A2 &#9890; &#x26A2;  
9891 26A3 &#9891; &#x26A3;  
9892 26A4 &#9892; &#x26A4;  
9893 26A5 &#9893; &#x26A5;  
9894 26A6 &#9894; &#x26A6;  
9895 26A7 &#9895; &#x26A7;  
9896 26A8 &#9896; &#x26A8;  
9901 26AD &#9901; &#x26AD;  
9902 26AE &#9902; &#x26AE;  
9903 26AF &#9903; &#x26AF;  
9917 26BD &#9917; &#x26BD;  
9918 26BE &#9918; &#x26BE;  
9924 26C4 &#9924; &#x26C4;  
9925 26C5 &#9925; &#x26C5;  
9940 26D4 &#9940; &#x26D4;  
9998 270E &#9998; &#x270E;  
10003 2713 &#10003; &#x2713;  
10004 2714 &#10004; &#x2714;  
10005 2715 &#10005; &#x2715;  
10024 2728 &#10024; &#x2728;  
10026 272A &#10026; &#x272A;  
10027 272B &#10027; &#x272B;  
10029 272D &#10029; &#x272D;  
10030 272E &#10030; &#x272E;  
10031 272F &#10031; &#x272F;  
10032 2730 &#10032; &#x2730;  
10033 2731 &#10033; &#x2731;  
10034 2732 &#10034; &#x2732;  
10035 2733 &#10035; &#x2733;  
10036 2734 &#10036; &#x2734;  
10037 2735 &#10037; &#x2735;  
10038 2736 &#10038; &#x2736;  
10039 2737 &#10039; &#x2737;  
10043 273B &#10043; &#x273B;  
10048 2740 &#10048; &#x2740;  
10049 2741 &#10049; &#x2741;  
10050 2742 &#10050; &#x2742;  
10051 2743 &#10051; &#x2743;  
10052 2744 &#10052; &#x2744;  
10053 2745 &#10053; &#x2745;  
10054 2746 &#10054; &#x2746;  
10055 2747 &#10055; &#x2747;  
10056 2748 &#10056; &#x2748;  
10057 2749 &#10057; &#x2749;  
10058 274A &#10058; &#x274A;  
10059 274B &#10059; &#x274B;  
10060 274C &#10060; &#x274C;  
10061 274D &#10061; &#x274D;  
10062 274E &#10062; &#x274E;  
10063 274F &#10063; &#x274F;  
10064 2750 &#10064; &#x2750;  
10065 2751 &#10065; &#x2751;  
10066 2752 &#10066; &#x2752;  
10084 2764 &#10084; &#x2764;  
10102 2776 &#10102; &#x2776;  
10103 2777 &#10103; &#x2777;  
10104 2778 &#10104; &#x2778;  
10105 2779 &#10105; &#x2779;  
10106 277A &#10106; &#x277A;  
10107 277B &#10107; &#x277B;  
10108 277C &#10108; &#x277C;  
10109 277D &#10109; &#x277D;  
10110 277E &#10110; &#x277E;  
10111 277F &#10111; &#x277F;  
10112 2780 &#10112; &#x2780;  
10113 2781 &#10113; &#x2781;  
10114 2782 &#10114; &#x2782;  
10115 2783 &#10115; &#x2783;  
10116 2784 &#10116; &#x2784;  
10117 2785 &#10117; &#x2785;  
10118 2786 &#10118; &#x2786;  
10119 2787 &#10119; &#x2787;  
10120 2788 &#10120; &#x2788;  
10121 2789 &#10121; &#x2789;  
10122 278A &#10122; &#x278A;  
10123 278B &#10123; &#x278B;  
10124 278C &#10124; &#x278C;  
10125 278D &#10125; &#x278D;  
10126 278E &#10126; &#x278E;  
10127 278F &#10127; &#x278F;  
10128 2790 &#10128; &#x2790;  
10129 2791 &#10129; &#x2791;  
10130 2792 &#10130; &#x2792;  
10131 2793 &#10131; &#x2793;  
10132 2794 &#10132; &#x2794;  
11093 2B55 &#11093; &#x2B55;