Japanese Symbol For Beginner
๐ฐ
Shortcodes
Copy useful codes for japanese symbol for beginner ๐ฐ to use in websites, apps, blogs, and docs.
Unicode
U+1F530 HTML Code
🔰 HEX Code
🔰 CSS Code
\1F530 JS/JSON
\u1F530 Unix/C/PHP/JAVA
0x1F530 URL-encode
%F0%9F%94%B0 Customize Japanese Symbol For Beginner
Customize ๐ฐ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฐ
How to use Japanese Symbol For Beginner in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฐ</span> HTML Code:
<span>🔰</span> HEX Code:
<span>🔰</span> Add with CSS
.japanese-symbol-for-beginner::before {
content: '\\1F530';
} Set it in JavaScript
document.querySelector('.japanese-symbol-for-beginner').textContent = '๐ฐ';