Egyptian Hieroglyph R020

๐“‹‡

Shortcodes

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

Unicode
U+132C7
HTML Code
𓋇
HEX Code
\132C7
CSS Code
\𓋇
JS/JSON
\u132C7
Unix/C/PHP/JAVA
0x132C7
URL-encode
%F0%93%8B%87

Customize Egyptian Hieroglyph R020

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

๐“‹‡
  

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

Insert in HTML

1. Direct symbol:
<span>๐“‹‡</span>
HTML Code:
<span>&#78535;</span>
HEX Code:
<span>\132C7</span>

Add with CSS

.egyptian-hieroglyph-r020::before {
  content: '\\&#78535;';
}

Set it in JavaScript

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