Latin Small Letter O With Grave

ò

Shortcodes

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

Unicode
U+00F2
Alt Code
242
HTML Code
ò
HTML Entity
ò
HEX Code
ò
CSS Code
\0F2
JS/JSON
\u00F2
Unix/C/PHP/JAVA
0xF2
URL-encode
%C3%B2
copied

Customize Latin Small Letter O With Grave Symbol

Customize ò symbol as you like and download Latin Small Letter O With Grave 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 Grave symbol ò ?

Using Latin Small Letter O With Grave Alt Code:

You can type the Latin Small Letter O With Grave symbol ò using your keyboard by using the Alt Code for Latin Small Letter O With Grave. 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 242 using the Numpad.
  3. Release the Alt key.

This will make the ò appear on your screen.

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

Insert ò Latin Small Letter O With Grave using HTML

1. Copy-paste Latin Small Letter O With Grave directly:
<span>ò</span>
2. HTML Decimal Code:
<span>&#242;</span>
3. HTML Entity:
<span>&ograve;</span>
4. Hexadecimal Code:
<span>&#x00F2;</span>
Preview: ò

Add Latin Small Letter O With Grave symbol with CSS

.latin-small-letter-o-with-grave::before {
    content: '\\0F2';
}
Preview: Latin Small Letter O With Grave

Latin Small Letter O With Grave JavaScript Code

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