| Symbol Name | Latin Small Letter Tz |
| Unicode Version | 5.1 |
| Unicode | U+A729 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \A729 |
| Hex Code | 0xA729 |
| HTML Code | ꜩ |
| LaTeX | \text{LATINSMALLLETTERTZ} |
| Symbol | ꜩ |
| URL encode (UTF-8 percent) | %EA%9C%A9 |
| Spoken / screen reader name | Latin Small Letter Tz |
| UTF-8 | EA 9C A9 |
| UTF-16 | A729 |
| UTF-32 | 0000A729 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTZ}4\end{document}You can type the latin small letter tz symbol on most modern devices with the help of following methods:
Alt + 42793 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter tz", or use Unicode Hex Input with A729.
Ctrl + Shift + U, type a729, 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-tz::before { content: "\A729"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜩ</span>Latin Small Letter Tz symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA729' or String.fromCodePoint(42793) |
| Python | '\N{LATIN SMALL LETTER TZ}' or chr(42793) |
| Rust | '\u{A729}' |
| C / C++ | UTF-8 source or wchar_t with U+A729 |
| Go | string(rune(0xA729)) |
| Ruby | "\u{A729}" |