Egyptian Hieroglyph M032

๐“‡Ÿ

Shortcodes

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

Unicode
U+131DF
HTML Code
𓇟
HEX Code
\131DF
CSS Code
\𓇟
JS/JSON
\u131DF
Unix/C/PHP/JAVA
0x131DF
URL-encode
%F0%93%87%9F

Customize Egyptian Hieroglyph M032

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

๐“‡Ÿ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡Ÿ</span>
HTML Code:
<span>&#78303;</span>
HEX Code:
<span>\131DF</span>

Add with CSS

.egyptian-hieroglyph-m032::before {
  content: '\\&#78303;';
}

Set it in JavaScript

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