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!

DIGG! STUMBLE! FACEBOOK! DELICOUS! TWITTER!- Share post below!
  • Digg
  • StumbleUpon
  • Facebook
  • del.icio.us
  • TwitThis

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
POSTED BY Joel on Jul 14 under Uncategorized

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

9 Comments so far
  1. Matt April 8, 2009 11:03 am

    what is the code used on typing upside down

  2. Joel April 8, 2009 11:11 am

    <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&#653;op &#477;p&#305;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–>

  3. Chase Westrum April 19, 2009 12:34 am

    The code won’t work for me am I doing something wrong

  4. i don’t know how to type upside uʍop, please tell me when you find out.

  5. kennedy April 20, 2009 8:15 am

    i still don’t get the code do you have to write ALL of that???

  6. moo April 22, 2009 1:08 pm

    i dont get it!

  7. yo daty April 30, 2009 5:40 pm

    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
    }

  8. A Dude August 7, 2009 11:41 am

    Do you have to copy the code onto the comment box or wut? I’m a real novice at this so i need help

  9. Joy Lopez November 9, 2009 5:02 pm

    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.

Copyright Best Online Marketing Blog – Joel Gross | Powered by Joel