-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
453 lines (343 loc) · 28.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Junicode 2 font specimen page</title>
<link rel="stylesheet" href="./webfiles/junius.css"/>
<link rel="stylesheet" href="./webfiles/balloon-new.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FLTDBKE9RM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FLTDBKE9RM');
</script>
</head>
<body lang="en">
<div class="headerbox">
<!-- <h1><span class="smcp">Junicode 2</span></h1> -->
<img class="banner" alt="Junicode: the font for medievalists" src="./webfiles/post-its-wide.jpg"/>
</div>
<p>
Junicode 2 is a major reworking of the widely used font for students and scholars of medieval Europe
(though it also serves scholars in a number of other disciplines). This version continues to track the
development of the <a href="https://skaldic.abdn.ac.uk/m.php?p=mufi">Medieval Unicode
Font Initiative, version 4.0</a>, with its wealth of specialized medieval characters,
but it also provides many OpenType features that allow users to access MUFI characters in accessible ways.
In this new version, Junicode has become an extended font family, with five weights (Light, Regular, Medium,
SemiBold, and Bold) and five widths (Condensed, SemiCondensed, Regular, SemiExpanded, and Expanded). This
makes for a large number of font files (19 each for roman and italic, omitting a few unsuitable styles), but
the font also comes in a variable version, in which all the capabilities—and more!—of the traditional “static”
version are packaged in just two files. The variable version is especially suitable for web use,
but variable fonts can also be used in Adobe InDesign, LibreOffice, LuaTeX, and other text-processing apps.
</p>
<p>
Play with the font by
selecting a style from the drop-down menu below, selecting a language, and finally
checking and unchecking boxes to try out a selection of the font’s many features,
the effect of which will be displayed in the text box.
The box is editable: type or paste in some text of your
choosing to see how it looks in Junicode 2.
</p>
<div class="controlbox">
<div class="dropdown">
<label for="faces">Choose a style: </label>
<select id="faces" name="faces">
<option value="Light">Light</option>
<option value="Regular" selected="selected">Regular</option>
<option value="Medium">Medium</option>
<option value="Semibold">Semibold</option>
<option value="Bold">Bold</option>
<option value="SemicompressedLight">SemiCondensed Light</option>
<option value="Semicompressed">SemiCondensed</option>
<option value="SemicompressedMedium">SemiCondensed Medium</option>
<!-- <option value="SemicompressedSemibold">SemiCondensed Semibold</option>
<option value="SemicompressedBold">SemiCondensed Bold</option> -->
<option value="CompressedLight">Condensed Light</option>
<option value="Compressed">Condensed</option>
<option value="CompressedMedium">Condensed Medium</option>
<!-- <option value="CompressedSemibold">Condensed Semibold</option>
<option value="CompressedBold">Condensed Bold</option> -->
<option value="SmExp">SemiExpanded</option>
<option value="SmExpMedium">SemiExpanded Medium</option>
<option value="SmExpSmBold">SemiExpanded SemiBold</option>
<option value="SmExpBold">SemiExpanded Bold</option>
<option value="Exp">Expanded</option>
<option value="ExpMedium">Expanded Medium</option>
<option value="ExpSmBold">Expanded SemiBold</option>
<option value="ExpBold">Expanded Bold</option>
</select>
</div>
<div class="dropdown">
<label for="fontsizes">Choose a size: </label>
<select id="fontsizes" name="fontsizes">
<option value="1em">1em</option>
<option value="1.25em">1.25em</option>
<option value="1.5em" selected="selected">1.5em</option>
<option value="1.75em">1.75em</option>
<option value="2em">2em</option>
<option value="2.25em">2.25em</option>
<option value="2.5em">2.5em</option>
<option value="2.75em">2.75em</option>
<option value="3em">3em</option>
</select>
</div>
<div class="dropdown">
<label for="languages">Choose a language:</label>
<select id="languages" name="languages">
<option value="ModEnglish" selected="selected">Modern English</option>
<option value="OldEnglish">Old English</option>
<option value="MiddleEnglish">Middle English</option>
<option value="OldIrish">Old Irish</option>
<option value="Greek">Greek</option>
<option value="Latin">Latin</option>
<option value="Gothic">Gothic</option>
<option value="OldIcelandic">Old Icelandic</option>
<option value="OldSaxon">Old Saxon</option>
<option value="German">Early New High German</option>
</select>
</div>
<div class="checkboxes">
<span class="check"><input type="checkbox" id="italbutton"
name="italbutton"/><label for="italbutton" data-tooltip="italic"> Italic</label></span>
<span class="check"><input type="checkbox" id="smcp"
name="smcp"/><label for="smcp" data-tooltip="smcp"> Small caps</label></span>
<span class="check"><input type="checkbox" id="c2sc"
name="c2sc"/><label for="c2sc" data-tooltip="c2sc"> Small caps from capitals</label></span>
<span class="check"><input type="checkbox" id="pcap"
name="pcap"/><label for="pcap" data-tooltip="pcap"> Petite Capitals</label></span>
<span class="check"><input type="checkbox" id="onum"
name="onum"/><label for="onum" data-tooltip="onum"> Old-style figures</label></span>
<span class="check"><input type="checkbox" id="pnum"
name="pnum"/><label for="pnum" data-tooltip="pnum"> Proportional figures</label></span>
<span class="check"><input type="checkbox" id="zero"
name="zero"/><label for="zero" data-tooltip="zero"> Slashed zero</label></span>
<span class="check"><input type="checkbox" id="sups"
name="sups"/><label for="sups" data-tooltip="sups"> Superscripts</label></span>
<span class="check"><input type="checkbox" id="subs"
name="subs"/><label for="subs" data-tooltip="subs"> Subscripts</label></span>
<span class="check"><input type="checkbox" id="ss04" name="ss04"/><label for="ss04"
data-tooltip="For Roman numbers. Stylistic Set 4 (ss04)"> High overline</label></span>
<span class="check"><input type="checkbox" id="ss05" name="ss05"/><label for="ss05"
data-tooltip="For Roman numbers. Stylistic Set 5 (ss05)"> Medium-high overline</label></span>
<span class="check"><input type="checkbox" id="ss01" name="ss01"/><label for="ss01"
data-tooltip="Stylistic Set 1 (ss01)"> Alternate thorn and eth</label></span>
<span class="check"><input type="checkbox" id="ss02" name="ss02"/><label for="ss02"
data-tooltip="Stylistic Set 2 (ss02)"> Insular letter-forms</label></span>
<span class="check"><input type="checkbox" id="cv691" name="cv691"/><label for="cv691"
data-tooltip="Character Variant 69/1 (cv69[1])"> Alternate Tironian sign 1</label></span>
<span class="check"><input type="checkbox" id="cv692" name="cv692"/><label for="cv692"
data-tooltip="Character Variant 69/2 (cv69[2])"> Alternate Tironian sign 2</label></span>
<span class="check"><input type="checkbox" id="cv383" name="cv383"/><label for="cv383"
data-tooltip="Character Variant 38/3 (cv38[3])"> Long s</label></span>
<span class="check"><input type="checkbox" id="ss08" name="ss08"/><label for="ss08"
data-tooltip="Stylistic Set 8 (ss08)"> Contextual long s</label></span>
<span class="check"><input type="checkbox" id="cv362" name="cv362"/><label for="cv362"
data-tooltip="Character Variant 36/2"> r rotunda</label></span>
<span class="check"><input type="checkbox" id="ss16" name="ss16"/><label for="ss16"
data-tooltip="Stylistic Set 16 (ss16)"> Contextual r rotunda</label></span>
<span class="check"><input type="checkbox" id="ss06" name="ss06"/><label for="ss06"
data-tooltip="Stylistic Set 6 (ss06)"> Enlarged minuscules</label></span>
<span class="check tooltip"><input type="checkbox" id="ss07" name="ss07"/><label for="ss07"
data-tooltip="Stylistic Set 7 (ss07)"> Underdotted text</label><span class="tooltiptext"></span></span>
<span class="check"><input type="checkbox" id="ss12" name="ss12"/><label for="ss12"
data-tooltip="Stylistic Set 12 (ss12)"> Early English futhorc</label></span>
<span class="check"><input type="checkbox" id="ss13" name="ss13"/><label for="ss13"
data-tooltip="Stylistic Set 13 (ss13)"> Elder futhark</label></span>
<span class="check"><input type="checkbox" id="ss14" name="ss14"/><label for="ss14"
data-tooltip="Stylistic Set 14 (ss14)"> Younger futhark</label></span>
<span class="check"><input type="checkbox" id="ss15" name="ss15"/><label for="ss15"
data-tooltip="Stylistic Set 15 (ss15)"> Long branch to short twig</label></span>
<span class="check"><input type="checkbox" id="rtlm" name="rtlm"/><label for="rtlm"
data-tooltip="Right-to-left mirrored forms (rtlm)"> Mirrored runes</label></span>
<span class="check"><input type="checkbox" id="ss18" name="ss18"/><label for="ss18"
data-tooltip="Stylistic Set 18 (ss18)"> Old-Style punctuation spacing</label></span>
<span class="check"><input type="checkbox" id="ss19" name="ss19"/><label for="ss19"
data-tooltip="Stylistic Set 19 (ss19)"> Latin to Gothic</label></span>
<span class="check"><input type="checkbox" id="dlig" name="dlig"/><label for="dlig"
data-tooltip="dlig"> Discretionary ligatures</label></span>
<span class="check"><input type="checkbox" id="hlig" name="hlig"/><label for="hlig"
data-tooltip="hlig"> Historical ligatures</label></span>
<span class="check tooltip"><input type="checkbox" id="ornm" name="ornm"/><label for="ornm"
data-tooltip="Ornaments (ornm)"> Fleurons</label></span>
<span class="check"><input type="checkbox" id="morefeat" name="morefeat"/><label for="morefeat"
data-tooltip="Show less-used features">Show more</label></span>
<span class="hid check"><input type="checkbox" id="cv011" name="cv011"/><label for="cv011"
data-tooltip="Character Variant 1/1 (cv01[1])"> A → <span style="font-feature-settings: 'cv01' 1">A</span></label></span>
<span class="hid check"><input type="checkbox" id="cv012" name="cv012"/><label for="cv012"
data-tooltip="Character Variant 1/2 (cv01[2])"> A → <span style="font-feature-settings: 'cv01' 2">A</span></label></span>
<span class="hid check"><input type="checkbox" id="cv013" name="cv013"/><label for="cv013"
data-tooltip="Character Variant 1/3 (cv01[3])"> A → <span style="font-feature-settings: 'cv01' 3">A</span></label></span>
<span class="hid check"><input type="checkbox" id="cv021" name="cv021"/><label for="cv021"
data-tooltip="Character Variant 2/1 (cv02[1])"> a → <span style="font-feature-settings: 'cv02' 1">a</span></label></span>
<span class="hid check"><input type="checkbox" id="cv022" name="cv022"/><label for="cv022"
data-tooltip="Character Variant 2/2 (cv02[2])"> a → <span style="font-feature-settings: 'cv02' 2">a</span></label></span>
<span class="hid check"><input type="checkbox" id="cv531" name="cv531"/><label for="cv531"
data-tooltip="Character Variant 53/1 (cv53[1])"> Ą → <span style="font-feature-settings: 'cv53' 1">Ą</span></label></span>
<span class="hid check"><input type="checkbox" id="cv532" name="cv532"/><label for="cv532"
data-tooltip="Character Variant 53/2 (cv53[2])"> Ą → <span style="font-feature-settings: 'cv53' 2">Ą</span></label></span>
<span class="hid check"><input type="checkbox" id="cv533" name="cv533"/><label for="cv533"
data-tooltip="Character Variant 53/3 (cv53[3])"> Ą → <span style="font-feature-settings: 'cv53' 3">Ą</span></label></span>
<span class="hid check"><input type="checkbox" id="cv541" name="cv541"/><label for="cv541"
data-tooltip="Character Variant 54/1 (cv54[1])"> ą → <span style="font-feature-settings: 'cv54' 1">ą</span></label></span>
<span class="hid check"><input type="checkbox" id="cv542" name="cv542"/><label for="cv542"
data-tooltip="Character Variant 54/2 (cv54[2])"> ą → <span style="font-feature-settings: 'cv54' 2">ą</span></label></span>
<span class="hid check"><input type="checkbox" id="cv032" name="cv032"/><label for="cv032"
data-tooltip="Character Variant 3/2 (cv03[2])"> B → <span style="font-feature-settings: 'cv03' 2">B</span></label></span>
<span class="hid check"><input type="checkbox" id="cv042" name="cv042"/><label for="cv042"
data-tooltip="Character Variant 4/2 (cv04[2])"> b → <span style="font-feature-settings: 'cv04' 2">a</span></label></span>
<span class="hid check"><input type="checkbox" id="cv051" name="cv051"/><label for="cv051"
data-tooltip="Character Variant 5/1 (cv05[1])"> C → <span style="font-feature-settings: 'cv05' 1">C</span></label></span>
<span class="hid check"><input type="checkbox" id="cv061" name="cv061"/><label for="cv061"
data-tooltip="Character Variant 6/1 (cv06[1])"> c → <span style="font-feature-settings: 'cv06' 1">c</span></label></span>
<span class="hid check"><input type="checkbox" id="cv071" name="cv071"/><label for="cv071"
data-tooltip="Character Variant 7/1 (cv07[1])">D → Ꝺ</label></span>
<span class="hid check"><input type="checkbox" id="cv081" name="cv081"/><label for="cv081"
data-tooltip="Character Variant 8/1 (cv08[1])">d → ꝺ</label></span>
<span class="hid check"><input type="checkbox" id="cv082" name="cv082"/><label for="cv082"
data-tooltip="Character Variant 8/2 (cv08[2])"> d → <span style="font-feature-settings: 'cv08' 2">d</span></label></span>
<span class="hid check"><input type="checkbox" id="cv091" name="cv091"/><label for="cv091"
data-tooltip="Character Variant 9/1 (cv09[1])"> E → <span style="font-feature-settings: 'cv09' 1">E</span></label></span>
<span class="hid check"><input type="checkbox" id="cv092" name="cv092"/><label for="cv092"
data-tooltip="Character Variant 9/2 (cv09[2])"> E → <span style="font-feature-settings: 'cv09' 2">E</span></label></span>
<span class="hid check"><input type="checkbox" id="cv094" name="cv094"/><label for="cv094"
data-tooltip="Character Variant 9/4 (cv09[4])"> E → <span style="font-feature-settings: 'cv09' 4">E</span></label></span>
<span class="hid check"><input type="checkbox" id="cv101" name="cv101"/><label for="cv101"
data-tooltip="Character Variant 10/1 (cv10[1])"> e → <span style="font-feature-settings: 'cv10' 1">e</span></label></span>
<span class="hid check"><input type="checkbox" id="cv102" name="cv102"/><label for="cv102"
data-tooltip="Character Variant 10/2 (cv10[2])"> e → <span style="font-feature-settings: 'cv10' 2">e</span></label></span>
<span class="hid check"><input type="checkbox" id="cv103" name="cv103"/><label for="cv103"
data-tooltip="Character Variant 10/3 (cv10[3])"> e → <span style="font-feature-settings: 'cv10' 3">e</span></label></span>
<span class="hid check"><input type="checkbox" id="cv621" name="cv621"/><label for="cv621"
data-tooltip="Character Variant 62/1 (cv62[1])">ęĘ → <span style="font-feature-settings: 'cv62' 1">ęĘ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv622" name="cv622"/><label for="cv622"
data-tooltip="Character Variant 62/2 (cv62[2])">ęĘ → <span style="font-feature-settings: 'cv62' 2">ęĘ</span></label></span>
<span class="hid check"><input type="checkbox" id="cv111" name="cv111"/><label for="cv111"
data-tooltip="Character Variant 11/1 (cv11[1])"> F → <span style="font-feature-settings: 'cv11' 1">F</span></label></span>
<span class="hid check"><input type="checkbox" id="cv121" name="cv121"/><label for="cv121"
data-tooltip="Character Variant 12/1 (cv12[1])"> f → <span style="font-feature-settings: 'cv12' 1">f</span></label></span>
<span class="hid check"><input type="checkbox" id="cv122" name="cv122"/><label for="cv122"
data-tooltip="Character Variant 12/2 (cv12[2])"> f → <span style="font-feature-settings: 'cv12' 2">f</span></label></span>
<span class="hid check"><input type="checkbox" id="cv123" name="cv123"/><label for="cv123"
data-tooltip="Character Variant 12/3 (cv12[3])"> f → <span style="font-feature-settings: 'cv12' 3">f</span></label></span>
<span class="hid check"><input type="checkbox" id="cv131" name="cv131"/><label for="cv131"
data-tooltip="Character Variant 13/1 (cv13[1])"> G → <span style="font-feature-settings: 'cv13' 1">G</span></label></span>
<span class="hid check"><input type="checkbox" id="cv132" name="cv132"/><label for="cv132"
data-tooltip="Character Variant 13/2 (cv13[2])"> G → <span style="font-feature-settings: 'cv13' 2">G</span></label></span>
<span class="hid check"><input type="checkbox" id="cv133" name="cv133"/><label for="cv133"
data-tooltip="Character Variant 13/3 (cv13[3])"> G → <span style="font-feature-settings: 'cv13' 3">G</span></label></span>
<span class="hid check"><input type="checkbox" id="cv141" name="cv141"/><label for="cv141"
data-tooltip="Character Variant 14/1 (cv14[1])"> g → <span style="font-feature-settings: 'cv14' 1">g</span></label></span>
<span class="hid check"><input type="checkbox" id="cv142" name="cv142"/><label for="cv142"
data-tooltip="Character Variant 14/2 (cv14[2])"> g → <span style="font-feature-settings: 'cv14' 2">g</span></label></span>
<span class="hid check"><input type="checkbox" id="cv144" name="cv144"/><label for="cv144"
data-tooltip="Character Variant 14/4 (cv10[4])"> g → <span style="font-feature-settings: 'cv14' 4">g</span></label></span>
<span class="hid check"><input type="checkbox" id="cv631" name="cv631"/><label for="cv631"
data-tooltip="Character Variant 63/1"> Flat-top yogh</label></span>
<span class="hid check"><input type="checkbox" id="cv151" name="cv151"/><label for="cv151"
data-tooltip="Character Variant 15/1 (cv15[1])"> H → <span style="font-feature-settings: 'cv15' 1">H</span></label></span>
<span class="hid check"><input type="checkbox" id="cv161" name="cv161"/><label for="cv161"
data-tooltip="Character Variant 16/1 (cv16[1])"> h → <span style="font-feature-settings: 'cv16' 1">h</span></label></span>
<span class="hid check"><input type="checkbox" id="cv162" name="cv162"/><label for="cv162"
data-tooltip="Character Variant 16/2 (cv16[2])"> h → <span style="font-feature-settings: 'cv16' 2">h</span></label></span>
<span class="hid check"><input type="checkbox" id="cv172" name="cv172"/><label for="cv172"
data-tooltip="Character Variant 17/2 (cv17[2])"> I → <span style="font-feature-settings: 'cv17' 2">I</span></label></span>
<span class="hid check"><input type="checkbox" id="cv181" name="cv181"/><label for="cv181"
data-tooltip="Character Variant 18/1 (cv18[1])"> i → <span style="font-feature-settings: 'cv18' 1">i</span></label></span>
<span class="hid check"><input type="checkbox" id="cv221" name="cv221"/><label for="cv221"
data-tooltip="Character Variant 22/1 (cv22[1])"> k → <span style="font-feature-settings: 'cv22' 1">k</span></label></span>
<span class="hid check"><input type="checkbox" id="cv222" name="cv222"/><label for="cv222"
data-tooltip="Character Variant 22/2 (cv22[2])"> k → <span style="font-feature-settings: 'cv22' 2">k</span></label></span>
<span class="hid check"><input type="checkbox" id="cv223" name="cv223"/><label for="cv223"
data-tooltip="Character Variant 22/3 (cv22[3])"> k → <span style="font-feature-settings: 'cv22' 3">k</span></label></span>
<span class="hid check"><input type="checkbox" id="cv241" name="cv241"/><label for="cv241"
data-tooltip="Character Variant 24/1 (cv24[1])"> l → <span style="font-feature-settings: 'cv24' 1">l</span></label></span>
<span class="hid check"><input type="checkbox" id="cv251" name="cv251"/><label for="cv251"
data-tooltip="Character Variant 25/1 (cv25[1])"> M → <span style="font-feature-settings: 'cv25' 1">M</span></label></span>
<span class="hid check"><input type="checkbox" id="cv252" name="cv252"/><label for="cv252"
data-tooltip="Character Variant 25/2 (cv25[2])"> M → <span style="font-feature-settings: 'cv25' 2">M</span></label></span>
<span class="hid check"><input type="checkbox" id="cv261" name="cv261"/><label for="cv261"
data-tooltip="Character Variant 26/1 (cv26[1])"> m → <span style="font-feature-settings: 'cv26' 1">m</span></label></span>
<span class="hid check"><input type="checkbox" id="cv262" name="cv262"/><label for="cv262"
data-tooltip="Character Variant 26/2 (cv26[2])"> m → <span style="font-feature-settings: 'cv26' 2">m</span></label></span>
<span class="hid check"><input type="checkbox" id="cv271" name="cv271"/><label for="cv271"
data-tooltip="Character Variant 27/1 (cv27[1])"> N → <span style="font-feature-settings: 'cv27' 1">N</span></label></span>
<span class="hid check"><input type="checkbox" id="cv281" name="cv281"/><label for="cv281"
data-tooltip="Character Variant 28/1 (cv28[1])"> n → <span style="font-feature-settings: 'cv28' 1">n</span></label></span>
<span class="hid check"><input type="checkbox" id="cv282" name="cv282"/><label for="cv282"
data-tooltip="Character Variant 28/2 (c238[2])"> n → <span style="font-feature-settings: 'cv28' 2">n</span></label></span>
<span class="hid check"><input type="checkbox" id="cv311" name="cv311"/><label for="cv311"
data-tooltip="Character Variant 31/1 (cv31[1])"> P → <span style="font-feature-settings: 'cv31' 1">P</span></label></span>
<span class="hid check"><input type="checkbox" id="cv331" name="cv331"/><label for="cv331"
data-tooltip="Character Variant 33/1 (cv33[1])"> Q → <span style="font-feature-settings: 'cv33' 1">Q</span></label></span>
<span class="hid check"><input type="checkbox" id="cv351" name="cv351"/><label for="cv351"
data-tooltip="Character Variant 35/1 (cv35[1])"> R → <span style="font-feature-settings: 'cv35' 1">R</span></label></span>
<span class="hid check"><input type="checkbox" id="cv352" name="cv352"/><label for="cv352"
data-tooltip="Character Variant 35/2 (cv35[2])"> R → <span style="font-feature-settings: 'cv35' 2">R</span></label></span>
<span class="hid check"><input type="checkbox" id="cv361" name="cv361"/><label for="cv361"
data-tooltip="Character Variant 36/1 (cv36[1])"> r → <span style="font-feature-settings: 'cv36' 1">r</span></label></span>
<span class="hid check"><input type="checkbox" id="cv363" name="cv363"/><label for="cv363"
data-tooltip="Character Variant 36/3 (cv36[3])"> r → <span style="font-feature-settings: 'cv36' 3">r</span></label></span>
<span class="hid check"><input type="checkbox" id="cv371" name="cv371"/><label for="cv371"
data-tooltip="Character Variant 37/1 (cv37[1])"> S → <span style="font-feature-settings: 'cv37' 1">S</span></label></span>
<span class="hid check"><input type="checkbox" id="cv372" name="cv372"/><label for="cv372"
data-tooltip="Character Variant 37/2 (cv37[2])"> S → <span style="font-feature-settings: 'cv37' 2">S</span></label></span>
<span class="hid check"><input type="checkbox" id="cv381" name="cv381"/><label for="cv381"
data-tooltip="Character Variant 38/1 (cv38[1])"> s → <span style="font-feature-settings: 'cv38' 1">s</span></label></span>
<span class="hid check"><input type="checkbox" id="cv382" name="cv382"/><label for="cv382"
data-tooltip="Character Variant 38/2 (cv38[2])"> s → <span style="font-feature-settings: 'cv38' 2">s</span></label></span>
<span class="hid check"><input type="checkbox" id="cv391" name="cv391"/><label for="cv391"
data-tooltip="Character Variant 39/1 (cv39[1])"> T → <span style="font-feature-settings: 'cv39' 1">T</span></label></span>
<span class="hid check"><input type="checkbox" id="cv401" name="cv401"/><label for="cv401"
data-tooltip="Character Variant 40/1 (cv40[1])"> t → <span style="font-feature-settings: 'cv40' 1">t</span></label></span>
<span class="hid check"><input type="checkbox" id="cv441" name="cv441"/><label for="cv441"
data-tooltip="Character Variant 44/1 (cv44[1])"> v → <span style="font-feature-settings: 'cv44' 1">v</span></label></span>
<span class="hid check"><input type="checkbox" id="cv442" name="cv442"/><label for="cv442"
data-tooltip="Character Variant 44/2 (cv44[2])"> v → <span style="font-feature-settings: 'cv44' 2">v</span></label></span>
<span class="hid check"><input type="checkbox" id="cv443" name="cv443"/><label for="cv443"
data-tooltip="Character Variant 44/3 (cv44[3])"> v → <span style="font-feature-settings: 'cv44' 3">v</span></label></span>
<span class="hid check"><input type="checkbox" id="cv452" name="cv452"/><label for="cv452"
data-tooltip="Character Variant 45/2 (cv45[2])"> W → <span style="font-feature-settings: 'cv45' 2">W</span></label></span>
<span class="hid check"><input type="checkbox" id="cv462" name="cv462"/><label for="cv462"
data-tooltip="Character Variant 46/2 (cv46[2])"> w → <span style="font-feature-settings: 'cv46' 2">w</span></label></span>
<span class="hid check"><input type="checkbox" id="cv481" name="cv481"/><label for="cv481"
data-tooltip="Character Variant 48/1 (cv48[1])"> x → <span style="font-feature-settings: 'cv48' 1">x</span></label></span>
<span class="hid check"><input type="checkbox" id="cv482" name="cv482"/><label for="cv482"
data-tooltip="Character Variant 48/2 (cv48[2])"> x → <span style="font-feature-settings: 'cv48' 2">x</span></label></span>
<span class="hid check"><input type="checkbox" id="cv483" name="cv483"/><label for="cv483"
data-tooltip="Character Variant 48/3 (cv48[3])"> x → <span style="font-feature-settings: 'cv48' 3">x</span></label></span>
<span class="hid check"><input type="checkbox" id="cv484" name="cv484"/><label for="cv484"
data-tooltip="Character Variant 48/4 (cv48[4])"> x → <span style="font-feature-settings: 'cv48' 4">x</span></label></span>
<span class="hid check"><input type="checkbox" id="cv501" name="cv501"/><label for="cv501"
data-tooltip="Character Variant 50/1 (cv50[1])"> y → <span style="font-feature-settings: 'cv50' 1">y</span></label></span>
<span class="hid check"><input type="checkbox" id="cv502" name="cv502"/><label for="cv502"
data-tooltip="Character Variant 50/2 (cv50[2])"> y → <span style="font-feature-settings: 'cv50' 2">y</span></label></span>
<span class="hid check"><input type="checkbox" id="cv503" name="cv503"/><label for="cv503"
data-tooltip="Character Variant 50/3 (cv50[3])"> y → <span style="font-feature-settings: 'cv50' 3">y</span></label></span>
<span class="hid check"><input type="checkbox" id="cv511" name="cv511"/><label for="cv511"
data-tooltip="Character Variant 51/1 (cv51[1])"> Z → <span style="font-feature-settings: 'cv51' 1">Z</span></label></span>
<span class="hid check"><input type="checkbox" id="cv521" name="cv521"/><label for="cv521"
data-tooltip="Character Variant 52/1 (cv52[1])"> z → <span style="font-feature-settings: 'cv52' 1">z</span></label></span>
</div>
</div>
<div id="textbox" contenteditable="true">
</div>
<div style="clear: both; padding: 20px; background-color: lightgray">
<p>
Junicode 2 font copyright © 1998–2023 by Peter S. Baker.
</p>
<p>
<a href="https://github.com/psb1558/Junicode-New">Development Site</a>
· <a href="Searchability.html">Making Searchable Web Pages</a>
· <a href="EnlargedAxis.html">The Enlarge Axis</a>
</p>
<p>
Licensed under the <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">Open Font License, v. 1.1</a>.
</p>
</div>
<script src="./webfiles/jquery-3.5.0.min.js" type="text/javascript"></script>
<script src="./webfiles/junius.js" type="text/javascript"></script>
</body>
</html>