| 記号名 | Latin Capital Letter K With Stroke And Diagonal Stroke |
| Unicodeバージョン | 5.1 |
| Unicode | U+A744 |
| Unicodeブロック | |
| 一般カテゴリ | Uppercase Letter (Lu) |
| CSSコード |
| UTF-8 | EA 9D 84 |
| UTF-16 | A744 |
| UTF-32 | 0000A744 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERKWITHSTROKEANDDIAGONALSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでlatin capital letter k with stroke and diagonal stroke記号を入力できます:
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>各プログラミング言語におけるLatin Capital Letter K With Stroke And Diagonal Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\A744 |
| 16進コード | 0xA744 |
| HTMLコード | Ꝅ |
| LaTeX | \text{LATINCAPITALLETTERKWITHSTROKEANDDIAGONALSTROKE} |
| 記号 | Ꝅ |
| URLエンコード(UTF-8パーセント) | %EA%9D%84 |
| 読み上げ名 / スクリーンリーダー | Latin Capital Letter K With Stroke And Diagonal Stroke |