Cup With Straw

🥤

Shortcodes

Copy and paste codes for Cup With Straw symbol 🥤 to use in your websites, apps, blogs, and more.

Unicode
U+1F964
HTML Code
🥤
HEX Code
🥤
CSS Code
\1F964
JS/JSON
\u1F964
Unix/C/PHP/JAVA
0x1F964
URL-encode
%F0%9F%A5%A4
copied

Customize Cup With Straw Symbol

Customize 🥤 symbol as you like and download Cup With Straw 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 Cup With Straw symbol in HTML, CSS, and JS?

Insert 🥤 Cup With Straw using HTML

1. Copy-paste Cup With Straw directly:
<span>🥤</span>
2. HTML Decimal Code:
<span>&#129380;</span>
3. Hexadecimal Code:
<span>&#x1F964;</span>
Preview: 🥤

Add Cup With Straw symbol with CSS

.cup-with-straw::before {
    content: '\\1F964';
}
Preview: Cup With Straw

Cup With Straw JavaScript Code

1. Direct Symbol:
document.querySelector('.cup-with-straw').textContent = '🥤';
2. Unicode Escape for 🥤:
document.querySelector('.cup-with-straw').textContent = '\u1F964';
Preview: 🥤