| Symboolnaam | Latin Small Letter Y With Short Right Leg |
| Unicode-versie | 7.0 |
| Unicode | U+AB5A |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | EA AD 9A |
| UTF-16 | AB5A |
| UTF-32 | 0000AB5A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERYWITHSHORTRIGHTLEG}4\end{document}Je kunt het latin small letter y with short right leg-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 43866 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter y with short right leg", or use Unicode Hex Input with AB5A.
Ctrl + Shift + U, type ab5a, 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-y-with-short-right-leg::before { content: "\AB5A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭚ</span>De weergave van het Latin Small Letter Y With Short Right Leg-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAB5A' or String.fromCodePoint(43866) |
| Python | '\N{LATIN SMALL LETTER Y WITH SHORT RIGHT LEG}' or chr(43866) |
| Rust | '\u{AB5A}' |
| C / C++ | UTF-8 source or wchar_t with U+AB5A |
| Go | string(rune(0xAB5A)) |
| Ruby | "\u{AB5A}" |
| CSS-code |
\AB5A |
| Hexadecimale code | 0xAB5A |
| HTML-code | ꭚ |
| LaTeX | \text{LATINSMALLLETTERYWITHSHORTRIGHTLEG} |
| Symbool | ꭚ |
| URL-codering (UTF-8 procent) | %EA%AD%9A |
| Uitgesproken naam / schermlezer | Latin Small Letter Y With Short Right Leg |