[jms1]
Upside-Down Characters
John Simpson 2020-12-24

A friend saw some “upside down writing” on a social networking site and wanted to know how to do the same thing.

˙ʇxǝʇ uʍop-ǝpᴉsdn ɟo ǝldɯɐxǝ uɐ sᴉ sᴉɥ┴

I’ve seen this kind of thing before, it’s just substituting characters which “look” upside down (like “Y” and “⅄”). The trick is knowing what the upside-down version of each character is to begin with.

I pointed my friend to an online converter (I think it was http://www.upsidedowntext.com but there are several out there), but at the same time I decided that I wanted a list of them for myself as well, in case I want to embed them into a web page or something… hence this page.

If it isn’t obvious, all codes below are hexadecimal.

Orig Char UpsideDn Code Hex Code Dec Normal
21 ! ¡ ¡ ¡  
22 " , ,, ,, ,,
23 # # # # #
24 $ $ $ $ $
25 % % % % %
26 & ⅈ ⅈ  
27 ' , , , ,
28 ( ) ) ) )
29 ) ( ( ( (
2A * * * * *
2B + + + + +
2C , ' ' ' '
2D - - - - -
2E . ˙ ˙ ˙  
2F / / / / /
30 0 0 0 0 0
31 1 Ɩ Ɩ Ɩ  
32 2 ᄅ ᄅ  
33 3 Ɛ Ɛ Ɛ  
34 4 ㄣ ㄣ  
35 5 ϛ ϛ ϛ  
36 6 9 9 9 9
37 7 ㄥ ㄥ  
38 8 8 8 8 8
39 9 6 6 6 6
3A : : : : :
3B ; ; &#x003B; &#59; ;
3C < > &#x003E; &#62; >
3D = = &#x003D; &#61; =
3E > < &#x003C; &#60; <
3F ? ¿ &#x00BF; &#191;  
40 @ @ &#x0040; &#64; @
41 A &#x2200; &#8704;  
42 B q &#x0071; &#113; q
43 C Ɔ &#x0186; &#390;  
44 D p &#x0070; &#112; p
45 E Ǝ &#x018E; &#398;  
46 F &#x2132; &#8498;  
47 G פ &#x05E4; &#1508;  
48 H H &#x0048; &#72; H
49 I I &#x0049; &#73; I
4A J ſ &#x017F; &#383;  
4B K ʞ &#x029E; &#670;  
4C L ˥ &#x02E5; &#741;  
4D M W &#x0057; &#87; W
4E N N &#x004E; &#78; N
4F O O &#x004F; &#79; O
50 P Ԁ &#x0500; &#1280;  
51 Q Q &#x0051; &#81; Q
52 R ɹ &#x0279; &#633;  
53 S S &#x0053; &#83; S
54 T &#x2534; &#9524;  
55 U &#x2229; &#8745;  
56 V Λ &#x039B; &#923;  
57 W M &#x004D; &#77; M
58 X X &#x0058; &#88; X
59 Y &#x2144; &#8516;  
5A Z Z &#x005A; &#90; Z
5B [ ] &#x005D; &#93; ]
5C \ \ &#x005C; &#92; \
5D ] [ &#x005B; &#91; [
5E ^ ^ &#x005E; &#94; ^
5F _ &#x203E; &#8254;  
60 ``` , &#x002C; &#44; ,
61 a ɐ &#x0250; &#592;  
62 b q &#x0071; &#113; q
63 c ɔ &#x0254; &#596;  
64 d p &#x0070; &#112; p
65 e ǝ &#x01DD; &#477;  
66 f ɟ &#x025F; &#607;  
67 g ƃ &#x0183; &#387;  
68 h ɥ &#x0265; &#613;  
69 i &#x1D09; &#7433;  
6A j ɾ &#x027E; &#638;  
6B k ʞ &#x029E; &#670;  
6C l l &#x006C; &#108; l
6D m ɯ &#x026F; &#623;  
6E n u &#x0075; &#117; u
6F o o &#x006F; &#111; o
70 p d &#x0064; &#100; d
71 q b &#x0062; &#98; b
72 r ɹ &#x0279; &#633;  
73 s s &#x0073; &#115; s
74 t ʇ &#x0287; &#647;  
75 u n &#x006E; &#110; n
76 v ʌ &#x028C; &#652;  
77 w ʍ &#x028D; &#653;  
78 x x &#x0078; &#120; x
79 y ʎ &#x028E; &#654;  
7A z z &#x007A; &#122; z
7B { } &#x007D; &#125; }
7C | | &#x007C; &#124; |
7D } { &#x007B; &#123; {
7E ~ ~ &#x007E; &#126; ~

Changelog

2021-01-02 jms1

2020-12-26 jms1

2020-12-24 jms1

CC BY-SA 4.0
[hacker emblem]