Thai Character Khomut

Shortcodes

Copy useful codes for thai character khomut ๛ to use in websites, apps, blogs, and docs.

Unicode
U+0E5B
HTML Code
๛
HEX Code
๛
CSS Code
\0E5B
JS/JSON
\u0E5B
Unix/C/PHP/JAVA
0xE5B
URL-encode
%E0%B9%9B

Customize Thai Character Khomut

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

  

How to use Thai Character Khomut in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๛</span>
HTML Code:
<span>&#3675;</span>
HEX Code:
<span>&#x0E5B;</span>

Add with CSS

.thai-character-khomut::before {
  content: '\\0E5B';
}

Set it in JavaScript

document.querySelector('.thai-character-khomut').textContent = '๛';
copied