| Symboolnaam | Beamed Sixteenth Notes |
| Unicode-versie | 1.1 |
| Unicode | U+266C |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het beamed sixteenth notes-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Beamed Sixteenth Notes-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x266C |
| HTML-code | ♬ |
| LaTeX | \text{BEAMEDSIXTEENTHNOTES} |
| Symbool | ♬ |
| URL-codering (UTF-8 procent) | %E2%99%AC |
| Uitgesproken naam / schermlezer | Beamed Sixteenth Notes |