Symbols

Music symbols.

Notes, accidentals and clefs — tap any music symbol to copy it.

Tap any symbol to copy it.

Notes

Accidentals

Clefs & marks

Notes you can paste

Music symbols are popular as decorative characters — a ♪ or ♫ in a playlist title, a social bio, a username or a message instantly signals "music." The note symbols (♩ ♪ ♫ ♬) and the accidentals (♭ ♮ ♯) are widely supported and render in plain text everywhere. The clef and repeat symbols (𝄞 𝄢) are real notation characters but live in a higher Unicode range, so their support is patchier and they may show as a box on older systems or in some apps — test them on your target platform before relying on them. For actual sheet music you'd want notation software, but for a decorative touch these copy and paste anywhere.

How to type music symbols

Copying from the grid above is the fastest route, but if you need to type one directly:

  • Windows: hold Alt and type 13 on the numeric keypad for ♪, or 14 for ♫. These two come from the original PC character set, so they work in most Windows apps.
  • Windows, any character: press Win + . to open the emoji panel and switch to the symbols tab.
  • Word and Outlook: type the hex code and press Alt + X — 266A becomes ♪, 266D becomes ♭, 266F becomes ♯.
  • macOS: Ctrl + Cmd + Space opens the Character Viewer; search "eighth note" or "flat sign".
  • Linux: Ctrl + Shift + U, then type 266a, then Enter.
  • HTML and CSS: ♪ is ♪, and the three accidentals have names — ♭ ♭, ♮ ♮, ♯ ♯. In CSS use the escape form, content: "\266a". More codes are on the HTML entities page.

What each symbol means

The four note characters show note values: ♩ (U+2669) is a quarter note, worth one beat in common time; ♪ (U+266A) is an eighth note, half a beat; ♫ (U+266B) is a pair of eighth notes joined by a beam; and ♬ (U+266C) is a beamed pair of sixteenth notes. The accidentals change pitch — ♭ lowers a note by a semitone, ♯ raises it by one, and ♮ cancels an accidental that applied earlier in the bar.

Watch the two lookalikes. The sharp sign ♯ has two slanted horizontal strokes and upright verticals; the number sign # (U+0023) is the plain keyboard hash and is the wrong character in a key signature. The same goes for the flat ♭ against a lowercase "b". And ♪ is not the same as the coloured emoji 🎵 (U+1F3B5) or 🎶 (U+1F3B6) — those are separate characters that always render as pictures.

Rendering, fallbacks and screen readers

The clef, fermata and repeat characters (𝄞 𝄢 𝄐 𝄆 𝄇) sit in the Musical Symbols block starting at U+1D100, outside the Basic Multilingual Plane. Few text fonts cover that block, so a system without one draws the "tofu" placeholder box instead. If a clef matters, render it as an image or SVG rather than text. The notes and accidentals from U+2669 to U+266F are in the far better-supported Miscellaneous Symbols block and are safe almost everywhere.

Screen readers treat these inconsistently: some announce ♪ as "eighth note", others skip it entirely. So never let a note symbol carry meaning on its own — if ♪ marks "has audio" in a table, add a text label as well. In decorative use, a bio or a playlist name, that is not a concern.

FAQ

How do I type a music note symbol?
Copy one above — ♪ and ♫ are single characters that paste into any text field. There's no common keyboard shortcut, so copying is the fastest way on phone or desktop.
Why does the treble clef sometimes show as a box?
The clef symbols (𝄞 𝄢) are in an extended Unicode block that not every font includes, so unsupported systems show a placeholder box. The basic notes (♪ ♫ ♬) and accidentals (♭ ♯) have much wider support.
What is the difference between ♯ and the # key?
They are different characters. ♯ (U+266F) is the musical sharp sign, drawn with slanted crossbars; # (U+0023) is the number sign on your keyboard. Use ♯ in note names like F♯ and keep # for hashtags.
Can I write real sheet music with these characters?
No. They are single text characters with no way to place them on a stave or set rhythm. Use notation software such as MuseScore, Sibelius or Dorico for actual scores — these are for decoration and for writing note names inline.
Are ♪ and 🎵 the same symbol?
No. ♪ is U+266A, a monochrome text character that takes the colour and size of the text around it. 🎵 is U+1F3B5, an emoji that always renders as a coloured picture. Pick ♪ for headings and usernames, 🎵 for messages.

More symbols