| Symbolname | Beamed Eighth Notes |
| Unicode-Version | 1.1 |
| Unicode | U+266B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \266B |
| Hexadezimalcode | 0x266B |
| HTML-Code | ♫ |
| LaTeX | \text{BEAMEDEIGHTHNOTES} |
| Symbol | ♫ |
| URL-Kodierung (UTF-8-Prozent) | %E2%99%AB |
| Ansagename (Screenreader) | Beamed Eighth Notes |
| UTF-8 | E2 99 AB |
| UTF-16 | 266B |
| UTF-32 | 0000266B |
1\documentclass{article}2\usepackage{pifont}3\text{BEAMEDEIGHTHNOTES}4\end{document}Sie können das Symbol beamed eighth notes auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Beamed Eighth Notes in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |