Film Frames

๐ŸŽž

Shortcodes

Copy and paste codes for Film Frames symbol ๐ŸŽž to use in your websites, apps, blogs, and more.

Unicode
U+1F39E
HTML Code
🎞
HEX Code
🎞
CSS Code
\1F39E
JS/JSON
\u1F39E
Unix/C/PHP/JAVA
0x1F39E
URL-encode
%F0%9F%8E%9E
copied

Customize Film Frames Symbol

Customize ๐ŸŽž symbol as you like and download Film Frames 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 Film Frames symbol in HTML, CSS, and JS?

Insert ๐ŸŽž Film Frames using HTML

1. Copy-paste Film Frames directly:
<span>๐ŸŽž</span>
2. HTML Decimal Code:
<span>&#127902;</span>
3. Hexadecimal Code:
<span>&#x1F39E;</span>
Preview: ๐ŸŽž

Add Film Frames symbol with CSS

.film-frames::before {
    content: '\\1F39E';
}
Preview: Film Frames

Film Frames JavaScript Code

1. Direct Symbol:
document.querySelector('.film-frames').textContent = '๐ŸŽž';
2. Unicode Escape for ๐ŸŽž:
document.querySelector('.film-frames').textContent = '\u1F39E';
Preview: ๐ŸŽž