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 Ò 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 Alt code 210 using the Numpad.
  3. Release the Alt key.

This will make the Ò appear on your screen.

Alternative Methods:

  • You can try inserting Latin Capital Letter O With Grave symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the Ò symbol directly from this website.
  • Use provided codes for Latin Capital Letter O With Grave symbol where they are supported.

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

HTML Methods:

1. Direct Symbol:
<span>Ò</span>
2. HTML Decimal Code:
<span>&#210;</span>
3. HTML Entity:
<span>&Ograve;</span>
4. Hexadecimal Code:
<span>&#x00D2;</span>
Preview: Ò

CSS Method:

.symbol::before {
    content: '\\0D2';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'Ò';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u00D2';
Preview: Ò