Latin Small Letter O
o
Shortcodes
Copy useful codes for latin small letter o symbol o to use in websites, apps, blogs, and docs.
Unicode
U+006F Alt Code
111 HTML Code
o HEX Code
o CSS Code
\006F JS/JSON
\u006F Unix/C/PHP/JAVA
0x6F URL-encode
o Customize Latin Small Letter O
Customize o, download it as SVG or PNG, or copy the generated HTML snippet.
o
How to use Latin Small Letter O Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>o</span> HTML Code:
<span>o</span> HEX Code:
<span>o</span> Add with CSS
.latin-small-letter-o::before {
content: '\\006F';
} Set it in JavaScript
document.querySelector('.latin-small-letter-o').textContent = 'o';