Egyptian Hieroglyph M042

๐“‡ฌ

Shortcodes

Copy useful codes for egyptian hieroglyph m042 symbol ๐“‡ฌ to use in websites, apps, blogs, and docs.

Unicode
U+131EC
HTML Code
𓆬
HEX Code
𓇬
CSS Code
\131EC
JS/JSON
\u{131EC}
Unix/C/PHP/JAVA
0x131EC
URL-encode
%F0%93%87%AC

Customize Egyptian Hieroglyph M042

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

๐“‡ฌ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡ฌ</span>
HTML Code:
<span>&#78252;</span>
HEX Code:
<span>&#x131EC;</span>

Add with CSS

.egyptian-hieroglyph-m042::before {
  content: '\\131EC';
}

Set it in JavaScript

document.querySelector('.egyptian-hieroglyph-m042').textContent = '๐“‡ฌ';
copied