| Symbolname | Latin Capital Letter K With Hook |
| Unicode-Version | 1.1 |
| Unicode | U+0198 |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| CSS-Code |
| UTF-8 | C6 98 |
| UTF-16 | 0198 |
| UTF-32 | 00000198 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERKWITHHOOK}4\end{document}Sie können das Symbol latin capital letter k with hook auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 408 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter k with hook", or use Unicode Hex Input with 0198.
Ctrl + Shift + U, type 0198, 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-k-with-hook::before { content: "\0198"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ƙ</span>Die Darstellung des Symbols Latin Capital Letter K With Hook in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u0198' or String.fromCodePoint(408) |
| Python | '\N{LATIN CAPITAL LETTER K WITH HOOK}' or chr(408) |
| Rust | '\u{0198}' |
| C / C++ | UTF-8 source or wchar_t with U+0198 |
| Go | string(rune(0x0198)) |
| Ruby | "\u{0198}" |
\0198 |
| Hexadezimalcode | 0x0198 |
| HTML-Code | Ƙ |
| LaTeX | \text{LATINCAPITALLETTERKWITHHOOK} |
| Symbol | Ƙ |
| URL-Kodierung (UTF-8-Prozent) | %C6%98 |
| Ansagename (Screenreader) | Latin Capital Letter K With Hook |