Latin Subscript Small Letter M

Shortcodes

Copy and paste codes for Latin Subscript Small Letter M symbol ₘ to use in your websites, apps, blogs, and more.

Unicode
U+2098
HTML Code
ₘ
HEX Code
ₘ
CSS Code
\2098
JS/JSON
\u2098
Unix/C/PHP/JAVA
0x2098
URL-encode
%E2%82%98
copied

Customize Latin Subscript Small Letter M Symbol

Customize ₘ symbol as you like and download Latin Subscript Small 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 Latin Subscript Small Letter M symbol in HTML, CSS, and JS?

Insert ₘ Latin Subscript Small Letter M using HTML

1. Copy-paste Latin Subscript Small Letter M directly:
<span>ₘ</span>
2. HTML Decimal Code:
<span>&#8344;</span>
3. Hexadecimal Code:
<span>&#x2098;</span>
Preview:

Add Latin Subscript Small Letter M symbol with CSS

.latin-subscript-small-letter-m::before {
    content: '\\2098';
}
Preview: Latin Subscript Small Letter M

Latin Subscript Small Letter M JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-m').textContent = 'ₘ';
2. Unicode Escape for ₘ:
document.querySelector('.latin-subscript-small-letter-m').textContent = '\u2098';
Preview: