Skip to content

App A HTML escape characters

mgledhill edited this page Mar 15, 2025 · 11 revisions

PAL Logo showing Wiki Documentation heading

ASpacerUnicode and HTML escape characters

This appendix contains a full list of all the HTML escape sequences for reserved (and non-keyboard) characters.

All numberes are given in both in decimal and hexadecimal and all work in GitHub Markdown files and Wiki pages.

All the data in this table is available as an Excel spread sheet (for convenience). Download it here:

There is also a list of the escape characters that do not function within GitHub Wiki HTML tags.

A.1SpacerHTML Escape codes, full list



Unicode (dec)
Unicode (hex)
Symbol HTML Escape (dec)
Escape (hex)
Description
9
U+0009
Tab 	 	
	
Tab
10
U+000A
New Line 
 



New Line
32
U+0020
█ █  
 
Space (between blocks)
33
U+0021
! !
!
Exclamation mark
34
U+0022
" "
"
Quotation mark
35
U+0023
# #
#
Number sign
36
U+0024
$ $
$
Dollar sign
37
U+0025
% %
%
Percent sign
38
U+0026
& & &
&
Ampersand
39
U+0027
'
'
Apostrophe
40
U+0028
( (
(
Opening/Left Parenthesis
41
U+0029
) )
)
Closing/Right Parenthesis
42
U+002A
* *
*
Asterisk
43
U+002B
+ +
+
Plus sign
44
U+002C
, ,
,
Comma
45
U+002D
-
-
Hyphen
46
U+002E
. .
.
Period
47
U+002F
/ /
/
Slash
48
U+0030
0 0
0
Digit 0
49
U+0031
1 1
1
Digit 1
50
U+0032
2 2
2
Digit 2
51
U+0033
3 3
3
Digit 3
52
U+0034
4 4
4
Digit 4
53
U+0035
5 5
5
Digit 5
54
U+0036
6 6
6
Digit 6
55
U+0037
7 7
7
Digit 7
56
U+0038
8 8
8
Digit 8
57
U+0039
9 9
9
Digit 9
58
U+003A
: :
:
Colon
59
U+003B
; &#0059;
&#x003B;
Semicolon
60
U+003C
< &lt; &#0060;
&#x003C;
Less-than
61
U+003D
= &#0061;
&#x003D;
Equals sign
62
U+003E
> &gt; &#0062;
&#x003E;
Greater than
63
U+003F
? &#0063;
&#x003F;
Question mark
64
U+0040
@ &#0064;
&#x0040;
At sign
65
U+0041
A &#0065;
&#x0041;
Uppercase A
66
U+0042
B &#0066;
&#x0042;
Uppercase B
67
U+0043
C &#0067;
&#x0043;
Uppercase C
68
U+0044
D &#0068;
&#x0044;
Uppercase D
69
U+0045
E &#0069;
&#x0045;
Uppercase E
70
U+0046
F &#0070;
&#x0046;
Uppercase F
71
U+0047
G &#0071;
&#x0047;
Uppercase G
72
U+0048
H &#0072;
&#x0048;
Uppercase H
73
U+0049
I &#0073;
&#x0049;
Uppercase I
74
U+004A
J &#0074;
&#x004A;
Uppercase J
75
U+004B
K &#0075;
&#x004B;
Uppercase K
76
U+004C
L &#0076;
&#x004C;
Uppercase L
77
U+004D
M &#0077;
&#x004D;
Uppercase M
78
U+004E
N &#0078;
&#x004E;
Uppercase N
79
U+004F
O &#0079;
&#x004F;
Uppercase O
80
U+0050
P &#0080;
&#x0050;
Uppercase P
81
U+0051
Q &#0081;
&#x0051;
Uppercase Q
82
U+0052
R &#0082;
&#x0052;
Uppercase R
83
U+0053
S &#0083;
&#x0053;
Uppercase S
84
U+0054
T &#0084;
&#x0054;
Uppercase T
85
U+0055
U &#0085;
&#x0055;
Uppercase U
86
U+0056
V &#0086;
&#x0056;
Uppercase V
87
U+0057
W &#0087;
&#x0057;
Uppercase W
88
U+0058
X &#0088;
&#x0058;
Uppercase X
89
U+0059
Y &#0089;
&#x0059;
Uppercase Y
90
U+005A
Z &#0090;
&#x005A;
Uppercase Z
91
U+005B
[ &#0091;
&#x005B;
Opening/Left square bracket
92
U+005C
\ &#0092;
&#x005C;
Backslash
93
U+005D
] &#0093;
&#x005D;
Closing/Right square bracket
94
U+005E
^ &#0094;
&#x005E;
Caret
95
U+005F
_ &#0095;
&#x005F;
Underscore
96
U+0060
` &#0096;
&#x0060;
Grave accent
97
U+0061
a &#0097;
&#x0061;
Lowercase a
98
U+0062
b &#0098;
&#x0062;
Lowercase b
99
U+0063
c &#0099;
&#x0063;
Lowercase c
100
U+0064
d &#0100;
&#x0064;
Lowercase d
101
U+0065
e &#0101;
&#x0065;
Lowercase e
102
U+0066
f &#0102;
&#x0066;
Lowercase f
103
U+0067
g &#0103;
&#x0067;
Lowercase g
104
U+0068
h &#0104;
&#x0068;
Lowercase h
105
U+0069
i &#0105;
&#x0069;
Lowercase i
106
U+006A
j &#0106;
&#x006A;
Lowercase j
107
U+006B
k &#0107;
&#x006B;
Lowercase k
108
U+006C
l &#0108;
&#x006C;
Lowercase l
109
U+006D
m &#0109;
&#x006D;
Lowercase m
110
U+006E
n &#0110;
&#x006E;
Lowercase n
111
U+006F
o &#0111;
&#x006F;
Lowercase o
112
U+0070
p &#0112;
&#x0070;
Lowercase p
113
U+0071
q &#0113;
&#x0071;
Lowercase q
114
U+0072
r &#0114;
&#x0072;
Lowercase r
115
U+0073
s &#0115;
&#x0073;
Lowercase s
116
U+0074
t &#0116;
&#x0074;
Lowercase t
117
U+0075
u &#0117;
&#x0075;
Lowercase u
118
U+0076
v &#0118;
&#x0076;
Lowercase v
119
U+0077
w &#0119;
&#x0077;
Lowercase w
120
U+0078
x &#0120;
&#x0078;
Lowercase x
121
U+0079
y &#0121;
&#x0079;
Lowercase y
122
U+007A
z &#0122;
&#x007A;
Lowercase z
123
U+007B
{ &#0123;
&#x007B;
Opening/Left curly brace
124
U+007C
| &#0124;
&#x007C;
Vertical bar
125
U+007D
} &#0125;
&#x007D;
Closing/Right curly brace
126
U+007E
~ &#0126;
&#x007E;
Tilde
128
U+0080
&#0128;
&#x0080;
Euro sign
130
U+0082
&#0130;
&#x0082;
Punctuation mark
131
U+0083
ƒ &#0131;
&#x0083;
Florin sign
132
U+0084
&#0132;
&#x0084;
Quotation mark
133
U+0085
&#0133;
&#x0085;
Horizontal ellipsis
134
U+0086
&#0134;
&#x0086;
Dagger
135
U+0087
&#0135;
&#x0087;
Double dagger
136
U+0088
ˆ &#0136;
&#x0088;
Circumflex
137
U+0089
&#0137;
&#x0089;
Per-mille
138
U+008A
Š &#0138;
&#x008A;
Latin capital letter s with caron
139
U+008B
&#0139;
&#x008B;
Single left angle quotation
140
U+008C
Œ &#0140;
&#x008C;
Uppercase ligature OE
142
U+008E
Ž &#0142;
&#x008E;
Latin capital letter z with caron
145
U+0091
&#0145;
&#x0091;
Opening single quotation mark
146
U+0092
&#0146;
&#x0092;
Closing single quotation mark
147
U+0093
&#0147;
&#x0093;
Opening double quotation mark
148
U+0094
&#0148;
&#x0094;
Closing double quotation mark
149
U+0095
&#0149;
&#x0095;
Bullet
150
U+0096
&#0150;
&#x0096;
En dash
151
U+0097
&#0151;
&#x0097;
Em dash
152
U+0098
˜ &#0152;
&#x0098;
Tilde
153
U+0099
&#0153;
&#x0099;
Trademark
154
U+009A
š &#0154;
&#x009A;
Latin small letter s with caron
155
U+009B
&#0155;
&#x009B;
Single right angle quotation
156
U+009C
œ &#0156;
&#x009C;
Lowercase ligature OE
158
U+009E
ž &#0158;
&#x009E;
Latin small letter z with caron
159
U+009F
Ÿ &#0159;
&#x009F;
Latin capital letter y with diaeresis
160
U+00A0
█ █ &nbsp; &#0160;
&#x00A0;
Non-breaking space (between blocks)
161
U+00A1
¡ &iexcl; &#0161;
&#x00A1;
Inverted exclamation mark
162
U+00A2
¢ &cent; &#0162;
&#x00A2;
Cent
163
U+00A3
£ &pound; &#0163;
&#x00A3;
Pound
164
U+00A4
¤ &curren; &#0164;
&#x00A4;
Currency
165
U+00A5
¥ &yen; &#0165;
&#x00A5;
Yen
166
U+00A6
¦ &brvbar; &#0166;
&#x00A6;
Broken vertical bar
167
U+00A7
§ &sect; &#0167;
&#x00A7;
Section
168
U+00A8
¨ &uml; &#0168;
&#x00A8;
Spacing diaeresis
169
U+00A9
© &copy; &#0169;
&#x00A9;
Copyright
170
U+00AA
ª &ordf; &#0170;
&#x00AA;
Feminine ordinal indicator
171
U+00AB
« &laquo; &#0171;
&#x00AB;
Opening/Left angle quotation mark
172
U+00AC
¬ &not; &#0172;
&#x00AC;
Negation
173
U+00AD
¬Soft hyphen &shy; &#0173;
&#x00AD;
Soft hyphen
174
U+00AE
® &reg; &#0174;
&#x00AE;
Registered trademark
175
U+00AF
¯ &macr; &#0175;
&#x00AF;
Spacing macron
176
U+00B0
° &deg; &#0176;
&#x00B0;
Degree
177
U+00B1
± &plusmn; &#0177;
&#x00B1;
Plus or minus
178
U+00B2
² &sup2; &#0178;
&#x00B2;
Superscript 2
179
U+00B3
³ &sup3; &#0179;
&#x00B3;
Superscript 3
180
U+00B4
´ &acute; &#0180;
&#x00B4;
Spacing acute
181
U+00B5
µ &micro; &#0181;
&#x00B5;
Micro
182
U+00B6
&para; &#0182;
&#x00B6;
Paragraph
182
U+00B6
· &dot; &#0183;
&#x00B7;
Dot
184
U+00B8
¸ &cedil; &#0184;
&#x00B8;
Spacing cedilla
185
U+00B9
¹ &sup1; &#0185;
&#x00B9;
Superscript 1
186
U+00BA
º &ordm; &#0186;
&#x00BA;
Masculine ordinal indicator
187
U+00BB
» &raquo; &#0187;
&#x00BB;
Closing/Right angle quotation mark
188
U+00BC
¼ &frac14; &#0188;
&#x00BC;
Fraction 1/4
189
U+00BD
½ &frac12; &#0189;
&#x00BD;
Fraction 1/2
190
U+00BE
¾ &frac34; &#0190;
&#x00BE;
Fraction 3/4
191
U+00BF
¿ &iquest; &#0191;
&#x00BF;
Inverted question mark
192
U+00C0
À &Agrave; &#0192;
&#x00C0;
Capital a with grave accent
193
U+00C1
Á &Aacute; &#0193;
&#x00C1;
Capital a with acute accent
194
U+00C2
 &Acirc; &#0194;
&#x00C2;
Capital a with circumflex accent
195
U+00C3
à &Atilde; &#0195;
&#x00C3;
Capital a with tilde
196
U+00C4
Ä &Auml; &#0196;
&#x00C4;
Capital a with umlaut
197
U+00C5
Å &Aring; &#0197;
&#x00C5;
Capital a with ring
198
U+00C6
Æ &AElig; &#0198;
&#x00C6;
Capital ae
199
U+00C7
Ç &Ccedil; &#0199;
&#x00C7;
Capital c with cedilla
200
U+00C8
È &Egrave; &#0200;
&#x00C8;
Capital e with grave accent
201
U+00C9
É &Eacute; &#0201;
&#x00C9;
Capital e with acute accent
202
U+00CA
Ê &Ecirc; &#0202;
&#x00CA;
Capital e with circumflex accent
203
U+00CB
Ë &Euml; &#0203;
&#x00CB;
Capital e with umlaut
204
U+00CC
Ì &Igrave; &#0204;
&#x00CC;
Capital i with grave accent
205
U+00CD
Í &Iacute; &#0205;
&#x00CD;
Capital i with accute accent
206
U+00CE
Î &Icirc; &#0206;
&#x00CE;
Capital i with circumflex accent
207
U+00CF
Ï &Iuml; &#0207;
&#x00CF;
Capital i with umlaut
208
U+00D0
Ð &ETH; &#0208;
&#x00D0;
Capital eth (Icelandic)
209
U+00D1
Ñ &Ntilde; &#0209;
&#x00D1;
Capital n with tilde
210
U+00D2
Ò &Ograve; &#0210;
&#x00D2;
Capital o with grave accent
211
U+00D3
Ó &Oacute; &#0211;
&#x00D3;
Capital o with accute accent
212
U+00D4
Ô &Ocirc; &#0212;
&#x00D4;
Capital o with circumflex accent
213
U+00D5
Õ &Otilde; &#0213;
&#x00D5;
Capital o with tilde
214
U+00D6
Ö &Ouml; &#0214;
&#x00D6;
Capital o with umlaut
215
U+00D7
× &times; &#0215;
&#x00D7;
Multiplication
216
U+00D8
Ø &Oslash; &#0216;
&#x00D8;
Capital o with slash
217
U+00D9
Ù &Ugrave; &#0217;
&#x00D9;
Capital u with grave accent
218
U+00DA
Ú &Uacute; &#0218;
&#x00DA;
Capital u with acute accent
219
U+00DB
Û &Ucirc; &#0219;
&#x00DB;
Capital u with circumflex accent
220
U+00DC
Ü &Uuml; &#0220;
&#x00DC;
Capital u with umlaut
221
U+00DD
Ý &Yacute; &#0221;
&#x00DD;
Capital y with acute accent
222
U+00DE
Þ &THORN; &#0222;
&#x00DE;
Capital thorn (Icelandic)
223
U+00DF
ß &szlig; &#0223;
&#x00DF;
Lowercase sharp s (German)
224
U+00E0
à &agrave; &#0224;
&#x00E0;
Lowercase a with grave accent
225
U+00E1
á &aacute; &#0225;
&#x00E1;
Lowercase a with acute accent
226
U+00E2
â &acirc; &#0226;
&#x00E2;
Lowercase a with circumflex accent
227
U+00E3
ã &atilde; &#0227;
&#x00E3;
Lowercase a with tilde
228
U+00E4
ä &auml; &#0228;
&#x00E4;
Lowercase a with umlaut
229
U+00E5
å &aring; &#0229;
&#x00E5;
Lowercase a with ring
230
U+00E6
æ &aelig; &#0230;
&#x00E6;
Lowercase ae
231
U+00E7
ç &ccedil; &#0231;
&#x00E7;
Lowercase c with cedilla
232
U+00E8
è &egrave; &#0232;
&#x00E8;
Lowercase e with grave accent
233
U+00E9
é &eacute; &#0233;
&#x00E9;
Lowercase e with acute accent
234
U+00EA
ê &ecirc; &#0234;
&#x00EA;
Lowercase e with circumflex accent
235
U+00EB
ë &euml; &#0235;
&#x00EB;
Lowercase e with umlaut
236
U+00EC
ì &igrave; &#0236;
&#x00EC;
Lowercase i with grave accent
237
U+00ED
í &iacute; &#0237;
&#x00ED;
Lowercase i with acute accent
238
U+00EE
î &icirc; &#0238;
&#x00EE;
Lowercase i with circumflex accent
239
U+00EF
ï &iuml; &#0239;
&#x00EF;
Lowercase i with umlaut
240
U+00F0
ð &eth; &#0240;
&#x00F0;
Lowercase eth (Icelandic)
241
U+00F1
ñ &ntilde; &#0241;
&#x00F1;
Lowercase n with tilde
242
U+00F2
ò &ograve; &#0242;
&#x00F2;
Lowercase o with grave accent
243
U+00F3
ó &oacute; &#0243;
&#x00F3;
Lowercase o with acute accent
244
U+00F4
ô &ocirc; &#0244;
&#x00F4;
Lowercase o with circumflex accent
245
U+00F5
õ &otilde; &#0245;
&#x00F5;
Lowercase o with tilde
246
U+00F6
ö &ouml; &#0246;
&#x00F6;
Lowercase o with umlaut
247
U+00F7
÷ &divide; &#0247;
&#x00F7;
Divide
248
U+00F8
ø &oslash; &#0248;
&#x00F8;
Lowercase o with slash
249
U+00F9
ù &ugrave; &#0249;
&#x00F9;
Lowercase u with grave accent
250
U+00FA
ú &uacute; &#0250;
&#x00FA;
Lowercase u with acute accent
251
U+00FB
û &ucirc; &#0251;
&#x00FB;
Lowercase u with circumflex accent
252
U+00FC
ü &uuml; &#0252;
&#x00FC;
Lowercase u with umlaut
253
U+00FD
ý &yacute; &#0253;
&#x00FD;
Lowercase y with acute accent
254
U+00FE
þ &thorn; &#0254;
&#x00FE;
Lowercase thorn (Icelandic)
255
U+00FF
ÿ &yuml; &#0255;
&#x00FF;
Lowercase y with umlaut
256
U+0100
Ā &Amacr; &#0256;
&#x0100;
Latin capital letter a with macron
257
U+0101
ā &amacr; &#0257;
&#x0101;
Latin small letter a with macron
258
U+0102
Ă &Abreve; &#0258;
&#x0102;
Latin capital letter a with breve
259
U+0103
ă &abreve; &#0259;
&#x0103;
Latin small letter a with breve
260
U+0104
Ą &Aogon; &#0260;
&#x0104;
Latin capital letter a with ogonek
261
U+0105
ą &aogon; &#0261;
&#x0105;
Latin small letter a with ogonek
262
U+0106
Ć &Cacute; &#0262;
&#x0106;
Latin capital letter c with acute
263
U+0107
ć &cacute; &#0263;
&#x0107;
Latin small letter c with acute
264
U+0108
Ĉ &Ccirc; &#0264;
&#x0108;
Latin capital letter c with circumflex
265
U+0109
ĉ &ccirc; &#0265;
&#x0109;
Latin small letter c with circumflex
266
U+010A
Ċ &Cdot; &#0266;
&#x010A;
Latin capital letter c with dot above
267
U+010B
ċ &cdot; &#0267;
&#x010B;
Latin small letter c with dot above
268
U+010C
Č &Ccaron; &#0268;
&#x010C;
Latin capital letter c with caron
269
U+010D
č &ccaron; &#0269;
&#x010D;
Latin small letter c with caron
270
U+010E
Ď &Dcaron; &#0270;
&#x010E;
Latin capital letter d with caron
271
U+010F
ď &dcaron; &#0271;
&#x010F;
Latin small letter d with caron
272
U+0110
Đ &Dstrok; &#0272;
&#x0110;
Latin capital letter d with stroke
273
U+0111
đ &dstrok; &#0273;
&#x0111;
Latin small letter d with stroke
274
U+0112
Ē &Emacr; &#0274;
&#x0112;
Latin capital letter e with macron
275
U+0113
ē &emacr; &#0275;
&#x0113;
Latin small letter e with macron
276
U+0114
Ĕ &Ebreve; &#0276;
&#x0114;
Latin capital letter e with breve
277
U+0115
ĕ &ebreve; &#0277;
&#x0115;
Latin small letter e with breve
278
U+0116
Ė &Edot; &#0278;
&#x0116;
Latin capital letter e with dot above
279
U+0117
ė &edot; &#0279;
&#x0117;
Latin small letter e with dot above
280
U+0118
Ę &Eogon; &#0280;
&#x0118;
Latin capital letter e with ogonek
281
U+0119
ę &eogon; &#0281;
&#x0119;
Latin small letter e with ogonek
282
U+011A
Ě &Ecaron; &#0282;
&#x011A;
Latin capital letter e with caron
283
U+011B
ě &ecaron; &#0283;
&#x011B;
Latin small letter e with caron
284
U+011C
Ĝ &Gcirc; &#0284;
&#x011C;
Latin capital letter g with circumflex
285
U+011D
ĝ &gcirc; &#0285;
&#x011D;
Latin small letter g with circumflex
286
U+011E
Ğ &Gbreve; &#0286;
&#x011E;
Latin capital letter g with breve
287
U+011F
ğ &gbreve; &#0287;
&#x011F;
Latin small letter g with breve
288
U+0120
Ġ &Gdot; &#0288;
&#x0120;
Latin capital letter g with dot above
289
U+0121
ġ &gdot; &#0289;
&#x0121;
Latin small letter g with dot above
290
U+0122
Ģ &Gcedil; &#0290;
&#x0122;
Latin capital letter g with cedilla
291
U+0123
ģ &gcedil; &#0291;
&#x0123;
Latin small letter g with cedilla
292
U+0124
Ĥ &Hcirc; &#0292;
&#x0124;
Latin capital letter h with circumflex
293
U+0125
ĥ &hcirc; &#0293;
&#x0125;
Latin small letter h with circumflex
294
U+0126
Ħ &Hstrok; &#0294;
&#x0126;
Latin capital letter h with stroke
295
U+0127
ħ &hstrok; &#0295;
&#x0127;
Latin small letter h with stroke
296
U+0128
Ĩ &Itilde; &#0296;
&#x0128;
Latin capital letter I with tilde
297
U+0129
ĩ &itilde; &#0297;
&#x0129;
Latin small letter I with tilde
298
U+012A
Ī &Imacr; &#0298;
&#x012A;
Latin capital letter I with macron
299
U+012B
ī &imacr; &#0299;
&#x012B;
Latin small letter I with macron
300
U+012C
Ĭ &Ibreve; &#0300;
&#x012C;
Latin capital letter I with breve
301
U+012D
ĭ &ibreve; &#0301;
&#x012D;
Latin small letter I with breve
302
U+012E
Į &Iogon; &#0302;
&#x012E;
Latin capital letter I with ogonek
303
U+012F
į &iogon; &#0303;
&#x012F;
Latin small letter I with ogonek
304
U+0130
İ &Idot; &#0304;
&#x0130;
Latin capital letter I with dot above
305
U+0131
ı &imath; &inodot; &#0305;
&#x0131;
Latin small letter dotless I
306
U+0132
IJ &IJlig; &#0306;
&#x0132;
Latin capital ligature ij
307
U+0133
ij &ijlig; &#0307;
&#x0133;
Latin small ligature ij
308
U+0134
Ĵ &Jcirc; &#0308;
&#x0134;
Latin capital letter j with circumflex
309
U+0135
ĵ &jcirc; &#0309;
&#x0135;
Latin small letter j with circumflex
310
U+0136
Ķ &Kcedil; &#0310;
&#x0136;
Latin capital letter k with cedilla
311
U+0137
ķ &kcedil; &#0311;
&#x0137;
Latin small letter k with cedilla
312
U+0138
ĸ &kgreen; &#0312;
&#x0138;
Latin small letter kra
313
U+0139
Ĺ &Lacute; &#0313;
&#x0139;
Latin capital letter l with acute
314
U+013A
ĺ &lacute; &#0314;
&#x013A;
Latin small letter l with acute
315
U+013B
Ļ &Lcedil; &#0315;
&#x013B;
Latin capital letter l with cedilla
316
U+013C
ļ &lcedil; &#0316;
&#x013C;
Latin small letter l with cedilla
317
U+013D
Ľ &Lcaron; &#0317;
&#x013D;
Latin capital letter l with caron
318
U+013E
ľ &lcaron; &#0318;
&#x013E;
Latin small letter l with caron
319
U+013F
Ŀ &Lmidot; &#0319;
&#x013F;
Latin capital letter l with middle dot
320
U+0140
ŀ &lmidot; &#0320;
&#x0140;
Latin small letter l with middle dot
321
U+0141
Ł &Lstrok; &#0321;
&#x0141;
Latin capital letter l with stroke
322
U+0142
ł &lstrok; &#0322;
&#x0142;
Latin small letter l with stroke
323
U+0143
Ń &Nacute; &#0323;
&#x0143;
Latin capital letter n with acute
324
U+0144
ń &nacute; &#0324;
&#x0144;
Latin small letter n with acute
325
U+0145
Ņ &Ncedil; &#0325;
&#x0145;
Latin capital letter n with cedilla
326
U+0146
ņ &ncedil; &#0326;
&#x0146;
Latin small letter n with cedilla
327
U+0147
Ň &Ncaron; &#0327;
&#x0147;
Latin capital letter n with caron
328
U+0148
ň &ncaron; &#0328;
&#x0148;
Latin small letter n with caron
329
U+0149
ʼn &napos; &#0329;
&#x0149;
Latin small letter n preceded by apostrophe
330
U+014A
Ŋ &ENG; &#0330;
&#x014A;
Latin capital letter eng
331
U+014B
ŋ &eng; &#0331;
&#x014B;
Latin small letter eng
332
U+014C
Ō &Omacr; &#0332;
&#x014C;
Latin capital letter o with macron
333
U+014D
ō &omacr; &#0333;
&#x014D;
Latin small letter o with macron
334
U+014E
Ŏ &Obreve; &#0334;
&#x014E;
Latin capital letter o with breve
335
U+014F
ŏ &obreve; &#0335;
&#x014F;
Latin small letter o with breve
336
U+0150
Ő &Odblac; &#0336;
&#x0150;
Latin capital letter o with double acute
337
U+0151
ő &odblac; &#0337;
&#x0151;
Latin small letter o with double acute
338
U+0152
Œ &OElig; &#0338;
&#x0152;
Uppercase ligature OE
339
U+0153
œ &oelig; &#0339;
&#x0153;
Lowercase ligature OE
340
U+0154
Ŕ &Racute; &#0340;
&#x0154;
Latin capital letter r with acute
341
U+0155
ŕ &racute; &#0341;
&#x0155;
Latin small letter r with acute
342
U+0156
Ŗ &Rcedil; &#0342;
&#x0156;
Latin capital letter r with cedilla
343
U+0157
ŗ &rcedil; &#0343;
&#x0157;
Latin small letter r with cedilla
344
U+0158
Ř &Rcaron; &#0344;
&#x0158;
Latin capital letter r with caron
345
U+0159
ř &rcaron; &#0345;
&#x0159;
Latin small letter r with caron
346
U+015A
Ś &Sacute; &#0346;
&#x015A;
Latin capital letter s with acute
347
U+015B
ś &sacute; &#0347;
&#x015B;
Latin small letter s with acute
348
U+015C
Ŝ &Scirc; &#0348;
&#x015C;
Latin capital letter s with circumflex
349
U+015D
ŝ &scirc; &#0349;
&#x015D;
Latin small letter s with circumflex
350
U+015E
Ş &Scedil; &#0350;
&#x015E;
Latin capital letter s with cedilla
351
U+015F
ş &scedil; &#0351;
&#x015F;
Latin small letter s with cedilla
352
U+0160
Š &Scaron; &#0352;
&#x0160;
Uppercase S with caron
353
U+0161
š &scaron; &#0353;
&#x0161;
Lowercase S with caron
354
U+0162
Ţ &Tcedil; &#0354;
&#x0162;
Latin capital letter t with cedilla
355
U+0163
ţ &tcedil; &#0355;
&#x0163;
Latin small letter t with cedilla
356
U+0164
Ť &Tcaron; &#0356;
&#x0164;
Latin capital letter t with caron
357
U+0165
ť &tcaron; &#0357;
&#x0165;
Latin small letter t with caron
358
U+0166
Ŧ &Tstrok; &#0358;
&#x0166;
Latin capital letter t with stroke
359
U+0167
ŧ &tstrok; &#0359;
&#x0167;
Latin small letter t with stroke
360
U+0168
Ũ &Utilde; &#0360;
&#x0168;
Latin capital letter u with tilde
361
U+0169
ũ &utilde; &#0361;
&#x0169;
Latin small letter u with tilde
362
U+016A
Ū &Umacr; &#0362;
&#x016A;
Latin capital letter u with macron
363
U+016B
ū &umacr; &#0363;
&#x016B;
Latin small letter u with macron
364
U+016C
Ŭ &Ubreve; &#0364;
&#x016C;
Latin capital letter u with breve
365
U+016D
ŭ &ubreve; &#0365;
&#x016D;
Latin small letter u with breve
366
U+016E
Ů &Uring; &#0366;
&#x016E;
Latin capital letter u with ring above
367
U+016F
ů &uring; &#0367;
&#x016F;
Latin small letter u with ring above
368
U+0170
Ű &Udblac; &#0368;
&#x0170;
Latin capital letter u with double acute
369
U+0171
ű &udblac; &#0369;
&#x0171;
Latin small letter u with double acute
370
U+0172
Ų &Uogon; &#0370;
&#x0172;
Latin capital letter u with ogonek
371
U+0173
ų &uogon; &#0371;
&#x0173;
Latin small letter u with ogonek
372
U+0174
Ŵ &Wcirc; &#0372;
&#x0174;
Latin capital letter w with circumflex
373
U+0175
ŵ &wcirc; &#0373;
&#x0175;
Latin small letter w with circumflex
374
U+0176
Ŷ &Ycirc; &#0374;
&#x0176;
Latin capital letter y with circumflex
375
U+0177
ŷ &ycirc; &#0375;
&#x0177;
Latin small letter y with circumflex
376
U+0178
Ÿ &Yuml; &#0376;
&#x0178;
Capital Y with diaeres
402
U+0192
ƒ &fnof; &#0402;
&#x0192;
Lowercase with hook
710
U+02C6
ˆ &circ; &#0710;
&#x02C6;
Circumflex accent
732
U+02DC
˜ &tilde; &#0732;
&#x02DC;
Tilde
913
U+0391
Α &Alpha; &#0913;
&#x0391;
Alpha
914
U+0392
Β &Beta; &#0914;
&#x0392;
Beta
915
U+0393
Γ &Gamma; &#0915;
&#x0393;
Gamma
916
U+0394
Δ &Delta; &#0916;
&#x0394;
Delta
917
U+0395
Ε &Epsilon; &#0917;
&#x0395;
Epsilon
918
U+0396
Ζ &Zeta; &#0918;
&#x0396;
Zeta
919
U+0397
Η &Eta; &#0919;
&#x0397;
Eta
920
U+0398
Θ &Theta; &#0920;
&#x0398;
Theta
921
U+0399
Ι &Iota; &#0921;
&#x0399;
Iota
922
U+039A
Κ &Kappa; &#0922;
&#x039A;
Kappa
923
U+039B
Λ &Lambda; &#0923;
&#x039B;
Lambda
924
U+039C
Μ &Mu; &#0924;
&#x039C;
Mu
925
U+039D
Ν &Nu; &#0925;
&#x039D;
Nu
926
U+039E
Ξ &Xi; &#0926;
&#x039E;
Xi
927
U+039F
Ο &Omicron; &#0927;
&#x039F;
Omicron
928
U+03A0
Π &Pi; &#0928;
&#x03A0;
Pi
929
U+03A1
Ρ &Rho; &#0929;
&#x03A1;
Rho
931
U+03A3
Σ &Sigma; &#0931;
&#x03A3;
Sigma
932
U+03A4
Τ &Tau; &#0932;
&#x03A4;
Tau
933
U+03A5
Υ &Upsilon; &#0933;
&#x03A5;
Upsilon
934
U+03A6
Φ &Phi; &#0934;
&#x03A6;
Phi
935
U+03A7
Χ &Chi; &#0935;
&#x03A7;
Chi
936
U+03A8
Ψ &Psi; &#0936;
&#x03A8;
Psi
937
U+03A9
Ω &Omega; &#0937;
&#x03A9;
Omega
945
U+03B1
α &alpha; &#0945;
&#x03B1;
alpha
946
U+03B2
β &beta; &#0946;
&#x03B2;
beta
947
U+03B3
γ &gamma; &#0947;
&#x03B3;
gamma
948
U+03B4
δ &delta; &#0948;
&#x03B4;
delta
949
U+03B5
ε &epsilon; &#0949;
&#x03B5;
epsilon
950
U+03B6
ζ &zeta; &#0950;
&#x03B6;
zeta
951
U+03B7
η &eta; &#0951;
&#x03B7;
eta
952
U+03B8
θ &theta; &#0952;
&#x03B8;
theta
953
U+03B9
ι &iota; &#0953;
&#x03B9;
iota
954
U+03BA
κ &kappa; &#0954;
&#x03BA;
kappa
955
U+03BB
λ &lambda; &#0955;
&#x03BB;
lambda
956
U+03BC
μ &mu; &#0956;
&#x03BC;
mu
957
U+03BD
ν &nu; &#0957;
&#x03BD;
nu
958
U+03BE
ξ &xi; &#0958;
&#x03BE;
xi
959
U+03BF
ο &omicron; &#0959;
&#x03BF;
omicron
960
U+03C0
π &pi; &#0960;
&#x03C0;
pi
961
U+03C1
ρ &rho; &#0961;
&#x03C1;
rho
962
U+03C2
ς &sigmaf; &#0962;
&#x03C2;
sigmaf
963
U+03C3
σ &sigma; &#0963;
&#x03C3;
sigma
964
U+03C4
τ &tau; &#0964;
&#x03C4;
tau
965
U+03C5
υ &upsilon; &#0965;
&#x03C5;
upsilon
966
U+03C6
φ &phi; &#0966;
&#x03C6;
phi
967
U+03C7
χ &chi; &#0967;
&#x03C7;
chi
968
U+03C8
ψ &psi; &#0968;
&#x03C8;
psi
969
U+03C9
ω &omega; &#0969;
&#x03C9;
omega
977
U+03D1
ϑ &thetasym; &#0977;
&#x03D1;
Theta symbol
978
U+03D2
ϒ &upsih; &#0978;
&#x03D2;
Upsilon symbol
982
U+03D6
ϖ &piv; &#0982;
&#x03D6;
Pi symbol
8194
U+2002
█ █ &ensp; &#8194;
&#x2002;
En space (between blocks)
8195
U+2003
█ █ &emsp; &#8195;
&#x2003;
Em space (between blocks)
8196
U+2004
█ █ &emsp13; &#8196;
&#x2004;
1/3 of an em space (between blocks)
8197
U+2005
█ █ &emsp14; &#8197;
&#x2005;
1/4 of an em space (between blocks)
8199
U+2007
█ █ &numsp; &#8199;
&#x2007;
Number space (between blocks)
8200
U+2008
█ █ &puncsp; &#8200;
&#x2008;
Punctuation space (between blocks)
8201
U+2009
█ █ &thinsp; &#8201;
&#x2009;
Thin space (between blocks)
8202
U+200A
█ █ &hairsp; &#8202;
&#x200A;
Hair space (between blocks)
8204
U+200C
Zero width non-joiner &zwnj; &#8204;
&#x200C;
Zero width non-joiner
8205
U+200D
Zero width joiner &zwj; &#8205;
&#x200D;
Zero width joiner
8206
U+200E
Left-to-right mark &lrm; &#8206;
&#x200E;
Left-to-right mark
8207
U+200F
Right-to-left mark &rlm; &#8207;
&#x200F;
Right-to-left mark
8208
U+2010
&dash; &#8208;
&#x2010;
Hyphen (true graphic)
8211
U+2013
&ndash; &#8211;
&#x2013;
En dash
8212
U+2014
&mdash; &#8212;
&#x2014;
Em dash
8213
U+2015
&horbar; &#8213;
&#x2015;
Horizontal bar
8214
U+2016
&verbar; &#8214;
&#x2016;
Double vertical bar
8216
U+2018
&lsquo; &#8216;
&#x2018;
Left single quotation mark
8217
U+2019
&rsquo; &#8217;
&#x2019;
Right single quotation mark
8218
U+201A
&sbquo; &#8218;
&#x201A;
Single low-9 quotation mark
8220
U+201C
&ldquo; &#8220;
&#x201C;
Left double quotation mark
8221
U+201D
&rdquo; &#8221;
&#x201D;
Right double quotation mark
8222
U+201E
&bdquo; &#8222;
&#x201E;
Double low-9 quotation mark
8224
U+2020
&dagger; &#8224;
&#x2020;
Dagger
8225
U+2021
&Dagger; &#8225;
&#x2021;
Double dagger
8226
U+2022
&bull; &#8226;
&#x2022;
Bullet
8229
U+2025
&nldr; &#8229;
&#x2025;
Double baseline dot
8230
U+2026
&hellip; &#8230;
&#x2026;
Horizontal ellipsis
8240
U+2030
&permil; &#8240;
&#x2030;
Per mille
8242
U+2032
&prime; &#8242;
&#x2032;
Minutes (Degrees)
8243
U+2033
&Prime; &#8243;
&#x2033;
Seconds (Degrees)
8244
U+2034
&tprime; &#8244;
&#x2034;
Triple prime
8245
U+2035
&bprime; &#8245;
&#x2035;
Backprime
8249
U+2039
&lsaquo; &#8249;
&#x2039;
Single left angle quotation
8250
U+203A
&rsaquo; &#8250;
&#x203A;
Single right angle quotation
8254
U+203E
&oline; &#8254;
&#x203E;
Overline
8257
U+2041
&caret; &#8257;
&#x2041;
Caret (insertion mark)
8259
U+2043
&hybull; &#8259;
&#x2043;
Filled rectangle
8364
U+20AC
&euro; &#8364;
&#x20AC;
Euro
8411
U+20DB
&tdot; &#8411;
&#x20DB;
Three dots above
8412
U+20DC
&DotDot; &#8412;
&#x20DC;
Four dots above
8453
U+2105
&incare; &#8453;
&#x2105;
In-care-of symbol
8459
U+210B
&hamilt; &#8459;
&#x210B;
Script capital H
8463
U+210F
&planck; &#8463;
&#x210F;
Planck's over 2pi
8465
U+2111
&image; &#8465;
&#x2111;
Imaginary
8466
U+2112
&lagran; &#8466;
&#x2112;
Script capital L
8467
U+2113
&ell; &#8467;
&#x2113;
Cursive small l
8470
U+2116
&numero; &#8470;
&#x2116;
Numero sign
8471
U+2117
&copysr; &#8471;
&#x2117;
Sound recording copyright
8472
U+2118
&weierp; &#8472;
&#x2118;
Weierstrass p
8476
U+211C
&real; &#8476;
&#x211C;
Re - real
8478
U+211E
&rx; &#8478;
&#x211E;
pharmaceutical prescription (Rx)
8482
U+2122
&trade; &#8482;
&#x2122;
Trademark
8486
U+2126
&ohm; &#8486;
&#x2126;
Ohm sign
8491
U+212B
&angst; &#8491;
&#x212B;
Angstrom
8492
U+212C
&bernou; &#8492;
&#x212C;
Script capital B
8499
U+2133
&phmmat; &#8499;
&#x2133;
Script capital M
8500
U+2134
&order; &#8500;
&#x2134;
Script small o
8501
U+2135
&aleph; &#8501;
&#x2135;
Aleph, Hebrew
8502
U+2136
&beth; &#8502;
&#x2136;
Beth, Hebrew
8503
U+2137
&gimel; &#8503;
&#x2137;
Gimel, Hebrew
8504
U+2138
&daleth; &#8504;
&#x2138;
Daleth, Hebrew
8531
U+2153
&frac13; &#8531;
&#x2153;
Fraction one-third
8532
U+2154
&frac23; &#8532;
&#x2154;
Fraction two-thirds
8533
U+2155
&frac15; &#8533;
&#x2155;
Fraction one-fifth
8534
U+2156
&frac25; &#8534;
&#x2156;
Fraction two-fifths
8535
U+2157
&frac35; &#8535;
&#x2157;
Fraction three-fifths
8536
U+2158
&frac45; &#8536;
&#x2158;
Fraction four-fifths
8537
U+2159
&frac16; &#8537;
&#x2159;
Fraction one-sixth
8538
U+215A
&frac56; &#8538;
&#x215A;
Fraction five-sixths
8539
U+215B
&frac18; &#8539;
&#x215B;
Fraction one-eighth
8540
U+215C
&frac38; &#8540;
&#x215C;
Fraction three-eighths
8541
U+215D
&frac58; &#8541;
&#x215D;
Fraction five-eighths
8542
U+215E
&frac78; &#8542;
&#x215E;
Fraction seven-eighths
8592
U+2190
&larr; &#8592;
&#x2190;
Left arrow
8593
U+2191
&uarr; &#8593;
&#x2191;
Up arrow
8594
U+2192
&rarr; &#8594;
&#x2192;
Right arrow
8595
U+2193
&darr; &#8595;
&#x2193;
Down arrow
8596
U+2194
&harr; &#8596;
&#x2194;
Left right arrow
8597
U+2195
&varr; &#8597;
&#x2195;
Up & down arrow
8598
U+2196
&nwarr; &#8598;
&#x2196;
NW pointing arrow
8599
U+2197
&nearr; &#8599;
&#x2197;
NE pointing arrow
8600
U+2198
&searr; &#8600;
&#x2198;
SE pointing arrow
8601
U+2199
&swarr; &#8601;
&#x2199;
SW pointing arrow
8602
U+219A
&nlarr; &#8602;
&#x219A;
Not left arrow
8603
U+219B
&nrarr; &#8603;
&#x219B;
Not right arrow
8629
U+21B5
&crarr; &#8629;
&#x21B5;
Carriage return arrow
8704
U+2200
&forall; &#8704;
&#x2200;
For all
8706
U+2202
&part; &#8706;
&#x2202;
Part
8707
U+2203
&exist; &#8707;
&#x2203;
Exist
8709
U+2205
&empty; &#8709;
&#x2205;
Empty
8711
U+2207
&nabla; &#8711;
&#x2207;
Nabla
8712
U+2208
&isin; &#8712;
&#x2208;
Is in
8713
U+2209
&notin; &#8713;
&#x2209;
Not in
8715
U+220B
&ni; &#8715;
&#x220B;
Ni
8719
U+220F
&prod; &#8719;
&#x220F;
Product
8721
U+2211
&sum; &#8721;
&#x2211;
Sum
8722
U+2212
&minus; &#8722;
&#x2212;
Minus
8727
U+2217
&lowast; &#8727;
&#x2217;
Asterisk (Lowast)
8730
U+221A
&radic; &#8730;
&#x221A;
Square root
8733
U+221D
&prop; &#8733;
&#x221D;
Proportional to
8734
U+221E
&infin; &#8734;
&#x221E;
Infinity
8736
U+2220
&ang; &#8736;
&#x2220;
Angle
8743
U+2227
&and; &#8743;
&#x2227;
And
8744
U+2228
&or; &#8744;
&#x2228;
Or
8745
U+2229
&cap; &#8745;
&#x2229;
Cap
8746
U+222A
&cup; &#8746;
&#x222A;
Cup
8747
U+222B
&int; &#8747;
&#x222B;
Integral
8756
U+2234
&there4; &#8756;
&#x2234;
Therefore
8764
U+223C
&sim; &#8764;
&#x223C;
Similar to
8773
U+2245
&cong; &#8773;
&#x2245;
Congurent to
8776
U+2248
&asymp; &#8776;
&#x2248;
Almost equal
8800
U+2260
&ne; &#8800;
&#x2260;
Not equal
8801
U+2261
&equiv; &#8801;
&#x2261;
Equivalent
8804
U+2264
&le; &#8804;
&#x2264;
Less or equal
8805
U+2265
&ge; &#8805;
&#x2265;
Greater or equal
8834
U+2282
&sub; &#8834;
&#x2282;
Subset of
8835
U+2283
&sup; &#8835;
&#x2283;
Superset of
8836
U+2284
&nsub; &#8836;
&#x2284;
Not subset of
8838
U+2286
&sube; &#8838;
&#x2286;
Subset or equal
8839
U+2287
&supe; &#8839;
&#x2287;
Superset or equal
8853
U+2295
&oplus; &#8853;
&#x2295;
Circled plus
8855
U+2297
&otimes; &#8855;
&#x2297;
Circled times
8869
U+22A5
&perp; &#8869;
&#x22A5;
Perpendicular
8901
U+22C5
&sdot; &#8901;
&#x22C5;
Dot operator
8968
U+2308
&lceil; &#8968;
&#x2308;
Left ceiling
8969
U+2309
&rceil; &#8969;
&#x2309;
Right ceiling
8970
U+230A
&lfloor; &#8970;
&#x230A;
Left floor
8971
U+230B
&rfloor; &#8971;
&#x230B;
Right floor
9674
U+25CA
&loz; &#9674;
&#x25CA;
Lozenge
9824
U+2660
&spades; &#9824;
&#x2660;
Spade
9827
U+2663
&clubs; &#9827;
&#x2663;
Club
9829
U+2665
&hearts; &#9829;
&#x2665;
Heart
9830
U+2666
&diams; &#9830;
&#x2666;
Diamond

I'm not sure why the north west and south east arrows are in blue — GitHub




Wiki contentsSpacer

Previous page Previous chapter Home Next chapter Next page
   Home

       The GitHub Wiki
       What does this guide cover?
       A note by the Author

     CaseNotes

   Licence

       The licences and other details
       The Licence
       Why did I choose the MIT Licence?
       Permissive licences
       Copyleft licence
       Limiting liabilities
       Which licence to use?
       A note on spelling: licence or license

1    Introducing the GitHub Wiki

   1.1      What are GitHub Wiki pages?
   1.2      Understanding the Wiki pages
   1.3      Creating a Wiki for a repository
   1.3.1     Creating the first Wiki page
   1.3.2     Creating additional pages
   1.3.3     Editing a Wiki page
   1.4      The Wiki is its own repository
   1.4.1     Viewing a Wiki page history
   1.4.2     How GitHub handles Wiki branche
   1.4.3     The Wiki link to the main repository
   1.5      Basic components of a Wiki page
   1.5.1     Title bar and revision
   1.5.2     Contents (pages) area
       Listing pages in the order you want
   1.5.3     Sidebars
   1.5.4     Footers
   1.6      Sidebars and footers
   1.6.1     Creating a sidebar and footer

2    Cloning a Wiki

   2.1      Why clone a Wiki?
   2.2      How to clone a Wiki
   2.3      Pushing local changes to GitHub
   2.3.1     Configuring username and email
   2.3.2     Modifying the local repository
   2.3.3     Committing and synchronising

3    A Wiki folder structure

   3.1      The default arrangement
   3.2      Create a sidebar or footer locally
   3.3      Page naming and Wiki limits
   3.3.1     Supported file types
   3.3.2     Page names and numbering
   3.3.3     Rules for page numbering
   3.3.4     Limits for Wiki pages
   3.4      A Practical Wiki folder structure
   3.4.1     Subfolder names for Wiki pages
   3.4.2     Storing images and other data

4    Different sidebars and footers

   4.1      How sidebars work
   4.1.1     The PracticalSeries sidebar
   4.2      How footers work
   4.2.1     The PracticalSeries footer

5    Markdown, GitHub Markdown and HTML

   5.1      Some useful Markdown sites
   5.2      An overview of Markdown
   5.3      How Markdown works
   5.4      Markdown flavours
   5.4.1     GitHub Flavoured Markdown (GFM)
   5.5      HTML and Markdown
   5.5.1     HTML with GFM
       GFM blacklisted HTML tags
       GFM whitelisted HTML tags
       GFM HTML tags - the grey area
       GFM whitelisted HTML attributes
   5.5.2     PracticalSeries and Markdown
   5.6      Markdown difference between files

6    Basic Markdown and text formatting

   6.1      Body text and fonts
   6.1.1     Body text responsive design
   6.1.2     Body text in sidebars and footers
   6.1.3     Rules for body text
   6.1.4     Body text examples
   6.1.5     Alignment of Body text
       Left aligned text (default)
       Right aligned text
       Centred text
       Justified text
   6.1.6     Body text propertie
   6.2      Paragraphs and line breaks
   6.2.1     Forced line break
   6.2.2     Blank line and a line break
   6.2.3     Trailing space line break
   6.2.4     Paragraph and line break rules
   6.2.5     Paragraph and line break examples
   6.3      Horizontal line
   6.3.1     Rules for horizontal lines
   6.4      Emphasis with bold
   6.4.1     Rules for bold
   6.4.2     Bold text examples
   6.5      Emphasis with italics
   6.5.1     Rules for italics
   6.5.2     Italic text examples
   6.6      Emphasis with bold and italics
   6.6.1     Rules for bold and italics
   6.6.2     Bold and italic text examples
   6.7      Emphasis with underlining
   6.7.1     Rules for underlining
   6.7.2     Underlining text examples
   6.8      Emphasis with strikethrough
   6.8.1     Rules for strikethrough
   6.8.2     Strikethrough text examples
   6.9      Superscript and subscript
   6.9.1     Rules for superscript and subscript
   6.9.2     Superscript and subscript examples
   6.10    Headings
       Alternatives for heading 1 and 2
   6.10.1   Headings Markdown rules
   6.10.2   Heading properties

7    Special characters and escaping characters

   7.1      Escape characters and codes
   7.1.1     Markdown escape sequences
   7.1.2     HTML escape sequences
   7.1.3     Decimal and hexadecimal codes
       Hexadecimal escape codes
   7.2      Special space characters
   7.2.1     Escape sequence restrictions
   7.3      Emojis and emoticons
       A note by the Author about emojis
   7.4      Comments

8    Block quotes, lists and alerts

   8.1      Block quotes
   8.1.1     Nested block quotes
   8.1.2     Adding other elements
   8.1.3     Rules for block quotes
   8.2      Unordered (unnumbered) lists
   8.2.1     Nested unordered lists
   8.2.2     Type of bullet point
   8.2.3     Indents and spacing
   8.2.4     Numbers in an unordered list
   8.2.5     Adding paragraphs
   8.2.6     Adding other elements
   8.2.7     Rules for unordered lists
   8.3      Ordered (numbered) lists
   8.3.1     Starting at a different number
   8.3.2     Nested ordered lists
   8.3.3     Type of numbering
   8.3.4     Indents and spacing
   8.3.5     Adding paragraphs
   8.3.6     Adding other elements
   8.3.7     Rules for ordered lists
   8.4      Mixing ordered and unordered lists
   8.5      Task lists (check boxes)
   8.5.1     Nested task lists
   8.6      Alerts
   8.6.1     Rules for alerts

9    Links

   9.1      Link to an external web page
   9.1.1     A direct link to a URL
   9.1.2     A link using substitute text
   9.1.3     A link using tooltips
   9.2      Link to another page in the Wiki
   9.2.1     Rules for linking to a Wiki page
   9.3      Link to headings on current page
   9.3.1     Converting a heading to a link
   9.3.2     An example of a heading link
   9.3.3     Heading link with tooltips
   9.4      Link to headings on a different page
   9.4.1     An example of a heading link
   9.5      Link to a named element
       A note by the Author
   9.5.1     Link to a point on another page
   9.6      Downloading a file
   9.6.1     The download attribute
   9.6.2     Spaces in filenames
   9.6.3     Downloading a .md file
   9.7      Reference style links
   9.8      Relative links
   9.8.1     Relative links from any Wiki page

10  Tables

   10.1    Markdown tables
   10.1.1   Horizontal alignment
   10.1.2   Table construction
   10.1.3   Vertical line breaks and alignment
   10.1.4   Making columns wider
   10.1.5   Other elements in a table
   10.1.6   Markdown table restrictions
   10.2    HTML tables
   10.2.1   A basic HTML table
   10.2.2   Aligning a table on a page
   10.2.3   Text wrap and side-by-side tables
       What this means in practice
       The problem with the align attribute
       How to stop text wrapping
   10.2.4   Setting the width of a table column
   10.2.5   Setting the height of a table row
   10.2.6   Horizontal alignment
   10.2.7   Vertical alignment
   10.2.8   Spanning columns and rows
   10.2.9   Table border
   10.2.10   Giving a table a navigable name
   10.2.11   Additional HTML tags

11  Images

   11.1    Markdown images
   11.1.1   Image size in Markdown
   11.1.2   Making the image a link
   11.1.3   Drag and drop image link
       A note by the Author
   11.2    HTML images
   11.2.1   A basic HTML image
   11.2.2   Image size in HTML
   11.2.3   Horizontal alignment
   11.2.4   Making the image a link
   11.2.5   Using a table to contain an image
   11.3    Forcing an image refresh
   11.4    Using a spacer image
   11.5    Mermaid diagrams
   11.5.1   Inserting a Mermaid diagram
   11.5.2   The rendered Mermaid diagram
   11.5.3   Supported version of Mermaid
   11.6    Interactive maps
   11.7    3D models

12  Contents (collapsible) and footnotes

   12.1    A basic table of contents
   12.2    Understanding the space characters
   12.3    Collapsible content
   12.3.1   Defaulting to open
   12.3.2   Markdown restrictions
   12.4    Collapsible TOC
   12.5    TOCs in tables
   12.6    Footnotes

13  Code fragments

   13.1    Inline code
   13.2    Code blocks
   13.2.1   Preferred mechanism
   13.3    Syntax highlighting
   13.3.1   Supported languages
   13.4    HTML code fragments
   13.4.1   Converting HTML to code

14  Mathematical formulae

   14.1    An overview of LaTex
   14.2    Inserting an inline formula
   14.2.1   Alternative delimiter
   14.3    A formula block
   14.4    Some example formulae
   14.5    LaTeX syntax
   14.5.1   Greek lowercase
   14.5.2   Greek uppercase and Hebrew
   14.5.3   Mathematical constructions
   14.5.4   Variable sized delimiters
   14.5.5   Variable sized symbols
   14.5.6   Variable sized symbols with limits
   14.5.7   Standard functions
   14.5.8   Operators and relational symbols
   14.5.9   Arrows
   14.5.10   Other symbols
   14.5.11   Accents
   14.5.12   Matrices
   14.5.13   Cases
       Aligning multiple equations
   14.5.14   Text formatting
       Font size
       Font colour
       The text command
       Font restrictions
   14.6    Abusing LaTeX
   14.6.1   Changing font colour with LaTeX

15  Navigation bars, badges and buttons

   15.1    Navigation bars
   15.1.1   Navigation bar practicalities
   15.2    Badges
   15.2.1   Creating a badge
   15.2.2   Static badge options
   15.2.3   Dynamic badges
   15.3    Buttons

16  PracticalSeries Wiki conventions

   16.1    The PracticalSeries Wiki page
   16.2    The PracticalSeries folder structure
   16.2.1   The root folder and home page
   16.2.2   Leading pages
   16.2.3   .gitkeep files
   16.2.4   Folder and Markdown file names
       Wiki pages that start at a section
   16.3    The page title area
   16.4    The page heading area
   16.4.1   Top of page marker
   16.4.2   Logo image
   16.4.3   Web ID badge
   16.5    Main body area
   16.5.1   Common page elements
       End of page marker
       End of section elements
   16.5.2   Headings
       Compensating for number widths
       Appendices headings
   16.5.3   Tables
       Links to a table
       A note on Markdown tables
   16.5.4   Images
       Images that open in a new tab
       Double images
       Links to a figure
   16.5.5   Lists
       Common points for all lists
       Basic unordered list
       Basic ordered list
       Mixed ordered and unordered lists
       Enhanced mixed lists
       Index list
       Reverse index list
       Index list with text wrap
       Reverse index list with text wrap
       Indexed, mixed list
       Reverse indexed, mixed list
       Task list
       Enhanced task list with observations
   16.5.6   Code fragments
   16.5.7   Formulae
       Standard formulae
       Alternate formulae
   16.6    Sidebar
   16.6.1   sidebar files and locations
   16.6.2   Sidebar title and location badge
   16.6.3   Navigation bar
   16.6.4   Table of contents
       Unnumbered, non-collapsible TOC
       Unnumbered, collapsible TOC
       Single digit, collapsible TOC
       Double digit, collapsible TOC
       TOCs for appendices
   16.6.5   End of page link
   16.7    Footer
   16.7.1   Footer files and locations
   16.7.2   Location badge
   16.7.3   Navigation bar
   16.7.4   Colophon
   16.7.5   Links and contacts

17  Managing a Wiki

   17.1    Revision control
   17.1.1   Managing commits
   17.2    Finding the first Wiki commit
   17.3    Rebasing the Wiki
   17.3.1   Summarising the rebase process
   17.3.2   Executing the rebase process
   17.4    Wikis and search engine visibility


Appendices
A    Unicode and HTML escape

   A.1     HTML Escape codes, full list
   A.2     Non-functional escape sequences

B    Full list of all emoji characters

   B.1      Emojis, a brief explanation
   B.1.1     Emoji short names
   B.1.2     Emoji escape codes
   B.1.3     Emoji variations
   B.1.4     Emoji numbers
   B.2      Emojis characters by category
       Smileys and emotion
       People and body
       Component
       Animals and nature
       Food and drink
       Travel and places
       Activities
       Objects
       Symbols
       Flags
   B.3      Emoji characters by Unicode

C    Segoe UI full character set

       A note by the Author
   C.1     Inserting Unicode characters
   C.2     Characters U+00000 to U+00FFF
   C.3     Characters U+01000 to U+01FFF
   C.4     Characters U+02000 to U+02FFF
   C.5     Characters U+03000 to U+09FFF
   C.6     Characters U+0A000 to U+0AFFF
   C.7     Characters U+0B000 to U+0FFFF
   C.8     Characters U+10000 to U+10FFF
   C.9     Characters U+11000 to U+11FFF
   C.10   Characters U+12000 to U+12FFF
   C.11   Characters U+13000 to U+15FFF
   C.12   Characters U+16000 to U+1CFFF
   C.13   Characters U+1D000 to U+1EFFF
   C.14   Characters U+1F000 to U+3FFFF

D   3D Model of a Sierpinski cube

       3D Sierpinski cube

E    Template

       COMMENT FIELDS
       HEADINGS
       TABLES
       FIGURES
       LISTS
       TASK LISTS
       CODE FRAGMENT
       FORMULAE
       LINKS
       BUTTONS
       ALERTS
       COLOURED TEXT
       INDEX NUMBERS
       END OF SECTION
       FOOTNOTE
       END OF PAGE

⬇️ End of page
Clone this wiki locally