| Nome del simbolo | Modifier Letter Small K |
| Versione Unicode | 4.0 |
| Unicode | U+1D4F |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| Codice CSS | \1D4F |
| Codice esadecimale | 0x1D4F |
| Codice HTML | ᵏ |
| LaTeX | \text{MODIFIERLETTERSMALLK} |
| Simbolo | ᵏ |
| Codifica URL (percentuale UTF-8) | %E1%B5%8F |
| Nome parlato / screen reader | Modifier Letter Small K |
| UTF-8 | E1 B5 8F |
| UTF-16 | 1D4F |
| UTF-32 | 00001D4F |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLK}4\end{document}Puoi digitare il simbolo modifier letter small k sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 7503 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small k", or use Unicode Hex Input with 1D4F.
Ctrl + Shift + U, type 1d4f, 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.modifier-letter-small-k::before { content: "\1D4F"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵏ</span>La rappresentazione del simbolo Modifier Letter Small K nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u1D4F' or String.fromCodePoint(7503) |
| Python | '\N{MODIFIER LETTER SMALL K}' or chr(7503) |
| Rust | '\u{1D4F}' |
| C / C++ | UTF-8 source or wchar_t with U+1D4F |
| Go | string(rune(0x1D4F)) |
| Ruby | "\u{1D4F}" |