Egyptian Hieroglyph M017

๐“‡‹

Shortcodes

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

Unicode
U+131CB
HTML Code
𓇋
HEX Code
\131CB
CSS Code
\𓇋
JS/JSON
\u131CB
Unix/C/PHP/JAVA
0x131CB
URL-encode
%F0%93%87%8B

Customize Egyptian Hieroglyph M017

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

๐“‡‹
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‡‹</span>
HTML Code:
<span>&#78283;</span>
HEX Code:
<span>\131CB</span>

Add with CSS

.egyptian-hieroglyph-m017::before {
  content: '\\&#78283;';
}

Set it in JavaScript

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