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