Upside Down Small m
Unicode Name: LATIN SMALL LETTER TURNED M
ɯ
Shortcodes
Copy useful codes for upside down small m symbol ɯ to use in websites, apps, blogs, and docs.
Unicode
U+026F HTML Code
ɯ HEX Code
ɯ CSS Code
\026F JS/JSON
\u026F Unix/C/PHP/JAVA
0x26F URL-encode
%C9%AF Customize Upside Down Small m
Customize ɯ, download it as SVG or PNG, or copy the generated HTML snippet.
ɯ
How to use Upside Down Small m Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ɯ</span> HTML Code:
<span>ɯ</span> HEX Code:
<span>ɯ</span> Add with CSS
.upside-down-small-m::before {
content: '\\026F';
} Set it in JavaScript
document.querySelector('.upside-down-small-m').textContent = 'ɯ';