Greek Capital Letter Beta Β
Greek capital beta is visually identical to the Latin capital letter B. It represents the beta function in mathematics when written B(x, y), though the context disambiguates it from the Latin B. It is primarily needed for Greek-language text rendering.
All Representations
ΒΒΒU+0392Rendered Output
Β renders as the character shown above
When to Use Greek Capital Letter Beta
Use the capital beta entity in Greek-language text, alphabet displays, and mathematical contexts where the beta function B(x, y) is discussed. In most scientific notation, the lowercase β is far more common than the capital form.
Try It — HTML Examples
<p>Symbol: Β</p><p>Symbol: Β</p><p>Symbol: Β</p><div title="The Greek Capital Letter Beta: Β">Hover to see</div>About the Greek Capital Letter Beta Entity
The Greek Capital Letter Beta character (Β) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference Β, the decimal numeric character reference Β, or the hexadecimal numeric reference Β. The character is assigned Unicode code point U+0392 in the Universal Character Set.
Greek capital beta is visually identical to the Latin capital letter B. It represents the beta function in mathematics when written B(x, y), though the context disambiguates it from the Latin B. It is primarily needed for Greek-language text rendering.
Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.
When deciding how to encode the Greek Capital Letter Beta character in your HTML documents, the named entity Β is generally the most readable choice for developers reviewing or maintaining source code. The decimal form Β and hexadecimal form Β are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.
Use the capital beta entity in Greek-language text, alphabet displays, and mathematical contexts where the beta function B(x, y) is discussed. In most scientific notation, the lowercase β is far more common than the capital form.
Related Entities
Explore More HTML Entities
Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.