| Nombre del símbolo | Latin Small Letter Ts Digraph With Retroflex Hook |
| Versión Unicode | 12.0 |
| Unicode | U+AB67 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small letter ts digraph with retroflex hook en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Letter Ts Digraph With Retroflex Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\AB67 |
| Código hexadecimal | 0xAB67 |
| Código HTML | ꭧ |
| LaTeX | \text{LATINSMALLLETTERTSDIGRAPHWITHRETROFLEXHOOK} |
| Símbolo | ꭧ |
| Codificación URL (porcentaje UTF-8) | %EA%AD%A7 |
| Nombre oral / lector de pantalla | Latin Small Letter Ts Digraph With Retroflex Hook |