Mathematical Bold Small O

๐จ

Shortcodes

Copy and paste codes for Mathematical Bold Small O symbol ๐จ to use in your websites, apps, blogs, and more.

Unicode
U+1D428
HTML Code
𝐨
HEX Code
𝐨
CSS Code
\1D428
JS/JSON
\u1D428
Unix/C/PHP/JAVA
0x1D428
URL-encode
%F0%9D%90%A8
copied

Customize Mathematical Bold Small O Symbol

Customize ๐จ symbol as you like and download Mathematical Bold 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 Bold Small O symbol in HTML, CSS, and JS?

Insert ๐จ Mathematical Bold Small O using HTML

1. Copy-paste Mathematical Bold Small O directly:
<span>๐จ</span>
2. HTML Decimal Code:
<span>&#119848;</span>
3. Hexadecimal Code:
<span>&#x1D428;</span>
Preview: ๐จ

Add Mathematical Bold Small O symbol with CSS

.mathematical-bold-small-o::before {
    content: '\\1D428';
}
Preview: Mathematical Bold Small O

Mathematical Bold Small O JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-o').textContent = '๐จ';
2. Unicode Escape for ๐จ:
document.querySelector('.mathematical-bold-small-o').textContent = '\u1D428';
Preview: ๐จ