Mathematical Fraktur Small O

๐”ฌ

Shortcodes

Copy and paste codes for Mathematical Fraktur Small O symbol ๐”ฌ to use in your websites, apps, blogs, and more.

Unicode
U+1D52C
HTML Code
𝔬
HEX Code
𝔬
CSS Code
\1D52C
JS/JSON
\u1D52C
Unix/C/PHP/JAVA
0x1D52C
URL-encode
%F0%9D%94%AC
copied

Customize Mathematical Fraktur Small O Symbol

Customize ๐”ฌ symbol as you like and download Mathematical Fraktur Small O as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐”ฌ

                        
                    

How to add Mathematical Fraktur Small O symbol in HTML, CSS, and JS?

Insert ๐”ฌ Mathematical Fraktur Small O using HTML

1. Copy-paste Mathematical Fraktur Small O directly:
<span>๐”ฌ</span>
2. HTML Decimal Code:
<span>&#120108;</span>
3. Hexadecimal Code:
<span>&#x1D52C;</span>
Preview: ๐”ฌ

Add Mathematical Fraktur Small O symbol with CSS

.mathematical-fraktur-small-o::before {
    content: '\\1D52C';
}
Preview: Mathematical Fraktur Small O

Mathematical Fraktur Small O JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-o').textContent = '๐”ฌ';
2. Unicode Escape for ๐”ฌ:
document.querySelector('.mathematical-fraktur-small-o').textContent = '\u1D52C';
Preview: ๐”ฌ