ALT Codes
ALT codes let Windows users type characters that are not printed on their keyboard. Hold the ALT key, type a number on the numeric keypad, and release ALT to insert the character. NumLock must be active, and the numbers must be entered on the keypad - the row of number keys above the letters will not work.
Codes 32 through 126 produce the standard printable ASCII characters: letters, digits, and common punctuation. Codes 128 through 255 produce extended characters from Code Page 437, the original IBM PC character set, which includes accented letters, box-drawing symbols, and Greek letters.
Adding a leading zero changes the behavior: ALT + 0128 through ALT + 0255 use the Windows-1252 (ANSI) code page instead of CP437. This gives access to different characters like curly quotes, the Euro sign, and additional accented letters used in Western European languages.
Printable ASCII (32-126)
| ALT Code | Character | Dec | Description | |
|---|---|---|---|---|
| Alt + 32 | (Space) | 32 | Space | |
| Alt + 33 | ! | 33 | Exclamation mark | |
| Alt + 34 | " | 34 | Double quotes (or speech marks) | |
| Alt + 35 | # | 35 | Number sign | |
| Alt + 36 | $ | 36 | Dollar | |
| Alt + 37 | % | 37 | Per cent sign | |
| Alt + 38 | & | 38 | Ampersand | |
| Alt + 39 | ' | 39 | Single quote | |
| Alt + 40 | ( | 40 | Open parenthesis (or open bracket) | |
| Alt + 41 | ) | 41 | Close parenthesis (or close bracket) | |
| Alt + 42 | * | 42 | Asterisk | |
| Alt + 43 | + | 43 | Plus | |
| Alt + 44 | , | 44 | Comma | |
| Alt + 45 | - | 45 | Hyphen-minus | |
| Alt + 46 | . | 46 | Period, dot or full stop | |
| Alt + 47 | / | 47 | Slash or divide | |
| Alt + 48 | 0 | 48 | Zero | |
| Alt + 49 | 1 | 49 | One | |
| Alt + 50 | 2 | 50 | Two | |
| Alt + 51 | 3 | 51 | Three | |
| Alt + 52 | 4 | 52 | Four | |
| Alt + 53 | 5 | 53 | Five | |
| Alt + 54 | 6 | 54 | Six | |
| Alt + 55 | 7 | 55 | Seven | |
| Alt + 56 | 8 | 56 | Eight | |
| Alt + 57 | 9 | 57 | Nine | |
| Alt + 58 | : | 58 | Colon | |
| Alt + 59 | ; | 59 | Semicolon | |
| Alt + 60 | < | 60 | Less than (or open angled bracket) | |
| Alt + 61 | = | 61 | Equals | |
| Alt + 62 | > | 62 | Greater than (or close angled bracket) | |
| Alt + 63 | ? | 63 | Question mark | |
| Alt + 64 | @ | 64 | At sign | |
| Alt + 65 | A | 65 | Uppercase A | |
| Alt + 66 | B | 66 | Uppercase B | |
| Alt + 67 | C | 67 | Uppercase C | |
| Alt + 68 | D | 68 | Uppercase D | |
| Alt + 69 | E | 69 | Uppercase E | |
| Alt + 70 | F | 70 | Uppercase F | |
| Alt + 71 | G | 71 | Uppercase G | |
| Alt + 72 | H | 72 | Uppercase H | |
| Alt + 73 | I | 73 | Uppercase I | |
| Alt + 74 | J | 74 | Uppercase J | |
| Alt + 75 | K | 75 | Uppercase K | |
| Alt + 76 | L | 76 | Uppercase L | |
| Alt + 77 | M | 77 | Uppercase M | |
| Alt + 78 | N | 78 | Uppercase N | |
| Alt + 79 | O | 79 | Uppercase O | |
| Alt + 80 | P | 80 | Uppercase P | |
| Alt + 81 | Q | 81 | Uppercase Q | |
| Alt + 82 | R | 82 | Uppercase R | |
| Alt + 83 | S | 83 | Uppercase S | |
| Alt + 84 | T | 84 | Uppercase T | |
| Alt + 85 | U | 85 | Uppercase U | |
| Alt + 86 | V | 86 | Uppercase V | |
| Alt + 87 | W | 87 | Uppercase W | |
| Alt + 88 | X | 88 | Uppercase X | |
| Alt + 89 | Y | 89 | Uppercase Y | |
| Alt + 90 | Z | 90 | Uppercase Z | |
| Alt + 91 | [ | 91 | Opening bracket | |
| Alt + 92 | \ | 92 | Backslash | |
| Alt + 93 | ] | 93 | Closing bracket | |
| Alt + 94 | ^ | 94 | Caret - circumflex | |
| Alt + 95 | _ | 95 | Underscore | |
| Alt + 96 | ` | 96 | Grave accent | |
| Alt + 97 | a | 97 | Lowercase a | |
| Alt + 98 | b | 98 | Lowercase b | |
| Alt + 99 | c | 99 | Lowercase c | |
| Alt + 100 | d | 100 | Lowercase d | |
| Alt + 101 | e | 101 | Lowercase e | |
| Alt + 102 | f | 102 | Lowercase f | |
| Alt + 103 | g | 103 | Lowercase g | |
| Alt + 104 | h | 104 | Lowercase h | |
| Alt + 105 | i | 105 | Lowercase i | |
| Alt + 106 | j | 106 | Lowercase j | |
| Alt + 107 | k | 107 | Lowercase k | |
| Alt + 108 | l | 108 | Lowercase l | |
| Alt + 109 | m | 109 | Lowercase m | |
| Alt + 110 | n | 110 | Lowercase n | |
| Alt + 111 | o | 111 | Lowercase o | |
| Alt + 112 | p | 112 | Lowercase p | |
| Alt + 113 | q | 113 | Lowercase q | |
| Alt + 114 | r | 114 | Lowercase r | |
| Alt + 115 | s | 115 | Lowercase s | |
| Alt + 116 | t | 116 | Lowercase t | |
| Alt + 117 | u | 117 | Lowercase u | |
| Alt + 118 | v | 118 | Lowercase v | |
| Alt + 119 | w | 119 | Lowercase w | |
| Alt + 120 | x | 120 | Lowercase x | |
| Alt + 121 | y | 121 | Lowercase y | |
| Alt + 122 | z | 122 | Lowercase z | |
| Alt + 123 | { | 123 | Opening brace | |
| Alt + 124 | | | 124 | Vertical bar | |
| Alt + 125 | } | 125 | Closing brace | |
| Alt + 126 | ~ | 126 | Equivalency sign - tilde |
Extended Characters (128-255)
| ALT Code | Character | Dec | Description | |
|---|---|---|---|---|
| Alt + 128 | Ç | 128 | Latin capital letter C with cedilla | |
| Alt + 129 | ü | 129 | Latin small letter u with diaeresis | |
| Alt + 130 | é | 130 | Latin small letter e with acute | |
| Alt + 131 | â | 131 | Latin small letter a with circumflex | |
| Alt + 132 | ä | 132 | Latin small letter a with diaeresis | |
| Alt + 133 | à | 133 | Latin small letter a with grave | |
| Alt + 134 | å | 134 | Latin small letter a with ring above | |
| Alt + 135 | ç | 135 | Latin small letter c with cedilla | |
| Alt + 136 | ê | 136 | Latin small letter e with circumflex | |
| Alt + 137 | ë | 137 | Latin small letter e with diaeresis | |
| Alt + 138 | è | 138 | Latin small letter e with grave | |
| Alt + 139 | ï | 139 | Latin small letter i with diaeresis | |
| Alt + 140 | î | 140 | Latin small letter i with circumflex | |
| Alt + 141 | ì | 141 | Latin small letter i with grave | |
| Alt + 142 | Ä | 142 | Latin capital letter A with diaeresis | |
| Alt + 143 | Å | 143 | Latin capital letter A with ring above | |
| Alt + 144 | É | 144 | Latin capital letter E with acute | |
| Alt + 145 | æ | 145 | Latin small letter ae | |
| Alt + 146 | Æ | 146 | Latin capital letter AE | |
| Alt + 147 | ô | 147 | Latin small letter o with circumflex | |
| Alt + 148 | ö | 148 | Latin small letter o with diaeresis | |
| Alt + 149 | ò | 149 | Latin small letter o with grave | |
| Alt + 150 | û | 150 | Latin small letter u with circumflex | |
| Alt + 151 | ù | 151 | Latin small letter u with grave | |
| Alt + 152 | ÿ | 152 | Latin small letter y with diaeresis | |
| Alt + 153 | Ö | 153 | Latin capital letter O with diaeresis | |
| Alt + 154 | Ü | 154 | Latin capital letter U with diaeresis | |
| Alt + 155 | ¢ | 155 | Cent sign | |
| Alt + 156 | £ | 156 | Pound sign | |
| Alt + 157 | ¥ | 157 | Yen sign | |
| Alt + 158 | ₧ | 158 | Peseta sign | |
| Alt + 159 | ƒ | 159 | Latin small letter f with hook | |
| Alt + 160 | á | 160 | Latin small letter a with acute | |
| Alt + 161 | í | 161 | Latin small letter i with acute | |
| Alt + 162 | ó | 162 | Latin small letter o with acute | |
| Alt + 163 | ú | 163 | Latin small letter u with acute | |
| Alt + 164 | ñ | 164 | Latin small letter n with tilde | |
| Alt + 165 | Ñ | 165 | Latin capital letter N with tilde | |
| Alt + 166 | ª | 166 | Feminine ordinal indicator | |
| Alt + 167 | º | 167 | Masculine ordinal indicator | |
| Alt + 168 | ¿ | 168 | Inverted question mark | |
| Alt + 169 | ⌐ | 169 | Reversed not sign | |
| Alt + 170 | ¬ | 170 | Negation | |
| Alt + 171 | ½ | 171 | Fraction one half | |
| Alt + 172 | ¼ | 172 | Fraction one quarter | |
| Alt + 173 | ¡ | 173 | Inverted exclamation mark | |
| Alt + 174 | « | 174 | Left double angle quotes | |
| Alt + 175 | » | 175 | Right double angle quotes | |
| Alt + 176 | ░ | 176 | Light shade | |
| Alt + 177 | ▒ | 177 | Medium shade | |
| Alt + 178 | ▓ | 178 | Dark shade | |
| Alt + 179 | │ | 179 | Box drawings light vertical | |
| Alt + 180 | ┤ | 180 | Box drawings light vertical and left | |
| Alt + 181 | ╡ | 181 | Box drawings vertical single and left double | |
| Alt + 182 | ╢ | 182 | Box drawings vertical double and left single | |
| Alt + 183 | ╖ | 183 | Box drawings down double and left single | |
| Alt + 184 | ╕ | 184 | Box drawings down single and left double | |
| Alt + 185 | ╣ | 185 | Box drawings double vertical and left | |
| Alt + 186 | ║ | 186 | Box drawings double vertical | |
| Alt + 187 | ╗ | 187 | Box drawings double down and left | |
| Alt + 188 | ╝ | 188 | Box drawings double up and left | |
| Alt + 189 | ╜ | 189 | Box drawings up double and left single | |
| Alt + 190 | ╛ | 190 | Box drawings up single and left double | |
| Alt + 191 | ┐ | 191 | Box drawings light down and left | |
| Alt + 192 | └ | 192 | Box drawings light up and right | |
| Alt + 193 | ┴ | 193 | Box drawings light up and horizontal | |
| Alt + 194 | ┬ | 194 | Box drawings light down and horizontal | |
| Alt + 195 | ├ | 195 | Box drawings light vertical and right | |
| Alt + 196 | ─ | 196 | Box drawings light horizontal | |
| Alt + 197 | ┼ | 197 | Box drawings light vertical and horizontal | |
| Alt + 198 | ╞ | 198 | Box drawings vertical single and right double | |
| Alt + 199 | ╟ | 199 | Box drawings vertical double and right single | |
| Alt + 200 | ╚ | 200 | Box drawings double up and right | |
| Alt + 201 | ╔ | 201 | Box drawings double down and right | |
| Alt + 202 | ╩ | 202 | Box drawings double up and horizontal | |
| Alt + 203 | ╦ | 203 | Box drawings double down and horizontal | |
| Alt + 204 | ╠ | 204 | Box drawings double vertical and right | |
| Alt + 205 | ═ | 205 | Box drawings double horizontal | |
| Alt + 206 | ╬ | 206 | Box drawings double vertical and horizontal | |
| Alt + 207 | ╧ | 207 | Box drawings up single and horizontal double | |
| Alt + 208 | ╨ | 208 | Box drawings up double and horizontal single | |
| Alt + 209 | ╤ | 209 | Box drawings down single and horizontal double | |
| Alt + 210 | ╥ | 210 | Box drawings down double and horizontal single | |
| Alt + 211 | ╙ | 211 | Box drawings up double and right single | |
| Alt + 212 | ╘ | 212 | Box drawings up single and right double | |
| Alt + 213 | ╒ | 213 | Box drawings down single and right double | |
| Alt + 214 | ╓ | 214 | Box drawings down double and right single | |
| Alt + 215 | ╫ | 215 | Box drawings vertical double and horizontal single | |
| Alt + 216 | ╪ | 216 | Box drawings vertical single and horizontal double | |
| Alt + 217 | ┘ | 217 | Box drawings light up and left | |
| Alt + 218 | ┌ | 218 | Box drawings light down and right | |
| Alt + 219 | █ | 219 | Full block | |
| Alt + 220 | ▄ | 220 | Lower half block | |
| Alt + 221 | ▌ | 221 | Left half block | |
| Alt + 222 | ▐ | 222 | Right half block | |
| Alt + 223 | ▀ | 223 | Upper half block | |
| Alt + 224 | α | 224 | Greek small letter alpha | |
| Alt + 225 | ß | 225 | Latin small letter sharp s - ess-zed | |
| Alt + 226 | Γ | 226 | Greek capital letter Gamma | |
| Alt + 227 | π | 227 | Greek small letter pi | |
| Alt + 228 | Σ | 228 | Greek capital letter Sigma | |
| Alt + 229 | σ | 229 | Greek small letter sigma | |
| Alt + 230 | µ | 230 | Micro sign | |
| Alt + 231 | τ | 231 | Greek small letter tau | |
| Alt + 232 | Φ | 232 | Greek capital letter Phi | |
| Alt + 233 | Θ | 233 | Greek capital letter Theta | |
| Alt + 234 | Ω | 234 | Greek capital letter Omega | |
| Alt + 235 | δ | 235 | Greek Small Letter Delta | |
| Alt + 236 | ∞ | 236 | Infinity | |
| Alt + 237 | φ | 237 | Greek small letter phi | |
| Alt + 238 | ε | 238 | Greek small letter epsilon | |
| Alt + 239 | ∩ | 239 | Intersection | |
| Alt + 240 | ≡ | 240 | Identical to | |
| Alt + 241 | ± | 241 | Plus-or-minus sign | |
| Alt + 242 | ≥ | 242 | Greater-than or equal to | |
| Alt + 243 | ≤ | 243 | Less-than or equal to | |
| Alt + 244 | ⌠ | 244 | Top half integral | |
| Alt + 245 | ⌡ | 245 | Bottom half integral | |
| Alt + 246 | ÷ | 246 | Division sign | |
| Alt + 247 | ≈ | 247 | Almost equal to | |
| Alt + 248 | ° | 248 | Degree sign | |
| Alt + 249 | ∙ | 249 | Bullet operator | |
| Alt + 250 | · | 250 | Middle dot - Georgian comma | |
| Alt + 251 | √ | 251 | Square root | |
| Alt + 252 | ⁿ | 252 | Superscript latin small letter n | |
| Alt + 253 | ² | 253 | Superscript two - squared | |
| Alt + 254 | ■ | 254 | Black square |