| Symboolnaam | Latin Small Letter Av With Horizontal Bar |
| Unicode-versie | 5.1 |
| Unicode | U+A73B |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | EA 9C BB |
| UTF-16 | A73B |
| UTF-32 | 0000A73B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAVWITHHORIZONTALBAR}4\end{document}Je kunt het latin small letter av with horizontal bar-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 42811 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter av with horizontal bar", or use Unicode Hex Input with A73B.
Ctrl + Shift + U, type a73b, 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-av-with-horizontal-bar::before { content: "\A73B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜻ</span>De weergave van het Latin Small Letter Av With Horizontal Bar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uA73B' or String.fromCodePoint(42811) |
| Python | '\N{LATIN SMALL LETTER AV WITH HORIZONTAL BAR}' or chr(42811) |
| Rust | '\u{A73B}' |
| C / C++ | UTF-8 source or wchar_t with U+A73B |
| Go | string(rune(0xA73B)) |
| Ruby | "\u{A73B}" |
| CSS-code |
\A73B |
| Hexadecimale code | 0xA73B |
| HTML-code | ꜻ |
| LaTeX | \text{LATINSMALLLETTERAVWITHHORIZONTALBAR} |
| Symbool | ꜻ |
| URL-codering (UTF-8 procent) | %EA%9C%BB |
| Uitgesproken naam / schermlezer | Latin Small Letter Av With Horizontal Bar |