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

Add with CSS

.squared-latin-capital-letter-o::before {
  content: '\\1F13E';
}

Set it in JavaScript

document.querySelector('.squared-latin-capital-letter-o').textContent = '๐Ÿ„พ';
copied