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