Greek Capital Letter Beta

Β

Shortcodes

Copy and paste codes for Greek Capital Letter Beta symbol Β to use in your websites, apps, blogs, and more.

Unicode
U+0392
HTML Code
Β
HTML Entity
Β
HEX Code
Β
CSS Code
\0392
JS/JSON
\u0392
Unix/C/PHP/JAVA
0x0392
URL-encode
%CE%92
copied

Customize Greek Capital Letter Beta Symbol

Customize Β symbol as you like and download Greek Capital Letter Beta as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Β
 

How to add Greek Capital Letter Beta symbol in HTML, CSS, and JS?

Insert Β Greek Capital Letter Beta using HTML

1. Copy-paste Greek Capital Letter Beta directly:
<span>Β</span>
2. HTML Decimal Code:
<span>&#914;</span>
3. HTML Entity:
<span>&Beta;</span>
4. Hexadecimal Code:
<span>&#x392;</span>
Preview: Β

Add Greek Capital Letter Beta symbol with CSS

.greek-capital-letter-beta::before {
    content: '\\0392';
}
Preview: Greek Capital Letter Beta

Greek Capital Letter Beta JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-beta').textContent = 'Β';
2. Unicode Escape for Β:
document.querySelector('.greek-capital-letter-beta').textContent = '\u0392';
Preview: Β