Squared Latin Capital Letter B

๐Ÿ„ฑ

Shortcodes

Copy and paste codes for Squared Latin Capital Letter B symbol ๐Ÿ„ฑ to use in your websites, apps, blogs, and more.

Unicode
U+1F131
HTML Code
🄱
HEX Code
🄱
CSS Code
\1F131
JS/JSON
\u1F131
Unix/C/PHP/JAVA
0x1F131
URL-encode
%F0%9F%84%B1
copied

Customize Squared Latin Capital Letter B Symbol

Customize ๐Ÿ„ฑ symbol as you like and download Squared Latin Capital Letter B as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿ„ฑ

                        
                    

How to add Squared Latin Capital Letter B symbol in HTML, CSS, and JS?

Insert ๐Ÿ„ฑ Squared Latin Capital Letter B using HTML

1. Copy-paste Squared Latin Capital Letter B directly:
<span>๐Ÿ„ฑ</span>
2. HTML Decimal Code:
<span>&#127281;</span>
3. Hexadecimal Code:
<span>&#x1F131;</span>
Preview: ๐Ÿ„ฑ

Add Squared Latin Capital Letter B symbol with CSS

.squared-latin-capital-letter-b::before {
    content: '\\1F131';
}
Preview: Squared Latin Capital Letter B

Squared Latin Capital Letter B JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-latin-capital-letter-b').textContent = '๐Ÿ„ฑ';
2. Unicode Escape for ๐Ÿ„ฑ:
document.querySelector('.squared-latin-capital-letter-b').textContent = '\u1F131';
Preview: ๐Ÿ„ฑ