Bopomofo Letter M

Shortcodes

Copy and paste codes for Bopomofo Letter M symbol ㄇ to use in your websites, apps, blogs, and more.

Unicode
U+3107
HTML Code
ㄇ
HEX Code
ㄇ
CSS Code
\3107
JS/JSON
\u3107
Unix/C/PHP/JAVA
0x3107
URL-encode
%E3%84%87
copied

Customize Bopomofo Letter M Symbol

Customize ㄇ symbol as you like and download Bopomofo Letter M as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Bopomofo Letter M symbol in HTML, CSS, and JS?

Insert ㄇ Bopomofo Letter M using HTML

1. Copy-paste Bopomofo Letter M directly:
<span>ㄇ</span>
2. HTML Decimal Code:
<span>&#12551;</span>
3. Hexadecimal Code:
<span>&#x3107;</span>
Preview:

Add Bopomofo Letter M symbol with CSS

.bopomofo-letter-m::before {
    content: '\\3107';
}
Preview: Bopomofo Letter M

Bopomofo Letter M JavaScript Code

1. Direct Symbol:
document.querySelector('.bopomofo-letter-m').textContent = 'ㄇ';
2. Unicode Escape for ㄇ:
document.querySelector('.bopomofo-letter-m').textContent = '\u3107';
Preview: