Myanmar Sign Section

Shortcodes

Copy useful codes for myanmar sign section symbol ။ to use in websites, apps, blogs, and docs.

Unicode
U+104B
HTML Code
။
HEX Code
။
CSS Code
\104B
JS/JSON
\u104B
Unix/C/PHP/JAVA
0x104B
URL-encode
%E1%81%8B

Customize Myanmar Sign Section

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

  

How to use Myanmar Sign Section Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>။</span>
HTML Code:
<span>&#4171;</span>
HEX Code:
<span>&#x104B;</span>

Add with CSS

.myanmar-sign-section::before {
  content: '\\104B';
}

Set it in JavaScript

document.querySelector('.myanmar-sign-section').textContent = '။';
copied