Skip to content
ASCII World
m

Lowercase m

PrintableASCII 109 | Hex 0x6D | U+006D
ASCII 109 holds lowercase m. In CSS, em and rem are relative font-size units, where 1em equals the computed font size of the parent element and 1rem equals the root element's font size. The letter m is the widest character in most proportional fonts, which is why typographers use it to define the em unit. In SI, m stands for meters. HTML uses tags starting with m for page metadata.

ASCII Code

Decimal
109
Hexadecimal
0x6D
Octal
155
Binary
0110 1101
URL Escape
%6D

Unicode

Code Point
U+006D
Escape
\u006d
UTF-8 Hex
0x6D
UTF-8 Binary
01101101
UTF-16
0x006D
UTF-32
0x0000006D

HTML Entities

Numeric
m
Hex
m

How to Type

Windows Alt CodeAlt + 109
HTML Entity
m
Unicode InputU+006D

Source Code Representations

C / Java
"\u006D"
CSS
\006D
JavaScript
"\u006D"
Perl
\x{006D}
Python 2
u"\u006D"
Python 3
\u006D
Ruby
\u{006D}

Frequently Asked Questions

What is ASCII code 109?
ASCII code 109 represents the Lowercase m character. In hexadecimal it is 0x6D, in binary 0110 1101, and in octal 155. It is a printable character that appears as "m" in text.
How do I type ASCII 109 on a keyboard?
On Windows, hold Alt and type 109 on the numeric keypad. On Mac, you can use the Character Viewer (Edit > Emoji & Symbols). In HTML, use the entity m or m.