Egyptian Hieroglyph M010

๐“†น

Shortcodes

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

Unicode
U+131B9
HTML Code
𓅹
HEX Code
𓆹
CSS Code
\131B9
JS/JSON
\u{131B9}
Unix/C/PHP/JAVA
0x131B9
URL-encode
%F0%93%86%B9

Customize Egyptian Hieroglyph M010

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

๐“†น
  

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

Insert in HTML

1. Direct symbol:
<span>๐“†น</span>
HTML Code:
<span>&#78201;</span>
HEX Code:
<span>&#x131B9;</span>

Add with CSS

.egyptian-hieroglyph-m010::before {
  content: '\\131B9';
}

Set it in JavaScript

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