| Symbol Name | Beamed Sixteenth Notes |
| Unicode Version | 1.1 |
| Unicode | U+266C |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \266C |
| Hex Code | 0x266C |
| HTML Code | ♬ |
| LaTeX | \text{BEAMEDSIXTEENTHNOTES} |
| Symbol | ♬ |
| URL encode (UTF-8 percent) | %E2%99%AC |
| Spoken / screen reader name | Beamed Sixteenth Notes |
| UTF-8 | E2 99 AC |
| UTF-16 | 266C |
| UTF-32 | 0000266C |
1\documentclass{article}2\usepackage{pifont}3\text{BEAMEDSIXTEENTHNOTES}4\end{document}You can type the beamed sixteenth notes symbol on most modern devices with the help of following methods:
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>Beamed Sixteenth Notes symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |