Beamed Sixteenth Notes vs Eighth Note
VS
Property Comparison
| Property | ♬ 266C | ♪ 266A |
|---|---|---|
| Name | Beamed Sixteenth Notes | Eighth Note |
| 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 | 266C | 266A |
|---|---|---|
| Unicode | U+266C | U+266A |
| HTML Decimal | ♬ | ♪ |
| HTML Hex | ♬ | ♪ |
| CSS | \266C | \266A |
| JavaScript | \u{266C} | \u{266A} |
| Python | \u266c | \u266a |
| UTF-8 | e2 99 ac | e2 99 aa |
How to Distinguish
Both Beamed Sixteenth Notes and Eighth Note 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.