Egyptian Hieroglyph M012

๐“†ผ

Shortcodes

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

Unicode
U+131BC
HTML Code
𓅼
HEX Code
𓆼
CSS Code
\131BC
JS/JSON
\u{131BC}
Unix/C/PHP/JAVA
0x131BC
URL-encode
%F0%93%86%BC

Customize Egyptian Hieroglyph M012

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

๐“†ผ
  

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

Insert in HTML

1. Direct symbol:
<span>๐“†ผ</span>
HTML Code:
<span>&#78204;</span>
HEX Code:
<span>&#x131BC;</span>

Add with CSS

.egyptian-hieroglyph-m012::before {
  content: '\\131BC';
}

Set it in JavaScript

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