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