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