Egyptian Hieroglyph M029

๐“‡›

Shortcodes

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

Unicode
U+131DB
HTML Code
𓇛
HEX Code
\131DB
CSS Code
\𓇛
JS/JSON
\u131DB
Unix/C/PHP/JAVA
0x131DB
URL-encode
%F0%93%87%9B

Customize Egyptian Hieroglyph M029

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

๐“‡›
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡›</span>
HTML Code:
<span>&#78299;</span>
HEX Code:
<span>\131DB</span>

Add with CSS

.egyptian-hieroglyph-m029::before {
  content: '\\&#78299;';
}

Set it in JavaScript

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