Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 317609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:29:36+00:00 2026-05-12T08:29:36+00:00

I want to make a script which can flip the text upside down like

  • 0

I want to make a script which can flip the text upside down like if I type
stackoverflow it should make it to – ʍoႨɟɹәʌoʞɔɐʇs.

Many sites do this like this one link text and this one link text

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:29:36+00:00Added an answer on May 12, 2026 at 8:29 am

    JavaScript Code. It will be easy to convert this code to Java or C#

    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', //open o -- from pne
    d : 'p',
    e : '\u01DD',
    f : '\u025F', //from pne
    g : '\u0183',
    h : '\u0265',
    i : '\u0131', //from pne
    j : '\u027E',
    k : '\u029E',
    //l : '\u0283',
    m : '\u026F',
    n : 'u',
    r : '\u0279',
    t : '\u0287',
    v : '\u028C',
    w : '\u028D',
    y : '\u028E',
    '.' : '\u02D9',
    '[' : ']',
    '(' : ')',
    '{' : '}',
    '?' : '\u00BF', //from pne
    '!' : '\u00A1',
    "\'" : ',',
    '<' : '>',
    '_' : '\u203E',
    ';' : '\u061B',
    '\u203F' : '\u2040',
    '\u2045' : '\u2046',
    '\u2234' : '\u2235'
    }
    
    for (i in flipTable) {
      flipTable[flipTable[i]] = i
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make sure people can't type the name of a PHP script
I want to make a script that can be used to send messages to
I want to write .bat script which works under all flavours of Windows, no
I want to make some graphical dialogs for my script but don't know how.
I have a simple test bash script which looks like that: #!/bin/bash cmd=rsync -rv
I have a model which contains many predefined rows (> 100) and also can
I'd like to make it as general as possible - e.g. handle as many
I am trying to create a little php script that can make my life
I want to make an etag that matches what Apache produces. How does apache
I want to make a table in SqlServer that will add, on insert, a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.