Egyptian Hieroglyph M001
๐ญ
Shortcodes
Copy useful codes for egyptian hieroglyph m001 symbol ๐ญ to use in websites, apps, blogs, and docs.
Unicode
U+131AD HTML Code
𓆭 HEX Code
\131AD CSS Code
\𓆭 JS/JSON
\u131AD Unix/C/PHP/JAVA
0x131AD URL-encode
%F0%93%86%AD Customize Egyptian Hieroglyph M001
Customize ๐ญ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ญ
How to use Egyptian Hieroglyph M001 Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ญ</span> HTML Code:
<span>𓆭</span> HEX Code:
<span>\131AD</span> Add with CSS
.egyptian-hieroglyph-m001::before {
content: '\\𓆭';
} Set it in JavaScript
document.querySelector('.egyptian-hieroglyph-m001').textContent = '๐ญ';