copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('♪'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
♪
EIGHTH NOTE
Overview
♪, the EIGHTH NOTE, is a musical symbol representing a note of one-eighth the duration of a whole note. It is located at U+266A in the Miscellaneous Symbols block and classified as a symbol. Recognizable by its filled head and single flagged stem, it is used in casual notation and as a general emblem of music and sound, appearing in text and interfaces wherever a compact reference to music is needed.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+266A | |
| decimal | 9834 | |
| htmldecimal | ♪ | |
| htmlhex | ♪ | |
| css | \266A | |
| javascript | \u{266A} | |
| python | \u266a | |
| java | \u266A | |
| go | \u266A | |
| ruby | \u{266A} | |
| rust | \u{266A} | |
| ccpp | \u266a | |
| urlencoded | %E2%99%AA | |
| utf8bytes | e2 99 aa | |
| utf16bebytes | 26 6a | |
| utf32bebytes | 00 00 26 6a |
How to Use
HTML:
♪
CSS:
content: "\266A"
JavaScript:
"\u{266A}"
Python:
"\u266a"
Properties
- Block
- Miscellaneous Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ♪ character (EIGHTH NOTE)?
♪ (EIGHTH NOTE) is the Unicode character U+266A.
What is the Unicode codepoint of EIGHTH NOTE?
The EIGHTH NOTE character (♪) has codepoint U+266A.
How do I type or copy EIGHTH NOTE?
Copy ♪ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.