For All Mankind Wiki

Hi Bob! Find your place in the universe and leave your legacy. Join Helios today as your destiny awaits.

  • This wiki contains spoilers for all published episodes.
  • This wiki is designed for dark mode.
    For best experience please consider switching mode.

READ MORE

For All Mankind Wiki
For All Mankind Wiki

In this article, you can find some code snippets that might be useful at times.

HTML escape characters

Description Sign HTML entity Decimal Hex code CSS code Template
Ampersand & & & & \0026
Quotation mark " " " " \0022
Number sign # # # # \0023
Asterisk * * * * \002A
Bullet • • • \2022
Dagger † † † \2020
Colon : : : : \003A
Copyright © © © © \00A9
Trade mark ™ ™ ™ \2122
Registered TM ® ® ® ® \00AE
Non-breaking space         \00A0 {{sp}}
Thin space   {{tsp}}
Space     \0020
Non-breaking hyphen ‑ ‑ \2011
Soft hyphen ­ ­ ­ \00AD
Broken vertical bar ¦ ¦ ¦ ¦ \00A6

Description Sign HTML entity Decimal Hex code CSS code Wikitext
Less than < &lt; &#60; &#x3c; \003C
Greater than > &gt; &#62; &#x3e; \003E
Left parenthesis ( &lpar; &#40; &#x28; \0028
Right parenthesis ) &rpar; &#41; &#x29; \0029
Left bracket [ &lbrack; &#91; &#x5b; \005B {{!(}}
Right bracket ] &rbrack; &#93; &#x5d; \005D {{)!}}
Left brace { &lbrace; &#123; &#x7b; \007B
Right brace } &rbrace; &#125; &#x7d; \007D
Vertical bar (Pipe) | &vert; &#124; &#x7c; \007C {{!}}
Double left-pointing
angle quotation mark
« &laquo; &#171; &#xab; \00AB
Double right-pointing
angle quotation mark
» &raquo; &#187; &#xbb; \00BB

Description Sign HTML entity Decimal Hex code CSS code Wikitext
Equal = &equals; &#61; &#x3d; \003D {{=}}
Not equal &ne; &#8800; &#x2260; \2260
Almost equal &asymp; &#8776; &#x2248; \2248
Approx. equal &cong; &#8773; &#x2245; \2245
Less or equal &le; &#8804; &#x2264; \2264
Greater or equal &ge; &#8805; &#x2265; \2265
Identical &equiv; &#8801; &#x2261; \2261
Not identical &nequiv; &#8802; &#x2262; \2262
Multiplication × &times; &#215; &#xd7; \00D7
Division ÷ &divide; &#247; &#xf7; \00F7
Plus/minus ± &plusmn; &#177; &#xb1; \00B1
Infinity &infin; &#8734; &#x221e; \221E
Tilde &sim; &#8764; &#x223c; \223C
Superscript 2 ² &sup2; &#178; &#xb2; \00B2
Superscript 3 ³ &sup3; &#179; &#xb3; \00B3
Greek pi π &pi; &#960; &#x3c0; \03C0

Description Sign HTML entity Decimal Hex code CSS code
One half ½ &frac12; &#189; &#xbd; \00BD
One third &frac13; &#8531; &#x2153; \2153
Two thirds &frac23; &#8532; &#x2154; \2154
One quarter ¼ &frac14; &#188; &#xbc; \00BC
Three quarters ¾ &frac34; &#190; &#xbe; \00BE
One fifth &frac15; &#8533; &#x2155; \2155
Two fifths &frac25; &#8534; &#x2156; \2156
Three fifths &frac35; &#8535; &#x2157; \2157
Four fifths &frac45; &#8536; &#x2158; \2158
One sixth &frac16; &#8537; &#x2159; \2159
Five sixths &frac56; &#8538; &#x215a; \215A
One eight &frac18; &#8539; &#x215b; \215B
Three eights &frac38; &#8540; &#x215c; \215C
Five eights &frac58; &#8541; &#x215d; \215D
Seven eights &frac78; &#8541; &#x215e; \215E
Fraction slash &frasl; &#8260; &#x2044; \2044
Percent % &percnt; &#37; &#x25; \0025
Per mille &permil; &#137; &#x89; \0089
Per ten thousand &pertenk; &#8241; &#x2031; \2031
Irregular:
One seventh - &#8528; &#x2150; \2150
One ninth - &#8529; &#x2151; \2151
One tenth - &#8530; &#x2152; \2152
Using the fraction slash:
2⁄7 2&frasl;7
3⁄100 3&frasl;100
1⁄1000000 1&frasl;1000000
x⁄8 <sup>x</sup>&frasl;8
1x <sup>1</sup>&frasl;<sub>x</sub>
xy <sup>x</sup>&frasl;<sub>y</sub>

