Myanmar Sign Little Section

Shortcodes

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

Unicode
U+104A
HTML Code
၊
HEX Code
၊
CSS Code
\104A
JS/JSON
\u104A
Unix/C/PHP/JAVA
0x104A
URL-encode
%E1%81%8A

Customize Myanmar Sign Little Section

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

  

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

Insert in HTML

1. Direct symbol:
<span>၊</span>
HTML Code:
<span>&#4170;</span>
HEX Code:
<span>&#x104A;</span>

Add with CSS

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

Set it in JavaScript

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