| Symbolname | Latin Small Letter Ts Digraph With Retroflex Hook |
| Unicode-Version | 12.0 |
| Unicode | U+AB67 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | EA AD A7 |
| UTF-16 | AB67 |
| UTF-32 | 0000AB67 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTSDIGRAPHWITHRETROFLEXHOOK}4\end{document}Sie können das Symbol latin small letter ts digraph with retroflex hook auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 43879 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter ts digraph with retroflex hook", or use Unicode Hex Input with AB67.
Ctrl + Shift + U, type ab67, 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-ts-digraph-with-retroflex-hook::before { content: "\AB67"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭧ</span>Die Darstellung des Symbols Latin Small Letter Ts Digraph With Retroflex Hook in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAB67' or String.fromCodePoint(43879) |
| Python | '\N{LATIN SMALL LETTER TS DIGRAPH WITH RETROFLEX HOOK}' or chr(43879) |
| Rust | '\u{AB67}' |
| C / C++ | UTF-8 source or wchar_t with U+AB67 |
| Go | string(rune(0xAB67)) |
| Ruby | "\u{AB67}" |
| CSS-Code |
\AB67 |
| Hexadezimalcode | 0xAB67 |
| HTML-Code | ꭧ |
| LaTeX | \text{LATINSMALLLETTERTSDIGRAPHWITHRETROFLEXHOOK} |
| Symbol | ꭧ |
| URL-Kodierung (UTF-8-Prozent) | %EA%AD%A7 |
| Ansagename (Screenreader) | Latin Small Letter Ts Digraph With Retroflex Hook |