Latin Capital Letter O With Acute
Ó
Shortcodes
Copy useful codes for latin capital letter o with acute symbol Ó to use in websites, apps, blogs, and docs.
Unicode
U+00D3 Alt Code
211 HTML Code
Ó HTML Entity
Ó HEX Code
Ó CSS Code
\00D3 JS/JSON
\u00D3 Unix/C/PHP/JAVA
0xD3 URL-encode
%C3%93 Customize Latin Capital Letter O With Acute
Customize Ó, download it as SVG or PNG, or copy the generated HTML snippet.
Ó
How to use Latin Capital Letter O With Acute Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Ó</span> HTML Code:
<span>Ó</span> HTML Entity:
<span>Ó</span> HEX Code:
<span>Ó</span> Add with CSS
.latin-capital-letter-o-with-acute::before {
content: '\\00D3';
} Set it in JavaScript
document.querySelector('.latin-capital-letter-o-with-acute').textContent = 'Ó';