Home » Tech Tips » Shortcuts » Alt Code Shortcuts for Double Stroke Letters and Numbers

Alt Code Shortcuts for Double Stroke Letters and Numbers

Windows and Mac operating systems offer different types of fonts. However, there are no default fonts to type characters with double stroke double struck like ℕ or ℝ. One alternate option is to use equivalent fonts like Castellar or Imprint MT Shadow. These fonts can create nearly a double stroke style text. However, if you want to type letters and numbers in double stroke then the easy way is to use alt code shortcuts.

Alt Code Shortcuts for Double Stroke Letters and Numbers

Here is a list of alt code shortcuts for double stroke letters and numbers.

SymbolDescriptionDecimalHexadecimal
𝔸Double stroke capital AAlt + 1201201D538
𝔹Double stroke capital BAlt + 1201211D539
Double stroke capital CAlt + 84502102
𝔻Double stroke capital DAlt + 1201231D53B
𝔼Double stroke capital EAlt + 1201241D53C
𝔽Double stroke capital FAlt + 1201251D53D
𝔾Double stroke capital GAlt + 1201261D53E
Double stroke capital HAlt + 8461210D
𝕀Double stroke capital IAlt + 1201281D540
𝕁Double stroke capital JAlt + 1201291D541
𝕂Double stroke capital KAlt + 1201301D542
𝕃Double stroke capital LAlt + 1201311D543
𝕄Double stroke capital MAlt + 1201321D544
Double stroke capital NAlt + 84692115
𝕆Double stroke capital OAlt + 1201341D546
Double stroke capital PAlt + 84732119
Double stroke capital QAlt + 8474211A
Double stroke capital RAlt + 8477211D
𝕊Double stroke capital SAlt + 1201381D54A
𝕋Double stroke capital TAlt + 1201391D54B
𝕌Double stroke capital UAlt + 1201401D54C
𝕍Double stroke capital VAlt + 1201411D54D
𝕎Double stroke capital WAlt + 1201421D54E
𝕏Double stroke capital XAlt + 1201431D54F
𝕐Double stroke capital YAlt + 1201441D550
Double stroke capital ZAlt + 84842124
𝕒Double stroke small aAlt + 1201461D552
𝕓Double stroke small bAlt + 1201471D553
𝕔Double stroke small cAlt + 1201481D554
𝕕Double stroke small dAlt + 1201491D555
𝕖Double stroke small eAlt + 1201501D556
𝕗Double stroke small fAlt + 1201511D557
𝕘Double stroke small gAlt + 1201521D558
𝕙Double stroke small hAlt + 1201531D559
𝕚Double stroke small iAlt + 1201541D55A
𝕛Double stroke small jAlt + 1201551D55B
𝕜Double stroke small kAlt + 1201561D55C
𝕝Double stroke small lAlt + 1201571D55D
𝕞Double stroke small mAlt + 1201581D55E
𝕟Double stroke small nAlt + 1201591D55F
𝕠Double stroke small oAlt + 1201601D560
𝕡Double stroke small pAlt + 1201611D561
𝕢Double stroke small qAlt + 1201621D562
𝕣Double stroke small rAlt + 1201631D563
𝕤Double stroke small sAlt + 1201641D564
𝕥Double stroke small tAlt + 1201651D565
𝕦Double stroke small uAlt + 1201661D566
𝕧Double stroke small vAlt + 1201671D567
𝕨Double stroke small wAlt + 1201681D568
𝕩Double stroke small xAlt + 1201691D569
𝕪Double stroke small yAlt + 1201701D56A
𝕫Double stroke small zAlt + 1201711D56B
𝟘Double stroke digit zeroAlt + 1207921D7D8
𝟙Double stroke digit oneAlt + 1207931D7D9
𝟚Double stroke digit twoAlt + 1207941D7DA
𝟛Double stroke digit threeAlt + 1207951D7DB
𝟜Double stroke digit fourAlt + 1207961D7DC
𝟝Double stroke digit fiveAlt + 1207971D7DD
𝟞Double stroke digit sixAlt + 1207981D7DE
𝟟Double stroke digit sevenAlt + 1207991D7DF
𝟠Double stroke digit eightAlt + 1208001D7E0
𝟡Double stroke digit nineAlt + 1208011D7E1
Double Stroke Small PiAlt + 8508213C
Double Stroke Capital PiAlt + 8511213F
Double Stroke N-ary SummationAlt + 85122140

Double Stroke Letters in Windows

On Windows documents, you can use the alt code shortcuts to insert the double stroke characters. For example, alt + 120153 will produce small letter h with double stroke like 𝕙. However, you should have long keyboard with additional numeric pad for typing the decimal numbers with alt keys.

Alternatively, you can use hexadecimal codes with normal keyboard. For example, 2124 + alt + x will produce will produce double stroke capital Z like .

Double Stroke Letters in Mac

On Mac documents like Pages and Keynote, you can use the 4 digit hexadecimal code along with option or alt code. For example, type “option + 2119” will produce double stroke capital P like ℙ. Unfortunately, most of the hexadecimal codes are 5 digits for double stroke characters. Therefore, you need to use the Character Viewer app to search and insert these symbols.

  • When you are in the document, press “Control + Command + Space” to open Character Viewer.
  • Type “double” in the search box to find the double stroke letters and numbers.
  • Double click and start typing the words with double stroke letters.
  • This is easier compared to typing letter by letter in Windows using alt code shortcuts.
Double Stroke Letters and Numbers in Mac
Double Stroke Letters and Numbers in Mac

Font Variations

The advantage of Character Viewer in Mac is that you can easily choose different font variation for each symbols. However, on Windows documents you should customize the font and format manually.

You can also continuously type few words and customize with different size and background.

𝕀 𝕃𝕆𝕍𝔼 𝕐𝕆𝕌

Insert Double Stroke Letters in HTML and CSS

It is also easy to insert any of these double stroke letter or number in HTML and CSS. You can use the below example code and replace the decimal / hexadecimal codes for inserting corresponding symbols.

<span>&#8477;</span>
<span>&#x2124;</span>
li:before {
content:\211A;
font-family:Arial;
}

Shortcuts Image Reference

Download the image reference, if you want to print the above shortcuts or keep for offline reference.

Leave a Comment

Your email address will not be published. Required fields are marked *