Japanese Symbol For Beginner

๐Ÿ”ฐ

Shortcodes

Copy and paste codes for Japanese Symbol For Beginner ๐Ÿ”ฐ to use in your websites, apps, blogs, and more.

Unicode
U+1F530
HTML Code
🔰
HEX Code
🔰
CSS Code
\1F530
JS/JSON
\u1F530
Unix/C/PHP/JAVA
0x1F530
URL-encode
%F0%9F%94%B0
copied

Customize Japanese Symbol For Beginner Symbol

Customize ๐Ÿ”ฐ symbol as you like and download Japanese Symbol For Beginner 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 Japanese Symbol For Beginner in HTML, CSS, and JS?

Insert ๐Ÿ”ฐ Japanese Symbol For Beginner using HTML

1. Copy-paste Japanese Symbol For Beginner directly:
<span>๐Ÿ”ฐ</span>
2. HTML Decimal Code:
<span>&#128304;</span>
3. Hexadecimal Code:
<span>&#x1F530;</span>
Preview: ๐Ÿ”ฐ

Add Japanese Symbol For Beginner with CSS

.japanese-symbol-for-beginner::before {
    content: '\\1F530';
}
Preview: Japanese Symbol For Beginner

Japanese Symbol For Beginner JavaScript Code

1. Direct Symbol:
document.querySelector('.japanese-symbol-for-beginner').textContent = '๐Ÿ”ฐ';
2. Unicode Escape for ๐Ÿ”ฐ:
document.querySelector('.japanese-symbol-for-beginner').textContent = '\u1F530';
Preview: ๐Ÿ”ฐ