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: ๐Ÿฅค