Egyptian Hieroglyph M002

๐“†ฐ

Shortcodes

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

Unicode
U+131B0
HTML Code
𓆰
HEX Code
\131B0
CSS Code
\𓆰
JS/JSON
\u131B0
Unix/C/PHP/JAVA
0x131B0
URL-encode
%F0%93%86%B0

Customize Egyptian Hieroglyph M002

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

๐“†ฐ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“†ฐ</span>
HTML Code:
<span>&#78256;</span>
HEX Code:
<span>\131B0</span>

Add with CSS

.egyptian-hieroglyph-m002::before {
  content: '\\&#78256;';
}

Set it in JavaScript

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