LATIN CAPITAL LETTER B vs CYRILLIC CAPITAL LETTER VE
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' : ''">
В
CYRILLIC CAPITAL LETTER VE
U+0412
View details →
VS
Property Comparison
| Property | B U+0042 | В U+0412 |
|---|---|---|
| Name | LATIN CAPITAL LETTER B | CYRILLIC CAPITAL LETTER VE |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0042 | U+0412 |
|---|---|---|
| unicode | U+0042 | U+0412 |
| decimal | 66 | 1042 |
| htmldecimal | B | В |
| htmlhex | B | В |
| css | \0042 | \0412 |
| javascript | \u{42} | \u{412} |
| python | \u0042 | \u0412 |
| java | \u0042 | \u0412 |
| go | \u0042 | \u0412 |
| ruby | \u{42} | \u{412} |
| rust | \u{42} | \u{412} |
| ccpp | \u0042 | \u0412 |
| urlencoded | B | %D0%92 |
| utf8bytes | 42 | d0 92 |
| utf16bebytes | 00 42 | 04 12 |
| utf32bebytes | 00 00 00 42 | 00 00 04 12 |
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 CYRILLIC CAPITAL LETTER VE is from Cyrillic (Cyrl). 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.