B

Technical information

SymbolB
NameLatin capital letter b
Unicode numberU+0042
CategoryASCII Table5. Uppercase Latin alphabet

Encoding

HTML EntityB
HTML Entity (hex)B
URL Escape CodeB
UTF-8 (hex)0x42
UTF-8 (binary)01000010
UTF-160x0042
UTF-320x00000042

Source Code

C, C++, and Java"\u0042"
CSS Code\0042
JavaScript"\u0042"
Perl\x{0042}
Python 2u"\u0042"
Python 3\u0042
Ruby\u{0042}

Preview

This Unicode character looks like this B in sentence and in bold like this B and in italic like this B.

Font size:

B
12px
B
16px
B
20px
B
28px
B
36px
B
48px
B
72px

CSS Property: font-weight

B
100
B
200
B
300
B
400
B
500
B
600
B
700
B
800
B
900

HTML Forms and Input

input
disabled input
B
input-group
select
button
button

Code examples in HTML and CSS

<span>&#66;</span>

            
span {
    content: "\0042";
}

The symbol in different fonts

B
-apple-system
B
Apple Color Emoji
B
Arial
B
BlinkMacSystemFont
B
Courier New
B
Georgia
B
Droid Sans
B
Helvetica
B
Noto Sans
B
Oxygen
B
Roboto
B
"Segoe UI"
B
sans-serif
B
Segoe UI Emoji
B
Segoe UI Symbol
B
system-ui
B
Times New Roman
B
Ubuntu
B
Verdana

References