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>&#120030;</span>
HEX Code:
<span>&#x1D4DE;</span>

Add with CSS

.mathematical-bold-script-capital-o::before {
  content: '\\1D4DE';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-capital-o').textContent = '๐“ž';
copied