Bopomofo Letter En
ㄣ
Shortcodes
Copy useful codes for bopomofo letter en symbol ㄣ to use in websites, apps, blogs, and docs.
Unicode
U+3123 HTML Code
ㄣ HEX Code
ㄣ CSS Code
\3123 JS/JSON
\u3123 Unix/C/PHP/JAVA
0x3123 URL-encode
%E3%84%A3 Customize Bopomofo Letter En
Customize ㄣ, download it as SVG or PNG, or copy the generated HTML snippet.
ㄣ
How to use Bopomofo Letter En Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ㄣ</span> HTML Code:
<span>ㄣ</span> HEX Code:
<span>ㄣ</span> Add with CSS
.bopomofo-letter-en::before {
content: '\\3123';
} Set it in JavaScript
document.querySelector('.bopomofo-letter-en').textContent = 'ㄣ';