Bamum Letter Phase-e Lom

𖥻

Shortcodes

Copy useful codes for bamum letter phase-e lom symbol 𖥻 to use in websites, apps, blogs, and docs.

Unicode
U+1697B
HTML Code
𖥻
HEX Code
𖥻
CSS Code
\1697B
JS/JSON
\u1697B
Unix/C/PHP/JAVA
0x1697B
URL-encode
%F0%96%A5%BB

Customize Bamum Letter Phase-e Lom

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

𖥻
  

How to use Bamum Letter Phase-e Lom Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>𖥻</span>
HTML Code:
<span>&#92539;</span>
HEX Code:
<span>&#x1697B;</span>

Add with CSS

.bamum-letter-phase-e-lom::before {
  content: '\\1697B';
}

Set it in JavaScript

document.querySelector('.bamum-letter-phase-e-lom').textContent = '𖥻';
copied