Beamed Eighth Notes vs Music Flat Sign
VS
Property Comparison
| Property | ♫ 266B | ♭ 266D |
|---|---|---|
| Name | Beamed Eighth Notes | Music Flat Sign |
| 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 | 266D |
|---|---|---|
| Unicode | U+266B | U+266D |
| HTML Decimal | ♫ | ♭ |
| HTML Hex | ♫ | ♭ |
| CSS | \266B | \266D |
| JavaScript | \u{266B} | \u{266D} |
| Python | \u266b | \u266d |
| UTF-8 | e2 99 ab | e2 99 ad |
How to Distinguish
Both Beamed Eighth Notes and Music Flat Sign 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.