Optical Disc
๐ฟ
Shortcodes
Copy useful codes for optical disc symbol ๐ฟ to use in websites, apps, blogs, and docs.
Unicode
U+1F4BF HTML Code
💿 HEX Code
💿 CSS Code
\1F4BF JS/JSON
\u1F4BF Unix/C/PHP/JAVA
0x1F4BF URL-encode
%F0%9F%92%BF Customize Optical Disc
Customize ๐ฟ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฟ
How to use Optical Disc Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฟ</span> HTML Code:
<span>💿</span> HEX Code:
<span>💿</span> Add with CSS
.optical-disc::before {
content: '\\1F4BF';
} Set it in JavaScript
document.querySelector('.optical-disc').textContent = '๐ฟ';