Latin Capital Letter O With Grave

Ò

Shortcodes

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

Unicode
U+00D2
Alt Code
210
HTML Code
Ò
HTML Entity
Ò
HEX Code
Ò
CSS Code
\0D2
JS/JSON
\u00D2
Unix/C/PHP/JAVA
0xD2
URL-encode
%C3%92
copied

Customize Latin Capital Letter O With Grave Symbol

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

Using Latin Capital Letter O With Grave Alt Code:

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

This will make the Ò appear on your screen.

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

Insert Ò Latin Capital Letter O With Grave using HTML

1. Copy-paste Latin Capital Letter O With Grave directly:
<span>Ò</span>
2. HTML Decimal Code:
<span>&#210;</span>
3. HTML Entity:
<span>&Ograve;</span>
4. Hexadecimal Code:
<span>&#x00D2;</span>
Preview: Ò

Add Latin Capital Letter O With Grave symbol with CSS

.latin-capital-letter-o-with-grave::before {
    content: '\\0D2';
}
Preview: Latin Capital Letter O With Grave

Latin Capital Letter O With Grave JavaScript Code

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