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