| Symboolnaam | Latin Small Letter Tone Five |
| Unicode-versie | 1.1 |
| Unicode | U+01BD |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | C6 BD |
| UTF-16 | 01BD |
| UTF-32 | 000001BD |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTONEFIVE}4\end{document}Je kunt het latin small letter tone five-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 445 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter tone five", or use Unicode Hex Input with 01BD.
Ctrl + Shift + U, type 01bd, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-tone-five::before { content: "\01BD"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ƽ</span>De weergave van het Latin Small Letter Tone Five-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u01BD' or String.fromCodePoint(445) |
| Python | '\N{LATIN SMALL LETTER TONE FIVE}' or chr(445) |
| Rust | '\u{01BD}' |
| C / C++ | UTF-8 source or wchar_t with U+01BD |
| Go | string(rune(0x01BD)) |
| Ruby | "\u{01BD}" |
\01BD |
| Hexadecimale code | 0x01BD |
| HTML-code | ƽ |
| LaTeX | \text{LATINSMALLLETTERTONEFIVE} |
| Symbool | ƽ |
| URL-codering (UTF-8 procent) | %C6%BD |
| Uitgesproken naam / schermlezer | Latin Small Letter Tone Five |