Computers support a vast number of characters beyond those visible on standard keyboards. To enhance your text—especially when working with mathematics, physics, or foreign languages—you can access these special characters and symbols using their code. The current code system is Unicode version 16.0, which specifies 155,063 characters. The different fonts associate a glyph to the codes. The codes are standardized so, e.g. dismal code 65, equal to 0x41 in hexadecimal is a Latin “A” in all fonts. The early code standard was the ascii (American Standard Code for Information Interchange) and defined only 128 (7 bit) characters with 95 coding for printable glyphs. It covers the Latin lower and upper case and the Arabic numerals (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9). The other 33 charterers in the ascii table are Unicode control characters. The extended ascii adds one bit to get to 255 characters to cover more language specific characters and symbols. The Unicode allow for 4 hexadecimal digits or 64 bit codes. With this many languages and special symbols can be coded.
To can access all characters and symbols from the keyboard you need to use key combinations.
Linux Systems:
On Linux, you can input special characters using their Unicode code points with the following key combination:
-
Press and hold
Ctrl
+Shift
. -
While holding these keys, press
u
. -
Release all keys, then type the hexadecimal code of the desired character.
-
Press
Enter
orSpacebar
to insert the character.
For example, to insert the character 'Ω' (which has the Unicode hex code 0x3a9):
-
Press
Ctrl
+Shift
+u
. -
Release the keys, then type
3a9
. -
Press
Enter
orSpacebar
, and 'Ω' will appear.
Windows Systems:
Windows allows the insertion of special Unicode characters using Alt + x:
-
Type the hex Unicode for the symbol you want.
-
Press
Alt
+ x
and the character will appear.
For instance, to insert the character 'μ' (which has the Unicode hex code 0x3bc):
-
Type
3bc.
-
Press
Alt
+ x
and 'μ' will be inserted.
Below are table with some selected Unicodes. It is in html, so if you prefer, symbols can be copy and pasted from there.
For a comprehensive discussion of the Unicode system, you can refer to resources like https://en.wikipedia.org/wiki/List_of_Unicode_characters
https://www.unicode.org/charts/
Dec | Hx | Chr |
---|---|---|
0 | 0x0 | NUL |
1 | 0x1 | |
2 | 0x2 | |
3 | 0x3 | |
4 | 0x4 | |
5 | 0x5 | |
6 | 0x6 | |
7 | 0x7 | |
8 | 0x8 | |
9 | 0x9 | |
10 | 0xa | LF |
11 | 0xb | |
12 | 0xc | |
13 | 0xd | CR |
14 | 0xe | |
15 | 0xf | |
16 | 0x10 | |
17 | 0x11 | |
18 | 0x12 | |
19 | 0x13 | |
20 | 0x14 | |
21 | 0x15 | |
22 | 0x16 | |
23 | 0x17 | ETB |
24 | 0x18 | |
25 | 0x19 | |
26 | 0x1a | |
27 | 0x1b | |
28 | 0x1c | |
29 | 0x1d | |
30 | 0x1e | |
31 | 0x1f | |
32 | 0x20 | |
33 | 0x21 | ! |
34 | 0x22 | " |
35 | 0x23 | # |
36 | 0x24 | $ |
37 | 0x25 | % |
38 | 0x26 | & |
39 | 0x27 | ' |
40 | 0x28 | ( |
41 | 0x29 | ) |
42 | 0x2a | * |
43 | 0x2b | + |
44 | 0x2c | , |
45 | 0x2d | - |
46 | 0x2e | . |
47 | 0x2f | / |
48 | 0x30 | 0 |
49 | 0x31 | 1 |
50 | 0x32 | 2 |
51 | 0x33 | 3 |
52 | 0x34 | 4 |
53 | 0x35 | 5 |
54 | 0x36 | 6 |
55 | 0x37 | 7 |
56 | 0x38 | 8 |
57 | 0x39 | 9 |
58 | 0x3a | : |
59 | 0x3b | ; |
60 | 0x3c | < |
61 | 0x3d | = |
62 | 0x3e | > |
63 | 0x3f | ? |
64 | 0x40 | @ |
65 | 0x41 | A |
66 | 0x42 | B |
67 | 0x43 | C |
68 | 0x44 | D |
69 | 0x45 | E |
70 | 0x46 | F |
71 | 0x47 | G |
72 | 0x48 | H |
73 | 0x49 | I |
74 | 0x4a | J |
75 | 0x4b | K |
76 | 0x4c | L |
77 | 0x4d | M |
78 | 0x4e | N |
79 | 0x4f | O |
80 | 0x50 | P |
81 | 0x51 | Q |
82 | 0x52 | R |
83 | 0x53 | S |
84 | 0x54 | T |
85 | 0x55 | U |
86 | 0x56 | V |
87 | 0x57 | W |
88 | 0x58 | X |
89 | 0x59 | Y |
90 | 0x5a | Z |
91 | 0x5b | [ |
92 | 0x5c | \ |
93 | 0x5d | ] |
94 | 0x5e | ^ |
95 | 0x5f | _ |
96 | 0x60 | ` |
97 | 0x61 | a |
98 | 0x62 | b |
99 | 0x63 | c |
100 | 0x64 | d |
101 | 0x65 | e |
102 | 0x66 | f |
103 | 0x67 | g |
104 | 0x68 | h |
105 | 0x69 | i |
106 | 0x6a | j |
107 | 0x6b | k |
108 | 0x6c | l |
109 | 0x6d | m |
110 | 0x6e | n |
111 | 0x6f | o |
112 | 0x70 | p |
113 | 0x71 | q |
114 | 0x72 | r |
115 | 0x73 | s |
116 | 0x74 | t |
117 | 0x75 | u |
118 | 0x76 | v |
119 | 0x77 | w |
120 | 0x78 | x |
121 | 0x79 | y |
122 | 0x7a | z |
123 | 0x7b | { |
124 | 0x7c | | |
125 | 0x7d | } |
126 | 0x7e | ~ |
127 | 0x7f | |
128 | 0x80 | |
129 | 0x81 | |
130 | 0x82 | |
131 | 0x83 | |
132 | 0x84 | |
133 | 0x85 | |
134 | 0x86 | |
135 | 0x87 | |
136 | 0x88 | |
137 | 0x89 | |
138 | 0x8a | |
139 | 0x8b | |
140 | 0x8c | |
141 | 0x8d | |
142 | 0x8e | |
143 | 0x8f | |
Dec | Hx | Chr |
---|---|---|
143 | 0x8f | |
144 | 0x90 | |
145 | 0x91 | |
146 | 0x92 | |
147 | 0x93 | |
148 | 0x94 | |
149 | 0x95 | |
150 | 0x96 | |
151 | 0x97 | |
152 | 0x98 | |
153 | 0x99 | |
154 | 0x9a | |
155 | 0x9b | |
156 | 0x9c | |
157 | 0x9d | |
158 | 0x9e | |
159 | 0x9f | |
160 | 0xa0 | |
161 | 0xa1 | ¡ |
162 | 0xa2 | ¢ |
163 | 0xa3 | £ |
164 | 0xa4 | ¤ |
165 | 0xa5 | ¥ |
166 | 0xa6 | ¦ |
167 | 0xa7 | § |
168 | 0xa8 | ¨ |
169 | 0xa9 | © |
170 | 0xaa | ª |
171 | 0xab | « |
172 | 0xac | ¬ |
173 | 0xad | |
174 | 0xae | ® |
175 | 0xaf | ¯ |
176 | 0xb0 | ° |
177 | 0xb1 | ± |
178 | 0xb2 | ² |
179 | 0xb3 | ³ |
180 | 0xb4 | ´ |
181 | 0xb5 | µ |
182 | 0xb6 | ¶ |
183 | 0xb7 | · |
184 | 0xb8 | ¸ |
185 | 0xb9 | ¹ |
186 | 0xba | º |
187 | 0xbb | » |
188 | 0xbc | ¼ |
189 | 0xbd | ½ |
190 | 0xbe | ¾ |
191 | 0xbf | ¿ |
192 | 0xc0 | À |
193 | 0xc1 | Á |
194 | 0xc2 | Â |
195 | 0xc3 | Ã |
196 | 0xc4 | Ä |
197 | 0xc5 | Å |
198 | 0xc6 | Æ |
199 | 0xc7 | Ç |
200 | 0xc8 | È |
201 | 0xc9 | É |
202 | 0xca | Ê |
203 | 0xcb | Ë |
204 | 0xcc | Ì |
205 | 0xcd | Í |
206 | 0xce | Î |
207 | 0xcf | Ï |
208 | 0xd0 | Ð |
209 | 0xd1 | Ñ |
210 | 0xd2 | Ò |
211 | 0xd3 | Ó |
212 | 0xd4 | Ô |
213 | 0xd5 | Õ |
214 | 0xd6 | Ö |
215 | 0xd7 | × |
216 | 0xd8 | Ø |
217 | 0xd9 | Ù |
218 | 0xda | Ú |
219 | 0xdb | Û |
220 | 0xdc | Ü |
221 | 0xdd | Ý |
222 | 0xde | Þ |
223 | 0xdf | ß |
224 | 0xe0 | à |
225 | 0xe1 | á |
226 | 0xe2 | â |
227 | 0xe3 | ã |
228 | 0xe4 | ä |
229 | 0xe5 | å |
230 | 0xe6 | æ |
231 | 0xe7 | ç |
232 | 0xe8 | è |
233 | 0xe9 | é |
234 | 0xea | ê |
235 | 0xeb | ë |
236 | 0xec | ì |
237 | 0xed | í |
238 | 0xee | î |
239 | 0xef | ï |
240 | 0xf0 | ð |
241 | 0xf1 | ñ |
242 | 0xf2 | ò |
243 | 0xf3 | ó |
244 | 0xf4 | ô |
245 | 0xf5 | õ |
246 | 0xf6 | ö |
247 | 0xf7 | ÷ |
248 | 0xf8 | ø |
249 | 0xf9 | ù |
250 | 0xfa | ú |
251 | 0xfb | û |
252 | 0xfc | ü |
253 | 0xfd | ý |
254 | 0xfe | þ |
255 | 0xff | ÿ |
256 | 0x100 | Ā |
257 | 0x101 | ā |
258 | 0x102 | Ă |
259 | 0x103 | ă |
260 | 0x104 | Ą |
261 | 0x105 | ą |
262 | 0x106 | Ć |
263 | 0x107 | ć |
264 | 0x108 | Ĉ |
265 | 0x109 | ĉ |
266 | 0x10a | Ċ |
267 | 0x10b | ċ |
268 | 0x10c | Č |
269 | 0x10d | č |
270 | 0x10e | Ď |
271 | 0x10f | ď |
272 | 0x110 | Đ |
273 | 0x111 | đ |
274 | 0x112 | Ē |
275 | 0x113 | ē |
276 | 0x114 | Ĕ |
277 | 0x115 | ĕ |
278 | 0x116 | Ė |
279 | 0x117 | ė |
280 | 0x118 | Ę |
281 | 0x119 | ę |
282 | 0x11a | Ě |
283 | 0x11b | ě |
284 | 0x11c | Ĝ |
285 | 0x11d | ĝ |
286 | 0x11e | Ğ |
Dec | Hx | Chr |
---|---|---|
880 | 0x370 | Ͱ |
881 | 0x371 | ͱ |
882 | 0x372 | Ͳ |
883 | 0x373 | ͳ |
884 | 0x374 | ʹ |
885 | 0x375 | ͵ |
886 | 0x376 | Ͷ |
887 | 0x377 | ͷ |
888 | 0x378 | |
889 | 0x379 | |
890 | 0x37a | ͺ |
891 | 0x37b | ͻ |
892 | 0x37c | ͼ |
893 | 0x37d | ͽ |
894 | 0x37e | ; |
895 | 0x37f | Ϳ |
896 | 0x380 | |
897 | 0x381 | |
898 | 0x382 | |
899 | 0x383 | |
900 | 0x384 | ΄ |
901 | 0x385 | ΅ |
902 | 0x386 | Ά |
903 | 0x387 | · |
904 | 0x388 | Έ |
905 | 0x389 | Ή |
906 | 0x38a | Ί |
907 | 0x38b | |
908 | 0x38c | Ό |
909 | 0x38d | |
910 | 0x38e | Ύ |
911 | 0x38f | Ώ |
912 | 0x390 | ΐ |
913 | 0x391 | Α |
914 | 0x392 | Β |
915 | 0x393 | Γ |
916 | 0x394 | Δ |
917 | 0x395 | Ε |
918 | 0x396 | Ζ |
919 | 0x397 | Η |
920 | 0x398 | Θ |
921 | 0x399 | Ι |
922 | 0x39a | Κ |
923 | 0x39b | Λ |
924 | 0x39c | Μ |
925 | 0x39d | Ν |
926 | 0x39e | Ξ |
927 | 0x39f | Ο |
928 | 0x3a0 | Π |
929 | 0x3a1 | Ρ |
930 | 0x3a2 | |
931 | 0x3a3 | Σ |
932 | 0x3a4 | Τ |
933 | 0x3a5 | Υ |
934 | 0x3a6 | Φ |
935 | 0x3a7 | Χ |
936 | 0x3a8 | Ψ |
937 | 0x3a9 | Ω |
938 | 0x3aa | Ϊ |
939 | 0x3ab | Ϋ |
940 | 0x3ac | ά |
941 | 0x3ad | έ |
942 | 0x3ae | ή |
943 | 0x3af | ί |
944 | 0x3b0 | ΰ |
945 | 0x3b1 | α |
946 | 0x3b2 | β |
947 | 0x3b3 | γ |
948 | 0x3b4 | δ |
949 | 0x3b5 | ε |
950 | 0x3b6 | ζ |
951 | 0x3b7 | η |
952 | 0x3b8 | θ |
953 | 0x3b9 | ι |
954 | 0x3ba | κ |
955 | 0x3bb | λ |
956 | 0x3bc | μ |
957 | 0x3bd | ν |
958 | 0x3be | ξ |
959 | 0x3bf | ο |
960 | 0x3c0 | π |
961 | 0x3c1 | ρ |
962 | 0x3c2 | ς |
963 | 0x3c3 | σ |
964 | 0x3c4 | τ |
965 | 0x3c5 | υ |
966 | 0x3c6 | φ |
967 | 0x3c7 | χ |
968 | 0x3c8 | ψ |
969 | 0x3c9 | ω |
970 | 0x3ca | ϊ |
971 | 0x3cb | ϋ |
972 | 0x3cc | ό |
973 | 0x3cd | ύ |
974 | 0x3ce | ώ |
975 | 0x3cf | Ϗ |
976 | 0x3d0 | ϐ |
977 | 0x3d1 | ϑ |
978 | 0x3d2 | ϒ |
979 | 0x3d3 | ϓ |
980 | 0x3d4 | ϔ |
981 | 0x3d5 | ϕ |
982 | 0x3d6 | ϖ |
983 | 0x3d7 | ϗ |
984 | 0x3d8 | Ϙ |
985 | 0x3d9 | ϙ |
986 | 0x3da | Ϛ |
987 | 0x3db | ϛ |
988 | 0x3dc | Ϝ |
989 | 0x3dd | ϝ |
990 | 0x3de | Ϟ |
991 | 0x3df | ϟ |
992 | 0x3e0 | Ϡ |
993 | 0x3e1 | ϡ |
994 | 0x3e2 | Ϣ |
995 | 0x3e3 | ϣ |
996 | 0x3e4 | Ϥ |
997 | 0x3e5 | ϥ |
998 | 0x3e6 | Ϧ |
999 | 0x3e7 | ϧ |
1000 | 0x3e8 | Ϩ |
1001 | 0x3e9 | ϩ |
1002 | 0x3ea | Ϫ |
1003 | 0x3eb | ϫ |
1004 | 0x3ec | Ϭ |
1005 | 0x3ed | ϭ |
1006 | 0x3ee | Ϯ |
1007 | 0x3ef | ϯ |
1008 | 0x3f0 | ϰ |
1009 | 0x3f1 | ϱ |
1010 | 0x3f2 | ϲ |
1011 | 0x3f3 | ϳ |
1012 | 0x3f4 | ϴ |
1013 | 0x3f5 | ϵ |
1014 | 0x3f6 | ϶ |
1015 | 0x3f7 | Ϸ |
1016 | 0x3f8 | ϸ |
1017 | 0x3f9 | Ϲ |
1018 | 0x3fa | Ϻ |
1019 | 0x3fb | ϻ |
1020 | 0x3fc | ϼ |
1021 | 0x3fd | Ͻ |
1022 | 0x3fe | Ͼ |
1023 | 0x3ff | Ͽ |