Egyptian Hieroglyph M028a

๐“‡š

Shortcodes

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

Unicode
U+131DA
HTML Code
𓆚
HEX Code
𓇚
CSS Code
\131DA
JS/JSON
\u{131DA}
Unix/C/PHP/JAVA
0x131DA
URL-encode
%F0%93%87%9A

Customize Egyptian Hieroglyph M028a

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

๐“‡š
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡š</span>
HTML Code:
<span>&#78234;</span>
HEX Code:
<span>&#x131DA;</span>

Add with CSS

.egyptian-hieroglyph-m028a::before {
  content: '\\131DA';
}

Set it in JavaScript

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