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