| Nombre del símbolo | Latin Small Letter J With Crossed-tail |
| Versión Unicode | 1.1 |
| Unicode | U+029D |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | CA 9D |
| UTF-16 | 029D |
| UTF-32 | 0000029D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERJWITHCROSSED-TAIL}4\end{document}Puedes escribir el símbolo latin small letter j with crossed-tail en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 669 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter j with crossed-tail", or use Unicode Hex Input with 029D.
Ctrl + Shift + U, type 029d, 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.j-crossed-tail::before { content: "\029D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʝ</span>La representación del símbolo Latin Small Letter J With Crossed-tail en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u029D' or String.fromCodePoint(669) |
| Python | '\N{LATIN SMALL LETTER J WITH CROSSED-TAIL}' or chr(669) |
| Rust | '\u{029D}' |
| C / C++ | UTF-8 source or wchar_t with U+029D |
| Go | string(rune(0x029D)) |
| Ruby | "\u{029D}" |
| Código CSS |
\029D |
| Código hexadecimal | 0x029D |
| Código HTML | ʝ |
| LaTeX | \text{LATINSMALLLETTERJWITHCROSSED-TAIL} |
| Símbolo | ʝ |
| Codificación URL (porcentaje UTF-8) | %CA%9D |
| Nombre oral / lector de pantalla | Latin Small Letter J With Crossed-tail |