U+03B2 · Greek and Coptic
Beta (β)
The lowercase beta β is the second letter of the Greek alphabet. In statistics it marks regression coefficients and Type II error, in finance it measures a stock’s volatility relative to the market, and in physics it names beta decay. Software teams use beta for a feature-complete release still being tested by real users.
Character codes
| Unicode code point | U+03B2 | |
|---|---|---|
| Decimal | 946 | |
| HTML named entity | β | |
| HTML (hex) | β | |
| HTML (decimal) | β | |
| CSS | \03B2 | |
| JavaScript | \u03B2 | |
| Python | \u03B2 | |
| UTF-8 bytes | CE B2 | |
| UTF-16 | 03B2 | |
| URL-encoded | %CE%B2 |
Character details
| Official name | GREEK SMALL LETTER BETA |
|---|---|
| Unicode block | Greek and Coptic |
| General category | Lowercase Letter (Ll) |
| SymbolHero category | Greek Letters |
| Uppercase | Β Greek Capital Letter Beta |
| Emoji | No |
How to type β
Windows
- In Microsoft Word or Outlook: type
03B2then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “greek small letter beta”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “greek small letter beta”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
03B2.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “greek small letter beta” or enter
U+03B2. - HTML:
βorβ - Excel / Google Sheets:
=UNICHAR(946)
Examples
- β = 1.2 relative to the S&P 500
- β-carotene
- y = β₀ + β₁x + ε
- β-blocker medication
Good to know
Don’t mix it up: It is frequently confused with the German sharp s ß (U+00DF), which has a flatter bottom and does not descend below the line.
Tip: Never use β as a substitute for ß in German words like Straße; they are different letters in different scripts.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar greek letters
Questions
What is the Unicode for β?
It is U+03B2 (GREEK SMALL LETTER BETA), decimal 946.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 03B2 then Alt+X, or copy it from this page.
How do I type it on a Mac?
There is no built-in Option shortcut. Use the Character Viewer (Control + Command + Space) and search “greek small letter beta”, or copy it from this page.
What is the HTML code?
Use the named entity β or the numeric reference β.