HTML Entity/SymbolΒ(GREEK CAPITAL LETTER BETA )

Β
Copy this symbol

GREEK CAPITAL LETTER BETA

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

Β
Β
U+00392
\0392
Β

HTML Examples

Using HTML Code value in HTML file

<span> &#914; </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: "\0392";
}
All HTML Symbols