Egyptian Hieroglyph M024a

๐“‡•

Shortcodes

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

Unicode
U+131D5
HTML Code
𓇕
HEX Code
\131D5
CSS Code
\𓇕
JS/JSON
\u131D5
Unix/C/PHP/JAVA
0x131D5
URL-encode
%F0%93%87%95

Customize Egyptian Hieroglyph M024a

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

๐“‡•
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡•</span>
HTML Code:
<span>&#78293;</span>
HEX Code:
<span>\131D5</span>

Add with CSS

.egyptian-hieroglyph-m024a::before {
  content: '\\&#78293;';
}

Set it in JavaScript

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