Flexed Biceps

๐Ÿ’ช

Shortcodes

Copy and paste codes for Flexed Biceps symbol ๐Ÿ’ช to use in your websites, apps, blogs, and more.

Unicode
U+1F4AA
HTML Code
💪
HEX Code
💪
CSS Code
\1F4AA
JS/JSON
\u1F4AA
Unix/C/PHP/JAVA
0x1F4AA
URL-encode
%F0%9F%92%AA
copied

Customize Flexed Biceps Symbol

Customize ๐Ÿ’ช symbol as you like and download Flexed Biceps 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 Flexed Biceps symbol in HTML, CSS, and JS?

Insert ๐Ÿ’ช Flexed Biceps using HTML

1. Copy-paste Flexed Biceps directly:
<span>๐Ÿ’ช</span>
2. HTML Decimal Code:
<span>&#128170;</span>
3. Hexadecimal Code:
<span>&#x1F4AA;</span>
Preview: ๐Ÿ’ช

Add Flexed Biceps symbol with CSS

.flexed-biceps::before {
    content: '\\1F4AA';
}
Preview: Flexed Biceps

Flexed Biceps JavaScript Code

1. Direct Symbol:
document.querySelector('.flexed-biceps').textContent = '๐Ÿ’ช';
2. Unicode Escape for ๐Ÿ’ช:
document.querySelector('.flexed-biceps').textContent = '\u1F4AA';
Preview: ๐Ÿ’ช