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