Tokyo Tower
๐ผ
Shortcodes
Copy and paste codes for Tokyo Tower symbol ๐ผ to use in your websites, apps, blogs, and more.
Unicode
U+1F5FC
HTML Code
🗼
HEX Code
🗼
CSS Code
\1F5FC
JS/JSON
\u1F5FC
Unix/C/PHP/JAVA
0x1F5FC
URL-encode
%F0%9F%97%BC
copied
Customize Tokyo Tower Symbol
Customize ๐ผ symbol as you like and download Tokyo Tower 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 Tokyo Tower symbol in HTML, CSS, and JS?
Insert ๐ผ Tokyo Tower using HTML
1. Copy-paste Tokyo Tower directly:
<span>๐ผ</span>
2. HTML Decimal Code:
<span>🗼</span>
3. Hexadecimal Code:
<span>🗼</span>
Preview: ๐ผ
Add Tokyo Tower symbol with CSS
.tokyo-tower::before {
content: '\\1F5FC';
}
Preview: Tokyo Tower
Tokyo Tower JavaScript Code
1. Direct Symbol:
document.querySelector('.tokyo-tower').textContent = '๐ผ';
2. Unicode Escape for ๐ผ:
document.querySelector('.tokyo-tower').textContent = '\u1F5FC';
Preview: ๐ผ