Mathematical Sans-serif Italic Small O
๐ฐ
Shortcodes
Copy useful codes for mathematical sans-serif italic small o symbol ๐ฐ to use in websites, apps, blogs, and docs.
Unicode
U+1D630 HTML Code
𝘰 HEX Code
𝘰 CSS Code
\1D630 JS/JSON
\u1D630 Unix/C/PHP/JAVA
0x1D630 URL-encode
%F0%9D%98%B0 Customize Mathematical Sans-serif Italic Small O
Customize ๐ฐ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฐ
How to use Mathematical Sans-serif Italic Small 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
.mathematical-sans-serif-italic-small-o::before {
content: '\\1D630';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-o').textContent = '๐ฐ';