Egyptian Hieroglyph M009

๐“†ธ

Shortcodes

Copy useful codes for egyptian hieroglyph m009 symbol ๐“†ธ to use in websites, apps, blogs, and docs.

Unicode
U+131B8
HTML Code
𓅸
HEX Code
𓆸
CSS Code
\131B8
JS/JSON
\u{131B8}
Unix/C/PHP/JAVA
0x131B8
URL-encode
%F0%93%86%B8

Customize Egyptian Hieroglyph M009

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

๐“†ธ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“†ธ</span>
HTML Code:
<span>&#78200;</span>
HEX Code:
<span>&#x131B8;</span>

Add with CSS

.egyptian-hieroglyph-m009::before {
  content: '\\131B8';
}

Set it in JavaScript

document.querySelector('.egyptian-hieroglyph-m009').textContent = '๐“†ธ';
copied