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