Latin Capital Letter O With Acute

Ó

Shortcodes

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

Unicode
U+00D3
Alt Code
211
HTML Code
Ó
HTML Entity
Ó
HEX Code
Ó
CSS Code
\0D3
JS/JSON
\u00D3
Unix/C/PHP/JAVA
0xD3
URL-encode
%C3%93
copied

Customize Latin Capital Letter O With Acute Symbol

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

Using Latin Capital Letter O With Acute Alt Code:

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

This will make the Ó appear on your screen.

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

Insert Ó Latin Capital Letter O With Acute using HTML

1. Copy-paste Latin Capital Letter O With Acute directly:
<span>Ó</span>
2. HTML Decimal Code:
<span>&#211;</span>
3. HTML Entity:
<span>&Oacute;</span>
4. Hexadecimal Code:
<span>&#x00D3;</span>
Preview: Ó

Add Latin Capital Letter O With Acute symbol with CSS

.latin-capital-letter-o-with-acute::before {
    content: '\\0D3';
}
Preview: Latin Capital Letter O With Acute

Latin Capital Letter O With Acute JavaScript Code

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