Squared Latin Capital Letter O
๐พ
Shortcodes
Copy useful codes for squared latin capital letter o symbol ๐พ to use in websites, apps, blogs, and docs.
Unicode
U+1F13E HTML Code
🄾 HEX Code
🄾 CSS Code
\1F13E JS/JSON
\u1F13E Unix/C/PHP/JAVA
0x1F13E URL-encode
%F0%9F%84%BE Customize Squared Latin Capital Letter O
Customize ๐พ, download it as SVG or PNG, or copy the generated HTML snippet.
๐พ
How to use Squared Latin Capital Letter 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
.squared-latin-capital-letter-o::before {
content: '\\1F13E';
} Set it in JavaScript
document.querySelector('.squared-latin-capital-letter-o').textContent = '๐พ';