Latin Small Letter O With Circumflex

ô

Shortcodes

Copy and paste codes for Latin Small Letter O With Circumflex symbol ô to use in your websites, apps, blogs, and more.

Unicode
U+00F4
Alt Code
244
HTML Code
ô
HTML Entity
ô
HEX Code
ô
CSS Code
\0F4
JS/JSON
\u00F4
Unix/C/PHP/JAVA
0xF4
URL-encode
%C3%B4
copied

Customize Latin Small Letter O With Circumflex Symbol

Customize ô symbol as you like and download Latin Small Letter O With Circumflex as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ô
 

How to type Latin Small Letter O With Circumflex symbol ô ?

Using Latin Small Letter O With Circumflex Alt Code:

You can type the Latin Small Letter O With Circumflex symbol ô using your keyboard by using the Alt Code for Latin Small Letter O With Circumflex. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 244 using the Numpad.
  3. Release the Alt key.

This will make the ô appear on your screen.

How to add Latin Small Letter O With Circumflex symbol in HTML, CSS, and JS?

Insert ô Latin Small Letter O With Circumflex using HTML

1. Copy-paste Latin Small Letter O With Circumflex directly:
<span>ô</span>
2. HTML Decimal Code:
<span>&#244;</span>
3. HTML Entity:
<span>&ocirc;</span>
4. Hexadecimal Code:
<span>&#x00F4;</span>
Preview: ô

Add Latin Small Letter O With Circumflex symbol with CSS

.latin-small-letter-o-with-circumflex::before {
    content: '\\0F4';
}
Preview: Latin Small Letter O With Circumflex

Latin Small Letter O With Circumflex JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-circumflex').textContent = 'ô';
2. Unicode Escape for ô:
document.querySelector('.latin-small-letter-o-with-circumflex').textContent = '\u00F4';
Preview: ô