Optical Disc

๐Ÿ’ฟ

Shortcodes

Copy and paste codes for Optical Disc symbol ๐Ÿ’ฟ to use in your websites, apps, blogs, and more.

Unicode
U+1F4BF
HTML Code
💿
HEX Code
💿
CSS Code
\1F4BF
JS/JSON
\u1F4BF
Unix/C/PHP/JAVA
0x1F4BF
URL-encode
%F0%9F%92%BF
copied

Customize Optical Disc Symbol

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

Insert ๐Ÿ’ฟ Optical Disc using HTML

1. Copy-paste Optical Disc directly:
<span>๐Ÿ’ฟ</span>
2. HTML Decimal Code:
<span>&#128191;</span>
3. Hexadecimal Code:
<span>&#x1F4BF;</span>
Preview: ๐Ÿ’ฟ

Add Optical Disc symbol with CSS

.optical-disc::before {
    content: '\\1F4BF';
}
Preview: Optical Disc

Optical Disc JavaScript Code

1. Direct Symbol:
document.querySelector('.optical-disc').textContent = '๐Ÿ’ฟ';
2. Unicode Escape for ๐Ÿ’ฟ:
document.querySelector('.optical-disc').textContent = '\u1F4BF';
Preview: ๐Ÿ’ฟ