LATIN CAPITAL LETTER B vs GREEK CAPITAL LETTER BETA
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
B
LATIN CAPITAL LETTER B
U+0042
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Β
GREEK CAPITAL LETTER BETA
U+0392
View details →
VS
Property Comparison
| Property | B U+0042 | Β U+0392 |
|---|---|---|
| Name | LATIN CAPITAL LETTER B | GREEK CAPITAL LETTER BETA |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0042 | U+0392 |
|---|---|---|
| unicode | U+0042 | U+0392 |
| decimal | 66 | 914 |
| htmldecimal | B | Β |
| htmlhex | B | Β |
| css | \0042 | \0392 |
| javascript | \u{42} | \u{392} |
| python | \u0042 | \u0392 |
| java | \u0042 | \u0392 |
| go | \u0042 | \u0392 |
| ruby | \u{42} | \u{392} |
| rust | \u{42} | \u{392} |
| ccpp | \u0042 | \u0392 |
| urlencoded | B | %CE%92 |
| utf8bytes | 42 | ce 92 |
| utf16bebytes | 00 42 | 03 92 |
| utf32bebytes | 00 00 00 42 | 00 00 03 92 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER B is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER BETA is from Greek and Coptic (Grek). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.