HTML Entity/Symbolβ(GREEK SMALL LETTER BETA )

β
Copy this symbol

GREEK SMALL LETTER BETA

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

β
β
U+003B2
\03b2
β

HTML Examples

Using HTML Code value in HTML file

<span> &#946; </span>

Using HTML Entity value in HTML file

<span> &beta; </span>

CSS Example

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

span { 
    content: "\03b2";
}
All HTML Symbols