Skip to main content

List of All 255 KeyBoard All Alt Key Codes


Hey Guys, Do you know that you can use Alt Codes for using Keyboard Keys.
So here is the List of all 255 Keyboard Alt codes that you can use .

Alt Codes : These are the symbols that are not on keyboard but can be produced by pressing
a simple alt key along with some number of codes from Numpad .Pressing these two keys
simultaneously gives you a symbol.
Always Use NUMPAD to type the numbers .


In these Tables One column of Symbol and Other for the Number which give this symbol with
Pressing "Alt + " .

Steps : 1) first Press 'Alt' key 2) By pressing this key press any number given in the list 1 to 255 , then Leave these keys . You Will get the Required Symbol .


SymbolNumber
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
§21
22
23
24
25
26
27
28
29
30
31
space32
!33
"34
#35
$36
%37
&38
'39
(40
)41
*42
+43
,44
-45
.46
/47
048
149
250
351
452
553
654
755
856
957
:58
;59
<60
=61
>62
?63
@64
A65
B66
C67
D68
E69
F70
G71
H72
I73
J74
K75
L76
M77
N78
O79
P80
Q81
R82
S83
T84
U85
SymbolNumber
V86
W87
X88
Y89
Z90
[91
\92
]93
^94
_95
`96
a97
b98
c99
d100
e101
f102
g103
h104
i105
j106
k107
l108
m109
n110
o111
p112
q113
r114
s115
t116
u117
v118
w119
x120
y121
z122
{123
|124
}125
~126
127
Ç128
ü129
é130
â131
ä132
à133
å134
ç135
ê136
ë137
è138
ï139
î140
ì141
Ä142
Å143
É144
æ145
Æ146
ô147
ö148
ò149
û150
ù151
ÿ152
Ö153
Ü154
¢155
£156
¥157
158
ƒ159
á160
í161
ó162
ú163
ñ164
Ñ165
ª166
º167
¿168
169
¬170
SymbolNumber
½171
¼172
¡173
«174
»175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
α224
ß225
Γ226
π227
Σ228
σ229
µ230
τ231
Φ232
Θ233
Ω234
δ235
236
φ237
ε238
239
240
±241
242
243
244
245
÷246
247
°248
249
·250
251
252
²253
254
255












































































































Popular posts from this blog

Add Smilies/ Emoticons in Google Talk (Gtalk)

I Really love to use Smilies while chatting. Well, unfortunately GTalk doesn’t have smilies included by default . So Here You will find Out How To do it ... Well, it’s really simple. The main concept of getting smilies is through converting the text smilies of GTalk into smilies. As the new Version of GTalk includes support for themes we can add a theme with custom smilies in order to get rid of those text smilies. In short, it’s nothing but just adding a custom theme. Follow Simple Steps : 1) Download any one of the below smiley theme which you like. Download Classic Emoticons theme Download Bubble Emoticons theme 2) Now extract the zip to a specific folder. 3) Go to the following location: C:/Documents and Settings/(your user name)/Local Settings/Application Data/Google/Google Talk/themes/user/chat 4) Replace (your user name) with your Windows account user name without brackets The folder chat isn’t there by default so you have to create a folder with the name “chat” inside t...

Create a PDF Viewer ShortCode

Do you need to show PDF files on your WordPress Blog. If yes here is a small code for this. This will gives a feature to open the PDF files using Google Docs . The first step is to paste the following code into your functions.php file: function pdflink($attr, $content) { return '<a class="pdf" href="http://docs.google.com/viewer?url='  . $attr['href'] . '">'.$content.'</a>'; } add_shortcode('pdf', 'pdflink'); Once you saved the file, you'll be able to use the shortcode on your posts and page. Here is the syntax : [pdf href="http://yoursite.com/linktoyour/file.pdf"]View PDF[/pdf]   If you enjoyed this post, Please Consider Sharing it! You may also like to read: How to turn off Find My iPhone How to fix 'iPhone is disabled Connect to iTunes' error messages How to mirror/screencast iPhone to a smart TV how to Delete All Photos from iPhone How to make Chrome default browser How ...

Google Translate, Now With Voice Input

Google Chrome 11 added support for HTML speech input API. " With this API, developers can give web apps the ability to transcribe your voice to text. When a web page uses this feature, you simply click on an icon and then speak into your computer's microphone. The recorded audio is sent to speech servers for transcription, after which the text is typed out for you." Google Translate is the first Google service that uses this feature. If you use Google Chrome 11 Beta , Google Chrome 12 Dev / Canary or a recent Chromium build and visit Google Translate (Click Here) , you can click the voice input icon. Right now, this feature only works for English, so you need to select "English" from the list of input languages.