Tibetan Mark Initial Yig Mgo Mdun Ma

Shortcodes

Copy useful codes for tibetan mark initial yig mgo mdun ma symbol ༄ to use in websites, apps, blogs, and docs.

Unicode
U+0F04
HTML Code
༄
HEX Code
༄
CSS Code
\0F04
JS/JSON
\u0F04
Unix/C/PHP/JAVA
0xF04
URL-encode
%E0%BC%84

Customize Tibetan Mark Initial Yig Mgo Mdun Ma

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

  

How to use Tibetan Mark Initial Yig Mgo Mdun Ma Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>༄</span>
HTML Code:
<span>&#3844;</span>
HEX Code:
<span>&#x0F04;</span>

Add with CSS

.tibetan-mark-initial-yig-mgo-mdun-ma::before {
  content: '\\0F04';
}

Set it in JavaScript

document.querySelector('.tibetan-mark-initial-yig-mgo-mdun-ma').textContent = '༄';
copied