About Latin Small Letter Turned M
Latin Small Letter Turned M is the Unicode character ɯ at codepoint U+026F in the IPA Extensions block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Small Letter Turned M
To use the Latin Small Letter Turned M symbol (ɯ) in HTML, insert the
entity ɯ directly into your markup. The decimal entity ɯ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\26F';.
In JavaScript and TypeScript the escape '\u026F' evaluates to ɯ. In Python source, write '\u026F'.
The character encodes to C9 AF as UTF-8 bytes and 026F as UTF-16 code units. Its decimal codepoint is 623.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.