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