ô

Technical information

Symbolô
NameLatin small letter o with circumflex
Unicode numberU+00F4
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ô, or U+00F4, is known as the "Latin Small Letter O with Circumflex". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. The character is a variation of the Latin letter "o", adorned with a circumflex accent (^) above it. In various languages, such as French and Portuguese, the circumflex accent is used to indicate different pronunciation rules or to distinguish between homographs. It's important to note that the actual appearance of this character can vary, as different typefaces and displays may render the character differently.

Encoding

HTML Entityô
HTML Entity (hex)ô
HTML Entity (named)ô
URL Escape Code%C3%B4
UTF-8 (hex)0xC3 0xB4
UTF-8 (binary)1100001110110100
UTF-160x00F4
UTF-320x000000F4

Source Code

C, C++, and Java"\u00F4"
CSS Code\00F4
JavaScript"\u00F4"
Perl\x{00F4}
Python 2u"\u00F4"
Python 3\u00F4
Ruby\u{00F4}

Preview

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

Font size:

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

CSS Property: font-weight

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

HTML Forms and Input

input
disabled input
ô
input-group
select
button
button

Code examples in HTML and CSS

<span>&#244;</span>

            
span {
    content: "\00F4";
}

The symbol in different fonts

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

References