Left Speech Bubble

๐Ÿ—จ

Shortcodes

Copy and paste codes for Left Speech Bubble symbol ๐Ÿ—จ to use in your websites, apps, blogs, and more.

Unicode
U+1F5E8
HTML Code
🗨
HEX Code
🗨
CSS Code
\1F5E8
JS/JSON
\u1F5E8
Unix/C/PHP/JAVA
0x1F5E8
URL-encode
%F0%9F%97%A8
copied

Customize Left Speech Bubble Symbol

Customize ๐Ÿ—จ symbol as you like and download Left Speech Bubble 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 Left Speech Bubble symbol in HTML, CSS, and JS?

Insert ๐Ÿ—จ Left Speech Bubble using HTML

1. Copy-paste Left Speech Bubble directly:
<span>๐Ÿ—จ</span>
2. HTML Decimal Code:
<span>&#128488;</span>
3. Hexadecimal Code:
<span>&#x1F5E8;</span>
Preview: ๐Ÿ—จ

Add Left Speech Bubble symbol with CSS

.left-speech-bubble::before {
    content: '\\1F5E8';
}
Preview: Left Speech Bubble

Left Speech Bubble JavaScript Code

1. Direct Symbol:
document.querySelector('.left-speech-bubble').textContent = '๐Ÿ—จ';
2. Unicode Escape for ๐Ÿ—จ:
document.querySelector('.left-speech-bubble').textContent = '\u1F5E8';
Preview: ๐Ÿ—จ