Egyptian Hieroglyph M003

๐“†ฑ

Shortcodes

Copy useful codes for egyptian hieroglyph m003 symbol ๐“†ฑ to use in websites, apps, blogs, and docs.

Unicode
U+131B1
HTML Code
𓆱
HEX Code
\131B1
CSS Code
\𓆱
JS/JSON
\u131B1
Unix/C/PHP/JAVA
0x131B1
URL-encode
%F0%93%86%B1

Customize Egyptian Hieroglyph M003

Customize ๐“†ฑ, download it as SVG or PNG, or copy the generated HTML snippet.

๐“†ฑ
  

How to use Egyptian Hieroglyph M003 Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐“†ฑ</span>
HTML Code:
<span>&#78257;</span>
HEX Code:
<span>\131B1</span>

Add with CSS

.egyptian-hieroglyph-m003::before {
  content: '\\&#78257;';
}

Set it in JavaScript

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