b

Technical information

Symbolb
NameLatin small letter b
Unicode numberU+0062
CategoryASCII Table7. Lowercase Latin alphabet
DescriptionThe Unicode character b, or U+0062, is known as the "Latin Small Letter B". It belongs to the "Basic Latin" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is the lowercase version of the letter "B" in the Latin alphabet. In written language, it is used to represent the sound /b/ as in the word "ball". The specific appearance of this letter can vary based on the font and styling used, but it is typically represented as a single closed loop with a vertical line on the left side. The usage of this character is prevalent in many languages that utilize the Latin script.

Encoding

HTML Entityb
HTML Entity (hex)b
URL Escape Codeb
UTF-8 (hex)0x62
UTF-8 (binary)01100010
UTF-160x0062
UTF-320x00000062

Source Code

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

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>&#98;</span>

            
span {
    content: "\0062";
}

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