U+1D160 ยท Other symbol
Musical Symbol Eighth Note Symbol ๐
๐ is musical symbol eighth note, U+1D160. Unicode records it as a compatibility form of ๐ ๐ ฎ. It was added in Unicode 3.1, and Unicode files it under Other symbol.
Also known as
- quaver
Codes & technical data
| Unicode | U+1D160 | |
|---|---|---|
| HTML hex | 𝅘𝅥𝅮 | |
| HTML decimal | 𝅘𝅥𝅮 | |
| CSS | \1D160 | |
| JavaScript | \u{1D160} | |
| Python | \U0001D160 | |
| Java / C# | \uD834\uDD60 | |
| Rust | \u{1d160} | |
| Swift | \u{1D160} | |
| PHP | \u{1D160} | |
| URL encoded | %F0%9D%85%A0 | |
| UTF-8 bytes | F0 9D 85 A0 | |
| UTF-16 bytes | D834 DD60 | |
| Base64 | 8J2FoA== | |
| Decimal | 119136 | |
| Decomposes to | ๐ ๐ ฎ | |
| Category | Other symbol (So) | |
| Introduced | Unicode 3.1 | |
Will ๐ survive being pasted?
- Normalisation. No. Anything that applies NFKC โ search indexes, usernames, domain names, programming identifiers โ rewrites ๐
as
๐ ๐ ฅ๐ ฎ. Safe for display, not for storage. - Legacy encodings. ๐ sits above U+FFFF, so it needs a surrogate pair in UTF-16. Software that counts characters by code unit will report it as two.
- Size. 4 bytes in UTF-8. Character-limited fields โ SMS, bios, some form validators โ usually count bytes, not characters.
Unicode cross-references
The standard points readers of ๐ at these characters โ usually because they look alike, or because one is the correct choice where the other is often used by mistake.
Other note characters
Unicode names 9 characters ending in โnoteโ. They differ by direction, weight or decoration rather than by meaning.
Nearby in Musical Symbols
Western staff notation as characters: clefs, note heads, rests, accidentals and articulation marks. Real scores are not typeset from these, but they are how you write a sharp sign in a plain-text field.
How to type ๐
| Windows | Type 1D160 then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for โmusical symbol eighth noteโ |
| Linux | Press Ctrl+Shift+U, type 1d160, press Enter |
| HTML | 𝅘𝅥𝅮 |
About Unicodeโs Other symbol category
Unicode files this under "other symbol" โ the catch-all for pictographs, signs and marks that are neither maths, currency, nor letter-like. It is the largest symbol category in the standard.
Frequently asked questions
- How do I type the ๐ musical symbol eighth note symbol?
- On Windows, type 1D160 and press Alt+X. On Linux press Ctrl+Shift+U then 1d160. On any system the quickest route is the copy button on this page.
- What is the code for ๐ ?
- Musical Symbol Eighth Note is U+1D160. In UTF-8 it takes 4 bytes. The table above lists every escape format.
- Will ๐ survive being pasted anywhere?
- Not always. Musical Symbol Eighth Note is a compatibility character: any system that applies Unicode NFKC normalisation โ search indexes, usernames, identifiers โ replaces it with ๐ ๐ ฅ๐ ฎ. Use it for display, not where text is normalised.