Beamed Eighth Notes vs Beamed Sixteenth Notes
VS
Property Comparison
| Property | ♫ 266B | ♬ 266C |
|---|---|---|
| Name | Beamed Eighth Notes | Beamed Sixteenth Notes |
| Category | Music Symbols | Music Symbols |
| Block | Miscellaneous Symbols | Miscellaneous Symbols |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 266B | 266C |
|---|---|---|
| Unicode | U+266B | U+266C |
| HTML Decimal | ♫ | ♬ |
| HTML Hex | ♫ | ♬ |
| CSS | \266B | \266C |
| JavaScript | \u{266B} | \u{266C} |
| Python | \u266b | \u266c |
| UTF-8 | e2 99 ab | e2 99 ac |
How to Distinguish
Both Beamed Eighth Notes and Beamed Sixteenth Notes belong to the Music Symbols category and the Miscellaneous Symbols block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.