Rolling On The Floor Laughing

🤣

Shortcodes

Copy useful codes for rolling on the floor laughing symbol 🤣 to use in websites, apps, blogs, and docs.

Unicode
U+1F923
HTML Code
🤣
HEX Code
🤣
CSS Code
\1F923
JS/JSON
\u1F923
Unix/C/PHP/JAVA
0x1F923
URL-encode
%F0%9F%A4%A3

Customize Rolling On The Floor Laughing

Customize 🤣, download it as SVG or PNG, or copy the generated HTML snippet.

🤣
  

How to use Rolling On The Floor Laughing Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>🤣</span>
HTML Code:
<span>&#129315;</span>
HEX Code:
<span>&#x1F923;</span>

Add with CSS

.rolling-on-the-floor-laughing::before {
  content: '\\1F923';
}

Set it in JavaScript

document.querySelector('.rolling-on-the-floor-laughing').textContent = '🤣';
copied