Egyptian Hieroglyph M016a

๐“‡Š

Shortcodes

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

Unicode
U+131CA
HTML Code
𓆊
HEX Code
𓇊
CSS Code
\131CA
JS/JSON
\u{131CA}
Unix/C/PHP/JAVA
0x131CA
URL-encode
%F0%93%87%8A

Customize Egyptian Hieroglyph M016a

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

๐“‡Š
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡Š</span>
HTML Code:
<span>&#78218;</span>
HEX Code:
<span>&#x131CA;</span>

Add with CSS

.egyptian-hieroglyph-m016a::before {
  content: '\\131CA';
}

Set it in JavaScript

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