| Nome del simbolo | Latin Capital Letter J With Stroke |
| Versione Unicode | 5.0 |
| Unicode | U+0248 |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | C9 88 |
| UTF-16 | 0248 |
| UTF-32 | 00000248 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERJWITHSTROKE}4\end{document}Puoi digitare il simbolo latin capital letter j with stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 584 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter j with stroke", or use Unicode Hex Input with 0248.
Ctrl + Shift + U, type 0248, 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-capital-letter-j-with-stroke::before { content: "\0248"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ɉ</span>La rappresentazione del simbolo Latin Capital Letter J With Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u0248' or String.fromCodePoint(584) |
| Python | '\N{LATIN CAPITAL LETTER J WITH STROKE}' or chr(584) |
| Rust | '\u{0248}' |
| C / C++ | UTF-8 source or wchar_t with U+0248 |
| Go | string(rune(0x0248)) |
| Ruby | "\u{0248}" |
| Codice CSS |
\0248 |
| Codice esadecimale | 0x0248 |
| Codice HTML | Ɉ |
| LaTeX | \text{LATINCAPITALLETTERJWITHSTROKE} |
| Simbolo | Ɉ |
| Codifica URL (percentuale UTF-8) | %C9%88 |
| Nome parlato / screen reader | Latin Capital Letter J With Stroke |