About Latin Small Letter Tone Two
Latin Small Letter Tone Two is the Unicode character ƨ at codepoint U+01A8 in the Latin Extended-B 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 Tone Two
To use the Latin Small Letter Tone Two 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: '\1A8';.
In JavaScript and TypeScript the escape '\u01A8' evaluates to ƨ. In Python source, write '\u01A8'.
The character encodes to C6 A8 as UTF-8 bytes and 01A8 as UTF-16 code units. Its decimal codepoint is 424.
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.