| Nombre del símbolo | Beamed Eighth Notes |
| Versión Unicode | 1.1 |
| Unicode | U+266B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo beamed eighth notes en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Beamed Eighth Notes en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\266B |
| Código hexadecimal | 0x266B |
| Código HTML | ♫ |
| LaTeX | \text{BEAMEDEIGHTHNOTES} |
| Símbolo | ♫ |
| Codificación URL (porcentaje UTF-8) | %E2%99%AB |
| Nombre oral / lector de pantalla | Beamed Eighth Notes |