| Nom du symbole | Beamed Sixteenth Notes |
| Version Unicode | 1.1 |
| Unicode | U+266C |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 99 AC |
| UTF-16 | 266C |
| UTF-32 | 0000266C |
1\documentclass{article}2\usepackage{pifont}3\text{BEAMEDSIXTEENTHNOTES}4\end{document}Vous pouvez saisir le symbole beamed sixteenth notes sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Beamed Sixteenth Notes dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\266C |
| Code hexadécimal | 0x266C |
| Code HTML | ♬ |
| LaTeX | \text{BEAMEDSIXTEENTHNOTES} |
| Symbole | ♬ |
| Encodage URL (pourcent UTF-8) | %E2%99%AC |
| Nom oral / lecteur d’écran | Beamed Sixteenth Notes |