How to Type Upside Down
¿uʍop ǝpısdn ǝdʎʇ oʇ ʍoɥ ƃuıuɹɐǝl uı pǝʇsǝɹǝʇuı
Interested in learning how to type upside down?
A very simple tool for flipping the text you type upside down is available here. Google recently has been spammed by someone using upside down text on their Google Trends application which shows hot upcoming keywords.
You can use the type upside down trick to put text into most interfaces, including Microsoft Outlook, Gmail, etc.
If you have any questions on how to type upside down, feel free to leave them in my comments!
Google Calendar and GMail Tasks: VERY USEFUL!
How To Increase Comments on Your Blog
Writing Better Title Tags
Facebook About to Slaughter Twitter
Google Voice Invite Received
TruReputationScore.com Official Launch
Microsoft Making A Comeback
iPhone 3G & ATT: Terrible Service
Google Becoming Most Dangerous Monopoly In History
How To Build A Basic Online Reputation
Publish Your Ideas!
In Seattle Now
Leave a Comment
If you would like to make a comment, please fill out the form below.





Like my cheesy pic? :)
what is the code used on typing upside down
<form name=”f”>
<span class=”l”> how to write upside down text? just start typing in this box:
</span>
<br><textarea rows=”3″ cols=”100″ name=”original” onkeyup=”flip()” style=”background-color:#c6e6e7;” class=inputBox></textarea>
<!–<input value=”Flip” onclick=”flip()” type=”button”>–>
<br>
<span class=”l”> :uʍop ǝpısdn</span> <span class=g>(Copy & paste in browser on MySpace, Facebook, Twitter, Yahoo, MSN, AOL, Bebo, Craigslist, Gmail, Word, YouTube …)</span>
<br><textarea rows=”3″ cols=”105″ name=”flipped” id=i onClick=”SelectAll(’i');” readonly style=”background-color:#e6e6fa;” class=inputBox></textarea>
</form>
<!– Mapping to make the letters upside down –>
<!– Enhanced mapping from revfad.com –>
<script language=”JavaScript”>
function flip() {
var result = flipString(document.f.original.value.toLowerCase());
document.f.flipped.value = result;
}
function flipString(aString) {
var last = aString.length – 1;
var result = new Array(aString.length)
for (var i = last; i >= 0; –i) {
var c = aString.charAt(i)
var r = flipTable[c]
result[last - i] = r != undefined ? r : c
}
return result.join(”)
}
var flipTable = {
a : ‘\u0250′,
b : ‘q’,
c : ‘\u0254′,
d : ‘p’,
e : ‘\u01DD’,
f : ‘\u025F’,
g : ‘\u0183′,
h : ‘\u0265′,
i : ‘\u0131′,
j : ‘\u027E’,
k : ‘\u029E’,
l : ‘\u05DF’,
m : ‘\u026F’,
n : ‘u’,
r : ‘\u0279′,
t : ‘\u0287′,
v : ‘\u028C’,
w : ‘\u028D’,
y : ‘\u028E’,
‘.’ : ‘\u02D9′,
‘[' : ']‘,
‘(’ : ‘)’,
‘{’ : ‘}’,
‘?’ : ‘\u00BF’,
‘!’ : ‘\u00A1′,
“\’” : ‘,’,
‘<’ : ‘>’,
‘_’ : ‘\u203E’,
‘”‘ : ‘\u201E’,
‘\\’ : ‘\\’,
‘;’ : ‘\u061B’,
‘\u203F’ : ‘\u2040′,
‘\u2045′ : ‘\u2046′,
‘\u2234′ : ‘\u2235′
}
for (i in flipTable) {
flipTable[flipTable[i]] = i
}
</script>
<code><!–more–>
The code won’t work for me am I doing something wrong
i don’t know how to type upside uÊÂop, please tell me when you find out.
i still don’t get the code do you have to write ALL of that???
i dont get it!
Test 1-2
<!––>
:uʍop ǝpısdn (Copy & paste in browser on MySpace, Facebook, Twitter, Yahoo, MSN, AOL, Bebo, Craigslist, Gmail, Word, YouTube …)
function flip() {
var result = flipString(document.f.original.value.toLowerCase());
document.f.flipped.value = result;
}
function flipString(aString) {
var last = aString.length – 1;
var result = new Array(aString.length)
for (var i = last; i >= 0; –i) {
var c = aString.charAt(i)
var r = flipTable[c]
result[last - i] = r != undefined ? r : c
}
return result.join(â€Â)
}
var flipTable = {
a : ‘\u0250′,
b : ‘q’,
c : ‘\u0254′,
d : ‘p’,
e : ‘\u01DD’,
f : ‘\u025F’,
g : ‘\u0183′,
h : ‘\u0265′,
i : ‘\u0131′,
j : ‘\u027E’,
k : ‘\u029E’,
l : ‘\u05DF’,
m : ‘\u026F’,
n : ‘u’,
r : ‘\u0279′,
t : ‘\u0287′,
v : ‘\u028C’,
w : ‘\u028D’,
y : ‘\u028E’,
‘.’ : ‘\u02D9′,
‘[' : ']‘,
‘(’ : ‘)’,
‘{’ : ‘}’,
‘?’ : ‘\u00BF’,
‘!’ : ‘\u00A1′,
“\’†: ‘,’,
‘’,
‘_’ : ‘\u203E’,
‘â€Â‘ : ‘\u201E’,
‘\\’ : ‘\\’,
‘;’ : ‘\u061B’,
‘\u203F’ : ‘\u2040′,
‘\u2045′ : ‘\u2046′,
‘\u2234′ : ‘\u2235′
}
for (i in flipTable) {
flipTable[flipTable[i]] = i
}
Do you have to copy the code onto the comment box or wut? I’m a real novice at this so i need help
Better than revfad with you linked to, I’d recommend you link to Flip Text Site
It does the same thing… flips text upside down. its just a better designed site.