HTML Entity/Symbol♭(MUSIC FLAT SIGN )

Copy this symbol

MUSIC FLAT SIGN

Click on any of the following code values to copy to clipboard.

♭
♭
U+0266D
\266d
♭

HTML Examples

Using HTML Code value in HTML file

<span> &#9837; </span>

Using HTML Entity value in HTML file

<span> &flat; </span>

CSS Example

Using CSS content code of the HTML entity &flat; to specify in a CSS file

span { 
    content: "\266d";
}
All HTML Symbols