f

Technical information

Symbolf
NameLatin small letter f
Unicode numberU+0066
CategoryASCII Table7. Lowercase Latin alphabet
DescriptionThe Unicode character f, or U+0066, is known as the "Latin Small Letter F". It belongs to the "Basic Latin" block and falls under the "Lowercase Letter" category in the Unicode standard. This character is one of the 26 lowercase letters in the Latin script, which is used in English and many other languages around the world. The letter "f" itself has many uses, such as in the representation of the 'f' sound in English, and it is also used in various symbols and abbreviations.

Encoding

HTML Entityf
HTML Entity (hex)f
HTML Entity (named)fj
URL Escape Codef
UTF-8 (hex)0x66
UTF-8 (binary)01100110
UTF-160x0066
UTF-320x00000066

Source Code

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

Preview

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

Font size:

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

CSS Property: font-weight

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

HTML Forms and Input

input
disabled input
f
input-group
select
button
button

Code examples in HTML and CSS

<span>&#102;</span>

            
span {
    content: "\0066";
}

The symbol in different fonts

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

References