Transformations of text are strategies to perform
geometric transformations
In mathematics, a geometric transformation is any bijection of a set to itself (or to another such set) with some salient geometrical underpinning, such as preserving distances, angles, or ratios (scale). More specifically, it is a function who ...
on text (reversal, rotations, etc.), particularly in systems that do not natively support transformation, such as
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
,
seven-segment display
A seven-segment display is a display device for Arabic numerals, less complex than a device that can show more characters such as dot matrix displays. Seven-segment displays are widely used in digital clocks, electronic meters, basic calculators, ...
s and
plain text
In computing, plain text is a loose term for data (e.g. file contents) that represent only characters of readable material but not its graphical representation nor other objects ( floating-point numbers, images, etc.). It may also include a lim ...
.
Implementation
Many systems, such as HTML, seven-segment displays and plain text, do not support transformation of text. In the case of HTML, this limitation in display may eventually be addressed through standard
cascading style sheets (CSS), since proposed specifications for
CSS3 include rotation for block elements.
In the meantime, several ways of producing the visual effects of text transformations have come into use.
The most common of these transformations are
rotation
Rotation or rotational/rotary motion is the circular movement of an object around a central line, known as an ''axis of rotation''. A plane figure can rotate in either a clockwise or counterclockwise sense around a perpendicular axis intersect ...
and
reflection.
Unicode
Unicode or ''The Unicode Standard'' or TUS is a character encoding standard maintained by the Unicode Consortium designed to support the use of text in all of the world's writing systems that can be digitized. Version 16.0 defines 154,998 Char ...
supports a variety of characters that resemble transformed characters, primarily for various forms of
phonetic transcription
Phonetic transcription (also known as Phonetic script or Phonetic notation) is the visual representation of speech sounds (or ''phonetics'') by means of symbols. The most common type of phonetic transcription uses a phonetic alphabet, such as the ...
. Each of these character names indicates what kind of transformation the characters have undergone:
*Reversed characters, those that have been reflected in a vertical line, or flipped horizontally, like certain
Cyrillic script
The Cyrillic script ( ) is a writing system used for various languages across Eurasia. It is the designated national script in various Slavic languages, Slavic, Turkic languages, Turkic, Mongolic languages, Mongolic, Uralic languages, Uralic, C ...
letters;
*Inverted characters, those that have been reflected on a horizontal line (i.e., flipped vertically, only one letter has been done this way);
*Turned characters, those that have been rotated 180 degrees and thus appear upside-down (this is the most common);
*Sideways characters, those that have been rotated 90 degrees counterclockwise (generally the least supported, and used only for a handful of vowels in the
Uralic Phonetic Alphabet
Finno-Ugric transcription (FUT) or the Uralic Phonetic Alphabet (UPA) is a phonetic transcription or notational system used predominantly for the transcription and reconstruction of Uralic languages. It was first published in 1901 by Eemil Nesto ...
system).
Upside-down text
Strategies can be used to render words upside down in languages such as
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
that do not permit
rotation
Rotation or rotational/rotary motion is the circular movement of an object around a central line, known as an ''axis of rotation''. A plane figure can rotate in either a clockwise or counterclockwise sense around a perpendicular axis intersect ...
of text; using Unicode characters (especially those in the
IPA), a very close approximation of upside-down text (also called flip text) can be achieved. The letters s, x, z, and o are
rotationally symmetrical, while pairs such as b/q, d/p, and n/u are rotations of each other. The rest of the letters have been encoded into the Unicode IPA section, generating a complete set of upside-down lowercase letters. With the addition of the
Fraser alphabet to the Unicode standard in version 5.2, full (or at least near-full) support for upside-down capital letters is now available. Number support is incomplete; four numbers are universally
strobogrammatic (0, 8, and 6/9), and the upside-down versions of numbers 2 and 3 have been provisionally assigned Unicode points for use in
dozenal notation; however, other numbers still are not supported. Punctuation (by use of such characters as the
interpunct
An interpunct , also known as an interpoint, middle dot, middot, centered dot or centred dot, is a punctuation mark consisting of a vertically centered dot used for interword separation in Classical Latin. ( Word-separating spaces did not appe ...
and the
inverted question mark and exclamation point
The upside-down (also inverted, turned or rotated) question mark and exclamation mark are punctuation marks used to begin interrogative and exclamatory sentences or clauses in Spanish and some languages that have cultural ties with Spain, su ...
) is mostly covered. Several Internet utilities exist for the transformation of regular text to (and sometimes from) upside-down text; each has its own slightly different algorithm for letters not precisely or well covered. A list of converters and algorithms can be found at
the list below.
A similar process is USD encoding, which uses characters entirely within the
ASCII
ASCII ( ), an acronym for American Standard Code for Information Interchange, is a character encoding standard for representing a particular set of 95 (English language focused) printable character, printable and 33 control character, control c ...
character set. Because it is almost entirely alphanumeric, it is far more compatible with other programs that do not support Unicode, and more readily typed by hand. However, the text created by using USD encoding is far less legible, and in fact, more closely resembles
Leet
Leet (or "1337"), also known as eleet or leetspeak, or simply hacker speech, is a system of modified spellings used primarily on the Internet. It often uses character replacements in ways that play on the similarity of their glyphs via refle ...
. Another problem is that because not all letters fit well, the USD algorithms cannot be a complete
involution
Involution may refer to: Mathematics
* Involution (mathematics), a function that is its own inverse
* Involution algebra, a *-algebra: a type of algebraic structure
* Involute, a construction in the differential geometry of curves
* Exponentiati ...
(i.e., completely convertible back and forth) and contain a complete set of letters at the same time. For instance, the Albartus USD algorithm example seen in the
"Examples" section below has k, T, t, and R still in their upright positions. Another issue with USD encoding is the use of
italic type
In typography, italic type is a cursive font based on a stylised form of calligraphic handwriting. Along with blackletter and roman type, it served as one of the major typefaces in the history of Western typography.
Owing to the influence f ...
. The letter "a" will, in most typefaces using italic fonts, render it as a "one-story"
Latin alpha
Latin alpha (majuscule: Ɑ, minuscule: ɑ), script a, or single-story a is a letter of the Latin alphabet based on a handwritten form of lowercase a, and which is commonly typeset with the Greek lowercase alpha (α).
Usage
Although is norma ...
, thus causing problems with any word using that letter as a lowercase "e."
Oblique type
Oblique type is a form of type that slants slightly to the right, used for the same purposes as italic type. Unlike italic type, however, it does not use different glyph shapes; it uses the same glyphs as roman type, except slanted. Oblique and i ...
does not have this problem.
Below is a conversion table that can be used to transform lowercase, uppercase numeric and punctuation output. These characters require Unicode version 8.0 minimum (in particular the ᘔ and Ɛ from the
duodecimal
The duodecimal system, also known as base twelve or dozenal, is a positional numeral system using twelve as its base. In duodecimal, the number twelve is denoted "10", meaning 1 twelve and 0 units; in the decimal system, this number is i ...
block).
Sideways text
Sideways text presents a unique problem. Unlike rotating text 180 degrees, the number of sideways characters falls far short of what would be needed for most purposes, and because text is rendered horizontally, it would be very difficult to render beyond one line of vertical text in a well-aligned manner without columns, especially in proportional fonts (furthermore, each character would require a line break after it). The process of using alternate characters for sideways text is further complicated by the fact that most fonts space letters further apart vertically (to accommodate
underlining and
overlining) than horizontally, and that most fonts are taller than they are wider, making simulated sideways text look significantly more awkward.
Until
CSS3 introduced rotation for block elements,
[Can I use... CSS3 transforms](_blank)
/ref> there was no direct way to rotate text at any direction other than the manual 180-degree method described above. Internet Explorer
Internet Explorer (formerly Microsoft Internet Explorer and Windows Internet Explorer, commonly abbreviated as IE or MSIE) is a deprecation, retired series of graphical user interface, graphical web browsers developed by Microsoft that were u ...
offered a proprietary CSS property that rotated text 90 degrees clockwise, which has been revised and incorporated into CSS: <div style="writing-mode:vertical-rl;">
There remain some inconsistencies in how the writing-mode
property is implemented; rotation can also cause some issues with a given element's width, height and word wrapping.
The most common way around these problems was to use image
An image or picture is a visual representation. An image can be Two-dimensional space, two-dimensional, such as a drawing, painting, or photograph, or Three-dimensional space, three-dimensional, such as a carving or sculpture. Images may be di ...
s of text, which can then be rotated and transformed in an image editor at will, and to represent the text in those images with the alt attribute
The alt attribute is the HTML attribute
HTML attributes are special words used to adjust the behavior or display of an ''HTML element''. An attribute either modifies the default functionality of an element type or provides functionality to ...
so that search engines and text-only browsers can read it properly. The use of ANSI art and box-drawing character
Box-drawing characters, also known as line-drawing characters, are a form of semigraphics widely used in text user interfaces to draw various geometric frames and boxes. These characters are characterized by being designed to be connected horiz ...
s to manually draw sideways text has the advantage of being copiable and pastable (whereas images are not in most plain text situations), but generally creates large characters and is not generally readable by search engines. With the broader adoption of CSS3 by all of the major browsers, these methods are now mostly obsolete for Web media.
Reversed text
Though less widespread, text can also be reversed to be a mirror image of itself. Letters A, H, I, M, O/o, T, U, V/v, W/w, X/x, Y, and in some fonts i and l are symmetrical in the y-axis; the pairs of b/d and p/q transform to each other. The letters И, Я, and ''г'' from Cyrillic
The Cyrillic script ( ) is a writing system used for various languages across Eurasia. It is the designated national script in various Slavic, Turkic, Mongolic, Uralic, Caucasian and Iranic-speaking countries in Southeastern Europe, Ea ...
, among other sources, are among the numerous characters that can be used to further generate this effect. Reversed text can use capital letters mixed with lowercase, as opposed to the strict lowercase used by upside-down transformation (upside-down lowercase and capital letters do not generally align as they would upright, though reversed letters do).
X-axis symmetry is visible in the letters B, C, D, E, H, I, K, O, X, and in some fonts a and l, as well as in the pairs of a/g, b/p, d/q, e/G, and f/t. Expanding to Cyrillic and Greek produces more symmetries, such as Λ/V and Γ/L.
The Fixedsys Excelsior typeface includes a complete set of reversed characters like this in its Private Use Area. However, online utilities to create mirrored text are not readily available, and most sites that claim to "mirror text" or "reverse text" in fact only change the order of the letters and do not actually flip the letters themselves.
Dilated text
Through the use of Unicode's small capitals
In typography, small caps (short for small capitals) are characters typeset with glyphs that resemble uppercase letters but reduced in height and weight close to the surrounding lowercase letters or text figures. Small caps are used in running ...
, small-form punctuation, and subscript and superscript
A subscript or superscript is a character (such as a number or letter) that is set slightly below or above the normal line of type, respectively. It is usually smaller than the rest of the text. Subscripts appear at or below the baseline, wh ...
phonetic modifiers, text can be created that is smaller than the inline text. This is generally only necessary for applications that only support one-size plain text since HTML and CSS support different text sizes.
Examples
*Artistry, such as representing the two end zones or player designations on an American football
American football, referred to simply as football in the United States and Canada and also known as gridiron football, is a team sport played by two teams of eleven players on a rectangular American football field, field with goalposts at e ...
gridiron; e.g. " sɹəꞁəəʇS ɥᵷɹnqsʇʇᴉԀ"from this example
/sup> or (note the use of hwair
Hwair (also , , ) is the name of , the Gothic alphabet, Gothic letter expressing the or sound (reflected in English language, English by the inverted ''Wh (digraph), wh''-spelling for ). Hwair is also the name of the Latin ligature (capital ) ...
as a dingbat
In typography, a dingbat (sometimes more formally known as a printer's ornament or printer's character) is an ornament, specifically, a glyph used in typesetting, often employed to create box frames (similar to box-drawing characters), or a ...
of the team's logo).
*Emoticon
An emoticon (, , rarely , ), short for emotion icon, is a pictorial representation of a facial expression using Character (symbol), characters—usually punctuation marks, numbers and Alphabet, letters—to express a person's feelings, mood ...
s are traditionally drawn sideways in North America.
*Better fit; for instance, rotating column headers on a table
Table may refer to:
* Table (database), how the table data arrangement is used within the databases
* Table (furniture), a piece of furniture with a flat surface and one or more legs
* Table (information), a data arrangement with rows and column ...
sideways would produce a more compact table, desirable particularly in tables that contain mostly abbreviations and numeric values.
* Evoking Russian stereotypes, by flipping certain letters one at a time.
* Evoking simplicity, such as childlike confusion over the direction of a letter (e.g., " Toys Я Us").
* Symmetry
Symmetry () in everyday life refers to a sense of harmonious and beautiful proportion and balance. In mathematics, the term has a more precise definition and is usually used to refer to an object that is Invariant (mathematics), invariant und ...
, such as in the wordmarks for Nine Inch Nails
Nine Inch Nails, commonly abbreviated as NIN (stylized as NIИ), is an American industrial rock band formed in Cleveland, Ohio in 1988. Its members are the singer-songwriter, multi-instrumentalist and producer Trent Reznor and his frequent col ...
(NIИ), ABBA
ABBA ( ) were a Swedish pop group formed in Stockholm in 1972 by Agnetha Fältskog, Björn Ulvaeus, Benny Andersson, and Anni-Frid Lyngstad. They are one of the most popular and successful musical groups of all time, and are one of the List ...
(AꓭBA), or '' The Rush Limbaugh Show'' "EIB" slogan (εıз). The use of transformation in this fashion is known as an ''ambigram
An ambigram is a calligraphic composition of glyphs (letters, numbers, symbols or other shapes) that can yield different meanings depending on the orientation of observation. Most ambigrams are visual palindromes that rely on some kind of symmetry ...
''.
* Calculator spelling
Calculator spelling is an Unintended consequences, unintended characteristic of the seven-segment display traditionally used by calculators, in which, when read upside-down, the digits resemble letters of the Latin alphabet. Each digit may be mapp ...
on seven-segment displays, where numbers represent letters upside down (e.g. 07734, , "hello").
* Emulating the boustrophedon
Boustrophedon () is a style of writing in which alternate lines of writing are reversed, with letters also written in reverse, mirror-style. This is in contrast to modern European languages, where lines always begin on the same side, usually the l ...
style of writing, where alternating lines are written in opposite directions.
* Pentomino
A pentomino (or 5-omino) is a polyomino of order 5; that is, a polygon in the Plane (geometry), plane made of 5 equal-sized squares connected edge to edge. The term is derived from the Greek word for '5' and "domino". When rotation symmetry, rota ...
es and tetromino
A tetromino is a geometric shape composed of four squares, connected orthogonally (i.e. at the edges and not the corners). Tetrominoes, like dominoes and pentominoes, are a particular type of polyomino. The corresponding polycube, called a tetra ...
es resemble (and are traditionally named after) Latin letters, and the rotation of these letterlike objects forms the basis of several games, including Tetris
''Tetris'' () is a puzzle video game created in 1985 by Alexey Pajitnov, a Soviet software engineer. In ''Tetris'', falling tetromino shapes must be neatly sorted into a pile; once a horizontal line of the game board is filled in, it disa ...
.
* Though not strict transformation, the substitution of a plural "s" with its near-reflection "z" is a fairly common trope
Trope or tropes may refer to:
Arts and entertainment
* Trope (cinema), a cinematic convention for conveying a concept
* Trope (literature), a figure of speech or common literary device
* Trope (music), any of a variety of different things in medi ...
among some minor league sports teams in the United States, in order to make team names seem more modern.
* Basic encryption
In Cryptography law, cryptography, encryption (more specifically, Code, encoding) is the process of transforming information in a way that, ideally, only authorized parties can decode. This process converts the original representation of the inf ...
, to "hide" the answer to a joke or puzzle, for instance:
:Question: How can you tell an introvert from an extrovert?
:Answer: ˙sǝoɥs s,ʎnᵷ ɹǝɥʇo ǝɥʇ ʇɐ sʞooꞁ ʇɹǝʌoɹʇxǝ ǝɥʇ 'sɹoʇɐʌǝlǝ ǝɥʇ uı (Using the Revfad algorithm)
:Or: 'saoys s.hn6 R3HTO ayt te skool tJa^oJtxa ayt 'sJote^ala ayt uI (using the Albartus USD algorithm)
*In baseball scorekeeping
Baseball scorekeeping is the practice of recording the details of a baseball game as it unfolds. Professional baseball leagues hire official scorers to keep an official record of each game (from which a box score can be generated), but many fans ...
, a player who strikes out despite not swinging at the third strike is indicated in the official scorebook with a reversed or turned K. It has been added to Unicode in version 7.0 at U+A7B0 (Ʞ).
*On the Soundgarden
Soundgarden was an American rock band formed in Seattle, Washington, in 1984 by singer and drummer Chris Cornell, lead guitarist Kim Thayil, and bassist Hiro Yamamoto. Cornell switched to rhythm guitar in 1985, replaced on drums initially ...
album Superunknown, all mention of the album or title track (except in the lyrics booklet) is shown as "Superиmoиʞи∩".
*The beverage 7Up during the early 2000s had a spin-off counterpart, known as dnL, with a significantly different color and flavor as well as caffeine.
*Facebook
Facebook is a social media and social networking service owned by the American technology conglomerate Meta Platforms, Meta. Created in 2004 by Mark Zuckerberg with four other Harvard College students and roommates, Eduardo Saverin, Andre ...
added "upside-down English" as a language choice in summer 2009.
Example of reversed text reflected along a y-axis:
:Example:...иiɒəɒ иɘqo x иoiƨиɘмib oɟ lɒɟɿoq ɘнɟ ɟʇɘl γbodɘмoƧ (Somebody left the portal to Dimension X open again...)
Poet Darius Bacon has written two examples of palindromic
A palindrome ( /ˈpæl.ɪn.droʊm/) is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as ''madam'' or '' racecar'', the date " 02/02/2020" and the sentence: "A man, a plan, a canal – Pana ...
poetry that reads the same upside-down as it does rightside up.[Bacon, Darius]
a poem
an
The Palindromist #4.
Russian
:Question: How do flamingos get their color?
:Answer: ¿ɯǝʚǹ и̯oʚɔ ɯoıɐhʎvou oɹниꟺɐvф 𝼐ɐ𝼐
See also
* Ambigram
An ambigram is a calligraphic composition of glyphs (letters, numbers, symbols or other shapes) that can yield different meanings depending on the orientation of observation. Most ambigrams are visual palindromes that rely on some kind of symmetry ...
s often play with perceptual shifts of inverted and rotated text.
References
{{DEFAULTSORT:Transformation Of Text
Obfuscation
Encodings
Leet
Constrained writing