| 記号名 | Latin Small Letter K With Stroke And Diagonal Stroke |
| Unicodeバージョン | 5.1 |
| Unicode | U+A745 |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | EA 9D 85 |
| UTF-16 | A745 |
| UTF-32 | 0000A745 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERKWITHSTROKEANDDIAGONALSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter k with stroke and diagonal stroke記号を入力できます:
Alt + 42821 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter k with stroke and diagonal stroke", or use Unicode Hex Input with A745.
Ctrl + Shift + U, type a745, 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-small-letter-k-with-stroke-and-diagonal-stroke::before { content: "\A745"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꝅ</span>各プログラミング言語におけるLatin Small Letter K With Stroke And Diagonal Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uA745' or String.fromCodePoint(42821) |
| Python | '\N{LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE}' or chr(42821) |
| Rust | '\u{A745}' |
| C / C++ | UTF-8 source or wchar_t with U+A745 |
| Go | string(rune(0xA745)) |
| Ruby | "\u{A745}" |
\A745 |
| 16進コード | 0xA745 |
| HTMLコード | ꝅ |
| LaTeX | \text{LATINSMALLLETTERKWITHSTROKEANDDIAGONALSTROKE} |
| 記号 | ꝅ |
| URLエンコード(UTF-8パーセント) | %EA%9D%85 |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter K With Stroke And Diagonal Stroke |