Egyptian Hieroglyph M034

๐“‡ฃ

Shortcodes

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

Unicode
U+131E3
HTML Code
𓇣
HEX Code
\131E3
CSS Code
\𓇣
JS/JSON
\u131E3
Unix/C/PHP/JAVA
0x131E3
URL-encode
%F0%93%87%A3

Customize Egyptian Hieroglyph M034

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

๐“‡ฃ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡ฃ</span>
HTML Code:
<span>&#78307;</span>
HEX Code:
<span>\131E3</span>

Add with CSS

.egyptian-hieroglyph-m034::before {
  content: '\\&#78307;';
}

Set it in JavaScript

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