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