Mathematical Bold Script Small O

๐“ธ

Shortcodes

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

Unicode
U+1D4F8
HTML Code
𝓸
HEX Code
𝓸
CSS Code
\1D4F8
JS/JSON
\u1D4F8
Unix/C/PHP/JAVA
0x1D4F8
URL-encode
%F0%9D%93%B8
copied

Customize Mathematical Bold Script Small O Symbol

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

Insert ๐“ธ Mathematical Bold Script Small O using HTML

1. Copy-paste Mathematical Bold Script Small O directly:
<span>๐“ธ</span>
2. HTML Decimal Code:
<span>&#120056;</span>
3. Hexadecimal Code:
<span>&#x1D4F8;</span>
Preview: ๐“ธ

Add Mathematical Bold Script Small O symbol with CSS

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

Mathematical Bold Script Small O JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-o').textContent = '๐“ธ';
2. Unicode Escape for ๐“ธ:
document.querySelector('.mathematical-bold-script-small-o').textContent = '\u1D4F8';
Preview: ๐“ธ