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