| Symboolnaam | Latin Capital Letter K With Stroke And Diagonal Stroke |
| Unicode-versie | 5.1 |
| Unicode | U+A744 |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | EA 9D 84 |
| UTF-16 | A744 |
| UTF-32 | 0000A744 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERKWITHSTROKEANDDIAGONALSTROKE}4\end{document}Je kunt het latin capital letter k with stroke and diagonal stroke-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 42820 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter k with stroke and diagonal stroke", or use Unicode Hex Input with A744.
Ctrl + Shift + U, type a744, 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-stroke-and-diagonal-stroke::before { content: "\A744"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꝅ</span>De weergave van het Latin Capital Letter K With Stroke And Diagonal Stroke-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uA744' or String.fromCodePoint(42820) |
| Python | '\N{LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE}' or chr(42820) |
| Rust | '\u{A744}' |
| C / C++ | UTF-8 source or wchar_t with U+A744 |
| Go | string(rune(0xA744)) |
| Ruby | "\u{A744}" |
| CSS-code |
\A744 |
| Hexadecimale code | 0xA744 |
| HTML-code | Ꝅ |
| LaTeX | \text{LATINCAPITALLETTERKWITHSTROKEANDDIAGONALSTROKE} |
| Symbool | Ꝅ |
| URL-codering (UTF-8 procent) | %EA%9D%84 |
| Uitgesproken naam / schermlezer | Latin Capital Letter K With Stroke And Diagonal Stroke |