Ceuta and Melilla Flag
๐ช๐ฆ
Shortcodes
Copy useful codes for ceuta and melilla flag symbol ๐ช๐ฆ to use in websites, apps, blogs, and docs.
Unicode
U+1F1EA U+1F1E6 HTML Code
🇪🇦 HEX Code
🇪🇦 CSS Code
\1F1EA 1F1E6 JS/JSON
\u1F1EA u1F1E6 Unix/C/PHP/JAVA
0x1F1EA 0x1F1E6 URL-encode
%F0%9F%87%AA%F0%9F%87%A6 Customize Ceuta and Melilla Flag
Customize ๐ช๐ฆ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ช๐ฆ
How to use Ceuta and Melilla Flag 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
.ceuta-and-melilla-flag::before {
content: '\\1F1EA 1F1E6';
} Set it in JavaScript
document.querySelector('.ceuta-and-melilla-flag').textContent = '๐ช๐ฆ';