| Symbolname | Beamed Sixteenth Notes |
| Unicode-Version | 1.1 |
| Unicode | U+266C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 99 AC |
| UTF-16 | 266C |
| UTF-32 | 0000266C |
1\documentclass{article}2\usepackage{pifont}3\text{BEAMEDSIXTEENTHNOTES}4\end{document}Sie können das Symbol beamed sixteenth notes auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9836 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "beamed sixteenth notes", or use Unicode Hex Input with 266C.
Ctrl + Shift + U, type 266c, 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-sixteenth-notes::before { content: "\266C"; font-family: "Bravura Text", "Segoe UI Symbol", serif; }1<span>♬</span>Die Darstellung des Symbols Beamed Sixteenth Notes in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u266C' or String.fromCodePoint(9836) |
| Python | '\N{BEAMED SIXTEENTH NOTES}' or chr(9836) |
| Rust | '\u{266C}' |
| C / C++ | UTF-8 source or wchar_t with U+266C |
| Go | string(rune(0x266C)) |
| Ruby | "\u{266C}" |
\266C |
| Hexadezimalcode | 0x266C |
| HTML-Code | ♬ |
| LaTeX | \text{BEAMEDSIXTEENTHNOTES} |
| Symbol | ♬ |
| URL-Kodierung (UTF-8-Prozent) | %E2%99%AC |
| Ansagename (Screenreader) | Beamed Sixteenth Notes |