Hubbry Logo
search button
Sign in
M̃
Comunity Hub
arrow-down
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
M̃
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the M̃ Wikipedia article. Here, you can discuss, collect, and organize anything related to M̃. The purpose of the hub is to connect people, foster deeper knowl...
Add your contribution
M with tilde in Doulos SIL

(majuscule: , minuscule: ) is a Latin M with a diacritical tilde.

The characters “M̃” (uppercase) and “m̃” (lowercase) consist of the Latin letter M with a combining tilde diacritic (U+0303), represented in Unicode as U+004D or U+006D followed by U+0303 to ensure broad compatibility across digital platforms.[1] While precomposed forms of M̃ are not included in the primary Latin-1 supplement, these combining sequences enable accurate rendering in HTML (e.g., “M̃”) and LaTeX (via \verb|~{M}|).[2] Input methods on major operating systems — such as Windows’s US International keyboard, macOS’s Option + n dead key, and Linux compose-key sequences — support the combining tilde with minimal configuration.

In linguistics, M̃ appears chiefly in phonetic transcription and the orthographies of a few languages and dialects to denote features such as nasalization, denasalization or secondary articulation. It is used in the International Phonetic Alphabet for denasalized consonants and specialized Americanist notations for unreleased or partially nasal segments .[3] Minority and constructed languages employing M̃ include certain notations of Proto-Indo-European reconstructions, Mapudungun phonemic studies, and some orthographies of Central American indigenous languages; in these contexts, it is typically called “m tilde” and occurs infrequently relative to other diacritic combinations.

Linguistic use

[edit]

M̃–m̃ is or was used as a grapheme in several languages:

In Italian, the abbreviation Ssm̃o or SSm̃o may be used for Santissimo, "most holy" (similarly Latin Ssm̃us for Sanctissimus).

Symbolic use

[edit]

M̃ and m̃ are used in mathematics and physics, see Tilde#Mathematics and Tilde#Physics

Computer use

[edit]

Characters consisting of the base letter M or m followed by a combining tilde mark are used in digital encoding systems rather than as single precomposed characters.

In Unicode, both uppercase and lowercase forms are represented with the base letter followed by the combining tilde (U+0303): Uppercase: U+004D (Latin capital letter M) + U+0303 (combining tilde) Lowercase: U+006D (Latin small letter m) + U+0303 (combining tilde)[1]

In HTML and XML, combining tildes may be encoded either by numeric character references or by named entities for the combining mark:[4]

 M̃ → M̃ or M̃ m̃ → m̃ or m̃ 

In LaTeX, the tilde diacritic can be applied using the \verb|~{}| command:[2]

 \~{M} produces Ṁ (uppercase M̃) \~{m} produces ṁ (lowercase m̃) 

Common input methods on major operating systems vary.

Windows: use the US International keyboard layout and type \verb|~| followed by \verb|m| or \verb|M|.

macOS: press Option + n to register the tilde accent, then type \verb|m| or \verb|M|. On the Apple ABC extended keyboard, m̃ is made by typing m and then option-shift n.

Linux: with a Compose key, press Compose, \verb|~|, \verb|m|.| These methods ensure consistent rendering of M̃ and m̃ across applications and platforms.

  1. ^ a b "Unicode Combining Diacritical Marks" (PDF). Unicode Consortium. Retrieved 2025-08-28.
  2. ^ a b Lamport, Leslie (1994). LaTeX: A Document Preparation System. Addison–Wesley.
  3. ^ Handbook of the International Phonetic Association: A Guide to the Use of the International Phonetic Alphabet. Cambridge University Press. 1999.
  4. ^ "Named Character References". W3C. Retrieved 2025-08-28.