Myanmar Symbol Genitive

Shortcodes

Copy useful codes for myanmar symbol genitive ၏ to use in websites, apps, blogs, and docs.

Unicode
U+104F
HTML Code
၏
HEX Code
၏
CSS Code
\104F
JS/JSON
\u104F
Unix/C/PHP/JAVA
0x104F
URL-encode
%E1%81%8F

Customize Myanmar Symbol Genitive

Customize ၏, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Myanmar Symbol Genitive in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>၏</span>
HTML Code:
<span>&#4175;</span>
HEX Code:
<span>&#x104F;</span>

Add with CSS

.myanmar-symbol-genitive::before {
  content: '\\104F';
}

Set it in JavaScript

document.querySelector('.myanmar-symbol-genitive').textContent = '၏';
copied