Mathematical Bold Script Capital O
๐
Shortcodes
Copy useful codes for mathematical bold script capital o symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D4DE HTML Code
𝓞 HEX Code
𝓞 CSS Code
\1D4DE JS/JSON
\u1D4DE Unix/C/PHP/JAVA
0x1D4DE URL-encode
%F0%9D%93%9E Customize Mathematical Bold Script Capital O
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Bold Script Capital 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-bold-script-capital-o::before {
content: '\\1D4DE';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-capital-o').textContent = '๐';