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>&#78253;</span>
HEX Code:
<span>\131AD</span>

Add with CSS

.egyptian-hieroglyph-m001::before {
  content: '\\&#78253;';
}

Set it in JavaScript

document.querySelector('.egyptian-hieroglyph-m001').textContent = '๐“†ญ';
copied