Latin Small Letter O With Acute

ó

Shortcodes

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

Unicode
U+00F3
Alt Code
243
HTML Code
ó
HTML Entity
ó
HEX Code
ó
CSS Code
\0F3
JS/JSON
\u00F3
Unix/C/PHP/JAVA
0xF3
URL-encode
%C3%B3
copied

Customize Latin Small Letter O With Acute Symbol

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

Using Latin Small Letter O With Acute Alt Code:

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

This will make the ó appear on your screen.

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

Insert ó Latin Small Letter O With Acute using HTML

1. Copy-paste Latin Small Letter O With Acute directly:
<span>ó</span>
2. HTML Decimal Code:
<span>&#243;</span>
3. HTML Entity:
<span>&oacute;</span>
4. Hexadecimal Code:
<span>&#x00F3;</span>
Preview: ó

Add Latin Small Letter O With Acute symbol with CSS

.latin-small-letter-o-with-acute::before {
    content: '\\0F3';
}
Preview: Latin Small Letter O With Acute

Latin Small Letter O With Acute JavaScript Code

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