morsify
Design resource

Morse Code Font

How to display dots and dashes as typography — for tattoos, jewelry, posters, and invitations. Includes live examples and the correct sequences for any word.

What is a morse code font?

A morse code font represents each letter of the alphabet as its International Morse Code sequence — dots and dashes arranged as a typographic glyph. The word LOVE, for example, becomes ·−·· −−− ···− · — four groups of dots and dashes, one per letter.

The sequences are standardised by the International Telecommunication Union (ITU). Every character maps to exactly one pattern. Unlike a decorative alphabet where the designer invents glyphs, a morse font's shapes are fixed — only the visual rendering (weight, size, spacing) belongs to the designer.

This constraint is also what makes morse code typography compelling: the code is real. Someone who knows morse can read what you've encoded.

Live examples — common words in morse

Use the Morsify translator to generate the correct sequence for any word or phrase, then set it in your chosen font.

LOVE

.-.. --- ...- .

HOPE

.... --- .--. .

MOM

-- --- --

SOS

... --- ...

Step 1: get the correct morse sequence

Before setting anything in a font, verify the code. A single transposed dot or dash changes the meaning entirely — · − (A) versus − · (N), for example.

  1. Type your word into the Morsify translator.
  2. Copy the dot-and-dash output.
  3. Cross-check individual characters against the full morse code alphabet or printable cheat sheet.

For phrases, check the dedicated phrase pages: love, forever, always, I love you.

Step 2: find a morse code font

Most morse-style fonts represent the full alphabet's dot-and-dash patterns as glyphs. Three places to look:

  • DaFont — search "morse code". Several free-for-personal-use options render each letter as its dot-and-dash equivalent.
  • Creative Market / MyFonts — commercial licenses suitable for print, packaging, and merchandise.
  • No font at all: set the raw dot-and-dash string in a geometric sans-serif (Inter, Futura, Helvetica) at a small size with wide letter-spacing (letter-spacing: 0.2em). This is the most flexible approach and works in any design tool.

For CSS projects, the dot/dash string from Morsify drops directly into a font-family: monospace element. Adjust letter-spacing and font-size to taste.

Design use cases

Tattoo stencils

Tattoo artists use a morse font to produce clean, scalable stencil artwork. The dot-and-dash letterform scales from fingertip size to full forearm without losing legibility. Export to SVG and the line weights stay razor-sharp.

Design a morse code tattoo

Jewelry engraving and bead patterns

Jewelers use morse code as a visual bead pattern on bracelets and necklaces. A font gives them the exact sequence to follow. The dots and dashes translate directly to short and long beads on a cord.

Build a morse code bracelet

Print posters and wall art

A name, date, or short phrase in a morse font makes compelling minimal wall art. The code is legible to those who know it; purely abstract to everyone else — a detail that adds meaning without being obvious.

Print the full morse code chart

Wedding invitations and stationery

Couples use morse code to encode a word — forever, always, love — across the top of an invitation. A clean sans-serif morse font keeps it elegant. Match it to your body copy typeface by weight.

Forever in morse code

Typography tips for morse code

  • Spacing between letters: use three times the space between dots within a letter. In CSS: set letter-spacing on the word group, then double the gap with a non-breaking thin space between letter groups.
  • Dot vs dash ratio: a dash is three times the width of a dot. Most fonts handle this automatically. If you're building custom SVGs (for tattoos or laser-cutting), use 3:1 width ratio.
  • Minimum size: morse patterns become unreadable below about 8px. For print, keep letter groups at 10pt or larger. For engraving, 1.5mm minimum feature size per dot.
  • Color contrast: morse works equally well in black on white, debossed in metal, or negative (white on dark). The symbols table shows all patterns at a glance for legibility checking.

Related resources

Frequently asked questions

Is there an official morse code font?

There is no single official font. 'Morse Code' style fonts represent each letter using its dot-and-dash sequence as a visual glyph. Several free options exist on DaFont and Google Fonts alternatives (search 'morse code font'). The dot-and-dash sequences themselves are standardised by the ITU.

How do I convert my word to morse code before using a font?

Use the Morsify translator on the homepage. Type your word, copy the dot-and-dash output, then set it in your font of choice. This guarantees the sequence is correct before you commit it to print or metal.

What is the correct spacing between letters in morse code?

In standard International Morse Code, letters within a word are separated by a gap equal to three dit lengths. Words are separated by seven dit lengths. In typographic use, a single space between letter groups and a wider space (or slash) between words is the convention.

Can I use morse code as a font in Canva or Adobe?

Yes — install a morse-style font as a custom font in Canva (Pro) or add it to your Adobe Fonts library. Alternatively, use Morsify to get the dot-and-dash string, set it in any sans-serif font at a small point size, and adjust tracking (letter spacing) to match the desired look.

What font pairs well with a morse code display?

Clean geometric sans-serifs — Inter, Helvetica Neue, Futura — pair best. They share the same rational, no-decoration logic as morse itself. Avoid serifs or scripts alongside morse; the styles compete rather than complement.