-
Notifications
You must be signed in to change notification settings - Fork 0
/
f-in-cursive.html
950 lines (770 loc) · 76.5 KB
/
f-in-cursive.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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8" />
<title>How to Write Capital F in Cursive 2025, Lowercase</title>
<meta name="description"
content="Discover a step-by-step guide on how to write the Capital F in cursive for handwriting. The art of writing letter for both lowercase and uppercase F.">
<meta name="keywords"
content="capital f in cursive, cursive letter f, cursive letters, cursive f copy and paste, fancyletters.org">
<meta name="author" content="fancyletters.org">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta http-equiv="cache-control" content="public, max-age=2592000">
<!-- Other meta tags -->
<meta property="og:title" content="How to Write Capital F in Cursive 2025, Lowercase" />
<meta property="og:description"
content="Discover a step-by-step guide on how to write the Capital F in cursive for handwriting. The art of writing letter for both lowercase and uppercase F." />
<meta property="og:image" content="https://fancyletters.org/images/cursive-f.png" />
<meta property="og:url" content="https://fancyletters.org/f-in-cursive.html" />
<meta property="og:type" content="article" />
<!-- Other meta tags -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Great+Vibes&family=Pacifico&family=Satisfy&family=Tangerine:wght@700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</link>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</link>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"
defer></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"
defer></script>
<script type="module" src="components/main.js"></script>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<style>
/* Reset and Base Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
padding: 0 20px;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
line-height: 1.2;
margin-bottom: 1rem;
}
h1 {
font-size: 2.5rem;
text-align: center;
margin: 2rem 0;
color: #2d3748;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
/* Layout */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
/* Cards */
.card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 1.5rem;
margin: 1rem 0;
transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
/* Cursive Writing Practice Styles */
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--secondary-color: #2196F3;
--secondary-hover: #1976D2;
--background-color: #f5f7fa;
--card-background: #ffffff;
--text-primary: #333333;
--text-secondary: #666666;
--border-color: #e0e0e0;
--shadow-color: rgba(0, 0, 0, 0.1);
--border-radius: 12px;
--spacing: 20px;
}
.container {
background: var(--card-background);
padding: calc(var(--spacing) * 1.5);
border-radius: var(--border-radius);
box-shadow: 0 8px 24px var(--shadow-color);
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.letter-display {
font-size: clamp(80px, 15vw, 150px);
text-align: center;
color: var(--text-primary);
margin: var(--spacing) 0;
min-height: 180px;
display: flex;
justify-content: center;
align-items: center;
background: var(--background-color);
border-radius: var(--border-radius);
padding: var(--spacing);
}
.controls {
display: flex;
justify-content: center;
gap: calc(var(--spacing) / 2);
margin: calc(var(--spacing) * 1.5) 0;
flex-wrap: wrap;
}
button {
padding: 12px 24px;
font-size: 1rem;
font-weight: 600;
border: none;
border-radius: calc(var(--border-radius) / 2);
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.3s ease;
min-width: 120px;
}
button:hover {
background: var(--primary-hover);
transform: translateY(-2px);
box-shadow: 0 4px 12px var(--shadow-color);
}
button.download {
background: var(--secondary-color);
}
button.download:hover {
background: var(--secondary-hover);
}
#canvas {
border: 2px solid var(--border-color);
border-radius: var(--border-radius);
background: var(--card-background);
cursor: crosshair;
width: 100%;
max-width: 100%;
height: auto;
margin: var(--spacing) 0;
touch-action: none;
}
.tools {
background: var(--background-color);
padding: calc(var(--spacing) / 1.5);
border-radius: var(--border-radius);
margin-top: var(--spacing);
display: flex;
justify-content: center;
gap: calc(var(--spacing) / 1.5);
flex-wrap: wrap;
align-items: center;
}
.tool-group {
display: flex;
align-items: center;
gap: calc(var(--spacing) / 2);
}
#colorPicker {
width: 45px;
height: 45px;
padding: 5px;
border: 2px solid var(--border-color);
border-radius: calc(var(--border-radius) / 2);
cursor: pointer;
}
.size-selector,
.font-selector {
padding: 10px 15px;
border-radius: calc(var(--border-radius) / 2);
border: 2px solid var(--border-color);
font-size: 1rem;
background: var(--card-background);
cursor: pointer;
transition: border-color 0.3s ease;
}
.font-selector {
min-width: 180px;
}
.size-selector:hover,
.font-selector:hover {
border-color: var(--secondary-color);
}
.tool-label {
font-size: 1rem;
color: var(--text-secondary);
font-weight: 600;
}
/* Font Classes */
.dancing-script {
font-family: 'Dancing Script', cursive;
}
.great-vibes {
font-family: 'Great Vibes', cursive;
}
.pacifico {
font-family: 'Pacifico', cursive;
}
.satisfy {
font-family: 'Satisfy', cursive;
}
.tangerine {
font-family: 'Tangerine', cursive;
}
/* Responsive Design */
@media (max-width: 768px) {
:root {
--spacing: 15px;
}
.container {
padding: var(--spacing);
}
h1 {
font-size: 2rem;
}
.tools {
flex-direction: column;
align-items: stretch;
}
.tool-group {
justify-content: space-between;
}
.font-selector {
width: 100%;
}
button {
width: 100%;
}
.controls {
flex-direction: column;
gap: calc(var(--spacing) / 2);
}
}
@media (max-width: 480px) {
h1 {
font-size: 1.75rem;
}
.letter-display {
min-height: 120px;
}
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4275097182877707"
crossorigin="anonymous"></script>
</head>
<body>
<header-component></header-component>
<h1>How to Write Capital F in Cursive 2025, Lowercase</h1>
<div class="container-fluid bg-light min-vh-100 py-5">
<div class="container">
<p class="subtitle">Transform your text into 96 unique styles across 12 categories!</p>
<div class="input-section">
<div class="card">
<div class="card-header bg-primary text-white">
<h5 class="mb-0">Input Text</h5>
</div>
<div class="card-body">
<textarea id="inputText" class="form-control input-text-area"
placeholder="Type or paste your text here..."></textarea>
</div>
</div>
</div>
<div id="previewContainer">
<!-- Categories and preview boxes will be dynamically added here -->
</div>
</div>
</div>
<script>
const fontCategories = [
{
name: "Cool Fonts",
styles: [
{name: 'Mathematical Bold', map: {'A': '𝐀', 'B': '𝐁', 'C': '𝐂', 'D': '𝐃', 'E': '𝐄', 'F': '𝐅', 'G': '𝐆', 'H': '𝐇', 'I': '𝐈', 'J': '𝐉', 'K': '𝐊', 'L': '𝐋', 'M': '𝐌', 'N': '𝐍', 'O': '𝐎', 'P': '𝐏', 'Q': '𝐐', 'R': '𝐑', 'S': '𝐒', 'T': '𝐓', 'U': '𝐔', 'V': '𝐕', 'W': '𝐖', 'X': '𝐗', 'Y': '𝐘', 'Z': '𝐙', 'a': '𝐚', 'b': '𝐛', 'c': '𝐜', 'd': '𝐝', 'e': '𝐞', 'f': '𝐟', 'g': '𝐠', 'h': '𝐡', 'i': '𝐢', 'j': '𝐣', 'k': '𝐤', 'l': '𝐥', 'm': '𝐦', 'n': '𝐧', 'o': '𝐨', 'p': '𝐩', 'q': '𝐪', 'r': '𝐫', 's': '𝐬', 't': '𝐭', 'u': '𝐮', 'v': '𝐯', 'w': '𝐰', 'x': '𝐱', 'y': '𝐲', 'z': '𝐳'}},
{name: 'Double Struck', map: {'A': '𝔸', 'B': '𝔹', 'C': 'ℂ', 'D': '𝔻', 'E': '𝔼', 'F': '𝔽', 'G': '𝔾', 'H': 'ℍ', 'I': '𝕀', 'J': '𝕁', 'K': '𝕂', 'L': '𝕃', 'M': '𝕄', 'N': 'ℕ', 'O': '𝕆', 'P': 'ℙ', 'Q': 'ℚ', 'R': 'ℝ', 'S': '𝕊', 'T': '𝕋', 'U': '𝕌', 'V': '𝕍', 'W': '𝕎', 'X': '𝕏', 'Y': '𝕐', 'Z': 'ℤ', 'a': '𝕒', 'b': '𝕓', 'c': '𝕔', 'd': '𝕕', 'e': '𝕖', 'f': '𝕗', 'g': '𝕘', 'h': '𝕙', 'i': '𝕚', 'j': '𝕛', 'k': '𝕜', 'l': '𝕝', 'm': '𝕞', 'n': '𝕟', 'o': '𝕠', 'p': '𝕡', 'q': '𝕢', 'r': '𝕣', 's': '𝕤', 't': '𝕥', 'u': '𝕦', 'v': '𝕧', 'w': '𝕨', 'x': '𝕩', 'y': '𝕪', 'z': '𝕫'}},
{name: 'Script', map: {'A': '𝒜', 'B': 'ℬ', 'C': '𝒞', 'D': '𝒟', 'E': 'ℰ', 'F': 'ℱ', 'G': '𝒢', 'H': 'ℋ', 'I': 'ℐ', 'J': '𝒥', 'K': '𝒦', 'L': 'ℒ', 'M': 'ℳ', 'N': '𝒩', 'O': '𝒪', 'P': '𝒫', 'Q': '𝒬', 'R': 'ℛ', 'S': '𝒮', 'T': '𝒯', 'U': '𝒰', 'V': '𝒱', 'W': '𝒲', 'X': '𝒳', 'Y': '𝒴', 'Z': '𝒵', 'a': '𝒶', 'b': '𝒷', 'c': '𝒸', 'd': '𝒹', 'e': 'ℯ', 'f': '𝒻', 'g': 'ℊ', 'h': '𝒽', 'i': '𝒾', 'j': '𝒿', 'k': '𝓀', 'l': '𝓁', 'm': '𝓂', 'n': '𝓃', 'o': 'ℴ', 'p': '𝓅', 'q': '𝓆', 'r': '𝓇', 's': '𝓈', 't': '𝓉', 'u': '𝓊', 'v': '𝓋', 'w': '𝓌', 'x': '𝓍', 'y': '𝓎', 'z': '𝓏'}},
{name: 'Fraktur', map: {'A': '𝔄', 'B': '𝔅', 'C': 'ℭ', 'D': '𝔇', 'E': '𝔈', 'F': '𝔉', 'G': '𝔊', 'H': 'ℌ', 'I': 'ℑ', 'J': '𝔍', 'K': '𝔎', 'L': '𝔏', 'M': '𝔐', 'N': '𝔑', 'O': '𝔒', 'P': '𝔓', 'Q': '𝔔', 'R': 'ℜ', 'S': '𝔖', 'T': '𝔗', 'U': '𝔘', 'V': '𝔙', 'W': '𝔚', 'X': '𝔛', 'Y': '𝔜', 'Z': 'ℨ', 'a': '𝔞', 'b': '𝔟', 'c': '𝔠', 'd': '𝔡', 'e': '𝔢', 'f': '𝔣', 'g': '𝔤', 'h': '𝔥', 'i': '𝔦', 'j': '𝔧', 'k': '𝔨', 'l': '𝔩', 'm': '𝔪', 'n': '𝔫', 'o': '𝔬', 'p': '𝔭', 'q': '𝔮', 'r': '𝔯', 's': '𝔰', 't': '𝔱', 'u': '𝔲', 'v': '𝔳', 'w': '𝔴', 'x': '𝔵', 'y': '𝔶', 'z': '𝔷'}},
{name: 'Monospace', map: {'A': '𝙰', 'B': '𝙱', 'C': '𝙲', 'D': '𝙳', 'E': '𝙴', 'F': '𝙵', 'G': '𝙶', 'H': '𝙷', 'I': '𝙸', 'J': '𝙹', 'K': '𝙺', 'L': '𝙻', 'M': '𝙼', 'N': '𝙽', 'O': '𝙾', 'P': '𝙿', 'Q': '𝚀', 'R': '𝚁', 'S': '𝚂', 'T': '𝚃', 'U': '𝚄', 'V': '𝚅', 'W': '𝚆', 'X': '𝚇', 'Y': '𝚈', 'Z': '𝚉', 'a': '𝚊', 'b': '𝚋', 'c': '𝚌', 'd': '𝚍', 'e': '𝚎', 'f': '𝚏', 'g': '𝚐', 'h': '𝚑', 'i': '𝚒', 'j': '𝚓', 'k': '𝚔', 'l': '𝚕', 'm': '𝚖', 'n': '𝚗', 'o': '𝚘', 'p': '𝚙', 'q': '𝚚', 'r': '𝚛', 's': '𝚜', 't': '𝚝', 'u': '𝚞', 'v': '𝚟', 'w': '𝚠', 'x': '𝚡', 'y': '𝚢', 'z': '𝚣'}},
{name: 'Sans-Serif', map: {'A': '𝖠', 'B': '𝖡', 'C': '𝖢', 'D': '𝖣', 'E': '𝖤', 'F': '𝖥', 'G': '𝖦', 'H': '𝖧', 'I': '𝖨', 'J': '𝖩', 'K': '𝖪', 'L': '𝖫', 'M': '𝖬', 'N': '𝖭', 'O': '𝖮', 'P': '𝖯', 'Q': '𝖰', 'R': '𝖱', 'S': '𝖲', 'T': '𝖳', 'U': '𝖴', 'V': '𝖵', 'W': '𝖶', 'X': '𝖷', 'Y': '𝖸', 'Z': '𝖹', 'a': '𝖺', 'b': '𝖻', 'c': '𝖼', 'd': '𝖽', 'e': '𝖾', 'f': '𝖿', 'g': '𝗀', 'h': '𝗁', 'i': '𝗂', 'j': '𝗃', 'k': '𝗄', 'l': '𝗅', 'm': '𝗆', 'n': '𝗇', 'o': '𝗈', 'p': '𝗉', 'q': '𝗊', 'r': '𝗋', 's': '𝗌', 't': '𝗍', 'u': '𝗎', 'v': '𝗏', 'w': '𝗐', 'x': '𝗑', 'y': '𝗒', 'z': '𝗓'}},
{name: 'Bold Sans', map: {'A': '𝗔', 'B': '𝗕', 'C': '𝗖', 'D': '𝗗', 'E': '𝗘', 'F': '𝗙', 'G': '𝗚', 'H': '𝗛', 'I': '𝗜', 'J': '𝗝', 'K': '𝗞', 'L': '𝗟', 'M': '𝗠', 'N': '𝗡', 'O': '𝗢', 'P': '𝗣', 'Q': '𝗤', 'R': '𝗥', 'S': '𝗦', 'T': '𝗧', 'U': '𝗨', 'V': '𝗩', 'W': '𝗪', 'X': '𝗫', 'Y': '𝗬', 'Z': '𝗭', 'a': '𝗮', 'b': '𝗯', 'c': '𝗰', 'd': '𝗱', 'e': '𝗲', 'f': '𝗳', 'g': '𝗴', 'h': '𝗵', 'i': '𝗶', 'j': '𝗷', 'k': '𝗸', 'l': '𝗹', 'm': '𝗺', 'n': '𝗻', 'o': '𝗼', 'p': '𝗽', 'q': '𝗾', 'r': '𝗿', 's': '𝘀', 't': '𝘁', 'u': '𝘂', 'v': '𝘃', 'w': '𝘄', 'x': '𝘅', 'y': '𝘆', 'z': '𝘇'}},
{name: 'Italic Sans', map: {'A': '𝘈', 'B': '𝘉', 'C': '𝘊', 'D': '𝘋', 'E': '𝘌', 'F': '𝘍', 'G': '𝘎', 'H': '𝘏', 'I': '𝘐', 'J': '𝘑', 'K': '𝘒', 'L': '𝘓', 'M': '𝘔', 'N': '𝘕', 'O': '𝘖', 'P': '𝘗', 'Q': '𝘘', 'R': '𝘙', 'S': '𝘚', 'T': '𝘛', 'U': '𝘜', 'V': '𝘝', 'W': '𝘞', 'X': '𝘟', 'Y': '𝘠', 'Z': '𝘡', 'a': '𝘢', 'b': '𝘣', 'c': '𝘤', 'd': '𝘥', 'e': '𝘦', 'f': '𝘧', 'g': '𝘨', 'h': '𝘩', 'i': '𝘪', 'j': '𝘫', 'k': '𝘬', 'l': '𝘭', 'm': '𝘮', 'n': '𝘯', 'o': '𝘰', 'p': '𝘱', 'q': '𝘲', 'r': '𝘳', 's': '𝘴', 't': '𝘵', 'u': '𝘶', 'v': '𝘷', 'w': '𝘸', 'x': '𝘹', 'y': '𝘺', 'z': '𝘻'}}
]
},
{
name: "Cursive Fonts",
styles: [
{name: 'Elegant Cursive', map: {'A': '𝓐', 'B': '𝓑', 'C': '𝓒', 'D': '𝓓', 'E': '𝓔', 'F': '𝓕', 'G': '𝓖', 'H': '𝓗', 'I': '𝓘', 'J': '𝓙', 'K': '𝓚', 'L': '𝓛', 'M': '𝓜', 'N': '𝓝', 'O': '𝓞', 'P': '𝓟', 'Q': '𝓠', 'R': '𝓡', 'S': '𝓢', 'T': '𝓣', 'U': '𝓤', 'V': '𝓥', 'W': '𝓦', 'X': '𝓧', 'Y': '𝓨', 'Z': '𝓩', 'a': '𝓪', 'b': '𝓫', 'c': '𝓬', 'd': '𝓭', 'e': '𝓮', 'f': '𝓯', 'g': '𝓰', 'h': '𝓱', 'i': '𝓲', 'j': '𝓳', 'k': '𝓴', 'l': '𝓵', 'm': '𝓶', 'n': '𝓷', 'o': '𝓸', 'p': '𝓹', 'q': '𝓺', 'r': '𝓻', 's': '𝓼', 't': '𝓽', 'u': '𝓾', 'v': '𝓿', 'w': '𝔀', 'x': '𝔁', 'y': '𝔂', 'z': '𝔃'}},
{name: 'Bold Cursive', map: {'A': '𝓐', 'B': '𝓑', 'C': '𝓒', 'D': '𝓓', 'E': '𝓔', 'F': '𝓕', 'G': '𝓖', 'H': '𝓗', 'I': '𝓘', 'J': '𝓙', 'K': '𝓚', 'L': '𝓛', 'M': '𝓜', 'N': '𝓝', 'O': '𝓞', 'P': '𝓟', 'Q': '𝓠', 'R': '𝓡', 'S': '𝓢', 'T': '𝓣', 'U': '𝓤', 'V': '𝓥', 'W': '𝓦', 'X': '𝓧', 'Y': '𝓨', 'Z': '𝓩', 'a': '𝓪', 'b': '𝓫', 'c': '𝓬', 'd': '𝓭', 'e': '𝓮', 'f': '𝓯', 'g': '𝓰', 'h': '𝓱', 'i': '𝓲', 'j': '𝓳', 'k': '𝓴', 'l': '𝓵', 'm': '𝓶', 'n': '𝓷', 'o': '𝓸', 'p': '𝓹', 'q': '𝓺', 'r': '𝓻', 's': '𝓼', 't': '𝓽', 'u': '𝓾', 'v': '𝓿', 'w': '𝔀', 'x': '𝔁', 'y': '𝔂', 'z': '𝔃'}},
{name: 'Calligraphy', map: {'A': '𝒜', 'B': 'ℬ', 'C': '𝒞', 'D': '𝒟', 'E': 'ℰ', 'F': 'ℱ', 'G': '𝒢', 'H': 'ℋ', 'I': 'ℐ', 'J': '𝒥', 'K': '𝒦', 'L': 'ℒ', 'M': 'ℳ', 'N': '𝒩', 'O': '𝒪', 'P': '𝒫', 'Q': '𝒬', 'R': 'ℛ', 'S': '𝒮', 'T': '𝒯', 'U': '𝒰', 'V': '𝒱', 'W': '𝒲', 'X': '𝒳', 'Y': '𝒴', 'Z': '𝒵', 'a': '𝒶', 'b': '𝒷', 'c': '𝒸', 'd': '𝒹', 'e': 'ℯ', 'f': '𝒻', 'g': 'ℊ', 'h': '𝒽', 'i': '𝒾', 'j': '𝒿', 'k': '𝓀', 'l': '𝓁', 'm': '𝓂', 'n': '𝓃', 'o': 'ℴ', 'p': '𝓅', 'q': '𝓆', 'r': '𝓇', 's': '𝓈', 't': '𝓉', 'u': '𝓊', 'v': '𝓋', 'w': '𝓌', 'x': '𝓍', 'y': '𝓎', 'z': '𝓏'}},
{name: 'Handwritten', map: {'A': '𝒜', 'B': 'ℬ', 'C': '𝒞', 'D': '𝒟', 'E': 'ℰ', 'F': 'ℱ', 'G': '𝒢', 'H': 'ℋ', 'I': 'ℐ', 'J': '𝒥', 'K': '𝒦', 'L': 'ℒ', 'M': 'ℳ', 'N': '𝒩', 'O': '𝒪', 'P': '𝒫', 'Q': '𝒬', 'R': 'ℛ', 'S': '𝒮', 'T': '𝒯', 'U': '𝒰', 'V': '𝒱', 'W': '𝒲', 'X': '𝒳', 'Y': '𝒴', 'Z': '𝒵', 'a': '𝒶', 'b': '𝒷', 'c': '𝒸', 'd': '𝒹', 'e': 'ℯ', 'f': '𝒻', 'g': 'ℊ', 'h': '𝒽', 'i': '𝒾', 'j': '𝒿', 'k': '𝓀', 'l': '𝓁', 'm': '𝓂', 'n': '𝓃', 'o': 'ℴ', 'p': '𝓅', 'q': '𝓆', 'r': '𝓇', 's': '𝓈', 't': '𝓉', 'u': '𝓊', 'v': '𝓋', 'w': '𝓌', 'x': '𝓍', 'y': '𝓎', 'z': '𝓏'}},
{name: 'Flowing Script', map: {'A': '𝓐', 'B': '𝓑', 'C': '𝓒', 'D': '𝓓', 'E': '𝓔', 'F': '𝓕', 'G': '𝓖', 'H': '𝓗', 'I': '𝓘', 'J': '𝓙', 'K': '𝓚', 'L': '𝓛', 'M': '𝓜', 'N': '𝓝', 'O': '𝓞', 'P': '𝓟', 'Q': '𝓠', 'R': '𝓡', 'S': '𝓢', 'T': '𝓣', 'U': '𝓤', 'V': '𝓥', 'W': '𝓦', 'X': '𝓧', 'Y': '𝓨', 'Z': '𝓩', 'a': '𝓪', 'b': '𝓫', 'c': '𝓬', 'd': '𝓭', 'e': '𝓮', 'f': '𝓯', 'g': '𝓰', 'h': '𝓱', 'i': '𝓲', 'j': '𝓳', 'k': '𝓴', 'l': '𝓵', 'm': '𝓶', 'n': '𝓷', 'o': '𝓸', 'p': '𝓹', 'q': '𝓺', 'r': '𝓻', 's': '𝓼', 't': '𝓽', 'u': '𝓾', 'v': '𝓿', 'w': '𝔀', 'x': '𝔁', 'y': '𝔂', 'z': '𝔃'}},
{name: 'Stylish Script', map: {'A': '𝒜', 'B': 'ℬ', 'C': '𝒞', 'D': '𝒟', 'E': 'ℰ', 'F': 'ℱ', 'G': '𝒢', 'H': 'ℋ', 'I': 'ℐ', 'J': '𝒥', 'K': '𝒦', 'L': 'ℒ', 'M': 'ℳ', 'N': '𝒩', 'O': '𝒪', 'P': '𝒫', 'Q': '𝒬', 'R': 'ℛ', 'S': '𝒮', 'T': '𝒯', 'U': '𝒰', 'V': '𝒱', 'W': '𝒲', 'X': '𝒳', 'Y': '𝒴', 'Z': '𝒵', 'a': '𝒶', 'b': '𝒷', 'c': '𝒸', 'd': '𝒹', 'e': 'ℯ', 'f': '𝒻', 'g': 'ℊ', 'h': '𝒽', 'i': '𝒾', 'j': '𝒿', 'k': '𝓀', 'l': '𝓁', 'm': '𝓂', 'n': '𝓃', 'o': 'ℴ', 'p': '𝓅', 'q': '𝓆', 'r': '𝓇', 's': '𝓈', 't': '𝓉', 'u': '𝓊', 'v': '𝓋', 'w': '𝓌', 'x': '𝓍', 'y': '𝓎', 'z': '𝓏'}},
{name: 'Fancy Cursive', map: {'A': '𝓐', 'B': '𝓑', 'C': '𝓒', 'D': '𝓓', 'E': '𝓔', 'F': '𝓕', 'G': '𝓖', 'H': '𝓗', 'I': '𝓘', 'J': '𝓙', 'K': '𝓚', 'L': '𝓛', 'M': '𝓜', 'N': '𝓝', 'O': '𝓞', 'P': '𝓟', 'Q': '𝓠', 'R': '𝓡', 'S': '𝓢', 'T': '𝓣', 'U': '𝓤', 'V': '𝓥', 'W': '𝓦', 'X': '𝓧', 'Y': '𝓨', 'Z': '𝓩', 'a': '𝓪', 'b': '𝓫', 'c': '𝓬', 'd': '𝓭', 'e': '𝓮', 'f': '𝓯', 'g': '𝓰', 'h': '𝓱', 'i': '𝓲', 'j': '𝓳', 'k': '𝓴', 'l': '𝓵', 'm': '𝓶', 'n': '𝓷', 'o': '𝓸', 'p': '𝓹', 'q': '𝓺', 'r': '𝓻', 's': '𝓼', 't': '𝓽', 'u': '𝓾', 'v': '𝓿', 'w': '𝔀', 'x': '𝔁', 'y': '𝔂', 'z': '𝔃'}},
{name: 'Ornate Cursive', map: {'A': '𝔄', 'B': '𝔅', 'C': 'ℭ', 'D': '𝔇', 'E': '𝔈', 'F': '𝔉', 'G': '𝔊', 'H': 'ℌ', 'I': 'ℑ', 'J': '𝔍', 'K': '𝔎', 'L': '𝔏', 'M': '𝔐', 'N': '𝔑', 'O': '𝔒', 'P': '𝔓', 'Q': '𝔔', 'R': 'ℜ', 'S': '𝔖', 'T': '𝔗', 'U': '𝔘', 'V': '𝔙', 'W': '𝔚', 'X': '𝔛', 'Y': '𝔜', 'Z': 'ℨ', 'a': '𝔞', 'b': '𝔟', 'c': '𝔠', 'd': '𝔡', 'e': '𝔢', 'f': '𝔣', 'g': '𝔤', 'h': '𝔥', 'i': '𝔦', 'j': '𝔧', 'k': '𝔨', 'l': '𝔩', 'm': '𝔪', 'n': '𝔫', 'o': '𝔬', 'p': '𝔭', 'q': '𝔮', 'r': '𝔯', 's': '𝔰', 't': '𝔱', 'u': '𝔲', 'v': '𝔳', 'w': '𝔴', 'x': '𝔵', 'y': '𝔶', 'z': '𝔷'}}
]
},
{
name: "Fancy Fonts",
styles: [
{name: 'Cursive', map: {'A': '𝓐', 'B': '𝓑', 'C': '𝓒', 'D': '𝓓', 'E': '𝓔', 'F': '𝓕', 'G': '𝓖', 'H': '𝓗', 'I': '𝓘', 'J': '𝓙', 'K': '𝓚', 'L': '𝓛', 'M': '𝓜', 'N': '𝓝', 'O': '𝓞', 'P': '𝓟', 'Q': '𝓠', 'R': '𝓡', 'S': '𝓢', 'T': '𝓣', 'U': '𝓤', 'V': '𝓥', 'W': '𝓦', 'X': '𝓧', 'Y': '𝓨', 'Z': '𝓩', 'a': '𝓪', 'b': '𝓫', 'c': '𝓬', 'd': '𝓭', 'e': '𝓮', 'f': '𝓯', 'g': '𝓰', 'h': '𝓱', 'i': '𝓲', 'j': '𝓳', 'k': '𝓴', 'l': '𝓵', 'm': '𝓶', 'n': '𝓷', 'o': '𝓸', 'p': '𝓹', 'q': '𝓺', 'r': '𝓻', 's': '𝓼', 't': '𝓽', 'u': '𝓾', 'v': '𝓿', 'w': '𝔀', 'x': '𝔁', 'y': '𝔂', 'z': '𝔃'}},
{name: 'Old English', map: {'A': '𝔄', 'B': '𝔅', 'C': 'ℭ', 'D': '𝔇', 'E': '𝔈', 'F': '𝔉', 'G': '𝔊', 'H': 'ℌ', 'I': 'ℑ', 'J': '𝔍', 'K': '𝔎', 'L': '𝔏', 'M': '𝔐', 'N': '𝔑', 'O': '𝔒', 'P': '𝔓', 'Q': '𝔔', 'R': 'ℜ', 'S': '𝔖', 'T': '𝔗', 'U': '𝔘', 'V': '𝔙', 'W': '𝔚', 'X': '𝔛', 'Y': '𝔜', 'Z': 'ℨ', 'a': '𝔞', 'b': '𝔟', 'c': '𝔠', 'd': '𝔡', 'e': '𝔢', 'f': '𝔣', 'g': '𝔤', 'h': '𝔥', 'i': '𝔦', 'j': '𝔧', 'k': '𝔨', 'l': '𝔩', 'm': '𝔪', 'n': '𝔫', 'o': '𝔬', 'p': '𝔭', 'q': '𝔮', 'r': '𝔯', 's': '𝔰', 't': '𝔱', 'u': '𝔲', 'v': '𝔳', 'w': '𝔴', 'x': '𝔵', 'y': '𝔶', 'z': '𝔷'}},
{name: 'Medieval', map: {'A': '𝕬', 'B': '𝕭', 'C': '𝕮', 'D': '𝕯', 'E': '𝕰', 'F': '𝕱', 'G': '𝕲', 'H': '𝕳', 'I': '𝕴', 'J': '𝕵', 'K': '𝕶', 'L': '𝕷', 'M': '𝕸', 'N': '𝕹', 'O': '𝕺', 'P': '𝕻', 'Q': '𝕼', 'R': '𝕽', 'S': '𝕾', 'T': '𝕿', 'U': '𝖀', 'V': '𝖁', 'W': '𝖂', 'X': '𝖃', 'Y': '𝖄', 'Z': '𝖅', 'a': '𝖆', 'b': '𝖇', 'c': '𝖈', 'd': '𝖉', 'e': '𝖊', 'f': '𝖋', 'g': '𝖌', 'h': '𝖍', 'i': '𝖎', 'j': '𝖏', 'k': '𝖐', 'l': '𝖑', 'm': '𝖒', 'n': '𝖓', 'o': '𝖔', 'p': '𝖕', 'q': '𝖖', 'r': '𝖗', 's': '𝖘', 't': '𝖙', 'u': '𝖚', 'v': '𝖛', 'w': '𝖜', 'x': '𝖝', 'y': '𝖞', 'z': '𝖟'}},
{name: 'Regional', map: {'A': '🇦', 'B': '🇧', 'C': '🇨', 'D': '🇩', 'E': '🇪', 'F': '🇫', 'G': '🇬', 'H': '🇭', 'I': '🇮', 'J': '🇯', 'K': '🇰', 'L': '🇱', 'M': '🇲', 'N': '🇳', 'O': '🇴', 'P': '🇵', 'Q': '🇶', 'R': '🇷', 'S': '🇸', 'T': '🇹', 'U': '🇺', 'V': '🇻', 'W': '🇼', 'X': '🇽', 'Y': '🇾', 'Z': '🇿', 'a': '🇦', 'b': '🇧', 'c': '🇨', 'd': '🇩', 'e': '🇪', 'f': '🇫', 'g': '🇬', 'h': '🇭', 'i': '🇮', 'j': '🇯', 'k': '🇰', 'l': '🇱', 'm': '🇲', 'n': '🇳', 'o': '🇴', 'p': '🇵', 'q': '🇶', 'r': '🇷', 's': '🇸', 't': '🇹', 'u': '🇺', 'v': '🇻', 'w': '🇼', 'x': '🇽', 'y': '🇾', 'z': '🇿'}},
{name: 'Squared', map: {'A': '🄰', 'B': '🄱', 'C': '🄲', 'D': '🄳', 'E': '🄴', 'F': '🄵', 'G': '🄶', 'H': '🄷', 'I': '🄸', 'J': '🄹', 'K': '🄺', 'L': '🄻', 'M': '🄼', 'N': '🄽', 'O': '🄾', 'P': '🄿', 'Q': '🅀', 'R': '🅁', 'S': '🅂', 'T': '🅃', 'U': '🅄', 'V': '🅅', 'W': '🅆', 'X': '🅇', 'Y': '🅈', 'Z': '🅉', 'a': '🄰', 'b': '🄱', 'c': '🄲', 'd': '🄳', 'e': '🄴', 'f': '🄵', 'g': '🄶', 'h': '🄷', 'i': '🄸', 'j': '🄹', 'k': '🄺', 'l': '🄻', 'm': '🄼', 'n': '🄽', 'o': '🄾', 'p': '🄿', 'q': '🅀', 'r': '🅁', 's': '🅂', 't': '🅃', 'u': '🅄', 'v': '🅅', 'w': '🅆', 'x': '🅇', 'y': '🅈', 'z': '🅉'}},
{name: 'Negative Squared', map: {'A': '🅰', 'B': '🅱', 'C': '🅲', 'D': '🅳', 'E': '🅴', 'F': '🅵', 'G': '🅶', 'H': '🅷', 'I': '🅸', 'J': '🅹', 'K': '🅺', 'L': '🅻', 'M': '🅼', 'N': '🅽', 'O': '🅾', 'P': '🅿', 'Q': '🆀', 'R': '🆁', 'S': '🆂', 'T': '🆃', 'U': '🆄', 'V': '🆅', 'W': '🆆', 'X': '🆇', 'Y': '🆈', 'Z': '🆉', 'a': '🅰', 'b': '🅱', 'c': '🅲', 'd': '🅳', 'e': '🅴', 'f': '🅵', 'g': '🅶', 'h': '🅷', 'i': '🅸', 'j': '🅹', 'k': '🅺', 'l': '🅻', 'm': '🅼', 'n': '🅽', 'o': '🅾', 'p': '🅿', 'q': '🆀', 'r': '🆁', 's': '🆂', 't': '🆃', 'u': '🆄', 'v': '🆅', 'w': '🆆', 'x': '🆇', 'y': '🆈', 'z': '🆉'}},
{name: 'Circled', map: {'A': 'Ⓐ', 'B': 'Ⓑ', 'C': 'Ⓒ', 'D': 'Ⓓ', 'E': 'Ⓔ', 'F': 'Ⓕ', 'G': 'Ⓖ', 'H': 'Ⓗ', 'I': 'Ⓘ', 'J': 'Ⓙ', 'K': 'Ⓚ', 'L': 'Ⓛ', 'M': 'Ⓜ', 'N': 'Ⓝ', 'O': 'Ⓞ', 'P': 'Ⓟ', 'Q': 'Ⓠ', 'R': 'Ⓡ', 'S': 'Ⓢ', 'T': 'Ⓣ', 'U': 'Ⓤ', 'V': 'Ⓥ', 'W': 'Ⓦ', 'X': 'Ⓧ', 'Y': 'Ⓨ', 'Z': 'Ⓩ', 'a': 'ⓐ', 'b': 'ⓑ', 'c': 'ⓒ', 'd': 'ⓓ', 'e': 'ⓔ', 'f': 'ⓕ', 'g': 'ⓖ', 'h': 'ⓗ', 'i': 'ⓘ', 'j': 'ⓙ', 'k': 'ⓚ', 'l': 'ⓛ', 'm': 'ⓜ', 'n': 'ⓝ', 'o': 'ⓞ', 'p': 'ⓟ', 'q': 'ⓠ', 'r': 'ⓡ', 's': 'ⓢ', 't': 'ⓣ', 'u': 'ⓤ', 'v': 'ⓥ', 'w': 'ⓦ', 'x': 'ⓧ', 'y': 'ⓨ', 'z': 'ⓩ'}},
{name: 'Parenthesized', map: {'A': '🄐', 'B': '🄑', 'C': '🄒', 'D': '🄓', 'E': '🄔', 'F': '🄕', 'G': '🄖', 'H': '🄗', 'I': '🄘', 'J': '🄙', 'K': '🄚', 'L': '🄛', 'M': '🄜', 'N': '🄝', 'O': '🄞', 'P': '🄟', 'Q': '🄠', 'R': '🄡', 'S': '🄢', 'T': '🄣', 'U': '🄤', 'V': '🄥', 'W': '🄦', 'X': '🄧', 'Y': '🄨', 'Z': '🄩', 'a': '⒜', 'b': '⒝', 'c': '⒞', 'd': '⒟', 'e': '⒠', 'f': '⒡', 'g': '⒢', 'h': '⒣', 'i': '⒤', 'j': '⒥', 'k': '⒦', 'l': '⒧', 'm': '⒨', 'n': '⒩', 'o': '⒪', 'p': '⒫', 'q': '⒬', 'r': '⒭', 's': '⒮', 't': '⒯', 'u': '⒰', 'v': '⒱', 'w': '⒲', 'x': '⒳', 'y': '⒴', 'z': '⒵'}}
]
},
{
name: "Decorative Fonts",
styles: [
{name: 'Fullwidth', map: {'A': 'A', 'B': 'B', 'C': 'C', 'D': 'D', 'E': 'E', 'F': 'F', 'G': 'G', 'H': 'H', 'I': 'I', 'J': 'J', 'K': 'K', 'L': 'L', 'M': 'M', 'N': 'N', 'O': 'O', 'P': 'P', 'Q': 'Q', 'R': 'R', 'S': 'S', 'T': 'T', 'U': 'U', 'V': 'V', 'W': 'W', 'X': 'X', 'Y': 'Y', 'Z': 'Z', 'a': 'a', 'b': 'b', 'c': 'c', 'd': 'd', 'e': 'e', 'f': 'f', 'g': 'g', 'h': 'h', 'i': 'i', 'j': 'j', 'k': 'k', 'l': 'l', 'm': 'm', 'n': 'n', 'o': 'o', 'p': 'p', 'q': 'q', 'r': 'r', 's': 's', 't': 't', 'u': 'u', 'v': 'v', 'w': 'w', 'x': 'x', 'y': 'y', 'z': 'z'}},
{name: 'Small Caps', map: {'A': 'ᴀ', 'B': 'ʙ', 'C': 'ᴄ', 'D': 'ᴅ', 'E': 'ᴇ', 'F': 'ꜰ', 'G': 'ɢ', 'H': 'ʜ', 'I': 'ɪ', 'J': 'ᴊ', 'K': 'ᴋ', 'L': 'ʟ', 'M': 'ᴍ', 'N': 'ɴ', 'O': 'ᴏ', 'P': 'ᴘ', 'Q': 'ǫ', 'R': 'ʀ', 'S': 's', 'T': 'ᴛ', 'U': 'ᴜ', 'V': 'ᴠ', 'W': 'ᴡ', 'X': 'x', 'Y': 'ʏ', 'Z': 'ᴢ', 'a': 'ᴀ', 'b': 'ʙ', 'c': 'ᴄ', 'd': 'ᴅ', 'e': 'ᴇ', 'f': 'ꜰ', 'g': 'ɢ', 'h': 'ʜ', 'i': 'ɪ', 'j': 'ᴊ', 'k': 'ᴋ', 'l': 'ʟ', 'm': 'ᴍ', 'n': 'ɴ', 'o': 'ᴏ', 'p': 'ᴘ', 'q': 'ǫ', 'r': 'ʀ', 's': 's', 't': 'ᴛ', 'u': 'ᴜ', 'v': 'ᴠ', 'w': 'ᴡ', 'x': 'x', 'y': 'ʏ', 'z': 'ᴢ'}},
{name: 'Inverted', map: {'A': '∀', 'B': '𐐒', 'C': 'Ɔ', 'D': 'ᗡ', 'E': 'Ǝ', 'F': 'Ⅎ', 'G': '⅁', 'H': 'H', 'I': 'I', 'J': 'ſ', 'K': '⋊', 'L': '˥', 'M': 'W', 'N': 'N', 'O': 'O', 'P': 'Ԁ', 'Q': 'Ό', 'R': 'ᴚ', 'S': 'S', 'T': '⊥', 'U': '∩', 'V': 'Λ', 'W': 'M', 'X': 'X', 'Y': '⅄', 'Z': 'Z', 'a': 'ɐ', 'b': 'q', 'c': 'ɔ', 'd': 'p', 'e': 'ǝ', 'f': 'ɟ', 'g': 'ƃ', 'h': 'ɥ', 'i': 'ᴉ', 'j': 'ɾ', 'k': 'ʞ', 'l': 'l', 'm': 'ɯ', 'n': 'u', 'o': 'o', 'p': 'd', 'q': 'b', 'r': 'ɹ', 's': 's', 't': 'ʇ', 'u': 'n', 'v': 'ʌ', 'w': 'ʍ', 'x': 'x', 'y': 'ʎ', 'z': 'z'}},
{name: 'Reversed', map: {'A': 'A', 'B': 'ꓭ', 'C': 'Ɔ', 'D': 'ꓷ', 'E': 'Ǝ', 'F': 'ꟻ', 'G': 'Ꭾ', 'H': 'H', 'I': 'I', 'J': 'Ⴑ', 'K': '⋊', 'L': '⅃', 'M': 'M', 'N': 'И', 'O': 'O', 'P': 'ꟼ', 'Q': 'Ϙ', 'R': 'Я', 'S': 'Ꙅ', 'T': 'T', 'U': 'U', 'V': 'V', 'W': 'W', 'X': 'X', 'Y': 'Y', 'Z': 'Ƹ', 'a': 'ɒ', 'b': 'd', 'c': 'ɔ', 'd': 'b', 'e': 'ɘ', 'f': 'ꟻ', 'g': 'ǫ', 'h': 'ʜ', 'i': 'i', 'j': 'į', 'k': 'ʞ', 'l': 'l', 'm': 'm', 'n': 'n', 'o': 'o', 'p': 'q', 'q': 'p', 'r': 'ɿ', 's': 'ꙅ', 't': 'ƚ', 'u': 'u', 'v': 'v', 'w': 'w', 'x': 'x', 'y': 'y', 'z': 'ƹ'}},
{name: 'Upside Down', map: {'A': '∀', 'B': 'q', 'C': 'Ɔ', 'D': 'p', 'E': 'Ǝ', 'F': 'Ⅎ', 'G': 'פ', 'H': 'H', 'I': 'I', 'J': 'ſ', 'K': 'ʞ', 'L': '˥', 'M': 'W', 'N': 'N', 'O': 'O', 'P': 'Ԁ', 'Q': 'Q', 'R': 'ᴚ', 'S': 'S', 'T': '┴', 'U': '∩', 'V': 'Λ', 'W': 'M', 'X': 'X', 'Y': '⅄', 'Z': 'Z', 'a': 'ɐ', 'b': 'q', 'c': 'ɔ', 'd': 'p', 'e': 'ǝ', 'f': 'ɟ', 'g': 'ƃ', 'h': 'ɥ', 'i': 'ᴉ', 'j': 'ɾ', 'k': 'ʞ', 'l': 'l', 'm': 'ɯ', 'n': 'u', 'o': 'o', 'p': 'd', 'q': 'b', 'r': 'ɹ', 's': 's', 't': 'ʇ', 'u': 'n', 'v': 'ʌ', 'w': 'ʍ', 'x': 'x', 'y': 'ʎ', 'z': 'z'}},
{name: 'Bubble', map: {'A': 'Ⓐ', 'B': 'Ⓑ', 'C': 'Ⓒ', 'D': 'Ⓓ', 'E': 'Ⓔ', 'F': 'Ⓕ', 'G': 'Ⓖ', 'H': 'Ⓗ', 'I': 'Ⓘ', 'J': 'Ⓙ', 'K': 'Ⓚ', 'L': 'Ⓛ', 'M': 'Ⓜ', 'N': 'Ⓝ', 'O': 'Ⓞ', 'P': 'Ⓟ', 'Q': 'Ⓠ', 'R': 'Ⓡ', 'S': 'Ⓢ', 'T': 'Ⓣ', 'U': 'Ⓤ', 'V': 'Ⓥ', 'W': 'Ⓦ', 'X': 'Ⓧ', 'Y': 'Ⓨ', 'Z': 'Ⓩ', 'a': 'ⓐ', 'b': 'ⓑ', 'c': 'ⓒ', 'd': 'ⓓ', 'e': 'ⓔ', 'f': 'ⓕ', 'g': 'ⓖ', 'h': 'ⓗ', 'i': 'ⓘ', 'j': 'ⓙ', 'k': 'ⓚ', 'l': 'ⓛ', 'm': 'ⓜ', 'n': 'ⓝ', 'o': 'ⓞ', 'p': 'ⓟ', 'q': 'ⓠ', 'r': 'ⓡ', 's': 'ⓢ', 't': 'ⓣ', 'u': 'ⓤ', 'v': 'ⓥ', 'w': 'ⓦ', 'x': 'ⓧ', 'y': 'ⓨ', 'z': 'ⓩ'}},
{name: 'Square', map: {'A': '🄰', 'B': '🄱', 'C': '🄲', 'D': '🄳', 'E': '🄴', 'F': '🄵', 'G': '🄶', 'H': '🄷', 'I': '🄸', 'J': '🄹', 'K': '🄺', 'L': '🄻', 'M': '🄼', 'N': '🄽', 'O': '🄾', 'P': '🄿', 'Q': '🅀', 'R': '🅁', 'S': '🅂', 'T': '🅃', 'U': '🅄', 'V': '🅅', 'W': '🅆', 'X': '🅇', 'Y': '🅈', 'Z': '🅉', 'a': '🄰', 'b': '🄱', 'c': '🄲', 'd': '🄳', 'e': '🄴', 'f': '🄵', 'g': '🄶', 'h': '🄷', 'i': '🄸', 'j': '🄹', 'k': '🄺', 'l': '🄻', 'm': '🄼', 'n': '🄽', 'o': '🄾', 'p': '🄿', 'q': '🅀', 'r': '🅁', 's': '🅂', 't': '🅃', 'u': '🅄', 'v': '🅅', 'w': '🅆', 'x': '🅇', 'y': '🅈', 'z': '🅉'}},
{name: 'Negative Square', map: {'A': '🅰', 'B': '🅱', 'C': '🅲', 'D': '🅳', 'E': '🅴', 'F': '🅵', 'G': '🅶', 'H': '🅷', 'I': '🅸', 'J': '🅹', 'K': '🅺', 'L': '🅻', 'M': '🅼', 'N': '🅽', 'O': '🅾', 'P': '🅿', 'Q': '🆀', 'R': '🆁', 'S': '🆂', 'T': '🆃', 'U': '🆄', 'V': '🆅', 'W': '🆆', 'X': '🆇', 'Y': '🆈', 'Z': '🆉', 'a': '🅰', 'b': '🅱', 'c': '🅲', 'd': '🅳', 'e': '🅴', 'f': '🅵', 'g': '🅶', 'h': '🅷', 'i': '🅸', 'j': '🅹', 'k': '🅺', 'l': '🅻', 'm': '🅼', 'n': '🅽', 'o': '🅾', 'p': '🅿', 'q': '🆀', 'r': '🆁', 's': '🆂', 't': '🆃', 'u': '🆄', 'v': '🆅', 'w': '🆆', 'x': '🆇', 'y': '🆈', 'z': '🆉'}}
]
},
{
name: "Stylized Text",
styles: [
{name: 'Strikethrough', map: {'A': 'A̶', 'B': 'B̶', 'C': 'C̶', 'D': 'D̶', 'E': 'E̶', 'F': 'F̶', 'G': 'G̶', 'H': 'H̶', 'I': 'I̶', 'J': 'J̶', 'K': 'K̶', 'L': 'L̶', 'M': 'M̶', 'N': 'N̶', 'O': 'O̶', 'P': 'P̶', 'Q': 'Q̶', 'R': 'R̶', 'S': 'S̶', 'T': 'T̶', 'U': 'U̶', 'V': 'V̶', 'W': 'W̶', 'X': 'X̶', 'Y': 'Y̶', 'Z': 'Z̶', 'a': 'a̶', 'b': 'b̶', 'c': 'c̶', 'd': 'd̶', 'e': 'e̶', 'f': 'f̶', 'g': 'g̶', 'h': 'h̶', 'i': 'i̶', 'j': 'j̶', 'k': 'k̶', 'l': 'l̶', 'm': 'm̶', 'n': 'n̶', 'o': 'o̶', 'p': 'p̶', 'q': 'q̶', 'r': 'r̶', 's': 's̶', 't': 't̶', 'u': 'u̶', 'v': 'v̶', 'w': 'w̶', 'x': 'x̶', 'y': 'y̶', 'z': 'z̶'}},
{name: 'Underline', map: {'A': 'A̲', 'B': 'B̲', 'C': 'C̲', 'D': 'D̲', 'E': 'E̲', 'F': 'F̲', 'G': 'G̲', 'H': 'H̲', 'I': 'I̲', 'J': 'J̲', 'K': 'K̲', 'L': 'L̲', 'M': 'M̲', 'N': 'N̲', 'O': 'O̲', 'P': 'P̲', 'Q': 'Q̲', 'R': 'R̲', 'S': 'S̲', 'T': 'T̲', 'U': 'U̲', 'V': 'V̲', 'W': 'W̲', 'X': 'X̲', 'Y': 'Y̲', 'Z': 'Z̲', 'a': 'a̲', 'b': 'b̲', 'c': 'c̲', 'd': 'd̲', 'e': 'e̲', 'f': 'f̲', 'g': 'g̲', 'h': 'h̲', 'i': 'i̲', 'j': 'j̲', 'k': 'k̲', 'l': 'l̲', 'm': 'm̲', 'n': 'n̲', 'o': 'o̲', 'p': 'p̲', 'q': 'q̲', 'r': 'r̲', 's': 's̲', 't': 't̲', 'u': 'u̲', 'v': 'v̲', 'w': 'w̲', 'x': 'x̲', 'y': 'y̲', 'z': 'z̲'}},
{name: 'Double Underline', map: {'A': 'A̳', 'B': 'B̳', 'C': 'C̳', 'D': 'D̳', 'E': 'E̳', 'F': 'F̳', 'G': 'G̳', 'H': 'H̳', 'I': 'I̳', 'J': 'J̳', 'K': 'K̳', 'L': 'L̳', 'M': 'M̳', 'N': 'N̳', 'O': 'O̳', 'P': 'P̳', 'Q': 'Q̳', 'R': 'R̳', 'S': 'S̳', 'T': 'T̳', 'U': 'U̳', 'V': 'V̳', 'W': 'W̳', 'X': 'X̳', 'Y': 'Y̳', 'Z': 'Z̳', 'a': 'a̳', 'b': 'b̳', 'c': 'c̳', 'd': 'd̳', 'e': 'e̳', 'f': 'f̳', 'g': 'g̳', 'h': 'h̳', 'i': 'i̳', 'j': 'j̳', 'k': 'k̳', 'l': 'l̳', 'm': 'm̳', 'n': 'n̳', 'o': 'o̳', 'p': 'p̳', 'q': 'q̳', 'r': 'r̳', 's': 's̳', 't': 't̳', 'u': 'u̳', 'v': 'v̳', 'w': 'w̳', 'x': 'x̳', 'y': 'y̳', 'z': 'z̳'}},
{name: 'Overline', map: {'A': 'A̅', 'B': 'B̅', 'C': 'C̅', 'D': 'D̅', 'E': 'E̅', 'F': 'F̅', 'G': 'G̅', 'H': 'H̅', 'I': 'I̅', 'J': 'J̅', 'K': 'K̅', 'L': 'L̅', 'M': 'M̅', 'N': 'N̅', 'O': 'O̅', 'P': 'P̅', 'Q': 'Q̅', 'R': 'R̅', 'S': 'S̅', 'T': 'T̅', 'U': 'U̅', 'V': 'V̅', 'W': 'W̅', 'X': 'X̅', 'Y': 'Y̅', 'Z': 'Z̅', 'a': 'a̅', 'b': 'b̅', 'c': 'c̅', 'd': 'd̅', 'e': 'e̅', 'f': 'f̅', 'g': 'g̅', 'h': 'h̅', 'i': 'i̅', 'j': 'j̅', 'k': 'k̅', 'l': 'l̅', 'm': 'm̅', 'n': 'n̅', 'o': 'o̅', 'p': 'p̅', 'q': 'q̅', 'r': 'r̅', 's': 's̅', 't': 't̅', 'u': 'u̅', 'v': 'v̅', 'w': 'w̅', 'x': 'x̅', 'y': 'y̅', 'z': 'z̅'}},
{name: 'Slashed', map: {'A': 'A̸', 'B': 'B̸', 'C': 'C̸', 'D': 'D̸', 'E': 'E̸', 'F': 'F̸', 'G': 'G̸', 'H': 'H̸', 'I': 'I̸', 'J': 'J̸', 'K': 'K̸', 'L': 'L̸', 'M': 'M̸', 'N': 'N̸', 'O': 'O̸', 'P': 'P̸', 'Q': 'Q̸', 'R': 'R̸', 'S': 'S̸', 'T': 'T̸', 'U': 'U̸', 'V': 'V̸', 'W': 'W̸', 'X': 'X̸', 'Y': 'Y̸', 'Z': 'Z̸', 'a': 'a̸', 'b': 'b̸', 'c': 'c̸', 'd': 'd̸', 'e': 'e̸', 'f': 'f̸', 'g': 'g̸', 'h': 'h̸', 'i': 'i̸', 'j': 'j̸', 'k': 'k̸', 'l': 'l̸', 'm': 'm̸', 'n': 'n̸', 'o': 'o̸', 'p': 'p̸', 'q': 'q̸', 'r': 'r̸', 's': 's̸', 't': 't̸', 'u': 'u̸', 'v': 'v̸', 'w': 'w̸', 'x': 'x̸', 'y': 'y̸', 'z': 'z̸'}},
{name: 'Dotted', map: {'A': 'Ȧ', 'B': 'Ḃ', 'C': 'Ċ', 'D': 'Ḋ', 'E': 'Ė', 'F': 'Ḟ', 'G': 'Ġ', 'H': 'Ḣ', 'I': 'İ', 'J': 'J̇', 'K': 'K̇', 'L': 'Ŀ', 'M': 'Ṁ', 'N': 'Ṅ', 'O': 'Ȯ', 'P': 'Ṗ', 'Q': 'Q̇', 'R': 'Ṙ', 'S': 'Ṡ', 'T': 'Ṫ', 'U': 'U̇', 'V': 'V̇', 'W': 'Ẇ', 'X': 'Ẋ', 'Y': 'Ẏ', 'Z': 'Ż', 'a': 'ȧ', 'b': 'ḃ', 'c': 'ċ', 'd': 'ḋ', 'e': 'ė', 'f': 'ḟ', 'g': 'ġ', 'h': 'ḣ', 'i': 'i̇', 'j': 'j̇', 'k': 'k̇', 'l': 'l̇', 'm': 'ṁ', 'n': 'ṅ', 'o': 'ȯ', 'p': 'ṗ', 'q': 'q̇', 'r': 'ṙ', 's': 'ṡ', 't': 'ṫ', 'u': 'u̇', 'v': 'v̇', 'w': 'ẇ', 'x': 'ẋ', 'y': 'ẏ', 'z': 'ż'}},
{name: 'Double Struck', map: {'A': '𝔸', 'B': '𝔹', 'C': 'ℂ', 'D': '𝔻', 'E': '𝔼', 'F': '𝔽', 'G': '𝔾', 'H': 'ℍ', 'I': '𝕀', 'J': '𝕁', 'K': '𝕂', 'L': '𝕃', 'M': '𝕄', 'N': 'ℕ', 'O': '𝕆', 'P': 'ℙ', 'Q': 'ℚ', 'R': 'ℝ', 'S': '𝕊', 'T': '𝕋', 'U': '𝕌', 'V': '𝕍', 'W': '𝕎', 'X': '𝕏', 'Y': '𝕐', 'Z': 'ℤ', 'a': '𝕒', 'b': '𝕓', 'c': '𝕔', 'd': '𝕕', 'e': '𝕖', 'f': '𝕗', 'g': '𝕘', 'h': '𝕙', 'i': '𝕚', 'j': '𝕛', 'k': '𝕜', 'l': '𝕝', 'm': '𝕞', 'n': '𝕟', 'o': '𝕠', 'p': '𝕡', 'q': '𝕢', 'r': '𝕣', 's': '𝕤', 't': '𝕥', 'u': '𝕦', 'v': '𝕧', 'w': '𝕨', 'x': '𝕩', 'y': '𝕪', 'z': '𝕫'}},
{name: 'Medieval', map: {'A': '𝔄', 'B': '𝔅', 'C': 'ℭ', 'D': '𝔇', 'E': '𝔈', 'F': '𝔉', 'G': '𝔊', 'H': 'ℌ', 'I': 'ℑ', 'J': '𝔍', 'K': '𝔎', 'L': '𝔏', 'M': '𝔐', 'N': '𝔑', 'O': '𝔒', 'P': '𝔓', 'Q': '𝔔', 'R': 'ℜ', 'S': '𝔖', 'T': '𝔗', 'U': '𝔘', 'V': '𝔙', 'W': '𝔚', 'X': '𝔛', 'Y': '𝔜', 'Z': 'ℨ', 'a': '𝔞', 'b': '𝔟', 'c': '𝔠', 'd': '𝔡', 'e': '𝔢', 'f': '𝔣', 'g': '𝔤', 'h': '𝔥', 'i': '𝔦', 'j': '𝔧', 'k': '𝔨', 'l': '𝔩', 'm': '𝔪', 'n': '𝔫', 'o': '𝔬', 'p': '𝔭', 'q': '𝔮', 'r': '𝔯', 's': '𝔰', 't': '𝔱', 'u': '𝔲', 'v': '𝔳', 'w': '𝔴', 'x': '𝔵', 'y': '𝔶', 'z': '𝔷'}}
]
},
{
name: "Aesthetic Fonts",
styles: [
{name: 'Vaporwave', map: {'A': 'A', 'B': 'B', 'C': 'C', 'D': 'D', 'E': 'E', 'F': 'F', 'G': 'G', 'H': 'H', 'I': 'I', 'J': 'J', 'K': 'K', 'L': 'L', 'M': 'M', 'N': 'N', 'O': 'O', 'P': 'P', 'Q': 'Q', 'R': 'R', 'S': 'S', 'T': 'T', 'U': 'U', 'V': 'V', 'W': 'W', 'X': 'X', 'Y': 'Y', 'Z': 'Z', 'a': 'a', 'b': 'b', 'c': 'c', 'd': 'd', 'e': 'e', 'f': 'f', 'g': 'g', 'h': 'h', 'i': 'i', 'j': 'j', 'k': 'k', 'l': 'l', 'm': 'm', 'n': 'n', 'o': 'o', 'p': 'p', 'q': 'q', 'r': 'r', 's': 's', 't': 't', 'u': 'u', 'v': 'v', 'w': 'w', 'x': 'x', 'y': 'y', 'z': 'z'}},
{name: 'Aesthetic', map: {'A': 'α', 'B': 'в', 'C': '¢', 'D': '∂', 'E': 'є', 'F': 'ƒ', 'G': 'g', 'H': 'н', 'I': 'ι', 'J': 'נ', 'K': 'к', 'L': 'ℓ', 'M': 'м', 'N': 'η', 'O': 'σ', 'P': 'ρ', 'Q': 'q', 'R': 'я', 'S': 'ѕ', 'T': 'т', 'U': 'υ', 'V': 'ν', 'W': 'ω', 'X': 'χ', 'Y': 'у', 'Z': 'z', 'a': 'α', 'b': 'в', 'c': '¢', 'd': '∂', 'e': 'є', 'f': 'ƒ', 'g': 'g', 'h': 'н', 'i': 'ι', 'j': 'נ', 'k': 'к', 'l': 'ℓ', 'm': 'м', 'n': 'η', 'o': 'σ', 'p': 'ρ', 'q': 'q', 'r': 'я', 's': 'ѕ', 't': 'т', 'u': 'υ', 'v': 'ν', 'w': 'ω', 'x': 'χ', 'y': 'у', 'z': 'z'}},
{name: 'Soft Aesthetic', map: {'A': 'ᗩ', 'B': 'ᗷ', 'C': 'ᑕ', 'D': 'ᗪ', 'E': 'E', 'F': 'ᖴ', 'G': 'G', 'H': 'ᕼ', 'I': 'I', 'J': 'ᒍ', 'K': 'K', 'L': 'ᒪ', 'M': 'ᗰ', 'N': 'ᑎ', 'O': 'O', 'P': 'ᑭ', 'Q': 'ᑫ', 'R': 'ᖇ', 'S': 'ᔕ', 'T': 'T', 'U': 'ᑌ', 'V': 'ᐯ', 'W': 'ᗯ', 'X': '᙭', 'Y': 'Y', 'Z': 'ᘔ', 'a': 'ᗩ', 'b': 'ᗷ', 'c': 'ᑕ', 'd': 'ᗪ', 'e': 'E', 'f': 'ᖴ', 'g': 'G', 'h': 'ᕼ', 'i': 'I', 'j': 'ᒍ', 'k': 'K', 'l': 'ᒪ', 'm': 'ᗰ', 'n': 'ᑎ', 'o': 'O', 'p': 'ᑭ', 'q': 'ᑫ', 'r': 'ᖇ', 's': 'ᔕ', 't': 'T', 'u': 'ᑌ', 'v': 'ᐯ', 'w': 'ᗯ', 'x': '᙭', 'y': 'Y', 'z': 'ᘔ'}},
{name: 'Retro', map: {'A': 'Λ', 'B': 'Б', 'C': 'Ͼ', 'D': 'Ð', 'E': 'Ξ', 'F': 'Ϝ', 'G': 'Ϭ', 'H': 'Ή', 'I': 'I', 'J': 'J', 'K': 'Ҡ', 'L': 'Ł', 'M': 'Μ', 'N': 'И', 'O': 'Ө', 'P': 'Ᵽ', 'Q': 'Ҩ', 'R': 'Я', 'S': 'Ƨ', 'T': 'Ƭ', 'U': 'Ц', 'V': 'V', 'W': 'Ш', 'X': 'Ж', 'Y': 'Ч', 'Z': 'Ζ', 'a': 'λ', 'b': 'ϐ', 'c': 'ͼ', 'd': 'ð', 'e': 'ξ', 'f': 'ϝ', 'g': 'ϭ', 'h': 'ή', 'i': 'i', 'j': 'j', 'k': 'ҡ', 'l': 'ł', 'm': 'μ', 'n': 'π', 'o': 'ө', 'p': 'ᵽ', 'q': 'ҩ', 'r': 'я', 's': 'ƨ', 't': 'ƭ', 'u': 'ц', 'v': 'v', 'w': 'ш', 'x': 'ж', 'y': 'ч', 'z': 'ζ'}},
{name: 'Glitch', map: {'A': 'Ą', 'B': 'β', 'C': 'Ć', 'D': 'Đ', 'E': 'Ę', 'F': 'Ƒ', 'G': 'Ğ', 'H': 'Ĥ', 'I': 'Ī', 'J': 'Ĵ', 'K': 'Ķ', 'L': 'Ł', 'M': 'M', 'N': 'Ń', 'O': 'Ő', 'P': 'P', 'Q': 'Q', 'R': 'Ŕ', 'S': 'Ś', 'T': 'Ť', 'U': 'Ű', 'V': 'V', 'W': 'Ŵ', 'X': 'X', 'Y': 'Ý', 'Z': 'Ź', 'a': 'ą', 'b': 'β', 'c': 'ć', 'd': 'đ', 'e': 'ę', 'f': 'ƒ', 'g': 'ğ', 'h': 'ĥ', 'i': 'ī', 'j': 'ĵ', 'k': 'ķ', 'l': 'ł', 'm': 'm', 'n': 'ń', 'o': 'ő', 'p': 'p', 'q': 'q', 'r': 'ŕ', 's': 'ś', 't': 'ť', 'u': 'ű', 'v': 'v', 'w': 'ŵ', 'x': 'x', 'y': 'ý', 'z': 'ź'}},
{name: 'Vaporwave 2', map: {'A': '卂', 'B': '乃', 'C': '匚', 'D': 'ᗪ', 'E': '乇', 'F': '千', 'G': 'Ꮆ', 'H': '卄', 'I': '丨', 'J': 'フ', 'K': 'Ҝ', 'L': 'ㄥ', 'M': '爪', 'N': '几', 'O': 'ㄖ', 'P': '卩', 'Q': 'Ɋ', 'R': '尺', 'S': '丂', 'T': 'ㄒ', 'U': 'ㄩ', 'V': 'ᐯ', 'W': '山', 'X': '乂', 'Y': 'ㄚ', 'Z': '乙', 'a': '卂', 'b': '乃', 'c': '匚', 'd': 'ᗪ', 'e': '乇', 'f': '千', 'g': 'Ꮆ', 'h': '卄', 'i': '丨', 'j': 'フ', 'k': 'Ҝ', 'l': 'ㄥ', 'm': '爪', 'n': '几', 'o': 'ㄖ', 'p': '卩', 'q': 'Ɋ', 'r': '尺', 's': '丂', 't': 'ㄒ', 'u': 'ㄩ', 'v': 'ᐯ', 'w': '山', 'x': '乂', 'y': 'ㄚ', 'z': '乙'}},
{name: 'Grunge', map: {'A': 'Λ', 'B': 'Ϧ', 'C': 'Ͼ', 'D': 'Ð', 'E': 'Ξ', 'F': 'Ϝ', 'G': 'Ϭ', 'H': 'Ĥ', 'I': 'Ɨ', 'J': 'Ĵ', 'K': 'Ҡ', 'L': 'Ł', 'M': 'Μ', 'N': 'И', 'O': 'Ø', 'P': 'Ᵽ', 'Q': 'Ҩ', 'R': 'Я', 'S': 'Ϟ', 'T': 'Ŧ', 'U': 'Ữ', 'V': 'V', 'W': 'Ш', 'X': 'Ж', 'Y': 'Ӌ', 'Z': 'Ẕ', 'a': 'ą', 'b': 'ϐ', 'c': 'ͼ', 'd': 'ð', 'e': 'ε', 'f': 'ϝ', 'g': 'ϭ', 'h': 'ĥ', 'i': 'ɨ', 'j': 'ĵ', 'k': 'ҡ', 'l': 'ł', 'm': 'ʍ', 'n': 'ŋ', 'o': 'ø', 'p': 'ᵽ', 'q': 'ҩ', 'r': 'ɍ', 's': 'ϟ', 't': 'ŧ', 'u': 'ữ', 'v': 'ν', 'w': 'ш', 'x': 'ϰ', 'y': 'ӌ', 'z': 'ẕ'}},
{name: 'Cyberpunk', map: {'A': 'Λ', 'B': 'β', 'C': 'Ͼ', 'D': 'Ð', 'E': 'Ξ', 'F': 'Ϝ', 'G': 'Ϭ', 'H': 'Ή', 'I': 'Ɨ', 'J': 'J', 'K': 'Ҡ', 'L': 'Ł', 'M': 'Μ', 'N': 'И', 'O': 'Ø', 'P': 'Ᵽ', 'Q': 'Ҩ', 'R': 'Я', 'S': 'Ϟ', 'T': 'Ŧ', 'U': 'Ữ', 'V': 'V', 'W': 'Ш', 'X': 'Ж', 'Y': 'Ӌ', 'Z': 'Ẕ', 'a': 'λ', 'b': 'ϐ', 'c': 'ͼ', 'd': 'ð', 'e': 'ξ', 'f': 'ϝ', 'g': 'ϭ', 'h': 'ή', 'i': 'ɨ', 'j': 'j', 'k': 'ҡ', 'l': 'ł', 'm': 'μ', 'n': 'и', 'o': 'ø', 'p': 'ᵽ', 'q': 'ҩ', 'r': 'я', 's': 'ϟ', 't': 'ŧ', 'u': 'ữ', 'v': 'v', 'w': 'ш', 'x': 'ж', 'y': 'ӌ', 'z': 'ẕ'}}
]
},
{
name: "Symbolic Fonts",
styles: [
{name: 'Symbolic 1', map: {'A': 'Δ', 'B': 'β', 'C': 'Ͼ', 'D': 'Ð', 'E': 'Ξ', 'F': 'Ϝ', 'G': 'Γ', 'H': 'Ĥ', 'I': 'Ɨ', 'J': 'Ĵ', 'K': 'Ҡ', 'L': 'Ł', 'M': 'Μ', 'N': 'Ν', 'O': 'Ω', 'P': 'Ᵽ', 'Q': 'Ҩ', 'R': 'Я', 'S': 'Ϟ', 'T': 'Ŧ', 'U': 'Ữ', 'V': '∀', 'W': 'Ш', 'X': 'χ', 'Y': 'Ӌ', 'Z': 'Ẕ', 'a': 'α', 'b': 'в', 'c': '¢', 'd': '∂', 'e': 'ε', 'f': 'ƒ', 'g': 'g', 'h': 'н', 'i': 'ι', 'j': 'נ', 'k': 'к', 'l': 'ℓ', 'm': 'м', 'n': 'η', 'o': 'σ', 'p': 'ρ', 'q': 'q', 'r': 'я', 's': 'ѕ', 't': 'т', 'u': 'υ', 'v': 'ν', 'w': 'ω', 'x': 'χ', 'y': 'у', 'z': 'z'}},
{name: 'Symbolic 2', map: {'A': 'Λ', 'B': 'Ϧ', 'C': 'Ͼ', 'D': 'Ð', 'E': 'Ξ', 'F': 'Ϝ', 'G': 'Ϭ', 'H': 'Ή', 'I': 'Ɨ', 'J': 'J', 'K': 'Ҡ', 'L': 'Ł', 'M': 'Μ', 'N': 'И', 'O': 'Ø', 'P': 'Ᵽ', 'Q': 'Ҩ', 'R': 'Я', 'S': 'Ϟ', 'T': 'Ŧ', 'U': 'Ữ', 'V': 'V', 'W': 'Ш', 'X': 'Ж', 'Y': 'Ӌ', 'Z': 'Ẕ', 'a': 'α', 'b': 'ϐ', 'c': 'ͼ', 'd': 'ð', 'e': 'ξ', 'f': 'ϝ', 'g': 'ϭ', 'h': 'ή', 'i': 'ɨ', 'j': 'j', 'k': 'ҡ', 'l': 'ł', 'm': 'μ', 'n': 'и', 'o': 'ø', 'p': 'ᵽ', 'q': 'ҩ', 'r': 'я', 's': 'ϟ', 't': 'ŧ', 'u': 'ữ', 'v': 'v', 'w': 'ш', 'x': 'ж', 'y': 'ӌ', 'z': 'ẕ'}},
{name: 'Symbolic 3', map: {'A': 'Ⓐ', 'B': 'Ⓑ', 'C': 'Ⓒ', 'D': 'Ⓓ', 'E': 'Ⓔ', 'F': 'Ⓕ', 'G': 'Ⓖ', 'H': 'Ⓗ', 'I': 'Ⓘ', 'J': 'Ⓙ', 'K': 'Ⓚ', 'L': 'Ⓛ', 'M': 'Ⓜ', 'N': 'Ⓝ', 'O': 'Ⓞ', 'P': 'Ⓟ', 'Q': 'Ⓠ', 'R': 'Ⓡ', 'S': 'Ⓢ', 'T': 'Ⓣ', 'U': 'Ⓤ', 'V': 'Ⓥ', 'W': 'Ⓦ', 'X': 'Ⓧ', 'Y': 'Ⓨ', 'Z': 'Ⓩ', 'a': 'ⓐ', 'b': 'ⓑ', 'c': 'ⓒ', 'd': 'ⓓ', 'e': 'ⓔ', 'f': 'ⓕ', 'g': 'ⓖ', 'h': 'ⓗ', 'i': 'ⓘ', 'j': 'ⓙ', 'k': 'ⓚ', 'l': 'ⓛ', 'm': 'ⓜ', 'n': 'ⓝ', 'o': 'ⓞ', 'p': 'ⓟ', 'q': 'ⓠ', 'r': 'ⓡ', 's': 'ⓢ', 't': 'ⓣ', 'u': 'ⓤ', 'v': 'ⓥ', 'w': 'ⓦ', 'x': 'ⓧ', 'y': 'ⓨ', 'z': 'ⓩ'}},
{name: 'Symbolic 4', map: {'A': '🅐', 'B': '🅑', 'C': '🅒', 'D': '🅓', 'E': '🅔', 'F': '🅕', 'G': '🅖', 'H': '🅗', 'I': '🅘', 'J': '🅙', 'K': '🅚', 'L': '🅛', 'M': '🅜', 'N': '🅝', 'O': '🅞', 'P': '🅟', 'Q': '🅠', 'R': '🅡', 'S': '🅢', 'T': '🅣', 'U': '🅤', 'V': '🅥', 'W': '🅦', 'X': '🅧', 'Y': '🅨', 'Z': '🅩', 'a': '🅐', 'b': '🅑', 'c': '🅒', 'd': '🅓', 'e': '🅔', 'f': '🅕', 'g': '🅖', 'h': '🅗', 'i': '🅘', 'j': '🅙', 'k': '🅚', 'l': '🅛', 'm': '🅜', 'n': '🅝', 'o': '🅞', 'p': '🅟', 'q': '🅠', 'r': '🅡', 's': '🅢', 't': '🅣', 'u': '🅤', 'v': '🅥', 'w': '🅦', 'x': '🅧', 'y': '🅨', 'z': '🅩'}},
{name: 'Symbolic 5', map: {'A': '🄰', 'B': '🄱', 'C': '🄲', 'D': '🄳', 'E': '🄴', 'F': '🄵', 'G': '🄶', 'H': '🄷', 'I': '🄸', 'J': '🄹', 'K': '🄺', 'L': '🄻', 'M': '🄼', 'N': '🄽', 'O': '🄾', 'P': '🄿', 'Q': '🅀', 'R': '🅁', 'S': '🅂', 'T': '🅃', 'U': '🅄', 'V': '🅅', 'W': '🅆', 'X': '🅇', 'Y': '🅈', 'Z': '🅉', 'a': '🄰', 'b': '🄱', 'c': '🄲', 'd': '🄳', 'e': '🄴', 'f': '🄵', 'g': '🄶', 'h': '🄷', 'i': '🄸', 'j': '🄹', 'k': '🄺', 'l': '🄻', 'm': '🄼', 'n': '🄽', 'o': '🄾', 'p': '🄿', 'q': '🅀', 'r': '🅁', 's': '🅂', 't': '🅃', 'u': '🅄', 'v': '🅅', 'w': '🅆', 'x': '🅇', 'y': '🅈', 'z': '🅉'}},
{name: 'Symbolic 6', map: {'A': '🅰', 'B': '🅱', 'C': '🅲', 'D': '🅳', 'E': '🅴', 'F': '🅵', 'G': '🅶', 'H': '🅷', 'I': '🅸', 'J': '🅹', 'K': '🅺', 'L': '🅻', 'M': '🅼', 'N': '🅽', 'O': '🅾', 'P': '🅿', 'Q': '🆀', 'R': '🆁', 'S': '🆂', 'T': '🆃', 'U': '🆄', 'V': '🆅', 'W': '🆆', 'X': '🆇', 'Y': '🆈', 'Z': '🆉', 'a': '🅰', 'b': '🅱', 'c': '🅲', 'd': '🅳', 'e': '🅴', 'f': '🅵', 'g': '🅶', 'h': '🅷', 'i': '🅸', 'j': '🅹', 'k': '🅺', 'l': '🅻', 'm': '🅼', 'n': '🅽', 'o': '🅾', 'p': '🅿', 'q': '🆀', 'r': '🆁', 's': '🆂', 't': '🆃', 'u': '🆄', 'v': '🆅', 'w': '🆆', 'x': '🆇', 'y': '🆈', 'z': '🆉'}},
{name: 'Symbolic 7', map: {'A': '🇦', 'B': '🇧', 'C': '🇨', 'D': '🇩', 'E': '🇪', 'F': '🇫', 'G': '🇬', 'H': '🇭', 'I': '🇮', 'J': '🇯', 'K': '🇰', 'L': '🇱', 'M': '🇲', 'N': '🇳', 'O': '🇴', 'P': '🇵', 'Q': '🇶', 'R': '🇷', 'S': '🇸', 'T': '🇹', 'U': '🇺', 'V': '🇻', 'W': '🇼', 'X': '🇽', 'Y': '🇾', 'Z': '🇿', 'a': '🇦', 'b': '🇧', 'c': '🇨', 'd': '🇩', 'e': '🇪', 'f': '🇫', 'g': '🇬', 'h': '🇭', 'i': '🇮', 'j': '🇯', 'k': '🇰', 'l': '🇱', 'm': '🇲', 'n': '🇳', 'o': '🇴', 'p': '🇵', 'q': '🇶', 'r': '🇷', 's': '🇸', 't': '🇹', 'u': '🇺', 'v': '🇻', 'w': '🇼', 'x': '🇽', 'y': '🇾', 'z': '🇿'}},
{name: 'Symbolic 8', map: {'A': '🄐', 'B': '🄑', 'C': '🄒', 'D': '🄓', 'E': '🄔', 'F': '🄕', 'G': '🄖', 'H': '🄗', 'I': '🄘', 'J': '🄙', 'K': '🄚', 'L': '🄛', 'M': '🄜', 'N': '🄝', 'O': '🄞', 'P': '🄟', 'Q': '🄠', 'R': '🄡', 'S': '🄢', 'T': '🄣', 'U': '🄤', 'V': '🄥', 'W': '🄦', 'X': '🄧', 'Y': '🄨', 'Z': '🄩', 'a': '⒜', 'b': '⒝', 'c': '⒞', 'd': '⒟', 'e': '⒠', 'f': '⒡', 'g': '⒢', 'h': '⒣', 'i': '⒤', 'j': '⒥', 'k': '⒦', 'l': '⒧', 'm': '⒨', 'n': '⒩', 'o': '⒪', 'p': '⒫', 'q': '⒬', 'r': '⒭', 's': '⒮', 't': '⒯', 'u': '⒰', 'v': '⒱', 'w': '⒲', 'x': '⒳', 'y': '⒴', 'z': '⒵'}}
]
},
{
name: "Numeric Styles",
styles: [
{name: 'Subscript', map: {'0': '₀', '1': '₁', '2': '₂', '3': '₃', '4': '₄', '5': '₅', '6': '₆', '7': '₇', '8': '₈', '9': '₉', 'a': 'ₐ', 'e': 'ₑ', 'h': 'ₕ', 'i': 'ᵢ', 'j': 'ⱼ', 'k': 'ₖ', 'l': 'ₗ', 'm': 'ₘ', 'n': 'ₙ', 'o': 'ₒ', 'p': 'ₚ', 'r': 'ᵣ', 's': 'ₛ', 't': 'ₜ', 'u': 'ᵤ', 'v': 'ᵥ', 'x': 'ₓ'}},
{name: 'Superscript', map: {'0': '⁰', '1': '¹', '2': '²', '3': '³', '4': '⁴', '5': '⁵', '6': '⁶', '7': '⁷', '8': '⁸', '9': '⁹', '+': '⁺', '-': '⁻', '=': '⁼', '(': '⁽', ')': '⁾', 'a': 'ᵃ', 'b': 'ᵇ', 'c': 'ᶜ', 'd': 'ᵈ', 'e': 'ᵉ', 'f': 'ᶠ', 'g': 'ᵍ', 'h': 'ʰ', 'i': 'ⁱ', 'j': 'ʲ', 'k': 'ᵏ', 'l': 'ˡ', 'm': 'ᵐ', 'n': 'ⁿ', 'o': 'ᵒ', 'p': 'ᵖ', 'r': 'ʳ', 's': 'ˢ', 't': 'ᵗ', 'u': 'ᵘ', 'v': 'ᵛ', 'w': 'ʷ', 'x': 'ˣ', 'y': 'ʸ', 'z': 'ᶻ'}},
{name: 'Circled Numbers', map: {'0': '⓪', '1': '①', '2': '②', '3': '③', '4': '④', '5': '⑤', '6': '⑥', '7': '⑦', '8': '⑧', '9': '⑨', '10': '⑩', '11': '⑪', '12': '⑫', '13': '⑬', '14': '⑭', '15': '⑮', '16': '⑯', '17': '⑰', '18': '⑱', '19': '⑲', '20': '⑳'}},
{name: 'Negative Circled Numbers', map: {'0': '⓿', '1': '❶', '2': '❷', '3': '❸', '4': '❹', '5': '❺', '6': '❻', '7': '❼', '8': '❽', '9': '❾', '10': '❿', '11': '⓫', '12': '⓬', '13': '⓭', '14': '⓮', '15': '⓯', '16': '⓰', '17': '⓱', '18': '⓲', '19': '⓳', '20': '⓴'}},
{name: 'Full Stop', map: {'1': '⒈', '2': '⒉', '3': '⒊', '4': '⒋', '5': '⒌', '6': '⒍', '7': '⒎', '8': '⒏', '9': '⒐', '10': '⒑', '11': '⒒', '12': '⒓', '13': '⒔', '14': '⒕', '15': '⒖', '16': '⒗', '17': '⒘', '18': '⒙', '19': '⒚', '20': '⒛'}},
{name: 'Parenthesized', map: {'0': '⑴', '1': '⑴', '2': '⑵', '3': '⑶', '4': '⑷', '5': '⑸', '6': '⑹', '7': '⑺', '8': '⑻', '9': '⑼', '10': '⑽', '11': '⑾', '12': '⑿', '13': '⒀', '14': '⒁', '15': '⒂', '16': '⒃', '17': '⒄', '18': '⒅', '19': '⒆', '20': '⒇'}},
{name: 'Double Circled', map: {'1': '㊀', '2': '㊁', '3': '㊂', '4': '㊃', '5': '㊄', '6': '㊅', '7': '㊆', '8': '㊇', '9': '㊈', '10': '㊉'}},
{name: 'Dingbat Negative Circled', map: {'0': '✪', '1': '❶', '2': '❷', '3': '❸', '4': '❹', '5': '❺', '6': '❻', '7': '❼', '8': '❽', '9': '❾', '10': '❿'}}
]
},
{
name: "Faux Language Fonts",
styles: [
{name: 'Faux Cyrillic', map: {'A': 'А', 'B': 'В', 'C': 'С', 'D': 'D', 'E': 'Е', 'F': 'F', 'G': 'Г', 'H': 'Н', 'I': 'І', 'J': 'Ј', 'K': 'К', 'L': 'L', 'M': 'М', 'N': 'И', 'O': 'О', 'P': 'Р', 'Q': 'Q', 'R': 'Я', 'S': 'Ѕ', 'T': 'Т', 'U': 'Ц', 'V': 'V', 'W': 'Ш', 'X': 'Х', 'Y': 'Ч', 'Z': 'Z', 'a': 'а', 'b': 'ь', 'c': 'с', 'd': 'd', 'e': 'е', 'f': 'f', 'g': 'г', 'h': 'н', 'i': 'і', 'j': 'ј', 'k': 'к', 'l': 'l', 'm': 'м', 'n': 'и', 'o': 'о', 'p': 'р', 'q': 'q', 'r': 'я', 's': 'ѕ', 't': 'т', 'u': 'ц', 'v': 'v', 'w': 'ш', 'x': 'х', 'y': 'ч', 'z': 'z'}},
{name: 'Faux Greek', map: {'A': 'Λ', 'B': 'β', 'C': 'Ͼ', 'D': 'Δ', 'E': 'Σ', 'F': 'Ϝ', 'G': 'Γ', 'H': 'Η', 'I': 'I', 'J': 'J', 'K': 'Κ', 'L': 'Λ', 'M': 'Μ', 'N': 'Ν', 'O': 'Θ', 'P': 'Ρ', 'Q': 'Q', 'R': 'Я', 'S': 'Ѕ', 'T': 'Τ', 'U': 'Ц', 'V': 'V', 'W': 'Ω', 'X': 'Χ', 'Y': 'Υ', 'Z': 'Ζ', 'a': 'α', 'b': 'β', 'c': 'ͼ', 'd': 'δ', 'e': 'ε', 'f': 'ϝ', 'g': 'γ', 'h': 'η', 'i': 'ι', 'j': 'φ', 'k': 'κ', 'l': 'λ', 'm': 'μ', 'n': 'ν', 'o': 'σ', 'p': 'ρ', 'q': 'q', 'r': 'я', 's': 'ѕ', 't': 'τ', 'u': 'υ', 'v': 'ν', 'w': 'ω', 'x': 'χ', 'y': 'γ', 'z': 'ζ'}},
{name: 'Faux Ethiopian', map: {'A': 'ል', 'B': 'ጌ', 'C': 'ር', 'D': 'ዕ', 'E': 'ቿ', 'F': 'ቻ', 'G': 'ኗ', 'H': 'ዘ', 'I': 'ጎ', 'J': 'ጋ', 'K': 'ጕ', 'L': 'ረ', 'M': 'ጠ', 'N': 'ክ', 'O': 'ዐ', 'P': 'የ', 'Q': 'ዒ', 'R': 'ዪ', 'S': 'ነ', 'T': 'ፕ', 'U': 'ሁ', 'V': 'ሀ', 'W': 'ሠ', 'X': 'ሸ', 'Y': 'ሃ', 'Z': 'ጊ', 'a': 'ል', 'b': 'ጌ', 'c': 'ር', 'd': 'ዕ', 'e': 'ቿ', 'f': 'ቻ', 'g': 'ኗ', 'h': 'ዘ', 'i': 'ጎ', 'j': 'ጋ', 'k': 'ጕ', 'l': 'ረ', 'm': 'ጠ', 'n': 'ክ', 'o': 'ዐ', 'p': 'የ', 'q': 'ዒ', 'r': 'ዪ', 's': 'ነ', 't': 'ፕ', 'u': 'ሁ', 'v': 'ሀ', 'w': 'ሠ', 'x': 'ሸ', 'y': 'ሃ', 'z': 'ጊ'}},
{name: 'Faux Arabic', map: {'A': 'ム', 'B': '乃', 'C': 'ᄃ', 'D': 'り', 'E': '乇', 'F': 'キ', 'G': 'ム', 'H': 'ん', 'I': 'ノ', 'J': 'フ', 'K': 'ズ', 'L': 'レ', 'M': 'ᄊ', 'N': '刀', 'O': 'の', 'P': 'ア', 'Q': 'Q', 'R': '尺', 'S': '丂', 'T': 'イ', 'U': 'ひ', 'V': '√', 'W': 'W', 'X': 'メ', 'Y': 'リ', 'Z': '乙', 'a': 'ム', 'b': '乃', 'c': 'ᄃ', 'd': 'り', 'e': '乇', 'f': 'キ', 'g': 'ム', 'h': 'ん', 'i': 'ノ', 'j': 'フ', 'k': 'ズ', 'l': 'レ', 'm': 'ᄊ', 'n': '刀', 'o': 'の', 'p': 'ア', 'q': 'q', 'r': '尺', 's': '丂', 't': 'イ', 'u': 'ひ', 'v': '√', 'w': 'w', 'x': 'メ', 'y': 'リ', 'z': '乙'}},
{name: 'Faux Japanese', map: {'A': '卂', 'B': '乃', 'C': '匚', 'D': 'ᗪ', 'E': '乇', 'F': '千', 'G': 'Ꮆ', 'H': '卄', 'I': '丨', 'J': 'フ', 'K': 'Ҝ', 'L': 'ㄥ', 'M': '爪', 'N': '几', 'O': 'ㄖ', 'P': '卩', 'Q': 'Ɋ', 'R': '尺', 'S': '丂', 'T': 'ㄒ', 'U': 'ㄩ', 'V': 'ᐯ', 'W': '山', 'X': '乂', 'Y': 'ㄚ', 'Z': '乙', 'a': '卂', 'b': '乃', 'c': '匚', 'd': 'ᗪ', 'e': '乇', 'f': '千', 'g': 'Ꮆ', 'h': '卄', 'i': '丨', 'j': 'フ', 'k': 'Ҝ', 'l': 'ㄥ', 'm': '爪', 'n': '几', 'o': 'ㄖ', 'p': '卩', 'q': 'Ɋ', 'r': '尺', 's': '丂', 't': 'ㄒ', 'u': 'ㄩ', 'v': 'ᐯ', 'w': '山', 'x': '乂', 'y': 'ㄚ', 'z': '乙'}},
{name: 'Faux Korean', map: {'A': 'ㅁ', 'B': 'ㅠ', 'C': 'ㅊ', 'D': 'ㅇ', 'E': 'ㅌ', 'F': 'ㄹ', 'G': 'ㄱ', 'H': 'ㅎ', 'I': 'ㅑ', 'J': 'ㅓ', 'K': 'ㅋ', 'L': 'ㄴ', 'M': 'ㅁ', 'N': 'ㅜ', 'O': 'ㅇ', 'P': 'ㅍ', 'Q': 'ㅂ', 'R': 'ㄹ', 'S': 'ㅅ', 'T': 'ㅌ', 'U': 'ㅕ', 'V': 'ㅍ', 'W': 'ㅈ', 'X': 'ㅎ', 'Y': 'ㅛ', 'Z': 'ㅈ', 'a': 'ㅁ', 'b': 'ㅠ', 'c': 'ㅊ', 'd': 'ㅇ', 'e': 'ㅌ', 'f': 'ㄹ', 'g': 'ㄱ', 'h': 'ㅎ', 'i': 'ㅑ', 'j': 'ㅓ', 'k': 'ㅋ', 'l': 'ㄴ', 'm': 'ㅁ', 'n': 'ㅜ', 'o': 'ㅇ', 'p': 'ㅍ', 'q': 'ㅂ', 'r': 'ㄹ', 's': 'ㅅ', 't': 'ㅌ', 'u': 'ㅕ', 'v': 'ㅍ', 'w': 'ㅈ', 'x': 'ㅎ', 'y': 'ㅛ', 'z': 'ㅈ'}},
{name: 'Faux Thai', map: {'A': 'ค', 'B': '๒', 'C': 'ς', 'D': '๔', 'E': 'є', 'F': 'Ŧ', 'G': 'ﻮ', 'H': 'ђ', 'I': 'เ', 'J': 'ן', 'K': 'к', 'L': 'ɭ', 'M': '๓', 'N': 'ภ', 'O': '๏', 'P': 'ק', 'Q': 'ợ', 'R': 'г', 'S': 'ร', 'T': 'Շ', 'U': 'ย', 'V': 'ש', 'W': 'ฬ', 'X': 'א', 'Y': 'ץ', 'Z': 'չ', 'a': 'ค', 'b': '๒', 'c': 'ς', 'd': '๔', 'e': 'є', 'f': 'Ŧ', 'g': 'ﻮ', 'h': 'ђ', 'i': 'เ', 'j': 'ן', 'k': 'к', 'l': 'ɭ', 'm': '๓', 'n': 'ภ', 'o': '๏', 'p': 'ק', 'q': 'ợ', 'r': 'г', 's': 'ร', 't': 'Շ', 'u': 'ย', 'v': 'ש', 'w': 'ฬ', 'x': 'א', 'y': 'ץ', 'z': 'չ'}},
{name: 'Faux Devanagari', map: {'A': 'ค', 'B': '๒', 'C': 'ς', 'D': '๔', 'E': 'є', 'F': 'Ŧ', 'G': 'ﻮ', 'H': 'ђ', 'I': 'เ', 'J': 'ן', 'K': 'к', 'L': 'ɭ', 'M': '๓', 'N': 'ภ', 'O': '๏', 'P': 'ק', 'Q': 'ợ', 'R': 'г', 'S': 'ร', 'T': 'Շ', 'U': 'ย', 'V': 'ש', 'W': 'ฬ', 'X': 'א', 'Y': 'ץ', 'Z': 'չ', 'a': 'ค', 'b': '๒', 'c': 'ς', 'd': '๔', 'e': 'є', 'f': 'Ŧ', 'g': 'ﻮ', 'h': 'ђ', 'i': 'เ', 'j': 'ן', 'k': 'к', 'l': 'ɭ', 'm': '๓', 'n': 'ภ', 'o': '๏', 'p': 'ק', 'q': 'ợ', 'r': 'г', 's': 'ร', 't': 'Շ', 'u': 'ย', 'v': 'ש', 'w': 'ฬ', 'x': 'א', 'y': 'ץ', 'z': 'չ'}}
]
},
{
name: "Diacritical Marks",
styles: [
{name: 'Acute Accent', map: {'A': 'Á', 'E': 'É', 'I': 'Í', 'O': 'Ó', 'U': 'Ú', 'Y': 'Ý', 'a': 'á', 'e': 'é', 'i': 'í', 'o': 'ó', 'u': 'ú', 'y': 'ý'}},
{name: 'Grave Accent', map: {'A': 'À', 'E': 'È', 'I': 'Ì', 'O': 'Ò', 'U': 'Ù', 'a': 'à', 'e': 'è', 'i': 'ì', 'o': 'ò', 'u': 'ù'}},
{name: 'Circumflex', map: {'A': 'Â', 'E': 'Ê', 'I': 'Î', 'O': 'Ô', 'U': 'Û', 'a': 'â', 'e': 'ê', 'i': 'î', 'o': 'ô', 'u': 'û'}},
{name: 'Tilde', map: {'A': 'Ã', 'N': 'Ñ', 'O': 'Õ', 'a': 'ã', 'n': 'ñ', 'o': 'õ'}},
{name: 'Umlaut', map: {'A': 'Ä', 'E': 'Ë', 'I': 'Ï', 'O': 'Ö', 'U': 'Ü', 'Y': 'Ÿ', 'a': 'ä', 'e': 'ë', 'i': 'ï', 'o': 'ö', 'u': 'ü', 'y': 'ÿ'}},
{name: 'Cedilla', map: {'C': 'Ç', 'c': 'ç'}},
{name: 'Ogonek', map: {'A': 'Ą', 'E': 'Ę', 'I': 'Į', 'U': 'Ų', 'a': 'ą', 'e': 'ę', 'i': 'į', 'u': 'ų'}},
{name: 'Macron', map: {'A': 'Ā', 'E': 'Ē', 'I': 'Ī', 'O': 'Ō', 'U': 'Ū', 'a': 'ā', 'e': 'ē', 'i': 'ī', 'o': 'ō', 'u': 'ū'}}
]
},
];
function generateFancyText(text, style) {
return text.split('').map(char => style.map[char] || char).join('');
}
function createCategorySection(category) {
const section = document.createElement('div');
section.className = 'category-section mb-4';
const header = document.createElement('div');
header.className = 'category-header';
header.innerHTML = `<h2 class="h4 mb-0">${category.name}</h2>`;
section.appendChild(header);
const container = document.createElement('div');
container.className = 'preview-container';
section.appendChild(container);
// Add 3 lines of space after the preview container
const spacer = document.createElement('div');
spacer.style.height = '3em'; // 3 lines of space
section.appendChild(spacer);
return section;
}
function createPreviewBox(style, text) {
const previewBox = document.createElement('div');
previewBox.className = 'preview-box';
const card = document.createElement('div');
card.className = 'card h-100';
const cardHeader = document.createElement('div');
cardHeader.className = 'card-header';
cardHeader.innerHTML = `<h5 class="mb-0 fs-6">${style.name}</h5>`;
const cardBody = document.createElement('div');
cardBody.className = 'card-body d-flex flex-column';
const previewText = document.createElement('p');
previewText.className = 'mb-3 preview-text text-center flex-grow-1';
previewText.textContent = text;
const buttonGroup = document.createElement('div');
buttonGroup.className = 'd-flex flex-wrap justify-content-between gap-2';
const copyButton = document.createElement('button');
copyButton.className = 'btn btn-sm btn-outline-primary flex-grow-1';
copyButton.textContent = 'Copy';
copyButton.onclick = () => {
navigator.clipboard.writeText(text);
copyButton.textContent = 'Copied!';
setTimeout(() => copyButton.textContent = 'Copy', 2000);
};
const downloadButton = document.createElement('button');
downloadButton.className = 'btn btn-sm btn-outline-success flex-grow-1';
downloadButton.textContent = 'Download';
downloadButton.onclick = () => {
downloadAsImage(card, style.name);
};
buttonGroup.appendChild(copyButton);
buttonGroup.appendChild(downloadButton);
cardBody.appendChild(previewText);
cardBody.appendChild(buttonGroup);
card.appendChild(cardHeader);
card.appendChild(cardBody);
previewBox.appendChild(card);
return previewBox;
}
function downloadAsImage(element, styleName) {
html2canvas(element).then(canvas => {
const link = document.createElement('a');
link.download = `${styleName.replace(/\s+/g, '-').toLowerCase()}-text.png`;
link.href = canvas.toDataURL();
link.click();
});
}
const inputText = document.getElementById('inputText');
const previewContainer = document.getElementById('previewContainer');
inputText.addEventListener('input', function () {
const text = this.value || 'Preview Text';
previewContainer.innerHTML = '';
fontCategories.forEach(category => {
const categorySection = createCategorySection(category);
const container = categorySection.querySelector('.preview-container');
category.styles.forEach(style => {
const fancyText = generateFancyText(text, style);
container.appendChild(createPreviewBox(style, fancyText));
});
previewContainer.appendChild(categorySection);
});
});
// Initial generation
inputText.dispatchEvent(new Event('input'));
</script>
<h3>How to Write a Cursive Capital F</h3>
<p>
Writing a cursive capital 'F' involves a specific set of strokes to create a smooth and connected script.
Here's a step-by-step guide on how to write a cursive capital 'F':
<ol>
<li><strong>Starting Point:</strong> Begin slightly above the line where you want the 'F' to rest.</li>
<li><strong>First Stroke:</strong> Make a vertical stroke downward.</li>
<li><strong>Connecting Stroke:</strong> Without lifting your pen, create a horizontal stroke from left to right,
connecting to the bottom of the vertical stroke.</li>
<li><strong>Second Stroke:</strong> Move upward and to the right, forming a slanted stroke.</li>
<li><strong>Third Stroke:</strong> Without lifting your pen, create another horizontal stroke from left to right,
connecting to the end of the slanted stroke.</li>
</ol>
Remember, the key to cursive writing is maintaining a continuous flow between the strokes.
Practice is essential to develop a consistent and aesthetically pleasing cursive 'F'.
The above steps provide a general guideline, but individual styles may vary slightly.
</p>
<div class="container">
<h3>Cursive Writing Practice</h3>
<div class="letter-display dancing-script" id="letterDisplay">F</div>
<div class="controls">
<button onclick="previousLetter()">Previous</button>
<button onclick="nextLetter()">Next</button>
<button onclick="clearCanvas()">Clear</button>
<button onclick="downloadImage()" class="download">Download as Image</button>
</div>
<canvas id="canvas" width="800" height="400"></canvas>
<div class="tools">
<label for="fontSelector" class="tool-label">Select Font:</label>
<select class="font-selector" id="fontSelector" onchange="changeFont()">
<option value="dancing-script" style="font-family: 'Dancing Script'">Dancing Script</option>
<option value="great-vibes" style="font-family: 'Great Vibes'">Great Vibes</option>
<option value="pacifico" style="font-family: 'Pacifico'">Pacifico</option>
<option value="satisfy" style="font-family: 'Satisfy'">Satisfy</option>
<option value="tangerine" style="font-family: 'Tangerine'">Fancy Cursive</option>
</select>
<input type="color" id="colorPicker" value="#000000">
<select class="size-selector" id="sizeSelector">
<option value="2">Thin</option>
<option value="4" selected>Medium</option>
<option value="6">Thick</option>
</select>
</div>
</div>
<script>
const canvas = document.getElementById('canvas');
const ctx = canvas.getContext('2d');
const letterDisplay = document.getElementById('letterDisplay');
const colorPicker = document.getElementById('colorPicker');
const sizeSelector = document.getElementById('sizeSelector');
const fontSelector = document.getElementById('fontSelector');
let isDrawing = false;
let currentLetter = 0;
const letters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split('');
// Drawing settings
ctx.lineCap = 'round';
ctx.lineJoin = 'round';
// Mouse events
canvas.addEventListener('mousedown', startDrawing);
canvas.addEventListener('mousemove', draw);
canvas.addEventListener('mouseup', stopDrawing);
canvas.addEventListener('mouseout', stopDrawing);
// Touch events
canvas.addEventListener('touchstart', handleTouch);
canvas.addEventListener('touchmove', handleTouch);
canvas.addEventListener('touchend', stopDrawing);
function changeFont() {
const selectedFont = fontSelector.value;
letterDisplay.className = `letter-display ${selectedFont}`;
}
function startDrawing(e) {
isDrawing = true;
draw(e);
}
function draw(e) {
if (!isDrawing) return;
const rect = canvas.getBoundingClientRect();
const x = e.clientX - rect.left;
const y = e.clientY - rect.top;
ctx.lineWidth = sizeSelector.value;
ctx.strokeStyle = colorPicker.value;
ctx.lineTo(x, y);
ctx.stroke();
ctx.beginPath();
ctx.moveTo(x, y);
}
function handleTouch(e) {
e.preventDefault();
const touch = e.touches[0];
const mouseEvent = new MouseEvent('mousemove', {
clientX: touch.clientX,
clientY: touch.clientY
});
if (e.type === 'touchstart') {
startDrawing(mouseEvent);
} else {
draw(mouseEvent);
}
}
function stopDrawing() {
isDrawing = false;
ctx.beginPath();
}
function clearCanvas() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
}
function nextLetter() {
currentLetter = (currentLetter + 1) % letters.length;
letterDisplay.textContent = letters[currentLetter];
clearCanvas();
}
function previousLetter() {
currentLetter = (currentLetter - 1 + letters.length) % letters.length;
letterDisplay.textContent = letters[currentLetter];
clearCanvas();
}
function downloadImage() {
const tempCanvas = document.createElement('canvas');
const tempCtx = tempCanvas.getContext('2d');
tempCanvas.width = canvas.width;
tempCanvas.height = canvas.height;
tempCtx.fillStyle = '#ffffff';
tempCtx.fillRect(0, 0, tempCanvas.width, tempCanvas.height);
tempCtx.drawImage(canvas, 0, 0);
const selectedFont = fontSelector.value.replace('-', ' ');
tempCtx.font = `48px ${selectedFont}`;
tempCtx.fillStyle = '#666666';
tempCtx.textAlign = 'left';
tempCtx.textBaseline = 'top';
tempCtx.fillText(`Letter: ${letters[currentLetter]}`, 10, 10);
const link = document.createElement('a');
link.download = `cursive-letter-${letters[currentLetter]}.png`;
link.href = tempCanvas.toDataURL('image/png');
link.click();
}
// Set initial letter
letterDisplay.textContent = letters[currentLetter];
// Handle window resize
function resizeCanvas() {
const container = document.querySelector('.container');
canvas.width = container.clientWidth - 40;
clearCanvas();
}
window.addEventListener('resize', resizeCanvas);
resizeCanvas();
</script>
<p> </p>
<p>
<img src="https://fancyletters.org/images/how-to-write-f-in-cursive.webp" width="40%" height="auto"
alt="how to wirte f in cursive" />
</p>
<div class="schema-faq-code" itemscope="" itemtype="https://schema.org/FAQPage">
<div itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq-question">
<h3 itemprop="name" class="faq-q">How do I start writing a cursive capital 'F'?</h3>
<div itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<p itemprop="text" class="faq-a">Begin slightly above the line where you want the 'F' to rest. Make a vertical
stroke downward, followed by a horizontal stroke from left to right at the top.</p>
</div>
</div>
<div itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq-question">
<h3 itemprop="name" class="faq-q">What's the key to writing a cursive lowercase 'f'?</h3>
<div itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<p itemprop="text" class="faq-a">Start with a small loop at the top, then make a vertical stroke downward.
Finish with a horizontal stroke from left to right at the middle.</p>
</div>
</div>
<div itemscope="" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq-question">
<h3 itemprop="name" class="faq-q">How can I connect cursive 'F' with other letters?</h3>
<div itemscope="" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<p itemprop="text" class="faq-a">Ensure a smooth transition when connecting 'F' with other letters by
maintaining a continuous flow between the strokes.</p>
</div>
</div>
</div>
<h4>Tips for Writing Cursive Letter 'F':</h4>
<p>Tip 1: Practice the distinct strokes of both uppercase and lowercase 'f' to achieve a consistent and aesthetically
pleasing cursive style.</p>
<p>Tip 2: Pay attention to the proportions of the vertical and horizontal strokes in 'F' for balance.</p>
<p>Tip 3: Experiment with the size and slant of your cursive 'F' to find a style that suits your preferences while
maintaining legibility.</p>
<p>If you are looking for a Cursive F worksheet in PDF format, you can find and download it. This online resource
offers a free PDF worksheet that includes both uppercase and lowercase Cursive F letters for practice.</p>
<p>
<a href="https://fancyletters.gumroad.com/l/rxymju" target="_blank" rel="nofollow noreferrer"> <button
class="btn btn-primary"><i class="fa fa-download"></i> Cursive F worksheet Free Download</button></a>
</p>
<p>
<img src="https://fancyletters.org/images/cursive-f.png" width="40%" height="auto" alt="Cursive F" />
</p>
<p> When learning how to write f in cursive, it's important to start with the basic strokes that create the letter's unique shape. Practice how to make a cursive f by focusing on smooth, flowing lines that connect seamlessly with other letters. Mastering the capital F cursive style will add an elegant and distinctive touch to your handwriting. </p>
<p> To perfect your cursive capital F, pay close attention to the loops and curves that define the letter, ensuring they are proportionate and balanced. Consistently practicing the lower case cursive f will help you maintain a fluid and consistent writing style. Developing a strong cursive uppercase F will enhance the formal appearance of your cursive writing, making it suitable for titles and important text.</p>
<p>For a more personalized style, experiment with the capital letter F cursive by adding unique embellishments and loops. Creating a fancy cursive f can make your handwriting stand out with an artistic flair. Using a capitalized cursive F will add a professional and polished look to your work. Additionally, cursive f copy and paste options provide convenience for quickly replicating your beautifully crafted letters across different documents. </p>
<div class="list-group">
<a href="https://fancyletters.org/a-in-cursive.html" class="list-group-item list-group-item-action active"
aria-current="true">How to Write A in Cursive</a>
<a href="https://fancyletters.org/b-in-cursive.html" class="list-group-item list-group-item-action">How to Write B
in Cursive</a>
<a href="https://fancyletters.org/c-in-cursive.html" class="list-group-item list-group-item-action">How to Write C
in Cursive</a>
<a href="https://fancyletters.org/d-in-cursive.html" class="list-group-item list-group-item-action">How to Write D
in Cursive</a>
<a href="https://fancyletters.org/e-in-cursive.html" class="list-group-item list-group-item-action">How to Write E
in Cursive</a>
<a href="https://fancyletters.org/f-in-cursive.html" class="list-group-item list-group-item-action">How to Write F
in Cursive</a>
<a href="https://fancyletters.org/g-in-cursive.html" class="list-group-item list-group-item-action">How to Write G
in Cursive</a>
<a href="https://fancyletters.org/h-in-cursive.html" class="list-group-item list-group-item-action">How to Write H
in Cursive</a>
<a href="https://fancyletters.org/i-in-cursive.html" class="list-group-item list-group-item-action">How to Write I
in Cursive</a>
<a href="https://fancyletters.org/j-in-cursive.html" class="list-group-item list-group-item-action">How to Write J
in Cursive</a>
<a href="https://fancyletters.org/k-in-cursive.html" class="list-group-item list-group-item-action">How to Write K
in Cursive</a>
<a href="https://fancyletters.org/l-in-cursive.html" class="list-group-item list-group-item-action">How to Write L
in Cursive</a>
<a href="https://fancyletters.org/m-in-cursive.html" class="list-group-item list-group-item-action">How to Write M
in Cursive</a>
<a href="https://fancyletters.org/n-in-cursive.html" class="list-group-item list-group-item-action">How to Write N
in Cursive</a>
<a href="https://fancyletters.org/o-in-cursive.html" class="list-group-item list-group-item-action">How to Write O
in Cursive</a>
<a href="https://fancyletters.org/p-in-cursive.html" class="list-group-item list-group-item-action">How to Write P
in Cursive</a>
<a href="https://fancyletters.org/q-in-cursive.html" class="list-group-item list-group-item-action">How to Write Q
in Cursive</a>
<a href="https://fancyletters.org/r-in-cursive.html" class="list-group-item list-group-item-action">How to Write R
in Cursive</a>
<a href="https://fancyletters.org/s-in-cursive.html" class="list-group-item list-group-item-action">How to Write S
in Cursive</a>
<a href="https://fancyletters.org/t-in-cursive.html" class="list-group-item list-group-item-action">How to Write T
in Cursive</a>
<a href="https://fancyletters.org/u-in-cursive.html" class="list-group-item list-group-item-action">How to Write U
in Cursive</a>
<a href="https://fancyletters.org/v-in-cursive.html" class="list-group-item list-group-item-action">How to Write V
in Cursive</a>
<a href="https://fancyletters.org/w-in-cursive.html" class="list-group-item list-group-item-action">How to Write W
in Cursive</a>
<a href="https://fancyletters.org/x-in-cursive.html" class="list-group-item list-group-item-action">How to Write X
in Cursive</a>
<a href="https://fancyletters.org/y-in-cursive.html" class="list-group-item list-group-item-action">How to Write Y
in Cursive</a>
<a href="https://fancyletters.org/z-in-cursive.html" class="list-group-item list-group-item-action">How to Write Z
in Cursive</a>
</div>
<p>Cursive writing, cherished for its elegant and fluid style, holds a unique charm that transforms everyday writing into a form of art. Among the many letters that constitute cursive script, the letter "f" stands out due to its intricate design and the skill required to master it. Writing the f in cursive lowercase is a crucial skill for anyone learning cursive writing. The lowercase f in cursive begins with a sweeping upward stroke that ascends above the midline, then curves back on itself to form a loop, descends in a straight line that loops around again just below the baseline, and finally curves back up with a slight upward flick. This fluid motion not only makes the letter visually appealing but also ensures it connects seamlessly with subsequent letters, maintaining the continuous flow characteristic of cursive writing.</p>
<p>Transitioning to the cursive f uppercase, the complexity and elegance of the letter increase significantly. The capital f in cursive is crafted with a bold initial upward stroke that curves into a large loop, sweeping downwards to create a strong vertical line. This is followed by two horizontal strokes, one near the top and one in the middle, that extend outward to the right, creating a balanced and ornate character. This intricate design makes the cursive f uppercase stand out prominently at the beginning of sentences or proper nouns, adding a touch of sophistication and grandeur to any text. The distinction between the cursive f uppercase and its lowercase counterpart lies in its additional flourishes and loops, which add an element of elegance and prominence.</p>
<p>Mastering the cursive f lowercase is essential for achieving fluency in cursive writing. The f in cursive lowercase must be crafted with precision to ensure it connects smoothly to other letters in a word. This connectivity is a defining feature of cursive writing, making it both practical for continuous writing and visually harmonious. The elegance of the lowercase f in cursive lies in its complexity and the ease with which it can be written once mastered, allowing writers to maintain a steady flow without lifting the pen from the paper. This fluidity is what makes cursive writing so distinctive and admired.</p>
<p>Practicing the cursive f uppercase requires patience and a keen eye for detail. The capital f in cursive is not only larger but also includes more intricate details, making it a bit more challenging to master. However, once perfected, it adds significant elegance to any piece of writing. The beauty of the cursive f uppercase is particularly evident in formal documents and artistic calligraphy, where its ornate design can be fully appreciated. Its grand loops and sweeping curves make it a standout element in any text, enhancing the overall aesthetic of the written piece.</p>
<p>In conclusion, mastering both the f in cursive lowercase and the cursive f uppercase is essential for anyone looking to enhance their cursive writing skills. Each letter, whether it’s the lowercase f in cursive or the capital f in cursive, brings its unique charm and complexity to the writing. By practicing these letters, one can achieve a higher level of fluency and elegance in their cursive writing. The cursive f lowercase helps maintain the fluidity and continuity of the text, while the cursive f uppercase adds a touch of distinction and sophistication. Together, they showcase the beauty and versatility of cursive writing, making it a timeless and valuable skill to acquire. As with any art form, the key to mastering cursive lies in consistent practice and a deep appreciation for the aesthetic qualities of each letter.</p>
<footer-component></footer-component>
</body>
</html>