Search
Search for a symbol or emoji...
♪
♪
Eighth Note Symbol ♪
Eighth Note Symbol Information
| Symbol Name | Eighth Note |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+266A |
| CSS Code | \266A |
| HTML Entity | ♪ |
| Hex Code | ♪ |
| HTML Code | ♪ |
| Symbol | ♪ |
Eighth Note Symbol Encoding
| UTF-8 | 0xE2 0x99 0xAA |
| UTF-16 | 0x266A |
| UTF-32 | 0x0000266A |
How to add eighth note symbol via keyboard on different Operating systems
You can type the eighth note symbol on most modern devices with the help of following methods:
How to type eighth note symbol on Microsoft Word
You can type the eighth note in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 266A
- Without moving the cursor press keys Alt + x together
- The original 266A is now transformed into ♪
How to type eighth note symbol on Microsoft Windows
You can type the eighth note on Microsoft windows using following steps:
- Hold Alt and press to type eighth note on your windows machine.
How to type eighth note symbol on Mac OS
You can type the eighth note on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Eighth Note" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type eighth note symbol on Linux
You can type the eighth note on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 266A consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type eighth note symbol on IOS and Android
The easiest way to type the eighth note symbol on ios and android is to copy and paste it wherever you need it.
How to use eighth note in CSS
//CSS Example
1span {
2 content: \266A;
3 }How to use eighth note in HTML
//HTML Example
1<span>♪</span>Eighth Note symbol representation in programming languages
Eighth Notesymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{266A} |
| Ruby | \u{266A} |
| Python | \u266A |
| PHP | \u{266A} |
| Perl | \x{266A} |
| Java | \u266A |
| Modern JavaScript - Since ES6 | \u{266A} |
| JavaScript | \u266A |
| Go | \u266A |
| C# | \u266A |
| C and C++ | \u266A |
| Bash and Zsh - inside echo -e | \u266A |
| RFC 5137 | \u'266A' |