Description Sign HTML entity Decimal Hex code CSS code
Left arrow &larr; &#8592; &#x2190; \2190
Right arrow &rarr; &#8594; &#x2192; \2192
Left-right arrow &harr; &#8596; &#x2194; \2194
Up arrow &uarr; &#8593; &#x2191; \2191
Down arrow &darr; &#8595; &#x2193; \2193
Up-down arrow &varr; &#8597; &#x2195; \2195
Long left arrow &xlarr; &#10229; &#x27f5; \27F5
Long right arrow &xrarr; &#10230; &#x27f6; \27F6
North west arrow &nwarr; &#8598; &#x2196; \2196
North east arrow &nearr; &#8599; &#x2197; \2197
South east arrow &searr; &#8600; &#x2198; \2198
South west arrow &swarr; &#8601; &#x2199; \2199
Down arrow tip right &rdsh; &#8627; &#x21b3; \21B3
Right white arrow - &#8680; &#x21e8; \21e8
More arrows:
htmlsymbol.com
w3schools.com
toptal.com

Template Syntax Output HTML alternative Availability
Magic word {{!}} | &#124; MW v.1.24
Magic word {{=}} = &#61; MW v.1.39
!( {{!(}} [ &#91; installed
)! {{)!}} ] &#93; installed
!(( {{!((}} [[ &#91;&#91; installed
))! {{))!}} ]] &#93;&#93; installed
(( {{((}} {{ &#123;&#123; installed
)) {{))}} }} &#125;&#125; installed
((( {{(((}} {{{ &#123;&#123;&#123; installed
))) {{)))}} }}} &#125;&#125;&#125; installed
(! {{(!}} {| &#123;&#124; installed
!) {{!)}} |} &#124;&#125; installed
!- {{!-}} |- &#124;&#45; installed
!! {{!!}} || &#124;&#124; installed

External sources

  • w3schools.com - HTML entities
  • w3schools.com - HTML UTF-8 (this and all following articles)
  • w3schools.com - Emoji smileys (this and all following articles)
  • toptal.com - HTML Symbols, Entities, Characters, and Codes
  • codetable.net - Entities in HTML
  • List of XML and HTML character entity references on Wikipedia

URL manipulation

Append these codes to any page's URL.
Disable user CSS ?useusercss=0
Disable user JS ?useuserjs=0
Disable site CSS ?usesitecss=0
Disable site JS ?usesitejs=0
Disable all ?safemode=1
Desktop view ?useskin=fandomdesktop
Mobile view ?useskin=fandommobile
Bypass cache ?debug=1
Display pageinfo ?action=info
Edit page ?action=edit
Show original image
(original file-format)
?format=original
forces the original file-format (also for discussion images)

Interwiki links

Note
For some of the websites below, there are link templates which should preferably be used.
See Interwiki link-templates below.
Page Syntax Link
Community Central: [[w:pagename]] community.fandom.com
Other Fandom wikis: [[w:c:wikiname]]
[[w:c:wikiname:pagename]]
<wikiname>.fandom.com
MediaWiki: [[mw:]] www.mediawiki.org
WikiMedia Commons [[commons:]] commons.wikimedia.org
WikiMedia Meta [[m:]] meta.wikimedia.org
Wikimedia: [[wikimedia:]] wikimediafoundation.org
Wikipedia: [[wp:]]
[[wikipedia:]]
en.wikipedia.org
Wiktionary: [[wiktionary:]] en.wiktionary.org
Wikiquote: [[wikiquote:]] en.wikiquote.org
More:
Interwiki help page (CC): Interwiki links
Interwiki map (Full list / CC): Interwiki map

Interwiki link-templates

{{wpl}} Wikipedia links (inline) W
{{mwl}} MediaWiki links MW
{{wmcl}} WikiMedia Commons links WMC
{{fhl}} Fandom CC help links FH
{{devl}} Fandom developers wiki links dev
{{fwl}} Fandom wiki links F / CC

See also