| Nome del simbolo | Beamed Eighth Notes |
| Versione Unicode | 1.1 |
| Unicode | U+266B |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 99 AB |
| UTF-16 | 266B |
| UTF-32 | 0000266B |
1\documentclass{article}2\usepackage{pifont}3\text{BEAMEDEIGHTHNOTES}4\end{document}Puoi digitare il simbolo beamed eighth notes sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9835 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "beamed eighth notes", or use Unicode Hex Input with 266B.
Ctrl + Shift + U, type 266b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with musical notation symbol support.
1span.beamed-eighth-notes::before { content: "\266B"; font-family: "Bravura Text", "Segoe UI Symbol", serif; }1<span>♫</span>La rappresentazione del simbolo Beamed Eighth Notes nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u266B' or String.fromCodePoint(9835) |
| Python | '\N{BEAMED EIGHTH NOTES}' or chr(9835) |
| Rust | '\u{266B}' |
| C / C++ | UTF-8 source or wchar_t with U+266B |
| Go | string(rune(0x266B)) |
| Ruby | "\u{266B}" |
| Codice CSS |
\266B |
| Codice esadecimale | 0x266B |
| Codice HTML | ♫ |
| LaTeX | \text{BEAMEDEIGHTHNOTES} |
| Simbolo | ♫ |
| Codifica URL (percentuale UTF-8) | %E2%99%AB |
| Nome parlato / screen reader | Beamed Eighth Notes |